diff --git a/src/v2/pdf_resources/page_font.h b/src/v2/pdf_resources/page_font.h index d356261e..3fa08c80 100644 --- a/src/v2/pdf_resources/page_font.h +++ b/src/v2/pdf_resources/page_font.h @@ -387,12 +387,12 @@ namespace pdflib } else { - LOG_S(WARNING) << "could not decode character with value=" << c + LOG_S(ERROR) << "could not decode character with value=" << c << " for encoding=" << to_string(encoding) << ", fontname=" << font_name << " and subtype=" << subtype; - result = "glyph"; + result = "GLYPH"; } return result; @@ -429,11 +429,11 @@ namespace pdflib } else { - LOG_S(WARNING) << "could not decode character with value=" << c + LOG_S(ERROR) << "could not decode character with value=" << c << " for encoding=" << to_string(encoding) << ", fontname=" << font_name << " and subtype=" << subtype; - return "glyph"; + return "GLYPH"; } } break; @@ -445,7 +445,7 @@ namespace pdflib << ", fontname=" << font_name << " and subtype=" << subtype; - return std::string("glyph"); + return std::string("GLYPH"); } } } @@ -503,6 +503,7 @@ namespace pdflib } else { + /* std::string notdef="GLYPH<"+std::to_string(c)+">"; unknown_numbs[c] += 1; @@ -513,6 +514,14 @@ namespace pdflib << " (corresponding font: " << fontname << ")"; return notdef; + */ + + LOG_S(WARNING) << " Symbol not found in special font: " << c + << "; Encoding: " << to_string(encoding) + << "; font-name: " << font_name + << " (corresponding font: " << fontname << ")"; + + return get_character_from_encoding(c); } } else @@ -1546,10 +1555,12 @@ namespace pdflib if(cmap_initialized) // we found a `ToUnicode` before. No need to go deeper! { LOG_S(WARNING) << "We found a `ToUnicode` before. No need to go deeper!"; - return; + // return; } - else if(subtype==TYPE_0 and desc_font!=NULL and - cids.has(encoding_name) ) + //else + + if(subtype==TYPE_0 and desc_font!=NULL and + cids.has(encoding_name) ) { try { diff --git a/src/v2/pdf_resources/page_font/font_cid.h b/src/v2/pdf_resources/page_font/font_cid.h index 3ab4d255..4f37f5fb 100644 --- a/src/v2/pdf_resources/page_font/font_cid.h +++ b/src/v2/pdf_resources/page_font/font_cid.h @@ -255,8 +255,8 @@ namespace pdflib } else { - LOG_S(WARNING) << "ignoring cid: " << cid << "\tname: " << name; - cid2utf8[cid] = "glyph"; + LOG_S(ERROR) << "ignoring cid: " << cid << "\tname: " << name; + cid2utf8[cid] = "GLYPH"; } } } diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.page_no_1.py.json b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.page_no_1.py.json index 13224ef1..f2e19d85 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -102,6 +103,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -130,6 +132,7 @@ "orig": "\u30a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -158,6 +161,7 @@ "orig": "\u30a2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -186,6 +190,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -214,6 +219,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -242,6 +248,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -270,6 +277,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -298,6 +306,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -326,6 +335,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -354,6 +364,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -382,6 +393,7 @@ "orig": "\u304b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -410,6 +422,7 @@ "orig": "\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -438,6 +451,7 @@ "orig": "\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -466,6 +480,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -494,6 +509,7 @@ "orig": "\u77e5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -522,6 +538,7 @@ "orig": "\u3089", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -550,6 +567,7 @@ "orig": "\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -578,6 +596,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -602,10 +621,11 @@ "r_y3": 160.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -634,6 +654,7 @@ "orig": "\u3054", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -662,6 +683,7 @@ "orig": "\u8cfc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -686,10 +708,11 @@ "r_y3": 160.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5165", - "orig": "\u5165", + "text": "\u2f0a", + "orig": "\u2f0a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -718,6 +741,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -746,6 +770,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -770,10 +795,11 @@ "r_y3": 160.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -802,6 +828,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -830,6 +857,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -858,6 +886,7 @@ "orig": "\u90e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -886,6 +915,7 @@ "orig": "\u30af", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -914,6 +944,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -942,6 +973,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -970,6 +1002,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -998,6 +1031,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1022,10 +1056,11 @@ "r_y3": 147.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5165", - "orig": "\u5165", + "text": "\u2f0a", + "orig": "\u2f0a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1054,6 +1089,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1082,6 +1118,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1110,6 +1147,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1138,6 +1176,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1166,6 +1205,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1190,10 +1230,11 @@ "r_y3": 135.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1218,10 +1259,11 @@ "r_y3": 135.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1250,6 +1292,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1278,6 +1321,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1306,6 +1350,7 @@ "orig": "\u90e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1334,6 +1379,7 @@ "orig": "\u30af", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1362,6 +1408,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1390,6 +1437,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1418,6 +1466,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1446,6 +1495,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1470,10 +1520,11 @@ "r_y3": 135.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5165", - "orig": "\u5165", + "text": "\u2f0a", + "orig": "\u2f0a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1502,6 +1553,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1530,6 +1582,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1558,6 +1611,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1586,6 +1640,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1614,6 +1669,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1642,6 +1698,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1670,6 +1727,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1698,6 +1756,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1726,6 +1785,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1750,10 +1810,11 @@ "r_y3": 122.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1782,6 +1843,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1810,6 +1872,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1838,6 +1901,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1866,6 +1930,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1894,6 +1959,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1922,6 +1988,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1950,6 +2017,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -1978,6 +2046,7 @@ "orig": "\u308c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2006,6 +2075,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2034,6 +2104,7 @@ "orig": "\u51b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2062,6 +2133,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2090,6 +2162,7 @@ "orig": "\u30fb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2118,6 +2191,7 @@ "orig": "\u9664", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2146,6 +2220,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2174,6 +2249,7 @@ "orig": "\u30fb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2202,6 +2278,7 @@ "orig": "\u9664", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2230,6 +2307,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2258,6 +2336,7 @@ "orig": "\u51b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2286,6 +2365,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2314,6 +2394,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2342,6 +2423,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2370,6 +2452,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2398,6 +2481,7 @@ "orig": "\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2422,10 +2506,11 @@ "r_y3": 97.944, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62", - "orig": "\u6b62", + "text": "\u2f4c", + "orig": "\u2f4c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2454,6 +2539,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2482,6 +2568,7 @@ "orig": "\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2510,6 +2597,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2538,6 +2626,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2566,6 +2655,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2594,6 +2684,7 @@ "orig": "\u90e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2622,6 +2713,7 @@ "orig": "\u30af", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2650,6 +2742,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2678,6 +2771,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2706,6 +2800,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2734,6 +2829,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2762,6 +2858,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2790,6 +2887,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2818,6 +2916,7 @@ "orig": "\u958b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2846,6 +2945,7 @@ "orig": "\u59cb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2874,6 +2974,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2902,6 +3003,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2930,6 +3032,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2958,6 +3061,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -2982,10 +3086,11 @@ "r_y3": 84.768, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3014,6 +3119,7 @@ "orig": "\u25b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3042,6 +3148,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3070,6 +3177,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3098,6 +3206,7 @@ "orig": "\u30da", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3126,6 +3235,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3154,6 +3264,7 @@ "orig": "\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -3178,10 +3289,11 @@ "r_y3": 84.77, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3206,10 +3318,11 @@ "r_y3": 71.594, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3238,6 +3351,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3266,6 +3380,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3294,6 +3409,7 @@ "orig": "\u90e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3322,6 +3438,7 @@ "orig": "\u30af", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3350,6 +3467,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3378,6 +3496,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3406,6 +3525,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3434,6 +3554,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3462,6 +3583,7 @@ "orig": "\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3486,10 +3608,11 @@ "r_y3": 71.594, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62", - "orig": "\u6b62", + "text": "\u2f4c", + "orig": "\u2f4c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3518,6 +3641,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3546,6 +3670,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3574,6 +3699,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3602,6 +3728,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3630,6 +3757,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3658,6 +3786,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3686,6 +3815,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3714,6 +3844,7 @@ "orig": "\u3082", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3742,6 +3873,7 @@ "orig": "\u3046", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3766,10 +3898,11 @@ "r_y3": 57.077, "coord_origin": "BOTTOMLEFT" }, - "text": "\u4e00", - "orig": "\u4e00", + "text": "\u2f00", + "orig": "\u2f00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3798,6 +3931,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3822,10 +3956,11 @@ "r_y3": 57.077, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3850,10 +3985,11 @@ "r_y3": 57.074, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3882,6 +4018,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3910,6 +4047,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3938,6 +4076,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3966,6 +4105,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -3994,6 +4134,7 @@ "orig": "\u304f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4022,6 +4163,7 @@ "orig": "\u3060", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4050,6 +4192,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4078,6 +4221,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4106,6 +4250,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4134,6 +4279,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -4162,6 +4308,7 @@ "orig": "\u9858", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -4190,6 +4337,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -4218,6 +4366,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4246,6 +4395,7 @@ "orig": "\u597d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4274,6 +4424,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4302,6 +4453,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4330,6 +4482,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4358,6 +4511,7 @@ "orig": "\u308f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4386,6 +4540,7 @@ "orig": "\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4414,6 +4569,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4442,6 +4598,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4470,6 +4627,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4498,6 +4656,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4526,6 +4685,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4554,6 +4714,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4582,6 +4743,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4610,6 +4772,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4638,6 +4801,7 @@ "orig": "\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4666,6 +4830,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4694,6 +4859,7 @@ "orig": "\u5909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4722,6 +4888,7 @@ "orig": "\u3048", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4750,6 +4917,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4778,6 +4946,7 @@ "orig": "\u304f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4806,6 +4975,7 @@ "orig": "\u3060", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4834,6 +5004,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4862,6 +5033,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4890,6 +5062,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -4918,6 +5091,7 @@ "orig": "\u25b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -4946,6 +5120,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -4974,6 +5149,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -5002,6 +5178,7 @@ "orig": "\u30da", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -5030,6 +5207,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -5058,6 +5236,7 @@ "orig": "\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -5086,6 +5265,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5114,6 +5294,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5142,6 +5323,7 @@ "orig": "\u30e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5170,6 +5352,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5198,6 +5381,7 @@ "orig": "\u30d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5226,6 +5410,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5254,6 +5439,7 @@ "orig": "\u7dd1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5278,10 +5464,11 @@ "r_y3": 202.439, "coord_origin": "BOTTOMLEFT" }, - "text": "\u8272", - "orig": "\u8272", + "text": "\u2f8a", + "orig": "\u2f8a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5310,6 +5497,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -5338,6 +5526,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5366,6 +5555,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5422,6 +5613,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5446,10 +5638,11 @@ "r_y3": 186.617, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5478,6 +5671,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5506,6 +5700,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5534,6 +5729,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5562,6 +5758,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5590,6 +5787,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -5618,6 +5816,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5642,10 +5841,11 @@ "r_y3": 172.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5674,6 +5874,7 @@ "orig": "\u58c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5702,6 +5903,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5730,6 +5932,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5758,6 +5961,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5786,6 +5990,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5814,6 +6019,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5842,6 +6048,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5870,6 +6077,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5898,6 +6106,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5926,6 +6135,7 @@ "orig": "\u5fdc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5954,6 +6164,7 @@ "orig": "\u3058", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -5982,6 +6193,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6010,6 +6222,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6038,6 +6251,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6066,6 +6280,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6094,6 +6309,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6122,6 +6338,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6150,6 +6367,7 @@ "orig": "\u5236", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6178,6 +6396,7 @@ "orig": "\u5fa1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6206,6 +6425,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6230,10 +6450,11 @@ "r_y3": 172.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6262,6 +6483,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6290,6 +6512,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6318,6 +6541,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6346,6 +6570,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6370,10 +6595,11 @@ "r_y3": 172.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6402,6 +6628,7 @@ "orig": "\u58c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6430,6 +6657,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6458,6 +6686,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6486,6 +6715,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6510,10 +6740,11 @@ "r_y3": 160.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u9ad8", - "orig": "\u9ad8", + "text": "\u2fbc", + "orig": "\u2fbc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6542,6 +6773,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6570,6 +6802,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6598,6 +6831,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6626,6 +6860,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6654,6 +6889,7 @@ "orig": "\u51b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6682,6 +6918,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6710,6 +6947,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6738,6 +6976,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6766,6 +7005,7 @@ "orig": "\u4f4e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6794,6 +7034,7 @@ "orig": "\u3081", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6822,6 +7063,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6850,6 +7092,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6878,6 +7121,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6906,6 +7150,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6934,6 +7179,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6962,6 +7208,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -6990,6 +7237,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7018,6 +7266,7 @@ "orig": "\u58c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7046,6 +7295,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7074,6 +7324,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7102,6 +7353,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7130,6 +7382,7 @@ "orig": "\u4f4e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7158,6 +7411,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7186,6 +7440,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7214,6 +7469,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7242,6 +7498,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7270,6 +7527,7 @@ "orig": "\u6696", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7298,6 +7556,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7326,6 +7585,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7354,6 +7614,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7378,10 +7639,11 @@ "r_y3": 148.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u9ad8", - "orig": "\u9ad8", + "text": "\u2fbc", + "orig": "\u2fbc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7410,6 +7672,7 @@ "orig": "\u3081", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7438,6 +7701,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7466,6 +7730,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7494,6 +7759,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7522,6 +7788,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7550,6 +7817,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7578,6 +7846,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7606,6 +7875,7 @@ "orig": "\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7634,6 +7904,7 @@ "orig": "\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7662,6 +7933,7 @@ "orig": "\u3088", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7690,6 +7962,7 @@ "orig": "\u3046", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7718,6 +7991,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7746,6 +8020,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7774,6 +8049,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7802,6 +8078,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7830,6 +8107,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7858,6 +8136,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7886,6 +8165,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7914,6 +8194,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7938,10 +8219,11 @@ "r_y3": 133.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7970,6 +8252,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -7998,6 +8281,7 @@ "orig": "\u597d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8026,6 +8310,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8054,6 +8339,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8082,6 +8368,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8110,6 +8397,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8138,6 +8426,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8166,6 +8455,7 @@ "orig": "\u5b66", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8194,6 +8484,7 @@ "orig": "\u7fd2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8222,6 +8513,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8250,6 +8542,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8278,6 +8571,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8306,6 +8600,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8330,10 +8625,11 @@ "r_y3": 133.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8362,6 +8658,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8390,6 +8687,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8418,6 +8716,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8446,6 +8745,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8474,6 +8774,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8502,6 +8803,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8530,6 +8832,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8558,6 +8861,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8586,6 +8890,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8614,6 +8919,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8642,6 +8948,7 @@ "orig": "\u58c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8670,6 +8977,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8698,6 +9006,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8726,6 +9035,7 @@ "orig": "\u304b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8754,6 +9064,7 @@ "orig": "\u3089", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8782,6 +9093,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8810,6 +9122,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8838,6 +9151,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8866,6 +9180,7 @@ "orig": "\u611f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8894,6 +9209,7 @@ "orig": "\u3058", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8922,6 +9238,7 @@ "orig": "\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8950,6 +9267,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -8978,6 +9296,7 @@ "orig": "\u597d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9006,6 +9325,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9034,6 +9354,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9062,6 +9383,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9090,6 +9412,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9118,6 +9441,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9146,6 +9470,7 @@ "orig": "\u84c4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9174,6 +9499,7 @@ "orig": "\u7a4d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9202,6 +9528,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9230,6 +9557,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9258,6 +9586,7 @@ "orig": "\u6700", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9286,6 +9615,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9314,6 +9644,7 @@ "orig": "\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9342,6 +9673,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9370,6 +9702,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9398,6 +9731,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9426,6 +9760,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9454,6 +9789,7 @@ "orig": "\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9482,6 +9818,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9510,6 +9847,7 @@ "orig": "\u4e88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9538,6 +9876,7 @@ "orig": "\u6e2c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9566,6 +9905,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9594,6 +9934,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9622,6 +9963,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9650,6 +9992,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9678,6 +10021,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9706,6 +10050,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9734,6 +10079,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9762,6 +10108,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9786,10 +10133,11 @@ "r_y3": 109.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9818,6 +10166,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9846,6 +10195,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9874,6 +10224,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9902,6 +10253,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9926,10 +10278,11 @@ "r_y3": 97.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9958,6 +10311,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -9986,6 +10340,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10014,6 +10369,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10042,6 +10398,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10070,6 +10427,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10098,6 +10456,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10126,6 +10485,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10154,6 +10514,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10182,6 +10543,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10210,6 +10572,7 @@ "orig": "\u5e8a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10238,6 +10601,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10266,6 +10630,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10294,6 +10659,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10322,6 +10688,7 @@ "orig": "\u58c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10350,6 +10717,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10378,6 +10746,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10406,6 +10775,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10434,6 +10804,7 @@ "orig": "\u691c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10462,6 +10833,7 @@ "orig": "\u77e5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10490,6 +10862,7 @@ "orig": "\u3084", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10518,6 +10891,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10546,6 +10920,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10574,6 +10949,7 @@ "orig": "\u597d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10602,6 +10978,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10630,6 +11007,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10658,6 +11036,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10686,6 +11065,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10714,6 +11094,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10742,6 +11123,7 @@ "orig": "\u84c4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10770,6 +11152,7 @@ "orig": "\u7a4d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10798,6 +11181,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10822,10 +11206,11 @@ "r_y3": 85.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10854,6 +11239,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10882,6 +11268,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10910,6 +11297,7 @@ "orig": "\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10938,6 +11326,7 @@ "orig": "\u3093", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10966,6 +11355,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -10994,6 +11384,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11022,6 +11413,7 @@ "orig": "\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11046,10 +11438,11 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62", - "orig": "\u6b62", + "text": "\u2f4c", + "orig": "\u2f4c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11078,6 +11471,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11106,6 +11500,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11134,6 +11529,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11162,6 +11558,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11190,6 +11587,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -11214,10 +11612,11 @@ "r_y3": 427.206, "coord_origin": "BOTTOMLEFT" }, - "text": "\t", - "orig": "\t", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -11246,6 +11645,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -11274,6 +11674,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -11302,6 +11703,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -11330,6 +11732,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -11358,6 +11761,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11382,10 +11786,11 @@ "r_y3": 402.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11414,6 +11819,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11442,6 +11848,7 @@ "orig": "\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11466,10 +11873,11 @@ "r_y3": 402.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62", - "orig": "\u6b62", + "text": "\u2f4c", + "orig": "\u2f4c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11498,6 +11906,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11526,6 +11935,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11554,6 +11964,7 @@ "orig": "\u8868", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11578,10 +11989,11 @@ "r_y3": 402.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u793a", - "orig": "\u793a", + "text": "\u2f70", + "orig": "\u2f70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11610,6 +12022,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11638,6 +12051,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11666,6 +12080,7 @@ "orig": "\u5f8c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11694,6 +12109,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11722,6 +12138,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11750,6 +12167,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11778,6 +12196,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11806,6 +12225,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11834,6 +12254,7 @@ "orig": "\u8868", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11858,10 +12279,11 @@ "r_y3": 390.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u793a", - "orig": "\u793a", + "text": "\u2f70", + "orig": "\u2f70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11890,6 +12312,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11918,6 +12341,7 @@ "orig": "\u6d88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11946,6 +12370,7 @@ "orig": "\u706f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -11974,6 +12399,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12002,6 +12428,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12030,6 +12457,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12058,6 +12486,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12086,6 +12515,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12110,10 +12540,11 @@ "r_y3": 363.097, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12138,10 +12569,11 @@ "r_y3": 363.097, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12170,6 +12602,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12198,6 +12631,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12226,6 +12660,7 @@ "orig": "\u90e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12254,6 +12689,7 @@ "orig": "\u30af", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12282,6 +12718,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12310,6 +12747,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12338,6 +12776,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12366,6 +12805,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12394,6 +12834,7 @@ "orig": "\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12418,10 +12859,11 @@ "r_y3": 363.097, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62", - "orig": "\u6b62", + "text": "\u2f4c", + "orig": "\u2f4c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12450,6 +12892,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12478,6 +12921,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12506,6 +12950,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12534,6 +12979,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12562,6 +13008,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12590,6 +13037,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12618,6 +13066,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12646,6 +13095,7 @@ "orig": "\u3082", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12674,6 +13124,7 @@ "orig": "\u3046", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12698,10 +13149,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "\u4e00", - "orig": "\u4e00", + "text": "\u2f00", + "orig": "\u2f00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12730,6 +13182,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12754,10 +13207,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12782,10 +13236,11 @@ "r_y3": 349.579, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12814,6 +13269,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12842,6 +13298,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12870,6 +13327,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12898,6 +13356,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12926,6 +13385,7 @@ "orig": "\u304f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12954,6 +13414,7 @@ "orig": "\u3060", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -12982,6 +13443,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -13010,6 +13472,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -13038,6 +13501,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -13062,10 +13526,11 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u98a8", - "orig": "\u98a8", + "text": "\u2fb5", + "orig": "\u2fb5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13094,6 +13559,7 @@ "orig": "\u5411", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13122,6 +13588,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13150,6 +13617,7 @@ "orig": "\u5909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13178,6 +13646,7 @@ "orig": "\u3048", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13206,6 +13675,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13234,6 +13704,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13262,6 +13733,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13290,6 +13762,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13318,6 +13791,7 @@ "orig": "\u25b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13346,6 +13820,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13374,6 +13849,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13398,10 +13874,11 @@ "r_y3": 427.902, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff5e", - "orig": "\uff5e", + "text": "\u301c", + "orig": "\u301c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13430,6 +13907,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13458,6 +13936,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13486,6 +13965,7 @@ "orig": "\u30da", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13514,6 +13994,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13542,6 +14023,7 @@ "orig": "\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13570,6 +14052,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13598,6 +14081,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13626,6 +14110,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13654,6 +14139,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13682,6 +14168,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13710,6 +14197,7 @@ "orig": "\u5909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13738,6 +14226,7 @@ "orig": "\u3048", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13766,6 +14255,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13794,6 +14284,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13822,6 +14313,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13850,6 +14342,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -13874,10 +14367,11 @@ "r_y3": 502.616, "coord_origin": "BOTTOMLEFT" }, - "text": "\t", - "orig": "\t", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13906,6 +14400,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13934,6 +14429,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13962,6 +14458,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -13990,6 +14487,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -14018,6 +14516,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14042,10 +14541,11 @@ "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14074,6 +14574,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14102,6 +14603,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14130,6 +14632,7 @@ "orig": "\u203b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14158,6 +14661,7 @@ "orig": "\u304b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14186,6 +14690,7 @@ "orig": "\u3089", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14214,6 +14719,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14242,6 +14748,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14270,6 +14777,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14298,6 +14806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14326,6 +14835,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14354,6 +14864,7 @@ "orig": "\u2103", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14378,10 +14889,11 @@ "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14410,6 +14922,7 @@ "orig": "~", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14434,10 +14947,11 @@ "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14466,6 +14980,7 @@ "orig": "\uff0b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14494,6 +15009,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14522,6 +15038,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14550,6 +15067,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14578,6 +15096,7 @@ "orig": "\u2103", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14606,6 +15125,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14634,6 +15154,7 @@ "orig": "\u7bc4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14662,6 +15183,7 @@ "orig": "\u56f2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14690,6 +15212,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14718,6 +15241,7 @@ "orig": "\u5909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14746,6 +15270,7 @@ "orig": "\u66f4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14774,6 +15299,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14802,6 +15328,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14830,6 +15357,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14858,6 +15386,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14886,6 +15415,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14910,10 +15440,11 @@ "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14942,6 +15473,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14970,6 +15502,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -14998,6 +15531,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15026,6 +15560,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15054,6 +15589,7 @@ "orig": "\u2103", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15082,6 +15618,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15110,6 +15647,7 @@ "orig": "\u3056", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15138,6 +15676,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15166,6 +15705,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15190,10 +15730,11 @@ "r_y3": 502.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15222,6 +15763,7 @@ "orig": "\u203b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15246,10 +15788,11 @@ "r_y3": 490.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15278,6 +15821,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15306,6 +15850,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15334,6 +15879,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15362,6 +15908,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15390,6 +15937,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15418,6 +15966,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15446,6 +15995,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15474,6 +16024,7 @@ "orig": "\u30fb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15502,6 +16053,7 @@ "orig": "\u5c4b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15530,6 +16082,7 @@ "orig": "\u5916", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15558,6 +16111,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15586,6 +16140,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15614,6 +16169,7 @@ "orig": "\u3088", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15642,6 +16198,7 @@ "orig": "\u308a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15670,6 +16227,7 @@ "orig": "\u30a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15698,6 +16256,7 @@ "orig": "\u30a2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15726,6 +16285,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15754,6 +16314,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15782,6 +16343,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15806,10 +16368,11 @@ "r_y3": 490.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15838,6 +16401,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15866,6 +16430,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15894,6 +16459,7 @@ "orig": "\u6c7a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15922,6 +16488,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15950,6 +16517,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -15978,6 +16546,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16006,6 +16575,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16034,6 +16604,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16062,6 +16633,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16090,6 +16662,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16118,6 +16691,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16146,6 +16720,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16174,6 +16749,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16202,6 +16778,7 @@ "orig": "\u72b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16230,6 +16807,7 @@ "orig": "\u614b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16258,6 +16836,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16286,6 +16865,7 @@ "orig": "\u78ba", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16314,6 +16894,7 @@ "orig": "\u8a8d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16342,6 +16923,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16370,6 +16952,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16398,6 +16981,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16426,6 +17010,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16454,6 +17039,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -16482,6 +17068,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16506,10 +17093,11 @@ "r_y3": 293.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16538,6 +17126,7 @@ "orig": "\u30a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16566,6 +17155,7 @@ "orig": "\u30a2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16594,6 +17184,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16622,6 +17213,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16650,6 +17242,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16678,6 +17271,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16706,6 +17300,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16734,6 +17329,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16762,6 +17358,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16790,6 +17387,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16818,6 +17416,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16846,6 +17445,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16874,6 +17474,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16902,6 +17503,7 @@ "orig": "\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16930,6 +17532,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16954,10 +17557,11 @@ "r_y3": 293.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -16986,6 +17590,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17014,6 +17619,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17042,6 +17648,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17070,6 +17677,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17098,6 +17706,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17126,6 +17735,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17150,10 +17760,11 @@ "r_y3": 281.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17178,10 +17789,11 @@ "r_y3": 265.675, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17210,6 +17822,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17238,6 +17851,7 @@ "orig": "\u78ba", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17266,6 +17880,7 @@ "orig": "\u8a8d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17294,6 +17909,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17322,6 +17938,7 @@ "orig": "\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17350,6 +17967,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17378,6 +17996,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17406,6 +18025,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17430,10 +18050,11 @@ "r_y3": 265.675, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17458,10 +18079,11 @@ "r_y3": 245.644, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17490,6 +18112,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17518,6 +18141,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17546,6 +18170,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17574,6 +18199,7 @@ "orig": "\u3054", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17602,6 +18228,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17630,6 +18257,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17658,6 +18286,7 @@ "orig": "\u8868", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17682,10 +18311,11 @@ "r_y3": 245.644, "coord_origin": "BOTTOMLEFT" }, - "text": "\u793a", - "orig": "\u793a", + "text": "\u2f70", + "orig": "\u2f70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17714,6 +18344,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17738,10 +18369,11 @@ "r_y3": 245.644, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17770,6 +18402,7 @@ "orig": "\u5207", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17798,6 +18431,7 @@ "orig": "\u308a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17826,6 +18460,7 @@ "orig": "\u63db", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17854,6 +18489,7 @@ "orig": "\u308f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17882,6 +18518,7 @@ "orig": "\u308a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17910,6 +18547,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17938,6 +18576,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17966,6 +18605,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -17994,6 +18634,7 @@ "orig": "\u25b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18022,6 +18663,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18050,6 +18692,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18078,6 +18721,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18102,10 +18746,11 @@ "r_y3": 228.88, "coord_origin": "BOTTOMLEFT" }, - "text": "\t", - "orig": "\t", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18134,6 +18779,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18162,6 +18808,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18190,6 +18837,7 @@ "orig": "\u30da", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18218,6 +18866,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18246,6 +18895,7 @@ "orig": "\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -18274,6 +18924,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18302,6 +18953,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18330,6 +18982,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18358,6 +19011,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18386,6 +19040,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18414,6 +19069,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18442,6 +19098,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18470,6 +19127,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18498,6 +19156,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18526,6 +19185,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18554,6 +19214,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18582,6 +19243,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -18610,6 +19272,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18638,6 +19301,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18666,6 +19330,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18694,6 +19359,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18718,10 +19384,11 @@ "r_y3": 744.444, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18750,6 +19417,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18778,6 +19446,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18806,6 +19475,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -18834,6 +19504,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -18862,6 +19533,7 @@ "orig": "\u597d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -18890,6 +19562,7 @@ "orig": "\u307f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -18918,6 +19591,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -18946,6 +19620,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -18974,6 +19649,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19002,6 +19678,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19030,6 +19707,7 @@ "orig": "\u5b66", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19058,6 +19736,7 @@ "orig": "\u7fd2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19086,6 +19765,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19114,6 +19794,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19142,6 +19823,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19170,6 +19852,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19198,6 +19881,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19226,6 +19910,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19254,6 +19939,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19282,6 +19968,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19310,6 +19997,7 @@ "orig": "\u6c17", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19338,6 +20026,7 @@ "orig": "\u6d41", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19366,6 +20055,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19394,6 +20084,7 @@ "orig": "\u30a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19422,6 +20113,7 @@ "orig": "\u30a2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19450,6 +20142,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19478,6 +20171,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19506,6 +20200,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19530,10 +20225,11 @@ "r_y3": 715.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19562,6 +20258,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19590,6 +20287,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19618,6 +20316,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19646,6 +20345,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19674,6 +20374,7 @@ "orig": "\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19702,6 +20403,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19730,6 +20432,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19758,6 +20461,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19786,6 +20490,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19814,6 +20519,7 @@ "orig": "\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19842,6 +20548,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19870,6 +20577,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19898,6 +20606,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19922,10 +20631,11 @@ "r_y3": 703.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19954,6 +20664,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -19982,6 +20693,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20010,6 +20722,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20038,6 +20751,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20066,6 +20780,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20094,6 +20809,7 @@ "orig": "\u6696", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20122,6 +20838,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20150,6 +20867,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20178,6 +20896,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20206,6 +20925,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20234,6 +20954,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20262,6 +20983,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20290,6 +21012,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20318,6 +21041,7 @@ "orig": "\u30c8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20346,6 +21070,7 @@ "orig": "\u30ed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20374,6 +21099,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20402,6 +21128,7 @@ "orig": "\u30eb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20430,6 +21157,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20458,6 +21186,7 @@ "orig": "\u3042", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20486,6 +21215,7 @@ "orig": "\u308a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20514,6 +21244,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20542,6 +21273,7 @@ "orig": "\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20570,6 +21302,7 @@ "orig": "\u3093", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20598,6 +21331,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20626,6 +21360,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20650,10 +21385,11 @@ "r_y3": 687.765, "coord_origin": "BOTTOMLEFT" }, - "text": "\t", - "orig": "\t", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -20682,6 +21418,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -20710,6 +21447,7 @@ "orig": "\u62bc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -20738,6 +21476,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -20766,6 +21505,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -20794,6 +21534,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20818,10 +21559,11 @@ "r_y3": 662.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20850,6 +21592,7 @@ "orig": "\u5ba4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20878,6 +21621,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20906,6 +21650,7 @@ "orig": "\u30fb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20934,6 +21679,7 @@ "orig": "\u5c4b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20962,6 +21708,7 @@ "orig": "\u5916", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -20990,6 +21737,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21018,6 +21766,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21046,6 +21795,7 @@ "orig": "\u3084", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21074,6 +21824,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21102,6 +21853,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21130,6 +21882,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21158,6 +21911,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21182,10 +21936,11 @@ "r_y3": 662.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21214,6 +21969,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21242,6 +21998,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21270,6 +22027,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21298,6 +22056,7 @@ "orig": "\u5909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21326,6 +22085,7 @@ "orig": "\u66f4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21354,6 +22114,7 @@ "orig": "\u524d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21382,6 +22143,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21410,6 +22172,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21438,6 +22201,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21466,6 +22230,7 @@ "orig": "\u5185", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21494,6 +22259,7 @@ "orig": "\u5bb9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21522,6 +22288,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21550,6 +22317,7 @@ "orig": "\u5fdc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21578,6 +22346,7 @@ "orig": "\u3058", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21606,6 +22375,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21634,6 +22404,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21658,10 +22429,11 @@ "r_y3": 650.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21690,6 +22462,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21718,6 +22491,7 @@ "orig": "\u3067", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21746,6 +22520,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21774,6 +22549,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21802,6 +22578,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21830,6 +22607,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21858,6 +22636,7 @@ "orig": "\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21886,6 +22665,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21914,6 +22694,7 @@ "orig": "\u6696", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21942,6 +22723,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21970,6 +22752,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -21998,6 +22781,7 @@ "orig": "\u51b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22026,6 +22810,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22054,6 +22839,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22082,6 +22868,7 @@ "orig": "\u9664", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22110,6 +22897,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22138,6 +22926,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22166,6 +22955,7 @@ "orig": "\u9664", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22194,6 +22984,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22222,6 +23013,7 @@ "orig": "\u51b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22250,6 +23042,7 @@ "orig": "\u623f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22278,6 +23071,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22306,6 +23100,7 @@ "orig": "\u3084", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22334,6 +23129,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22362,6 +23158,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22390,6 +23187,7 @@ "orig": "\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22418,6 +23216,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22446,6 +23245,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22474,6 +23274,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22502,6 +23303,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22530,6 +23332,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22558,6 +23361,7 @@ "orig": "\u308c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22586,6 +23390,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22614,6 +23419,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22642,6 +23448,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22666,10 +23473,11 @@ "r_y3": 626.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22694,10 +23502,11 @@ "r_y3": 626.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22726,6 +23535,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22754,6 +23564,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22782,6 +23593,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22810,6 +23622,7 @@ "orig": "\u308c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22838,6 +23651,7 @@ "orig": "\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22866,6 +23680,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22894,6 +23709,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22922,6 +23738,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22950,6 +23767,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -22978,6 +23796,7 @@ "orig": "\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23006,6 +23825,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23034,6 +23854,7 @@ "orig": "\u5fdc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23062,6 +23883,7 @@ "orig": "\u3058", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23090,6 +23912,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23118,6 +23941,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23146,6 +23970,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23174,6 +23999,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23202,6 +24028,7 @@ "orig": "\u6e7f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23230,6 +24057,7 @@ "orig": "\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23258,6 +24086,7 @@ "orig": "\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23286,6 +24115,7 @@ "orig": "\u9078", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23314,6 +24144,7 @@ "orig": "\u629e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23342,6 +24173,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23370,6 +24202,7 @@ "orig": "\u308c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23398,6 +24231,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23426,6 +24260,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23454,6 +24289,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23482,6 +24318,7 @@ "orig": "\u5b66", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23510,6 +24347,7 @@ "orig": "\u7fd2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23538,6 +24376,7 @@ "orig": "\u5236", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23566,6 +24405,7 @@ "orig": "\u5fa1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23594,6 +24434,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23618,10 +24459,11 @@ "r_y3": 624.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23646,10 +24488,11 @@ "r_y3": 613.039, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23678,6 +24521,7 @@ "orig": "\u3063", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23706,6 +24550,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23734,6 +24579,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23762,6 +24608,7 @@ "orig": "\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23790,6 +24637,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23818,6 +24666,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23846,6 +24695,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23874,6 +24724,7 @@ "orig": "\u3054", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23902,6 +24753,7 @@ "orig": "\u8cfc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23926,10 +24778,11 @@ "r_y3": 602.039, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5165", - "orig": "\u5165", + "text": "\u2f0a", + "orig": "\u2f0a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23958,6 +24811,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -23986,6 +24840,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24014,6 +24869,7 @@ "orig": "\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24042,6 +24898,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24070,6 +24927,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24098,6 +24956,7 @@ "orig": "\u5b66", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24126,6 +24985,7 @@ "orig": "\u7fd2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24154,6 +25014,7 @@ "orig": "\u5236", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24182,6 +25043,7 @@ "orig": "\u5fa1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24210,6 +25072,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24234,10 +25097,11 @@ "r_y3": 613.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24266,6 +25130,7 @@ "orig": "\u3063", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24294,6 +25159,7 @@ "orig": "\u3066", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24322,6 +25188,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24350,6 +25217,7 @@ "orig": "\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24378,6 +25246,7 @@ "orig": "\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24406,6 +25275,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24434,6 +25304,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24462,6 +25333,7 @@ "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24486,10 +25358,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24514,10 +25387,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u4eba", - "orig": "\u4eba", + "text": "\u2f08", + "orig": "\u2f08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24546,6 +25420,7 @@ "orig": "\u30fb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24574,6 +25449,7 @@ "orig": "\u5e8a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24602,6 +25478,7 @@ "orig": "\u30bb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24630,6 +25507,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24658,6 +25536,7 @@ "orig": "\u30b5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24686,6 +25565,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24714,6 +25594,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24742,6 +25623,7 @@ "orig": "\u56fa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24770,6 +25652,7 @@ "orig": "\u5b9a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24798,6 +25681,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24826,6 +25710,7 @@ "orig": "\u306e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24854,6 +25739,7 @@ "orig": "\u5834", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24882,6 +25768,7 @@ "orig": "\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24910,6 +25797,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -24938,6 +25826,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24966,6 +25855,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24994,6 +25884,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25022,6 +25913,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25046,10 +25938,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25078,6 +25971,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25106,6 +26000,7 @@ "orig": "\u904b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25134,6 +26029,7 @@ "orig": "\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25162,6 +26058,7 @@ "orig": "\u6642", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25190,6 +26087,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25218,6 +26116,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25246,6 +26145,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25274,6 +26174,7 @@ "orig": "\u5b66", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25302,6 +26203,7 @@ "orig": "\u7fd2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25330,6 +26232,7 @@ "orig": "\u5236", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25358,6 +26261,7 @@ "orig": "\u5fa1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25386,6 +26290,7 @@ "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25410,10 +26315,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c", - "orig": "\u884c", + "text": "\u2f8f", + "orig": "\u2f8f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25442,6 +26348,7 @@ "orig": "\u308f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25470,6 +26377,7 @@ "orig": "\u305a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25498,6 +26406,7 @@ "orig": "\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25522,10 +26431,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25554,6 +26464,7 @@ "orig": "\u30ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25582,6 +26493,7 @@ "orig": "\u30e2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25610,6 +26522,7 @@ "orig": "\u30b3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25638,6 +26551,7 @@ "orig": "\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25666,6 +26580,7 @@ "orig": "\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25694,6 +26609,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25722,6 +26638,7 @@ "orig": "\u5feb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25750,6 +26667,7 @@ "orig": "\u9069", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25774,10 +26692,11 @@ "r_y3": 573.347, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea", - "orig": "\u81ea", + "text": "\u2f83", + "orig": "\u2f83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25806,6 +26725,7 @@ "orig": "\u52d5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25834,6 +26754,7 @@ "orig": "\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25862,6 +26783,7 @@ "orig": "\u3068", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25890,6 +26812,7 @@ "orig": "\u8868", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25914,10 +26837,11 @@ "r_y3": 573.347, "coord_origin": "BOTTOMLEFT" }, - "text": "\u793a", - "orig": "\u793a", + "text": "\u2f70", + "orig": "\u2f70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25946,6 +26870,7 @@ "orig": "\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -25974,6 +26899,7 @@ "orig": "\u308c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -26002,6 +26928,7 @@ "orig": "\u307e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -26030,6 +26957,7 @@ "orig": "\u3059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -26058,6 +26986,7 @@ "orig": "\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -26082,10 +27011,11 @@ "r_y3": 573.35, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -26114,6 +27044,7 @@ "orig": "\u25b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26142,6 +27073,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26170,6 +27102,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26198,6 +27131,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26222,10 +27156,11 @@ "r_y3": 574.568, "coord_origin": "BOTTOMLEFT" }, - "text": "\t", - "orig": "\t", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26254,6 +27189,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26282,6 +27218,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26310,6 +27247,7 @@ "orig": "\u30da", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26338,6 +27276,7 @@ "orig": "\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26366,6 +27305,7 @@ "orig": "\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26394,6 +27334,7 @@ "orig": "\u4fbf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -26422,6 +27363,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -26446,10 +27388,11 @@ "r_y3": 164.739, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0814", - "orig": "\u0814", + "text": "\u56f0", + "orig": "\u56f0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -26478,6 +27421,7 @@ "orig": "\u57fa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -26506,6 +27450,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -26536,6 +27481,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -26564,6 +27510,7 @@ "orig": "\u30a8\u30a2\u30b3\u30f3\u306b\u904b\u8ee2\u3092\u307e\u304b\u305b\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -26592,6 +27539,7 @@ "orig": "\u304a\u77e5\u3089\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -26608,25 +27556,55 @@ "rect": { "r_x0": 34.015, "r_y0": 152.532, + "r_x1": 40.315, + "r_y1": 152.532, + "r_x2": 40.315, + "r_y2": 159.235, + "r_x3": 34.015, + "r_y3": 159.235, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u25cf", + "orig": "\u25cf", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 4, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 43.087, + "r_y0": 150.872, "r_x1": 160.087, "r_y1": 150.872, "r_x2": 160.087, "r_y2": 160.447, - "r_x3": 34.015, - "r_y3": 159.235, + "r_x3": 43.087, + "r_y3": 160.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", - "orig": "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "text": "\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "orig": "\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 4, + "index": 5, "rgba": { "r": 0, "g": 0, @@ -26644,17 +27622,18 @@ "r_y3": 147.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u5165\u300d", - "orig": "\u300c\u5165\u300d", + "text": "\u300c\u2f0a\u300d", + "orig": "\u300c\u2f0a\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 5, + "index": 6, "rgba": { "r": 0, "g": 0, @@ -26676,13 +27655,14 @@ "orig": "\u3067\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 6, + "index": 7, "rgba": { "r": 0, "g": 0, @@ -26692,25 +27672,55 @@ "rect": { "r_x0": 34.015, "r_y0": 127.532, + "r_x1": 40.315, + "r_y1": 127.532, + "r_x2": 40.315, + "r_y2": 134.235, + "r_x3": 34.015, + "r_y3": 134.235, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u25cf", + "orig": "\u25cf", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 8, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 43.024, + "r_y0": 125.872, "r_x1": 114.448, "r_y1": 125.872, "r_x2": 114.448, "r_y2": 135.447, - "r_x3": 34.015, - "r_y3": 134.235, + "r_x3": 43.024, + "r_y3": 135.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", - "orig": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "text": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "orig": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 7, + "index": 9, "rgba": { "r": 0, "g": 0, @@ -26728,17 +27738,18 @@ "r_y3": 135.447, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u5165\u300d", - "orig": "\u300c\u5165\u300d", + "text": "\u300c\u2f0a\u300d", + "orig": "\u300c\u2f0a\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 8, + "index": 10, "rgba": { "r": 0, "g": 0, @@ -26760,13 +27771,14 @@ "orig": "\u306e\u5834\u5408\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 9, + "index": 11, "rgba": { "r": 0, "g": 0, @@ -26788,13 +27800,14 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", "font_name": "/FSPAKI+Meiryo" }, { - "index": 10, + "index": 12, "rgba": { "r": 0, "g": 0, @@ -26812,17 +27825,18 @@ "r_y3": 122.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 11, + "index": 13, "rgba": { "r": 0, "g": 0, @@ -26844,13 +27858,14 @@ "orig": "\u51b7\u623f\u30fb\u9664\u6e7f\u30fb\u9664\u6e7f\u51b7\u623f\u904b\u8ee2\u3092\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 12, + "index": 14, "rgba": { "r": 0, "g": 0, @@ -26868,17 +27883,18 @@ "r_y3": 97.944, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", - "orig": "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "text": "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "orig": "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 13, + "index": 15, "rgba": { "r": 0, "g": 0, @@ -26888,25 +27904,26 @@ "rect": { "r_x0": 42.889, "r_y0": 75.193, - "r_x1": 97.573, + "r_x1": 94.864, "r_y1": 75.193, - "r_x2": 97.573, + "r_x2": 94.864, "r_y2": 84.768, "r_x3": 42.889, "r_y3": 84.768, "coord_origin": "BOTTOMLEFT" }, - "text": "\u958b\u59cb\u3057\u307e\u3059\u3002\b", - "orig": "\u958b\u59cb\u3057\u307e\u3059\u3002\b", + "text": "\u958b\u59cb\u3057\u307e\u3059\u3002", + "orig": "\u958b\u59cb\u3057\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 14, + "index": 16, "rgba": { "r": 0, "g": 0, @@ -26928,41 +27945,14 @@ "orig": "\u25b628\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 15, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 164.409, - "r_y0": 75.195, - "r_x1": 167.406, - "r_y1": 75.195, - "r_x2": 167.406, - "r_y2": 84.77, - "r_x3": 164.409, - "r_y3": 84.77, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 16, + "index": 17, "rgba": { "r": 0, "g": 0, @@ -26980,17 +27970,18 @@ "r_y3": 71.594, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", - "orig": "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", + "text": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", + "orig": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 17, + "index": 18, "rgba": { "r": 0, "g": 0, @@ -27000,25 +27991,26 @@ "rect": { "r_x0": 43.026, "r_y0": 47.502, - "r_x1": 115.53, + "r_x1": 112.641, "r_y1": 47.502, - "r_x2": 115.53, + "r_x2": 112.641, "r_y2": 57.077, "r_x3": 43.026, "r_y3": 57.077, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", - "orig": "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", + "text": "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6", + "orig": "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 18, + "index": 19, "rgba": { "r": 0, "g": 0, @@ -27026,27 +28018,28 @@ "a": 255 }, "rect": { - "r_x0": 146.474, + "r_x0": 149.291, "r_y0": 47.499, "r_x1": 158.291, "r_y1": 47.499, "r_x2": 158.291, "r_y2": 57.074, - "r_x3": 146.474, + "r_x3": 149.291, "r_y3": 57.074, "coord_origin": "BOTTOMLEFT" }, - "text": "\b\u3092", - "orig": "\b\u3092", + "text": "\u3092", + "orig": "\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 19, + "index": 20, "rgba": { "r": 0, "g": 0, @@ -27068,13 +28061,14 @@ "orig": "\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 20, + "index": 21, "rgba": { "r": 0, "g": 0, @@ -27096,13 +28090,14 @@ "orig": "\u304a\u9858\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 21, + "index": 22, "rgba": { "r": 0, "g": 0, @@ -27124,13 +28119,14 @@ "orig": "\u304a\u597d\u307f\u306b\u5408\u308f\u306a\u3044\u3068\u304d\u306f\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u5909\u3048\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 22, + "index": 23, "rgba": { "r": 0, "g": 0, @@ -27152,13 +28148,14 @@ "orig": "\u25b613\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 23, + "index": 24, "rgba": { "r": 0, "g": 0, @@ -27180,13 +28177,14 @@ "orig": "\u904b\u8ee2\u30e9\u30f3\u30d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 24, + "index": 25, "rgba": { "r": 0, "g": 0, @@ -27204,17 +28202,18 @@ "r_y3": 202.439, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff08\u7dd1\u8272\uff09", - "orig": "\uff08\u7dd1\u8272\uff09", + "text": "\uff08\u7dd1\u2f8a\uff09", + "orig": "\uff08\u7dd1\u2f8a\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 25, + "index": 26, "rgba": { "r": 0, "g": 0, @@ -27236,13 +28235,14 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", "font_name": "/AZRMBO+Meiryo-Bold" }, { - "index": 26, + "index": 27, "rgba": { "r": 0, "g": 0, @@ -27260,17 +28260,18 @@ "r_y3": 186.617, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", "font_name": "/QNPXNM+ShinMGoPr6N-Bold" }, { - "index": 27, + "index": 28, "rgba": { "r": 0, "g": 0, @@ -27280,25 +28281,26 @@ "rect": { "r_x0": 188.587, "r_y0": 163.256, - "r_x1": 448.507, - "r_y1": 161.411, - "r_x2": 448.507, - "r_y2": 172.05, + "r_x1": 195.587, + "r_y1": 163.256, + "r_x2": 195.587, + "r_y2": 170.703, "r_x3": 188.587, "r_y3": 170.703, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002", - "orig": "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002", + "text": "\u25cf", + "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 28, + "index": 29, "rgba": { "r": 0, "g": 0, @@ -27306,27 +28308,28 @@ "a": 255 }, "rect": { - "r_x0": 443.507, + "r_x0": 198.507, "r_y0": 161.411, - "r_x1": 446.837, + "r_x1": 448.507, "r_y1": 161.411, - "r_x2": 446.837, + "r_x2": 448.507, "r_y2": 172.05, - "r_x3": 443.507, + "r_x3": 198.507, "r_y3": 172.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002", + "orig": "\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 29, + "index": 30, "rgba": { "r": 0, "g": 0, @@ -27344,17 +28347,18 @@ "r_y3": 160.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", - "orig": "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "text": "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "orig": "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 30, + "index": 31, "rgba": { "r": 0, "g": 0, @@ -27372,17 +28376,18 @@ "r_y3": 148.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", - "orig": "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "text": "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "orig": "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 31, + "index": 32, "rgba": { "r": 0, "g": 0, @@ -27392,25 +28397,26 @@ "rect": { "r_x0": 188.587, "r_y0": 124.421, - "r_x1": 328.507, - "r_y1": 122.577, - "r_x2": 328.507, - "r_y2": 133.215, + "r_x1": 195.587, + "r_y1": 124.421, + "r_x2": 195.587, + "r_y2": 131.868, "r_x3": 188.587, "r_y3": 131.868, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002", - "orig": "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002", + "text": "\u25cf", + "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 32, + "index": 33, "rgba": { "r": 0, "g": 0, @@ -27418,27 +28424,28 @@ "a": 255 }, "rect": { - "r_x0": 323.507, + "r_x0": 198.507, "r_y0": 122.577, - "r_x1": 326.837, + "r_x1": 328.507, "r_y1": 122.577, - "r_x2": 326.837, + "r_x2": 328.507, "r_y2": 133.215, - "r_x3": 323.507, + "r_x3": 198.507, "r_y3": 133.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002", + "orig": "\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 33, + "index": 34, "rgba": { "r": 0, "g": 0, @@ -27460,13 +28467,14 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u304b\u3089\u5feb\u9069\u3068\u611f\u3058\u308b\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u84c4\u7a4d\u3057\u3001\u6700\u9069\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 34, + "index": 35, "rgba": { "r": 0, "g": 0, @@ -27488,34 +28496,7 @@ "orig": "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 35, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 353.507, - "r_y0": 98.577, - "r_x1": 356.837, - "r_y1": 98.577, - "r_x2": 356.837, - "r_y2": 109.215, - "r_x3": 353.507, - "r_y3": 109.215, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", - "text_direction": "left_to_right", - "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27544,6 +28525,7 @@ "orig": "\uff08", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27568,10 +28550,11 @@ "r_y3": 97.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d", - "orig": "\u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d", + "text": "\u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d", + "orig": "\u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27600,6 +28583,7 @@ "orig": "\u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27624,10 +28608,11 @@ "r_y3": 85.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3044\u307e\u305b\u3093\u3002", - "orig": "\u884c\u3044\u307e\u305b\u3093\u3002", + "text": "\u2f8f\u3044\u307e\u305b\u3093\u3002", + "orig": "\u2f8f\u3044\u307e\u305b\u3093\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27656,6 +28641,7 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27680,10 +28666,11 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", - "orig": "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", + "text": "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", + "orig": "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -27712,6 +28699,7 @@ "orig": "\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -27728,18 +28716,19 @@ "rect": { "r_x0": 185.003, "r_y0": 393.972, - "r_x1": 195.333, - "r_y1": 392.128, - "r_x2": 195.333, - "r_y2": 402.766, + "r_x1": 192.003, + "r_y1": 393.972, + "r_x2": 192.003, + "r_y2": 401.419, "r_x3": 185.003, "r_y3": 401.419, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b", - "orig": "\u25cf\b", + "text": "\u25cf", + "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27764,10 +28753,11 @@ "r_y3": 402.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u505c\u6b62\u300d", - "orig": "\u300c\u505c\u6b62\u300d", + "text": "\u300c\u505c\u2f4c\u300d", + "orig": "\u300c\u505c\u2f4c\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27792,10 +28782,11 @@ "r_y3": 402.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", - "orig": "\u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", + "text": "\u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", + "orig": "\u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27820,10 +28811,11 @@ "r_y3": 390.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", - "orig": "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", + "text": "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", + "orig": "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27852,6 +28844,7 @@ "orig": "\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27868,18 +28861,19 @@ "rect": { "r_x0": 185.003, "r_y0": 354.303, - "r_x1": 374.923, - "r_y1": 352.458, - "r_x2": 374.923, - "r_y2": 363.097, + "r_x1": 192.003, + "r_y1": 354.303, + "r_x2": 192.003, + "r_y2": 361.75, "r_x3": 185.003, "r_y3": 361.75, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", - "orig": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "text": "\u25cf", + "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27895,19 +28889,20 @@ }, "rect": { "r_x0": 194.923, - "r_y0": 338.938, - "r_x1": 238.253, - "r_y1": 338.938, - "r_x2": 238.253, - "r_y2": 349.577, + "r_y0": 352.458, + "r_x1": 374.923, + "r_y1": 352.458, + "r_x2": 374.923, + "r_y2": 363.097, "r_x3": 194.923, - "r_y3": 349.577, + "r_y3": 363.097, "coord_origin": "BOTTOMLEFT" }, - "text": "\u3082\u3046\u4e00\u5ea6\b", - "orig": "\u3082\u3046\u4e00\u5ea6\b", + "text": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "orig": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -27922,27 +28917,57 @@ "a": 255 }, "rect": { - "r_x0": 269.204, + "r_x0": 194.923, + "r_y0": 338.938, + "r_x1": 234.923, + "r_y1": 338.938, + "r_x2": 234.923, + "r_y2": 349.577, + "r_x3": 194.923, + "r_y3": 349.577, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u3082\u3046\u2f00\u5ea6", + "orig": "\u3082\u3046\u2f00\u5ea6", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 51, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 272.534, "r_y0": 338.941, "r_x1": 362.534, "r_y1": 338.941, "r_x2": 362.534, "r_y2": 349.579, - "r_x3": 269.204, + "r_x3": 272.534, "r_y3": 349.579, "coord_origin": "BOTTOMLEFT" }, - "text": "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "orig": "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "text": "\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "orig": "\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 51, + "index": 52, "rgba": { "r": 0, "g": 0, @@ -27960,17 +28985,18 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", - "orig": "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "text": "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "orig": "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", "font_name": "/ARTRBO+ShinGoPr6N-Bold" }, { - "index": 52, + "index": 53, "rgba": { "r": 0, "g": 0, @@ -27988,17 +29014,18 @@ "r_y3": 427.319, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25b616\uff5e19\u30da\u30fc\u30b8", - "orig": "\u25b616\uff5e19\u30da\u30fc\u30b8", + "text": "\u25b616\u301c19\u30da\u30fc\u30b8", + "orig": "\u25b616\u301c19\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 53, + "index": 54, "rgba": { "r": 0, "g": 0, @@ -28020,13 +29047,14 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u3092\u5909\u3048\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", "font_name": "/ARTRBO+ShinGoPr6N-Bold" }, { - "index": 54, + "index": 55, "rgba": { "r": 0, "g": 0, @@ -28048,13 +29076,14 @@ "orig": "\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 55, + "index": 56, "rgba": { "r": 0, "g": 0, @@ -28064,25 +29093,55 @@ "rect": { "r_x0": 284.214, "r_y0": 506.092, + "r_x1": 291.214, + "r_y1": 506.092, + "r_x2": 291.214, + "r_y2": 513.539, + "r_x3": 284.214, + "r_y3": 513.539, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u25cf", + "orig": "\u25cf", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 57, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 294.134, + "r_y0": 504.247, "r_x1": 314.134, "r_y1": 504.247, "r_x2": 314.134, "r_y2": 514.886, - "r_x3": 284.214, - "r_y3": 513.539, + "r_x3": 294.134, + "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u9069\u6e29", - "orig": "\u25cf\b\u9069\u6e29", + "text": "\u9069\u6e29", + "orig": "\u9069\u6e29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 56, + "index": 58, "rgba": { "r": 0, "g": 0, @@ -28104,13 +29163,14 @@ "orig": "\u203b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 57, + "index": 59, "rgba": { "r": 0, "g": 0, @@ -28120,25 +29180,26 @@ "rect": { "r_x0": 319.965, "r_y0": 504.247, - "r_x1": 545.135, + "r_x1": 385.145, "r_y1": 504.247, - "r_x2": 545.135, + "r_x2": 385.145, "r_y2": 514.886, "r_x3": 319.965, "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002", - "orig": "\u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002", + "text": "\u304b\u3089\u3001\u30fc5.0\u2103", + "orig": "\u304b\u3089\u3001\u30fc5.0\u2103", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 58, + "index": 60, "rgba": { "r": 0, "g": 0, @@ -28146,27 +29207,28 @@ "a": 255 }, "rect": { - "r_x0": 540.135, + "r_x0": 388.475, "r_y0": 504.247, - "r_x1": 543.465, + "r_x1": 396.625, "r_y1": 504.247, - "r_x2": 543.465, + "r_x2": 396.625, "r_y2": 514.886, - "r_x3": 540.135, + "r_x3": 388.475, "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "~", + "orig": "~", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 59, + "index": 61, "rgba": { "r": 0, "g": 0, @@ -28174,27 +29236,28 @@ "a": 255 }, "rect": { - "r_x0": 289.135, - "r_y0": 492.247, - "r_x1": 364.315, - "r_y1": 492.247, - "r_x2": 364.315, - "r_y2": 502.886, - "r_x3": 289.135, - "r_y3": 502.886, + "r_x0": 399.955, + "r_y0": 504.247, + "r_x1": 545.135, + "r_y1": 504.247, + "r_x2": 545.135, + "r_y2": 514.886, + "r_x3": 399.955, + "r_y3": 514.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff080.5\u2103\u304d\u3056\u307f\uff09", - "orig": "\uff080.5\u2103\u304d\u3056\u307f\uff09", + "text": "\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002", + "orig": "\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 60, + "index": 62, "rgba": { "r": 0, "g": 0, @@ -28202,27 +29265,28 @@ "a": 255 }, "rect": { - "r_x0": 359.315, + "r_x0": 289.135, "r_y0": 492.247, - "r_x1": 362.645, + "r_x1": 364.315, "r_y1": 492.247, - "r_x2": 362.645, + "r_x2": 364.315, "r_y2": 502.886, - "r_x3": 359.315, + "r_x3": 289.135, "r_y3": 502.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\uff080.5\u2103\u304d\u3056\u307f\uff09", + "orig": "\uff080.5\u2103\u304d\u3056\u307f\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 61, + "index": 63, "rgba": { "r": 0, "g": 0, @@ -28232,53 +29296,26 @@ "rect": { "r_x0": 293.764, "r_y0": 480.247, - "r_x1": 304.772, - "r_y1": 480.247, - "r_x2": 304.772, - "r_y2": 490.886, - "r_x3": 293.764, - "r_y3": 490.886, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\u203b\b", - "orig": "\u203b\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 62, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 301.822, - "r_y0": 480.247, "r_x1": 343.128, "r_y1": 480.247, "r_x2": 343.128, "r_y2": 490.886, - "r_x3": 301.822, + "r_x3": 293.764, "r_y3": 490.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u9069\u6e29\u3068\u306f\u3001", - "orig": "\u9069\u6e29\u3068\u306f\u3001", + "text": "\u203b\u9069\u6e29\u3068\u306f\u3001", + "orig": "\u203b\u9069\u6e29\u3068\u306f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 63, + "index": 64, "rgba": { "r": 0, "g": 0, @@ -28296,17 +29333,18 @@ "r_y3": 490.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", - "orig": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "text": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "orig": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 64, + "index": 65, "rgba": { "r": 0, "g": 0, @@ -28328,13 +29366,14 @@ "orig": "\u904b\u8ee2\u72b6\u614b\u3092\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", "font_name": "/ARTRBO+ShinGoPr6N-Bold" }, { - "index": 65, + "index": 66, "rgba": { "r": 0, "g": 0, @@ -28344,25 +29383,26 @@ "rect": { "r_x0": 185.002, "r_y0": 284.897, - "r_x1": 344.922, - "r_y1": 283.052, - "r_x2": 344.922, - "r_y2": 293.691, + "r_x1": 192.002, + "r_y1": 284.897, + "r_x2": 192.002, + "r_y2": 292.344, "r_x3": 185.002, "r_y3": 292.344, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001", - "orig": "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001", + "text": "\u25cf", + "orig": "\u25cf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 66, + "index": 67, "rgba": { "r": 0, "g": 0, @@ -28370,48 +29410,21 @@ "a": 255 }, "rect": { - "r_x0": 339.922, + "r_x0": 194.921, "r_y0": 283.052, - "r_x1": 343.251, + "r_x1": 344.922, "r_y1": 283.052, - "r_x2": 343.251, + "r_x2": 344.922, "r_y2": 293.691, - "r_x3": 339.922, - "r_y3": 293.691, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 67, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 194.921, - "r_y0": 271.052, - "r_x1": 254.921, - "r_y1": 271.052, - "r_x2": 254.921, - "r_y2": 281.691, "r_x3": 194.921, - "r_y3": 281.691, + "r_y3": 293.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001", - "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001", + "text": "\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001", + "orig": "\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -28426,111 +29439,28 @@ "a": 255 }, "rect": { - "r_x0": 249.921, - "r_y0": 271.052, - "r_x1": 253.251, - "r_y1": 271.052, - "r_x2": 253.251, - "r_y2": 281.691, - "r_x3": 249.921, - "r_y3": 281.691, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 69, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 227.413, - "r_y0": 255.037, - "r_x1": 230.743, - "r_y1": 255.037, - "r_x2": 230.743, - "r_y2": 265.675, - "r_x3": 227.413, - "r_y3": 265.675, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 70, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 228.663, - "r_y0": 255.037, - "r_x1": 308.663, - "r_y1": 255.037, - "r_x2": 308.663, - "r_y2": 265.675, - "r_x3": 228.663, - "r_y3": 265.675, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002", - "orig": "\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 71, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 303.663, - "r_y0": 255.037, - "r_x1": 306.993, - "r_y1": 255.037, - "r_x2": 306.993, - "r_y2": 265.675, - "r_x3": 303.663, - "r_y3": 265.675, + "r_x0": 194.921, + "r_y0": 271.052, + "r_x1": 254.921, + "r_y1": 271.052, + "r_x2": 254.921, + "r_y2": 281.691, + "r_x3": 194.921, + "r_y3": 281.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001", + "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 72, + "index": 69, "rgba": { "r": 0, "g": 0, @@ -28538,27 +29468,28 @@ "a": 255 }, "rect": { - "r_x0": 227.413, - "r_y0": 235.006, - "r_x1": 230.743, - "r_y1": 235.006, - "r_x2": 230.743, - "r_y2": 245.644, - "r_x3": 227.413, - "r_y3": 245.644, + "r_x0": 228.663, + "r_y0": 255.037, + "r_x1": 308.663, + "r_y1": 255.037, + "r_x2": 308.663, + "r_y2": 265.675, + "r_x3": 228.663, + "r_y3": 265.675, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002", + "orig": "\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 73, + "index": 70, "rgba": { "r": 0, "g": 0, @@ -28568,25 +29499,26 @@ "rect": { "r_x0": 228.663, "r_y0": 235.006, - "r_x1": 321.993, + "r_x1": 318.663, "r_y1": 235.006, - "r_x2": 321.993, + "r_x2": 318.663, "r_y2": 245.644, "r_x3": 228.663, "r_y3": 245.644, "coord_origin": "BOTTOMLEFT" }, - "text": "\u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", - "orig": "\u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", + "text": "\u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c", + "orig": "\u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 74, + "index": 71, "rgba": { "r": 0, "g": 0, @@ -28608,13 +29540,14 @@ "orig": "\u5207\u308a\u63db\u308f\u308a\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 75, + "index": 72, "rgba": { "r": 0, "g": 0, @@ -28636,13 +29569,14 @@ "orig": "\u25b633,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 76, + "index": 73, "rgba": { "r": 0, "g": 0, @@ -28664,13 +29598,14 @@ "orig": "34\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 77, + "index": 74, "rgba": { "r": 0, "g": 0, @@ -28692,13 +29627,14 @@ "orig": "\u5ba4\u5185\u6e7f\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 78, + "index": 75, "rgba": { "r": 0, "g": 0, @@ -28720,13 +29656,14 @@ "orig": "\u5ba4\u5185\u6e29\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 79, + "index": 76, "rgba": { "r": 0, "g": 0, @@ -28748,13 +29685,14 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 80, + "index": 77, "rgba": { "r": 0, "g": 0, @@ -28776,13 +29714,14 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", "font_name": "/AZRMBO+Meiryo-Bold" }, { - "index": 81, + "index": 78, "rgba": { "r": 0, "g": 0, @@ -28800,17 +29739,18 @@ "r_y3": 744.444, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", "font_name": "/ARTRBO+ShinGoPr6N-Bold" }, { - "index": 82, + "index": 79, "rgba": { "r": 0, "g": 0, @@ -28828,17 +29768,18 @@ "r_y3": 715.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", - "orig": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "text": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "orig": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 83, + "index": 80, "rgba": { "r": 0, "g": 0, @@ -28856,17 +29797,18 @@ "r_y3": 703.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002", - "orig": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002", + "text": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002", + "orig": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 84, + "index": 81, "rgba": { "r": 0, "g": 0, @@ -28888,13 +29830,14 @@ "orig": "\uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 85, + "index": 82, "rgba": { "r": 0, "g": 0, @@ -28916,13 +29859,14 @@ "orig": "\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 86, + "index": 83, "rgba": { "r": 0, "g": 0, @@ -28944,13 +29888,14 @@ "orig": "\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 87, + "index": 84, "rgba": { "r": 0, "g": 0, @@ -28960,25 +29905,55 @@ "rect": { "r_x0": 185.002, "r_y0": 654.192, + "r_x1": 192.002, + "r_y1": 654.192, + "r_x2": 192.002, + "r_y2": 661.639, + "r_x3": 185.002, + "r_y3": 661.639, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u25cf", + "orig": "\u25cf", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 85, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 194.852, + "r_y0": 652.348, "r_x1": 273.261, "r_y1": 652.348, "r_x2": 273.261, "r_y2": 662.986, - "r_x3": 185.002, - "r_y3": 661.639, + "r_x3": 194.852, + "r_y3": 662.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", - "orig": "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "text": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "orig": "\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 88, + "index": 86, "rgba": { "r": 0, "g": 0, @@ -29000,13 +29975,14 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", "font_name": "/FSPAKI+Meiryo" }, { - "index": 89, + "index": 87, "rgba": { "r": 0, "g": 0, @@ -29024,17 +30000,18 @@ "r_y3": 662.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 90, + "index": 88, "rgba": { "r": 0, "g": 0, @@ -29052,17 +30029,18 @@ "r_y3": 650.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9", - "orig": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9", + "text": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9", + "orig": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 91, + "index": 89, "rgba": { "r": 0, "g": 0, @@ -29084,13 +30062,14 @@ "orig": "\uff08\u6696\u623f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 92, + "index": 90, "rgba": { "r": 0, "g": 0, @@ -29112,13 +30091,14 @@ "orig": "\u51b7\u623f\u3001\u9664\u6e7f\u3001\u9664\u6e7f\u51b7\u623f\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 93, + "index": 91, "rgba": { "r": 0, "g": 0, @@ -29140,13 +30120,14 @@ "orig": "\u3084\u8a2d\u5b9a\u6e29\u5ea6\u304c\u9078\u629e\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 94, + "index": 92, "rgba": { "r": 0, "g": 0, @@ -29156,53 +30137,26 @@ "rect": { "r_x0": 194.822, "r_y0": 616.348, - "r_x1": 237.035, + "r_x1": 234.021, "r_y1": 616.348, - "r_x2": 237.035, + "r_x2": 234.021, "r_y2": 626.986, "r_x3": 194.822, "r_y3": 626.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u308c\u307e\u3059\u3002\b", - "orig": "\u308c\u307e\u3059\u3002\b", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 95, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 391.934, - "r_y0": 616.348, - "r_x1": 395.164, - "r_y1": 616.348, - "r_x2": 395.164, - "r_y2": 626.986, - "r_x3": 391.934, - "r_y3": 626.986, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", + "text": "\u308c\u307e\u3059\u3002", + "orig": "\u308c\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 96, + "index": 93, "rgba": { "r": 0, "g": 0, @@ -29224,13 +30178,14 @@ "orig": "\u9078\u629e\u3055\u308c\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u306b\u5fdc\u3058\u3066\u3001\u8a2d\u5b9a\u6e7f\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 97, + "index": 94, "rgba": { "r": 0, "g": 0, @@ -29252,13 +30207,14 @@ "orig": "\u304c\u9078\u629e\u3055\u308c\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 98, + "index": 95, "rgba": { "r": 0, "g": 0, @@ -29268,25 +30224,26 @@ "rect": { "r_x0": 415.272, "r_y0": 614.463, - "r_x1": 460.869, + "r_x1": 458.022, "r_y1": 614.463, - "r_x2": 460.869, + "r_x2": 458.022, "r_y2": 624.037, "r_x3": 415.272, "r_y3": 624.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5b66\u7fd2\u5236\u5fa1\u3092\b", - "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092\b", + "text": "\u5b66\u7fd2\u5236\u5fa1\u3092", + "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 99, + "index": 96, "rgba": { "r": 0, "g": 0, @@ -29304,17 +30261,18 @@ "r_y3": 613.039, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", - "orig": "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", + "text": "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", + "orig": "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 100, + "index": 97, "rgba": { "r": 0, "g": 0, @@ -29332,17 +30290,18 @@ "r_y3": 602.041, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", - "orig": "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", + "text": "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", + "orig": "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 101, + "index": 98, "rgba": { "r": 0, "g": 0, @@ -29364,13 +30323,14 @@ "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 102, + "index": 99, "rgba": { "r": 0, "g": 0, @@ -29388,17 +30348,18 @@ "r_y3": 613.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", - "orig": "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "text": "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "orig": "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 103, + "index": 100, "rgba": { "r": 0, "g": 0, @@ -29408,25 +30369,55 @@ "rect": { "r_x0": 185.002, "r_y0": 578.523, + "r_x1": 192.002, + "r_y1": 578.523, + "r_x2": 192.002, + "r_y2": 585.97, + "r_x3": 185.002, + "r_y3": 585.97, + "coord_origin": "BOTTOMLEFT" + }, + "text": "\u25cf", + "orig": "\u25cf", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/C0_2", + "font_name": "/GFTPMC+ShinMGoPr6N-Regular" + }, + { + "index": 101, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "rect": { + "r_x0": 194.923, + "r_y0": 576.678, "r_x1": 263.523, "r_y1": 576.678, "r_x2": 263.523, "r_y2": 587.317, - "r_x3": 185.002, - "r_y3": 585.97, + "r_x3": 194.923, + "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc", - "orig": "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc", + "text": "\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc", + "orig": "\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 104, + "index": 102, "rgba": { "r": 0, "g": 0, @@ -29448,13 +30439,14 @@ "orig": "\u300c\u56fa\u5b9a\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 105, + "index": 103, "rgba": { "r": 0, "g": 0, @@ -29476,13 +30468,14 @@ "orig": "\u306e\u5834\u5408\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 106, + "index": 104, "rgba": { "r": 0, "g": 0, @@ -29504,13 +30497,14 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", "font_name": "/FSPAKI+Meiryo" }, { - "index": 107, + "index": 105, "rgba": { "r": 0, "g": 0, @@ -29528,45 +30522,18 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/C0_2", - "font_name": "/GFTPMC+ShinMGoPr6N-Regular" - }, - { - "index": 108, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 526.193, - "r_y0": 576.678, - "r_x1": 529.457, - "r_y1": 576.678, - "r_x2": 529.457, - "r_y2": 587.317, - "r_x3": 526.193, - "r_y3": 587.317, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\b", - "orig": "\b", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 109, + "index": 106, "rgba": { "r": 0, "g": 0, @@ -29588,13 +30555,14 @@ "orig": "\u30ea\u30e2\u30b3\u30f3\u306b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 110, + "index": 107, "rgba": { "r": 0, "g": 0, @@ -29612,17 +30580,18 @@ "r_y3": 573.347, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u5feb\u9069\u81ea\u52d5\u300d", - "orig": "\u300c\u5feb\u9069\u81ea\u52d5\u300d", + "text": "\u300c\u5feb\u9069\u2f83\u52d5\u300d", + "orig": "\u300c\u5feb\u9069\u2f83\u52d5\u300d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 111, + "index": 108, "rgba": { "r": 0, "g": 0, @@ -29632,25 +30601,26 @@ "rect": { "r_x0": 294.884, "r_y0": 562.708, - "r_x1": 376.613, - "r_y1": 562.711, - "r_x2": 376.613, - "r_y2": 573.35, + "r_x1": 373.284, + "r_y1": 562.708, + "r_x2": 373.284, + "r_y2": 573.347, "r_x3": 294.884, "r_y3": 573.347, "coord_origin": "BOTTOMLEFT" }, - "text": "\u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", - "orig": "\u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", + "text": "\u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002", + "orig": "\u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", "font_name": "/GFTPMC+ShinMGoPr6N-Regular" }, { - "index": 112, + "index": 109, "rgba": { "r": 0, "g": 0, @@ -29672,13 +30642,14 @@ "orig": "\u25b635,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 113, + "index": 110, "rgba": { "r": 0, "g": 0, @@ -29700,13 +30671,14 @@ "orig": "40\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", "font_name": "/PZRXDK+ShinMGoPr6N-DeBold" }, { - "index": 114, + "index": 111, "rgba": { "r": 0, "g": 0, @@ -29728,13 +30700,14 @@ "orig": "\u4fbf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", "font_name": "/NMYKGO+ShinGoPr6N-DeBold" }, { - "index": 115, + "index": 112, "rgba": { "r": 0, "g": 0, @@ -29756,13 +30729,14 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", "font_name": "/NMYKGO+ShinGoPr6N-DeBold" }, { - "index": 116, + "index": 113, "rgba": { "r": 0, "g": 0, @@ -29780,17 +30754,18 @@ "r_y3": 164.739, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0814", - "orig": "\u0814", + "text": "\u56f0", + "orig": "\u56f0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", "font_name": "/NMYKGO+ShinGoPr6N-DeBold" }, { - "index": 117, + "index": 114, "rgba": { "r": 0, "g": 0, @@ -29812,13 +30787,14 @@ "orig": "\u57fa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", "font_name": "/NMYKGO+ShinGoPr6N-DeBold" }, { - "index": 118, + "index": 115, "rgba": { "r": 0, "g": 0, @@ -29840,6 +30816,7 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -29870,6 +30847,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -29898,6 +30876,7 @@ "orig": "\u30a8\u30a2\u30b3\u30f3\u306b\u904b\u8ee2\u3092\u307e\u304b\u305b\u308b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_0", @@ -29926,6 +30905,7 @@ "orig": "\u304a\u77e5\u3089\u305b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -29950,10 +30930,11 @@ "r_y3": 159.235, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", - "orig": "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "text": "\u25cf\u00a0\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "orig": "\u25cf\u00a0\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -29978,10 +30959,11 @@ "r_y3": 147.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u300c\u5165\u300d \u3067\u3059\u3002", - "orig": "\u300c\u5165\u300d \u3067\u3059\u3002", + "text": "\u300c\u2f0a\u300d \u3067\u3059\u3002", + "orig": "\u300c\u2f0a\u300d \u3067\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30006,10 +30988,11 @@ "r_y3": 134.235, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u5165\u300d \u306e\u5834\u5408\u3001", - "orig": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u5165\u300d \u306e\u5834\u5408\u3001", + "text": "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u2f0a\u300d \u306e\u5834\u5408\u3001", + "orig": "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u2f0a\u300d \u306e\u5834\u5408\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30038,6 +31021,7 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30062,10 +31046,11 @@ "r_y3": 122.946, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30094,6 +31079,7 @@ "orig": "\u51b7\u623f\u30fb\u9664\u6e7f\u30fb\u9664\u6e7f\u51b7\u623f\u904b\u8ee2\u3092\u505c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30118,10 +31104,11 @@ "r_y3": 97.944, "coord_origin": "BOTTOMLEFT" }, - "text": "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", - "orig": "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "text": "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "orig": "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30146,10 +31133,11 @@ "r_y3": 84.768, "coord_origin": "BOTTOMLEFT" }, - "text": "\u958b\u59cb\u3057\u307e\u3059\u3002\b", - "orig": "\u958b\u59cb\u3057\u307e\u3059\u3002\b", + "text": "\u958b\u59cb\u3057\u307e\u3059\u3002\u00a0", + "orig": "\u958b\u59cb\u3057\u307e\u3059\u3002\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30178,6 +31166,7 @@ "orig": "\u25b628\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -30202,10 +31191,11 @@ "r_y3": 84.77, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30230,10 +31220,11 @@ "r_y3": 71.594, "coord_origin": "BOTTOMLEFT" }, - "text": "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", - "orig": "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", + "text": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", + "orig": "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30258,10 +31249,11 @@ "r_y3": 57.077, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", - "orig": "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", + "text": "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6\u00a0", + "orig": "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30286,10 +31278,11 @@ "r_y3": 57.074, "coord_origin": "BOTTOMLEFT" }, - "text": "\b\u3092", - "orig": "\b\u3092", + "text": "\u00a0\u3092", + "orig": "\u00a0\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30318,6 +31311,7 @@ "orig": "\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30346,6 +31340,7 @@ "orig": "\u304a\u9858\u3044", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -30374,6 +31369,7 @@ "orig": "\u304a\u597d\u307f\u306b\u5408\u308f\u306a\u3044\u3068\u304d\u306f\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u5909\u3048\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30402,6 +31398,7 @@ "orig": "\u25b613\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -30426,10 +31423,11 @@ "r_y3": 202.439, "coord_origin": "BOTTOMLEFT" }, - "text": "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u8272\uff09", - "orig": "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u8272\uff09", + "text": "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u2f8a\uff09", + "orig": "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u2f8a\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_3", @@ -30458,6 +31456,7 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30482,10 +31481,11 @@ "r_y3": 186.617, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_4", @@ -30510,10 +31510,11 @@ "r_y3": 170.703, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002 \b", - "orig": "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002 \b", + "text": "\u25cf\u00a0\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002 \u00a0", + "orig": "\u25cf\u00a0\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30538,10 +31539,11 @@ "r_y3": 160.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", - "orig": "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "text": "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "orig": "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30566,10 +31568,11 @@ "r_y3": 148.05, "coord_origin": "BOTTOMLEFT" }, - "text": "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", - "orig": "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "text": "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "orig": "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30594,10 +31597,11 @@ "r_y3": 131.868, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \b", - "orig": "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \b", + "text": "\u25cf\u00a0\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \u00a0", + "orig": "\u25cf\u00a0\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30626,6 +31630,7 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u304b\u3089\u5feb\u9069\u3068\u611f\u3058\u308b\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u84c4\u7a4d\u3057\u3001\u6700\u9069\u306a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30650,10 +31655,11 @@ "r_y3": 109.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \b", - "orig": "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \b", + "text": "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \u00a0", + "orig": "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30678,10 +31684,11 @@ "r_y3": 97.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff08 \u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", - "orig": "\uff08 \u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", + "text": "\uff08 \u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", + "orig": "\uff08 \u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30706,10 +31713,11 @@ "r_y3": 85.215, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3044\u307e\u305b\u3093\u3002 \uff09", - "orig": "\u884c\u3044\u307e\u305b\u3093\u3002 \uff09", + "text": "\u2f8f\u3044\u307e\u305b\u3093\u3002 \uff09", + "orig": "\u2f8f\u3044\u307e\u305b\u3093\u3002 \uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30734,10 +31742,11 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", - "orig": "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", + "text": "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", + "orig": "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -30762,10 +31771,11 @@ "r_y3": 427.206, "coord_origin": "BOTTOMLEFT" }, - "text": "\t\u3092\u62bc\u3059\u3002", - "orig": "\t\u3092\u62bc\u3059\u3002", + "text": "\u00a0\u3092\u62bc\u3059\u3002", + "orig": "\u00a0\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -30790,10 +31800,11 @@ "r_y3": 401.419, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b \u505c\u6b62\u300d \u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", - "orig": "\u25cf\b \u505c\u6b62\u300d \u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", + "text": "\u25cf\u00a0 \u505c\u2f4c\u300d \u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", + "orig": "\u25cf\u00a0 \u505c\u2f4c\u300d \u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30822,6 +31833,7 @@ "orig": "\u300c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30846,10 +31858,11 @@ "r_y3": 390.766, "coord_origin": "BOTTOMLEFT" }, - "text": "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", - "orig": "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", + "text": "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", + "orig": "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30878,6 +31891,7 @@ "orig": "\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30902,10 +31916,11 @@ "r_y3": 361.75, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", - "orig": "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "text": "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "orig": "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30930,10 +31945,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "\u3082\u3046\u4e00\u5ea6\b", - "orig": "\u3082\u3046\u4e00\u5ea6\b", + "text": "\u3082\u3046\u2f00\u5ea6\u00a0", + "orig": "\u3082\u3046\u2f00\u5ea6\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30958,10 +31974,11 @@ "r_y3": 349.579, "coord_origin": "BOTTOMLEFT" }, - "text": "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "orig": "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "text": "\u00a0\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "orig": "\u00a0\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -30986,10 +32003,11 @@ "r_y3": 453.611, "coord_origin": "BOTTOMLEFT" }, - "text": "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", - "orig": "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "text": "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "orig": "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -31014,10 +32032,11 @@ "r_y3": 427.319, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25b616\uff5e19\u30da\u30fc\u30b8", - "orig": "\u25b616\uff5e19\u30da\u30fc\u30b8", + "text": "\u25b616\u301c19\u30da\u30fc\u30b8", + "orig": "\u25b616\u301c19\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -31046,6 +32065,7 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u3092\u5909\u3048\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -31070,10 +32090,11 @@ "r_y3": 502.616, "coord_origin": "BOTTOMLEFT" }, - "text": "\t\u3092\u62bc\u3059\u3002", - "orig": "\t\u3092\u62bc\u3059\u3002", + "text": "\u00a0\u3092\u62bc\u3059\u3002", + "orig": "\u00a0\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -31098,10 +32119,11 @@ "r_y3": 513.539, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \b", - "orig": "\u25cf\b\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \b", + "text": "\u25cf\u00a0\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\u00a0~\u00a0\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \u00a0", + "orig": "\u25cf\u00a0\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\u00a0~\u00a0\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31126,10 +32148,11 @@ "r_y3": 502.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff080.5\u2103\u304d\u3056\u307f\uff09 \b", - "orig": "\uff080.5\u2103\u304d\u3056\u307f\uff09 \b", + "text": "\uff080.5\u2103\u304d\u3056\u307f\uff09 \u00a0", + "orig": "\uff080.5\u2103\u304d\u3056\u307f\uff09 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31154,10 +32177,11 @@ "r_y3": 490.886, "coord_origin": "BOTTOMLEFT" }, - "text": "\u203b\b \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", - "orig": "\u203b\b \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "text": "\u203b\u00a0 \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "orig": "\u203b\u00a0 \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31186,6 +32210,7 @@ "orig": "\u904b\u8ee2\u72b6\u614b\u3092\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -31210,10 +32235,11 @@ "r_y3": 292.344, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \b", - "orig": "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \b", + "text": "\u25cf\u00a0\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \u00a0", + "orig": "\u25cf\u00a0\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31238,10 +32264,11 @@ "r_y3": 281.691, "coord_origin": "BOTTOMLEFT" }, - "text": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \b", - "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \b", + "text": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \u00a0", + "orig": "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31266,10 +32293,11 @@ "r_y3": 265.675, "coord_origin": "BOTTOMLEFT" }, - "text": "\b \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \b", - "orig": "\b \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \b", + "text": "\u00a0 \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \u00a0", + "orig": "\u00a0 \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31294,10 +32322,11 @@ "r_y3": 245.644, "coord_origin": "BOTTOMLEFT" }, - "text": "\b \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", - "orig": "\b \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", + "text": "\u00a0 \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c\u00a0", + "orig": "\u00a0 \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31326,6 +32355,7 @@ "orig": "\u5207\u308a\u63db\u308f\u308a\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31350,10 +32380,11 @@ "r_y3": 228.296, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25b633,\t34\u30da\u30fc\u30b8", - "orig": "\u25b633,\t34\u30da\u30fc\u30b8", + "text": "\u25b633,\u00a034\u30da\u30fc\u30b8", + "orig": "\u25b633,\u00a034\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -31382,6 +32413,7 @@ "orig": "\u5ba4\u5185\u6e7f\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -31410,6 +32442,7 @@ "orig": "\u5ba4\u5185\u6e29\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -31438,6 +32471,7 @@ "orig": "\u8a2d\u5b9a\u6e29\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_6", @@ -31466,6 +32500,7 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31490,10 +32525,11 @@ "r_y3": 744.444, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_5", @@ -31518,10 +32554,11 @@ "r_y3": 715.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", - "orig": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "text": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "orig": "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31546,10 +32583,11 @@ "r_y3": 703.054, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", - "orig": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", + "text": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", + "orig": "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31574,10 +32612,11 @@ "r_y3": 687.765, "coord_origin": "BOTTOMLEFT" }, - "text": "\t\u3092\u62bc\u3059\u3002", - "orig": "\t\u3092\u62bc\u3059\u3002", + "text": "\u00a0\u3092\u62bc\u3059\u3002", + "orig": "\u00a0\u3092\u62bc\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -31602,10 +32641,11 @@ "r_y3": 661.639, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", - "orig": "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "text": "\u25cf\u00a0\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "orig": "\u25cf\u00a0\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31634,6 +32674,7 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -31658,10 +32699,11 @@ "r_y3": 662.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31686,10 +32728,11 @@ "r_y3": 650.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", - "orig": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", + "text": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", + "orig": "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31718,6 +32761,7 @@ "orig": "\u51b7\u623f\u3001\u9664\u6e7f\u3001\u9664\u6e7f\u51b7\u623f\uff09 \u3084\u8a2d\u5b9a\u6e29\u5ea6\u304c\u9078\u629e\u3055", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31742,10 +32786,11 @@ "r_y3": 626.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\u308c\u307e\u3059\u3002\b", - "orig": "\u308c\u307e\u3059\u3002\b", + "text": "\u308c\u307e\u3059\u3002\u00a0", + "orig": "\u308c\u307e\u3059\u3002\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31770,10 +32815,11 @@ "r_y3": 626.986, "coord_origin": "BOTTOMLEFT" }, - "text": "\b", - "orig": "\b", + "text": "\u00a0", + "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31802,6 +32848,7 @@ "orig": "\u9078\u629e\u3055\u308c\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u306b\u5fdc\u3058\u3066\u3001\u8a2d\u5b9a\u6e7f\u5ea6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31830,6 +32877,7 @@ "orig": "\u304c\u9078\u629e\u3055\u308c\u307e\u3059\u3002", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31854,10 +32902,11 @@ "r_y3": 624.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5b66\u7fd2\u5236\u5fa1\u3092\b", - "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092\b", + "text": "\u5b66\u7fd2\u5236\u5fa1\u3092\u00a0", + "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31882,10 +32931,11 @@ "r_y3": 613.039, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", - "orig": "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", + "text": "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", + "orig": "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31910,10 +32960,11 @@ "r_y3": 602.041, "coord_origin": "BOTTOMLEFT" }, - "text": "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", - "orig": "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", + "text": "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", + "orig": "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31942,6 +32993,7 @@ "orig": "\u5b66\u7fd2\u5236\u5fa1\u3092", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31966,10 +33018,11 @@ "r_y3": 613.037, "coord_origin": "BOTTOMLEFT" }, - "text": "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", - "orig": "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "text": "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "orig": "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -31994,10 +33047,11 @@ "r_y3": 585.97, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", - "orig": "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", + "text": "\u25cf\u00a0\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", + "orig": "\u25cf\u00a0\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -32026,6 +33080,7 @@ "orig": "AI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -32050,10 +33105,11 @@ "r_y3": 587.317, "coord_origin": "BOTTOMLEFT" }, - "text": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001 \b", - "orig": "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001 \b", + "text": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001 \u00a0", + "orig": "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001 \u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -32078,10 +33134,11 @@ "r_y3": 573.347, "coord_origin": "BOTTOMLEFT" }, - "text": "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u81ea\u52d5\u300d \u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", - "orig": "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u81ea\u52d5\u300d \u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", + "text": "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u2f83\u52d5\u300d \u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002\u00a0", + "orig": "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u2f83\u52d5\u300d \u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_2", @@ -32106,10 +33163,11 @@ "r_y3": 573.984, "coord_origin": "BOTTOMLEFT" }, - "text": "\u25b635,\t40\u30da\u30fc\u30b8", - "orig": "\u25b635,\t40\u30da\u30fc\u30b8", + "text": "\u25b635,\u00a040\u30da\u30fc\u30b8", + "orig": "\u25b635,\u00a040\u30da\u30fc\u30b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C0_1", @@ -32138,6 +33196,7 @@ "orig": "\u4fbf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -32166,6 +33225,7 @@ "orig": "\u304a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -32190,10 +33250,11 @@ "r_y3": 164.739, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0814", - "orig": "\u0814", + "text": "\u56f0", + "orig": "\u56f0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -32222,6 +33283,7 @@ "orig": "\u57fa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", @@ -32250,12 +33312,16 @@ "orig": "\u306f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/C0_0", "font_name": "/NMYKGO+ShinGoPr6N-DeBold" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.json b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.json index 12beafba..0e9d573f 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.json @@ -76,7 +76,7 @@ 809.38, "\u30a8", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -99,7 +99,7 @@ 809.38, "\u30a2", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -122,7 +122,7 @@ 809.38, "\u30b3", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -145,7 +145,7 @@ 809.38, "\u30f3", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -168,7 +168,7 @@ 809.38, "\u306b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -191,7 +191,7 @@ 809.38, "\u904b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -214,7 +214,7 @@ 809.38, "\u8ee2", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -237,7 +237,7 @@ 809.38, "\u3092", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -260,7 +260,7 @@ 809.38, "\u307e", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -283,7 +283,7 @@ 809.38, "\u304b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -306,7 +306,7 @@ 809.38, "\u305b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -329,7 +329,7 @@ 809.38, "\u308b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -465,7 +465,7 @@ 160.447, 40.315, 160.447, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -534,7 +534,7 @@ 160.447, 61.087, 160.447, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -603,7 +603,7 @@ 160.447, 88.087, 160.447, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -810,7 +810,7 @@ 147.946, 47.587, 147.946, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -948,7 +948,7 @@ 135.447, 40.315, 135.447, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -971,7 +971,7 @@ 135.447, 43.024, 135.447, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -1178,7 +1178,7 @@ 135.447, 118.813, 135.447, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -1408,7 +1408,7 @@ 122.946, 70.807, 122.946, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -1960,7 +1960,7 @@ 97.944, 42.997, 97.944, - "\u6b62", + "\u2f4c", -1, 4.5, "/Identity-H", @@ -2420,7 +2420,7 @@ 84.768, 94.576, 84.768, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -2581,7 +2581,7 @@ 84.77, 164.409, 84.77, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -2604,7 +2604,7 @@ 71.594, 42.738, 71.594, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -2834,7 +2834,7 @@ 71.594, 128.517, 71.594, - "\u6b62", + "\u2f4c", -1, 4.5, "/Identity-H", @@ -3064,7 +3064,7 @@ 57.077, 94.803, 57.077, - "\u4e00", + "\u2f00", -1, 4.5, "/Identity-H", @@ -3110,7 +3110,7 @@ 57.077, 112.533, 57.077, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -3133,7 +3133,7 @@ 57.074, 146.474, 57.074, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -4147,7 +4147,7 @@ 202.439, "\u904b", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4170,7 +4170,7 @@ 202.439, "\u8ee2", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4193,7 +4193,7 @@ 202.439, "\u30e9", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4216,7 +4216,7 @@ 202.439, "\u30f3", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4239,7 +4239,7 @@ 202.439, "\u30d7", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4262,7 +4262,7 @@ 202.439, "\uff08", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4285,7 +4285,7 @@ 202.439, "\u7dd1", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4306,9 +4306,9 @@ 202.439, 123.938, 202.439, - "\u8272", + "\u2f8a", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4331,7 +4331,7 @@ 202.439, "\uff09", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4400,7 +4400,7 @@ 186.617, "\u5feb", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4423,7 +4423,7 @@ 186.617, "\u9069", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4444,9 +4444,9 @@ 186.617, 224.326, 186.617, - "\u81ea", + "\u2f83", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4469,7 +4469,7 @@ 186.617, "\u52d5", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4492,7 +4492,7 @@ 186.617, "\u904b", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4515,7 +4515,7 @@ 186.617, "\u8ee2", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4538,7 +4538,7 @@ 186.617, "\u3068", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4561,7 +4561,7 @@ 186.617, "\u306f", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4605,7 +4605,7 @@ 172.05, 195.587, 172.05, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -5088,7 +5088,7 @@ 172.05, 398.507, 172.05, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -5203,7 +5203,7 @@ 172.05, 443.507, 172.05, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -5318,7 +5318,7 @@ 160.05, 237.897, 160.05, - "\u9ad8", + "\u2fbc", -1, 5.0, "/Identity-H", @@ -6031,7 +6031,7 @@ 148.05, 198.507, 148.05, - "\u9ad8", + "\u2fbc", -1, 5.0, "/Identity-H", @@ -6491,7 +6491,7 @@ 133.215, 195.587, 133.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -6813,7 +6813,7 @@ 133.215, 323.507, 133.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -8009,7 +8009,7 @@ 109.215, 353.507, 109.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -8124,7 +8124,7 @@ 97.215, 228.157, 97.215, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -8860,7 +8860,7 @@ 85.215, 198.497, 85.215, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -9023,7 +9023,7 @@ 453.611, "\u505c", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9044,9 +9044,9 @@ 453.611, 201.003, 453.611, - "\u6b62", + "\u2f4c", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9069,7 +9069,7 @@ 453.611, "\u3057", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9092,7 +9092,7 @@ 453.611, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9115,7 +9115,7 @@ 453.611, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9138,7 +9138,7 @@ 453.611, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9161,7 +9161,7 @@ 453.611, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9182,7 +9182,7 @@ 427.206, 226.27, 427.206, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -9320,7 +9320,7 @@ 402.766, 192.003, 402.766, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -9389,7 +9389,7 @@ 402.766, 209.923, 402.766, - "\u6b62", + "\u2f4c", -1, 5.0, "/Identity-H", @@ -9481,7 +9481,7 @@ 402.766, 245.923, 402.766, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -9711,7 +9711,7 @@ 390.766, 244.923, 390.766, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -9918,7 +9918,7 @@ 363.097, 192.003, 363.097, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -9941,7 +9941,7 @@ 363.097, 194.923, 363.097, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -10171,7 +10171,7 @@ 363.097, 294.923, 363.097, - "\u6b62", + "\u2f4c", -1, 5.0, "/Identity-H", @@ -10401,7 +10401,7 @@ 349.577, 214.923, 349.577, - "\u4e00", + "\u2f00", -1, 5.0, "/Identity-H", @@ -10447,7 +10447,7 @@ 349.577, 234.923, 349.577, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -10470,7 +10470,7 @@ 349.579, 269.204, 349.579, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -10700,9 +10700,9 @@ 453.611, 397.6, 453.611, - "\u98a8", + "\u2fb5", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10725,7 +10725,7 @@ 453.611, "\u5411", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10748,7 +10748,7 @@ 453.611, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10771,7 +10771,7 @@ 453.611, "\u5909", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10794,7 +10794,7 @@ 453.611, "\u3048", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10817,7 +10817,7 @@ 453.611, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10840,7 +10840,7 @@ 453.611, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10863,7 +10863,7 @@ 453.611, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10886,7 +10886,7 @@ 453.611, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10976,7 +10976,7 @@ 427.902, 419.917, 427.902, - "\uff5e", + "\u301c", -1, 4.5, "/Identity-H", @@ -11116,7 +11116,7 @@ 539.137, "\u8a2d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11139,7 +11139,7 @@ 539.137, "\u5b9a", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11162,7 +11162,7 @@ 539.137, "\u6e29", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11185,7 +11185,7 @@ 539.137, "\u5ea6", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11208,7 +11208,7 @@ 539.137, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11231,7 +11231,7 @@ 539.137, "\u5909", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11254,7 +11254,7 @@ 539.137, "\u3048", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11277,7 +11277,7 @@ 539.137, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11300,7 +11300,7 @@ 539.137, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11323,7 +11323,7 @@ 539.137, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11346,7 +11346,7 @@ 539.137, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11367,7 +11367,7 @@ 502.616, 208.541, 502.616, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -11505,7 +11505,7 @@ 514.886, 291.214, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -11781,7 +11781,7 @@ 514.886, 385.145, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -11827,7 +11827,7 @@ 514.886, 396.625, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12218,7 +12218,7 @@ 514.886, 540.135, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12448,7 +12448,7 @@ 502.886, 359.315, 502.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12494,7 +12494,7 @@ 490.886, 301.908, 490.886, - "\b", + "\u00a0", -1, 4.3, "/Identity-H", @@ -12954,7 +12954,7 @@ 490.886, 450.671, 490.886, - "\u81ea", + "\u2f83", -1, 4.3, "/Identity-H", @@ -13232,7 +13232,7 @@ 318.65, "\u904b", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13255,7 +13255,7 @@ 318.65, "\u8ee2", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13278,7 +13278,7 @@ 318.65, "\u72b6", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13301,7 +13301,7 @@ 318.65, "\u614b", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13324,7 +13324,7 @@ 318.65, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13347,7 +13347,7 @@ 318.65, "\u78ba", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13370,7 +13370,7 @@ 318.65, "\u8a8d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13393,7 +13393,7 @@ 318.65, "\u3057", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13416,7 +13416,7 @@ 318.65, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13439,7 +13439,7 @@ 318.65, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13462,7 +13462,7 @@ 318.65, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13485,7 +13485,7 @@ 318.65, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13529,7 +13529,7 @@ 293.691, 192.002, 293.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -13897,7 +13897,7 @@ 293.691, 339.922, 293.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14058,7 +14058,7 @@ 281.691, 249.921, 281.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14081,7 +14081,7 @@ 265.675, 227.413, 265.675, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14288,7 +14288,7 @@ 265.675, 303.663, 265.675, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14311,7 +14311,7 @@ 245.644, 227.413, 245.644, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14495,7 +14495,7 @@ 245.644, 298.663, 245.644, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -14541,7 +14541,7 @@ 245.644, 318.663, 245.644, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14840,7 +14840,7 @@ 228.88, 299.973, 228.88, - "\t", + "\u00a0", -1, 4.5, "/Identity-H", @@ -14980,7 +14980,7 @@ 215.154, "\u5ba4", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15003,7 +15003,7 @@ 215.154, "\u5185", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15026,7 +15026,7 @@ 215.154, "\u6e7f", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15049,7 +15049,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15072,7 +15072,7 @@ 215.154, "\u5ba4", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15095,7 +15095,7 @@ 215.154, "\u5185", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15118,7 +15118,7 @@ 215.154, "\u6e29", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15141,7 +15141,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15164,7 +15164,7 @@ 215.154, "\u8a2d", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15187,7 +15187,7 @@ 215.154, "\u5b9a", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15210,7 +15210,7 @@ 215.154, "\u6e29", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15233,7 +15233,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15302,7 +15302,7 @@ 744.444, "\u5feb", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15325,7 +15325,7 @@ 744.444, "\u9069", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15346,9 +15346,9 @@ 744.444, 262.978, 744.444, - "\u81ea", + "\u2f83", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15371,7 +15371,7 @@ 744.444, "\u52d5", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15394,7 +15394,7 @@ 744.444, "\u904b", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15417,7 +15417,7 @@ 744.444, "\u8ee2", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -16013,7 +16013,7 @@ 715.054, 443.506, 715.054, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -16335,7 +16335,7 @@ 703.054, 253.506, 703.054, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -16933,7 +16933,7 @@ 687.765, 265.015, 687.765, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -17071,7 +17071,7 @@ 662.986, 192.002, 662.986, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -17370,7 +17370,7 @@ 662.986, 303.212, 662.986, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -17761,7 +17761,7 @@ 650.986, 277.601, 650.986, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -18589,7 +18589,7 @@ 626.986, 233.805, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -18612,7 +18612,7 @@ 626.986, 391.934, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -19371,7 +19371,7 @@ 624.037, 458.022, 624.037, - "\b", + "\u00a0", -1, 4.275, "/Identity-H", @@ -19394,7 +19394,7 @@ 613.039, 406.722, 613.039, - "\u884c", + "\u2f8f", -1, 4.275, "/Identity-H", @@ -19624,7 +19624,7 @@ 602.039, 423.95, 602.039, - "\u5165", + "\u2f0a", -1, 4.275, "/Identity-H", @@ -19877,7 +19877,7 @@ 613.037, 478.115, 613.037, - "\u884c", + "\u2f8f", -1, 4.275, "/Identity-H", @@ -20084,7 +20084,7 @@ 587.317, 192.002, 587.317, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -20107,7 +20107,7 @@ 587.317, 194.923, 587.317, - "\u4eba", + "\u2f08", -1, 4.9, "/Identity-H", @@ -20544,7 +20544,7 @@ 587.317, 364.493, 587.317, - "\u81ea", + "\u2f83", -1, 4.9, "/Identity-H", @@ -20843,7 +20843,7 @@ 587.317, 491.893, 587.317, - "\u884c", + "\u2f8f", -1, 4.9, "/Identity-H", @@ -20935,7 +20935,7 @@ 587.317, 526.193, 587.317, - "\b", + "\u00a0", -1, 4.9, "/Identity-H", @@ -21142,7 +21142,7 @@ 573.347, 269.404, 573.347, - "\u81ea", + "\u2f83", -1, 4.9, "/Identity-H", @@ -21257,7 +21257,7 @@ 573.347, 314.484, 573.347, - "\u793a", + "\u2f70", -1, 4.9, "/Identity-H", @@ -21395,7 +21395,7 @@ 573.35, 373.283, 573.35, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -21510,7 +21510,7 @@ 574.568, 502.214, 574.568, - "\t", + "\u00a0", -1, 4.5, "/Identity-H", @@ -21650,7 +21650,7 @@ 449.258, "\u4fbf", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21673,7 +21673,7 @@ 289.933, "\u304a", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21694,9 +21694,9 @@ 164.739, 578.963, 164.739, - "\u0814", + "\u56f0", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21719,7 +21719,7 @@ 625.982, "\u57fa", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21742,7 +21742,7 @@ 730.825, "\u306f", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -104564,7 +104564,7 @@ 809.38, "\u30a8\u30a2\u30b3\u30f3\u306b\u904b\u8ee2\u3092\u307e\u304b\u305b\u308b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -104608,7 +104608,7 @@ 160.447, 34.015, 159.235, - "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "\u25cf\u00a0\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", -1, 3.15, "/Identity-H", @@ -104631,7 +104631,7 @@ 147.946, 38.587, 147.946, - "\u300c\u5165\u300d \u3067\u3059\u3002", + "\u300c\u2f0a\u300d \u3067\u3059\u3002", -1, 4.5, "/Identity-H", @@ -104654,7 +104654,7 @@ 135.447, 34.015, 134.235, - "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u5165\u300d \u306e\u5834\u5408\u3001", + "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u2f0a\u300d \u306e\u5834\u5408\u3001", -1, 3.15, "/Identity-H", @@ -104700,7 +104700,7 @@ 122.946, 52.807, 122.946, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", -1, 4.5, "/Identity-H", @@ -104746,7 +104746,7 @@ 97.944, 42.997, 97.944, - "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", -1, 4.5, "/Identity-H", @@ -104769,7 +104769,7 @@ 84.768, 42.889, 84.768, - "\u958b\u59cb\u3057\u307e\u3059\u3002\b", + "\u958b\u59cb\u3057\u307e\u3059\u3002\u00a0", -1, 4.5, "/Identity-H", @@ -104815,7 +104815,7 @@ 84.77, 164.409, 84.77, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -104838,7 +104838,7 @@ 71.594, 42.738, 71.594, - "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", + "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", -1, 4.5, "/Identity-H", @@ -104861,7 +104861,7 @@ 57.077, 43.026, 57.077, - "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", + "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6\u00a0", -1, 4.5, "/Identity-H", @@ -104884,7 +104884,7 @@ 57.074, 146.474, 57.074, - "\b\u3092", + "\u00a0\u3092", -1, 4.5, "/Identity-H", @@ -104999,9 +104999,9 @@ 202.439, 65.438, 202.439, - "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u8272\uff09", + "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u2f8a\uff09", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -105045,9 +105045,9 @@ 186.617, 202.326, 186.617, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -105068,7 +105068,7 @@ 172.05, 188.587, 170.703, - "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105091,7 +105091,7 @@ 160.05, 198.447, 160.05, - "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", -1, 5.0, "/Identity-H", @@ -105114,7 +105114,7 @@ 148.05, 198.507, 148.05, - "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", -1, 5.0, "/Identity-H", @@ -105137,7 +105137,7 @@ 133.215, 188.587, 131.868, - "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105183,7 +105183,7 @@ 109.215, 198.507, 109.215, - "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \b", + "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \u00a0", -1, 5.0, "/Identity-H", @@ -105206,7 +105206,7 @@ 97.215, 193.417, 97.215, - "\uff08 \u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", + "\uff08 \u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", -1, 5.0, "/Identity-H", @@ -105229,7 +105229,7 @@ 85.215, 198.497, 85.215, - "\u884c\u3044\u307e\u305b\u3093\u3002 \uff09", + "\u2f8f\u3044\u307e\u305b\u3093\u3002 \uff09", -1, 5.0, "/Identity-H", @@ -105252,9 +105252,9 @@ 453.611, 185.003, 453.611, - "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", + "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105275,7 +105275,7 @@ 427.206, 226.27, 427.206, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105298,7 +105298,7 @@ 402.766, 185.003, 401.419, - "\u25cf\b \u505c\u6b62\u300d \u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", + "\u25cf\u00a0 \u505c\u2f4c\u300d \u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", -1, 3.5, "/Identity-H", @@ -105344,7 +105344,7 @@ 390.766, 194.923, 390.766, - "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", + "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", -1, 5.0, "/Identity-H", @@ -105390,7 +105390,7 @@ 363.097, 185.003, 361.75, - "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", -1, 3.5, "/Identity-H", @@ -105413,7 +105413,7 @@ 349.577, 194.923, 349.577, - "\u3082\u3046\u4e00\u5ea6\b", + "\u3082\u3046\u2f00\u5ea6\u00a0", -1, 5.0, "/Identity-H", @@ -105436,7 +105436,7 @@ 349.579, 269.204, 349.579, - "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "\u00a0\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", -1, 5.0, "/Identity-H", @@ -105459,9 +105459,9 @@ 453.611, 397.6, 453.611, - "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105482,7 +105482,7 @@ 426.244, 402.277, 427.319, - "\u25b616\uff5e19\u30da\u30fc\u30b8", + "\u25b616\u301c19\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -105507,7 +105507,7 @@ 539.137, "\u8a2d\u5b9a\u6e29\u5ea6\u3092\u5909\u3048\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105528,7 +105528,7 @@ 502.616, 208.541, 502.616, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105551,7 +105551,7 @@ 514.886, 284.214, 513.539, - "\u25cf\b\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\u00a0~\u00a0\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105574,7 +105574,7 @@ 502.886, 289.135, 502.886, - "\uff080.5\u2103\u304d\u3056\u307f\uff09 \b", + "\uff080.5\u2103\u304d\u3056\u307f\uff09 \u00a0", -1, 5.0, "/Identity-H", @@ -105597,7 +105597,7 @@ 490.886, 293.764, 490.886, - "\u203b\b \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "\u203b\u00a0 \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", -1, 4.3, "/Identity-H", @@ -105622,7 +105622,7 @@ 318.65, "\u904b\u8ee2\u72b6\u614b\u3092\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105643,7 +105643,7 @@ 293.691, 185.002, 292.344, - "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \b", + "\u25cf\u00a0\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \u00a0", -1, 3.5, "/Identity-H", @@ -105666,7 +105666,7 @@ 281.691, 194.921, 281.691, - "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \b", + "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \u00a0", -1, 5.0, "/Identity-H", @@ -105689,7 +105689,7 @@ 265.675, 227.413, 265.675, - "\b \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \b", + "\u00a0 \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \u00a0", -1, 5.0, "/Identity-H", @@ -105712,7 +105712,7 @@ 245.644, 227.413, 245.644, - "\b \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", + "\u00a0 \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c\u00a0", -1, 5.0, "/Identity-H", @@ -105758,7 +105758,7 @@ 227.222, 279.571, 228.296, - "\u25b633,\t34\u30da\u30fc\u30b8", + "\u25b633,\u00a034\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -105783,7 +105783,7 @@ 215.154, "\u5ba4\u5185\u6e7f\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105806,7 +105806,7 @@ 215.154, "\u5ba4\u5185\u6e29\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105829,7 +105829,7 @@ 215.154, "\u8a2d\u5b9a\u6e29\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105873,9 +105873,9 @@ 744.444, 214.978, 744.444, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105896,7 +105896,7 @@ 715.054, 193.505, 715.054, - "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", -1, 5.0, "/Identity-H", @@ -105919,7 +105919,7 @@ 703.054, 193.505, 703.054, - "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", + "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", -1, 5.0, "/Identity-H", @@ -105942,7 +105942,7 @@ 687.765, 265.015, 687.765, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105965,7 +105965,7 @@ 662.986, 185.002, 661.639, - "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "\u25cf\u00a0\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", -1, 3.5, "/Identity-H", @@ -106011,7 +106011,7 @@ 662.986, 283.632, 662.986, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", -1, 5.0, "/Identity-H", @@ -106034,7 +106034,7 @@ 650.986, 194.862, 650.986, - "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", + "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", -1, 5.0, "/Identity-H", @@ -106080,7 +106080,7 @@ 626.986, 194.822, 626.986, - "\u308c\u307e\u3059\u3002\b", + "\u308c\u307e\u3059\u3002\u00a0", -1, 5.0, "/Identity-H", @@ -106103,7 +106103,7 @@ 626.986, 391.934, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -106172,7 +106172,7 @@ 624.037, 415.272, 624.037, - "\u5b66\u7fd2\u5236\u5fa1\u3092\b", + "\u5b66\u7fd2\u5236\u5fa1\u3092\u00a0", -1, 4.275, "/Identity-H", @@ -106195,7 +106195,7 @@ 613.039, 406.722, 613.039, - "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", + "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", -1, 4.275, "/Identity-H", @@ -106218,7 +106218,7 @@ 602.039, 399.13, 602.041, - "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", + "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", -1, 4.275, "/Identity-H", @@ -106264,7 +106264,7 @@ 613.037, 478.115, 613.037, - "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", -1, 4.275, "/Identity-H", @@ -106287,7 +106287,7 @@ 587.317, 185.002, 585.97, - "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", + "\u25cf\u00a0\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", -1, 3.5, "/Identity-H", @@ -106333,7 +106333,7 @@ 587.317, 344.893, 587.317, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001 \b", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001 \u00a0", -1, 4.9, "/Identity-H", @@ -106356,7 +106356,7 @@ 573.35, 194.924, 573.347, - "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u81ea\u52d5\u300d \u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", + "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u2f83\u52d5\u300d \u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002\u00a0", -1, 4.9, "/Identity-H", @@ -106379,7 +106379,7 @@ 572.91, 481.82, 573.984, - "\u25b635,\t40\u30da\u30fc\u30b8", + "\u25b635,\u00a040\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -106404,7 +106404,7 @@ 449.258, "\u4fbf", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106427,7 +106427,7 @@ 289.933, "\u304a", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106448,9 +106448,9 @@ 164.739, 578.963, 164.739, - "\u0814", + "\u56f0", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106473,7 +106473,7 @@ 625.982, "\u57fa", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106496,7 +106496,7 @@ 730.825, "\u306f", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -189279,23 +189279,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.02784, + "decode_contents": 0.09577, "decode_dimensions": 1e-06, - "decode_page": 0.045644, - "decode_resources": 0.004787, - "sanitise_contents": 0.007476 + "decode_page": 0.147377, + "decode_resources": 0.038473, + "sanitise_contents": 0.00532 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.02784, + "decode_contents": 0.09577, "decode_dimensions": 1e-06, - "decode_document": 0.047105, - "decode_page": 0.045644, - "decode_resources": 0.004787, - "decoding page 0": 0.046667, - "process_document_from_bytesio": 3.9e-05, - "sanitise_contents": 0.007476 + "decode_document": 0.150392, + "decode_page": 0.147377, + "decode_resources": 0.038473, + "decoding page 0": 0.148376, + "process_document_from_bytesio": 3.8e-05, + "sanitise_contents": 0.00532 } } \ No newline at end of file diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.p=0.json b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.p=0.json index 1f08ce06..41142b7a 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_01.pdf.v2.p=0.json @@ -76,7 +76,7 @@ 809.38, "\u30a8", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -99,7 +99,7 @@ 809.38, "\u30a2", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -122,7 +122,7 @@ 809.38, "\u30b3", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -145,7 +145,7 @@ 809.38, "\u30f3", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -168,7 +168,7 @@ 809.38, "\u306b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -191,7 +191,7 @@ 809.38, "\u904b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -214,7 +214,7 @@ 809.38, "\u8ee2", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -237,7 +237,7 @@ 809.38, "\u3092", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -260,7 +260,7 @@ 809.38, "\u307e", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -283,7 +283,7 @@ 809.38, "\u304b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -306,7 +306,7 @@ 809.38, "\u305b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -329,7 +329,7 @@ 809.38, "\u308b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -465,7 +465,7 @@ 160.447, 40.315, 160.447, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -534,7 +534,7 @@ 160.447, 61.087, 160.447, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -603,7 +603,7 @@ 160.447, 88.087, 160.447, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -810,7 +810,7 @@ 147.946, 47.587, 147.946, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -948,7 +948,7 @@ 135.447, 40.315, 135.447, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -971,7 +971,7 @@ 135.447, 43.024, 135.447, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -1178,7 +1178,7 @@ 135.447, 118.813, 135.447, - "\u5165", + "\u2f0a", -1, 4.5, "/Identity-H", @@ -1408,7 +1408,7 @@ 122.946, 70.807, 122.946, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -1960,7 +1960,7 @@ 97.944, 42.997, 97.944, - "\u6b62", + "\u2f4c", -1, 4.5, "/Identity-H", @@ -2420,7 +2420,7 @@ 84.768, 94.576, 84.768, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -2581,7 +2581,7 @@ 84.77, 164.409, 84.77, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -2604,7 +2604,7 @@ 71.594, 42.738, 71.594, - "\u81ea", + "\u2f83", -1, 4.5, "/Identity-H", @@ -2834,7 +2834,7 @@ 71.594, 128.517, 71.594, - "\u6b62", + "\u2f4c", -1, 4.5, "/Identity-H", @@ -3064,7 +3064,7 @@ 57.077, 94.803, 57.077, - "\u4e00", + "\u2f00", -1, 4.5, "/Identity-H", @@ -3110,7 +3110,7 @@ 57.077, 112.533, 57.077, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -3133,7 +3133,7 @@ 57.074, 146.474, 57.074, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -4147,7 +4147,7 @@ 202.439, "\u904b", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4170,7 +4170,7 @@ 202.439, "\u8ee2", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4193,7 +4193,7 @@ 202.439, "\u30e9", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4216,7 +4216,7 @@ 202.439, "\u30f3", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4239,7 +4239,7 @@ 202.439, "\u30d7", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4262,7 +4262,7 @@ 202.439, "\uff08", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4285,7 +4285,7 @@ 202.439, "\u7dd1", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4306,9 +4306,9 @@ 202.439, 123.938, 202.439, - "\u8272", + "\u2f8a", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4331,7 +4331,7 @@ 202.439, "\uff09", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -4400,7 +4400,7 @@ 186.617, "\u5feb", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4423,7 +4423,7 @@ 186.617, "\u9069", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4444,9 +4444,9 @@ 186.617, 224.326, 186.617, - "\u81ea", + "\u2f83", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4469,7 +4469,7 @@ 186.617, "\u52d5", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4492,7 +4492,7 @@ 186.617, "\u904b", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4515,7 +4515,7 @@ 186.617, "\u8ee2", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4538,7 +4538,7 @@ 186.617, "\u3068", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4561,7 +4561,7 @@ 186.617, "\u306f", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -4605,7 +4605,7 @@ 172.05, 195.587, 172.05, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -5088,7 +5088,7 @@ 172.05, 398.507, 172.05, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -5203,7 +5203,7 @@ 172.05, 443.507, 172.05, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -5318,7 +5318,7 @@ 160.05, 237.897, 160.05, - "\u9ad8", + "\u2fbc", -1, 5.0, "/Identity-H", @@ -6031,7 +6031,7 @@ 148.05, 198.507, 148.05, - "\u9ad8", + "\u2fbc", -1, 5.0, "/Identity-H", @@ -6491,7 +6491,7 @@ 133.215, 195.587, 133.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -6813,7 +6813,7 @@ 133.215, 323.507, 133.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -8009,7 +8009,7 @@ 109.215, 353.507, 109.215, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -8124,7 +8124,7 @@ 97.215, 228.157, 97.215, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -8860,7 +8860,7 @@ 85.215, 198.497, 85.215, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -9023,7 +9023,7 @@ 453.611, "\u505c", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9044,9 +9044,9 @@ 453.611, 201.003, 453.611, - "\u6b62", + "\u2f4c", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9069,7 +9069,7 @@ 453.611, "\u3057", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9092,7 +9092,7 @@ 453.611, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9115,7 +9115,7 @@ 453.611, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9138,7 +9138,7 @@ 453.611, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9161,7 +9161,7 @@ 453.611, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -9182,7 +9182,7 @@ 427.206, 226.27, 427.206, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -9320,7 +9320,7 @@ 402.766, 192.003, 402.766, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -9389,7 +9389,7 @@ 402.766, 209.923, 402.766, - "\u6b62", + "\u2f4c", -1, 5.0, "/Identity-H", @@ -9481,7 +9481,7 @@ 402.766, 245.923, 402.766, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -9711,7 +9711,7 @@ 390.766, 244.923, 390.766, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -9918,7 +9918,7 @@ 363.097, 192.003, 363.097, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -9941,7 +9941,7 @@ 363.097, 194.923, 363.097, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -10171,7 +10171,7 @@ 363.097, 294.923, 363.097, - "\u6b62", + "\u2f4c", -1, 5.0, "/Identity-H", @@ -10401,7 +10401,7 @@ 349.577, 214.923, 349.577, - "\u4e00", + "\u2f00", -1, 5.0, "/Identity-H", @@ -10447,7 +10447,7 @@ 349.577, 234.923, 349.577, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -10470,7 +10470,7 @@ 349.579, 269.204, 349.579, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -10700,9 +10700,9 @@ 453.611, 397.6, 453.611, - "\u98a8", + "\u2fb5", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10725,7 +10725,7 @@ 453.611, "\u5411", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10748,7 +10748,7 @@ 453.611, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10771,7 +10771,7 @@ 453.611, "\u5909", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10794,7 +10794,7 @@ 453.611, "\u3048", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10817,7 +10817,7 @@ 453.611, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10840,7 +10840,7 @@ 453.611, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10863,7 +10863,7 @@ 453.611, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10886,7 +10886,7 @@ 453.611, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -10976,7 +10976,7 @@ 427.902, 419.917, 427.902, - "\uff5e", + "\u301c", -1, 4.5, "/Identity-H", @@ -11116,7 +11116,7 @@ 539.137, "\u8a2d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11139,7 +11139,7 @@ 539.137, "\u5b9a", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11162,7 +11162,7 @@ 539.137, "\u6e29", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11185,7 +11185,7 @@ 539.137, "\u5ea6", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11208,7 +11208,7 @@ 539.137, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11231,7 +11231,7 @@ 539.137, "\u5909", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11254,7 +11254,7 @@ 539.137, "\u3048", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11277,7 +11277,7 @@ 539.137, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11300,7 +11300,7 @@ 539.137, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11323,7 +11323,7 @@ 539.137, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11346,7 +11346,7 @@ 539.137, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -11367,7 +11367,7 @@ 502.616, 208.541, 502.616, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -11505,7 +11505,7 @@ 514.886, 291.214, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -11781,7 +11781,7 @@ 514.886, 385.145, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -11827,7 +11827,7 @@ 514.886, 396.625, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12218,7 +12218,7 @@ 514.886, 540.135, 514.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12448,7 +12448,7 @@ 502.886, 359.315, 502.886, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -12494,7 +12494,7 @@ 490.886, 301.908, 490.886, - "\b", + "\u00a0", -1, 4.3, "/Identity-H", @@ -12954,7 +12954,7 @@ 490.886, 450.671, 490.886, - "\u81ea", + "\u2f83", -1, 4.3, "/Identity-H", @@ -13232,7 +13232,7 @@ 318.65, "\u904b", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13255,7 +13255,7 @@ 318.65, "\u8ee2", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13278,7 +13278,7 @@ 318.65, "\u72b6", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13301,7 +13301,7 @@ 318.65, "\u614b", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13324,7 +13324,7 @@ 318.65, "\u3092", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13347,7 +13347,7 @@ 318.65, "\u78ba", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13370,7 +13370,7 @@ 318.65, "\u8a8d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13393,7 +13393,7 @@ 318.65, "\u3057", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13416,7 +13416,7 @@ 318.65, "\u305f", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13439,7 +13439,7 @@ 318.65, "\u3044", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13462,7 +13462,7 @@ 318.65, "\u3068", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13485,7 +13485,7 @@ 318.65, "\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -13529,7 +13529,7 @@ 293.691, 192.002, 293.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -13897,7 +13897,7 @@ 293.691, 339.922, 293.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14058,7 +14058,7 @@ 281.691, 249.921, 281.691, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14081,7 +14081,7 @@ 265.675, 227.413, 265.675, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14288,7 +14288,7 @@ 265.675, 303.663, 265.675, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14311,7 +14311,7 @@ 245.644, 227.413, 245.644, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14495,7 +14495,7 @@ 245.644, 298.663, 245.644, - "\u793a", + "\u2f70", -1, 5.0, "/Identity-H", @@ -14541,7 +14541,7 @@ 245.644, 318.663, 245.644, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -14840,7 +14840,7 @@ 228.88, 299.973, 228.88, - "\t", + "\u00a0", -1, 4.5, "/Identity-H", @@ -14980,7 +14980,7 @@ 215.154, "\u5ba4", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15003,7 +15003,7 @@ 215.154, "\u5185", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15026,7 +15026,7 @@ 215.154, "\u6e7f", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15049,7 +15049,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15072,7 +15072,7 @@ 215.154, "\u5ba4", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15095,7 +15095,7 @@ 215.154, "\u5185", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15118,7 +15118,7 @@ 215.154, "\u6e29", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15141,7 +15141,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15164,7 +15164,7 @@ 215.154, "\u8a2d", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15187,7 +15187,7 @@ 215.154, "\u5b9a", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15210,7 +15210,7 @@ 215.154, "\u6e29", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15233,7 +15233,7 @@ 215.154, "\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -15302,7 +15302,7 @@ 744.444, "\u5feb", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15325,7 +15325,7 @@ 744.444, "\u9069", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15346,9 +15346,9 @@ 744.444, 262.978, 744.444, - "\u81ea", + "\u2f83", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15371,7 +15371,7 @@ 744.444, "\u52d5", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15394,7 +15394,7 @@ 744.444, "\u904b", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -15417,7 +15417,7 @@ 744.444, "\u8ee2", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -16013,7 +16013,7 @@ 715.054, 443.506, 715.054, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -16335,7 +16335,7 @@ 703.054, 253.506, 703.054, - "\u884c", + "\u2f8f", -1, 5.0, "/Identity-H", @@ -16933,7 +16933,7 @@ 687.765, 265.015, 687.765, - "\t", + "\u00a0", -1, 7.5, "/Identity-H", @@ -17071,7 +17071,7 @@ 662.986, 192.002, 662.986, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -17370,7 +17370,7 @@ 662.986, 303.212, 662.986, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -17761,7 +17761,7 @@ 650.986, 277.601, 650.986, - "\u81ea", + "\u2f83", -1, 5.0, "/Identity-H", @@ -18589,7 +18589,7 @@ 626.986, 233.805, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -18612,7 +18612,7 @@ 626.986, 391.934, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -19371,7 +19371,7 @@ 624.037, 458.022, 624.037, - "\b", + "\u00a0", -1, 4.275, "/Identity-H", @@ -19394,7 +19394,7 @@ 613.039, 406.722, 613.039, - "\u884c", + "\u2f8f", -1, 4.275, "/Identity-H", @@ -19624,7 +19624,7 @@ 602.039, 423.95, 602.039, - "\u5165", + "\u2f0a", -1, 4.275, "/Identity-H", @@ -19877,7 +19877,7 @@ 613.037, 478.115, 613.037, - "\u884c", + "\u2f8f", -1, 4.275, "/Identity-H", @@ -20084,7 +20084,7 @@ 587.317, 192.002, 587.317, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -20107,7 +20107,7 @@ 587.317, 194.923, 587.317, - "\u4eba", + "\u2f08", -1, 4.9, "/Identity-H", @@ -20544,7 +20544,7 @@ 587.317, 364.493, 587.317, - "\u81ea", + "\u2f83", -1, 4.9, "/Identity-H", @@ -20843,7 +20843,7 @@ 587.317, 491.893, 587.317, - "\u884c", + "\u2f8f", -1, 4.9, "/Identity-H", @@ -20935,7 +20935,7 @@ 587.317, 526.193, 587.317, - "\b", + "\u00a0", -1, 4.9, "/Identity-H", @@ -21142,7 +21142,7 @@ 573.347, 269.404, 573.347, - "\u81ea", + "\u2f83", -1, 4.9, "/Identity-H", @@ -21257,7 +21257,7 @@ 573.347, 314.484, 573.347, - "\u793a", + "\u2f70", -1, 4.9, "/Identity-H", @@ -21395,7 +21395,7 @@ 573.35, 373.283, 573.35, - "\b", + "\u00a0", -1, 5.0, "/Identity-H", @@ -21510,7 +21510,7 @@ 574.568, 502.214, 574.568, - "\t", + "\u00a0", -1, 4.5, "/Identity-H", @@ -21650,7 +21650,7 @@ 449.258, "\u4fbf", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21673,7 +21673,7 @@ 289.933, "\u304a", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21694,9 +21694,9 @@ 164.739, 578.963, 164.739, - "\u0814", + "\u56f0", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21719,7 +21719,7 @@ 625.982, "\u57fa", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -21742,7 +21742,7 @@ 730.825, "\u306f", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -104564,7 +104564,7 @@ 809.38, "\u30a8\u30a2\u30b3\u30f3\u306b\u904b\u8ee2\u3092\u307e\u304b\u305b\u308b", -1, - 36.0, + 18.0, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -104608,7 +104608,7 @@ 160.447, 34.015, 159.235, - "\u25cf\b\u3054\u8cfc\u5165\u6642\u306f\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", + "\u25cf\u00a0\u3054\u8cfc\u2f0a\u6642\u306f\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3", -1, 3.15, "/Identity-H", @@ -104631,7 +104631,7 @@ 147.946, 38.587, 147.946, - "\u300c\u5165\u300d \u3067\u3059\u3002", + "\u300c\u2f0a\u300d \u3067\u3059\u3002", -1, 4.5, "/Identity-H", @@ -104654,7 +104654,7 @@ 135.447, 34.015, 134.235, - "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u5165\u300d \u306e\u5834\u5408\u3001", + "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3 \u300c\u2f0a\u300d \u306e\u5834\u5408\u3001", -1, 3.15, "/Identity-H", @@ -104700,7 +104700,7 @@ 122.946, 52.807, 122.946, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3067\u9078\u629e\u3055\u308c\u305f", -1, 4.5, "/Identity-H", @@ -104746,7 +104746,7 @@ 97.944, 42.997, 97.944, - "\u6b62\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", + "\u2f4c\u3059\u308b\u3068\u3001\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u904b\u8ee2\u3092", -1, 4.5, "/Identity-H", @@ -104769,7 +104769,7 @@ 84.768, 42.889, 84.768, - "\u958b\u59cb\u3057\u307e\u3059\u3002\b", + "\u958b\u59cb\u3057\u307e\u3059\u3002\u00a0", -1, 4.5, "/Identity-H", @@ -104815,7 +104815,7 @@ 84.77, 164.409, 84.77, - "\b", + "\u00a0", -1, 4.5, "/Identity-H", @@ -104838,7 +104838,7 @@ 71.594, 42.738, 71.594, - "\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044", + "\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044", -1, 4.5, "/Identity-H", @@ -104861,7 +104861,7 @@ 57.077, 43.026, 57.077, - "\u5834\u5408\u306f\u3001\u3082\u3046\u4e00\u5ea6\b", + "\u5834\u5408\u306f\u3001\u3082\u3046\u2f00\u5ea6\u00a0", -1, 4.5, "/Identity-H", @@ -104884,7 +104884,7 @@ 57.074, 146.474, 57.074, - "\b\u3092", + "\u00a0\u3092", -1, 4.5, "/Identity-H", @@ -104999,9 +104999,9 @@ 202.439, 65.438, 202.439, - "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u8272\uff09", + "\u904b\u8ee2\u30e9\u30f3\u30d7 \uff08\u7dd1\u2f8a\uff09", -1, - 9.0, + 4.5, "/Identity-H", "IDENTITY_H", "/C0_3", @@ -105045,9 +105045,9 @@ 186.617, 202.326, 186.617, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u3068\u306f", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u3068\u306f", -1, - 3.663, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_4", @@ -105068,7 +105068,7 @@ 172.05, 188.587, 170.703, - "\u25cf\b\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u884c\u3044\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u58c1\u6e29\u5ea6\u3068\u5ba4\u5185\u6e29\u5ea6\u306b\u5fdc\u3058\u3066\u3001\u5ba4\u5185\u6e29\u5ea6\u5236\u5fa1\u3092\u2f8f\u3044\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105091,7 +105091,7 @@ 160.05, 198.447, 160.05, - "\u58c1\u6e29\u5ea6\u304c\u9ad8\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", + "\u58c1\u6e29\u5ea6\u304c\u2fbc\u3044\u5834\u5408\u3001\u51b7\u623f\u6642\u306f\u4f4e\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u3001\u58c1\u6e29\u5ea6\u304c\u4f4e\u3044\u5834\u5408\u3001\u6696\u623f\u6642\u306f", -1, 5.0, "/Identity-H", @@ -105114,7 +105114,7 @@ 148.05, 198.507, 148.05, - "\u9ad8\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", + "\u2fbc\u3081\u306e\u5ba4\u5185\u6e29\u5ea6\u306b\u306a\u308b\u3088\u3046\u306b\u904b\u8ee2\u3057\u307e\u3059\u3002", -1, 5.0, "/Identity-H", @@ -105137,7 +105137,7 @@ 133.215, 188.587, 131.868, - "\u25cf\b\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u304a\u597d\u307f\u306e\u904b\u8ee2\u3092\u5b66\u7fd2\u3057\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105183,7 +105183,7 @@ 109.215, 198.507, 109.215, - "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \b", + "\u904b\u8ee2\u30e2\u30fc\u30c9\u3092\u4e88\u6e2c\u3057\u3066\u904b\u8ee2\u3057\u307e\u3059\u3002 \u00a0", -1, 5.0, "/Identity-H", @@ -105206,7 +105206,7 @@ 97.215, 193.417, 97.215, - "\uff08 \u300c\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", + "\uff08 \u300c\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u300d \u306e\u5834\u5408\u306f\u3001\u5e8a\u6e29\u5ea6\u3001\u58c1\u6e29\u5ea6\u306e\u691c\u77e5\u3084\u3001\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u306e\u84c4\u7a4d\u306f", -1, 5.0, "/Identity-H", @@ -105229,7 +105229,7 @@ 85.215, 198.497, 85.215, - "\u884c\u3044\u307e\u305b\u3093\u3002 \uff09", + "\u2f8f\u3044\u307e\u305b\u3093\u3002 \uff09", -1, 5.0, "/Identity-H", @@ -105252,9 +105252,9 @@ 453.611, 185.003, 453.611, - "\u505c\u6b62\u3057\u305f\u3044\u3068\u304d", + "\u505c\u2f4c\u3057\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105275,7 +105275,7 @@ 427.206, 226.27, 427.206, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105298,7 +105298,7 @@ 402.766, 185.003, 401.419, - "\u25cf\b \u505c\u6b62\u300d \u3068\u8868\u793a\u3057\u305f\u5f8c\u3001", + "\u25cf\u00a0 \u505c\u2f4c\u300d \u3068\u8868\u2f70\u3057\u305f\u5f8c\u3001", -1, 3.5, "/Identity-H", @@ -105344,7 +105344,7 @@ 390.766, 194.923, 390.766, - "\u30ea\u30e2\u30b3\u30f3\u8868\u793a\u304c\u6d88\u706f\u3057", + "\u30ea\u30e2\u30b3\u30f3\u8868\u2f70\u304c\u6d88\u706f\u3057", -1, 5.0, "/Identity-H", @@ -105390,7 +105390,7 @@ 363.097, 185.003, 361.75, - "\u25cf\b\u81ea\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u6b62\u3057\u305f\u3044\u5834\u5408\u306f\u3001", + "\u25cf\u00a0\u2f83\u52d5\u5185\u90e8\u30af\u30ea\u30fc\u30f3\u3092\u505c\u2f4c\u3057\u305f\u3044\u5834\u5408\u306f\u3001", -1, 3.5, "/Identity-H", @@ -105413,7 +105413,7 @@ 349.577, 194.923, 349.577, - "\u3082\u3046\u4e00\u5ea6\b", + "\u3082\u3046\u2f00\u5ea6\u00a0", -1, 5.0, "/Identity-H", @@ -105436,7 +105436,7 @@ 349.579, 269.204, 349.579, - "\b\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "\u00a0\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", -1, 5.0, "/Identity-H", @@ -105459,9 +105459,9 @@ 453.611, 397.6, 453.611, - "\u98a8\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", + "\u2fb5\u5411\u3092\u5909\u3048\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105482,7 +105482,7 @@ 426.244, 402.277, 427.319, - "\u25b616\uff5e19\u30da\u30fc\u30b8", + "\u25b616\u301c19\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -105507,7 +105507,7 @@ 539.137, "\u8a2d\u5b9a\u6e29\u5ea6\u3092\u5909\u3048\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105528,7 +105528,7 @@ 502.616, 208.541, 502.616, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105551,7 +105551,7 @@ 514.886, 284.214, 513.539, - "\u25cf\b\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\b~\b\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \b", + "\u25cf\u00a0\u9069\u6e29 \u203b \u304b\u3089\u3001\u30fc5.0\u2103\u00a0~\u00a0\uff0b5.0\u2103\u306e\u7bc4\u56f2\u3067\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 \u00a0", -1, 3.5, "/Identity-H", @@ -105574,7 +105574,7 @@ 502.886, 289.135, 502.886, - "\uff080.5\u2103\u304d\u3056\u307f\uff09 \b", + "\uff080.5\u2103\u304d\u3056\u307f\uff09 \u00a0", -1, 5.0, "/Identity-H", @@ -105597,7 +105597,7 @@ 490.886, 293.764, 490.886, - "\u203b\b \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", + "\u203b\u00a0 \u9069\u6e29\u3068\u306f\u3001 \u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3088\u308a\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u6c7a\u5b9a\u3057\u305f\u6e29\u5ea6\u3067\u3059\u3002", -1, 4.3, "/Identity-H", @@ -105622,7 +105622,7 @@ 318.65, "\u904b\u8ee2\u72b6\u614b\u3092\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d", -1, - 5.328, + 8.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105643,7 +105643,7 @@ 293.691, 185.002, 292.344, - "\u25cf\b\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \b", + "\u25cf\u00a0\u30a8\u30a2\u30b3\u30f3\u304c\u9078\u629e\u3057\u305f\u904b\u8ee2\u30e2\u30fc\u30c9\u3001 \u00a0", -1, 3.5, "/Identity-H", @@ -105666,7 +105666,7 @@ 281.691, 194.921, 281.691, - "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \b", + "\u8a2d\u5b9a\u6e29\u5ea6\u306f\u3001 \u00a0", -1, 5.0, "/Identity-H", @@ -105689,7 +105689,7 @@ 265.675, 227.413, 265.675, - "\b \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \b", + "\u00a0 \u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002 \u00a0", -1, 5.0, "/Identity-H", @@ -105712,7 +105712,7 @@ 245.644, 227.413, 245.644, - "\b \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u793a\u304c\b", + "\u00a0 \u3092\u62bc\u3059\u3054\u3068\u306b\u8868\u2f70\u304c\u00a0", -1, 5.0, "/Identity-H", @@ -105758,7 +105758,7 @@ 227.222, 279.571, 228.296, - "\u25b633,\t34\u30da\u30fc\u30b8", + "\u25b633,\u00a034\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -105783,7 +105783,7 @@ 215.154, "\u5ba4\u5185\u6e7f\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105806,7 +105806,7 @@ 215.154, "\u5ba4\u5185\u6e29\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105829,7 +105829,7 @@ 215.154, "\u8a2d\u5b9a\u6e29\u5ea6", -1, - 6.0, + 3.0, "/Identity-H", "IDENTITY_H", "/C0_6", @@ -105873,9 +105873,9 @@ 744.444, 214.978, 744.444, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2", -1, - 7.992, + 12.0, "/Identity-H", "IDENTITY_H", "/C0_5", @@ -105896,7 +105896,7 @@ 715.054, 193.505, 715.054, - "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u81ea\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", + "\u304a\u597d\u307f\u306e\u8a2d\u5b9a\u3092\u5b66\u7fd2\u3057\u3001\u6e29\u5ea6\u3001\u6e7f\u5ea6\u3001\u6c17\u6d41\u3092\u30a8\u30a2\u30b3\u30f3\u304c\u2f83\u52d5\u3067\u9078\u629e\u3057\u3066\u3001", -1, 5.0, "/Identity-H", @@ -105919,7 +105919,7 @@ 703.054, 193.505, 703.054, - "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u884c\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", + "\u5feb\u9069\u306a\u904b\u8ee2\u3092\u2f8f\u3044\u307e\u3059\u3002 \uff08\u6696\u623f\u6642\u306e\u6e7f\u5ea6\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \uff09", -1, 5.0, "/Identity-H", @@ -105942,7 +105942,7 @@ 687.765, 265.015, 687.765, - "\t\u3092\u62bc\u3059\u3002", + "\u00a0\u3092\u62bc\u3059\u3002", -1, 7.5, "/Identity-H", @@ -105965,7 +105965,7 @@ 662.986, 185.002, 661.639, - "\u25cf\b\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", + "\u25cf\u00a0\u5ba4\u5185\u30fb\u5c4b\u5916\u6e29\u5ea6\u3084", -1, 3.5, "/Identity-H", @@ -106011,7 +106011,7 @@ 662.986, 283.632, 662.986, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u5909\u66f4\u524d\u306e\u8a2d", -1, 5.0, "/Identity-H", @@ -106034,7 +106034,7 @@ 650.986, 194.862, 650.986, - "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u81ea\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", + "\u5b9a\u5185\u5bb9\u306b\u5fdc\u3058\u3066\u3001\u2f83\u52d5\u3067\u904b\u8ee2\u30e2\u30fc\u30c9 \uff08\u6696\u623f\u3001", -1, 5.0, "/Identity-H", @@ -106080,7 +106080,7 @@ 626.986, 194.822, 626.986, - "\u308c\u307e\u3059\u3002\b", + "\u308c\u307e\u3059\u3002\u00a0", -1, 5.0, "/Identity-H", @@ -106103,7 +106103,7 @@ 626.986, 391.934, 626.986, - "\b", + "\u00a0", -1, 4.85, "/Identity-H", @@ -106172,7 +106172,7 @@ 624.037, 415.272, 624.037, - "\u5b66\u7fd2\u5236\u5fa1\u3092\b", + "\u5b66\u7fd2\u5236\u5fa1\u3092\u00a0", -1, 4.275, "/Identity-H", @@ -106195,7 +106195,7 @@ 613.039, 406.722, 613.039, - "\u884c\u3063\u3066\u3044\u308b\u5834\u5408", + "\u2f8f\u3063\u3066\u3044\u308b\u5834\u5408", -1, 4.275, "/Identity-H", @@ -106218,7 +106218,7 @@ 602.039, 399.13, 602.041, - "\uff08\u3054\u8cfc\u5165\u6642\u306e\u8a2d\u5b9a\uff09", + "\uff08\u3054\u8cfc\u2f0a\u6642\u306e\u8a2d\u5b9a\uff09", -1, 4.275, "/Identity-H", @@ -106264,7 +106264,7 @@ 613.037, 478.115, 613.037, - "\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408", + "\u2f8f\u3063\u3066\u3044\u306a\u3044\u5834\u5408", -1, 4.275, "/Identity-H", @@ -106287,7 +106287,7 @@ 587.317, 185.002, 585.97, - "\u25cf\b\u4eba\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", + "\u25cf\u00a0\u2f08\u30fb\u5e8a\u30bb\u30f3\u30b5\u30fc \u300c\u56fa\u5b9a\u300d \u306e\u5834\u5408\u3001", -1, 3.5, "/Identity-H", @@ -106333,7 +106333,7 @@ 587.317, 344.893, 587.317, - "\u5feb\u9069\u81ea\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u884c\u308f\u305a\u3001 \b", + "\u5feb\u9069\u2f83\u52d5\u904b\u8ee2\u6642\u306b\u306f\u3001\u5b66\u7fd2\u5236\u5fa1\u3092\u2f8f\u308f\u305a\u3001 \u00a0", -1, 4.9, "/Identity-H", @@ -106356,7 +106356,7 @@ 573.35, 194.924, 573.347, - "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u81ea\u52d5\u300d \u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\b", + "\u30ea\u30e2\u30b3\u30f3\u306b \u300c\u5feb\u9069\u2f83\u52d5\u300d \u3068\u8868\u2f70\u3055\u308c\u307e\u3059\u3002\u00a0", -1, 4.9, "/Identity-H", @@ -106379,7 +106379,7 @@ 572.91, 481.82, 573.984, - "\u25b635,\t40\u30da\u30fc\u30b8", + "\u25b635,\u00a040\u30da\u30fc\u30b8", -1, 3.15, "/Identity-H", @@ -106404,7 +106404,7 @@ 449.258, "\u4fbf", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106427,7 +106427,7 @@ 289.933, "\u304a", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106448,9 +106448,9 @@ 164.739, 578.963, 164.739, - "\u0814", + "\u56f0", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106473,7 +106473,7 @@ 625.982, "\u57fa", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -106496,7 +106496,7 @@ 730.825, "\u306f", 0, - 11.0, + 5.5, "/Identity-H", "IDENTITY_H", "/C0_0", @@ -189279,23 +189279,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.028159, + "decode_contents": 0.095574, "decode_dimensions": 1e-06, - "decode_page": 0.045844, - "decode_resources": 0.004777, - "sanitise_contents": 0.007453 + "decode_page": 0.147399, + "decode_resources": 0.038672, + "sanitise_contents": 0.005403 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.028159, + "decode_contents": 0.095574, "decode_dimensions": 1e-06, - "decode_document": 0.047292, - "decode_page": 0.045844, - "decode_resources": 0.004777, - "decoding page 0": 0.046853, - "process_document_from_bytesio": 4.1e-05, - "sanitise_contents": 0.007453 + "decode_document": 0.150539, + "decode_page": 0.147399, + "decode_resources": 0.038672, + "decoding page 0": 0.148472, + "process_document_from_bytesio": 3.7e-05, + "sanitise_contents": 0.005403 } } \ No newline at end of file diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_1.py.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_1.py.json index d364f790..642649a2 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -117,6 +118,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -145,6 +147,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -173,6 +176,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -201,6 +205,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -229,6 +234,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -257,6 +263,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -285,6 +292,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -313,6 +321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -341,6 +350,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -369,6 +379,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -397,6 +408,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -425,6 +437,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -453,6 +466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -481,6 +495,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -509,6 +524,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -537,6 +553,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -565,6 +582,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -593,6 +611,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -621,6 +640,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -649,6 +669,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -677,6 +698,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -705,6 +727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -733,6 +756,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -761,6 +785,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -789,6 +814,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -817,6 +843,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -845,6 +872,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -873,6 +901,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -901,6 +930,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -929,6 +959,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -957,6 +988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -985,6 +1017,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -1013,6 +1046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -1041,6 +1075,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -1069,6 +1104,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1097,6 +1133,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1125,6 +1162,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1153,6 +1191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1181,6 +1220,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1209,6 +1249,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1237,6 +1278,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1265,6 +1307,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1293,6 +1336,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1321,6 +1365,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1349,6 +1394,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1377,6 +1423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1405,6 +1452,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1433,6 +1481,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1461,6 +1510,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1489,6 +1539,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1517,6 +1568,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1545,6 +1597,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1573,6 +1626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1601,6 +1655,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1629,6 +1684,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1657,6 +1713,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1685,6 +1742,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1713,6 +1771,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1741,6 +1800,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1769,6 +1829,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1797,6 +1858,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1825,6 +1887,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1853,6 +1916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1881,6 +1945,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1909,6 +1974,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1937,6 +2003,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1965,6 +2032,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -1993,6 +2061,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2021,6 +2090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2049,6 +2119,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2077,6 +2148,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2105,6 +2177,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2133,6 +2206,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2161,6 +2235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2189,6 +2264,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2217,6 +2293,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2245,6 +2322,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2273,6 +2351,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2301,6 +2380,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2329,6 +2409,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2357,6 +2438,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2385,6 +2467,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -2413,6 +2496,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2441,6 +2525,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2469,6 +2554,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2497,6 +2583,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2525,6 +2612,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2553,6 +2641,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2581,6 +2670,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2609,6 +2699,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2637,6 +2728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2665,6 +2757,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2693,6 +2786,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2721,6 +2815,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2749,6 +2844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2777,6 +2873,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2805,6 +2902,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2833,6 +2931,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2861,6 +2960,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2889,6 +2989,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -2917,6 +3018,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -2945,6 +3047,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -2973,6 +3076,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3001,6 +3105,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3029,6 +3134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3057,6 +3163,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3085,6 +3192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3113,6 +3221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3141,6 +3250,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3169,6 +3279,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3197,6 +3308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -3225,6 +3337,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3253,6 +3366,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3281,6 +3395,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3309,6 +3424,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3337,6 +3453,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3365,6 +3482,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3393,6 +3511,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3421,6 +3540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3449,6 +3569,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3477,6 +3598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3505,6 +3627,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3533,6 +3656,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3561,6 +3685,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3589,6 +3714,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3617,6 +3743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3645,6 +3772,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3673,6 +3801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3701,6 +3830,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3729,6 +3859,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3757,6 +3888,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3785,6 +3917,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3813,6 +3946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3841,6 +3975,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3869,6 +4004,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3897,6 +4033,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3925,6 +4062,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3953,6 +4091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -3981,6 +4120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4009,6 +4149,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4037,6 +4178,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4065,6 +4207,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4093,6 +4236,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4121,6 +4265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4149,6 +4294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4177,6 +4323,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4205,6 +4352,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4233,6 +4381,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4261,6 +4410,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4289,6 +4439,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4317,6 +4468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4345,6 +4497,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -4373,6 +4526,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4401,6 +4555,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4429,6 +4584,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4457,6 +4613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4485,6 +4642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4513,6 +4671,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4541,6 +4700,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4569,6 +4729,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4597,6 +4758,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4625,6 +4787,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4653,6 +4816,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4681,6 +4845,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4709,6 +4874,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4737,6 +4903,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4765,6 +4932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4793,6 +4961,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4821,6 +4990,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4849,6 +5019,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4877,6 +5048,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4905,6 +5077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4933,6 +5106,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4961,6 +5135,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -4989,6 +5164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5017,6 +5193,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5045,6 +5222,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5073,6 +5251,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5101,6 +5280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5129,6 +5309,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5157,6 +5338,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5185,6 +5367,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5213,6 +5396,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5241,6 +5425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5269,6 +5454,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5297,6 +5483,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5325,6 +5512,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5353,6 +5541,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5381,6 +5570,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5409,6 +5599,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5437,6 +5628,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5465,6 +5657,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5493,6 +5686,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5521,6 +5715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5549,6 +5744,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5577,6 +5773,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5605,6 +5802,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5633,6 +5831,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5661,6 +5860,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5689,6 +5889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5717,6 +5918,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5745,6 +5947,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5773,6 +5976,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5801,6 +6005,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5829,6 +6034,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5857,6 +6063,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5885,6 +6092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5913,6 +6121,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5941,6 +6150,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5969,6 +6179,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -5997,6 +6208,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6025,6 +6237,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6055,6 +6268,7 @@ "orig": "KARLSTAD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6083,6 +6297,7 @@ "orig": "sofa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6111,6 +6326,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6139,6 +6355,7 @@ "orig": "599", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6167,6 +6384,7 @@ "orig": "www.IKEA-USA.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6195,6 +6413,7 @@ "orig": "ALL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6223,6 +6442,7 @@ "orig": "CATALOG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6251,6 +6471,7 @@ "orig": "PRICES", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6279,6 +6500,7 @@ "orig": "ARE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6307,6 +6529,7 @@ "orig": "VALID", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6335,6 +6558,7 @@ "orig": "UNTIL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6363,6 +6587,7 @@ "orig": "JUNE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6391,6 +6616,7 @@ "orig": "30,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6419,6 +6645,7 @@ "orig": "2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6447,6 +6674,7 @@ "orig": "KARLSTAD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6475,6 +6703,7 @@ "orig": "sofa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6503,6 +6732,7 @@ "orig": "$599", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6531,6 +6761,7 @@ "orig": "See", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6559,6 +6790,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6587,6 +6819,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6615,6 +6848,7 @@ "orig": "LINNARP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6643,6 +6877,7 @@ "orig": "bookcase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6671,6 +6906,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6699,6 +6935,7 @@ "orig": "glass", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6727,6 +6964,7 @@ "orig": "doors", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6755,6 +6993,7 @@ "orig": "$349/ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -6783,6 +7022,7 @@ "orig": "See", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6811,6 +7051,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6839,6 +7080,7 @@ "orig": "68", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6867,6 +7109,7 @@ "orig": "2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6895,6 +7138,7 @@ "orig": "HOME", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6923,6 +7167,7 @@ "orig": "IS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6951,6 +7196,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -6979,6 +7225,7 @@ "orig": "MOST", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7007,6 +7254,7 @@ "orig": "IMPORTANT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7035,6 +7283,7 @@ "orig": "PLACE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7063,6 +7312,7 @@ "orig": "IN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7091,6 +7341,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7119,6 +7370,7 @@ "orig": "WORLD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7149,6 +7401,7 @@ "orig": "KARLSTAD sofa ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7177,6 +7430,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7205,6 +7459,7 @@ "orig": "599", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7233,6 +7488,7 @@ "orig": "www.IKEA-USA.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7261,6 +7517,7 @@ "orig": "ALL CATALOG PRICES ARE VALID UNTIL JUNE 30, 2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7289,6 +7546,7 @@ "orig": "KARLSTAD sofa $599", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7317,6 +7575,7 @@ "orig": " See p. 4 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7345,6 +7604,7 @@ "orig": "LINNARP bookcase with glass doors $349/ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_3", @@ -7373,6 +7633,7 @@ "orig": " See p. 68", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7401,6 +7662,7 @@ "orig": "2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7429,6 +7691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7457,6 +7720,7 @@ "orig": "HOME ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7485,6 +7749,7 @@ "orig": "IS THE MOST IMPORTANT ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", @@ -7513,12 +7778,16 @@ "orig": "PLACE IN THE WORLD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_1", "font_name": "/TYIYVW+IKEASans-Regular" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_2.py.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_2.py.json index 24c75ab8..47a6f088 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_2.py.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_2.py.json @@ -145,6 +145,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -173,6 +174,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -201,6 +203,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -229,6 +232,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -257,6 +261,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -285,6 +290,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -313,6 +319,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -341,6 +348,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -369,6 +377,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -397,6 +406,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -425,6 +435,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -453,6 +464,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -481,6 +493,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -509,6 +522,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -537,6 +551,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -565,6 +580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -593,6 +609,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -621,6 +638,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -649,6 +667,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -677,6 +696,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -705,6 +725,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -733,6 +754,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -761,6 +783,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -789,6 +812,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -817,6 +841,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -845,6 +870,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -873,6 +899,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -901,6 +928,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -929,6 +957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -957,6 +986,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -985,6 +1015,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1013,6 +1044,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1041,6 +1073,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1069,6 +1102,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1097,6 +1131,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1125,6 +1160,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1153,6 +1189,7 @@ "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1181,6 +1218,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1209,6 +1247,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1237,6 +1276,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1265,6 +1305,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1293,6 +1334,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1321,6 +1363,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1349,6 +1392,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1377,6 +1421,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1405,6 +1450,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1433,6 +1479,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1461,6 +1508,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1489,6 +1537,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1517,6 +1566,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1545,6 +1595,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1573,6 +1624,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1601,6 +1653,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1629,6 +1682,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1657,6 +1711,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1685,6 +1740,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1713,6 +1769,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1741,6 +1798,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1769,6 +1827,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1797,6 +1856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1825,6 +1885,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1853,6 +1914,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1881,6 +1943,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1909,6 +1972,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1937,6 +2001,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1965,6 +2030,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -1993,6 +2059,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2021,6 +2088,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2049,6 +2117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2077,6 +2146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2105,6 +2175,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2133,6 +2204,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2161,6 +2233,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2189,6 +2262,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2217,6 +2291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2245,6 +2320,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2273,6 +2349,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2301,6 +2378,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2329,6 +2407,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2357,6 +2436,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2385,6 +2465,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2413,6 +2494,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2441,6 +2523,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2469,6 +2552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2497,6 +2581,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2525,6 +2610,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2553,6 +2639,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2581,6 +2668,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2609,6 +2697,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2637,6 +2726,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2665,6 +2755,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2693,6 +2784,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2721,6 +2813,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2749,6 +2842,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2777,6 +2871,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2805,6 +2900,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2833,6 +2929,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2861,6 +2958,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2889,6 +2987,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2917,6 +3016,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2945,6 +3045,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -2973,6 +3074,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3001,6 +3103,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3029,6 +3132,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3057,6 +3161,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3085,6 +3190,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3113,6 +3219,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3141,6 +3248,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3169,6 +3277,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3197,6 +3306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3225,6 +3335,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3253,6 +3364,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3281,6 +3393,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3309,6 +3422,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3337,6 +3451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3365,6 +3480,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3393,6 +3509,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3421,6 +3538,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -3449,6 +3567,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3477,6 +3596,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3505,6 +3625,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3533,6 +3654,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3561,6 +3683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3589,6 +3712,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3617,6 +3741,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3645,6 +3770,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3673,6 +3799,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3701,6 +3828,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3729,6 +3857,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3757,6 +3886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3785,6 +3915,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3813,6 +3944,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3841,6 +3973,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3869,6 +4002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3897,6 +4031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3925,6 +4060,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3953,6 +4089,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -3981,6 +4118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4009,6 +4147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4037,6 +4176,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4065,6 +4205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4093,6 +4234,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4121,6 +4263,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4149,6 +4292,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4177,6 +4321,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4205,6 +4350,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4233,6 +4379,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4261,6 +4408,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4289,6 +4437,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4317,6 +4466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4345,6 +4495,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4373,6 +4524,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4401,6 +4553,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4429,6 +4582,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4457,6 +4611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4485,6 +4640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4513,6 +4669,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4541,6 +4698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4569,6 +4727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4597,6 +4756,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4625,6 +4785,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4653,6 +4814,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4681,6 +4843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4709,6 +4872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4737,6 +4901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4765,6 +4930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4793,6 +4959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4821,6 +4988,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4849,6 +5017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4877,6 +5046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4905,6 +5075,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4933,6 +5104,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4961,6 +5133,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -4989,6 +5162,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5017,6 +5191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5045,6 +5220,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5073,6 +5249,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5101,6 +5278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5129,6 +5307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5157,6 +5336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5185,6 +5365,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5213,6 +5394,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5241,6 +5423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5269,6 +5452,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5297,6 +5481,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5325,6 +5510,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5353,6 +5539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5381,6 +5568,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5409,6 +5597,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5437,6 +5626,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5465,6 +5655,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5493,6 +5684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5521,6 +5713,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5549,6 +5742,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5577,6 +5771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5605,6 +5800,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5633,6 +5829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5661,6 +5858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5689,6 +5887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5717,6 +5916,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5745,6 +5945,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5773,6 +5974,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5801,6 +6003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5829,6 +6032,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5857,6 +6061,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5885,6 +6090,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5913,6 +6119,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5941,6 +6148,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5969,6 +6177,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -5997,6 +6206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6025,6 +6235,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6053,6 +6264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6081,6 +6293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6109,6 +6322,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6137,6 +6351,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6165,6 +6380,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6193,6 +6409,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6221,6 +6438,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6249,6 +6467,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6277,6 +6496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6305,6 +6525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6333,6 +6554,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6361,6 +6583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6389,6 +6612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6417,6 +6641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6445,6 +6670,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6473,6 +6699,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6501,6 +6728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6529,6 +6757,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6557,6 +6786,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6585,6 +6815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6613,6 +6844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6641,6 +6873,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6669,6 +6902,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6697,6 +6931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6725,6 +6960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6753,6 +6989,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6781,6 +7018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6809,6 +7047,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6837,6 +7076,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6865,6 +7105,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6893,6 +7134,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6921,6 +7163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6949,6 +7192,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -6977,6 +7221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7005,6 +7250,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7033,6 +7279,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7061,6 +7308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7089,6 +7337,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7117,6 +7366,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7145,6 +7395,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7173,6 +7424,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7201,6 +7453,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7229,6 +7482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7257,6 +7511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7285,6 +7540,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7313,6 +7569,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7341,6 +7598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7369,6 +7627,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7397,6 +7656,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7425,6 +7685,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7453,6 +7714,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7481,6 +7743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7509,6 +7772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7537,6 +7801,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7565,6 +7830,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7593,6 +7859,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7621,6 +7888,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7649,6 +7917,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7677,6 +7946,7 @@ "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -7707,6 +7977,7 @@ "orig": "newproducts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7735,6 +8006,7 @@ "orig": "newideas,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7763,6 +8035,7 @@ "orig": "newdesigns!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7791,6 +8064,7 @@ "orig": "Living", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7819,6 +8093,7 @@ "orig": "Room", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7847,6 +8122,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7875,6 +8151,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7903,6 +8180,7 @@ "orig": "Kitchen", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7931,6 +8209,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7959,6 +8238,7 @@ "orig": "96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -7987,6 +8267,7 @@ "orig": "Sleeping", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8015,6 +8296,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8043,6 +8325,7 @@ "orig": "124", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8071,6 +8354,7 @@ "orig": "Children's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8099,6 +8383,7 @@ "orig": "IKEA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8127,6 +8412,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8155,6 +8441,7 @@ "orig": "178", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8183,6 +8470,7 @@ "orig": "Textiles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8211,6 +8499,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8239,6 +8528,7 @@ "orig": "250", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -8267,6 +8557,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8295,6 +8586,7 @@ "orig": "symbol", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8323,6 +8615,7 @@ "orig": "appears", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8351,6 +8644,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8379,6 +8673,7 @@ "orig": "products", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8407,6 +8702,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8435,6 +8731,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8463,6 +8760,7 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8491,6 +8789,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8519,6 +8818,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8547,6 +8847,7 @@ "orig": "IKEA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8575,6 +8876,7 @@ "orig": "catalog", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8603,6 +8905,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8631,6 +8934,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8659,6 +8963,7 @@ "orig": "year.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8687,6 +8992,7 @@ "orig": "New", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8715,6 +9021,7 @@ "orig": "products", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8743,6 +9050,7 @@ "orig": "continue", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8771,6 +9079,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8799,6 +9108,7 @@ "orig": "arrive", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8827,6 +9137,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8855,6 +9166,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8883,6 +9195,7 @@ "orig": "time,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8911,6 +9224,7 @@ "orig": "so", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8939,6 +9253,7 @@ "orig": "visit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8967,6 +9282,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -8995,6 +9311,7 @@ "orig": "store", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -9023,6 +9340,7 @@ "orig": "often!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -9053,6 +9371,7 @@ "orig": "new products, new ideas, new designs!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9081,6 +9400,7 @@ "orig": "Living Room ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9109,6 +9429,7 @@ "orig": "p. 4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9137,6 +9458,7 @@ "orig": "Kitchen ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9165,6 +9487,7 @@ "orig": "p. 96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9193,6 +9516,7 @@ "orig": "Sleeping ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9221,6 +9545,7 @@ "orig": "p. 124", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9249,6 +9574,7 @@ "orig": "Children's IKEA ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9277,6 +9603,7 @@ "orig": "p. 178", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9305,6 +9632,7 @@ "orig": "Textiles p. 250", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_6", @@ -9333,6 +9661,7 @@ "orig": "This symbol appears on products that are ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -9361,6 +9690,7 @@ "orig": "new to the IKEA catalog for this year. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -9389,6 +9719,7 @@ "orig": "New products continue to arrive all the ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", @@ -9417,12 +9748,16 @@ "orig": "time, so visit the store often!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/T1_4", "font_name": "/PCFICX+IKEASans-Bold" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_3.py.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_3.py.json index 338720ce..b1ad71e4 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_3.py.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.page_no_3.py.json @@ -103,6 +103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -131,6 +132,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -159,6 +161,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -187,6 +190,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -215,6 +219,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -243,6 +248,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -271,6 +277,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -299,6 +306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -327,6 +335,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -355,6 +364,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -383,6 +393,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -411,6 +422,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -439,6 +451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -467,6 +480,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -495,6 +509,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -523,6 +538,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -551,6 +567,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -579,6 +596,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -607,6 +625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -635,6 +654,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -663,6 +683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -691,6 +712,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -719,6 +741,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -747,6 +770,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -775,6 +799,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -803,6 +828,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -831,6 +857,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -859,6 +886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -887,6 +915,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -915,6 +944,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -943,6 +973,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -971,6 +1002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -999,6 +1031,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1027,6 +1060,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1055,6 +1089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1083,6 +1118,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1111,6 +1147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1139,6 +1176,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1167,6 +1205,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1195,6 +1234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1223,6 +1263,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1251,6 +1292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1279,6 +1321,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1307,6 +1350,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1335,6 +1379,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1363,6 +1408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1391,6 +1437,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1419,6 +1466,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1447,6 +1495,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1475,6 +1524,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1503,6 +1553,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1531,6 +1582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1559,6 +1611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1587,6 +1640,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1615,6 +1669,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1643,6 +1698,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1671,6 +1727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1699,6 +1756,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1727,6 +1785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1755,6 +1814,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1783,6 +1843,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1811,6 +1872,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1839,6 +1901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1867,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1895,6 +1959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1923,6 +1988,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1951,6 +2017,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -1979,6 +2046,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2007,6 +2075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2035,6 +2104,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2063,6 +2133,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2091,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2119,6 +2191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2147,6 +2220,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2175,6 +2249,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2203,6 +2278,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2231,6 +2307,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2259,6 +2336,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2287,6 +2365,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2315,6 +2394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2343,6 +2423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2371,6 +2452,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2399,6 +2481,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2427,6 +2510,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2455,6 +2539,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2483,6 +2568,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2511,6 +2597,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2539,6 +2626,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2567,6 +2655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2595,6 +2684,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2623,6 +2713,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2651,6 +2742,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2679,6 +2771,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2707,6 +2800,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2735,6 +2829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2763,6 +2858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2791,6 +2887,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2819,6 +2916,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2847,6 +2945,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2875,6 +2974,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2903,6 +3003,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2931,6 +3032,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2959,6 +3061,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -2987,6 +3090,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3015,6 +3119,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3043,6 +3148,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3071,6 +3177,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3099,6 +3206,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3127,6 +3235,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3155,6 +3264,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3183,6 +3293,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3211,6 +3322,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3239,6 +3351,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -3267,6 +3380,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3295,6 +3409,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3323,6 +3438,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3351,6 +3467,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3379,6 +3496,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3407,6 +3525,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3435,6 +3554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3463,6 +3583,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3491,6 +3612,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3519,6 +3641,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3547,6 +3670,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3575,6 +3699,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3603,6 +3728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3631,6 +3757,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3659,6 +3786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3687,6 +3815,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3715,6 +3844,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3743,6 +3873,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3771,6 +3902,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3799,6 +3931,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3827,6 +3960,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3855,6 +3989,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3883,6 +4018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3911,6 +4047,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3939,6 +4076,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3967,6 +4105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -3995,6 +4134,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4023,6 +4163,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4051,6 +4192,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4079,6 +4221,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4107,6 +4250,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4135,6 +4279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4163,6 +4308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4191,6 +4337,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4219,6 +4366,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4247,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4275,6 +4424,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4303,6 +4453,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4331,6 +4482,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4359,6 +4511,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4387,6 +4540,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4415,6 +4569,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4443,6 +4598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4471,6 +4627,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4499,6 +4656,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4527,6 +4685,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4555,6 +4714,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4583,6 +4743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4611,6 +4772,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4639,6 +4801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4667,6 +4830,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4695,6 +4859,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4723,6 +4888,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4751,6 +4917,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4779,6 +4946,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4807,6 +4975,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4835,6 +5004,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4863,6 +5033,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4891,6 +5062,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4919,6 +5091,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4947,6 +5120,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -4975,6 +5149,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5003,6 +5178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5031,6 +5207,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5059,6 +5236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5087,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5115,6 +5294,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5143,6 +5323,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5171,6 +5352,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5199,6 +5381,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5227,6 +5410,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5255,6 +5439,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5283,6 +5468,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5311,6 +5497,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5339,6 +5526,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5367,6 +5555,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5395,6 +5584,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -5423,6 +5613,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5451,6 +5642,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5479,6 +5671,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -5507,6 +5700,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5535,6 +5729,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5563,6 +5758,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5591,6 +5787,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5619,6 +5816,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5647,6 +5845,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -5675,6 +5874,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5703,6 +5903,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5731,6 +5932,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -5759,6 +5961,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5787,6 +5990,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5815,6 +6019,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5843,6 +6048,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -5871,6 +6077,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -5899,6 +6106,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5927,6 +6135,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5955,6 +6164,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -5983,6 +6193,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6011,6 +6222,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6039,6 +6251,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6067,6 +6280,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6095,6 +6309,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6123,6 +6338,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6151,6 +6367,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6179,6 +6396,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6207,6 +6425,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6235,6 +6454,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6263,6 +6483,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6291,6 +6512,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6319,6 +6541,7 @@ "orig": "\u00c0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6347,6 +6570,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6375,6 +6599,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6403,6 +6628,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6431,6 +6657,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6459,6 +6686,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6487,6 +6715,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6515,6 +6744,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6543,6 +6773,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6571,6 +6802,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6599,6 +6831,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6627,6 +6860,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6655,6 +6889,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6683,6 +6918,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6711,6 +6947,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6739,6 +6976,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6767,6 +7005,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6795,6 +7034,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6823,6 +7063,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6851,6 +7092,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6879,6 +7121,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -6907,6 +7150,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6935,6 +7179,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6963,6 +7208,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -6991,6 +7237,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -7019,6 +7266,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7047,6 +7295,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7075,6 +7324,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7103,6 +7353,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -7131,6 +7382,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7159,6 +7411,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7187,6 +7440,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7215,6 +7469,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7243,6 +7498,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7271,6 +7527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7299,6 +7556,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7327,6 +7585,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7355,6 +7614,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7383,6 +7643,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7411,6 +7672,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7439,6 +7701,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7467,6 +7730,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7495,6 +7759,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7523,6 +7788,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7551,6 +7817,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7579,6 +7846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7607,6 +7875,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7635,6 +7904,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7663,6 +7933,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7691,6 +7962,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7719,6 +7991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7747,6 +8020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7775,6 +8049,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7803,6 +8078,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7831,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7859,6 +8136,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7887,6 +8165,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7915,6 +8194,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7943,6 +8223,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7971,6 +8252,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -7999,6 +8281,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8027,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8055,6 +8339,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8083,6 +8368,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8111,6 +8397,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8139,6 +8426,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8167,6 +8455,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8195,6 +8484,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8223,6 +8513,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8251,6 +8542,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8279,6 +8571,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8307,6 +8600,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8335,6 +8629,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8363,6 +8658,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8391,6 +8687,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8419,6 +8716,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8447,6 +8745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8475,6 +8774,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8503,6 +8803,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8531,6 +8832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8559,6 +8861,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8587,6 +8890,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8615,6 +8919,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8643,6 +8948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8671,6 +8977,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8699,6 +9006,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8727,6 +9035,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8755,6 +9064,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8783,6 +9093,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8811,6 +9122,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8839,6 +9151,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8867,6 +9180,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -8895,6 +9209,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -8923,6 +9238,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -8951,6 +9267,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -8979,6 +9296,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9007,6 +9325,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9035,6 +9354,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9063,6 +9383,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9091,6 +9412,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9119,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9147,6 +9470,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9175,6 +9499,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9203,6 +9528,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -9231,6 +9557,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9259,6 +9586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9287,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9315,6 +9644,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9343,6 +9673,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9371,6 +9702,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9399,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9427,6 +9760,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9455,6 +9789,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9483,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9511,6 +9847,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9539,6 +9876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9567,6 +9905,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9595,6 +9934,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9623,6 +9963,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9651,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9679,6 +10021,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9707,6 +10050,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9735,6 +10079,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9763,6 +10108,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9791,6 +10137,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9819,6 +10166,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9847,6 +10195,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9875,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9903,6 +10253,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9931,6 +10282,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9959,6 +10311,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -9987,6 +10340,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10015,6 +10369,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10043,6 +10398,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10071,6 +10427,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10099,6 +10456,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10127,6 +10485,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10155,6 +10514,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10183,6 +10543,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10211,6 +10572,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10239,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10267,6 +10630,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10295,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10323,6 +10688,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10351,6 +10717,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10379,6 +10746,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10407,6 +10775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10435,6 +10804,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10463,6 +10833,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10491,6 +10862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10519,6 +10891,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10547,6 +10920,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10575,6 +10949,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10603,6 +10978,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10631,6 +11007,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10659,6 +11036,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10687,6 +11065,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10715,6 +11094,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10743,6 +11123,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10771,6 +11152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10799,6 +11181,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10827,6 +11210,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10855,6 +11239,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -10883,6 +11268,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10911,6 +11297,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10939,6 +11326,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10967,6 +11355,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -10995,6 +11384,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -11023,6 +11413,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11051,6 +11442,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11079,6 +11471,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11107,6 +11500,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11135,6 +11529,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -11163,6 +11558,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11191,6 +11587,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11219,6 +11616,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11247,6 +11645,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11275,6 +11674,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11303,6 +11703,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11331,6 +11732,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11359,6 +11761,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11387,6 +11790,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11415,6 +11819,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11443,6 +11848,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11471,6 +11877,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -11499,6 +11906,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11527,6 +11935,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11555,6 +11964,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11583,6 +11993,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11611,6 +12022,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11639,6 +12051,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11667,6 +12080,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11695,6 +12109,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11723,6 +12138,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -11751,6 +12167,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11779,6 +12196,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11807,6 +12225,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11835,6 +12254,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -11863,6 +12283,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11891,6 +12312,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11919,6 +12341,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11947,6 +12370,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -11975,6 +12399,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12003,6 +12428,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12031,6 +12457,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12059,6 +12486,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12087,6 +12515,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12115,6 +12544,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12143,6 +12573,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12171,6 +12602,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12199,6 +12631,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12227,6 +12660,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12255,6 +12689,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12283,6 +12718,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12311,6 +12747,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12339,6 +12776,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12367,6 +12805,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12395,6 +12834,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12423,6 +12863,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12451,6 +12892,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12479,6 +12921,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12507,6 +12950,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12535,6 +12979,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12563,6 +13008,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12591,6 +13037,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12619,6 +13066,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12647,6 +13095,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12675,6 +13124,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12703,6 +13153,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12731,6 +13182,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12759,6 +13211,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12787,6 +13240,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12815,6 +13269,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12843,6 +13298,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12871,6 +13327,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12899,6 +13356,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12927,6 +13385,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -12955,6 +13414,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -12983,6 +13443,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13011,6 +13472,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13039,6 +13501,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13067,6 +13530,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -13095,6 +13559,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13123,6 +13588,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13151,6 +13617,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13179,6 +13646,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13207,6 +13675,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13235,6 +13704,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13263,6 +13733,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -13291,6 +13762,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13319,6 +13791,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -13347,6 +13820,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13375,6 +13849,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13403,6 +13878,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13431,6 +13907,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13459,6 +13936,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13487,6 +13965,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13515,6 +13994,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -13543,6 +14023,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13571,6 +14052,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13599,6 +14081,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -13627,6 +14110,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -13655,6 +14139,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13683,6 +14168,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13711,6 +14197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13739,6 +14226,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13767,6 +14255,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13795,6 +14284,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13823,6 +14313,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13851,6 +14342,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13879,6 +14371,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13907,6 +14400,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13935,6 +14429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13963,6 +14458,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -13991,6 +14487,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14019,6 +14516,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14047,6 +14545,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14075,6 +14574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14103,6 +14603,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14131,6 +14632,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14159,6 +14661,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -14187,6 +14690,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14215,6 +14719,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14243,6 +14748,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14271,6 +14777,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14299,6 +14806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14327,6 +14835,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14355,6 +14864,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14383,6 +14893,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14411,6 +14922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14439,6 +14951,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14467,6 +14980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14495,6 +15009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14523,6 +15038,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14551,6 +15067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14579,6 +15096,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14607,6 +15125,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14635,6 +15154,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14663,6 +15183,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14691,6 +15212,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14719,6 +15241,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14747,6 +15270,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14775,6 +15299,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14803,6 +15328,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14831,6 +15357,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14859,6 +15386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14887,6 +15415,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14915,6 +15444,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14943,6 +15473,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14971,6 +15502,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -14999,6 +15531,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15027,6 +15560,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15055,6 +15589,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15083,6 +15618,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15111,6 +15647,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15139,6 +15676,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15167,6 +15705,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15195,6 +15734,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15223,6 +15763,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15251,6 +15792,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15279,6 +15821,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15307,6 +15850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15335,6 +15879,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15363,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15391,6 +15937,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15419,6 +15966,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15447,6 +15995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15475,6 +16024,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15503,6 +16053,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15531,6 +16082,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15559,6 +16111,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15587,6 +16140,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15615,6 +16169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15643,6 +16198,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15671,6 +16227,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15699,6 +16256,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15727,6 +16285,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15755,6 +16314,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15783,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15811,6 +16372,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15839,6 +16401,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15867,6 +16430,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15895,6 +16459,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15923,6 +16488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15951,6 +16517,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -15979,6 +16546,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16007,6 +16575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16035,6 +16604,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16063,6 +16633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16091,6 +16662,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16119,6 +16691,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16147,6 +16720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16175,6 +16749,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16203,6 +16778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16231,6 +16807,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16259,6 +16836,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16287,6 +16865,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16315,6 +16894,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16343,6 +16923,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16371,6 +16952,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16399,6 +16981,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16427,6 +17010,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16455,6 +17039,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16483,6 +17068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16511,6 +17097,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16539,6 +17126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16567,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16595,6 +17184,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16623,6 +17213,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16651,6 +17242,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16679,6 +17271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16707,6 +17300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16735,6 +17329,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16763,6 +17358,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16791,6 +17387,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -16819,6 +17416,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16847,6 +17445,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16875,6 +17474,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16903,6 +17503,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16931,6 +17532,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16959,6 +17561,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -16987,6 +17590,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17015,6 +17619,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17043,6 +17648,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17071,6 +17677,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17099,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17127,6 +17735,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17155,6 +17764,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17183,6 +17793,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -17211,6 +17822,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17239,6 +17851,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17267,6 +17880,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17295,6 +17909,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17323,6 +17938,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17351,6 +17967,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17379,6 +17996,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17407,6 +18025,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17435,6 +18054,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17463,6 +18083,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17491,6 +18112,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17519,6 +18141,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17547,6 +18170,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17575,6 +18199,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17603,6 +18228,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17631,6 +18257,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17659,6 +18286,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17687,6 +18315,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17715,6 +18344,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17743,6 +18373,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17771,6 +18402,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17799,6 +18431,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17827,6 +18460,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17855,6 +18489,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17883,6 +18518,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17911,6 +18547,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17939,6 +18576,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -17967,6 +18605,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -17995,6 +18634,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18023,6 +18663,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18051,6 +18692,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18079,6 +18721,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18107,6 +18750,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18135,6 +18779,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18163,6 +18808,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18191,6 +18837,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18219,6 +18866,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18247,6 +18895,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18275,6 +18924,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18303,6 +18953,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18331,6 +18982,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18359,6 +19011,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18387,6 +19040,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18415,6 +19069,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18443,6 +19098,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18471,6 +19127,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18499,6 +19156,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18527,6 +19185,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18555,6 +19214,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18583,6 +19243,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18611,6 +19272,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18639,6 +19301,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18667,6 +19330,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18695,6 +19359,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18723,6 +19388,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18751,6 +19417,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18779,6 +19446,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18807,6 +19475,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18835,6 +19504,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18863,6 +19533,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18891,6 +19562,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18919,6 +19591,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -18947,6 +19620,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -18975,6 +19649,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19003,6 +19678,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19031,6 +19707,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19059,6 +19736,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19087,6 +19765,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19115,6 +19794,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19143,6 +19823,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19171,6 +19852,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19199,6 +19881,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19227,6 +19910,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19255,6 +19939,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19283,6 +19968,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19311,6 +19997,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19339,6 +20026,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19367,6 +20055,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19395,6 +20084,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19423,6 +20113,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19451,6 +20142,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19479,6 +20171,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19507,6 +20200,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19535,6 +20229,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19563,6 +20258,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19591,6 +20287,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19619,6 +20316,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19647,6 +20345,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19675,6 +20374,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19703,6 +20403,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19731,6 +20432,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19759,6 +20461,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19787,6 +20490,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19815,6 +20519,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19843,6 +20548,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19871,6 +20577,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19899,6 +20606,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19927,6 +20635,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -19955,6 +20664,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -19983,6 +20693,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20011,6 +20722,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20039,6 +20751,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20067,6 +20780,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20095,6 +20809,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20123,6 +20838,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20151,6 +20867,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20179,6 +20896,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20207,6 +20925,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20235,6 +20954,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20263,6 +20983,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20291,6 +21012,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20319,6 +21041,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20347,6 +21070,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20375,6 +21099,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -20403,6 +21128,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20431,6 +21157,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20459,6 +21186,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20487,6 +21215,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20515,6 +21244,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20543,6 +21273,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20571,6 +21302,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20599,6 +21331,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20627,6 +21360,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20655,6 +21389,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20683,6 +21418,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20711,6 +21447,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20739,6 +21476,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20767,6 +21505,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20795,6 +21534,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20823,6 +21563,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20851,6 +21592,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20879,6 +21621,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20907,6 +21650,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20935,6 +21679,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -20963,6 +21708,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -20991,6 +21737,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21019,6 +21766,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21047,6 +21795,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21075,6 +21824,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21103,6 +21853,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21131,6 +21882,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21159,6 +21911,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21187,6 +21940,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21215,6 +21969,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21243,6 +21998,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21271,6 +22027,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21299,6 +22056,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21327,6 +22085,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21355,6 +22114,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21383,6 +22143,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21411,6 +22172,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21439,6 +22201,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21467,6 +22230,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21495,6 +22259,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21523,6 +22288,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21551,6 +22317,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21579,6 +22346,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21607,6 +22375,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21635,6 +22404,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21663,6 +22433,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21691,6 +22462,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21719,6 +22491,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21747,6 +22520,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21775,6 +22549,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21803,6 +22578,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -21831,6 +22607,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -21859,6 +22636,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -21887,6 +22665,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -21915,6 +22694,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -21943,6 +22723,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -21971,6 +22752,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -21999,6 +22781,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22027,6 +22810,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22055,6 +22839,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22083,6 +22868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22111,6 +22897,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22139,6 +22926,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22167,6 +22955,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -22195,6 +22984,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22223,6 +23013,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22251,6 +23042,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22279,6 +23071,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22307,6 +23100,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22335,6 +23129,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22363,6 +23158,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22391,6 +23187,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22419,6 +23216,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22447,6 +23245,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22475,6 +23274,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22503,6 +23303,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22531,6 +23332,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22559,6 +23361,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22587,6 +23390,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22615,6 +23419,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22643,6 +23448,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22671,6 +23477,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22699,6 +23506,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22727,6 +23535,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22755,6 +23564,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22783,6 +23593,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22811,6 +23622,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -22839,6 +23651,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22867,6 +23680,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22895,6 +23709,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22923,6 +23738,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22951,6 +23767,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -22979,6 +23796,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23007,6 +23825,7 @@ "orig": "\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23035,6 +23854,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23063,6 +23883,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23091,6 +23912,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23119,6 +23941,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23147,6 +23970,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23175,6 +23999,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23203,6 +24028,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23231,6 +24057,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23259,6 +24086,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23287,6 +24115,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23315,6 +24144,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23343,6 +24173,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23371,6 +24202,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23399,6 +24231,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23427,6 +24260,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23455,6 +24289,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23483,6 +24318,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23511,6 +24347,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23539,6 +24376,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23567,6 +24405,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23595,6 +24434,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23623,6 +24463,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23651,6 +24492,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23679,6 +24521,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23707,6 +24550,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23735,6 +24579,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23763,6 +24608,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23791,6 +24637,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23819,6 +24666,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23847,6 +24695,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23875,6 +24724,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -23903,6 +24753,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -23931,6 +24782,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -23959,6 +24811,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -23987,6 +24840,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24015,6 +24869,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24043,6 +24898,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24071,6 +24927,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24099,6 +24956,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24127,6 +24985,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24155,6 +25014,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24183,6 +25043,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24211,6 +25072,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24239,6 +25101,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -24267,6 +25130,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24295,6 +25159,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24323,6 +25188,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -24351,6 +25217,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24379,6 +25246,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -24407,6 +25275,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24435,6 +25304,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24463,6 +25333,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24491,6 +25362,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24519,6 +25391,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24547,6 +25420,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24575,6 +25449,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24603,6 +25478,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24631,6 +25507,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24659,6 +25536,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24687,6 +25565,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24715,6 +25594,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24743,6 +25623,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -24771,6 +25652,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24799,6 +25681,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24827,6 +25710,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -24855,6 +25739,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24883,6 +25768,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24911,6 +25797,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24939,6 +25826,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24967,6 +25855,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -24995,6 +25884,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25023,6 +25913,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25051,6 +25942,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25079,6 +25971,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25107,6 +26000,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25135,6 +26029,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25163,6 +26058,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25191,6 +26087,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25219,6 +26116,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25247,6 +26145,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25275,6 +26174,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25303,6 +26203,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25331,6 +26232,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25359,6 +26261,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25387,6 +26290,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25415,6 +26319,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25443,6 +26348,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25471,6 +26377,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25499,6 +26406,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25527,6 +26435,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25555,6 +26464,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25583,6 +26493,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25611,6 +26522,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25639,6 +26551,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25667,6 +26580,7 @@ "orig": "\u00c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25695,6 +26609,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25723,6 +26638,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25751,6 +26667,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25779,6 +26696,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -25807,6 +26725,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25835,6 +26754,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25863,6 +26783,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25891,6 +26812,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25919,6 +26841,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25947,6 +26870,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -25975,6 +26899,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26003,6 +26928,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26031,6 +26957,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26059,6 +26986,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26087,6 +27015,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26115,6 +27044,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26143,6 +27073,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26171,6 +27102,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26199,6 +27131,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26227,6 +27160,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26255,6 +27189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26283,6 +27218,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26311,6 +27247,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26339,6 +27276,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26367,6 +27305,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26395,6 +27334,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26423,6 +27363,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26451,6 +27392,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26479,6 +27421,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26507,6 +27450,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26535,6 +27479,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26563,6 +27508,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26591,6 +27537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26619,6 +27566,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26647,6 +27595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26675,6 +27624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26703,6 +27653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26731,6 +27682,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26759,6 +27711,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26787,6 +27740,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26815,6 +27769,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26843,6 +27798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26871,6 +27827,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -26899,6 +27856,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -26927,6 +27885,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -26955,6 +27914,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -26983,6 +27943,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27011,6 +27972,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27039,6 +28001,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27067,6 +28030,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27095,6 +28059,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27123,6 +28088,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27151,6 +28117,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27179,6 +28146,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27207,6 +28175,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27235,6 +28204,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27263,6 +28233,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27291,6 +28262,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27319,6 +28291,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -27347,6 +28320,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27375,6 +28349,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27403,6 +28378,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27431,6 +28407,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27459,6 +28436,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27487,6 +28465,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27515,6 +28494,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27543,6 +28523,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27571,6 +28552,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27599,6 +28581,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27627,6 +28610,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27655,6 +28639,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27683,6 +28668,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27711,6 +28697,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27739,6 +28726,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27767,6 +28755,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27795,6 +28784,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27823,6 +28813,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27851,6 +28842,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27879,6 +28871,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27907,6 +28900,7 @@ "orig": "\u00c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27935,6 +28929,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -27963,6 +28958,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -27991,6 +28987,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28019,6 +29016,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28047,6 +29045,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28075,6 +29074,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28103,6 +29103,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28131,6 +29132,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28159,6 +29161,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28187,6 +29190,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28215,6 +29219,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28243,6 +29248,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28271,6 +29277,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28299,6 +29306,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28327,6 +29335,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28355,6 +29364,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28383,6 +29393,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28411,6 +29422,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28439,6 +29451,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28467,6 +29480,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28495,6 +29509,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28523,6 +29538,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28551,6 +29567,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28579,6 +29596,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28607,6 +29625,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28635,6 +29654,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28663,6 +29683,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28691,6 +29712,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28719,6 +29741,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28747,6 +29770,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28775,6 +29799,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28803,6 +29828,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28831,6 +29857,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28859,6 +29886,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28887,6 +29915,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28915,6 +29944,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28943,6 +29973,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -28971,6 +30002,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -28999,6 +30031,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29027,6 +30060,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29055,6 +30089,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29083,6 +30118,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29111,6 +30147,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29139,6 +30176,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29167,6 +30205,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29195,6 +30234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29223,6 +30263,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29251,6 +30292,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29279,6 +30321,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29307,6 +30350,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29335,6 +30379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29363,6 +30408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29391,6 +30437,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29419,6 +30466,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29447,6 +30495,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29475,6 +30524,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29503,6 +30553,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29531,6 +30582,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29559,6 +30611,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29587,6 +30640,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29615,6 +30669,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29643,6 +30698,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29671,6 +30727,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29699,6 +30756,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29727,6 +30785,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29755,6 +30814,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29783,6 +30843,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29811,6 +30872,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29839,6 +30901,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29867,6 +30930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29895,6 +30959,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -29923,6 +30988,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -29951,6 +31017,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -29979,6 +31046,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30007,6 +31075,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30035,6 +31104,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30063,6 +31133,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30091,6 +31162,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30119,6 +31191,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30147,6 +31220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30175,6 +31249,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30203,6 +31278,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30231,6 +31307,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -30259,6 +31336,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30287,6 +31365,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30315,6 +31394,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30343,6 +31423,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30371,6 +31452,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30399,6 +31481,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30427,6 +31510,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30455,6 +31539,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30483,6 +31568,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30511,6 +31597,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30539,6 +31626,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30567,6 +31655,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30595,6 +31684,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30623,6 +31713,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30651,6 +31742,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30679,6 +31771,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30707,6 +31800,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30735,6 +31829,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30763,6 +31858,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30791,6 +31887,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30819,6 +31916,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30847,6 +31945,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30875,6 +31974,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30903,6 +32003,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -30931,6 +32032,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30959,6 +32061,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -30987,6 +32090,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31015,6 +32119,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31043,6 +32148,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31071,6 +32177,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31099,6 +32206,7 @@ "orig": "\u00c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31127,6 +32235,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31155,6 +32264,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31183,6 +32293,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31211,6 +32322,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31239,6 +32351,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31267,6 +32380,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31295,6 +32409,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31323,6 +32438,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31351,6 +32467,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31379,6 +32496,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31407,6 +32525,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31435,6 +32554,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31463,6 +32583,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31491,6 +32612,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31519,6 +32641,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31547,6 +32670,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31575,6 +32699,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31603,6 +32728,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31631,6 +32757,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31659,6 +32786,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -31687,6 +32815,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -31715,6 +32844,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31743,6 +32873,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31771,6 +32902,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31799,6 +32931,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31827,6 +32960,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31855,6 +32989,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31883,6 +33018,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31911,6 +33047,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31939,6 +33076,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31967,6 +33105,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -31995,6 +33134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -32023,6 +33163,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -32051,6 +33192,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -32079,6 +33221,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -32107,6 +33250,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32135,6 +33279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32163,6 +33308,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32191,6 +33337,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32219,6 +33366,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32247,6 +33395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32275,6 +33424,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32303,6 +33453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32331,6 +33482,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32359,6 +33511,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32387,6 +33540,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32415,6 +33569,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32443,6 +33598,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32471,6 +33627,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32499,6 +33656,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32527,6 +33685,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32555,6 +33714,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32583,6 +33743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32611,6 +33772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32639,6 +33801,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32667,6 +33830,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32695,6 +33859,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32723,6 +33888,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32751,6 +33917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32779,6 +33946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32807,6 +33975,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32835,6 +34004,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32863,6 +34033,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32891,6 +34062,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32919,6 +34091,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32947,6 +34120,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -32975,6 +34149,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33003,6 +34178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33031,6 +34207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33059,6 +34236,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33087,6 +34265,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33115,6 +34294,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33143,6 +34323,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33171,6 +34352,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33199,6 +34381,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33227,6 +34410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33255,6 +34439,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33283,6 +34468,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33311,6 +34497,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33339,6 +34526,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33367,6 +34555,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33395,6 +34584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33423,6 +34613,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33451,6 +34642,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33479,6 +34671,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33507,6 +34700,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33535,6 +34729,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33563,6 +34758,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33591,6 +34787,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33619,6 +34816,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33647,6 +34845,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -33675,6 +34874,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33703,6 +34903,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33731,6 +34932,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33759,6 +34961,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33787,6 +34990,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33815,6 +35019,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33843,6 +35048,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33871,6 +35077,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33899,6 +35106,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -33927,6 +35135,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -33955,6 +35164,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -33983,6 +35193,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34011,6 +35222,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34039,6 +35251,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34067,6 +35280,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34095,6 +35309,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34123,6 +35338,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -34151,6 +35367,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34179,6 +35396,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34207,6 +35425,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34235,6 +35454,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34263,6 +35483,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -34291,6 +35512,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34319,6 +35541,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34347,6 +35570,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34375,6 +35599,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34403,6 +35628,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34431,6 +35657,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -34459,6 +35686,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34487,6 +35715,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34515,6 +35744,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34543,6 +35773,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34571,6 +35802,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34599,6 +35831,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34627,6 +35860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34655,6 +35889,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34683,6 +35918,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34711,6 +35947,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34739,6 +35976,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34767,6 +36005,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34795,6 +36034,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34823,6 +36063,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34851,6 +36092,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34879,6 +36121,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34907,6 +36150,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -34935,6 +36179,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -34963,6 +36208,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -34991,6 +36237,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35019,6 +36266,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35047,6 +36295,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35075,6 +36324,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35103,6 +36353,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35131,6 +36382,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35159,6 +36411,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35187,6 +36440,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35215,6 +36469,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35243,6 +36498,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35271,6 +36527,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35299,6 +36556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35327,6 +36585,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35355,6 +36614,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35383,6 +36643,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35411,6 +36672,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35439,6 +36701,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35467,6 +36730,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35495,6 +36759,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35523,6 +36788,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35551,6 +36817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35579,6 +36846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35607,6 +36875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35635,6 +36904,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35663,6 +36933,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35691,6 +36962,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35719,6 +36991,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -35747,6 +37020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35775,6 +37049,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35803,6 +37078,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35831,6 +37107,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35859,6 +37136,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35887,6 +37165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35915,6 +37194,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35943,6 +37223,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35971,6 +37252,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -35999,6 +37281,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36027,6 +37310,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36055,6 +37339,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36083,6 +37368,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36111,6 +37397,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36139,6 +37426,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36167,6 +37455,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36195,6 +37484,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36223,6 +37513,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36251,6 +37542,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36279,6 +37571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36307,6 +37600,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36335,6 +37629,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36363,6 +37658,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36391,6 +37687,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36419,6 +37716,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36447,6 +37745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36475,6 +37774,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36503,6 +37803,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36531,6 +37832,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36559,6 +37861,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36587,6 +37890,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36615,6 +37919,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36643,6 +37948,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36671,6 +37977,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36699,6 +38006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36727,6 +38035,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36755,6 +38064,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36783,6 +38093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36811,6 +38122,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36839,6 +38151,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36867,6 +38180,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36895,6 +38209,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36923,6 +38238,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36951,6 +38267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -36979,6 +38296,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37007,6 +38325,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37035,6 +38354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37063,6 +38383,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37091,6 +38412,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37119,6 +38441,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37147,6 +38470,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37175,6 +38499,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37203,6 +38528,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37231,6 +38557,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37259,6 +38586,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37287,6 +38615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37315,6 +38644,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37343,6 +38673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37371,6 +38702,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37399,6 +38731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37427,6 +38760,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37455,6 +38789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37483,6 +38818,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37511,6 +38847,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37539,6 +38876,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37567,6 +38905,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37595,6 +38934,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37623,6 +38963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37651,6 +38992,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37679,6 +39021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37707,6 +39050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37735,6 +39079,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37763,6 +39108,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37791,6 +39137,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37819,6 +39166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37847,6 +39195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37875,6 +39224,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37903,6 +39253,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37931,6 +39282,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37959,6 +39311,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -37987,6 +39340,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38015,6 +39369,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38043,6 +39398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38071,6 +39427,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38099,6 +39456,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38127,6 +39485,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38155,6 +39514,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38183,6 +39543,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38211,6 +39572,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38239,6 +39601,7 @@ "orig": "\u00c0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38267,6 +39630,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38295,6 +39659,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38323,6 +39688,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -38351,6 +39717,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38379,6 +39746,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38407,6 +39775,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -38435,6 +39804,7 @@ "orig": "\u001e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38463,6 +39833,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38491,6 +39862,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38519,6 +39891,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38547,6 +39920,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38575,6 +39949,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38603,6 +39978,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38631,6 +40007,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38659,6 +40036,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38687,6 +40065,7 @@ "orig": "\u00c0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38715,6 +40094,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38743,6 +40123,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38771,6 +40152,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38799,6 +40181,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -38827,6 +40210,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38855,6 +40239,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38883,6 +40268,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38911,6 +40297,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -38939,6 +40326,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38967,6 +40355,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -38995,6 +40384,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39023,6 +40413,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39051,6 +40442,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39079,6 +40471,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39107,6 +40500,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39135,6 +40529,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39163,6 +40558,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39191,6 +40587,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39219,6 +40616,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39247,6 +40645,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39275,6 +40674,7 @@ "orig": "\u001e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39303,6 +40703,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39331,6 +40732,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39359,6 +40761,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39387,6 +40790,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39415,6 +40819,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39443,6 +40848,7 @@ "orig": "\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39471,6 +40877,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39499,6 +40906,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39527,6 +40935,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39555,6 +40964,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39583,6 +40993,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39611,6 +41022,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -39639,6 +41051,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39667,6 +41080,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39695,6 +41109,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39723,6 +41138,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39751,6 +41167,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39779,6 +41196,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39807,6 +41225,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39835,6 +41254,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39863,6 +41283,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39891,6 +41312,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39919,6 +41341,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39947,6 +41370,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -39975,6 +41399,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40003,6 +41428,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40031,6 +41457,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40059,6 +41486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40087,6 +41515,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40115,6 +41544,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40143,6 +41573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40171,6 +41602,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40199,6 +41631,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40227,6 +41660,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40255,6 +41689,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40283,6 +41718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40311,6 +41747,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40339,6 +41776,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40367,6 +41805,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40395,6 +41834,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40423,6 +41863,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40451,6 +41892,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40479,6 +41921,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -40507,6 +41950,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40535,6 +41979,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40563,6 +42008,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40591,6 +42037,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40619,6 +42066,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40647,6 +42095,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40675,6 +42124,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40703,6 +42153,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40731,6 +42182,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40759,6 +42211,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40787,6 +42240,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40815,6 +42269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40843,6 +42298,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40871,6 +42327,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40899,6 +42356,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -40927,6 +42385,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -40955,6 +42414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -40983,6 +42443,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41011,6 +42472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41039,6 +42501,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41067,6 +42530,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41095,6 +42559,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41123,6 +42588,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41151,6 +42617,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41179,6 +42646,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41207,6 +42675,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41235,6 +42704,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41263,6 +42733,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41291,6 +42762,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41319,6 +42791,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41347,6 +42820,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41375,6 +42849,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41403,6 +42878,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41431,6 +42907,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41459,6 +42936,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41487,6 +42965,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41515,6 +42994,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41543,6 +43023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41571,6 +43052,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41599,6 +43081,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41627,6 +43110,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41655,6 +43139,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41683,6 +43168,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41711,6 +43197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41739,6 +43226,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41767,6 +43255,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41795,6 +43284,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41823,6 +43313,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41851,6 +43342,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41879,6 +43371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41907,6 +43400,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41935,6 +43429,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41963,6 +43458,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -41991,6 +43487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42019,6 +43516,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42047,6 +43545,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42075,6 +43574,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42103,6 +43603,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42131,6 +43632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42159,6 +43661,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42187,6 +43690,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42215,6 +43719,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42243,6 +43748,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42271,6 +43777,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42299,6 +43806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42327,6 +43835,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42355,6 +43864,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42383,6 +43893,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42411,6 +43922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42439,6 +43951,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42467,6 +43980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42495,6 +44009,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42523,6 +44038,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42551,6 +44067,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42579,6 +44096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42607,6 +44125,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42635,6 +44154,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42663,6 +44183,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42691,6 +44212,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42719,6 +44241,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42747,6 +44270,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42775,6 +44299,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42803,6 +44328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42831,6 +44357,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42859,6 +44386,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42887,6 +44415,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42915,6 +44444,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42943,6 +44473,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42971,6 +44502,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -42999,6 +44531,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43027,6 +44560,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43055,6 +44589,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43083,6 +44618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43111,6 +44647,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43139,6 +44676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43167,6 +44705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43195,6 +44734,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43223,6 +44763,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43251,6 +44792,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43279,6 +44821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43307,6 +44850,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43335,6 +44879,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43363,6 +44908,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43391,6 +44937,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43419,6 +44966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43447,6 +44995,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43475,6 +45024,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43503,6 +45053,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43531,6 +45082,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43559,6 +45111,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43587,6 +45140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43615,6 +45169,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43643,6 +45198,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43671,6 +45227,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43699,6 +45256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43727,6 +45285,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43755,6 +45314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43783,6 +45343,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43811,6 +45372,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43839,6 +45401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43867,6 +45430,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43895,6 +45459,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43923,6 +45488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43951,6 +45517,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -43979,6 +45546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44007,6 +45575,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44035,6 +45604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44063,6 +45633,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44091,6 +45662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44119,6 +45691,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44147,6 +45720,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44175,6 +45749,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44203,6 +45778,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44231,6 +45807,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44259,6 +45836,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44287,6 +45865,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44315,6 +45894,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44343,6 +45923,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44371,6 +45952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44399,6 +45981,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44427,6 +46010,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44455,6 +46039,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44483,6 +46068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44511,6 +46097,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44539,6 +46126,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44567,6 +46155,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44595,6 +46184,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44623,6 +46213,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44651,6 +46242,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44679,6 +46271,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44707,6 +46300,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44735,6 +46329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44763,6 +46358,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44791,6 +46387,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44819,6 +46416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44847,6 +46445,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44875,6 +46474,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44903,6 +46503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44931,6 +46532,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44959,6 +46561,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -44987,6 +46590,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45015,6 +46619,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45043,6 +46648,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45071,6 +46677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45099,6 +46706,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45127,6 +46735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45155,6 +46764,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45183,6 +46793,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45211,6 +46822,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45239,6 +46851,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45267,6 +46880,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45295,6 +46909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45323,6 +46938,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45351,6 +46967,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45379,6 +46996,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45407,6 +47025,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45435,6 +47054,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45463,6 +47083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45491,6 +47112,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45519,6 +47141,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45547,6 +47170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45575,6 +47199,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45603,6 +47228,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45631,6 +47257,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45659,6 +47286,7 @@ "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -45687,6 +47315,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45715,6 +47344,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -45743,6 +47373,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45771,6 +47402,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -45799,6 +47431,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45827,6 +47460,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45855,6 +47489,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45883,6 +47518,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45911,6 +47547,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45939,6 +47576,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -45967,6 +47605,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -45995,6 +47634,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46023,6 +47663,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46051,6 +47692,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46079,6 +47721,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46107,6 +47750,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46135,6 +47779,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46163,6 +47808,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46191,6 +47837,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46219,6 +47866,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46247,6 +47895,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46275,6 +47924,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46303,6 +47953,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46331,6 +47982,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46359,6 +48011,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46387,6 +48040,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46415,6 +48069,7 @@ "orig": "\u0018", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46443,6 +48098,7 @@ "orig": "\u0014", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46471,6 +48127,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46499,6 +48156,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46527,6 +48185,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46555,6 +48214,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46583,6 +48243,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46611,6 +48272,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46639,6 +48301,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46667,6 +48330,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46695,6 +48359,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46723,6 +48388,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46751,6 +48417,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46779,6 +48446,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46807,6 +48475,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46835,6 +48504,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -46863,6 +48533,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46891,6 +48562,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46919,6 +48591,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46947,6 +48620,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -46975,6 +48649,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47003,6 +48678,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -47031,6 +48707,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47059,6 +48736,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47087,6 +48765,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47115,6 +48794,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47143,6 +48823,7 @@ "orig": "\u0018", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47171,6 +48852,7 @@ "orig": "\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47199,6 +48881,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47227,6 +48910,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47255,6 +48939,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47283,6 +48968,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47311,6 +48997,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47339,6 +49026,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -47367,6 +49055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47395,6 +49084,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47423,6 +49113,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47451,6 +49142,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47479,6 +49171,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47507,6 +49200,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47535,6 +49229,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47563,6 +49258,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -47591,6 +49287,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -47619,6 +49316,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47647,6 +49345,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47675,6 +49374,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47703,6 +49403,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47731,6 +49432,7 @@ "orig": "\u0018", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47759,6 +49461,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47787,6 +49490,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47815,6 +49519,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47843,6 +49548,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47871,6 +49577,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47899,6 +49606,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47927,6 +49635,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -47955,6 +49664,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -47983,6 +49693,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48011,6 +49722,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48039,6 +49751,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48067,6 +49780,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -48095,6 +49809,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48123,6 +49838,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48151,6 +49867,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48179,6 +49896,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48207,6 +49925,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48235,6 +49954,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48263,6 +49983,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -48291,6 +50012,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48319,6 +50041,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48347,6 +50070,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48375,6 +50099,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48403,6 +50128,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48431,6 +50157,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48459,6 +50186,7 @@ "orig": "\u0018", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48487,6 +50215,7 @@ "orig": "\u001b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48515,6 +50244,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48543,6 +50273,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -48571,6 +50302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48599,6 +50331,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48627,6 +50360,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48655,6 +50389,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48683,6 +50418,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48711,6 +50447,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48739,6 +50476,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48767,6 +50505,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48795,6 +50534,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -48823,6 +50563,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48851,6 +50592,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48879,6 +50621,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48907,6 +50650,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -48935,6 +50679,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48963,6 +50708,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -48991,6 +50737,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49019,6 +50766,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49047,6 +50795,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49075,6 +50824,7 @@ "orig": "\u0015", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49103,6 +50853,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49131,6 +50882,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -49159,6 +50911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49187,6 +50940,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49215,6 +50969,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49243,6 +50998,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49271,6 +51027,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49299,6 +51056,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -49327,6 +51085,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49355,6 +51114,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49383,6 +51143,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49411,6 +51172,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49439,6 +51201,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49467,6 +51230,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49495,6 +51259,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49523,6 +51288,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49551,6 +51317,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49579,6 +51346,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49607,6 +51375,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49635,6 +51404,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49663,6 +51433,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49691,6 +51462,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -49719,6 +51491,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49747,6 +51520,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49775,6 +51549,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -49803,6 +51578,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49831,6 +51607,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49859,6 +51636,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49887,6 +51665,7 @@ "orig": "\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49915,6 +51694,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49943,6 +51723,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49971,6 +51752,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -49999,6 +51781,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50027,6 +51810,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50055,6 +51839,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50083,6 +51868,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50111,6 +51897,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50139,6 +51926,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50167,6 +51955,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50195,6 +51984,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50223,6 +52013,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50251,6 +52042,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50279,6 +52071,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50307,6 +52100,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50335,6 +52129,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50363,6 +52158,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50391,6 +52187,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50419,6 +52216,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50447,6 +52245,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50475,6 +52274,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50503,6 +52303,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50531,6 +52332,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50559,6 +52361,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50587,6 +52390,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50615,6 +52419,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50643,6 +52448,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50671,6 +52477,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50699,6 +52506,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50727,6 +52535,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50755,6 +52564,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50783,6 +52593,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50811,6 +52622,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50839,6 +52651,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -50867,6 +52680,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50895,6 +52709,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50923,6 +52738,7 @@ "orig": "\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50951,6 +52767,7 @@ "orig": "\u001b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -50979,6 +52796,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51007,6 +52825,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -51035,6 +52854,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -51063,6 +52883,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -51091,6 +52912,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -51119,6 +52941,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -51147,6 +52970,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51175,6 +52999,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51203,6 +53028,7 @@ "orig": "\u001a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51231,6 +53057,7 @@ "orig": "\u0013", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51259,6 +53086,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51287,6 +53115,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51315,6 +53144,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -51343,6 +53173,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51371,6 +53202,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -51399,6 +53231,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51427,6 +53260,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51455,6 +53289,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -51483,6 +53318,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51511,6 +53347,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51539,6 +53376,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51567,6 +53405,7 @@ "orig": "\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51595,6 +53434,7 @@ "orig": "\u001a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51623,6 +53463,7 @@ "orig": "\u0014", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51651,6 +53492,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51679,6 +53521,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -51707,6 +53550,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -51735,6 +53579,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -51763,6 +53608,7 @@ "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -51791,6 +53637,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -51819,6 +53666,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51847,6 +53695,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51875,6 +53724,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51903,6 +53753,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51931,6 +53782,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51959,6 +53811,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -51987,6 +53840,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52015,6 +53869,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52043,6 +53898,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52071,6 +53927,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52099,6 +53956,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52127,6 +53985,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52155,6 +54014,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52183,6 +54043,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52211,6 +54072,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52239,6 +54101,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52267,6 +54130,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52295,6 +54159,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52323,6 +54188,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52351,6 +54217,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52379,6 +54246,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52407,6 +54275,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52435,6 +54304,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52463,6 +54333,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52491,6 +54362,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52519,6 +54391,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52547,6 +54420,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52575,6 +54449,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52603,6 +54478,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52631,6 +54507,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52659,6 +54536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52687,6 +54565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52715,6 +54594,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -52743,6 +54623,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52771,6 +54652,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52799,6 +54681,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52827,6 +54710,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52855,6 +54739,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52883,6 +54768,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52911,6 +54797,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52939,6 +54826,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52967,6 +54855,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -52995,6 +54884,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53023,6 +54913,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53051,6 +54942,7 @@ "orig": "\u0004", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53079,6 +54971,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53107,6 +55000,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -53135,6 +55029,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53163,6 +55058,7 @@ "orig": "\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53191,6 +55087,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -53219,6 +55116,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53247,6 +55145,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53275,6 +55174,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53303,6 +55203,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53331,6 +55232,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53359,6 +55261,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53387,6 +55290,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53415,6 +55319,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53443,6 +55348,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53471,6 +55377,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53499,6 +55406,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53527,6 +55435,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53555,6 +55464,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -53583,6 +55493,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53611,6 +55522,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53639,6 +55551,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53667,6 +55580,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53695,6 +55609,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53723,6 +55638,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53751,6 +55667,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53779,6 +55696,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53807,6 +55725,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53835,6 +55754,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53863,6 +55783,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53891,6 +55812,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53919,6 +55841,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53947,6 +55870,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -53975,6 +55899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54003,6 +55928,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54031,6 +55957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54059,6 +55986,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54087,6 +56015,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54115,6 +56044,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54143,6 +56073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54171,6 +56102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -54199,6 +56131,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54227,6 +56160,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -54255,6 +56189,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54283,6 +56218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54311,6 +56247,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54339,6 +56276,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54367,6 +56305,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54395,6 +56334,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54423,6 +56363,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54451,6 +56392,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54479,6 +56421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54507,6 +56450,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54535,6 +56479,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54563,6 +56508,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54591,6 +56537,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54619,6 +56566,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54647,6 +56595,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54675,6 +56624,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54703,6 +56653,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54731,6 +56682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54759,6 +56711,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54787,6 +56740,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54815,6 +56769,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54843,6 +56798,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54871,6 +56827,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54899,6 +56856,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54927,6 +56885,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54955,6 +56914,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -54983,6 +56943,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55011,6 +56972,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55039,6 +57001,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55067,6 +57030,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55095,6 +57059,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55123,6 +57088,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55151,6 +57117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55179,6 +57146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55207,6 +57175,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55235,6 +57204,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55263,6 +57233,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55291,6 +57262,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55319,6 +57291,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55347,6 +57320,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55375,6 +57349,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55403,6 +57378,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55431,6 +57407,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55459,6 +57436,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55487,6 +57465,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55515,6 +57494,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55543,6 +57523,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55571,6 +57552,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55599,6 +57581,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55627,6 +57610,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55655,6 +57639,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55683,6 +57668,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55711,6 +57697,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55739,6 +57726,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -55767,6 +57755,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55795,6 +57784,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55823,6 +57813,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55851,6 +57842,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -55879,6 +57871,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55907,6 +57900,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55935,6 +57929,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -55963,6 +57958,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -55991,6 +57987,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56019,6 +58016,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56047,6 +58045,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56075,6 +58074,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56103,6 +58103,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56131,6 +58132,7 @@ "orig": "\u0011", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56159,6 +58161,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56187,6 +58190,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -56215,6 +58219,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56243,6 +58248,7 @@ "orig": "\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56271,6 +58277,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -56299,6 +58306,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56327,6 +58335,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -56355,6 +58364,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56383,6 +58393,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56411,6 +58422,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56439,6 +58451,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -56467,6 +58480,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -56495,6 +58509,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56523,6 +58538,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56551,6 +58567,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56579,6 +58596,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56607,6 +58625,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56635,6 +58654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56663,6 +58683,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56691,6 +58712,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56719,6 +58741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56747,6 +58770,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56775,6 +58799,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56803,6 +58828,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56831,6 +58857,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56859,6 +58886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56887,6 +58915,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56915,6 +58944,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56943,6 +58973,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56971,6 +59002,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -56999,6 +59031,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57027,6 +59060,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57055,6 +59089,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57083,6 +59118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57111,6 +59147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57139,6 +59176,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57167,6 +59205,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57195,6 +59234,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57223,6 +59263,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57251,6 +59292,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57279,6 +59321,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57307,6 +59350,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57335,6 +59379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57363,6 +59408,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57391,6 +59437,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57419,6 +59466,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57447,6 +59495,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57475,6 +59524,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57503,6 +59553,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57531,6 +59582,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57559,6 +59611,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57587,6 +59640,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57615,6 +59669,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57643,6 +59698,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -57671,6 +59727,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57699,6 +59756,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57727,6 +59785,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57755,6 +59814,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57783,6 +59843,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57811,6 +59872,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57839,6 +59901,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57867,6 +59930,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57895,6 +59959,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57923,6 +59988,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -57951,6 +60017,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -57979,6 +60046,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58007,6 +60075,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58035,6 +60104,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58063,6 +60133,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58091,6 +60162,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58119,6 +60191,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58147,6 +60220,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58175,6 +60249,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58203,6 +60278,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58231,6 +60307,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58259,6 +60336,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58287,6 +60365,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58315,6 +60394,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58343,6 +60423,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58371,6 +60452,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58399,6 +60481,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58427,6 +60510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58455,6 +60539,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58483,6 +60568,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58511,6 +60597,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58539,6 +60626,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58567,6 +60655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58595,6 +60684,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58623,6 +60713,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58651,6 +60742,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58679,6 +60771,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58707,6 +60800,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58735,6 +60829,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58763,6 +60858,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58791,6 +60887,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58819,6 +60916,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58847,6 +60945,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58875,6 +60974,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58903,6 +61003,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58931,6 +61032,7 @@ "orig": "\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -58959,6 +61061,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -58987,6 +61090,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59015,6 +61119,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59043,6 +61148,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59071,6 +61177,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59099,6 +61206,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59127,6 +61235,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59155,6 +61264,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59183,6 +61293,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59211,6 +61322,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59239,6 +61351,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59267,6 +61380,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59295,6 +61409,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59323,6 +61438,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59351,6 +61467,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59379,6 +61496,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59407,6 +61525,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59435,6 +61554,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59463,6 +61583,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59491,6 +61612,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59519,6 +61641,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59547,6 +61670,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59575,6 +61699,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59603,6 +61728,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59631,6 +61757,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59659,6 +61786,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59687,6 +61815,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59715,6 +61844,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59743,6 +61873,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59771,6 +61902,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59799,6 +61931,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59827,6 +61960,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -59855,6 +61989,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59883,6 +62018,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59911,6 +62047,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59939,6 +62076,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59967,6 +62105,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -59995,6 +62134,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60023,6 +62163,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -60051,6 +62192,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60079,6 +62221,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60107,6 +62250,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60135,6 +62279,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60163,6 +62308,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -60191,6 +62337,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60219,6 +62366,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60247,6 +62395,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60275,6 +62424,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60303,6 +62453,7 @@ "orig": "\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60331,6 +62482,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60359,6 +62511,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60387,6 +62540,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60415,6 +62569,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60443,6 +62598,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60471,6 +62627,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60499,6 +62656,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -60527,6 +62685,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60555,6 +62714,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60583,6 +62743,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60611,6 +62772,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60639,6 +62801,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60667,6 +62830,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60695,6 +62859,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60723,6 +62888,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60751,6 +62917,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60779,6 +62946,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60807,6 +62975,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60835,6 +63004,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60863,6 +63033,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60891,6 +63062,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60919,6 +63091,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60947,6 +63120,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -60975,6 +63149,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61003,6 +63178,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61031,6 +63207,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61059,6 +63236,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61087,6 +63265,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61115,6 +63294,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61143,6 +63323,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61171,6 +63352,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61199,6 +63381,7 @@ "orig": "\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61227,6 +63410,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61255,6 +63439,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61283,6 +63468,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61311,6 +63497,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61339,6 +63526,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61367,6 +63555,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61395,6 +63584,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61423,6 +63613,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61451,6 +63642,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61479,6 +63671,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61507,6 +63700,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61535,6 +63729,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61563,6 +63758,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61591,6 +63787,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61619,6 +63816,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61647,6 +63845,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61675,6 +63874,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -61703,6 +63903,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61731,6 +63932,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61759,6 +63961,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61787,6 +63990,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61815,6 +64019,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61843,6 +64048,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61871,6 +64077,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61899,6 +64106,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61927,6 +64135,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61955,6 +64164,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -61983,6 +64193,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62011,6 +64222,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62039,6 +64251,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62067,6 +64280,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62095,6 +64309,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62123,6 +64338,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -62151,6 +64367,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62179,6 +64396,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62207,6 +64425,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62235,6 +64454,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -62263,6 +64483,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62291,6 +64512,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62319,6 +64541,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62347,6 +64570,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62375,6 +64599,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62403,6 +64628,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62431,6 +64657,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62459,6 +64686,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62487,6 +64715,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -62515,6 +64744,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62543,6 +64773,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62571,6 +64802,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -62599,6 +64831,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -62627,6 +64860,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62655,6 +64889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62683,6 +64918,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62711,6 +64947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62739,6 +64976,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62767,6 +65005,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62795,6 +65034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62823,6 +65063,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62851,6 +65092,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62879,6 +65121,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62907,6 +65150,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62935,6 +65179,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62963,6 +65208,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -62991,6 +65237,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63019,6 +65266,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63047,6 +65295,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63075,6 +65324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63103,6 +65353,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63131,6 +65382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63159,6 +65411,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63187,6 +65440,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63215,6 +65469,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63243,6 +65498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63271,6 +65527,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63299,6 +65556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63327,6 +65585,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63355,6 +65614,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63383,6 +65643,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63411,6 +65672,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63439,6 +65701,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63467,6 +65730,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63495,6 +65759,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63523,6 +65788,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63551,6 +65817,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63579,6 +65846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -63607,6 +65875,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -63635,6 +65904,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63663,6 +65933,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63691,6 +65962,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63719,6 +65991,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63747,6 +66020,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63775,6 +66049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63803,6 +66078,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63831,6 +66107,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63859,6 +66136,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63887,6 +66165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63915,6 +66194,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63943,6 +66223,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63971,6 +66252,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -63999,6 +66281,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64027,6 +66310,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64055,6 +66339,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64083,6 +66368,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64111,6 +66397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64139,6 +66426,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64167,6 +66455,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64195,6 +66484,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64223,6 +66513,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64251,6 +66542,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64279,6 +66571,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64307,6 +66600,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64335,6 +66629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64363,6 +66658,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64391,6 +66687,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64419,6 +66716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64447,6 +66745,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64475,6 +66774,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64503,6 +66803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64531,6 +66832,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64559,6 +66861,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64587,6 +66890,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64615,6 +66919,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64643,6 +66948,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -64671,6 +66977,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64699,6 +67006,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64727,6 +67035,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -64755,6 +67064,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64783,6 +67093,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -64811,6 +67122,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64839,6 +67151,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64867,6 +67180,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64895,6 +67209,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64923,6 +67238,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64951,6 +67267,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -64979,6 +67296,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65007,6 +67325,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65035,6 +67354,7 @@ "orig": "\u0004", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65063,6 +67383,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65091,6 +67412,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65119,6 +67441,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65147,6 +67470,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65175,6 +67499,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65203,6 +67528,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -65231,6 +67557,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65259,6 +67586,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65287,6 +67615,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65315,6 +67644,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65343,6 +67673,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65371,6 +67702,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65399,6 +67731,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65427,6 +67760,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65455,6 +67789,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65483,6 +67818,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -65511,6 +67847,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65539,6 +67876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65567,6 +67905,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65595,6 +67934,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65623,6 +67963,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65651,6 +67992,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65679,6 +68021,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65707,6 +68050,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65735,6 +68079,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65763,6 +68108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65791,6 +68137,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65819,6 +68166,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65847,6 +68195,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65875,6 +68224,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65903,6 +68253,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65931,6 +68282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65959,6 +68311,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -65987,6 +68340,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66015,6 +68369,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66043,6 +68398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66071,6 +68427,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66099,6 +68456,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66127,6 +68485,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66155,6 +68514,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66183,6 +68543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66211,6 +68572,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66239,6 +68601,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66267,6 +68630,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66295,6 +68659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66323,6 +68688,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66351,6 +68717,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66379,6 +68746,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66407,6 +68775,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66435,6 +68804,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66463,6 +68833,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66491,6 +68862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66519,6 +68891,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66547,6 +68920,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66575,6 +68949,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66603,6 +68978,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -66633,6 +69009,7 @@ "orig": "LIVING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -66661,6 +69038,7 @@ "orig": "ROOM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -66689,6 +69067,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -66717,6 +69096,7 @@ "orig": "Living", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66745,6 +69125,7 @@ "orig": "rooms,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66773,6 +69154,7 @@ "orig": "sofas,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66801,6 +69183,7 @@ "orig": "sofa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66829,6 +69212,7 @@ "orig": "beds,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66857,6 +69241,7 @@ "orig": "armchairs,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66885,6 +69270,7 @@ "orig": "coffee", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66913,6 +69299,7 @@ "orig": "tables,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66941,6 +69328,7 @@ "orig": "storage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66969,6 +69357,7 @@ "orig": "furniture,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -66997,6 +69386,7 @@ "orig": "TV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67025,6 +69415,7 @@ "orig": "solutions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67053,6 +69444,7 @@ "orig": "DINING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -67081,6 +69473,7 @@ "orig": "74", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -67109,6 +69502,7 @@ "orig": "Dining", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67137,6 +69531,7 @@ "orig": "solutions,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67165,6 +69560,7 @@ "orig": "tables,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67193,6 +69589,7 @@ "orig": "cabinets,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67221,6 +69618,7 @@ "orig": "barstools", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67249,6 +69647,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67277,6 +69676,7 @@ "orig": "small", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67305,6 +69705,7 @@ "orig": "dining", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67333,6 +69734,7 @@ "orig": "sets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67361,6 +69763,7 @@ "orig": "KITCHEN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -67389,6 +69792,7 @@ "orig": "96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -67417,6 +69821,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67445,6 +69850,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67473,6 +69879,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67501,6 +69908,7 @@ "orig": "WFKHQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67529,6 +69937,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67557,6 +69966,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67585,6 +69995,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67613,6 +70024,7 @@ "orig": "SSO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67641,6 +70053,7 @@ "orig": "LD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67669,6 +70082,7 @@ "orig": "QFH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67697,6 +70111,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67725,6 +70140,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67753,6 +70169,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67781,6 +70198,7 @@ "orig": "QWHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67809,6 +70227,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67837,6 +70256,7 @@ "orig": "RU\u0003\u00c0WW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67865,6 +70285,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67893,6 +70314,7 @@ "orig": "QJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67921,6 +70343,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -67949,6 +70372,7 @@ "orig": "\u000f\u0003U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -67977,6 +70401,7 @@ "orig": "DL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68005,6 +70430,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68033,6 +70459,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68061,6 +70488,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68089,6 +70517,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68117,6 +70546,7 @@ "orig": "QG\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68145,6 +70575,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68173,6 +70604,7 @@ "orig": "OO\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68201,6 +70633,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68229,6 +70662,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68257,6 +70691,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68285,6 +70720,7 @@ "orig": "JH\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68313,6 +70749,7 @@ "orig": "cabinet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68341,6 +70778,7 @@ "orig": "doors,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68369,6 +70807,7 @@ "orig": "free-standing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68397,6 +70836,7 @@ "orig": "kitchens,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68425,6 +70865,7 @@ "orig": "islands", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68453,6 +70894,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68481,6 +70923,7 @@ "orig": "trolleys", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68509,6 +70952,7 @@ "orig": "SLEEPING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -68537,6 +70981,7 @@ "orig": "124", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -68565,6 +71010,7 @@ "orig": "Bedrooms,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68593,6 +71039,7 @@ "orig": "beds,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68621,6 +71068,7 @@ "orig": "bedroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68649,6 +71097,7 @@ "orig": "collections,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68677,6 +71126,7 @@ "orig": "mattresses,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68705,6 +71155,7 @@ "orig": "quilts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68733,6 +71184,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68761,6 +71213,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68789,6 +71242,7 @@ "orig": "QG\u0003S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68817,6 +71271,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68845,6 +71300,7 @@ "orig": "OORZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68873,6 +71329,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -68901,6 +71358,7 @@ "orig": "DRESSING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -68929,6 +71387,7 @@ "orig": "156", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -68957,6 +71416,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -68985,6 +71445,7 @@ "orig": "%HGURRP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69013,6 +71474,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69041,6 +71503,7 @@ "orig": "\u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69069,6 +71532,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69097,6 +71561,7 @@ "orig": "UGUREH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69125,6 +71590,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69153,6 +71619,7 @@ "orig": "\u000f\u0003FORWKH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69181,6 +71648,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69209,6 +71677,7 @@ "orig": "\u0003RUJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69237,6 +71706,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69265,6 +71735,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69293,6 +71764,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69321,6 +71793,7 @@ "orig": "]HU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69349,6 +71822,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69377,6 +71851,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69405,6 +71880,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69433,6 +71909,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69461,6 +71938,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69489,6 +71967,7 @@ "orig": "JH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69517,6 +71996,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69545,6 +72025,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69573,6 +72054,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69601,6 +72083,7 @@ "orig": "WHP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69629,6 +72112,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69657,6 +72141,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69685,6 +72170,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69713,6 +72199,7 @@ "orig": "FKH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69741,6 +72228,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69769,6 +72257,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69797,6 +72286,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69825,6 +72315,7 @@ "orig": "\u0003RI\u0003GU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69853,6 +72344,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69881,6 +72373,7 @@ "orig": "ZHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -69909,6 +72402,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -69937,6 +72431,7 @@ "orig": "CHILDREN'S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -69965,6 +72460,7 @@ "orig": "IKEA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -69993,6 +72489,7 @@ "orig": "178", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -70021,6 +72518,7 @@ "orig": "Nursery,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70049,6 +72547,7 @@ "orig": "play", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70077,6 +72576,7 @@ "orig": "furniture,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70105,6 +72605,7 @@ "orig": "children's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70133,6 +72634,7 @@ "orig": "rooms,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70161,6 +72663,7 @@ "orig": "furniture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70189,6 +72692,7 @@ "orig": "collections,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70217,6 +72721,7 @@ "orig": "textiles,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70245,6 +72750,7 @@ "orig": "storage,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70273,6 +72779,7 @@ "orig": "soft", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70301,6 +72808,7 @@ "orig": "toys", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70329,6 +72837,7 @@ "orig": "ORGANIZING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -70357,6 +72866,7 @@ "orig": "198", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -70385,6 +72895,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70413,6 +72924,7 @@ "orig": "+H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70441,6 +72953,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70469,6 +72982,7 @@ "orig": "Y\\\u0003GXW\\\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70497,6 +73011,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70525,6 +73040,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70553,6 +73069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70581,6 +73098,7 @@ "orig": "JH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70609,6 +73127,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70637,6 +73156,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70665,6 +73185,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70693,6 +73214,7 @@ "orig": "WHP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70721,6 +73243,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70749,6 +73272,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70777,6 +73301,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70805,6 +73330,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70833,6 +73359,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70861,6 +73388,7 @@ "orig": "JH\u0003ER[H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70889,6 +73417,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70917,6 +73446,7 @@ "orig": "\u000f\u0003K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -70945,6 +73475,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -70973,6 +73504,7 @@ "orig": "OOZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71001,6 +73533,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71029,6 +73562,7 @@ "orig": "\\\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71057,6 +73591,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71085,6 +73620,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71113,6 +73649,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71141,6 +73678,7 @@ "orig": "JH\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71169,6 +73707,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71197,6 +73736,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71225,6 +73765,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71253,6 +73794,7 @@ "orig": "XQGU\\\u0003RUJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71281,6 +73823,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71309,6 +73852,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71337,6 +73881,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71365,6 +73910,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71393,6 +73939,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71421,6 +73968,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71449,6 +73997,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71477,6 +74026,7 @@ "orig": "RQ\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71505,6 +74055,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71533,6 +74084,7 @@ "orig": "KHOYH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71561,6 +74113,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71589,6 +74142,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71617,6 +74171,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71645,6 +74200,7 @@ "orig": "QG\u0003EU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71673,6 +74229,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71701,6 +74258,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71729,6 +74287,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71757,6 +74316,7 @@ "orig": "HW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71785,6 +74345,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71813,6 +74374,7 @@ "orig": "WORKING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -71841,6 +74403,7 @@ "orig": "216", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -71869,6 +74432,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71897,6 +74461,7 @@ "orig": ":RU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71925,6 +74490,7 @@ "orig": "NV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -71953,6 +74519,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -71981,6 +74548,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72009,6 +74577,7 @@ "orig": "FH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72037,6 +74606,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72065,6 +74635,7 @@ "orig": "\u000f\u0003GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72093,6 +74664,7 @@ "orig": "VNV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72121,6 +74693,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72149,6 +74722,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72177,6 +74751,7 @@ "orig": "QG\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72205,6 +74780,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72233,6 +74809,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72261,6 +74838,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72289,6 +74867,7 @@ "orig": "JH\u000f\u0003FK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72317,6 +74896,7 @@ "orig": "DL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72345,6 +74925,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72373,6 +74954,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72401,6 +74983,7 @@ "orig": "\u000f\u0003GU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72429,6 +75012,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72457,6 +75041,7 @@ "orig": "ZHU\u0003XQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72485,6 +75070,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72513,6 +75099,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72541,6 +75128,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72569,6 +75157,7 @@ "orig": "BATHROOM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -72597,6 +75186,7 @@ "orig": "240", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -72625,6 +75215,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72653,6 +75244,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72681,6 +75273,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72709,6 +75302,7 @@ "orig": "WKURRP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72737,6 +75331,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72765,6 +75360,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72793,6 +75389,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72821,6 +75418,7 @@ "orig": "FFH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72849,6 +75447,7 @@ "orig": "VV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72877,6 +75476,7 @@ "orig": "RU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72905,6 +75505,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72933,6 +75534,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -72961,6 +75563,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -72989,6 +75592,7 @@ "orig": "\u000f\u0003IUHH\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73017,6 +75621,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73045,6 +75650,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73073,6 +75679,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73101,6 +75708,7 @@ "orig": "QG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73129,6 +75737,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73157,6 +75766,7 @@ "orig": "QJ\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73185,6 +75795,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73213,6 +75824,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73241,6 +75853,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73269,6 +75882,7 @@ "orig": "QHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73297,6 +75911,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73325,6 +75940,7 @@ "orig": "\u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73353,6 +75969,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73381,6 +75998,7 @@ "orig": "OO\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73409,6 +76027,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73437,6 +76056,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73465,6 +76085,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73493,6 +76114,7 @@ "orig": "QHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73521,6 +76143,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73549,6 +76172,7 @@ "orig": "TEXTILES", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -73577,6 +76201,7 @@ "orig": "250", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -73605,6 +76230,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73633,6 +76259,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73661,6 +76288,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73689,6 +76317,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73717,6 +76346,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73745,6 +76375,7 @@ "orig": "QJ\u0003URRP\u0003WH[W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73773,6 +76404,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73801,6 +76433,7 @@ "orig": "OH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73829,6 +76462,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73857,6 +76491,7 @@ "orig": "\u000f\u0003FXUW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73885,6 +76520,7 @@ "orig": "DL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73913,6 +76549,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73941,6 +76578,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -73969,6 +76607,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -73997,6 +76636,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74025,6 +76665,7 @@ "orig": "QG\u0003EO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74053,6 +76694,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74081,6 +76723,7 @@ "orig": "QG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74109,6 +76752,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74137,6 +76781,7 @@ "orig": "\u000f\u0003UXJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74165,6 +76810,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74193,6 +76839,7 @@ "orig": "\u000f\u0003\u00c1RRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74221,6 +76868,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74249,6 +76897,7 @@ "orig": "QJ\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74277,6 +76926,7 @@ "orig": "bathroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74305,6 +76955,7 @@ "orig": "textiles,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74333,6 +76984,7 @@ "orig": "bedroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74361,6 +77013,7 @@ "orig": "textiles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74389,6 +77042,7 @@ "orig": "COOK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -74417,6 +77071,7 @@ "orig": "AND", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -74445,6 +77100,7 @@ "orig": "EAT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -74473,6 +77129,7 @@ "orig": "284", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -74501,6 +77158,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74529,6 +77187,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74557,6 +77216,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74585,6 +77245,7 @@ "orig": "QQHUZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74613,6 +77274,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74641,6 +77303,7 @@ "orig": "UH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74669,6 +77332,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74697,6 +77361,7 @@ "orig": "HU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74725,6 +77390,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74753,6 +77419,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74781,6 +77448,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74809,6 +77477,7 @@ "orig": "\u000f\u0003\u00c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74837,6 +77506,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74865,6 +77535,7 @@ "orig": "WZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74893,6 +77564,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74921,6 +77593,7 @@ "orig": "UH\u000f\u0003JO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -74949,6 +77622,7 @@ "orig": "DVV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -74977,6 +77651,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75005,6 +77680,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75033,6 +77709,7 @@ "orig": "\u000f\u0003IRRG\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75061,6 +77738,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75089,6 +77767,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75117,6 +77796,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75145,6 +77825,7 @@ "orig": "JH\u000f\u0003SRW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75173,6 +77854,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75201,6 +77883,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75229,6 +77912,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75257,6 +77941,7 @@ "orig": "QG\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75285,6 +77970,7 @@ "orig": "pans,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75313,6 +77999,7 @@ "orig": "pots", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75341,6 +78028,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75369,6 +78057,7 @@ "orig": "pans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75397,6 +78086,7 @@ "orig": "accessories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75425,6 +78115,7 @@ "orig": "LIGHTING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -75453,6 +78144,7 @@ "orig": "306", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -75481,6 +78173,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75509,6 +78202,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75537,6 +78231,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75565,6 +78260,7 @@ "orig": "EOH\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75593,6 +78289,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75621,6 +78318,7 @@ "orig": "PS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75649,6 +78347,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75677,6 +78376,7 @@ "orig": "\u000f\u0003FH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75705,6 +78405,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75733,6 +78434,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75761,6 +78463,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75789,6 +78492,7 @@ "orig": "QJ\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75817,6 +78521,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75845,6 +78550,7 @@ "orig": "JKW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75873,6 +78579,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75901,6 +78608,7 @@ "orig": "\u000f\u0003\u00c1RRU\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75929,6 +78637,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -75957,6 +78666,7 @@ "orig": "PS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -75985,6 +78695,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76013,6 +78724,7 @@ "orig": "\u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76041,6 +78753,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76069,6 +78782,7 @@ "orig": "OO\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76097,6 +78811,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76125,6 +78840,7 @@ "orig": "PS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76153,6 +78869,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76181,6 +78898,7 @@ "orig": "DECORATION", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -76209,6 +78927,7 @@ "orig": "316", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -76237,6 +78956,7 @@ "orig": "Candles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76265,6 +78985,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76293,6 +79014,7 @@ "orig": "candle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76321,6 +79043,7 @@ "orig": "holders,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76349,6 +79072,7 @@ "orig": "glass", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76377,6 +79101,7 @@ "orig": "vases,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76405,6 +79130,7 @@ "orig": "plant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76433,6 +79159,7 @@ "orig": "pots,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76461,6 +79188,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76489,6 +79217,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76517,6 +79246,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76545,6 +79275,7 @@ "orig": "OO\u0003GHFRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76573,6 +79304,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76601,6 +79333,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76629,6 +79362,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76657,6 +79391,7 @@ "orig": "RQ\u000f\u0003P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76685,6 +79420,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76713,6 +79449,7 @@ "orig": "UURU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76741,6 +79478,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76769,6 +79507,7 @@ "orig": "\u000f\u0003SHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76797,6 +79536,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76825,6 +79565,7 @@ "orig": "BUYING", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -76853,6 +79594,7 @@ "orig": "GUIDES", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -76881,6 +79623,7 @@ "orig": "334", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -76909,6 +79652,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -76937,6 +79681,7 @@ "orig": "roduct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76965,6 +79710,7 @@ "orig": "parts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -76993,6 +79739,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77021,6 +79768,7 @@ "orig": "prices", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77049,6 +79797,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77077,6 +79826,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77105,6 +79855,7 @@ "orig": "sofa", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77133,6 +79884,7 @@ "orig": "beds;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77161,6 +79913,7 @@ "orig": "bookcases;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77189,6 +79942,7 @@ "orig": "shelving", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77217,6 +79971,7 @@ "orig": "units;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77245,6 +80000,7 @@ "orig": "kitchen,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77273,6 +80029,7 @@ "orig": "bathroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77301,6 +80058,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77329,6 +80087,7 @@ "orig": "bedroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77357,6 +80116,7 @@ "orig": "storage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77385,6 +80145,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77413,6 +80174,7 @@ "orig": "interior", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77441,6 +80203,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77469,6 +80232,7 @@ "orig": "\u00c0WW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77497,6 +80261,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77525,6 +80290,7 @@ "orig": "QJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77553,6 +80319,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77581,6 +80348,7 @@ "orig": "\u001e\u0003KRPH\u0003RI\u00c0FH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77609,6 +80377,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77637,6 +80406,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77665,6 +80435,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77693,6 +80464,7 @@ "orig": "JH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77721,6 +80493,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77749,6 +80522,7 @@ "orig": "QG\u0003GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77777,6 +80551,7 @@ "orig": "VNV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77805,6 +80580,7 @@ "orig": "\u001e\u0003IUHH\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77833,6 +80609,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77861,6 +80638,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77889,6 +80667,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77917,6 +80696,7 @@ "orig": "QG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -77945,6 +80725,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -77973,6 +80754,7 @@ "orig": "QJ\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -78001,6 +80783,7 @@ "orig": "kitchens,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -78029,6 +80812,7 @@ "orig": "heavy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -78057,6 +80841,7 @@ "orig": "duty", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -78085,6 +80870,7 @@ "orig": "storage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -78113,6 +80899,7 @@ "orig": "INFORMATION", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -78141,6 +80928,7 @@ "orig": "351", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -78169,6 +80957,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78197,6 +80986,7 @@ "orig": "catalog", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78225,6 +81015,7 @@ "orig": "prices", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78253,6 +81044,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78281,6 +81073,7 @@ "orig": "valid", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78309,6 +81102,7 @@ "orig": "until", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78337,6 +81131,7 @@ "orig": "June", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78365,6 +81160,7 @@ "orig": "30,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78393,6 +81189,7 @@ "orig": "2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78421,6 +81218,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78449,6 +81247,7 @@ "orig": "we're", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78477,6 +81276,7 @@ "orig": "working", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78505,6 +81305,7 @@ "orig": "hard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78533,6 +81334,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78561,6 +81363,7 @@ "orig": "get", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78589,6 +81392,7 @@ "orig": "them", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78617,6 +81421,7 @@ "orig": "even", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78645,6 +81450,7 @@ "orig": "lower.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78673,6 +81479,7 @@ "orig": "When", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78701,6 +81508,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78729,6 +81537,7 @@ "orig": "find", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78757,6 +81566,7 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78785,6 +81595,7 @@ "orig": "ways", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78813,6 +81624,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78841,6 +81653,7 @@ "orig": "reduce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78869,6 +81682,7 @@ "orig": "our", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78897,6 +81711,7 @@ "orig": "costs,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78925,6 +81740,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78953,6 +81769,7 @@ "orig": "pass", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -78981,6 +81798,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -79009,6 +81827,7 @@ "orig": "savings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -79037,6 +81856,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -79065,6 +81885,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -79093,6 +81914,7 @@ "orig": "you!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -79121,6 +81943,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79149,6 +81972,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79177,6 +82001,7 @@ "orig": "PWHG\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79205,6 +82030,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79233,6 +82059,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79261,6 +82088,7 @@ "orig": "UU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79289,6 +82117,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79317,6 +82146,7 @@ "orig": "QW\\\u0003GHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79345,6 +82175,7 @@ "orig": "DL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79373,6 +82204,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79401,6 +82233,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79429,6 +82262,7 @@ "orig": "\u0003\u0016\u0018\u0014\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79457,6 +82291,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79485,6 +82320,7 @@ "orig": "(QY", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79513,6 +82349,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79541,6 +82378,7 @@ "orig": "URQPHQW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79569,6 +82407,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79597,6 +82436,7 @@ "orig": "O\u0003SRO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79625,6 +82465,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79653,6 +82494,7 @@ "orig": "F\\\u0003\u0016\u0018\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79681,6 +82523,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79709,6 +82552,7 @@ "orig": "7KH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79737,6 +82581,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79765,6 +82610,7 @@ "orig": ".($\u0003ZHE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79793,6 +82639,7 @@ "orig": "VL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79821,6 +82668,7 @@ "orig": "WH\u0003\u0016\u0018\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79849,6 +82697,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79877,6 +82726,7 @@ "orig": "6KRSS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79905,6 +82755,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79933,6 +82784,7 @@ "orig": "QJ\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -79961,6 +82813,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -79989,6 +82842,7 @@ "orig": "W\u0003WKH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80017,6 +82871,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80045,6 +82900,7 @@ "orig": "WRUH\u0003\u0016\u0018\u001b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80073,6 +82929,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80101,6 +82958,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80129,6 +82987,7 @@ "orig": ".($\u0003FUHG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80157,6 +83016,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80185,6 +83045,7 @@ "orig": "W\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80213,6 +83074,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80241,6 +83103,7 @@ "orig": "UG\u0003\u0016\u0019\u0015", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80269,6 +83132,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80297,6 +83161,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80325,6 +83190,7 @@ "orig": ".($\u0003'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80353,6 +83219,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80381,6 +83248,7 @@ "orig": "UHFW\u0003\u0016\u0019\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80409,6 +83277,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80437,6 +83306,7 @@ "orig": "6HUY", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80465,6 +83335,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80493,6 +83364,7 @@ "orig": "FH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80521,6 +83393,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80549,6 +83422,7 @@ "orig": "\u0003\u0016\u0019\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80577,6 +83451,7 @@ "orig": "6SHF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80605,6 +83480,7 @@ "orig": "LD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80633,6 +83509,7 @@ "orig": "O\u0003RIIHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80661,6 +83538,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80689,6 +83567,7 @@ "orig": "\u0003\u0016\u0019\u0019\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80717,6 +83596,7 @@ "orig": "6WRUH\u0003ORF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80745,6 +83625,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80773,6 +83654,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80801,6 +83683,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80829,6 +83712,7 @@ "orig": "RQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80857,6 +83741,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -80885,6 +83770,7 @@ "orig": "\u0003\u0016\u0019\u001b\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80913,6 +83799,7 @@ "orig": "INDEX", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -80941,6 +83828,7 @@ "orig": "\u0003\u0016\u001a\u0013", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80969,6 +83857,7 @@ "orig": "5H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -80997,6 +83886,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81025,6 +83915,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81053,6 +83944,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81081,6 +83973,7 @@ "orig": "XU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81109,6 +84002,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81137,6 +84031,7 @@ "orig": "QW\u0003\u0016\u001a\u0014\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81165,6 +84060,7 @@ "orig": "Hej!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -81193,6 +84089,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81221,6 +84118,7 @@ "orig": "ome", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81249,6 +84147,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81277,6 +84176,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81305,6 +84205,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81333,6 +84234,7 @@ "orig": "important", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81361,6 +84263,7 @@ "orig": "place", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81389,6 +84292,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81417,6 +84321,7 @@ "orig": "Q\u0003WKH\u0003ZRUOG\u0004\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81445,6 +84350,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81473,6 +84379,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81501,6 +84408,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81529,6 +84437,7 @@ "orig": "\u0003ZKHUH\u0003\\RX\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81557,6 +84466,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81585,6 +84495,7 @@ "orig": "YH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81613,6 +84524,7 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81641,6 +84553,7 @@ "orig": "everyday", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81669,6 +84582,7 @@ "orig": "life", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81697,6 +84611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81725,6 +84640,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -81753,6 +84669,7 @@ "orig": "here", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81781,6 +84698,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81809,6 +84727,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81837,6 +84756,7 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81865,6 +84785,7 @@ "orig": "family", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81893,6 +84814,7 @@ "orig": "eat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81921,6 +84843,7 @@ "orig": "sleep,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81949,6 +84872,7 @@ "orig": "play", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -81977,6 +84901,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82005,6 +84930,7 @@ "orig": "just", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82033,6 +84959,7 @@ "orig": "UHO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82061,6 +84988,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82089,6 +85017,7 @@ "orig": "[\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82117,6 +85046,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82145,6 +85075,7 @@ "orig": "WFK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82173,6 +85104,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82201,6 +85133,7 @@ "orig": "QJ\u000379\u0011\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82229,6 +85162,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82257,6 +85191,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82285,6 +85220,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82313,6 +85249,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82341,6 +85278,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82369,6 +85307,7 @@ "orig": "\u0003XQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82397,6 +85336,7 @@ "orig": "LT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82425,6 +85365,7 @@ "orig": "XH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82453,6 +85394,7 @@ "orig": "place", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82481,6 +85423,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82509,6 +85452,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82537,6 +85481,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82565,6 +85510,7 @@ "orig": "created", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82593,6 +85539,7 @@ "orig": "ZKHUH\u0003\\RX\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82621,6 +85568,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82649,6 +85597,7 @@ "orig": "QG\u0003\\RXU\u0003I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82677,6 +85626,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82705,6 +85655,7 @@ "orig": "PO\\\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82733,6 +85684,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82761,6 +85713,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82789,6 +85742,7 @@ "orig": "Q\u0003EH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82817,6 +85771,7 @@ "orig": "yourselves", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82845,6 +85800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82873,6 +85829,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82901,6 +85858,7 @@ "orig": "Q\u0003WK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82929,6 +85887,7 @@ "orig": "LV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -82957,6 +85916,7 @@ "orig": "\u0003\\H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -82985,6 +85945,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83013,6 +85974,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83041,6 +86003,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83069,6 +86032,7 @@ "orig": "\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83097,6 +86061,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83125,6 +86090,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83153,6 +86119,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83181,6 +86148,7 @@ "orig": "ORJ\u000f\u0003RQ\u0003RXU\u0003ZHE-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83209,6 +86177,7 @@ "orig": "VL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83237,6 +86206,7 @@ "orig": "WH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83265,6 +86235,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83293,6 +86264,7 @@ "orig": "QG\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83321,6 +86293,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83349,6 +86322,7 @@ "orig": "Q\u0003RXU\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83377,6 +86351,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83405,6 +86380,7 @@ "orig": "WRUH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83433,6 +86409,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83461,6 +86438,7 @@ "orig": "\u0003\\RX", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83489,6 +86467,7 @@ "orig": "OO\u0003EH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83517,6 +86496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83545,6 +86525,7 @@ "orig": "EOH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83573,6 +86554,7 @@ "orig": "WR\u0003HQMR\\\u0003ORW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83601,6 +86583,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83629,6 +86612,7 @@ "orig": "\u0003RI\u0003QHZ\u000f\u0003H[F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83657,6 +86641,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83685,6 +86670,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83713,6 +86699,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83741,6 +86728,7 @@ "orig": "QJ\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83769,6 +86757,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83797,6 +86786,7 @@ "orig": "GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83825,6 +86815,7 @@ "orig": "DV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83853,6 +86844,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83881,6 +86873,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83909,6 +86902,7 @@ "orig": "ERXW\u0003KRZ\u0003WR\u0003FUH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83937,6 +86931,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -83965,6 +86960,7 @@ "orig": "WH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -83993,6 +86989,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84021,6 +87018,7 @@ "orig": "\u0003KRPH\u0003WK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84049,6 +87047,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84077,6 +87076,7 @@ "orig": "W\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84105,6 +87105,7 @@ "orig": "LV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84133,6 +87134,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84161,6 +87163,7 @@ "orig": "truly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84189,6 +87192,7 @@ "orig": "good", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84217,6 +87221,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84245,6 +87250,7 @@ "orig": "live", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84273,6 +87279,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84301,6 +87308,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84329,6 +87337,7 @@ "orig": "every", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84357,6 +87366,7 @@ "orig": "day", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84385,6 +87395,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84413,6 +87424,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84441,6 +87453,7 @@ "orig": "ave", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84469,6 +87482,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84497,6 +87511,7 @@ "orig": "cup", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84525,6 +87540,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84553,6 +87569,7 @@ "orig": "coffee,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84581,6 +87598,7 @@ "orig": "curl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84609,6 +87627,7 @@ "orig": "up", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84637,6 +87656,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84665,6 +87685,7 @@ "orig": "WKH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84693,6 +87714,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84721,6 +87743,7 @@ "orig": "RI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84749,6 +87772,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84777,6 +87801,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84805,6 +87830,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84833,6 +87859,7 @@ "orig": "QG\u0003HQMR\\\u0004\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84861,6 +87888,7 @@ "orig": "3HUQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84889,6 +87917,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84917,6 +87946,7 @@ "orig": "OOH\u0003/RSH]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -84945,6 +87975,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -84973,6 +88004,7 @@ "orig": "resident,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85001,6 +88033,7 @@ "orig": "North", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85029,6 +88062,7 @@ "orig": "America", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85057,6 +88091,7 @@ "orig": "Decoration", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -85085,6 +88120,7 @@ "orig": "p.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -85113,6 +88149,7 @@ "orig": "316", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -85143,6 +88180,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -85171,6 +88209,7 @@ "orig": "LIVING ROOM 4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -85199,6 +88238,7 @@ "orig": "Living rooms, sofas, sofa beds, armchairs, coffee tables, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85227,6 +88267,7 @@ "orig": "storage furniture, TV solutions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85255,6 +88296,7 @@ "orig": "DINING 74", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -85283,6 +88325,7 @@ "orig": "Dining solutions, tables, cabinets, barstools and small ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85311,6 +88354,7 @@ "orig": "dining sets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85339,6 +88383,7 @@ "orig": "KITCHEN 96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -85367,6 +88412,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85395,6 +88441,7 @@ "orig": ". WFKHQ \u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85423,6 +88470,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85451,6 +88499,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85479,6 +88528,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85507,6 +88557,7 @@ "orig": "SSO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85535,6 +88586,7 @@ "orig": "LD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85563,6 +88615,7 @@ "orig": "QFH \u000f\u0003 QWHU RU\u0003\u00c0WW QJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85591,6 +88644,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85619,6 +88673,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85647,6 +88702,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85675,6 +88731,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85703,6 +88760,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85731,6 +88789,7 @@ "orig": "\u000f\u0003U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85759,6 +88818,7 @@ "orig": "DL V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85787,6 +88847,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85815,6 +88876,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85843,6 +88905,7 @@ "orig": "QG\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85871,6 +88934,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85899,6 +88963,7 @@ "orig": "OO\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85927,6 +88992,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -85955,6 +89021,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -85983,6 +89050,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86011,6 +89079,7 @@ "orig": "JH\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86039,6 +89108,7 @@ "orig": "cabinet doors, free-standing kitchens, islands and trolleys", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86067,6 +89137,7 @@ "orig": "SLEEPING 124", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -86095,6 +89166,7 @@ "orig": "Bedrooms, beds, bedroom collections, mattresses, quilts ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86123,6 +89195,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86151,6 +89224,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86179,6 +89253,7 @@ "orig": "QG\u0003S OORZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86207,6 +89282,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86235,6 +89311,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86263,6 +89340,7 @@ "orig": "DRESSING 156", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -86291,6 +89369,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86319,6 +89398,7 @@ "orig": "%HGURRP \u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86347,6 +89427,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86375,6 +89456,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86403,6 +89485,7 @@ "orig": "UGUREH \u000f\u0003FORWKH \u0003RUJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86431,6 +89514,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86459,6 +89543,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86487,6 +89572,7 @@ "orig": "D L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86515,6 +89601,7 @@ "orig": "Q ]HU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86543,6 +89630,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86571,6 +89659,7 @@ "orig": "\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86599,6 +89688,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86627,6 +89717,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86655,6 +89746,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86683,6 +89775,7 @@ "orig": "JH\u0003 \\ WHP \u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86711,6 +89804,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86739,6 +89833,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86767,6 +89862,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86795,6 +89891,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86823,6 +89920,7 @@ "orig": "FKH W \u0003RI\u0003GU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86851,6 +89949,7 @@ "orig": "V V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86879,6 +89978,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86907,6 +90007,7 @@ "orig": "ZHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -86935,6 +90036,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -86963,6 +90065,7 @@ "orig": "CHILDREN'S IKEA 178", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -86991,6 +90094,7 @@ "orig": "Nursery, play furniture, children's rooms, furniture collections, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87019,6 +90123,7 @@ "orig": "textiles, storage, soft toys", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87047,6 +90152,7 @@ "orig": "ORGANIZING 198", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -87075,6 +90181,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87103,6 +90210,7 @@ "orig": "+H Y\\\u0003GXW\\\u0003 WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87131,6 +90239,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87159,6 +90268,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87187,6 +90297,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87215,6 +90326,7 @@ "orig": "JH\u0003 \\ WHP \u000f\u0003 WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87243,6 +90355,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87271,6 +90384,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87299,6 +90413,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87327,6 +90442,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87355,6 +90471,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87383,6 +90500,7 @@ "orig": "JH\u0003ER[H \u000f\u0003K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87411,6 +90529,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87439,6 +90558,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87467,6 +90587,7 @@ "orig": "OOZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87495,6 +90616,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87523,6 +90645,7 @@ "orig": "\\\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87551,6 +90674,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87579,6 +90703,7 @@ "orig": "WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87607,6 +90732,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87635,6 +90761,7 @@ "orig": "JH\u000f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87663,6 +90790,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87691,6 +90819,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87719,6 +90848,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87747,6 +90877,7 @@ "orig": "XQGU\\\u0003RUJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87775,6 +90906,7 @@ "orig": "D L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87803,6 +90935,7 @@ "orig": "Q ]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87831,6 +90964,7 @@ "orig": "D L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87859,6 +90993,7 @@ "orig": "W RQ\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87887,6 +91022,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87915,6 +91051,7 @@ "orig": "KHOYH \u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87943,6 +91080,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -87971,6 +91109,7 @@ "orig": "QG\u0003EU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -87999,6 +91138,7 @@ "orig": "D N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88027,6 +91167,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88055,6 +91196,7 @@ "orig": "HW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88083,6 +91225,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88111,6 +91254,7 @@ "orig": "WORKING 216", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -88139,6 +91283,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88167,6 +91312,7 @@ "orig": ":RU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88195,6 +91341,7 @@ "orig": "NV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88223,6 +91370,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88251,6 +91399,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88279,6 +91428,7 @@ "orig": "FH \u000f\u0003GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88307,6 +91457,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88335,6 +91486,7 @@ "orig": "VNV D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88363,6 +91515,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88391,6 +91544,7 @@ "orig": "QG\u0003 WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88419,6 +91573,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88447,6 +91602,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88475,6 +91631,7 @@ "orig": "JH\u000f\u0003FK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88503,6 +91660,7 @@ "orig": "DL V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88531,6 +91689,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88559,6 +91718,7 @@ "orig": "\u000f\u0003GU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88587,6 +91747,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88615,6 +91776,7 @@ "orig": "ZHU\u0003XQ W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88643,6 +91805,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88671,6 +91834,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88699,6 +91863,7 @@ "orig": "BATHROOM 240", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -88727,6 +91892,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88755,6 +91921,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88783,6 +91950,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88811,6 +91979,7 @@ "orig": "WKURRP \u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88839,6 +92008,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88867,6 +92037,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88895,6 +92066,7 @@ "orig": "FFH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88923,6 +92095,7 @@ "orig": "VV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -88951,6 +92124,7 @@ "orig": "RU H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -88979,6 +92153,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89007,6 +92182,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89035,6 +92211,7 @@ "orig": "\u000f\u0003IUHH\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89063,6 +92240,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89091,6 +92269,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89119,6 +92298,7 @@ "orig": "QG QJ\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89147,6 +92327,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89175,6 +92356,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89203,6 +92385,7 @@ "orig": "E QHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89231,6 +92414,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89259,6 +92443,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89287,6 +92472,7 @@ "orig": "\u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89315,6 +92501,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89343,6 +92530,7 @@ "orig": "OO\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89371,6 +92559,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89399,6 +92588,7 @@ "orig": "E QHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89427,6 +92617,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89455,6 +92646,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89483,6 +92675,7 @@ "orig": "TEXTILES 250", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -89511,6 +92704,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89539,6 +92733,7 @@ "orig": "/ Y QJ\u0003URRP\u0003WH[W OH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89567,6 +92762,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89595,6 +92791,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89623,6 +92820,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89651,6 +92849,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89679,6 +92878,7 @@ "orig": "\u000f\u0003FXUW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89707,6 +92907,7 @@ "orig": "DL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89735,6 +92936,7 @@ "orig": "Q \u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89763,6 +92965,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89791,6 +92994,7 @@ "orig": "QG\u0003EO QG \u000f\u0003UXJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89819,6 +93023,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89847,6 +93052,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89875,6 +93081,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89903,6 +93110,7 @@ "orig": "\u000f\u0003\u00c1RRU QJ\u000f\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89931,6 +93139,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -89959,6 +93168,7 @@ "orig": "bathroom textiles, bedroom textiles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -89987,6 +93197,7 @@ "orig": "COOK AND EAT 284", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -90015,6 +93226,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90043,6 +93255,7 @@ "orig": "' QQHUZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90071,6 +93284,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90099,6 +93313,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90127,6 +93342,7 @@ "orig": "UH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90155,6 +93371,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90183,6 +93400,7 @@ "orig": "HU H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90211,6 +93429,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90239,6 +93458,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90267,6 +93487,7 @@ "orig": "\u000f\u0003\u00c1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90295,6 +93516,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90323,6 +93545,7 @@ "orig": "WZ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90351,6 +93574,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90379,6 +93603,7 @@ "orig": "UH\u000f\u0003JO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90407,6 +93632,7 @@ "orig": "DVV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90435,6 +93661,7 @@ "orig": "H \u000f\u0003IRRG\u0003 WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90463,6 +93690,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90491,6 +93719,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90519,6 +93748,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90547,6 +93777,7 @@ "orig": "JH\u000f\u0003SRW \u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90575,6 +93806,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90603,6 +93835,7 @@ "orig": "QG\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90631,6 +93864,7 @@ "orig": "pans, pots and pans accessories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90659,6 +93893,7 @@ "orig": "LIGHTING 306", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -90687,6 +93922,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90715,6 +93951,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90743,6 +93980,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90771,6 +94009,7 @@ "orig": "EOH\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90799,6 +94038,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90827,6 +94067,7 @@ "orig": "PS \u000f\u0003FH O QJ\u0003O JKW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -90855,6 +94096,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90883,6 +94125,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90911,6 +94154,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90939,6 +94183,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90967,6 +94212,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -90995,6 +94241,7 @@ "orig": "\u000f\u0003\u00c1RRU\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91023,6 +94270,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91051,6 +94299,7 @@ "orig": "PS \u000f\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91079,6 +94328,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91107,6 +94357,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91135,6 +94386,7 @@ "orig": "OO\u0003O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91163,6 +94415,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91191,6 +94444,7 @@ "orig": "PS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91219,6 +94473,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91247,6 +94502,7 @@ "orig": "DECORATION 316", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -91275,6 +94531,7 @@ "orig": "Candles and candle holders, glass vases, plant pots, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91303,6 +94560,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91331,6 +94589,7 @@ "orig": "Z OO\u0003GHFRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91359,6 +94618,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91387,6 +94647,7 @@ "orig": "D L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91415,6 +94676,7 @@ "orig": "W RQ\u000f\u0003P UURU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91443,6 +94705,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91471,6 +94734,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91499,6 +94763,7 @@ "orig": "\u000f\u0003SHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91527,6 +94792,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91555,6 +94821,7 @@ "orig": "BUYING GUIDES 334", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -91583,6 +94850,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91611,6 +94879,7 @@ "orig": "roduct parts and prices for sofa beds; bookcases; shelving", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91639,6 +94908,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91667,6 +94937,7 @@ "orig": "units; kitchen, bathroom and bedroom storage and interior", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91695,6 +94966,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91723,6 +94995,7 @@ "orig": "\u00c0WW QJ \u001e\u0003KRPH\u0003RI\u00c0FH\u0003 WRU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91751,6 +95024,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91779,6 +95053,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91807,6 +95082,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91835,6 +95111,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91863,6 +95140,7 @@ "orig": "JH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91891,6 +95169,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91919,6 +95198,7 @@ "orig": "QG\u0003GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -91947,6 +95227,7 @@ "orig": "VNV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -91975,6 +95256,7 @@ "orig": "\u001e\u0003IUHH\u0010", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92003,6 +95285,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92031,6 +95314,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92059,6 +95343,7 @@ "orig": "QG QJ\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92087,6 +95372,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92115,6 +95401,7 @@ "orig": "kitchens, heavy duty storage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92143,6 +95430,7 @@ "orig": "INFORMATION 351", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -92171,6 +95459,7 @@ "orig": "All catalog ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92199,6 +95488,7 @@ "orig": "prices are valid until ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92227,6 +95517,7 @@ "orig": "June 30, 2008 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92255,6 +95546,7 @@ "orig": "but we're working ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92283,6 +95575,7 @@ "orig": "hard to get them ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92311,6 +95604,7 @@ "orig": "even lower. When ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92339,6 +95633,7 @@ "orig": "we find new ways to ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92367,6 +95662,7 @@ "orig": "reduce our costs, we ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92395,6 +95691,7 @@ "orig": "pass the savings on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92423,6 +95720,7 @@ "orig": "to you!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -92451,6 +95749,7 @@ "orig": "/ P WHG\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92479,6 +95778,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92507,6 +95807,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92535,6 +95836,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92563,6 +95865,7 @@ "orig": "UU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92591,6 +95894,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92619,6 +95923,7 @@ "orig": "QW\\\u0003GHW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92647,6 +95952,7 @@ "orig": "DL V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92675,6 +95981,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92703,6 +96010,7 @@ "orig": "\u0003\u0016\u0018\u0014\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92731,6 +96039,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92759,6 +96068,7 @@ "orig": "(QY URQPHQW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92787,6 +96097,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92815,6 +96126,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92843,6 +96155,7 @@ "orig": "O\u0003SRO F\\\u0003\u0016\u0018\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92871,6 +96184,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92899,6 +96213,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92927,6 +96242,7 @@ "orig": "7KH\u0003 .($\u0003ZHE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -92955,6 +96271,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -92983,6 +96300,7 @@ "orig": "VL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93011,6 +96329,7 @@ "orig": "WH\u0003\u0016\u0018\u0019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93039,6 +96358,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93067,6 +96387,7 @@ "orig": "6KRSS QJ\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93095,6 +96416,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93123,6 +96445,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93151,6 +96474,7 @@ "orig": "W\u0003WKH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93179,6 +96503,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93207,6 +96532,7 @@ "orig": "WRUH\u0003\u0016\u0018\u001b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93235,6 +96561,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93263,6 +96590,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93291,6 +96619,7 @@ "orig": ".($\u0003FUHG W\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93319,6 +96648,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93347,6 +96677,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93375,6 +96706,7 @@ "orig": "UG\u0003\u0016\u0019\u0015", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93403,6 +96735,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93431,6 +96764,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93459,6 +96793,7 @@ "orig": ".($\u0003' UHFW\u0003\u0016\u0019\u0016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93487,6 +96822,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93515,6 +96851,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93543,6 +96880,7 @@ "orig": "6HUY FH \u0003\u0016\u0019\u0017", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93571,6 +96909,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93599,6 +96938,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93627,6 +96967,7 @@ "orig": "6SHF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93655,6 +96996,7 @@ "orig": "LD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93683,6 +97025,7 @@ "orig": "O\u0003RIIHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93711,6 +97054,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93739,6 +97083,7 @@ "orig": "\u0003\u0016\u0019\u0019\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93767,6 +97112,7 @@ "orig": "6WRUH\u0003ORF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93795,6 +97141,7 @@ "orig": "D L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93823,6 +97170,7 @@ "orig": "W RQ \u0003\u0016\u0019\u001b\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93851,6 +97199,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93879,6 +97228,7 @@ "orig": "INDEX", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_6_F2_2323", @@ -93907,6 +97257,7 @@ "orig": "\u0003\u0016\u001a\u0013", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93935,6 +97286,7 @@ "orig": "5H W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -93963,6 +97315,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -93991,6 +97344,7 @@ "orig": "XU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94019,6 +97373,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94047,6 +97402,7 @@ "orig": "QW\u0003\u0016\u001a\u0014\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94075,6 +97431,7 @@ "orig": "Hej!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", @@ -94103,6 +97460,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94131,6 +97489,7 @@ "orig": "ome is the most important place ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94159,6 +97518,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94187,6 +97547,7 @@ "orig": "Q\u0003WKH\u0003ZRUOG\u0004\u0003 W\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94215,6 +97576,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94243,6 +97605,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94271,6 +97634,7 @@ "orig": "\u0003ZKHUH\u0003\\RX\u0003O YH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94299,6 +97663,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94327,6 +97692,7 @@ "orig": "your everyday life ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94355,6 +97721,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94383,6 +97750,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94411,6 +97779,7 @@ "orig": "here you and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94439,6 +97808,7 @@ "orig": "your family eat, sleep, play or just ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94467,6 +97837,7 @@ "orig": "UHO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94495,6 +97866,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94523,6 +97895,7 @@ "orig": "[\u0003Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94551,6 +97924,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94579,6 +97953,7 @@ "orig": "WFK QJ\u000379\u0011\u0003 W\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94607,6 +97982,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94635,6 +98011,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94663,6 +98040,7 @@ "orig": "V D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94691,6 +98069,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94719,6 +98098,7 @@ "orig": "\u0003XQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94747,6 +98127,7 @@ "orig": "LT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94775,6 +98156,7 @@ "orig": "XH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94803,6 +98185,7 @@ "orig": "place that you have created ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94831,6 +98214,7 @@ "orig": "ZKHUH\u0003\\RX\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94859,6 +98243,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94887,6 +98272,7 @@ "orig": "QG\u0003\\RXU\u0003I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94915,6 +98301,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94943,6 +98330,7 @@ "orig": "PO\\\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -94971,6 +98359,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -94999,6 +98388,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95027,6 +98417,7 @@ "orig": "Q\u0003EH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95055,6 +98446,7 @@ "orig": "yourselves", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95083,6 +98475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95111,6 +98504,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95139,6 +98533,7 @@ "orig": "Q\u0003WK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95167,6 +98562,7 @@ "orig": "LV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95195,6 +98591,7 @@ "orig": "\u0003\\H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95223,6 +98620,7 @@ "orig": "D V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95251,6 +98649,7 @@ "orig": "U\n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95279,6 +98678,7 @@ "orig": "\u0003F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95307,6 +98707,7 @@ "orig": "D D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95335,6 +98736,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95363,6 +98765,7 @@ "orig": "ORJ\u000f\u0003RQ\u0003RXU\u0003ZHE-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95391,6 +98794,7 @@ "orig": "VL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95419,6 +98823,7 @@ "orig": "WH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95447,6 +98852,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95475,6 +98881,7 @@ "orig": "QG\u0003 Q\u0003RXU\u0003 WRUH \u0003\\RX\nOO\u0003EH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95503,6 +98910,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95531,6 +98939,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95559,6 +98968,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95587,6 +98997,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95615,6 +99026,7 @@ "orig": "EOH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95643,6 +99055,7 @@ "orig": "WR\u0003HQMR\\\u0003ORW", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95671,6 +99084,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95699,6 +99113,7 @@ "orig": "\u0003RI\u0003QHZ\u000f\u0003H[F W QJ\u0003 GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95727,6 +99142,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95755,6 +99171,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95783,6 +99200,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95811,6 +99229,7 @@ "orig": "DV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95839,6 +99258,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95867,6 +99287,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95895,6 +99316,7 @@ "orig": "ERXW\u0003KRZ\u0003WR\u0003FUH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95923,6 +99345,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -95951,6 +99374,7 @@ "orig": "WH\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -95979,6 +99403,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96007,6 +99432,7 @@ "orig": "\u0003KRPH\u0003WK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96035,6 +99461,7 @@ "orig": "D LV", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96063,6 +99490,7 @@ "orig": "W\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96091,6 +99519,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96119,6 +99548,7 @@ "orig": "truly good to live in - every day", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96147,6 +99577,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96175,6 +99606,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96203,6 +99635,7 @@ "orig": "ave a cup of coffee, curl up on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96231,6 +99664,7 @@ "orig": "WKH\u0003 RI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96259,6 +99693,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96287,6 +99722,7 @@ "orig": "D D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96315,6 +99751,7 @@ "orig": "\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96343,6 +99780,7 @@ "orig": "QG\u0003HQMR\\\u0004\u0003", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96371,6 +99809,7 @@ "orig": "3HUQ OOH\u0003/RSH]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96399,6 +99838,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96427,6 +99867,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_8_F4_2323", @@ -96455,6 +99896,7 @@ "orig": "resident, North America", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_7_F3_2323", @@ -96483,12 +99925,16 @@ "orig": "Decoration p. 316", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/x_9_F5_2323", "font_name": "/NAPAKB+IKEASans-BoldItalic" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.json index e1c7272e..e19bfed0 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.json @@ -23274,11 +23274,11 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.005214, + "decode_contents": 0.005135, "decode_dimensions": 1e-06, - "decode_page": 0.008805, - "decode_resources": 0.000602, - "sanitise_contents": 0.002556 + "decode_page": 0.009711, + "decode_resources": 0.001558, + "sanitise_contents": 0.000161 } }, { @@ -34527,11 +34527,11 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.011934, + "decode_contents": 0.011669, "decode_dimensions": 0.0, - "decode_page": 0.031007, - "decode_resources": 0.000953, - "sanitise_contents": 0.015564 + "decode_page": 0.03005, + "decode_resources": 0.00104, + "sanitise_contents": 0.00025 } }, { @@ -109714,25 +109714,25 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.008484, - "decode_dimensions": 1e-06, - "decode_page": 0.04798, - "decode_resources": 0.000833, - "sanitise_contents": 0.038608 + "decode_contents": 0.008146, + "decode_dimensions": 0.0, + "decode_page": 0.051893, + "decode_resources": 0.000772, + "sanitise_contents": 0.026859 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.025632000000000002, - "decode_dimensions": 2e-06, - "decode_document": 0.089527, - "decode_page": 0.08779200000000001, - "decode_resources": 0.002388, - "decoding page 0": 0.008935, - "decoding page 1": 0.03117, - "decoding page 2": 0.049108, - "process_document_from_bytesio": 0.002668, - "sanitise_contents": 0.056728 + "decode_contents": 0.02495, + "decode_dimensions": 1e-06, + "decode_document": 0.093414, + "decode_page": 0.091654, + "decode_resources": 0.0033699999999999997, + "decoding page 0": 0.009849, + "decoding page 1": 0.030192, + "decoding page 2": 0.053096, + "process_document_from_bytesio": 0.002342, + "sanitise_contents": 0.027270000000000003 } } \ No newline at end of file diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=0.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=0.json index 3a8c7285..85a54ba0 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=0.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=0.json @@ -23274,23 +23274,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.005318, - "decode_dimensions": 1e-06, - "decode_page": 0.008952, - "decode_resources": 0.000598, - "sanitise_contents": 0.002598 + "decode_contents": 0.005302, + "decode_dimensions": 0.0, + "decode_page": 0.009888, + "decode_resources": 0.001561, + "sanitise_contents": 0.000161 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.005318, - "decode_dimensions": 1e-06, - "decode_document": 0.009205, - "decode_page": 0.008952, - "decode_resources": 0.000598, - "decoding page 0": 0.009089, - "process_document_from_bytesio": 0.002591, - "sanitise_contents": 0.002598 + "decode_contents": 0.005302, + "decode_dimensions": 0.0, + "decode_document": 0.010142, + "decode_page": 0.009888, + "decode_resources": 0.001561, + "decoding page 0": 0.010025, + "process_document_from_bytesio": 0.0024, + "sanitise_contents": 0.000161 } } \ No newline at end of file diff --git a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=1.json b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=1.json index 98878294..aa54b830 100644 --- a/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=1.json +++ b/tests/data/groundtruth/cropbox_versus_mediabox_02.pdf.v2.p=1.json @@ -12737,24 +12737,24 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.01195, - "decode_dimensions": 1e-06, - "decode_page": 0.030225, - "decode_resources": 0.000941, - "sanitise_contents": 0.015215 + "decode_contents": 0.012024, + "decode_dimensions": 0.0, + "decode_page": 0.030763, + "decode_resources": 0.001052, + "sanitise_contents": 0.000249 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.01195, - "decode_dimensions": 1e-06, - "decode_document": 0.030767, - "decode_page": 0.030225, - "decode_resources": 0.000941, - "decoding page 0": 0.009089, - "decoding page 1": 0.030361, - "process_document_from_bytesio": 0.002591, - "sanitise_contents": 0.015215 + "decode_contents": 0.012024, + "decode_dimensions": 0.0, + "decode_document": 0.031311, + "decode_page": 0.030763, + "decode_resources": 0.001052, + "decoding page 0": 0.010025, + "decoding page 1": 0.030913, + "process_document_from_bytesio": 0.0024, + "sanitise_contents": 0.000249 } } \ No newline at end of file diff --git a/tests/data/groundtruth/duplicate_bold_text_01.pdf.page_no_1.py.json b/tests/data/groundtruth/duplicate_bold_text_01.pdf.page_no_1.py.json index 30553a7f..0057a013 100644 --- a/tests/data/groundtruth/duplicate_bold_text_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/duplicate_bold_text_01.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -102,6 +103,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -130,6 +132,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -158,6 +161,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -186,6 +190,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -214,6 +219,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -242,6 +248,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -270,6 +277,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -298,6 +306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -326,6 +335,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -354,6 +364,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -382,6 +393,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -410,6 +422,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -438,6 +451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -466,6 +480,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -494,6 +509,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -522,6 +538,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -550,6 +567,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -578,6 +596,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -606,6 +625,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -634,6 +654,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -662,6 +683,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -690,6 +712,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -718,6 +741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -746,6 +770,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -774,6 +799,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -802,6 +828,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -830,6 +857,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -858,6 +886,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -886,6 +915,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -914,6 +944,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -942,6 +973,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -970,6 +1002,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -998,6 +1031,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1026,6 +1060,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1054,6 +1089,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1082,6 +1118,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1110,6 +1147,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1138,6 +1176,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1166,6 +1205,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1194,6 +1234,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1222,6 +1263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1250,6 +1292,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1278,6 +1321,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1306,6 +1350,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1334,6 +1379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1362,6 +1408,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1390,6 +1437,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1418,6 +1466,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1446,6 +1495,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1474,6 +1524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1502,6 +1553,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1530,6 +1582,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1558,6 +1611,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1586,6 +1640,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1614,6 +1669,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1642,6 +1698,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1670,6 +1727,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1698,6 +1756,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -1726,6 +1785,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1754,6 +1814,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1782,6 +1843,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1810,6 +1872,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1838,6 +1901,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1866,6 +1930,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1894,6 +1959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1922,6 +1988,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1950,6 +2017,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -1978,6 +2046,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2006,6 +2075,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2034,6 +2104,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2062,6 +2133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2090,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2118,6 +2191,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2146,6 +2220,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2174,6 +2249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2202,6 +2278,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2230,6 +2307,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2258,6 +2336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2286,6 +2365,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2314,6 +2394,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2342,6 +2423,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2370,6 +2452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2398,6 +2481,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2426,6 +2510,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2454,6 +2539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2510,6 +2597,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2538,6 +2626,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2566,6 +2655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2594,6 +2684,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2622,6 +2713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2650,6 +2742,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2678,6 +2771,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2706,6 +2800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2734,6 +2829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2762,6 +2858,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2790,6 +2887,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2818,6 +2916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2874,6 +2974,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2902,6 +3003,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2930,6 +3032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2958,6 +3061,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -2986,6 +3090,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3014,6 +3119,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3042,6 +3148,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3070,6 +3177,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3098,6 +3206,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3126,6 +3235,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3154,6 +3264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3182,6 +3293,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3210,6 +3322,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3238,6 +3351,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3266,6 +3380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3294,6 +3409,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3322,6 +3438,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3350,6 +3467,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3378,6 +3496,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3406,6 +3525,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3434,6 +3554,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3462,6 +3583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3490,6 +3612,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3518,6 +3641,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3546,6 +3670,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3574,6 +3699,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3602,6 +3728,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3630,6 +3757,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3658,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3686,6 +3815,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3714,6 +3844,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3742,6 +3873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3770,6 +3902,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3798,6 +3931,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3826,6 +3960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3854,6 +3989,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3882,6 +4018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3910,6 +4047,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3938,6 +4076,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3966,6 +4105,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -3994,6 +4134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4022,6 +4163,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4050,6 +4192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4078,6 +4221,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4106,6 +4250,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4134,6 +4279,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4162,6 +4308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4190,6 +4337,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4218,6 +4366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4246,6 +4395,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4274,6 +4424,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4302,6 +4453,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4330,6 +4482,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4358,6 +4511,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4386,6 +4540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4414,6 +4569,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4442,6 +4598,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4470,6 +4627,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4498,6 +4656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4526,6 +4685,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4554,6 +4714,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4582,6 +4743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4610,6 +4772,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4638,6 +4801,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4666,6 +4830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4694,6 +4859,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4722,6 +4888,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4750,6 +4917,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4778,6 +4946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4806,6 +4975,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4834,6 +5004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4862,6 +5033,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4890,6 +5062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4918,6 +5091,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4946,6 +5120,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -4974,6 +5149,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5002,6 +5178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5030,6 +5207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5058,6 +5236,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5086,6 +5265,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5114,6 +5294,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5142,6 +5323,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5170,6 +5352,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5198,6 +5381,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5226,6 +5410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5254,6 +5439,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5282,6 +5468,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5310,6 +5497,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5338,6 +5526,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5366,6 +5555,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5394,6 +5584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5422,6 +5613,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5450,6 +5642,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5478,6 +5671,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5506,6 +5700,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5534,6 +5729,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5562,6 +5758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5590,6 +5787,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5618,6 +5816,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5646,6 +5845,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5674,6 +5874,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5702,6 +5903,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5730,6 +5932,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5758,6 +5961,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5786,6 +5990,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -5814,6 +6019,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5842,6 +6048,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5870,6 +6077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5898,6 +6106,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5926,6 +6135,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5954,6 +6164,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -5982,6 +6193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -6010,6 +6222,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6038,6 +6251,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6066,6 +6280,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6094,6 +6309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6122,6 +6338,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6150,6 +6367,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6178,6 +6396,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6206,6 +6425,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6234,6 +6454,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6262,6 +6483,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6290,6 +6512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6318,6 +6541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6346,6 +6570,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6374,6 +6599,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6402,6 +6628,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6430,6 +6657,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6458,6 +6686,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6486,6 +6715,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6514,6 +6744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6542,6 +6773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6570,6 +6802,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6598,6 +6831,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6626,6 +6860,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6654,6 +6889,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6682,6 +6918,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6710,6 +6947,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6738,6 +6976,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6766,6 +7005,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6822,6 +7063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6850,6 +7092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6878,6 +7121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6906,6 +7150,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6934,6 +7179,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6962,6 +7208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -6990,6 +7237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7018,6 +7266,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7046,6 +7295,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7074,6 +7324,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7102,6 +7353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7130,6 +7382,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7158,6 +7411,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7214,6 +7469,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7242,6 +7498,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7270,6 +7527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7298,6 +7556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7326,6 +7585,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7354,6 +7614,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7382,6 +7643,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7410,6 +7672,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7438,6 +7701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7466,6 +7730,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7522,6 +7788,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7550,6 +7817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7578,6 +7846,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7606,6 +7875,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7634,6 +7904,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7662,6 +7933,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7690,6 +7962,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7718,6 +7991,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7746,6 +8020,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7774,6 +8049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7802,6 +8078,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7830,6 +8107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7858,6 +8136,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7886,6 +8165,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7914,6 +8194,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7942,6 +8223,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7970,6 +8252,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -7998,6 +8281,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8054,6 +8339,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8082,6 +8368,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8110,6 +8397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8138,6 +8426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8166,6 +8455,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8194,6 +8484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8222,6 +8513,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8250,6 +8542,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8278,6 +8571,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8306,6 +8600,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8334,6 +8629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8362,6 +8658,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8390,6 +8687,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8418,6 +8716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8446,6 +8745,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8474,6 +8774,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8502,6 +8803,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8530,6 +8832,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8558,6 +8861,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8586,6 +8890,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8642,6 +8948,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8670,6 +8977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8698,6 +9006,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8726,6 +9035,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8754,6 +9064,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8782,6 +9093,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8810,6 +9122,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8838,6 +9151,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8866,6 +9180,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8894,6 +9209,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8922,6 +9238,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8950,6 +9267,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -8978,6 +9296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9006,6 +9325,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9034,6 +9354,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9062,6 +9383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9090,6 +9412,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9118,6 +9441,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9146,6 +9470,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9174,6 +9499,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9202,6 +9528,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9230,6 +9557,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9258,6 +9586,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9286,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9314,6 +9644,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9342,6 +9673,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9370,6 +9702,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9398,6 +9731,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9426,6 +9760,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9454,6 +9789,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9482,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9510,6 +9847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9538,6 +9876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9566,6 +9905,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9594,6 +9934,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9622,6 +9963,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9650,6 +9992,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9678,6 +10021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9706,6 +10050,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9734,6 +10079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9762,6 +10108,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9790,6 +10137,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9818,6 +10166,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9846,6 +10195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9874,6 +10224,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9902,6 +10253,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9930,6 +10282,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9958,6 +10311,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -9986,6 +10340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10014,6 +10369,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10042,6 +10398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10070,6 +10427,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10098,6 +10456,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10126,6 +10485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10154,6 +10514,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10182,6 +10543,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10210,6 +10572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10238,6 +10601,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10266,6 +10630,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10294,6 +10659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10322,6 +10688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10350,6 +10717,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10378,6 +10746,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10406,6 +10775,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10434,6 +10804,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10462,6 +10833,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10490,6 +10862,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10546,6 +10920,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10574,6 +10949,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10602,6 +10978,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10630,6 +11007,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10686,6 +11065,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10714,6 +11094,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10742,6 +11123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10770,6 +11152,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10798,6 +11181,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10826,6 +11210,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10854,6 +11239,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10882,6 +11268,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10938,6 +11326,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10966,6 +11355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -10994,6 +11384,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11022,6 +11413,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11050,6 +11442,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11078,6 +11471,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11106,6 +11500,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11134,6 +11529,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11162,6 +11558,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11190,6 +11587,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11218,6 +11616,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11246,6 +11645,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11274,6 +11674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11302,6 +11703,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11358,6 +11761,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11386,6 +11790,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11414,6 +11819,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11442,6 +11848,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11470,6 +11877,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11498,6 +11906,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11526,6 +11935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11554,6 +11964,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11582,6 +11993,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11610,6 +12022,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11638,6 +12051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11666,6 +12080,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11694,6 +12109,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11722,6 +12138,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11750,6 +12167,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11778,6 +12196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11806,6 +12225,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11834,6 +12254,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11862,6 +12283,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11890,6 +12312,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11918,6 +12341,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11946,6 +12370,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -11974,6 +12399,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12002,6 +12428,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12030,6 +12457,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12058,6 +12486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12086,6 +12515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12114,6 +12544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12142,6 +12573,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12170,6 +12602,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12198,6 +12631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12226,6 +12660,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12254,6 +12689,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12282,6 +12718,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12310,6 +12747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12338,6 +12776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12366,6 +12805,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12394,6 +12834,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12422,6 +12863,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12450,6 +12892,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12478,6 +12921,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12506,6 +12950,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12534,6 +12979,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12562,6 +13008,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12590,6 +13037,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12618,6 +13066,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12646,6 +13095,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12674,6 +13124,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12702,6 +13153,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12730,6 +13182,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12758,6 +13211,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12786,6 +13240,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12814,6 +13269,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12842,6 +13298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12870,6 +13327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12898,6 +13356,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12926,6 +13385,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12954,6 +13414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -12982,6 +13443,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13010,6 +13472,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13038,6 +13501,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13066,6 +13530,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13094,6 +13559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13122,6 +13588,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13150,6 +13617,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13178,6 +13646,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13206,6 +13675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13234,6 +13704,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13262,6 +13733,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13290,6 +13762,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13318,6 +13791,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13346,6 +13820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13374,6 +13849,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13402,6 +13878,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13430,6 +13907,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13458,6 +13936,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13486,6 +13965,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13514,6 +13994,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13542,6 +14023,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13570,6 +14052,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13598,6 +14081,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13626,6 +14110,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13654,6 +14139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13682,6 +14168,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13710,6 +14197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13738,6 +14226,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13766,6 +14255,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13794,6 +14284,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13822,6 +14313,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13850,6 +14342,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13878,6 +14371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13906,6 +14400,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13934,6 +14429,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13962,6 +14458,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -13990,6 +14487,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14018,6 +14516,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14046,6 +14545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14074,6 +14574,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14102,6 +14603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14130,6 +14632,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14158,6 +14661,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14186,6 +14690,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14214,6 +14719,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14242,6 +14748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14270,6 +14777,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14298,6 +14806,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14326,6 +14835,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14354,6 +14864,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14382,6 +14893,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14410,6 +14922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14438,6 +14951,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14466,6 +14980,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14494,6 +15009,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14522,6 +15038,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14550,6 +15067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14578,6 +15096,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14606,6 +15125,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14634,6 +15154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14662,6 +15183,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14690,6 +15212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14718,6 +15241,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14746,6 +15270,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14774,6 +15299,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14802,6 +15328,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14830,6 +15357,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14858,6 +15386,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14886,6 +15415,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14914,6 +15444,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14942,6 +15473,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14970,6 +15502,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -14998,6 +15531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15026,6 +15560,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15054,6 +15589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15082,6 +15618,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15110,6 +15647,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15138,6 +15676,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15166,6 +15705,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15194,6 +15734,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15222,6 +15763,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15278,6 +15821,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15306,6 +15850,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15334,6 +15879,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15390,6 +15937,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15418,6 +15966,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15446,6 +15995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15474,6 +16024,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15502,6 +16053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15530,6 +16082,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15558,6 +16111,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15586,6 +16140,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15614,6 +16169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15642,6 +16198,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15670,6 +16227,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15698,6 +16256,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15726,6 +16285,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15754,6 +16314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15782,6 +16343,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15810,6 +16372,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15838,6 +16401,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15866,6 +16430,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15894,6 +16459,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15922,6 +16488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15950,6 +16517,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -15978,6 +16546,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16006,6 +16575,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16034,6 +16604,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16062,6 +16633,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16090,6 +16662,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16118,6 +16691,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16146,6 +16720,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16174,6 +16749,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16202,6 +16778,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16230,6 +16807,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16258,6 +16836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16286,6 +16865,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16314,6 +16894,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16370,6 +16952,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16398,6 +16981,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16426,6 +17010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16454,6 +17039,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16482,6 +17068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16510,6 +17097,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16538,6 +17126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16566,6 +17155,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16594,6 +17184,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16622,6 +17213,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16650,6 +17242,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16678,6 +17271,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16706,6 +17300,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16734,6 +17329,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16762,6 +17358,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16790,6 +17387,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16818,6 +17416,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16846,6 +17445,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16874,6 +17474,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16902,6 +17503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16930,6 +17532,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16958,6 +17561,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -16986,6 +17590,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17014,6 +17619,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17042,6 +17648,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17070,6 +17677,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17098,6 +17706,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17126,6 +17735,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17154,6 +17764,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17182,6 +17793,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17210,6 +17822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17238,6 +17851,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17266,6 +17880,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17294,6 +17909,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17322,6 +17938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17350,6 +17967,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17378,6 +17996,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17406,6 +18025,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17434,6 +18054,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17462,6 +18083,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17490,6 +18112,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17518,6 +18141,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17546,6 +18170,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17574,6 +18199,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17602,6 +18228,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17630,6 +18257,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17658,6 +18286,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17686,6 +18315,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17714,6 +18344,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17742,6 +18373,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17826,6 +18460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17854,6 +18489,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17882,6 +18518,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17910,6 +18547,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17938,6 +18576,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17966,6 +18605,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -17994,6 +18634,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18022,6 +18663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18050,6 +18692,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18078,6 +18721,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18106,6 +18750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18134,6 +18779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18162,6 +18808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18190,6 +18837,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18218,6 +18866,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18246,6 +18895,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18274,6 +18924,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18302,6 +18953,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18330,6 +18982,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18358,6 +19011,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18386,6 +19040,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18414,6 +19069,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18442,6 +19098,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18470,6 +19127,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18498,6 +19156,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18526,6 +19185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18554,6 +19214,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18582,6 +19243,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18610,6 +19272,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18638,6 +19301,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18666,6 +19330,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18694,6 +19359,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18722,6 +19388,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18750,6 +19417,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18778,6 +19446,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18806,6 +19475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18836,6 +19506,7 @@ "orig": "51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -18864,6 +19535,7 @@ "orig": "IN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -18892,6 +19564,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -18920,6 +19593,7 @@ "orig": "NAMEOFALLAH,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -18948,6 +19622,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -18976,6 +19651,7 @@ "orig": "ALL-MERCIFUL,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -19004,6 +19680,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -19032,6 +19709,7 @@ "orig": "MOST", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -19060,6 +19738,7 @@ "orig": "MERCIFUL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -19088,6 +19767,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19116,6 +19796,7 @@ "orig": "praise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19144,6 +19825,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19172,6 +19854,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19200,6 +19883,7 @@ "orig": "Allah,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19228,6 +19912,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19256,6 +19941,7 @@ "orig": "Lord", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19284,6 +19970,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19312,6 +19999,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19340,6 +20028,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19368,6 +20057,7 @@ "orig": "worlds,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19396,6 +20086,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19424,6 +20115,7 @@ "orig": "blessings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19452,6 +20144,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19480,6 +20173,7 @@ "orig": "peace", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19508,6 +20202,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19536,6 +20231,7 @@ "orig": "upon", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19564,6 +20260,7 @@ "orig": "our", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19592,6 +20289,7 @@ "orig": "master,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19620,6 +20318,7 @@ "orig": "Muhammad,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19648,6 +20347,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19676,6 +20376,7 @@ "orig": "his", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19704,6 +20405,7 @@ "orig": "household", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19732,6 +20434,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19760,6 +20463,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19788,6 +20492,7 @@ "orig": "his", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19816,6 +20521,7 @@ "orig": "companions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19844,6 +20550,7 @@ "orig": "Preface", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -19872,6 +20579,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19900,6 +20608,7 @@ "orig": "purpose", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19928,6 +20637,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19956,6 +20666,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -19984,6 +20695,7 @@ "orig": "standard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20012,6 +20724,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20040,6 +20753,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20068,6 +20782,7 @@ "orig": "explain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20096,6 +20811,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20124,6 +20840,7 @@ "orig": "Shari'ah", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20152,6 +20869,7 @@ "orig": "rulings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20180,6 +20898,7 @@ "orig": "relating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20208,6 +20927,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20236,6 +20956,7 @@ "orig": "trading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20264,6 +20985,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20292,6 +21014,7 @@ "orig": "currencies,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20320,6 +21043,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20348,6 +21072,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20376,6 +21101,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20404,6 +21130,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20432,6 +21159,7 @@ "orig": "conditions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20460,6 +21188,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20488,6 +21217,7 @@ "orig": "precepts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20516,6 +21246,7 @@ "orig": "laid", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20544,6 +21275,7 @@ "orig": "down", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20572,6 +21304,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20600,6 +21333,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20628,6 +21362,7 @@ "orig": "Shari'ah", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20656,6 +21391,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20684,6 +21420,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20712,6 +21449,7 @@ "orig": "what", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20740,6 +21478,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20768,6 +21507,7 @@ "orig": "permissible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20796,6 +21536,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20824,6 +21565,7 @@ "orig": "currency", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20852,6 +21594,7 @@ "orig": "trading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20880,6 +21623,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20908,6 +21652,7 @@ "orig": "what", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20936,6 +21681,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20964,6 +21710,7 @@ "orig": "not.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -20992,6 +21739,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21020,6 +21768,7 @@ "orig": "standard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21048,6 +21797,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21076,6 +21826,7 @@ "orig": "explains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21104,6 +21855,7 @@ "orig": "some", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21132,6 +21884,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21160,6 +21913,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21188,6 +21942,7 @@ "orig": "practices", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21216,6 +21971,7 @@ "orig": "being", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21244,6 +22000,7 @@ "orig": "applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21272,6 +22029,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21300,6 +22058,7 @@ "orig": "Islamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21328,6 +22087,7 @@ "orig": "financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21356,6 +22116,7 @@ "orig": "Institutions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21384,6 +22145,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21412,6 +22174,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21440,6 +22203,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21468,6 +22232,7 @@ "orig": "word", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21496,6 +22261,7 @@ "orig": "(Institution/Institutions)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21524,6 +22290,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21552,6 +22319,7 @@ "orig": "used", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21580,6 +22348,7 @@ "orig": "here", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21608,6 +22377,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21636,6 +22406,7 @@ "orig": "refer,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21664,6 +22435,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21692,6 +22464,7 @@ "orig": "short,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21720,6 +22493,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21748,6 +22522,7 @@ "orig": "Islamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21776,6 +22551,7 @@ "orig": "financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21804,6 +22580,7 @@ "orig": "institutions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21832,6 +22609,7 @@ "orig": "including", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21860,6 +22638,7 @@ "orig": "Islamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21888,6 +22667,7 @@ "orig": "Banks.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21918,6 +22698,7 @@ "orig": "51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -21946,6 +22727,7 @@ "orig": "IN THE NAME OF ALLAH, THE ALL-MERCIFUL, THE MOST MERCIFUL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_1", @@ -21974,6 +22756,7 @@ "orig": "All praise be to Allah, the Lord of all the worlds, and blessings and peace be ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22002,6 +22785,7 @@ "orig": "upon our master, Muhammad, and his household and all his companions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22030,6 +22814,7 @@ "orig": "Preface", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_2", @@ -22058,6 +22843,7 @@ "orig": "The purpose of this standard is to explain the Shari'ah rulings relating to ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22086,6 +22872,7 @@ "orig": "trading in currencies, as well as the conditions and precepts laid down by ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22114,6 +22901,7 @@ "orig": "the Shari'ah as to what is permissible in currency trading and what is not. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22142,6 +22930,7 @@ "orig": "The standard also explains some of the practices being applied by Islamic ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22170,6 +22959,7 @@ "orig": "financial Institutions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22198,6 +22988,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22226,6 +23017,7 @@ "orig": "(1) The word (Institution/Institutions) is used here to refer, in short, to Islamic financial ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", @@ -22254,12 +23046,16 @@ "orig": "institutions including Islamic Banks.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 1, "widget": false, "font_key": "/T1_0", "font_name": "/ANIIBJ+MinionPro-Regular" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.json b/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.json index 0efdb5af..5c8d0788 100644 --- a/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.json +++ b/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.json @@ -16367,23 +16367,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001125, + "decode_contents": 0.001015, "decode_dimensions": 1e-06, - "decode_page": 0.007243, - "decode_resources": 0.001445, - "sanitise_contents": 0.004027 + "decode_page": 0.008285, + "decode_resources": 0.001494, + "sanitise_contents": 0.001384 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001125, + "decode_contents": 0.001015, "decode_dimensions": 1e-06, - "decode_document": 0.007603, - "decode_page": 0.007243, - "decode_resources": 0.001445, - "decoding page 0": 0.007496, - "process_document_from_bytesio": 2.2e-05, - "sanitise_contents": 0.004027 + "decode_document": 0.008648, + "decode_page": 0.008285, + "decode_resources": 0.001494, + "decoding page 0": 0.008546, + "process_document_from_bytesio": 1.6e-05, + "sanitise_contents": 0.001384 } } \ No newline at end of file diff --git a/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.p=0.json b/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.p=0.json index 3a1edd3e..ef607b7a 100644 --- a/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/duplicate_bold_text_01.pdf.v2.p=0.json @@ -16367,23 +16367,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001167, + "decode_contents": 0.001054, "decode_dimensions": 1e-06, - "decode_page": 0.007223, - "decode_resources": 0.001393, - "sanitise_contents": 0.004028 + "decode_page": 0.008217, + "decode_resources": 0.001388, + "sanitise_contents": 0.001317 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001167, + "decode_contents": 0.001054, "decode_dimensions": 1e-06, - "decode_document": 0.007587, - "decode_page": 0.007223, - "decode_resources": 0.001393, - "decoding page 0": 0.007479, - "process_document_from_bytesio": 2.1e-05, - "sanitise_contents": 0.004028 + "decode_document": 0.008576, + "decode_page": 0.008217, + "decode_resources": 0.001388, + "decoding page 0": 0.008476, + "process_document_from_bytesio": 1.4e-05, + "sanitise_contents": 0.001317 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_01.pdf.page_no_1.py.json b/tests/data/groundtruth/font_01.pdf.page_no_1.py.json index c89552d5..0c5b6c9c 100644 --- a/tests/data/groundtruth/font_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/font_01.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -102,6 +103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130,6 +132,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -158,6 +161,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -186,6 +190,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -214,6 +219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -242,6 +248,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -270,6 +277,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -298,6 +306,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -326,6 +335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -354,6 +364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -382,6 +393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -410,6 +422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -438,6 +451,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -466,6 +480,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -494,6 +509,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -522,6 +538,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -550,6 +567,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -578,6 +596,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -606,6 +625,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -634,6 +654,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -662,6 +683,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -690,6 +712,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -718,6 +741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -746,6 +770,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -774,6 +799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -802,6 +828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -830,6 +857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -858,6 +886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -886,6 +915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -914,6 +944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -942,6 +973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -970,6 +1002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -998,6 +1031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1026,6 +1060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1054,6 +1089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1082,6 +1118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1110,6 +1147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1138,6 +1176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1166,6 +1205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1194,6 +1234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1222,6 +1263,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1250,6 +1292,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1278,6 +1321,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1306,6 +1350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1334,6 +1379,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1362,6 +1408,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1390,6 +1437,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1418,6 +1466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1446,6 +1495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1474,6 +1524,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1502,6 +1553,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1530,6 +1582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1558,6 +1611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1586,6 +1640,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1614,6 +1669,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1642,6 +1698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1670,6 +1727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1698,6 +1756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1726,6 +1785,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1754,6 +1814,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1782,6 +1843,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1810,6 +1872,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1838,6 +1901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1866,6 +1930,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1894,6 +1959,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1922,6 +1988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1950,6 +2017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -1978,6 +2046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2006,6 +2075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2034,6 +2104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2062,6 +2133,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2090,6 +2162,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2118,6 +2191,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2146,6 +2220,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2174,6 +2249,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2202,6 +2278,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2230,6 +2307,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2258,6 +2336,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2286,6 +2365,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2314,6 +2394,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2342,6 +2423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2370,6 +2452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2398,6 +2481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2426,6 +2510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2454,6 +2539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2482,6 +2568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2510,6 +2597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2538,6 +2626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2566,6 +2655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2594,6 +2684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2622,6 +2713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2650,6 +2742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2678,6 +2771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2706,6 +2800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2734,6 +2829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2762,6 +2858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2790,6 +2887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2818,6 +2916,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2846,6 +2945,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2874,6 +2974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2902,6 +3003,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2930,6 +3032,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2958,6 +3061,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -2986,6 +3090,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3014,6 +3119,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3042,6 +3148,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3070,6 +3177,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3098,6 +3206,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3126,6 +3235,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3154,6 +3264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3182,6 +3293,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3210,6 +3322,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3238,6 +3351,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3266,6 +3380,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3294,6 +3409,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3322,6 +3438,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3350,6 +3467,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3378,6 +3496,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3406,6 +3525,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3434,6 +3554,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3462,6 +3583,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3490,6 +3612,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3518,6 +3641,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3546,6 +3670,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3574,6 +3699,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3602,6 +3728,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3630,6 +3757,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3658,6 +3786,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3686,6 +3815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3714,6 +3844,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3742,6 +3873,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3770,6 +3902,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3798,6 +3931,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3826,6 +3960,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3854,6 +3989,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3882,6 +4018,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3910,6 +4047,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3938,6 +4076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3966,6 +4105,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -3994,6 +4134,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4022,6 +4163,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4050,6 +4192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4078,6 +4221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4106,6 +4250,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4134,6 +4279,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4162,6 +4308,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4190,6 +4337,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4218,6 +4366,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4246,6 +4395,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4274,6 +4424,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4302,6 +4453,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4330,6 +4482,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4358,6 +4511,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4386,6 +4540,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4414,6 +4569,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4442,6 +4598,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4470,6 +4627,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4498,6 +4656,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4526,6 +4685,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4554,6 +4714,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4582,6 +4743,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4610,6 +4772,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4638,6 +4801,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4666,6 +4830,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4694,6 +4859,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4722,6 +4888,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4750,6 +4917,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4778,6 +4946,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4806,6 +4975,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4834,6 +5004,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4862,6 +5033,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4890,6 +5062,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4918,6 +5091,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4946,6 +5120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -5002,6 +5178,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -5030,6 +5207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5058,6 +5236,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5114,6 +5294,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5142,6 +5323,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5170,6 +5352,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5198,6 +5381,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5226,6 +5410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5254,6 +5439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5282,6 +5468,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5310,6 +5497,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5338,6 +5526,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5366,6 +5555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5394,6 +5584,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5450,6 +5642,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5478,6 +5671,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5506,6 +5700,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5534,6 +5729,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5562,6 +5758,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5590,6 +5787,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5618,6 +5816,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5646,6 +5845,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5674,6 +5874,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5702,6 +5903,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5730,6 +5932,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5758,6 +5961,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5786,6 +5990,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5814,6 +6019,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5842,6 +6048,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5870,6 +6077,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5898,6 +6106,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5926,6 +6135,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5954,6 +6164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5982,6 +6193,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6010,6 +6222,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6038,6 +6251,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6066,6 +6280,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6094,6 +6309,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6122,6 +6338,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6150,6 +6367,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6178,6 +6396,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6206,6 +6425,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6234,6 +6454,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6262,6 +6483,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6290,6 +6512,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6318,6 +6541,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6346,6 +6570,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6374,6 +6599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6402,6 +6628,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6430,6 +6657,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6458,6 +6686,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6486,6 +6715,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6514,6 +6744,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6542,6 +6773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6570,6 +6802,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6598,6 +6831,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6626,6 +6860,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6654,6 +6889,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6682,6 +6918,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6710,6 +6947,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6738,6 +6976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6766,6 +7005,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6794,6 +7034,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6822,6 +7063,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6850,6 +7092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6878,6 +7121,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6906,6 +7150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6934,6 +7179,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6962,6 +7208,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6990,6 +7237,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7018,6 +7266,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7046,6 +7295,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7074,6 +7324,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7102,6 +7353,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7130,6 +7382,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7158,6 +7411,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7186,6 +7440,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7214,6 +7469,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7242,6 +7498,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7270,6 +7527,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7298,6 +7556,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7326,6 +7585,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7354,6 +7614,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7382,6 +7643,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7410,6 +7672,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7438,6 +7701,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7466,6 +7730,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7494,6 +7759,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7522,6 +7788,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7550,6 +7817,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7578,6 +7846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7606,6 +7875,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7634,6 +7904,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7662,6 +7933,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7690,6 +7962,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7718,6 +7991,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7746,6 +8020,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7774,6 +8049,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7802,6 +8078,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7830,6 +8107,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7858,6 +8136,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7886,6 +8165,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7914,6 +8194,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7942,6 +8223,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7970,6 +8252,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7998,6 +8281,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8026,6 +8310,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8054,6 +8339,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8082,6 +8368,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8110,6 +8397,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8138,6 +8426,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8166,6 +8455,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8194,6 +8484,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8222,6 +8513,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8250,6 +8542,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8278,6 +8571,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8306,6 +8600,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8334,6 +8629,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8362,6 +8658,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8390,6 +8687,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8418,6 +8716,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8446,6 +8745,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8474,6 +8774,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8502,6 +8803,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8530,6 +8832,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8558,6 +8861,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8586,6 +8890,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8614,6 +8919,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8642,6 +8948,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8670,6 +8977,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8698,6 +9006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8726,6 +9035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8754,6 +9064,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8782,6 +9093,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8810,6 +9122,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8838,6 +9151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8866,6 +9180,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8894,6 +9209,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8922,6 +9238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8950,6 +9267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8978,6 +9296,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9006,6 +9325,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9034,6 +9354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9062,6 +9383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9090,6 +9412,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9118,6 +9441,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9146,6 +9470,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9174,6 +9499,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9202,6 +9528,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9230,6 +9557,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9258,6 +9586,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9286,6 +9615,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9314,6 +9644,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9342,6 +9673,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9370,6 +9702,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9398,6 +9731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9426,6 +9760,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9454,6 +9789,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9482,6 +9818,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9510,6 +9847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9538,6 +9876,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9566,6 +9905,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9594,6 +9934,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9622,6 +9963,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9650,6 +9992,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9678,6 +10021,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9706,6 +10050,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9734,6 +10079,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9762,6 +10108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9790,6 +10137,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9818,6 +10166,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9846,6 +10195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9874,6 +10224,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9902,6 +10253,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9930,6 +10282,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9958,6 +10311,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9986,6 +10340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10014,6 +10369,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10042,6 +10398,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10070,6 +10427,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10098,6 +10456,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10126,6 +10485,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10154,6 +10514,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10182,6 +10543,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10210,6 +10572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10238,6 +10601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10266,6 +10630,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10294,6 +10659,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10322,6 +10688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10350,6 +10717,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10378,6 +10746,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10406,6 +10775,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10434,6 +10804,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10462,6 +10833,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10490,6 +10862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10518,6 +10891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10546,6 +10920,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10574,6 +10949,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10602,6 +10978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10630,6 +11007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10658,6 +11036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10686,6 +11065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10714,6 +11094,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10742,6 +11123,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10770,6 +11152,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10798,6 +11181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10826,6 +11210,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10854,6 +11239,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10882,6 +11268,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10910,6 +11297,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10938,6 +11326,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10966,6 +11355,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10994,6 +11384,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11022,6 +11413,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11050,6 +11442,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11078,6 +11471,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11106,6 +11500,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11134,6 +11529,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11162,6 +11558,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11190,6 +11587,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11218,6 +11616,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11246,6 +11645,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11274,6 +11674,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11302,6 +11703,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11330,6 +11732,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11358,6 +11761,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11386,6 +11790,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11414,6 +11819,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11442,6 +11848,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11470,6 +11877,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11498,6 +11906,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11526,6 +11935,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11554,6 +11964,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11582,6 +11993,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11610,6 +12022,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11638,6 +12051,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11666,6 +12080,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11694,6 +12109,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11722,6 +12138,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11750,6 +12167,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11778,6 +12196,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11806,6 +12225,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11834,6 +12254,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11862,6 +12283,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11890,6 +12312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11918,6 +12341,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11946,6 +12370,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11974,6 +12399,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12002,6 +12428,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12030,6 +12457,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12058,6 +12486,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12086,6 +12515,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12114,6 +12544,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12142,6 +12573,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12170,6 +12602,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12198,6 +12631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12226,6 +12660,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12254,6 +12689,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12282,6 +12718,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12310,6 +12747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12338,6 +12776,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12366,6 +12805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12394,6 +12834,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12422,6 +12863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12450,6 +12892,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12478,6 +12921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12506,6 +12950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12534,6 +12979,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12562,6 +13008,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12590,6 +13037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12618,6 +13066,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12646,6 +13095,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12674,6 +13124,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12702,6 +13153,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12730,6 +13182,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12758,6 +13211,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12786,6 +13240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12814,6 +13269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12842,6 +13298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12870,6 +13327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12898,6 +13356,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12926,6 +13385,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12954,6 +13414,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12982,6 +13443,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13010,6 +13472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13038,6 +13501,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13066,6 +13530,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13094,6 +13559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13122,6 +13588,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13150,6 +13617,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13178,6 +13646,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13206,6 +13675,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13234,6 +13704,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13262,6 +13733,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13290,6 +13762,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13318,6 +13791,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13346,6 +13820,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13374,6 +13849,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13402,6 +13878,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13430,6 +13907,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13458,6 +13936,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13486,6 +13965,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13514,6 +13994,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13542,6 +14023,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13570,6 +14052,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13598,6 +14081,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13626,6 +14110,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13654,6 +14139,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13682,6 +14168,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13710,6 +14197,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13738,6 +14226,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13766,6 +14255,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13794,6 +14284,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13822,6 +14313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13850,6 +14342,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13878,6 +14371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13906,6 +14400,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13934,6 +14429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13962,6 +14458,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13990,6 +14487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14018,6 +14516,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14046,6 +14545,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14074,6 +14574,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14102,6 +14603,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14158,6 +14661,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14186,6 +14690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14214,6 +14719,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14242,6 +14748,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14270,6 +14777,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14298,6 +14806,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14326,6 +14835,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14354,6 +14864,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14382,6 +14893,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14410,6 +14922,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14438,6 +14951,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14466,6 +14980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14494,6 +15009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14522,6 +15038,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14550,6 +15067,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14578,6 +15096,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14606,6 +15125,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14634,6 +15154,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14662,6 +15183,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14690,6 +15212,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14718,6 +15241,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14746,6 +15270,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14774,6 +15299,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14802,6 +15328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14830,6 +15357,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14858,6 +15386,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14886,6 +15415,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14914,6 +15444,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14942,6 +15473,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14970,6 +15502,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15026,6 +15560,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15054,6 +15589,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15082,6 +15618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15110,6 +15647,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15138,6 +15676,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15166,6 +15705,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15194,6 +15734,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15222,6 +15763,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15250,6 +15792,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15278,6 +15821,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15306,6 +15850,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15334,6 +15879,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15362,6 +15908,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15390,6 +15937,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15418,6 +15966,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15446,6 +15995,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15474,6 +16024,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15502,6 +16053,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15530,6 +16082,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15558,6 +16111,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15586,6 +16140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15614,6 +16169,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15642,6 +16198,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15670,6 +16227,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15698,6 +16256,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15726,6 +16285,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15754,6 +16314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15782,6 +16343,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15810,6 +16372,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15838,6 +16401,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15866,6 +16430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15894,6 +16459,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15922,6 +16488,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15950,6 +16517,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15978,6 +16546,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16006,6 +16575,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16034,6 +16604,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16062,6 +16633,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16090,6 +16662,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16118,6 +16691,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16146,6 +16720,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16174,6 +16749,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16202,6 +16778,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16230,6 +16807,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16258,6 +16836,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16286,6 +16865,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16314,6 +16894,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16342,6 +16923,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16370,6 +16952,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16398,6 +16981,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16426,6 +17010,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16454,6 +17039,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16482,6 +17068,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16510,6 +17097,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16538,6 +17126,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16566,6 +17155,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16594,6 +17184,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16622,6 +17213,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16650,6 +17242,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16678,6 +17271,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16706,6 +17300,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16734,6 +17329,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16762,6 +17358,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16790,6 +17387,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16818,6 +17416,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16846,6 +17445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16874,6 +17474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16902,6 +17503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16930,6 +17532,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16958,6 +17561,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16986,6 +17590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17014,6 +17619,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17042,6 +17648,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17070,6 +17677,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17098,6 +17706,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17126,6 +17735,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17154,6 +17764,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17182,6 +17793,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17210,6 +17822,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17238,6 +17851,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17266,6 +17880,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17294,6 +17909,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17322,6 +17938,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17350,6 +17967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17378,6 +17996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17406,6 +18025,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17434,6 +18054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17462,6 +18083,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17490,6 +18112,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17518,6 +18141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17546,6 +18170,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17574,6 +18199,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17602,6 +18228,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17630,6 +18257,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17658,6 +18286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17686,6 +18315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17714,6 +18344,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17742,6 +18373,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17770,6 +18402,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17798,6 +18431,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17826,6 +18460,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17854,6 +18489,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17882,6 +18518,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17910,6 +18547,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17938,6 +18576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17966,6 +18605,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -17994,6 +18634,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18022,6 +18663,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18050,6 +18692,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18078,6 +18721,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18106,6 +18750,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18134,6 +18779,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18162,6 +18808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18190,6 +18837,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18218,6 +18866,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18246,6 +18895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18274,6 +18924,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18302,6 +18953,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18330,6 +18982,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18358,6 +19011,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18386,6 +19040,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18414,6 +19069,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18442,6 +19098,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18470,6 +19127,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18498,6 +19156,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18526,6 +19185,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18554,6 +19214,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18582,6 +19243,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18610,6 +19272,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18638,6 +19301,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18666,6 +19330,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18694,6 +19359,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18722,6 +19388,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18750,6 +19417,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18778,6 +19446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18806,6 +19475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18834,6 +19504,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18862,6 +19533,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18890,6 +19562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18918,6 +19591,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18946,6 +19620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -18974,6 +19649,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19002,6 +19678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19030,6 +19707,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19058,6 +19736,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19086,6 +19765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19114,6 +19794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19142,6 +19823,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19170,6 +19852,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19198,6 +19881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19226,6 +19910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19254,6 +19939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19282,6 +19968,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19310,6 +19997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19338,6 +20026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19366,6 +20055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19394,6 +20084,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19422,6 +20113,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19450,6 +20142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19478,6 +20171,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19506,6 +20200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19534,6 +20229,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19562,6 +20258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19590,6 +20287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19618,6 +20316,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19646,6 +20345,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19674,6 +20374,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19702,6 +20403,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19730,6 +20432,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19758,6 +20461,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19786,6 +20490,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19814,6 +20519,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19842,6 +20548,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19870,6 +20577,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19898,6 +20606,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19926,6 +20635,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19954,6 +20664,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -19982,6 +20693,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20010,6 +20722,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20038,6 +20751,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20066,6 +20780,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20094,6 +20809,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20122,6 +20838,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20150,6 +20867,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20178,6 +20896,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20206,6 +20925,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20234,6 +20954,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20262,6 +20983,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20290,6 +21012,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20318,6 +21041,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20346,6 +21070,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20374,6 +21099,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20402,6 +21128,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20430,6 +21157,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20458,6 +21186,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20486,6 +21215,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20514,6 +21244,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20542,6 +21273,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20570,6 +21302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20598,6 +21331,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20626,6 +21360,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20654,6 +21389,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20682,6 +21418,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20710,6 +21447,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20738,6 +21476,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20766,6 +21505,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20794,6 +21534,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20822,6 +21563,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20850,6 +21592,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20878,6 +21621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20906,6 +21650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20934,6 +21679,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20962,6 +21708,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -20990,6 +21737,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21018,6 +21766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21046,6 +21795,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21074,6 +21824,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21102,6 +21853,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21130,6 +21882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21158,6 +21911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21186,6 +21940,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21214,6 +21969,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21242,6 +21998,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21270,6 +22027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21298,6 +22056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21326,6 +22085,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21354,6 +22114,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21382,6 +22143,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21410,6 +22172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21438,6 +22201,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21466,6 +22230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21494,6 +22259,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21522,6 +22288,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21550,6 +22317,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21578,6 +22346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21606,6 +22375,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21634,6 +22404,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21662,6 +22433,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21690,6 +22462,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21718,6 +22491,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21746,6 +22520,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21774,6 +22549,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21802,6 +22578,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21830,6 +22607,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21858,6 +22636,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21886,6 +22665,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21914,6 +22694,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21942,6 +22723,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21970,6 +22752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -21998,6 +22781,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -22026,6 +22810,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -22054,6 +22839,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -22082,6 +22868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22110,6 +22897,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22138,6 +22926,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22166,6 +22955,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22194,6 +22984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22222,6 +23013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22250,6 +23042,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22278,6 +23071,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22306,6 +23100,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22334,6 +23129,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22362,6 +23158,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22390,6 +23187,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22418,6 +23216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22446,6 +23245,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22474,6 +23274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22502,6 +23303,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22530,6 +23332,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22558,6 +23361,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22586,6 +23390,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22614,6 +23419,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22642,6 +23448,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22670,6 +23477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22698,6 +23506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22726,6 +23535,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22754,6 +23564,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22782,6 +23593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22810,6 +23622,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22838,6 +23651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22866,6 +23680,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22894,6 +23709,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22922,6 +23738,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22950,6 +23767,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22978,6 +23796,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23006,6 +23825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23034,6 +23854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23062,6 +23883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23090,6 +23912,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23118,6 +23941,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23146,6 +23970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23174,6 +23999,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23202,6 +24028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23230,6 +24057,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23258,6 +24086,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23286,6 +24115,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23314,6 +24144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23342,6 +24173,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23370,6 +24202,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23398,6 +24231,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23426,6 +24260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23454,6 +24289,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23482,6 +24318,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23510,6 +24347,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23538,6 +24376,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23566,6 +24405,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23594,6 +24434,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23622,6 +24463,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23650,6 +24492,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23678,6 +24521,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23706,6 +24550,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23734,6 +24579,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23762,6 +24608,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23790,6 +24637,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23818,6 +24666,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23846,6 +24695,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23874,6 +24724,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23902,6 +24753,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23930,6 +24782,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23958,6 +24811,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23986,6 +24840,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24014,6 +24869,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24042,6 +24898,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24070,6 +24927,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24098,6 +24956,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24126,6 +24985,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24154,6 +25014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24182,6 +25043,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24210,6 +25072,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24238,6 +25101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24266,6 +25130,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24294,6 +25159,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24322,6 +25188,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24350,6 +25217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24378,6 +25246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24406,6 +25275,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24434,6 +25304,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24462,6 +25333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24490,6 +25362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24518,6 +25391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24546,6 +25420,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24574,6 +25449,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24602,6 +25478,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24630,6 +25507,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24658,6 +25536,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24686,6 +25565,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24714,6 +25594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24742,6 +25623,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24770,6 +25652,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24798,6 +25681,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24826,6 +25710,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24854,6 +25739,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24882,6 +25768,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24910,6 +25797,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24938,6 +25826,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24966,6 +25855,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24994,6 +25884,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25022,6 +25913,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25050,6 +25942,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25078,6 +25971,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25106,6 +26000,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25134,6 +26029,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25162,6 +26058,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25190,6 +26087,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25218,6 +26116,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25246,6 +26145,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25274,6 +26174,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25302,6 +26203,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25330,6 +26232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25358,6 +26261,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25386,6 +26290,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25414,6 +26319,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25442,6 +26348,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25470,6 +26377,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25498,6 +26406,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25526,6 +26435,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25554,6 +26464,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25582,6 +26493,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25610,6 +26522,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25638,6 +26551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25666,6 +26580,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25694,6 +26609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25722,6 +26638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25750,6 +26667,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25778,6 +26696,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25806,6 +26725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25834,6 +26754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25862,6 +26783,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25890,6 +26812,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25918,6 +26841,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25946,6 +26870,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25974,6 +26899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26002,6 +26928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26030,6 +26957,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26058,6 +26986,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26086,6 +27015,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26114,6 +27044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26142,6 +27073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26170,6 +27102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26198,6 +27131,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26226,6 +27160,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26254,6 +27189,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26282,6 +27218,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26310,6 +27247,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26338,6 +27276,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26366,6 +27305,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26394,6 +27334,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26422,6 +27363,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26450,6 +27392,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26478,6 +27421,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26506,6 +27450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26534,6 +27479,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26562,6 +27508,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26590,6 +27537,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26618,6 +27566,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26646,6 +27595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26674,6 +27624,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26702,6 +27653,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26730,6 +27682,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26758,6 +27711,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26786,6 +27740,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26814,6 +27769,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26870,6 +27827,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26898,6 +27856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26926,6 +27885,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26954,6 +27914,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26982,6 +27943,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27010,6 +27972,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27038,6 +28001,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27066,6 +28030,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27094,6 +28059,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27122,6 +28088,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27150,6 +28117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27178,6 +28146,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27206,6 +28175,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27234,6 +28204,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27262,6 +28233,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27290,6 +28262,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27318,6 +28291,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27346,6 +28320,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27374,6 +28349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27402,6 +28378,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27430,6 +28407,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27458,6 +28436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27486,6 +28465,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27514,6 +28494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27542,6 +28523,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27570,6 +28552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27598,6 +28581,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27626,6 +28610,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27654,6 +28639,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27682,6 +28668,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27710,6 +28697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27738,6 +28726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27766,6 +28755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27794,6 +28784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27822,6 +28813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27850,6 +28842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27878,6 +28871,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27906,6 +28900,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27934,6 +28929,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27962,6 +28958,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27990,6 +28987,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28018,6 +29016,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28046,6 +29045,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28074,6 +29074,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28102,6 +29103,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28130,6 +29132,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28158,6 +29161,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28186,6 +29190,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28214,6 +29219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28242,6 +29248,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28270,6 +29277,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28298,6 +29306,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28326,6 +29335,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28354,6 +29364,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28382,6 +29393,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28410,6 +29422,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28438,6 +29451,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28466,6 +29480,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28494,6 +29509,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28522,6 +29538,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28550,6 +29567,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28578,6 +29596,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28606,6 +29625,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28634,6 +29654,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28662,6 +29683,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28690,6 +29712,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28718,6 +29741,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28746,6 +29770,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28774,6 +29799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28802,6 +29828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28830,6 +29857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28858,6 +29886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28886,6 +29915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28914,6 +29944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28942,6 +29973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28970,6 +30002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28998,6 +30031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29026,6 +30060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29054,6 +30089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29082,6 +30118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29110,6 +30147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29138,6 +30176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29166,6 +30205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29194,6 +30234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29222,6 +30263,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29250,6 +30292,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29278,6 +30321,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29306,6 +30350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29334,6 +30379,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29362,6 +30408,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29390,6 +30437,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29418,6 +30466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29446,6 +30495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29474,6 +30524,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29502,6 +30553,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29530,6 +30582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29558,6 +30611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29586,6 +30640,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29614,6 +30669,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29642,6 +30698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29670,6 +30727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29698,6 +30756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29726,6 +30785,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29754,6 +30814,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29782,6 +30843,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29810,6 +30872,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29838,6 +30901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29866,6 +30930,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29894,6 +30959,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29922,6 +30988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29950,6 +31017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29978,6 +31046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30006,6 +31075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30034,6 +31104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30062,6 +31133,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30090,6 +31162,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30118,6 +31191,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30146,6 +31220,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30174,6 +31249,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30202,6 +31278,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30230,6 +31307,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30258,6 +31336,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30286,6 +31365,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30314,6 +31394,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30342,6 +31423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30370,6 +31452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30398,6 +31481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30426,6 +31510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30454,6 +31539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30482,6 +31568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30510,6 +31597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30538,6 +31626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30566,6 +31655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30594,6 +31684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30622,6 +31713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30650,6 +31742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30678,6 +31771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30706,6 +31800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30734,6 +31829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30762,6 +31858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30790,6 +31887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30818,6 +31916,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30846,6 +31945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30874,6 +31974,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30902,6 +32003,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30930,6 +32032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30958,6 +32061,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30986,6 +32090,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31014,6 +32119,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31042,6 +32148,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31070,6 +32177,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31098,6 +32206,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31126,6 +32235,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31154,6 +32264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31182,6 +32293,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31210,6 +32322,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31238,6 +32351,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31266,6 +32380,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31294,6 +32409,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31322,6 +32438,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31350,6 +32467,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31378,6 +32496,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31406,6 +32525,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31434,6 +32554,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31462,6 +32583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31490,6 +32612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31518,6 +32641,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31546,6 +32670,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31574,6 +32699,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31602,6 +32728,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31630,6 +32757,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31658,6 +32786,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31686,6 +32815,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31714,6 +32844,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31742,6 +32873,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31770,6 +32902,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31798,6 +32931,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31826,6 +32960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31854,6 +32989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31882,6 +33018,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31910,6 +33047,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31938,6 +33076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31966,6 +33105,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31994,6 +33134,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32022,6 +33163,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32050,6 +33192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32078,6 +33221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32106,6 +33250,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32134,6 +33279,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32162,6 +33308,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32190,6 +33337,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32218,6 +33366,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32246,6 +33395,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32274,6 +33424,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32302,6 +33453,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32330,6 +33482,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32358,6 +33511,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32386,6 +33540,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32414,6 +33569,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32442,6 +33598,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32470,6 +33627,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32498,6 +33656,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32526,6 +33685,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32554,6 +33714,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32582,6 +33743,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32610,6 +33772,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32638,6 +33801,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32666,6 +33830,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32694,6 +33859,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32722,6 +33888,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32750,6 +33917,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32778,6 +33946,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32806,6 +33975,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32834,6 +34004,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32862,6 +34033,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32890,6 +34062,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32918,6 +34091,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32946,6 +34120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32974,6 +34149,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33002,6 +34178,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33030,6 +34207,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33058,6 +34236,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33086,6 +34265,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33114,6 +34294,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33142,6 +34323,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33170,6 +34352,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33198,6 +34381,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33226,6 +34410,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33254,6 +34439,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33282,6 +34468,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33310,6 +34497,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33338,6 +34526,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33366,6 +34555,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33394,6 +34584,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33422,6 +34613,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33450,6 +34642,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33478,6 +34671,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33506,6 +34700,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33534,6 +34729,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33562,6 +34758,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33590,6 +34787,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33618,6 +34816,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33646,6 +34845,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33674,6 +34874,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33702,6 +34903,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33730,6 +34932,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33758,6 +34961,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33786,6 +34990,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33814,6 +35019,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33842,6 +35048,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33870,6 +35077,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33898,6 +35106,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33926,6 +35135,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33954,6 +35164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33982,6 +35193,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34010,6 +35222,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34038,6 +35251,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34066,6 +35280,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34094,6 +35309,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34122,6 +35338,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34150,6 +35367,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34178,6 +35396,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34206,6 +35425,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34234,6 +35454,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34262,6 +35483,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34290,6 +35512,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34318,6 +35541,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34346,6 +35570,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34374,6 +35599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34402,6 +35628,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34430,6 +35657,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34458,6 +35686,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34486,6 +35715,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34514,6 +35744,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34542,6 +35773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34570,6 +35802,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34598,6 +35831,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34626,6 +35860,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34654,6 +35889,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34682,6 +35918,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34710,6 +35947,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34738,6 +35976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34766,6 +36005,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34794,6 +36034,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34822,6 +36063,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34850,6 +36092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34878,6 +36121,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34906,6 +36150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34934,6 +36179,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34962,6 +36208,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34990,6 +36237,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35018,6 +36266,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35046,6 +36295,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35074,6 +36324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35102,6 +36353,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35130,6 +36382,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35158,6 +36411,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35186,6 +36440,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35214,6 +36469,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35242,6 +36498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35270,6 +36527,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35298,6 +36556,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35326,6 +36585,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35354,6 +36614,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35382,6 +36643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35410,6 +36672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35438,6 +36701,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35466,6 +36730,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35494,6 +36759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35522,6 +36788,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35550,6 +36817,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35578,6 +36846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35606,6 +36875,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35634,6 +36904,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35662,6 +36933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35690,6 +36962,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35718,6 +36991,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35746,6 +37020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35774,6 +37049,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35802,6 +37078,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35830,6 +37107,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35858,6 +37136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35886,6 +37165,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35914,6 +37194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35942,6 +37223,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35970,6 +37252,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35998,6 +37281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36026,6 +37310,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36054,6 +37339,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36082,6 +37368,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36110,6 +37397,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36138,6 +37426,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36166,6 +37455,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36194,6 +37484,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36222,6 +37513,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36250,6 +37542,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36278,6 +37571,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36306,6 +37600,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36334,6 +37629,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36362,6 +37658,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36390,6 +37687,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36418,6 +37716,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36446,6 +37745,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36474,6 +37774,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36502,6 +37803,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36530,6 +37832,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36558,6 +37861,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36586,6 +37890,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36614,6 +37919,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36642,6 +37948,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36670,6 +37977,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36698,6 +38006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36726,6 +38035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36754,6 +38064,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36782,6 +38093,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36810,6 +38122,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36838,6 +38151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36866,6 +38180,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36894,6 +38209,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36922,6 +38238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36950,6 +38267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36978,6 +38296,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37006,6 +38325,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37034,6 +38354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37062,6 +38383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37090,6 +38412,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37118,6 +38441,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37146,6 +38470,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37174,6 +38499,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37202,6 +38528,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37230,6 +38557,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37258,6 +38586,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37286,6 +38615,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37314,6 +38644,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37342,6 +38673,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37370,6 +38702,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37398,6 +38731,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37426,6 +38760,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37454,6 +38789,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37482,6 +38818,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37510,6 +38847,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37538,6 +38876,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37566,6 +38905,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37594,6 +38934,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37622,6 +38963,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37650,6 +38992,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37678,6 +39021,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37706,6 +39050,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37734,6 +39079,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37762,6 +39108,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37790,6 +39137,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37818,6 +39166,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37846,6 +39195,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37874,6 +39224,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37902,6 +39253,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37930,6 +39282,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37958,6 +39311,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37986,6 +39340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38014,6 +39369,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38042,6 +39398,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38070,6 +39427,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38098,6 +39456,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38126,6 +39485,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38154,6 +39514,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38182,6 +39543,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38210,6 +39572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38238,6 +39601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38266,6 +39630,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38294,6 +39659,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38322,6 +39688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38350,6 +39717,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38378,6 +39746,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38406,6 +39775,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38434,6 +39804,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38462,6 +39833,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38490,6 +39862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38518,6 +39891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38546,6 +39920,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38574,6 +39949,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38602,6 +39978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38630,6 +40007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38658,6 +40036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38686,6 +40065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38714,6 +40094,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38742,6 +40123,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38770,6 +40152,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38798,6 +40181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38826,6 +40210,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38854,6 +40239,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38882,6 +40268,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38910,6 +40297,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38938,6 +40326,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38966,6 +40355,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38994,6 +40384,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39022,6 +40413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39050,6 +40442,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39078,6 +40471,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39106,6 +40500,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39134,6 +40529,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39162,6 +40558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39190,6 +40587,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39218,6 +40616,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39246,6 +40645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39274,6 +40674,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39302,6 +40703,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39330,6 +40732,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39358,6 +40761,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39386,6 +40790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39414,6 +40819,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39442,6 +40848,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39470,6 +40877,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39498,6 +40906,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39526,6 +40935,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39554,6 +40964,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39582,6 +40993,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39610,6 +41022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39638,6 +41051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39666,6 +41080,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39694,6 +41109,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39722,6 +41138,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39750,6 +41167,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39778,6 +41196,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39806,6 +41225,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39834,6 +41254,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39862,6 +41283,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39890,6 +41312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39918,6 +41341,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39946,6 +41370,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39974,6 +41399,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40002,6 +41428,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40030,6 +41457,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40058,6 +41486,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40086,6 +41515,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40114,6 +41544,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40142,6 +41573,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40170,6 +41602,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40198,6 +41631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40226,6 +41660,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40254,6 +41689,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40282,6 +41718,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40310,6 +41747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40338,6 +41776,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40366,6 +41805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40394,6 +41834,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40422,6 +41863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40450,6 +41892,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40478,6 +41921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40506,6 +41950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40534,6 +41979,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40562,6 +42008,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40590,6 +42037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40618,6 +42066,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40646,6 +42095,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40674,6 +42124,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40702,6 +42153,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40730,6 +42182,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40758,6 +42211,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40786,6 +42240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40814,6 +42269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40842,6 +42298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40870,6 +42327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40898,6 +42356,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40926,6 +42385,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40954,6 +42414,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -40982,6 +42443,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41010,6 +42472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41038,6 +42501,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41066,6 +42530,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41094,6 +42559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41122,6 +42588,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41150,6 +42617,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41178,6 +42646,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41206,6 +42675,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41234,6 +42704,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41262,6 +42733,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41290,6 +42762,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41318,6 +42791,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41346,6 +42820,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41374,6 +42849,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41402,6 +42878,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41430,6 +42907,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41458,6 +42936,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41486,6 +42965,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41514,6 +42994,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41542,6 +43023,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41570,6 +43052,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41598,6 +43081,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41626,6 +43110,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41654,6 +43139,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41682,6 +43168,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41710,6 +43197,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41738,6 +43226,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41766,6 +43255,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41794,6 +43284,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41822,6 +43313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41850,6 +43342,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41878,6 +43371,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41906,6 +43400,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41934,6 +43429,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41962,6 +43458,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -41990,6 +43487,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42018,6 +43516,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42046,6 +43545,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42074,6 +43574,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42102,6 +43603,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42130,6 +43632,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42158,6 +43661,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42186,6 +43690,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42214,6 +43719,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42242,6 +43748,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42270,6 +43777,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42298,6 +43806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42326,6 +43835,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42354,6 +43864,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42382,6 +43893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42410,6 +43922,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42438,6 +43951,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42466,6 +43980,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42494,6 +44009,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42522,6 +44038,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42550,6 +44067,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42578,6 +44096,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42606,6 +44125,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42634,6 +44154,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42662,6 +44183,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42690,6 +44212,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42718,6 +44241,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42746,6 +44270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42774,6 +44299,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42802,6 +44328,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42830,6 +44357,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42858,6 +44386,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42886,6 +44415,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42914,6 +44444,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42942,6 +44473,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42970,6 +44502,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -42998,6 +44531,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43026,6 +44560,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43054,6 +44589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43082,6 +44618,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43110,6 +44647,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43138,6 +44676,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43166,6 +44705,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43194,6 +44734,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43222,6 +44763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43250,6 +44792,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43278,6 +44821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43306,6 +44850,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43334,6 +44879,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43362,6 +44908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43390,6 +44937,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43418,6 +44966,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43446,6 +44995,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43474,6 +45024,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43502,6 +45053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43530,6 +45082,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43558,6 +45111,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43586,6 +45140,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43614,6 +45169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43642,6 +45198,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43670,6 +45227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43698,6 +45256,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43726,6 +45285,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43754,6 +45314,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43782,6 +45343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43810,6 +45372,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43838,6 +45401,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43866,6 +45430,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43894,6 +45459,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43922,6 +45488,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43950,6 +45517,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -43978,6 +45546,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44006,6 +45575,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44034,6 +45604,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44062,6 +45633,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44090,6 +45662,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44118,6 +45691,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44146,6 +45720,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44174,6 +45749,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44202,6 +45778,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44230,6 +45807,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44258,6 +45836,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44286,6 +45865,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44314,6 +45894,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44342,6 +45923,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44370,6 +45952,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44398,6 +45981,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44426,6 +46010,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44454,6 +46039,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44482,6 +46068,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44510,6 +46097,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44538,6 +46126,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44566,6 +46155,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44594,6 +46184,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44622,6 +46213,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44650,6 +46242,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44678,6 +46271,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44706,6 +46300,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44734,6 +46329,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44762,6 +46358,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44790,6 +46387,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44818,6 +46416,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44846,6 +46445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44874,6 +46474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44902,6 +46503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44930,6 +46532,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44958,6 +46561,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -44986,6 +46590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45014,6 +46619,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45042,6 +46648,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45070,6 +46677,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45098,6 +46706,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45126,6 +46735,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45154,6 +46764,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45182,6 +46793,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45210,6 +46822,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45238,6 +46851,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45266,6 +46880,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45294,6 +46909,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45322,6 +46938,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45350,6 +46967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45378,6 +46996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45406,6 +47025,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45434,6 +47054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45462,6 +47083,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45490,6 +47112,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45518,6 +47141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45546,6 +47170,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45574,6 +47199,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45602,6 +47228,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45630,6 +47257,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45658,6 +47286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45686,6 +47315,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45714,6 +47344,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45742,6 +47373,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45770,6 +47402,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45798,6 +47431,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45826,6 +47460,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45854,6 +47489,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45882,6 +47518,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45910,6 +47547,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45938,6 +47576,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45966,6 +47605,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -45994,6 +47634,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46022,6 +47663,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46050,6 +47692,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46078,6 +47721,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46106,6 +47750,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46134,6 +47779,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46162,6 +47808,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46190,6 +47837,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46218,6 +47866,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46246,6 +47895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46274,6 +47924,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46302,6 +47953,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46330,6 +47982,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46358,6 +48011,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46386,6 +48040,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46414,6 +48069,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46442,6 +48098,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46470,6 +48127,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46498,6 +48156,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46526,6 +48185,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46554,6 +48214,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46582,6 +48243,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46610,6 +48272,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46638,6 +48301,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46666,6 +48330,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46694,6 +48359,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46722,6 +48388,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46750,6 +48417,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46778,6 +48446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46806,6 +48475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46834,6 +48504,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46862,6 +48533,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46890,6 +48562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46918,6 +48591,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46946,6 +48620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -46974,6 +48649,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47002,6 +48678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47030,6 +48707,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47058,6 +48736,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47086,6 +48765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47114,6 +48794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47142,6 +48823,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47170,6 +48852,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47198,6 +48881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47226,6 +48910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47254,6 +48939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47282,6 +48968,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47310,6 +48997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47338,6 +49026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47366,6 +49055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47394,6 +49084,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47422,6 +49113,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47450,6 +49142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47478,6 +49171,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47506,6 +49200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47534,6 +49229,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47562,6 +49258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47590,6 +49287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47618,6 +49316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47646,6 +49345,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47674,6 +49374,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47702,6 +49403,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -47730,6 +49432,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47758,6 +49461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47786,6 +49490,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47814,6 +49519,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47842,6 +49548,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47870,6 +49577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47898,6 +49606,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47926,6 +49635,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47954,6 +49664,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -47982,6 +49693,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48010,6 +49722,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48038,6 +49751,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48066,6 +49780,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48094,6 +49809,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48122,6 +49838,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48150,6 +49867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48178,6 +49896,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48206,6 +49925,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48234,6 +49954,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48262,6 +49983,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48290,6 +50012,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48318,6 +50041,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48346,6 +50070,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48374,6 +50099,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48402,6 +50128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48430,6 +50157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48458,6 +50186,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48486,6 +50215,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48514,6 +50244,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48542,6 +50273,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48570,6 +50302,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48598,6 +50331,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48626,6 +50360,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48654,6 +50389,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48682,6 +50418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48710,6 +50447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48738,6 +50476,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48766,6 +50505,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48794,6 +50534,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48822,6 +50563,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48850,6 +50592,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48878,6 +50621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48906,6 +50650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48934,6 +50679,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48962,6 +50708,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -48990,6 +50737,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49018,6 +50766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49046,6 +50795,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49074,6 +50824,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49102,6 +50853,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49130,6 +50882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49158,6 +50911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49186,6 +50940,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49214,6 +50969,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49242,6 +50998,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49270,6 +51027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49298,6 +51056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49326,6 +51085,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49354,6 +51114,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49382,6 +51143,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49410,6 +51172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49438,6 +51201,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49466,6 +51230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49494,6 +51259,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49522,6 +51288,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49550,6 +51317,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49578,6 +51346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49606,6 +51375,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49634,6 +51404,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49662,6 +51433,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49690,6 +51462,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49718,6 +51491,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49746,6 +51520,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49774,6 +51549,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49802,6 +51578,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49830,6 +51607,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49858,6 +51636,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49886,6 +51665,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49914,6 +51694,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49942,6 +51723,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49970,6 +51752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -49998,6 +51781,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50026,6 +51810,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50054,6 +51839,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50082,6 +51868,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50110,6 +51897,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50138,6 +51926,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50166,6 +51955,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50194,6 +51984,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50222,6 +52013,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50250,6 +52042,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50278,6 +52071,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50306,6 +52100,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50334,6 +52129,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50362,6 +52158,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50390,6 +52187,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50418,6 +52216,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50446,6 +52245,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50474,6 +52274,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50502,6 +52303,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50530,6 +52332,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50558,6 +52361,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50586,6 +52390,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50614,6 +52419,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50642,6 +52448,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50670,6 +52477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50698,6 +52506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50726,6 +52535,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50754,6 +52564,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50782,6 +52593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50810,6 +52622,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50838,6 +52651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50866,6 +52680,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50894,6 +52709,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50922,6 +52738,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50950,6 +52767,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -50978,6 +52796,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51006,6 +52825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51034,6 +52854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51062,6 +52883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51090,6 +52912,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51118,6 +52941,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51146,6 +52970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51174,6 +52999,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51202,6 +53028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51230,6 +53057,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51258,6 +53086,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51286,6 +53115,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51314,6 +53144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51342,6 +53173,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51370,6 +53202,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51398,6 +53231,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51426,6 +53260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51454,6 +53289,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51482,6 +53318,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51510,6 +53347,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51538,6 +53376,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51566,6 +53405,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51594,6 +53434,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51622,6 +53463,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51650,6 +53492,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -51678,6 +53521,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51706,6 +53550,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51734,6 +53579,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51762,6 +53608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51790,6 +53637,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51818,6 +53666,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51846,6 +53695,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51874,6 +53724,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51902,6 +53753,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51930,6 +53782,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51958,6 +53811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -51986,6 +53840,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52014,6 +53869,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52042,6 +53898,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52070,6 +53927,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52098,6 +53956,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52126,6 +53985,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52154,6 +54014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52182,6 +54043,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52210,6 +54072,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52238,6 +54101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52266,6 +54130,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52294,6 +54159,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52322,6 +54188,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52350,6 +54217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52378,6 +54246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52406,6 +54275,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52434,6 +54304,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52462,6 +54333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52490,6 +54362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52518,6 +54391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52546,6 +54420,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52574,6 +54449,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52602,6 +54478,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52630,6 +54507,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52658,6 +54536,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52686,6 +54565,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52714,6 +54594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52742,6 +54623,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52770,6 +54652,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52798,6 +54681,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52826,6 +54710,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52854,6 +54739,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52882,6 +54768,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52910,6 +54797,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52938,6 +54826,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52966,6 +54855,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -52994,6 +54884,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53022,6 +54913,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53050,6 +54942,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53078,6 +54971,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53106,6 +55000,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53134,6 +55029,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53162,6 +55058,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53190,6 +55087,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53218,6 +55116,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53246,6 +55145,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53274,6 +55174,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53302,6 +55203,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53330,6 +55232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53358,6 +55261,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53386,6 +55290,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53414,6 +55319,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53442,6 +55348,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53470,6 +55377,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53498,6 +55406,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53526,6 +55435,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53554,6 +55464,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53582,6 +55493,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53610,6 +55522,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53638,6 +55551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53666,6 +55580,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53694,6 +55609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53722,6 +55638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53750,6 +55667,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53778,6 +55696,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53806,6 +55725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53834,6 +55754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53862,6 +55783,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53890,6 +55812,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53918,6 +55841,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53946,6 +55870,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -53974,6 +55899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54002,6 +55928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54030,6 +55957,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54058,6 +55986,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54086,6 +56015,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54114,6 +56044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54142,6 +56073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54170,6 +56102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54198,6 +56131,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54226,6 +56160,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54254,6 +56189,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54282,6 +56218,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54310,6 +56247,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54338,6 +56276,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54366,6 +56305,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54394,6 +56334,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54422,6 +56363,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54450,6 +56392,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54478,6 +56421,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54506,6 +56450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54534,6 +56479,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54562,6 +56508,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54590,6 +56537,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54618,6 +56566,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54646,6 +56595,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54674,6 +56624,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54702,6 +56653,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54730,6 +56682,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54758,6 +56711,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54786,6 +56740,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54814,6 +56769,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54842,6 +56798,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54870,6 +56827,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54898,6 +56856,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54926,6 +56885,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54954,6 +56914,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -54982,6 +56943,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55010,6 +56972,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55038,6 +57001,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55066,6 +57030,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55094,6 +57059,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55122,6 +57088,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55150,6 +57117,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55178,6 +57146,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55206,6 +57175,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55234,6 +57204,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55262,6 +57233,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55290,6 +57262,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55318,6 +57291,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55346,6 +57320,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55374,6 +57349,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55402,6 +57378,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55430,6 +57407,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55458,6 +57436,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55486,6 +57465,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55514,6 +57494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55542,6 +57523,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55570,6 +57552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55598,6 +57581,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55626,6 +57610,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55654,6 +57639,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55682,6 +57668,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55710,6 +57697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55738,6 +57726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55766,6 +57755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55794,6 +57784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55822,6 +57813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55850,6 +57842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55878,6 +57871,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55906,6 +57900,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55934,6 +57929,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55962,6 +57958,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -55990,6 +57987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56018,6 +58016,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56046,6 +58045,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56074,6 +58074,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56102,6 +58103,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56130,6 +58132,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56158,6 +58161,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56186,6 +58190,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56214,6 +58219,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56242,6 +58248,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56270,6 +58277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56298,6 +58306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56326,6 +58335,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56354,6 +58364,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56382,6 +58393,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56410,6 +58422,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56438,6 +58451,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56466,6 +58480,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56494,6 +58509,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56522,6 +58538,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56550,6 +58567,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56578,6 +58596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56606,6 +58625,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56634,6 +58654,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56662,6 +58683,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56690,6 +58712,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56718,6 +58741,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56746,6 +58770,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56774,6 +58799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56802,6 +58828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56830,6 +58857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56858,6 +58886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56886,6 +58915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56914,6 +58944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56942,6 +58973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56970,6 +59002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56998,6 +59031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57026,6 +59060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57054,6 +59089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57082,6 +59118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57110,6 +59147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57138,6 +59176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57166,6 +59205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57194,6 +59234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57222,6 +59263,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57250,6 +59292,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57278,6 +59321,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57306,6 +59350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57334,6 +59379,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57362,6 +59408,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57390,6 +59437,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57418,6 +59466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57446,6 +59495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57474,6 +59524,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57502,6 +59553,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57530,6 +59582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57558,6 +59611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57586,6 +59640,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57614,6 +59669,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57642,6 +59698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57670,6 +59727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57698,6 +59756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57726,6 +59785,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57754,6 +59814,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57782,6 +59843,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57810,6 +59872,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57838,6 +59901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57866,6 +59930,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57894,6 +59959,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57922,6 +59988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57950,6 +60017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57978,6 +60046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58006,6 +60075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58034,6 +60104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58062,6 +60133,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58090,6 +60162,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58118,6 +60191,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58146,6 +60220,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58174,6 +60249,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58202,6 +60278,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58230,6 +60307,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58258,6 +60336,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58286,6 +60365,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58314,6 +60394,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58342,6 +60423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58370,6 +60452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58398,6 +60481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58426,6 +60510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58454,6 +60539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58482,6 +60568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58510,6 +60597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58538,6 +60626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58566,6 +60655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58594,6 +60684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58622,6 +60713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58650,6 +60742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58678,6 +60771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58706,6 +60800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58734,6 +60829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58762,6 +60858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58790,6 +60887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58818,6 +60916,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58846,6 +60945,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58874,6 +60974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58902,6 +61003,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58930,6 +61032,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58958,6 +61061,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58986,6 +61090,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59014,6 +61119,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59042,6 +61148,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59070,6 +61177,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59098,6 +61206,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59126,6 +61235,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59154,6 +61264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59182,6 +61293,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59210,6 +61322,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59238,6 +61351,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59266,6 +61380,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59294,6 +61409,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59322,6 +61438,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59350,6 +61467,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59378,6 +61496,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59406,6 +61525,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59434,6 +61554,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59462,6 +61583,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59490,6 +61612,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59518,6 +61641,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59546,6 +61670,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59574,6 +61699,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59602,6 +61728,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59630,6 +61757,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59658,6 +61786,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59686,6 +61815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59714,6 +61844,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59742,6 +61873,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59770,6 +61902,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59798,6 +61931,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59826,6 +61960,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59854,6 +61989,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59882,6 +62018,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59910,6 +62047,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59938,6 +62076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59966,6 +62105,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59994,6 +62134,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60022,6 +62163,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60050,6 +62192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60078,6 +62221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60106,6 +62250,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60134,6 +62279,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60162,6 +62308,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60190,6 +62337,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60218,6 +62366,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60246,6 +62395,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60274,6 +62424,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60302,6 +62453,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60330,6 +62482,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60358,6 +62511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60386,6 +62540,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60414,6 +62569,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60442,6 +62598,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60470,6 +62627,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60498,6 +62656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60526,6 +62685,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60554,6 +62714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60582,6 +62743,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60610,6 +62772,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60638,6 +62801,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60666,6 +62830,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60694,6 +62859,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60722,6 +62888,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60750,6 +62917,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60778,6 +62946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60806,6 +62975,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60834,6 +63004,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60862,6 +63033,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60890,6 +63062,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60918,6 +63091,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60946,6 +63120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60974,6 +63149,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61002,6 +63178,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61030,6 +63207,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61058,6 +63236,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61086,6 +63265,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61114,6 +63294,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61142,6 +63323,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61170,6 +63352,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61198,6 +63381,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61226,6 +63410,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61254,6 +63439,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61282,6 +63468,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61310,6 +63497,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61338,6 +63526,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61366,6 +63555,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61394,6 +63584,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61422,6 +63613,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61450,6 +63642,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61478,6 +63671,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61506,6 +63700,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61534,6 +63729,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61562,6 +63758,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61590,6 +63787,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61618,6 +63816,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61646,6 +63845,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61674,6 +63874,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61702,6 +63903,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61730,6 +63932,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61758,6 +63961,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61786,6 +63990,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61814,6 +64019,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61842,6 +64048,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61870,6 +64077,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61898,6 +64106,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61926,6 +64135,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61954,6 +64164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -61982,6 +64193,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62010,6 +64222,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62038,6 +64251,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62066,6 +64280,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62094,6 +64309,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62122,6 +64338,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62150,6 +64367,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62178,6 +64396,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62206,6 +64425,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62234,6 +64454,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62262,6 +64483,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62290,6 +64512,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62318,6 +64541,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62346,6 +64570,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62374,6 +64599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62402,6 +64628,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62430,6 +64657,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62458,6 +64686,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62486,6 +64715,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62514,6 +64744,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62542,6 +64773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62570,6 +64802,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62598,6 +64831,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62626,6 +64860,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62654,6 +64889,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62682,6 +64918,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62710,6 +64947,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62738,6 +64976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62766,6 +65005,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62794,6 +65034,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62822,6 +65063,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62850,6 +65092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62878,6 +65121,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62906,6 +65150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62934,6 +65179,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62962,6 +65208,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -62990,6 +65237,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63018,6 +65266,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63046,6 +65295,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63074,6 +65324,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63102,6 +65353,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63130,6 +65382,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63158,6 +65411,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63186,6 +65440,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63214,6 +65469,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63242,6 +65498,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63270,6 +65527,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63298,6 +65556,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63326,6 +65585,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63354,6 +65614,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63382,6 +65643,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63410,6 +65672,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63438,6 +65701,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63466,6 +65730,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63494,6 +65759,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63522,6 +65788,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63550,6 +65817,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63578,6 +65846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63606,6 +65875,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63634,6 +65904,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63662,6 +65933,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63690,6 +65962,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63718,6 +65991,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63746,6 +66020,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63774,6 +66049,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63802,6 +66078,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63830,6 +66107,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63858,6 +66136,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63886,6 +66165,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63914,6 +66194,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63942,6 +66223,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63970,6 +66252,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -63998,6 +66281,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64026,6 +66310,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64054,6 +66339,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64082,6 +66368,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64110,6 +66397,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64138,6 +66426,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64166,6 +66455,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64194,6 +66484,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64222,6 +66513,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64250,6 +66542,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64278,6 +66571,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64306,6 +66600,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64334,6 +66629,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64362,6 +66658,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64390,6 +66687,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64418,6 +66716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64446,6 +66745,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64474,6 +66774,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64502,6 +66803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -64530,6 +66832,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64558,6 +66861,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64586,6 +66890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64614,6 +66919,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64642,6 +66948,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64670,6 +66977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64698,6 +67006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64726,6 +67035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64754,6 +67064,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64782,6 +67093,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64810,6 +67122,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64838,6 +67151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64866,6 +67180,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64894,6 +67209,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64922,6 +67238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64950,6 +67267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -64978,6 +67296,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65006,6 +67325,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65034,6 +67354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65062,6 +67383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65090,6 +67412,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65118,6 +67441,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65146,6 +67470,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65174,6 +67499,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65202,6 +67528,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65230,6 +67557,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65258,6 +67586,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65286,6 +67615,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65314,6 +67644,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65342,6 +67673,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65370,6 +67702,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65398,6 +67731,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65426,6 +67760,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65454,6 +67789,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65482,6 +67818,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65510,6 +67847,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65538,6 +67876,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65566,6 +67905,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65594,6 +67934,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65622,6 +67963,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65650,6 +67992,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65678,6 +68021,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65706,6 +68050,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65734,6 +68079,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65762,6 +68108,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65790,6 +68137,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65818,6 +68166,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65846,6 +68195,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65874,6 +68224,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65902,6 +68253,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65930,6 +68282,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65958,6 +68311,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -65986,6 +68340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66014,6 +68369,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66042,6 +68398,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66070,6 +68427,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66098,6 +68456,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66126,6 +68485,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66154,6 +68514,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66182,6 +68543,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66210,6 +68572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66238,6 +68601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66266,6 +68630,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66294,6 +68659,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66322,6 +68688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66350,6 +68717,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66378,6 +68746,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66406,6 +68775,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66434,6 +68804,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66462,6 +68833,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66490,6 +68862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66518,6 +68891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66546,6 +68920,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66574,6 +68949,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66602,6 +68978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66630,6 +69007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66658,6 +69036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66686,6 +69065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66714,6 +69094,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66742,6 +69123,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66770,6 +69152,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66798,6 +69181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66826,6 +69210,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66854,6 +69239,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66882,6 +69268,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66910,6 +69297,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66938,6 +69326,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66966,6 +69355,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -66994,6 +69384,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67022,6 +69413,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67050,6 +69442,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67078,6 +69471,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67106,6 +69500,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67134,6 +69529,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67162,6 +69558,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67190,6 +69587,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67218,6 +69616,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67246,6 +69645,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67274,6 +69674,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67302,6 +69703,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67330,6 +69732,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67358,6 +69761,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67386,6 +69790,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67414,6 +69819,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67442,6 +69848,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67470,6 +69877,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67498,6 +69906,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67526,6 +69935,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67554,6 +69964,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67582,6 +69993,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67610,6 +70022,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67638,6 +70051,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67666,6 +70080,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67694,6 +70109,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67722,6 +70138,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67750,6 +70167,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67778,6 +70196,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67806,6 +70225,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67834,6 +70254,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67862,6 +70283,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67890,6 +70312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67918,6 +70341,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67946,6 +70370,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -67974,6 +70399,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68002,6 +70428,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68030,6 +70457,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68058,6 +70486,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68086,6 +70515,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68114,6 +70544,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68142,6 +70573,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68170,6 +70602,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68198,6 +70631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68226,6 +70660,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68254,6 +70689,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68282,6 +70718,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68310,6 +70747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68338,6 +70776,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68366,6 +70805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68394,6 +70834,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68422,6 +70863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68450,6 +70892,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68478,6 +70921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68506,6 +70950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68534,6 +70979,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68562,6 +71008,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68590,6 +71037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68618,6 +71066,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68646,6 +71095,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68674,6 +71124,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68702,6 +71153,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68730,6 +71182,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68758,6 +71211,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68786,6 +71240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68814,6 +71269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68842,6 +71298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68870,6 +71327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68898,6 +71356,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68926,6 +71385,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68954,6 +71414,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -68982,6 +71443,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -69010,6 +71472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -69038,6 +71501,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -69066,6 +71530,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -69094,6 +71559,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -69122,6 +71588,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69150,6 +71617,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69178,6 +71646,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69206,6 +71675,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69234,6 +71704,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69262,6 +71733,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69290,6 +71762,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69318,6 +71791,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69346,6 +71820,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69374,6 +71849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69402,6 +71878,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69430,6 +71907,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69458,6 +71936,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69486,6 +71965,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69514,6 +71994,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69542,6 +72023,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69570,6 +72052,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69598,6 +72081,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69626,6 +72110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69654,6 +72139,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69682,6 +72168,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69710,6 +72197,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69738,6 +72226,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69766,6 +72255,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69794,6 +72284,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69822,6 +72313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69850,6 +72342,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69878,6 +72371,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69906,6 +72400,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69934,6 +72429,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69962,6 +72458,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -69990,6 +72487,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70018,6 +72516,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70046,6 +72545,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70074,6 +72574,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70102,6 +72603,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70130,6 +72632,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70158,6 +72661,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70186,6 +72690,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70214,6 +72719,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70242,6 +72748,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70270,6 +72777,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70298,6 +72806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70326,6 +72835,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70354,6 +72864,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70382,6 +72893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70410,6 +72922,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70438,6 +72951,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70466,6 +72980,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70494,6 +73009,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70522,6 +73038,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70550,6 +73067,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70578,6 +73096,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70606,6 +73125,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70634,6 +73154,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70662,6 +73183,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70690,6 +73212,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70718,6 +73241,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70746,6 +73270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70774,6 +73299,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70802,6 +73328,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70830,6 +73357,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70858,6 +73386,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70886,6 +73415,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70914,6 +73444,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70942,6 +73473,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70970,6 +73502,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -70998,6 +73531,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71026,6 +73560,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71054,6 +73589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71082,6 +73618,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71110,6 +73647,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71138,6 +73676,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71166,6 +73705,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71194,6 +73734,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71222,6 +73763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71250,6 +73792,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71278,6 +73821,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71306,6 +73850,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71334,6 +73879,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71362,6 +73908,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71390,6 +73937,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71418,6 +73966,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71446,6 +73995,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71474,6 +74024,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71502,6 +74053,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71530,6 +74082,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71558,6 +74111,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71586,6 +74140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71614,6 +74169,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71642,6 +74198,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71670,6 +74227,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71698,6 +74256,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71726,6 +74285,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71754,6 +74314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71782,6 +74343,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71810,6 +74372,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71838,6 +74401,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71866,6 +74430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71894,6 +74459,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71922,6 +74488,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71950,6 +74517,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -71978,6 +74546,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72006,6 +74575,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72034,6 +74604,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72062,6 +74633,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72090,6 +74662,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72118,6 +74691,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72146,6 +74720,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72174,6 +74749,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72202,6 +74778,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72230,6 +74807,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72258,6 +74836,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72286,6 +74865,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72314,6 +74894,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72342,6 +74923,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72370,6 +74952,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72398,6 +74981,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72426,6 +75010,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72454,6 +75039,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72482,6 +75068,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72510,6 +75097,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72538,6 +75126,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72566,6 +75155,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72594,6 +75184,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72622,6 +75213,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72650,6 +75242,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72678,6 +75271,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72706,6 +75300,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72734,6 +75329,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72762,6 +75358,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72790,6 +75387,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72818,6 +75416,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72846,6 +75445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72874,6 +75474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72902,6 +75503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72930,6 +75532,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72958,6 +75561,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -72986,6 +75590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73014,6 +75619,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73042,6 +75648,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73070,6 +75677,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73098,6 +75706,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73126,6 +75735,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73154,6 +75764,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73182,6 +75793,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73210,6 +75822,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73238,6 +75851,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73266,6 +75880,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73294,6 +75909,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73322,6 +75938,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73350,6 +75967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73378,6 +75996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73406,6 +76025,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73434,6 +76054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73462,6 +76083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73490,6 +76112,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73518,6 +76141,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73546,6 +76170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73574,6 +76199,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73602,6 +76228,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73630,6 +76257,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73658,6 +76286,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73686,6 +76315,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73714,6 +76344,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73742,6 +76373,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73770,6 +76402,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73798,6 +76431,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73826,6 +76460,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73854,6 +76489,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73882,6 +76518,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73910,6 +76547,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73938,6 +76576,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73966,6 +76605,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -73994,6 +76634,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74022,6 +76663,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74050,6 +76692,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74078,6 +76721,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74106,6 +76750,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74134,6 +76779,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74162,6 +76808,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74190,6 +76837,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74218,6 +76866,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74246,6 +76895,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74274,6 +76924,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74302,6 +76953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74330,6 +76982,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74358,6 +77011,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74386,6 +77040,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74414,6 +77069,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74442,6 +77098,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74470,6 +77127,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74498,6 +77156,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74526,6 +77185,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74554,6 +77214,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74582,6 +77243,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74610,6 +77272,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74638,6 +77301,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74666,6 +77330,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74694,6 +77359,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74722,6 +77388,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74750,6 +77417,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74778,6 +77446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74806,6 +77475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74834,6 +77504,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74862,6 +77533,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74890,6 +77562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74918,6 +77591,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74946,6 +77620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -74974,6 +77649,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75002,6 +77678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75030,6 +77707,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75058,6 +77736,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75086,6 +77765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75114,6 +77794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75142,6 +77823,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75170,6 +77852,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75198,6 +77881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75226,6 +77910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75254,6 +77939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75282,6 +77968,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75310,6 +77997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75338,6 +78026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75366,6 +78055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75394,6 +78084,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75422,6 +78113,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75450,6 +78142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75478,6 +78171,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75506,6 +78200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75534,6 +78229,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75562,6 +78258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75590,6 +78287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75618,6 +78316,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75646,6 +78345,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75674,6 +78374,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75702,6 +78403,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75730,6 +78432,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75758,6 +78461,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75786,6 +78490,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75814,6 +78519,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75842,6 +78548,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75870,6 +78577,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75898,6 +78606,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75926,6 +78635,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75954,6 +78664,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -75982,6 +78693,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76010,6 +78722,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76038,6 +78751,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76066,6 +78780,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76094,6 +78809,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76122,6 +78838,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76150,6 +78867,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76178,6 +78896,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76206,6 +78925,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76234,6 +78954,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76262,6 +78983,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76290,6 +79012,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76318,6 +79041,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76346,6 +79070,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76374,6 +79099,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76402,6 +79128,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76430,6 +79157,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76458,6 +79186,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76486,6 +79215,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76514,6 +79244,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76542,6 +79273,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76570,6 +79302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76598,6 +79331,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76626,6 +79360,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76654,6 +79389,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76682,6 +79418,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76710,6 +79447,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76738,6 +79476,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76766,6 +79505,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76794,6 +79534,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76822,6 +79563,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76850,6 +79592,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76878,6 +79621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76906,6 +79650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76934,6 +79679,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76962,6 +79708,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -76990,6 +79737,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77018,6 +79766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77046,6 +79795,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77074,6 +79824,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77102,6 +79853,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77130,6 +79882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77158,6 +79911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77186,6 +79940,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77214,6 +79969,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77242,6 +79998,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77270,6 +80027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77298,6 +80056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77326,6 +80085,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77354,6 +80114,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77382,6 +80143,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77410,6 +80172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77438,6 +80201,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77466,6 +80230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77494,6 +80259,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77522,6 +80288,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77550,6 +80317,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77578,6 +80346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77606,6 +80375,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77634,6 +80404,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77662,6 +80433,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77690,6 +80462,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77718,6 +80491,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77746,6 +80520,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77774,6 +80549,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77802,6 +80578,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77830,6 +80607,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77858,6 +80636,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77886,6 +80665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77914,6 +80694,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77942,6 +80723,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77970,6 +80752,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -77998,6 +80781,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78026,6 +80810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78054,6 +80839,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78082,6 +80868,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78110,6 +80897,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78138,6 +80926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78166,6 +80955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78194,6 +80984,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78222,6 +81013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78250,6 +81042,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78278,6 +81071,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78306,6 +81100,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78334,6 +81129,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78362,6 +81158,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78390,6 +81187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78418,6 +81216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78446,6 +81245,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78474,6 +81274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78502,6 +81303,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78530,6 +81332,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78558,6 +81361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78586,6 +81390,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78614,6 +81419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78642,6 +81448,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78670,6 +81477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78698,6 +81506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78726,6 +81535,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78754,6 +81564,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78782,6 +81593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78810,6 +81622,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78838,6 +81651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78866,6 +81680,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78894,6 +81709,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78922,6 +81738,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78950,6 +81767,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -78978,6 +81796,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79006,6 +81825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79034,6 +81854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79062,6 +81883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79090,6 +81912,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79118,6 +81941,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79146,6 +81970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79174,6 +81999,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79202,6 +82028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79230,6 +82057,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79258,6 +82086,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79286,6 +82115,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79314,6 +82144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79342,6 +82173,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79370,6 +82202,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79398,6 +82231,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79426,6 +82260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79454,6 +82289,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79482,6 +82318,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79510,6 +82347,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79538,6 +82376,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79566,6 +82405,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79594,6 +82434,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79622,6 +82463,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79650,6 +82492,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79678,6 +82521,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79706,6 +82550,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79734,6 +82579,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79762,6 +82608,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79790,6 +82637,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79818,6 +82666,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79846,6 +82695,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79874,6 +82724,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79902,6 +82753,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79930,6 +82782,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79958,6 +82811,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -79986,6 +82840,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80014,6 +82869,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80042,6 +82898,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80070,6 +82927,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80098,6 +82956,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80126,6 +82985,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80154,6 +83014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80182,6 +83043,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80210,6 +83072,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80238,6 +83101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80266,6 +83130,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80294,6 +83159,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80322,6 +83188,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80350,6 +83217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80378,6 +83246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80406,6 +83275,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80434,6 +83304,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80462,6 +83333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80490,6 +83362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80518,6 +83391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80546,6 +83420,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80574,6 +83449,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80602,6 +83478,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80630,6 +83507,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80658,6 +83536,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80686,6 +83565,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80714,6 +83594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80742,6 +83623,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80770,6 +83652,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80798,6 +83681,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80826,6 +83710,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80854,6 +83739,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80882,6 +83768,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80910,6 +83797,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80938,6 +83826,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80966,6 +83855,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -80994,6 +83884,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81022,6 +83913,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81050,6 +83942,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81078,6 +83971,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81106,6 +84000,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81134,6 +84029,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81162,6 +84058,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81190,6 +84087,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81218,6 +84116,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81246,6 +84145,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81274,6 +84174,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81302,6 +84203,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81330,6 +84232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81358,6 +84261,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81386,6 +84290,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81414,6 +84319,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81442,6 +84348,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81470,6 +84377,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81498,6 +84406,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81526,6 +84435,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81554,6 +84464,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81582,6 +84493,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81610,6 +84522,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81638,6 +84551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81666,6 +84580,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81694,6 +84609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81722,6 +84638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81750,6 +84667,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81778,6 +84696,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81806,6 +84725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81834,6 +84754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81862,6 +84783,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81890,6 +84812,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81918,6 +84841,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81946,6 +84870,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -81974,6 +84899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82002,6 +84928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82030,6 +84957,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82058,6 +84986,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82086,6 +85015,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82114,6 +85044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82142,6 +85073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82170,6 +85102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82198,6 +85131,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82226,6 +85160,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82254,6 +85189,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82282,6 +85218,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -82310,6 +85247,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82338,6 +85276,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82366,6 +85305,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82394,6 +85334,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82422,6 +85363,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82450,6 +85392,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82478,6 +85421,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82506,6 +85450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82534,6 +85479,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82562,6 +85508,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82590,6 +85537,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82618,6 +85566,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82646,6 +85595,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82674,6 +85624,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82702,6 +85653,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82730,6 +85682,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82758,6 +85711,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82786,6 +85740,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82814,6 +85769,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82842,6 +85798,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82870,6 +85827,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82898,6 +85856,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82926,6 +85885,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82954,6 +85914,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -82982,6 +85943,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83010,6 +85972,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83038,6 +86001,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83066,6 +86030,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83094,6 +86059,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83122,6 +86088,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83150,6 +86117,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83178,6 +86146,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83206,6 +86175,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83234,6 +86204,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83262,6 +86233,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83290,6 +86262,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83318,6 +86291,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83346,6 +86320,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83374,6 +86349,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83402,6 +86378,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83430,6 +86407,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83458,6 +86436,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83486,6 +86465,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83514,6 +86494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83542,6 +86523,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83570,6 +86552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83598,6 +86581,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83626,6 +86610,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83654,6 +86639,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83682,6 +86668,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83710,6 +86697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83738,6 +86726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83766,6 +86755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83794,6 +86784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83822,6 +86813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83850,6 +86842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83878,6 +86871,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83906,6 +86900,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83934,6 +86929,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83962,6 +86958,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -83990,6 +86987,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84018,6 +87016,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84046,6 +87045,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84074,6 +87074,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84102,6 +87103,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84130,6 +87132,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84158,6 +87161,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84186,6 +87190,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84214,6 +87219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84242,6 +87248,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84270,6 +87277,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84298,6 +87306,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84326,6 +87335,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84354,6 +87364,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84382,6 +87393,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84410,6 +87422,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84438,6 +87451,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84466,6 +87480,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84494,6 +87509,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84522,6 +87538,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84550,6 +87567,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84578,6 +87596,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84606,6 +87625,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84634,6 +87654,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84662,6 +87683,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84690,6 +87712,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84718,6 +87741,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84746,6 +87770,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84774,6 +87799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84802,6 +87828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84830,6 +87857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84858,6 +87886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84886,6 +87915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84914,6 +87944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84942,6 +87973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84970,6 +88002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -84998,6 +88031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85026,6 +88060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85054,6 +88089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85082,6 +88118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85110,6 +88147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85138,6 +88176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85166,6 +88205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85194,6 +88234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85222,6 +88263,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85250,6 +88292,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85278,6 +88321,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85306,6 +88350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85334,6 +88379,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85362,6 +88408,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85390,6 +88437,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85418,6 +88466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85446,6 +88495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85474,6 +88524,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85502,6 +88553,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85530,6 +88582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85558,6 +88611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85586,6 +88640,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85614,6 +88669,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85642,6 +88698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85670,6 +88727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85698,6 +88756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85726,6 +88785,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85754,6 +88814,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85782,6 +88843,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85810,6 +88872,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85838,6 +88901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85866,6 +88930,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85894,6 +88959,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85922,6 +88988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85950,6 +89017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -85978,6 +89046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86006,6 +89075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86034,6 +89104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86062,6 +89133,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86090,6 +89162,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86118,6 +89191,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86146,6 +89220,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86174,6 +89249,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86202,6 +89278,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86230,6 +89307,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86258,6 +89336,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86286,6 +89365,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86314,6 +89394,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86342,6 +89423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86370,6 +89452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86398,6 +89481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86426,6 +89510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86454,6 +89539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86482,6 +89568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86510,6 +89597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86538,6 +89626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86566,6 +89655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86594,6 +89684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86622,6 +89713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86650,6 +89742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86678,6 +89771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86706,6 +89800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86734,6 +89829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86762,6 +89858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86790,6 +89887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86818,6 +89916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86846,6 +89945,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86874,6 +89974,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -86902,6 +90003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -86930,6 +90032,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -86958,6 +90061,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -86986,6 +90090,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87014,6 +90119,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87042,6 +90148,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87070,6 +90177,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87098,6 +90206,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87126,6 +90235,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87154,6 +90264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87182,6 +90293,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87210,6 +90322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87238,6 +90351,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87266,6 +90380,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87294,6 +90409,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87322,6 +90438,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87350,6 +90467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87378,6 +90496,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87406,6 +90525,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87434,6 +90554,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87462,6 +90583,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87490,6 +90612,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87518,6 +90641,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87546,6 +90670,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87574,6 +90699,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87602,6 +90728,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87630,6 +90757,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87658,6 +90786,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87686,6 +90815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87714,6 +90844,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87742,6 +90873,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87770,6 +90902,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87798,6 +90931,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87826,6 +90960,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87854,6 +90989,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87882,6 +91018,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87910,6 +91047,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87938,6 +91076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87966,6 +91105,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -87994,6 +91134,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88022,6 +91163,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88050,6 +91192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88078,6 +91221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88106,6 +91250,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88134,6 +91279,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88162,6 +91308,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88190,6 +91337,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88218,6 +91366,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88246,6 +91395,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88274,6 +91424,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88302,6 +91453,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88330,6 +91482,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88358,6 +91511,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88386,6 +91540,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88414,6 +91569,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88442,6 +91598,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88470,6 +91627,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88498,6 +91656,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88526,6 +91685,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88554,6 +91714,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88582,6 +91743,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88610,6 +91772,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88638,6 +91801,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88666,6 +91830,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88694,6 +91859,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88722,6 +91888,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88750,6 +91917,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88778,6 +91946,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88806,6 +91975,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88834,6 +92004,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88862,6 +92033,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88890,6 +92062,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88918,6 +92091,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88946,6 +92120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -88974,6 +92149,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89002,6 +92178,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89030,6 +92207,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89058,6 +92236,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89086,6 +92265,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89114,6 +92294,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89142,6 +92323,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89170,6 +92352,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89198,6 +92381,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89226,6 +92410,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89254,6 +92439,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89282,6 +92468,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89310,6 +92497,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89338,6 +92526,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89366,6 +92555,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89394,6 +92584,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89422,6 +92613,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89450,6 +92642,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89478,6 +92671,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89506,6 +92700,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89534,6 +92729,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89562,6 +92758,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89590,6 +92787,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89618,6 +92816,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89646,6 +92845,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89674,6 +92874,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89702,6 +92903,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89730,6 +92932,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89758,6 +92961,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89786,6 +92990,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89814,6 +93019,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89842,6 +93048,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89870,6 +93077,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89898,6 +93106,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89926,6 +93135,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89954,6 +93164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -89982,6 +93193,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90010,6 +93222,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90038,6 +93251,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90066,6 +93280,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90094,6 +93309,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90122,6 +93338,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90150,6 +93367,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90178,6 +93396,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90206,6 +93425,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90234,6 +93454,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90262,6 +93483,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90290,6 +93512,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90318,6 +93541,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90346,6 +93570,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90374,6 +93599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90402,6 +93628,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90430,6 +93657,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90458,6 +93686,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90486,6 +93715,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90514,6 +93744,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90542,6 +93773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90570,6 +93802,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90598,6 +93831,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90626,6 +93860,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90654,6 +93889,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90682,6 +93918,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90710,6 +93947,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90738,6 +93976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90766,6 +94005,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90794,6 +94034,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90822,6 +94063,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90850,6 +94092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90878,6 +94121,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90906,6 +94150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90934,6 +94179,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90962,6 +94208,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -90990,6 +94237,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91018,6 +94266,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91046,6 +94295,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91074,6 +94324,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91102,6 +94353,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91130,6 +94382,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91158,6 +94411,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91186,6 +94440,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91214,6 +94469,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91242,6 +94498,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91270,6 +94527,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91298,6 +94556,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91326,6 +94585,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91354,6 +94614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91382,6 +94643,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91410,6 +94672,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91438,6 +94701,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91466,6 +94730,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91494,6 +94759,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91522,6 +94788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91550,6 +94817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91578,6 +94846,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91606,6 +94875,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91634,6 +94904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91662,6 +94933,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91690,6 +94962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91718,6 +94991,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91746,6 +95020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91774,6 +95049,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91802,6 +95078,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91830,6 +95107,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91858,6 +95136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91886,6 +95165,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91914,6 +95194,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91942,6 +95223,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91970,6 +95252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -91998,6 +95281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92026,6 +95310,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92054,6 +95339,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92082,6 +95368,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92110,6 +95397,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92138,6 +95426,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92166,6 +95455,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92194,6 +95484,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92222,6 +95513,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92250,6 +95542,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92278,6 +95571,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92306,6 +95600,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92334,6 +95629,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92362,6 +95658,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92390,6 +95687,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92418,6 +95716,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92446,6 +95745,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92474,6 +95774,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92502,6 +95803,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92530,6 +95832,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92558,6 +95861,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92586,6 +95890,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92614,6 +95919,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92642,6 +95948,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92670,6 +95977,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92698,6 +96006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92726,6 +96035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92754,6 +96064,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92782,6 +96093,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92810,6 +96122,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92838,6 +96151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92866,6 +96180,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92894,6 +96209,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92922,6 +96238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92950,6 +96267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -92978,6 +96296,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93006,6 +96325,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93034,6 +96354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93062,6 +96383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93090,6 +96412,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93118,6 +96441,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93146,6 +96470,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93174,6 +96499,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93202,6 +96528,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93230,6 +96557,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93258,6 +96586,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93286,6 +96615,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93314,6 +96644,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93342,6 +96673,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93370,6 +96702,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93398,6 +96731,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93426,6 +96760,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93454,6 +96789,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93482,6 +96818,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93510,6 +96847,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93538,6 +96876,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93566,6 +96905,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93594,6 +96934,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93622,6 +96963,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93650,6 +96992,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93678,6 +97021,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93706,6 +97050,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93734,6 +97079,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93762,6 +97108,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93790,6 +97137,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93818,6 +97166,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93846,6 +97195,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93874,6 +97224,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93902,6 +97253,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93930,6 +97282,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93958,6 +97311,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -93986,6 +97340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94014,6 +97369,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94042,6 +97398,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94070,6 +97427,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94098,6 +97456,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94126,6 +97485,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94154,6 +97514,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94182,6 +97543,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94210,6 +97572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94238,6 +97601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94266,6 +97630,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94294,6 +97659,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94322,6 +97688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94350,6 +97717,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94378,6 +97746,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94406,6 +97775,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94434,6 +97804,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94462,6 +97833,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94490,6 +97862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94518,6 +97891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94546,6 +97920,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94574,6 +97949,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94602,6 +97978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94630,6 +98007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94658,6 +98036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94686,6 +98065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94714,6 +98094,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94742,6 +98123,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94770,6 +98152,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94798,6 +98181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94826,6 +98210,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94854,6 +98239,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94882,6 +98268,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94910,6 +98297,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94938,6 +98326,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94966,6 +98355,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -94994,6 +98384,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95022,6 +98413,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95050,6 +98442,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95078,6 +98471,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95106,6 +98500,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95134,6 +98529,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95162,6 +98558,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95190,6 +98587,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95218,6 +98616,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95246,6 +98645,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95274,6 +98674,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95302,6 +98703,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95330,6 +98732,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95358,6 +98761,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95386,6 +98790,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95414,6 +98819,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95442,6 +98848,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95470,6 +98877,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95498,6 +98906,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95526,6 +98935,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95554,6 +98964,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95582,6 +98993,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95610,6 +99022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95638,6 +99051,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95666,6 +99080,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95694,6 +99109,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95722,6 +99138,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95750,6 +99167,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95778,6 +99196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95806,6 +99225,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95834,6 +99254,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95862,6 +99283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95890,6 +99312,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95918,6 +99341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95946,6 +99370,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -95974,6 +99399,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96002,6 +99428,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96030,6 +99457,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96058,6 +99486,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96086,6 +99515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96114,6 +99544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96142,6 +99573,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96170,6 +99602,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96198,6 +99631,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96226,6 +99660,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96254,6 +99689,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96282,6 +99718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96310,6 +99747,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96338,6 +99776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96366,6 +99805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96394,6 +99834,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96422,6 +99863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96450,6 +99892,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96478,6 +99921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96506,6 +99950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96534,6 +99979,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96562,6 +100008,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96590,6 +100037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96618,6 +100066,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96646,6 +100095,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96674,6 +100124,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96702,6 +100153,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96730,6 +100182,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96758,6 +100211,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96786,6 +100240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96814,6 +100269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96842,6 +100298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96870,6 +100327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96898,6 +100356,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96926,6 +100385,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96954,6 +100414,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -96982,6 +100443,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97010,6 +100472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97038,6 +100501,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97066,6 +100530,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97094,6 +100559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97122,6 +100588,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97150,6 +100617,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97178,6 +100646,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97206,6 +100675,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97234,6 +100704,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97262,6 +100733,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97290,6 +100762,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97318,6 +100791,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97346,6 +100820,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97374,6 +100849,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97402,6 +100878,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97430,6 +100907,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97458,6 +100936,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97486,6 +100965,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97514,6 +100994,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97542,6 +101023,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97570,6 +101052,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97598,6 +101081,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97626,6 +101110,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97654,6 +101139,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97682,6 +101168,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97710,6 +101197,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97738,6 +101226,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97766,6 +101255,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97794,6 +101284,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97822,6 +101313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97850,6 +101342,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97878,6 +101371,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97906,6 +101400,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97934,6 +101429,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97962,6 +101458,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -97990,6 +101487,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98018,6 +101516,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98046,6 +101545,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98074,6 +101574,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98102,6 +101603,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98130,6 +101632,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98158,6 +101661,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98186,6 +101690,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98214,6 +101719,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98242,6 +101748,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98270,6 +101777,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98298,6 +101806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98326,6 +101835,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98354,6 +101864,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98382,6 +101893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98410,6 +101922,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98438,6 +101951,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98466,6 +101980,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98494,6 +102009,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98522,6 +102038,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98550,6 +102067,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98578,6 +102096,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98606,6 +102125,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98634,6 +102154,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98662,6 +102183,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98690,6 +102212,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98718,6 +102241,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98746,6 +102270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98774,6 +102299,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98802,6 +102328,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98830,6 +102357,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98858,6 +102386,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98886,6 +102415,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98914,6 +102444,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98942,6 +102473,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98970,6 +102502,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -98998,6 +102531,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99026,6 +102560,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99054,6 +102589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99082,6 +102618,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99110,6 +102647,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99138,6 +102676,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99166,6 +102705,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99194,6 +102734,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99222,6 +102763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99250,6 +102792,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99278,6 +102821,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99306,6 +102850,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99334,6 +102879,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99362,6 +102908,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99390,6 +102937,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99418,6 +102966,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99446,6 +102995,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99474,6 +103024,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99502,6 +103053,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99530,6 +103082,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99558,6 +103111,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99586,6 +103140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99614,6 +103169,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99642,6 +103198,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99670,6 +103227,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99698,6 +103256,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99726,6 +103285,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99754,6 +103314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99782,6 +103343,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99810,6 +103372,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99838,6 +103401,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99866,6 +103430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99894,6 +103459,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99922,6 +103488,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99950,6 +103517,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -99978,6 +103546,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100006,6 +103575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100034,6 +103604,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100062,6 +103633,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100090,6 +103662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100118,6 +103691,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100146,6 +103720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100174,6 +103749,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100202,6 +103778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100230,6 +103807,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100258,6 +103836,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100286,6 +103865,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100314,6 +103894,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100342,6 +103923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100370,6 +103952,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100398,6 +103981,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100426,6 +104010,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100454,6 +104039,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100482,6 +104068,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100510,6 +104097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100538,6 +104126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100566,6 +104155,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100594,6 +104184,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100622,6 +104213,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100650,6 +104242,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100678,6 +104271,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100706,6 +104300,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100734,6 +104329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100762,6 +104358,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100790,6 +104387,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100818,6 +104416,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100846,6 +104445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100874,6 +104474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100902,6 +104503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100930,6 +104532,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100958,6 +104561,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -100986,6 +104590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101014,6 +104619,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101042,6 +104648,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101070,6 +104677,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101098,6 +104706,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101126,6 +104735,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101154,6 +104764,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101182,6 +104793,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101210,6 +104822,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101238,6 +104851,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101266,6 +104880,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101294,6 +104909,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101322,6 +104938,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101350,6 +104967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101378,6 +104996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101406,6 +105025,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101434,6 +105054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101462,6 +105083,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101490,6 +105112,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101518,6 +105141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101546,6 +105170,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101574,6 +105199,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101602,6 +105228,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101630,6 +105257,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101658,6 +105286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101686,6 +105315,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101714,6 +105344,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101742,6 +105373,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101770,6 +105402,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101798,6 +105431,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101826,6 +105460,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101854,6 +105489,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101882,6 +105518,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101910,6 +105547,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101938,6 +105576,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101966,6 +105605,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -101994,6 +105634,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102022,6 +105663,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102050,6 +105692,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102078,6 +105721,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102106,6 +105750,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102134,6 +105779,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102162,6 +105808,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102190,6 +105837,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102218,6 +105866,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102246,6 +105895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102274,6 +105924,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102302,6 +105953,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102330,6 +105982,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102358,6 +106011,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102386,6 +106040,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102414,6 +106069,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102442,6 +106098,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102470,6 +106127,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102498,6 +106156,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102526,6 +106185,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102554,6 +106214,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102582,6 +106243,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102610,6 +106272,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102638,6 +106301,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102666,6 +106330,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102694,6 +106359,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102722,6 +106388,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102750,6 +106417,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102778,6 +106446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102806,6 +106475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102834,6 +106504,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102862,6 +106533,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102890,6 +106562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102918,6 +106591,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102946,6 +106620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -102974,6 +106649,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103002,6 +106678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103030,6 +106707,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103058,6 +106736,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103086,6 +106765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103114,6 +106794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103142,6 +106823,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103170,6 +106852,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103198,6 +106881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103226,6 +106910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103254,6 +106939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103282,6 +106968,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103310,6 +106997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103338,6 +107026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103366,6 +107055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103394,6 +107084,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103422,6 +107113,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103450,6 +107142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103478,6 +107171,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103506,6 +107200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103534,6 +107229,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103562,6 +107258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103590,6 +107287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103618,6 +107316,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103646,6 +107345,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103674,6 +107374,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103702,6 +107403,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103730,6 +107432,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103758,6 +107461,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103786,6 +107490,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103814,6 +107519,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103842,6 +107548,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103870,6 +107577,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103898,6 +107606,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103926,6 +107635,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103954,6 +107664,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -103982,6 +107693,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104010,6 +107722,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104038,6 +107751,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104066,6 +107780,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104094,6 +107809,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104122,6 +107838,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104150,6 +107867,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104178,6 +107896,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104206,6 +107925,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104234,6 +107954,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104262,6 +107983,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104290,6 +108012,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104318,6 +108041,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104346,6 +108070,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104374,6 +108099,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104402,6 +108128,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104430,6 +108157,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104458,6 +108186,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -104486,6 +108215,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104514,6 +108244,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104542,6 +108273,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104570,6 +108302,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104598,6 +108331,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104626,6 +108360,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104654,6 +108389,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104682,6 +108418,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104710,6 +108447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104738,6 +108476,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104766,6 +108505,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104794,6 +108534,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104822,6 +108563,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104850,6 +108592,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104878,6 +108621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104906,6 +108650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104934,6 +108679,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104962,6 +108708,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -104990,6 +108737,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105018,6 +108766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105046,6 +108795,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105074,6 +108824,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105102,6 +108853,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105130,6 +108882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105158,6 +108911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105186,6 +108940,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105214,6 +108969,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105242,6 +108998,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105270,6 +109027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105298,6 +109056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105326,6 +109085,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105354,6 +109114,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105382,6 +109143,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105410,6 +109172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105438,6 +109201,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105466,6 +109230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105494,6 +109259,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105522,6 +109288,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105550,6 +109317,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105578,6 +109346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105606,6 +109375,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105634,6 +109404,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105662,6 +109433,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105690,6 +109462,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105718,6 +109491,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105746,6 +109520,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105774,6 +109549,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105802,6 +109578,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105830,6 +109607,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105858,6 +109636,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105886,6 +109665,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105914,6 +109694,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105942,6 +109723,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105970,6 +109752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -105998,6 +109781,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106026,6 +109810,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106054,6 +109839,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106082,6 +109868,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106110,6 +109897,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106138,6 +109926,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106166,6 +109955,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106194,6 +109984,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106222,6 +110013,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106250,6 +110042,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106278,6 +110071,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106306,6 +110100,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106334,6 +110129,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106362,6 +110158,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106390,6 +110187,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106418,6 +110216,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106446,6 +110245,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106474,6 +110274,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106502,6 +110303,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106530,6 +110332,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106558,6 +110361,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106586,6 +110390,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106614,6 +110419,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106642,6 +110448,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106670,6 +110477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106698,6 +110506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106726,6 +110535,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106754,6 +110564,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106782,6 +110593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106810,6 +110622,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106838,6 +110651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106866,6 +110680,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106894,6 +110709,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106922,6 +110738,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106950,6 +110767,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -106978,6 +110796,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107006,6 +110825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107034,6 +110854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107062,6 +110883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107090,6 +110912,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107118,6 +110941,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107146,6 +110970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107174,6 +110999,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107202,6 +111028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107230,6 +111057,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107258,6 +111086,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107286,6 +111115,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107314,6 +111144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107342,6 +111173,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107370,6 +111202,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107398,6 +111231,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107426,6 +111260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107454,6 +111289,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107482,6 +111318,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107510,6 +111347,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107538,6 +111376,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107566,6 +111405,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107594,6 +111434,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107622,6 +111463,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107650,6 +111492,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107678,6 +111521,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107706,6 +111550,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107734,6 +111579,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107762,6 +111608,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107790,6 +111637,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107818,6 +111666,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107846,6 +111695,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107874,6 +111724,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107902,6 +111753,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107930,6 +111782,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107958,6 +111811,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -107986,6 +111840,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108014,6 +111869,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108042,6 +111898,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108070,6 +111927,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108098,6 +111956,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108126,6 +111985,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108154,6 +112014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108182,6 +112043,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108210,6 +112072,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108238,6 +112101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108266,6 +112130,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108294,6 +112159,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108322,6 +112188,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108350,6 +112217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108378,6 +112246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108406,6 +112275,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108434,6 +112304,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108462,6 +112333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108490,6 +112362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108518,6 +112391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108546,6 +112420,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108574,6 +112449,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108602,6 +112478,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108630,6 +112507,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108658,6 +112536,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108686,6 +112565,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108714,6 +112594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108742,6 +112623,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108770,6 +112652,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108798,6 +112681,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108826,6 +112710,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108854,6 +112739,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -108882,6 +112768,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -108910,6 +112797,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -108938,6 +112826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -108966,6 +112855,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -108994,6 +112884,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109022,6 +112913,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109050,6 +112942,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109078,6 +112971,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109106,6 +113000,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109134,6 +113029,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109162,6 +113058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109190,6 +113087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109218,6 +113116,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109246,6 +113145,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109274,6 +113174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109302,6 +113203,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109330,6 +113232,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109358,6 +113261,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109386,6 +113290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109414,6 +113319,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109442,6 +113348,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109470,6 +113377,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109498,6 +113406,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109526,6 +113435,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109554,6 +113464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109582,6 +113493,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109610,6 +113522,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109638,6 +113551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109666,6 +113580,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109694,6 +113609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109722,6 +113638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109750,6 +113667,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109778,6 +113696,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109806,6 +113725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109834,6 +113754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109862,6 +113783,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109890,6 +113812,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109918,6 +113841,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109946,6 +113870,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -109974,6 +113899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110002,6 +113928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110030,6 +113957,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110058,6 +113986,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110086,6 +114015,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110114,6 +114044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110142,6 +114073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110170,6 +114102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110198,6 +114131,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110226,6 +114160,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110254,6 +114189,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110282,6 +114218,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110310,6 +114247,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110338,6 +114276,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110366,6 +114305,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110394,6 +114334,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110422,6 +114363,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110450,6 +114392,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110478,6 +114421,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110506,6 +114450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110534,6 +114479,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110562,6 +114508,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110590,6 +114537,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110618,6 +114566,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110646,6 +114595,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110674,6 +114624,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110702,6 +114653,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110730,6 +114682,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110758,6 +114711,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110786,6 +114740,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110814,6 +114769,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110842,6 +114798,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110870,6 +114827,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110898,6 +114856,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110926,6 +114885,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110954,6 +114914,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -110982,6 +114943,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111010,6 +114972,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111038,6 +115001,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111066,6 +115030,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111094,6 +115059,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111122,6 +115088,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111150,6 +115117,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111178,6 +115146,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111206,6 +115175,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111234,6 +115204,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111262,6 +115233,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111290,6 +115262,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111318,6 +115291,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111346,6 +115320,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111374,6 +115349,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111402,6 +115378,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111430,6 +115407,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111458,6 +115436,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111486,6 +115465,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111514,6 +115494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111542,6 +115523,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111570,6 +115552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111598,6 +115581,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111626,6 +115610,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111654,6 +115639,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111682,6 +115668,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111710,6 +115697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111738,6 +115726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111766,6 +115755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111794,6 +115784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111822,6 +115813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111850,6 +115842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111878,6 +115871,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111906,6 +115900,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111934,6 +115929,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111962,6 +115958,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -111990,6 +115987,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112018,6 +116016,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112046,6 +116045,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112074,6 +116074,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112102,6 +116103,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112130,6 +116132,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112158,6 +116161,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112186,6 +116190,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112214,6 +116219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112242,6 +116248,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112270,6 +116277,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112298,6 +116306,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112326,6 +116335,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112354,6 +116364,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112382,6 +116393,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112410,6 +116422,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112438,6 +116451,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112466,6 +116480,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112494,6 +116509,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112522,6 +116538,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112550,6 +116567,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112578,6 +116596,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112606,6 +116625,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112634,6 +116654,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112662,6 +116683,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112690,6 +116712,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112718,6 +116741,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112746,6 +116770,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112774,6 +116799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112802,6 +116828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112830,6 +116857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112858,6 +116886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112886,6 +116915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112914,6 +116944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112942,6 +116973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112970,6 +117002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -112998,6 +117031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113026,6 +117060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113054,6 +117089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113082,6 +117118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113110,6 +117147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113138,6 +117176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113166,6 +117205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113194,6 +117234,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113222,6 +117263,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113250,6 +117292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113278,6 +117321,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113306,6 +117350,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113334,6 +117379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113362,6 +117408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113390,6 +117437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113418,6 +117466,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113446,6 +117495,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113474,6 +117524,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113502,6 +117553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113530,6 +117582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113558,6 +117611,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113586,6 +117640,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113614,6 +117669,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113642,6 +117698,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113670,6 +117727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113698,6 +117756,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113726,6 +117785,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113754,6 +117814,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113782,6 +117843,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113810,6 +117872,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113838,6 +117901,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113866,6 +117930,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113894,6 +117959,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113922,6 +117988,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113950,6 +118017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -113978,6 +118046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114006,6 +118075,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114034,6 +118104,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114062,6 +118133,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114090,6 +118162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114118,6 +118191,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114146,6 +118220,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114174,6 +118249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114202,6 +118278,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114230,6 +118307,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114258,6 +118336,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114286,6 +118365,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114314,6 +118394,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114342,6 +118423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114370,6 +118452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114398,6 +118481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114426,6 +118510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114454,6 +118539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114482,6 +118568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114510,6 +118597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114538,6 +118626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114566,6 +118655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114594,6 +118684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114622,6 +118713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114650,6 +118742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114678,6 +118771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114706,6 +118800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114734,6 +118829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114762,6 +118858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114790,6 +118887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114818,6 +118916,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114846,6 +118945,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114874,6 +118974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114902,6 +119003,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114930,6 +119032,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114958,6 +119061,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -114986,6 +119090,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115014,6 +119119,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115042,6 +119148,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115070,6 +119177,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115098,6 +119206,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115126,6 +119235,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115154,6 +119264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115182,6 +119293,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115210,6 +119322,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115238,6 +119351,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115266,6 +119380,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115294,6 +119409,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115322,6 +119438,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115350,6 +119467,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115378,6 +119496,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115406,6 +119525,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115434,6 +119554,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115462,6 +119583,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115490,6 +119612,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115518,6 +119641,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115546,6 +119670,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115574,6 +119699,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115602,6 +119728,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115630,6 +119757,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115658,6 +119786,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115686,6 +119815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115714,6 +119844,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115742,6 +119873,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115770,6 +119902,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115798,6 +119931,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115826,6 +119960,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115854,6 +119989,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115882,6 +120018,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115910,6 +120047,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115938,6 +120076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115966,6 +120105,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -115994,6 +120134,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116022,6 +120163,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116050,6 +120192,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116078,6 +120221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116106,6 +120250,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116134,6 +120279,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116162,6 +120308,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116190,6 +120337,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116218,6 +120366,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116246,6 +120395,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116274,6 +120424,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116302,6 +120453,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116330,6 +120482,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116358,6 +120511,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116386,6 +120540,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116414,6 +120569,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116442,6 +120598,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116470,6 +120627,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116498,6 +120656,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116526,6 +120685,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116554,6 +120714,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116582,6 +120743,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116610,6 +120772,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116638,6 +120801,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116666,6 +120830,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116694,6 +120859,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116722,6 +120888,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116750,6 +120917,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116778,6 +120946,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116806,6 +120975,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116834,6 +121004,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116862,6 +121033,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116890,6 +121062,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116918,6 +121091,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116946,6 +121120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -116974,6 +121149,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117002,6 +121178,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117030,6 +121207,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117058,6 +121236,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117086,6 +121265,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117114,6 +121294,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117142,6 +121323,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117170,6 +121352,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117198,6 +121381,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117226,6 +121410,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117254,6 +121439,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117282,6 +121468,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117310,6 +121497,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117338,6 +121526,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117366,6 +121555,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117394,6 +121584,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117422,6 +121613,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117450,6 +121642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117478,6 +121671,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117506,6 +121700,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117534,6 +121729,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117562,6 +121758,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117590,6 +121787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117618,6 +121816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117646,6 +121845,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117674,6 +121874,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117702,6 +121903,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117730,6 +121932,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117758,6 +121961,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117786,6 +121990,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117814,6 +122019,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117842,6 +122048,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117870,6 +122077,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117898,6 +122106,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117926,6 +122135,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117954,6 +122164,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -117982,6 +122193,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118010,6 +122222,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118038,6 +122251,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118066,6 +122280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118094,6 +122309,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118122,6 +122338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118150,6 +122367,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118178,6 +122396,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118206,6 +122425,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118234,6 +122454,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118262,6 +122483,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118290,6 +122512,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118318,6 +122541,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118346,6 +122570,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118374,6 +122599,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118402,6 +122628,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118430,6 +122657,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118458,6 +122686,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118486,6 +122715,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118514,6 +122744,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118542,6 +122773,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118570,6 +122802,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118598,6 +122831,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118626,6 +122860,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118654,6 +122889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118682,6 +122918,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118710,6 +122947,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118738,6 +122976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118766,6 +123005,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118794,6 +123034,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118822,6 +123063,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118850,6 +123092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118878,6 +123121,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118906,6 +123150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118934,6 +123179,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118962,6 +123208,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -118990,6 +123237,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119018,6 +123266,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119046,6 +123295,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119074,6 +123324,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119102,6 +123353,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119130,6 +123382,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119158,6 +123411,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119186,6 +123440,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119214,6 +123469,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119242,6 +123498,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119270,6 +123527,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119298,6 +123556,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119326,6 +123585,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119354,6 +123614,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119382,6 +123643,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119410,6 +123672,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119438,6 +123701,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119466,6 +123730,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119494,6 +123759,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119522,6 +123788,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119550,6 +123817,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119578,6 +123846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119606,6 +123875,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119634,6 +123904,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119662,6 +123933,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119690,6 +123962,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119718,6 +123991,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119746,6 +124020,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119774,6 +124049,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119802,6 +124078,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119830,6 +124107,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119858,6 +124136,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119886,6 +124165,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119914,6 +124194,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119942,6 +124223,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119970,6 +124252,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -119998,6 +124281,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120026,6 +124310,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120054,6 +124339,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120082,6 +124368,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120110,6 +124397,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120138,6 +124426,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120166,6 +124455,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120194,6 +124484,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120222,6 +124513,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120250,6 +124542,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120278,6 +124571,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120306,6 +124600,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120334,6 +124629,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120362,6 +124658,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120390,6 +124687,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120418,6 +124716,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120446,6 +124745,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120474,6 +124774,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120502,6 +124803,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120530,6 +124832,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120558,6 +124861,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120586,6 +124890,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120614,6 +124919,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120642,6 +124948,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120670,6 +124977,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120698,6 +125006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120726,6 +125035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120754,6 +125064,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120782,6 +125093,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120810,6 +125122,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120838,6 +125151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120866,6 +125180,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120894,6 +125209,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120922,6 +125238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120950,6 +125267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -120978,6 +125296,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121006,6 +125325,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121034,6 +125354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121062,6 +125383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121090,6 +125412,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121118,6 +125441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121146,6 +125470,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121174,6 +125499,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121202,6 +125528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121230,6 +125557,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121258,6 +125586,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121286,6 +125615,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121314,6 +125644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121342,6 +125673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121370,6 +125702,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121398,6 +125731,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121426,6 +125760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121454,6 +125789,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121482,6 +125818,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121510,6 +125847,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121538,6 +125876,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121566,6 +125905,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121594,6 +125934,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121622,6 +125963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121650,6 +125992,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121678,6 +126021,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121706,6 +126050,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121734,6 +126079,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121762,6 +126108,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121790,6 +126137,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121818,6 +126166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121846,6 +126195,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121874,6 +126224,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121902,6 +126253,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121930,6 +126282,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121958,6 +126311,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -121986,6 +126340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122014,6 +126369,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122042,6 +126398,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122070,6 +126427,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122098,6 +126456,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122126,6 +126485,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122154,6 +126514,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122182,6 +126543,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122210,6 +126572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122238,6 +126601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122266,6 +126630,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122294,6 +126659,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122322,6 +126688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122350,6 +126717,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122378,6 +126746,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122406,6 +126775,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122434,6 +126804,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122462,6 +126833,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122490,6 +126862,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122518,6 +126891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122546,6 +126920,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122574,6 +126949,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122602,6 +126978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122630,6 +127007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122658,6 +127036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122686,6 +127065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122714,6 +127094,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122742,6 +127123,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122770,6 +127152,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122798,6 +127181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122826,6 +127210,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122854,6 +127239,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122882,6 +127268,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122910,6 +127297,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122938,6 +127326,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122966,6 +127355,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -122994,6 +127384,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123022,6 +127413,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123050,6 +127442,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123078,6 +127471,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123106,6 +127500,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123134,6 +127529,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123162,6 +127558,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123190,6 +127587,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123218,6 +127616,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123246,6 +127645,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123274,6 +127674,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123302,6 +127703,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123330,6 +127732,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123358,6 +127761,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123386,6 +127790,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123414,6 +127819,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123442,6 +127848,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123470,6 +127877,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123498,6 +127906,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123526,6 +127935,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123554,6 +127964,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123582,6 +127993,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123610,6 +128022,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123638,6 +128051,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123666,6 +128080,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123694,6 +128109,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123722,6 +128138,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123750,6 +128167,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123778,6 +128196,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123806,6 +128225,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123834,6 +128254,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123862,6 +128283,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123890,6 +128312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123918,6 +128341,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123946,6 +128370,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -123974,6 +128399,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124002,6 +128428,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124030,6 +128457,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124058,6 +128486,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124086,6 +128515,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124114,6 +128544,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124142,6 +128573,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124170,6 +128602,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124198,6 +128631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124226,6 +128660,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124254,6 +128689,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124282,6 +128718,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124310,6 +128747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124338,6 +128776,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124366,6 +128805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124394,6 +128834,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124422,6 +128863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124450,6 +128892,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124478,6 +128921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124506,6 +128950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124534,6 +128979,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124562,6 +129008,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124590,6 +129037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124618,6 +129066,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124646,6 +129095,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124674,6 +129124,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124702,6 +129153,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124730,6 +129182,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124758,6 +129211,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124786,6 +129240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124814,6 +129269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124842,6 +129298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124870,6 +129327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124898,6 +129356,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124926,6 +129385,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124954,6 +129414,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -124982,6 +129443,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125010,6 +129472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125038,6 +129501,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125066,6 +129530,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125094,6 +129559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125122,6 +129588,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125150,6 +129617,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125178,6 +129646,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125206,6 +129675,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125234,6 +129704,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125262,6 +129733,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125290,6 +129762,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125318,6 +129791,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125346,6 +129820,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125374,6 +129849,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125402,6 +129878,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125430,6 +129907,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125458,6 +129936,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125486,6 +129965,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125514,6 +129994,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125542,6 +130023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125570,6 +130052,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125598,6 +130081,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125626,6 +130110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125654,6 +130139,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125682,6 +130168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125710,6 +130197,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125738,6 +130226,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125766,6 +130255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125794,6 +130284,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125822,6 +130313,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125850,6 +130342,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125878,6 +130371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125906,6 +130400,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125934,6 +130429,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125962,6 +130458,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -125990,6 +130487,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126018,6 +130516,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126046,6 +130545,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126074,6 +130574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126102,6 +130603,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126130,6 +130632,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126158,6 +130661,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126186,6 +130690,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126214,6 +130719,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126242,6 +130748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126270,6 +130777,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126298,6 +130806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126326,6 +130835,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126354,6 +130864,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126382,6 +130893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126410,6 +130922,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126438,6 +130951,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126466,6 +130980,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126494,6 +131009,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126522,6 +131038,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126550,6 +131067,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126578,6 +131096,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126606,6 +131125,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126634,6 +131154,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126662,6 +131183,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126690,6 +131212,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126718,6 +131241,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126746,6 +131270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126774,6 +131299,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126802,6 +131328,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126830,6 +131357,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126858,6 +131386,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126886,6 +131415,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126914,6 +131444,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126942,6 +131473,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126970,6 +131502,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -126998,6 +131531,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127026,6 +131560,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127054,6 +131589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127082,6 +131618,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127110,6 +131647,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127138,6 +131676,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127166,6 +131705,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127194,6 +131734,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127222,6 +131763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127250,6 +131792,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127278,6 +131821,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127306,6 +131850,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127334,6 +131879,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127362,6 +131908,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127390,6 +131937,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127418,6 +131966,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127446,6 +131995,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127474,6 +132024,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127502,6 +132053,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127530,6 +132082,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127558,6 +132111,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127586,6 +132140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127614,6 +132169,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127642,6 +132198,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127670,6 +132227,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127698,6 +132256,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127726,6 +132285,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127754,6 +132314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127782,6 +132343,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127810,6 +132372,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127838,6 +132401,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127866,6 +132430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127894,6 +132459,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127922,6 +132488,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127950,6 +132517,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -127978,6 +132546,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128006,6 +132575,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128034,6 +132604,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128062,6 +132633,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128090,6 +132662,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128118,6 +132691,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128146,6 +132720,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128174,6 +132749,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128202,6 +132778,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128230,6 +132807,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128258,6 +132836,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128286,6 +132865,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128314,6 +132894,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128342,6 +132923,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128370,6 +132952,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128398,6 +132981,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128426,6 +133010,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128454,6 +133039,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128482,6 +133068,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128510,6 +133097,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128538,6 +133126,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128566,6 +133155,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128594,6 +133184,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128622,6 +133213,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128650,6 +133242,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128678,6 +133271,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128706,6 +133300,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128734,6 +133329,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128762,6 +133358,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128790,6 +133387,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128818,6 +133416,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128846,6 +133445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128874,6 +133474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128902,6 +133503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128930,6 +133532,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128958,6 +133561,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -128986,6 +133590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129014,6 +133619,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129042,6 +133648,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129070,6 +133677,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129098,6 +133706,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129126,6 +133735,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129154,6 +133764,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129182,6 +133793,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129210,6 +133822,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129238,6 +133851,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129266,6 +133880,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129294,6 +133909,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129322,6 +133938,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129350,6 +133967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129378,6 +133996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129406,6 +134025,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129434,6 +134054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129462,6 +134083,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129490,6 +134112,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129518,6 +134141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129546,6 +134170,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129574,6 +134199,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129602,6 +134228,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129630,6 +134257,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129658,6 +134286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129686,6 +134315,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129714,6 +134344,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129742,6 +134373,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129770,6 +134402,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129798,6 +134431,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129826,6 +134460,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129854,6 +134489,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129882,6 +134518,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129910,6 +134547,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129938,6 +134576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129966,6 +134605,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -129994,6 +134634,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -130022,6 +134663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -130050,6 +134692,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130078,6 +134721,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130106,6 +134750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130134,6 +134779,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130162,6 +134808,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130190,6 +134837,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130218,6 +134866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130246,6 +134895,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130274,6 +134924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130302,6 +134953,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130330,6 +134982,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130358,6 +135011,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130386,6 +135040,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130414,6 +135069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130442,6 +135098,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130470,6 +135127,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130498,6 +135156,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130526,6 +135185,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130554,6 +135214,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130582,6 +135243,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130610,6 +135272,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130638,6 +135301,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130666,6 +135330,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130694,6 +135359,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130722,6 +135388,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130750,6 +135417,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130778,6 +135446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130806,6 +135475,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130834,6 +135504,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130862,6 +135533,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130890,6 +135562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130918,6 +135591,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130946,6 +135620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -130974,6 +135649,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131002,6 +135678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131030,6 +135707,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131058,6 +135736,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131086,6 +135765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131114,6 +135794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131142,6 +135823,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131170,6 +135852,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131198,6 +135881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131226,6 +135910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131254,6 +135939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131282,6 +135968,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131310,6 +135997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131338,6 +136026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131366,6 +136055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131394,6 +136084,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131422,6 +136113,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131450,6 +136142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131478,6 +136171,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131506,6 +136200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131534,6 +136229,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131562,6 +136258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131590,6 +136287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131618,6 +136316,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131646,6 +136345,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131674,6 +136374,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131702,6 +136403,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131730,6 +136432,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131758,6 +136461,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131786,6 +136490,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131814,6 +136519,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131842,6 +136548,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131870,6 +136577,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131898,6 +136606,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131926,6 +136635,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131954,6 +136664,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -131982,6 +136693,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132010,6 +136722,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132038,6 +136751,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132066,6 +136780,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132094,6 +136809,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132122,6 +136838,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132150,6 +136867,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132178,6 +136896,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132206,6 +136925,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132234,6 +136954,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132262,6 +136983,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132290,6 +137012,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132318,6 +137041,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132346,6 +137070,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132374,6 +137099,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132402,6 +137128,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132430,6 +137157,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132458,6 +137186,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132486,6 +137215,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132514,6 +137244,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132542,6 +137273,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132570,6 +137302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132598,6 +137331,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132626,6 +137360,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132654,6 +137389,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132682,6 +137418,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132710,6 +137447,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132738,6 +137476,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132766,6 +137505,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132794,6 +137534,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132822,6 +137563,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132850,6 +137592,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132878,6 +137621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132906,6 +137650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132934,6 +137679,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132962,6 +137708,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -132990,6 +137737,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133018,6 +137766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133046,6 +137795,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133074,6 +137824,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133102,6 +137853,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133130,6 +137882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133158,6 +137911,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133186,6 +137940,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133214,6 +137969,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133242,6 +137998,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133270,6 +138027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133298,6 +138056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133326,6 +138085,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133354,6 +138114,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133382,6 +138143,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133410,6 +138172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133438,6 +138201,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133466,6 +138230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133494,6 +138259,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133522,6 +138288,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133550,6 +138317,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133578,6 +138346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133606,6 +138375,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133634,6 +138404,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133662,6 +138433,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133690,6 +138462,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133718,6 +138491,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133746,6 +138520,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133774,6 +138549,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133802,6 +138578,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133830,6 +138607,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133858,6 +138636,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133886,6 +138665,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133914,6 +138694,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133942,6 +138723,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133970,6 +138752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -133998,6 +138781,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134026,6 +138810,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134054,6 +138839,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134082,6 +138868,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134110,6 +138897,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134138,6 +138926,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134166,6 +138955,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134194,6 +138984,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134222,6 +139013,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -134250,6 +139042,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134278,6 +139071,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134306,6 +139100,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134334,6 +139129,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134362,6 +139158,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134390,6 +139187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134418,6 +139216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134446,6 +139245,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134474,6 +139274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134502,6 +139303,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134530,6 +139332,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134558,6 +139361,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134586,6 +139390,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134614,6 +139419,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134642,6 +139448,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134670,6 +139477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134698,6 +139506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134726,6 +139535,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134754,6 +139564,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134782,6 +139593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134810,6 +139622,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134838,6 +139651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134866,6 +139680,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134894,6 +139709,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134922,6 +139738,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134950,6 +139767,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -134978,6 +139796,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135006,6 +139825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135034,6 +139854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135062,6 +139883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135090,6 +139912,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135118,6 +139941,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135146,6 +139970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135174,6 +139999,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135202,6 +140028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135230,6 +140057,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135258,6 +140086,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135286,6 +140115,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135314,6 +140144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135342,6 +140173,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135370,6 +140202,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135398,6 +140231,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135426,6 +140260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135454,6 +140289,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135482,6 +140318,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135510,6 +140347,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135538,6 +140376,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135566,6 +140405,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135594,6 +140434,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135622,6 +140463,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135650,6 +140492,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135678,6 +140521,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135706,6 +140550,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135734,6 +140579,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135762,6 +140608,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135790,6 +140637,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135818,6 +140666,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135846,6 +140695,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135874,6 +140724,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135902,6 +140753,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135930,6 +140782,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135958,6 +140811,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -135986,6 +140840,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136014,6 +140869,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136042,6 +140898,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136070,6 +140927,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136098,6 +140956,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136126,6 +140985,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136154,6 +141014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136182,6 +141043,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136210,6 +141072,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136238,6 +141101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136266,6 +141130,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136294,6 +141159,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136322,6 +141188,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136350,6 +141217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136378,6 +141246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136406,6 +141275,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136434,6 +141304,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136462,6 +141333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136490,6 +141362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136518,6 +141391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136546,6 +141420,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136574,6 +141449,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136602,6 +141478,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136630,6 +141507,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136658,6 +141536,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136686,6 +141565,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136714,6 +141594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136742,6 +141623,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136770,6 +141652,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136798,6 +141681,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136826,6 +141710,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136854,6 +141739,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136882,6 +141768,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136910,6 +141797,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136938,6 +141826,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136966,6 +141855,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -136994,6 +141884,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137022,6 +141913,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137050,6 +141942,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137078,6 +141971,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137106,6 +142000,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137134,6 +142029,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137162,6 +142058,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137190,6 +142087,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137218,6 +142116,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137246,6 +142145,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137274,6 +142174,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137302,6 +142203,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137330,6 +142232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137358,6 +142261,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137386,6 +142290,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137414,6 +142319,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137442,6 +142348,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137470,6 +142377,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137498,6 +142406,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137526,6 +142435,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137554,6 +142464,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137582,6 +142493,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137610,6 +142522,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137638,6 +142551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137666,6 +142580,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137694,6 +142609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137722,6 +142638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137750,6 +142667,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137778,6 +142696,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137806,6 +142725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137834,6 +142754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137862,6 +142783,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137890,6 +142812,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137918,6 +142841,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137946,6 +142870,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -137974,6 +142899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138002,6 +142928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138030,6 +142957,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138058,6 +142986,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138086,6 +143015,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138114,6 +143044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138142,6 +143073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138170,6 +143102,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138198,6 +143131,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138226,6 +143160,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138254,6 +143189,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138282,6 +143218,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138310,6 +143247,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138338,6 +143276,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138366,6 +143305,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138394,6 +143334,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138422,6 +143363,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138450,6 +143392,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138478,6 +143421,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138506,6 +143450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138534,6 +143479,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138562,6 +143508,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138590,6 +143537,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138618,6 +143566,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138646,6 +143595,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138674,6 +143624,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138702,6 +143653,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138730,6 +143682,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138758,6 +143711,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138786,6 +143740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138814,6 +143769,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138842,6 +143798,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138870,6 +143827,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138898,6 +143856,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138926,6 +143885,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138954,6 +143914,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -138982,6 +143943,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139010,6 +143972,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139038,6 +144001,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139066,6 +144030,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139094,6 +144059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139122,6 +144088,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139150,6 +144117,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139178,6 +144146,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139206,6 +144175,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139234,6 +144204,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139262,6 +144233,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139290,6 +144262,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139318,6 +144291,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139346,6 +144320,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139374,6 +144349,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139402,6 +144378,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139430,6 +144407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139458,6 +144436,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139486,6 +144465,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139514,6 +144494,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139542,6 +144523,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139570,6 +144552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139598,6 +144581,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139626,6 +144610,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139654,6 +144639,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139682,6 +144668,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139710,6 +144697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139738,6 +144726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139766,6 +144755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139794,6 +144784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139822,6 +144813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139850,6 +144842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139878,6 +144871,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139906,6 +144900,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139934,6 +144929,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139962,6 +144958,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -139990,6 +144987,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140018,6 +145016,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140046,6 +145045,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140074,6 +145074,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140102,6 +145103,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140130,6 +145132,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140158,6 +145161,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140186,6 +145190,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140214,6 +145219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140242,6 +145248,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140270,6 +145277,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140298,6 +145306,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140326,6 +145335,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140354,6 +145364,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140382,6 +145393,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140410,6 +145422,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140438,6 +145451,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140466,6 +145480,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140494,6 +145509,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140522,6 +145538,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140550,6 +145567,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140578,6 +145596,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140606,6 +145625,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140634,6 +145654,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140662,6 +145683,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140690,6 +145712,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140718,6 +145741,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140746,6 +145770,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140774,6 +145799,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140802,6 +145828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140830,6 +145857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140858,6 +145886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140886,6 +145915,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140914,6 +145944,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140942,6 +145973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140970,6 +146002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -140998,6 +146031,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141026,6 +146060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141054,6 +146089,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141082,6 +146118,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141110,6 +146147,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141138,6 +146176,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141166,6 +146205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141194,6 +146234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141222,6 +146263,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141250,6 +146292,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141278,6 +146321,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141306,6 +146350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141334,6 +146379,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141362,6 +146408,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141390,6 +146437,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141418,6 +146466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141446,6 +146495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141474,6 +146524,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141502,6 +146553,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141530,6 +146582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141558,6 +146611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141586,6 +146640,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141614,6 +146669,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141642,6 +146698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141670,6 +146727,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141698,6 +146756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141726,6 +146785,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141754,6 +146814,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141782,6 +146843,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141810,6 +146872,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141838,6 +146901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141866,6 +146930,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141894,6 +146959,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141922,6 +146988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141950,6 +147017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -141978,6 +147046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142006,6 +147075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142034,6 +147104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142062,6 +147133,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142090,6 +147162,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142118,6 +147191,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142146,6 +147220,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142174,6 +147249,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142202,6 +147278,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142230,6 +147307,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142258,6 +147336,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142286,6 +147365,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142314,6 +147394,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142342,6 +147423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142370,6 +147452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142398,6 +147481,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142426,6 +147510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142454,6 +147539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142482,6 +147568,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142510,6 +147597,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142538,6 +147626,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142566,6 +147655,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142594,6 +147684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142622,6 +147713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142650,6 +147742,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142678,6 +147771,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142706,6 +147800,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142734,6 +147829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142762,6 +147858,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142790,6 +147887,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142818,6 +147916,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142846,6 +147945,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142874,6 +147974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142902,6 +148003,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142930,6 +148032,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142958,6 +148061,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -142986,6 +148090,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143014,6 +148119,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143042,6 +148148,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143070,6 +148177,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143098,6 +148206,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143126,6 +148235,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143154,6 +148264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143182,6 +148293,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143210,6 +148322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143238,6 +148351,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143266,6 +148380,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143294,6 +148409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143324,6 +148440,7 @@ "orig": "iii", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143352,6 +148469,7 @@ "orig": "Contents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143380,6 +148498,7 @@ "orig": "Overview.......................................................................................................................................................5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143408,6 +148527,7 @@ "orig": "Storage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143436,6 +148556,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143464,6 +148585,7 @@ "orig": "Destruction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143492,6 +148614,7 @@ "orig": ".................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143520,6 +148643,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143548,6 +148672,7 @@ "orig": "Exception", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143576,6 +148701,7 @@ "orig": "Items...............................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143604,6 +148730,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143632,6 +148759,7 @@ "orig": "Remote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143660,6 +148788,7 @@ "orig": "Deposit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143688,6 +148817,7 @@ "orig": "Same", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143716,6 +148846,7 @@ "orig": "Day", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143744,6 +148875,7 @@ "orig": "Ledger", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143772,6 +148904,7 @@ "orig": "Credit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143800,6 +148933,7 @@ "orig": "Cut-off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143828,6 +148962,7 @@ "orig": "Times.................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143856,6 +148991,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143884,6 +149020,7 @@ "orig": "Before", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143912,6 +149049,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143940,6 +149078,7 @@ "orig": "Begin.......................................................................................................................................10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -143968,6 +149107,7 @@ "orig": "Prerequisites", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -143996,6 +149136,7 @@ "orig": ".................................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144024,6 +149165,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144052,6 +149194,7 @@ "orig": "Enroll", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144080,6 +149223,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144108,6 +149252,7 @@ "orig": "Web-Based", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144136,6 +149281,7 @@ "orig": "Training........................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144164,6 +149310,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144192,6 +149339,7 @@ "orig": "Confirm", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144220,6 +149368,7 @@ "orig": "Workstation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144248,6 +149397,7 @@ "orig": "Requirements.............................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144276,6 +149426,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144304,6 +149455,7 @@ "orig": "Confirm", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144332,6 +149484,7 @@ "orig": "Remote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144360,6 +149513,7 @@ "orig": "Deposit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144388,6 +149542,7 @@ "orig": "Entitlement...........................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144416,6 +149571,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144444,6 +149600,7 @@ "orig": "Review", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144472,6 +149629,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144500,6 +149658,7 @@ "orig": "Welcome", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144528,6 +149687,7 @@ "orig": "Page............................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144556,6 +149716,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144584,6 +149745,7 @@ "orig": "User", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144612,6 +149774,7 @@ "orig": "Roles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144640,6 +149803,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144668,6 +149832,7 @@ "orig": "Functions..............................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144696,6 +149861,7 @@ "orig": "12", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144724,6 +149890,7 @@ "orig": "Performing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -144752,6 +149919,7 @@ "orig": "Administrative", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -144780,6 +149948,7 @@ "orig": "Functions.....................................................................................................13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -144808,6 +149977,7 @@ "orig": "Account", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -144836,6 +150006,7 @@ "orig": "Groups.........................................................................................................................................14", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -144864,6 +150035,7 @@ "orig": "Modifying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144892,6 +150064,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144920,6 +150093,7 @@ "orig": "Account", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144948,6 +150122,7 @@ "orig": "Group........................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -144976,6 +150151,7 @@ "orig": "17", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145004,6 +150180,7 @@ "orig": "Deleting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145032,6 +150209,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145060,6 +150238,7 @@ "orig": "Account", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145088,6 +150267,7 @@ "orig": "Group...........................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145116,6 +150296,7 @@ "orig": "18", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145144,6 +150325,7 @@ "orig": "Users...........................................................................................................................................................19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -145172,6 +150354,7 @@ "orig": "Adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145200,6 +150383,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145228,6 +150412,7 @@ "orig": "New", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145256,6 +150441,7 @@ "orig": "User........................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145284,6 +150470,7 @@ "orig": "19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145312,6 +150499,7 @@ "orig": "Modifying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145340,6 +150528,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145368,6 +150557,7 @@ "orig": "Existing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145396,6 +150586,7 @@ "orig": "User............................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145424,6 +150615,7 @@ "orig": "23", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145452,6 +150644,7 @@ "orig": "Deleting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145480,6 +150673,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145508,6 +150702,7 @@ "orig": "Existing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145536,6 +150731,7 @@ "orig": "User...............................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145564,6 +150760,7 @@ "orig": "25", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145592,6 +150789,7 @@ "orig": "Rules...........................................................................................................................................................27", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -145620,6 +150818,7 @@ "orig": "Creating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145648,6 +150847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145676,6 +150876,7 @@ "orig": "Rule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145704,6 +150905,7 @@ "orig": "..............................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145732,6 +150934,7 @@ "orig": "28", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145760,6 +150963,7 @@ "orig": "Creating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145788,6 +150992,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145816,6 +151021,7 @@ "orig": "New", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145844,6 +151050,7 @@ "orig": "Rule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145872,6 +151079,7 @@ "orig": "Account........................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145900,6 +151108,7 @@ "orig": "29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145928,6 +151137,7 @@ "orig": "Editing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145956,6 +151166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -145984,6 +151195,7 @@ "orig": "Rule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146012,6 +151224,7 @@ "orig": "Account", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146040,6 +151253,7 @@ "orig": "..................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146068,6 +151282,7 @@ "orig": "30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146096,6 +151311,7 @@ "orig": "Deleting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146124,6 +151340,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146152,6 +151369,7 @@ "orig": "Rule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146180,6 +151398,7 @@ "orig": "Account................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146208,6 +151427,7 @@ "orig": "31", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146236,6 +151456,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -146264,6 +151485,7 @@ "orig": "Fields............................................................................................................................................32", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -146292,6 +151514,7 @@ "orig": "Creating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146320,6 +151543,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146348,6 +151572,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146376,6 +151601,7 @@ "orig": "Field", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146404,6 +151630,7 @@ "orig": "................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146432,6 +151659,7 @@ "orig": "33", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146460,6 +151688,7 @@ "orig": "Creating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146488,6 +151717,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146516,6 +151746,7 @@ "orig": "Auto-Complete", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146544,6 +151775,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146572,6 +151804,7 @@ "orig": "Field.....................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146600,6 +151833,7 @@ "orig": "34", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146628,6 +151862,7 @@ "orig": "Assigning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146656,6 +151891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146684,6 +151920,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146712,6 +151949,7 @@ "orig": "Field", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146740,6 +151978,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146768,6 +152007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146796,6 +152036,7 @@ "orig": "Depository", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146824,6 +152065,7 @@ "orig": "Account.......................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146852,6 +152094,7 @@ "orig": "36", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146880,6 +152123,7 @@ "orig": "Editing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146908,6 +152152,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146936,6 +152181,7 @@ "orig": "Fields....................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146964,6 +152210,7 @@ "orig": "39", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -146992,6 +152239,7 @@ "orig": "Deleting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147020,6 +152268,7 @@ "orig": "Custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147048,6 +152297,7 @@ "orig": "Fields..................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147076,6 +152326,7 @@ "orig": "40", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147104,6 +152355,7 @@ "orig": "Customer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147132,6 +152384,7 @@ "orig": "Preferences", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147160,6 +152413,7 @@ "orig": "..............................................................................................................................41", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147188,6 +152442,7 @@ "orig": "Editing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147216,6 +152471,7 @@ "orig": "Lists", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147244,6 +152500,7 @@ "orig": "...................................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147272,6 +152529,7 @@ "orig": "42", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147300,6 +152558,7 @@ "orig": "Editing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147328,6 +152587,7 @@ "orig": "Optional", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147356,6 +152616,7 @@ "orig": "Fields", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147384,6 +152645,7 @@ "orig": "..................................................................................................................................", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147412,6 +152674,7 @@ "orig": "43", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147442,6 +152705,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147470,6 +152734,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147498,6 +152763,7 @@ "orig": "iii ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147526,6 +152792,7 @@ "orig": "Contents ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147554,6 +152821,7 @@ "orig": "Overview ....................................................................................................................................................... 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147582,6 +152850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147610,6 +152879,7 @@ "orig": "Storage and Destruction ................................................................................................................................. 7 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147638,6 +152908,7 @@ "orig": "Exception Items ............................................................................................................................................... 8 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147666,6 +152937,7 @@ "orig": "Remote Deposit Same Day Ledger Credit Cut-off Times ................................................................................. 8 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147694,6 +152966,7 @@ "orig": "Before You Begin....................................................................................................................................... 10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147722,6 +152995,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147750,6 +153024,7 @@ "orig": "Prerequisites ................................................................................................................................................. 10 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147778,6 +153053,7 @@ "orig": "Enroll in Web-Based Training ........................................................................................................................ 10 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147806,6 +153082,7 @@ "orig": "Confirm Workstation Requirements ............................................................................................................. 10 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147834,6 +153111,7 @@ "orig": "Confirm Remote Deposit Entitlement ........................................................................................................... 11 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147862,6 +153140,7 @@ "orig": "Review the Welcome Page ............................................................................................................................ 11 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147890,6 +153169,7 @@ "orig": "User Roles and Functions .............................................................................................................................. 12 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147918,6 +153198,7 @@ "orig": "Performing Administrative Functions ..................................................................................................... 13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -147946,6 +153227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -147974,6 +153256,7 @@ "orig": "Account Groups......................................................................................................................................... 14", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -148002,6 +153285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148030,6 +153314,7 @@ "orig": "Modifying an Account Group ........................................................................................................................ 17 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148058,6 +153343,7 @@ "orig": "Deleting an Account Group ........................................................................................................................... 18 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148086,6 +153372,7 @@ "orig": "Users ........................................................................................................................................................... 19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -148114,6 +153401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148142,6 +153430,7 @@ "orig": "Adding a New User ........................................................................................................................................ 19 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148170,6 +153459,7 @@ "orig": "Modifying an Existing User ............................................................................................................................ 23 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148198,6 +153488,7 @@ "orig": "Deleting an Existing User ............................................................................................................................... 25 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148226,6 +153517,7 @@ "orig": "Rules ........................................................................................................................................................... 27", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -148254,6 +153546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148282,6 +153575,7 @@ "orig": "Creating a Rule .............................................................................................................................................. 28 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148310,6 +153604,7 @@ "orig": "Creating a New Rule Account ........................................................................................................................ 29 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148338,6 +153633,7 @@ "orig": "Editing a Rule Account .................................................................................................................................. 30 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148366,6 +153662,7 @@ "orig": "Deleting a Rule Account ................................................................................................................................ 31 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148394,6 +153691,7 @@ "orig": "Custom Fields ............................................................................................................................................ 32", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -148422,6 +153720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148450,6 +153749,7 @@ "orig": "Creating a Custom Field ................................................................................................................................ 33 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148478,6 +153778,7 @@ "orig": "Creating an Auto-Complete Custom Field ..................................................................................................... 34 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148506,6 +153807,7 @@ "orig": "Assigning a Custom Field to a Depository Account ....................................................................................... 36 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148534,6 +153836,7 @@ "orig": "Editing Custom Fields .................................................................................................................................... 39 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148562,6 +153865,7 @@ "orig": "Deleting Custom Fields .................................................................................................................................. 40 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148590,6 +153894,7 @@ "orig": "Customer Preferences .............................................................................................................................. 41", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R10", @@ -148618,6 +153923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148646,6 +153952,7 @@ "orig": "Editing Lists ................................................................................................................................................... 42 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -148674,12 +153981,16 @@ "orig": "Editing Optional Fields .................................................................................................................................. 43 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/NCQSPY+TT14Bt00" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/font_01.pdf.v2.json b/tests/data/groundtruth/font_01.pdf.v2.json index 3a36a91c..3cc2808a 100644 --- a/tests/data/groundtruth/font_01.pdf.v2.json +++ b/tests/data/groundtruth/font_01.pdf.v2.json @@ -118965,23 +118965,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.007992, + "decode_contents": 0.007396, "decode_dimensions": 0.0, - "decode_page": 0.11458, - "decode_resources": 0.000792, - "sanitise_contents": 0.104901 + "decode_page": 0.103894, + "decode_resources": 0.002438, + "sanitise_contents": 0.039807 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.007992, + "decode_contents": 0.007396, "decode_dimensions": 0.0, - "decode_document": 0.11677, - "decode_page": 0.11458, - "decode_resources": 0.000792, - "decoding page 0": 0.116517, - "process_document_from_bytesio": 0.000618, - "sanitise_contents": 0.104901 + "decode_document": 0.106044, + "decode_page": 0.103894, + "decode_resources": 0.002438, + "decoding page 0": 0.105979, + "process_document_from_bytesio": 0.000635, + "sanitise_contents": 0.039807 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_01.pdf.v2.p=0.json b/tests/data/groundtruth/font_01.pdf.v2.p=0.json index 7d3b833e..13b5afb2 100644 --- a/tests/data/groundtruth/font_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/font_01.pdf.v2.p=0.json @@ -118965,23 +118965,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.008081, + "decode_contents": 0.007605, "decode_dimensions": 0.0, - "decode_page": 0.117417, - "decode_resources": 0.000802, - "sanitise_contents": 0.107628 + "decode_page": 0.097685, + "decode_resources": 0.002427, + "sanitise_contents": 0.036215 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.008081, + "decode_contents": 0.007605, "decode_dimensions": 0.0, - "decode_document": 0.119602, - "decode_page": 0.117417, - "decode_resources": 0.000802, - "decoding page 0": 0.119486, - "process_document_from_bytesio": 0.000603, - "sanitise_contents": 0.107628 + "decode_document": 0.099727, + "decode_page": 0.097685, + "decode_resources": 0.002427, + "decoding page 0": 0.099661, + "process_document_from_bytesio": 0.000625, + "sanitise_contents": 0.036215 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_02.pdf.page_no_1.py.json b/tests/data/groundtruth/font_02.pdf.page_no_1.py.json index c027ac5c..2e2a28ce 100644 --- a/tests/data/groundtruth/font_02.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/font_02.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -117,6 +118,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -145,6 +147,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -173,6 +176,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -201,6 +205,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -229,6 +234,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -257,6 +263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -285,6 +292,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -313,6 +321,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -341,6 +350,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -369,6 +379,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -397,6 +408,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -425,6 +437,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -453,6 +466,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -481,6 +495,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -509,6 +524,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -537,6 +553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -565,6 +582,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -593,6 +611,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -621,6 +640,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -649,6 +669,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -677,6 +698,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -705,6 +727,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -733,6 +756,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -761,6 +785,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -789,6 +814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -817,6 +843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -845,6 +872,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -873,6 +901,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -901,6 +930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -929,6 +959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -957,6 +988,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -985,6 +1017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1013,6 +1046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1041,6 +1075,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1069,6 +1104,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1097,6 +1133,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1125,6 +1162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1153,6 +1191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1181,6 +1220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1209,6 +1249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1237,6 +1278,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1265,6 +1307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1293,6 +1336,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1321,6 +1365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1349,6 +1394,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1377,6 +1423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1405,6 +1452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1433,6 +1481,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1461,6 +1510,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1489,6 +1539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1517,6 +1568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1545,6 +1597,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1573,6 +1626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1601,6 +1655,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1629,6 +1684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1657,6 +1713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1685,6 +1742,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1713,6 +1771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1741,6 +1800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1769,6 +1829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1797,6 +1858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1825,6 +1887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1853,6 +1916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1881,6 +1945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1909,6 +1974,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1937,6 +2003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1965,6 +2032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -1993,6 +2061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2021,6 +2090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2049,6 +2119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2077,6 +2148,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2105,6 +2177,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2133,6 +2206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2161,6 +2235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2189,6 +2264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2217,6 +2293,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2245,6 +2322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2273,6 +2351,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2301,6 +2380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2329,6 +2409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2357,6 +2438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2385,6 +2467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2413,6 +2496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2441,6 +2525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2469,6 +2554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2497,6 +2583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2525,6 +2612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2553,6 +2641,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2581,6 +2670,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2609,6 +2699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2637,6 +2728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2665,6 +2757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2693,6 +2786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2721,6 +2815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2749,6 +2844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2777,6 +2873,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2805,6 +2902,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2833,6 +2931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2861,6 +2960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2889,6 +2989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2917,6 +3018,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2945,6 +3047,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -2973,6 +3076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3001,6 +3105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3029,6 +3134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3057,6 +3163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3085,6 +3192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3113,6 +3221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3141,6 +3250,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3169,6 +3279,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3197,6 +3308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3225,6 +3337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3253,6 +3366,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3281,6 +3395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3309,6 +3424,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3337,6 +3453,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3365,6 +3482,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3393,6 +3511,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3421,6 +3540,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3449,6 +3569,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -3477,6 +3598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -3505,6 +3627,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3533,6 +3656,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3561,6 +3685,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3589,6 +3714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3617,6 +3743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3645,6 +3772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3673,6 +3801,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3701,6 +3830,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3729,6 +3859,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3757,6 +3888,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3785,6 +3917,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3813,6 +3946,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3841,6 +3975,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3869,6 +4004,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3897,6 +4033,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3925,6 +4062,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3953,6 +4091,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3981,6 +4120,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4009,6 +4149,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4037,6 +4178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4065,6 +4207,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4093,6 +4236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4121,6 +4265,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4149,6 +4294,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4177,6 +4323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4205,6 +4352,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4233,6 +4381,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4261,6 +4410,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4289,6 +4439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4317,6 +4468,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4345,6 +4497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4373,6 +4526,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4401,6 +4555,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4429,6 +4584,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4457,6 +4613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4485,6 +4642,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4513,6 +4671,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4541,6 +4700,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4569,6 +4729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4597,6 +4758,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4625,6 +4787,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4653,6 +4816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4681,6 +4845,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4709,6 +4874,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4737,6 +4903,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4765,6 +4932,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4793,6 +4961,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4821,6 +4990,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4849,6 +5019,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4877,6 +5048,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4905,6 +5077,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4933,6 +5106,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4961,6 +5135,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4989,6 +5164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5017,6 +5193,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5045,6 +5222,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5073,6 +5251,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5101,6 +5280,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5129,6 +5309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5157,6 +5338,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5185,6 +5367,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5213,6 +5396,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5241,6 +5425,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5269,6 +5454,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5297,6 +5483,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5325,6 +5512,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5353,6 +5541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5381,6 +5570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5409,6 +5599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5437,6 +5628,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5465,6 +5657,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5493,6 +5686,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5521,6 +5715,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5549,6 +5744,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5577,6 +5773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5605,6 +5802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5633,6 +5831,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5661,6 +5860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5689,6 +5889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5717,6 +5918,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5745,6 +5947,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5773,6 +5976,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5801,6 +6005,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5829,6 +6034,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5857,6 +6063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5885,6 +6092,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5913,6 +6121,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5941,6 +6150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5969,6 +6179,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5997,6 +6208,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6025,6 +6237,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6053,6 +6266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6081,6 +6295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6109,6 +6324,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6137,6 +6353,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6165,6 +6382,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6193,6 +6411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6221,6 +6440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6249,6 +6469,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6277,6 +6498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6305,6 +6527,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6333,6 +6556,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6361,6 +6585,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6389,6 +6614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6417,6 +6643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6445,6 +6672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6473,6 +6701,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6501,6 +6730,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6529,6 +6759,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6557,6 +6788,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6585,6 +6817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6613,6 +6846,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6641,6 +6875,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6669,6 +6904,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6697,6 +6933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6725,6 +6962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6753,6 +6991,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6781,6 +7020,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6809,6 +7049,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6837,6 +7078,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6865,6 +7107,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6893,6 +7136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6921,6 +7165,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6949,6 +7194,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6977,6 +7223,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7005,6 +7252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7033,6 +7281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7061,6 +7310,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7089,6 +7339,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7117,6 +7368,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7145,6 +7397,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7173,6 +7426,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7201,6 +7455,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7229,6 +7484,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7257,6 +7513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7285,6 +7542,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7313,6 +7571,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7341,6 +7600,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7369,6 +7629,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7397,6 +7658,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7425,6 +7687,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7453,6 +7716,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7481,6 +7745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7509,6 +7774,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7537,6 +7803,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7565,6 +7832,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7593,6 +7861,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7621,6 +7890,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7649,6 +7919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7677,6 +7948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7705,6 +7977,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7733,6 +8006,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7761,6 +8035,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7789,6 +8064,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7817,6 +8093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7845,6 +8122,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7873,6 +8151,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7901,6 +8180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7929,6 +8209,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7957,6 +8238,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7985,6 +8267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8013,6 +8296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8041,6 +8325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8069,6 +8354,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8097,6 +8383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8125,6 +8412,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8153,6 +8441,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8181,6 +8470,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8209,6 +8499,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8237,6 +8528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8265,6 +8557,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8293,6 +8586,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8321,6 +8615,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8349,6 +8644,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8377,6 +8673,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8405,6 +8702,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8433,6 +8731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8461,6 +8760,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8489,6 +8789,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8517,6 +8818,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8545,6 +8847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8573,6 +8876,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8601,6 +8905,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8629,6 +8934,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8657,6 +8963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8685,6 +8992,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8713,6 +9021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8741,6 +9050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8769,6 +9079,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8797,6 +9108,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8825,6 +9137,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8853,6 +9166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8881,6 +9195,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8909,6 +9224,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8937,6 +9253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8965,6 +9282,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8993,6 +9311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9021,6 +9340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9049,6 +9369,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9077,6 +9398,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9105,6 +9427,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9133,6 +9456,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9161,6 +9485,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9189,6 +9514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9217,6 +9543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9245,6 +9572,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9273,6 +9601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9301,6 +9630,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9329,6 +9659,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9357,6 +9688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9385,6 +9717,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9413,6 +9746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9441,6 +9775,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9469,6 +9804,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9497,6 +9833,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9525,6 +9862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9553,6 +9891,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9581,6 +9920,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9609,6 +9949,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9637,6 +9978,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9665,6 +10007,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9693,6 +10036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9721,6 +10065,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9749,6 +10094,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9777,6 +10123,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9805,6 +10152,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9833,6 +10181,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9861,6 +10210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9889,6 +10239,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9917,6 +10268,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9945,6 +10297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -9973,6 +10326,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10001,6 +10355,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10029,6 +10384,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10057,6 +10413,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10085,6 +10442,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10113,6 +10471,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10141,6 +10500,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10169,6 +10529,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10197,6 +10558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10225,6 +10587,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10253,6 +10616,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10281,6 +10645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10309,6 +10674,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10337,6 +10703,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10365,6 +10732,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10393,6 +10761,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10421,6 +10790,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10449,6 +10819,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10477,6 +10848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10505,6 +10877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -10533,6 +10906,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10561,6 +10935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10589,6 +10964,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10617,6 +10993,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10645,6 +11022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10673,6 +11051,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10701,6 +11080,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10729,6 +11109,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10757,6 +11138,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10785,6 +11167,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10813,6 +11196,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10841,6 +11225,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -10869,6 +11254,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10897,6 +11283,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10925,6 +11312,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10953,6 +11341,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10981,6 +11370,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11009,6 +11399,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11037,6 +11428,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11065,6 +11457,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11093,6 +11486,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11121,6 +11515,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11149,6 +11544,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11177,6 +11573,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11205,6 +11602,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11233,6 +11631,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11261,6 +11660,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11289,6 +11689,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11317,6 +11718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11345,6 +11747,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11373,6 +11776,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11401,6 +11805,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11429,6 +11834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11457,6 +11863,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11485,6 +11892,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11513,6 +11921,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11541,6 +11950,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11569,6 +11979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11597,6 +12008,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11625,6 +12037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11653,6 +12066,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11681,6 +12095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11709,6 +12124,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11737,6 +12153,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11765,6 +12182,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11793,6 +12211,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11821,6 +12240,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11849,6 +12269,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11877,6 +12298,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11905,6 +12327,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11933,6 +12356,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11961,6 +12385,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11989,6 +12414,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12017,6 +12443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12045,6 +12472,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -12073,6 +12501,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -12101,6 +12530,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12129,6 +12559,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12157,6 +12588,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12185,6 +12617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12213,6 +12646,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12241,6 +12675,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12269,6 +12704,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12297,6 +12733,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12325,6 +12762,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12353,6 +12791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12381,6 +12820,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12409,6 +12849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12437,6 +12878,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12465,6 +12907,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12493,6 +12936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12521,6 +12965,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12549,6 +12994,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12577,6 +13023,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12605,6 +13052,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12633,6 +13081,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12661,6 +13110,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -12689,6 +13139,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12717,6 +13168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12745,6 +13197,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12773,6 +13226,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12801,6 +13255,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12829,6 +13284,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12857,6 +13313,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12885,6 +13342,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12913,6 +13371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12941,6 +13400,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12969,6 +13429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12997,6 +13458,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13025,6 +13487,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13053,6 +13516,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13081,6 +13545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13109,6 +13574,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13137,6 +13603,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13165,6 +13632,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13193,6 +13661,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13221,6 +13690,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13249,6 +13719,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13277,6 +13748,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13305,6 +13777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13333,6 +13806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13361,6 +13835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13389,6 +13864,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -13417,6 +13893,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -13445,6 +13922,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13473,6 +13951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13501,6 +13980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13529,6 +14009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13557,6 +14038,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13585,6 +14067,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13613,6 +14096,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13641,6 +14125,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13669,6 +14154,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13697,6 +14183,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13725,6 +14212,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13753,6 +14241,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13781,6 +14270,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13809,6 +14299,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13837,6 +14328,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13865,6 +14357,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13893,6 +14386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13921,6 +14415,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13949,6 +14444,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13977,6 +14473,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14005,6 +14502,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14033,6 +14531,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14061,6 +14560,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14089,6 +14589,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14117,6 +14618,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14145,6 +14647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14173,6 +14676,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14201,6 +14705,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14229,6 +14734,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14257,6 +14763,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14285,6 +14792,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14313,6 +14821,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14341,6 +14850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14369,6 +14879,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14397,6 +14908,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14425,6 +14937,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14453,6 +14966,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14481,6 +14995,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14509,6 +15024,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14537,6 +15053,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14565,6 +15082,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14593,6 +15111,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14621,6 +15140,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14649,6 +15169,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14677,6 +15198,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14705,6 +15227,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14733,6 +15256,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14761,6 +15285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14789,6 +15314,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14817,6 +15343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14845,6 +15372,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14873,6 +15401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14901,6 +15430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14929,6 +15459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14957,6 +15488,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14985,6 +15517,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15013,6 +15546,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15041,6 +15575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15069,6 +15604,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15097,6 +15633,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15125,6 +15662,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15153,6 +15691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15181,6 +15720,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15209,6 +15749,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15237,6 +15778,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15265,6 +15807,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15293,6 +15836,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15321,6 +15865,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15349,6 +15894,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15377,6 +15923,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15405,6 +15952,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15433,6 +15981,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -15461,6 +16010,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15489,6 +16039,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15517,6 +16068,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15545,6 +16097,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15573,6 +16126,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15601,6 +16155,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15629,6 +16184,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -15657,6 +16213,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15685,6 +16242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15713,6 +16271,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15741,6 +16300,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15769,6 +16329,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15797,6 +16358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15825,6 +16387,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15853,6 +16416,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15881,6 +16445,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15909,6 +16474,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15937,6 +16503,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15965,6 +16532,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15993,6 +16561,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16021,6 +16590,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16049,6 +16619,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16077,6 +16648,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16105,6 +16677,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16133,6 +16706,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16161,6 +16735,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16189,6 +16764,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16217,6 +16793,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16245,6 +16822,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16273,6 +16851,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16301,6 +16880,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16329,6 +16909,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16357,6 +16938,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16385,6 +16967,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16413,6 +16996,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16441,6 +17025,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16469,6 +17054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16497,6 +17083,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16525,6 +17112,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16553,6 +17141,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16581,6 +17170,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16609,6 +17199,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16637,6 +17228,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16665,6 +17257,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16693,6 +17286,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16721,6 +17315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16749,6 +17344,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16777,6 +17373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16805,6 +17402,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16833,6 +17431,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -16861,6 +17460,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16889,6 +17489,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16917,6 +17518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16945,6 +17547,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16973,6 +17576,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17001,6 +17605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17029,6 +17634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17057,6 +17663,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17085,6 +17692,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17113,6 +17721,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17141,6 +17750,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17169,6 +17779,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17197,6 +17808,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17225,6 +17837,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17253,6 +17866,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17281,6 +17895,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17309,6 +17924,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17337,6 +17953,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17365,6 +17982,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17393,6 +18011,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17421,6 +18040,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17449,6 +18069,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17477,6 +18098,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17505,6 +18127,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17533,6 +18156,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17561,6 +18185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17589,6 +18214,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17617,6 +18243,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17645,6 +18272,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17673,6 +18301,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17701,6 +18330,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17729,6 +18359,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -17757,6 +18388,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17785,6 +18417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17813,6 +18446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17841,6 +18475,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17869,6 +18504,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17897,6 +18533,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17925,6 +18562,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17953,6 +18591,7 @@ "orig": "\u00d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17981,6 +18620,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18009,6 +18649,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18037,6 +18678,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18065,6 +18707,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18093,6 +18736,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18121,6 +18765,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18149,6 +18794,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18177,6 +18823,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18205,6 +18852,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18233,6 +18881,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18261,6 +18910,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18289,6 +18939,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18317,6 +18968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18345,6 +18997,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18373,6 +19026,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18401,6 +19055,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18429,6 +19084,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18457,6 +19113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18485,6 +19142,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18513,6 +19171,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18541,6 +19200,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18569,6 +19229,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18597,6 +19258,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18625,6 +19287,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18653,6 +19316,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18681,6 +19345,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18709,6 +19374,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18737,6 +19403,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18765,6 +19432,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18793,6 +19461,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18821,6 +19490,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18849,6 +19519,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18877,6 +19548,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18905,6 +19577,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18933,6 +19606,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18961,6 +19635,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18989,6 +19664,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19017,6 +19693,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19045,6 +19722,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19073,6 +19751,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19101,6 +19780,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19129,6 +19809,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19157,6 +19838,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19185,6 +19867,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19213,6 +19896,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19241,6 +19925,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19269,6 +19954,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19297,6 +19983,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19325,6 +20012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19353,6 +20041,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19381,6 +20070,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19409,6 +20099,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19437,6 +20128,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19465,6 +20157,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19493,6 +20186,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19521,6 +20215,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19549,6 +20244,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19577,6 +20273,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19605,6 +20302,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19633,6 +20331,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19661,6 +20360,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19689,6 +20389,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19717,6 +20418,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19745,6 +20447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19773,6 +20476,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19801,6 +20505,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19829,6 +20534,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19857,6 +20563,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19885,6 +20592,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19913,6 +20621,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19941,6 +20650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19969,6 +20679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19997,6 +20708,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20025,6 +20737,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20053,6 +20766,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20081,6 +20795,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20109,6 +20824,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20137,6 +20853,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20165,6 +20882,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20193,6 +20911,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20221,6 +20940,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20249,6 +20969,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20277,6 +20998,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20305,6 +21027,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20333,6 +21056,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20361,6 +21085,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20389,6 +21114,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20417,6 +21143,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20445,6 +21172,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20473,6 +21201,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20501,6 +21230,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20529,6 +21259,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20557,6 +21288,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20585,6 +21317,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20613,6 +21346,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20641,6 +21375,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20669,6 +21404,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20697,6 +21433,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20725,6 +21462,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20753,6 +21491,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20781,6 +21520,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20809,6 +21549,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20837,6 +21578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20865,6 +21607,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20893,6 +21636,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20921,6 +21665,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20949,6 +21694,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20977,6 +21723,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21005,6 +21752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21033,6 +21781,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21061,6 +21810,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21089,6 +21839,7 @@ "orig": "\u00d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21117,6 +21868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21145,6 +21897,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21173,6 +21926,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21201,6 +21955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21229,6 +21984,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21257,6 +22013,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21285,6 +22042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21313,6 +22071,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21341,6 +22100,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21369,6 +22129,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21397,6 +22158,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21425,6 +22187,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21453,6 +22216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21481,6 +22245,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21509,6 +22274,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21537,6 +22303,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21565,6 +22332,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21593,6 +22361,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21621,6 +22390,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21649,6 +22419,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21677,6 +22448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21705,6 +22477,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21733,6 +22506,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21761,6 +22535,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21789,6 +22564,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21817,6 +22593,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21845,6 +22622,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21873,6 +22651,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21901,6 +22680,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21929,6 +22709,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21957,6 +22738,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21985,6 +22767,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22013,6 +22796,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22041,6 +22825,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22069,6 +22854,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22097,6 +22883,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22125,6 +22912,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22153,6 +22941,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22181,6 +22970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22209,6 +22999,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22237,6 +23028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22265,6 +23057,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22293,6 +23086,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22321,6 +23115,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22349,6 +23144,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22377,6 +23173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22405,6 +23202,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22433,6 +23231,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22461,6 +23260,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22489,6 +23289,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22517,6 +23318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22545,6 +23347,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22573,6 +23376,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22601,6 +23405,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22629,6 +23434,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22657,6 +23463,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22685,6 +23492,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22713,6 +23521,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22741,6 +23550,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22769,6 +23579,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22797,6 +23608,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22825,6 +23637,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22853,6 +23666,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22881,6 +23695,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22909,6 +23724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22937,6 +23753,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22965,6 +23782,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22993,6 +23811,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23021,6 +23840,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23049,6 +23869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23077,6 +23898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23105,6 +23927,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23133,6 +23956,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23161,6 +23985,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23189,6 +24014,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23217,6 +24043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23245,6 +24072,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23273,6 +24101,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23301,6 +24130,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23329,6 +24159,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23357,6 +24188,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23385,6 +24217,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23413,6 +24246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23441,6 +24275,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23469,6 +24304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23497,6 +24333,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23525,6 +24362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23553,6 +24391,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23581,6 +24420,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23609,6 +24449,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23637,6 +24478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23665,6 +24507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23693,6 +24536,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23721,6 +24565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23749,6 +24594,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23777,6 +24623,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23805,6 +24652,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23833,6 +24681,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23861,6 +24710,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23889,6 +24739,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23917,6 +24768,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23945,6 +24797,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23973,6 +24826,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24001,6 +24855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24029,6 +24884,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24057,6 +24913,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24085,6 +24942,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24113,6 +24971,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24141,6 +25000,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24169,6 +25029,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24197,6 +25058,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24225,6 +25087,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24253,6 +25116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24281,6 +25145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24309,6 +25174,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24337,6 +25203,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24365,6 +25232,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24393,6 +25261,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24421,6 +25290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24449,6 +25319,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24477,6 +25348,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24505,6 +25377,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24533,6 +25406,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24561,6 +25435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24589,6 +25464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24617,6 +25493,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24645,6 +25522,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24673,6 +25551,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24701,6 +25580,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24729,6 +25609,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24757,6 +25638,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24785,6 +25667,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24813,6 +25696,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24841,6 +25725,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24869,6 +25754,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24897,6 +25783,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24925,6 +25812,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24953,6 +25841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24981,6 +25870,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25009,6 +25899,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25037,6 +25928,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25065,6 +25957,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25093,6 +25986,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25121,6 +26015,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25149,6 +26044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25177,6 +26073,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25205,6 +26102,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25233,6 +26131,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25261,6 +26160,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25289,6 +26189,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25317,6 +26218,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25345,6 +26247,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25373,6 +26276,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25401,6 +26305,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25429,6 +26334,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -25457,6 +26363,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25485,6 +26392,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25513,6 +26421,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25541,6 +26450,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25569,6 +26479,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25597,6 +26508,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25625,6 +26537,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25653,6 +26566,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25681,6 +26595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25709,6 +26624,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25737,6 +26653,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25765,6 +26682,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25793,6 +26711,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25821,6 +26740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25849,6 +26769,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25877,6 +26798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25905,6 +26827,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25933,6 +26856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25961,6 +26885,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25989,6 +26914,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26017,6 +26943,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26045,6 +26972,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26073,6 +27001,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26101,6 +27030,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26129,6 +27059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26157,6 +27088,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26185,6 +27117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26213,6 +27146,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26241,6 +27175,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26269,6 +27204,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26297,6 +27233,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26325,6 +27262,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26353,6 +27291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26381,6 +27320,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26409,6 +27349,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26437,6 +27378,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26465,6 +27407,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26493,6 +27436,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26521,6 +27465,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26549,6 +27494,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26577,6 +27523,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26605,6 +27552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26633,6 +27581,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26661,6 +27610,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26689,6 +27639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26717,6 +27668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26745,6 +27697,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26773,6 +27726,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26801,6 +27755,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26829,6 +27784,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26857,6 +27813,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26885,6 +27842,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26913,6 +27871,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26941,6 +27900,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26969,6 +27929,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26997,6 +27958,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27025,6 +27987,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27053,6 +28016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27081,6 +28045,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27109,6 +28074,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27137,6 +28103,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27165,6 +28132,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27193,6 +28161,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27221,6 +28190,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27249,6 +28219,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27277,6 +28248,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27305,6 +28277,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27333,6 +28306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27361,6 +28335,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27389,6 +28364,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27417,6 +28393,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27445,6 +28422,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27473,6 +28451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27501,6 +28480,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27529,6 +28509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27557,6 +28538,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27585,6 +28567,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27613,6 +28596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27641,6 +28625,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27669,6 +28654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27697,6 +28683,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27725,6 +28712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27753,6 +28741,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27781,6 +28770,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27809,6 +28799,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27837,6 +28828,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27865,6 +28857,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27893,6 +28886,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27921,6 +28915,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27949,6 +28944,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27977,6 +28973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28005,6 +29002,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28033,6 +29031,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28061,6 +29060,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28089,6 +29089,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28117,6 +29118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28145,6 +29147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28173,6 +29176,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28201,6 +29205,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28229,6 +29234,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28257,6 +29263,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28285,6 +29292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28313,6 +29321,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28341,6 +29350,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28369,6 +29379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28397,6 +29408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28425,6 +29437,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28453,6 +29466,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28481,6 +29495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28509,6 +29524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28537,6 +29553,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28565,6 +29582,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28593,6 +29611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28621,6 +29640,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28649,6 +29669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28677,6 +29698,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28705,6 +29727,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28733,6 +29756,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28761,6 +29785,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28789,6 +29814,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28817,6 +29843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28845,6 +29872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28873,6 +29901,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28901,6 +29930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28929,6 +29959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28957,6 +29988,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28985,6 +30017,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29013,6 +30046,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29041,6 +30075,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29069,6 +30104,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29097,6 +30133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29125,6 +30162,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29153,6 +30191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29181,6 +30220,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29209,6 +30249,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29237,6 +30278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29265,6 +30307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29293,6 +30336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29321,6 +30365,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29349,6 +30394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29377,6 +30423,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29405,6 +30452,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29433,6 +30481,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29461,6 +30510,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29489,6 +30539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29517,6 +30568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29545,6 +30597,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29573,6 +30626,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29601,6 +30655,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29629,6 +30684,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29657,6 +30713,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29685,6 +30742,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29713,6 +30771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29741,6 +30800,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29769,6 +30829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29797,6 +30858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29825,6 +30887,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29853,6 +30916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29881,6 +30945,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29909,6 +30974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29937,6 +31003,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29965,6 +31032,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29993,6 +31061,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30021,6 +31090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30049,6 +31119,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30077,6 +31148,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30105,6 +31177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30133,6 +31206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30161,6 +31235,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30189,6 +31264,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30217,6 +31293,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30245,6 +31322,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30273,6 +31351,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30301,6 +31380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30329,6 +31409,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30357,6 +31438,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30385,6 +31467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30413,6 +31496,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30441,6 +31525,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30469,6 +31554,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30497,6 +31583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30525,6 +31612,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30553,6 +31641,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30581,6 +31670,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30609,6 +31699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30637,6 +31728,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30665,6 +31757,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30693,6 +31786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30721,6 +31815,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30749,6 +31844,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30777,6 +31873,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30805,6 +31902,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30833,6 +31931,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30861,6 +31960,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30889,6 +31989,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30917,6 +32018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30945,6 +32047,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30973,6 +32076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31001,6 +32105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31029,6 +32134,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31057,6 +32163,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31085,6 +32192,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31113,6 +32221,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31141,6 +32250,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31169,6 +32279,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31197,6 +32308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31225,6 +32337,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31253,6 +32366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31281,6 +32395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31309,6 +32424,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31337,6 +32453,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31365,6 +32482,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31393,6 +32511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31421,6 +32540,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31449,6 +32569,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31477,6 +32598,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31505,6 +32627,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31533,6 +32656,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31561,6 +32685,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31589,6 +32714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31617,6 +32743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31645,6 +32772,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31673,6 +32801,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31701,6 +32830,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31729,6 +32859,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31757,6 +32888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31785,6 +32917,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31813,6 +32946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31841,6 +32975,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31869,6 +33004,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31897,6 +33033,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31925,6 +33062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31953,6 +33091,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31981,6 +33120,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32009,6 +33149,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32037,6 +33178,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32065,6 +33207,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32093,6 +33236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32121,6 +33265,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32149,6 +33294,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32177,6 +33323,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32205,6 +33352,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32233,6 +33381,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32261,6 +33410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32289,6 +33439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32317,6 +33468,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32345,6 +33497,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32373,6 +33526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32401,6 +33555,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32429,6 +33584,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32457,6 +33613,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32485,6 +33642,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32513,6 +33671,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32541,6 +33700,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32569,6 +33729,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32597,6 +33758,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -32625,6 +33787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -32653,6 +33816,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32681,6 +33845,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32709,6 +33874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32737,6 +33903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32765,6 +33932,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32793,6 +33961,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32821,6 +33990,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32849,6 +34019,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32877,6 +34048,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32905,6 +34077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32933,6 +34106,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32961,6 +34135,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32989,6 +34164,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33017,6 +34193,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33045,6 +34222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33073,6 +34251,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33101,6 +34280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33129,6 +34309,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33157,6 +34338,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33185,6 +34367,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33213,6 +34396,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33241,6 +34425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33269,6 +34454,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33297,6 +34483,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33325,6 +34512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33353,6 +34541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33381,6 +34570,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33409,6 +34599,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33437,6 +34628,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33465,6 +34657,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33493,6 +34686,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33521,6 +34715,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33549,6 +34744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33577,6 +34773,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33605,6 +34802,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33633,6 +34831,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33661,6 +34860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33689,6 +34889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33717,6 +34918,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33745,6 +34947,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33773,6 +34976,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33801,6 +35005,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33829,6 +35034,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33857,6 +35063,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33885,6 +35092,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33913,6 +35121,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33941,6 +35150,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33969,6 +35179,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33997,6 +35208,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34025,6 +35237,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34053,6 +35266,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34081,6 +35295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34109,6 +35324,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34137,6 +35353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34165,6 +35382,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34193,6 +35411,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34221,6 +35440,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34249,6 +35469,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34277,6 +35498,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34305,6 +35527,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34333,6 +35556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34361,6 +35585,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34389,6 +35614,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34417,6 +35643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34445,6 +35672,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34473,6 +35701,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34501,6 +35730,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34529,6 +35759,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34557,6 +35788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34585,6 +35817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34613,6 +35846,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34641,6 +35875,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34669,6 +35904,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34697,6 +35933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34725,6 +35962,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34753,6 +35991,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34781,6 +36020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34809,6 +36049,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34837,6 +36078,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34865,6 +36107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34893,6 +36136,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34921,6 +36165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34949,6 +36194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34977,6 +36223,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35005,6 +36252,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35033,6 +36281,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35061,6 +36310,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35089,6 +36339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35117,6 +36368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35145,6 +36397,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35173,6 +36426,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35201,6 +36455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35229,6 +36484,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35257,6 +36513,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35285,6 +36542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35313,6 +36571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35341,6 +36600,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35369,6 +36629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35397,6 +36658,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35425,6 +36687,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35453,6 +36716,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35481,6 +36745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35509,6 +36774,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35537,6 +36803,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35565,6 +36832,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35593,6 +36861,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35621,6 +36890,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35649,6 +36919,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35677,6 +36948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35705,6 +36977,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35733,6 +37006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35761,6 +37035,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35789,6 +37064,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35817,6 +37093,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35845,6 +37122,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35873,6 +37151,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35901,6 +37180,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35929,6 +37209,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35957,6 +37238,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35985,6 +37267,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36013,6 +37296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36041,6 +37325,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36069,6 +37354,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36097,6 +37383,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36125,6 +37412,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36153,6 +37441,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36181,6 +37470,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36209,6 +37499,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36237,6 +37528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36265,6 +37557,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -36293,6 +37586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36321,6 +37615,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36349,6 +37644,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36377,6 +37673,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36405,6 +37702,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36433,6 +37731,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36461,6 +37760,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36489,6 +37789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36517,6 +37818,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36545,6 +37847,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36573,6 +37876,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36601,6 +37905,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36629,6 +37934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36657,6 +37963,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36685,6 +37992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36713,6 +38021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36741,6 +38050,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36769,6 +38079,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36797,6 +38108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36825,6 +38137,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36853,6 +38166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36881,6 +38195,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36909,6 +38224,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36937,6 +38253,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36965,6 +38282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36993,6 +38311,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37021,6 +38340,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37049,6 +38369,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37077,6 +38398,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37105,6 +38427,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37133,6 +38456,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37161,6 +38485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37189,6 +38514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37217,6 +38543,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37245,6 +38572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37273,6 +38601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37301,6 +38630,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37329,6 +38659,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37357,6 +38688,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37385,6 +38717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37413,6 +38746,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37441,6 +38775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37469,6 +38804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37497,6 +38833,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37525,6 +38862,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37553,6 +38891,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37581,6 +38920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37609,6 +38949,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37637,6 +38978,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37665,6 +39007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37693,6 +39036,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37721,6 +39065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37749,6 +39094,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37777,6 +39123,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37805,6 +39152,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37833,6 +39181,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37861,6 +39210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37889,6 +39239,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37917,6 +39268,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37945,6 +39297,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37973,6 +39326,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38001,6 +39355,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38029,6 +39384,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38057,6 +39413,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38085,6 +39442,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38113,6 +39471,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38141,6 +39500,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38169,6 +39529,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38197,6 +39558,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38225,6 +39587,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38253,6 +39616,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38281,6 +39645,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38309,6 +39674,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38337,6 +39703,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38365,6 +39732,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38393,6 +39761,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38421,6 +39790,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38449,6 +39819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38477,6 +39848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38505,6 +39877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38533,6 +39906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38561,6 +39935,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38589,6 +39964,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38617,6 +39993,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38645,6 +40022,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38673,6 +40051,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38701,6 +40080,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38729,6 +40109,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38757,6 +40138,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38785,6 +40167,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38813,6 +40196,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38841,6 +40225,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38869,6 +40254,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38897,6 +40283,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38925,6 +40312,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38953,6 +40341,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38981,6 +40370,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39009,6 +40399,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39037,6 +40428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39065,6 +40457,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39093,6 +40486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39121,6 +40515,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39149,6 +40544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39177,6 +40573,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39205,6 +40602,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39233,6 +40631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39261,6 +40660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39289,6 +40689,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39317,6 +40718,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39345,6 +40747,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39373,6 +40776,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39401,6 +40805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39429,6 +40834,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39457,6 +40863,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39485,6 +40892,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39513,6 +40921,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39541,6 +40950,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39569,6 +40979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39597,6 +41008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39625,6 +41037,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39653,6 +41066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39681,6 +41095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39709,6 +41124,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39737,6 +41153,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39765,6 +41182,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39793,6 +41211,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39821,6 +41240,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39849,6 +41269,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39877,6 +41298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39905,6 +41327,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39933,6 +41356,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39961,6 +41385,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39989,6 +41414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40017,6 +41443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40045,6 +41472,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40073,6 +41501,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40101,6 +41530,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40129,6 +41559,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40157,6 +41588,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40185,6 +41617,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40213,6 +41646,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40241,6 +41675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40269,6 +41704,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40297,6 +41733,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40325,6 +41762,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40353,6 +41791,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40381,6 +41820,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40409,6 +41849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40437,6 +41878,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40465,6 +41907,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40493,6 +41936,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40521,6 +41965,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40549,6 +41994,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40577,6 +42023,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40605,6 +42052,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40633,6 +42081,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40661,6 +42110,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40689,6 +42139,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40717,6 +42168,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40745,6 +42197,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40773,6 +42226,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40801,6 +42255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40829,6 +42284,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40857,6 +42313,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40885,6 +42342,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40913,6 +42371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40941,6 +42400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40969,6 +42429,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40997,6 +42458,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41025,6 +42487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41053,6 +42516,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41081,6 +42545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41109,6 +42574,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41137,6 +42603,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41165,6 +42632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41193,6 +42661,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41221,6 +42690,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41249,6 +42719,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41277,6 +42748,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41305,6 +42777,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41333,6 +42806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41361,6 +42835,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41389,6 +42864,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41417,6 +42893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41445,6 +42922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41473,6 +42951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41503,6 +42982,7 @@ "orig": "MOHAVE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -41531,6 +43011,7 @@ "orig": "COMMUNITY", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -41559,6 +43040,7 @@ "orig": "COLLEGE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -41587,6 +43069,7 @@ "orig": "BIO181", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/TT0", @@ -41615,6 +43098,7 @@ "orig": "133", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -41643,6 +43127,7 @@ "orig": "3.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41671,6 +43156,7 @@ "orig": "Mix", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41699,6 +43185,7 @@ "orig": "reagents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41727,6 +43214,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41755,6 +43243,7 @@ "orig": "pipetting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41783,6 +43272,7 @@ "orig": "gently", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41811,6 +43301,7 @@ "orig": "up", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41839,6 +43330,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41867,6 +43359,7 @@ "orig": "down.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41895,6 +43388,7 @@ "orig": "4.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41923,6 +43417,7 @@ "orig": "Incubate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41951,6 +43446,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41979,6 +43475,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42007,6 +43504,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42035,6 +43533,7 @@ "orig": "reaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42063,6 +43562,7 @@ "orig": "tubes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42091,6 +43591,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42119,6 +43620,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42147,6 +43649,7 @@ "orig": "hour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42175,6 +43678,7 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42203,6 +43707,7 @@ "orig": "37", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42231,6 +43736,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42259,6 +43765,7 @@ "orig": "C.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42287,6 +43794,7 @@ "orig": "NOTE:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42315,6 +43823,7 @@ "orig": "Your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42343,6 +43852,7 @@ "orig": "instructor", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42371,6 +43881,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42399,6 +43910,7 @@ "orig": "freeze", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42427,6 +43939,7 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42455,6 +43968,7 @@ "orig": "completed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42483,6 +43997,7 @@ "orig": "restriction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42511,6 +44026,7 @@ "orig": "digests", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42539,6 +44055,7 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42567,6 +44084,7 @@ "orig": "-20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42595,6 +44113,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42623,6 +44142,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42651,6 +44171,7 @@ "orig": "until", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42679,6 +44200,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42707,6 +44229,7 @@ "orig": "next", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42735,6 +44258,7 @@ "orig": "lab", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42763,6 +44287,7 @@ "orig": "period.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42791,6 +44316,7 @@ "orig": "III.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -42819,6 +44345,7 @@ "orig": "Electrophorese", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -42847,6 +44374,7 @@ "orig": "Digests", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -42875,6 +44403,7 @@ "orig": "Reagents:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42903,6 +44432,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -42931,6 +44461,7 @@ "orig": "Restriction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42959,6 +44490,7 @@ "orig": "digests", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42987,6 +44519,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43015,6 +44548,7 @@ "orig": "Part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43043,6 +44577,7 @@ "orig": "II,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43071,6 +44606,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43099,6 +44635,7 @@ "orig": "ice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43127,6 +44664,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -43155,6 +44693,7 @@ "orig": "10x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43183,6 +44722,7 @@ "orig": "loading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43211,6 +44751,7 @@ "orig": "dye,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43239,6 +44780,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43267,6 +44809,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -43295,6 +44838,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43323,6 +44867,7 @@ "orig": "Supplies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43351,6 +44896,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43379,6 +44925,7 @@ "orig": "Equipment", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43407,6 +44954,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -43435,6 +44983,7 @@ "orig": "Gel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43463,6 +45012,7 @@ "orig": "electrophoresis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43491,6 +45041,7 @@ "orig": "chamber", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43519,6 +45070,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43547,6 +45099,7 @@ "orig": "agarose", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43575,6 +45128,7 @@ "orig": "gel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43603,6 +45157,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43631,6 +45186,7 @@ "orig": "gel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43659,6 +45215,7 @@ "orig": "tray,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43687,6 +45244,7 @@ "orig": "power", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43715,6 +45273,7 @@ "orig": "supply", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43743,6 +45302,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -43771,6 +45331,7 @@ "orig": "1-20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43799,6 +45360,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -43827,6 +45389,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43855,6 +45418,7 @@ "orig": "Micropipette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43883,6 +45447,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43911,6 +45476,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43939,6 +45505,7 @@ "orig": "tips", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43967,6 +45534,7 @@ "orig": "Load", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -43995,6 +45563,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -44023,6 +45592,7 @@ "orig": "Gel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -44051,6 +45621,7 @@ "orig": "1.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44079,6 +45650,7 @@ "orig": "Use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44107,6 +45679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44135,6 +45708,7 @@ "orig": "micropipette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44163,6 +45737,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44191,6 +45766,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44219,6 +45795,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44247,6 +45824,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -44275,6 +45853,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44303,6 +45882,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44331,6 +45911,7 @@ "orig": "10\u00d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44359,6 +45940,7 @@ "orig": "loading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44387,6 +45969,7 @@ "orig": "dye", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44415,6 +45998,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44443,6 +46027,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44471,6 +46056,7 @@ "orig": "reaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44499,6 +46085,7 @@ "orig": "tube.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44527,6 +46114,7 @@ "orig": "Use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44555,6 +46143,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44583,6 +46172,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44611,6 +46201,7 @@ "orig": "tip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44639,6 +46230,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44667,6 +46259,7 @@ "orig": "gently", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44695,6 +46288,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44723,6 +46317,7 @@ "orig": "up", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44751,6 +46346,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44779,6 +46375,7 @@ "orig": "down", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44807,6 +46404,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44835,6 +46433,7 @@ "orig": "couple", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44863,6 +46462,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44891,6 +46491,7 @@ "orig": "times", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44919,6 +46520,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44947,6 +46549,7 @@ "orig": "mix", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44975,6 +46578,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45003,6 +46607,7 @@ "orig": "10\u00d7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45031,6 +46636,7 @@ "orig": "loading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45059,6 +46665,7 @@ "orig": "dye", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45087,6 +46694,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45115,6 +46723,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45143,6 +46752,7 @@ "orig": "digested", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45171,6 +46781,7 @@ "orig": "DNA.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45199,6 +46810,7 @@ "orig": "Use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45227,6 +46839,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45255,6 +46868,7 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45283,6 +46897,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45311,6 +46926,7 @@ "orig": "tip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45339,6 +46955,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45367,6 +46984,7 @@ "orig": "repeat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45395,6 +47013,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45423,6 +47042,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45451,6 +47071,7 @@ "orig": "digest.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45479,6 +47100,7 @@ "orig": "2.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45507,6 +47129,7 @@ "orig": "Use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45535,6 +47158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45563,6 +47187,7 @@ "orig": "micropipette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45591,6 +47216,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45619,6 +47245,7 @@ "orig": "load", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45647,6 +47274,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45675,6 +47303,7 @@ "orig": "contents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45703,6 +47332,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45731,6 +47361,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45759,6 +47390,7 @@ "orig": "reaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45787,6 +47419,7 @@ "orig": "tube", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45815,6 +47448,7 @@ "orig": "(20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45843,6 +47477,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -45871,6 +47506,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45899,6 +47535,7 @@ "orig": "total)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45927,6 +47564,7 @@ "orig": "into", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45955,6 +47593,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45983,6 +47622,7 @@ "orig": "separate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46011,6 +47651,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46039,6 +47680,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46067,6 +47709,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46095,6 +47738,7 @@ "orig": "gel.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46123,6 +47767,7 @@ "orig": "Use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46151,6 +47796,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46179,6 +47825,7 @@ "orig": "fresh", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46207,6 +47854,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46235,6 +47883,7 @@ "orig": "tip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46263,6 +47912,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46291,6 +47941,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46319,6 +47970,7 @@ "orig": "reaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46347,6 +47999,7 @@ "orig": "tube", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46375,6 +48028,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46403,6 +48057,7 @@ "orig": "write", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46431,6 +48086,7 @@ "orig": "down", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46459,6 +48115,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46487,6 +48144,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46515,6 +48173,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46543,6 +48202,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46571,6 +48231,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46599,6 +48260,7 @@ "orig": "samples", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46627,6 +48289,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46655,6 +48318,7 @@ "orig": "loaded.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46683,6 +48347,7 @@ "orig": "NOTE:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46711,6 +48376,7 @@ "orig": "Be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46739,6 +48405,7 @@ "orig": "careful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46767,6 +48434,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46795,6 +48463,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46823,6 +48492,7 @@ "orig": "punch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46851,6 +48521,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46879,6 +48550,7 @@ "orig": "tip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46907,6 +48579,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46935,6 +48608,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46963,6 +48637,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46991,6 +48666,7 @@ "orig": "through", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47019,6 +48695,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47047,6 +48724,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47075,6 +48753,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47103,6 +48782,7 @@ "orig": "side", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47131,6 +48811,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47159,6 +48840,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47187,6 +48869,7 @@ "orig": "well.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47215,6 +48898,7 @@ "orig": "While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47243,6 +48927,7 @@ "orig": "loading,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47271,6 +48956,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -47299,6 +48985,7 @@ "orig": "steady", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47327,6 +49014,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47355,6 +49043,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47383,6 +49072,7 @@ "orig": "over", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47411,6 +49101,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47439,6 +49130,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47467,6 +49159,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47495,6 +49188,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47523,6 +49217,7 @@ "orig": "hands.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47551,6 +49246,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47579,6 +49275,7 @@ "orig": "may", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47607,6 +49304,7 @@ "orig": "wish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47635,6 +49333,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47663,6 +49362,7 @@ "orig": "place", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47691,6 +49391,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47719,6 +49420,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47747,6 +49449,7 @@ "orig": "both", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47775,6 +49478,7 @@ "orig": "elbows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47803,6 +49507,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47831,6 +49536,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47859,6 +49565,7 @@ "orig": "lab", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47887,6 +49594,7 @@ "orig": "bench", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47915,6 +49623,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47943,6 +49652,7 @@ "orig": "steady", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47971,6 +49681,7 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47999,6 +49710,7 @@ "orig": "hands.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48027,6 +49739,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -48055,6 +49768,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48083,6 +49797,7 @@ "orig": "careful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48111,6 +49826,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48139,6 +49855,7 @@ "orig": "expel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48167,6 +49884,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48195,6 +49913,7 @@ "orig": "air", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48223,6 +49942,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48251,6 +49971,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48279,6 +50000,7 @@ "orig": "pipet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48307,6 +50029,7 @@ "orig": "tip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48335,6 +50058,7 @@ "orig": "end", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48363,6 +50087,7 @@ "orig": "before", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48391,6 +50116,7 @@ "orig": "loading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48419,6 +50145,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48447,6 +50174,7 @@ "orig": "gel.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48475,6 +50203,7 @@ "orig": "If", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48503,6 +50232,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48531,6 +50261,7 @@ "orig": "air", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48559,6 +50290,7 @@ "orig": "bubble", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48587,6 +50319,7 @@ "orig": "forms", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48615,6 +50348,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48643,6 +50377,7 @@ "orig": "cap", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48671,6 +50406,7 @@ "orig": "over", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48699,6 +50435,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48727,6 +50464,7 @@ "orig": "well,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48755,6 +50493,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48783,6 +50522,7 @@ "orig": "sample", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48811,6 +50551,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48839,6 +50580,7 @@ "orig": "flow", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48867,6 +50609,7 @@ "orig": "into", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48895,6 +50638,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48923,6 +50667,7 @@ "orig": "buffer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48951,6 +50696,7 @@ "orig": "around", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48979,6 +50725,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49007,6 +50754,7 @@ "orig": "edges", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49035,6 +50783,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49063,6 +50812,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49091,6 +50841,7 @@ "orig": "well.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49121,6 +50872,7 @@ "orig": "MOHAVE COMMUNITY COLLEGE BIO181 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT0", @@ -49149,6 +50901,7 @@ "orig": "133 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49177,6 +50930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49205,6 +50959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49233,6 +50988,7 @@ "orig": "3. Mix reagents by pipetting gently up and down. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49261,6 +51017,7 @@ "orig": "4. Incubate all of the reaction tubes for 1 hour at 37 C. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49289,6 +51046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49317,6 +51075,7 @@ "orig": "NOTE: Your instructor will freeze your completed restriction digests at -20 C until the next lab period. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49345,6 +51104,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49373,6 +51133,7 @@ "orig": "III. Electrophorese Digests ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -49401,6 +51162,7 @@ "orig": "Reagents: ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49429,6 +51191,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -49457,6 +51220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49485,6 +51249,7 @@ "orig": "Restriction digests from Part II, on ice ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49513,6 +51278,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -49541,6 +51307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49569,6 +51336,7 @@ "orig": "10x loading dye, 10 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49597,6 +51365,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -49625,6 +51394,7 @@ "orig": "L ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49653,6 +51423,7 @@ "orig": "Supplies and Equipment ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49681,6 +51452,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -49709,6 +51481,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49737,6 +51510,7 @@ "orig": "Gel electrophoresis chamber with agarose gel in gel tray, power supply ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49765,6 +51539,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -49793,6 +51568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49821,6 +51597,7 @@ "orig": "1-20 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49849,6 +51626,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -49877,6 +51655,7 @@ "orig": "L ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49905,6 +51684,7 @@ "orig": "Micropipette and pipet tips ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49933,6 +51713,7 @@ "orig": "Load the Gel ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -49961,6 +51742,7 @@ "orig": "1. Use a micropipette to add 2 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49989,6 +51771,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -50017,6 +51800,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50045,6 +51829,7 @@ "orig": " of 10\u00d7 loading dye to a reaction tube. Use the pipet tip and gently pipet up ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50073,6 +51858,7 @@ "orig": "and down a couple of times to mix the 10\u00d7 loading dye with the digested DNA. Use a new pipet tip and repeat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50101,6 +51887,7 @@ "orig": "for each digest. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50129,6 +51916,7 @@ "orig": "2. Use a micropipette to load the contents of each reaction tube (20 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50157,6 +51945,7 @@ "orig": "\ud835\udf07\ud835\udf07", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_1", @@ -50185,6 +51974,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50213,6 +52003,7 @@ "orig": " total) into a separate well in the gel. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50241,6 +52032,7 @@ "orig": "Use a fresh pipet tip for each reaction tube and write down the order in which the samples are loaded. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50269,6 +52061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50297,6 +52090,7 @@ "orig": "NOTE: Be careful not to punch the tip of the pipet through the bottom or side of the well. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50325,6 +52119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50353,6 +52148,7 @@ "orig": "While loading, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50381,6 +52177,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -50409,6 +52206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50437,6 +52235,7 @@ "orig": "steady the pipet over the well using two hands. You may wish to place one or both elbows on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50465,6 +52264,7 @@ "orig": "the lab bench to steady your hands. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50493,6 +52293,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/C2_0", @@ -50521,6 +52322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50549,6 +52351,7 @@ "orig": "be careful to expel any air in the pipet tip end before loading the gel. If an air bubble forms a ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50577,12 +52380,16 @@ "orig": "cap over the well, the sample will flow into the buffer around the edges of the well. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", "font_name": "/IVHLVN+Cambria" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/font_02.pdf.v2.json b/tests/data/groundtruth/font_02.pdf.v2.json index 61a0de66..dae0c05d 100644 --- a/tests/data/groundtruth/font_02.pdf.v2.json +++ b/tests/data/groundtruth/font_02.pdf.v2.json @@ -35460,23 +35460,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001187, + "decode_contents": 0.003161, "decode_dimensions": 1e-06, - "decode_page": 0.016836, - "decode_resources": 0.001562, - "sanitise_contents": 0.013318 + "decode_page": 0.019166, + "decode_resources": 0.001553, + "sanitise_contents": 0.005907 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001187, + "decode_contents": 0.003161, "decode_dimensions": 1e-06, - "decode_document": 0.01751, - "decode_page": 0.016836, - "decode_resources": 0.001562, - "decoding page 0": 0.01739, - "process_document_from_bytesio": 2e-05, - "sanitise_contents": 0.013318 + "decode_document": 0.019834, + "decode_page": 0.019166, + "decode_resources": 0.001553, + "decoding page 0": 0.019721, + "process_document_from_bytesio": 2.3e-05, + "sanitise_contents": 0.005907 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_02.pdf.v2.p=0.json b/tests/data/groundtruth/font_02.pdf.v2.p=0.json index a01502ab..c71ed559 100644 --- a/tests/data/groundtruth/font_02.pdf.v2.p=0.json +++ b/tests/data/groundtruth/font_02.pdf.v2.p=0.json @@ -35460,23 +35460,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001204, - "decode_dimensions": 1e-06, - "decode_page": 0.015917, - "decode_resources": 0.001541, - "sanitise_contents": 0.012433 + "decode_contents": 0.003072, + "decode_dimensions": 0.0, + "decode_page": 0.019205, + "decode_resources": 0.00163, + "sanitise_contents": 0.005992 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001204, - "decode_dimensions": 1e-06, - "decode_document": 0.016596, - "decode_page": 0.015917, - "decode_resources": 0.001541, - "decoding page 0": 0.016454, - "process_document_from_bytesio": 2.1e-05, - "sanitise_contents": 0.012433 + "decode_contents": 0.003072, + "decode_dimensions": 0.0, + "decode_document": 0.019882, + "decode_page": 0.019205, + "decode_resources": 0.00163, + "decoding page 0": 0.019764, + "process_document_from_bytesio": 1.7e-05, + "sanitise_contents": 0.005992 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_03.pdf.page_no_1.py.json b/tests/data/groundtruth/font_03.pdf.page_no_1.py.json index 0906840f..a685a763 100644 --- a/tests/data/groundtruth/font_03.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/font_03.pdf.page_no_1.py.json @@ -85,10 +85,11 @@ "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -113,10 +114,11 @@ "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -141,10 +143,11 @@ "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -169,10 +172,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -197,10 +201,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -225,10 +230,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -253,10 +259,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -281,10 +288,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -309,10 +317,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -337,10 +346,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -365,10 +375,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -393,10 +404,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -421,10 +433,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -449,10 +462,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "Q", - "orig": "Q", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -477,10 +491,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -505,10 +520,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -533,10 +549,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -561,10 +578,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -589,10 +607,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "_", - "orig": "_", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -617,10 +636,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -645,10 +665,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -673,10 +694,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -701,10 +723,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -729,10 +752,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -757,10 +781,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -785,10 +810,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -813,10 +839,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -841,10 +868,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -869,10 +897,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -897,10 +926,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -925,10 +955,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -953,10 +984,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -981,10 +1013,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1009,10 +1042,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1037,10 +1071,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1065,10 +1100,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "_", - "orig": "_", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1093,10 +1129,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1121,10 +1158,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1149,10 +1187,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1177,10 +1216,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1205,10 +1245,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1233,10 +1274,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1261,10 +1303,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1289,10 +1332,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1317,10 +1361,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1345,10 +1390,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1373,10 +1419,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1401,10 +1448,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1429,10 +1477,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1457,10 +1506,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1485,10 +1535,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1513,10 +1564,11 @@ "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -1541,10 +1593,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1569,10 +1622,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1597,10 +1651,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1625,10 +1680,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1653,10 +1709,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1681,10 +1738,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1709,10 +1767,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1737,10 +1796,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1765,10 +1825,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1793,10 +1854,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1821,10 +1883,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1849,10 +1912,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1877,10 +1941,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1905,10 +1970,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1933,10 +1999,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1961,10 +2028,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -1989,10 +2057,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2017,10 +2086,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2045,10 +2115,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2073,10 +2144,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "Q", - "orig": "Q", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2101,10 +2173,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2129,10 +2202,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2157,10 +2231,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2185,10 +2260,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2213,10 +2289,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2241,10 +2318,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2269,10 +2347,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2297,10 +2376,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2325,10 +2405,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2353,10 +2434,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2381,10 +2463,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2409,10 +2492,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2437,10 +2521,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2465,10 +2550,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2493,10 +2579,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2521,10 +2608,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2549,10 +2637,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2577,10 +2666,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2605,10 +2695,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2633,10 +2724,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2661,10 +2753,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2689,10 +2782,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2717,10 +2811,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2745,10 +2840,11 @@ "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2773,10 +2869,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2801,10 +2898,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2829,10 +2927,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2857,10 +2956,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2885,10 +2985,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2913,10 +3014,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2941,10 +3043,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2969,10 +3072,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -2997,10 +3101,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3025,10 +3130,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3053,10 +3159,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3081,10 +3188,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3109,10 +3217,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3137,10 +3246,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3165,10 +3275,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3193,10 +3304,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3221,10 +3333,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3249,10 +3362,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3277,10 +3391,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3305,10 +3420,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3333,10 +3449,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3361,10 +3478,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3389,10 +3507,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3417,10 +3536,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3445,10 +3565,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3473,10 +3594,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3501,10 +3623,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3529,10 +3652,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3557,10 +3681,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3585,10 +3710,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "z", - "orig": "z", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3613,10 +3739,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3641,10 +3768,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3669,10 +3797,11 @@ "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3697,10 +3826,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3725,10 +3855,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3753,10 +3884,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3781,10 +3913,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3809,10 +3942,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3837,10 +3971,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3865,10 +4000,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3893,10 +4029,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3921,10 +4058,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3949,10 +4087,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -3977,10 +4116,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4005,10 +4145,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4033,10 +4174,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4061,10 +4203,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4089,10 +4232,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4117,10 +4261,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4145,10 +4290,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4173,10 +4319,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4201,10 +4348,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4229,10 +4377,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4257,10 +4406,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4285,10 +4435,11 @@ "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4313,10 +4464,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4341,10 +4493,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4369,10 +4522,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4397,10 +4551,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4425,10 +4580,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4453,10 +4609,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4481,10 +4638,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4509,10 +4667,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4537,10 +4696,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4565,10 +4725,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4593,10 +4754,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4621,10 +4783,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4649,10 +4812,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4677,10 +4841,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4705,10 +4870,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4733,10 +4899,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4761,10 +4928,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4789,10 +4957,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4817,10 +4986,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4845,10 +5015,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4873,10 +5044,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4901,10 +5073,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4929,10 +5102,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4957,10 +5131,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -4985,10 +5160,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5013,10 +5189,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5041,10 +5218,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5069,10 +5247,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5097,10 +5276,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5125,10 +5305,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5153,10 +5334,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5181,10 +5363,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5209,10 +5392,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5237,10 +5421,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5265,10 +5450,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5293,10 +5479,11 @@ "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5321,10 +5508,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5349,10 +5537,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5377,10 +5566,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5405,10 +5595,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5433,10 +5624,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5461,10 +5653,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5489,10 +5682,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5517,10 +5711,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5545,10 +5740,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5573,10 +5769,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5601,10 +5798,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5629,10 +5827,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5657,10 +5856,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5685,10 +5885,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5713,10 +5914,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5741,10 +5943,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5769,10 +5972,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5797,10 +6001,11 @@ "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5825,10 +6030,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5853,10 +6059,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5881,10 +6088,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5909,10 +6117,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5937,10 +6146,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5965,10 +6175,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -5993,10 +6204,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6021,10 +6233,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6049,10 +6262,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6077,10 +6291,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6105,10 +6320,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6133,10 +6349,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6161,10 +6378,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6189,10 +6407,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6217,10 +6436,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6245,10 +6465,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6273,10 +6494,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6301,10 +6523,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6329,10 +6552,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6357,10 +6581,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6385,10 +6610,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6413,10 +6639,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6441,10 +6668,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6469,10 +6697,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6497,10 +6726,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6525,10 +6755,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6553,10 +6784,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6581,10 +6813,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6609,10 +6842,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6637,10 +6871,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6665,10 +6900,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6693,10 +6929,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6721,10 +6958,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6749,10 +6987,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6777,10 +7016,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6805,10 +7045,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6833,10 +7074,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6861,10 +7103,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6889,10 +7132,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6917,10 +7161,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6945,10 +7190,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -6973,10 +7219,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7001,10 +7248,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7029,10 +7277,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7057,10 +7306,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7085,10 +7335,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7113,10 +7364,11 @@ "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7141,10 +7393,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7169,10 +7422,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7197,10 +7451,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7225,10 +7480,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7253,10 +7509,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7281,10 +7538,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7309,10 +7567,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7337,10 +7596,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7365,10 +7625,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7393,10 +7654,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7421,10 +7683,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7449,10 +7712,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7477,10 +7741,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7505,10 +7770,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7533,10 +7799,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7561,10 +7828,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7589,10 +7857,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7617,10 +7886,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7645,10 +7915,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7673,10 +7944,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7701,10 +7973,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7729,10 +8002,11 @@ "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7757,10 +8031,11 @@ "r_y3": 548.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -7785,10 +8060,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7813,10 +8089,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7841,10 +8118,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7869,10 +8147,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7897,10 +8176,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7925,10 +8205,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7953,10 +8234,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -7981,10 +8263,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8009,10 +8292,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8037,10 +8321,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8065,10 +8350,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8093,10 +8379,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8121,10 +8408,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8149,10 +8437,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8177,10 +8466,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8205,10 +8495,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8233,10 +8524,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8261,10 +8553,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8289,10 +8582,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8317,10 +8611,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8345,10 +8640,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8373,10 +8669,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8401,10 +8698,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8429,10 +8727,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8457,10 +8756,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8485,10 +8785,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8513,10 +8814,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8541,10 +8843,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8569,10 +8872,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8597,10 +8901,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8625,10 +8930,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8653,10 +8959,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8681,10 +8988,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8709,10 +9017,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8737,10 +9046,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8765,10 +9075,11 @@ "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8793,10 +9104,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8821,10 +9133,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8849,10 +9162,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8877,10 +9191,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8905,10 +9220,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8933,10 +9249,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8961,10 +9278,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -8989,10 +9307,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9017,10 +9336,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9045,10 +9365,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9073,10 +9394,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9101,10 +9423,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9129,10 +9452,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9157,10 +9481,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9185,10 +9510,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9213,10 +9539,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9241,10 +9568,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9269,10 +9597,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9297,10 +9626,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9325,10 +9655,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9353,10 +9684,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9381,10 +9713,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9409,10 +9742,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9437,10 +9771,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9465,10 +9800,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9493,10 +9829,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9521,10 +9858,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9549,10 +9887,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9577,10 +9916,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9605,10 +9945,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9633,10 +9974,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9661,10 +10003,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9689,10 +10032,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9717,10 +10061,11 @@ "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9745,10 +10090,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9773,10 +10119,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9801,10 +10148,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9829,10 +10177,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9857,10 +10206,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9885,10 +10235,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9913,10 +10264,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9941,10 +10293,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9969,10 +10322,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -9997,10 +10351,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10025,10 +10380,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10053,10 +10409,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10081,10 +10438,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10109,10 +10467,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10137,10 +10496,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10165,10 +10525,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10193,10 +10554,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10221,10 +10583,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10249,10 +10612,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10277,10 +10641,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10305,10 +10670,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10333,10 +10699,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10361,10 +10728,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10389,10 +10757,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10417,10 +10786,11 @@ "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10445,10 +10815,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10473,10 +10844,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10501,10 +10873,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10529,10 +10902,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10557,10 +10931,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10585,10 +10960,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10613,10 +10989,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10641,10 +11018,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10669,10 +11047,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10697,10 +11076,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10725,10 +11105,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10753,10 +11134,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10781,10 +11163,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10809,10 +11192,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10837,10 +11221,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10865,10 +11250,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10893,10 +11279,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10921,10 +11308,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10949,10 +11337,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -10977,10 +11366,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11005,10 +11395,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11033,10 +11424,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11061,10 +11453,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11089,10 +11482,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11117,10 +11511,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11145,10 +11540,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11173,10 +11569,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11201,10 +11598,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11229,10 +11627,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11257,10 +11656,11 @@ "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11285,10 +11685,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11313,10 +11714,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11341,10 +11743,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11369,10 +11772,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11397,10 +11801,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11425,10 +11830,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11453,10 +11859,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11481,10 +11888,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11509,10 +11917,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11537,10 +11946,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11565,10 +11975,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11593,10 +12004,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11621,10 +12033,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11649,10 +12062,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11677,10 +12091,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11705,10 +12120,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11733,10 +12149,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11761,10 +12178,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11789,10 +12207,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11817,10 +12236,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11845,10 +12265,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11873,10 +12294,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11901,10 +12323,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11929,10 +12352,11 @@ "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11957,10 +12381,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -11985,10 +12410,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12013,10 +12439,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12041,10 +12468,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12069,10 +12497,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12097,10 +12526,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12125,10 +12555,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12153,10 +12584,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12181,10 +12613,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12209,10 +12642,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12237,10 +12671,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12265,10 +12700,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12293,10 +12729,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "?", - "orig": "?", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12321,10 +12758,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12349,10 +12787,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12377,10 +12816,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12405,10 +12845,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12433,10 +12874,11 @@ "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12461,10 +12903,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12489,10 +12932,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12517,10 +12961,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12545,10 +12990,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12573,10 +13019,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12601,10 +13048,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12629,10 +13077,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12657,10 +13106,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12685,10 +13135,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12713,10 +13164,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12741,10 +13193,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12769,10 +13222,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12797,10 +13251,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12825,10 +13280,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "?", - "orig": "?", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12853,10 +13309,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12881,10 +13338,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12909,10 +13367,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12937,10 +13396,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12965,10 +13425,11 @@ "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -12993,10 +13454,11 @@ "r_y3": 448.076, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13021,10 +13483,11 @@ "r_y3": 435.476, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -13049,10 +13512,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13077,10 +13541,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13105,10 +13570,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13133,10 +13599,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13161,10 +13628,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13189,10 +13657,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13217,10 +13686,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13245,10 +13715,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13273,10 +13744,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13301,10 +13773,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13329,10 +13802,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13357,10 +13831,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13385,10 +13860,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13413,10 +13889,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13441,10 +13918,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13469,10 +13947,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13497,10 +13976,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13525,10 +14005,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13553,10 +14034,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13581,10 +14063,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13609,10 +14092,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13637,10 +14121,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13665,10 +14150,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13693,10 +14179,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13721,10 +14208,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13749,10 +14237,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13777,10 +14266,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13805,10 +14295,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13833,10 +14324,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13861,10 +14353,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13889,10 +14382,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13917,10 +14411,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13945,10 +14440,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -13973,10 +14469,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14001,10 +14498,11 @@ "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14029,10 +14527,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14057,10 +14556,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14085,10 +14585,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14113,10 +14614,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14141,10 +14643,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14169,10 +14672,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14197,10 +14701,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14225,10 +14730,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14253,10 +14759,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14281,10 +14788,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14309,10 +14817,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14337,10 +14846,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14365,10 +14875,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14393,10 +14904,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14421,10 +14933,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14449,10 +14962,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14477,10 +14991,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14505,10 +15020,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14533,10 +15049,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14561,10 +15078,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14589,10 +15107,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14617,10 +15136,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14645,10 +15165,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14673,10 +15194,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14701,10 +15223,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14729,10 +15252,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14757,10 +15281,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14785,10 +15310,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14813,10 +15339,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14841,10 +15368,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14869,10 +15397,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14897,10 +15426,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14925,10 +15455,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14953,10 +15484,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -14981,10 +15513,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15009,10 +15542,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15037,10 +15571,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15065,10 +15600,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15093,10 +15629,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15121,10 +15658,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15149,10 +15687,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15177,10 +15716,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15205,10 +15745,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15233,10 +15774,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15261,10 +15803,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15289,10 +15832,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15317,10 +15861,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15345,10 +15890,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15373,10 +15919,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15401,10 +15948,11 @@ "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -15429,10 +15977,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15457,10 +16006,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15485,10 +16035,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15513,10 +16064,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15541,10 +16093,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15569,10 +16122,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15597,10 +16151,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15625,10 +16180,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15653,10 +16209,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15681,10 +16238,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15709,10 +16267,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15737,10 +16296,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15765,10 +16325,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15793,10 +16354,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15821,10 +16383,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15849,10 +16412,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15877,10 +16441,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15905,10 +16470,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15933,10 +16499,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15961,10 +16528,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -15989,10 +16557,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16017,10 +16586,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16045,10 +16615,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16073,10 +16644,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16101,10 +16673,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16129,10 +16702,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16157,10 +16731,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16185,10 +16760,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16213,10 +16789,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16241,10 +16818,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16269,10 +16847,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16297,10 +16876,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16325,10 +16905,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16353,10 +16934,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16381,10 +16963,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16409,10 +16992,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16437,10 +17021,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16465,10 +17050,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16493,10 +17079,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16521,10 +17108,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16549,10 +17137,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16577,10 +17166,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16605,10 +17195,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16633,10 +17224,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16661,10 +17253,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16689,10 +17282,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16717,10 +17311,11 @@ "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16745,10 +17340,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16773,10 +17369,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16801,10 +17398,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16829,10 +17427,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16857,10 +17456,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16885,10 +17485,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16913,10 +17514,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16941,10 +17543,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16969,10 +17572,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -16997,10 +17601,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17025,10 +17630,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17053,10 +17659,11 @@ "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17081,10 +17688,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17109,10 +17717,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17137,10 +17746,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17165,10 +17775,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17193,10 +17804,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17221,10 +17833,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17249,10 +17862,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17277,10 +17891,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17305,10 +17920,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17333,10 +17949,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17361,10 +17978,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17389,10 +18007,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17417,10 +18036,11 @@ "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17445,10 +18065,11 @@ "r_y3": 384.427, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -17473,10 +18094,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17501,10 +18123,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17529,10 +18152,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17557,10 +18181,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17585,10 +18210,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17613,10 +18239,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17641,10 +18268,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17669,10 +18297,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17697,10 +18326,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17725,10 +18355,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17753,10 +18384,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17781,10 +18413,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17809,10 +18442,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17837,10 +18471,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17865,10 +18500,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17893,10 +18529,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17921,10 +18558,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17949,10 +18587,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -17977,10 +18616,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18005,10 +18645,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18033,10 +18674,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18061,10 +18703,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18089,10 +18732,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18117,10 +18761,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18145,10 +18790,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18173,10 +18819,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18201,10 +18848,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18229,10 +18877,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18257,10 +18906,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18285,10 +18935,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18313,10 +18964,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18341,10 +18993,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18369,10 +19022,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18397,10 +19051,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18425,10 +19080,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18453,10 +19109,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18481,10 +19138,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18509,10 +19167,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18537,10 +19196,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18565,10 +19225,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18593,10 +19254,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18621,10 +19283,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18649,10 +19312,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18677,10 +19341,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18705,10 +19370,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18733,10 +19399,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18761,10 +19428,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18789,10 +19457,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18817,10 +19486,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18845,10 +19515,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18873,10 +19544,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18901,10 +19573,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18929,10 +19602,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18957,10 +19631,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -18985,10 +19660,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19013,10 +19689,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19041,10 +19718,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19069,10 +19747,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19097,10 +19776,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19125,10 +19805,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19153,10 +19834,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19181,10 +19863,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19209,10 +19892,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19237,10 +19921,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19265,10 +19950,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19293,10 +19979,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19321,10 +20008,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19349,10 +20037,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19377,10 +20066,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19405,10 +20095,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19433,10 +20124,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19461,10 +20153,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19489,10 +20182,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19517,10 +20211,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19545,10 +20240,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19573,10 +20269,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19601,10 +20298,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19629,10 +20327,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19657,10 +20356,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19685,10 +20385,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19713,10 +20414,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19741,10 +20443,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19769,10 +20472,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19797,10 +20501,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19825,10 +20530,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19853,10 +20559,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19881,10 +20588,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19909,10 +20617,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19937,10 +20646,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19965,10 +20675,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -19993,10 +20704,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20021,10 +20733,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20049,10 +20762,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20077,10 +20791,11 @@ "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20105,10 +20820,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20133,10 +20849,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20161,10 +20878,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20189,10 +20907,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20217,10 +20936,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20245,10 +20965,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20273,10 +20994,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20301,10 +21023,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20329,10 +21052,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20357,10 +21081,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20385,10 +21110,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20413,10 +21139,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20441,10 +21168,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20469,10 +21197,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20497,10 +21226,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20525,10 +21255,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20553,10 +21284,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20581,10 +21313,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20609,10 +21342,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20637,10 +21371,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20665,10 +21400,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20693,10 +21429,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20721,10 +21458,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20749,10 +21487,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20777,10 +21516,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20805,10 +21545,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20833,10 +21574,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20861,10 +21603,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20889,10 +21632,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20917,10 +21661,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20945,10 +21690,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -20973,10 +21719,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21001,10 +21748,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21029,10 +21777,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21057,10 +21806,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21085,10 +21835,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21113,10 +21864,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21141,10 +21893,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21169,10 +21922,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21197,10 +21951,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21225,10 +21980,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21253,10 +22009,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21281,10 +22038,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21309,10 +22067,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21337,10 +22096,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21365,10 +22125,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21393,10 +22154,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21421,10 +22183,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21449,10 +22212,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21477,10 +22241,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21505,10 +22270,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21533,10 +22299,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21561,10 +22328,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21589,10 +22357,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21617,10 +22386,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21645,10 +22415,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21673,10 +22444,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21701,10 +22473,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21729,10 +22502,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21757,10 +22531,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21785,10 +22560,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21813,10 +22589,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21841,10 +22618,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21869,10 +22647,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21897,10 +22676,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21925,10 +22705,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21953,10 +22734,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -21981,10 +22763,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22009,10 +22792,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22037,10 +22821,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22065,10 +22850,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22093,10 +22879,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22121,10 +22908,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22149,10 +22937,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22177,10 +22966,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22205,10 +22995,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22233,10 +23024,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22261,10 +23053,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22289,10 +23082,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22317,10 +23111,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22345,10 +23140,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22373,10 +23169,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22401,10 +23198,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22429,10 +23227,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22457,10 +23256,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22485,10 +23285,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22513,10 +23314,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22541,10 +23343,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22569,10 +23372,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22597,10 +23401,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22625,10 +23430,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22653,10 +23459,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22681,10 +23488,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22709,10 +23517,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22737,10 +23546,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22765,10 +23575,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22793,10 +23604,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22821,10 +23633,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22849,10 +23662,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22877,10 +23691,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22905,10 +23720,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22933,10 +23749,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22961,10 +23778,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -22989,10 +23807,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23017,10 +23836,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23045,10 +23865,11 @@ "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23073,10 +23894,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23101,10 +23923,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23129,10 +23952,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23157,10 +23981,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23185,10 +24010,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23213,10 +24039,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23241,10 +24068,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23269,10 +24097,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23297,10 +24126,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23325,10 +24155,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23353,10 +24184,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23381,10 +24213,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23409,10 +24242,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23437,10 +24271,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23465,10 +24300,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23493,10 +24329,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23521,10 +24358,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23549,10 +24387,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23577,10 +24416,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23605,10 +24445,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23633,10 +24474,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23661,10 +24503,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23689,10 +24532,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23717,10 +24561,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23745,10 +24590,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23773,10 +24619,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23801,10 +24648,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23829,10 +24677,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23857,10 +24706,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23885,10 +24735,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23913,10 +24764,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23941,10 +24793,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23969,10 +24822,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -23997,10 +24851,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24025,10 +24880,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24053,10 +24909,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24081,10 +24938,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24109,10 +24967,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24137,10 +24996,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24165,10 +25025,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24193,10 +25054,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24221,10 +25083,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24249,10 +25112,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24277,10 +25141,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24305,10 +25170,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24333,10 +25199,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24361,10 +25228,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24389,10 +25257,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24417,10 +25286,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24445,10 +25315,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24473,10 +25344,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24501,10 +25373,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24529,10 +25402,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24557,10 +25431,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24585,10 +25460,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24613,10 +25489,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24641,10 +25518,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24669,10 +25547,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24697,10 +25576,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24725,10 +25605,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24753,10 +25634,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24781,10 +25663,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24809,10 +25692,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24837,10 +25721,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24865,10 +25750,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24893,10 +25779,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24921,10 +25808,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24949,10 +25837,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -24977,10 +25866,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25005,10 +25895,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25033,10 +25924,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25061,10 +25953,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25089,10 +25982,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25117,10 +26011,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25145,10 +26040,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25173,10 +26069,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25201,10 +26098,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25229,10 +26127,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25257,10 +26156,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25285,10 +26185,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25313,10 +26214,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25341,10 +26243,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25369,10 +26272,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25397,10 +26301,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25425,10 +26330,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25453,10 +26359,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25481,10 +26388,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25509,10 +26417,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25537,10 +26446,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25565,10 +26475,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25593,10 +26504,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25621,10 +26533,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25649,10 +26562,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25677,10 +26591,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25705,10 +26620,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25733,10 +26649,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25761,10 +26678,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25789,10 +26707,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25817,10 +26736,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25845,10 +26765,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25873,10 +26794,11 @@ "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25901,10 +26823,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25929,10 +26852,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25957,10 +26881,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -25985,10 +26910,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26013,10 +26939,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26041,10 +26968,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26069,10 +26997,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26097,10 +27026,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26125,10 +27055,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26153,10 +27084,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26181,10 +27113,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26209,10 +27142,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26237,10 +27171,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26265,10 +27200,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26293,10 +27229,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26321,10 +27258,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26349,10 +27287,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26377,10 +27316,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26405,10 +27345,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26433,10 +27374,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26461,10 +27403,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26489,10 +27432,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26517,10 +27461,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26545,10 +27490,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26573,10 +27519,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26601,10 +27548,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26629,10 +27577,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26657,10 +27606,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26685,10 +27635,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26713,10 +27664,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26741,10 +27693,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26769,10 +27722,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26797,10 +27751,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26825,10 +27780,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26853,10 +27809,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26881,10 +27838,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26909,10 +27867,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26937,10 +27896,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26965,10 +27925,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -26993,10 +27954,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27021,10 +27983,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27049,10 +28012,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27077,10 +28041,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27105,10 +28070,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27133,10 +28099,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27161,10 +28128,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27189,10 +28157,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27217,10 +28186,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27245,10 +28215,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27273,10 +28244,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27301,10 +28273,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27329,10 +28302,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27357,10 +28331,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27385,10 +28360,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27413,10 +28389,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27441,10 +28418,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27469,10 +28447,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27497,10 +28476,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27525,10 +28505,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27553,10 +28534,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27581,10 +28563,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27609,10 +28592,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27637,10 +28621,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27665,10 +28650,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27693,10 +28679,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27721,10 +28708,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27749,10 +28737,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27777,10 +28766,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27805,10 +28795,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27833,10 +28824,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27861,10 +28853,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27889,10 +28882,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27917,10 +28911,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27945,10 +28940,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -27973,10 +28969,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28001,10 +28998,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28029,10 +29027,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28057,10 +29056,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28085,10 +29085,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28113,10 +29114,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28141,10 +29143,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28169,10 +29172,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28197,10 +29201,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28225,10 +29230,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28253,10 +29259,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28281,10 +29288,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28309,10 +29317,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28337,10 +29346,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28365,10 +29375,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28393,10 +29404,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28421,10 +29433,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28449,10 +29462,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28477,10 +29491,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28505,10 +29520,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28533,10 +29549,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28561,10 +29578,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28589,10 +29607,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28617,10 +29636,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28645,10 +29665,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28673,10 +29694,11 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28701,10 +29723,11 @@ "r_y3": 321.596, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28729,10 +29752,11 @@ "r_y3": 308.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -28757,10 +29781,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28785,10 +29810,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28813,10 +29839,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28841,10 +29868,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28869,10 +29897,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28897,10 +29926,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28925,10 +29955,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28953,10 +29984,11 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -28981,10 +30013,11 @@ "r_y3": 296.276, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29009,10 +30042,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29037,10 +30071,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29065,10 +30100,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29093,10 +30129,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29121,10 +30158,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29149,10 +30187,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29177,10 +30216,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29205,10 +30245,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29233,10 +30274,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29261,10 +30303,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29289,10 +30332,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29317,10 +30361,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29345,10 +30390,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29373,10 +30419,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29401,10 +30448,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29429,10 +30477,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29457,10 +30506,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29485,10 +30535,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29513,10 +30564,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29541,10 +30593,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29569,10 +30622,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29597,10 +30651,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29625,10 +30680,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -29653,10 +30709,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29681,10 +30738,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29709,10 +30767,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29737,10 +30796,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29765,10 +30825,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29793,10 +30854,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29821,10 +30883,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29849,10 +30912,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29877,10 +30941,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29905,10 +30970,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29933,10 +30999,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29961,10 +31028,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -29989,10 +31057,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30017,10 +31086,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30045,10 +31115,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30073,10 +31144,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30101,10 +31173,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30129,10 +31202,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30157,10 +31231,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30185,10 +31260,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30213,10 +31289,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30241,10 +31318,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30269,10 +31347,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30297,10 +31376,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30325,10 +31405,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30353,10 +31434,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30381,10 +31463,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30409,10 +31492,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30437,10 +31521,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30465,10 +31550,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30493,10 +31579,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30521,10 +31608,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30549,10 +31637,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30577,10 +31666,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30605,10 +31695,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30633,10 +31724,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30661,10 +31753,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30689,10 +31782,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30717,10 +31811,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30745,10 +31840,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30773,10 +31869,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30801,10 +31898,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30829,10 +31927,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30857,10 +31956,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30885,10 +31985,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30913,10 +32014,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30941,10 +32043,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30969,10 +32072,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -30997,10 +32101,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31025,10 +32130,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31053,10 +32159,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31081,10 +32188,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31109,10 +32217,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31137,10 +32246,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31165,10 +32275,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31193,10 +32304,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31221,10 +32333,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31249,10 +32362,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31277,10 +32391,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31305,10 +32420,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31333,10 +32449,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31361,10 +32478,11 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -31389,10 +32507,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31417,10 +32536,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31445,10 +32565,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31473,10 +32594,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31501,10 +32623,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31529,10 +32652,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31557,10 +32681,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31585,10 +32710,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31613,10 +32739,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31641,10 +32768,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31669,10 +32797,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31697,10 +32826,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31725,10 +32855,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31753,10 +32884,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31781,10 +32913,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31809,10 +32942,11 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31837,10 +32971,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31865,10 +33000,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31893,10 +33029,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31921,10 +33058,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31949,10 +33087,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -31977,10 +33116,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32005,10 +33145,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32033,10 +33174,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32061,10 +33203,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32089,10 +33232,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32117,10 +33261,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32145,10 +33290,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32173,10 +33319,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "$", - "orig": "$", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32201,10 +33348,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32229,10 +33377,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32257,10 +33406,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32285,10 +33435,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32313,10 +33464,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32341,10 +33493,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32369,10 +33522,11 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -32397,10 +33551,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32425,10 +33580,11 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32453,10 +33609,11 @@ "r_y3": 258.356, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32481,10 +33638,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32509,10 +33667,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32537,10 +33696,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32565,10 +33725,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32593,10 +33754,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32621,10 +33783,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32649,10 +33812,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32677,10 +33841,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32705,10 +33870,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32733,10 +33899,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32761,10 +33928,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32789,10 +33957,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32817,10 +33986,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32845,10 +34015,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32873,10 +34044,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32901,10 +34073,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32929,10 +34102,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32957,10 +34131,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -32985,10 +34160,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33013,10 +34189,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33041,10 +34218,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33069,10 +34247,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33097,10 +34276,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33125,10 +34305,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33153,10 +34334,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33181,10 +34363,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33209,10 +34392,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33237,10 +34421,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33265,10 +34450,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33293,10 +34479,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33321,10 +34508,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33349,10 +34537,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33377,10 +34566,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33405,10 +34595,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33433,10 +34624,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33461,10 +34653,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33489,10 +34682,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33517,10 +34711,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33545,10 +34740,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33573,10 +34769,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33601,10 +34798,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33629,10 +34827,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33657,10 +34856,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33685,10 +34885,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33713,10 +34914,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33741,10 +34943,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33769,10 +34972,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33797,10 +35001,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33825,10 +35030,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33853,10 +35059,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33881,10 +35088,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33909,10 +35117,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33937,10 +35146,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33965,10 +35175,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -33993,10 +35204,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34021,10 +35233,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34049,10 +35262,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34077,10 +35291,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34105,10 +35320,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34133,10 +35349,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34161,10 +35378,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34189,10 +35407,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34217,10 +35436,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34245,10 +35465,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34273,10 +35494,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34301,10 +35523,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34329,10 +35552,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34357,10 +35581,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34385,10 +35610,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34413,10 +35639,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34441,10 +35668,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34469,10 +35697,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34497,10 +35726,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34525,10 +35755,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34553,10 +35784,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34581,10 +35813,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34609,10 +35842,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34637,10 +35871,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34665,10 +35900,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34693,10 +35929,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34721,10 +35958,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34749,10 +35987,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34777,10 +36016,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34805,10 +36045,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34833,10 +36074,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34861,10 +36103,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34889,10 +36132,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34917,10 +36161,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34945,10 +36190,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -34973,10 +36219,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35001,10 +36248,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35029,10 +36277,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35057,10 +36306,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35085,10 +36335,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35113,10 +36364,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35141,10 +36393,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35169,10 +36422,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35197,10 +36451,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35225,10 +36480,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35253,10 +36509,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35281,10 +36538,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35309,10 +36567,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35337,10 +36596,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35365,10 +36625,11 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35393,10 +36654,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35421,10 +36683,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35449,10 +36712,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35477,10 +36741,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35505,10 +36770,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35533,10 +36799,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35561,10 +36828,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35589,10 +36857,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35617,10 +36886,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35645,10 +36915,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35673,10 +36944,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35701,10 +36973,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35729,10 +37002,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35757,10 +37031,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35785,10 +37060,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35813,10 +37089,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35841,10 +37118,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35869,10 +37147,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35897,10 +37176,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35925,10 +37205,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35953,10 +37234,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -35981,10 +37263,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36009,10 +37292,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36037,10 +37321,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36065,10 +37350,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36093,10 +37379,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36121,10 +37408,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36149,10 +37437,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36177,10 +37466,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36205,10 +37495,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36233,10 +37524,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36261,10 +37553,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36289,10 +37582,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36317,10 +37611,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36345,10 +37640,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36373,10 +37669,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36401,10 +37698,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36429,10 +37727,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36457,10 +37756,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36485,10 +37785,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36513,10 +37814,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36541,10 +37843,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36569,10 +37872,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36597,10 +37901,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36625,10 +37930,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36653,10 +37959,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36681,10 +37988,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36709,10 +38017,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36737,10 +38046,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36765,10 +38075,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36793,10 +38104,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36821,10 +38133,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36849,10 +38162,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36877,10 +38191,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36905,10 +38220,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36933,10 +38249,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36961,10 +38278,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -36989,10 +38307,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37017,10 +38336,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37045,10 +38365,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37073,10 +38394,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37101,10 +38423,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37129,10 +38452,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37157,10 +38481,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37185,10 +38510,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37213,10 +38539,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37241,10 +38568,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37269,10 +38597,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37297,10 +38626,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37325,10 +38655,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37353,10 +38684,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37381,10 +38713,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37409,10 +38742,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37437,10 +38771,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37465,10 +38800,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37493,10 +38829,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37521,10 +38858,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37549,10 +38887,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37577,10 +38916,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37605,10 +38945,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37633,10 +38974,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37661,10 +39003,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37689,10 +39032,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37717,10 +39061,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37745,10 +39090,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37773,10 +39119,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37801,10 +39148,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37829,10 +39177,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37857,10 +39206,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37885,10 +39235,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37913,10 +39264,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37941,10 +39293,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37969,10 +39322,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -37997,10 +39351,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38025,10 +39380,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38053,10 +39409,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38081,10 +39438,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38109,10 +39467,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38137,10 +39496,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38165,10 +39525,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38193,10 +39554,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38221,10 +39583,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38249,10 +39612,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38277,10 +39641,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38305,10 +39670,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38333,10 +39699,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38361,10 +39728,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38389,10 +39757,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38417,10 +39786,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38445,10 +39815,11 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38473,10 +39844,11 @@ "r_y3": 220.436, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38501,10 +39873,11 @@ "r_y3": 220.436, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38529,10 +39902,11 @@ "r_y3": 220.436, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38557,10 +39931,11 @@ "r_y3": 220.436, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -38585,10 +39960,11 @@ "r_y3": 207.307, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38613,10 +39989,11 @@ "r_y3": 194.707, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38641,10 +40018,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38669,10 +40047,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38697,10 +40076,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38725,10 +40105,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38753,10 +40134,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38781,10 +40163,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38809,10 +40192,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38837,10 +40221,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38865,10 +40250,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38893,10 +40279,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38921,10 +40308,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38949,10 +40337,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -38977,10 +40366,11 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", @@ -39005,10 +40395,11 @@ "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39033,10 +40424,11 @@ "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39061,10 +40453,11 @@ "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -39089,10 +40482,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39117,10 +40511,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39145,10 +40540,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39173,10 +40569,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39201,10 +40598,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39229,10 +40627,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39257,10 +40656,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39285,10 +40685,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39313,10 +40714,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39341,10 +40743,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39369,10 +40772,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39397,10 +40801,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39425,10 +40830,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39453,10 +40859,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39481,10 +40888,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39509,10 +40917,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39537,10 +40946,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39565,10 +40975,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39593,10 +41004,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39621,10 +41033,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39649,10 +41062,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39677,10 +41091,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39705,10 +41120,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39733,10 +41149,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39761,10 +41178,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39789,10 +41207,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39817,10 +41236,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39845,10 +41265,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39873,10 +41294,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39901,10 +41323,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39929,10 +41352,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39957,10 +41381,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -39985,10 +41410,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40013,10 +41439,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40041,10 +41468,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40069,10 +41497,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40097,10 +41526,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40125,10 +41555,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40153,10 +41584,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40181,10 +41613,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40209,10 +41642,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40237,10 +41671,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40265,10 +41700,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40293,10 +41729,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40321,10 +41758,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40349,10 +41787,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40377,10 +41816,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40405,10 +41845,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40433,10 +41874,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40461,10 +41903,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40489,10 +41932,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40517,10 +41961,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40545,10 +41990,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40573,10 +42019,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40601,10 +42048,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40629,10 +42077,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40657,10 +42106,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40685,10 +42135,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40713,10 +42164,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40741,10 +42193,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40769,10 +42222,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40797,10 +42251,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40825,10 +42280,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40853,10 +42309,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40881,10 +42338,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40909,10 +42367,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40937,10 +42396,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40965,10 +42425,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -40993,10 +42454,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41021,10 +42483,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41049,10 +42512,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41077,10 +42541,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41105,10 +42570,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41133,10 +42599,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41161,10 +42628,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41189,10 +42657,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41217,10 +42686,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41245,10 +42715,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41273,10 +42744,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41301,10 +42773,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41329,10 +42802,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41357,10 +42831,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41385,10 +42860,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41413,10 +42889,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41441,10 +42918,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41469,10 +42947,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41497,10 +42976,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41525,10 +43005,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41553,10 +43034,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41581,10 +43063,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41609,10 +43092,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41637,10 +43121,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41665,10 +43150,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41693,10 +43179,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41721,10 +43208,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41749,10 +43237,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41777,10 +43266,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41805,10 +43295,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41833,10 +43324,11 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41861,10 +43353,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41889,10 +43382,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41917,10 +43411,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41945,10 +43440,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -41973,10 +43469,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42001,10 +43498,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42029,10 +43527,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42057,10 +43556,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42085,10 +43585,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42113,10 +43614,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42141,10 +43643,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42169,10 +43672,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42197,10 +43701,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42225,10 +43730,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42253,10 +43759,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42281,10 +43788,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42309,10 +43817,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42337,10 +43846,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42365,10 +43875,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42393,10 +43904,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42421,10 +43933,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42449,10 +43962,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42477,10 +43991,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42505,10 +44020,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42533,10 +44049,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42561,10 +44078,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42589,10 +44107,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42617,10 +44136,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42645,10 +44165,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42673,10 +44194,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42701,10 +44223,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42729,10 +44252,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42757,10 +44281,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42785,10 +44310,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42813,10 +44339,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42841,10 +44368,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42869,10 +44397,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42897,10 +44426,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42925,10 +44455,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42953,10 +44484,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -42981,10 +44513,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43009,10 +44542,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43037,10 +44571,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43065,10 +44600,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43093,10 +44629,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43121,10 +44658,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43149,10 +44687,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43177,10 +44716,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43205,10 +44745,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43233,10 +44774,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43261,10 +44803,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43289,10 +44832,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43317,10 +44861,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43345,10 +44890,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43373,10 +44919,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43401,10 +44948,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43429,10 +44977,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43457,10 +45006,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43485,10 +45035,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43513,10 +45064,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43541,10 +45093,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43569,10 +45122,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43597,10 +45151,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43625,10 +45180,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43653,10 +45209,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43681,10 +45238,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43709,10 +45267,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43737,10 +45296,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43765,10 +45325,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43793,10 +45354,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43821,10 +45383,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43849,10 +45412,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43877,10 +45441,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43905,10 +45470,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43933,10 +45499,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43961,10 +45528,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -43989,10 +45557,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44017,10 +45586,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44045,10 +45615,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44073,10 +45644,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44101,10 +45673,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44129,10 +45702,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44157,10 +45731,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44185,10 +45760,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44213,10 +45789,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44241,10 +45818,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44269,10 +45847,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44297,10 +45876,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44325,10 +45905,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44353,10 +45934,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44381,10 +45963,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44409,10 +45992,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44437,10 +46021,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44465,10 +46050,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44493,10 +46079,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44521,10 +46108,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44549,10 +46137,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44577,10 +46166,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44605,10 +46195,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44633,10 +46224,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44661,10 +46253,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44689,10 +46282,11 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44717,10 +46311,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44745,10 +46340,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44773,10 +46369,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44801,10 +46398,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44829,10 +46427,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44857,10 +46456,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44885,10 +46485,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44913,10 +46514,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44941,10 +46543,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44969,10 +46572,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -44997,10 +46601,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45025,10 +46630,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45053,10 +46659,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45081,10 +46688,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45109,10 +46717,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45137,10 +46746,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45165,10 +46775,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45193,10 +46804,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45221,10 +46833,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45249,10 +46862,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45277,10 +46891,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45305,10 +46920,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45333,10 +46949,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45361,10 +46978,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45389,10 +47007,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45417,10 +47036,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45445,10 +47065,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45473,10 +47094,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45501,10 +47123,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45529,10 +47152,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45557,10 +47181,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45585,10 +47210,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45613,10 +47239,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45641,10 +47268,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45669,10 +47297,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45697,10 +47326,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45725,10 +47355,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45753,10 +47384,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45781,10 +47413,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45809,10 +47442,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45837,10 +47471,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45865,10 +47500,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45893,10 +47529,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45921,10 +47558,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45949,10 +47587,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -45977,10 +47616,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46005,10 +47645,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46033,10 +47674,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46061,10 +47703,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46089,10 +47732,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46117,10 +47761,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46145,10 +47790,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46173,10 +47819,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46201,10 +47848,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46229,10 +47877,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46257,10 +47906,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46285,10 +47935,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46313,10 +47964,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46341,10 +47993,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46369,10 +48022,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46397,10 +48051,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46425,10 +48080,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46453,10 +48109,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46481,10 +48138,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46509,10 +48167,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46537,10 +48196,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46565,10 +48225,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46593,10 +48254,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46621,10 +48283,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46649,10 +48312,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46677,10 +48341,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46705,10 +48370,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46733,10 +48399,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46761,10 +48428,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46789,10 +48457,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46817,10 +48486,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46845,10 +48515,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46873,10 +48544,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46901,10 +48573,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46929,10 +48602,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46957,10 +48631,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -46985,10 +48660,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47013,10 +48689,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47041,10 +48718,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47069,10 +48747,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47097,10 +48776,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47125,10 +48805,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47153,10 +48834,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47181,10 +48863,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47209,10 +48892,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47237,10 +48921,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47265,10 +48950,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47293,10 +48979,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47321,10 +49008,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47349,10 +49037,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47377,10 +49066,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47405,10 +49095,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47433,10 +49124,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47461,10 +49153,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47489,10 +49182,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47517,10 +49211,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47545,10 +49240,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47573,10 +49269,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47601,10 +49298,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47629,10 +49327,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47657,10 +49356,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47685,10 +49385,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47713,10 +49414,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47741,10 +49443,11 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47769,10 +49472,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47797,10 +49501,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47825,10 +49530,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47853,10 +49559,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47881,10 +49588,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47909,10 +49617,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47937,10 +49646,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47965,10 +49675,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -47993,10 +49704,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48021,10 +49733,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48049,10 +49762,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48077,10 +49791,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48105,10 +49820,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48133,10 +49849,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48161,10 +49878,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48189,10 +49907,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48217,10 +49936,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48245,10 +49965,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48273,10 +49994,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48301,10 +50023,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48329,10 +50052,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48357,10 +50081,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48385,10 +50110,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48413,10 +50139,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48441,10 +50168,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48469,10 +50197,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48497,10 +50226,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48525,10 +50255,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48553,10 +50284,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48581,10 +50313,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48609,10 +50342,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48637,10 +50371,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48665,10 +50400,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48693,10 +50429,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48721,10 +50458,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48749,10 +50487,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48777,10 +50516,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48805,10 +50545,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48833,10 +50574,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48861,10 +50603,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48889,10 +50632,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48917,10 +50661,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48945,10 +50690,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -48973,10 +50719,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49001,10 +50748,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49029,10 +50777,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49057,10 +50806,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49085,10 +50835,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49113,10 +50864,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49141,10 +50893,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49169,10 +50922,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49197,10 +50951,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49225,10 +50980,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49253,10 +51009,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49281,10 +51038,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49309,10 +51067,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49337,10 +51096,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49365,10 +51125,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49393,10 +51154,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49421,10 +51183,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49449,10 +51212,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49477,10 +51241,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49505,10 +51270,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49533,10 +51299,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49561,10 +51328,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49589,10 +51357,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49617,10 +51386,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49645,10 +51415,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49673,10 +51444,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49701,10 +51473,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49729,10 +51502,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49757,10 +51531,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49785,10 +51560,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49813,10 +51589,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49841,10 +51618,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49869,10 +51647,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49897,10 +51676,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49925,10 +51705,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49953,10 +51734,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -49981,10 +51763,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50009,10 +51792,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50037,10 +51821,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50065,10 +51850,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50093,10 +51879,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50121,10 +51908,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50149,10 +51937,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50177,10 +51966,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50205,10 +51995,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50233,10 +52024,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50261,10 +52053,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50289,10 +52082,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50317,10 +52111,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50345,10 +52140,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50373,10 +52169,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50401,10 +52198,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50429,10 +52227,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50457,10 +52256,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50485,10 +52285,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50513,10 +52314,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50541,10 +52343,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50569,10 +52372,11 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50597,10 +52401,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50625,10 +52430,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50653,10 +52459,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50681,10 +52488,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50709,10 +52517,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50737,10 +52546,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50765,10 +52575,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50793,10 +52604,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50821,10 +52633,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50849,10 +52662,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50877,10 +52691,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50905,10 +52720,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50933,10 +52749,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50961,10 +52778,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -50989,10 +52807,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51017,10 +52836,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51045,10 +52865,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51073,10 +52894,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51101,10 +52923,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51129,10 +52952,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51157,10 +52981,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51185,10 +53010,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51213,10 +53039,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51241,10 +53068,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51269,10 +53097,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51297,10 +53126,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51325,10 +53155,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51353,10 +53184,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51381,10 +53213,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51409,10 +53242,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51437,10 +53271,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51465,10 +53300,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51493,10 +53329,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51521,10 +53358,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51549,10 +53387,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51577,10 +53416,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51605,10 +53445,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51633,10 +53474,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51661,10 +53503,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51689,10 +53532,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51717,10 +53561,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51745,10 +53590,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51773,10 +53619,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51801,10 +53648,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51829,10 +53677,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51857,10 +53706,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51885,10 +53735,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51913,10 +53764,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51941,10 +53793,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51969,10 +53822,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -51997,10 +53851,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52025,10 +53880,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52053,10 +53909,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52081,10 +53938,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52109,10 +53967,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52137,10 +53996,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52165,10 +54025,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52193,10 +54054,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52221,10 +54083,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52249,10 +54112,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52277,10 +54141,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52305,10 +54170,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52333,10 +54199,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52361,10 +54228,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52389,10 +54257,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52417,10 +54286,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52445,10 +54315,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52473,10 +54344,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52501,10 +54373,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52529,10 +54402,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52557,10 +54431,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52585,10 +54460,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52613,10 +54489,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52641,10 +54518,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52669,10 +54547,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52697,10 +54576,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52725,10 +54605,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52753,10 +54634,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52781,10 +54663,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52809,10 +54692,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52837,10 +54721,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52865,10 +54750,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52893,10 +54779,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52921,10 +54808,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52949,10 +54837,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -52977,10 +54866,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53005,10 +54895,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53033,10 +54924,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53061,10 +54953,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53089,10 +54982,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53117,10 +55011,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53145,10 +55040,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53173,10 +55069,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53201,10 +55098,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53229,10 +55127,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53257,10 +55156,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53285,10 +55185,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53313,10 +55214,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53341,10 +55243,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53369,10 +55272,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53397,10 +55301,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53425,10 +55330,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53453,10 +55359,11 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53481,10 +55388,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53509,10 +55417,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53537,10 +55446,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53565,10 +55475,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53593,10 +55504,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53621,10 +55533,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53649,10 +55562,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53677,10 +55591,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53705,10 +55620,11 @@ "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R18", @@ -53733,10 +55649,11 @@ "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R18", @@ -53761,10 +55678,11 @@ "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R18", @@ -53789,10 +55707,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53817,10 +55736,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53845,10 +55765,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53873,10 +55794,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53901,10 +55823,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53929,10 +55852,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53957,10 +55881,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -53985,10 +55910,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54013,10 +55939,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54041,10 +55968,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54069,10 +55997,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54097,10 +56026,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54125,10 +56055,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54153,10 +56084,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54181,10 +56113,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54209,10 +56142,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54237,10 +56171,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54265,10 +56200,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54293,10 +56229,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54321,10 +56258,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54349,10 +56287,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54377,10 +56316,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54405,10 +56345,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54433,10 +56374,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54461,10 +56403,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54489,10 +56432,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54517,10 +56461,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54545,10 +56490,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54573,10 +56519,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54601,10 +56548,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54629,10 +56577,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54657,10 +56606,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54685,10 +56635,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54713,10 +56664,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54741,10 +56693,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54769,10 +56722,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54797,10 +56751,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54825,10 +56780,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54853,10 +56809,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54881,10 +56838,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54909,10 +56867,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54937,10 +56896,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54965,10 +56925,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -54993,10 +56954,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55021,10 +56983,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55049,10 +57012,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55077,10 +57041,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55105,10 +57070,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55133,10 +57099,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55161,10 +57128,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55189,10 +57157,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55217,10 +57186,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55245,10 +57215,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55273,10 +57244,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55301,10 +57273,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55329,10 +57302,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55357,10 +57331,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55385,10 +57360,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55413,10 +57389,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55441,10 +57418,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55469,10 +57447,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55497,10 +57476,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55525,10 +57505,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55553,10 +57534,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55581,10 +57563,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55609,10 +57592,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55637,10 +57621,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55665,10 +57650,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55693,10 +57679,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55721,10 +57708,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55749,10 +57737,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55777,10 +57766,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55805,10 +57795,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55833,10 +57824,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55861,10 +57853,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55889,10 +57882,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55917,10 +57911,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55945,10 +57940,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -55973,10 +57969,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56001,10 +57998,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56029,10 +58027,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56057,10 +58056,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56085,10 +58085,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56113,10 +58114,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56141,10 +58143,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56169,10 +58172,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56197,10 +58201,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56225,10 +58230,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56253,10 +58259,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56281,10 +58288,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56309,10 +58317,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56337,10 +58346,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56365,10 +58375,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56393,10 +58404,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56421,10 +58433,11 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", @@ -56441,20 +58454,21 @@ "a": 255 }, "rect": { - "r_x0": 212.999, - "r_y0": 36.867, - "r_x1": 252.778, - "r_y1": 36.867, - "r_x2": 252.778, - "r_y2": 45.393, - "r_x3": 212.999, - "r_y3": 45.393, + "r_x0": 174.0, + "r_y0": 714.795, + "r_x1": 176.49, + "r_y1": 714.795, + "r_x2": 176.49, + "r_y2": 724.245, + "r_x3": 174.0, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "Ins&Bond", - "orig": "Ins&Bond", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56469,20 +58483,21 @@ "a": 255 }, "rect": { - "r_x0": 255.119, - "r_y0": 36.867, - "r_x1": 305.759, - "r_y1": 36.867, - "r_x2": 305.759, - "r_y2": 45.393, - "r_x3": 255.119, - "r_y3": 45.393, + "r_x0": 305.999, + "r_y0": 714.795, + "r_x1": 308.49, + "r_y1": 714.795, + "r_x2": 308.49, + "r_y2": 724.245, + "r_x3": 305.999, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "Quote_4911", - "orig": "Quote_4911", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56497,20 +58512,21 @@ "a": 255 }, "rect": { - "r_x0": 308.039, - "r_y0": 36.867, - "r_x1": 341.121, - "r_y1": 36.867, - "r_x2": 341.121, - "r_y2": 45.393, - "r_x3": 308.039, - "r_y3": 45.393, + "r_x0": 539.999, + "r_y0": 714.795, + "r_x1": 542.489, + "r_y1": 714.795, + "r_x2": 542.489, + "r_y2": 724.245, + "r_x3": 539.999, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "Augusta", - "orig": "Augusta", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56525,20 +58541,21 @@ "a": 255 }, "rect": { - "r_x0": 343.439, + "r_x0": 72.0, "r_y0": 36.867, - "r_x1": 398.999, + "r_x1": 74.247, "r_y1": 36.867, - "r_x2": 398.999, + "r_x2": 74.247, "r_y2": 45.393, - "r_x3": 343.439, + "r_x3": 72.0, "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "Ave_03.01.24", - "orig": "Ave_03.01.24", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56553,20 +58570,21 @@ "a": 255 }, "rect": { - "r_x0": 512.998, + "r_x0": 212.999, "r_y0": 36.867, - "r_x1": 532.708, + "r_x1": 401.366, "r_y1": 36.867, - "r_x2": 532.708, + "r_x2": 401.366, "r_y2": 45.393, - "r_x3": 512.998, + "r_x3": 212.999, "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "page", - "orig": "page", + "text": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", + "orig": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56581,20 +58599,21 @@ "a": 255 }, "rect": { - "r_x0": 534.958, + "r_x0": 512.998, "r_y0": 36.867, - "r_x1": 539.998, + "r_x1": 542.246, "r_y1": 36.867, - "r_x2": 539.998, + "r_x2": 542.246, "r_y2": 45.393, - "r_x3": 534.958, + "r_x3": 512.998, "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", + "orig": "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -56611,18 +58630,19 @@ "rect": { "r_x0": 72.0, "r_y0": 674.4, - "r_x1": 167.356, + "r_x1": 395.857, "r_y1": 674.4, - "r_x2": 167.356, + "r_x2": 395.857, "r_y2": 696.768, "r_x3": 72.0, "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "Insurance", - "orig": "Insurance", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56637,20 +58657,21 @@ "a": 255 }, "rect": { - "r_x0": 173.88, + "r_x0": 395.28, "r_y0": 674.4, - "r_x1": 208.897, + "r_x1": 413.508, "r_y1": 674.4, - "r_x2": 208.897, + "r_x2": 413.508, "r_y2": 696.768, - "r_x3": 173.88, + "r_x3": 395.28, "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "GLYPH<18>GLYPH<9>", + "orig": "GLYPH<18>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56665,20 +58686,21 @@ "a": 255 }, "rect": { - "r_x0": 215.4, + "r_x0": 412.44, "r_y0": 674.4, - "r_x1": 268.057, + "r_x1": 500.148, "r_y1": 674.4, - "r_x2": 268.057, + "r_x2": 500.148, "r_y2": 696.768, - "r_x3": 215.4, + "r_x3": 412.44, "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "Bond", - "orig": "Bond", + "text": "GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9>", + "orig": "GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56693,20 +58715,21 @@ "a": 255 }, "rect": { - "r_x0": 274.68, + "r_x0": 499.08, "r_y0": 674.4, - "r_x1": 334.396, + "r_x1": 516.375, "r_y1": 674.4, - "r_x2": 334.396, + "r_x2": 516.375, "r_y2": 696.768, - "r_x3": 274.68, + "r_x3": 499.08, "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "Quote", - "orig": "Quote", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56721,20 +58744,21 @@ "a": 255 }, "rect": { - "r_x0": 340.92, + "r_x0": 514.92, "r_y0": 674.4, - "r_x1": 352.897, + "r_x1": 544.068, "r_y1": 674.4, - "r_x2": 352.897, + "r_x2": 544.068, "r_y2": 696.768, - "r_x3": 340.92, + "r_x3": 514.92, "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<21>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<21>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56749,20 +58773,21 @@ "a": 255 }, "rect": { - "r_x0": 359.4, - "r_y0": 674.4, - "r_x1": 407.257, - "r_y1": 674.4, - "r_x2": 407.257, - "r_y2": 696.768, - "r_x3": 359.4, - "r_y3": 696.768, + "r_x0": 72.0, + "r_y0": 649.706, + "r_x1": 222.469, + "r_y1": 649.706, + "r_x2": 222.469, + "r_y2": 659.995, + "r_x3": 72.0, + "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "4911", - "orig": "4911", + "text": "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2>", + "orig": "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56777,20 +58802,21 @@ "a": 255 }, "rect": { - "r_x0": 412.44, - "r_y0": 674.4, - "r_x1": 493.876, - "r_y1": 674.4, - "r_x2": 493.876, - "r_y2": 696.768, - "r_x3": 412.44, - "r_y3": 696.768, + "r_x0": 227.28, + "r_y0": 649.706, + "r_x1": 237.955, + "r_y1": 649.706, + "r_x2": 237.955, + "r_y2": 659.995, + "r_x3": 227.28, + "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "Augusta", - "orig": "Augusta", + "text": "!GLYPH<8>GLYPH<9>", + "orig": "!GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56805,20 +58831,21 @@ "a": 255 }, "rect": { - "r_x0": 499.08, - "r_y0": 674.4, - "r_x1": 537.795, - "r_y1": 674.4, - "r_x2": 537.795, - "r_y2": 696.768, - "r_x3": 499.08, - "r_y3": 696.768, + "r_x0": 72.0, + "r_y0": 625.106, + "r_x1": 175.315, + "r_y1": 625.106, + "r_x2": 175.315, + "r_y2": 635.395, + "r_x3": 72.0, + "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "Ave", - "orig": "Ave", + "text": "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", + "orig": "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56834,19 +58861,20 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 649.706, - "r_x1": 87.303, - "r_y1": 649.706, - "r_x2": 87.303, - "r_y2": 659.995, + "r_y0": 600.626, + "r_x1": 254.635, + "r_y1": 600.626, + "r_x2": 254.635, + "r_y2": 610.915, "r_x3": 72.0, - "r_y3": 659.995, + "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "To:", - "orig": "To:", + "text": "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", + "orig": "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56861,20 +58889,21 @@ "a": 255 }, "rect": { - "r_x0": 92.88, - "r_y0": 649.706, - "r_x1": 130.789, - "r_y1": 649.706, - "r_x2": 130.789, - "r_y2": 659.995, - "r_x3": 92.88, - "r_y3": 659.995, + "r_x0": 72.0, + "r_y0": 576.026, + "r_x1": 154.195, + "r_y1": 576.026, + "r_x2": 154.195, + "r_y2": 586.315, + "r_x3": 72.0, + "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "Brandon", - "orig": "Brandon", + "text": "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", + "orig": "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56889,20 +58918,21 @@ "a": 255 }, "rect": { - "r_x0": 133.56, - "r_y0": 649.706, - "r_x1": 160.675, - "r_y1": 649.706, - "r_x2": 160.675, - "r_y2": 659.995, - "r_x3": 133.56, - "r_y3": 659.995, + "r_x0": 72.0, + "r_y0": 551.666, + "r_x1": 289.195, + "r_y1": 551.666, + "r_x2": 289.195, + "r_y2": 561.955, + "r_x3": 72.0, + "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "Shaw,", - "orig": "Shaw,", + "text": "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", + "orig": "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56917,20 +58947,21 @@ "a": 255 }, "rect": { - "r_x0": 163.44, - "r_y0": 649.706, - "r_x1": 186.709, - "r_y1": 649.706, - "r_x2": 186.709, - "r_y2": 659.995, - "r_x3": 163.44, - "r_y3": 659.995, + "r_x0": 72.0, + "r_y0": 538.946, + "r_x1": 175.263, + "r_y1": 538.946, + "r_x2": 175.263, + "r_y2": 549.235, + "r_x3": 72.0, + "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "Ryan", - "orig": "Ryan", + "text": "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", + "orig": "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -56945,24 +58976,25 @@ "a": 255 }, "rect": { - "r_x0": 189.36, - "r_y0": 649.706, - "r_x1": 235.292, - "r_y1": 649.706, - "r_x2": 235.292, - "r_y2": 659.995, - "r_x3": 189.36, - "r_y3": 659.995, + "r_x0": 175.2, + "r_y0": 538.946, + "r_x1": 177.955, + "r_y1": 538.946, + "r_x2": 177.955, + "r_y2": 548.827, + "r_x3": 175.2, + "r_y3": 548.827, "coord_origin": "BOTTOMLEFT" }, - "text": "McKenzie", - "orig": "McKenzie", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 19, @@ -56974,19 +59006,20 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 625.106, - "r_x1": 87.949, - "r_y1": 625.106, - "r_x2": 87.949, - "r_y2": 635.395, + "r_y0": 526.346, + "r_x1": 245.755, + "r_y1": 526.346, + "r_x2": 245.755, + "r_y2": 536.635, "r_x3": 72.0, - "r_y3": 635.395, + "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "Bid", - "orig": "Bid", + "text": ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", + "orig": ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57001,20 +59034,21 @@ "a": 255 }, "rect": { - "r_x0": 90.72, - "r_y0": 625.106, - "r_x1": 111.452, - "r_y1": 625.106, - "r_x2": 111.452, - "r_y2": 635.395, - "r_x3": 90.72, - "r_y3": 635.395, + "r_x0": 72.0, + "r_y0": 513.746, + "r_x1": 228.115, + "r_y1": 513.746, + "r_x2": 228.115, + "r_y2": 524.035, + "r_x3": 72.0, + "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "Date", - "orig": "Date", + "text": "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", + "orig": "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57029,20 +59063,21 @@ "a": 255 }, "rect": { - "r_x0": 114.24, - "r_y0": 625.106, - "r_x1": 119.749, - "r_y1": 625.106, - "r_x2": 119.749, - "r_y2": 635.395, - "r_x3": 114.24, - "r_y3": 635.395, + "r_x0": 72.0, + "r_y0": 501.026, + "r_x1": 181.075, + "r_y1": 501.026, + "r_x2": 181.075, + "r_y2": 511.315, + "r_x3": 72.0, + "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57057,20 +59092,21 @@ "a": 255 }, "rect": { - "r_x0": 122.52, - "r_y0": 625.106, - "r_x1": 172.669, - "r_y1": 625.106, - "r_x2": 172.669, - "r_y2": 635.395, - "r_x3": 122.52, - "r_y3": 635.395, + "r_x0": 72.0, + "r_y0": 488.426, + "r_x1": 208.555, + "r_y1": 488.426, + "r_x2": 208.555, + "r_y2": 498.715, + "r_x3": 72.0, + "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "03/01/2024", - "orig": "03/01/2024", + "text": "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", + "orig": "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57086,19 +59122,20 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 600.626, - "r_x1": 111.229, - "r_y1": 600.626, - "r_x2": 111.229, - "r_y2": 610.915, + "r_y0": 475.706, + "r_x1": 189.595, + "r_y1": 475.706, + "r_x2": 189.595, + "r_y2": 485.995, "r_x3": 72.0, - "r_y3": 610.915, + "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "Prepared", - "orig": "Prepared", + "text": "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", + "orig": "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57113,20 +59150,21 @@ "a": 255 }, "rect": { - "r_x0": 114.0, - "r_y0": 600.626, - "r_x1": 129.783, - "r_y1": 600.626, - "r_x2": 129.783, - "r_y2": 610.915, - "r_x3": 114.0, - "r_y3": 610.915, + "r_x0": 72.0, + "r_y0": 463.106, + "r_x1": 157.913, + "r_y1": 463.106, + "r_x2": 157.913, + "r_y2": 473.395, + "r_x3": 72.0, + "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "By:", - "orig": "By:", + "text": "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", + "orig": "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57141,20 +59179,21 @@ "a": 255 }, "rect": { - "r_x0": 132.6, - "r_y0": 600.626, - "r_x1": 166.789, - "r_y1": 600.626, - "r_x2": 166.789, - "r_y2": 610.915, - "r_x3": 132.6, - "r_y3": 610.915, + "r_x0": 72.0, + "r_y0": 450.506, + "r_x1": 159.113, + "r_y1": 450.506, + "r_x2": 159.113, + "r_y2": 460.795, + "r_x3": 72.0, + "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "Edward", - "orig": "Edward", + "text": "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", + "orig": "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57169,20 +59208,21 @@ "a": 255 }, "rect": { - "r_x0": 169.56, - "r_y0": 600.626, - "r_x1": 246.469, - "r_y1": 600.626, - "r_x2": 246.469, - "r_y2": 610.915, - "r_x3": 169.56, - "r_y3": 610.915, + "r_x0": 72.0, + "r_y0": 437.786, + "r_x1": 74.755, + "r_y1": 437.786, + "r_x2": 74.755, + "r_y2": 448.076, + "r_x3": 72.0, + "r_y3": 448.076, "coord_origin": "BOTTOMLEFT" }, - "text": "Dwomoh-Appiah", - "orig": "Dwomoh-Appiah", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57198,19 +59238,20 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 576.026, - "r_x1": 95.943, - "r_y1": 576.026, - "r_x2": 95.943, - "r_y2": 586.315, + "r_y0": 425.186, + "r_x1": 74.755, + "r_y1": 425.186, + "r_x2": 74.755, + "r_y2": 435.476, "r_x3": 72.0, - "r_y3": 586.315, + "r_y3": 435.476, "coord_origin": "BOTTOMLEFT" }, - "text": "Date:", - "orig": "Date:", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57225,24 +59266,25 @@ "a": 255 }, "rect": { - "r_x0": 101.4, - "r_y0": 576.026, - "r_x1": 151.549, - "r_y1": 576.026, - "r_x2": 151.549, - "r_y2": 586.315, - "r_x3": 101.4, - "r_y3": 586.315, + "r_x0": 72.0, + "r_y0": 412.466, + "r_x1": 247.435, + "r_y1": 412.466, + "r_x2": 247.435, + "r_y2": 422.347, + "r_x3": 72.0, + "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": "02/26/2024", - "orig": "02/26/2024", + "text": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", + "orig": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 29, @@ -57254,23 +59296,24 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 551.666, - "r_x1": 109.983, - "r_y1": 551.666, - "r_x2": 109.983, - "r_y2": 561.955, + "r_y0": 399.866, + "r_x1": 100.555, + "r_y1": 399.866, + "r_x2": 100.555, + "r_y2": 409.747, "r_x3": 72.0, - "r_y3": 561.955, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Contract", - "orig": "Contract", + "text": "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", + "orig": "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 30, @@ -57281,24 +59324,25 @@ "a": 255 }, "rect": { - "r_x0": 112.8, - "r_y0": 551.666, - "r_x1": 142.623, - "r_y1": 551.666, - "r_x2": 142.623, - "r_y2": 561.955, - "r_x3": 112.8, - "r_y3": 561.955, + "r_x0": 102.96, + "r_y0": 399.866, + "r_x1": 169.315, + "r_y1": 399.866, + "r_x2": 169.315, + "r_y2": 409.747, + "r_x3": 102.96, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Entity:", - "orig": "Entity:", + "text": "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 31, @@ -57309,24 +59353,25 @@ "a": 255 }, "rect": { - "r_x0": 145.44, - "r_y0": 551.666, - "r_x1": 169.909, - "r_y1": 551.666, - "r_x2": 169.909, - "r_y2": 561.955, - "r_x3": 145.44, - "r_y3": 561.955, + "r_x0": 171.6, + "r_y0": 399.866, + "r_x1": 183.595, + "r_y1": 399.866, + "r_x2": 183.595, + "r_y2": 409.747, + "r_x3": 171.6, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Clark", - "orig": "Clark", + "text": "GLYPH<30>GLYPH<31>GLYPH<1>", + "orig": "GLYPH<30>GLYPH<31>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 32, @@ -57337,24 +59382,25 @@ "a": 255 }, "rect": { - "r_x0": 172.68, - "r_y0": 551.666, - "r_x1": 229.429, - "r_y1": 551.666, - "r_x2": 229.429, - "r_y2": 561.955, - "r_x3": 172.68, - "r_y3": 561.955, + "r_x0": 186.0, + "r_y0": 399.866, + "r_x1": 210.235, + "r_y1": 399.866, + "r_x2": 210.235, + "r_y2": 409.747, + "r_x3": 186.0, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Construction", - "orig": "Construction", + "text": "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", + "orig": "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 33, @@ -57365,24 +59411,25 @@ "a": 255 }, "rect": { - "r_x0": 232.2, - "r_y0": 551.666, - "r_x1": 263.035, - "r_y1": 551.666, - "r_x2": 263.035, - "r_y2": 561.955, - "r_x3": 232.2, - "r_y3": 561.955, + "r_x0": 212.52, + "r_y0": 399.866, + "r_x1": 254.515, + "r_y1": 399.866, + "r_x2": 254.515, + "r_y2": 409.747, + "r_x3": 212.52, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Group,", - "orig": "Group,", + "text": "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", + "orig": "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 34, @@ -57393,24 +59440,25 @@ "a": 255 }, "rect": { - "r_x0": 265.8, - "r_y0": 551.666, - "r_x1": 286.589, - "r_y1": 551.666, - "r_x2": 286.589, - "r_y2": 561.955, - "r_x3": 265.8, - "r_y3": 561.955, + "r_x0": 262.32, + "r_y0": 399.866, + "r_x1": 284.635, + "r_y1": 399.866, + "r_x2": 284.635, + "r_y2": 409.747, + "r_x3": 262.32, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "LLC", - "orig": "LLC", + "text": "GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", + "orig": "GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 35, @@ -57421,24 +59469,25 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 538.946, - "r_x1": 105.063, - "r_y1": 538.946, - "r_x2": 105.063, - "r_y2": 549.235, - "r_x3": 72.0, - "r_y3": 549.235, + "r_x0": 287.04, + "r_y0": 399.866, + "r_x1": 315.715, + "r_y1": 399.866, + "r_x2": 315.715, + "r_y2": 409.747, + "r_x3": 287.04, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Owner:", - "orig": "Owner:", + "text": "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", + "orig": "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 36, @@ -57449,20 +59498,21 @@ "a": 255 }, "rect": { - "r_x0": 107.88, - "r_y0": 538.946, - "r_x1": 140.852, - "r_y1": 538.946, - "r_x2": 140.852, - "r_y2": 549.235, - "r_x3": 107.88, - "r_y3": 549.235, + "r_x0": 318.12, + "r_y0": 399.866, + "r_x1": 335.635, + "r_y1": 399.866, + "r_x2": 335.635, + "r_y2": 410.156, + "r_x3": 318.12, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Aurelie", - "orig": "Aurelie", + "text": "'GLYPH<8>GLYPH<5>GLYPH<9>", + "orig": "'GLYPH<8>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57477,20 +59527,21 @@ "a": 255 }, "rect": { - "r_x0": 143.64, - "r_y0": 538.946, - "r_x1": 175.263, - "r_y1": 538.946, - "r_x2": 175.263, - "r_y2": 549.235, - "r_x3": 143.64, - "r_y3": 549.235, + "r_x0": 338.04, + "r_y0": 399.866, + "r_x1": 354.235, + "r_y1": 399.866, + "r_x2": 354.235, + "r_y2": 410.156, + "r_x3": 338.04, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Capital", - "orig": "Capital", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57505,20 +59556,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 526.346, - "r_x1": 116.149, - "r_y1": 526.346, - "r_x2": 116.149, - "r_y2": 536.635, - "r_x3": 72.0, - "r_y3": 536.635, + "r_x0": 356.64, + "r_y0": 399.866, + "r_x1": 397.315, + "r_y1": 399.866, + "r_x2": 397.315, + "r_y2": 410.156, + "r_x3": 356.64, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Estimated", - "orig": "Estimated", + "text": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57533,20 +59585,21 @@ "a": 255 }, "rect": { - "r_x0": 118.92, - "r_y0": 526.346, - "r_x1": 156.663, - "r_y1": 526.346, - "r_x2": 156.663, - "r_y2": 536.635, - "r_x3": 118.92, - "r_y3": 536.635, + "r_x0": 399.72, + "r_y0": 399.866, + "r_x1": 478.195, + "r_y1": 399.866, + "r_x2": 478.195, + "r_y2": 410.156, + "r_x3": 399.72, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Contract", - "orig": "Contract", + "text": "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", + "orig": "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57561,20 +59614,21 @@ "a": 255 }, "rect": { - "r_x0": 159.48, - "r_y0": 526.346, - "r_x1": 185.732, - "r_y1": 526.346, - "r_x2": 185.732, - "r_y2": 536.635, - "r_x3": 159.48, - "r_y3": 536.635, + "r_x0": 480.6, + "r_y0": 399.866, + "r_x1": 503.635, + "r_y1": 399.866, + "r_x2": 503.635, + "r_y2": 410.156, + "r_x3": 480.6, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Value", - "orig": "Value", + "text": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + "orig": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57589,20 +59643,21 @@ "a": 255 }, "rect": { - "r_x0": 188.4, - "r_y0": 526.346, - "r_x1": 214.023, - "r_y1": 526.346, - "r_x2": 214.023, - "r_y2": 536.635, - "r_x3": 188.4, - "r_y3": 536.635, + "r_x0": 505.92, + "r_y0": 399.866, + "r_x1": 542.755, + "r_y1": 399.866, + "r_x2": 542.755, + "r_y2": 410.156, + "r_x3": 505.92, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "(CV):", - "orig": "(CV):", + "text": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + "orig": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57617,20 +59672,21 @@ "a": 255 }, "rect": { - "r_x0": 216.84, - "r_y0": 526.346, - "r_x1": 243.076, - "r_y1": 526.346, - "r_x2": 243.076, - "r_y2": 536.635, - "r_x3": 216.84, - "r_y3": 536.635, + "r_x0": 72.0, + "r_y0": 387.266, + "r_x1": 121.555, + "r_y1": 387.266, + "r_x2": 121.555, + "r_y2": 397.556, + "r_x3": 72.0, + "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "$60M", - "orig": "$60M", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57645,24 +59701,25 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 513.746, - "r_x1": 128.989, - "r_y1": 513.746, - "r_x2": 128.989, - "r_y2": 524.035, - "r_x3": 72.0, - "r_y3": 524.035, + "r_x0": 121.56, + "r_y0": 387.266, + "r_x1": 179.275, + "r_y1": 387.266, + "r_x2": 179.275, + "r_y2": 397.147, + "r_x3": 121.56, + "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": "Construction", - "orig": "Construction", + "text": "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", + "orig": "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 44, @@ -57673,24 +59730,25 @@ "a": 255 }, "rect": { - "r_x0": 131.76, - "r_y0": 513.746, - "r_x1": 173.823, - "r_y1": 513.746, - "r_x2": 173.823, - "r_y2": 524.035, - "r_x3": 131.76, - "r_y3": 524.035, + "r_x0": 72.0, + "r_y0": 374.546, + "r_x1": 74.755, + "r_y1": 374.546, + "r_x2": 74.755, + "r_y2": 384.427, + "r_x3": 72.0, + "r_y3": 384.427, "coord_origin": "BOTTOMLEFT" }, - "text": "Duration:", - "orig": "Duration:", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 45, @@ -57701,20 +59759,21 @@ "a": 255 }, "rect": { - "r_x0": 179.4, - "r_y0": 513.746, - "r_x1": 190.309, - "r_y1": 513.746, - "r_x2": 190.309, - "r_y2": 524.035, - "r_x3": 179.4, - "r_y3": 524.035, + "r_x0": 72.0, + "r_y0": 361.946, + "r_x1": 94.435, + "r_y1": 361.946, + "r_x2": 94.435, + "r_y2": 372.236, + "r_x3": 72.0, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "36", - "orig": "36", + "text": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57729,20 +59788,21 @@ "a": 255 }, "rect": { - "r_x0": 192.96, - "r_y0": 513.746, - "r_x1": 225.446, - "r_y1": 513.746, - "r_x2": 225.446, - "r_y2": 524.035, - "r_x3": 192.96, - "r_y3": 524.035, + "r_x0": 99.48, + "r_y0": 361.946, + "r_x1": 118.795, + "r_y1": 361.946, + "r_x2": 118.795, + "r_y2": 372.236, + "r_x3": 99.48, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "months", - "orig": "months", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57757,20 +59817,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 501.026, - "r_x1": 77.509, - "r_y1": 501.026, - "r_x2": 77.509, - "r_y2": 511.315, - "r_x3": 72.0, - "r_y3": 511.315, + "r_x0": 123.72, + "r_y0": 361.946, + "r_x1": 155.275, + "r_y1": 361.946, + "r_x2": 155.275, + "r_y2": 372.236, + "r_x3": 123.72, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57785,20 +59846,21 @@ "a": 255 }, "rect": { - "r_x0": 80.28, - "r_y0": 501.026, - "r_x1": 83.949, - "r_y1": 501.026, - "r_x2": 83.949, - "r_y2": 511.315, - "r_x3": 80.28, - "r_y3": 511.315, + "r_x0": 160.32, + "r_y0": 361.946, + "r_x1": 187.555, + "r_y1": 361.946, + "r_x2": 187.555, + "r_y2": 372.236, + "r_x3": 160.32, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "-.GLYPH<6>GLYPH<5>/GLYPH<9>", + "orig": "-.GLYPH<6>GLYPH<5>/GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57813,20 +59875,21 @@ "a": 255 }, "rect": { - "r_x0": 86.64, - "r_y0": 501.026, - "r_x1": 105.669, - "r_y1": 501.026, - "r_x2": 105.669, - "r_y2": 511.315, - "r_x3": 86.64, - "r_y3": 511.315, + "r_x0": 192.48, + "r_y0": 361.946, + "r_x1": 211.195, + "r_y1": 361.946, + "r_x2": 211.195, + "r_y2": 372.236, + "r_x3": 192.48, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "year", - "orig": "year", + "text": "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57841,20 +59904,21 @@ "a": 255 }, "rect": { - "r_x0": 108.48, - "r_y0": 501.026, - "r_x1": 147.589, - "r_y1": 501.026, - "r_x2": 147.589, - "r_y2": 511.315, - "r_x3": 108.48, - "r_y3": 511.315, + "r_x0": 216.24, + "r_y0": 361.946, + "r_x1": 230.035, + "r_y1": 361.946, + "r_x2": 230.035, + "r_y2": 372.236, + "r_x3": 216.24, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "warranty", - "orig": "warranty", + "text": "GLYPH<6>..GLYPH<9>", + "orig": "GLYPH<6>..GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57869,20 +59933,21 @@ "a": 255 }, "rect": { - "r_x0": 150.234, - "r_y0": 501.026, - "r_x1": 178.429, - "r_y1": 501.026, - "r_x2": 178.429, - "r_y2": 511.315, - "r_x3": 150.234, - "r_y3": 511.315, + "r_x0": 235.08, + "r_y0": 361.946, + "r_x1": 270.835, + "r_y1": 361.946, + "r_x2": 270.835, + "r_y2": 372.236, + "r_x3": 235.08, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "period", - "orig": "period", + "text": "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", + "orig": "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57897,20 +59962,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 488.426, - "r_x1": 95.966, - "r_y1": 488.426, - "r_x2": 95.966, - "r_y2": 498.715, - "r_x3": 72.0, - "r_y3": 498.715, + "r_x0": 275.88, + "r_y0": 361.946, + "r_x1": 342.835, + "r_y1": 361.946, + "r_x2": 342.835, + "r_y2": 372.236, + "r_x3": 275.88, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Class", - "orig": "Class", + "text": "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57925,20 +59991,21 @@ "a": 255 }, "rect": { - "r_x0": 98.76, - "r_y0": 488.426, - "r_x1": 108.835, - "r_y1": 488.426, - "r_x2": 108.835, - "r_y2": 498.715, - "r_x3": 98.76, - "r_y3": 498.715, + "r_x0": 347.88, + "r_y0": 361.946, + "r_x1": 377.514, + "r_y1": 361.946, + "r_x2": 377.514, + "r_y2": 372.236, + "r_x3": 347.88, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "B,", - "orig": "B,", + "text": "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57953,20 +60020,21 @@ "a": 255 }, "rect": { - "r_x0": 111.6, - "r_y0": 488.426, - "r_x1": 146.343, - "r_y1": 488.426, - "r_x2": 146.343, - "r_y2": 498.715, - "r_x3": 111.6, - "r_y3": 498.715, + "r_x0": 382.56, + "r_y0": 361.946, + "r_x1": 412.794, + "r_y1": 361.946, + "r_x2": 412.794, + "r_y2": 372.236, + "r_x3": 382.56, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "General", - "orig": "General", + "text": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -57981,20 +60049,21 @@ "a": 255 }, "rect": { - "r_x0": 149.16, - "r_y0": 488.426, - "r_x1": 205.909, - "r_y1": 488.426, - "r_x2": 205.909, - "r_y2": 498.715, - "r_x3": 149.16, - "r_y3": 498.715, + "r_x0": 417.834, + "r_y0": 361.946, + "r_x1": 431.034, + "r_y1": 361.946, + "r_x2": 431.034, + "r_y2": 372.236, + "r_x3": 417.834, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Construction", - "orig": "Construction", + "text": ":GLYPH<8>GLYPH<9>", + "orig": ":GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58009,20 +60078,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 475.706, - "r_x1": 114.183, - "r_y1": 475.706, - "r_x2": 114.183, - "r_y2": 485.995, - "r_x3": 72.0, - "r_y3": 485.995, + "r_x0": 435.96, + "r_y0": 361.946, + "r_x1": 453.474, + "r_y1": 361.946, + "r_x2": 453.474, + "r_y2": 372.236, + "r_x3": 435.96, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Location:", - "orig": "Location:", + "text": "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + "orig": "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58037,20 +60107,21 @@ "a": 255 }, "rect": { - "r_x0": 119.76, - "r_y0": 475.706, - "r_x1": 168.355, - "r_y1": 475.706, - "r_x2": 168.355, - "r_y2": 485.995, - "r_x3": 119.76, - "r_y3": 485.995, + "r_x0": 458.514, + "r_y0": 361.946, + "r_x1": 542.754, + "r_y1": 361.946, + "r_x2": 542.754, + "r_y2": 372.236, + "r_x3": 458.514, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Richmond,", - "orig": "Richmond,", + "text": "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58065,20 +60136,21 @@ "a": 255 }, "rect": { - "r_x0": 171.12, - "r_y0": 475.706, - "r_x1": 186.996, - "r_y1": 475.706, - "r_x2": 186.996, - "r_y2": 485.995, - "r_x3": 171.12, - "r_y3": 485.995, + "r_x0": 72.0, + "r_y0": 349.226, + "r_x1": 145.075, + "r_y1": 349.226, + "r_x2": 145.075, + "r_y2": 359.516, + "r_x3": 72.0, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "VA", - "orig": "VA", + "text": ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58093,20 +60165,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 463.106, - "r_x1": 136.292, - "r_y1": 463.106, - "r_x2": 136.292, - "r_y2": 473.395, - "r_x3": 72.0, - "r_y3": 473.395, + "r_x0": 146.635, + "r_y0": 349.226, + "r_x1": 182.635, + "r_y1": 349.226, + "r_x2": 182.635, + "r_y2": 359.516, + "r_x3": 146.635, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Design-Build?", - "orig": "Design-Build?", + "text": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58121,20 +60194,21 @@ "a": 255 }, "rect": { - "r_x0": 141.84, - "r_y0": 463.106, - "r_x1": 155.267, - "r_y1": 463.106, - "r_x2": 155.267, - "r_y2": 473.395, - "r_x3": 141.84, - "r_y3": 473.395, + "r_x0": 184.2, + "r_y0": 349.226, + "r_x1": 206.515, + "r_y1": 349.226, + "r_x2": 206.515, + "r_y2": 359.516, + "r_x3": 184.2, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "No", - "orig": "No", + "text": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58149,20 +60223,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 450.506, - "r_x1": 137.492, - "r_y1": 450.506, - "r_x2": 137.492, - "r_y2": 460.795, - "r_x3": 72.0, - "r_y3": 460.795, + "r_x0": 207.96, + "r_y0": 349.226, + "r_x1": 267.235, + "r_y1": 349.226, + "r_x2": 267.235, + "r_y2": 359.516, + "r_x3": 207.96, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Joint-Venture?", - "orig": "Joint-Venture?", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58177,20 +60252,21 @@ "a": 255 }, "rect": { - "r_x0": 143.04, - "r_y0": 450.506, - "r_x1": 156.467, - "r_y1": 450.506, - "r_x2": 156.467, - "r_y2": 460.795, - "r_x3": 143.04, - "r_y3": 460.795, + "r_x0": 268.8, + "r_y0": 349.226, + "r_x1": 316.675, + "r_y1": 349.226, + "r_x2": 316.675, + "r_y2": 359.516, + "r_x3": 268.8, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "No", - "orig": "No", + "text": "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58205,24 +60281,25 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 412.466, - "r_x1": 112.429, - "r_y1": 412.466, - "r_x2": 112.429, - "r_y2": 422.347, - "r_x3": 72.0, - "r_y3": 422.347, + "r_x0": 318.24, + "r_y0": 349.226, + "r_x1": 342.355, + "r_y1": 349.226, + "r_x2": 342.355, + "r_y2": 359.516, + "r_x3": 318.24, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Liability", - "orig": "Liability", + "text": ";GLYPH<5>GLYPH<12>*GLYPH<9>", + "orig": ";GLYPH<5>GLYPH<12>*GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 64, @@ -58233,24 +60310,25 @@ "a": 255 }, "rect": { - "r_x0": 115.2, - "r_y0": 412.466, - "r_x1": 162.212, - "r_y1": 412.466, - "r_x2": 162.212, - "r_y2": 422.347, - "r_x3": 115.2, - "r_y3": 422.347, + "r_x0": 343.915, + "r_y0": 349.226, + "r_x1": 377.875, + "r_y1": 349.226, + "r_x2": 377.875, + "r_y2": 359.516, + "r_x3": 343.915, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Insurance", - "orig": "Insurance", + "text": "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", + "orig": "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 65, @@ -58261,24 +60339,25 @@ "a": 255 }, "rect": { - "r_x0": 165.0, - "r_y0": 412.466, - "r_x1": 170.509, - "r_y1": 412.466, - "r_x2": 170.509, - "r_y2": 422.347, - "r_x3": 165.0, - "r_y3": 422.347, + "r_x0": 379.32, + "r_y0": 349.226, + "r_x1": 430.315, + "r_y1": 349.226, + "r_x2": 430.315, + "r_y2": 359.516, + "r_x3": 379.32, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", + "orig": "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 66, @@ -58289,24 +60368,25 @@ "a": 255 }, "rect": { - "r_x0": 173.16, - "r_y0": 412.466, - "r_x1": 215.149, - "r_y1": 412.466, - "r_x2": 215.149, - "r_y2": 422.347, - "r_x3": 173.16, - "r_y3": 422.347, + "r_x0": 431.88, + "r_y0": 349.226, + "r_x1": 476.155, + "r_y1": 349.226, + "r_x2": 476.155, + "r_y2": 359.516, + "r_x3": 431.88, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "GLOnly", - "orig": "GLOnly", + "text": "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 67, @@ -58317,24 +60397,25 @@ "a": 255 }, "rect": { - "r_x0": 217.92, - "r_y0": 412.466, - "r_x1": 244.812, - "r_y1": 412.466, - "r_x2": 244.812, - "r_y2": 422.347, - "r_x3": 217.92, - "r_y3": 422.347, + "r_x0": 477.72, + "r_y0": 349.226, + "r_x1": 489.594, + "r_y1": 349.226, + "r_x2": 489.594, + "r_y2": 359.516, + "r_x3": 477.72, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "CCIP", - "orig": "CCIP", + "text": "GLYPH<12>;GLYPH<9>", + "orig": "GLYPH<12>;GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 68, @@ -58345,24 +60426,25 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 399.866, - "r_x1": 97.749, - "r_y1": 399.866, - "r_x2": 97.749, - "r_y2": 409.747, - "r_x3": 72.0, - "r_y3": 409.747, + "r_x0": 491.16, + "r_y0": 349.226, + "r_x1": 507.354, + "r_y1": 349.226, + "r_x2": 507.354, + "r_y2": 359.516, + "r_x3": 491.16, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Rate:", - "orig": "Rate:", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 69, @@ -58373,24 +60455,25 @@ "a": 255 }, "rect": { - "r_x0": 102.96, - "r_y0": 399.866, - "r_x1": 166.549, - "r_y1": 399.866, - "r_x2": 166.549, - "r_y2": 409.747, - "r_x3": 102.96, - "r_y3": 409.747, + "r_x0": 508.92, + "r_y0": 349.226, + "r_x1": 542.754, + "r_y1": 349.226, + "r_x2": 542.754, + "r_y2": 359.516, + "r_x3": 508.92, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "$20.00/$1,000", - "orig": "$20.00/$1,000", + "text": "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 70, @@ -58401,24 +60484,25 @@ "a": 255 }, "rect": { - "r_x0": 171.6, - "r_y0": 399.866, - "r_x1": 180.789, - "r_y1": 399.866, - "r_x2": 180.789, - "r_y2": 409.747, - "r_x3": 171.6, - "r_y3": 409.747, + "r_x0": 72.0, + "r_y0": 336.626, + "r_x1": 105.475, + "r_y1": 336.626, + "r_x2": 105.475, + "r_y2": 346.916, + "r_x3": 72.0, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", + "orig": "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 71, @@ -58429,24 +60513,25 @@ "a": 255 }, "rect": { - "r_x0": 186.0, - "r_y0": 399.866, - "r_x1": 207.423, - "r_y1": 399.866, - "r_x2": 207.423, - "r_y2": 409.747, - "r_x3": 186.0, - "r_y3": 409.747, + "r_x0": 108.24, + "r_y0": 336.626, + "r_x1": 162.355, + "r_y1": 336.626, + "r_x2": 162.355, + "r_y2": 346.916, + "r_x3": 108.24, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "total", - "orig": "total", + "text": "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 72, @@ -58457,24 +60542,25 @@ "a": 255 }, "rect": { - "r_x0": 212.52, - "r_y0": 399.866, - "r_x1": 251.709, - "r_y1": 399.866, - "r_x2": 251.709, - "r_y2": 409.747, - "r_x3": 212.52, - "r_y3": 409.747, + "r_x0": 165.235, + "r_y0": 336.626, + "r_x1": 189.475, + "r_y1": 336.626, + "r_x2": 189.475, + "r_y2": 346.916, + "r_x3": 165.235, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "contract", - "orig": "contract", + "text": "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 73, @@ -58485,24 +60571,25 @@ "a": 255 }, "rect": { - "r_x0": 256.8, - "r_y0": 399.866, - "r_x1": 281.852, - "r_y1": 399.866, - "r_x2": 281.852, - "r_y2": 409.747, - "r_x3": 256.8, - "r_y3": 409.747, + "r_x0": 192.24, + "r_y0": 336.626, + "r_x1": 208.555, + "r_y1": 336.626, + "r_x2": 208.555, + "r_y2": 346.916, + "r_x3": 192.24, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "value", - "orig": "value", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 74, @@ -58513,24 +60600,25 @@ "a": 255 }, "rect": { - "r_x0": 287.04, - "r_y0": 399.866, - "r_x1": 312.955, - "r_y1": 399.866, - "r_x2": 312.955, - "r_y2": 409.747, - "r_x3": 287.04, - "r_y3": 409.747, + "r_x0": 211.44, + "r_y0": 336.626, + "r_x1": 227.635, + "r_y1": 336.626, + "r_x2": 227.635, + "r_y2": 346.916, + "r_x3": 211.44, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "(CV).", - "orig": "(CV).", + "text": "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 75, @@ -58541,20 +60629,21 @@ "a": 255 }, "rect": { - "r_x0": 318.12, - "r_y0": 399.866, - "r_x1": 332.829, - "r_y1": 399.866, - "r_x2": 332.829, - "r_y2": 410.156, - "r_x3": 318.12, - "r_y3": 410.156, + "r_x0": 230.52, + "r_y0": 336.626, + "r_x1": 251.035, + "r_y1": 336.626, + "r_x2": 251.035, + "r_y2": 346.916, + "r_x3": 230.52, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "Per", - "orig": "Per", + "text": "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58569,20 +60658,21 @@ "a": 255 }, "rect": { - "r_x0": 338.04, - "r_y0": 399.866, - "r_x1": 351.452, - "r_y1": 399.866, - "r_x2": 351.452, - "r_y2": 410.156, - "r_x3": 338.04, - "r_y3": 410.156, + "r_x0": 253.92, + "r_y0": 336.626, + "r_x1": 265.795, + "r_y1": 336.626, + "r_x2": 265.795, + "r_y2": 346.916, + "r_x3": 253.92, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "GLYPH<12>;GLYPH<9>", + "orig": "GLYPH<12>;GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58597,20 +60687,21 @@ "a": 255 }, "rect": { - "r_x0": 356.64, - "r_y0": 399.866, - "r_x1": 394.55, - "r_y1": 399.866, - "r_x2": 394.55, - "r_y2": 410.156, - "r_x3": 356.64, - "r_y3": 410.156, + "r_x0": 268.68, + "r_y0": 336.626, + "r_x1": 284.875, + "r_y1": 336.626, + "r_x2": 284.875, + "r_y2": 346.916, + "r_x3": 268.68, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "assumed", - "orig": "assumed", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58625,20 +60716,21 @@ "a": 255 }, "rect": { - "r_x0": 399.72, - "r_y0": 399.866, - "r_x1": 454.669, - "r_y1": 399.866, - "r_x2": 454.669, - "r_y2": 410.156, - "r_x3": 399.72, - "r_y3": 410.156, + "r_x0": 287.754, + "r_y0": 336.626, + "r_x1": 321.114, + "r_y1": 336.626, + "r_x2": 321.114, + "r_y2": 346.916, + "r_x3": 287.754, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "$60,000,000", - "orig": "$60,000,000", + "text": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58653,20 +60745,21 @@ "a": 255 }, "rect": { - "r_x0": 457.44, - "r_y0": 399.866, - "r_x1": 475.435, - "r_y1": 399.866, - "r_x2": 475.435, - "r_y2": 410.156, - "r_x3": 457.44, - "r_y3": 410.156, + "r_x0": 324.0, + "r_y0": 336.626, + "r_x1": 360.954, + "r_y1": 336.626, + "r_x2": 360.954, + "r_y2": 346.916, + "r_x3": 324.0, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "CV,", - "orig": "CV,", + "text": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + "orig": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58681,20 +60774,21 @@ "a": 255 }, "rect": { - "r_x0": 480.6, - "r_y0": 399.866, - "r_x1": 500.829, - "r_y1": 399.866, - "r_x2": 500.829, - "r_y2": 410.156, - "r_x3": 480.6, - "r_y3": 410.156, + "r_x0": 363.84, + "r_y0": 336.626, + "r_x1": 408.834, + "r_y1": 336.626, + "r_x2": 408.834, + "r_y2": 346.916, + "r_x3": 363.84, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "your", - "orig": "your", + "text": "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", + "orig": "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58709,20 +60803,21 @@ "a": 255 }, "rect": { - "r_x0": 505.92, - "r_y0": 399.866, - "r_x1": 540.109, - "r_y1": 399.866, - "r_x2": 540.109, - "r_y2": 410.156, - "r_x3": 505.92, - "r_y3": 410.156, + "r_x0": 411.72, + "r_y0": 336.626, + "r_x1": 441.954, + "r_y1": 336.626, + "r_x2": 441.954, + "r_y2": 346.916, + "r_x3": 411.72, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "liability", - "orig": "liability", + "text": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58737,20 +60832,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 387.266, - "r_x1": 108.692, - "r_y1": 387.266, - "r_x2": 108.692, - "r_y2": 397.556, - "r_x3": 72.0, - "r_y3": 397.556, + "r_x0": 444.834, + "r_y0": 336.626, + "r_x1": 458.034, + "r_y1": 336.626, + "r_x2": 458.034, + "r_y2": 346.916, + "r_x3": 444.834, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "estimate", - "orig": "estimate", + "text": ":GLYPH<8>GLYPH<9>", + "orig": ":GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58765,20 +60861,21 @@ "a": 255 }, "rect": { - "r_x0": 111.48, - "r_y0": 387.266, - "r_x1": 118.886, - "r_y1": 387.266, - "r_x2": 118.886, - "r_y2": 397.556, - "r_x3": 111.48, - "r_y3": 397.556, + "r_x0": 460.919, + "r_y0": 336.626, + "r_x1": 479.634, + "r_y1": 336.626, + "r_x2": 479.634, + "r_y2": 346.916, + "r_x3": 460.919, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "is", - "orig": "is", + "text": "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58793,24 +60890,25 @@ "a": 255 }, "rect": { - "r_x0": 121.56, - "r_y0": 387.266, - "r_x1": 173.875, - "r_y1": 387.266, - "r_x2": 173.875, - "r_y2": 397.147, - "r_x3": 121.56, - "r_y3": 397.147, + "r_x0": 482.399, + "r_y0": 336.626, + "r_x1": 501.714, + "r_y1": 336.626, + "r_x2": 501.714, + "r_y2": 346.916, + "r_x3": 482.399, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "$1,200,000.", - "orig": "$1,200,000.", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { "index": 85, @@ -58821,20 +60919,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 361.946, - "r_x1": 91.646, - "r_y1": 361.946, - "r_x2": 91.646, - "r_y2": 372.236, - "r_x3": 72.0, - "r_y3": 372.236, + "r_x0": 504.599, + "r_y0": 336.626, + "r_x1": 523.914, + "r_y1": 336.626, + "r_x2": 523.914, + "r_y2": 346.916, + "r_x3": 504.599, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "This", - "orig": "This", + "text": ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", + "orig": ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58849,20 +60948,21 @@ "a": 255 }, "rect": { - "r_x0": 99.48, - "r_y0": 361.946, - "r_x1": 116.012, - "r_y1": 361.946, - "r_x2": 116.012, - "r_y2": 372.236, - "r_x3": 99.48, - "r_y3": 372.236, + "r_x0": 526.679, + "r_y0": 336.626, + "r_x1": 542.754, + "r_y1": 336.626, + "r_x2": 542.754, + "r_y2": 346.916, + "r_x3": 526.679, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "rate", - "orig": "rate", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58877,20 +60977,21 @@ "a": 255 }, "rect": { - "r_x0": 123.72, - "r_y0": 361.946, - "r_x1": 152.486, - "r_y1": 361.946, - "r_x2": 152.486, - "r_y2": 372.236, - "r_x3": 123.72, - "r_y3": 372.236, + "r_x0": 72.0, + "r_y0": 323.906, + "r_x1": 514.074, + "r_y1": 323.906, + "r_x2": 514.074, + "r_y2": 334.196, + "r_x3": 72.0, + "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "covers", - "orig": "covers", + "text": "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58905,20 +61006,21 @@ "a": 255 }, "rect": { - "r_x0": 160.32, - "r_y0": 361.946, - "r_x1": 184.789, - "r_y1": 361.946, - "r_x2": 184.789, - "r_y2": 372.236, - "r_x3": 160.32, - "r_y3": 372.236, + "r_x0": 72.0, + "r_y0": 311.306, + "r_x1": 74.755, + "r_y1": 311.306, + "r_x2": 74.755, + "r_y2": 321.596, + "r_x3": 72.0, + "r_y3": 321.596, "coord_origin": "BOTTOMLEFT" }, - "text": "Clark", - "orig": "Clark", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58933,20 +61035,21 @@ "a": 255 }, "rect": { - "r_x0": 192.48, - "r_y0": 361.946, - "r_x1": 208.429, - "r_y1": 361.946, - "r_x2": 208.429, - "r_y2": 372.236, - "r_x3": 192.48, - "r_y3": 372.236, + "r_x0": 72.0, + "r_y0": 298.706, + "r_x1": 74.755, + "r_y1": 298.706, + "r_x2": 74.755, + "r_y2": 308.996, + "r_x3": 72.0, + "r_y3": 308.996, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -58961,24 +61064,25 @@ "a": 255 }, "rect": { - "r_x0": 216.24, - "r_y0": 361.946, - "r_x1": 227.223, - "r_y1": 361.946, - "r_x2": 227.223, - "r_y2": 372.236, - "r_x3": 216.24, - "r_y3": 372.236, + "r_x0": 72.0, + "r_y0": 285.986, + "r_x1": 122.526, + "r_y1": 285.986, + "r_x2": 122.526, + "r_y2": 295.867, + "r_x3": 72.0, + "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "all", - "orig": "all", + "text": "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", + "orig": "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 91, @@ -58989,20 +61093,21 @@ "a": 255 }, "rect": { - "r_x0": 235.08, - "r_y0": 361.946, - "r_x1": 268.052, - "r_y1": 361.946, - "r_x2": 268.052, - "r_y2": 372.236, - "r_x3": 235.08, - "r_y3": 372.236, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eligible", - "orig": "eligible", - "text_direction": "left_to_right", - "confidence": 1.0, + "r_x0": 122.4, + "r_y0": 285.986, + "r_x1": 125.155, + "r_y1": 285.986, + "r_x2": 125.155, + "r_y2": 296.276, + "r_x3": 122.4, + "r_y3": 296.276, + "coord_origin": "BOTTOMLEFT" + }, + "text": "GLYPH<9>", + "orig": "GLYPH<9>", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59017,20 +61122,21 @@ "a": 255 }, "rect": { - "r_x0": 275.88, - "r_y0": 361.946, - "r_x1": 340.046, - "r_y1": 361.946, - "r_x2": 340.046, - "r_y2": 372.236, - "r_x3": 275.88, - "r_y3": 372.236, + "r_x0": 72.0, + "r_y0": 273.386, + "r_x1": 125.275, + "r_y1": 273.386, + "r_x2": 125.275, + "r_y2": 283.676, + "r_x3": 72.0, + "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "subcontractors", - "orig": "subcontractors", + "text": "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", + "orig": "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59045,24 +61151,25 @@ "a": 255 }, "rect": { - "r_x0": 347.88, - "r_y0": 361.946, - "r_x1": 374.749, - "r_y1": 361.946, - "r_x2": 374.749, - "r_y2": 372.236, - "r_x3": 347.88, - "r_y3": 372.236, + "r_x0": 125.28, + "r_y0": 273.386, + "r_x1": 186.109, + "r_y1": 273.386, + "r_x2": 186.109, + "r_y2": 283.267, + "r_x3": 125.28, + "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "which", - "orig": "which", + "text": "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", + "orig": "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 94, @@ -59073,20 +61180,21 @@ "a": 255 }, "rect": { - "r_x0": 382.56, - "r_y0": 361.946, - "r_x1": 410.029, - "r_y1": 361.946, - "r_x2": 410.029, - "r_y2": 372.236, - "r_x3": 382.56, - "r_y3": 372.236, + "r_x0": 186.12, + "r_y0": 273.386, + "r_x1": 188.875, + "r_y1": 273.386, + "r_x2": 188.875, + "r_y2": 283.676, + "r_x3": 186.12, + "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "would", - "orig": "would", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59101,20 +61209,21 @@ "a": 255 }, "rect": { - "r_x0": 417.834, - "r_y0": 361.946, - "r_x1": 428.252, - "r_y1": 361.946, - "r_x2": 428.252, - "r_y2": 372.236, - "r_x3": 417.834, - "r_y3": 372.236, + "r_x0": 188.76, + "r_y0": 273.386, + "r_x1": 392.635, + "r_y1": 273.386, + "r_x2": 392.635, + "r_y2": 283.676, + "r_x3": 188.76, + "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "be", - "orig": "be", + "text": "GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59129,24 +61238,25 @@ "a": 255 }, "rect": { - "r_x0": 435.96, - "r_y0": 361.946, - "r_x1": 450.669, - "r_y1": 361.946, - "r_x2": 450.669, - "r_y2": 372.236, - "r_x3": 435.96, - "r_y3": 372.236, + "r_x0": 392.64, + "r_y0": 273.386, + "r_x1": 466.115, + "r_y1": 273.386, + "r_x2": 466.115, + "r_y2": 283.267, + "r_x3": 392.64, + "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "our", - "orig": "our", + "text": "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", + "orig": "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 97, @@ -59157,20 +61267,21 @@ "a": 255 }, "rect": { - "r_x0": 458.514, - "r_y0": 361.946, - "r_x1": 498.829, - "r_y1": 361.946, - "r_x2": 498.829, - "r_y2": 372.236, - "r_x3": 458.514, - "r_y3": 372.236, + "r_x0": 466.2, + "r_y0": 273.386, + "r_x1": 471.715, + "r_y1": 273.386, + "r_x2": 471.715, + "r_y2": 283.676, + "r_x3": 466.2, + "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "preferred", - "orig": "preferred", + "text": "GLYPH<27>GLYPH<9>", + "orig": "GLYPH<27>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59185,20 +61296,21 @@ "a": 255 }, "rect": { - "r_x0": 501.6, - "r_y0": 361.946, - "r_x1": 540.092, - "r_y1": 361.946, - "r_x2": 540.092, - "r_y2": 372.236, - "r_x3": 501.6, - "r_y3": 372.236, + "r_x0": 471.6, + "r_y0": 273.386, + "r_x1": 542.755, + "r_y1": 273.386, + "r_x2": 542.755, + "r_y2": 283.676, + "r_x3": 471.6, + "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "structure", - "orig": "structure", + "text": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59214,19 +61326,20 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 349.226, - "r_x1": 84.909, - "r_y1": 349.226, - "r_x2": 84.909, - "r_y2": 359.516, + "r_y0": 260.666, + "r_x1": 121.554, + "r_y1": 260.666, + "r_x2": 121.554, + "r_y2": 270.956, "r_x3": 72.0, - "r_y3": 359.516, + "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "for", - "orig": "for", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59241,24 +61354,25 @@ "a": 255 }, "rect": { - "r_x0": 87.6, - "r_y0": 349.226, - "r_x1": 123.709, - "r_y1": 349.226, - "r_x2": 123.709, - "r_y2": 359.516, - "r_x3": 87.6, - "r_y3": 359.516, + "r_x0": 121.56, + "r_y0": 260.666, + "r_x1": 162.829, + "r_y1": 260.666, + "r_x2": 162.829, + "r_y2": 270.547, + "r_x3": 121.56, + "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "insuring", - "orig": "insuring", + "text": "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", + "orig": "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 101, @@ -59269,20 +61383,21 @@ "a": 255 }, "rect": { - "r_x0": 126.48, - "r_y0": 349.226, - "r_x1": 142.406, - "r_y1": 349.226, - "r_x2": 142.406, - "r_y2": 359.516, - "r_x3": 126.48, - "r_y3": 359.516, + "r_x0": 162.84, + "r_y0": 260.666, + "r_x1": 168.234, + "r_y1": 260.666, + "r_x2": 168.234, + "r_y2": 270.956, + "r_x3": 162.84, + "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "this", - "orig": "this", + "text": "=GLYPH<9>", + "orig": "=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59297,20 +61412,21 @@ "a": 255 }, "rect": { - "r_x0": 146.635, - "r_y0": 349.226, - "r_x1": 179.995, - "r_y1": 349.226, - "r_x2": 179.995, - "r_y2": 359.516, - "r_x3": 146.635, - "r_y3": 359.516, + "r_x0": 72.0, + "r_y0": 248.066, + "r_x1": 74.754, + "r_y1": 248.066, + "r_x2": 74.754, + "r_y2": 258.356, + "r_x3": 72.0, + "r_y3": 258.356, "coord_origin": "BOTTOMLEFT" }, - "text": "project.", - "orig": "project.", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59325,20 +61441,21 @@ "a": 255 }, "rect": { - "r_x0": 184.2, - "r_y0": 349.226, - "r_x1": 203.726, - "r_y1": 349.226, - "r_x2": 203.726, - "r_y2": 359.516, - "r_x3": 184.2, - "r_y3": 359.516, + "r_x0": 72.0, + "r_y0": 235.466, + "r_x1": 93.714, + "r_y1": 235.466, + "r_x2": 93.714, + "r_y2": 245.756, + "r_x3": 72.0, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "This", - "orig": "This", + "text": "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9>", + "orig": "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59353,20 +61470,21 @@ "a": 255 }, "rect": { - "r_x0": 207.96, - "r_y0": 349.226, - "r_x1": 244.652, - "r_y1": 349.226, - "r_x2": 244.652, - "r_y2": 359.516, - "r_x3": 207.96, - "r_y3": 359.516, + "r_x0": 93.36, + "r_y0": 235.466, + "r_x1": 127.314, + "r_y1": 235.466, + "r_x2": 127.314, + "r_y2": 245.756, + "r_x3": 93.36, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "estimate", - "orig": "estimate", + "text": "GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59381,20 +61499,21 @@ "a": 255 }, "rect": { - "r_x0": 247.44, - "r_y0": 349.226, - "r_x1": 264.566, - "r_y1": 349.226, - "r_x2": 264.566, - "r_y2": 359.516, - "r_x3": 247.44, - "r_y3": 359.516, + "r_x0": 126.96, + "r_y0": 235.466, + "r_x1": 138.234, + "r_y1": 235.466, + "r_x2": 138.234, + "r_y2": 245.756, + "r_x3": 126.96, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "was", - "orig": "was", + "text": "!GLYPH<2>GLYPH<9>", + "orig": "!GLYPH<2>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59409,20 +61528,21 @@ "a": 255 }, "rect": { - "r_x0": 268.8, - "r_y0": 349.226, - "r_x1": 313.909, - "r_y1": 349.226, - "r_x2": 313.909, - "r_y2": 359.516, - "r_x3": 268.8, - "r_y3": 359.516, + "r_x0": 137.88, + "r_y0": 235.466, + "r_x1": 180.114, + "r_y1": 235.466, + "r_x2": 180.114, + "r_y2": 245.756, + "r_x3": 137.88, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "developed", - "orig": "developed", + "text": "GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9>", + "orig": "GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59437,20 +61557,21 @@ "a": 255 }, "rect": { - "r_x0": 318.24, - "r_y0": 349.226, - "r_x1": 339.653, - "r_y1": 349.226, - "r_x2": 339.653, - "r_y2": 359.516, - "r_x3": 318.24, - "r_y3": 359.516, + "r_x0": 179.76, + "r_y0": 235.466, + "r_x1": 242.034, + "r_y1": 235.466, + "r_x2": 242.034, + "r_y2": 245.756, + "r_x3": 179.76, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "from", - "orig": "from", + "text": "-3GLYPH<27>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>", + "orig": "-3GLYPH<27>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59465,20 +61586,21 @@ "a": 255 }, "rect": { - "r_x0": 343.915, - "r_y0": 349.226, - "r_x1": 375.109, - "r_y1": 349.226, - "r_x2": 375.109, - "r_y2": 359.516, - "r_x3": 343.915, - "r_y3": 359.516, + "r_x0": 241.554, + "r_y0": 235.466, + "r_x1": 275.274, + "r_y1": 235.466, + "r_x2": 275.274, + "r_y2": 245.756, + "r_x3": 241.554, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "pricing", - "orig": "pricing", + "text": "(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9>", + "orig": "(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59493,20 +61615,21 @@ "a": 255 }, "rect": { - "r_x0": 379.32, - "r_y0": 349.226, - "r_x1": 427.646, - "r_y1": 349.226, - "r_x2": 427.646, - "r_y2": 359.516, - "r_x3": 379.32, - "r_y3": 359.516, + "r_x0": 274.8, + "r_y0": 235.466, + "r_x1": 286.794, + "r_y1": 235.466, + "r_x2": 286.794, + "r_y2": 245.756, + "r_x3": 274.8, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "indications", - "orig": "indications", + "text": "GLYPH<12>GLYPH<5>GLYPH<9>", + "orig": "GLYPH<12>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59521,20 +61644,21 @@ "a": 255 }, "rect": { - "r_x0": 431.88, - "r_y0": 349.226, - "r_x1": 473.492, - "r_y1": 349.226, - "r_x2": 473.492, - "r_y2": 359.516, - "r_x3": 431.88, - "r_y3": 359.516, + "r_x0": 286.439, + "r_y0": 235.466, + "r_x1": 325.195, + "r_y1": 235.466, + "r_x2": 325.195, + "r_y2": 245.756, + "r_x3": 286.439, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "reflective", - "orig": "reflective", + "text": "GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9>", + "orig": "GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59549,20 +61673,21 @@ "a": 255 }, "rect": { - "r_x0": 477.72, - "r_y0": 349.226, - "r_x1": 486.909, - "r_y1": 349.226, - "r_x2": 486.909, - "r_y2": 359.516, - "r_x3": 477.72, - "r_y3": 359.516, + "r_x0": 324.72, + "r_y0": 235.466, + "r_x1": 346.555, + "r_y1": 235.466, + "r_x2": 346.555, + "r_y2": 245.756, + "r_x3": 324.72, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": "GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59577,20 +61702,21 @@ "a": 255 }, "rect": { - "r_x0": 491.16, - "r_y0": 349.226, - "r_x1": 504.572, - "r_y1": 349.226, - "r_x2": 504.572, - "r_y2": 359.516, - "r_x3": 491.16, - "r_y3": 359.516, + "r_x0": 346.08, + "r_y0": 235.466, + "r_x1": 403.315, + "r_y1": 235.466, + "r_x2": 403.315, + "r_y2": 245.756, + "r_x3": 346.08, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59605,20 +61731,21 @@ "a": 255 }, "rect": { - "r_x0": 508.92, - "r_y0": 349.226, - "r_x1": 540.063, - "r_y1": 349.226, - "r_x2": 540.063, - "r_y2": 359.516, - "r_x3": 508.92, - "r_y3": 359.516, + "r_x0": 402.955, + "r_y0": 235.466, + "r_x1": 444.715, + "r_y1": 235.466, + "r_x2": 444.715, + "r_y2": 245.756, + "r_x3": 402.955, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "current", - "orig": "current", + "text": "(GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59633,20 +61760,21 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 336.626, - "r_x1": 102.663, - "r_y1": 336.626, - "r_x2": 102.663, - "r_y2": 346.916, - "r_x3": 72.0, - "r_y3": 346.916, + "r_x0": 444.36, + "r_y0": 235.466, + "r_x1": 473.395, + "r_y1": 235.466, + "r_x2": 473.395, + "r_y2": 245.756, + "r_x3": 444.36, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "market", - "orig": "market", + "text": "GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59661,20 +61789,21 @@ "a": 255 }, "rect": { - "r_x0": 108.24, - "r_y0": 336.626, - "r_x1": 156.955, - "r_y1": 336.626, - "r_x2": 156.955, - "r_y2": 346.916, - "r_x3": 108.24, - "r_y3": 346.916, + "r_x0": 472.92, + "r_y0": 235.466, + "r_x1": 494.755, + "r_y1": 235.466, + "r_x2": 494.755, + "r_y2": 245.756, + "r_x3": 472.92, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "conditions.", - "orig": "conditions.", + "text": "*GLYPH<6>GLYPH<29>GLYPH<9>", + "orig": "*GLYPH<6>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59689,20 +61818,21 @@ "a": 255 }, "rect": { - "r_x0": 165.235, - "r_y0": 336.626, - "r_x1": 186.692, - "r_y1": 336.626, - "r_x2": 186.692, - "r_y2": 346.916, - "r_x3": 165.235, - "r_y3": 346.916, + "r_x0": 494.28, + "r_y0": 235.466, + "r_x1": 527.035, + "r_y1": 235.466, + "r_x2": 527.035, + "r_y2": 245.756, + "r_x3": 494.28, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "Note", - "orig": "Note", + "text": "!*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>", + "orig": "!*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59717,20 +61847,21 @@ "a": 255 }, "rect": { - "r_x0": 192.24, - "r_y0": 336.626, - "r_x1": 205.772, - "r_y1": 336.626, - "r_x2": 205.772, - "r_y2": 346.916, - "r_x3": 192.24, - "r_y3": 346.916, + "r_x0": 526.56, + "r_y0": 235.466, + "r_x1": 542.754, + "r_y1": 235.466, + "r_x2": 542.754, + "r_y2": 245.756, + "r_x3": 526.56, + "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59745,20 +61876,21 @@ "a": 255 }, "rect": { - "r_x0": 211.44, - "r_y0": 336.626, - "r_x1": 224.823, - "r_y1": 336.626, - "r_x2": 224.823, - "r_y2": 346.916, - "r_x3": 211.44, - "r_y3": 346.916, + "r_x0": 72.0, + "r_y0": 222.746, + "r_x1": 94.074, + "r_y1": 222.746, + "r_x2": 94.074, + "r_y2": 233.036, + "r_x3": 72.0, + "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "net", - "orig": "net", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59773,20 +61905,21 @@ "a": 255 }, "rect": { - "r_x0": 230.52, - "r_y0": 336.626, - "r_x1": 248.223, - "r_y1": 336.626, - "r_x2": 248.223, - "r_y2": 346.916, - "r_x3": 230.52, - "r_y3": 346.916, + "r_x0": 93.84, + "r_y0": 222.746, + "r_x1": 116.514, + "r_y1": 222.746, + "r_x2": 116.514, + "r_y2": 233.036, + "r_x3": 93.84, + "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "cost", - "orig": "cost", + "text": "GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59801,20 +61934,21 @@ "a": 255 }, "rect": { - "r_x0": 253.92, - "r_y0": 336.626, - "r_x1": 262.989, - "r_y1": 336.626, - "r_x2": 262.989, - "r_y2": 346.916, - "r_x3": 253.92, - "r_y3": 346.916, + "r_x0": 116.274, + "r_y0": 222.746, + "r_x1": 141.114, + "r_y1": 222.746, + "r_x2": 141.114, + "r_y2": 233.036, + "r_x3": 116.274, + "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": ":GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", + "orig": ":GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59829,20 +61963,21 @@ "a": 255 }, "rect": { - "r_x0": 268.68, - "r_y0": 336.626, - "r_x1": 282.092, - "r_y1": 336.626, - "r_x2": 282.092, - "r_y2": 346.916, - "r_x3": 268.68, - "r_y3": 346.916, + "r_x0": 140.874, + "r_y0": 222.746, + "r_x1": 542.754, + "r_y1": 222.746, + "r_x2": 542.754, + "r_y2": 233.036, + "r_x3": 140.874, + "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "(GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9>GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>:GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>;!GLYPH<2>GLYPH<6>.GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9>GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>:GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>;!GLYPH<2>GLYPH<6>.GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59857,20 +61992,21 @@ "a": 255 }, "rect": { - "r_x0": 287.754, - "r_y0": 336.626, - "r_x1": 318.303, - "r_y1": 336.626, - "r_x2": 318.303, - "r_y2": 346.916, - "r_x3": 287.754, - "r_y3": 346.916, - "coord_origin": "BOTTOMLEFT" - }, - "text": "project", - "orig": "project", - "text_direction": "left_to_right", - "confidence": 1.0, + "r_x0": 72.0, + "r_y0": 210.146, + "r_x1": 92.754, + "r_y1": 210.146, + "r_x2": 92.754, + "r_y2": 220.436, + "r_x3": 72.0, + "r_y3": 220.436, + "coord_origin": "BOTTOMLEFT" + }, + "text": "-3=GLYPH<9>", + "orig": "-3=GLYPH<9>", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59885,24 +62021,25 @@ "a": 255 }, "rect": { - "r_x0": 324.0, - "r_y0": 336.626, - "r_x1": 358.189, - "r_y1": 336.626, - "r_x2": 358.189, - "r_y2": 346.916, - "r_x3": 324.0, - "r_y3": 346.916, + "r_x0": 72.0, + "r_y0": 197.426, + "r_x1": 74.755, + "r_y1": 197.426, + "r_x2": 74.755, + "r_y2": 207.307, + "r_x3": 72.0, + "r_y3": 207.307, "coord_origin": "BOTTOMLEFT" }, - "text": "liability", - "orig": "liability", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 124, @@ -59913,24 +62050,25 @@ "a": 255 }, "rect": { - "r_x0": 363.84, - "r_y0": 336.626, - "r_x1": 406.052, - "r_y1": 336.626, - "r_x2": 406.052, - "r_y2": 346.916, - "r_x3": 363.84, - "r_y3": 346.916, + "r_x0": 72.0, + "r_y0": 184.826, + "r_x1": 74.755, + "r_y1": 184.826, + "r_x2": 74.755, + "r_y2": 194.707, + "r_x3": 72.0, + "r_y3": 194.707, "coord_origin": "BOTTOMLEFT" }, - "text": "insurance", - "orig": "insurance", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 125, @@ -59941,24 +62079,25 @@ "a": 255 }, "rect": { - "r_x0": 411.72, - "r_y0": 336.626, - "r_x1": 439.189, - "r_y1": 336.626, - "r_x2": 439.189, - "r_y2": 346.916, - "r_x3": 411.72, - "r_y3": 346.916, + "r_x0": 72.0, + "r_y0": 172.226, + "r_x1": 135.966, + "r_y1": 172.226, + "r_x2": 135.966, + "r_y2": 182.107, + "r_x3": 72.0, + "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "would", - "orig": "would", + "text": "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", + "orig": "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { "index": 126, @@ -59969,20 +62108,21 @@ "a": 255 }, "rect": { - "r_x0": 444.834, - "r_y0": 336.626, - "r_x1": 455.252, - "r_y1": 336.626, - "r_x2": 455.252, - "r_y2": 346.916, - "r_x3": 444.834, - "r_y3": 346.916, + "r_x0": 135.96, + "r_y0": 172.226, + "r_x1": 141.835, + "r_y1": 172.226, + "r_x2": 141.835, + "r_y2": 182.516, + "r_x3": 135.96, + "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": "be", - "orig": "be", + "text": "GLYPH<23>GLYPH<9>", + "orig": "GLYPH<23>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -59997,20 +62137,21 @@ "a": 255 }, "rect": { - "r_x0": 460.919, - "r_y0": 336.626, - "r_x1": 476.846, - "r_y1": 336.626, - "r_x2": 476.846, - "r_y2": 346.916, - "r_x3": 460.919, - "r_y3": 346.916, + "r_x0": 141.72, + "r_y0": 172.226, + "r_x1": 144.475, + "r_y1": 172.226, + "r_x2": 144.475, + "r_y2": 182.516, + "r_x3": 141.72, + "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": "this", - "orig": "this", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", @@ -60025,24 +62166,25 @@ "a": 255 }, "rect": { - "r_x0": 482.399, - "r_y0": 336.626, - "r_x1": 498.932, - "r_y1": 336.626, - "r_x2": 498.932, - "r_y2": 346.916, - "r_x3": 482.399, - "r_y3": 346.916, + "r_x0": 71.995, + "r_y0": 159.506, + "r_x1": 528.354, + "r_y1": 159.506, + "r_x2": 528.354, + "r_y2": 169.542, + "r_x3": 71.995, + "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "rate", - "orig": "rate", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 129, @@ -60053,24 +62195,25 @@ "a": 255 }, "rect": { - "r_x0": 504.599, - "r_y0": 336.626, - "r_x1": 521.126, - "r_y1": 336.626, - "r_x2": 521.126, - "r_y2": 346.916, - "r_x3": 504.599, - "r_y3": 346.916, + "r_x0": 72.001, + "r_y0": 146.906, + "r_x1": 470.275, + "r_y1": 146.906, + "r_x2": 470.275, + "r_y2": 156.942, + "r_x3": 72.001, + "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "less", - "orig": "less", + "text": "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3>", + "orig": "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 130, @@ -60081,24 +62224,25 @@ "a": 255 }, "rect": { - "r_x0": 526.679, - "r_y0": 336.626, - "r_x1": 540.092, - "r_y1": 336.626, - "r_x2": 540.092, - "r_y2": 346.916, - "r_x3": 526.679, - "r_y3": 346.916, + "r_x0": 484.92, + "r_y0": 146.906, + "r_x1": 533.155, + "r_y1": 146.906, + "r_x2": 533.155, + "r_y2": 156.942, + "r_x3": 484.92, + "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", + "orig": "GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 131, @@ -60109,24 +62253,25 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 323.906, - "r_x1": 145.429, - "r_y1": 323.906, - "r_x2": 145.429, - "r_y2": 334.196, - "r_x3": 72.0, - "r_y3": 334.196, + "r_x0": 72.001, + "r_y0": 134.186, + "r_x1": 541.075, + "r_y1": 134.186, + "r_x2": 541.075, + "r_y2": 144.222, + "r_x3": 72.001, + "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "avoided/credited", - "orig": "avoided/credited", + "text": "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", + "orig": "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 132, @@ -60137,24 +62282,25 @@ "a": 255 }, "rect": { - "r_x0": 148.08, - "r_y0": 323.906, - "r_x1": 208.029, - "r_y1": 323.906, - "r_x2": 208.029, - "r_y2": 334.196, - "r_x3": 148.08, - "r_y3": 334.196, + "r_x0": 72.001, + "r_y0": 121.586, + "r_x1": 517.075, + "r_y1": 121.586, + "r_x2": 517.075, + "r_y2": 131.622, + "r_x3": 72.001, + "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "subcontractor", - "orig": "subcontractor", + "text": "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", + "orig": "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 133, @@ -60165,24 +62311,25 @@ "a": 255 }, "rect": { - "r_x0": 210.72, - "r_y0": 323.906, - "r_x1": 225.372, - "r_y1": 323.906, - "r_x2": 225.372, - "r_y2": 334.196, - "r_x3": 210.72, - "r_y3": 334.196, + "r_x0": 71.995, + "r_y0": 108.986, + "r_x1": 533.635, + "r_y1": 108.986, + "r_x2": 533.635, + "r_y2": 119.022, + "r_x3": 71.995, + "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "GL", - "orig": "GL", + "text": "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", + "orig": "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 134, @@ -60193,24 +62340,25 @@ "a": 255 }, "rect": { - "r_x0": 228.12, - "r_y0": 323.906, - "r_x1": 270.332, - "r_y1": 323.906, - "r_x2": 270.332, - "r_y2": 334.196, - "r_x3": 228.12, - "r_y3": 334.196, + "r_x0": 72.0, + "r_y0": 96.266, + "r_x1": 108.783, + "r_y1": 96.266, + "r_x2": 108.783, + "r_y2": 106.302, + "r_x3": 72.0, + "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "insurance", - "orig": "insurance", + "text": "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", + "orig": "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 135, @@ -60221,24 +62369,25 @@ "a": 255 }, "rect": { - "r_x0": 273.0, - "r_y0": 323.906, - "r_x1": 297.835, - "r_y1": 323.906, - "r_x2": 297.835, - "r_y2": 334.196, - "r_x3": 273.0, - "r_y3": 334.196, + "r_x0": 108.84, + "r_y0": 98.64, + "r_x1": 111.47, + "r_y1": 98.64, + "r_x2": 111.47, + "r_y2": 104.565, + "r_x3": 108.84, + "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": "costs.", - "orig": "costs.", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R18", + "font_name": "/XSDTZW+Arial,Italic" }, { "index": 136, @@ -60249,24 +62398,25 @@ "a": 255 }, "rect": { - "r_x0": 306.12, - "r_y0": 323.906, - "r_x1": 325.646, - "r_y1": 323.906, - "r_x2": 325.646, - "r_y2": 334.196, - "r_x3": 306.12, - "r_y3": 334.196, + "r_x0": 111.36, + "r_y0": 98.64, + "r_x1": 116.63, + "r_y1": 98.64, + "r_x2": 116.63, + "r_y2": 104.565, + "r_x3": 111.36, + "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": "This", - "orig": "This", + "text": "GLYPH<2>GLYPH<2>", + "orig": "GLYPH<2>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R18", + "font_name": "/XSDTZW+Arial,Italic" }, { "index": 137, @@ -60277,24 +62427,25 @@ "a": 255 }, "rect": { - "r_x0": 328.44, - "r_y0": 323.906, - "r_x1": 386.486, - "r_y1": 323.906, - "r_x2": 386.486, - "r_y2": 334.196, - "r_x3": 328.44, - "r_y3": 334.196, + "r_x0": 116.635, + "r_y0": 96.266, + "r_x1": 347.635, + "r_y1": 96.266, + "r_x2": 347.635, + "r_y2": 106.302, + "r_x3": 116.635, + "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "contemplates", - "orig": "contemplates", + "text": "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3>", + "orig": "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { "index": 138, @@ -60305,27 +62456,30 @@ "a": 255 }, "rect": { - "r_x0": 389.16, - "r_y0": 323.906, - "r_x1": 394.052, - "r_y1": 323.906, - "r_x2": 394.052, - "r_y2": 334.196, - "r_x3": 389.16, - "r_y3": 334.196, + "r_x0": 354.96, + "r_y0": 96.266, + "r_x1": 530.035, + "r_y1": 96.266, + "r_x2": 530.035, + "r_y2": 106.302, + "r_x3": 354.96, + "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", + "orig": "GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, + "font_key": "/R16", + "font_name": "/GGGJOQ+TimesNewRoman,Italic" + } + ], + "textline_cells": [ { - "index": 139, + "index": 0, "rgba": { "r": 0, "g": 0, @@ -60333,27 +62487,28 @@ "a": 255 }, "rect": { - "r_x0": 396.84, - "r_y0": 323.906, - "r_x1": 421.355, - "r_y1": 323.906, - "r_x2": 421.355, - "r_y2": 334.196, - "r_x3": 396.84, - "r_y3": 334.196, + "r_x0": 174.0, + "r_y0": 714.795, + "r_x1": 176.49, + "r_y1": 714.795, + "r_x2": 176.49, + "r_y2": 724.245, + "r_x3": 174.0, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "$50K", - "orig": "$50K", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 140, + "index": 1, "rgba": { "r": 0, "g": 0, @@ -60361,27 +62516,28 @@ "a": 255 }, "rect": { - "r_x0": 424.074, - "r_y0": 323.906, - "r_x1": 454.503, - "r_y1": 323.906, - "r_x2": 454.503, - "r_y2": 334.196, - "r_x3": 424.074, - "r_y3": 334.196, + "r_x0": 305.999, + "r_y0": 714.795, + "r_x1": 308.49, + "r_y1": 714.795, + "r_x2": 308.49, + "r_y2": 724.245, + "r_x3": 305.999, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "project", - "orig": "project", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 141, + "index": 2, "rgba": { "r": 0, "g": 0, @@ -60389,27 +62545,28 @@ "a": 255 }, "rect": { - "r_x0": 457.32, - "r_y0": 323.906, - "r_x1": 505.914, - "r_y1": 323.906, - "r_x2": 505.914, - "r_y2": 334.196, - "r_x3": 457.32, - "r_y3": 334.196, + "r_x0": 539.999, + "r_y0": 714.795, + "r_x1": 542.489, + "r_y1": 714.795, + "r_x2": 542.489, + "r_y2": 724.245, + "r_x3": 539.999, + "r_y3": 724.245, "coord_origin": "BOTTOMLEFT" }, - "text": "deductible.", - "orig": "deductible.", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 142, + "index": 3, "rgba": { "r": 0, "g": 0, @@ -60418,26 +62575,27 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 285.986, - "r_x1": 94.693, - "r_y1": 285.986, - "r_x2": 94.693, - "r_y2": 295.867, + "r_y0": 36.867, + "r_x1": 74.247, + "r_y1": 36.867, + "r_x2": 74.247, + "r_y2": 45.393, "r_x3": 72.0, - "r_y3": 295.867, + "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "P&P", - "orig": "P&P", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 143, + "index": 4, "rgba": { "r": 0, "g": 0, @@ -60445,27 +62603,28 @@ "a": 255 }, "rect": { - "r_x0": 97.44, - "r_y0": 285.986, - "r_x1": 122.526, - "r_y1": 285.986, - "r_x2": 122.526, - "r_y2": 295.867, - "r_x3": 97.44, - "r_y3": 295.867, + "r_x0": 212.999, + "r_y0": 36.867, + "r_x1": 401.366, + "r_y1": 36.867, + "r_x2": 401.366, + "r_y2": 45.393, + "r_x3": 212.999, + "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "Bond", - "orig": "Bond", + "text": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", + "orig": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 144, + "index": 5, "rgba": { "r": 0, "g": 0, @@ -60473,27 +62632,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 273.386, - "r_x1": 92.886, - "r_y1": 273.386, - "r_x2": 92.886, - "r_y2": 283.676, - "r_x3": 72.0, - "r_y3": 283.676, + "r_x0": 512.998, + "r_y0": 36.867, + "r_x1": 542.246, + "r_y1": 36.867, + "r_x2": 542.246, + "r_y2": 45.393, + "r_x3": 512.998, + "r_y3": 45.393, "coord_origin": "BOTTOMLEFT" }, - "text": "P&P", - "orig": "P&P", + "text": "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", + "orig": "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R8", + "font_name": "/RZVUGV+Calibri" }, { - "index": 145, + "index": 6, "rgba": { "r": 0, "g": 0, @@ -60501,27 +62661,28 @@ "a": 255 }, "rect": { - "r_x0": 95.64, - "r_y0": 273.386, - "r_x1": 122.463, - "r_y1": 273.386, - "r_x2": 122.463, - "r_y2": 283.676, - "r_x3": 95.64, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 674.4, + "r_x1": 516.375, + "r_y1": 674.4, + "r_x2": 516.375, + "r_y2": 696.768, + "r_x3": 72.0, + "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "Bond:", - "orig": "Bond:", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18> GLYPH<18>GLYPH<9> GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9> GLYPH<19>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18> GLYPH<18>GLYPH<9> GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9> GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 146, + "index": 7, "rgba": { "r": 0, "g": 0, @@ -60529,27 +62690,28 @@ "a": 255 }, "rect": { - "r_x0": 128.04, - "r_y0": 273.386, - "r_x1": 186.109, - "r_y1": 273.386, - "r_x2": 186.109, - "r_y2": 283.267, - "r_x3": 128.04, - "r_y3": 283.267, + "r_x0": 514.92, + "r_y0": 674.4, + "r_x1": 544.068, + "r_y1": 674.4, + "r_x2": 544.068, + "r_y2": 696.768, + "r_x3": 514.92, + "r_y3": 696.768, "coord_origin": "BOTTOMLEFT" }, - "text": "$6.76/$1,000", - "orig": "$6.76/$1,000", + "text": "GLYPH<21>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<21>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 147, + "index": 8, "rgba": { "r": 0, "g": 0, @@ -60557,55 +62719,28 @@ "a": 255 }, "rect": { - "r_x0": 188.76, - "r_y0": 273.386, - "r_x1": 197.829, - "r_y1": 273.386, - "r_x2": 197.829, - "r_y2": 283.676, - "r_x3": 188.76, - "r_y3": 283.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 148, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 200.64, - "r_y0": 273.386, - "r_x1": 220.143, - "r_y1": 273.386, - "r_x2": 220.143, - "r_y2": 283.676, - "r_x3": 200.64, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 649.706, + "r_x1": 237.955, + "r_y1": 649.706, + "r_x2": 237.955, + "r_y2": 659.995, + "r_x3": 72.0, + "r_y3": 659.995, "coord_origin": "BOTTOMLEFT" }, - "text": "total", - "orig": "total", + "text": "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2> !GLYPH<8>GLYPH<9>", + "orig": "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2> !GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 149, + "index": 9, "rgba": { "r": 0, "g": 0, @@ -60613,27 +62748,28 @@ "a": 255 }, "rect": { - "r_x0": 222.84, - "r_y0": 273.386, - "r_x1": 258.303, - "r_y1": 273.386, - "r_x2": 258.303, - "r_y2": 283.676, - "r_x3": 222.84, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 625.106, + "r_x1": 175.315, + "r_y1": 625.106, + "r_x2": 175.315, + "r_y2": 635.395, + "r_x3": 72.0, + "r_y3": 635.395, "coord_origin": "BOTTOMLEFT" }, - "text": "contract", - "orig": "contract", + "text": "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", + "orig": "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 150, + "index": 10, "rgba": { "r": 0, "g": 0, @@ -60641,27 +62777,28 @@ "a": 255 }, "rect": { - "r_x0": 261.0, - "r_y0": 273.386, - "r_x1": 284.852, - "r_y1": 273.386, - "r_x2": 284.852, - "r_y2": 283.676, - "r_x3": 261.0, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 600.626, + "r_x1": 254.635, + "r_y1": 600.626, + "r_x2": 254.635, + "r_y2": 610.915, + "r_x3": 72.0, + "r_y3": 610.915, "coord_origin": "BOTTOMLEFT" }, - "text": "value", - "orig": "value", + "text": "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", + "orig": "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 151, + "index": 11, "rgba": { "r": 0, "g": 0, @@ -60669,27 +62806,28 @@ "a": 255 }, "rect": { - "r_x0": 287.52, - "r_y0": 273.386, - "r_x1": 312.955, - "r_y1": 273.386, - "r_x2": 312.955, - "r_y2": 283.676, - "r_x3": 287.52, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 576.026, + "r_x1": 154.195, + "r_y1": 576.026, + "r_x2": 154.195, + "r_y2": 586.315, + "r_x3": 72.0, + "r_y3": 586.315, "coord_origin": "BOTTOMLEFT" }, - "text": "(CV).", - "orig": "(CV).", + "text": "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", + "orig": "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 152, + "index": 12, "rgba": { "r": 0, "g": 0, @@ -60697,27 +62835,28 @@ "a": 255 }, "rect": { - "r_x0": 318.36, - "r_y0": 273.386, - "r_x1": 333.069, - "r_y1": 273.386, - "r_x2": 333.069, - "r_y2": 283.676, - "r_x3": 318.36, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 551.666, + "r_x1": 289.195, + "r_y1": 551.666, + "r_x2": 289.195, + "r_y2": 561.955, + "r_x3": 72.0, + "r_y3": 561.955, "coord_origin": "BOTTOMLEFT" }, - "text": "Per", - "orig": "Per", + "text": "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", + "orig": "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 153, + "index": 13, "rgba": { "r": 0, "g": 0, @@ -60725,27 +62864,28 @@ "a": 255 }, "rect": { - "r_x0": 335.76, - "r_y0": 273.386, - "r_x1": 349.292, - "r_y1": 273.386, - "r_x2": 349.292, - "r_y2": 283.676, - "r_x3": 335.76, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 538.946, + "r_x1": 175.263, + "r_y1": 538.946, + "r_x2": 175.263, + "r_y2": 549.235, + "r_x3": 72.0, + "r_y3": 549.235, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", + "orig": "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 154, + "index": 14, "rgba": { "r": 0, "g": 0, @@ -60753,27 +62893,28 @@ "a": 255 }, "rect": { - "r_x0": 351.96, - "r_y0": 273.386, - "r_x1": 389.869, - "r_y1": 273.386, - "r_x2": 389.869, - "r_y2": 283.676, - "r_x3": 351.96, - "r_y3": 283.676, + "r_x0": 175.2, + "r_y0": 538.946, + "r_x1": 177.955, + "r_y1": 538.946, + "r_x2": 177.955, + "r_y2": 548.827, + "r_x3": 175.2, + "r_y3": 548.827, "coord_origin": "BOTTOMLEFT" }, - "text": "assumed", - "orig": "assumed", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 155, + "index": 15, "rgba": { "r": 0, "g": 0, @@ -60781,27 +62922,28 @@ "a": 255 }, "rect": { - "r_x0": 392.64, - "r_y0": 273.386, - "r_x1": 447.469, - "r_y1": 273.386, - "r_x2": 447.469, - "r_y2": 283.267, - "r_x3": 392.64, - "r_y3": 283.267, + "r_x0": 72.0, + "r_y0": 526.346, + "r_x1": 245.755, + "r_y1": 526.346, + "r_x2": 245.755, + "r_y2": 536.635, + "r_x3": 72.0, + "r_y3": 536.635, "coord_origin": "BOTTOMLEFT" }, - "text": "$60,000,000", - "orig": "$60,000,000", + "text": ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", + "orig": ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 156, + "index": 16, "rgba": { "r": 0, "g": 0, @@ -60809,27 +62951,28 @@ "a": 255 }, "rect": { - "r_x0": 450.24, - "r_y0": 273.386, - "r_x1": 466.115, - "r_y1": 273.386, - "r_x2": 466.115, - "r_y2": 283.267, - "r_x3": 450.24, - "r_y3": 283.267, + "r_x0": 72.0, + "r_y0": 513.746, + "r_x1": 228.115, + "r_y1": 513.746, + "r_x2": 228.115, + "r_y2": 524.035, + "r_x3": 72.0, + "r_y3": 524.035, "coord_origin": "BOTTOMLEFT" }, - "text": "CV", - "orig": "CV", + "text": "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", + "orig": "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 157, + "index": 17, "rgba": { "r": 0, "g": 0, @@ -60837,27 +62980,28 @@ "a": 255 }, "rect": { - "r_x0": 466.2, - "r_y0": 273.386, - "r_x1": 468.955, - "r_y1": 273.386, - "r_x2": 468.955, - "r_y2": 283.676, - "r_x3": 466.2, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 501.026, + "r_x1": 181.075, + "r_y1": 501.026, + "r_x2": 181.075, + "r_y2": 511.315, + "r_x3": 72.0, + "r_y3": 511.315, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 158, + "index": 18, "rgba": { "r": 0, "g": 0, @@ -60865,27 +63009,28 @@ "a": 255 }, "rect": { - "r_x0": 471.6, - "r_y0": 273.386, - "r_x1": 491.829, - "r_y1": 273.386, - "r_x2": 491.829, - "r_y2": 283.676, - "r_x3": 471.6, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 488.426, + "r_x1": 208.555, + "r_y1": 488.426, + "r_x2": 208.555, + "r_y2": 498.715, + "r_x3": 72.0, + "r_y3": 498.715, "coord_origin": "BOTTOMLEFT" }, - "text": "your", - "orig": "your", + "text": "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", + "orig": "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 159, + "index": 19, "rgba": { "r": 0, "g": 0, @@ -60893,27 +63038,28 @@ "a": 255 }, "rect": { - "r_x0": 494.52, - "r_y0": 273.386, - "r_x1": 515.406, - "r_y1": 273.386, - "r_x2": 515.406, - "r_y2": 283.676, - "r_x3": 494.52, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 475.706, + "r_x1": 189.595, + "r_y1": 475.706, + "r_x2": 189.595, + "r_y2": 485.995, + "r_x3": 72.0, + "r_y3": 485.995, "coord_origin": "BOTTOMLEFT" }, - "text": "P&P", - "orig": "P&P", + "text": "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", + "orig": "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 160, + "index": 20, "rgba": { "r": 0, "g": 0, @@ -60921,27 +63067,28 @@ "a": 255 }, "rect": { - "r_x0": 518.035, - "r_y0": 273.386, - "r_x1": 540.109, - "r_y1": 273.386, - "r_x2": 540.109, - "r_y2": 283.676, - "r_x3": 518.035, - "r_y3": 283.676, + "r_x0": 72.0, + "r_y0": 463.106, + "r_x1": 157.913, + "r_y1": 463.106, + "r_x2": 157.913, + "r_y2": 473.395, + "r_x3": 72.0, + "r_y3": 473.395, "coord_origin": "BOTTOMLEFT" }, - "text": "bond", - "orig": "bond", + "text": "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", + "orig": "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 161, + "index": 21, "rgba": { "r": 0, "g": 0, @@ -60950,26 +63097,27 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 260.666, - "r_x1": 108.692, - "r_y1": 260.666, - "r_x2": 108.692, - "r_y2": 270.956, + "r_y0": 450.506, + "r_x1": 159.113, + "r_y1": 450.506, + "r_x2": 159.113, + "r_y2": 460.795, "r_x3": 72.0, - "r_y3": 270.956, + "r_y3": 460.795, "coord_origin": "BOTTOMLEFT" }, - "text": "estimate", - "orig": "estimate", + "text": "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", + "orig": "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 162, + "index": 22, "rgba": { "r": 0, "g": 0, @@ -60977,27 +63125,28 @@ "a": 255 }, "rect": { - "r_x0": 111.48, - "r_y0": 260.666, - "r_x1": 118.886, - "r_y1": 260.666, - "r_x2": 118.886, - "r_y2": 270.956, - "r_x3": 111.48, - "r_y3": 270.956, + "r_x0": 72.0, + "r_y0": 437.786, + "r_x1": 74.755, + "r_y1": 437.786, + "r_x2": 74.755, + "r_y2": 448.076, + "r_x3": 72.0, + "r_y3": 448.076, "coord_origin": "BOTTOMLEFT" }, - "text": "is", - "orig": "is", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 163, + "index": 23, "rgba": { "r": 0, "g": 0, @@ -61005,27 +63154,28 @@ "a": 255 }, "rect": { - "r_x0": 121.56, - "r_y0": 260.666, - "r_x1": 162.829, - "r_y1": 260.666, - "r_x2": 162.829, - "r_y2": 270.547, - "r_x3": 121.56, - "r_y3": 270.547, + "r_x0": 72.0, + "r_y0": 425.186, + "r_x1": 74.755, + "r_y1": 425.186, + "r_x2": 74.755, + "r_y2": 435.476, + "r_x3": 72.0, + "r_y3": 435.476, "coord_origin": "BOTTOMLEFT" }, - "text": "$405,600", - "orig": "$405,600", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 164, + "index": 24, "rgba": { "r": 0, "g": 0, @@ -61033,27 +63183,28 @@ "a": 255 }, "rect": { - "r_x0": 162.84, - "r_y0": 260.666, - "r_x1": 165.594, - "r_y1": 260.666, - "r_x2": 165.594, - "r_y2": 270.956, - "r_x3": 162.84, - "r_y3": 270.956, + "r_x0": 72.0, + "r_y0": 412.466, + "r_x1": 247.435, + "r_y1": 412.466, + "r_x2": 247.435, + "r_y2": 422.347, + "r_x3": 72.0, + "r_y3": 422.347, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", + "orig": "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 165, + "index": 25, "rgba": { "r": 0, "g": 0, @@ -61062,26 +63213,27 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 235.466, - "r_x1": 90.949, - "r_y1": 235.466, - "r_x2": 90.949, - "r_y2": 245.756, + "r_y0": 399.866, + "r_x1": 100.555, + "r_y1": 399.866, + "r_x2": 100.555, + "r_y2": 409.747, "r_x3": 72.0, - "r_y3": 245.756, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "Any", - "orig": "Any", + "text": "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", + "orig": "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 166, + "index": 26, "rgba": { "r": 0, "g": 0, @@ -61089,27 +63241,28 @@ "a": 255 }, "rect": { - "r_x0": 93.36, - "r_y0": 235.466, - "r_x1": 124.532, - "r_y1": 235.466, - "r_x2": 124.532, - "r_y2": 245.756, - "r_x3": 93.36, - "r_y3": 245.756, + "r_x0": 102.96, + "r_y0": 399.866, + "r_x1": 169.315, + "r_y1": 399.866, + "r_x2": 169.315, + "r_y2": 409.747, + "r_x3": 102.96, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "change", - "orig": "change", + "text": "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 167, + "index": 27, "rgba": { "r": 0, "g": 0, @@ -61117,27 +63270,28 @@ "a": 255 }, "rect": { - "r_x0": 126.96, - "r_y0": 235.466, - "r_x1": 135.589, - "r_y1": 235.466, - "r_x2": 135.589, - "r_y2": 245.756, - "r_x3": 126.96, - "r_y3": 245.756, + "r_x0": 171.6, + "r_y0": 399.866, + "r_x1": 183.595, + "r_y1": 399.866, + "r_x2": 183.595, + "r_y2": 409.747, + "r_x3": 171.6, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "in", - "orig": "in", + "text": "GLYPH<30>GLYPH<31>GLYPH<1>", + "orig": "GLYPH<30>GLYPH<31>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 168, + "index": 28, "rgba": { "r": 0, "g": 0, @@ -61145,27 +63299,28 @@ "a": 255 }, "rect": { - "r_x0": 137.88, - "r_y0": 235.466, - "r_x1": 177.354, - "r_y1": 235.466, - "r_x2": 177.354, - "r_y2": 245.756, - "r_x3": 137.88, - "r_y3": 245.756, + "r_x0": 186.0, + "r_y0": 399.866, + "r_x1": 210.235, + "r_y1": 399.866, + "r_x2": 210.235, + "r_y2": 409.747, + "r_x3": 186.0, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "duration,", - "orig": "duration,", + "text": "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", + "orig": "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 169, + "index": 29, "rgba": { "r": 0, "g": 0, @@ -61173,27 +63328,28 @@ "a": 255 }, "rect": { - "r_x0": 179.76, - "r_y0": 235.466, - "r_x1": 197.634, - "r_y1": 235.466, - "r_x2": 197.634, - "r_y2": 245.756, - "r_x3": 179.76, - "r_y3": 245.756, + "r_x0": 212.52, + "r_y0": 399.866, + "r_x1": 254.515, + "r_y1": 399.866, + "r_x2": 254.515, + "r_y2": 409.747, + "r_x3": 212.52, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "CV,", - "orig": "CV,", + "text": "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", + "orig": "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 170, + "index": 30, "rgba": { "r": 0, "g": 0, @@ -61201,27 +63357,28 @@ "a": 255 }, "rect": { - "r_x0": 200.04, - "r_y0": 235.466, - "r_x1": 239.269, - "r_y1": 235.466, - "r_x2": 239.269, - "r_y2": 245.756, - "r_x3": 200.04, - "r_y3": 245.756, + "r_x0": 256.8, + "r_y0": 399.866, + "r_x1": 284.635, + "r_y1": 399.866, + "r_x2": 284.635, + "r_y2": 409.747, + "r_x3": 256.8, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "warranty", - "orig": "warranty", + "text": " GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", + "orig": " GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 171, + "index": 31, "rgba": { "r": 0, "g": 0, @@ -61229,27 +63386,28 @@ "a": 255 }, "rect": { - "r_x0": 241.554, - "r_y0": 235.466, - "r_x1": 272.514, - "r_y1": 235.466, - "r_x2": 272.514, - "r_y2": 245.756, - "r_x3": 241.554, - "r_y3": 245.756, + "r_x0": 287.04, + "r_y0": 399.866, + "r_x1": 315.715, + "r_y1": 399.866, + "r_x2": 315.715, + "r_y2": 409.747, + "r_x3": 287.04, + "r_y3": 409.747, "coord_origin": "BOTTOMLEFT" }, - "text": "period,", - "orig": "period,", + "text": "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", + "orig": "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 172, + "index": 32, "rgba": { "r": 0, "g": 0, @@ -61257,27 +63415,28 @@ "a": 255 }, "rect": { - "r_x0": 274.8, - "r_y0": 235.466, - "r_x1": 283.989, - "r_y1": 235.466, - "r_x2": 283.989, - "r_y2": 245.756, - "r_x3": 274.8, - "r_y3": 245.756, + "r_x0": 318.12, + "r_y0": 399.866, + "r_x1": 335.635, + "r_y1": 399.866, + "r_x2": 335.635, + "r_y2": 410.156, + "r_x3": 318.12, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "or", - "orig": "or", + "text": "'GLYPH<8>GLYPH<5>GLYPH<9>", + "orig": "'GLYPH<8>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 173, + "index": 33, "rgba": { "r": 0, "g": 0, @@ -61285,3611 +63444,28 @@ "a": 255 }, "rect": { - "r_x0": 286.439, - "r_y0": 235.466, - "r_x1": 322.429, - "r_y1": 235.466, - "r_x2": 322.429, - "r_y2": 245.756, - "r_x3": 286.439, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "delivery", - "orig": "delivery", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 174, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 324.72, - "r_y0": 235.466, - "r_x1": 343.772, - "r_y1": 235.466, - "r_x2": 343.772, - "r_y2": 245.756, - "r_x3": 324.72, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "type", - "orig": "type", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 175, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 346.08, - "r_y0": 235.466, - "r_x1": 400.526, - "r_y1": 235.466, - "r_x2": 400.526, - "r_y2": 245.756, - "r_x3": 346.08, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "assumptions", - "orig": "assumptions", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 176, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 402.955, - "r_y0": 235.466, - "r_x1": 441.949, - "r_y1": 235.466, - "r_x2": 441.949, - "r_y2": 245.756, - "r_x3": 402.955, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "provided", - "orig": "provided", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 177, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 444.36, - "r_y0": 235.466, - "r_x1": 470.612, - "r_y1": 235.466, - "r_x2": 470.612, - "r_y2": 245.756, - "r_x3": 444.36, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "above", - "orig": "above", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 178, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 472.92, - "r_y0": 235.466, - "r_x1": 491.989, - "r_y1": 235.466, - "r_x2": 491.989, - "r_y2": 245.756, - "r_x3": 472.92, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "may", - "orig": "may", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 179, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.28, - "r_y0": 235.466, - "r_x1": 524.223, - "r_y1": 235.466, - "r_x2": 524.223, - "r_y2": 245.756, - "r_x3": 494.28, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "impact", - "orig": "impact", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 180, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 526.56, - "r_y0": 235.466, - "r_x1": 540.092, - "r_y1": 235.466, - "r_x2": 540.092, - "r_y2": 245.756, - "r_x3": 526.56, - "r_y3": 245.756, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 181, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.0, - "r_y0": 222.746, - "r_x1": 91.314, - "r_y1": 222.746, - "r_x2": 91.314, - "r_y2": 233.036, - "r_x3": 72.0, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "rate.", - "orig": "rate.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 182, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 96.6, - "r_y0": 222.746, - "r_x1": 113.732, - "r_y1": 222.746, - "r_x2": 113.732, - "r_y2": 233.036, - "r_x3": 96.6, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 183, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 116.274, - "r_y0": 222.746, - "r_x1": 138.349, - "r_y1": 222.746, - "r_x2": 138.349, - "r_y2": 233.036, - "r_x3": 116.274, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bond", - "orig": "bond", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 184, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 140.874, - "r_y0": 222.746, - "r_x1": 180.532, - "r_y1": 222.746, - "r_x2": 180.532, - "r_y2": 233.036, - "r_x3": 140.874, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "premium", - "orig": "premium", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 185, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 183.12, - "r_y0": 222.746, - "r_x1": 200.223, - "r_y1": 222.746, - "r_x2": 200.223, - "r_y2": 233.036, - "r_x3": 183.12, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "will", - "orig": "will", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 186, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 202.794, - "r_y0": 222.746, - "r_x1": 213.212, - "r_y1": 222.746, - "r_x2": 213.212, - "r_y2": 233.036, - "r_x3": 202.794, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 187, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 215.754, - "r_y0": 222.746, - "r_x1": 240.829, - "r_y1": 222.746, - "r_x2": 240.829, - "r_y2": 233.036, - "r_x3": 215.754, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "billed", - "orig": "billed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 188, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 243.36, - "r_y0": 222.746, - "r_x1": 251.989, - "r_y1": 222.746, - "r_x2": 251.989, - "r_y2": 233.036, - "r_x3": 243.36, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 189, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 254.52, - "r_y0": 222.746, - "r_x1": 269.703, - "r_y1": 222.746, - "r_x2": 269.703, - "r_y2": 233.036, - "r_x3": 254.52, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "full", - "orig": "full", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 190, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 272.28, - "r_y0": 222.746, - "r_x1": 283.304, - "r_y1": 222.746, - "r_x2": 283.304, - "r_y2": 233.036, - "r_x3": 272.28, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "up", - "orig": "up", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 191, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 285.839, - "r_y0": 222.746, - "r_x1": 307.263, - "r_y1": 222.746, - "r_x2": 307.263, - "r_y2": 233.036, - "r_x3": 285.839, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "front", - "orig": "front", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 192, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 309.84, - "r_y0": 222.746, - "r_x1": 325.669, - "r_y1": 222.746, - "r_x2": 325.669, - "r_y2": 233.036, - "r_x3": 309.84, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 193, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 328.2, - "r_y0": 222.746, - "r_x1": 345.423, - "r_y1": 222.746, - "r_x2": 345.423, - "r_y2": 233.036, - "r_x3": 328.2, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "will", - "orig": "will", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 194, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 347.994, - "r_y0": 222.746, - "r_x1": 358.412, - "r_y1": 222.746, - "r_x2": 358.412, - "r_y2": 233.036, - "r_x3": 347.994, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 195, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.959, - "r_y0": 222.746, - "r_x1": 397.549, - "r_y1": 222.746, - "r_x2": 397.549, - "r_y2": 233.036, - "r_x3": 360.959, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjusted", - "orig": "adjusted", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 196, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 400.079, - "r_y0": 222.746, - "r_x1": 408.063, - "r_y1": 222.746, - "r_x2": 408.063, - "r_y2": 233.036, - "r_x3": 400.079, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "at", - "orig": "at", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 197, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 410.639, - "r_y0": 222.746, - "r_x1": 460.189, - "r_y1": 222.746, - "r_x2": 460.189, - "r_y2": 233.036, - "r_x3": 410.639, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "completion", - "orig": "completion", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 198, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 462.714, - "r_y0": 222.746, - "r_x1": 487.789, - "r_y1": 222.746, - "r_x2": 487.789, - "r_y2": 233.036, - "r_x3": 462.714, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "based", - "orig": "based", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 199, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 490.319, - "r_y0": 222.746, - "r_x1": 501.349, - "r_y1": 222.746, - "r_x2": 501.349, - "r_y2": 233.036, - "r_x3": 490.319, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 200, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 503.879, - "r_y0": 222.746, - "r_x1": 517.292, - "r_y1": 222.746, - "r_x2": 517.292, - "r_y2": 233.036, - "r_x3": 503.879, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 201, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.839, - "r_y0": 222.746, - "r_x1": 540.063, - "r_y1": 222.746, - "r_x2": 540.063, - "r_y2": 233.036, - "r_x3": 519.839, - "r_y3": 233.036, - "coord_origin": "BOTTOMLEFT" - }, - "text": "final", - "orig": "final", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 202, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.0, - "r_y0": 210.146, - "r_x1": 89.994, - "r_y1": 210.146, - "r_x2": 89.994, - "r_y2": 220.436, - "r_x3": 72.0, - "r_y3": 220.436, - "coord_origin": "BOTTOMLEFT" - }, - "text": "CV.", - "orig": "CV.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 203, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.0, - "r_y0": 172.226, - "r_x1": 111.806, - "r_y1": 172.226, - "r_x2": 111.806, - "r_y2": 182.107, - "r_x3": 72.0, - "r_y3": 182.107, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Builders", - "orig": "Builders", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" - }, - { - "index": 204, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 114.6, - "r_y0": 172.226, - "r_x1": 135.966, - "r_y1": 172.226, - "r_x2": 135.966, - "r_y2": 182.107, - "r_x3": 114.6, - "r_y3": 182.107, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Risk", - "orig": "Risk", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" - }, - { - "index": 205, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 135.96, - "r_y0": 172.226, - "r_x1": 139.023, - "r_y1": 172.226, - "r_x2": 139.023, - "r_y2": 182.516, - "r_x3": 135.96, - "r_y3": 182.516, - "coord_origin": "BOTTOMLEFT" - }, - "text": ":", - "orig": ":", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R12", - "font_name": "/ALEULP+TimesNewRoman" - }, - { - "index": 206, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 71.995, - "r_y0": 159.506, - "r_x1": 84.229, - "r_y1": 159.506, - "r_x2": 84.229, - "r_y2": 169.542, - "r_x3": 71.995, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "An", - "orig": "An", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 207, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 87.0, - "r_y0": 159.506, - "r_x1": 116.966, - "r_y1": 159.506, - "r_x2": 116.966, - "r_y2": 169.542, - "r_x3": 87.0, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Owner", - "orig": "Owner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 208, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 119.755, - "r_y0": 159.506, - "r_x1": 158.869, - "r_y1": 159.506, - "r_x2": 158.869, - "r_y2": 169.542, - "r_x3": 119.755, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "provided", - "orig": "provided", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 209, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 161.64, - "r_y0": 159.506, - "r_x1": 201.321, - "r_y1": 159.506, - "r_x2": 201.321, - "r_y2": 169.542, - "r_x3": 161.64, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "builder's", - "orig": "builder's", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 210, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 204.12, - "r_y0": 159.506, - "r_x1": 220.652, - "r_y1": 159.506, - "r_x2": 220.652, - "r_y2": 169.542, - "r_x3": 204.12, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "risk", - "orig": "risk", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 211, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 223.315, - "r_y0": 159.506, - "r_x1": 250.287, - "r_y1": 159.506, - "r_x2": 250.287, - "r_y2": 169.542, - "r_x3": 223.315, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "policy", - "orig": "policy", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 212, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 252.96, - "r_y0": 159.506, - "r_x1": 273.783, - "r_y1": 159.506, - "r_x2": 273.783, - "r_y2": 169.542, - "r_x3": 252.96, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "must", - "orig": "must", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 213, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 276.48, - "r_y0": 159.506, - "r_x1": 286.892, - "r_y1": 159.506, - "r_x2": 286.892, - "r_y2": 169.542, - "r_x3": 276.48, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 214, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 289.68, - "r_y0": 159.506, - "r_x1": 300.709, - "r_y1": 159.506, - "r_x2": 300.709, - "r_y2": 169.542, - "r_x3": 289.68, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 215, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 303.36, - "r_y0": 159.506, - "r_x1": 314.389, - "r_y1": 159.506, - "r_x2": 314.389, - "r_y2": 169.542, - "r_x3": 303.36, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "an", - "orig": "an", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 216, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 317.04, - "r_y0": 159.506, - "r_x1": 348.932, - "r_y1": 159.506, - "r_x2": 348.932, - "r_y2": 169.542, - "r_x3": 317.04, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "all-risk", - "orig": "all-risk", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 217, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 351.594, - "r_y0": 159.506, - "r_x1": 372.516, - "r_y1": 159.506, - "r_x2": 372.516, - "r_y2": 169.542, - "r_x3": 351.594, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "form", - "orig": "form", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 218, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.24, - "r_y0": 159.506, - "r_x1": 394.189, - "r_y1": 159.506, - "r_x2": 394.189, - "r_y2": 169.542, - "r_x3": 375.24, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 219, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 396.96, - "r_y0": 159.506, - "r_x1": 437.795, - "r_y1": 159.506, - "r_x2": 437.795, - "r_y2": 169.542, - "r_x3": 396.96, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "minimum", - "orig": "minimum", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 220, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 440.514, - "r_y0": 159.506, - "r_x1": 466.789, - "r_y1": 159.506, - "r_x2": 466.789, - "r_y2": 169.542, - "r_x3": 440.514, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "LEG2", - "orig": "LEG2", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 221, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.56, - "r_y0": 159.506, - "r_x1": 509.972, - "r_y1": 159.506, - "r_x2": 509.972, - "r_y2": 169.542, - "r_x3": 469.56, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "coverage", - "orig": "coverage", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 222, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 512.634, - "r_y0": 159.506, - "r_x1": 525.566, - "r_y1": 159.506, - "r_x2": 525.566, - "r_y2": 169.542, - "r_x3": 512.634, - "r_y3": 169.542, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 223, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.001, - "r_y0": 146.906, - "r_x1": 106.893, - "r_y1": 146.906, - "r_x2": 106.893, - "r_y2": 156.942, - "r_x3": 72.001, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "damage", - "orig": "damage", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 224, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 109.681, - "r_y0": 146.906, - "r_x1": 148.785, - "r_y1": 146.906, - "r_x2": 148.785, - "r_y2": 156.942, - "r_x3": 109.681, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "resulting", - "orig": "resulting", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 225, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 151.555, - "r_y0": 146.906, - "r_x1": 172.356, - "r_y1": 146.906, - "r_x2": 172.356, - "r_y2": 156.942, - "r_x3": 151.555, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "from", - "orig": "from", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 226, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 175.075, - "r_y0": 146.906, - "r_x1": 200.128, - "r_y1": 146.906, - "r_x2": 200.128, - "r_y2": 156.942, - "r_x3": 175.075, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "faulty", - "orig": "faulty", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 227, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 202.92, - "r_y0": 146.906, - "r_x1": 262.185, - "r_y1": 146.906, - "r_x2": 262.185, - "r_y2": 156.942, - "r_x3": 202.92, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "workmanship", - "orig": "workmanship", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 228, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 264.96, - "r_y0": 146.906, - "r_x1": 281.51, - "r_y1": 146.906, - "r_x2": 281.51, - "r_y2": 156.942, - "r_x3": 264.96, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 229, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 284.16, - "r_y0": 146.906, - "r_x1": 304.984, - "r_y1": 146.906, - "r_x2": 304.984, - "r_y2": 156.942, - "r_x3": 284.16, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "must", - "orig": "must", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 230, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 307.68, - "r_y0": 146.906, - "r_x1": 321.664, - "r_y1": 146.906, - "r_x2": 321.664, - "r_y2": 156.942, - "r_x3": 307.68, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "not", - "orig": "not", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 231, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 324.48, - "r_y0": 146.906, - "r_x1": 357.47, - "r_y1": 146.906, - "r_x2": 357.47, - "r_y2": 156.942, - "r_x3": 324.48, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "contain", - "orig": "contain", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 232, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.24, - "r_y0": 146.906, - "r_x1": 376.047, - "r_y1": 146.906, - "r_x2": 376.047, - "r_y2": 156.942, - "r_x3": 360.24, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "any", - "orig": "any", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 233, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.835, - "r_y0": 146.906, - "r_x1": 424.641, - "r_y1": 146.906, - "r_x2": 424.641, - "r_y2": 156.942, - "r_x3": 378.835, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "provisions", - "orig": "provisions", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 234, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 427.44, - "r_y0": 146.906, - "r_x1": 444.543, - "r_y1": 146.906, - "r_x2": 444.543, - "r_y2": 156.942, - "r_x3": 427.44, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 235, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 447.36, - "r_y0": 146.906, - "r_x1": 467.463, - "r_y1": 146.906, - "r_x2": 467.463, - "r_y2": 156.942, - "r_x3": 447.36, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "limit", - "orig": "limit", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 236, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 470.28, - "r_y0": 146.906, - "r_x1": 499.521, - "r_y1": 146.906, - "r_x2": 499.521, - "r_y2": 156.942, - "r_x3": 470.28, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "CCG's", - "orig": "CCG's", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 237, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 502.32, - "r_y0": 146.906, - "r_x1": 530.367, - "r_y1": 146.906, - "r_x2": 530.367, - "r_y2": 156.942, - "r_x3": 502.32, - "r_y3": 156.942, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ability", - "orig": "ability", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 238, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.001, - "r_y0": 134.186, - "r_x1": 80.63, - "r_y1": 134.186, - "r_x2": 80.63, - "r_y2": 144.222, - "r_x3": 72.001, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 239, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 83.401, - "r_y0": 134.186, - "r_x1": 113.985, - "r_y1": 134.186, - "r_x2": 113.985, - "r_y2": 144.222, - "r_x3": 83.401, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "recoup", - "orig": "recoup", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 240, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 116.641, - "r_y0": 134.186, - "r_x1": 127.042, - "r_y1": 134.186, - "r_x2": 127.042, - "r_y2": 144.222, - "r_x3": 116.641, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "its", - "orig": "its", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 241, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 129.841, - "r_y0": 134.186, - "r_x1": 157.264, - "r_y1": 134.186, - "r_x2": 157.264, - "r_y2": 144.222, - "r_x3": 129.841, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "actual", - "orig": "actual", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 242, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 160.081, - "r_y0": 134.186, - "r_x1": 184.91, - "r_y1": 134.186, - "r_x2": 184.91, - "r_y2": 144.222, - "r_x3": 160.081, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "costs,", - "orig": "costs,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 243, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 187.56, - "r_y0": 134.186, - "r_x1": 229.185, - "r_y1": 134.186, - "r_x2": 229.185, - "r_y2": 144.222, - "r_x3": 187.56, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "including", - "orig": "including", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 244, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 231.96, - "r_y0": 134.186, - "r_x1": 275.63, - "r_y1": 134.186, - "r_x2": 275.63, - "r_y2": 144.222, - "r_x3": 231.96, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "overhead,", - "orig": "overhead,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 245, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 278.275, - "r_y0": 134.186, - "r_x1": 302.704, - "r_y1": 134.186, - "r_x2": 302.704, - "r_y2": 144.222, - "r_x3": 278.275, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "profit", - "orig": "profit", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 246, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 305.52, - "r_y0": 134.186, - "r_x1": 321.95, - "r_y1": 134.186, - "r_x2": 321.95, - "r_y2": 144.222, - "r_x3": 305.52, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 247, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 324.72, - "r_y0": 134.186, - "r_x1": 348.567, - "r_y1": 134.186, - "r_x2": 348.567, - "r_y2": 144.222, - "r_x3": 324.72, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "delay", - "orig": "delay", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 248, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 351.36, - "r_y0": 134.186, - "r_x1": 382.55, - "r_y1": 134.186, - "r_x2": 382.55, - "r_y2": 144.222, - "r_x3": 351.36, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "related", - "orig": "related", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 249, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.195, - "r_y0": 134.186, - "r_x1": 418.863, - "r_y1": 134.186, - "r_x2": 418.863, - "r_y2": 144.222, - "r_x3": 385.195, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "general", - "orig": "general", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 250, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 421.56, - "r_y0": 134.186, - "r_x1": 470.149, - "r_y1": 134.186, - "r_x2": 470.149, - "r_y2": 144.222, - "r_x3": 421.56, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "conditions,", - "orig": "conditions,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 251, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 472.92, - "r_y0": 134.186, - "r_x1": 510.829, - "r_y1": 134.186, - "r_x2": 510.829, - "r_y2": 144.222, - "r_x3": 472.92, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "incurred", - "orig": "incurred", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 252, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 513.48, - "r_y0": 134.186, - "r_x1": 522.11, - "r_y1": 134.186, - "r_x2": 522.11, - "r_y2": 144.222, - "r_x3": 513.48, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 253, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 524.88, - "r_y0": 134.186, - "r_x1": 538.293, - "r_y1": 134.186, - "r_x2": 538.293, - "r_y2": 144.222, - "r_x3": 524.88, - "r_y3": 144.222, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 254, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.001, - "r_y0": 121.586, - "r_x1": 101.373, - "r_y1": 121.586, - "r_x2": 101.373, - "r_y2": 131.622, - "r_x3": 72.001, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "course", - "orig": "course", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 255, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 104.161, - "r_y0": 121.586, - "r_x1": 112.738, - "r_y1": 121.586, - "r_x2": 112.738, - "r_y2": 131.622, - "r_x3": 104.161, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 256, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 115.441, - "r_y0": 121.586, - "r_x1": 143.007, - "r_y1": 121.586, - "r_x2": 143.007, - "r_y2": 131.622, - "r_x3": 115.441, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "repair", - "orig": "repair", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 257, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 145.681, - "r_y0": 121.586, - "r_x1": 154.258, - "r_y1": 121.586, - "r_x2": 154.258, - "r_y2": 131.622, - "r_x3": 145.681, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 258, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 157.081, - "r_y0": 121.586, - "r_x1": 191.87, - "r_y1": 121.586, - "r_x2": 191.87, - "r_y2": 131.622, - "r_x3": 157.081, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "covered", - "orig": "covered", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 259, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 194.52, - "r_y0": 121.586, - "r_x1": 234.321, - "r_y1": 121.586, - "r_x2": 234.321, - "r_y2": 131.622, - "r_x3": 194.52, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "builder's", - "orig": "builder's", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 260, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 237.12, - "r_y0": 121.586, - "r_x1": 253.533, - "r_y1": 121.586, - "r_x2": 253.533, - "r_y2": 131.622, - "r_x3": 237.12, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "risk", - "orig": "risk", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 261, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 256.32, - "r_y0": 121.586, - "r_x1": 285.355, - "r_y1": 121.586, - "r_x2": 285.355, - "r_y2": 131.622, - "r_x3": 256.32, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "losses.", - "orig": "losses.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 262, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 290.88, - "r_y0": 121.586, - "r_x1": 307.413, - "r_y1": 121.586, - "r_x2": 307.413, - "r_y2": 131.622, - "r_x3": 290.88, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 263, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 310.08, - "r_y0": 121.586, - "r_x1": 340.047, - "r_y1": 121.586, - "r_x2": 340.047, - "r_y2": 131.622, - "r_x3": 310.08, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Owner", - "orig": "Owner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 264, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 342.835, - "r_y0": 121.586, - "r_x1": 383.27, - "r_y1": 121.586, - "r_x2": 383.27, - "r_y2": 131.622, - "r_x3": 342.835, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "procured", - "orig": "procured", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 265, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.915, - "r_y0": 121.586, - "r_x1": 415.549, - "r_y1": 121.586, - "r_x2": 415.549, - "r_y2": 131.622, - "r_x3": 385.915, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "policy,", - "orig": "policy,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 266, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 418.32, - "r_y0": 121.586, - "r_x1": 428.126, - "r_y1": 121.586, - "r_x2": 428.126, - "r_y2": 131.622, - "r_x3": 418.32, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 267, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 430.8, - "r_y0": 121.586, - "r_x1": 436.31, - "r_y1": 121.586, - "r_x2": 436.31, - "r_y2": 131.622, - "r_x3": 430.8, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 268, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 439.075, - "r_y0": 121.586, - "r_x1": 480.11, - "r_y1": 121.586, - "r_x2": 480.11, - "r_y2": 131.622, - "r_x3": 439.075, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "specimen", - "orig": "specimen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 269, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 482.88, - "r_y0": 121.586, - "r_x1": 491.338, - "r_y1": 121.586, - "r_x2": 491.338, - "r_y2": 131.622, - "r_x3": 482.88, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 270, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.155, - "r_y0": 121.586, - "r_x1": 514.309, - "r_y1": 121.586, - "r_x2": 514.309, - "r_y2": 131.622, - "r_x3": 494.155, - "r_y3": 131.622, - "coord_origin": "BOTTOMLEFT" - }, - "text": "such", - "orig": "such", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 271, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 71.995, - "r_y0": 108.986, - "r_x1": 98.967, - "r_y1": 108.986, - "r_x2": 98.967, - "r_y2": 119.022, - "r_x3": 71.995, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "policy", - "orig": "policy", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 272, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 101.64, - "r_y0": 108.986, - "r_x1": 118.863, - "r_y1": 108.986, - "r_x2": 118.863, - "r_y2": 119.022, - "r_x3": 101.64, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 273, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 121.56, - "r_y0": 108.986, - "r_x1": 134.972, - "r_y1": 108.986, - "r_x2": 134.972, - "r_y2": 119.022, - "r_x3": 121.56, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 274, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 137.76, - "r_y0": 108.986, - "r_x1": 167.726, - "r_y1": 108.986, - "r_x2": 167.726, - "r_y2": 119.022, - "r_x3": 137.76, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Owner", - "orig": "Owner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 275, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 170.515, - "r_y0": 108.986, - "r_x1": 194.241, - "r_y1": 108.986, - "r_x2": 194.241, - "r_y2": 119.022, - "r_x3": 170.515, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "plans", - "orig": "plans", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 276, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 196.92, - "r_y0": 108.986, - "r_x1": 205.549, - "r_y1": 108.986, - "r_x2": 205.549, - "r_y2": 119.022, - "r_x3": 196.92, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 277, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 208.314, - "r_y0": 108.986, - "r_x1": 251.389, - "r_y1": 108.986, - "r_x2": 251.389, - "r_y2": 119.022, - "r_x3": 208.314, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "purchase,", - "orig": "purchase,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 278, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 254.16, - "r_y0": 108.986, - "r_x1": 274.863, - "r_y1": 108.986, - "r_x2": 274.863, - "r_y2": 119.022, - "r_x3": 254.16, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "must", - "orig": "must", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 279, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 277.68, - "r_y0": 108.986, - "r_x1": 288.092, - "r_y1": 108.986, - "r_x2": 288.092, - "r_y2": 119.022, - "r_x3": 277.68, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 280, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 290.76, - "r_y0": 108.986, - "r_x1": 330.469, - "r_y1": 108.986, - "r_x2": 330.469, - "r_y2": 119.022, - "r_x3": 290.76, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "reviewed", - "orig": "reviewed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 281, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 333.239, - "r_y0": 108.986, - "r_x1": 343.646, - "r_y1": 108.986, - "r_x2": 343.646, - "r_y2": 119.022, - "r_x3": 333.239, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "by", - "orig": "by", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 282, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 346.439, - "r_y0": 108.986, - "r_x1": 362.972, - "r_y1": 108.986, - "r_x2": 362.972, - "r_y2": 119.022, - "r_x3": 346.439, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "risk", - "orig": "risk", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 283, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 365.639, - "r_y0": 108.986, - "r_x1": 421.863, - "r_y1": 108.986, - "r_x2": 421.863, - "r_y2": 119.022, - "r_x3": 365.639, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "management", - "orig": "management", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 284, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 424.674, - "r_y0": 108.986, - "r_x1": 447.206, - "r_y1": 108.986, - "r_x2": 447.206, - "r_y2": 119.022, - "r_x3": 424.674, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "prior", - "orig": "prior", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 285, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.879, - "r_y0": 108.986, - "r_x1": 458.509, - "r_y1": 108.986, - "r_x2": 458.509, - "r_y2": 119.022, - "r_x3": 449.879, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 286, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.279, - "r_y0": 108.986, - "r_x1": 503.389, - "r_y1": 108.986, - "r_x2": 503.389, - "r_y2": 119.022, - "r_x3": 461.279, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "execution", - "orig": "execution", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 287, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 506.159, - "r_y0": 108.986, - "r_x1": 514.737, - "r_y1": 108.986, - "r_x2": 514.737, - "r_y2": 119.022, - "r_x3": 506.159, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 288, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 517.439, - "r_y0": 108.986, - "r_x1": 530.852, - "r_y1": 108.986, - "r_x2": 530.852, - "r_y2": 119.022, - "r_x3": 517.439, - "r_y3": 119.022, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 289, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 72.0, - "r_y0": 96.266, - "r_x1": 108.783, - "r_y1": 96.266, - "r_x2": 108.783, - "r_y2": 106.302, - "r_x3": 72.0, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "contract", - "orig": "contract", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 290, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 108.84, - "r_y0": 98.64, - "r_x1": 111.47, - "r_y1": 98.64, - "r_x2": 111.47, - "r_y2": 104.565, - "r_x3": 108.84, - "r_y3": 104.565, - "coord_origin": "BOTTOMLEFT" - }, - "text": ".", - "orig": ".", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R18", - "font_name": "/XSDTZW+Arial,Italic" - }, - { - "index": 291, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 116.635, - "r_y0": 96.266, - "r_x1": 146.013, - "r_y1": 96.266, - "r_x2": 146.013, - "r_y2": 106.302, - "r_x3": 116.635, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Please", - "orig": "Please", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 292, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 148.8, - "r_y0": 96.266, - "r_x1": 167.733, - "r_y1": 96.266, - "r_x2": 167.733, - "r_y2": 106.302, - "r_x3": 148.8, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "note", - "orig": "note", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 293, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 170.4, - "r_y0": 96.266, - "r_x1": 187.504, - "r_y1": 96.266, - "r_x2": 187.504, - "r_y2": 106.302, - "r_x3": 170.4, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 294, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 190.32, - "r_y0": 96.266, - "r_x1": 196.378, - "r_y1": 96.266, - "r_x2": 196.378, - "r_y2": 106.302, - "r_x3": 190.32, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "if", - "orig": "if", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 295, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 199.2, - "r_y0": 96.266, - "r_x1": 212.613, - "r_y1": 96.266, - "r_x2": 212.613, - "r_y2": 106.302, - "r_x3": 199.2, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 296, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 215.4, - "r_y0": 96.266, - "r_x1": 251.961, - "r_y1": 96.266, - "r_x2": 251.961, - "r_y2": 106.302, - "r_x3": 215.4, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Owner's", - "orig": "Owner's", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 297, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 254.755, - "r_y0": 96.266, - "r_x1": 281.607, - "r_y1": 96.266, - "r_x2": 281.607, - "r_y2": 106.302, - "r_x3": 254.755, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "policy", - "orig": "policy", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 298, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 284.4, - "r_y0": 96.266, - "r_x1": 304.521, - "r_y1": 96.266, - "r_x2": 304.521, - "r_y2": 106.302, - "r_x3": 284.4, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "does", - "orig": "does", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 299, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 307.32, - "r_y0": 96.266, - "r_x1": 321.303, - "r_y1": 96.266, - "r_x2": 321.303, - "r_y2": 106.302, - "r_x3": 307.32, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "not", - "orig": "not", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 300, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 324.12, - "r_y0": 96.266, - "r_x1": 344.824, - "r_y1": 96.266, - "r_x2": 344.824, - "r_y2": 106.302, - "r_x3": 324.12, - "r_y3": 106.302, - "coord_origin": "BOTTOMLEFT" - }, - "text": "meet", - "orig": "meet", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - }, - { - "index": 301, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 347.64, - "r_y0": 96.266, - "r_x1": 379.281, - "r_y1": 96.266, - "r_x2": 379.281, - "r_y2": 106.302, - "r_x3": 347.64, - "r_y3": 106.302, + "r_x0": 338.04, + "r_y0": 399.866, + "r_x1": 354.235, + "r_y1": 399.866, + "r_x2": 354.235, + "r_y2": 410.156, + "r_x3": 338.04, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Clark's", - "orig": "Clark's", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 302, + "index": 34, "rgba": { "r": 0, "g": 0, @@ -64897,27 +63473,28 @@ "a": 255 }, "rect": { - "r_x0": 382.075, - "r_y0": 96.266, - "r_x1": 435.59, - "r_y1": 96.266, - "r_x2": 435.59, - "r_y2": 106.302, - "r_x3": 382.075, - "r_y3": 106.302, + "r_x0": 356.64, + "r_y0": 399.866, + "r_x1": 397.315, + "r_y1": 399.866, + "r_x2": 397.315, + "r_y2": 410.156, + "r_x3": 356.64, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "satisfaction,", - "orig": "satisfaction,", + "text": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 303, + "index": 35, "rgba": { "r": 0, "g": 0, @@ -64925,27 +63502,28 @@ "a": 255 }, "rect": { - "r_x0": 438.24, - "r_y0": 96.266, - "r_x1": 451.773, - "r_y1": 96.266, - "r_x2": 451.773, - "r_y2": 106.302, - "r_x3": 438.24, - "r_y3": 106.302, + "r_x0": 399.72, + "r_y0": 399.866, + "r_x1": 478.195, + "r_y1": 399.866, + "r_x2": 478.195, + "r_y2": 410.156, + "r_x3": 399.72, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", + "orig": "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 304, + "index": 36, "rgba": { "r": 0, "g": 0, @@ -64953,27 +63531,28 @@ "a": 255 }, "rect": { - "r_x0": 454.56, - "r_y0": 96.266, - "r_x1": 484.407, - "r_y1": 96.266, - "r_x2": 484.407, - "r_y2": 106.302, - "r_x3": 454.56, - "r_y3": 106.302, + "r_x0": 480.6, + "r_y0": 399.866, + "r_x1": 503.635, + "r_y1": 399.866, + "r_x2": 503.635, + "r_y2": 410.156, + "r_x3": 480.6, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Owner", - "orig": "Owner", + "text": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + "orig": "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 305, + "index": 37, "rgba": { "r": 0, "g": 0, @@ -64981,27 +63560,28 @@ "a": 255 }, "rect": { - "r_x0": 487.2, - "r_y0": 96.266, - "r_x1": 503.704, - "r_y1": 96.266, - "r_x2": 503.704, - "r_y2": 106.302, - "r_x3": 487.2, - "r_y3": 106.302, + "r_x0": 505.92, + "r_y0": 399.866, + "r_x1": 542.755, + "r_y1": 399.866, + "r_x2": 542.755, + "r_y2": 410.156, + "r_x3": 505.92, + "r_y3": 410.156, "coord_origin": "BOTTOMLEFT" }, - "text": "will", - "orig": "will", + "text": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + "orig": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 306, + "index": 38, "rgba": { "r": 0, "g": 0, @@ -65009,29 +63589,28 @@ "a": 255 }, "rect": { - "r_x0": 506.52, - "r_y0": 96.266, - "r_x1": 527.27, - "r_y1": 96.266, - "r_x2": 527.27, - "r_y2": 106.302, - "r_x3": 506.52, - "r_y3": 106.302, + "r_x0": 72.0, + "r_y0": 387.266, + "r_x1": 121.555, + "r_y1": 387.266, + "r_x2": 121.555, + "r_y2": 397.556, + "r_x3": 72.0, + "r_y3": 397.556, "coord_origin": "BOTTOMLEFT" }, - "text": "need", - "orig": "need", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R16", - "font_name": "/GGGJOQ+TimesNewRoman,Italic" - } - ], - "textline_cells": [ + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" + }, { - "index": 0, + "index": 39, "rgba": { "r": 0, "g": 0, @@ -65039,27 +63618,28 @@ "a": 255 }, "rect": { - "r_x0": 174.0, - "r_y0": 714.795, - "r_x1": 176.49, - "r_y1": 714.795, - "r_x2": 176.49, - "r_y2": 724.245, - "r_x3": 174.0, - "r_y3": 724.245, + "r_x0": 121.56, + "r_y0": 387.266, + "r_x1": 179.275, + "r_y1": 387.266, + "r_x2": 179.275, + "r_y2": 397.147, + "r_x3": 121.56, + "r_y3": 397.147, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", + "orig": "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 1, + "index": 40, "rgba": { "r": 0, "g": 0, @@ -65067,27 +63647,28 @@ "a": 255 }, "rect": { - "r_x0": 305.999, - "r_y0": 714.795, - "r_x1": 308.49, - "r_y1": 714.795, - "r_x2": 308.49, - "r_y2": 724.245, - "r_x3": 305.999, - "r_y3": 724.245, + "r_x0": 72.0, + "r_y0": 374.546, + "r_x1": 74.755, + "r_y1": 374.546, + "r_x2": 74.755, + "r_y2": 384.427, + "r_x3": 72.0, + "r_y3": 384.427, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R14", + "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 2, + "index": 41, "rgba": { "r": 0, "g": 0, @@ -65095,27 +63676,28 @@ "a": 255 }, "rect": { - "r_x0": 539.999, - "r_y0": 714.795, - "r_x1": 542.489, - "r_y1": 714.795, - "r_x2": 542.489, - "r_y2": 724.245, - "r_x3": 539.999, - "r_y3": 724.245, + "r_x0": 72.0, + "r_y0": 361.946, + "r_x1": 94.435, + "r_y1": 361.946, + "r_x2": 94.435, + "r_y2": 372.236, + "r_x3": 72.0, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 3, + "index": 42, "rgba": { "r": 0, "g": 0, @@ -65123,27 +63705,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 36.867, - "r_x1": 74.247, - "r_y1": 36.867, - "r_x2": 74.247, - "r_y2": 45.393, - "r_x3": 72.0, - "r_y3": 45.393, + "r_x0": 99.48, + "r_y0": 361.946, + "r_x1": 118.795, + "r_y1": 361.946, + "r_x2": 118.795, + "r_y2": 372.236, + "r_x3": 99.48, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 4, + "index": 43, "rgba": { "r": 0, "g": 0, @@ -65151,27 +63734,28 @@ "a": 255 }, "rect": { - "r_x0": 212.999, - "r_y0": 36.867, - "r_x1": 401.366, - "r_y1": 36.867, - "r_x2": 401.366, - "r_y2": 45.393, - "r_x3": 212.999, - "r_y3": 45.393, + "r_x0": 123.72, + "r_y0": 361.946, + "r_x1": 155.275, + "r_y1": 361.946, + "r_x2": 155.275, + "r_y2": 372.236, + "r_x3": 123.72, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Ins&Bond Quote_4911 Augusta Ave_03.01.24 ", - "orig": "Ins&Bond Quote_4911 Augusta Ave_03.01.24 ", + "text": "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 5, + "index": 44, "rgba": { "r": 0, "g": 0, @@ -65179,27 +63763,28 @@ "a": 255 }, "rect": { - "r_x0": 512.998, - "r_y0": 36.867, - "r_x1": 542.246, - "r_y1": 36.867, - "r_x2": 542.246, - "r_y2": 45.393, - "r_x3": 512.998, - "r_y3": 45.393, + "r_x0": 160.32, + "r_y0": 361.946, + "r_x1": 187.555, + "r_y1": 361.946, + "r_x2": 187.555, + "r_y2": 372.236, + "r_x3": 160.32, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "page 1 ", - "orig": "page 1 ", + "text": "-.GLYPH<6>GLYPH<5>/GLYPH<9>", + "orig": "-.GLYPH<6>GLYPH<5>/GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R8", - "font_name": "/RZVUGV+Calibri" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 6, + "index": 45, "rgba": { "r": 0, "g": 0, @@ -65207,27 +63792,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 674.4, - "r_x1": 544.068, - "r_y1": 674.4, - "r_x2": 544.068, - "r_y2": 696.768, - "r_x3": 72.0, - "r_y3": 696.768, + "r_x0": 192.48, + "r_y0": 361.946, + "r_x1": 211.195, + "r_y1": 361.946, + "r_x2": 211.195, + "r_y2": 372.236, + "r_x3": 192.48, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Insurance and Bond Quote - 4911 Augusta Ave ", - "orig": "Insurance and Bond Quote - 4911 Augusta Ave ", + "text": "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 7, + "index": 46, "rgba": { "r": 0, "g": 0, @@ -65235,27 +63821,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 649.706, - "r_x1": 237.955, - "r_y1": 649.706, - "r_x2": 237.955, - "r_y2": 659.995, - "r_x3": 72.0, - "r_y3": 659.995, + "r_x0": 216.24, + "r_y0": 361.946, + "r_x1": 230.035, + "r_y1": 361.946, + "r_x2": 230.035, + "r_y2": 372.236, + "r_x3": 216.24, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "To: Brandon Shaw, Ryan McKenzie ", - "orig": "To: Brandon Shaw, Ryan McKenzie ", + "text": "GLYPH<6>..GLYPH<9>", + "orig": "GLYPH<6>..GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 8, + "index": 47, "rgba": { "r": 0, "g": 0, @@ -65263,27 +63850,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 625.106, - "r_x1": 175.315, - "r_y1": 625.106, - "r_x2": 175.315, - "r_y2": 635.395, - "r_x3": 72.0, - "r_y3": 635.395, + "r_x0": 235.08, + "r_y0": 361.946, + "r_x1": 270.835, + "r_y1": 361.946, + "r_x2": 270.835, + "r_y2": 372.236, + "r_x3": 235.08, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Bid Date - 03/01/2024 ", - "orig": "Bid Date - 03/01/2024 ", + "text": "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", + "orig": "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 9, + "index": 48, "rgba": { "r": 0, "g": 0, @@ -65291,27 +63879,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 600.626, - "r_x1": 254.635, - "r_y1": 600.626, - "r_x2": 254.635, - "r_y2": 610.915, - "r_x3": 72.0, - "r_y3": 610.915, + "r_x0": 275.88, + "r_y0": 361.946, + "r_x1": 342.835, + "r_y1": 361.946, + "r_x2": 342.835, + "r_y2": 372.236, + "r_x3": 275.88, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Prepared By: Edward Dwomoh-Appiah ", - "orig": "Prepared By: Edward Dwomoh-Appiah ", + "text": "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 10, + "index": 49, "rgba": { "r": 0, "g": 0, @@ -65319,27 +63908,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 576.026, - "r_x1": 154.195, - "r_y1": 576.026, - "r_x2": 154.195, - "r_y2": 586.315, - "r_x3": 72.0, - "r_y3": 586.315, + "r_x0": 347.88, + "r_y0": 361.946, + "r_x1": 377.514, + "r_y1": 361.946, + "r_x2": 377.514, + "r_y2": 372.236, + "r_x3": 347.88, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Date: 02/26/2024 ", - "orig": "Date: 02/26/2024 ", + "text": "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 11, + "index": 50, "rgba": { "r": 0, "g": 0, @@ -65347,27 +63937,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 551.666, - "r_x1": 289.195, - "r_y1": 551.666, - "r_x2": 289.195, - "r_y2": 561.955, - "r_x3": 72.0, - "r_y3": 561.955, + "r_x0": 382.56, + "r_y0": 361.946, + "r_x1": 412.794, + "r_y1": 361.946, + "r_x2": 412.794, + "r_y2": 372.236, + "r_x3": 382.56, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Contract Entity: Clark Construction Group, LLC ", - "orig": "Contract Entity: Clark Construction Group, LLC ", + "text": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 12, + "index": 51, "rgba": { "r": 0, "g": 0, @@ -65375,27 +63966,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 538.946, - "r_x1": 175.263, - "r_y1": 538.946, - "r_x2": 175.263, - "r_y2": 549.235, - "r_x3": 72.0, - "r_y3": 549.235, + "r_x0": 417.834, + "r_y0": 361.946, + "r_x1": 431.034, + "r_y1": 361.946, + "r_x2": 431.034, + "r_y2": 372.236, + "r_x3": 417.834, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Owner: Aurelie Capital", - "orig": "Owner: Aurelie Capital", + "text": ":GLYPH<8>GLYPH<9>", + "orig": ":GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 13, + "index": 52, "rgba": { "r": 0, "g": 0, @@ -65403,27 +63995,28 @@ "a": 255 }, "rect": { - "r_x0": 175.2, - "r_y0": 538.946, - "r_x1": 177.955, - "r_y1": 538.946, - "r_x2": 177.955, - "r_y2": 548.827, - "r_x3": 175.2, - "r_y3": 548.827, + "r_x0": 435.96, + "r_y0": 361.946, + "r_x1": 453.474, + "r_y1": 361.946, + "r_x2": 453.474, + "r_y2": 372.236, + "r_x3": 435.96, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + "orig": "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 14, + "index": 53, "rgba": { "r": 0, "g": 0, @@ -65431,27 +64024,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 526.346, - "r_x1": 245.755, - "r_y1": 526.346, - "r_x2": 245.755, - "r_y2": 536.635, - "r_x3": 72.0, - "r_y3": 536.635, + "r_x0": 458.514, + "r_y0": 361.946, + "r_x1": 542.754, + "r_y1": 361.946, + "r_x2": 542.754, + "r_y2": 372.236, + "r_x3": 458.514, + "r_y3": 372.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Estimated Contract Value (CV): $60M ", - "orig": "Estimated Contract Value (CV): $60M ", + "text": "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 15, + "index": 54, "rgba": { "r": 0, "g": 0, @@ -65460,26 +64054,27 @@ }, "rect": { "r_x0": 72.0, - "r_y0": 513.746, - "r_x1": 228.115, - "r_y1": 513.746, - "r_x2": 228.115, - "r_y2": 524.035, + "r_y0": 349.226, + "r_x1": 145.075, + "r_y1": 349.226, + "r_x2": 145.075, + "r_y2": 359.516, "r_x3": 72.0, - "r_y3": 524.035, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Construction Duration: 36 months ", - "orig": "Construction Duration: 36 months ", + "text": ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 16, + "index": 55, "rgba": { "r": 0, "g": 0, @@ -65487,27 +64082,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 501.026, - "r_x1": 181.075, - "r_y1": 501.026, - "r_x2": 181.075, - "r_y2": 511.315, - "r_x3": 72.0, - "r_y3": 511.315, + "r_x0": 146.635, + "r_y0": 349.226, + "r_x1": 182.635, + "r_y1": 349.226, + "r_x2": 182.635, + "r_y2": 359.516, + "r_x3": 146.635, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "1 - year warranty period ", - "orig": "1 - year warranty period ", + "text": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 17, + "index": 56, "rgba": { "r": 0, "g": 0, @@ -65515,27 +64111,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 488.426, - "r_x1": 208.555, - "r_y1": 488.426, - "r_x2": 208.555, - "r_y2": 498.715, - "r_x3": 72.0, - "r_y3": 498.715, + "r_x0": 184.2, + "r_y0": 349.226, + "r_x1": 206.515, + "r_y1": 349.226, + "r_x2": 206.515, + "r_y2": 359.516, + "r_x3": 184.2, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Class B, General Construction ", - "orig": "Class B, General Construction ", + "text": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 18, + "index": 57, "rgba": { "r": 0, "g": 0, @@ -65543,27 +64140,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 475.706, - "r_x1": 189.595, - "r_y1": 475.706, - "r_x2": 189.595, - "r_y2": 485.995, - "r_x3": 72.0, - "r_y3": 485.995, + "r_x0": 207.96, + "r_y0": 349.226, + "r_x1": 267.235, + "r_y1": 349.226, + "r_x2": 267.235, + "r_y2": 359.516, + "r_x3": 207.96, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Location: Richmond, VA ", - "orig": "Location: Richmond, VA ", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 19, + "index": 58, "rgba": { "r": 0, "g": 0, @@ -65571,27 +64169,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 463.106, - "r_x1": 157.913, - "r_y1": 463.106, - "r_x2": 157.913, - "r_y2": 473.395, - "r_x3": 72.0, - "r_y3": 473.395, + "r_x0": 268.8, + "r_y0": 349.226, + "r_x1": 316.675, + "r_y1": 349.226, + "r_x2": 316.675, + "r_y2": 359.516, + "r_x3": 268.8, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Design-Build? No ", - "orig": "Design-Build? No ", + "text": "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 20, + "index": 59, "rgba": { "r": 0, "g": 0, @@ -65599,27 +64198,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 450.506, - "r_x1": 159.113, - "r_y1": 450.506, - "r_x2": 159.113, - "r_y2": 460.795, - "r_x3": 72.0, - "r_y3": 460.795, + "r_x0": 318.24, + "r_y0": 349.226, + "r_x1": 342.355, + "r_y1": 349.226, + "r_x2": 342.355, + "r_y2": 359.516, + "r_x3": 318.24, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Joint-Venture? No ", - "orig": "Joint-Venture? No ", + "text": ";GLYPH<5>GLYPH<12>*GLYPH<9>", + "orig": ";GLYPH<5>GLYPH<12>*GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 21, + "index": 60, "rgba": { "r": 0, "g": 0, @@ -65627,27 +64227,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 437.786, - "r_x1": 74.755, - "r_y1": 437.786, - "r_x2": 74.755, - "r_y2": 448.076, - "r_x3": 72.0, - "r_y3": 448.076, + "r_x0": 343.915, + "r_y0": 349.226, + "r_x1": 377.875, + "r_y1": 349.226, + "r_x2": 377.875, + "r_y2": 359.516, + "r_x3": 343.915, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", + "orig": "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 22, + "index": 61, "rgba": { "r": 0, "g": 0, @@ -65655,27 +64256,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 425.186, - "r_x1": 74.755, - "r_y1": 425.186, - "r_x2": 74.755, - "r_y2": 435.476, - "r_x3": 72.0, - "r_y3": 435.476, + "r_x0": 379.32, + "r_y0": 349.226, + "r_x1": 430.315, + "r_y1": 349.226, + "r_x2": 430.315, + "r_y2": 359.516, + "r_x3": 379.32, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", + "orig": "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 23, + "index": 62, "rgba": { "r": 0, "g": 0, @@ -65683,27 +64285,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 412.466, - "r_x1": 247.435, - "r_y1": 412.466, - "r_x2": 247.435, - "r_y2": 422.347, - "r_x3": 72.0, - "r_y3": 422.347, + "r_x0": 431.88, + "r_y0": 349.226, + "r_x1": 476.155, + "r_y1": 349.226, + "r_x2": 476.155, + "r_y2": 359.516, + "r_x3": 431.88, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Liability Insurance - GL Only CCIP ", - "orig": "Liability Insurance - GL Only CCIP ", + "text": "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 24, + "index": 63, "rgba": { "r": 0, "g": 0, @@ -65711,27 +64314,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 399.866, - "r_x1": 315.715, - "r_y1": 399.866, - "r_x2": 315.715, - "r_y2": 409.747, - "r_x3": 72.0, - "r_y3": 409.747, + "r_x0": 477.72, + "r_y0": 349.226, + "r_x1": 489.594, + "r_y1": 349.226, + "r_x2": 489.594, + "r_y2": 359.516, + "r_x3": 477.72, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Rate: $20.00/$1,000 of total contract value (CV). ", - "orig": "Rate: $20.00/$1,000 of total contract value (CV). ", + "text": "GLYPH<12>;GLYPH<9>", + "orig": "GLYPH<12>;GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 25, + "index": 64, "rgba": { "r": 0, "g": 0, @@ -65739,27 +64343,28 @@ "a": 255 }, "rect": { - "r_x0": 318.12, - "r_y0": 399.866, - "r_x1": 542.755, - "r_y1": 399.866, - "r_x2": 542.755, - "r_y2": 410.156, - "r_x3": 318.12, - "r_y3": 410.156, + "r_x0": 491.16, + "r_y0": 349.226, + "r_x1": 507.354, + "r_y1": 349.226, + "r_x2": 507.354, + "r_y2": 359.516, + "r_x3": 491.16, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "Per the assumed $60,000,000 CV, your liability ", - "orig": "Per the assumed $60,000,000 CV, your liability ", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 26, + "index": 65, "rgba": { "r": 0, "g": 0, @@ -65767,27 +64372,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 387.266, - "r_x1": 121.555, - "r_y1": 387.266, - "r_x2": 121.555, - "r_y2": 397.556, - "r_x3": 72.0, - "r_y3": 397.556, + "r_x0": 508.92, + "r_y0": 349.226, + "r_x1": 542.754, + "r_y1": 349.226, + "r_x2": 542.754, + "r_y2": 359.516, + "r_x3": 508.92, + "r_y3": 359.516, "coord_origin": "BOTTOMLEFT" }, - "text": "estimate is ", - "orig": "estimate is ", + "text": "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 27, + "index": 66, "rgba": { "r": 0, "g": 0, @@ -65795,27 +64401,28 @@ "a": 255 }, "rect": { - "r_x0": 121.56, - "r_y0": 387.266, - "r_x1": 179.275, - "r_y1": 387.266, - "r_x2": 179.275, - "r_y2": 397.147, - "r_x3": 121.56, - "r_y3": 397.147, + "r_x0": 72.0, + "r_y0": 336.626, + "r_x1": 105.475, + "r_y1": 336.626, + "r_x2": 105.475, + "r_y2": 346.916, + "r_x3": 72.0, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "$1,200,000. ", - "orig": "$1,200,000. ", + "text": "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", + "orig": "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 28, + "index": 67, "rgba": { "r": 0, "g": 0, @@ -65823,27 +64430,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 374.546, - "r_x1": 74.755, - "r_y1": 374.546, - "r_x2": 74.755, - "r_y2": 384.427, - "r_x3": 72.0, - "r_y3": 384.427, + "r_x0": 108.24, + "r_y0": 336.626, + "r_x1": 162.355, + "r_y1": 336.626, + "r_x2": 162.355, + "r_y2": 346.916, + "r_x3": 108.24, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/R14", - "font_name": "/LHLUEV+TimesNewRoman,Bold" + "font_key": "/R12", + "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 29, + "index": 68, "rgba": { "r": 0, "g": 0, @@ -65851,27 +64459,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 361.946, - "r_x1": 94.435, - "r_y1": 361.946, - "r_x2": 94.435, - "r_y2": 372.236, - "r_x3": 72.0, - "r_y3": 372.236, + "r_x0": 165.235, + "r_y0": 336.626, + "r_x1": 189.475, + "r_y1": 336.626, + "r_x2": 189.475, + "r_y2": 346.916, + "r_x3": 165.235, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "This ", - "orig": "This ", + "text": "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 30, + "index": 69, "rgba": { "r": 0, "g": 0, @@ -65879,27 +64488,28 @@ "a": 255 }, "rect": { - "r_x0": 99.48, - "r_y0": 361.946, - "r_x1": 118.795, - "r_y1": 361.946, - "r_x2": 118.795, - "r_y2": 372.236, - "r_x3": 99.48, - "r_y3": 372.236, + "r_x0": 192.24, + "r_y0": 336.626, + "r_x1": 208.555, + "r_y1": 336.626, + "r_x2": 208.555, + "r_y2": 346.916, + "r_x3": 192.24, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "rate ", - "orig": "rate ", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 31, + "index": 70, "rgba": { "r": 0, "g": 0, @@ -65907,27 +64517,28 @@ "a": 255 }, "rect": { - "r_x0": 123.72, - "r_y0": 361.946, - "r_x1": 155.275, - "r_y1": 361.946, - "r_x2": 155.275, - "r_y2": 372.236, - "r_x3": 123.72, - "r_y3": 372.236, + "r_x0": 211.44, + "r_y0": 336.626, + "r_x1": 227.635, + "r_y1": 336.626, + "r_x2": 227.635, + "r_y2": 346.916, + "r_x3": 211.44, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "covers ", - "orig": "covers ", + "text": "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 32, + "index": 71, "rgba": { "r": 0, "g": 0, @@ -65935,27 +64546,28 @@ "a": 255 }, "rect": { - "r_x0": 160.32, - "r_y0": 361.946, - "r_x1": 187.555, - "r_y1": 361.946, - "r_x2": 187.555, - "r_y2": 372.236, - "r_x3": 160.32, - "r_y3": 372.236, + "r_x0": 230.52, + "r_y0": 336.626, + "r_x1": 251.035, + "r_y1": 336.626, + "r_x2": 251.035, + "r_y2": 346.916, + "r_x3": 230.52, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "Clark ", - "orig": "Clark ", + "text": "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", + "orig": "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 33, + "index": 72, "rgba": { "r": 0, "g": 0, @@ -65963,27 +64575,28 @@ "a": 255 }, "rect": { - "r_x0": 192.48, - "r_y0": 361.946, - "r_x1": 211.195, - "r_y1": 361.946, - "r_x2": 211.195, - "r_y2": 372.236, - "r_x3": 192.48, - "r_y3": 372.236, + "r_x0": 253.92, + "r_y0": 336.626, + "r_x1": 265.795, + "r_y1": 336.626, + "r_x2": 265.795, + "r_y2": 346.916, + "r_x3": 253.92, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "and ", - "orig": "and ", + "text": "GLYPH<12>;GLYPH<9>", + "orig": "GLYPH<12>;GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 34, + "index": 73, "rgba": { "r": 0, "g": 0, @@ -65991,27 +64604,28 @@ "a": 255 }, "rect": { - "r_x0": 216.24, - "r_y0": 361.946, - "r_x1": 230.035, - "r_y1": 361.946, - "r_x2": 230.035, - "r_y2": 372.236, - "r_x3": 216.24, - "r_y3": 372.236, + "r_x0": 268.68, + "r_y0": 336.626, + "r_x1": 284.875, + "r_y1": 336.626, + "r_x2": 284.875, + "r_y2": 346.916, + "r_x3": 268.68, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "all ", - "orig": "all ", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 35, + "index": 74, "rgba": { "r": 0, "g": 0, @@ -66019,27 +64633,28 @@ "a": 255 }, "rect": { - "r_x0": 235.08, - "r_y0": 361.946, - "r_x1": 270.835, - "r_y1": 361.946, - "r_x2": 270.835, - "r_y2": 372.236, - "r_x3": 235.08, - "r_y3": 372.236, + "r_x0": 287.754, + "r_y0": 336.626, + "r_x1": 321.114, + "r_y1": 336.626, + "r_x2": 321.114, + "r_y2": 346.916, + "r_x3": 287.754, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "eligible ", - "orig": "eligible ", + "text": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", + "orig": "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 36, + "index": 75, "rgba": { "r": 0, "g": 0, @@ -66047,27 +64662,28 @@ "a": 255 }, "rect": { - "r_x0": 275.88, - "r_y0": 361.946, - "r_x1": 342.835, - "r_y1": 361.946, - "r_x2": 342.835, - "r_y2": 372.236, - "r_x3": 275.88, - "r_y3": 372.236, + "r_x0": 324.0, + "r_y0": 336.626, + "r_x1": 360.954, + "r_y1": 336.626, + "r_x2": 360.954, + "r_y2": 346.916, + "r_x3": 324.0, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "subcontractors ", - "orig": "subcontractors ", + "text": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + "orig": ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 37, + "index": 76, "rgba": { "r": 0, "g": 0, @@ -66075,27 +64691,28 @@ "a": 255 }, "rect": { - "r_x0": 347.88, - "r_y0": 361.946, - "r_x1": 377.514, - "r_y1": 361.946, - "r_x2": 377.514, - "r_y2": 372.236, - "r_x3": 347.88, - "r_y3": 372.236, + "r_x0": 363.84, + "r_y0": 336.626, + "r_x1": 408.834, + "r_y1": 336.626, + "r_x2": 408.834, + "r_y2": 346.916, + "r_x3": 363.84, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "which ", - "orig": "which ", + "text": "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", + "orig": "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 38, + "index": 77, "rgba": { "r": 0, "g": 0, @@ -66103,27 +64720,28 @@ "a": 255 }, "rect": { - "r_x0": 382.56, - "r_y0": 361.946, - "r_x1": 412.794, - "r_y1": 361.946, - "r_x2": 412.794, - "r_y2": 372.236, - "r_x3": 382.56, - "r_y3": 372.236, + "r_x0": 411.72, + "r_y0": 336.626, + "r_x1": 441.954, + "r_y1": 336.626, + "r_x2": 441.954, + "r_y2": 346.916, + "r_x3": 411.72, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "would ", - "orig": "would ", + "text": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 39, + "index": 78, "rgba": { "r": 0, "g": 0, @@ -66131,27 +64749,28 @@ "a": 255 }, "rect": { - "r_x0": 417.834, - "r_y0": 361.946, - "r_x1": 431.034, - "r_y1": 361.946, - "r_x2": 431.034, - "r_y2": 372.236, - "r_x3": 417.834, - "r_y3": 372.236, + "r_x0": 444.834, + "r_y0": 336.626, + "r_x1": 458.034, + "r_y1": 336.626, + "r_x2": 458.034, + "r_y2": 346.916, + "r_x3": 444.834, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "be ", - "orig": "be ", + "text": ":GLYPH<8>GLYPH<9>", + "orig": ":GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 40, + "index": 79, "rgba": { "r": 0, "g": 0, @@ -66159,27 +64778,28 @@ "a": 255 }, "rect": { - "r_x0": 435.96, - "r_y0": 361.946, - "r_x1": 453.474, - "r_y1": 361.946, - "r_x2": 453.474, - "r_y2": 372.236, - "r_x3": 435.96, - "r_y3": 372.236, + "r_x0": 460.919, + "r_y0": 336.626, + "r_x1": 479.634, + "r_y1": 336.626, + "r_x2": 479.634, + "r_y2": 346.916, + "r_x3": 460.919, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "our ", - "orig": "our ", + "text": "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 41, + "index": 80, "rgba": { "r": 0, "g": 0, @@ -66187,27 +64807,28 @@ "a": 255 }, "rect": { - "r_x0": 458.514, - "r_y0": 361.946, - "r_x1": 542.754, - "r_y1": 361.946, - "r_x2": 542.754, - "r_y2": 372.236, - "r_x3": 458.514, - "r_y3": 372.236, + "r_x0": 482.399, + "r_y0": 336.626, + "r_x1": 501.714, + "r_y1": 336.626, + "r_x2": 501.714, + "r_y2": 346.916, + "r_x3": 482.399, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "preferred structure ", - "orig": "preferred structure ", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 42, + "index": 81, "rgba": { "r": 0, "g": 0, @@ -66215,27 +64836,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, - "r_y0": 349.226, - "r_x1": 542.754, - "r_y1": 349.226, - "r_x2": 542.754, - "r_y2": 359.516, - "r_x3": 72.0, - "r_y3": 359.516, + "r_x0": 504.599, + "r_y0": 336.626, + "r_x1": 523.914, + "r_y1": 336.626, + "r_x2": 523.914, + "r_y2": 346.916, + "r_x3": 504.599, + "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "for insuring this project. This estimate was developed from pricing indications reflective of the current ", - "orig": "for insuring this project. This estimate was developed from pricing indications reflective of the current ", + "text": ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", + "orig": ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 43, + "index": 82, "rgba": { "r": 0, "g": 0, @@ -66243,27 +64865,28 @@ "a": 255 }, "rect": { - "r_x0": 72.0, + "r_x0": 526.679, "r_y0": 336.626, "r_x1": 542.754, "r_y1": 336.626, "r_x2": 542.754, "r_y2": 346.916, - "r_x3": 72.0, + "r_x3": 526.679, "r_y3": 346.916, "coord_origin": "BOTTOMLEFT" }, - "text": "market conditions. Note the net cost of the project liability insurance would be this rate less the ", - "orig": "market conditions. Note the net cost of the project liability insurance would be this rate less the ", + "text": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 44, + "index": 83, "rgba": { "r": 0, "g": 0, @@ -66281,17 +64904,18 @@ "r_y3": 334.196, "coord_origin": "BOTTOMLEFT" }, - "text": "avoided/credited subcontractor GL insurance costs. This contemplates a $50K project deductible. ", - "orig": "avoided/credited subcontractor GL insurance costs. This contemplates a $50K project deductible. ", + "text": "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", + "orig": "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 45, + "index": 84, "rgba": { "r": 0, "g": 0, @@ -66309,17 +64933,18 @@ "r_y3": 321.596, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 46, + "index": 85, "rgba": { "r": 0, "g": 0, @@ -66337,17 +64962,18 @@ "r_y3": 308.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 47, + "index": 86, "rgba": { "r": 0, "g": 0, @@ -66365,17 +64991,18 @@ "r_y3": 295.867, "coord_origin": "BOTTOMLEFT" }, - "text": "P&P Bond", - "orig": "P&P Bond", + "text": "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", + "orig": "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 48, + "index": 87, "rgba": { "r": 0, "g": 0, @@ -66393,17 +65020,18 @@ "r_y3": 296.276, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 49, + "index": 88, "rgba": { "r": 0, "g": 0, @@ -66421,17 +65049,18 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": "P&P Bond: ", - "orig": "P&P Bond: ", + "text": "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", + "orig": "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 50, + "index": 89, "rgba": { "r": 0, "g": 0, @@ -66449,17 +65078,18 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": " $6.76/$1,000", - "orig": " $6.76/$1,000", + "text": "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", + "orig": "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 51, + "index": 90, "rgba": { "r": 0, "g": 0, @@ -66477,17 +65107,18 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": " of total contract value (CV). Per the assumed ", - "orig": " of total contract value (CV). Per the assumed ", + "text": "GLYPH<9> GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<9> GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 52, + "index": 91, "rgba": { "r": 0, "g": 0, @@ -66505,17 +65136,18 @@ "r_y3": 283.267, "coord_origin": "BOTTOMLEFT" }, - "text": "$60,000,000 CV", - "orig": "$60,000,000 CV", + "text": "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", + "orig": "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 53, + "index": 92, "rgba": { "r": 0, "g": 0, @@ -66533,17 +65165,18 @@ "r_y3": 283.676, "coord_origin": "BOTTOMLEFT" }, - "text": ", your P&P bond ", - "orig": ", your P&P bond ", + "text": "GLYPH<27>GLYPH<9> GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", + "orig": "GLYPH<27>GLYPH<9> GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 54, + "index": 93, "rgba": { "r": 0, "g": 0, @@ -66561,17 +65194,18 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": "estimate is ", - "orig": "estimate is ", + "text": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", + "orig": "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 55, + "index": 94, "rgba": { "r": 0, "g": 0, @@ -66589,17 +65223,18 @@ "r_y3": 270.547, "coord_origin": "BOTTOMLEFT" }, - "text": "$405,600", - "orig": "$405,600", + "text": "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", + "orig": "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 56, + "index": 95, "rgba": { "r": 0, "g": 0, @@ -66617,17 +65252,18 @@ "r_y3": 270.956, "coord_origin": "BOTTOMLEFT" }, - "text": ". ", - "orig": ". ", + "text": "=GLYPH<9>", + "orig": "=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 57, + "index": 96, "rgba": { "r": 0, "g": 0, @@ -66645,17 +65281,18 @@ "r_y3": 258.356, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 58, + "index": 97, "rgba": { "r": 0, "g": 0, @@ -66673,17 +65310,18 @@ "r_y3": 245.756, "coord_origin": "BOTTOMLEFT" }, - "text": "Any change in duration, CV, warranty period, or delivery type assumptions provided above may impact the ", - "orig": "Any change in duration, CV, warranty period, or delivery type assumptions provided above may impact the ", + "text": "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9> GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9> !GLYPH<2>GLYPH<9> GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9> -3GLYPH<27>GLYPH<9> GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9> (GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9> GLYPH<12>GLYPH<5>GLYPH<9> GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9> GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9> GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9> (GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9> *GLYPH<6>GLYPH<29>GLYPH<9> !*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + "orig": "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9> GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9> !GLYPH<2>GLYPH<9> GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9> -3GLYPH<27>GLYPH<9> GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9> (GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9> GLYPH<12>GLYPH<5>GLYPH<9> GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9> GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9> GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9> (GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9> *GLYPH<6>GLYPH<29>GLYPH<9> !*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 59, + "index": 98, "rgba": { "r": 0, "g": 0, @@ -66701,17 +65339,18 @@ "r_y3": 233.036, "coord_origin": "BOTTOMLEFT" }, - "text": "rate. The bond premium will be billed in full up front and will be adjusted at completion based on the final ", - "orig": "rate. The bond premium will be billed in full up front and will be adjusted at completion based on the final ", + "text": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9> GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9> :GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9> (GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9> GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9> GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9> :GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<12>GLYPH<2>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9> ;!GLYPH<2>GLYPH<6>.GLYPH<9>", + "orig": "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9> GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9> :GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9> (GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9> GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9> GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9> :GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<12>GLYPH<2>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9> ;!GLYPH<2>GLYPH<6>.GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 60, + "index": 99, "rgba": { "r": 0, "g": 0, @@ -66729,17 +65368,18 @@ "r_y3": 220.436, "coord_origin": "BOTTOMLEFT" }, - "text": "CV. ", - "orig": "CV. ", + "text": "-3=GLYPH<9>", + "orig": "-3=GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 61, + "index": 100, "rgba": { "r": 0, "g": 0, @@ -66757,17 +65397,18 @@ "r_y3": 207.307, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 62, + "index": 101, "rgba": { "r": 0, "g": 0, @@ -66785,17 +65426,18 @@ "r_y3": 194.707, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 63, + "index": 102, "rgba": { "r": 0, "g": 0, @@ -66813,17 +65455,18 @@ "r_y3": 182.107, "coord_origin": "BOTTOMLEFT" }, - "text": "Builders Risk", - "orig": "Builders Risk", + "text": "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", + "orig": "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R14", "font_name": "/LHLUEV+TimesNewRoman,Bold" }, { - "index": 64, + "index": 103, "rgba": { "r": 0, "g": 0, @@ -66841,17 +65484,18 @@ "r_y3": 182.516, "coord_origin": "BOTTOMLEFT" }, - "text": ": ", - "orig": ": ", + "text": "GLYPH<23>GLYPH<9> GLYPH<9>", + "orig": "GLYPH<23>GLYPH<9> GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R12", "font_name": "/ALEULP+TimesNewRoman" }, { - "index": 65, + "index": 104, "rgba": { "r": 0, "g": 0, @@ -66869,17 +65513,18 @@ "r_y3": 169.542, "coord_origin": "BOTTOMLEFT" }, - "text": "An Owner provided builder's risk policy must be on an all-risk form with minimum LEG2 coverage for ", - "orig": "An Owner provided builder's risk policy must be on an all-risk form with minimum LEG2 coverage for ", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 66, + "index": 105, "rgba": { "r": 0, "g": 0, @@ -66897,17 +65542,18 @@ "r_y3": 156.942, "coord_origin": "BOTTOMLEFT" }, - "text": "damage resulting from faulty workmanship and must not contain any provisions that limit CCG's ability ", - "orig": "damage resulting from faulty workmanship and must not contain any provisions that limit CCG's ability ", + "text": "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3> GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", + "orig": "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3> GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 67, + "index": 106, "rgba": { "r": 0, "g": 0, @@ -66925,17 +65571,18 @@ "r_y3": 144.222, "coord_origin": "BOTTOMLEFT" }, - "text": "to recoup its actual costs, including overhead, profit and delay related general conditions, incurred in the ", - "orig": "to recoup its actual costs, including overhead, profit and delay related general conditions, incurred in the ", + "text": "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", + "orig": "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 68, + "index": 107, "rgba": { "r": 0, "g": 0, @@ -66953,17 +65600,18 @@ "r_y3": 131.622, "coord_origin": "BOTTOMLEFT" }, - "text": "course of repair of covered builder's risk losses. The Owner procured policy, or a specimen of such ", - "orig": "course of repair of covered builder's risk losses. The Owner procured policy, or a specimen of such ", + "text": "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", + "orig": "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 69, + "index": 108, "rgba": { "r": 0, "g": 0, @@ -66981,17 +65629,18 @@ "r_y3": 119.022, "coord_origin": "BOTTOMLEFT" }, - "text": "policy that the Owner plans to purchase, must be reviewed by risk management prior to execution of the ", - "orig": "policy that the Owner plans to purchase, must be reviewed by risk management prior to execution of the ", + "text": "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", + "orig": "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 70, + "index": 109, "rgba": { "r": 0, "g": 0, @@ -67009,17 +65658,18 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "contract", - "orig": "contract", + "text": "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", + "orig": "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" }, { - "index": 71, + "index": 110, "rgba": { "r": 0, "g": 0, @@ -67037,17 +65687,18 @@ "r_y3": 104.565, "coord_origin": "BOTTOMLEFT" }, - "text": ". ", - "orig": ". ", + "text": "GLYPH<1> GLYPH<2>GLYPH<2>", + "orig": "GLYPH<1> GLYPH<2>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R18", "font_name": "/XSDTZW+Arial,Italic" }, { - "index": 72, + "index": 111, "rgba": { "r": 0, "g": 0, @@ -67065,16 +65716,20 @@ "r_y3": 106.302, "coord_origin": "BOTTOMLEFT" }, - "text": "Please note that if the Owner's policy does not meet Clark's satisfaction, the Owner will need ", - "orig": "Please note that if the Owner's policy does not meet Clark's satisfaction, the Owner will need ", + "text": "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3> GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", + "orig": "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3> GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R16", "font_name": "/GGGJOQ+TimesNewRoman,Italic" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/font_03.pdf.v2.json b/tests/data/groundtruth/font_03.pdf.v2.json index 8668f4cc..051df6f2 100644 --- a/tests/data/groundtruth/font_03.pdf.v2.json +++ b/tests/data/groundtruth/font_03.pdf.v2.json @@ -28,7 +28,7 @@ 724.245, 174.0, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -51,7 +51,7 @@ 724.245, 305.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -74,7 +74,7 @@ 724.245, 539.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -97,7 +97,7 @@ 45.393, 72.0, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -120,7 +120,7 @@ 45.393, 212.999, 45.393, - "I", + "GLYPH<2>", -1, 2.247, "25 0 R [stream]", @@ -143,7 +143,7 @@ 45.393, 215.519, 45.393, - "n", + "GLYPH<3>", -1, 2.247, "25 0 R [stream]", @@ -166,7 +166,7 @@ 45.393, 220.799, 45.393, - "s", + "GLYPH<4>", -1, 2.247, "25 0 R [stream]", @@ -189,7 +189,7 @@ 45.393, 224.759, 45.393, - "&", + "GLYPH<5>", -1, 2.247, "25 0 R [stream]", @@ -212,7 +212,7 @@ 45.393, 231.599, 45.393, - "B", + "GLYPH<6>", -1, 2.247, "25 0 R [stream]", @@ -235,7 +235,7 @@ 45.393, 236.999, 45.393, - "o", + "GLYPH<7>", -1, 2.247, "25 0 R [stream]", @@ -258,7 +258,7 @@ 45.393, 242.279, 45.393, - "n", + "GLYPH<3>", -1, 2.247, "25 0 R [stream]", @@ -281,7 +281,7 @@ 45.393, 247.559, 45.393, - "d", + "GLYPH<8>", -1, 2.247, "25 0 R [stream]", @@ -304,7 +304,7 @@ 45.393, 252.839, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -327,7 +327,7 @@ 45.393, 255.119, 45.393, - "Q", + "GLYPH<9>", -1, 2.247, "25 0 R [stream]", @@ -350,7 +350,7 @@ 45.393, 261.839, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -373,7 +373,7 @@ 45.393, 267.119, 45.393, - "o", + "GLYPH<7>", -1, 2.247, "25 0 R [stream]", @@ -396,7 +396,7 @@ 45.393, 272.399, 45.393, - "t", + "GLYPH<11>", -1, 2.247, "25 0 R [stream]", @@ -419,7 +419,7 @@ 45.393, 275.759, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -442,7 +442,7 @@ 45.393, 280.674, 45.393, - "_", + "GLYPH<13>", -1, 2.247, "25 0 R [stream]", @@ -465,7 +465,7 @@ 45.393, 285.599, 45.393, - "4", + "GLYPH<14>", -1, 2.247, "25 0 R [stream]", @@ -488,7 +488,7 @@ 45.393, 290.639, 45.393, - "9", + "GLYPH<15>", -1, 2.247, "25 0 R [stream]", @@ -511,7 +511,7 @@ 45.393, 295.679, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -534,7 +534,7 @@ 45.393, 300.719, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -557,7 +557,7 @@ 45.393, 305.759, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -580,7 +580,7 @@ 45.393, 308.039, 45.393, - "A", + "GLYPH<17>", -1, 2.247, "25 0 R [stream]", @@ -603,7 +603,7 @@ 45.393, 313.799, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -626,7 +626,7 @@ 45.393, 319.079, 45.393, - "g", + "GLYPH<18>", -1, 2.247, "25 0 R [stream]", @@ -649,7 +649,7 @@ 45.393, 323.759, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -672,7 +672,7 @@ 45.393, 329.039, 45.393, - "s", + "GLYPH<4>", -1, 2.247, "25 0 R [stream]", @@ -695,7 +695,7 @@ 45.393, 332.999, 45.393, - "t", + "GLYPH<11>", -1, 2.247, "25 0 R [stream]", @@ -718,7 +718,7 @@ 45.393, 336.359, 45.393, - "a", + "GLYPH<19>", -1, 2.247, "25 0 R [stream]", @@ -741,7 +741,7 @@ 45.393, 341.159, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -764,7 +764,7 @@ 45.393, 343.439, 45.393, - "A", + "GLYPH<17>", -1, 2.247, "25 0 R [stream]", @@ -787,7 +787,7 @@ 45.393, 349.199, 45.393, - "v", + "GLYPH<20>", -1, 2.247, "25 0 R [stream]", @@ -810,7 +810,7 @@ 45.393, 353.759, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -833,7 +833,7 @@ 45.393, 358.674, 45.393, - "_", + "GLYPH<13>", -1, 2.247, "25 0 R [stream]", @@ -856,7 +856,7 @@ 45.393, 363.599, 45.393, - "0", + "GLYPH<21>", -1, 2.247, "25 0 R [stream]", @@ -879,7 +879,7 @@ 45.393, 368.639, 45.393, - "3", + "GLYPH<22>", -1, 2.247, "25 0 R [stream]", @@ -902,7 +902,7 @@ 45.393, 373.679, 45.393, - ".", + "GLYPH<23>", -1, 2.247, "25 0 R [stream]", @@ -925,7 +925,7 @@ 45.393, 376.199, 45.393, - "0", + "GLYPH<21>", -1, 2.247, "25 0 R [stream]", @@ -948,7 +948,7 @@ 45.393, 381.359, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -971,7 +971,7 @@ 45.393, 386.399, 45.393, - ".", + "GLYPH<23>", -1, 2.247, "25 0 R [stream]", @@ -994,7 +994,7 @@ 45.393, 388.919, 45.393, - "2", + "GLYPH<24>", -1, 2.247, "25 0 R [stream]", @@ -1017,7 +1017,7 @@ 45.393, 393.959, 45.393, - "4", + "GLYPH<14>", -1, 2.247, "25 0 R [stream]", @@ -1040,7 +1040,7 @@ 45.393, 399.119, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1063,7 +1063,7 @@ 45.393, 512.998, 45.393, - "p", + "GLYPH<25>", -1, 2.247, "25 0 R [stream]", @@ -1086,7 +1086,7 @@ 45.393, 518.278, 45.393, - "a", + "GLYPH<19>", -1, 2.247, "25 0 R [stream]", @@ -1109,7 +1109,7 @@ 45.393, 523.078, 45.393, - "g", + "GLYPH<18>", -1, 2.247, "25 0 R [stream]", @@ -1132,7 +1132,7 @@ 45.393, 527.758, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -1155,7 +1155,7 @@ 45.393, 532.678, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1178,7 +1178,7 @@ 45.393, 534.958, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -1201,7 +1201,7 @@ 45.393, 539.999, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1224,7 +1224,7 @@ 696.768, 72.0, 696.768, - "I", + "GLYPH<1>", -1, 5.989, "25 0 R [stream]", @@ -1247,7 +1247,7 @@ 696.768, 80.28, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1270,7 +1270,7 @@ 696.768, 92.52, 696.768, - "s", + "GLYPH<3>", -1, 5.989, "25 0 R [stream]", @@ -1293,7 +1293,7 @@ 696.768, 102.12, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -1316,7 +1316,7 @@ 696.768, 114.36, 696.768, - "r", + "GLYPH<5>", -1, 5.989, "25 0 R [stream]", @@ -1339,7 +1339,7 @@ 696.768, 122.64, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -1362,7 +1362,7 @@ 696.768, 133.56, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1385,7 +1385,7 @@ 696.768, 145.8, 696.768, - "c", + "GLYPH<7>", -1, 5.989, "25 0 R [stream]", @@ -1408,7 +1408,7 @@ 696.768, 156.72, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -1431,7 +1431,7 @@ 696.768, 167.64, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1454,7 +1454,7 @@ 696.768, 173.88, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -1477,7 +1477,7 @@ 696.768, 184.68, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1500,7 +1500,7 @@ 696.768, 196.92, 696.768, - "d", + "GLYPH<10>", -1, 5.989, "25 0 R [stream]", @@ -1523,7 +1523,7 @@ 696.768, 209.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1546,7 +1546,7 @@ 696.768, 215.4, 696.768, - "B", + "GLYPH<11>", -1, 5.989, "25 0 R [stream]", @@ -1569,7 +1569,7 @@ 696.768, 231.6, 696.768, - "o", + "GLYPH<12>", -1, 5.989, "25 0 R [stream]", @@ -1592,7 +1592,7 @@ 696.768, 243.84, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1615,7 +1615,7 @@ 696.768, 256.08, 696.768, - "d", + "GLYPH<10>", -1, 5.989, "25 0 R [stream]", @@ -1638,7 +1638,7 @@ 696.768, 268.32, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1661,7 +1661,7 @@ 696.768, 274.68, 696.768, - "Q", + "GLYPH<13>", -1, 5.989, "25 0 R [stream]", @@ -1684,7 +1684,7 @@ 696.768, 292.2, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -1707,7 +1707,7 @@ 696.768, 304.56, 696.768, - "o", + "GLYPH<12>", -1, 5.989, "25 0 R [stream]", @@ -1730,7 +1730,7 @@ 696.768, 316.8, 696.768, - "t", + "GLYPH<14>", -1, 5.989, "25 0 R [stream]", @@ -1753,7 +1753,7 @@ 696.768, 323.76, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -1776,7 +1776,7 @@ 696.768, 334.68, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1799,7 +1799,7 @@ 696.768, 340.92, 696.768, - "-", + "GLYPH<15>", -1, 5.989, "25 0 R [stream]", @@ -1822,7 +1822,7 @@ 696.768, 353.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1845,7 +1845,7 @@ 696.768, 359.4, 696.768, - "4", + "GLYPH<16>", -1, 5.989, "25 0 R [stream]", @@ -1868,7 +1868,7 @@ 696.768, 371.64, 696.768, - "9", + "GLYPH<17>", -1, 5.989, "25 0 R [stream]", @@ -1891,7 +1891,7 @@ 696.768, 383.88, 696.768, - "1", + "GLYPH<18>", -1, 5.989, "25 0 R [stream]", @@ -1914,7 +1914,7 @@ 696.768, 395.28, 696.768, - "1", + "GLYPH<18>", -1, 5.989, "25 0 R [stream]", @@ -1937,7 +1937,7 @@ 696.768, 407.52, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1960,7 +1960,7 @@ 696.768, 412.44, 696.768, - "A", + "GLYPH<19>", -1, 5.989, "25 0 R [stream]", @@ -1983,7 +1983,7 @@ 696.768, 429.96, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -2006,7 +2006,7 @@ 696.768, 442.2, 696.768, - "g", + "GLYPH<20>", -1, 5.989, "25 0 R [stream]", @@ -2029,7 +2029,7 @@ 696.768, 454.44, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -2052,7 +2052,7 @@ 696.768, 466.68, 696.768, - "s", + "GLYPH<3>", -1, 5.989, "25 0 R [stream]", @@ -2075,7 +2075,7 @@ 696.768, 476.28, 696.768, - "t", + "GLYPH<14>", -1, 5.989, "25 0 R [stream]", @@ -2098,7 +2098,7 @@ 696.768, 483.24, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -2121,7 +2121,7 @@ 696.768, 494.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -2144,7 +2144,7 @@ 696.768, 499.08, 696.768, - "A", + "GLYPH<19>", -1, 5.989, "25 0 R [stream]", @@ -2167,7 +2167,7 @@ 696.768, 514.92, 696.768, - "v", + "GLYPH<21>", -1, 5.989, "25 0 R [stream]", @@ -2190,7 +2190,7 @@ 696.768, 527.16, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -2213,7 +2213,7 @@ 696.768, 538.08, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -2236,7 +2236,7 @@ 659.995, 72.0, 659.995, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -2259,7 +2259,7 @@ 659.995, 78.72, 659.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -2282,7 +2282,7 @@ 659.995, 84.24, 659.995, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -2305,7 +2305,7 @@ 659.995, 87.36, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2328,7 +2328,7 @@ 659.995, 90.12, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2351,7 +2351,7 @@ 659.995, 92.88, 659.995, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -2374,7 +2374,7 @@ 659.995, 100.2, 659.995, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -2397,7 +2397,7 @@ 659.995, 103.92, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2420,7 +2420,7 @@ 659.995, 108.72, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2443,7 +2443,7 @@ 659.995, 114.24, 659.995, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -2466,7 +2466,7 @@ 659.995, 119.76, 659.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -2489,7 +2489,7 @@ 659.995, 125.28, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2512,7 +2512,7 @@ 659.995, 130.8, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2535,7 +2535,7 @@ 659.995, 133.56, 659.995, - "S", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -2558,7 +2558,7 @@ 659.995, 139.68, 659.995, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -2581,7 +2581,7 @@ 659.995, 145.08, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2604,7 +2604,7 @@ 659.995, 150.0, 659.995, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -2627,7 +2627,7 @@ 659.995, 157.92, 659.995, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -2650,7 +2650,7 @@ 659.995, 160.68, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2673,7 +2673,7 @@ 659.995, 163.44, 659.995, - "R", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -2696,7 +2696,7 @@ 659.995, 170.76, 659.995, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -2719,7 +2719,7 @@ 659.995, 176.28, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2742,7 +2742,7 @@ 659.995, 181.2, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2765,7 +2765,7 @@ 659.995, 186.72, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2788,7 +2788,7 @@ 659.995, 189.36, 659.995, - "M", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -2811,7 +2811,7 @@ 659.995, 199.2, 659.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -2834,7 +2834,7 @@ 659.995, 204.12, 659.995, - "K", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -2857,7 +2857,7 @@ 659.995, 212.04, 659.995, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -2880,7 +2880,7 @@ 659.995, 216.96, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2903,7 +2903,7 @@ 659.995, 222.48, 659.995, - "z", + " ", -1, 2.755, "25 0 R [stream]", @@ -2926,7 +2926,7 @@ 659.995, 227.28, 659.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -2949,7 +2949,7 @@ 659.995, 230.4, 659.995, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -2972,7 +2972,7 @@ 659.995, 235.2, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2995,7 +2995,7 @@ 635.395, 72.0, 635.395, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -3018,7 +3018,7 @@ 635.395, 79.32, 635.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -3041,7 +3041,7 @@ 635.395, 82.44, 635.395, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3064,7 +3064,7 @@ 635.395, 87.96, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3087,7 +3087,7 @@ 635.395, 90.72, 635.395, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -3110,7 +3110,7 @@ 635.395, 98.64, 635.395, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3133,7 +3133,7 @@ 635.395, 103.56, 635.395, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -3156,7 +3156,7 @@ 635.395, 106.56, 635.395, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3179,7 +3179,7 @@ 635.395, 111.48, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3202,7 +3202,7 @@ 635.395, 114.24, 635.395, - "-", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -3225,7 +3225,7 @@ 635.395, 119.76, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3248,7 +3248,7 @@ 635.395, 122.52, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3271,7 +3271,7 @@ 635.395, 128.04, 635.395, - "3", + "$", -1, 2.755, "25 0 R [stream]", @@ -3294,7 +3294,7 @@ 635.395, 133.44, 635.395, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -3317,7 +3317,7 @@ 635.395, 136.56, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3340,7 +3340,7 @@ 635.395, 142.08, 635.395, - "1", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -3363,7 +3363,7 @@ 635.395, 147.48, 635.395, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -3386,7 +3386,7 @@ 635.395, 150.6, 635.395, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -3409,7 +3409,7 @@ 635.395, 156.12, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3432,7 +3432,7 @@ 635.395, 161.64, 635.395, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -3455,7 +3455,7 @@ 635.395, 167.16, 635.395, - "4", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -3478,7 +3478,7 @@ 635.395, 172.56, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3501,7 +3501,7 @@ 610.915, 72.0, 610.915, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -3524,7 +3524,7 @@ 610.915, 78.12, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3547,7 +3547,7 @@ 610.915, 81.84, 610.915, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3570,7 +3570,7 @@ 610.915, 86.755, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -3593,7 +3593,7 @@ 610.915, 92.28, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3616,7 +3616,7 @@ 610.915, 97.08, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3639,7 +3639,7 @@ 610.915, 100.8, 610.915, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3662,7 +3662,7 @@ 610.915, 105.72, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3685,7 +3685,7 @@ 610.915, 111.24, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3708,7 +3708,7 @@ 610.915, 114.0, 610.915, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -3731,7 +3731,7 @@ 610.915, 121.32, 610.915, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -3754,7 +3754,7 @@ 610.915, 126.72, 610.915, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -3777,7 +3777,7 @@ 610.915, 129.84, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3800,7 +3800,7 @@ 610.915, 132.6, 610.915, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -3823,7 +3823,7 @@ 610.915, 139.32, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3846,7 +3846,7 @@ 610.915, 144.84, 610.915, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -3869,7 +3869,7 @@ 610.915, 152.76, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3892,7 +3892,7 @@ 610.915, 157.56, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3915,7 +3915,7 @@ 610.915, 161.28, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3938,7 +3938,7 @@ 610.915, 166.8, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3961,7 +3961,7 @@ 610.915, 169.56, 610.915, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -3984,7 +3984,7 @@ 610.915, 177.48, 610.915, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -4007,7 +4007,7 @@ 610.915, 185.4, 610.915, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4030,7 +4030,7 @@ 610.915, 190.8, 610.915, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -4053,7 +4053,7 @@ 610.915, 199.44, 610.915, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4076,7 +4076,7 @@ 610.915, 204.96, 610.915, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -4099,7 +4099,7 @@ 610.915, 210.48, 610.915, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -4122,7 +4122,7 @@ 610.915, 214.08, 610.915, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -4145,7 +4145,7 @@ 610.915, 221.994, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -4168,7 +4168,7 @@ 610.915, 227.514, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -4191,7 +4191,7 @@ 610.915, 233.04, 610.915, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -4214,7 +4214,7 @@ 610.915, 236.16, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4237,7 +4237,7 @@ 610.915, 240.96, 610.915, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -4260,7 +4260,7 @@ 610.915, 246.48, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4283,7 +4283,7 @@ 610.915, 249.24, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4306,7 +4306,7 @@ 610.915, 251.88, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4329,7 +4329,7 @@ 586.315, 72.0, 586.315, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -4352,7 +4352,7 @@ 586.315, 79.92, 586.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4375,7 +4375,7 @@ 586.315, 84.84, 586.315, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4398,7 +4398,7 @@ 586.315, 87.96, 586.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -4421,7 +4421,7 @@ 586.315, 92.88, 586.315, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -4444,7 +4444,7 @@ 586.315, 95.88, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4467,7 +4467,7 @@ 586.315, 98.64, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4490,7 +4490,7 @@ 586.315, 101.4, 586.315, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -4513,7 +4513,7 @@ 586.315, 106.92, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4536,7 +4536,7 @@ 586.315, 112.44, 586.315, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -4559,7 +4559,7 @@ 586.315, 115.44, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4582,7 +4582,7 @@ 586.315, 120.96, 586.315, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -4605,7 +4605,7 @@ 586.315, 126.48, 586.315, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -4628,7 +4628,7 @@ 586.315, 129.48, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4651,7 +4651,7 @@ 586.315, 135.0, 586.315, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -4674,7 +4674,7 @@ 586.315, 140.52, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4697,7 +4697,7 @@ 586.315, 146.04, 586.315, - "4", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -4720,7 +4720,7 @@ 586.315, 151.44, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4743,7 +4743,7 @@ 561.955, 72.0, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -4766,7 +4766,7 @@ 561.955, 79.32, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4789,7 +4789,7 @@ 561.955, 84.84, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -4812,7 +4812,7 @@ 561.955, 90.36, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4835,7 +4835,7 @@ 561.955, 93.48, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -4858,7 +4858,7 @@ 561.955, 97.2, 561.955, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4881,7 +4881,7 @@ 561.955, 102.0, 561.955, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -4904,7 +4904,7 @@ 561.955, 106.92, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4927,7 +4927,7 @@ 561.955, 110.04, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4950,7 +4950,7 @@ 561.955, 112.8, 561.955, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -4973,7 +4973,7 @@ 561.955, 119.4, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -4996,7 +4996,7 @@ 561.955, 124.92, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5019,7 +5019,7 @@ 561.955, 127.92, 561.955, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -5042,7 +5042,7 @@ 561.955, 131.04, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5065,7 +5065,7 @@ 561.955, 134.16, 561.955, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -5088,7 +5088,7 @@ 561.955, 139.56, 561.955, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -5111,7 +5111,7 @@ 561.955, 142.68, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5134,7 +5134,7 @@ 561.955, 145.44, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5157,7 +5157,7 @@ 561.955, 152.76, 561.955, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -5180,7 +5180,7 @@ 561.955, 155.76, 561.955, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -5203,7 +5203,7 @@ 561.955, 160.68, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5226,7 +5226,7 @@ 561.955, 164.4, 561.955, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -5249,7 +5249,7 @@ 561.955, 169.92, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5272,7 +5272,7 @@ 561.955, 172.68, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5295,7 +5295,7 @@ 561.955, 180.0, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5318,7 +5318,7 @@ 561.955, 185.4, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5341,7 +5341,7 @@ 561.955, 190.8, 561.955, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -5364,7 +5364,7 @@ 561.955, 195.12, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5387,7 +5387,7 @@ 561.955, 198.24, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5410,7 +5410,7 @@ 561.955, 201.96, 561.955, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -5433,7 +5433,7 @@ 561.955, 207.36, 561.955, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -5456,7 +5456,7 @@ 561.955, 212.28, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5479,7 +5479,7 @@ 561.955, 215.28, 561.955, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -5502,7 +5502,7 @@ 561.955, 218.4, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5525,7 +5525,7 @@ 561.955, 223.92, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5548,7 +5548,7 @@ 561.955, 229.44, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5571,7 +5571,7 @@ 561.955, 232.2, 561.955, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -5594,7 +5594,7 @@ 561.955, 240.0, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5617,7 +5617,7 @@ 561.955, 243.72, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5640,7 +5640,7 @@ 561.955, 249.24, 561.955, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -5663,7 +5663,7 @@ 561.955, 254.754, 561.955, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -5686,7 +5686,7 @@ 561.955, 260.28, 561.955, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -5709,7 +5709,7 @@ 561.955, 263.04, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5732,7 +5732,7 @@ 561.955, 265.8, 561.955, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -5755,7 +5755,7 @@ 561.955, 272.52, 561.955, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -5778,7 +5778,7 @@ 561.955, 279.24, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5801,7 +5801,7 @@ 561.955, 286.44, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5824,7 +5824,7 @@ 549.235, 72.0, 549.235, - "O", + "2", -1, 2.755, "25 0 R [stream]", @@ -5847,7 +5847,7 @@ 549.235, 79.92, 549.235, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -5870,7 +5870,7 @@ 549.235, 87.84, 549.235, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5893,7 +5893,7 @@ 549.235, 93.36, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -5916,7 +5916,7 @@ 549.235, 98.28, 549.235, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5939,7 +5939,7 @@ 549.235, 102.0, 549.235, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -5962,7 +5962,7 @@ 549.235, 105.12, 549.235, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5985,7 +5985,7 @@ 549.235, 107.88, 549.235, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -6008,7 +6008,7 @@ 549.235, 115.8, 549.235, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -6031,7 +6031,7 @@ 549.235, 121.2, 549.235, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -6054,7 +6054,7 @@ 549.235, 124.92, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6077,7 +6077,7 @@ 549.235, 129.84, 549.235, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6100,7 +6100,7 @@ 549.235, 132.84, 549.235, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6123,7 +6123,7 @@ 549.235, 135.96, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6146,7 +6146,7 @@ 549.235, 140.88, 549.235, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6169,7 +6169,7 @@ 549.235, 143.64, 549.235, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6192,7 +6192,7 @@ 549.235, 150.84, 549.235, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6215,7 +6215,7 @@ 549.235, 155.755, 549.235, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -6238,7 +6238,7 @@ 549.235, 161.28, 549.235, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6261,7 +6261,7 @@ 549.235, 164.28, 549.235, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6284,7 +6284,7 @@ 549.235, 167.4, 549.235, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6307,7 +6307,7 @@ 549.235, 172.2, 549.235, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6330,7 +6330,7 @@ 548.827, 175.2, 548.827, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -6353,7 +6353,7 @@ 536.635, 72.0, 536.635, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -6376,7 +6376,7 @@ 536.635, 78.72, 536.635, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -6399,7 +6399,7 @@ 536.635, 83.04, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6422,7 +6422,7 @@ 536.635, 86.16, 536.635, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6445,7 +6445,7 @@ 536.635, 89.16, 536.635, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -6468,7 +6468,7 @@ 536.635, 97.8, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6491,7 +6491,7 @@ 536.635, 102.6, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6514,7 +6514,7 @@ 536.635, 105.72, 536.635, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6537,7 +6537,7 @@ 536.635, 110.64, 536.635, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -6560,7 +6560,7 @@ 536.635, 116.16, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6583,7 +6583,7 @@ 536.635, 118.92, 536.635, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6606,7 +6606,7 @@ 536.635, 126.24, 536.635, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -6629,7 +6629,7 @@ 536.635, 131.64, 536.635, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -6652,7 +6652,7 @@ 536.635, 137.16, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6675,7 +6675,7 @@ 536.635, 140.16, 536.635, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -6698,7 +6698,7 @@ 536.635, 143.88, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6721,7 +6721,7 @@ 536.635, 148.8, 536.635, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -6744,7 +6744,7 @@ 536.635, 153.6, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6767,7 +6767,7 @@ 536.635, 156.72, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6790,7 +6790,7 @@ 536.635, 159.48, 536.635, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -6813,7 +6813,7 @@ 536.635, 167.4, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6836,7 +6836,7 @@ 536.635, 172.2, 536.635, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6859,7 +6859,7 @@ 536.635, 175.32, 536.635, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -6882,7 +6882,7 @@ 536.635, 180.84, 536.635, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6905,7 +6905,7 @@ 536.635, 185.76, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6928,7 +6928,7 @@ 536.635, 188.4, 536.635, - "(", + "4", -1, 2.755, "25 0 R [stream]", @@ -6951,7 +6951,7 @@ 536.635, 192.0, 536.635, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6974,7 +6974,7 @@ 536.635, 199.32, 536.635, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -6997,7 +6997,7 @@ 536.635, 207.24, 536.635, - ")", + "5", -1, 2.755, "25 0 R [stream]", @@ -7020,7 +7020,7 @@ 536.635, 210.96, 536.635, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -7043,7 +7043,7 @@ 536.635, 214.08, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7066,7 +7066,7 @@ 536.635, 216.84, 536.635, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -7089,7 +7089,7 @@ 536.635, 222.36, 536.635, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -7112,7 +7112,7 @@ 536.635, 227.88, 536.635, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -7135,7 +7135,7 @@ 536.635, 233.28, 536.635, - "M", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -7158,7 +7158,7 @@ 536.635, 243.0, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7181,7 +7181,7 @@ 524.035, 72.0, 524.035, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -7204,7 +7204,7 @@ 524.035, 79.32, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7227,7 +7227,7 @@ 524.035, 84.84, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7250,7 +7250,7 @@ 524.035, 90.36, 524.035, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -7273,7 +7273,7 @@ 524.035, 94.68, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7296,7 +7296,7 @@ 524.035, 97.68, 524.035, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -7319,7 +7319,7 @@ 524.035, 101.4, 524.035, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -7342,7 +7342,7 @@ 524.035, 106.92, 524.035, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -7365,7 +7365,7 @@ 524.035, 111.72, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7388,7 +7388,7 @@ 524.035, 114.84, 524.035, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -7411,7 +7411,7 @@ 524.035, 117.96, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7434,7 +7434,7 @@ 524.035, 123.48, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7457,7 +7457,7 @@ 524.035, 129.0, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7480,7 +7480,7 @@ 524.035, 131.76, 524.035, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -7503,7 +7503,7 @@ 524.035, 139.68, 524.035, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -7526,7 +7526,7 @@ 524.035, 145.08, 524.035, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -7549,7 +7549,7 @@ 524.035, 148.8, 524.035, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -7572,7 +7572,7 @@ 524.035, 153.6, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7595,7 +7595,7 @@ 524.035, 156.72, 524.035, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -7618,7 +7618,7 @@ 524.035, 159.84, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7641,7 +7641,7 @@ 524.035, 165.24, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7664,7 +7664,7 @@ 524.035, 170.76, 524.035, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -7687,7 +7687,7 @@ 524.035, 173.88, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7710,7 +7710,7 @@ 524.035, 176.64, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7733,7 +7733,7 @@ 524.035, 179.4, 524.035, - "3", + "$", -1, 2.755, "25 0 R [stream]", @@ -7756,7 +7756,7 @@ 524.035, 184.8, 524.035, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -7779,7 +7779,7 @@ 524.035, 190.32, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7802,7 +7802,7 @@ 524.035, 192.96, 524.035, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -7825,7 +7825,7 @@ 524.035, 201.6, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7848,7 +7848,7 @@ 524.035, 207.12, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7871,7 +7871,7 @@ 524.035, 212.52, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7894,7 +7894,7 @@ 524.035, 215.64, 524.035, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -7917,7 +7917,7 @@ 524.035, 221.16, 524.035, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -7940,7 +7940,7 @@ 524.035, 225.36, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7963,7 +7963,7 @@ 511.315, 72.0, 511.315, - "1", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -7986,7 +7986,7 @@ 511.315, 77.52, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8009,7 +8009,7 @@ 511.315, 80.28, 511.315, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -8032,7 +8032,7 @@ 511.315, 83.88, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8055,7 +8055,7 @@ 511.315, 86.64, 511.315, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -8078,7 +8078,7 @@ 511.315, 92.16, 511.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8101,7 +8101,7 @@ 511.315, 97.08, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8124,7 +8124,7 @@ 511.315, 102.0, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8147,7 +8147,7 @@ 511.315, 105.72, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8170,7 +8170,7 @@ 511.315, 108.48, 511.315, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -8193,7 +8193,7 @@ 511.315, 116.4, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8216,7 +8216,7 @@ 511.315, 121.2, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8239,7 +8239,7 @@ 511.315, 124.92, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8262,7 +8262,7 @@ 511.315, 128.64, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8285,7 +8285,7 @@ 511.315, 133.44, 511.315, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8308,7 +8308,7 @@ 511.315, 138.96, 511.315, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -8331,7 +8331,7 @@ 511.315, 142.08, 511.315, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -8354,7 +8354,7 @@ 511.315, 147.6, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8377,7 +8377,7 @@ 511.315, 150.234, 511.315, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -8400,7 +8400,7 @@ 511.315, 155.76, 511.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8423,7 +8423,7 @@ 511.315, 160.68, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8446,7 +8446,7 @@ 511.315, 164.28, 511.315, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -8469,7 +8469,7 @@ 511.315, 167.4, 511.315, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -8492,7 +8492,7 @@ 511.315, 172.92, 511.315, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -8515,7 +8515,7 @@ 511.315, 178.32, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8538,7 +8538,7 @@ 498.715, 72.0, 498.715, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -8561,7 +8561,7 @@ 498.715, 79.32, 498.715, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -8584,7 +8584,7 @@ 498.715, 82.44, 498.715, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8607,7 +8607,7 @@ 498.715, 87.36, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -8630,7 +8630,7 @@ 498.715, 91.68, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -8653,7 +8653,7 @@ 498.715, 96.0, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8676,7 +8676,7 @@ 498.715, 98.76, 498.715, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -8699,7 +8699,7 @@ 498.715, 106.08, 498.715, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -8722,7 +8722,7 @@ 498.715, 108.84, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8745,7 +8745,7 @@ 498.715, 111.6, 498.715, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -8768,7 +8768,7 @@ 498.715, 119.4, 498.715, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8791,7 +8791,7 @@ 498.715, 124.32, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8814,7 +8814,7 @@ 498.715, 129.84, 498.715, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8837,7 +8837,7 @@ 498.715, 134.76, 498.715, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8860,7 +8860,7 @@ 498.715, 138.36, 498.715, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8883,7 +8883,7 @@ 498.715, 143.28, 498.715, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -8906,7 +8906,7 @@ 498.715, 146.4, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8929,7 +8929,7 @@ 498.715, 149.16, 498.715, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -8952,7 +8952,7 @@ 498.715, 156.48, 498.715, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -8975,7 +8975,7 @@ 498.715, 161.88, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8998,7 +8998,7 @@ 498.715, 167.4, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -9021,7 +9021,7 @@ 498.715, 171.72, 498.715, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9044,7 +9044,7 @@ 498.715, 174.72, 498.715, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -9067,7 +9067,7 @@ 498.715, 178.44, 498.715, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -9090,7 +9090,7 @@ 498.715, 183.96, 498.715, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9113,7 +9113,7 @@ 498.715, 188.76, 498.715, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9136,7 +9136,7 @@ 498.715, 191.76, 498.715, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9159,7 +9159,7 @@ 498.715, 194.88, 498.715, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9182,7 +9182,7 @@ 498.715, 200.4, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9205,7 +9205,7 @@ 498.715, 205.8, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9228,7 +9228,7 @@ 485.995, 72.0, 485.995, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -9251,7 +9251,7 @@ 485.995, 78.72, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9274,7 +9274,7 @@ 485.995, 84.24, 485.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9297,7 +9297,7 @@ 485.995, 89.16, 485.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -9320,7 +9320,7 @@ 485.995, 94.08, 485.995, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9343,7 +9343,7 @@ 485.995, 97.08, 485.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9366,7 +9366,7 @@ 485.995, 100.2, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9389,7 +9389,7 @@ 485.995, 105.72, 485.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9412,7 +9412,7 @@ 485.995, 111.12, 485.995, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -9435,7 +9435,7 @@ 485.995, 114.24, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9458,7 +9458,7 @@ 485.995, 117.0, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9481,7 +9481,7 @@ 485.995, 119.76, 485.995, - "R", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -9504,7 +9504,7 @@ 485.995, 127.08, 485.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9527,7 +9527,7 @@ 485.995, 130.08, 485.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9550,7 +9550,7 @@ 485.995, 135.0, 485.995, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -9573,7 +9573,7 @@ 485.995, 140.52, 485.995, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -9596,7 +9596,7 @@ 485.995, 149.04, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9619,7 +9619,7 @@ 485.995, 154.56, 485.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9642,7 +9642,7 @@ 485.995, 160.08, 485.995, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -9665,7 +9665,7 @@ 485.995, 165.6, 485.995, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -9688,7 +9688,7 @@ 485.995, 168.36, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9711,7 +9711,7 @@ 485.995, 171.12, 485.995, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -9734,7 +9734,7 @@ 485.995, 179.04, 485.995, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -9757,7 +9757,7 @@ 485.995, 186.84, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9780,7 +9780,7 @@ 473.395, 72.0, 473.395, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -9803,7 +9803,7 @@ 473.395, 79.92, 473.395, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -9826,7 +9826,7 @@ 473.395, 84.84, 473.395, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -9849,7 +9849,7 @@ 473.395, 89.16, 473.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9872,7 +9872,7 @@ 473.395, 92.28, 473.395, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -9895,7 +9895,7 @@ 473.395, 97.8, 473.395, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9918,7 +9918,7 @@ 473.395, 103.32, 473.395, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -9941,7 +9941,7 @@ 473.395, 106.92, 473.395, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -9964,7 +9964,7 @@ 473.395, 114.24, 473.395, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -9987,7 +9987,7 @@ 473.395, 119.76, 473.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -10010,7 +10010,7 @@ 473.395, 122.76, 473.395, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -10033,7 +10033,7 @@ 473.395, 125.88, 473.395, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -10056,7 +10056,7 @@ 473.395, 131.4, 473.395, - "?", + "7", -1, 2.755, "25 0 R [stream]", @@ -10079,7 +10079,7 @@ 473.395, 136.32, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10102,7 +10102,7 @@ 473.395, 139.08, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10125,7 +10125,7 @@ 473.395, 141.84, 473.395, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -10148,7 +10148,7 @@ 473.395, 149.758, 473.395, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10171,7 +10171,7 @@ 473.395, 155.158, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10194,7 +10194,7 @@ 460.795, 72.0, 460.795, - "J", + "9", -1, 2.755, "25 0 R [stream]", @@ -10217,7 +10217,7 @@ 460.795, 76.32, 460.795, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10240,7 +10240,7 @@ 460.795, 81.84, 460.795, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -10263,7 +10263,7 @@ 460.795, 84.96, 460.795, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10286,7 +10286,7 @@ 460.795, 90.36, 460.795, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -10309,7 +10309,7 @@ 460.795, 93.48, 460.795, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -10332,7 +10332,7 @@ 460.795, 97.08, 460.795, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -10355,7 +10355,7 @@ 460.795, 105.0, 460.795, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10378,7 +10378,7 @@ 460.795, 109.92, 460.795, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10401,7 +10401,7 @@ 460.795, 115.44, 460.795, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -10424,7 +10424,7 @@ 460.795, 118.56, 460.795, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -10447,7 +10447,7 @@ 460.795, 123.96, 460.795, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -10470,7 +10470,7 @@ 460.795, 127.68, 460.795, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10493,7 +10493,7 @@ 460.795, 132.6, 460.795, - "?", + "7", -1, 2.755, "25 0 R [stream]", @@ -10516,7 +10516,7 @@ 460.795, 137.52, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10539,7 +10539,7 @@ 460.795, 140.28, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10562,7 +10562,7 @@ 460.795, 143.04, 460.795, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -10585,7 +10585,7 @@ 460.795, 150.958, 460.795, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10608,7 +10608,7 @@ 460.795, 156.358, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10631,7 +10631,7 @@ 448.076, 72.0, 448.076, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10654,7 +10654,7 @@ 435.476, 72.0, 435.476, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10677,7 +10677,7 @@ 422.347, 72.0, 422.347, - "L", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10700,7 +10700,7 @@ 422.347, 79.32, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10723,7 +10723,7 @@ 422.347, 82.44, 422.347, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -10746,7 +10746,7 @@ 422.347, 87.96, 422.347, - "b", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -10769,7 +10769,7 @@ 422.347, 94.08, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10792,7 +10792,7 @@ 422.347, 97.08, 422.347, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -10815,7 +10815,7 @@ 422.347, 100.2, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10838,7 +10838,7 @@ 422.347, 103.2, 422.347, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -10861,7 +10861,7 @@ 422.347, 106.92, 422.347, - "y", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10884,7 +10884,7 @@ 422.347, 112.44, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -10907,7 +10907,7 @@ 422.347, 115.2, 422.347, - "I", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10930,7 +10930,7 @@ 422.347, 119.52, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -10953,7 +10953,7 @@ 422.347, 125.52, 422.347, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -10976,7 +10976,7 @@ 422.347, 129.84, 422.347, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10999,7 +10999,7 @@ 422.347, 135.96, 422.347, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -11022,7 +11022,7 @@ 422.347, 140.88, 422.347, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -11045,7 +11045,7 @@ 422.347, 146.4, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -11068,7 +11068,7 @@ 422.347, 152.52, 422.347, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -11091,7 +11091,7 @@ 422.347, 157.32, 422.347, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -11114,7 +11114,7 @@ 422.347, 162.24, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11137,7 +11137,7 @@ 422.347, 165.0, 422.347, - "-", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -11160,7 +11160,7 @@ 422.347, 170.52, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11183,7 +11183,7 @@ 422.347, 173.16, 422.347, - "G", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -11206,7 +11206,7 @@ 422.347, 181.8, 422.347, - "L", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -11229,7 +11229,7 @@ 422.347, 189.12, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11252,7 +11252,7 @@ 422.347, 191.76, 422.347, - "O", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -11275,7 +11275,7 @@ 422.347, 200.4, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -11298,7 +11298,7 @@ 422.347, 206.52, 422.347, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -11321,7 +11321,7 @@ 422.347, 209.64, 422.347, - "y", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -11344,7 +11344,7 @@ 422.347, 215.16, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11367,7 +11367,7 @@ 422.347, 217.92, 422.347, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -11390,7 +11390,7 @@ 422.347, 225.84, 422.347, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -11413,7 +11413,7 @@ 422.347, 233.76, 422.347, - "I", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -11436,7 +11436,7 @@ 422.347, 238.08, 422.347, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -11459,7 +11459,7 @@ 422.347, 244.68, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11482,7 +11482,7 @@ 409.747, 72.0, 409.747, - "R", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -11505,7 +11505,7 @@ 409.747, 79.92, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -11528,7 +11528,7 @@ 409.747, 85.44, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -11551,7 +11551,7 @@ 409.747, 89.16, 409.747, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -11574,7 +11574,7 @@ 409.747, 94.08, 409.747, - ":", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -11597,7 +11597,7 @@ 409.747, 97.8, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11620,7 +11620,7 @@ 409.747, 102.96, 409.747, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -11643,7 +11643,7 @@ 409.747, 108.48, 409.747, - "2", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -11666,7 +11666,7 @@ 409.747, 113.88, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11689,7 +11689,7 @@ 409.747, 119.4, 409.747, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -11712,7 +11712,7 @@ 409.747, 122.16, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11735,7 +11735,7 @@ 409.747, 127.68, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11758,7 +11758,7 @@ 409.747, 133.08, 409.747, - "/", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -11781,7 +11781,7 @@ 409.747, 136.2, 409.747, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -11804,7 +11804,7 @@ 409.747, 141.72, 409.747, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -11827,7 +11827,7 @@ 409.747, 147.24, 409.747, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -11850,7 +11850,7 @@ 409.747, 150.0, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11873,7 +11873,7 @@ 409.747, 155.52, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11896,7 +11896,7 @@ 409.747, 161.04, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11919,7 +11919,7 @@ 409.747, 166.56, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11942,7 +11942,7 @@ 409.747, 171.6, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -11965,7 +11965,7 @@ 409.747, 177.12, 409.747, - "f", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -11988,7 +11988,7 @@ 409.747, 180.84, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12011,7 +12011,7 @@ 409.747, 186.0, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12034,7 +12034,7 @@ 409.747, 189.6, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -12057,7 +12057,7 @@ 409.747, 195.12, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12080,7 +12080,7 @@ 409.747, 198.84, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12103,7 +12103,7 @@ 409.747, 204.36, 409.747, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12126,7 +12126,7 @@ 409.747, 207.48, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12149,7 +12149,7 @@ 409.747, 212.52, 409.747, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12172,7 +12172,7 @@ 409.747, 217.44, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -12195,7 +12195,7 @@ 409.747, 222.96, 409.747, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -12218,7 +12218,7 @@ 409.747, 229.08, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12241,7 +12241,7 @@ 409.747, 232.68, 409.747, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -12264,7 +12264,7 @@ 409.747, 237.6, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12287,7 +12287,7 @@ 409.747, 243.12, 409.747, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12310,7 +12310,7 @@ 409.747, 248.04, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12333,7 +12333,7 @@ 409.747, 251.76, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12356,7 +12356,7 @@ 409.747, 256.8, 409.747, - "v", + " ", -1, 2.755, "25 0 R [stream]", @@ -12379,7 +12379,7 @@ 409.747, 262.32, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12402,7 +12402,7 @@ 409.747, 267.84, 409.747, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12425,7 +12425,7 @@ 409.747, 270.96, 409.747, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -12448,7 +12448,7 @@ 409.747, 276.96, 409.747, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -12471,7 +12471,7 @@ 409.747, 281.88, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12494,7 +12494,7 @@ 409.747, 287.04, 409.747, - "(", + "!", -1, 2.755, "25 0 R [stream]", @@ -12517,7 +12517,7 @@ 409.747, 290.76, 409.747, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -12540,7 +12540,7 @@ 409.747, 298.56, 409.747, - "V", + "\"", -1, 2.755, "25 0 R [stream]", @@ -12563,7 +12563,7 @@ 409.747, 306.6, 409.747, - ")", + "#", -1, 2.755, "25 0 R [stream]", @@ -12586,7 +12586,7 @@ 409.747, 310.2, 409.747, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -12609,7 +12609,7 @@ 409.747, 312.96, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12632,7 +12632,7 @@ 410.156, 318.12, 410.156, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -12655,7 +12655,7 @@ 410.156, 324.24, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12678,7 +12678,7 @@ 410.156, 329.16, 410.156, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -12701,7 +12701,7 @@ 410.156, 332.88, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -12724,7 +12724,7 @@ 410.156, 338.04, 410.156, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12747,7 +12747,7 @@ 410.156, 341.16, 410.156, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -12770,7 +12770,7 @@ 410.156, 346.56, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12793,7 +12793,7 @@ 410.156, 351.48, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -12816,7 +12816,7 @@ 410.156, 356.64, 410.156, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12839,7 +12839,7 @@ 410.156, 361.56, 410.156, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -12862,7 +12862,7 @@ 410.156, 365.76, 410.156, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -12885,7 +12885,7 @@ 410.156, 370.08, 410.156, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12908,7 +12908,7 @@ 410.156, 375.48, 410.156, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -12931,7 +12931,7 @@ 410.156, 384.12, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12954,7 +12954,7 @@ 410.156, 389.04, 410.156, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -12977,7 +12977,7 @@ 410.156, 394.56, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13000,7 +13000,7 @@ 410.156, 399.72, 410.156, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -13023,7 +13023,7 @@ 410.156, 405.24, 410.156, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -13046,7 +13046,7 @@ 410.156, 410.76, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13069,7 +13069,7 @@ 410.156, 416.16, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13092,7 +13092,7 @@ 410.156, 418.92, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13115,7 +13115,7 @@ 410.156, 424.44, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13138,7 +13138,7 @@ 410.156, 429.84, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13161,7 +13161,7 @@ 410.156, 435.36, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13184,7 +13184,7 @@ 410.156, 438.12, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13207,7 +13207,7 @@ 410.156, 443.64, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13230,7 +13230,7 @@ 410.156, 449.16, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13253,7 +13253,7 @@ 410.156, 454.68, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13276,7 +13276,7 @@ 410.156, 457.44, 410.156, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -13299,7 +13299,7 @@ 410.156, 464.76, 410.156, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -13322,7 +13322,7 @@ 410.156, 472.68, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13345,7 +13345,7 @@ 410.156, 475.44, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13368,7 +13368,7 @@ 410.156, 480.6, 410.156, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -13391,7 +13391,7 @@ 410.156, 486.12, 410.156, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -13414,7 +13414,7 @@ 410.156, 491.64, 410.156, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -13437,7 +13437,7 @@ 410.156, 497.16, 410.156, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -13460,7 +13460,7 @@ 410.156, 500.88, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13483,7 +13483,7 @@ 410.156, 505.92, 410.156, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -13506,7 +13506,7 @@ 410.156, 509.04, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13529,7 +13529,7 @@ 410.156, 512.04, 410.156, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -13552,7 +13552,7 @@ 410.156, 516.955, 410.156, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -13575,7 +13575,7 @@ 410.156, 522.48, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13598,7 +13598,7 @@ 410.156, 525.48, 410.156, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -13621,7 +13621,7 @@ 410.156, 528.48, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13644,7 +13644,7 @@ 410.156, 531.6, 410.156, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13667,7 +13667,7 @@ 410.156, 534.6, 410.156, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -13690,7 +13690,7 @@ 410.156, 540.0, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13713,7 +13713,7 @@ 397.556, 72.0, 397.556, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -13736,7 +13736,7 @@ 397.556, 76.92, 397.556, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -13759,7 +13759,7 @@ 397.556, 81.24, 397.556, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13782,7 +13782,7 @@ 397.556, 84.24, 397.556, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13805,7 +13805,7 @@ 397.556, 87.36, 397.556, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -13828,7 +13828,7 @@ 397.556, 95.88, 397.556, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -13851,7 +13851,7 @@ 397.556, 100.8, 397.556, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13874,7 +13874,7 @@ 397.556, 103.8, 397.556, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -13897,7 +13897,7 @@ 397.556, 108.72, 397.556, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13920,7 +13920,7 @@ 397.556, 111.48, 397.556, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13943,7 +13943,7 @@ 397.556, 114.6, 397.556, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -13966,7 +13966,7 @@ 397.556, 118.8, 397.556, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13989,7 +13989,7 @@ 397.147, 121.56, 397.147, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -14012,7 +14012,7 @@ 397.147, 127.08, 397.147, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -14035,7 +14035,7 @@ 397.147, 132.6, 397.147, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -14058,7 +14058,7 @@ 397.147, 135.36, 397.147, - "2", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -14081,7 +14081,7 @@ 397.147, 140.88, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14104,7 +14104,7 @@ 397.147, 146.4, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14127,7 +14127,7 @@ 397.147, 151.8, 397.147, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -14150,7 +14150,7 @@ 397.147, 154.56, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14173,7 +14173,7 @@ 397.147, 160.08, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14196,7 +14196,7 @@ 397.147, 165.6, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14219,7 +14219,7 @@ 397.147, 171.12, 397.147, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -14242,7 +14242,7 @@ 397.147, 173.88, 397.147, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14265,7 +14265,7 @@ 397.147, 176.52, 397.147, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14288,7 +14288,7 @@ 384.427, 72.0, 384.427, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14311,7 +14311,7 @@ 372.236, 72.0, 372.236, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -14334,7 +14334,7 @@ 372.236, 78.72, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14357,7 +14357,7 @@ 372.236, 84.24, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -14380,7 +14380,7 @@ 372.236, 87.36, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -14403,7 +14403,7 @@ 372.236, 91.68, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14426,7 +14426,7 @@ 372.236, 99.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14449,7 +14449,7 @@ 372.236, 103.08, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14472,7 +14472,7 @@ 372.236, 108.0, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -14495,7 +14495,7 @@ 372.236, 111.12, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -14518,7 +14518,7 @@ 372.236, 116.04, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14541,7 +14541,7 @@ 372.236, 123.72, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -14564,7 +14564,7 @@ 372.236, 128.64, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -14587,7 +14587,7 @@ 372.236, 134.16, 372.236, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -14610,7 +14610,7 @@ 372.236, 139.68, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -14633,7 +14633,7 @@ 372.236, 144.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14656,7 +14656,7 @@ 372.236, 148.2, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -14679,7 +14679,7 @@ 372.236, 152.52, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14702,7 +14702,7 @@ 372.236, 160.32, 372.236, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -14725,7 +14725,7 @@ 372.236, 167.64, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -14748,7 +14748,7 @@ 372.236, 170.64, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14771,7 +14771,7 @@ 372.236, 175.56, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14794,7 +14794,7 @@ 372.236, 179.28, 372.236, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -14817,7 +14817,7 @@ 372.236, 184.8, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14840,7 +14840,7 @@ 372.236, 192.48, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14863,7 +14863,7 @@ 372.236, 197.4, 372.236, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -14886,7 +14886,7 @@ 372.236, 202.92, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -14909,7 +14909,7 @@ 372.236, 208.44, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14932,7 +14932,7 @@ 372.236, 216.24, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14955,7 +14955,7 @@ 372.236, 221.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -14978,7 +14978,7 @@ 372.236, 224.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15001,7 +15001,7 @@ 372.236, 227.28, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15024,7 +15024,7 @@ 372.236, 235.08, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15047,7 +15047,7 @@ 372.236, 239.88, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15070,7 +15070,7 @@ 372.236, 243.0, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15093,7 +15093,7 @@ 372.236, 246.12, 372.236, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -15116,7 +15116,7 @@ 372.236, 251.52, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15139,7 +15139,7 @@ 372.236, 254.634, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15162,7 +15162,7 @@ 372.236, 260.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15185,7 +15185,7 @@ 372.236, 263.16, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15208,7 +15208,7 @@ 372.236, 268.08, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15231,7 +15231,7 @@ 372.236, 275.88, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -15254,7 +15254,7 @@ 372.236, 280.2, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15277,7 +15277,7 @@ 372.236, 285.714, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15300,7 +15300,7 @@ 372.236, 291.12, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15323,7 +15323,7 @@ 372.236, 296.04, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15346,7 +15346,7 @@ 372.236, 301.56, 372.236, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -15369,7 +15369,7 @@ 372.236, 307.08, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -15392,7 +15392,7 @@ 372.236, 310.08, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15415,7 +15415,7 @@ 372.236, 313.68, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -15438,7 +15438,7 @@ 372.236, 318.6, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15461,7 +15461,7 @@ 372.236, 323.52, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -15484,7 +15484,7 @@ 372.236, 326.64, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15507,7 +15507,7 @@ 372.236, 332.04, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15530,7 +15530,7 @@ 372.236, 335.76, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -15553,7 +15553,7 @@ 372.236, 340.08, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15576,7 +15576,7 @@ 372.236, 347.88, 372.236, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -15599,7 +15599,7 @@ 372.236, 355.8, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -15622,7 +15622,7 @@ 372.236, 361.32, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15645,7 +15645,7 @@ 372.236, 364.32, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15668,7 +15668,7 @@ 372.236, 369.24, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -15691,7 +15691,7 @@ 372.236, 374.76, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15714,7 +15714,7 @@ 372.236, 382.56, 372.236, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -15737,7 +15737,7 @@ 372.236, 390.48, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15760,7 +15760,7 @@ 372.236, 396.0, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15783,7 +15783,7 @@ 372.236, 401.52, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15806,7 +15806,7 @@ 372.236, 404.52, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -15829,7 +15829,7 @@ 372.236, 410.04, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15852,7 +15852,7 @@ 372.236, 417.834, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15875,7 +15875,7 @@ 372.236, 423.36, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15898,7 +15898,7 @@ 372.236, 428.28, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15921,7 +15921,7 @@ 372.236, 435.96, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15944,7 +15944,7 @@ 372.236, 441.48, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15967,7 +15967,7 @@ 372.236, 447.0, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15990,7 +15990,7 @@ 372.236, 450.72, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16013,7 +16013,7 @@ 372.236, 458.514, 372.236, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -16036,7 +16036,7 @@ 372.236, 464.04, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16059,7 +16059,7 @@ 372.236, 467.64, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16082,7 +16082,7 @@ 372.236, 472.56, 372.236, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -16105,7 +16105,7 @@ 372.236, 476.28, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16128,7 +16128,7 @@ 372.236, 481.08, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16151,7 +16151,7 @@ 372.236, 484.8, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16174,7 +16174,7 @@ 372.236, 488.4, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16197,7 +16197,7 @@ 372.236, 493.32, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -16220,7 +16220,7 @@ 372.236, 498.84, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16243,7 +16243,7 @@ 372.236, 501.6, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16266,7 +16266,7 @@ 372.236, 505.8, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16289,7 +16289,7 @@ 372.236, 508.92, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16312,7 +16312,7 @@ 372.236, 512.64, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16335,7 +16335,7 @@ 372.236, 518.04, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -16358,7 +16358,7 @@ 372.236, 522.96, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16381,7 +16381,7 @@ 372.236, 526.08, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16404,7 +16404,7 @@ 372.236, 531.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16427,7 +16427,7 @@ 372.236, 535.2, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16450,7 +16450,7 @@ 372.236, 540.0, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16473,7 +16473,7 @@ 359.516, 72.0, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -16496,7 +16496,7 @@ 359.516, 75.72, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -16519,7 +16519,7 @@ 359.516, 81.24, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16542,7 +16542,7 @@ 359.516, 84.96, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16565,7 +16565,7 @@ 359.516, 87.6, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16588,7 +16588,7 @@ 359.516, 90.72, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -16611,7 +16611,7 @@ 359.516, 96.24, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16634,7 +16634,7 @@ 359.516, 100.56, 359.516, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16657,7 +16657,7 @@ 359.516, 105.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16680,7 +16680,7 @@ 359.516, 109.68, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16703,7 +16703,7 @@ 359.516, 112.68, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -16726,7 +16726,7 @@ 359.516, 118.2, 359.516, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -16749,7 +16749,7 @@ 359.516, 123.72, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16772,7 +16772,7 @@ 359.516, 126.48, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16795,7 +16795,7 @@ 359.516, 129.6, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -16818,7 +16818,7 @@ 359.516, 135.0, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16841,7 +16841,7 @@ 359.516, 138.12, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16864,7 +16864,7 @@ 359.516, 142.32, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16887,7 +16887,7 @@ 359.516, 146.635, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -16910,7 +16910,7 @@ 359.516, 152.16, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16933,7 +16933,7 @@ 359.516, 155.88, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -16956,7 +16956,7 @@ 359.516, 161.275, 359.516, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -16979,7 +16979,7 @@ 359.516, 164.4, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17002,7 +17002,7 @@ 359.516, 169.2, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -17025,7 +17025,7 @@ 359.516, 174.12, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17048,7 +17048,7 @@ 359.516, 177.24, 359.516, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -17071,7 +17071,7 @@ 359.516, 179.88, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17094,7 +17094,7 @@ 359.516, 184.2, 359.516, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -17117,7 +17117,7 @@ 359.516, 190.8, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -17140,7 +17140,7 @@ 359.516, 196.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17163,7 +17163,7 @@ 359.516, 199.44, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17186,7 +17186,7 @@ 359.516, 203.76, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17209,7 +17209,7 @@ 359.516, 207.96, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17232,7 +17232,7 @@ 359.516, 212.88, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17255,7 +17255,7 @@ 359.516, 217.08, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17278,7 +17278,7 @@ 359.516, 220.2, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17301,7 +17301,7 @@ 359.516, 223.2, 359.516, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -17324,7 +17324,7 @@ 359.516, 231.84, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -17347,7 +17347,7 @@ 359.516, 236.64, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17370,7 +17370,7 @@ 359.516, 239.76, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17393,7 +17393,7 @@ 359.516, 244.68, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17416,7 +17416,7 @@ 359.516, 247.44, 359.516, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -17439,7 +17439,7 @@ 359.516, 255.36, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -17462,7 +17462,7 @@ 359.516, 260.28, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17485,7 +17485,7 @@ 359.516, 264.48, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17508,7 +17508,7 @@ 359.516, 268.8, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -17531,7 +17531,7 @@ 359.516, 274.32, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17554,7 +17554,7 @@ 359.516, 279.24, 359.516, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -17577,7 +17577,7 @@ 359.516, 284.64, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17600,7 +17600,7 @@ 359.516, 289.56, 359.516, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -17623,7 +17623,7 @@ 359.516, 292.68, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -17646,7 +17646,7 @@ 359.516, 298.075, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -17669,7 +17669,7 @@ 359.516, 303.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17692,7 +17692,7 @@ 359.516, 308.4, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -17715,7 +17715,7 @@ 359.516, 313.92, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17738,7 +17738,7 @@ 359.516, 318.24, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -17761,7 +17761,7 @@ 359.516, 321.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -17784,7 +17784,7 @@ 359.516, 325.56, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -17807,7 +17807,7 @@ 359.516, 331.08, 359.516, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -17830,7 +17830,7 @@ 359.516, 339.6, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17853,7 +17853,7 @@ 359.516, 343.915, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -17876,7 +17876,7 @@ 359.516, 349.44, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -17899,7 +17899,7 @@ 359.516, 353.04, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17922,7 +17922,7 @@ 359.516, 356.16, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -17945,7 +17945,7 @@ 359.516, 360.96, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17968,7 +17968,7 @@ 359.516, 364.08, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -17991,7 +17991,7 @@ 359.516, 369.6, 359.516, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -18014,7 +18014,7 @@ 359.516, 375.12, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18037,7 +18037,7 @@ 359.516, 379.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18060,7 +18060,7 @@ 359.516, 382.44, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18083,7 +18083,7 @@ 359.516, 387.96, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -18106,7 +18106,7 @@ 359.516, 393.36, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18129,7 +18129,7 @@ 359.516, 396.48, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18152,7 +18152,7 @@ 359.516, 401.4, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -18175,7 +18175,7 @@ 359.516, 406.2, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18198,7 +18198,7 @@ 359.516, 409.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18221,7 +18221,7 @@ 359.516, 412.32, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -18244,7 +18244,7 @@ 359.516, 417.84, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18267,7 +18267,7 @@ 359.516, 423.36, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -18290,7 +18290,7 @@ 359.516, 427.56, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18313,7 +18313,7 @@ 359.516, 431.88, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18336,7 +18336,7 @@ 359.516, 435.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18359,7 +18359,7 @@ 359.516, 440.4, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -18382,7 +18382,7 @@ 359.516, 444.12, 359.516, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -18405,7 +18405,7 @@ 359.516, 447.24, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18428,7 +18428,7 @@ 359.516, 452.04, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18451,7 +18451,7 @@ 359.516, 456.96, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18474,7 +18474,7 @@ 359.516, 459.96, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18497,7 +18497,7 @@ 359.516, 463.08, 359.516, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -18520,7 +18520,7 @@ 359.516, 468.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18543,7 +18543,7 @@ 359.516, 473.4, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18566,7 +18566,7 @@ 359.516, 477.72, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -18589,7 +18589,7 @@ 359.516, 483.24, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -18612,7 +18612,7 @@ 359.516, 486.84, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18635,7 +18635,7 @@ 359.516, 491.16, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18658,7 +18658,7 @@ 359.516, 494.28, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -18681,7 +18681,7 @@ 359.516, 499.68, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18704,7 +18704,7 @@ 359.516, 504.6, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18727,7 +18727,7 @@ 359.516, 508.92, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18750,7 +18750,7 @@ 359.516, 513.84, 359.516, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -18773,7 +18773,7 @@ 359.516, 519.24, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18796,7 +18796,7 @@ 359.516, 522.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18819,7 +18819,7 @@ 359.516, 526.56, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18842,7 +18842,7 @@ 359.516, 531.48, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18865,7 +18865,7 @@ 359.516, 537.0, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18888,7 +18888,7 @@ 359.516, 540.0, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18911,7 +18911,7 @@ 346.916, 72.0, 346.916, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -18934,7 +18934,7 @@ 346.916, 80.64, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -18957,7 +18957,7 @@ 346.916, 85.56, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18980,7 +18980,7 @@ 346.916, 89.16, 346.916, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -19003,7 +19003,7 @@ 346.916, 94.68, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19026,7 +19026,7 @@ 346.916, 99.6, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19049,7 +19049,7 @@ 346.916, 102.72, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19072,7 +19072,7 @@ 346.916, 108.24, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -19095,7 +19095,7 @@ 346.916, 113.16, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19118,7 +19118,7 @@ 346.916, 118.68, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19141,7 +19141,7 @@ 346.916, 124.2, 346.916, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -19164,7 +19164,7 @@ 346.916, 129.6, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -19187,7 +19187,7 @@ 346.916, 132.72, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19210,7 +19210,7 @@ 346.916, 135.72, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -19233,7 +19233,7 @@ 346.916, 138.84, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19256,7 +19256,7 @@ 346.916, 144.36, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19279,7 +19279,7 @@ 346.916, 149.88, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -19302,7 +19302,7 @@ 346.916, 154.2, 346.916, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -19325,7 +19325,7 @@ 346.916, 156.84, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19348,7 +19348,7 @@ 346.916, 159.6, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19371,7 +19371,7 @@ 346.916, 165.235, 346.916, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -19394,7 +19394,7 @@ 346.916, 173.16, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19417,7 +19417,7 @@ 346.916, 178.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19440,7 +19440,7 @@ 346.916, 181.8, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19463,7 +19463,7 @@ 346.916, 186.72, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19486,7 +19486,7 @@ 346.916, 192.24, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19509,7 +19509,7 @@ 346.916, 195.36, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -19532,7 +19532,7 @@ 346.916, 200.88, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19555,7 +19555,7 @@ 346.916, 205.8, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19578,7 +19578,7 @@ 346.916, 211.44, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19601,7 +19601,7 @@ 346.916, 216.96, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19624,7 +19624,7 @@ 346.916, 221.76, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19647,7 +19647,7 @@ 346.916, 224.88, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19670,7 +19670,7 @@ 346.916, 230.52, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -19693,7 +19693,7 @@ 346.916, 235.44, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19716,7 +19716,7 @@ 346.916, 240.84, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -19739,7 +19739,7 @@ 346.916, 245.16, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19762,7 +19762,7 @@ 346.916, 248.28, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19785,7 +19785,7 @@ 346.916, 253.92, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19808,7 +19808,7 @@ 346.916, 259.32, 346.916, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -19831,7 +19831,7 @@ 346.916, 263.04, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19854,7 +19854,7 @@ 346.916, 268.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19877,7 +19877,7 @@ 346.916, 271.8, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -19900,7 +19900,7 @@ 346.916, 277.2, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19923,7 +19923,7 @@ 346.916, 282.12, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19946,7 +19946,7 @@ 346.916, 287.754, 346.916, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -19969,7 +19969,7 @@ 346.916, 293.28, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -19992,7 +19992,7 @@ 346.916, 297.0, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -20015,7 +20015,7 @@ 346.916, 302.394, 346.916, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -20038,7 +20038,7 @@ 346.916, 305.52, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20061,7 +20061,7 @@ 346.916, 310.32, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -20084,7 +20084,7 @@ 346.916, 315.24, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20107,7 +20107,7 @@ 346.916, 318.36, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20130,7 +20130,7 @@ 346.916, 324.0, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20153,7 +20153,7 @@ 346.916, 327.0, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20176,7 +20176,7 @@ 346.916, 330.12, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20199,7 +20199,7 @@ 346.916, 335.034, 346.916, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -20222,7 +20222,7 @@ 346.916, 340.44, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20245,7 +20245,7 @@ 346.916, 343.56, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20268,7 +20268,7 @@ 346.916, 346.56, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20291,7 +20291,7 @@ 346.916, 349.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20314,7 +20314,7 @@ 346.916, 352.68, 346.916, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -20337,7 +20337,7 @@ 346.916, 358.2, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20360,7 +20360,7 @@ 346.916, 363.84, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20383,7 +20383,7 @@ 346.916, 366.96, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -20406,7 +20406,7 @@ 346.916, 372.48, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -20429,7 +20429,7 @@ 346.916, 376.68, 346.916, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -20452,7 +20452,7 @@ 346.916, 382.2, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -20475,7 +20475,7 @@ 346.916, 385.92, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20498,7 +20498,7 @@ 346.916, 390.72, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -20521,7 +20521,7 @@ 346.916, 396.24, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -20544,7 +20544,7 @@ 346.916, 401.16, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20567,7 +20567,7 @@ 346.916, 406.08, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20590,7 +20590,7 @@ 346.916, 411.72, 346.916, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -20613,7 +20613,7 @@ 346.916, 419.64, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -20636,7 +20636,7 @@ 346.916, 425.16, 346.916, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -20659,7 +20659,7 @@ 346.916, 430.56, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20682,7 +20682,7 @@ 346.916, 433.68, 346.916, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -20705,7 +20705,7 @@ 346.916, 439.2, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20728,7 +20728,7 @@ 346.916, 444.834, 346.916, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -20751,7 +20751,7 @@ 346.916, 450.359, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20774,7 +20774,7 @@ 346.916, 455.279, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20797,7 +20797,7 @@ 346.916, 460.919, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20820,7 +20820,7 @@ 346.916, 463.919, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -20843,7 +20843,7 @@ 346.916, 469.439, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20866,7 +20866,7 @@ 346.916, 472.559, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -20889,7 +20889,7 @@ 346.916, 476.879, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20912,7 +20912,7 @@ 346.916, 482.399, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -20935,7 +20935,7 @@ 346.916, 486.119, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20958,7 +20958,7 @@ 346.916, 490.919, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20981,7 +20981,7 @@ 346.916, 494.039, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21004,7 +21004,7 @@ 346.916, 498.959, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21027,7 +21027,7 @@ 346.916, 504.599, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -21050,7 +21050,7 @@ 346.916, 507.599, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21073,7 +21073,7 @@ 346.916, 512.519, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21096,7 +21096,7 @@ 346.916, 516.839, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21119,7 +21119,7 @@ 346.916, 521.159, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21142,7 +21142,7 @@ 346.916, 526.679, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21165,7 +21165,7 @@ 346.916, 529.799, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -21188,7 +21188,7 @@ 346.916, 535.199, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21211,7 +21211,7 @@ 346.916, 539.999, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21234,7 +21234,7 @@ 334.196, 72.0, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -21257,7 +21257,7 @@ 334.196, 76.92, 334.196, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -21280,7 +21280,7 @@ 334.196, 82.44, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21303,7 +21303,7 @@ 334.196, 87.96, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -21326,7 +21326,7 @@ 334.196, 91.08, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21349,7 +21349,7 @@ 334.196, 96.48, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21372,7 +21372,7 @@ 334.196, 101.4, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21395,7 +21395,7 @@ 334.196, 106.92, 334.196, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -21418,7 +21418,7 @@ 334.196, 109.92, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21441,7 +21441,7 @@ 334.196, 114.84, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21464,7 +21464,7 @@ 334.196, 118.56, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21487,7 +21487,7 @@ 334.196, 123.36, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21510,7 +21510,7 @@ 334.196, 128.88, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -21533,7 +21533,7 @@ 334.196, 131.88, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21556,7 +21556,7 @@ 334.196, 135.0, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21579,7 +21579,7 @@ 334.196, 139.92, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21602,7 +21602,7 @@ 334.196, 145.44, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21625,7 +21625,7 @@ 334.196, 148.08, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21648,7 +21648,7 @@ 334.196, 152.4, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -21671,7 +21671,7 @@ 334.196, 157.915, 334.196, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -21694,7 +21694,7 @@ 334.196, 163.44, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21717,7 +21717,7 @@ 334.196, 168.36, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21740,7 +21740,7 @@ 334.196, 173.88, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -21763,7 +21763,7 @@ 334.196, 179.28, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21786,7 +21786,7 @@ 334.196, 182.4, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21809,7 +21809,7 @@ 334.196, 186.0, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -21832,7 +21832,7 @@ 334.196, 190.8, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21855,7 +21855,7 @@ 334.196, 195.72, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21878,7 +21878,7 @@ 334.196, 198.84, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21901,7 +21901,7 @@ 334.196, 204.36, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21924,7 +21924,7 @@ 334.196, 207.96, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21947,7 +21947,7 @@ 334.196, 210.72, 334.196, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -21970,7 +21970,7 @@ 334.196, 218.64, 334.196, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -21993,7 +21993,7 @@ 334.196, 225.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22016,7 +22016,7 @@ 334.196, 228.12, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -22039,7 +22039,7 @@ 334.196, 231.24, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22062,7 +22062,7 @@ 334.196, 236.76, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22085,7 +22085,7 @@ 334.196, 240.96, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -22108,7 +22108,7 @@ 334.196, 246.48, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -22131,7 +22131,7 @@ 334.196, 250.2, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22154,7 +22154,7 @@ 334.196, 255.0, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22177,7 +22177,7 @@ 334.196, 260.52, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22200,7 +22200,7 @@ 334.196, 265.44, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22223,7 +22223,7 @@ 334.196, 270.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22246,7 +22246,7 @@ 334.196, 273.0, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22269,7 +22269,7 @@ 334.196, 277.92, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -22292,7 +22292,7 @@ 334.196, 283.44, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22315,7 +22315,7 @@ 334.196, 287.64, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22338,7 +22338,7 @@ 334.196, 290.76, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22361,7 +22361,7 @@ 334.196, 295.08, 334.196, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -22384,7 +22384,7 @@ 334.196, 297.84, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22407,7 +22407,7 @@ 334.196, 300.6, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22430,7 +22430,7 @@ 334.196, 303.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22453,7 +22453,7 @@ 334.196, 306.12, 334.196, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -22476,7 +22476,7 @@ 334.196, 312.72, 334.196, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -22499,7 +22499,7 @@ 334.196, 318.24, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -22522,7 +22522,7 @@ 334.196, 321.36, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22545,7 +22545,7 @@ 334.196, 325.68, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22568,7 +22568,7 @@ 334.196, 328.44, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22591,7 +22591,7 @@ 334.196, 333.24, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -22614,7 +22614,7 @@ 334.196, 338.76, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22637,7 +22637,7 @@ 334.196, 344.28, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22660,7 +22660,7 @@ 334.196, 347.28, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22683,7 +22683,7 @@ 334.196, 352.2, 334.196, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -22706,7 +22706,7 @@ 334.196, 360.834, 334.196, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -22729,7 +22729,7 @@ 334.196, 366.24, 334.196, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -22752,7 +22752,7 @@ 334.196, 369.36, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22775,7 +22775,7 @@ 334.196, 374.16, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22798,7 +22798,7 @@ 334.196, 377.28, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22821,7 +22821,7 @@ 334.196, 382.2, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22844,7 +22844,7 @@ 334.196, 386.4, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22867,7 +22867,7 @@ 334.196, 389.16, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22890,7 +22890,7 @@ 334.196, 394.08, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22913,7 +22913,7 @@ 334.196, 396.84, 334.196, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -22936,7 +22936,7 @@ 334.196, 402.36, 334.196, - "5", + ">", -1, 2.755, "25 0 R [stream]", @@ -22959,7 +22959,7 @@ 334.196, 407.88, 334.196, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -22982,7 +22982,7 @@ 334.196, 413.4, 334.196, - "K", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -23005,7 +23005,7 @@ 334.196, 421.32, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23028,7 +23028,7 @@ 334.196, 424.074, 334.196, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -23051,7 +23051,7 @@ 334.196, 429.48, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -23074,7 +23074,7 @@ 334.196, 433.08, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -23097,7 +23097,7 @@ 334.196, 438.594, 334.196, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -23120,7 +23120,7 @@ 334.196, 441.72, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23143,7 +23143,7 @@ 334.196, 446.64, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -23166,7 +23166,7 @@ 334.196, 451.44, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -23189,7 +23189,7 @@ 334.196, 454.56, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23212,7 +23212,7 @@ 334.196, 457.32, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23235,7 +23235,7 @@ 334.196, 462.84, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23258,7 +23258,7 @@ 334.196, 467.64, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23281,7 +23281,7 @@ 334.196, 473.16, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -23304,7 +23304,7 @@ 334.196, 478.68, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -23327,7 +23327,7 @@ 334.196, 483.48, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -23350,7 +23350,7 @@ 334.196, 486.6, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -23373,7 +23373,7 @@ 334.196, 489.714, 334.196, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -23396,7 +23396,7 @@ 334.196, 495.12, 334.196, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -23419,7 +23419,7 @@ 334.196, 498.24, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23442,7 +23442,7 @@ 334.196, 503.16, 334.196, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -23465,7 +23465,7 @@ 334.196, 505.92, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23488,7 +23488,7 @@ 334.196, 508.68, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23511,7 +23511,7 @@ 334.196, 511.32, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23534,7 +23534,7 @@ 321.596, 72.0, 321.596, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23557,7 +23557,7 @@ 308.996, 72.0, 308.996, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23580,7 +23580,7 @@ 295.867, 72.0, 295.867, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -23603,7 +23603,7 @@ 295.867, 78.72, 295.867, - "&", + "$", -1, 2.755, "25 0 R [stream]", @@ -23626,7 +23626,7 @@ 295.867, 87.96, 295.867, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -23649,7 +23649,7 @@ 295.867, 94.68, 295.867, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -23672,7 +23672,7 @@ 295.867, 97.44, 295.867, - "B", + "%", -1, 2.755, "25 0 R [stream]", @@ -23695,7 +23695,7 @@ 295.867, 104.76, 295.867, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -23718,7 +23718,7 @@ 295.867, 110.28, 295.867, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23741,7 +23741,7 @@ 295.867, 116.4, 295.867, - "d", + "&", -1, 2.755, "25 0 R [stream]", @@ -23764,7 +23764,7 @@ 296.276, 122.4, 296.276, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23787,7 +23787,7 @@ 283.676, 72.0, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -23810,7 +23810,7 @@ 283.676, 78.12, 283.676, - "&", + "?", -1, 2.755, "25 0 R [stream]", @@ -23833,7 +23833,7 @@ 283.676, 86.76, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -23856,7 +23856,7 @@ 283.676, 92.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23879,7 +23879,7 @@ 283.676, 95.64, 283.676, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -23902,7 +23902,7 @@ 283.676, 102.96, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -23925,7 +23925,7 @@ 283.676, 108.48, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -23948,7 +23948,7 @@ 283.676, 114.0, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23971,7 +23971,7 @@ 283.676, 119.4, 283.676, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -23994,7 +23994,7 @@ 283.676, 122.52, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24017,7 +24017,7 @@ 283.267, 125.28, 283.267, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -24040,7 +24040,7 @@ 283.267, 128.04, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -24063,7 +24063,7 @@ 283.267, 133.56, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -24086,7 +24086,7 @@ 283.267, 138.96, 283.267, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -24109,7 +24109,7 @@ 283.267, 141.72, 283.267, - "7", + "(", -1, 2.755, "25 0 R [stream]", @@ -24132,7 +24132,7 @@ 283.267, 147.24, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -24155,7 +24155,7 @@ 283.267, 152.76, 283.267, - "/", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -24178,7 +24178,7 @@ 283.267, 155.76, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -24201,7 +24201,7 @@ 283.267, 161.28, 283.267, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -24224,7 +24224,7 @@ 283.267, 166.8, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -24247,7 +24247,7 @@ 283.267, 169.56, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24270,7 +24270,7 @@ 283.267, 175.08, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24293,7 +24293,7 @@ 283.267, 180.6, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24316,7 +24316,7 @@ 283.676, 186.12, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24339,7 +24339,7 @@ 283.676, 188.76, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24362,7 +24362,7 @@ 283.676, 194.16, 283.676, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -24385,7 +24385,7 @@ 283.676, 197.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24408,7 +24408,7 @@ 283.676, 200.64, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24431,7 +24431,7 @@ 283.676, 203.64, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24454,7 +24454,7 @@ 283.676, 209.16, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24477,7 +24477,7 @@ 283.676, 212.28, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24500,7 +24500,7 @@ 283.676, 217.08, 283.676, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -24523,7 +24523,7 @@ 283.676, 220.2, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24546,7 +24546,7 @@ 283.676, 222.84, 283.676, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -24569,7 +24569,7 @@ 283.676, 227.76, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24592,7 +24592,7 @@ 283.676, 233.28, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -24615,7 +24615,7 @@ 283.676, 238.8, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24638,7 +24638,7 @@ 283.676, 241.8, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -24661,7 +24661,7 @@ 283.676, 245.52, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24684,7 +24684,7 @@ 283.676, 250.44, 283.676, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -24707,7 +24707,7 @@ 283.676, 255.24, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24730,7 +24730,7 @@ 283.676, 258.36, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24753,7 +24753,7 @@ 283.676, 261.0, 283.676, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -24776,7 +24776,7 @@ 283.676, 266.52, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24799,7 +24799,7 @@ 283.676, 271.44, 283.676, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -24822,7 +24822,7 @@ 283.676, 274.44, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -24845,7 +24845,7 @@ 283.676, 279.96, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -24868,7 +24868,7 @@ 283.676, 284.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24891,7 +24891,7 @@ 283.676, 287.52, 283.676, - "(", + "4", -1, 2.755, "25 0 R [stream]", @@ -24914,7 +24914,7 @@ 283.676, 291.24, 283.676, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -24937,7 +24937,7 @@ 283.676, 298.56, 283.676, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -24960,7 +24960,7 @@ 283.676, 306.48, 283.676, - ")", + "5", -1, 2.755, "25 0 R [stream]", @@ -24983,7 +24983,7 @@ 283.676, 310.2, 283.676, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -25006,7 +25006,7 @@ 283.676, 312.96, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25029,7 +25029,7 @@ 283.676, 315.6, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25052,7 +25052,7 @@ 283.676, 318.36, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25075,7 +25075,7 @@ 283.676, 324.48, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25098,7 +25098,7 @@ 283.676, 329.4, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -25121,7 +25121,7 @@ 283.676, 333.12, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25144,7 +25144,7 @@ 283.676, 335.76, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -25167,7 +25167,7 @@ 283.676, 338.88, 283.676, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25190,7 +25190,7 @@ 283.676, 344.4, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25213,7 +25213,7 @@ 283.676, 349.2, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25236,7 +25236,7 @@ 283.676, 351.96, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -25259,7 +25259,7 @@ 283.676, 356.88, 283.676, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -25282,7 +25282,7 @@ 283.676, 361.08, 283.676, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -25305,7 +25305,7 @@ 283.676, 365.4, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -25328,7 +25328,7 @@ 283.676, 370.92, 283.676, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -25351,7 +25351,7 @@ 283.676, 379.44, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25374,7 +25374,7 @@ 283.676, 384.36, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -25397,7 +25397,7 @@ 283.676, 389.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25420,7 +25420,7 @@ 283.267, 392.64, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -25443,7 +25443,7 @@ 283.267, 398.04, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -25466,7 +25466,7 @@ 283.267, 403.56, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25489,7 +25489,7 @@ 283.267, 409.08, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25512,7 +25512,7 @@ 283.267, 411.84, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25535,7 +25535,7 @@ 283.267, 417.36, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25558,7 +25558,7 @@ 283.267, 422.88, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25581,7 +25581,7 @@ 283.267, 428.4, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25604,7 +25604,7 @@ 283.267, 431.04, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25627,7 +25627,7 @@ 283.267, 436.44, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25650,7 +25650,7 @@ 283.267, 441.96, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25673,7 +25673,7 @@ 283.267, 447.48, 283.267, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -25696,7 +25696,7 @@ 283.267, 450.24, 283.267, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -25719,7 +25719,7 @@ 283.267, 458.16, 283.267, - "V", + "\"", -1, 2.755, "25 0 R [stream]", @@ -25742,7 +25742,7 @@ 283.676, 466.2, 283.676, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -25765,7 +25765,7 @@ 283.676, 468.96, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25788,7 +25788,7 @@ 283.676, 471.6, 283.676, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25811,7 +25811,7 @@ 283.676, 477.12, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -25834,7 +25834,7 @@ 283.676, 482.64, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -25857,7 +25857,7 @@ 283.676, 488.16, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -25880,7 +25880,7 @@ 283.676, 491.76, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25903,7 +25903,7 @@ 283.676, 494.52, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25926,7 +25926,7 @@ 283.676, 500.64, 283.676, - "&", + "?", -1, 2.755, "25 0 R [stream]", @@ -25949,7 +25949,7 @@ 283.676, 509.28, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25972,7 +25972,7 @@ 283.676, 515.28, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25995,7 +25995,7 @@ 283.676, 518.035, 283.676, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -26018,7 +26018,7 @@ 283.676, 523.56, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -26041,7 +26041,7 @@ 283.676, 529.08, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26064,7 +26064,7 @@ 283.676, 534.6, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -26087,7 +26087,7 @@ 283.676, 540.0, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26110,7 +26110,7 @@ 270.956, 72.0, 270.956, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26133,7 +26133,7 @@ 270.956, 76.92, 270.956, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -26156,7 +26156,7 @@ 270.956, 81.24, 270.956, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -26179,7 +26179,7 @@ 270.956, 84.24, 270.956, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26202,7 +26202,7 @@ 270.956, 87.36, 270.956, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -26225,7 +26225,7 @@ 270.956, 95.88, 270.956, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -26248,7 +26248,7 @@ 270.956, 100.8, 270.956, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -26271,7 +26271,7 @@ 270.956, 103.8, 270.956, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26294,7 +26294,7 @@ 270.956, 108.72, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26317,7 +26317,7 @@ 270.956, 111.48, 270.956, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26340,7 +26340,7 @@ 270.956, 114.6, 270.956, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -26363,7 +26363,7 @@ 270.956, 118.8, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26386,7 +26386,7 @@ 270.547, 121.56, 270.547, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -26409,7 +26409,7 @@ 270.547, 127.08, 270.547, - "4", + ")", -1, 2.755, "25 0 R [stream]", @@ -26432,7 +26432,7 @@ 270.547, 132.6, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26455,7 +26455,7 @@ 270.547, 138.12, 270.547, - "5", + "*", -1, 2.755, "25 0 R [stream]", @@ -26478,7 +26478,7 @@ 270.547, 143.64, 270.547, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -26501,7 +26501,7 @@ 270.547, 146.4, 270.547, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -26524,7 +26524,7 @@ 270.547, 151.8, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26547,7 +26547,7 @@ 270.547, 157.32, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26570,7 +26570,7 @@ 270.956, 162.84, 270.956, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -26593,7 +26593,7 @@ 270.956, 165.48, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26616,7 +26616,7 @@ 258.356, 72.0, 258.356, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26639,7 +26639,7 @@ 245.756, 72.0, 245.756, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -26662,7 +26662,7 @@ 245.756, 79.92, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26685,7 +26685,7 @@ 245.756, 85.44, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -26708,7 +26708,7 @@ 245.756, 90.96, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26731,7 +26731,7 @@ 245.756, 93.36, 245.756, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -26754,7 +26754,7 @@ 245.756, 98.28, 245.756, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26777,7 +26777,7 @@ 245.756, 103.8, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -26800,7 +26800,7 @@ 245.756, 108.72, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26823,7 +26823,7 @@ 245.756, 114.24, 245.756, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -26846,7 +26846,7 @@ 245.756, 119.64, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26869,7 +26869,7 @@ 245.756, 124.56, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26892,7 +26892,7 @@ 245.756, 126.96, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26915,7 +26915,7 @@ 245.756, 130.08, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26938,7 +26938,7 @@ 245.756, 135.48, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26961,7 +26961,7 @@ 245.756, 137.88, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -26984,7 +26984,7 @@ 245.756, 143.4, 245.756, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -27007,7 +27007,7 @@ 245.756, 148.92, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27030,7 +27030,7 @@ 245.756, 152.52, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27053,7 +27053,7 @@ 245.756, 157.44, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27076,7 +27076,7 @@ 245.756, 160.44, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27099,7 +27099,7 @@ 245.756, 163.56, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27122,7 +27122,7 @@ 245.756, 169.08, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -27145,7 +27145,7 @@ 245.756, 174.6, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27168,7 +27168,7 @@ 245.756, 177.36, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27191,7 +27191,7 @@ 245.756, 179.76, 245.756, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -27214,7 +27214,7 @@ 245.756, 186.96, 245.756, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -27237,7 +27237,7 @@ 245.756, 194.88, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27260,7 +27260,7 @@ 245.756, 197.64, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27283,7 +27283,7 @@ 245.756, 200.04, 245.756, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -27306,7 +27306,7 @@ 245.756, 207.96, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27329,7 +27329,7 @@ 245.756, 212.88, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27352,7 +27352,7 @@ 245.756, 216.6, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27375,7 +27375,7 @@ 245.756, 220.32, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27398,7 +27398,7 @@ 245.756, 225.12, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -27421,7 +27421,7 @@ 245.756, 230.64, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27444,7 +27444,7 @@ 245.756, 233.76, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27467,7 +27467,7 @@ 245.756, 239.28, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27490,7 +27490,7 @@ 245.756, 241.554, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -27513,7 +27513,7 @@ 245.756, 247.08, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27536,7 +27536,7 @@ 245.756, 252.0, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27559,7 +27559,7 @@ 245.756, 255.6, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27582,7 +27582,7 @@ 245.756, 258.72, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27605,7 +27605,7 @@ 245.756, 264.24, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -27628,7 +27628,7 @@ 245.756, 269.76, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27651,7 +27651,7 @@ 245.756, 272.52, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27674,7 +27674,7 @@ 245.756, 274.8, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27697,7 +27697,7 @@ 245.756, 280.319, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27720,7 +27720,7 @@ 245.756, 284.039, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27743,7 +27743,7 @@ 245.756, 286.439, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -27766,7 +27766,7 @@ 245.756, 291.839, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27789,7 +27789,7 @@ 245.756, 296.759, 245.756, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -27812,7 +27812,7 @@ 245.756, 299.76, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27835,7 +27835,7 @@ 245.756, 302.88, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -27858,7 +27858,7 @@ 245.756, 308.28, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27881,7 +27881,7 @@ 245.756, 313.2, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27904,7 +27904,7 @@ 245.756, 316.92, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27927,7 +27927,7 @@ 245.756, 322.44, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27950,7 +27950,7 @@ 245.756, 324.72, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27973,7 +27973,7 @@ 245.756, 327.84, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27996,7 +27996,7 @@ 245.756, 333.355, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28019,7 +28019,7 @@ 245.756, 338.88, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28042,7 +28042,7 @@ 245.756, 343.8, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28065,7 +28065,7 @@ 245.756, 346.08, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28088,7 +28088,7 @@ 245.756, 351.0, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28111,7 +28111,7 @@ 245.756, 355.32, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28134,7 +28134,7 @@ 245.756, 359.64, 245.756, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -28157,7 +28157,7 @@ 245.756, 365.04, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28180,7 +28180,7 @@ 245.756, 373.675, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28203,7 +28203,7 @@ 245.756, 379.08, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28226,7 +28226,7 @@ 245.756, 382.2, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28249,7 +28249,7 @@ 245.756, 385.2, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28272,7 +28272,7 @@ 245.756, 390.72, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -28295,7 +28295,7 @@ 245.756, 396.24, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28318,7 +28318,7 @@ 245.756, 400.56, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28341,7 +28341,7 @@ 245.756, 402.955, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28364,7 +28364,7 @@ 245.756, 408.36, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -28387,7 +28387,7 @@ 245.756, 412.08, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28410,7 +28410,7 @@ 245.756, 417.6, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -28433,7 +28433,7 @@ 245.756, 423.0, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28456,7 +28456,7 @@ 245.756, 426.0, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -28479,7 +28479,7 @@ 245.756, 431.52, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28502,7 +28502,7 @@ 245.756, 436.44, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -28525,7 +28525,7 @@ 245.756, 441.96, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28548,7 +28548,7 @@ 245.756, 444.36, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28571,7 +28571,7 @@ 245.756, 449.274, 245.756, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -28594,7 +28594,7 @@ 245.756, 454.8, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28617,7 +28617,7 @@ 245.756, 460.2, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -28640,7 +28640,7 @@ 245.756, 465.72, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28663,7 +28663,7 @@ 245.756, 470.64, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28686,7 +28686,7 @@ 245.756, 472.92, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28709,7 +28709,7 @@ 245.756, 481.56, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28732,7 +28732,7 @@ 245.756, 486.48, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -28755,7 +28755,7 @@ 245.756, 492.0, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28778,7 +28778,7 @@ 245.756, 494.28, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28801,7 +28801,7 @@ 245.756, 497.28, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28824,7 +28824,7 @@ 245.756, 505.914, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28847,7 +28847,7 @@ 245.756, 511.44, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28870,7 +28870,7 @@ 245.756, 516.36, 245.756, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -28893,7 +28893,7 @@ 245.756, 521.16, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28916,7 +28916,7 @@ 245.756, 524.28, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28939,7 +28939,7 @@ 245.756, 526.56, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28962,7 +28962,7 @@ 245.756, 529.68, 245.756, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -28985,7 +28985,7 @@ 245.756, 535.2, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29008,7 +29008,7 @@ 245.756, 540.0, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29031,7 +29031,7 @@ 233.036, 72.0, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -29054,7 +29054,7 @@ 233.036, 75.72, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -29077,7 +29077,7 @@ 233.036, 80.64, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -29100,7 +29100,7 @@ 233.036, 83.64, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29123,7 +29123,7 @@ 233.036, 88.56, 233.036, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -29146,7 +29146,7 @@ 233.036, 91.32, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29169,7 +29169,7 @@ 233.036, 93.84, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29192,7 +29192,7 @@ 233.036, 96.6, 233.036, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -29215,7 +29215,7 @@ 233.036, 103.32, 233.036, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -29238,7 +29238,7 @@ 233.036, 108.84, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29261,7 +29261,7 @@ 233.036, 113.76, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29284,7 +29284,7 @@ 233.036, 116.274, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29307,7 +29307,7 @@ 233.036, 121.8, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -29330,7 +29330,7 @@ 233.036, 127.32, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -29353,7 +29353,7 @@ 233.036, 132.84, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -29376,7 +29376,7 @@ 233.036, 138.36, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29399,7 +29399,7 @@ 233.036, 140.874, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -29422,7 +29422,7 @@ 233.036, 146.4, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -29445,7 +29445,7 @@ 233.036, 150.0, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29468,7 +29468,7 @@ 233.036, 154.92, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -29491,7 +29491,7 @@ 233.036, 163.44, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29514,7 +29514,7 @@ 233.036, 166.56, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -29537,7 +29537,7 @@ 233.036, 171.96, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -29560,7 +29560,7 @@ 233.036, 180.6, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29583,7 +29583,7 @@ 233.036, 183.12, 233.036, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -29606,7 +29606,7 @@ 233.036, 191.04, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29629,7 +29629,7 @@ 233.036, 194.04, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29652,7 +29652,7 @@ 233.036, 197.16, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29675,7 +29675,7 @@ 233.036, 200.28, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29698,7 +29698,7 @@ 233.036, 202.794, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29721,7 +29721,7 @@ 233.036, 208.32, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29744,7 +29744,7 @@ 233.036, 213.24, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29767,7 +29767,7 @@ 233.036, 215.754, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29790,7 +29790,7 @@ 233.036, 221.28, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29813,7 +29813,7 @@ 233.036, 224.28, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29836,7 +29836,7 @@ 233.036, 227.28, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29859,7 +29859,7 @@ 233.036, 230.4, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29882,7 +29882,7 @@ 233.036, 235.32, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -29905,7 +29905,7 @@ 233.036, 240.84, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29928,7 +29928,7 @@ 233.036, 243.36, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29951,7 +29951,7 @@ 233.036, 246.48, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -29974,7 +29974,7 @@ 233.036, 252.0, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29997,7 +29997,7 @@ 233.036, 254.52, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -30020,7 +30020,7 @@ 233.036, 258.12, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30043,7 +30043,7 @@ 233.036, 263.64, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30066,7 +30066,7 @@ 233.036, 266.64, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30089,7 +30089,7 @@ 233.036, 269.76, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30112,7 +30112,7 @@ 233.036, 272.28, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30135,7 +30135,7 @@ 233.036, 277.794, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -30158,7 +30158,7 @@ 233.036, 283.319, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30181,7 +30181,7 @@ 233.036, 285.839, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -30204,7 +30204,7 @@ 233.036, 289.56, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -30227,7 +30227,7 @@ 233.036, 293.28, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -30250,7 +30250,7 @@ 233.036, 298.8, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -30273,7 +30273,7 @@ 233.036, 304.2, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30296,7 +30296,7 @@ 233.036, 307.32, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30319,7 +30319,7 @@ 233.036, 309.84, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30342,7 +30342,7 @@ 233.036, 314.64, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -30365,7 +30365,7 @@ 233.036, 320.16, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30388,7 +30388,7 @@ 233.036, 325.68, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30411,7 +30411,7 @@ 233.036, 328.2, 233.036, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -30434,7 +30434,7 @@ 233.036, 336.12, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -30457,7 +30457,7 @@ 233.036, 339.24, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30480,7 +30480,7 @@ 233.036, 342.36, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30503,7 +30503,7 @@ 233.036, 345.48, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30526,7 +30526,7 @@ 233.036, 347.994, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -30549,7 +30549,7 @@ 233.036, 353.519, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -30572,7 +30572,7 @@ 233.036, 358.44, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30595,7 +30595,7 @@ 233.036, 360.959, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30618,7 +30618,7 @@ 233.036, 365.88, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30641,7 +30641,7 @@ 233.036, 371.274, 233.036, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -30664,7 +30664,7 @@ 233.036, 374.399, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30687,7 +30687,7 @@ 233.036, 379.799, 233.036, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -30710,7 +30710,7 @@ 233.036, 384.119, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30733,7 +30733,7 @@ 233.036, 387.239, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -30756,7 +30756,7 @@ 233.036, 392.039, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30779,7 +30779,7 @@ 233.036, 397.559, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30802,7 +30802,7 @@ 233.036, 400.079, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30825,7 +30825,7 @@ 233.036, 404.999, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30848,7 +30848,7 @@ 233.036, 408.119, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30871,7 +30871,7 @@ 233.036, 410.639, 233.036, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -30894,7 +30894,7 @@ 233.036, 415.559, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -30917,7 +30917,7 @@ 233.036, 420.959, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -30940,7 +30940,7 @@ 233.036, 429.594, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -30963,7 +30963,7 @@ 233.036, 434.999, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30986,7 +30986,7 @@ 233.036, 438.119, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31009,7 +31009,7 @@ 233.036, 443.039, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -31032,7 +31032,7 @@ 233.036, 446.039, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -31055,7 +31055,7 @@ 233.036, 449.159, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31078,7 +31078,7 @@ 233.036, 454.679, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31101,7 +31101,7 @@ 233.036, 460.199, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31124,7 +31124,7 @@ 233.036, 462.714, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -31147,7 +31147,7 @@ 233.036, 468.239, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31170,7 +31170,7 @@ 233.036, 473.039, 233.036, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31193,7 +31193,7 @@ 233.036, 477.359, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31216,7 +31216,7 @@ 233.036, 482.279, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -31239,7 +31239,7 @@ 233.036, 487.799, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31262,7 +31262,7 @@ 233.036, 490.319, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31285,7 +31285,7 @@ 233.036, 495.839, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31308,7 +31308,7 @@ 233.036, 501.359, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31331,7 +31331,7 @@ 233.036, 503.879, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -31354,7 +31354,7 @@ 233.036, 506.999, 233.036, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -31377,7 +31377,7 @@ 233.036, 512.399, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31400,7 +31400,7 @@ 233.036, 517.319, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31423,7 +31423,7 @@ 233.036, 519.839, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -31446,7 +31446,7 @@ 233.036, 523.559, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -31469,7 +31469,7 @@ 233.036, 526.679, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31492,7 +31492,7 @@ 233.036, 532.079, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31515,7 +31515,7 @@ 233.036, 536.999, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -31538,7 +31538,7 @@ 233.036, 539.999, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31561,7 +31561,7 @@ 220.436, 72.0, 220.436, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -31584,7 +31584,7 @@ 220.436, 79.32, 220.436, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -31607,7 +31607,7 @@ 220.436, 87.24, 220.436, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -31630,7 +31630,7 @@ 220.436, 90.0, 220.436, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31653,7 +31653,7 @@ 207.307, 72.0, 207.307, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31676,7 +31676,7 @@ 194.707, 72.0, 194.707, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31699,7 +31699,7 @@ 182.107, 72.0, 182.107, - "B", + "%", -1, 2.755, "25 0 R [stream]", @@ -31722,7 +31722,7 @@ 182.107, 79.32, 182.107, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31745,7 +31745,7 @@ 182.107, 85.44, 182.107, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31768,7 +31768,7 @@ 182.107, 88.56, 182.107, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31791,7 +31791,7 @@ 182.107, 91.68, 182.107, - "d", + "&", -1, 2.755, "25 0 R [stream]", @@ -31814,7 +31814,7 @@ 182.107, 97.8, 182.107, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -31837,7 +31837,7 @@ 182.107, 102.6, 182.107, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -31860,7 +31860,7 @@ 182.107, 107.52, 182.107, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -31883,7 +31883,7 @@ 182.107, 111.84, 182.107, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31906,7 +31906,7 @@ 182.107, 114.6, 182.107, - "R", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -31929,7 +31929,7 @@ 182.107, 122.52, 182.107, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31952,7 +31952,7 @@ 182.107, 125.52, 182.107, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -31975,7 +31975,7 @@ 182.107, 129.84, 182.107, - "k", + "+", -1, 2.755, "25 0 R [stream]", @@ -31998,7 +31998,7 @@ 182.516, 135.96, 182.516, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -32021,7 +32021,7 @@ 182.516, 139.08, 182.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32044,7 +32044,7 @@ 182.516, 141.72, 182.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32067,7 +32067,7 @@ 169.542, 71.995, 169.542, - "A", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -32090,7 +32090,7 @@ 169.542, 78.72, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -32113,7 +32113,7 @@ 169.542, 84.24, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32136,7 +32136,7 @@ 169.542, 87.0, 169.542, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -32159,7 +32159,7 @@ 169.542, 94.92, 169.542, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -32182,7 +32182,7 @@ 169.542, 102.24, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -32205,7 +32205,7 @@ 169.542, 107.76, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32228,7 +32228,7 @@ 169.542, 112.68, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32251,7 +32251,7 @@ 169.542, 117.0, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32274,7 +32274,7 @@ 169.542, 119.755, 169.542, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -32297,7 +32297,7 @@ 169.542, 125.28, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32320,7 +32320,7 @@ 169.542, 129.6, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32343,7 +32343,7 @@ 169.542, 135.0, 169.542, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -32366,7 +32366,7 @@ 169.542, 139.92, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32389,7 +32389,7 @@ 169.542, 143.04, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32412,7 +32412,7 @@ 169.542, 148.44, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32435,7 +32435,7 @@ 169.542, 153.36, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32458,7 +32458,7 @@ 169.542, 158.88, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32481,7 +32481,7 @@ 169.542, 161.64, 169.542, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -32504,7 +32504,7 @@ 169.542, 167.16, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -32527,7 +32527,7 @@ 169.542, 172.56, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32550,7 +32550,7 @@ 169.542, 175.68, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -32573,7 +32573,7 @@ 169.542, 178.68, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32596,7 +32596,7 @@ 169.542, 184.2, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32619,7 +32619,7 @@ 169.542, 189.12, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32642,7 +32642,7 @@ 169.542, 193.32, 169.542, - "'", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -32665,7 +32665,7 @@ 169.542, 197.035, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -32688,7 +32688,7 @@ 169.542, 201.36, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32711,7 +32711,7 @@ 169.542, 204.12, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32734,7 +32734,7 @@ 169.542, 208.32, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32757,7 +32757,7 @@ 169.542, 211.435, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -32780,7 +32780,7 @@ 169.542, 215.76, 169.542, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -32803,7 +32803,7 @@ 169.542, 220.68, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32826,7 +32826,7 @@ 169.542, 223.315, 169.542, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -32849,7 +32849,7 @@ 169.542, 228.84, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32872,7 +32872,7 @@ 169.542, 234.36, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -32895,7 +32895,7 @@ 169.542, 237.36, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32918,7 +32918,7 @@ 169.542, 240.48, 169.542, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -32941,7 +32941,7 @@ 169.542, 245.394, 169.542, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -32964,7 +32964,7 @@ 169.542, 250.2, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32987,7 +32987,7 @@ 169.542, 252.96, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33010,7 +33010,7 @@ 169.542, 260.88, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -33033,7 +33033,7 @@ 169.542, 266.394, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -33056,7 +33056,7 @@ 169.542, 270.72, 169.542, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -33079,7 +33079,7 @@ 169.542, 273.84, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33102,7 +33102,7 @@ 169.542, 276.48, 169.542, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -33125,7 +33125,7 @@ 169.542, 282.0, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -33148,7 +33148,7 @@ 169.542, 286.92, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33171,7 +33171,7 @@ 169.542, 289.68, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -33194,7 +33194,7 @@ 169.542, 295.2, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33217,7 +33217,7 @@ 169.542, 300.72, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33240,7 +33240,7 @@ 169.542, 303.36, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -33263,7 +33263,7 @@ 169.542, 308.88, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33286,7 +33286,7 @@ 169.542, 314.28, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33309,7 +33309,7 @@ 169.542, 317.04, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -33332,7 +33332,7 @@ 169.542, 322.56, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -33355,7 +33355,7 @@ 169.542, 325.68, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -33378,7 +33378,7 @@ 169.542, 328.68, 169.542, - "-", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -33401,7 +33401,7 @@ 169.542, 332.4, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -33424,7 +33424,7 @@ 169.542, 336.6, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33447,7 +33447,7 @@ 169.542, 339.714, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -33470,7 +33470,7 @@ 169.542, 344.04, 169.542, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -33493,7 +33493,7 @@ 169.542, 348.96, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33516,7 +33516,7 @@ 169.542, 351.594, 169.542, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -33539,7 +33539,7 @@ 169.542, 354.72, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -33562,7 +33562,7 @@ 169.542, 360.24, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -33585,7 +33585,7 @@ 169.542, 364.56, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33608,7 +33608,7 @@ 169.542, 372.48, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33631,7 +33631,7 @@ 169.542, 375.24, 169.542, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -33654,7 +33654,7 @@ 169.542, 382.44, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33677,7 +33677,7 @@ 169.542, 385.56, 169.542, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -33700,7 +33700,7 @@ 169.542, 388.68, 169.542, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -33723,7 +33723,7 @@ 169.542, 394.2, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33746,7 +33746,7 @@ 169.542, 396.96, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33769,7 +33769,7 @@ 169.542, 404.76, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33792,7 +33792,7 @@ 169.542, 407.88, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33815,7 +33815,7 @@ 169.542, 413.4, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33838,7 +33838,7 @@ 169.542, 416.52, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33861,7 +33861,7 @@ 169.542, 424.44, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -33884,7 +33884,7 @@ 169.542, 429.84, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33907,7 +33907,7 @@ 169.542, 437.76, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33930,7 +33930,7 @@ 169.542, 440.514, 169.542, - "L", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -33953,7 +33953,7 @@ 169.542, 446.634, 169.542, - "E", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -33976,7 +33976,7 @@ 169.542, 453.36, 169.542, - "G", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -33999,7 +33999,7 @@ 169.542, 461.28, 169.542, - "2", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -34022,7 +34022,7 @@ 169.542, 466.8, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34045,7 +34045,7 @@ 169.542, 469.56, 169.542, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -34068,7 +34068,7 @@ 169.542, 474.48, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34091,7 +34091,7 @@ 169.542, 480.0, 169.542, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -34114,7 +34114,7 @@ 169.542, 484.92, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34137,7 +34137,7 @@ 169.542, 489.84, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34160,7 +34160,7 @@ 169.542, 494.04, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34183,7 +34183,7 @@ 169.542, 499.554, 169.542, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34206,7 +34206,7 @@ 169.542, 505.08, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34229,7 +34229,7 @@ 169.542, 510.0, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34252,7 +34252,7 @@ 169.542, 512.634, 169.542, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34275,7 +34275,7 @@ 169.542, 515.76, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34298,7 +34298,7 @@ 169.542, 521.28, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34321,7 +34321,7 @@ 169.542, 525.6, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34344,7 +34344,7 @@ 156.942, 72.001, 156.942, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -34367,7 +34367,7 @@ 156.942, 77.521, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34390,7 +34390,7 @@ 156.942, 83.041, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -34413,7 +34413,7 @@ 156.942, 90.961, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34436,7 +34436,7 @@ 156.942, 96.475, 156.942, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34459,7 +34459,7 @@ 156.942, 102.001, 156.942, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34482,7 +34482,7 @@ 156.942, 106.921, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34505,7 +34505,7 @@ 156.942, 109.681, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34528,7 +34528,7 @@ 156.942, 114.001, 156.942, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34551,7 +34551,7 @@ 156.942, 118.795, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -34574,7 +34574,7 @@ 156.942, 123.121, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -34597,7 +34597,7 @@ 156.942, 128.641, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -34620,7 +34620,7 @@ 156.942, 131.641, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -34643,7 +34643,7 @@ 156.942, 134.641, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -34666,7 +34666,7 @@ 156.942, 137.761, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -34689,7 +34689,7 @@ 156.942, 143.275, 156.942, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34712,7 +34712,7 @@ 156.942, 148.801, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34735,7 +34735,7 @@ 156.942, 151.555, 156.942, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34758,7 +34758,7 @@ 156.942, 154.561, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34781,7 +34781,7 @@ 156.942, 158.881, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34804,7 +34804,7 @@ 156.942, 164.401, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -34827,7 +34827,7 @@ 156.942, 172.321, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34850,7 +34850,7 @@ 156.942, 175.075, 156.942, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34873,7 +34873,7 @@ 156.942, 178.081, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34896,7 +34896,7 @@ 156.942, 183.601, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -34919,7 +34919,7 @@ 156.942, 189.121, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -34942,7 +34942,7 @@ 156.942, 192.121, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -34965,7 +34965,7 @@ 156.942, 195.235, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -34988,7 +34988,7 @@ 156.942, 200.16, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35011,7 +35011,7 @@ 156.942, 202.92, 156.942, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -35034,7 +35034,7 @@ 156.942, 210.24, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35057,7 +35057,7 @@ 156.942, 215.76, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -35080,7 +35080,7 @@ 156.942, 219.96, 156.942, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -35103,7 +35103,7 @@ 156.942, 224.88, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -35126,7 +35126,7 @@ 156.942, 232.8, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35149,7 +35149,7 @@ 156.942, 238.32, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35172,7 +35172,7 @@ 156.942, 243.835, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -35195,7 +35195,7 @@ 156.942, 248.161, 156.942, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -35218,7 +35218,7 @@ 156.942, 253.56, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35241,7 +35241,7 @@ 156.942, 256.675, 156.942, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -35264,7 +35264,7 @@ 156.942, 262.2, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35287,7 +35287,7 @@ 156.942, 264.96, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35310,7 +35310,7 @@ 156.942, 270.48, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35333,7 +35333,7 @@ 156.942, 276.0, 156.942, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -35356,7 +35356,7 @@ 156.942, 281.4, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35379,7 +35379,7 @@ 156.942, 284.16, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -35402,7 +35402,7 @@ 156.942, 292.08, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -35425,7 +35425,7 @@ 156.942, 297.595, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -35448,7 +35448,7 @@ 156.942, 301.92, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35471,7 +35471,7 @@ 156.942, 305.04, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35494,7 +35494,7 @@ 156.942, 307.68, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35517,7 +35517,7 @@ 156.942, 313.08, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35540,7 +35540,7 @@ 156.942, 318.6, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35563,7 +35563,7 @@ 156.942, 321.72, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35586,7 +35586,7 @@ 156.942, 324.48, 156.942, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -35609,7 +35609,7 @@ 156.942, 329.4, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35632,7 +35632,7 @@ 156.942, 334.92, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35655,7 +35655,7 @@ 156.942, 340.32, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35678,7 +35678,7 @@ 156.942, 343.44, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35701,7 +35701,7 @@ 156.942, 348.84, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35724,7 +35724,7 @@ 156.942, 351.96, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35747,7 +35747,7 @@ 156.942, 357.48, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35770,7 +35770,7 @@ 156.942, 360.24, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35793,7 +35793,7 @@ 156.942, 365.76, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35816,7 +35816,7 @@ 156.942, 371.155, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -35839,7 +35839,7 @@ 156.942, 376.08, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35862,7 +35862,7 @@ 156.942, 378.835, 156.942, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -35885,7 +35885,7 @@ 156.942, 384.36, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -35908,7 +35908,7 @@ 156.942, 388.68, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35931,7 +35931,7 @@ 156.942, 394.08, 156.942, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -35954,7 +35954,7 @@ 156.942, 399.0, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35977,7 +35977,7 @@ 156.942, 402.115, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36000,7 +36000,7 @@ 156.942, 406.32, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36023,7 +36023,7 @@ 156.942, 409.44, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36046,7 +36046,7 @@ 156.942, 414.96, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -36069,7 +36069,7 @@ 156.942, 420.355, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36092,7 +36092,7 @@ 156.942, 424.68, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36115,7 +36115,7 @@ 156.942, 427.44, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36138,7 +36138,7 @@ 156.942, 430.44, 156.942, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -36161,7 +36161,7 @@ 156.942, 435.96, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -36184,7 +36184,7 @@ 156.942, 441.48, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36207,7 +36207,7 @@ 156.942, 444.6, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36230,7 +36230,7 @@ 156.942, 447.36, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -36253,7 +36253,7 @@ 156.942, 450.36, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36276,7 +36276,7 @@ 156.942, 453.48, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -36299,7 +36299,7 @@ 156.942, 461.4, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36322,7 +36322,7 @@ 156.942, 464.4, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36345,7 +36345,7 @@ 156.942, 467.52, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36368,7 +36368,7 @@ 156.942, 470.28, 156.942, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -36391,7 +36391,7 @@ 156.942, 477.6, 156.942, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -36414,7 +36414,7 @@ 156.942, 484.92, 156.942, - "G", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -36437,7 +36437,7 @@ 156.942, 492.84, 156.942, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -36460,7 +36460,7 @@ 156.942, 495.235, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36483,7 +36483,7 @@ 156.942, 499.56, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36506,7 +36506,7 @@ 156.942, 502.32, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -36529,7 +36529,7 @@ 156.942, 507.72, 156.942, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -36552,7 +36552,7 @@ 156.942, 513.24, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36575,7 +36575,7 @@ 156.942, 516.24, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -36598,7 +36598,7 @@ 156.942, 519.36, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36621,7 +36621,7 @@ 156.942, 522.36, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36644,7 +36644,7 @@ 156.942, 525.475, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -36667,7 +36667,7 @@ 156.942, 530.4, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36690,7 +36690,7 @@ 144.222, 72.001, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36713,7 +36713,7 @@ 144.222, 75.121, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36736,7 +36736,7 @@ 144.222, 80.641, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36759,7 +36759,7 @@ 144.222, 83.401, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -36782,7 +36782,7 @@ 144.222, 87.721, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -36805,7 +36805,7 @@ 144.222, 92.521, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -36828,7 +36828,7 @@ 144.222, 97.441, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36851,7 +36851,7 @@ 144.222, 102.961, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -36874,7 +36874,7 @@ 144.222, 108.475, 144.222, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -36897,7 +36897,7 @@ 144.222, 114.001, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36920,7 +36920,7 @@ 144.222, 116.641, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36943,7 +36943,7 @@ 144.222, 119.761, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36966,7 +36966,7 @@ 144.222, 122.755, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36989,7 +36989,7 @@ 144.222, 127.081, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37012,7 +37012,7 @@ 144.222, 129.841, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37035,7 +37035,7 @@ 144.222, 135.361, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37058,7 +37058,7 @@ 144.222, 140.161, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37081,7 +37081,7 @@ 144.222, 143.281, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -37104,7 +37104,7 @@ 144.222, 148.801, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37127,7 +37127,7 @@ 144.222, 154.201, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -37150,7 +37150,7 @@ 144.222, 157.321, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37173,7 +37173,7 @@ 144.222, 160.081, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37196,7 +37196,7 @@ 144.222, 165.001, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37219,7 +37219,7 @@ 144.222, 170.515, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -37242,7 +37242,7 @@ 144.222, 174.721, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37265,7 +37265,7 @@ 144.222, 177.835, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -37288,7 +37288,7 @@ 144.222, 182.155, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -37311,7 +37311,7 @@ 144.222, 184.8, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37334,7 +37334,7 @@ 144.222, 187.56, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37357,7 +37357,7 @@ 144.222, 190.56, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -37380,7 +37380,7 @@ 144.222, 196.08, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37403,7 +37403,7 @@ 144.222, 201.0, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -37426,7 +37426,7 @@ 144.222, 204.12, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -37449,7 +37449,7 @@ 144.222, 209.64, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -37472,7 +37472,7 @@ 144.222, 215.04, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37495,7 +37495,7 @@ 144.222, 218.16, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -37518,7 +37518,7 @@ 144.222, 223.675, 144.222, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -37541,7 +37541,7 @@ 144.222, 229.2, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37564,7 +37564,7 @@ 144.222, 231.96, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37587,7 +37587,7 @@ 144.222, 237.36, 144.222, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -37610,7 +37610,7 @@ 144.222, 242.28, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -37633,7 +37633,7 @@ 144.222, 247.2, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -37656,7 +37656,7 @@ 144.222, 251.4, 144.222, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -37679,7 +37679,7 @@ 144.222, 256.92, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -37702,7 +37702,7 @@ 144.222, 261.84, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37725,7 +37725,7 @@ 144.222, 267.36, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -37748,7 +37748,7 @@ 144.222, 272.875, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -37771,7 +37771,7 @@ 144.222, 275.64, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37794,7 +37794,7 @@ 144.222, 278.275, 144.222, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -37817,7 +37817,7 @@ 144.222, 283.8, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -37840,7 +37840,7 @@ 144.222, 288.12, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37863,7 +37863,7 @@ 144.222, 293.515, 144.222, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -37886,7 +37886,7 @@ 144.222, 296.64, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37909,7 +37909,7 @@ 144.222, 299.64, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37932,7 +37932,7 @@ 144.222, 302.76, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37955,7 +37955,7 @@ 144.222, 305.52, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37978,7 +37978,7 @@ 144.222, 310.92, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38001,7 +38001,7 @@ 144.222, 316.44, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38024,7 +38024,7 @@ 144.222, 321.96, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38047,7 +38047,7 @@ 144.222, 324.72, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38070,7 +38070,7 @@ 144.222, 330.24, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38093,7 +38093,7 @@ 144.222, 335.16, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38116,7 +38116,7 @@ 144.222, 338.16, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38139,7 +38139,7 @@ 144.222, 343.675, 144.222, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -38162,7 +38162,7 @@ 144.222, 348.6, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38185,7 +38185,7 @@ 144.222, 351.36, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38208,7 +38208,7 @@ 144.222, 355.56, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38231,7 +38231,7 @@ 144.222, 360.48, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38254,7 +38254,7 @@ 144.222, 363.6, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38277,7 +38277,7 @@ 144.222, 369.0, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -38300,7 +38300,7 @@ 144.222, 372.12, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38323,7 +38323,7 @@ 144.222, 377.04, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38346,7 +38346,7 @@ 144.222, 382.56, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38369,7 +38369,7 @@ 144.222, 385.195, 144.222, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -38392,7 +38392,7 @@ 144.222, 390.72, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38415,7 +38415,7 @@ 144.222, 395.64, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38438,7 +38438,7 @@ 144.222, 401.16, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38461,7 +38461,7 @@ 144.222, 405.96, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38484,7 +38484,7 @@ 144.222, 410.28, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38507,7 +38507,7 @@ 144.222, 415.8, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38530,7 +38530,7 @@ 144.222, 418.92, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38553,7 +38553,7 @@ 144.222, 421.56, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -38576,7 +38576,7 @@ 144.222, 426.48, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -38599,7 +38599,7 @@ 144.222, 431.88, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38622,7 +38622,7 @@ 144.222, 437.4, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38645,7 +38645,7 @@ 144.222, 442.92, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38668,7 +38668,7 @@ 144.222, 446.04, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -38691,7 +38691,7 @@ 144.222, 449.04, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38714,7 +38714,7 @@ 144.222, 452.16, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -38737,7 +38737,7 @@ 144.222, 457.68, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38760,7 +38760,7 @@ 144.222, 463.075, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -38783,7 +38783,7 @@ 144.222, 467.395, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -38806,7 +38806,7 @@ 144.222, 470.16, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38829,7 +38829,7 @@ 144.222, 472.92, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38852,7 +38852,7 @@ 144.222, 476.04, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38875,7 +38875,7 @@ 144.222, 481.44, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -38898,7 +38898,7 @@ 144.222, 486.36, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -38921,7 +38921,7 @@ 144.222, 491.88, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38944,7 +38944,7 @@ 144.222, 496.08, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38967,7 +38967,7 @@ 144.222, 500.4, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38990,7 +38990,7 @@ 144.222, 505.32, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39013,7 +39013,7 @@ 144.222, 510.84, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39036,7 +39036,7 @@ 144.222, 513.48, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39059,7 +39059,7 @@ 144.222, 516.6, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -39082,7 +39082,7 @@ 144.222, 522.12, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39105,7 +39105,7 @@ 144.222, 524.88, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -39128,7 +39128,7 @@ 144.222, 527.88, 144.222, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -39151,7 +39151,7 @@ 144.222, 533.4, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39174,7 +39174,7 @@ 144.222, 538.32, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39197,7 +39197,7 @@ 131.622, 72.001, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -39220,7 +39220,7 @@ 131.622, 76.921, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39243,7 +39243,7 @@ 131.622, 82.441, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -39266,7 +39266,7 @@ 131.622, 87.961, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39289,7 +39289,7 @@ 131.622, 92.275, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -39312,7 +39312,7 @@ 131.622, 96.481, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39335,7 +39335,7 @@ 131.622, 101.401, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39358,7 +39358,7 @@ 131.622, 104.161, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39381,7 +39381,7 @@ 131.622, 109.675, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -39404,7 +39404,7 @@ 131.622, 112.801, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39427,7 +39427,7 @@ 131.622, 115.441, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39450,7 +39450,7 @@ 131.622, 119.761, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39473,7 +39473,7 @@ 131.622, 124.675, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -39496,7 +39496,7 @@ 131.622, 130.201, 131.622, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -39519,7 +39519,7 @@ 131.622, 135.601, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39542,7 +39542,7 @@ 131.622, 138.721, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39565,7 +39565,7 @@ 131.622, 143.041, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39588,7 +39588,7 @@ 131.622, 145.681, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39611,7 +39611,7 @@ 131.622, 151.195, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -39634,7 +39634,7 @@ 131.622, 154.321, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39657,7 +39657,7 @@ 131.622, 157.081, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -39680,7 +39680,7 @@ 131.622, 161.881, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39703,7 +39703,7 @@ 131.622, 167.401, 131.622, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -39726,7 +39726,7 @@ 131.622, 172.321, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39749,7 +39749,7 @@ 131.622, 177.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39772,7 +39772,7 @@ 131.622, 181.441, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39795,7 +39795,7 @@ 131.622, 186.36, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39818,7 +39818,7 @@ 131.622, 191.88, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39841,7 +39841,7 @@ 131.622, 194.52, 131.622, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -39864,7 +39864,7 @@ 131.622, 200.04, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -39887,7 +39887,7 @@ 131.622, 205.56, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39910,7 +39910,7 @@ 131.622, 208.68, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -39933,7 +39933,7 @@ 131.622, 211.68, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39956,7 +39956,7 @@ 131.622, 217.2, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39979,7 +39979,7 @@ 131.622, 222.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40002,7 +40002,7 @@ 131.622, 226.32, 131.622, - "'", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -40025,7 +40025,7 @@ 131.622, 230.035, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40048,7 +40048,7 @@ 131.622, 234.36, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40071,7 +40071,7 @@ 131.622, 237.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40094,7 +40094,7 @@ 131.622, 241.32, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -40117,7 +40117,7 @@ 131.622, 244.435, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40140,7 +40140,7 @@ 131.622, 248.64, 131.622, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -40163,7 +40163,7 @@ 131.622, 253.56, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40186,7 +40186,7 @@ 131.622, 256.32, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -40209,7 +40209,7 @@ 131.622, 259.44, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40232,7 +40232,7 @@ 131.622, 264.835, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40255,7 +40255,7 @@ 131.622, 269.155, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40278,7 +40278,7 @@ 131.622, 273.48, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40301,7 +40301,7 @@ 131.622, 278.275, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40324,7 +40324,7 @@ 131.622, 282.6, 131.622, - ".", + "#", -1, 2.755, "25 0 R [stream]", @@ -40347,7 +40347,7 @@ 131.622, 285.36, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40370,7 +40370,7 @@ 131.622, 288.12, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40393,7 +40393,7 @@ 131.622, 290.88, 131.622, - "T", + "$", -1, 2.755, "25 0 R [stream]", @@ -40416,7 +40416,7 @@ 131.622, 297.0, 131.622, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -40439,7 +40439,7 @@ 131.622, 302.52, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40462,7 +40462,7 @@ 131.622, 307.44, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40485,7 +40485,7 @@ 131.622, 310.08, 131.622, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -40508,7 +40508,7 @@ 131.622, 318.0, 131.622, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -40531,7 +40531,7 @@ 131.622, 325.32, 131.622, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -40554,7 +40554,7 @@ 131.622, 330.84, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40577,7 +40577,7 @@ 131.622, 335.76, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40600,7 +40600,7 @@ 131.622, 340.08, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40623,7 +40623,7 @@ 131.622, 342.835, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -40646,7 +40646,7 @@ 131.622, 348.36, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40669,7 +40669,7 @@ 131.622, 352.68, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40692,7 +40692,7 @@ 131.622, 358.2, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -40715,7 +40715,7 @@ 131.622, 363.0, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -40738,7 +40738,7 @@ 131.622, 368.52, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40761,7 +40761,7 @@ 131.622, 372.84, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40784,7 +40784,7 @@ 131.622, 377.76, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -40807,7 +40807,7 @@ 131.622, 383.16, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40830,7 +40830,7 @@ 131.622, 385.915, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -40853,7 +40853,7 @@ 131.622, 391.44, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40876,7 +40876,7 @@ 131.622, 396.96, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -40899,7 +40899,7 @@ 131.622, 399.96, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -40922,7 +40922,7 @@ 131.622, 403.08, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -40945,7 +40945,7 @@ 131.622, 407.875, 131.622, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -40968,7 +40968,7 @@ 131.622, 412.795, 131.622, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -40991,7 +40991,7 @@ 131.622, 415.56, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41014,7 +41014,7 @@ 131.622, 418.32, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41037,7 +41037,7 @@ 131.622, 423.84, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -41060,7 +41060,7 @@ 131.622, 428.16, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41083,7 +41083,7 @@ 131.622, 430.8, 131.622, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -41106,7 +41106,7 @@ 131.622, 436.32, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41129,7 +41129,7 @@ 131.622, 439.075, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -41152,7 +41152,7 @@ 131.622, 443.395, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -41175,7 +41175,7 @@ 131.622, 448.92, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41198,7 +41198,7 @@ 131.622, 453.84, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41221,7 +41221,7 @@ 131.622, 458.64, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -41244,7 +41244,7 @@ 131.622, 461.76, 131.622, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -41267,7 +41267,7 @@ 131.622, 469.68, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41290,7 +41290,7 @@ 131.622, 474.6, 131.622, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -41313,7 +41313,7 @@ 131.622, 480.12, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41336,7 +41336,7 @@ 131.622, 482.88, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41359,7 +41359,7 @@ 131.622, 488.275, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -41382,7 +41382,7 @@ 131.622, 491.4, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41405,7 +41405,7 @@ 131.622, 494.155, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -41428,7 +41428,7 @@ 131.622, 498.48, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -41451,7 +41451,7 @@ 131.622, 503.88, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41474,7 +41474,7 @@ 131.622, 508.8, 131.622, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41497,7 +41497,7 @@ 131.622, 514.32, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41520,7 +41520,7 @@ 119.022, 71.995, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -41543,7 +41543,7 @@ 119.022, 77.52, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41566,7 +41566,7 @@ 119.022, 83.04, 119.022, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -41589,7 +41589,7 @@ 119.022, 86.16, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -41612,7 +41612,7 @@ 119.022, 89.16, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41635,7 +41635,7 @@ 119.022, 94.075, 119.022, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -41658,7 +41658,7 @@ 119.022, 99.0, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41681,7 +41681,7 @@ 119.022, 101.64, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41704,7 +41704,7 @@ 119.022, 104.76, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41727,7 +41727,7 @@ 119.022, 110.28, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -41750,7 +41750,7 @@ 119.022, 115.8, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41773,7 +41773,7 @@ 119.022, 118.8, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41796,7 +41796,7 @@ 119.022, 121.56, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41819,7 +41819,7 @@ 119.022, 124.68, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41842,7 +41842,7 @@ 119.022, 130.08, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41865,7 +41865,7 @@ 119.022, 135.0, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41888,7 +41888,7 @@ 119.022, 137.76, 119.022, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -41911,7 +41911,7 @@ 119.022, 145.68, 119.022, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -41934,7 +41934,7 @@ 119.022, 153.0, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -41957,7 +41957,7 @@ 119.022, 158.52, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41980,7 +41980,7 @@ 119.022, 163.44, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42003,7 +42003,7 @@ 119.022, 167.76, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42026,7 +42026,7 @@ 119.022, 170.515, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -42049,7 +42049,7 @@ 119.022, 175.92, 119.022, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -42072,7 +42072,7 @@ 119.022, 179.04, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -42095,7 +42095,7 @@ 119.022, 184.56, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -42118,7 +42118,7 @@ 119.022, 189.955, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42141,7 +42141,7 @@ 119.022, 194.16, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42164,7 +42164,7 @@ 119.022, 196.92, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -42187,7 +42187,7 @@ 119.022, 200.04, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -42210,7 +42210,7 @@ 119.022, 205.56, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42233,7 +42233,7 @@ 119.022, 208.314, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -42256,7 +42256,7 @@ 119.022, 213.84, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -42279,7 +42279,7 @@ 119.022, 219.24, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42302,7 +42302,7 @@ 119.022, 223.56, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -42325,7 +42325,7 @@ 119.022, 228.48, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -42348,7 +42348,7 @@ 119.022, 234.0, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -42371,7 +42371,7 @@ 119.022, 239.514, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42394,7 +42394,7 @@ 119.022, 243.72, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42417,7 +42417,7 @@ 119.022, 248.634, 119.022, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -42440,7 +42440,7 @@ 119.022, 251.4, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42463,7 +42463,7 @@ 119.022, 254.16, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -42486,7 +42486,7 @@ 119.022, 262.08, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -42509,7 +42509,7 @@ 119.022, 267.594, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42532,7 +42532,7 @@ 119.022, 271.8, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -42555,7 +42555,7 @@ 119.022, 274.92, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42578,7 +42578,7 @@ 119.022, 277.68, 119.022, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -42601,7 +42601,7 @@ 119.022, 283.2, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42624,7 +42624,7 @@ 119.022, 288.12, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42647,7 +42647,7 @@ 119.022, 290.76, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42670,7 +42670,7 @@ 119.022, 295.08, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42693,7 +42693,7 @@ 119.022, 299.999, 119.022, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -42716,7 +42716,7 @@ 119.022, 304.799, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -42739,7 +42739,7 @@ 119.022, 307.919, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42762,7 +42762,7 @@ 119.022, 312.719, 119.022, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -42785,7 +42785,7 @@ 119.022, 320.039, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42808,7 +42808,7 @@ 119.022, 324.959, 119.022, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -42831,7 +42831,7 @@ 119.022, 330.479, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42854,7 +42854,7 @@ 119.022, 333.239, 119.022, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -42877,7 +42877,7 @@ 119.022, 338.754, 119.022, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -42900,7 +42900,7 @@ 119.022, 343.679, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42923,7 +42923,7 @@ 119.022, 346.439, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42946,7 +42946,7 @@ 119.022, 350.639, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -42969,7 +42969,7 @@ 119.022, 353.754, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42992,7 +42992,7 @@ 119.022, 358.079, 119.022, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -43015,7 +43015,7 @@ 119.022, 362.879, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43038,7 +43038,7 @@ 119.022, 365.639, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -43061,7 +43061,7 @@ 119.022, 373.559, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -43084,7 +43084,7 @@ 119.022, 379.079, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43107,7 +43107,7 @@ 119.022, 384.599, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -43130,7 +43130,7 @@ 119.022, 390.114, 119.022, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -43153,7 +43153,7 @@ 119.022, 395.639, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43176,7 +43176,7 @@ 119.022, 400.559, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -43199,7 +43199,7 @@ 119.022, 408.479, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43222,7 +43222,7 @@ 119.022, 413.279, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43245,7 +43245,7 @@ 119.022, 418.799, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43268,7 +43268,7 @@ 119.022, 421.919, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43291,7 +43291,7 @@ 119.022, 424.674, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -43314,7 +43314,7 @@ 119.022, 430.079, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -43337,7 +43337,7 @@ 119.022, 434.279, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -43360,7 +43360,7 @@ 119.022, 437.399, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43383,7 +43383,7 @@ 119.022, 442.919, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -43406,7 +43406,7 @@ 119.022, 447.239, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43429,7 +43429,7 @@ 119.022, 449.879, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43452,7 +43452,7 @@ 119.022, 452.999, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43475,7 +43475,7 @@ 119.022, 458.519, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43498,7 +43498,7 @@ 119.022, 461.279, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43521,7 +43521,7 @@ 119.022, 466.194, 119.022, - "x", + "%", -1, 2.755, "25 0 R [stream]", @@ -43544,7 +43544,7 @@ 119.022, 470.999, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43567,7 +43567,7 @@ 119.022, 475.919, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -43590,7 +43590,7 @@ 119.022, 480.839, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -43613,7 +43613,7 @@ 119.022, 486.239, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43636,7 +43636,7 @@ 119.022, 489.359, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -43659,7 +43659,7 @@ 119.022, 492.359, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43682,7 +43682,7 @@ 119.022, 497.879, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43705,7 +43705,7 @@ 119.022, 503.399, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43728,7 +43728,7 @@ 119.022, 506.159, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43751,7 +43751,7 @@ 119.022, 511.674, 119.022, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -43774,7 +43774,7 @@ 119.022, 514.679, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43797,7 +43797,7 @@ 119.022, 517.439, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43820,7 +43820,7 @@ 119.022, 520.559, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -43843,7 +43843,7 @@ 119.022, 525.959, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43866,7 +43866,7 @@ 119.022, 530.88, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43889,7 +43889,7 @@ 106.302, 72.0, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -43912,7 +43912,7 @@ 106.302, 76.92, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43935,7 +43935,7 @@ 106.302, 82.44, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43958,7 +43958,7 @@ 106.302, 87.96, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43981,7 +43981,7 @@ 106.302, 91.08, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -44004,7 +44004,7 @@ 106.302, 95.28, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44027,7 +44027,7 @@ 106.302, 100.8, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -44050,7 +44050,7 @@ 106.302, 105.72, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44073,7 +44073,7 @@ 104.565, 108.84, 104.565, - ".", + "GLYPH<1>", -1, 2.63, "25 0 R [stream]", @@ -44096,7 +44096,7 @@ 104.565, 111.36, 104.565, - " ", + "GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -44119,7 +44119,7 @@ 104.565, 114.0, 104.565, - " ", + "GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -44142,7 +44142,7 @@ 106.302, 116.635, 106.302, - "P", + "&", -1, 2.755, "25 0 R [stream]", @@ -44165,7 +44165,7 @@ 106.302, 123.36, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -44188,7 +44188,7 @@ 106.302, 126.48, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44211,7 +44211,7 @@ 106.302, 131.28, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44234,7 +44234,7 @@ 106.302, 136.795, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -44257,7 +44257,7 @@ 106.302, 141.12, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44280,7 +44280,7 @@ 106.302, 146.04, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44303,7 +44303,7 @@ 106.302, 148.8, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -44326,7 +44326,7 @@ 106.302, 154.2, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -44349,7 +44349,7 @@ 106.302, 159.72, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44372,7 +44372,7 @@ 106.302, 162.84, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44395,7 +44395,7 @@ 106.302, 167.76, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44418,7 +44418,7 @@ 106.302, 170.4, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44441,7 +44441,7 @@ 106.302, 173.52, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -44464,7 +44464,7 @@ 106.302, 179.04, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44487,7 +44487,7 @@ 106.302, 184.44, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44510,7 +44510,7 @@ 106.302, 187.56, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44533,7 +44533,7 @@ 106.302, 190.32, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -44556,7 +44556,7 @@ 106.302, 193.315, 106.302, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -44579,7 +44579,7 @@ 106.302, 196.44, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44602,7 +44602,7 @@ 106.302, 199.2, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44625,7 +44625,7 @@ 106.302, 202.32, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -44648,7 +44648,7 @@ 106.302, 207.72, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44671,7 +44671,7 @@ 106.302, 212.64, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44694,7 +44694,7 @@ 106.302, 215.4, 106.302, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -44717,7 +44717,7 @@ 106.302, 223.32, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -44740,7 +44740,7 @@ 106.302, 230.64, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -44763,7 +44763,7 @@ 106.302, 236.16, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44786,7 +44786,7 @@ 106.302, 241.08, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -44809,7 +44809,7 @@ 106.302, 245.28, 106.302, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -44832,7 +44832,7 @@ 106.302, 247.675, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -44855,7 +44855,7 @@ 106.302, 252.0, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44878,7 +44878,7 @@ 106.302, 254.755, 106.302, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -44901,7 +44901,7 @@ 106.302, 260.28, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -44924,7 +44924,7 @@ 106.302, 265.68, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -44947,7 +44947,7 @@ 106.302, 268.8, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -44970,7 +44970,7 @@ 106.302, 271.8, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -44993,7 +44993,7 @@ 106.302, 276.715, 106.302, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -45016,7 +45016,7 @@ 106.302, 281.64, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45039,7 +45039,7 @@ 106.302, 284.4, 106.302, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -45062,7 +45062,7 @@ 106.302, 289.92, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45085,7 +45085,7 @@ 106.302, 295.32, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45108,7 +45108,7 @@ 106.302, 300.235, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45131,7 +45131,7 @@ 106.302, 304.56, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45154,7 +45154,7 @@ 106.302, 307.32, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -45177,7 +45177,7 @@ 106.302, 312.72, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45200,7 +45200,7 @@ 106.302, 318.24, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45223,7 +45223,7 @@ 106.302, 321.36, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45246,7 +45246,7 @@ 106.302, 324.12, 106.302, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -45269,7 +45269,7 @@ 106.302, 332.04, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45292,7 +45292,7 @@ 106.302, 336.96, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45315,7 +45315,7 @@ 106.302, 341.76, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45338,7 +45338,7 @@ 106.302, 344.88, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45361,7 +45361,7 @@ 106.302, 347.64, 106.302, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -45384,7 +45384,7 @@ 106.302, 354.96, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -45407,7 +45407,7 @@ 106.302, 358.08, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45430,7 +45430,7 @@ 106.302, 363.48, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -45453,7 +45453,7 @@ 106.302, 367.8, 106.302, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -45476,7 +45476,7 @@ 106.302, 372.72, 106.302, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -45499,7 +45499,7 @@ 106.302, 374.995, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45522,7 +45522,7 @@ 106.302, 379.32, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45545,7 +45545,7 @@ 106.302, 382.075, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45568,7 +45568,7 @@ 106.302, 386.4, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45591,7 +45591,7 @@ 106.302, 391.8, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45614,7 +45614,7 @@ 106.302, 394.92, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -45637,7 +45637,7 @@ 106.302, 397.915, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45660,7 +45660,7 @@ 106.302, 402.235, 106.302, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -45683,7 +45683,7 @@ 106.302, 405.36, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45706,7 +45706,7 @@ 106.302, 410.76, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -45729,7 +45729,7 @@ 106.302, 415.68, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45752,7 +45752,7 @@ 106.302, 418.68, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -45775,7 +45775,7 @@ 106.302, 421.8, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45798,7 +45798,7 @@ 106.302, 427.32, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -45821,7 +45821,7 @@ 106.302, 432.835, 106.302, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -45844,7 +45844,7 @@ 106.302, 435.48, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45867,7 +45867,7 @@ 106.302, 438.24, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45890,7 +45890,7 @@ 106.302, 441.36, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -45913,7 +45913,7 @@ 106.302, 446.88, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45936,7 +45936,7 @@ 106.302, 451.8, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45959,7 +45959,7 @@ 106.302, 454.56, 106.302, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -45982,7 +45982,7 @@ 106.302, 462.48, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -46005,7 +46005,7 @@ 106.302, 469.8, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -46028,7 +46028,7 @@ 106.302, 475.32, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46051,7 +46051,7 @@ 106.302, 480.12, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -46074,7 +46074,7 @@ 106.302, 484.44, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46097,7 +46097,7 @@ 106.302, 487.2, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -46120,7 +46120,7 @@ 106.302, 494.52, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -46143,7 +46143,7 @@ 106.302, 497.52, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -46166,7 +46166,7 @@ 106.302, 500.64, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -46189,7 +46189,7 @@ 106.302, 503.76, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46212,7 +46212,7 @@ 106.302, 506.52, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -46235,7 +46235,7 @@ 106.302, 511.92, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46258,7 +46258,7 @@ 106.302, 516.84, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46281,7 +46281,7 @@ 106.302, 521.76, 106.302, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -46304,7 +46304,7 @@ 106.302, 527.28, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46758,7 +46758,7 @@ 724.245, 174.0, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46781,7 +46781,7 @@ 724.245, 305.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46804,7 +46804,7 @@ 724.245, 539.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46827,7 +46827,7 @@ 45.393, 72.0, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46850,7 +46850,7 @@ 45.393, 212.999, 45.393, - "Ins&Bond Quote_4911 Augusta Ave_03.01.24 ", + "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46873,7 +46873,7 @@ 45.393, 512.998, 45.393, - "page 1 ", + "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46886,17 +46886,40 @@ [ 72.0, 674.4, - 544.068, + 516.375, 696.768, 72.0, 674.4, + 516.375, + 674.4, + 516.375, + 696.768, + 72.0, + 696.768, + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18> GLYPH<18>GLYPH<9> GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9> GLYPH<19>", + -1, + 5.989, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 514.92, + 674.4, + 544.068, + 696.768, + 514.92, + 674.4, 544.068, 674.4, 544.068, 696.768, - 72.0, + 514.92, 696.768, - "Insurance and Bond Quote - 4911 Augusta Ave ", + "GLYPH<21>GLYPH<8>GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -46919,7 +46942,7 @@ 659.995, 72.0, 659.995, - "To: Brandon Shaw, Ryan McKenzie ", + "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2> !GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46942,7 +46965,7 @@ 635.395, 72.0, 635.395, - "Bid Date - 03/01/2024 ", + "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46965,7 +46988,7 @@ 610.915, 72.0, 610.915, - "Prepared By: Edward Dwomoh-Appiah ", + "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46988,7 +47011,7 @@ 586.315, 72.0, 586.315, - "Date: 02/26/2024 ", + "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47011,7 +47034,7 @@ 561.955, 72.0, 561.955, - "Contract Entity: Clark Construction Group, LLC ", + "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47034,7 +47057,7 @@ 549.235, 72.0, 549.235, - "Owner: Aurelie Capital", + "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", -1, 2.755, "25 0 R [stream]", @@ -47057,7 +47080,7 @@ 548.827, 175.2, 548.827, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47080,7 +47103,7 @@ 536.635, 72.0, 536.635, - "Estimated Contract Value (CV): $60M ", + ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47103,7 +47126,7 @@ 524.035, 72.0, 524.035, - "Construction Duration: 36 months ", + "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47126,7 +47149,7 @@ 511.315, 72.0, 511.315, - "1 - year warranty period ", + "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47149,7 +47172,7 @@ 498.715, 72.0, 498.715, - "Class B, General Construction ", + "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47172,7 +47195,7 @@ 485.995, 72.0, 485.995, - "Location: Richmond, VA ", + "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47195,7 +47218,7 @@ 473.395, 72.0, 473.395, - "Design-Build? No ", + "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47218,7 +47241,7 @@ 460.795, 72.0, 460.795, - "Joint-Venture? No ", + "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47241,7 +47264,7 @@ 448.076, 72.0, 448.076, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47264,7 +47287,7 @@ 435.476, 72.0, 435.476, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47287,7 +47310,7 @@ 422.347, 72.0, 422.347, - "Liability Insurance - GL Only CCIP ", + "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47300,17 +47323,155 @@ [ 72.0, 399.866, - 315.715, + 100.555, + 409.747, + 72.0, + 399.866, + 100.555, + 399.866, + 100.555, 409.747, 72.0, + 409.747, + "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 102.96, + 399.866, + 169.315, + 409.747, + 102.96, + 399.866, + 169.315, + 399.866, + 169.315, + 409.747, + 102.96, + 409.747, + "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 171.6, + 399.866, + 183.595, + 409.747, + 171.6, + 399.866, + 183.595, + 399.866, + 183.595, + 409.747, + 171.6, + 409.747, + "GLYPH<30>GLYPH<31>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 186.0, + 399.866, + 210.235, + 409.747, + 186.0, + 399.866, + 210.235, + 399.866, + 210.235, + 409.747, + 186.0, + 409.747, + "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 212.52, + 399.866, + 254.515, + 409.747, + 212.52, + 399.866, + 254.515, + 399.866, + 254.515, + 409.747, + 212.52, + 409.747, + "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 256.8, + 399.866, + 284.635, + 409.747, + 256.8, + 399.866, + 284.635, + 399.866, + 284.635, + 409.747, + 256.8, + 409.747, + " GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 287.04, + 399.866, + 315.715, + 409.747, + 287.04, 399.866, 315.715, 399.866, 315.715, 409.747, - 72.0, + 287.04, 409.747, - "Rate: $20.00/$1,000 of total contract value (CV). ", + "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47323,17 +47484,132 @@ [ 318.12, 399.866, - 542.755, + 335.635, + 410.156, + 318.12, + 399.866, + 335.635, + 399.866, + 335.635, 410.156, 318.12, + 410.156, + "'GLYPH<8>GLYPH<5>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 338.04, + 399.866, + 354.235, + 410.156, + 338.04, + 399.866, + 354.235, + 399.866, + 354.235, + 410.156, + 338.04, + 410.156, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 356.64, + 399.866, + 397.315, + 410.156, + 356.64, + 399.866, + 397.315, + 399.866, + 397.315, + 410.156, + 356.64, + 410.156, + "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 399.72, + 399.866, + 478.195, + 410.156, + 399.72, + 399.866, + 478.195, + 399.866, + 478.195, + 410.156, + 399.72, + 410.156, + "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 480.6, + 399.866, + 503.635, + 410.156, + 480.6, + 399.866, + 503.635, + 399.866, + 503.635, + 410.156, + 480.6, + 410.156, + "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 505.92, + 399.866, + 542.755, + 410.156, + 505.92, 399.866, 542.755, 399.866, 542.755, 410.156, - 318.12, + 505.92, 410.156, - "Per the assumed $60,000,000 CV, your liability ", + ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47356,7 +47632,7 @@ 397.556, 72.0, 397.556, - "estimate is ", + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47379,7 +47655,7 @@ 397.147, 121.56, 397.147, - "$1,200,000. ", + "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47402,7 +47678,7 @@ 384.427, 72.0, 384.427, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47425,7 +47701,7 @@ 372.236, 72.0, 372.236, - "This ", + "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47448,7 +47724,7 @@ 372.236, 99.48, 372.236, - "rate ", + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47471,7 +47747,7 @@ 372.236, 123.72, 372.236, - "covers ", + "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47494,7 +47770,7 @@ 372.236, 160.32, 372.236, - "Clark ", + "-.GLYPH<6>GLYPH<5>/GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47517,7 +47793,7 @@ 372.236, 192.48, 372.236, - "and ", + "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47540,7 +47816,7 @@ 372.236, 216.24, 372.236, - "all ", + "GLYPH<6>..GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47563,7 +47839,7 @@ 372.236, 235.08, 372.236, - "eligible ", + "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47586,7 +47862,7 @@ 372.236, 275.88, 372.236, - "subcontractors ", + "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47609,7 +47885,7 @@ 372.236, 347.88, 372.236, - "which ", + "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47632,7 +47908,7 @@ 372.236, 382.56, 372.236, - "would ", + "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47655,7 +47931,7 @@ 372.236, 417.834, 372.236, - "be ", + ":GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47678,7 +47954,7 @@ 372.236, 435.96, 372.236, - "our ", + "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47701,7 +47977,7 @@ 372.236, 458.514, 372.236, - "preferred structure ", + "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47714,17 +47990,270 @@ [ 72.0, 349.226, - 542.754, + 145.075, + 359.516, + 72.0, + 349.226, + 145.075, + 349.226, + 145.075, 359.516, 72.0, + 359.516, + ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 146.635, + 349.226, + 182.635, + 359.516, + 146.635, + 349.226, + 182.635, + 349.226, + 182.635, + 359.516, + 146.635, + 359.516, + "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 184.2, + 349.226, + 206.515, + 359.516, + 184.2, + 349.226, + 206.515, + 349.226, + 206.515, + 359.516, + 184.2, + 359.516, + "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 207.96, + 349.226, + 267.235, + 359.516, + 207.96, + 349.226, + 267.235, + 349.226, + 267.235, + 359.516, + 207.96, + 359.516, + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 268.8, + 349.226, + 316.675, + 359.516, + 268.8, + 349.226, + 316.675, + 349.226, + 316.675, + 359.516, + 268.8, + 359.516, + "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 318.24, + 349.226, + 342.355, + 359.516, + 318.24, + 349.226, + 342.355, + 349.226, + 342.355, + 359.516, + 318.24, + 359.516, + ";GLYPH<5>GLYPH<12>*GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 343.915, + 349.226, + 377.875, + 359.516, + 343.915, + 349.226, + 377.875, + 349.226, + 377.875, + 359.516, + 343.915, + 359.516, + "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 379.32, + 349.226, + 430.315, + 359.516, + 379.32, + 349.226, + 430.315, + 349.226, + 430.315, + 359.516, + 379.32, + 359.516, + "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 431.88, + 349.226, + 476.155, + 359.516, + 431.88, + 349.226, + 476.155, + 349.226, + 476.155, + 359.516, + 431.88, + 359.516, + "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 477.72, + 349.226, + 489.594, + 359.516, + 477.72, + 349.226, + 489.594, + 349.226, + 489.594, + 359.516, + 477.72, + 359.516, + "GLYPH<12>;GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 491.16, + 349.226, + 507.354, + 359.516, + 491.16, + 349.226, + 507.354, + 349.226, + 507.354, + 359.516, + 491.16, + 359.516, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 508.92, + 349.226, + 542.754, + 359.516, + 508.92, 349.226, 542.754, 349.226, 542.754, 359.516, - 72.0, + 508.92, 359.516, - "for insuring this project. This estimate was developed from pricing indications reflective of the current ", + "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47737,17 +48266,385 @@ [ 72.0, 336.626, - 542.754, + 105.475, + 346.916, + 72.0, + 336.626, + 105.475, + 336.626, + 105.475, 346.916, 72.0, + 346.916, + "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 108.24, + 336.626, + 162.355, + 346.916, + 108.24, + 336.626, + 162.355, + 336.626, + 162.355, + 346.916, + 108.24, + 346.916, + "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 165.235, + 336.626, + 189.475, + 346.916, + 165.235, + 336.626, + 189.475, + 336.626, + 189.475, + 346.916, + 165.235, + 346.916, + "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 192.24, + 336.626, + 208.555, + 346.916, + 192.24, + 336.626, + 208.555, + 336.626, + 208.555, + 346.916, + 192.24, + 346.916, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 211.44, + 336.626, + 227.635, + 346.916, + 211.44, + 336.626, + 227.635, + 336.626, + 227.635, + 346.916, + 211.44, + 346.916, + "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 230.52, + 336.626, + 251.035, + 346.916, + 230.52, + 336.626, + 251.035, + 336.626, + 251.035, + 346.916, + 230.52, + 346.916, + "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 253.92, + 336.626, + 265.795, + 346.916, + 253.92, + 336.626, + 265.795, + 336.626, + 265.795, + 346.916, + 253.92, + 346.916, + "GLYPH<12>;GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 268.68, + 336.626, + 284.875, + 346.916, + 268.68, + 336.626, + 284.875, + 336.626, + 284.875, + 346.916, + 268.68, + 346.916, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 287.754, + 336.626, + 321.114, + 346.916, + 287.754, + 336.626, + 321.114, + 336.626, + 321.114, + 346.916, + 287.754, + 346.916, + "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 324.0, + 336.626, + 360.954, + 346.916, + 324.0, + 336.626, + 360.954, + 336.626, + 360.954, + 346.916, + 324.0, + 346.916, + ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 363.84, + 336.626, + 408.834, + 346.916, + 363.84, + 336.626, + 408.834, + 336.626, + 408.834, + 346.916, + 363.84, + 346.916, + "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 411.72, + 336.626, + 441.954, + 346.916, + 411.72, + 336.626, + 441.954, + 336.626, + 441.954, + 346.916, + 411.72, + 346.916, + "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 444.834, + 336.626, + 458.034, + 346.916, + 444.834, + 336.626, + 458.034, + 336.626, + 458.034, + 346.916, + 444.834, + 346.916, + ":GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 460.919, + 336.626, + 479.634, + 346.916, + 460.919, + 336.626, + 479.634, + 336.626, + 479.634, + 346.916, + 460.919, + 346.916, + "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 482.399, + 336.626, + 501.714, + 346.916, + 482.399, + 336.626, + 501.714, + 336.626, + 501.714, + 346.916, + 482.399, + 346.916, + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 504.599, + 336.626, + 523.914, + 346.916, + 504.599, + 336.626, + 523.914, + 336.626, + 523.914, + 346.916, + 504.599, + 346.916, + ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 526.679, + 336.626, + 542.754, + 346.916, + 526.679, 336.626, 542.754, 336.626, 542.754, 346.916, - 72.0, + 526.679, 346.916, - "market conditions. Note the net cost of the project liability insurance would be this rate less the ", + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47770,7 +48667,7 @@ 334.196, 72.0, 334.196, - "avoided/credited subcontractor GL insurance costs. This contemplates a $50K project deductible. ", + "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47793,7 +48690,7 @@ 321.596, 72.0, 321.596, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47816,7 +48713,7 @@ 308.996, 72.0, 308.996, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47839,7 +48736,7 @@ 295.867, 72.0, 295.867, - "P&P Bond", + "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", -1, 2.755, "25 0 R [stream]", @@ -47862,7 +48759,7 @@ 296.276, 122.4, 296.276, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47885,7 +48782,7 @@ 283.676, 72.0, 283.676, - "P&P Bond: ", + "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47908,7 +48805,7 @@ 283.267, 125.28, 283.267, - " $6.76/$1,000", + "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -47931,7 +48828,7 @@ 283.676, 186.12, 283.676, - " of total contract value (CV). Per the assumed ", + "GLYPH<9> GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47954,7 +48851,7 @@ 283.267, 392.64, 283.267, - "$60,000,000 CV", + "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", -1, 2.755, "25 0 R [stream]", @@ -47977,7 +48874,7 @@ 283.676, 466.2, 283.676, - ", your P&P bond ", + "GLYPH<27>GLYPH<9> GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48000,7 +48897,7 @@ 270.956, 72.0, 270.956, - "estimate is ", + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48023,7 +48920,7 @@ 270.547, 121.56, 270.547, - "$405,600", + "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -48046,7 +48943,7 @@ 270.956, 162.84, 270.956, - ". ", + "=GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48069,7 +48966,7 @@ 258.356, 72.0, 258.356, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48092,7 +48989,7 @@ 245.756, 72.0, 245.756, - "Any change in duration, CV, warranty period, or delivery type assumptions provided above may impact the ", + "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9> GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9> !GLYPH<2>GLYPH<9> GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9> -3GLYPH<27>GLYPH<9> GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9> (GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9> GLYPH<12>GLYPH<5>GLYPH<9> GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9> GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9> GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9> (GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9> *GLYPH<6>GLYPH<29>GLYPH<9> !*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48115,7 +49012,7 @@ 233.036, 72.0, 233.036, - "rate. The bond premium will be billed in full up front and will be adjusted at completion based on the final ", + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9> GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9> :GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9> (GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9> GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9> GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9> :GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<12>GLYPH<2>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9> ;!GLYPH<2>GLYPH<6>.GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48138,7 +49035,7 @@ 220.436, 72.0, 220.436, - "CV. ", + "-3=GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48161,7 +49058,7 @@ 207.307, 72.0, 207.307, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -48184,7 +49081,7 @@ 194.707, 72.0, 194.707, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -48207,7 +49104,7 @@ 182.107, 72.0, 182.107, - "Builders Risk", + "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", -1, 2.755, "25 0 R [stream]", @@ -48230,7 +49127,7 @@ 182.516, 135.96, 182.516, - ": ", + "GLYPH<23>GLYPH<9> GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48253,7 +49150,7 @@ 169.542, 71.995, 169.542, - "An Owner provided builder's risk policy must be on an all-risk form with minimum LEG2 coverage for ", + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48276,7 +49173,7 @@ 156.942, 72.001, 156.942, - "damage resulting from faulty workmanship and must not contain any provisions that limit CCG's ability ", + "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3> GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48299,7 +49196,7 @@ 144.222, 72.001, 144.222, - "to recoup its actual costs, including overhead, profit and delay related general conditions, incurred in the ", + "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48322,7 +49219,7 @@ 131.622, 72.001, 131.622, - "course of repair of covered builder's risk losses. The Owner procured policy, or a specimen of such ", + "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48345,7 +49242,7 @@ 119.022, 71.995, 119.022, - "policy that the Owner plans to purchase, must be reviewed by risk management prior to execution of the ", + "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48368,7 +49265,7 @@ 106.302, 72.0, 106.302, - "contract", + "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -48391,7 +49288,7 @@ 104.565, 108.84, 104.565, - ". ", + "GLYPH<1> GLYPH<2>GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -48414,7 +49311,7 @@ 106.302, 116.635, 106.302, - "Please note that if the Owner's policy does not meet Clark's satisfaction, the Owner will need ", + "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3> GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48854,23 +49751,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001806, - "decode_dimensions": 1e-06, - "decode_page": 0.020588, - "decode_resources": 0.001067, - "sanitise_contents": 0.01737 + "decode_contents": 0.005635, + "decode_dimensions": 0.0, + "decode_page": 0.044108, + "decode_resources": 0.001032, + "sanitise_contents": 0.030999 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001806, - "decode_dimensions": 1e-06, - "decode_document": 0.021461, - "decode_page": 0.020588, - "decode_resources": 0.001067, - "decoding page 0": 0.02133, - "process_document_from_bytesio": 2.5e-05, - "sanitise_contents": 0.01737 + "decode_contents": 0.005635, + "decode_dimensions": 0.0, + "decode_document": 0.045017, + "decode_page": 0.044108, + "decode_resources": 0.001032, + "decoding page 0": 0.044918, + "process_document_from_bytesio": 1.9e-05, + "sanitise_contents": 0.030999 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_03.pdf.v2.p=0.json b/tests/data/groundtruth/font_03.pdf.v2.p=0.json index e0a9a03b..eb0c6d07 100644 --- a/tests/data/groundtruth/font_03.pdf.v2.p=0.json +++ b/tests/data/groundtruth/font_03.pdf.v2.p=0.json @@ -28,7 +28,7 @@ 724.245, 174.0, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -51,7 +51,7 @@ 724.245, 305.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -74,7 +74,7 @@ 724.245, 539.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -97,7 +97,7 @@ 45.393, 72.0, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -120,7 +120,7 @@ 45.393, 212.999, 45.393, - "I", + "GLYPH<2>", -1, 2.247, "25 0 R [stream]", @@ -143,7 +143,7 @@ 45.393, 215.519, 45.393, - "n", + "GLYPH<3>", -1, 2.247, "25 0 R [stream]", @@ -166,7 +166,7 @@ 45.393, 220.799, 45.393, - "s", + "GLYPH<4>", -1, 2.247, "25 0 R [stream]", @@ -189,7 +189,7 @@ 45.393, 224.759, 45.393, - "&", + "GLYPH<5>", -1, 2.247, "25 0 R [stream]", @@ -212,7 +212,7 @@ 45.393, 231.599, 45.393, - "B", + "GLYPH<6>", -1, 2.247, "25 0 R [stream]", @@ -235,7 +235,7 @@ 45.393, 236.999, 45.393, - "o", + "GLYPH<7>", -1, 2.247, "25 0 R [stream]", @@ -258,7 +258,7 @@ 45.393, 242.279, 45.393, - "n", + "GLYPH<3>", -1, 2.247, "25 0 R [stream]", @@ -281,7 +281,7 @@ 45.393, 247.559, 45.393, - "d", + "GLYPH<8>", -1, 2.247, "25 0 R [stream]", @@ -304,7 +304,7 @@ 45.393, 252.839, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -327,7 +327,7 @@ 45.393, 255.119, 45.393, - "Q", + "GLYPH<9>", -1, 2.247, "25 0 R [stream]", @@ -350,7 +350,7 @@ 45.393, 261.839, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -373,7 +373,7 @@ 45.393, 267.119, 45.393, - "o", + "GLYPH<7>", -1, 2.247, "25 0 R [stream]", @@ -396,7 +396,7 @@ 45.393, 272.399, 45.393, - "t", + "GLYPH<11>", -1, 2.247, "25 0 R [stream]", @@ -419,7 +419,7 @@ 45.393, 275.759, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -442,7 +442,7 @@ 45.393, 280.674, 45.393, - "_", + "GLYPH<13>", -1, 2.247, "25 0 R [stream]", @@ -465,7 +465,7 @@ 45.393, 285.599, 45.393, - "4", + "GLYPH<14>", -1, 2.247, "25 0 R [stream]", @@ -488,7 +488,7 @@ 45.393, 290.639, 45.393, - "9", + "GLYPH<15>", -1, 2.247, "25 0 R [stream]", @@ -511,7 +511,7 @@ 45.393, 295.679, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -534,7 +534,7 @@ 45.393, 300.719, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -557,7 +557,7 @@ 45.393, 305.759, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -580,7 +580,7 @@ 45.393, 308.039, 45.393, - "A", + "GLYPH<17>", -1, 2.247, "25 0 R [stream]", @@ -603,7 +603,7 @@ 45.393, 313.799, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -626,7 +626,7 @@ 45.393, 319.079, 45.393, - "g", + "GLYPH<18>", -1, 2.247, "25 0 R [stream]", @@ -649,7 +649,7 @@ 45.393, 323.759, 45.393, - "u", + "GLYPH<10>", -1, 2.247, "25 0 R [stream]", @@ -672,7 +672,7 @@ 45.393, 329.039, 45.393, - "s", + "GLYPH<4>", -1, 2.247, "25 0 R [stream]", @@ -695,7 +695,7 @@ 45.393, 332.999, 45.393, - "t", + "GLYPH<11>", -1, 2.247, "25 0 R [stream]", @@ -718,7 +718,7 @@ 45.393, 336.359, 45.393, - "a", + "GLYPH<19>", -1, 2.247, "25 0 R [stream]", @@ -741,7 +741,7 @@ 45.393, 341.159, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -764,7 +764,7 @@ 45.393, 343.439, 45.393, - "A", + "GLYPH<17>", -1, 2.247, "25 0 R [stream]", @@ -787,7 +787,7 @@ 45.393, 349.199, 45.393, - "v", + "GLYPH<20>", -1, 2.247, "25 0 R [stream]", @@ -810,7 +810,7 @@ 45.393, 353.759, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -833,7 +833,7 @@ 45.393, 358.674, 45.393, - "_", + "GLYPH<13>", -1, 2.247, "25 0 R [stream]", @@ -856,7 +856,7 @@ 45.393, 363.599, 45.393, - "0", + "GLYPH<21>", -1, 2.247, "25 0 R [stream]", @@ -879,7 +879,7 @@ 45.393, 368.639, 45.393, - "3", + "GLYPH<22>", -1, 2.247, "25 0 R [stream]", @@ -902,7 +902,7 @@ 45.393, 373.679, 45.393, - ".", + "GLYPH<23>", -1, 2.247, "25 0 R [stream]", @@ -925,7 +925,7 @@ 45.393, 376.199, 45.393, - "0", + "GLYPH<21>", -1, 2.247, "25 0 R [stream]", @@ -948,7 +948,7 @@ 45.393, 381.359, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -971,7 +971,7 @@ 45.393, 386.399, 45.393, - ".", + "GLYPH<23>", -1, 2.247, "25 0 R [stream]", @@ -994,7 +994,7 @@ 45.393, 388.919, 45.393, - "2", + "GLYPH<24>", -1, 2.247, "25 0 R [stream]", @@ -1017,7 +1017,7 @@ 45.393, 393.959, 45.393, - "4", + "GLYPH<14>", -1, 2.247, "25 0 R [stream]", @@ -1040,7 +1040,7 @@ 45.393, 399.119, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1063,7 +1063,7 @@ 45.393, 512.998, 45.393, - "p", + "GLYPH<25>", -1, 2.247, "25 0 R [stream]", @@ -1086,7 +1086,7 @@ 45.393, 518.278, 45.393, - "a", + "GLYPH<19>", -1, 2.247, "25 0 R [stream]", @@ -1109,7 +1109,7 @@ 45.393, 523.078, 45.393, - "g", + "GLYPH<18>", -1, 2.247, "25 0 R [stream]", @@ -1132,7 +1132,7 @@ 45.393, 527.758, 45.393, - "e", + "GLYPH<12>", -1, 2.247, "25 0 R [stream]", @@ -1155,7 +1155,7 @@ 45.393, 532.678, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1178,7 +1178,7 @@ 45.393, 534.958, 45.393, - "1", + "GLYPH<16>", -1, 2.247, "25 0 R [stream]", @@ -1201,7 +1201,7 @@ 45.393, 539.999, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -1224,7 +1224,7 @@ 696.768, 72.0, 696.768, - "I", + "GLYPH<1>", -1, 5.989, "25 0 R [stream]", @@ -1247,7 +1247,7 @@ 696.768, 80.28, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1270,7 +1270,7 @@ 696.768, 92.52, 696.768, - "s", + "GLYPH<3>", -1, 5.989, "25 0 R [stream]", @@ -1293,7 +1293,7 @@ 696.768, 102.12, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -1316,7 +1316,7 @@ 696.768, 114.36, 696.768, - "r", + "GLYPH<5>", -1, 5.989, "25 0 R [stream]", @@ -1339,7 +1339,7 @@ 696.768, 122.64, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -1362,7 +1362,7 @@ 696.768, 133.56, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1385,7 +1385,7 @@ 696.768, 145.8, 696.768, - "c", + "GLYPH<7>", -1, 5.989, "25 0 R [stream]", @@ -1408,7 +1408,7 @@ 696.768, 156.72, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -1431,7 +1431,7 @@ 696.768, 167.64, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1454,7 +1454,7 @@ 696.768, 173.88, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -1477,7 +1477,7 @@ 696.768, 184.68, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1500,7 +1500,7 @@ 696.768, 196.92, 696.768, - "d", + "GLYPH<10>", -1, 5.989, "25 0 R [stream]", @@ -1523,7 +1523,7 @@ 696.768, 209.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1546,7 +1546,7 @@ 696.768, 215.4, 696.768, - "B", + "GLYPH<11>", -1, 5.989, "25 0 R [stream]", @@ -1569,7 +1569,7 @@ 696.768, 231.6, 696.768, - "o", + "GLYPH<12>", -1, 5.989, "25 0 R [stream]", @@ -1592,7 +1592,7 @@ 696.768, 243.84, 696.768, - "n", + "GLYPH<2>", -1, 5.989, "25 0 R [stream]", @@ -1615,7 +1615,7 @@ 696.768, 256.08, 696.768, - "d", + "GLYPH<10>", -1, 5.989, "25 0 R [stream]", @@ -1638,7 +1638,7 @@ 696.768, 268.32, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1661,7 +1661,7 @@ 696.768, 274.68, 696.768, - "Q", + "GLYPH<13>", -1, 5.989, "25 0 R [stream]", @@ -1684,7 +1684,7 @@ 696.768, 292.2, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -1707,7 +1707,7 @@ 696.768, 304.56, 696.768, - "o", + "GLYPH<12>", -1, 5.989, "25 0 R [stream]", @@ -1730,7 +1730,7 @@ 696.768, 316.8, 696.768, - "t", + "GLYPH<14>", -1, 5.989, "25 0 R [stream]", @@ -1753,7 +1753,7 @@ 696.768, 323.76, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -1776,7 +1776,7 @@ 696.768, 334.68, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1799,7 +1799,7 @@ 696.768, 340.92, 696.768, - "-", + "GLYPH<15>", -1, 5.989, "25 0 R [stream]", @@ -1822,7 +1822,7 @@ 696.768, 353.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1845,7 +1845,7 @@ 696.768, 359.4, 696.768, - "4", + "GLYPH<16>", -1, 5.989, "25 0 R [stream]", @@ -1868,7 +1868,7 @@ 696.768, 371.64, 696.768, - "9", + "GLYPH<17>", -1, 5.989, "25 0 R [stream]", @@ -1891,7 +1891,7 @@ 696.768, 383.88, 696.768, - "1", + "GLYPH<18>", -1, 5.989, "25 0 R [stream]", @@ -1914,7 +1914,7 @@ 696.768, 395.28, 696.768, - "1", + "GLYPH<18>", -1, 5.989, "25 0 R [stream]", @@ -1937,7 +1937,7 @@ 696.768, 407.52, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -1960,7 +1960,7 @@ 696.768, 412.44, 696.768, - "A", + "GLYPH<19>", -1, 5.989, "25 0 R [stream]", @@ -1983,7 +1983,7 @@ 696.768, 429.96, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -2006,7 +2006,7 @@ 696.768, 442.2, 696.768, - "g", + "GLYPH<20>", -1, 5.989, "25 0 R [stream]", @@ -2029,7 +2029,7 @@ 696.768, 454.44, 696.768, - "u", + "GLYPH<4>", -1, 5.989, "25 0 R [stream]", @@ -2052,7 +2052,7 @@ 696.768, 466.68, 696.768, - "s", + "GLYPH<3>", -1, 5.989, "25 0 R [stream]", @@ -2075,7 +2075,7 @@ 696.768, 476.28, 696.768, - "t", + "GLYPH<14>", -1, 5.989, "25 0 R [stream]", @@ -2098,7 +2098,7 @@ 696.768, 483.24, 696.768, - "a", + "GLYPH<6>", -1, 5.989, "25 0 R [stream]", @@ -2121,7 +2121,7 @@ 696.768, 494.16, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -2144,7 +2144,7 @@ 696.768, 499.08, 696.768, - "A", + "GLYPH<19>", -1, 5.989, "25 0 R [stream]", @@ -2167,7 +2167,7 @@ 696.768, 514.92, 696.768, - "v", + "GLYPH<21>", -1, 5.989, "25 0 R [stream]", @@ -2190,7 +2190,7 @@ 696.768, 527.16, 696.768, - "e", + "GLYPH<8>", -1, 5.989, "25 0 R [stream]", @@ -2213,7 +2213,7 @@ 696.768, 538.08, 696.768, - " ", + "GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -2236,7 +2236,7 @@ 659.995, 72.0, 659.995, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -2259,7 +2259,7 @@ 659.995, 78.72, 659.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -2282,7 +2282,7 @@ 659.995, 84.24, 659.995, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -2305,7 +2305,7 @@ 659.995, 87.36, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2328,7 +2328,7 @@ 659.995, 90.12, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2351,7 +2351,7 @@ 659.995, 92.88, 659.995, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -2374,7 +2374,7 @@ 659.995, 100.2, 659.995, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -2397,7 +2397,7 @@ 659.995, 103.92, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2420,7 +2420,7 @@ 659.995, 108.72, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2443,7 +2443,7 @@ 659.995, 114.24, 659.995, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -2466,7 +2466,7 @@ 659.995, 119.76, 659.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -2489,7 +2489,7 @@ 659.995, 125.28, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2512,7 +2512,7 @@ 659.995, 130.8, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2535,7 +2535,7 @@ 659.995, 133.56, 659.995, - "S", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -2558,7 +2558,7 @@ 659.995, 139.68, 659.995, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -2581,7 +2581,7 @@ 659.995, 145.08, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2604,7 +2604,7 @@ 659.995, 150.0, 659.995, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -2627,7 +2627,7 @@ 659.995, 157.92, 659.995, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -2650,7 +2650,7 @@ 659.995, 160.68, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2673,7 +2673,7 @@ 659.995, 163.44, 659.995, - "R", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -2696,7 +2696,7 @@ 659.995, 170.76, 659.995, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -2719,7 +2719,7 @@ 659.995, 176.28, 659.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -2742,7 +2742,7 @@ 659.995, 181.2, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2765,7 +2765,7 @@ 659.995, 186.72, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2788,7 +2788,7 @@ 659.995, 189.36, 659.995, - "M", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -2811,7 +2811,7 @@ 659.995, 199.2, 659.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -2834,7 +2834,7 @@ 659.995, 204.12, 659.995, - "K", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -2857,7 +2857,7 @@ 659.995, 212.04, 659.995, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -2880,7 +2880,7 @@ 659.995, 216.96, 659.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -2903,7 +2903,7 @@ 659.995, 222.48, 659.995, - "z", + " ", -1, 2.755, "25 0 R [stream]", @@ -2926,7 +2926,7 @@ 659.995, 227.28, 659.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -2949,7 +2949,7 @@ 659.995, 230.4, 659.995, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -2972,7 +2972,7 @@ 659.995, 235.2, 659.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -2995,7 +2995,7 @@ 635.395, 72.0, 635.395, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -3018,7 +3018,7 @@ 635.395, 79.32, 635.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -3041,7 +3041,7 @@ 635.395, 82.44, 635.395, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3064,7 +3064,7 @@ 635.395, 87.96, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3087,7 +3087,7 @@ 635.395, 90.72, 635.395, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -3110,7 +3110,7 @@ 635.395, 98.64, 635.395, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3133,7 +3133,7 @@ 635.395, 103.56, 635.395, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -3156,7 +3156,7 @@ 635.395, 106.56, 635.395, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3179,7 +3179,7 @@ 635.395, 111.48, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3202,7 +3202,7 @@ 635.395, 114.24, 635.395, - "-", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -3225,7 +3225,7 @@ 635.395, 119.76, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3248,7 +3248,7 @@ 635.395, 122.52, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3271,7 +3271,7 @@ 635.395, 128.04, 635.395, - "3", + "$", -1, 2.755, "25 0 R [stream]", @@ -3294,7 +3294,7 @@ 635.395, 133.44, 635.395, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -3317,7 +3317,7 @@ 635.395, 136.56, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3340,7 +3340,7 @@ 635.395, 142.08, 635.395, - "1", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -3363,7 +3363,7 @@ 635.395, 147.48, 635.395, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -3386,7 +3386,7 @@ 635.395, 150.6, 635.395, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -3409,7 +3409,7 @@ 635.395, 156.12, 635.395, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -3432,7 +3432,7 @@ 635.395, 161.64, 635.395, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -3455,7 +3455,7 @@ 635.395, 167.16, 635.395, - "4", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -3478,7 +3478,7 @@ 635.395, 172.56, 635.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3501,7 +3501,7 @@ 610.915, 72.0, 610.915, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -3524,7 +3524,7 @@ 610.915, 78.12, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3547,7 +3547,7 @@ 610.915, 81.84, 610.915, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3570,7 +3570,7 @@ 610.915, 86.755, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -3593,7 +3593,7 @@ 610.915, 92.28, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3616,7 +3616,7 @@ 610.915, 97.08, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3639,7 +3639,7 @@ 610.915, 100.8, 610.915, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -3662,7 +3662,7 @@ 610.915, 105.72, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3685,7 +3685,7 @@ 610.915, 111.24, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3708,7 +3708,7 @@ 610.915, 114.0, 610.915, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -3731,7 +3731,7 @@ 610.915, 121.32, 610.915, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -3754,7 +3754,7 @@ 610.915, 126.72, 610.915, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -3777,7 +3777,7 @@ 610.915, 129.84, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3800,7 +3800,7 @@ 610.915, 132.6, 610.915, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -3823,7 +3823,7 @@ 610.915, 139.32, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3846,7 +3846,7 @@ 610.915, 144.84, 610.915, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -3869,7 +3869,7 @@ 610.915, 152.76, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -3892,7 +3892,7 @@ 610.915, 157.56, 610.915, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -3915,7 +3915,7 @@ 610.915, 161.28, 610.915, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -3938,7 +3938,7 @@ 610.915, 166.8, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -3961,7 +3961,7 @@ 610.915, 169.56, 610.915, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -3984,7 +3984,7 @@ 610.915, 177.48, 610.915, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -4007,7 +4007,7 @@ 610.915, 185.4, 610.915, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4030,7 +4030,7 @@ 610.915, 190.8, 610.915, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -4053,7 +4053,7 @@ 610.915, 199.44, 610.915, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4076,7 +4076,7 @@ 610.915, 204.96, 610.915, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -4099,7 +4099,7 @@ 610.915, 210.48, 610.915, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -4122,7 +4122,7 @@ 610.915, 214.08, 610.915, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -4145,7 +4145,7 @@ 610.915, 221.994, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -4168,7 +4168,7 @@ 610.915, 227.514, 610.915, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -4191,7 +4191,7 @@ 610.915, 233.04, 610.915, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -4214,7 +4214,7 @@ 610.915, 236.16, 610.915, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4237,7 +4237,7 @@ 610.915, 240.96, 610.915, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -4260,7 +4260,7 @@ 610.915, 246.48, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4283,7 +4283,7 @@ 610.915, 249.24, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4306,7 +4306,7 @@ 610.915, 251.88, 610.915, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4329,7 +4329,7 @@ 586.315, 72.0, 586.315, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -4352,7 +4352,7 @@ 586.315, 79.92, 586.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4375,7 +4375,7 @@ 586.315, 84.84, 586.315, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4398,7 +4398,7 @@ 586.315, 87.96, 586.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -4421,7 +4421,7 @@ 586.315, 92.88, 586.315, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -4444,7 +4444,7 @@ 586.315, 95.88, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4467,7 +4467,7 @@ 586.315, 98.64, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4490,7 +4490,7 @@ 586.315, 101.4, 586.315, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -4513,7 +4513,7 @@ 586.315, 106.92, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4536,7 +4536,7 @@ 586.315, 112.44, 586.315, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -4559,7 +4559,7 @@ 586.315, 115.44, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4582,7 +4582,7 @@ 586.315, 120.96, 586.315, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -4605,7 +4605,7 @@ 586.315, 126.48, 586.315, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -4628,7 +4628,7 @@ 586.315, 129.48, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4651,7 +4651,7 @@ 586.315, 135.0, 586.315, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -4674,7 +4674,7 @@ 586.315, 140.52, 586.315, - "2", + "&", -1, 2.755, "25 0 R [stream]", @@ -4697,7 +4697,7 @@ 586.315, 146.04, 586.315, - "4", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -4720,7 +4720,7 @@ 586.315, 151.44, 586.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4743,7 +4743,7 @@ 561.955, 72.0, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -4766,7 +4766,7 @@ 561.955, 79.32, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -4789,7 +4789,7 @@ 561.955, 84.84, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -4812,7 +4812,7 @@ 561.955, 90.36, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4835,7 +4835,7 @@ 561.955, 93.48, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -4858,7 +4858,7 @@ 561.955, 97.2, 561.955, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -4881,7 +4881,7 @@ 561.955, 102.0, 561.955, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -4904,7 +4904,7 @@ 561.955, 106.92, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -4927,7 +4927,7 @@ 561.955, 110.04, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -4950,7 +4950,7 @@ 561.955, 112.8, 561.955, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -4973,7 +4973,7 @@ 561.955, 119.4, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -4996,7 +4996,7 @@ 561.955, 124.92, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5019,7 +5019,7 @@ 561.955, 127.92, 561.955, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -5042,7 +5042,7 @@ 561.955, 131.04, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5065,7 +5065,7 @@ 561.955, 134.16, 561.955, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -5088,7 +5088,7 @@ 561.955, 139.56, 561.955, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -5111,7 +5111,7 @@ 561.955, 142.68, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5134,7 +5134,7 @@ 561.955, 145.44, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5157,7 +5157,7 @@ 561.955, 152.76, 561.955, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -5180,7 +5180,7 @@ 561.955, 155.76, 561.955, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -5203,7 +5203,7 @@ 561.955, 160.68, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5226,7 +5226,7 @@ 561.955, 164.4, 561.955, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -5249,7 +5249,7 @@ 561.955, 169.92, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5272,7 +5272,7 @@ 561.955, 172.68, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5295,7 +5295,7 @@ 561.955, 180.0, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5318,7 +5318,7 @@ 561.955, 185.4, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5341,7 +5341,7 @@ 561.955, 190.8, 561.955, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -5364,7 +5364,7 @@ 561.955, 195.12, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5387,7 +5387,7 @@ 561.955, 198.24, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5410,7 +5410,7 @@ 561.955, 201.96, 561.955, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -5433,7 +5433,7 @@ 561.955, 207.36, 561.955, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -5456,7 +5456,7 @@ 561.955, 212.28, 561.955, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -5479,7 +5479,7 @@ 561.955, 215.28, 561.955, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -5502,7 +5502,7 @@ 561.955, 218.4, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5525,7 +5525,7 @@ 561.955, 223.92, 561.955, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5548,7 +5548,7 @@ 561.955, 229.44, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5571,7 +5571,7 @@ 561.955, 232.2, 561.955, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -5594,7 +5594,7 @@ 561.955, 240.0, 561.955, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5617,7 +5617,7 @@ 561.955, 243.72, 561.955, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -5640,7 +5640,7 @@ 561.955, 249.24, 561.955, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -5663,7 +5663,7 @@ 561.955, 254.754, 561.955, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -5686,7 +5686,7 @@ 561.955, 260.28, 561.955, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -5709,7 +5709,7 @@ 561.955, 263.04, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5732,7 +5732,7 @@ 561.955, 265.8, 561.955, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -5755,7 +5755,7 @@ 561.955, 272.52, 561.955, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -5778,7 +5778,7 @@ 561.955, 279.24, 561.955, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -5801,7 +5801,7 @@ 561.955, 286.44, 561.955, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5824,7 +5824,7 @@ 549.235, 72.0, 549.235, - "O", + "2", -1, 2.755, "25 0 R [stream]", @@ -5847,7 +5847,7 @@ 549.235, 79.92, 549.235, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -5870,7 +5870,7 @@ 549.235, 87.84, 549.235, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -5893,7 +5893,7 @@ 549.235, 93.36, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -5916,7 +5916,7 @@ 549.235, 98.28, 549.235, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -5939,7 +5939,7 @@ 549.235, 102.0, 549.235, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -5962,7 +5962,7 @@ 549.235, 105.12, 549.235, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -5985,7 +5985,7 @@ 549.235, 107.88, 549.235, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -6008,7 +6008,7 @@ 549.235, 115.8, 549.235, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -6031,7 +6031,7 @@ 549.235, 121.2, 549.235, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -6054,7 +6054,7 @@ 549.235, 124.92, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6077,7 +6077,7 @@ 549.235, 129.84, 549.235, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6100,7 +6100,7 @@ 549.235, 132.84, 549.235, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6123,7 +6123,7 @@ 549.235, 135.96, 549.235, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6146,7 +6146,7 @@ 549.235, 140.88, 549.235, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6169,7 +6169,7 @@ 549.235, 143.64, 549.235, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6192,7 +6192,7 @@ 549.235, 150.84, 549.235, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6215,7 +6215,7 @@ 549.235, 155.755, 549.235, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -6238,7 +6238,7 @@ 549.235, 161.28, 549.235, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6261,7 +6261,7 @@ 549.235, 164.28, 549.235, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6284,7 +6284,7 @@ 549.235, 167.4, 549.235, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6307,7 +6307,7 @@ 549.235, 172.2, 549.235, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6330,7 +6330,7 @@ 548.827, 175.2, 548.827, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -6353,7 +6353,7 @@ 536.635, 72.0, 536.635, - "E", + ")", -1, 2.755, "25 0 R [stream]", @@ -6376,7 +6376,7 @@ 536.635, 78.72, 536.635, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -6399,7 +6399,7 @@ 536.635, 83.04, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6422,7 +6422,7 @@ 536.635, 86.16, 536.635, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -6445,7 +6445,7 @@ 536.635, 89.16, 536.635, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -6468,7 +6468,7 @@ 536.635, 97.8, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6491,7 +6491,7 @@ 536.635, 102.6, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6514,7 +6514,7 @@ 536.635, 105.72, 536.635, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6537,7 +6537,7 @@ 536.635, 110.64, 536.635, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -6560,7 +6560,7 @@ 536.635, 116.16, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6583,7 +6583,7 @@ 536.635, 118.92, 536.635, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6606,7 +6606,7 @@ 536.635, 126.24, 536.635, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -6629,7 +6629,7 @@ 536.635, 131.64, 536.635, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -6652,7 +6652,7 @@ 536.635, 137.16, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6675,7 +6675,7 @@ 536.635, 140.16, 536.635, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -6698,7 +6698,7 @@ 536.635, 143.88, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6721,7 +6721,7 @@ 536.635, 148.8, 536.635, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -6744,7 +6744,7 @@ 536.635, 153.6, 536.635, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -6767,7 +6767,7 @@ 536.635, 156.72, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6790,7 +6790,7 @@ 536.635, 159.48, 536.635, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -6813,7 +6813,7 @@ 536.635, 167.4, 536.635, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -6836,7 +6836,7 @@ 536.635, 172.2, 536.635, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -6859,7 +6859,7 @@ 536.635, 175.32, 536.635, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -6882,7 +6882,7 @@ 536.635, 180.84, 536.635, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -6905,7 +6905,7 @@ 536.635, 185.76, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -6928,7 +6928,7 @@ 536.635, 188.4, 536.635, - "(", + "4", -1, 2.755, "25 0 R [stream]", @@ -6951,7 +6951,7 @@ 536.635, 192.0, 536.635, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -6974,7 +6974,7 @@ 536.635, 199.32, 536.635, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -6997,7 +6997,7 @@ 536.635, 207.24, 536.635, - ")", + "5", -1, 2.755, "25 0 R [stream]", @@ -7020,7 +7020,7 @@ 536.635, 210.96, 536.635, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -7043,7 +7043,7 @@ 536.635, 214.08, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7066,7 +7066,7 @@ 536.635, 216.84, 536.635, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -7089,7 +7089,7 @@ 536.635, 222.36, 536.635, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -7112,7 +7112,7 @@ 536.635, 227.88, 536.635, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -7135,7 +7135,7 @@ 536.635, 233.28, 536.635, - "M", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -7158,7 +7158,7 @@ 536.635, 243.0, 536.635, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7181,7 +7181,7 @@ 524.035, 72.0, 524.035, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -7204,7 +7204,7 @@ 524.035, 79.32, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7227,7 +7227,7 @@ 524.035, 84.84, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7250,7 +7250,7 @@ 524.035, 90.36, 524.035, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -7273,7 +7273,7 @@ 524.035, 94.68, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7296,7 +7296,7 @@ 524.035, 97.68, 524.035, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -7319,7 +7319,7 @@ 524.035, 101.4, 524.035, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -7342,7 +7342,7 @@ 524.035, 106.92, 524.035, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -7365,7 +7365,7 @@ 524.035, 111.72, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7388,7 +7388,7 @@ 524.035, 114.84, 524.035, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -7411,7 +7411,7 @@ 524.035, 117.96, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7434,7 +7434,7 @@ 524.035, 123.48, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7457,7 +7457,7 @@ 524.035, 129.0, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7480,7 +7480,7 @@ 524.035, 131.76, 524.035, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -7503,7 +7503,7 @@ 524.035, 139.68, 524.035, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -7526,7 +7526,7 @@ 524.035, 145.08, 524.035, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -7549,7 +7549,7 @@ 524.035, 148.8, 524.035, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -7572,7 +7572,7 @@ 524.035, 153.6, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7595,7 +7595,7 @@ 524.035, 156.72, 524.035, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -7618,7 +7618,7 @@ 524.035, 159.84, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7641,7 +7641,7 @@ 524.035, 165.24, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7664,7 +7664,7 @@ 524.035, 170.76, 524.035, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -7687,7 +7687,7 @@ 524.035, 173.88, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7710,7 +7710,7 @@ 524.035, 176.64, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7733,7 +7733,7 @@ 524.035, 179.4, 524.035, - "3", + "$", -1, 2.755, "25 0 R [stream]", @@ -7756,7 +7756,7 @@ 524.035, 184.8, 524.035, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -7779,7 +7779,7 @@ 524.035, 190.32, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7802,7 +7802,7 @@ 524.035, 192.96, 524.035, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -7825,7 +7825,7 @@ 524.035, 201.6, 524.035, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -7848,7 +7848,7 @@ 524.035, 207.12, 524.035, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -7871,7 +7871,7 @@ 524.035, 212.52, 524.035, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -7894,7 +7894,7 @@ 524.035, 215.64, 524.035, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -7917,7 +7917,7 @@ 524.035, 221.16, 524.035, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -7940,7 +7940,7 @@ 524.035, 225.36, 524.035, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -7963,7 +7963,7 @@ 511.315, 72.0, 511.315, - "1", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -7986,7 +7986,7 @@ 511.315, 77.52, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8009,7 +8009,7 @@ 511.315, 80.28, 511.315, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -8032,7 +8032,7 @@ 511.315, 83.88, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8055,7 +8055,7 @@ 511.315, 86.64, 511.315, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -8078,7 +8078,7 @@ 511.315, 92.16, 511.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8101,7 +8101,7 @@ 511.315, 97.08, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8124,7 +8124,7 @@ 511.315, 102.0, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8147,7 +8147,7 @@ 511.315, 105.72, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8170,7 +8170,7 @@ 511.315, 108.48, 511.315, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -8193,7 +8193,7 @@ 511.315, 116.4, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8216,7 +8216,7 @@ 511.315, 121.2, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8239,7 +8239,7 @@ 511.315, 124.92, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8262,7 +8262,7 @@ 511.315, 128.64, 511.315, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8285,7 +8285,7 @@ 511.315, 133.44, 511.315, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8308,7 +8308,7 @@ 511.315, 138.96, 511.315, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -8331,7 +8331,7 @@ 511.315, 142.08, 511.315, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -8354,7 +8354,7 @@ 511.315, 147.6, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8377,7 +8377,7 @@ 511.315, 150.234, 511.315, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -8400,7 +8400,7 @@ 511.315, 155.76, 511.315, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8423,7 +8423,7 @@ 511.315, 160.68, 511.315, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8446,7 +8446,7 @@ 511.315, 164.28, 511.315, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -8469,7 +8469,7 @@ 511.315, 167.4, 511.315, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -8492,7 +8492,7 @@ 511.315, 172.92, 511.315, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -8515,7 +8515,7 @@ 511.315, 178.32, 511.315, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8538,7 +8538,7 @@ 498.715, 72.0, 498.715, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -8561,7 +8561,7 @@ 498.715, 79.32, 498.715, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -8584,7 +8584,7 @@ 498.715, 82.44, 498.715, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8607,7 +8607,7 @@ 498.715, 87.36, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -8630,7 +8630,7 @@ 498.715, 91.68, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -8653,7 +8653,7 @@ 498.715, 96.0, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8676,7 +8676,7 @@ 498.715, 98.76, 498.715, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -8699,7 +8699,7 @@ 498.715, 106.08, 498.715, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -8722,7 +8722,7 @@ 498.715, 108.84, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8745,7 +8745,7 @@ 498.715, 111.6, 498.715, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -8768,7 +8768,7 @@ 498.715, 119.4, 498.715, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8791,7 +8791,7 @@ 498.715, 124.32, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8814,7 +8814,7 @@ 498.715, 129.84, 498.715, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -8837,7 +8837,7 @@ 498.715, 134.76, 498.715, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -8860,7 +8860,7 @@ 498.715, 138.36, 498.715, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -8883,7 +8883,7 @@ 498.715, 143.28, 498.715, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -8906,7 +8906,7 @@ 498.715, 146.4, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -8929,7 +8929,7 @@ 498.715, 149.16, 498.715, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -8952,7 +8952,7 @@ 498.715, 156.48, 498.715, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -8975,7 +8975,7 @@ 498.715, 161.88, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -8998,7 +8998,7 @@ 498.715, 167.4, 498.715, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -9021,7 +9021,7 @@ 498.715, 171.72, 498.715, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9044,7 +9044,7 @@ 498.715, 174.72, 498.715, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -9067,7 +9067,7 @@ 498.715, 178.44, 498.715, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -9090,7 +9090,7 @@ 498.715, 183.96, 498.715, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9113,7 +9113,7 @@ 498.715, 188.76, 498.715, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9136,7 +9136,7 @@ 498.715, 191.76, 498.715, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9159,7 +9159,7 @@ 498.715, 194.88, 498.715, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9182,7 +9182,7 @@ 498.715, 200.4, 498.715, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9205,7 +9205,7 @@ 498.715, 205.8, 498.715, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9228,7 +9228,7 @@ 485.995, 72.0, 485.995, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -9251,7 +9251,7 @@ 485.995, 78.72, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9274,7 +9274,7 @@ 485.995, 84.24, 485.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9297,7 +9297,7 @@ 485.995, 89.16, 485.995, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -9320,7 +9320,7 @@ 485.995, 94.08, 485.995, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -9343,7 +9343,7 @@ 485.995, 97.08, 485.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9366,7 +9366,7 @@ 485.995, 100.2, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9389,7 +9389,7 @@ 485.995, 105.72, 485.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9412,7 +9412,7 @@ 485.995, 111.12, 485.995, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -9435,7 +9435,7 @@ 485.995, 114.24, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9458,7 +9458,7 @@ 485.995, 117.0, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9481,7 +9481,7 @@ 485.995, 119.76, 485.995, - "R", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -9504,7 +9504,7 @@ 485.995, 127.08, 485.995, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9527,7 +9527,7 @@ 485.995, 130.08, 485.995, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -9550,7 +9550,7 @@ 485.995, 135.0, 485.995, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -9573,7 +9573,7 @@ 485.995, 140.52, 485.995, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -9596,7 +9596,7 @@ 485.995, 149.04, 485.995, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -9619,7 +9619,7 @@ 485.995, 154.56, 485.995, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9642,7 +9642,7 @@ 485.995, 160.08, 485.995, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -9665,7 +9665,7 @@ 485.995, 165.6, 485.995, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -9688,7 +9688,7 @@ 485.995, 168.36, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9711,7 +9711,7 @@ 485.995, 171.12, 485.995, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -9734,7 +9734,7 @@ 485.995, 179.04, 485.995, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -9757,7 +9757,7 @@ 485.995, 186.84, 485.995, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -9780,7 +9780,7 @@ 473.395, 72.0, 473.395, - "D", + "\"", -1, 2.755, "25 0 R [stream]", @@ -9803,7 +9803,7 @@ 473.395, 79.92, 473.395, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -9826,7 +9826,7 @@ 473.395, 84.84, 473.395, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -9849,7 +9849,7 @@ 473.395, 89.16, 473.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -9872,7 +9872,7 @@ 473.395, 92.28, 473.395, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -9895,7 +9895,7 @@ 473.395, 97.8, 473.395, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -9918,7 +9918,7 @@ 473.395, 103.32, 473.395, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -9941,7 +9941,7 @@ 473.395, 106.92, 473.395, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -9964,7 +9964,7 @@ 473.395, 114.24, 473.395, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -9987,7 +9987,7 @@ 473.395, 119.76, 473.395, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -10010,7 +10010,7 @@ 473.395, 122.76, 473.395, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -10033,7 +10033,7 @@ 473.395, 125.88, 473.395, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -10056,7 +10056,7 @@ 473.395, 131.4, 473.395, - "?", + "7", -1, 2.755, "25 0 R [stream]", @@ -10079,7 +10079,7 @@ 473.395, 136.32, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10102,7 +10102,7 @@ 473.395, 139.08, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10125,7 +10125,7 @@ 473.395, 141.84, 473.395, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -10148,7 +10148,7 @@ 473.395, 149.758, 473.395, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10171,7 +10171,7 @@ 473.395, 155.158, 473.395, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10194,7 +10194,7 @@ 460.795, 72.0, 460.795, - "J", + "9", -1, 2.755, "25 0 R [stream]", @@ -10217,7 +10217,7 @@ 460.795, 76.32, 460.795, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10240,7 +10240,7 @@ 460.795, 81.84, 460.795, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -10263,7 +10263,7 @@ 460.795, 84.96, 460.795, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10286,7 +10286,7 @@ 460.795, 90.36, 460.795, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -10309,7 +10309,7 @@ 460.795, 93.48, 460.795, - "-", + "+", -1, 2.755, "25 0 R [stream]", @@ -10332,7 +10332,7 @@ 460.795, 97.08, 460.795, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -10355,7 +10355,7 @@ 460.795, 105.0, 460.795, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10378,7 +10378,7 @@ 460.795, 109.92, 460.795, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10401,7 +10401,7 @@ 460.795, 115.44, 460.795, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -10424,7 +10424,7 @@ 460.795, 118.56, 460.795, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -10447,7 +10447,7 @@ 460.795, 123.96, 460.795, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -10470,7 +10470,7 @@ 460.795, 127.68, 460.795, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10493,7 +10493,7 @@ 460.795, 132.6, 460.795, - "?", + "7", -1, 2.755, "25 0 R [stream]", @@ -10516,7 +10516,7 @@ 460.795, 137.52, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10539,7 +10539,7 @@ 460.795, 140.28, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10562,7 +10562,7 @@ 460.795, 143.04, 460.795, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -10585,7 +10585,7 @@ 460.795, 150.958, 460.795, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10608,7 +10608,7 @@ 460.795, 156.358, 460.795, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10631,7 +10631,7 @@ 448.076, 72.0, 448.076, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10654,7 +10654,7 @@ 435.476, 72.0, 435.476, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10677,7 +10677,7 @@ 422.347, 72.0, 422.347, - "L", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -10700,7 +10700,7 @@ 422.347, 79.32, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10723,7 +10723,7 @@ 422.347, 82.44, 422.347, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -10746,7 +10746,7 @@ 422.347, 87.96, 422.347, - "b", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -10769,7 +10769,7 @@ 422.347, 94.08, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10792,7 +10792,7 @@ 422.347, 97.08, 422.347, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -10815,7 +10815,7 @@ 422.347, 100.2, 422.347, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -10838,7 +10838,7 @@ 422.347, 103.2, 422.347, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -10861,7 +10861,7 @@ 422.347, 106.92, 422.347, - "y", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -10884,7 +10884,7 @@ 422.347, 112.44, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -10907,7 +10907,7 @@ 422.347, 115.2, 422.347, - "I", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -10930,7 +10930,7 @@ 422.347, 119.52, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -10953,7 +10953,7 @@ 422.347, 125.52, 422.347, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -10976,7 +10976,7 @@ 422.347, 129.84, 422.347, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -10999,7 +10999,7 @@ 422.347, 135.96, 422.347, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -11022,7 +11022,7 @@ 422.347, 140.88, 422.347, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -11045,7 +11045,7 @@ 422.347, 146.4, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -11068,7 +11068,7 @@ 422.347, 152.52, 422.347, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -11091,7 +11091,7 @@ 422.347, 157.32, 422.347, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -11114,7 +11114,7 @@ 422.347, 162.24, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11137,7 +11137,7 @@ 422.347, 165.0, 422.347, - "-", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -11160,7 +11160,7 @@ 422.347, 170.52, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11183,7 +11183,7 @@ 422.347, 173.16, 422.347, - "G", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -11206,7 +11206,7 @@ 422.347, 181.8, 422.347, - "L", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -11229,7 +11229,7 @@ 422.347, 189.12, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11252,7 +11252,7 @@ 422.347, 191.76, 422.347, - "O", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -11275,7 +11275,7 @@ 422.347, 200.4, 422.347, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -11298,7 +11298,7 @@ 422.347, 206.52, 422.347, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -11321,7 +11321,7 @@ 422.347, 209.64, 422.347, - "y", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -11344,7 +11344,7 @@ 422.347, 215.16, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11367,7 +11367,7 @@ 422.347, 217.92, 422.347, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -11390,7 +11390,7 @@ 422.347, 225.84, 422.347, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -11413,7 +11413,7 @@ 422.347, 233.76, 422.347, - "I", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -11436,7 +11436,7 @@ 422.347, 238.08, 422.347, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -11459,7 +11459,7 @@ 422.347, 244.68, 422.347, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11482,7 +11482,7 @@ 409.747, 72.0, 409.747, - "R", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -11505,7 +11505,7 @@ 409.747, 79.92, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -11528,7 +11528,7 @@ 409.747, 85.44, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -11551,7 +11551,7 @@ 409.747, 89.16, 409.747, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -11574,7 +11574,7 @@ 409.747, 94.08, 409.747, - ":", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -11597,7 +11597,7 @@ 409.747, 97.8, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11620,7 +11620,7 @@ 409.747, 102.96, 409.747, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -11643,7 +11643,7 @@ 409.747, 108.48, 409.747, - "2", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -11666,7 +11666,7 @@ 409.747, 113.88, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11689,7 +11689,7 @@ 409.747, 119.4, 409.747, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -11712,7 +11712,7 @@ 409.747, 122.16, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11735,7 +11735,7 @@ 409.747, 127.68, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11758,7 +11758,7 @@ 409.747, 133.08, 409.747, - "/", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -11781,7 +11781,7 @@ 409.747, 136.2, 409.747, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -11804,7 +11804,7 @@ 409.747, 141.72, 409.747, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -11827,7 +11827,7 @@ 409.747, 147.24, 409.747, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -11850,7 +11850,7 @@ 409.747, 150.0, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11873,7 +11873,7 @@ 409.747, 155.52, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11896,7 +11896,7 @@ 409.747, 161.04, 409.747, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -11919,7 +11919,7 @@ 409.747, 166.56, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -11942,7 +11942,7 @@ 409.747, 171.6, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -11965,7 +11965,7 @@ 409.747, 177.12, 409.747, - "f", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -11988,7 +11988,7 @@ 409.747, 180.84, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12011,7 +12011,7 @@ 409.747, 186.0, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12034,7 +12034,7 @@ 409.747, 189.6, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -12057,7 +12057,7 @@ 409.747, 195.12, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12080,7 +12080,7 @@ 409.747, 198.84, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12103,7 +12103,7 @@ 409.747, 204.36, 409.747, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12126,7 +12126,7 @@ 409.747, 207.48, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12149,7 +12149,7 @@ 409.747, 212.52, 409.747, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12172,7 +12172,7 @@ 409.747, 217.44, 409.747, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -12195,7 +12195,7 @@ 409.747, 222.96, 409.747, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -12218,7 +12218,7 @@ 409.747, 229.08, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12241,7 +12241,7 @@ 409.747, 232.68, 409.747, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -12264,7 +12264,7 @@ 409.747, 237.6, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12287,7 +12287,7 @@ 409.747, 243.12, 409.747, - "c", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12310,7 +12310,7 @@ 409.747, 248.04, 409.747, - "t", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -12333,7 +12333,7 @@ 409.747, 251.76, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12356,7 +12356,7 @@ 409.747, 256.8, 409.747, - "v", + " ", -1, 2.755, "25 0 R [stream]", @@ -12379,7 +12379,7 @@ 409.747, 262.32, 409.747, - "a", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12402,7 +12402,7 @@ 409.747, 267.84, 409.747, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12425,7 +12425,7 @@ 409.747, 270.96, 409.747, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -12448,7 +12448,7 @@ 409.747, 276.96, 409.747, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -12471,7 +12471,7 @@ 409.747, 281.88, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12494,7 +12494,7 @@ 409.747, 287.04, 409.747, - "(", + "!", -1, 2.755, "25 0 R [stream]", @@ -12517,7 +12517,7 @@ 409.747, 290.76, 409.747, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -12540,7 +12540,7 @@ 409.747, 298.56, 409.747, - "V", + "\"", -1, 2.755, "25 0 R [stream]", @@ -12563,7 +12563,7 @@ 409.747, 306.6, 409.747, - ")", + "#", -1, 2.755, "25 0 R [stream]", @@ -12586,7 +12586,7 @@ 409.747, 310.2, 409.747, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -12609,7 +12609,7 @@ 409.747, 312.96, 409.747, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -12632,7 +12632,7 @@ 410.156, 318.12, 410.156, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -12655,7 +12655,7 @@ 410.156, 324.24, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12678,7 +12678,7 @@ 410.156, 329.16, 410.156, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -12701,7 +12701,7 @@ 410.156, 332.88, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -12724,7 +12724,7 @@ 410.156, 338.04, 410.156, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -12747,7 +12747,7 @@ 410.156, 341.16, 410.156, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -12770,7 +12770,7 @@ 410.156, 346.56, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12793,7 +12793,7 @@ 410.156, 351.48, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -12816,7 +12816,7 @@ 410.156, 356.64, 410.156, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -12839,7 +12839,7 @@ 410.156, 361.56, 410.156, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -12862,7 +12862,7 @@ 410.156, 365.76, 410.156, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -12885,7 +12885,7 @@ 410.156, 370.08, 410.156, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -12908,7 +12908,7 @@ 410.156, 375.48, 410.156, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -12931,7 +12931,7 @@ 410.156, 384.12, 410.156, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -12954,7 +12954,7 @@ 410.156, 389.04, 410.156, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -12977,7 +12977,7 @@ 410.156, 394.56, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13000,7 +13000,7 @@ 410.156, 399.72, 410.156, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -13023,7 +13023,7 @@ 410.156, 405.24, 410.156, - "6", + ",", -1, 2.755, "25 0 R [stream]", @@ -13046,7 +13046,7 @@ 410.156, 410.76, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13069,7 +13069,7 @@ 410.156, 416.16, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13092,7 +13092,7 @@ 410.156, 418.92, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13115,7 +13115,7 @@ 410.156, 424.44, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13138,7 +13138,7 @@ 410.156, 429.84, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13161,7 +13161,7 @@ 410.156, 435.36, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13184,7 +13184,7 @@ 410.156, 438.12, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13207,7 +13207,7 @@ 410.156, 443.64, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13230,7 +13230,7 @@ 410.156, 449.16, 410.156, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -13253,7 +13253,7 @@ 410.156, 454.68, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13276,7 +13276,7 @@ 410.156, 457.44, 410.156, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -13299,7 +13299,7 @@ 410.156, 464.76, 410.156, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -13322,7 +13322,7 @@ 410.156, 472.68, 410.156, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -13345,7 +13345,7 @@ 410.156, 475.44, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13368,7 +13368,7 @@ 410.156, 480.6, 410.156, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -13391,7 +13391,7 @@ 410.156, 486.12, 410.156, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -13414,7 +13414,7 @@ 410.156, 491.64, 410.156, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -13437,7 +13437,7 @@ 410.156, 497.16, 410.156, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -13460,7 +13460,7 @@ 410.156, 500.88, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13483,7 +13483,7 @@ 410.156, 505.92, 410.156, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -13506,7 +13506,7 @@ 410.156, 509.04, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13529,7 +13529,7 @@ 410.156, 512.04, 410.156, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -13552,7 +13552,7 @@ 410.156, 516.955, 410.156, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -13575,7 +13575,7 @@ 410.156, 522.48, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13598,7 +13598,7 @@ 410.156, 525.48, 410.156, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -13621,7 +13621,7 @@ 410.156, 528.48, 410.156, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13644,7 +13644,7 @@ 410.156, 531.6, 410.156, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13667,7 +13667,7 @@ 410.156, 534.6, 410.156, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -13690,7 +13690,7 @@ 410.156, 540.0, 410.156, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13713,7 +13713,7 @@ 397.556, 72.0, 397.556, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -13736,7 +13736,7 @@ 397.556, 76.92, 397.556, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -13759,7 +13759,7 @@ 397.556, 81.24, 397.556, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13782,7 +13782,7 @@ 397.556, 84.24, 397.556, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13805,7 +13805,7 @@ 397.556, 87.36, 397.556, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -13828,7 +13828,7 @@ 397.556, 95.88, 397.556, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -13851,7 +13851,7 @@ 397.556, 100.8, 397.556, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -13874,7 +13874,7 @@ 397.556, 103.8, 397.556, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -13897,7 +13897,7 @@ 397.556, 108.72, 397.556, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13920,7 +13920,7 @@ 397.556, 111.48, 397.556, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -13943,7 +13943,7 @@ 397.556, 114.6, 397.556, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -13966,7 +13966,7 @@ 397.556, 118.8, 397.556, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -13989,7 +13989,7 @@ 397.147, 121.56, 397.147, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -14012,7 +14012,7 @@ 397.147, 127.08, 397.147, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -14035,7 +14035,7 @@ 397.147, 132.6, 397.147, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -14058,7 +14058,7 @@ 397.147, 135.36, 397.147, - "2", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -14081,7 +14081,7 @@ 397.147, 140.88, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14104,7 +14104,7 @@ 397.147, 146.4, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14127,7 +14127,7 @@ 397.147, 151.8, 397.147, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -14150,7 +14150,7 @@ 397.147, 154.56, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14173,7 +14173,7 @@ 397.147, 160.08, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14196,7 +14196,7 @@ 397.147, 165.6, 397.147, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14219,7 +14219,7 @@ 397.147, 171.12, 397.147, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -14242,7 +14242,7 @@ 397.147, 173.88, 397.147, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14265,7 +14265,7 @@ 397.147, 176.52, 397.147, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14288,7 +14288,7 @@ 384.427, 72.0, 384.427, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -14311,7 +14311,7 @@ 372.236, 72.0, 372.236, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -14334,7 +14334,7 @@ 372.236, 78.72, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -14357,7 +14357,7 @@ 372.236, 84.24, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -14380,7 +14380,7 @@ 372.236, 87.36, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -14403,7 +14403,7 @@ 372.236, 91.68, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14426,7 +14426,7 @@ 372.236, 99.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14449,7 +14449,7 @@ 372.236, 103.08, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14472,7 +14472,7 @@ 372.236, 108.0, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -14495,7 +14495,7 @@ 372.236, 111.12, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -14518,7 +14518,7 @@ 372.236, 116.04, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14541,7 +14541,7 @@ 372.236, 123.72, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -14564,7 +14564,7 @@ 372.236, 128.64, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -14587,7 +14587,7 @@ 372.236, 134.16, 372.236, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -14610,7 +14610,7 @@ 372.236, 139.68, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -14633,7 +14633,7 @@ 372.236, 144.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14656,7 +14656,7 @@ 372.236, 148.2, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -14679,7 +14679,7 @@ 372.236, 152.52, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14702,7 +14702,7 @@ 372.236, 160.32, 372.236, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -14725,7 +14725,7 @@ 372.236, 167.64, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -14748,7 +14748,7 @@ 372.236, 170.64, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14771,7 +14771,7 @@ 372.236, 175.56, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -14794,7 +14794,7 @@ 372.236, 179.28, 372.236, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -14817,7 +14817,7 @@ 372.236, 184.8, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14840,7 +14840,7 @@ 372.236, 192.48, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14863,7 +14863,7 @@ 372.236, 197.4, 372.236, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -14886,7 +14886,7 @@ 372.236, 202.92, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -14909,7 +14909,7 @@ 372.236, 208.44, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -14932,7 +14932,7 @@ 372.236, 216.24, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -14955,7 +14955,7 @@ 372.236, 221.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -14978,7 +14978,7 @@ 372.236, 224.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15001,7 +15001,7 @@ 372.236, 227.28, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15024,7 +15024,7 @@ 372.236, 235.08, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15047,7 +15047,7 @@ 372.236, 239.88, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15070,7 +15070,7 @@ 372.236, 243.0, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15093,7 +15093,7 @@ 372.236, 246.12, 372.236, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -15116,7 +15116,7 @@ 372.236, 251.52, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15139,7 +15139,7 @@ 372.236, 254.634, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15162,7 +15162,7 @@ 372.236, 260.16, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15185,7 +15185,7 @@ 372.236, 263.16, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15208,7 +15208,7 @@ 372.236, 268.08, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15231,7 +15231,7 @@ 372.236, 275.88, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -15254,7 +15254,7 @@ 372.236, 280.2, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15277,7 +15277,7 @@ 372.236, 285.714, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15300,7 +15300,7 @@ 372.236, 291.12, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15323,7 +15323,7 @@ 372.236, 296.04, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15346,7 +15346,7 @@ 372.236, 301.56, 372.236, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -15369,7 +15369,7 @@ 372.236, 307.08, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -15392,7 +15392,7 @@ 372.236, 310.08, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15415,7 +15415,7 @@ 372.236, 313.68, 372.236, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -15438,7 +15438,7 @@ 372.236, 318.6, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15461,7 +15461,7 @@ 372.236, 323.52, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -15484,7 +15484,7 @@ 372.236, 326.64, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15507,7 +15507,7 @@ 372.236, 332.04, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15530,7 +15530,7 @@ 372.236, 335.76, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -15553,7 +15553,7 @@ 372.236, 340.08, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15576,7 +15576,7 @@ 372.236, 347.88, 372.236, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -15599,7 +15599,7 @@ 372.236, 355.8, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -15622,7 +15622,7 @@ 372.236, 361.32, 372.236, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -15645,7 +15645,7 @@ 372.236, 364.32, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -15668,7 +15668,7 @@ 372.236, 369.24, 372.236, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -15691,7 +15691,7 @@ 372.236, 374.76, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15714,7 +15714,7 @@ 372.236, 382.56, 372.236, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -15737,7 +15737,7 @@ 372.236, 390.48, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15760,7 +15760,7 @@ 372.236, 396.0, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15783,7 +15783,7 @@ 372.236, 401.52, 372.236, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -15806,7 +15806,7 @@ 372.236, 404.52, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -15829,7 +15829,7 @@ 372.236, 410.04, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15852,7 +15852,7 @@ 372.236, 417.834, 372.236, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -15875,7 +15875,7 @@ 372.236, 423.36, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -15898,7 +15898,7 @@ 372.236, 428.28, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -15921,7 +15921,7 @@ 372.236, 435.96, 372.236, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -15944,7 +15944,7 @@ 372.236, 441.48, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -15967,7 +15967,7 @@ 372.236, 447.0, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -15990,7 +15990,7 @@ 372.236, 450.72, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16013,7 +16013,7 @@ 372.236, 458.514, 372.236, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -16036,7 +16036,7 @@ 372.236, 464.04, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16059,7 +16059,7 @@ 372.236, 467.64, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16082,7 +16082,7 @@ 372.236, 472.56, 372.236, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -16105,7 +16105,7 @@ 372.236, 476.28, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16128,7 +16128,7 @@ 372.236, 481.08, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16151,7 +16151,7 @@ 372.236, 484.8, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16174,7 +16174,7 @@ 372.236, 488.4, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16197,7 +16197,7 @@ 372.236, 493.32, 372.236, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -16220,7 +16220,7 @@ 372.236, 498.84, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16243,7 +16243,7 @@ 372.236, 501.6, 372.236, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16266,7 +16266,7 @@ 372.236, 505.8, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16289,7 +16289,7 @@ 372.236, 508.92, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16312,7 +16312,7 @@ 372.236, 512.64, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16335,7 +16335,7 @@ 372.236, 518.04, 372.236, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -16358,7 +16358,7 @@ 372.236, 522.96, 372.236, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16381,7 +16381,7 @@ 372.236, 526.08, 372.236, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16404,7 +16404,7 @@ 372.236, 531.48, 372.236, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16427,7 +16427,7 @@ 372.236, 535.2, 372.236, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -16450,7 +16450,7 @@ 372.236, 540.0, 372.236, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16473,7 +16473,7 @@ 359.516, 72.0, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -16496,7 +16496,7 @@ 359.516, 75.72, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -16519,7 +16519,7 @@ 359.516, 81.24, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16542,7 +16542,7 @@ 359.516, 84.96, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16565,7 +16565,7 @@ 359.516, 87.6, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16588,7 +16588,7 @@ 359.516, 90.72, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -16611,7 +16611,7 @@ 359.516, 96.24, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16634,7 +16634,7 @@ 359.516, 100.56, 359.516, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -16657,7 +16657,7 @@ 359.516, 105.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16680,7 +16680,7 @@ 359.516, 109.68, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16703,7 +16703,7 @@ 359.516, 112.68, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -16726,7 +16726,7 @@ 359.516, 118.2, 359.516, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -16749,7 +16749,7 @@ 359.516, 123.72, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16772,7 +16772,7 @@ 359.516, 126.48, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -16795,7 +16795,7 @@ 359.516, 129.6, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -16818,7 +16818,7 @@ 359.516, 135.0, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -16841,7 +16841,7 @@ 359.516, 138.12, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -16864,7 +16864,7 @@ 359.516, 142.32, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -16887,7 +16887,7 @@ 359.516, 146.635, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -16910,7 +16910,7 @@ 359.516, 152.16, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -16933,7 +16933,7 @@ 359.516, 155.88, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -16956,7 +16956,7 @@ 359.516, 161.275, 359.516, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -16979,7 +16979,7 @@ 359.516, 164.4, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17002,7 +17002,7 @@ 359.516, 169.2, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -17025,7 +17025,7 @@ 359.516, 174.12, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17048,7 +17048,7 @@ 359.516, 177.24, 359.516, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -17071,7 +17071,7 @@ 359.516, 179.88, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17094,7 +17094,7 @@ 359.516, 184.2, 359.516, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -17117,7 +17117,7 @@ 359.516, 190.8, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -17140,7 +17140,7 @@ 359.516, 196.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17163,7 +17163,7 @@ 359.516, 199.44, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17186,7 +17186,7 @@ 359.516, 203.76, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17209,7 +17209,7 @@ 359.516, 207.96, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17232,7 +17232,7 @@ 359.516, 212.88, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17255,7 +17255,7 @@ 359.516, 217.08, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17278,7 +17278,7 @@ 359.516, 220.2, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17301,7 +17301,7 @@ 359.516, 223.2, 359.516, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -17324,7 +17324,7 @@ 359.516, 231.84, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -17347,7 +17347,7 @@ 359.516, 236.64, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -17370,7 +17370,7 @@ 359.516, 239.76, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17393,7 +17393,7 @@ 359.516, 244.68, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17416,7 +17416,7 @@ 359.516, 247.44, 359.516, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -17439,7 +17439,7 @@ 359.516, 255.36, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -17462,7 +17462,7 @@ 359.516, 260.28, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -17485,7 +17485,7 @@ 359.516, 264.48, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17508,7 +17508,7 @@ 359.516, 268.8, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -17531,7 +17531,7 @@ 359.516, 274.32, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17554,7 +17554,7 @@ 359.516, 279.24, 359.516, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -17577,7 +17577,7 @@ 359.516, 284.64, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17600,7 +17600,7 @@ 359.516, 289.56, 359.516, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -17623,7 +17623,7 @@ 359.516, 292.68, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -17646,7 +17646,7 @@ 359.516, 298.075, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -17669,7 +17669,7 @@ 359.516, 303.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -17692,7 +17692,7 @@ 359.516, 308.4, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -17715,7 +17715,7 @@ 359.516, 313.92, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17738,7 +17738,7 @@ 359.516, 318.24, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -17761,7 +17761,7 @@ 359.516, 321.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -17784,7 +17784,7 @@ 359.516, 325.56, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -17807,7 +17807,7 @@ 359.516, 331.08, 359.516, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -17830,7 +17830,7 @@ 359.516, 339.6, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -17853,7 +17853,7 @@ 359.516, 343.915, 359.516, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -17876,7 +17876,7 @@ 359.516, 349.44, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -17899,7 +17899,7 @@ 359.516, 353.04, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17922,7 +17922,7 @@ 359.516, 356.16, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -17945,7 +17945,7 @@ 359.516, 360.96, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -17968,7 +17968,7 @@ 359.516, 364.08, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -17991,7 +17991,7 @@ 359.516, 369.6, 359.516, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -18014,7 +18014,7 @@ 359.516, 375.12, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18037,7 +18037,7 @@ 359.516, 379.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18060,7 +18060,7 @@ 359.516, 382.44, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18083,7 +18083,7 @@ 359.516, 387.96, 359.516, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -18106,7 +18106,7 @@ 359.516, 393.36, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18129,7 +18129,7 @@ 359.516, 396.48, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18152,7 +18152,7 @@ 359.516, 401.4, 359.516, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -18175,7 +18175,7 @@ 359.516, 406.2, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18198,7 +18198,7 @@ 359.516, 409.32, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18221,7 +18221,7 @@ 359.516, 412.32, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -18244,7 +18244,7 @@ 359.516, 417.84, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18267,7 +18267,7 @@ 359.516, 423.36, 359.516, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -18290,7 +18290,7 @@ 359.516, 427.56, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18313,7 +18313,7 @@ 359.516, 431.88, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18336,7 +18336,7 @@ 359.516, 435.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18359,7 +18359,7 @@ 359.516, 440.4, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -18382,7 +18382,7 @@ 359.516, 444.12, 359.516, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -18405,7 +18405,7 @@ 359.516, 447.24, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18428,7 +18428,7 @@ 359.516, 452.04, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18451,7 +18451,7 @@ 359.516, 456.96, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18474,7 +18474,7 @@ 359.516, 459.96, 359.516, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -18497,7 +18497,7 @@ 359.516, 463.08, 359.516, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -18520,7 +18520,7 @@ 359.516, 468.6, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18543,7 +18543,7 @@ 359.516, 473.4, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18566,7 +18566,7 @@ 359.516, 477.72, 359.516, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -18589,7 +18589,7 @@ 359.516, 483.24, 359.516, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -18612,7 +18612,7 @@ 359.516, 486.84, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18635,7 +18635,7 @@ 359.516, 491.16, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18658,7 +18658,7 @@ 359.516, 494.28, 359.516, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -18681,7 +18681,7 @@ 359.516, 499.68, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18704,7 +18704,7 @@ 359.516, 504.6, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18727,7 +18727,7 @@ 359.516, 508.92, 359.516, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -18750,7 +18750,7 @@ 359.516, 513.84, 359.516, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -18773,7 +18773,7 @@ 359.516, 519.24, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18796,7 +18796,7 @@ 359.516, 522.96, 359.516, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18819,7 +18819,7 @@ 359.516, 526.56, 359.516, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -18842,7 +18842,7 @@ 359.516, 531.48, 359.516, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -18865,7 +18865,7 @@ 359.516, 537.0, 359.516, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -18888,7 +18888,7 @@ 359.516, 540.0, 359.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -18911,7 +18911,7 @@ 346.916, 72.0, 346.916, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -18934,7 +18934,7 @@ 346.916, 80.64, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -18957,7 +18957,7 @@ 346.916, 85.56, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -18980,7 +18980,7 @@ 346.916, 89.16, 346.916, - "k", + "/", -1, 2.755, "25 0 R [stream]", @@ -19003,7 +19003,7 @@ 346.916, 94.68, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19026,7 +19026,7 @@ 346.916, 99.6, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19049,7 +19049,7 @@ 346.916, 102.72, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19072,7 +19072,7 @@ 346.916, 108.24, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -19095,7 +19095,7 @@ 346.916, 113.16, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19118,7 +19118,7 @@ 346.916, 118.68, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19141,7 +19141,7 @@ 346.916, 124.2, 346.916, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -19164,7 +19164,7 @@ 346.916, 129.6, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -19187,7 +19187,7 @@ 346.916, 132.72, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19210,7 +19210,7 @@ 346.916, 135.72, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -19233,7 +19233,7 @@ 346.916, 138.84, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19256,7 +19256,7 @@ 346.916, 144.36, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19279,7 +19279,7 @@ 346.916, 149.88, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -19302,7 +19302,7 @@ 346.916, 154.2, 346.916, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -19325,7 +19325,7 @@ 346.916, 156.84, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19348,7 +19348,7 @@ 346.916, 159.6, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19371,7 +19371,7 @@ 346.916, 165.235, 346.916, - "N", + "8", -1, 2.755, "25 0 R [stream]", @@ -19394,7 +19394,7 @@ 346.916, 173.16, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19417,7 +19417,7 @@ 346.916, 178.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19440,7 +19440,7 @@ 346.916, 181.8, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19463,7 +19463,7 @@ 346.916, 186.72, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19486,7 +19486,7 @@ 346.916, 192.24, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19509,7 +19509,7 @@ 346.916, 195.36, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -19532,7 +19532,7 @@ 346.916, 200.88, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19555,7 +19555,7 @@ 346.916, 205.8, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19578,7 +19578,7 @@ 346.916, 211.44, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -19601,7 +19601,7 @@ 346.916, 216.96, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19624,7 +19624,7 @@ 346.916, 221.76, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19647,7 +19647,7 @@ 346.916, 224.88, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19670,7 +19670,7 @@ 346.916, 230.52, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -19693,7 +19693,7 @@ 346.916, 235.44, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19716,7 +19716,7 @@ 346.916, 240.84, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -19739,7 +19739,7 @@ 346.916, 245.16, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19762,7 +19762,7 @@ 346.916, 248.28, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19785,7 +19785,7 @@ 346.916, 253.92, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -19808,7 +19808,7 @@ 346.916, 259.32, 346.916, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -19831,7 +19831,7 @@ 346.916, 263.04, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19854,7 +19854,7 @@ 346.916, 268.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -19877,7 +19877,7 @@ 346.916, 271.8, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -19900,7 +19900,7 @@ 346.916, 277.2, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -19923,7 +19923,7 @@ 346.916, 282.12, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -19946,7 +19946,7 @@ 346.916, 287.754, 346.916, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -19969,7 +19969,7 @@ 346.916, 293.28, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -19992,7 +19992,7 @@ 346.916, 297.0, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -20015,7 +20015,7 @@ 346.916, 302.394, 346.916, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -20038,7 +20038,7 @@ 346.916, 305.52, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20061,7 +20061,7 @@ 346.916, 310.32, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -20084,7 +20084,7 @@ 346.916, 315.24, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20107,7 +20107,7 @@ 346.916, 318.36, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20130,7 +20130,7 @@ 346.916, 324.0, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20153,7 +20153,7 @@ 346.916, 327.0, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20176,7 +20176,7 @@ 346.916, 330.12, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20199,7 +20199,7 @@ 346.916, 335.034, 346.916, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -20222,7 +20222,7 @@ 346.916, 340.44, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20245,7 +20245,7 @@ 346.916, 343.56, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20268,7 +20268,7 @@ 346.916, 346.56, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20291,7 +20291,7 @@ 346.916, 349.68, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20314,7 +20314,7 @@ 346.916, 352.68, 346.916, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -20337,7 +20337,7 @@ 346.916, 358.2, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20360,7 +20360,7 @@ 346.916, 363.84, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20383,7 +20383,7 @@ 346.916, 366.96, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -20406,7 +20406,7 @@ 346.916, 372.48, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -20429,7 +20429,7 @@ 346.916, 376.68, 346.916, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -20452,7 +20452,7 @@ 346.916, 382.2, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -20475,7 +20475,7 @@ 346.916, 385.92, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20498,7 +20498,7 @@ 346.916, 390.72, 346.916, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -20521,7 +20521,7 @@ 346.916, 396.24, 346.916, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -20544,7 +20544,7 @@ 346.916, 401.16, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20567,7 +20567,7 @@ 346.916, 406.08, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20590,7 +20590,7 @@ 346.916, 411.72, 346.916, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -20613,7 +20613,7 @@ 346.916, 419.64, 346.916, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -20636,7 +20636,7 @@ 346.916, 425.16, 346.916, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -20659,7 +20659,7 @@ 346.916, 430.56, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -20682,7 +20682,7 @@ 346.916, 433.68, 346.916, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -20705,7 +20705,7 @@ 346.916, 439.2, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20728,7 +20728,7 @@ 346.916, 444.834, 346.916, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -20751,7 +20751,7 @@ 346.916, 450.359, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -20774,7 +20774,7 @@ 346.916, 455.279, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20797,7 +20797,7 @@ 346.916, 460.919, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20820,7 +20820,7 @@ 346.916, 463.919, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -20843,7 +20843,7 @@ 346.916, 469.439, 346.916, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -20866,7 +20866,7 @@ 346.916, 472.559, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -20889,7 +20889,7 @@ 346.916, 476.879, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -20912,7 +20912,7 @@ 346.916, 482.399, 346.916, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -20935,7 +20935,7 @@ 346.916, 486.119, 346.916, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -20958,7 +20958,7 @@ 346.916, 490.919, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -20981,7 +20981,7 @@ 346.916, 494.039, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21004,7 +21004,7 @@ 346.916, 498.959, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21027,7 +21027,7 @@ 346.916, 504.599, 346.916, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -21050,7 +21050,7 @@ 346.916, 507.599, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21073,7 +21073,7 @@ 346.916, 512.519, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21096,7 +21096,7 @@ 346.916, 516.839, 346.916, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21119,7 +21119,7 @@ 346.916, 521.159, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21142,7 +21142,7 @@ 346.916, 526.679, 346.916, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21165,7 +21165,7 @@ 346.916, 529.799, 346.916, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -21188,7 +21188,7 @@ 346.916, 535.199, 346.916, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21211,7 +21211,7 @@ 346.916, 539.999, 346.916, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21234,7 +21234,7 @@ 334.196, 72.0, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -21257,7 +21257,7 @@ 334.196, 76.92, 334.196, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -21280,7 +21280,7 @@ 334.196, 82.44, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21303,7 +21303,7 @@ 334.196, 87.96, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -21326,7 +21326,7 @@ 334.196, 91.08, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21349,7 +21349,7 @@ 334.196, 96.48, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21372,7 +21372,7 @@ 334.196, 101.4, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21395,7 +21395,7 @@ 334.196, 106.92, 334.196, - "/", + "%", -1, 2.755, "25 0 R [stream]", @@ -21418,7 +21418,7 @@ 334.196, 109.92, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21441,7 +21441,7 @@ 334.196, 114.84, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21464,7 +21464,7 @@ 334.196, 118.56, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21487,7 +21487,7 @@ 334.196, 123.36, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21510,7 +21510,7 @@ 334.196, 128.88, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -21533,7 +21533,7 @@ 334.196, 131.88, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21556,7 +21556,7 @@ 334.196, 135.0, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -21579,7 +21579,7 @@ 334.196, 139.92, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -21602,7 +21602,7 @@ 334.196, 145.44, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21625,7 +21625,7 @@ 334.196, 148.08, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -21648,7 +21648,7 @@ 334.196, 152.4, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -21671,7 +21671,7 @@ 334.196, 157.915, 334.196, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -21694,7 +21694,7 @@ 334.196, 163.44, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21717,7 +21717,7 @@ 334.196, 168.36, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21740,7 +21740,7 @@ 334.196, 173.88, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -21763,7 +21763,7 @@ 334.196, 179.28, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21786,7 +21786,7 @@ 334.196, 182.4, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21809,7 +21809,7 @@ 334.196, 186.0, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -21832,7 +21832,7 @@ 334.196, 190.8, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -21855,7 +21855,7 @@ 334.196, 195.72, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -21878,7 +21878,7 @@ 334.196, 198.84, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -21901,7 +21901,7 @@ 334.196, 204.36, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -21924,7 +21924,7 @@ 334.196, 207.96, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -21947,7 +21947,7 @@ 334.196, 210.72, 334.196, - "G", + "0", -1, 2.755, "25 0 R [stream]", @@ -21970,7 +21970,7 @@ 334.196, 218.64, 334.196, - "L", + "1", -1, 2.755, "25 0 R [stream]", @@ -21993,7 +21993,7 @@ 334.196, 225.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22016,7 +22016,7 @@ 334.196, 228.12, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -22039,7 +22039,7 @@ 334.196, 231.24, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22062,7 +22062,7 @@ 334.196, 236.76, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22085,7 +22085,7 @@ 334.196, 240.96, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -22108,7 +22108,7 @@ 334.196, 246.48, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -22131,7 +22131,7 @@ 334.196, 250.2, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22154,7 +22154,7 @@ 334.196, 255.0, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22177,7 +22177,7 @@ 334.196, 260.52, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22200,7 +22200,7 @@ 334.196, 265.44, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22223,7 +22223,7 @@ 334.196, 270.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22246,7 +22246,7 @@ 334.196, 273.0, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22269,7 +22269,7 @@ 334.196, 277.92, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -22292,7 +22292,7 @@ 334.196, 283.44, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22315,7 +22315,7 @@ 334.196, 287.64, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22338,7 +22338,7 @@ 334.196, 290.76, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22361,7 +22361,7 @@ 334.196, 295.08, 334.196, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -22384,7 +22384,7 @@ 334.196, 297.84, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22407,7 +22407,7 @@ 334.196, 300.6, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22430,7 +22430,7 @@ 334.196, 303.36, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22453,7 +22453,7 @@ 334.196, 306.12, 334.196, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -22476,7 +22476,7 @@ 334.196, 312.72, 334.196, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -22499,7 +22499,7 @@ 334.196, 318.24, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -22522,7 +22522,7 @@ 334.196, 321.36, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22545,7 +22545,7 @@ 334.196, 325.68, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22568,7 +22568,7 @@ 334.196, 328.44, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -22591,7 +22591,7 @@ 334.196, 333.24, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -22614,7 +22614,7 @@ 334.196, 338.76, 334.196, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -22637,7 +22637,7 @@ 334.196, 344.28, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22660,7 +22660,7 @@ 334.196, 347.28, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22683,7 +22683,7 @@ 334.196, 352.2, 334.196, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -22706,7 +22706,7 @@ 334.196, 360.834, 334.196, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -22729,7 +22729,7 @@ 334.196, 366.24, 334.196, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -22752,7 +22752,7 @@ 334.196, 369.36, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22775,7 +22775,7 @@ 334.196, 374.16, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -22798,7 +22798,7 @@ 334.196, 377.28, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -22821,7 +22821,7 @@ 334.196, 382.2, 334.196, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -22844,7 +22844,7 @@ 334.196, 386.4, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22867,7 +22867,7 @@ 334.196, 389.16, 334.196, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -22890,7 +22890,7 @@ 334.196, 394.08, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -22913,7 +22913,7 @@ 334.196, 396.84, 334.196, - "$", + "6", -1, 2.755, "25 0 R [stream]", @@ -22936,7 +22936,7 @@ 334.196, 402.36, 334.196, - "5", + ">", -1, 2.755, "25 0 R [stream]", @@ -22959,7 +22959,7 @@ 334.196, 407.88, 334.196, - "0", + "#", -1, 2.755, "25 0 R [stream]", @@ -22982,7 +22982,7 @@ 334.196, 413.4, 334.196, - "K", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -23005,7 +23005,7 @@ 334.196, 421.32, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23028,7 +23028,7 @@ 334.196, 424.074, 334.196, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -23051,7 +23051,7 @@ 334.196, 429.48, 334.196, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -23074,7 +23074,7 @@ 334.196, 433.08, 334.196, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -23097,7 +23097,7 @@ 334.196, 438.594, 334.196, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -23120,7 +23120,7 @@ 334.196, 441.72, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23143,7 +23143,7 @@ 334.196, 446.64, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -23166,7 +23166,7 @@ 334.196, 451.44, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -23189,7 +23189,7 @@ 334.196, 454.56, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23212,7 +23212,7 @@ 334.196, 457.32, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23235,7 +23235,7 @@ 334.196, 462.84, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23258,7 +23258,7 @@ 334.196, 467.64, 334.196, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23281,7 +23281,7 @@ 334.196, 473.16, 334.196, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -23304,7 +23304,7 @@ 334.196, 478.68, 334.196, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -23327,7 +23327,7 @@ 334.196, 483.48, 334.196, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -23350,7 +23350,7 @@ 334.196, 486.6, 334.196, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -23373,7 +23373,7 @@ 334.196, 489.714, 334.196, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -23396,7 +23396,7 @@ 334.196, 495.12, 334.196, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -23419,7 +23419,7 @@ 334.196, 498.24, 334.196, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -23442,7 +23442,7 @@ 334.196, 503.16, 334.196, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -23465,7 +23465,7 @@ 334.196, 505.92, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23488,7 +23488,7 @@ 334.196, 508.68, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23511,7 +23511,7 @@ 334.196, 511.32, 334.196, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23534,7 +23534,7 @@ 321.596, 72.0, 321.596, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23557,7 +23557,7 @@ 308.996, 72.0, 308.996, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23580,7 +23580,7 @@ 295.867, 72.0, 295.867, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -23603,7 +23603,7 @@ 295.867, 78.72, 295.867, - "&", + "$", -1, 2.755, "25 0 R [stream]", @@ -23626,7 +23626,7 @@ 295.867, 87.96, 295.867, - "P", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -23649,7 +23649,7 @@ 295.867, 94.68, 295.867, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -23672,7 +23672,7 @@ 295.867, 97.44, 295.867, - "B", + "%", -1, 2.755, "25 0 R [stream]", @@ -23695,7 +23695,7 @@ 295.867, 104.76, 295.867, - "o", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -23718,7 +23718,7 @@ 295.867, 110.28, 295.867, - "n", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23741,7 +23741,7 @@ 295.867, 116.4, 295.867, - "d", + "&", -1, 2.755, "25 0 R [stream]", @@ -23764,7 +23764,7 @@ 296.276, 122.4, 296.276, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23787,7 +23787,7 @@ 283.676, 72.0, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -23810,7 +23810,7 @@ 283.676, 78.12, 283.676, - "&", + "?", -1, 2.755, "25 0 R [stream]", @@ -23833,7 +23833,7 @@ 283.676, 86.76, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -23856,7 +23856,7 @@ 283.676, 92.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -23879,7 +23879,7 @@ 283.676, 95.64, 283.676, - "B", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -23902,7 +23902,7 @@ 283.676, 102.96, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -23925,7 +23925,7 @@ 283.676, 108.48, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -23948,7 +23948,7 @@ 283.676, 114.0, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -23971,7 +23971,7 @@ 283.676, 119.4, 283.676, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -23994,7 +23994,7 @@ 283.676, 122.52, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24017,7 +24017,7 @@ 283.267, 125.28, 283.267, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -24040,7 +24040,7 @@ 283.267, 128.04, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -24063,7 +24063,7 @@ 283.267, 133.56, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -24086,7 +24086,7 @@ 283.267, 138.96, 283.267, - ".", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -24109,7 +24109,7 @@ 283.267, 141.72, 283.267, - "7", + "(", -1, 2.755, "25 0 R [stream]", @@ -24132,7 +24132,7 @@ 283.267, 147.24, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -24155,7 +24155,7 @@ 283.267, 152.76, 283.267, - "/", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -24178,7 +24178,7 @@ 283.267, 155.76, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -24201,7 +24201,7 @@ 283.267, 161.28, 283.267, - "1", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -24224,7 +24224,7 @@ 283.267, 166.8, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -24247,7 +24247,7 @@ 283.267, 169.56, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24270,7 +24270,7 @@ 283.267, 175.08, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24293,7 +24293,7 @@ 283.267, 180.6, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -24316,7 +24316,7 @@ 283.676, 186.12, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24339,7 +24339,7 @@ 283.676, 188.76, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24362,7 +24362,7 @@ 283.676, 194.16, 283.676, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -24385,7 +24385,7 @@ 283.676, 197.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24408,7 +24408,7 @@ 283.676, 200.64, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24431,7 +24431,7 @@ 283.676, 203.64, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24454,7 +24454,7 @@ 283.676, 209.16, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24477,7 +24477,7 @@ 283.676, 212.28, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24500,7 +24500,7 @@ 283.676, 217.08, 283.676, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -24523,7 +24523,7 @@ 283.676, 220.2, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24546,7 +24546,7 @@ 283.676, 222.84, 283.676, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -24569,7 +24569,7 @@ 283.676, 227.76, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -24592,7 +24592,7 @@ 283.676, 233.28, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -24615,7 +24615,7 @@ 283.676, 238.8, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24638,7 +24638,7 @@ 283.676, 241.8, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -24661,7 +24661,7 @@ 283.676, 245.52, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24684,7 +24684,7 @@ 283.676, 250.44, 283.676, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -24707,7 +24707,7 @@ 283.676, 255.24, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -24730,7 +24730,7 @@ 283.676, 258.36, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24753,7 +24753,7 @@ 283.676, 261.0, 283.676, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -24776,7 +24776,7 @@ 283.676, 266.52, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -24799,7 +24799,7 @@ 283.676, 271.44, 283.676, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -24822,7 +24822,7 @@ 283.676, 274.44, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -24845,7 +24845,7 @@ 283.676, 279.96, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -24868,7 +24868,7 @@ 283.676, 284.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -24891,7 +24891,7 @@ 283.676, 287.52, 283.676, - "(", + "4", -1, 2.755, "25 0 R [stream]", @@ -24914,7 +24914,7 @@ 283.676, 291.24, 283.676, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -24937,7 +24937,7 @@ 283.676, 298.56, 283.676, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -24960,7 +24960,7 @@ 283.676, 306.48, 283.676, - ")", + "5", -1, 2.755, "25 0 R [stream]", @@ -24983,7 +24983,7 @@ 283.676, 310.2, 283.676, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -25006,7 +25006,7 @@ 283.676, 312.96, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25029,7 +25029,7 @@ 283.676, 315.6, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25052,7 +25052,7 @@ 283.676, 318.36, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25075,7 +25075,7 @@ 283.676, 324.48, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25098,7 +25098,7 @@ 283.676, 329.4, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -25121,7 +25121,7 @@ 283.676, 333.12, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25144,7 +25144,7 @@ 283.676, 335.76, 283.676, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -25167,7 +25167,7 @@ 283.676, 338.88, 283.676, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25190,7 +25190,7 @@ 283.676, 344.4, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25213,7 +25213,7 @@ 283.676, 349.2, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25236,7 +25236,7 @@ 283.676, 351.96, 283.676, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -25259,7 +25259,7 @@ 283.676, 356.88, 283.676, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -25282,7 +25282,7 @@ 283.676, 361.08, 283.676, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -25305,7 +25305,7 @@ 283.676, 365.4, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -25328,7 +25328,7 @@ 283.676, 370.92, 283.676, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -25351,7 +25351,7 @@ 283.676, 379.44, 283.676, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -25374,7 +25374,7 @@ 283.676, 384.36, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -25397,7 +25397,7 @@ 283.676, 389.88, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25420,7 +25420,7 @@ 283.267, 392.64, 283.267, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -25443,7 +25443,7 @@ 283.267, 398.04, 283.267, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -25466,7 +25466,7 @@ 283.267, 403.56, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25489,7 +25489,7 @@ 283.267, 409.08, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25512,7 +25512,7 @@ 283.267, 411.84, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25535,7 +25535,7 @@ 283.267, 417.36, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25558,7 +25558,7 @@ 283.267, 422.88, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25581,7 +25581,7 @@ 283.267, 428.4, 283.267, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25604,7 +25604,7 @@ 283.267, 431.04, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25627,7 +25627,7 @@ 283.267, 436.44, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25650,7 +25650,7 @@ 283.267, 441.96, 283.267, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -25673,7 +25673,7 @@ 283.267, 447.48, 283.267, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -25696,7 +25696,7 @@ 283.267, 450.24, 283.267, - "C", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -25719,7 +25719,7 @@ 283.267, 458.16, 283.267, - "V", + "\"", -1, 2.755, "25 0 R [stream]", @@ -25742,7 +25742,7 @@ 283.676, 466.2, 283.676, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -25765,7 +25765,7 @@ 283.676, 468.96, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25788,7 +25788,7 @@ 283.676, 471.6, 283.676, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -25811,7 +25811,7 @@ 283.676, 477.12, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -25834,7 +25834,7 @@ 283.676, 482.64, 283.676, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -25857,7 +25857,7 @@ 283.676, 488.16, 283.676, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -25880,7 +25880,7 @@ 283.676, 491.76, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25903,7 +25903,7 @@ 283.676, 494.52, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25926,7 +25926,7 @@ 283.676, 500.64, 283.676, - "&", + "?", -1, 2.755, "25 0 R [stream]", @@ -25949,7 +25949,7 @@ 283.676, 509.28, 283.676, - "P", + "'", -1, 2.755, "25 0 R [stream]", @@ -25972,7 +25972,7 @@ 283.676, 515.28, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -25995,7 +25995,7 @@ 283.676, 518.035, 283.676, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -26018,7 +26018,7 @@ 283.676, 523.56, 283.676, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -26041,7 +26041,7 @@ 283.676, 529.08, 283.676, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26064,7 +26064,7 @@ 283.676, 534.6, 283.676, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -26087,7 +26087,7 @@ 283.676, 540.0, 283.676, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26110,7 +26110,7 @@ 270.956, 72.0, 270.956, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26133,7 +26133,7 @@ 270.956, 76.92, 270.956, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -26156,7 +26156,7 @@ 270.956, 81.24, 270.956, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -26179,7 +26179,7 @@ 270.956, 84.24, 270.956, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26202,7 +26202,7 @@ 270.956, 87.36, 270.956, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -26225,7 +26225,7 @@ 270.956, 95.88, 270.956, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -26248,7 +26248,7 @@ 270.956, 100.8, 270.956, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -26271,7 +26271,7 @@ 270.956, 103.8, 270.956, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26294,7 +26294,7 @@ 270.956, 108.72, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26317,7 +26317,7 @@ 270.956, 111.48, 270.956, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26340,7 +26340,7 @@ 270.956, 114.6, 270.956, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -26363,7 +26363,7 @@ 270.956, 118.8, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26386,7 +26386,7 @@ 270.547, 121.56, 270.547, - "$", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -26409,7 +26409,7 @@ 270.547, 127.08, 270.547, - "4", + ")", -1, 2.755, "25 0 R [stream]", @@ -26432,7 +26432,7 @@ 270.547, 132.6, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26455,7 +26455,7 @@ 270.547, 138.12, 270.547, - "5", + "*", -1, 2.755, "25 0 R [stream]", @@ -26478,7 +26478,7 @@ 270.547, 143.64, 270.547, - ",", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -26501,7 +26501,7 @@ 270.547, 146.4, 270.547, - "6", + "'", -1, 2.755, "25 0 R [stream]", @@ -26524,7 +26524,7 @@ 270.547, 151.8, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26547,7 +26547,7 @@ 270.547, 157.32, 270.547, - "0", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26570,7 +26570,7 @@ 270.956, 162.84, 270.956, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -26593,7 +26593,7 @@ 270.956, 165.48, 270.956, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26616,7 +26616,7 @@ 258.356, 72.0, 258.356, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26639,7 +26639,7 @@ 245.756, 72.0, 245.756, - "A", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -26662,7 +26662,7 @@ 245.756, 79.92, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26685,7 +26685,7 @@ 245.756, 85.44, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -26708,7 +26708,7 @@ 245.756, 90.96, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26731,7 +26731,7 @@ 245.756, 93.36, 245.756, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -26754,7 +26754,7 @@ 245.756, 98.28, 245.756, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -26777,7 +26777,7 @@ 245.756, 103.8, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -26800,7 +26800,7 @@ 245.756, 108.72, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26823,7 +26823,7 @@ 245.756, 114.24, 245.756, - "g", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -26846,7 +26846,7 @@ 245.756, 119.64, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -26869,7 +26869,7 @@ 245.756, 124.56, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26892,7 +26892,7 @@ 245.756, 126.96, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -26915,7 +26915,7 @@ 245.756, 130.08, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -26938,7 +26938,7 @@ 245.756, 135.48, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -26961,7 +26961,7 @@ 245.756, 137.88, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -26984,7 +26984,7 @@ 245.756, 143.4, 245.756, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -27007,7 +27007,7 @@ 245.756, 148.92, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27030,7 +27030,7 @@ 245.756, 152.52, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27053,7 +27053,7 @@ 245.756, 157.44, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27076,7 +27076,7 @@ 245.756, 160.44, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27099,7 +27099,7 @@ 245.756, 163.56, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27122,7 +27122,7 @@ 245.756, 169.08, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -27145,7 +27145,7 @@ 245.756, 174.6, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27168,7 +27168,7 @@ 245.756, 177.36, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27191,7 +27191,7 @@ 245.756, 179.76, 245.756, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -27214,7 +27214,7 @@ 245.756, 186.96, 245.756, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -27237,7 +27237,7 @@ 245.756, 194.88, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27260,7 +27260,7 @@ 245.756, 197.64, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27283,7 +27283,7 @@ 245.756, 200.04, 245.756, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -27306,7 +27306,7 @@ 245.756, 207.96, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27329,7 +27329,7 @@ 245.756, 212.88, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27352,7 +27352,7 @@ 245.756, 216.6, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27375,7 +27375,7 @@ 245.756, 220.32, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -27398,7 +27398,7 @@ 245.756, 225.12, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -27421,7 +27421,7 @@ 245.756, 230.64, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27444,7 +27444,7 @@ 245.756, 233.76, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27467,7 +27467,7 @@ 245.756, 239.28, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27490,7 +27490,7 @@ 245.756, 241.554, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -27513,7 +27513,7 @@ 245.756, 247.08, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27536,7 +27536,7 @@ 245.756, 252.0, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27559,7 +27559,7 @@ 245.756, 255.6, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27582,7 +27582,7 @@ 245.756, 258.72, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27605,7 +27605,7 @@ 245.756, 264.24, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -27628,7 +27628,7 @@ 245.756, 269.76, 245.756, - ",", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -27651,7 +27651,7 @@ 245.756, 272.52, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27674,7 +27674,7 @@ 245.756, 274.8, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -27697,7 +27697,7 @@ 245.756, 280.319, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27720,7 +27720,7 @@ 245.756, 284.039, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27743,7 +27743,7 @@ 245.756, 286.439, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -27766,7 +27766,7 @@ 245.756, 291.839, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27789,7 +27789,7 @@ 245.756, 296.759, 245.756, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -27812,7 +27812,7 @@ 245.756, 299.76, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -27835,7 +27835,7 @@ 245.756, 302.88, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -27858,7 +27858,7 @@ 245.756, 308.28, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -27881,7 +27881,7 @@ 245.756, 313.2, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -27904,7 +27904,7 @@ 245.756, 316.92, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27927,7 +27927,7 @@ 245.756, 322.44, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -27950,7 +27950,7 @@ 245.756, 324.72, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -27973,7 +27973,7 @@ 245.756, 327.84, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -27996,7 +27996,7 @@ 245.756, 333.355, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28019,7 +28019,7 @@ 245.756, 338.88, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28042,7 +28042,7 @@ 245.756, 343.8, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28065,7 +28065,7 @@ 245.756, 346.08, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28088,7 +28088,7 @@ 245.756, 351.0, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28111,7 +28111,7 @@ 245.756, 355.32, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28134,7 +28134,7 @@ 245.756, 359.64, 245.756, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -28157,7 +28157,7 @@ 245.756, 365.04, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28180,7 +28180,7 @@ 245.756, 373.675, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28203,7 +28203,7 @@ 245.756, 379.08, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28226,7 +28226,7 @@ 245.756, 382.2, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28249,7 +28249,7 @@ 245.756, 385.2, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28272,7 +28272,7 @@ 245.756, 390.72, 245.756, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -28295,7 +28295,7 @@ 245.756, 396.24, 245.756, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -28318,7 +28318,7 @@ 245.756, 400.56, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28341,7 +28341,7 @@ 245.756, 402.955, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28364,7 +28364,7 @@ 245.756, 408.36, 245.756, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -28387,7 +28387,7 @@ 245.756, 412.08, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28410,7 +28410,7 @@ 245.756, 417.6, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -28433,7 +28433,7 @@ 245.756, 423.0, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28456,7 +28456,7 @@ 245.756, 426.0, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -28479,7 +28479,7 @@ 245.756, 431.52, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28502,7 +28502,7 @@ 245.756, 436.44, 245.756, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -28525,7 +28525,7 @@ 245.756, 441.96, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28548,7 +28548,7 @@ 245.756, 444.36, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28571,7 +28571,7 @@ 245.756, 449.274, 245.756, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -28594,7 +28594,7 @@ 245.756, 454.8, 245.756, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -28617,7 +28617,7 @@ 245.756, 460.2, 245.756, - "v", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -28640,7 +28640,7 @@ 245.756, 465.72, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -28663,7 +28663,7 @@ 245.756, 470.64, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28686,7 +28686,7 @@ 245.756, 472.92, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28709,7 +28709,7 @@ 245.756, 481.56, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28732,7 +28732,7 @@ 245.756, 486.48, 245.756, - "y", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -28755,7 +28755,7 @@ 245.756, 492.0, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28778,7 +28778,7 @@ 245.756, 494.28, 245.756, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -28801,7 +28801,7 @@ 245.756, 497.28, 245.756, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -28824,7 +28824,7 @@ 245.756, 505.914, 245.756, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -28847,7 +28847,7 @@ 245.756, 511.44, 245.756, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -28870,7 +28870,7 @@ 245.756, 516.36, 245.756, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -28893,7 +28893,7 @@ 245.756, 521.16, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28916,7 +28916,7 @@ 245.756, 524.28, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -28939,7 +28939,7 @@ 245.756, 526.56, 245.756, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -28962,7 +28962,7 @@ 245.756, 529.68, 245.756, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -28985,7 +28985,7 @@ 245.756, 535.2, 245.756, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29008,7 +29008,7 @@ 245.756, 540.0, 245.756, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29031,7 +29031,7 @@ 233.036, 72.0, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -29054,7 +29054,7 @@ 233.036, 75.72, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -29077,7 +29077,7 @@ 233.036, 80.64, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -29100,7 +29100,7 @@ 233.036, 83.64, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29123,7 +29123,7 @@ 233.036, 88.56, 233.036, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -29146,7 +29146,7 @@ 233.036, 91.32, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29169,7 +29169,7 @@ 233.036, 93.84, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29192,7 +29192,7 @@ 233.036, 96.6, 233.036, - "T", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -29215,7 +29215,7 @@ 233.036, 103.32, 233.036, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -29238,7 +29238,7 @@ 233.036, 108.84, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29261,7 +29261,7 @@ 233.036, 113.76, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29284,7 +29284,7 @@ 233.036, 116.274, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29307,7 +29307,7 @@ 233.036, 121.8, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -29330,7 +29330,7 @@ 233.036, 127.32, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -29353,7 +29353,7 @@ 233.036, 132.84, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -29376,7 +29376,7 @@ 233.036, 138.36, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29399,7 +29399,7 @@ 233.036, 140.874, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -29422,7 +29422,7 @@ 233.036, 146.4, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -29445,7 +29445,7 @@ 233.036, 150.0, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29468,7 +29468,7 @@ 233.036, 154.92, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -29491,7 +29491,7 @@ 233.036, 163.44, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29514,7 +29514,7 @@ 233.036, 166.56, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -29537,7 +29537,7 @@ 233.036, 171.96, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -29560,7 +29560,7 @@ 233.036, 180.6, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29583,7 +29583,7 @@ 233.036, 183.12, 233.036, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -29606,7 +29606,7 @@ 233.036, 191.04, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29629,7 +29629,7 @@ 233.036, 194.04, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29652,7 +29652,7 @@ 233.036, 197.16, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29675,7 +29675,7 @@ 233.036, 200.28, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29698,7 +29698,7 @@ 233.036, 202.794, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29721,7 +29721,7 @@ 233.036, 208.32, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29744,7 +29744,7 @@ 233.036, 213.24, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29767,7 +29767,7 @@ 233.036, 215.754, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -29790,7 +29790,7 @@ 233.036, 221.28, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29813,7 +29813,7 @@ 233.036, 224.28, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29836,7 +29836,7 @@ 233.036, 227.28, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -29859,7 +29859,7 @@ 233.036, 230.4, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -29882,7 +29882,7 @@ 233.036, 235.32, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -29905,7 +29905,7 @@ 233.036, 240.84, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29928,7 +29928,7 @@ 233.036, 243.36, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -29951,7 +29951,7 @@ 233.036, 246.48, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -29974,7 +29974,7 @@ 233.036, 252.0, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -29997,7 +29997,7 @@ 233.036, 254.52, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -30020,7 +30020,7 @@ 233.036, 258.12, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30043,7 +30043,7 @@ 233.036, 263.64, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30066,7 +30066,7 @@ 233.036, 266.64, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30089,7 +30089,7 @@ 233.036, 269.76, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30112,7 +30112,7 @@ 233.036, 272.28, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30135,7 +30135,7 @@ 233.036, 277.794, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -30158,7 +30158,7 @@ 233.036, 283.319, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30181,7 +30181,7 @@ 233.036, 285.839, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -30204,7 +30204,7 @@ 233.036, 289.56, 233.036, - "r", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -30227,7 +30227,7 @@ 233.036, 293.28, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -30250,7 +30250,7 @@ 233.036, 298.8, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -30273,7 +30273,7 @@ 233.036, 304.2, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30296,7 +30296,7 @@ 233.036, 307.32, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30319,7 +30319,7 @@ 233.036, 309.84, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30342,7 +30342,7 @@ 233.036, 314.64, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -30365,7 +30365,7 @@ 233.036, 320.16, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30388,7 +30388,7 @@ 233.036, 325.68, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30411,7 +30411,7 @@ 233.036, 328.2, 233.036, - "w", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -30434,7 +30434,7 @@ 233.036, 336.12, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -30457,7 +30457,7 @@ 233.036, 339.24, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30480,7 +30480,7 @@ 233.036, 342.36, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30503,7 +30503,7 @@ 233.036, 345.48, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30526,7 +30526,7 @@ 233.036, 347.994, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -30549,7 +30549,7 @@ 233.036, 353.519, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -30572,7 +30572,7 @@ 233.036, 358.44, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30595,7 +30595,7 @@ 233.036, 360.959, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30618,7 +30618,7 @@ 233.036, 365.88, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30641,7 +30641,7 @@ 233.036, 371.274, 233.036, - "j", + "<", -1, 2.755, "25 0 R [stream]", @@ -30664,7 +30664,7 @@ 233.036, 374.399, 233.036, - "u", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -30687,7 +30687,7 @@ 233.036, 379.799, 233.036, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -30710,7 +30710,7 @@ 233.036, 384.119, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30733,7 +30733,7 @@ 233.036, 387.239, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -30756,7 +30756,7 @@ 233.036, 392.039, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -30779,7 +30779,7 @@ 233.036, 397.559, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30802,7 +30802,7 @@ 233.036, 400.079, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -30825,7 +30825,7 @@ 233.036, 404.999, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -30848,7 +30848,7 @@ 233.036, 408.119, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -30871,7 +30871,7 @@ 233.036, 410.639, 233.036, - "c", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -30894,7 +30894,7 @@ 233.036, 415.559, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -30917,7 +30917,7 @@ 233.036, 420.959, 233.036, - "m", + "*", -1, 2.755, "25 0 R [stream]", @@ -30940,7 +30940,7 @@ 233.036, 429.594, 233.036, - "p", + "(", -1, 2.755, "25 0 R [stream]", @@ -30963,7 +30963,7 @@ 233.036, 434.999, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -30986,7 +30986,7 @@ 233.036, 438.119, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31009,7 +31009,7 @@ 233.036, 443.039, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -31032,7 +31032,7 @@ 233.036, 446.039, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -31055,7 +31055,7 @@ 233.036, 449.159, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31078,7 +31078,7 @@ 233.036, 454.679, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31101,7 +31101,7 @@ 233.036, 460.199, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31124,7 +31124,7 @@ 233.036, 462.714, 233.036, - "b", + ":", -1, 2.755, "25 0 R [stream]", @@ -31147,7 +31147,7 @@ 233.036, 468.239, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31170,7 +31170,7 @@ 233.036, 473.039, 233.036, - "s", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31193,7 +31193,7 @@ 233.036, 477.359, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31216,7 +31216,7 @@ 233.036, 482.279, 233.036, - "d", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -31239,7 +31239,7 @@ 233.036, 487.799, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31262,7 +31262,7 @@ 233.036, 490.319, 233.036, - "o", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31285,7 +31285,7 @@ 233.036, 495.839, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31308,7 +31308,7 @@ 233.036, 501.359, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31331,7 +31331,7 @@ 233.036, 503.879, 233.036, - "t", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -31354,7 +31354,7 @@ 233.036, 506.999, 233.036, - "h", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -31377,7 +31377,7 @@ 233.036, 512.399, 233.036, - "e", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -31400,7 +31400,7 @@ 233.036, 517.319, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31423,7 +31423,7 @@ 233.036, 519.839, 233.036, - "f", + ";", -1, 2.755, "25 0 R [stream]", @@ -31446,7 +31446,7 @@ 233.036, 523.559, 233.036, - "i", + "!", -1, 2.755, "25 0 R [stream]", @@ -31469,7 +31469,7 @@ 233.036, 526.679, 233.036, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -31492,7 +31492,7 @@ 233.036, 532.079, 233.036, - "a", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31515,7 +31515,7 @@ 233.036, 536.999, 233.036, - "l", + ".", -1, 2.755, "25 0 R [stream]", @@ -31538,7 +31538,7 @@ 233.036, 539.999, 233.036, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31561,7 +31561,7 @@ 220.436, 72.0, 220.436, - "C", + "-", -1, 2.755, "25 0 R [stream]", @@ -31584,7 +31584,7 @@ 220.436, 79.32, 220.436, - "V", + "3", -1, 2.755, "25 0 R [stream]", @@ -31607,7 +31607,7 @@ 220.436, 87.24, 220.436, - ".", + "=", -1, 2.755, "25 0 R [stream]", @@ -31630,7 +31630,7 @@ 220.436, 90.0, 220.436, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -31653,7 +31653,7 @@ 207.307, 72.0, 207.307, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31676,7 +31676,7 @@ 194.707, 72.0, 194.707, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31699,7 +31699,7 @@ 182.107, 72.0, 182.107, - "B", + "%", -1, 2.755, "25 0 R [stream]", @@ -31722,7 +31722,7 @@ 182.107, 79.32, 182.107, - "u", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -31745,7 +31745,7 @@ 182.107, 85.44, 182.107, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31768,7 +31768,7 @@ 182.107, 88.56, 182.107, - "l", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -31791,7 +31791,7 @@ 182.107, 91.68, 182.107, - "d", + "&", -1, 2.755, "25 0 R [stream]", @@ -31814,7 +31814,7 @@ 182.107, 97.8, 182.107, - "e", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -31837,7 +31837,7 @@ 182.107, 102.6, 182.107, - "r", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -31860,7 +31860,7 @@ 182.107, 107.52, 182.107, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -31883,7 +31883,7 @@ 182.107, 111.84, 182.107, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -31906,7 +31906,7 @@ 182.107, 114.6, 182.107, - "R", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -31929,7 +31929,7 @@ 182.107, 122.52, 182.107, - "i", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -31952,7 +31952,7 @@ 182.107, 125.52, 182.107, - "s", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -31975,7 +31975,7 @@ 182.107, 129.84, 182.107, - "k", + "+", -1, 2.755, "25 0 R [stream]", @@ -31998,7 +31998,7 @@ 182.516, 135.96, 182.516, - ":", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -32021,7 +32021,7 @@ 182.516, 139.08, 182.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32044,7 +32044,7 @@ 182.516, 141.72, 182.516, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32067,7 +32067,7 @@ 169.542, 71.995, 169.542, - "A", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -32090,7 +32090,7 @@ 169.542, 78.72, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -32113,7 +32113,7 @@ 169.542, 84.24, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32136,7 +32136,7 @@ 169.542, 87.0, 169.542, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -32159,7 +32159,7 @@ 169.542, 94.92, 169.542, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -32182,7 +32182,7 @@ 169.542, 102.24, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -32205,7 +32205,7 @@ 169.542, 107.76, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32228,7 +32228,7 @@ 169.542, 112.68, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32251,7 +32251,7 @@ 169.542, 117.0, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32274,7 +32274,7 @@ 169.542, 119.755, 169.542, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -32297,7 +32297,7 @@ 169.542, 125.28, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32320,7 +32320,7 @@ 169.542, 129.6, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32343,7 +32343,7 @@ 169.542, 135.0, 169.542, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -32366,7 +32366,7 @@ 169.542, 139.92, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32389,7 +32389,7 @@ 169.542, 143.04, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32412,7 +32412,7 @@ 169.542, 148.44, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32435,7 +32435,7 @@ 169.542, 153.36, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32458,7 +32458,7 @@ 169.542, 158.88, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32481,7 +32481,7 @@ 169.542, 161.64, 169.542, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -32504,7 +32504,7 @@ 169.542, 167.16, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -32527,7 +32527,7 @@ 169.542, 172.56, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32550,7 +32550,7 @@ 169.542, 175.68, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -32573,7 +32573,7 @@ 169.542, 178.68, 169.542, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -32596,7 +32596,7 @@ 169.542, 184.2, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -32619,7 +32619,7 @@ 169.542, 189.12, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32642,7 +32642,7 @@ 169.542, 193.32, 169.542, - "'", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -32665,7 +32665,7 @@ 169.542, 197.035, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -32688,7 +32688,7 @@ 169.542, 201.36, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32711,7 +32711,7 @@ 169.542, 204.12, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -32734,7 +32734,7 @@ 169.542, 208.32, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32757,7 +32757,7 @@ 169.542, 211.435, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -32780,7 +32780,7 @@ 169.542, 215.76, 169.542, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -32803,7 +32803,7 @@ 169.542, 220.68, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32826,7 +32826,7 @@ 169.542, 223.315, 169.542, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -32849,7 +32849,7 @@ 169.542, 228.84, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -32872,7 +32872,7 @@ 169.542, 234.36, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -32895,7 +32895,7 @@ 169.542, 237.36, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -32918,7 +32918,7 @@ 169.542, 240.48, 169.542, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -32941,7 +32941,7 @@ 169.542, 245.394, 169.542, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -32964,7 +32964,7 @@ 169.542, 250.2, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -32987,7 +32987,7 @@ 169.542, 252.96, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33010,7 +33010,7 @@ 169.542, 260.88, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -33033,7 +33033,7 @@ 169.542, 266.394, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -33056,7 +33056,7 @@ 169.542, 270.72, 169.542, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -33079,7 +33079,7 @@ 169.542, 273.84, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33102,7 +33102,7 @@ 169.542, 276.48, 169.542, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -33125,7 +33125,7 @@ 169.542, 282.0, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -33148,7 +33148,7 @@ 169.542, 286.92, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33171,7 +33171,7 @@ 169.542, 289.68, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -33194,7 +33194,7 @@ 169.542, 295.2, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33217,7 +33217,7 @@ 169.542, 300.72, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33240,7 +33240,7 @@ 169.542, 303.36, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -33263,7 +33263,7 @@ 169.542, 308.88, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33286,7 +33286,7 @@ 169.542, 314.28, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33309,7 +33309,7 @@ 169.542, 317.04, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -33332,7 +33332,7 @@ 169.542, 322.56, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -33355,7 +33355,7 @@ 169.542, 325.68, 169.542, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -33378,7 +33378,7 @@ 169.542, 328.68, 169.542, - "-", + "GLYPH<24>", -1, 2.755, "25 0 R [stream]", @@ -33401,7 +33401,7 @@ 169.542, 332.4, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -33424,7 +33424,7 @@ 169.542, 336.6, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33447,7 +33447,7 @@ 169.542, 339.714, 169.542, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -33470,7 +33470,7 @@ 169.542, 344.04, 169.542, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -33493,7 +33493,7 @@ 169.542, 348.96, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33516,7 +33516,7 @@ 169.542, 351.594, 169.542, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -33539,7 +33539,7 @@ 169.542, 354.72, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -33562,7 +33562,7 @@ 169.542, 360.24, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -33585,7 +33585,7 @@ 169.542, 364.56, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33608,7 +33608,7 @@ 169.542, 372.48, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33631,7 +33631,7 @@ 169.542, 375.24, 169.542, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -33654,7 +33654,7 @@ 169.542, 382.44, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33677,7 +33677,7 @@ 169.542, 385.56, 169.542, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -33700,7 +33700,7 @@ 169.542, 388.68, 169.542, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -33723,7 +33723,7 @@ 169.542, 394.2, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33746,7 +33746,7 @@ 169.542, 396.96, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33769,7 +33769,7 @@ 169.542, 404.76, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33792,7 +33792,7 @@ 169.542, 407.88, 169.542, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -33815,7 +33815,7 @@ 169.542, 413.4, 169.542, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -33838,7 +33838,7 @@ 169.542, 416.52, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33861,7 +33861,7 @@ 169.542, 424.44, 169.542, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -33884,7 +33884,7 @@ 169.542, 429.84, 169.542, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -33907,7 +33907,7 @@ 169.542, 437.76, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -33930,7 +33930,7 @@ 169.542, 440.514, 169.542, - "L", + "GLYPH<27>", -1, 2.755, "25 0 R [stream]", @@ -33953,7 +33953,7 @@ 169.542, 446.634, 169.542, - "E", + "GLYPH<28>", -1, 2.755, "25 0 R [stream]", @@ -33976,7 +33976,7 @@ 169.542, 453.36, 169.542, - "G", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -33999,7 +33999,7 @@ 169.542, 461.28, 169.542, - "2", + "GLYPH<30>", -1, 2.755, "25 0 R [stream]", @@ -34022,7 +34022,7 @@ 169.542, 466.8, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34045,7 +34045,7 @@ 169.542, 469.56, 169.542, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -34068,7 +34068,7 @@ 169.542, 474.48, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34091,7 +34091,7 @@ 169.542, 480.0, 169.542, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -34114,7 +34114,7 @@ 169.542, 484.92, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34137,7 +34137,7 @@ 169.542, 489.84, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34160,7 +34160,7 @@ 169.542, 494.04, 169.542, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34183,7 +34183,7 @@ 169.542, 499.554, 169.542, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34206,7 +34206,7 @@ 169.542, 505.08, 169.542, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34229,7 +34229,7 @@ 169.542, 510.0, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34252,7 +34252,7 @@ 169.542, 512.634, 169.542, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34275,7 +34275,7 @@ 169.542, 515.76, 169.542, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34298,7 +34298,7 @@ 169.542, 521.28, 169.542, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34321,7 +34321,7 @@ 169.542, 525.6, 169.542, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34344,7 +34344,7 @@ 156.942, 72.001, 156.942, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -34367,7 +34367,7 @@ 156.942, 77.521, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34390,7 +34390,7 @@ 156.942, 83.041, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -34413,7 +34413,7 @@ 156.942, 90.961, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34436,7 +34436,7 @@ 156.942, 96.475, 156.942, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34459,7 +34459,7 @@ 156.942, 102.001, 156.942, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34482,7 +34482,7 @@ 156.942, 106.921, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34505,7 +34505,7 @@ 156.942, 109.681, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34528,7 +34528,7 @@ 156.942, 114.001, 156.942, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -34551,7 +34551,7 @@ 156.942, 118.795, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -34574,7 +34574,7 @@ 156.942, 123.121, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -34597,7 +34597,7 @@ 156.942, 128.641, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -34620,7 +34620,7 @@ 156.942, 131.641, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -34643,7 +34643,7 @@ 156.942, 134.641, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -34666,7 +34666,7 @@ 156.942, 137.761, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -34689,7 +34689,7 @@ 156.942, 143.275, 156.942, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -34712,7 +34712,7 @@ 156.942, 148.801, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34735,7 +34735,7 @@ 156.942, 151.555, 156.942, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34758,7 +34758,7 @@ 156.942, 154.561, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -34781,7 +34781,7 @@ 156.942, 158.881, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -34804,7 +34804,7 @@ 156.942, 164.401, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -34827,7 +34827,7 @@ 156.942, 172.321, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -34850,7 +34850,7 @@ 156.942, 175.075, 156.942, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -34873,7 +34873,7 @@ 156.942, 178.081, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -34896,7 +34896,7 @@ 156.942, 183.601, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -34919,7 +34919,7 @@ 156.942, 189.121, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -34942,7 +34942,7 @@ 156.942, 192.121, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -34965,7 +34965,7 @@ 156.942, 195.235, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -34988,7 +34988,7 @@ 156.942, 200.16, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35011,7 +35011,7 @@ 156.942, 202.92, 156.942, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -35034,7 +35034,7 @@ 156.942, 210.24, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35057,7 +35057,7 @@ 156.942, 215.76, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -35080,7 +35080,7 @@ 156.942, 219.96, 156.942, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -35103,7 +35103,7 @@ 156.942, 224.88, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -35126,7 +35126,7 @@ 156.942, 232.8, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35149,7 +35149,7 @@ 156.942, 238.32, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35172,7 +35172,7 @@ 156.942, 243.835, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -35195,7 +35195,7 @@ 156.942, 248.161, 156.942, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -35218,7 +35218,7 @@ 156.942, 253.56, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35241,7 +35241,7 @@ 156.942, 256.675, 156.942, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -35264,7 +35264,7 @@ 156.942, 262.2, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35287,7 +35287,7 @@ 156.942, 264.96, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35310,7 +35310,7 @@ 156.942, 270.48, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35333,7 +35333,7 @@ 156.942, 276.0, 156.942, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -35356,7 +35356,7 @@ 156.942, 281.4, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35379,7 +35379,7 @@ 156.942, 284.16, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -35402,7 +35402,7 @@ 156.942, 292.08, 156.942, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -35425,7 +35425,7 @@ 156.942, 297.595, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -35448,7 +35448,7 @@ 156.942, 301.92, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35471,7 +35471,7 @@ 156.942, 305.04, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35494,7 +35494,7 @@ 156.942, 307.68, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35517,7 +35517,7 @@ 156.942, 313.08, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35540,7 +35540,7 @@ 156.942, 318.6, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35563,7 +35563,7 @@ 156.942, 321.72, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35586,7 +35586,7 @@ 156.942, 324.48, 156.942, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -35609,7 +35609,7 @@ 156.942, 329.4, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35632,7 +35632,7 @@ 156.942, 334.92, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35655,7 +35655,7 @@ 156.942, 340.32, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -35678,7 +35678,7 @@ 156.942, 343.44, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35701,7 +35701,7 @@ 156.942, 348.84, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35724,7 +35724,7 @@ 156.942, 351.96, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35747,7 +35747,7 @@ 156.942, 357.48, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35770,7 +35770,7 @@ 156.942, 360.24, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -35793,7 +35793,7 @@ 156.942, 365.76, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -35816,7 +35816,7 @@ 156.942, 371.155, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -35839,7 +35839,7 @@ 156.942, 376.08, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -35862,7 +35862,7 @@ 156.942, 378.835, 156.942, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -35885,7 +35885,7 @@ 156.942, 384.36, 156.942, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -35908,7 +35908,7 @@ 156.942, 388.68, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -35931,7 +35931,7 @@ 156.942, 394.08, 156.942, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -35954,7 +35954,7 @@ 156.942, 399.0, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -35977,7 +35977,7 @@ 156.942, 402.115, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36000,7 +36000,7 @@ 156.942, 406.32, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36023,7 +36023,7 @@ 156.942, 409.44, 156.942, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36046,7 +36046,7 @@ 156.942, 414.96, 156.942, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -36069,7 +36069,7 @@ 156.942, 420.355, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36092,7 +36092,7 @@ 156.942, 424.68, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36115,7 +36115,7 @@ 156.942, 427.44, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36138,7 +36138,7 @@ 156.942, 430.44, 156.942, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -36161,7 +36161,7 @@ 156.942, 435.96, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -36184,7 +36184,7 @@ 156.942, 441.48, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36207,7 +36207,7 @@ 156.942, 444.6, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36230,7 +36230,7 @@ 156.942, 447.36, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -36253,7 +36253,7 @@ 156.942, 450.36, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36276,7 +36276,7 @@ 156.942, 453.48, 156.942, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -36299,7 +36299,7 @@ 156.942, 461.4, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36322,7 +36322,7 @@ 156.942, 464.4, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36345,7 +36345,7 @@ 156.942, 467.52, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36368,7 +36368,7 @@ 156.942, 470.28, 156.942, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -36391,7 +36391,7 @@ 156.942, 477.6, 156.942, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -36414,7 +36414,7 @@ 156.942, 484.92, 156.942, - "G", + "GLYPH<29>", -1, 2.755, "25 0 R [stream]", @@ -36437,7 +36437,7 @@ 156.942, 492.84, 156.942, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -36460,7 +36460,7 @@ 156.942, 495.235, 156.942, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36483,7 +36483,7 @@ 156.942, 499.56, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36506,7 +36506,7 @@ 156.942, 502.32, 156.942, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -36529,7 +36529,7 @@ 156.942, 507.72, 156.942, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -36552,7 +36552,7 @@ 156.942, 513.24, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36575,7 +36575,7 @@ 156.942, 516.24, 156.942, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -36598,7 +36598,7 @@ 156.942, 519.36, 156.942, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36621,7 +36621,7 @@ 156.942, 522.36, 156.942, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36644,7 +36644,7 @@ 156.942, 525.475, 156.942, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -36667,7 +36667,7 @@ 156.942, 530.4, 156.942, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36690,7 +36690,7 @@ 144.222, 72.001, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36713,7 +36713,7 @@ 144.222, 75.121, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36736,7 +36736,7 @@ 144.222, 80.641, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36759,7 +36759,7 @@ 144.222, 83.401, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -36782,7 +36782,7 @@ 144.222, 87.721, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -36805,7 +36805,7 @@ 144.222, 92.521, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -36828,7 +36828,7 @@ 144.222, 97.441, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -36851,7 +36851,7 @@ 144.222, 102.961, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -36874,7 +36874,7 @@ 144.222, 108.475, 144.222, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -36897,7 +36897,7 @@ 144.222, 114.001, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -36920,7 +36920,7 @@ 144.222, 116.641, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -36943,7 +36943,7 @@ 144.222, 119.761, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -36966,7 +36966,7 @@ 144.222, 122.755, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -36989,7 +36989,7 @@ 144.222, 127.081, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37012,7 +37012,7 @@ 144.222, 129.841, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37035,7 +37035,7 @@ 144.222, 135.361, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37058,7 +37058,7 @@ 144.222, 140.161, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37081,7 +37081,7 @@ 144.222, 143.281, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -37104,7 +37104,7 @@ 144.222, 148.801, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37127,7 +37127,7 @@ 144.222, 154.201, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -37150,7 +37150,7 @@ 144.222, 157.321, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37173,7 +37173,7 @@ 144.222, 160.081, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37196,7 +37196,7 @@ 144.222, 165.001, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37219,7 +37219,7 @@ 144.222, 170.515, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -37242,7 +37242,7 @@ 144.222, 174.721, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37265,7 +37265,7 @@ 144.222, 177.835, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -37288,7 +37288,7 @@ 144.222, 182.155, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -37311,7 +37311,7 @@ 144.222, 184.8, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37334,7 +37334,7 @@ 144.222, 187.56, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37357,7 +37357,7 @@ 144.222, 190.56, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -37380,7 +37380,7 @@ 144.222, 196.08, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -37403,7 +37403,7 @@ 144.222, 201.0, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -37426,7 +37426,7 @@ 144.222, 204.12, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -37449,7 +37449,7 @@ 144.222, 209.64, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -37472,7 +37472,7 @@ 144.222, 215.04, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37495,7 +37495,7 @@ 144.222, 218.16, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -37518,7 +37518,7 @@ 144.222, 223.675, 144.222, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -37541,7 +37541,7 @@ 144.222, 229.2, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37564,7 +37564,7 @@ 144.222, 231.96, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37587,7 +37587,7 @@ 144.222, 237.36, 144.222, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -37610,7 +37610,7 @@ 144.222, 242.28, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -37633,7 +37633,7 @@ 144.222, 247.2, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -37656,7 +37656,7 @@ 144.222, 251.4, 144.222, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -37679,7 +37679,7 @@ 144.222, 256.92, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -37702,7 +37702,7 @@ 144.222, 261.84, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37725,7 +37725,7 @@ 144.222, 267.36, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -37748,7 +37748,7 @@ 144.222, 272.875, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -37771,7 +37771,7 @@ 144.222, 275.64, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37794,7 +37794,7 @@ 144.222, 278.275, 144.222, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -37817,7 +37817,7 @@ 144.222, 283.8, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -37840,7 +37840,7 @@ 144.222, 288.12, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -37863,7 +37863,7 @@ 144.222, 293.515, 144.222, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -37886,7 +37886,7 @@ 144.222, 296.64, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -37909,7 +37909,7 @@ 144.222, 299.64, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -37932,7 +37932,7 @@ 144.222, 302.76, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -37955,7 +37955,7 @@ 144.222, 305.52, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -37978,7 +37978,7 @@ 144.222, 310.92, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38001,7 +38001,7 @@ 144.222, 316.44, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38024,7 +38024,7 @@ 144.222, 321.96, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38047,7 +38047,7 @@ 144.222, 324.72, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38070,7 +38070,7 @@ 144.222, 330.24, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38093,7 +38093,7 @@ 144.222, 335.16, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38116,7 +38116,7 @@ 144.222, 338.16, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38139,7 +38139,7 @@ 144.222, 343.675, 144.222, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -38162,7 +38162,7 @@ 144.222, 348.6, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38185,7 +38185,7 @@ 144.222, 351.36, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38208,7 +38208,7 @@ 144.222, 355.56, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38231,7 +38231,7 @@ 144.222, 360.48, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38254,7 +38254,7 @@ 144.222, 363.6, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38277,7 +38277,7 @@ 144.222, 369.0, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -38300,7 +38300,7 @@ 144.222, 372.12, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38323,7 +38323,7 @@ 144.222, 377.04, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38346,7 +38346,7 @@ 144.222, 382.56, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38369,7 +38369,7 @@ 144.222, 385.195, 144.222, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -38392,7 +38392,7 @@ 144.222, 390.72, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38415,7 +38415,7 @@ 144.222, 395.64, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38438,7 +38438,7 @@ 144.222, 401.16, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38461,7 +38461,7 @@ 144.222, 405.96, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38484,7 +38484,7 @@ 144.222, 410.28, 144.222, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -38507,7 +38507,7 @@ 144.222, 415.8, 144.222, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -38530,7 +38530,7 @@ 144.222, 418.92, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38553,7 +38553,7 @@ 144.222, 421.56, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -38576,7 +38576,7 @@ 144.222, 426.48, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -38599,7 +38599,7 @@ 144.222, 431.88, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38622,7 +38622,7 @@ 144.222, 437.4, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -38645,7 +38645,7 @@ 144.222, 442.92, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38668,7 +38668,7 @@ 144.222, 446.04, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -38691,7 +38691,7 @@ 144.222, 449.04, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38714,7 +38714,7 @@ 144.222, 452.16, 144.222, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -38737,7 +38737,7 @@ 144.222, 457.68, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38760,7 +38760,7 @@ 144.222, 463.075, 144.222, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -38783,7 +38783,7 @@ 144.222, 467.395, 144.222, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -38806,7 +38806,7 @@ 144.222, 470.16, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -38829,7 +38829,7 @@ 144.222, 472.92, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -38852,7 +38852,7 @@ 144.222, 476.04, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -38875,7 +38875,7 @@ 144.222, 481.44, 144.222, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -38898,7 +38898,7 @@ 144.222, 486.36, 144.222, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -38921,7 +38921,7 @@ 144.222, 491.88, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38944,7 +38944,7 @@ 144.222, 496.08, 144.222, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -38967,7 +38967,7 @@ 144.222, 500.4, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -38990,7 +38990,7 @@ 144.222, 505.32, 144.222, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39013,7 +39013,7 @@ 144.222, 510.84, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39036,7 +39036,7 @@ 144.222, 513.48, 144.222, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39059,7 +39059,7 @@ 144.222, 516.6, 144.222, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -39082,7 +39082,7 @@ 144.222, 522.12, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39105,7 +39105,7 @@ 144.222, 524.88, 144.222, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -39128,7 +39128,7 @@ 144.222, 527.88, 144.222, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -39151,7 +39151,7 @@ 144.222, 533.4, 144.222, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39174,7 +39174,7 @@ 144.222, 538.32, 144.222, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39197,7 +39197,7 @@ 131.622, 72.001, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -39220,7 +39220,7 @@ 131.622, 76.921, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39243,7 +39243,7 @@ 131.622, 82.441, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -39266,7 +39266,7 @@ 131.622, 87.961, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39289,7 +39289,7 @@ 131.622, 92.275, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -39312,7 +39312,7 @@ 131.622, 96.481, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39335,7 +39335,7 @@ 131.622, 101.401, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39358,7 +39358,7 @@ 131.622, 104.161, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39381,7 +39381,7 @@ 131.622, 109.675, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -39404,7 +39404,7 @@ 131.622, 112.801, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39427,7 +39427,7 @@ 131.622, 115.441, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39450,7 +39450,7 @@ 131.622, 119.761, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39473,7 +39473,7 @@ 131.622, 124.675, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -39496,7 +39496,7 @@ 131.622, 130.201, 131.622, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -39519,7 +39519,7 @@ 131.622, 135.601, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39542,7 +39542,7 @@ 131.622, 138.721, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39565,7 +39565,7 @@ 131.622, 143.041, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39588,7 +39588,7 @@ 131.622, 145.681, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39611,7 +39611,7 @@ 131.622, 151.195, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -39634,7 +39634,7 @@ 131.622, 154.321, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39657,7 +39657,7 @@ 131.622, 157.081, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -39680,7 +39680,7 @@ 131.622, 161.881, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -39703,7 +39703,7 @@ 131.622, 167.401, 131.622, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -39726,7 +39726,7 @@ 131.622, 172.321, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39749,7 +39749,7 @@ 131.622, 177.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -39772,7 +39772,7 @@ 131.622, 181.441, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39795,7 +39795,7 @@ 131.622, 186.36, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39818,7 +39818,7 @@ 131.622, 191.88, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -39841,7 +39841,7 @@ 131.622, 194.52, 131.622, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -39864,7 +39864,7 @@ 131.622, 200.04, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -39887,7 +39887,7 @@ 131.622, 205.56, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -39910,7 +39910,7 @@ 131.622, 208.68, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -39933,7 +39933,7 @@ 131.622, 211.68, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -39956,7 +39956,7 @@ 131.622, 217.2, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -39979,7 +39979,7 @@ 131.622, 222.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40002,7 +40002,7 @@ 131.622, 226.32, 131.622, - "'", + "GLYPH<16>", -1, 2.755, "25 0 R [stream]", @@ -40025,7 +40025,7 @@ 131.622, 230.035, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40048,7 +40048,7 @@ 131.622, 234.36, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40071,7 +40071,7 @@ 131.622, 237.12, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40094,7 +40094,7 @@ 131.622, 241.32, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -40117,7 +40117,7 @@ 131.622, 244.435, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40140,7 +40140,7 @@ 131.622, 248.64, 131.622, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -40163,7 +40163,7 @@ 131.622, 253.56, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40186,7 +40186,7 @@ 131.622, 256.32, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -40209,7 +40209,7 @@ 131.622, 259.44, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40232,7 +40232,7 @@ 131.622, 264.835, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40255,7 +40255,7 @@ 131.622, 269.155, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40278,7 +40278,7 @@ 131.622, 273.48, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40301,7 +40301,7 @@ 131.622, 278.275, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -40324,7 +40324,7 @@ 131.622, 282.6, 131.622, - ".", + "#", -1, 2.755, "25 0 R [stream]", @@ -40347,7 +40347,7 @@ 131.622, 285.36, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40370,7 +40370,7 @@ 131.622, 288.12, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40393,7 +40393,7 @@ 131.622, 290.88, 131.622, - "T", + "$", -1, 2.755, "25 0 R [stream]", @@ -40416,7 +40416,7 @@ 131.622, 297.0, 131.622, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -40439,7 +40439,7 @@ 131.622, 302.52, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40462,7 +40462,7 @@ 131.622, 307.44, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40485,7 +40485,7 @@ 131.622, 310.08, 131.622, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -40508,7 +40508,7 @@ 131.622, 318.0, 131.622, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -40531,7 +40531,7 @@ 131.622, 325.32, 131.622, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -40554,7 +40554,7 @@ 131.622, 330.84, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40577,7 +40577,7 @@ 131.622, 335.76, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40600,7 +40600,7 @@ 131.622, 340.08, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40623,7 +40623,7 @@ 131.622, 342.835, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -40646,7 +40646,7 @@ 131.622, 348.36, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40669,7 +40669,7 @@ 131.622, 352.68, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40692,7 +40692,7 @@ 131.622, 358.2, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -40715,7 +40715,7 @@ 131.622, 363.0, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -40738,7 +40738,7 @@ 131.622, 368.52, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -40761,7 +40761,7 @@ 131.622, 372.84, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -40784,7 +40784,7 @@ 131.622, 377.76, 131.622, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -40807,7 +40807,7 @@ 131.622, 383.16, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -40830,7 +40830,7 @@ 131.622, 385.915, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -40853,7 +40853,7 @@ 131.622, 391.44, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -40876,7 +40876,7 @@ 131.622, 396.96, 131.622, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -40899,7 +40899,7 @@ 131.622, 399.96, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -40922,7 +40922,7 @@ 131.622, 403.08, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -40945,7 +40945,7 @@ 131.622, 407.875, 131.622, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -40968,7 +40968,7 @@ 131.622, 412.795, 131.622, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -40991,7 +40991,7 @@ 131.622, 415.56, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41014,7 +41014,7 @@ 131.622, 418.32, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41037,7 +41037,7 @@ 131.622, 423.84, 131.622, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -41060,7 +41060,7 @@ 131.622, 428.16, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41083,7 +41083,7 @@ 131.622, 430.8, 131.622, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -41106,7 +41106,7 @@ 131.622, 436.32, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41129,7 +41129,7 @@ 131.622, 439.075, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -41152,7 +41152,7 @@ 131.622, 443.395, 131.622, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -41175,7 +41175,7 @@ 131.622, 448.92, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41198,7 +41198,7 @@ 131.622, 453.84, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41221,7 +41221,7 @@ 131.622, 458.64, 131.622, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -41244,7 +41244,7 @@ 131.622, 461.76, 131.622, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -41267,7 +41267,7 @@ 131.622, 469.68, 131.622, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41290,7 +41290,7 @@ 131.622, 474.6, 131.622, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -41313,7 +41313,7 @@ 131.622, 480.12, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41336,7 +41336,7 @@ 131.622, 482.88, 131.622, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41359,7 +41359,7 @@ 131.622, 488.275, 131.622, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -41382,7 +41382,7 @@ 131.622, 491.4, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41405,7 +41405,7 @@ 131.622, 494.155, 131.622, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -41428,7 +41428,7 @@ 131.622, 498.48, 131.622, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -41451,7 +41451,7 @@ 131.622, 503.88, 131.622, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41474,7 +41474,7 @@ 131.622, 508.8, 131.622, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41497,7 +41497,7 @@ 131.622, 514.32, 131.622, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41520,7 +41520,7 @@ 119.022, 71.995, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -41543,7 +41543,7 @@ 119.022, 77.52, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -41566,7 +41566,7 @@ 119.022, 83.04, 119.022, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -41589,7 +41589,7 @@ 119.022, 86.16, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -41612,7 +41612,7 @@ 119.022, 89.16, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -41635,7 +41635,7 @@ 119.022, 94.075, 119.022, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -41658,7 +41658,7 @@ 119.022, 99.0, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41681,7 +41681,7 @@ 119.022, 101.64, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41704,7 +41704,7 @@ 119.022, 104.76, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41727,7 +41727,7 @@ 119.022, 110.28, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -41750,7 +41750,7 @@ 119.022, 115.8, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41773,7 +41773,7 @@ 119.022, 118.8, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41796,7 +41796,7 @@ 119.022, 121.56, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -41819,7 +41819,7 @@ 119.022, 124.68, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -41842,7 +41842,7 @@ 119.022, 130.08, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41865,7 +41865,7 @@ 119.022, 135.0, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -41888,7 +41888,7 @@ 119.022, 137.76, 119.022, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -41911,7 +41911,7 @@ 119.022, 145.68, 119.022, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -41934,7 +41934,7 @@ 119.022, 153.0, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -41957,7 +41957,7 @@ 119.022, 158.52, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -41980,7 +41980,7 @@ 119.022, 163.44, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42003,7 +42003,7 @@ 119.022, 167.76, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42026,7 +42026,7 @@ 119.022, 170.515, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -42049,7 +42049,7 @@ 119.022, 175.92, 119.022, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -42072,7 +42072,7 @@ 119.022, 179.04, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -42095,7 +42095,7 @@ 119.022, 184.56, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -42118,7 +42118,7 @@ 119.022, 189.955, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42141,7 +42141,7 @@ 119.022, 194.16, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42164,7 +42164,7 @@ 119.022, 196.92, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -42187,7 +42187,7 @@ 119.022, 200.04, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -42210,7 +42210,7 @@ 119.022, 205.56, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42233,7 +42233,7 @@ 119.022, 208.314, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -42256,7 +42256,7 @@ 119.022, 213.84, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -42279,7 +42279,7 @@ 119.022, 219.24, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42302,7 +42302,7 @@ 119.022, 223.56, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -42325,7 +42325,7 @@ 119.022, 228.48, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -42348,7 +42348,7 @@ 119.022, 234.0, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -42371,7 +42371,7 @@ 119.022, 239.514, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42394,7 +42394,7 @@ 119.022, 243.72, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42417,7 +42417,7 @@ 119.022, 248.634, 119.022, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -42440,7 +42440,7 @@ 119.022, 251.4, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42463,7 +42463,7 @@ 119.022, 254.16, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -42486,7 +42486,7 @@ 119.022, 262.08, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -42509,7 +42509,7 @@ 119.022, 267.594, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42532,7 +42532,7 @@ 119.022, 271.8, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -42555,7 +42555,7 @@ 119.022, 274.92, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42578,7 +42578,7 @@ 119.022, 277.68, 119.022, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -42601,7 +42601,7 @@ 119.022, 283.2, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42624,7 +42624,7 @@ 119.022, 288.12, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42647,7 +42647,7 @@ 119.022, 290.76, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42670,7 +42670,7 @@ 119.022, 295.08, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42693,7 +42693,7 @@ 119.022, 299.999, 119.022, - "v", + "GLYPH<10>", -1, 2.755, "25 0 R [stream]", @@ -42716,7 +42716,7 @@ 119.022, 304.799, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -42739,7 +42739,7 @@ 119.022, 307.919, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42762,7 +42762,7 @@ 119.022, 312.719, 119.022, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -42785,7 +42785,7 @@ 119.022, 320.039, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -42808,7 +42808,7 @@ 119.022, 324.959, 119.022, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -42831,7 +42831,7 @@ 119.022, 330.479, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42854,7 +42854,7 @@ 119.022, 333.239, 119.022, - "b", + "GLYPH<13>", -1, 2.755, "25 0 R [stream]", @@ -42877,7 +42877,7 @@ 119.022, 338.754, 119.022, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -42900,7 +42900,7 @@ 119.022, 343.679, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -42923,7 +42923,7 @@ 119.022, 346.439, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -42946,7 +42946,7 @@ 119.022, 350.639, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -42969,7 +42969,7 @@ 119.022, 353.754, 119.022, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -42992,7 +42992,7 @@ 119.022, 358.079, 119.022, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -43015,7 +43015,7 @@ 119.022, 362.879, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43038,7 +43038,7 @@ 119.022, 365.639, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -43061,7 +43061,7 @@ 119.022, 373.559, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -43084,7 +43084,7 @@ 119.022, 379.079, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43107,7 +43107,7 @@ 119.022, 384.599, 119.022, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -43130,7 +43130,7 @@ 119.022, 390.114, 119.022, - "g", + "GLYPH<31>", -1, 2.755, "25 0 R [stream]", @@ -43153,7 +43153,7 @@ 119.022, 395.639, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43176,7 +43176,7 @@ 119.022, 400.559, 119.022, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -43199,7 +43199,7 @@ 119.022, 408.479, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43222,7 +43222,7 @@ 119.022, 413.279, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43245,7 +43245,7 @@ 119.022, 418.799, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43268,7 +43268,7 @@ 119.022, 421.919, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43291,7 +43291,7 @@ 119.022, 424.674, 119.022, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -43314,7 +43314,7 @@ 119.022, 430.079, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -43337,7 +43337,7 @@ 119.022, 434.279, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -43360,7 +43360,7 @@ 119.022, 437.399, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43383,7 +43383,7 @@ 119.022, 442.919, 119.022, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -43406,7 +43406,7 @@ 119.022, 447.239, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43429,7 +43429,7 @@ 119.022, 449.879, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43452,7 +43452,7 @@ 119.022, 452.999, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43475,7 +43475,7 @@ 119.022, 458.519, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43498,7 +43498,7 @@ 119.022, 461.279, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43521,7 +43521,7 @@ 119.022, 466.194, 119.022, - "x", + "%", -1, 2.755, "25 0 R [stream]", @@ -43544,7 +43544,7 @@ 119.022, 470.999, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43567,7 +43567,7 @@ 119.022, 475.919, 119.022, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -43590,7 +43590,7 @@ 119.022, 480.839, 119.022, - "u", + "GLYPH<14>", -1, 2.755, "25 0 R [stream]", @@ -43613,7 +43613,7 @@ 119.022, 486.239, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43636,7 +43636,7 @@ 119.022, 489.359, 119.022, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -43659,7 +43659,7 @@ 119.022, 492.359, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43682,7 +43682,7 @@ 119.022, 497.879, 119.022, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43705,7 +43705,7 @@ 119.022, 503.399, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43728,7 +43728,7 @@ 119.022, 506.159, 119.022, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43751,7 +43751,7 @@ 119.022, 511.674, 119.022, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -43774,7 +43774,7 @@ 119.022, 514.679, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43797,7 +43797,7 @@ 119.022, 517.439, 119.022, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43820,7 +43820,7 @@ 119.022, 520.559, 119.022, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -43843,7 +43843,7 @@ 119.022, 525.959, 119.022, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -43866,7 +43866,7 @@ 119.022, 530.88, 119.022, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -43889,7 +43889,7 @@ 106.302, 72.0, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -43912,7 +43912,7 @@ 106.302, 76.92, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -43935,7 +43935,7 @@ 106.302, 82.44, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -43958,7 +43958,7 @@ 106.302, 87.96, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -43981,7 +43981,7 @@ 106.302, 91.08, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -44004,7 +44004,7 @@ 106.302, 95.28, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44027,7 +44027,7 @@ 106.302, 100.8, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -44050,7 +44050,7 @@ 106.302, 105.72, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44073,7 +44073,7 @@ 104.565, 108.84, 104.565, - ".", + "GLYPH<1>", -1, 2.63, "25 0 R [stream]", @@ -44096,7 +44096,7 @@ 104.565, 111.36, 104.565, - " ", + "GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -44119,7 +44119,7 @@ 104.565, 114.0, 104.565, - " ", + "GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -44142,7 +44142,7 @@ 106.302, 116.635, 106.302, - "P", + "&", -1, 2.755, "25 0 R [stream]", @@ -44165,7 +44165,7 @@ 106.302, 123.36, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -44188,7 +44188,7 @@ 106.302, 126.48, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44211,7 +44211,7 @@ 106.302, 131.28, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44234,7 +44234,7 @@ 106.302, 136.795, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -44257,7 +44257,7 @@ 106.302, 141.12, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44280,7 +44280,7 @@ 106.302, 146.04, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44303,7 +44303,7 @@ 106.302, 148.8, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -44326,7 +44326,7 @@ 106.302, 154.2, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -44349,7 +44349,7 @@ 106.302, 159.72, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44372,7 +44372,7 @@ 106.302, 162.84, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44395,7 +44395,7 @@ 106.302, 167.76, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44418,7 +44418,7 @@ 106.302, 170.4, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44441,7 +44441,7 @@ 106.302, 173.52, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -44464,7 +44464,7 @@ 106.302, 179.04, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -44487,7 +44487,7 @@ 106.302, 184.44, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44510,7 +44510,7 @@ 106.302, 187.56, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44533,7 +44533,7 @@ 106.302, 190.32, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -44556,7 +44556,7 @@ 106.302, 193.315, 106.302, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -44579,7 +44579,7 @@ 106.302, 196.44, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44602,7 +44602,7 @@ 106.302, 199.2, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -44625,7 +44625,7 @@ 106.302, 202.32, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -44648,7 +44648,7 @@ 106.302, 207.72, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44671,7 +44671,7 @@ 106.302, 212.64, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44694,7 +44694,7 @@ 106.302, 215.4, 106.302, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -44717,7 +44717,7 @@ 106.302, 223.32, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -44740,7 +44740,7 @@ 106.302, 230.64, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -44763,7 +44763,7 @@ 106.302, 236.16, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -44786,7 +44786,7 @@ 106.302, 241.08, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -44809,7 +44809,7 @@ 106.302, 245.28, 106.302, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -44832,7 +44832,7 @@ 106.302, 247.675, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -44855,7 +44855,7 @@ 106.302, 252.0, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -44878,7 +44878,7 @@ 106.302, 254.755, 106.302, - "p", + "GLYPH<8>", -1, 2.755, "25 0 R [stream]", @@ -44901,7 +44901,7 @@ 106.302, 260.28, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -44924,7 +44924,7 @@ 106.302, 265.68, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -44947,7 +44947,7 @@ 106.302, 268.8, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -44970,7 +44970,7 @@ 106.302, 271.8, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -44993,7 +44993,7 @@ 106.302, 276.715, 106.302, - "y", + "GLYPH<20>", -1, 2.755, "25 0 R [stream]", @@ -45016,7 +45016,7 @@ 106.302, 281.64, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45039,7 +45039,7 @@ 106.302, 284.4, 106.302, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -45062,7 +45062,7 @@ 106.302, 289.92, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45085,7 +45085,7 @@ 106.302, 295.32, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45108,7 +45108,7 @@ 106.302, 300.235, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45131,7 +45131,7 @@ 106.302, 304.56, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45154,7 +45154,7 @@ 106.302, 307.32, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -45177,7 +45177,7 @@ 106.302, 312.72, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45200,7 +45200,7 @@ 106.302, 318.24, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45223,7 +45223,7 @@ 106.302, 321.36, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45246,7 +45246,7 @@ 106.302, 324.12, 106.302, - "m", + "GLYPH<21>", -1, 2.755, "25 0 R [stream]", @@ -45269,7 +45269,7 @@ 106.302, 332.04, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45292,7 +45292,7 @@ 106.302, 336.96, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45315,7 +45315,7 @@ 106.302, 341.76, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45338,7 +45338,7 @@ 106.302, 344.88, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45361,7 +45361,7 @@ 106.302, 347.64, 106.302, - "C", + " ", -1, 2.755, "25 0 R [stream]", @@ -45384,7 +45384,7 @@ 106.302, 354.96, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -45407,7 +45407,7 @@ 106.302, 358.08, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45430,7 +45430,7 @@ 106.302, 363.48, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -45453,7 +45453,7 @@ 106.302, 367.8, 106.302, - "k", + "GLYPH<18>", -1, 2.755, "25 0 R [stream]", @@ -45476,7 +45476,7 @@ 106.302, 372.72, 106.302, - "'", + "!", -1, 2.755, "25 0 R [stream]", @@ -45499,7 +45499,7 @@ 106.302, 374.995, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45522,7 +45522,7 @@ 106.302, 379.32, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45545,7 +45545,7 @@ 106.302, 382.075, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45568,7 +45568,7 @@ 106.302, 386.4, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45591,7 +45591,7 @@ 106.302, 391.8, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45614,7 +45614,7 @@ 106.302, 394.92, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -45637,7 +45637,7 @@ 106.302, 397.915, 106.302, - "s", + "GLYPH<17>", -1, 2.755, "25 0 R [stream]", @@ -45660,7 +45660,7 @@ 106.302, 402.235, 106.302, - "f", + "GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -45683,7 +45683,7 @@ 106.302, 405.36, 106.302, - "a", + "GLYPH<23>", -1, 2.755, "25 0 R [stream]", @@ -45706,7 +45706,7 @@ 106.302, 410.76, 106.302, - "c", + "GLYPH<19>", -1, 2.755, "25 0 R [stream]", @@ -45729,7 +45729,7 @@ 106.302, 415.68, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45752,7 +45752,7 @@ 106.302, 418.68, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -45775,7 +45775,7 @@ 106.302, 421.8, 106.302, - "o", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -45798,7 +45798,7 @@ 106.302, 427.32, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -45821,7 +45821,7 @@ 106.302, 432.835, 106.302, - ",", + "\"", -1, 2.755, "25 0 R [stream]", @@ -45844,7 +45844,7 @@ 106.302, 435.48, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45867,7 +45867,7 @@ 106.302, 438.24, 106.302, - "t", + "GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -45890,7 +45890,7 @@ 106.302, 441.36, 106.302, - "h", + "GLYPH<26>", -1, 2.755, "25 0 R [stream]", @@ -45913,7 +45913,7 @@ 106.302, 446.88, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -45936,7 +45936,7 @@ 106.302, 451.8, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -45959,7 +45959,7 @@ 106.302, 454.56, 106.302, - "O", + "GLYPH<4>", -1, 2.755, "25 0 R [stream]", @@ -45982,7 +45982,7 @@ 106.302, 462.48, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -46005,7 +46005,7 @@ 106.302, 469.8, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -46028,7 +46028,7 @@ 106.302, 475.32, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46051,7 +46051,7 @@ 106.302, 480.12, 106.302, - "r", + "GLYPH<7>", -1, 2.755, "25 0 R [stream]", @@ -46074,7 +46074,7 @@ 106.302, 484.44, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46097,7 +46097,7 @@ 106.302, 487.2, 106.302, - "w", + "GLYPH<5>", -1, 2.755, "25 0 R [stream]", @@ -46120,7 +46120,7 @@ 106.302, 494.52, 106.302, - "i", + "GLYPH<11>", -1, 2.755, "25 0 R [stream]", @@ -46143,7 +46143,7 @@ 106.302, 497.52, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -46166,7 +46166,7 @@ 106.302, 500.64, 106.302, - "l", + "GLYPH<15>", -1, 2.755, "25 0 R [stream]", @@ -46189,7 +46189,7 @@ 106.302, 503.76, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46212,7 +46212,7 @@ 106.302, 506.52, 106.302, - "n", + "GLYPH<2>", -1, 2.755, "25 0 R [stream]", @@ -46235,7 +46235,7 @@ 106.302, 511.92, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46258,7 +46258,7 @@ 106.302, 516.84, 106.302, - "e", + "GLYPH<6>", -1, 2.755, "25 0 R [stream]", @@ -46281,7 +46281,7 @@ 106.302, 521.76, 106.302, - "d", + "GLYPH<12>", -1, 2.755, "25 0 R [stream]", @@ -46304,7 +46304,7 @@ 106.302, 527.28, 106.302, - " ", + "GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -46758,7 +46758,7 @@ 724.245, 174.0, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46781,7 +46781,7 @@ 724.245, 305.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46804,7 +46804,7 @@ 724.245, 539.999, 724.245, - " ", + "GLYPH<1>", -1, 2.49, "25 0 R [stream]", @@ -46827,7 +46827,7 @@ 45.393, 72.0, 45.393, - " ", + "GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46850,7 +46850,7 @@ 45.393, 212.999, 45.393, - "Ins&Bond Quote_4911 Augusta Ave_03.01.24 ", + "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<7>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<14>GLYPH<15>GLYPH<16>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<10>GLYPH<18>GLYPH<10>GLYPH<4>GLYPH<11>GLYPH<19>GLYPH<1>GLYPH<17>GLYPH<20>GLYPH<12>GLYPH<13>GLYPH<21>GLYPH<22>GLYPH<23>GLYPH<21>GLYPH<16>GLYPH<23>GLYPH<24>GLYPH<14>GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46873,7 +46873,7 @@ 45.393, 512.998, 45.393, - "page 1 ", + "GLYPH<25>GLYPH<19>GLYPH<18>GLYPH<12>GLYPH<1>GLYPH<16>GLYPH<1>", -1, 2.247, "25 0 R [stream]", @@ -46886,17 +46886,40 @@ [ 72.0, 674.4, - 544.068, + 516.375, 696.768, 72.0, 674.4, + 516.375, + 674.4, + 516.375, + 696.768, + 72.0, + 696.768, + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<13>GLYPH<4>GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>GLYPH<16>GLYPH<17>GLYPH<18> GLYPH<18>GLYPH<9> GLYPH<19>GLYPH<4>GLYPH<20>GLYPH<4>GLYPH<3>GLYPH<14>GLYPH<6>GLYPH<9> GLYPH<19>", + -1, + 5.989, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 514.92, + 674.4, + 544.068, + 696.768, + 514.92, + 674.4, 544.068, 674.4, 544.068, 696.768, - 72.0, + 514.92, 696.768, - "Insurance and Bond Quote - 4911 Augusta Ave ", + "GLYPH<21>GLYPH<8>GLYPH<9>", -1, 5.989, "25 0 R [stream]", @@ -46919,7 +46942,7 @@ 659.995, 72.0, 659.995, - "To: Brandon Shaw, Ryan McKenzie ", + "GLYPH<22>GLYPH<12>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<11>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<12>GLYPH<2>GLYPH<9>GLYPH<24>GLYPH<25>GLYPH<6>GLYPH<26>GLYPH<27>GLYPH<9>GLYPH<28>GLYPH<29>GLYPH<6>GLYPH<2>GLYPH<9>GLYPH<30>GLYPH<7>GLYPH<31>GLYPH<8>GLYPH<2> !GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46942,7 +46965,7 @@ 635.395, 72.0, 635.395, - "Bid Date - 03/01/2024 ", + "GLYPH<11>!GLYPH<10>GLYPH<9>\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<9>#$%#GLYPH<18>%&#&GLYPH<16>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46965,7 +46988,7 @@ 610.915, 72.0, 610.915, - "Prepared By: Edward Dwomoh-Appiah ", + "'GLYPH<5>GLYPH<8>(GLYPH<6>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<11>GLYPH<29>GLYPH<23>GLYPH<9>)GLYPH<10>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<10>GLYPH<9>\"GLYPH<26>GLYPH<12>*GLYPH<12>GLYPH<25>+GLYPH<19>((!GLYPH<6>GLYPH<25>GLYPH<9>GLYPH<9>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -46988,7 +47011,7 @@ 586.315, 72.0, 586.315, - "Date: 02/26/2024 ", + "\"GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<23>GLYPH<9>GLYPH<9>#&%&,%&#&GLYPH<16>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47011,7 +47034,7 @@ 561.955, 72.0, 561.955, - "Contract Entity: Clark Construction Group, LLC ", + "-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>)GLYPH<2>GLYPH<14>!GLYPH<14>GLYPH<29>GLYPH<23>GLYPH<9>-.GLYPH<6>GLYPH<5>/GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>0GLYPH<5>GLYPH<12>GLYPH<4>(GLYPH<27>GLYPH<9>11-GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47034,7 +47057,7 @@ 549.235, 72.0, 549.235, - "Owner: Aurelie Capital", + "2GLYPH<26>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<23>GLYPH<9>GLYPH<19>GLYPH<4>GLYPH<5>GLYPH<8>.!GLYPH<8>GLYPH<9>-GLYPH<6>(!GLYPH<14>GLYPH<6>.", -1, 2.755, "25 0 R [stream]", @@ -47057,7 +47080,7 @@ 548.827, 175.2, 548.827, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47080,7 +47103,7 @@ 536.635, 72.0, 536.635, - "Estimated Contract Value (CV): $60M ", + ")GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>3GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35GLYPH<23>GLYPH<9>6,#GLYPH<30>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47103,7 +47126,7 @@ 524.035, 72.0, 524.035, - "Construction Duration: 36 months ", + "-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>\"GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>$,GLYPH<9>*GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<25>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47126,7 +47149,7 @@ 511.315, 72.0, 511.315, - "1 - year warranty period ", + "GLYPH<18>GLYPH<9>+GLYPH<9>GLYPH<29>GLYPH<8>GLYPH<6>GLYPH<5>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9>(GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47149,7 +47172,7 @@ 498.715, 72.0, 498.715, - "Class B, General Construction ", + "-.GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<9>GLYPH<11>GLYPH<27>GLYPH<9>0GLYPH<8>GLYPH<2>GLYPH<8>GLYPH<5>GLYPH<6>.GLYPH<9>-GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47172,7 +47195,7 @@ 485.995, 72.0, 485.995, - "Location: Richmond, VA ", + "1GLYPH<12>GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<23>GLYPH<9>GLYPH<9>GLYPH<28>!GLYPH<7>GLYPH<25>*GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<27>GLYPH<9>3GLYPH<19>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47195,7 +47218,7 @@ 473.395, 72.0, 473.395, - "Design-Build? No ", + "\"GLYPH<8>GLYPH<3>!GLYPH<20>GLYPH<2>+GLYPH<11>GLYPH<4>!.GLYPH<10>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47218,7 +47241,7 @@ 460.795, 72.0, 460.795, - "Joint-Venture? No ", + "9GLYPH<12>!GLYPH<2>GLYPH<14>+3GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>7GLYPH<9>GLYPH<9>8GLYPH<12>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47241,7 +47264,7 @@ 448.076, 72.0, 448.076, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47264,7 +47287,7 @@ 435.476, 72.0, 435.476, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47287,7 +47310,7 @@ 422.347, 72.0, 422.347, - "Liability Insurance - GL Only CCIP ", + "GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<3>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<8>GLYPH<1>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<13>GLYPH<4>GLYPH<10>GLYPH<14>GLYPH<15>GLYPH<1>GLYPH<16>GLYPH<1>GLYPH<17>GLYPH<2>GLYPH<1>GLYPH<18>GLYPH<10>GLYPH<6>GLYPH<8>GLYPH<1>GLYPH<19>GLYPH<19>GLYPH<9>GLYPH<20>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47300,17 +47323,155 @@ [ 72.0, 399.866, - 315.715, + 100.555, + 409.747, + 72.0, + 399.866, + 100.555, + 399.866, + 100.555, 409.747, 72.0, + 409.747, + "GLYPH<21>GLYPH<4>GLYPH<7>GLYPH<15>GLYPH<22>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 102.96, + 399.866, + 169.315, + 409.747, + 102.96, + 399.866, + 169.315, + 399.866, + 169.315, + 409.747, + 102.96, + 409.747, + "GLYPH<23>GLYPH<24>GLYPH<25>GLYPH<26>GLYPH<25>GLYPH<25>GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 171.6, + 399.866, + 183.595, + 409.747, + 171.6, + 399.866, + 183.595, + 399.866, + 183.595, + 409.747, + 171.6, + 409.747, + "GLYPH<30>GLYPH<31>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 186.0, + 399.866, + 210.235, + 409.747, + 186.0, + 399.866, + 210.235, + 399.866, + 210.235, + 409.747, + 186.0, + 409.747, + "GLYPH<7>GLYPH<30>GLYPH<7>GLYPH<4>GLYPH<6>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 212.52, + 399.866, + 254.515, + 409.747, + 212.52, + 399.866, + 254.515, + 399.866, + 254.515, + 409.747, + 212.52, + 409.747, + "GLYPH<14>GLYPH<30>GLYPH<10>GLYPH<7>GLYPH<13>GLYPH<4>GLYPH<14>GLYPH<7>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 256.8, + 399.866, + 284.635, + 409.747, + 256.8, + 399.866, + 284.635, + 399.866, + 284.635, + 409.747, + 256.8, + 409.747, + " GLYPH<4>GLYPH<6>GLYPH<12>GLYPH<15>GLYPH<1>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R14", + "/LHLUEV+TimesNewRoman,Bold", + false, + true + ], + [ + 287.04, + 399.866, + 315.715, + 409.747, + 287.04, 399.866, 315.715, 399.866, 315.715, 409.747, - 72.0, + 287.04, 409.747, - "Rate: $20.00/$1,000 of total contract value (CV). ", + "!GLYPH<19>\"#GLYPH<26>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47323,17 +47484,132 @@ [ 318.12, 399.866, - 542.755, + 335.635, + 410.156, + 318.12, + 399.866, + 335.635, + 399.866, + 335.635, 410.156, 318.12, + 410.156, + "'GLYPH<8>GLYPH<5>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 338.04, + 399.866, + 354.235, + 410.156, + 338.04, + 399.866, + 354.235, + 399.866, + 354.235, + 410.156, + 338.04, + 410.156, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 356.64, + 399.866, + 397.315, + 410.156, + 356.64, + 399.866, + 397.315, + 399.866, + 397.315, + 410.156, + 356.64, + 410.156, + "GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 399.72, + 399.866, + 478.195, + 410.156, + 399.72, + 399.866, + 478.195, + 399.866, + 478.195, + 410.156, + 399.72, + 410.156, + "6,#GLYPH<27>###GLYPH<27>###GLYPH<9>-3GLYPH<27>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 480.6, + 399.866, + 503.635, + 410.156, + 480.6, + 399.866, + 503.635, + 399.866, + 503.635, + 410.156, + 480.6, + 410.156, + "GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 505.92, + 399.866, + 542.755, + 410.156, + 505.92, 399.866, 542.755, 399.866, 542.755, 410.156, - 318.12, + 505.92, 410.156, - "Per the assumed $60,000,000 CV, your liability ", + ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47356,7 +47632,7 @@ 397.556, 72.0, 397.556, - "estimate is ", + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47379,7 +47655,7 @@ 397.147, 121.56, 397.147, - "$1,200,000. ", + "GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<24>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<26>GLYPH<1>GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47402,7 +47678,7 @@ 384.427, 72.0, 384.427, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -47425,7 +47701,7 @@ 372.236, 72.0, 372.236, - "This ", + "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47448,7 +47724,7 @@ 372.236, 99.48, 372.236, - "rate ", + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47471,7 +47747,7 @@ 372.236, 123.72, 372.236, - "covers ", + "GLYPH<7>GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47494,7 +47770,7 @@ 372.236, 160.32, 372.236, - "Clark ", + "-.GLYPH<6>GLYPH<5>/GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47517,7 +47793,7 @@ 372.236, 192.48, 372.236, - "and ", + "GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47540,7 +47816,7 @@ 372.236, 216.24, 372.236, - "all ", + "GLYPH<6>..GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47563,7 +47839,7 @@ 372.236, 235.08, 372.236, - "eligible ", + "GLYPH<8>.!GLYPH<20>!:.GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47586,7 +47862,7 @@ 372.236, 275.88, 372.236, - "subcontractors ", + "GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47609,7 +47885,7 @@ 372.236, 347.88, 372.236, - "which ", + "GLYPH<26>GLYPH<25>!GLYPH<7>GLYPH<25>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47632,7 +47908,7 @@ 372.236, 382.56, 372.236, - "would ", + "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47655,7 +47931,7 @@ 372.236, 417.834, 372.236, - "be ", + ":GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47678,7 +47954,7 @@ 372.236, 435.96, 372.236, - "our ", + "GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47701,7 +47977,7 @@ 372.236, 458.514, 372.236, - "preferred structure ", + "(GLYPH<5>GLYPH<8>;GLYPH<8>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<14>GLYPH<5>GLYPH<4>GLYPH<7>GLYPH<14>GLYPH<4>GLYPH<5>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47714,17 +47990,270 @@ [ 72.0, 349.226, - 542.754, + 145.075, + 359.516, + 72.0, + 349.226, + 145.075, + 349.226, + 145.075, 359.516, 72.0, + 359.516, + ";GLYPH<12>GLYPH<5>GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>!GLYPH<2>GLYPH<20>GLYPH<9>GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 146.635, + 349.226, + 182.635, + 359.516, + 146.635, + 349.226, + 182.635, + 349.226, + 182.635, + 359.516, + 146.635, + 359.516, + "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>=GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 184.2, + 349.226, + 206.515, + 359.516, + 184.2, + 349.226, + 206.515, + 349.226, + 206.515, + 359.516, + 184.2, + 359.516, + "GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 207.96, + 349.226, + 267.235, + 359.516, + 207.96, + 349.226, + 267.235, + 349.226, + 267.235, + 359.516, + 207.96, + 359.516, + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 268.8, + 349.226, + 316.675, + 359.516, + 268.8, + 349.226, + 316.675, + 349.226, + 316.675, + 359.516, + 268.8, + 359.516, + "GLYPH<10>GLYPH<8>GLYPH<21>GLYPH<8>.GLYPH<12>(GLYPH<8>GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 318.24, + 349.226, + 342.355, + 359.516, + 318.24, + 349.226, + 342.355, + 349.226, + 342.355, + 359.516, + 318.24, + 359.516, + ";GLYPH<5>GLYPH<12>*GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 343.915, + 349.226, + 377.875, + 359.516, + 343.915, + 349.226, + 377.875, + 349.226, + 377.875, + 359.516, + 343.915, + 359.516, + "(GLYPH<5>!GLYPH<7>!GLYPH<2>GLYPH<20>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 379.32, + 349.226, + 430.315, + 359.516, + 379.32, + 349.226, + 430.315, + 349.226, + 430.315, + 359.516, + 379.32, + 359.516, + "!GLYPH<2>GLYPH<10>!GLYPH<7>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 431.88, + 349.226, + 476.155, + 359.516, + 431.88, + 349.226, + 476.155, + 349.226, + 476.155, + 359.516, + 431.88, + 359.516, + "GLYPH<5>GLYPH<8>;.GLYPH<8>GLYPH<7>GLYPH<14>!GLYPH<21>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 477.72, + 349.226, + 489.594, + 359.516, + 477.72, + 349.226, + 489.594, + 349.226, + 489.594, + 359.516, + 477.72, + 359.516, + "GLYPH<12>;GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 491.16, + 349.226, + 507.354, + 359.516, + 491.16, + 349.226, + 507.354, + 349.226, + 507.354, + 359.516, + 491.16, + 359.516, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 508.92, + 349.226, + 542.754, + 359.516, + 508.92, 349.226, 542.754, 349.226, 542.754, 359.516, - 72.0, + 508.92, 359.516, - "for insuring this project. This estimate was developed from pricing indications reflective of the current ", + "GLYPH<7>GLYPH<4>GLYPH<5>GLYPH<5>GLYPH<8>GLYPH<2>GLYPH<14>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47737,17 +48266,385 @@ [ 72.0, 336.626, - 542.754, + 105.475, + 346.916, + 72.0, + 336.626, + 105.475, + 336.626, + 105.475, 346.916, 72.0, + 346.916, + "*GLYPH<6>GLYPH<5>/GLYPH<8>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 108.24, + 336.626, + 162.355, + 346.916, + 108.24, + 336.626, + 162.355, + 336.626, + 162.355, + 346.916, + 108.24, + 346.916, + "GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<10>!GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>=GLYPH<9>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 165.235, + 336.626, + 189.475, + 346.916, + 165.235, + 336.626, + 189.475, + 336.626, + 189.475, + 346.916, + 165.235, + 346.916, + "8GLYPH<12>GLYPH<14>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 192.24, + 336.626, + 208.555, + 346.916, + 192.24, + 336.626, + 208.555, + 336.626, + 208.555, + 346.916, + 192.24, + 346.916, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 211.44, + 336.626, + 227.635, + 346.916, + 211.44, + 336.626, + 227.635, + 336.626, + 227.635, + 346.916, + 211.44, + 346.916, + "GLYPH<2>GLYPH<8>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 230.52, + 336.626, + 251.035, + 346.916, + 230.52, + 336.626, + 251.035, + 336.626, + 251.035, + 346.916, + 230.52, + 346.916, + "GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 253.92, + 336.626, + 265.795, + 346.916, + 253.92, + 336.626, + 265.795, + 336.626, + 265.795, + 346.916, + 253.92, + 346.916, + "GLYPH<12>;GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 268.68, + 336.626, + 284.875, + 346.916, + 268.68, + 336.626, + 284.875, + 336.626, + 284.875, + 346.916, + 268.68, + 346.916, + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 287.754, + 336.626, + 321.114, + 346.916, + 287.754, + 336.626, + 321.114, + 336.626, + 321.114, + 346.916, + 287.754, + 346.916, + "(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 324.0, + 336.626, + 360.954, + 346.916, + 324.0, + 336.626, + 360.954, + 336.626, + 360.954, + 346.916, + 324.0, + 346.916, + ".!GLYPH<6>:!.!GLYPH<14>GLYPH<29>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 363.84, + 336.626, + 408.834, + 346.916, + 363.84, + 336.626, + 408.834, + 336.626, + 408.834, + 346.916, + 363.84, + 346.916, + "!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 411.72, + 336.626, + 441.954, + 346.916, + 411.72, + 336.626, + 441.954, + 336.626, + 441.954, + 346.916, + 411.72, + 346.916, + "GLYPH<26>GLYPH<12>GLYPH<4>.GLYPH<10>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 444.834, + 336.626, + 458.034, + 346.916, + 444.834, + 336.626, + 458.034, + 336.626, + 458.034, + 346.916, + 444.834, + 346.916, + ":GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 460.919, + 336.626, + 479.634, + 346.916, + 460.919, + 336.626, + 479.634, + 336.626, + 479.634, + 346.916, + 460.919, + 346.916, + "GLYPH<14>GLYPH<25>!GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 482.399, + 336.626, + 501.714, + 346.916, + 482.399, + 336.626, + 501.714, + 336.626, + 501.714, + 346.916, + 482.399, + 346.916, + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 504.599, + 336.626, + 523.914, + 346.916, + 504.599, + 336.626, + 523.914, + 336.626, + 523.914, + 346.916, + 504.599, + 346.916, + ".GLYPH<8>GLYPH<3>GLYPH<3>GLYPH<9>", + -1, + 2.755, + "25 0 R [stream]", + "STANDARD", + "/R12", + "/ALEULP+TimesNewRoman", + false, + true + ], + [ + 526.679, + 336.626, + 542.754, + 346.916, + 526.679, 336.626, 542.754, 336.626, 542.754, 346.916, - 72.0, + 526.679, 346.916, - "market conditions. Note the net cost of the project liability insurance would be this rate less the ", + "GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47770,7 +48667,7 @@ 334.196, 72.0, 334.196, - "avoided/credited subcontractor GL insurance costs. This contemplates a $50K project deductible. ", + "GLYPH<6>GLYPH<21>GLYPH<12>!GLYPH<10>GLYPH<8>GLYPH<10>%GLYPH<7>GLYPH<5>GLYPH<8>GLYPH<10>!GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<3>GLYPH<4>:GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<12>GLYPH<5>GLYPH<9>01GLYPH<9>!GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<7>GLYPH<8>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<3>GLYPH<14>GLYPH<3>=GLYPH<9>GLYPH<9>GLYPH<9>GLYPH<22>GLYPH<25>!GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<8>*(.GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<9>GLYPH<6>GLYPH<9>6>#GLYPH<31>GLYPH<9>(GLYPH<5>GLYPH<12>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<4>GLYPH<7>GLYPH<14>!:.GLYPH<8>=GLYPH<9>GLYPH<9>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47793,7 +48690,7 @@ 321.596, 72.0, 321.596, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47816,7 +48713,7 @@ 308.996, 72.0, 308.996, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47839,7 +48736,7 @@ 295.867, 72.0, 295.867, - "P&P Bond", + "GLYPH<20>$GLYPH<20>GLYPH<1>%GLYPH<30>GLYPH<10>&", -1, 2.755, "25 0 R [stream]", @@ -47862,7 +48759,7 @@ 296.276, 122.4, 296.276, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47885,7 +48782,7 @@ 283.676, 72.0, 283.676, - "P&P Bond: ", + "'?'GLYPH<9>GLYPH<11>GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<23>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47908,7 +48805,7 @@ 283.267, 125.28, 283.267, - " $6.76/$1,000", + "GLYPH<1>GLYPH<23>'GLYPH<26>('GLYPH<27>GLYPH<23>GLYPH<28>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -47931,7 +48828,7 @@ 283.676, 186.12, 283.676, - " of total contract value (CV). Per the assumed ", + "GLYPH<9> GLYPH<12>;GLYPH<9>GLYPH<14>GLYPH<12>GLYPH<14>GLYPH<6>.GLYPH<9>GLYPH<7>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<5>GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9>GLYPH<21>GLYPH<6>.GLYPH<4>GLYPH<8>GLYPH<9>4-35=GLYPH<9>GLYPH<9>'GLYPH<8>GLYPH<5>GLYPH<9>GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*GLYPH<8>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -47954,7 +48851,7 @@ 283.267, 392.64, 283.267, - "$60,000,000 CV", + "GLYPH<23>'GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<29>GLYPH<25>GLYPH<25>GLYPH<25>GLYPH<1>GLYPH<19>\"", -1, 2.755, "25 0 R [stream]", @@ -47977,7 +48874,7 @@ 283.676, 466.2, 283.676, - ", your P&P bond ", + "GLYPH<27>GLYPH<9> GLYPH<29>GLYPH<12>GLYPH<4>GLYPH<5>GLYPH<9>'?'GLYPH<9>:GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48000,7 +48897,7 @@ 270.956, 72.0, 270.956, - "estimate is ", + "GLYPH<8>GLYPH<3>GLYPH<14>!*GLYPH<6>GLYPH<14>GLYPH<8>GLYPH<9>!GLYPH<3>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48023,7 +48920,7 @@ 270.547, 121.56, 270.547, - "$405,600", + "GLYPH<23>)GLYPH<25>*GLYPH<29>'GLYPH<25>GLYPH<25>", -1, 2.755, "25 0 R [stream]", @@ -48046,7 +48943,7 @@ 270.956, 162.84, 270.956, - ". ", + "=GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48069,7 +48966,7 @@ 258.356, 72.0, 258.356, - " ", + "GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48092,7 +48989,7 @@ 245.756, 72.0, 245.756, - "Any change in duration, CV, warranty period, or delivery type assumptions provided above may impact the ", + "GLYPH<19>GLYPH<2>GLYPH<29>GLYPH<9> GLYPH<7>GLYPH<25>GLYPH<6>GLYPH<2>GLYPH<20>GLYPH<8>GLYPH<9> !GLYPH<2>GLYPH<9> GLYPH<10>GLYPH<4>GLYPH<5>GLYPH<6>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<27>GLYPH<9> -3GLYPH<27>GLYPH<9> GLYPH<26>GLYPH<6>GLYPH<5>GLYPH<5>GLYPH<6>GLYPH<2>GLYPH<14>GLYPH<29>GLYPH<9> (GLYPH<8>GLYPH<5>!GLYPH<12>GLYPH<10>GLYPH<27>GLYPH<9> GLYPH<12>GLYPH<5>GLYPH<9> GLYPH<10>GLYPH<8>.!GLYPH<21>GLYPH<8>GLYPH<5>GLYPH<29>GLYPH<9> GLYPH<14>GLYPH<29>(GLYPH<8>GLYPH<9> GLYPH<6>GLYPH<3>GLYPH<3>GLYPH<4>*(GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<3>GLYPH<9> (GLYPH<5>GLYPH<12>GLYPH<21>!GLYPH<10>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<6>:GLYPH<12>GLYPH<21>GLYPH<8>GLYPH<9> *GLYPH<6>GLYPH<29>GLYPH<9> !*(GLYPH<6>GLYPH<7>GLYPH<14>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48115,7 +49012,7 @@ 233.036, 72.0, 233.036, - "rate. The bond premium will be billed in full up front and will be adjusted at completion based on the final ", + "GLYPH<5>GLYPH<6>GLYPH<14>GLYPH<8>=GLYPH<9> GLYPH<9>GLYPH<22>GLYPH<25>GLYPH<8>GLYPH<9> :GLYPH<12>GLYPH<2>GLYPH<10>GLYPH<9> (GLYPH<5>GLYPH<8>*!GLYPH<4>*GLYPH<9> GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>:!..GLYPH<8>GLYPH<10>GLYPH<9>!GLYPH<2>GLYPH<9>;GLYPH<4>..GLYPH<9>GLYPH<4>(GLYPH<9>;GLYPH<5>GLYPH<12>GLYPH<2>GLYPH<14>GLYPH<9>GLYPH<6>GLYPH<2>GLYPH<10>GLYPH<9>GLYPH<26>!..GLYPH<9>:GLYPH<8>GLYPH<9>GLYPH<6>GLYPH<10>GLYPH<3>GLYPH<14>GLYPH<8>GLYPH<10>GLYPH<9>GLYPH<6>GLYPH<14>GLYPH<9> GLYPH<7>GLYPH<12>*(.GLYPH<8>GLYPH<14>!GLYPH<12>GLYPH<2>GLYPH<9> :GLYPH<6>GLYPH<3>GLYPH<8>GLYPH<10>GLYPH<9> GLYPH<12>GLYPH<2>GLYPH<9> GLYPH<14>GLYPH<25>GLYPH<8>GLYPH<9> ;!GLYPH<2>GLYPH<6>.GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48138,7 +49035,7 @@ 220.436, 72.0, 220.436, - "CV. ", + "-3=GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48161,7 +49058,7 @@ 207.307, 72.0, 207.307, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -48184,7 +49081,7 @@ 194.707, 72.0, 194.707, - " ", + "GLYPH<1>", -1, 2.755, "25 0 R [stream]", @@ -48207,7 +49104,7 @@ 182.107, 72.0, 182.107, - "Builders Risk", + "%GLYPH<12>GLYPH<3>GLYPH<6>&GLYPH<15>GLYPH<13>GLYPH<11>GLYPH<1>GLYPH<21>GLYPH<3>GLYPH<11>+", -1, 2.755, "25 0 R [stream]", @@ -48230,7 +49127,7 @@ 182.516, 135.96, 182.516, - ": ", + "GLYPH<23>GLYPH<9> GLYPH<9>", -1, 2.755, "25 0 R [stream]", @@ -48253,7 +49150,7 @@ 169.542, 71.995, 169.542, - "An Owner provided builder's risk policy must be on an all-risk form with minimum LEG2 coverage for ", + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<15>GLYPH<15>GLYPH<24>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<21>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<22>GLYPH<26>GLYPH<3>GLYPH<21>GLYPH<11>GLYPH<2>GLYPH<11>GLYPH<21>GLYPH<14>GLYPH<21>GLYPH<3>GLYPH<27>GLYPH<28>GLYPH<29>GLYPH<30>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<25>GLYPH<9>GLYPH<7>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48276,7 +49173,7 @@ 156.942, 72.001, 156.942, - "damage resulting from faulty workmanship and must not contain any provisions that limit CCG's ability ", + "GLYPH<12>GLYPH<23>GLYPH<21>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<17>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<25>GLYPH<7>GLYPH<9>GLYPH<21>GLYPH<3>GLYPH<25>GLYPH<23>GLYPH<14>GLYPH<15>GLYPH<22>GLYPH<20>GLYPH<3>GLYPH<5>GLYPH<9>GLYPH<7>GLYPH<18>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<26>GLYPH<11>GLYPH<8>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<23>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<20>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<10>GLYPH<11>GLYPH<17>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<15>GLYPH<11>GLYPH<21>GLYPH<11>GLYPH<22>GLYPH<3> GLYPH<29>!GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<13>GLYPH<11>GLYPH<15>GLYPH<11>GLYPH<22>GLYPH<20>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48299,7 +49196,7 @@ 144.222, 72.001, 144.222, - "to recoup its actual costs, including overhead, profit and delay related general conditions, incurred in the ", + "GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<8>GLYPH<3>GLYPH<11>GLYPH<22>GLYPH<17>GLYPH<3>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<14>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<17>GLYPH<22>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<15>GLYPH<14>GLYPH<12>GLYPH<11>GLYPH<2>GLYPH<31>GLYPH<3>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<26>GLYPH<6>GLYPH<23>GLYPH<12>\"GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<25>GLYPH<11>GLYPH<22>GLYPH<3>GLYPH<23>GLYPH<2>GLYPH<12>GLYPH<3>GLYPH<12>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<15>GLYPH<23>GLYPH<22>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<31>GLYPH<6>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<23>GLYPH<15>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<12>GLYPH<11>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<17>\"GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<11>GLYPH<2>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48322,7 +49219,7 @@ 131.622, 72.001, 131.622, - "course of repair of covered builder's risk losses. The Owner procured policy, or a specimen of such ", + "GLYPH<19>GLYPH<9>GLYPH<14>GLYPH<7>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<8>GLYPH<23>GLYPH<11>GLYPH<7>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<19>GLYPH<9>GLYPH<10>GLYPH<6>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<14>GLYPH<11>GLYPH<15>GLYPH<12>GLYPH<6>GLYPH<7>GLYPH<16>GLYPH<17>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<15>GLYPH<9>GLYPH<17>GLYPH<17>GLYPH<6>GLYPH<17>#GLYPH<3>GLYPH<3>$GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<9>GLYPH<19>GLYPH<14>GLYPH<7>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>\"GLYPH<3>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<23>GLYPH<3>GLYPH<17>GLYPH<8>GLYPH<6>GLYPH<19>GLYPH<11>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<17>GLYPH<14>GLYPH<19>GLYPH<26>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48345,7 +49242,7 @@ 119.022, 71.995, 119.022, - "policy that the Owner plans to purchase, must be reviewed by risk management prior to execution of the ", + "GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<8>GLYPH<15>GLYPH<23>GLYPH<2>GLYPH<17>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<8>GLYPH<14>GLYPH<7>GLYPH<19>GLYPH<26>GLYPH<23>GLYPH<17>GLYPH<6>\"GLYPH<3>GLYPH<21>GLYPH<14>GLYPH<17>GLYPH<22>GLYPH<3>GLYPH<13>GLYPH<6>GLYPH<3>GLYPH<7>GLYPH<6>GLYPH<10>GLYPH<11>GLYPH<6>GLYPH<5>GLYPH<6>GLYPH<12>GLYPH<3>GLYPH<13>GLYPH<20>GLYPH<3>GLYPH<7>GLYPH<11>GLYPH<17>GLYPH<18>GLYPH<3>GLYPH<21>GLYPH<23>GLYPH<2>GLYPH<23>GLYPH<31>GLYPH<6>GLYPH<21>GLYPH<6>GLYPH<2>GLYPH<22>GLYPH<3>GLYPH<8>GLYPH<7>GLYPH<11>GLYPH<9>GLYPH<7>GLYPH<3>GLYPH<22>GLYPH<9>GLYPH<3>GLYPH<6>%GLYPH<6>GLYPH<19>GLYPH<14>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>GLYPH<3>GLYPH<9>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48368,7 +49265,7 @@ 106.302, 72.0, 106.302, - "contract", + "GLYPH<19>GLYPH<9>GLYPH<2>GLYPH<22>GLYPH<7>GLYPH<23>GLYPH<19>GLYPH<22>", -1, 2.755, "25 0 R [stream]", @@ -48391,7 +49288,7 @@ 104.565, 108.84, 104.565, - ". ", + "GLYPH<1> GLYPH<2>GLYPH<2>", -1, 2.63, "25 0 R [stream]", @@ -48414,7 +49311,7 @@ 106.302, 116.635, 106.302, - "Please note that if the Owner's policy does not meet Clark's satisfaction, the Owner will need ", + "&GLYPH<15>GLYPH<6>GLYPH<23>GLYPH<17>GLYPH<6>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<6>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<23>GLYPH<22>GLYPH<3>GLYPH<11>GLYPH<25>GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>!GLYPH<17>GLYPH<3>GLYPH<8>GLYPH<9>GLYPH<15>GLYPH<11>GLYPH<19>GLYPH<20>GLYPH<3>GLYPH<12>GLYPH<9>GLYPH<6>GLYPH<17>GLYPH<3>GLYPH<2>GLYPH<9>GLYPH<22>GLYPH<3>GLYPH<21>GLYPH<6>GLYPH<6>GLYPH<22>GLYPH<3> GLYPH<15>GLYPH<23>GLYPH<7>GLYPH<18>!GLYPH<17>GLYPH<3>GLYPH<17>GLYPH<23>GLYPH<22>GLYPH<11>GLYPH<17>GLYPH<25>GLYPH<23>GLYPH<19>GLYPH<22>GLYPH<11>GLYPH<9>GLYPH<2>\"GLYPH<3>GLYPH<22>GLYPH<26>GLYPH<6>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<2>GLYPH<6>GLYPH<7>GLYPH<3>GLYPH<5>GLYPH<11>GLYPH<15>GLYPH<15>GLYPH<3>GLYPH<2>GLYPH<6>GLYPH<6>GLYPH<12>GLYPH<3>", -1, 2.755, "25 0 R [stream]", @@ -48854,23 +49751,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001809, + "decode_contents": 0.005581, "decode_dimensions": 0.0, - "decode_page": 0.019831, - "decode_resources": 0.001037, - "sanitise_contents": 0.016648 + "decode_page": 0.04366, + "decode_resources": 0.001032, + "sanitise_contents": 0.030699 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001809, + "decode_contents": 0.005581, "decode_dimensions": 0.0, - "decode_document": 0.020653, - "decode_page": 0.019831, - "decode_resources": 0.001037, - "decoding page 0": 0.020564, - "process_document_from_bytesio": 2e-05, - "sanitise_contents": 0.016648 + "decode_document": 0.044522, + "decode_page": 0.04366, + "decode_resources": 0.001032, + "decoding page 0": 0.044447, + "process_document_from_bytesio": 1.8e-05, + "sanitise_contents": 0.030699 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_04.pdf.page_no_1.py.json b/tests/data/groundtruth/font_04.pdf.page_no_1.py.json index 1c7f0754..94050754 100644 --- a/tests/data/groundtruth/font_04.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/font_04.pdf.page_no_1.py.json @@ -70,10 +70,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -98,10 +99,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -126,10 +128,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ecd", - "orig": "\u1ecd", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -154,10 +157,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -182,10 +186,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -210,10 +215,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -238,10 +244,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -266,10 +273,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -294,10 +302,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -322,10 +331,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ed9", - "orig": "\u1ed9", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -350,10 +360,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -378,10 +389,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -406,10 +418,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -434,10 +447,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -462,10 +476,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -490,10 +505,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "GLYPH<13>", + "orig": "GLYPH<13>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -518,10 +534,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -546,10 +563,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "GLYPH<15>", + "orig": "GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -574,10 +592,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -602,10 +621,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea5", - "orig": "\u1ea5", + "text": "GLYPH<16>", + "orig": "GLYPH<16>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -630,10 +650,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -658,10 +679,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -686,10 +708,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -714,10 +737,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u01b0", - "orig": "\u01b0", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -742,10 +766,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1edb", - "orig": "\u1edb", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -770,10 +795,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -798,10 +824,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -826,10 +853,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ecb", - "orig": "\u1ecb", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -854,10 +882,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -882,10 +911,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -910,10 +940,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -938,10 +969,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00ec", - "orig": "\u00ec", + "text": "GLYPH<22>", + "orig": "GLYPH<22>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -966,10 +998,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -994,10 +1027,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1022,10 +1056,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1050,10 +1085,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1078,10 +1114,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1106,10 +1143,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1134,10 +1172,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ecb", - "orig": "\u1ecb", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1162,10 +1201,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1190,10 +1230,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1218,10 +1259,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1246,10 +1288,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1274,10 +1317,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1302,10 +1346,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1330,10 +1375,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1358,10 +1404,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1386,10 +1433,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "GLYPH<27>", + "orig": "GLYPH<27>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1414,10 +1462,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1442,10 +1491,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1470,10 +1520,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1498,10 +1549,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1526,10 +1578,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1554,10 +1607,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1582,10 +1636,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1610,10 +1665,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": " ", + "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1638,10 +1694,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1666,10 +1723,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1694,10 +1752,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00c1", - "orig": "\u00c1", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1722,10 +1781,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1750,10 +1810,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1778,10 +1839,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1806,10 +1868,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1834,10 +1897,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1862,10 +1926,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00f4", - "orig": "\u00f4", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1890,10 +1955,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1918,10 +1984,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1946,10 +2013,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1974,10 +2042,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111", - "orig": "\u0111", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2002,10 +2071,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ec9", - "orig": "\u1ec9", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2030,10 +2100,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2058,10 +2129,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2086,10 +2158,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2114,10 +2187,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2142,10 +2216,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2170,10 +2245,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ecd", - "orig": "\u1ecd", + "text": "GLYPH<3>", + "orig": "GLYPH<3>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2198,10 +2274,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2226,10 +2303,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2254,10 +2332,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2282,10 +2361,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2310,10 +2390,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2338,10 +2419,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2366,10 +2448,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2394,10 +2477,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2422,10 +2506,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2450,10 +2535,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2478,10 +2564,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2506,10 +2593,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2534,10 +2622,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2562,10 +2651,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2590,10 +2680,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2618,10 +2709,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2646,10 +2738,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2674,10 +2767,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2702,10 +2796,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2730,10 +2825,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2758,10 +2854,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2786,10 +2883,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2814,10 +2912,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eaf", - "orig": "\u1eaf", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2842,10 +2941,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2870,10 +2970,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2898,10 +2999,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2926,10 +3028,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2954,10 +3057,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea1", - "orig": "\u1ea1", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2982,10 +3086,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3010,10 +3115,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3038,10 +3144,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3066,10 +3173,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3094,10 +3202,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3122,10 +3231,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3150,10 +3260,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3178,10 +3289,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "Z", - "orig": "Z", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3206,10 +3318,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3234,10 +3347,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3262,10 +3376,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3290,10 +3405,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3318,10 +3434,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3346,10 +3463,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3374,10 +3492,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3402,10 +3521,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3430,10 +3550,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3458,10 +3579,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3486,10 +3608,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3514,10 +3637,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3542,10 +3666,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ead", - "orig": "\u1ead", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3570,10 +3695,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3598,10 +3724,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3626,10 +3753,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3654,10 +3782,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea3", - "orig": "\u1ea3", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3682,10 +3811,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3710,10 +3840,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3738,10 +3869,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eed", - "orig": "\u1eed", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3766,10 +3898,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3794,10 +3927,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3822,10 +3956,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3850,10 +3985,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3878,10 +4014,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3906,10 +4043,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3934,10 +4072,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3962,10 +4101,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3990,10 +4130,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4018,10 +4159,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4046,10 +4188,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4074,10 +4217,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4102,10 +4246,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4130,10 +4275,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4158,10 +4304,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4186,10 +4333,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4214,10 +4362,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4242,10 +4391,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4270,10 +4420,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4298,10 +4449,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4326,10 +4478,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4354,10 +4507,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4382,10 +4536,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4410,10 +4565,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4438,10 +4594,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4466,10 +4623,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4494,10 +4652,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4522,10 +4681,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ee5", - "orig": "\u1ee5", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4550,10 +4710,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4578,10 +4739,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4606,10 +4768,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea3", - "orig": "\u1ea3", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4634,10 +4797,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4662,10 +4826,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4690,10 +4855,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4718,10 +4884,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4746,10 +4913,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea3", - "orig": "\u1ea3", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4774,10 +4942,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4802,10 +4971,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4830,10 +5000,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4858,10 +5029,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111", - "orig": "\u0111", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4886,10 +5058,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eb9", - "orig": "\u1eb9", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4914,10 +5087,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4942,10 +5116,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4970,10 +5145,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4998,10 +5174,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5026,10 +5203,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5054,10 +5232,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5082,10 +5261,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5110,10 +5290,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5138,10 +5319,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5166,10 +5348,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5194,10 +5377,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5222,10 +5406,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5250,10 +5435,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5278,10 +5464,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5306,10 +5493,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5334,10 +5522,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5362,10 +5551,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5390,10 +5580,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5418,10 +5609,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "GLYPH<1>", + "orig": "GLYPH<1>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5446,10 +5638,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5474,10 +5667,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5502,10 +5696,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5530,10 +5725,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5558,10 +5754,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5586,10 +5783,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5614,10 +5812,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5642,10 +5841,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ebf", - "orig": "\u1ebf", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5670,10 +5870,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5698,10 +5899,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5726,10 +5928,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5754,10 +5957,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5782,10 +5986,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ee7", - "orig": "\u1ee7", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5810,10 +6015,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5838,10 +6044,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5866,10 +6073,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5894,10 +6102,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0103", - "orig": "\u0103", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5922,10 +6131,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5950,10 +6160,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -5978,10 +6189,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6006,10 +6218,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6034,10 +6247,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6062,10 +6276,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6090,10 +6305,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ebf", - "orig": "\u1ebf", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6118,10 +6334,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6146,10 +6363,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6174,10 +6392,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6202,10 +6421,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6230,10 +6450,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6258,10 +6479,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6286,10 +6508,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6314,10 +6537,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6342,10 +6566,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6370,10 +6595,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6398,10 +6624,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6426,10 +6653,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6454,10 +6682,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6482,10 +6711,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00ea", - "orig": "\u00ea", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6510,10 +6740,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6538,10 +6769,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6566,10 +6798,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6594,10 +6827,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6622,10 +6856,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6650,10 +6885,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6678,10 +6914,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ec7", - "orig": "\u1ec7", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6706,10 +6943,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6734,10 +6972,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6762,10 +7001,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6790,10 +7030,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6818,10 +7059,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6846,10 +7088,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6874,10 +7117,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6902,10 +7146,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6930,10 +7175,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6958,10 +7204,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -6986,10 +7233,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7014,10 +7262,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7042,10 +7291,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7070,10 +7320,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7098,10 +7349,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7126,10 +7378,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7154,10 +7407,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7182,10 +7436,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7210,10 +7465,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7238,10 +7494,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7266,10 +7523,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7294,10 +7552,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7322,10 +7581,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7350,10 +7610,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7378,10 +7639,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7406,10 +7668,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7434,10 +7697,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7462,10 +7726,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "GLYPH<30>", + "orig": "GLYPH<30>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7490,10 +7755,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7518,10 +7784,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7546,10 +7813,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7574,10 +7842,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7602,10 +7871,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7630,10 +7900,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7658,10 +7929,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7686,10 +7958,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00f9", - "orig": "\u00f9", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7714,10 +7987,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7742,10 +8016,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7770,10 +8045,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7798,10 +8074,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7826,10 +8103,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eeb", - "orig": "\u1eeb", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7854,10 +8132,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7882,10 +8161,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7910,10 +8190,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7938,10 +8219,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7966,10 +8248,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -7994,10 +8277,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8022,10 +8306,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ec7", - "orig": "\u1ec7", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8050,10 +8335,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8078,10 +8364,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8106,10 +8393,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111", - "orig": "\u0111", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8134,10 +8422,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1edb", - "orig": "\u1edb", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8162,10 +8451,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8190,10 +8480,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8218,10 +8509,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8246,10 +8538,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8274,10 +8567,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8302,10 +8596,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8330,10 +8625,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8358,10 +8654,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8386,10 +8683,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8414,10 +8712,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8442,10 +8741,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8470,10 +8770,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8498,10 +8799,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8526,10 +8828,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00ea", - "orig": "\u00ea", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8554,10 +8857,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8582,10 +8886,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8610,10 +8915,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8638,10 +8944,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8666,10 +8973,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8694,10 +9002,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00ea", - "orig": "\u00ea", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8722,10 +9031,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8750,10 +9060,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8778,10 +9089,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8806,10 +9118,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8834,10 +9147,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eaf", - "orig": "\u1eaf", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8862,10 +9176,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8890,10 +9205,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8918,10 +9234,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8946,10 +9263,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -8974,10 +9292,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea1", - "orig": "\u1ea1", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9002,10 +9321,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9030,10 +9350,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9058,10 +9379,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9086,10 +9408,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9114,10 +9437,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9142,10 +9466,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9170,10 +9495,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9198,10 +9524,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9226,10 +9553,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9254,10 +9582,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9282,10 +9611,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9310,10 +9640,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9338,10 +9669,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9366,10 +9698,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9394,10 +9727,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9422,10 +9756,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9450,10 +9785,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9478,10 +9814,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9506,10 +9843,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9534,10 +9872,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9562,10 +9901,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9590,10 +9930,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9618,10 +9959,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "GLYPH<28>", + "orig": "GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9646,10 +9988,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9674,10 +10017,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9702,10 +10046,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9730,10 +10075,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9758,10 +10104,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9786,10 +10133,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9814,10 +10162,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ec7", - "orig": "\u1ec7", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9842,10 +10191,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9870,10 +10220,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9898,10 +10249,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9926,10 +10278,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9954,10 +10307,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00fa", - "orig": "\u00fa", + "text": "GLYPH<6>", + "orig": "GLYPH<6>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -9982,10 +10336,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10010,10 +10365,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10038,10 +10394,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10066,10 +10423,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1eed", - "orig": "\u1eed", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10094,10 +10452,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10122,10 +10481,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10150,10 +10510,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10178,10 +10539,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10206,10 +10568,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10234,10 +10597,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ed1", - "orig": "\u1ed1", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10262,10 +10626,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10290,10 +10655,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10318,10 +10684,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10346,10 +10713,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u01b0", - "orig": "\u01b0", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10374,10 +10742,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1edb", - "orig": "\u1edb", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10402,10 +10771,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10430,10 +10800,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10458,10 +10829,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10486,10 +10858,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00f3", - "orig": "\u00f3", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10514,10 +10887,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10542,10 +10916,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10570,10 +10945,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "GLYPH<23>", + "orig": "GLYPH<23>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10598,10 +10974,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10626,10 +11003,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10654,10 +11032,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10682,10 +11061,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ecb", - "orig": "\u1ecb", + "text": "GLYPH<20>", + "orig": "GLYPH<20>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10710,10 +11090,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10738,10 +11119,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10766,10 +11148,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10794,10 +11177,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10822,10 +11206,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10850,10 +11235,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10878,10 +11264,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10906,10 +11293,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10934,10 +11322,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10962,10 +11351,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -10990,10 +11380,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11018,10 +11409,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11046,10 +11438,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11074,10 +11467,11 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11102,10 +11496,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11130,10 +11525,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11158,10 +11554,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11186,10 +11583,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11214,10 +11612,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11242,10 +11641,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11270,10 +11670,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11298,10 +11699,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11326,10 +11728,11 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11354,10 +11757,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "GLYPH<26>", + "orig": "GLYPH<26>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11382,10 +11786,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11410,10 +11815,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11438,10 +11844,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11466,10 +11873,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11494,10 +11902,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11522,10 +11931,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11550,10 +11960,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "GLYPH<12>", + "orig": "GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11578,10 +11989,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "GLYPH<25>", + "orig": "GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11606,10 +12018,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11634,10 +12047,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11662,10 +12076,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11690,10 +12105,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11718,10 +12134,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11746,10 +12163,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11774,10 +12192,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11802,10 +12221,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11830,10 +12250,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11858,10 +12279,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11886,10 +12308,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11914,10 +12337,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11942,10 +12366,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11970,10 +12395,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -11998,10 +12424,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00e1", - "orig": "\u00e1", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12026,10 +12453,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12054,10 +12482,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12082,10 +12511,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "GLYPH<29>", + "orig": "GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12110,10 +12540,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12138,10 +12569,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12166,10 +12598,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12194,10 +12627,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12222,10 +12656,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12250,10 +12685,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12278,10 +12714,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12306,10 +12743,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea1", - "orig": "\u1ea1", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12334,10 +12772,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12362,10 +12801,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12390,10 +12830,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12418,10 +12859,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12446,10 +12888,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u01b0", - "orig": "\u01b0", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12474,10 +12917,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1edb", - "orig": "\u1edb", + "text": "GLYPH<19>", + "orig": "GLYPH<19>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12502,10 +12946,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "GLYPH<10>", + "orig": "GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12530,10 +12975,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12558,10 +13004,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12586,10 +13033,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12614,10 +13062,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea7", - "orig": "\u1ea7", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12642,10 +13091,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12670,10 +13120,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110", - "orig": "\u0110", + "text": "GLYPH<8>", + "orig": "GLYPH<8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12698,10 +13149,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "GLYPH<7>", + "orig": "GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12726,10 +13178,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12754,10 +13207,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12782,10 +13236,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ed9", - "orig": "\u1ed9", + "text": "GLYPH<9>", + "orig": "GLYPH<9>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12810,10 +13265,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12838,10 +13294,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12866,10 +13323,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "GLYPH<17>", + "orig": "GLYPH<17>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12894,10 +13352,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12922,10 +13381,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12950,10 +13410,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "GLYPH<14>", + "orig": "GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -12978,10 +13439,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13006,10 +13468,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13034,10 +13497,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "GLYPH<24>", + "orig": "GLYPH<24>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13062,10 +13526,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "GLYPH<11>", + "orig": "GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13090,10 +13555,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13118,10 +13584,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "GLYPH<31>", + "orig": "GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13146,10 +13613,11 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13174,10 +13642,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13202,10 +13671,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13230,10 +13700,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "GLYPH<21>", + "orig": "GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13258,10 +13729,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ec9", - "orig": "\u1ec9", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13286,10 +13758,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "GLYPH<5>", + "orig": "GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13314,10 +13787,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13342,10 +13816,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u01b0", - "orig": "\u01b0", + "text": "GLYPH<18>", + "orig": "GLYPH<18>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13370,10 +13845,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ee1", - "orig": "\u1ee1", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13398,10 +13874,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "GLYPH<4>", + "orig": "GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13426,10 +13903,11 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13448,18 +13926,19 @@ "rect": { "r_x0": 59.6, "r_y0": 767.053, - "r_x1": 86.204, + "r_x1": 104.528, "r_y1": 767.053, - "r_x2": 86.204, + "r_x2": 104.528, "r_y2": 782.461, "r_x3": 59.6, "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Ng\u1ecdn", - "orig": "Ng\u1ecdn", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13474,20 +13953,21 @@ "a": 255 }, "rect": { - "r_x0": 89.204, + "r_x0": 155.9, "r_y0": 767.053, - "r_x1": 104.528, + "r_x1": 210.488, "r_y1": 767.053, - "r_x2": 104.528, + "r_x2": 210.488, "r_y2": 782.461, - "r_x3": 89.204, + "r_x3": 155.9, "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u00fai", - "orig": "n\u00fai", + "text": "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", + "orig": "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13502,20 +13982,21 @@ "a": 255 }, "rect": { - "r_x0": 155.9, + "r_x0": 252.3, "r_y0": 767.053, - "r_x1": 170.504, + "r_x1": 296.7, "r_y1": 767.053, - "r_x2": 170.504, + "r_x2": 296.7, "r_y2": 782.461, - "r_x3": 155.9, + "r_x3": 252.3, "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ed9", - "orig": "\u0110\u1ed9", + "text": "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", + "orig": "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13530,20 +14011,21 @@ "a": 255 }, "rect": { - "r_x0": 173.504, + "r_x0": 348.7, "r_y0": 767.053, - "r_x1": 190.112, + "r_x1": 390.292, "r_y1": 767.053, - "r_x2": 190.112, + "r_x2": 390.292, "r_y2": 782.461, - "r_x3": 173.504, + "r_x3": 348.7, "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "cao", - "orig": "cao", + "text": "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", + "orig": "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13558,20 +14040,21 @@ "a": 255 }, "rect": { - "r_x0": 193.196, + "r_x0": 445.1, "r_y0": 767.053, - "r_x1": 210.488, + "r_x1": 480.692, "r_y1": 767.053, - "r_x2": 210.488, + "r_x2": 480.692, "r_y2": 782.461, - "r_x3": 193.196, + "r_x3": 445.1, "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "(m)", - "orig": "(m)", + "text": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13586,20 +14069,21 @@ "a": 255 }, "rect": { - "r_x0": 252.3, - "r_y0": 767.053, - "r_x1": 269.616, - "r_y1": 767.053, - "r_x2": 269.616, - "r_y2": 782.461, - "r_x3": 252.3, - "r_y3": 782.461, + "r_x0": 59.6, + "r_y0": 747.253, + "r_x1": 125.18, + "r_y1": 747.253, + "r_x2": 125.18, + "r_y2": 762.661, + "r_x3": 59.6, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ea5t", - "orig": "\u0110\u1ea5t", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13614,20 +14098,21 @@ "a": 255 }, "rect": { - "r_x0": 272.592, - "r_y0": 767.053, - "r_x1": 296.7, - "r_y1": 767.053, - "r_x2": 296.7, - "r_y2": 782.461, - "r_x3": 272.592, - "r_y3": 782.461, + "r_x0": 219.9, + "r_y0": 747.253, + "r_x1": 228.9, + "r_y1": 747.253, + "r_x2": 228.9, + "r_y2": 762.661, + "r_x3": 219.9, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u01b0\u1edbc", - "orig": "n\u01b0\u1edbc", + "text": "GLYPH<30>GLYPH<31>", + "orig": "GLYPH<30>GLYPH<31>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13642,20 +14127,21 @@ "a": 255 }, "rect": { - "r_x0": 348.7, - "r_y0": 767.053, - "r_x1": 366.004, - "r_y1": 767.053, - "r_x2": 366.004, - "r_y2": 782.461, - "r_x3": 348.7, - "r_y3": 782.461, + "r_x0": 234.9, + "r_y0": 747.253, + "r_x1": 246.9, + "r_y1": 747.253, + "r_x2": 246.9, + "r_y2": 762.661, + "r_x3": 234.9, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ecba", - "orig": "\u0110\u1ecba", + "text": "!\"", + "orig": "!\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13670,20 +14156,21 @@ "a": 255 }, "rect": { - "r_x0": 368.992, - "r_y0": 767.053, - "r_x1": 390.292, - "r_y1": 767.053, - "r_x2": 390.292, - "r_y2": 782.461, - "r_x3": 368.992, - "r_y3": 782.461, + "r_x0": 252.3, + "r_y0": 747.253, + "r_x1": 266.904, + "r_y1": 747.253, + "r_x2": 266.904, + "r_y2": 762.661, + "r_x3": 252.3, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "h\u00ecnh", - "orig": "h\u00ecnh", + "text": "#GLYPH<12>", + "orig": "#GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13698,20 +14185,21 @@ "a": 255 }, "rect": { - "r_x0": 445.1, - "r_y0": 767.053, - "r_x1": 459.704, - "r_y1": 767.053, - "r_x2": 459.704, - "r_y2": 782.461, - "r_x3": 445.1, - "r_y3": 782.461, + "r_x0": 348.7, + "r_y0": 747.253, + "r_x1": 435.292, + "r_y1": 747.253, + "r_x2": 435.292, + "r_y2": 762.661, + "r_x3": 348.7, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Du", - "orig": "Du", + "text": "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", + "orig": "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13726,20 +14214,21 @@ "a": 255 }, "rect": { - "r_x0": 462.704, - "r_y0": 767.053, - "r_x1": 480.692, - "r_y1": 767.053, - "r_x2": 480.692, - "r_y2": 782.461, - "r_x3": 462.704, - "r_y3": 782.461, + "r_x0": 445.1, + "r_y0": 747.253, + "r_x1": 523.076, + "r_y1": 747.253, + "r_x2": 523.076, + "r_y2": 762.661, + "r_x3": 445.1, + "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "l\u1ecbch", - "orig": "l\u1ecbch", + "text": ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", + "orig": ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13754,20 +14243,21 @@ "a": 255 }, "rect": { - "r_x0": 59.6, - "r_y0": 747.253, - "r_x1": 91.52, - "r_y1": 747.253, - "r_x2": 91.52, - "r_y2": 762.661, - "r_x3": 59.6, - "r_y3": 762.661, + "r_x0": 445.1, + "r_y0": 733.453, + "r_x1": 505.316, + "r_y1": 733.453, + "r_x2": 505.316, + "r_y2": 748.861, + "r_x3": 445.1, + "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount", - "orig": "Mount", + "text": "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", + "orig": "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13782,22 +14272,23 @@ "a": 255 }, "rect": { - "r_x0": 94.58, - "r_y0": 747.253, - "r_x1": 125.18, - "r_y1": 747.253, - "r_x2": 125.18, - "r_y2": 762.661, - "r_x3": 94.58, - "r_y3": 762.661, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Felora", - "orig": "Felora", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, + "r_x0": 59.6, + "r_y0": 713.653, + "r_x1": 125.78, + "r_y1": 713.653, + "r_x2": 125.78, + "r_y2": 729.061, + "r_x3": 59.6, + "r_y3": 729.061, + "coord_origin": "BOTTOMLEFT" + }, + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, @@ -13811,19 +14302,20 @@ }, "rect": { "r_x0": 219.9, - "r_y0": 747.253, + "r_y0": 713.653, "r_x1": 246.9, - "r_y1": 747.253, + "r_y1": 713.653, "r_x2": 246.9, - "r_y2": 762.661, + "r_y2": 729.061, "r_x3": 219.9, - "r_y3": 762.661, + "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "3,850", - "orig": "3,850", + "text": ".GLYPH<31>/\"\"", + "orig": ".GLYPH<31>/\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13839,19 +14331,20 @@ }, "rect": { "r_x0": 252.3, - "r_y0": 747.253, - "r_x1": 266.904, - "r_y1": 747.253, - "r_x2": 266.904, - "r_y2": 762.661, + "r_y0": 713.653, + "r_x1": 297.888, + "r_y1": 713.653, + "r_x2": 297.888, + "r_y2": 729.061, "r_x3": 252.3, - "r_y3": 762.661, + "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00c1o", - "orig": "\u00c1o", + "text": "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", + "orig": "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13867,19 +14360,20 @@ }, "rect": { "r_x0": 348.7, - "r_y0": 747.253, - "r_x1": 362.704, - "r_y1": 747.253, - "r_x2": 362.704, - "r_y2": 762.661, + "r_y0": 713.653, + "r_x1": 419.176, + "r_y1": 713.653, + "r_x2": 419.176, + "r_y2": 729.061, "r_x3": 348.7, - "r_y3": 762.661, + "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u00e1", - "orig": "\u0110\u00e1", + "text": "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", + "orig": "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13894,20 +14388,21 @@ "a": 255 }, "rect": { - "r_x0": 365.692, - "r_y0": 747.253, - "r_x1": 383.992, - "r_y1": 747.253, - "r_x2": 383.992, - "r_y2": 762.661, - "r_x3": 365.692, - "r_y3": 762.661, + "r_x0": 348.7, + "r_y0": 699.853, + "r_x1": 375.328, + "r_y1": 699.853, + "r_x2": 375.328, + "r_y2": 715.261, + "r_x3": 348.7, + "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "v\u00f4i,", - "orig": "v\u00f4i,", + "text": "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", + "orig": "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13922,20 +14417,21 @@ "a": 255 }, "rect": { - "r_x0": 386.992, - "r_y0": 747.253, - "r_x1": 408.292, - "r_y1": 747.253, - "r_x2": 408.292, - "r_y2": 762.661, - "r_x3": 386.992, - "r_y3": 762.661, + "r_x0": 445.1, + "r_y0": 713.653, + "r_x1": 534.692, + "r_y1": 713.653, + "r_x2": 534.692, + "r_y2": 729.061, + "r_x3": 445.1, + "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111\u1ec9nh", - "orig": "\u0111\u1ec9nh", + "text": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", + "orig": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13950,20 +14446,21 @@ "a": 255 }, "rect": { - "r_x0": 411.292, - "r_y0": 747.253, - "r_x1": 435.292, - "r_y1": 747.253, - "r_x2": 435.292, - "r_y2": 762.661, - "r_x3": 411.292, - "r_y3": 762.661, + "r_x0": 445.1, + "r_y0": 699.853, + "r_x1": 488.012, + "r_y1": 699.853, + "r_x2": 488.012, + "r_y2": 715.261, + "r_x3": 445.1, + "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "nh\u1ecdn", - "orig": "nh\u1ecdn", + "text": "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", + "orig": "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13978,20 +14475,21 @@ "a": 255 }, "rect": { - "r_x0": 445.1, - "r_y0": 747.253, - "r_x1": 473.024, - "r_y1": 747.253, - "r_x2": 473.024, - "r_y2": 762.661, - "r_x3": 445.1, - "r_y3": 762.661, + "r_x0": 59.6, + "r_y0": 680.053, + "r_x1": 103.04, + "r_y1": 680.053, + "r_x2": 103.04, + "r_y2": 695.461, + "r_x3": 59.6, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Tham", - "orig": "Tham", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14006,20 +14504,21 @@ "a": 255 }, "rect": { - "r_x0": 476.084, - "r_y0": 747.253, - "r_x1": 502.388, - "r_y1": 747.253, - "r_x2": 502.388, - "r_y2": 762.661, - "r_x3": 476.084, - "r_y3": 762.661, + "r_x0": 102.272, + "r_y0": 680.053, + "r_x1": 132.188, + "r_y1": 680.053, + "r_x2": 132.188, + "r_y2": 695.461, + "r_x3": 102.272, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "quan,", - "orig": "quan,", + "text": "GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", + "orig": "GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14034,20 +14533,21 @@ "a": 255 }, "rect": { - "r_x0": 505.388, - "r_y0": 747.253, - "r_x1": 519.992, - "r_y1": 747.253, - "r_x2": 519.992, - "r_y2": 762.661, - "r_x3": 505.388, - "r_y3": 762.661, + "r_x0": 225.9, + "r_y0": 680.053, + "r_x1": 246.9, + "r_y1": 680.053, + "r_x2": 246.9, + "r_y2": 695.461, + "r_x3": 225.9, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "leo", - "orig": "leo", + "text": "!GLYPH<31>:!", + "orig": "!GLYPH<31>:!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14062,20 +14562,21 @@ "a": 255 }, "rect": { - "r_x0": 445.1, - "r_y0": 733.453, - "r_x1": 463.4, - "r_y1": 733.453, - "r_x2": 463.4, - "r_y2": 748.861, - "r_x3": 445.1, - "r_y3": 748.861, + "r_x0": 252.3, + "r_y0": 680.053, + "r_x1": 280.92, + "r_y1": 680.053, + "r_x2": 280.92, + "r_y2": 695.461, + "r_x3": 252.3, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u00fai,", - "orig": "n\u00fai,", + "text": "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", + "orig": "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14090,20 +14591,21 @@ "a": 255 }, "rect": { - "r_x0": 466.4, - "r_y0": 733.453, - "r_x1": 486.332, - "r_y1": 733.453, - "r_x2": 486.332, - "r_y2": 748.861, - "r_x3": 466.4, - "r_y3": 748.861, + "r_x0": 348.7, + "r_y0": 680.053, + "r_x1": 429.592, + "r_y1": 680.053, + "r_x2": 429.592, + "r_y2": 695.461, + "r_x3": 348.7, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "c\u1eafm", - "orig": "c\u1eafm", + "text": ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", + "orig": ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14118,20 +14620,21 @@ "a": 255 }, "rect": { - "r_x0": 489.392, - "r_y0": 733.453, - "r_x1": 505.316, - "r_y1": 733.453, - "r_x2": 505.316, - "r_y2": 748.861, - "r_x3": 489.392, - "r_y3": 748.861, + "r_x0": 348.7, + "r_y0": 666.253, + "r_x1": 372.628, + "r_y1": 666.253, + "r_x2": 372.628, + "r_y2": 681.661, + "r_x3": 348.7, + "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "tr\u1ea1i", - "orig": "tr\u1ea1i", + "text": "GLYPH<17>GLYPH<24>;", + "orig": "GLYPH<17>GLYPH<24>;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14146,20 +14649,21 @@ "a": 255 }, "rect": { - "r_x0": 59.6, - "r_y0": 713.653, - "r_x1": 91.52, - "r_y1": 713.653, - "r_x2": 91.52, - "r_y2": 729.061, - "r_x3": 59.6, - "r_y3": 729.061, + "r_x0": 445.1, + "r_y0": 680.053, + "r_x1": 522.692, + "r_y1": 680.053, + "r_x2": 522.692, + "r_y2": 695.461, + "r_x3": 445.1, + "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount", - "orig": "Mount", + "text": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", + "orig": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14174,20 +14678,21 @@ "a": 255 }, "rect": { - "r_x0": 94.58, - "r_y0": 713.653, - "r_x1": 125.78, - "r_y1": 713.653, - "r_x2": 125.78, - "r_y2": 729.061, - "r_x3": 94.58, - "r_y3": 729.061, + "r_x0": 445.1, + "r_y0": 666.253, + "r_x1": 523.688, + "r_y1": 666.253, + "r_x2": 523.688, + "r_y2": 681.661, + "r_x3": 445.1, + "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Zalgar", - "orig": "Zalgar", + "text": "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", + "orig": "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14202,20 +14707,21 @@ "a": 255 }, "rect": { - "r_x0": 219.9, - "r_y0": 713.653, - "r_x1": 246.9, - "r_y1": 713.653, - "r_x2": 246.9, - "r_y2": 729.061, - "r_x3": 219.9, - "r_y3": 729.061, + "r_x0": 59.6, + "r_y0": 646.453, + "r_x1": 135.176, + "r_y1": 646.453, + "r_x2": 135.176, + "r_y2": 661.861, + "r_x3": 59.6, + "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "4,200", - "orig": "4,200", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14230,20 +14736,21 @@ "a": 255 }, "rect": { - "r_x0": 252.3, - "r_y0": 713.653, - "r_x1": 275.616, - "r_y1": 713.653, - "r_x2": 275.616, - "r_y2": 729.061, - "r_x3": 252.3, - "r_y3": 729.061, + "r_x0": 219.9, + "r_y0": 646.453, + "r_x1": 246.9, + "r_y1": 646.453, + "r_x2": 246.9, + "r_y2": 661.861, + "r_x3": 219.9, + "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "Nh\u1eadt", - "orig": "Nh\u1eadt", + "text": "GLYPH<30>GLYPH<31>DGLYPH<30>\"", + "orig": "GLYPH<30>GLYPH<31>DGLYPH<30>\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14258,20 +14765,21 @@ "a": 255 }, "rect": { - "r_x0": 278.592, - "r_y0": 713.653, - "r_x1": 297.888, - "r_y1": 713.653, - "r_x2": 297.888, - "r_y2": 729.061, - "r_x3": 278.592, - "r_y3": 729.061, + "r_x0": 252.3, + "r_y0": 646.453, + "r_x1": 278.208, + "r_y1": 646.453, + "r_x2": 278.208, + "r_y2": 661.861, + "r_x3": 252.3, + "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "B\u1ea3n", - "orig": "B\u1ea3n", + "text": "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", + "orig": "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14287,19 +14795,20 @@ }, "rect": { "r_x0": 348.7, - "r_y0": 713.653, - "r_x1": 367.804, - "r_y1": 713.653, - "r_x2": 367.804, - "r_y2": 729.061, + "r_y0": 646.453, + "r_x1": 430.78, + "r_y1": 646.453, + "r_x2": 430.78, + "r_y2": 661.861, "r_x3": 348.7, - "r_y3": 729.061, + "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "L\u1eeda", - "orig": "L\u1eeda", + "text": "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", + "orig": "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14313,84 +14822,29 @@ "b": 0, "a": 255 }, - "rect": { - "r_x0": 370.792, - "r_y0": 713.653, - "r_x1": 389.092, - "r_y1": 713.653, - "r_x2": 389.092, - "r_y2": 729.061, - "r_x3": 370.792, - "r_y3": 729.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u00fai,", - "orig": "n\u00fai,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 32, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 392.176, - "r_y0": 713.653, - "r_x1": 416.176, - "r_y1": 713.653, - "r_x2": 416.176, - "r_y2": 729.061, - "r_x3": 392.176, - "r_y3": 729.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "dung", - "orig": "dung", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 33, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, "rect": { "r_x0": 348.7, - "r_y0": 699.853, - "r_x1": 375.328, - "r_y1": 699.853, - "r_x2": 375.328, - "r_y2": 715.261, + "r_y0": 632.653, + "r_x1": 364.324, + "r_y1": 632.653, + "r_x2": 364.324, + "r_y2": 648.061, "r_x3": 348.7, - "r_y3": 715.261, + "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "nham", - "orig": "nham", + "text": "'GLYPH<19>GLYPH<7>", + "orig": "'GLYPH<19>GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 34, + "index": 32, "rgba": { "r": 0, "g": 0, @@ -14399,110 +14853,27 @@ }, "rect": { "r_x0": 445.1, - "r_y0": 713.653, - "r_x1": 463.7, - "r_y1": 713.653, - "r_x2": 463.7, - "r_y2": 729.061, + "r_y0": 646.453, + "r_x1": 524.684, + "r_y1": 646.453, + "r_x2": 524.684, + "r_y2": 661.861, "r_x3": 445.1, - "r_y3": 729.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Leo", - "orig": "Leo", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 35, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.7, - "r_y0": 713.653, - "r_x1": 485.0, - "r_y1": 713.653, - "r_x2": 485.0, - "r_y2": 729.061, - "r_x3": 466.7, - "r_y3": 729.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u00fai,", - "orig": "n\u00fai,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 36, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 488.084, - "r_y0": 713.653, - "r_x1": 511.388, - "r_y1": 713.653, - "r_x2": 511.388, - "r_y2": 729.061, - "r_x3": 488.084, - "r_y3": 729.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ch\u1ee5p", - "orig": "ch\u1ee5p", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 37, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 514.388, - "r_y0": 713.653, - "r_x1": 531.692, - "r_y1": 713.653, - "r_x2": 531.692, - "r_y2": 729.061, - "r_x3": 514.388, - "r_y3": 729.061, + "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "\u1ea3nh", - "orig": "\u1ea3nh", + "text": "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", + "orig": "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 38, + "index": 33, "rgba": { "r": 0, "g": 0, @@ -14511,54 +14882,27 @@ }, "rect": { "r_x0": 445.1, - "r_y0": 699.853, - "r_x1": 467.708, - "r_y1": 699.853, - "r_x2": 467.708, - "r_y2": 715.261, + "r_y0": 632.653, + "r_x1": 516.704, + "r_y1": 632.653, + "r_x2": 516.704, + "r_y2": 648.061, "r_x3": 445.1, - "r_y3": 715.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "c\u1ea3nh", - "orig": "c\u1ea3nh", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 39, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 470.708, - "r_y0": 699.853, - "r_x1": 488.012, - "r_y1": 699.853, - "r_x2": 488.012, - "r_y2": 715.261, - "r_x3": 470.708, - "r_y3": 715.261, + "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111\u1eb9p", - "orig": "\u0111\u1eb9p", + "text": "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", + "orig": "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 40, + "index": 34, "rgba": { "r": 0, "g": 0, @@ -14567,1230 +14911,27 @@ }, "rect": { "r_x0": 59.6, - "r_y0": 680.053, - "r_x1": 91.52, - "r_y1": 680.053, - "r_x2": 91.52, - "r_y2": 695.461, - "r_x3": 59.6, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Mount", - "orig": "Mount", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 41, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 94.376, - "r_y0": 680.053, - "r_x1": 132.188, - "r_y1": 680.053, - "r_x2": 132.188, - "r_y2": 695.461, - "r_x3": 94.376, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Vindara", - "orig": "Vindara", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 42, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 225.9, - "r_y0": 680.053, - "r_x1": 246.9, - "r_y1": 680.053, - "r_x2": 246.9, - "r_y2": 695.461, - "r_x3": 225.9, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "5,15", - "orig": "5,15", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 43, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 252.3, - "r_y0": 680.053, - "r_x1": 280.92, - "r_y1": 680.053, - "r_x2": 280.92, - "r_y2": 695.461, - "r_x3": 252.3, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Nepal", - "orig": "Nepal", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 44, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 680.053, - "r_x1": 376.228, - "r_y1": 680.053, - "r_x2": 376.228, - "r_y2": 695.461, - "r_x3": 348.7, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Tuy\u1ebft", - "orig": "Tuy\u1ebft", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 45, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.204, - "r_y0": 680.053, - "r_x1": 400.204, - "r_y1": 680.053, - "r_x2": 400.204, - "r_y2": 695.461, - "r_x3": 379.204, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ph\u1ee7,", - "orig": "ph\u1ee7,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 46, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 403.204, - "r_y0": 680.053, - "r_x1": 426.508, - "r_y1": 680.053, - "r_x2": 426.508, - "r_y2": 695.461, - "r_x3": 403.204, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "b\u0103ng", - "orig": "b\u0103ng", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 47, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 666.253, - "r_x1": 372.628, - "r_y1": 666.253, - "r_x2": 372.628, - "r_y2": 681.661, - "r_x3": 348.7, - "r_y3": 681.661, - "coord_origin": "BOTTOMLEFT" - }, - "text": "tuy\u1ebft", - "orig": "tuy\u1ebft", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 48, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 680.053, - "r_x1": 463.7, - "r_y1": 680.053, - "r_x2": 463.7, - "r_y2": 695.461, - "r_x3": 445.1, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Leo", - "orig": "Leo", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 49, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.7, - "r_y0": 680.053, - "r_x1": 482.024, - "r_y1": 680.053, - "r_x2": 482.024, - "r_y2": 695.461, - "r_x3": 466.7, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u00fai", - "orig": "n\u00fai", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 50, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 485.084, - "r_y0": 680.053, - "r_x1": 519.692, - "r_y1": 680.053, - "r_x2": 519.692, - "r_y2": 695.461, - "r_x3": 485.084, - "r_y3": 695.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "chuy\u00ean", - "orig": "chuy\u00ean", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 51, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 666.253, - "r_x1": 480.704, - "r_y1": 666.253, - "r_x2": 480.704, - "r_y2": 681.661, - "r_x3": 445.1, - "r_y3": 681.661, - "coord_origin": "BOTTOMLEFT" - }, - "text": "nghi\u1ec7p,", - "orig": "nghi\u1ec7p,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 52, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 483.704, - "r_y0": 666.253, - "r_x1": 523.688, - "r_y1": 666.253, - "r_x2": 523.688, - "r_y2": 681.661, - "r_x3": 483.704, - "r_y3": 681.661, - "coord_origin": "BOTTOMLEFT" - }, - "text": "trekking", - "orig": "trekking", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 53, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 59.6, - "r_y0": 646.453, - "r_x1": 91.52, - "r_y1": 646.453, - "r_x2": 91.52, - "r_y2": 661.861, - "r_x3": 59.6, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Mount", - "orig": "Mount", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 54, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 94.58, - "r_y0": 646.453, - "r_x1": 135.176, - "r_y1": 646.453, - "r_x2": 135.176, - "r_y2": 661.861, - "r_x3": 94.58, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Radenor", - "orig": "Radenor", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 55, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 219.9, - "r_y0": 646.453, - "r_x1": 246.9, - "r_y1": 646.453, - "r_x2": 246.9, - "r_y2": 661.861, - "r_x3": 219.9, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "3,730", - "orig": "3,730", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 56, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 252.3, - "r_y0": 646.453, - "r_x1": 278.208, - "r_y1": 646.453, - "r_x2": 278.208, - "r_y2": 661.861, - "r_x3": 252.3, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Chile", - "orig": "Chile", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 57, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 646.453, - "r_x1": 375.304, - "r_y1": 646.453, - "r_x2": 375.304, - "r_y2": 661.861, - "r_x3": 348.7, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "V\u00f9ng", - "orig": "V\u00f9ng", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 58, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.304, - "r_y0": 646.453, - "r_x1": 400.792, - "r_y1": 646.453, - "r_x2": 400.792, - "r_y2": 661.861, - "r_x3": 378.304, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "r\u1eebng", - "orig": "r\u1eebng", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 59, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 403.792, - "r_y0": 646.453, - "r_x1": 427.804, - "r_y1": 646.453, - "r_x2": 427.804, - "r_y2": 661.861, - "r_x3": 403.792, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "nhi\u1ec7t", - "orig": "nhi\u1ec7t", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 60, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 632.653, - "r_x1": 364.324, - "r_y1": 632.653, - "r_x2": 364.324, - "r_y2": 648.061, - "r_x3": 348.7, - "r_y3": 648.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "\u0111\u1edbi", - "orig": "\u0111\u1edbi", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 61, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 646.453, - "r_x1": 474.416, - "r_y1": 646.453, - "r_x2": 474.416, - "r_y2": 661.861, - "r_x3": 445.1, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Kh\u00e1m", - "orig": "Kh\u00e1m", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 62, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.392, - "r_y0": 646.453, - "r_x1": 494.708, - "r_y1": 646.453, - "r_x2": 494.708, - "r_y2": 661.861, - "r_x3": 477.392, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ph\u00e1", - "orig": "ph\u00e1", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 63, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 497.696, - "r_y0": 646.453, - "r_x1": 521.684, - "r_y1": 646.453, - "r_x2": 521.684, - "r_y2": 661.861, - "r_x3": 497.696, - "r_y3": 661.861, - "coord_origin": "BOTTOMLEFT" - }, - "text": "thi\u00ean", - "orig": "thi\u00ean", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 64, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 632.653, - "r_x1": 474.704, - "r_y1": 632.653, - "r_x2": 474.704, - "r_y2": 648.061, - "r_x3": 445.1, - "r_y3": 648.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "nhi\u00ean,", - "orig": "nhi\u00ean,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 65, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.704, - "r_y0": 632.653, - "r_x1": 497.72, - "r_y1": 632.653, - "r_x2": 497.72, - "r_y2": 648.061, - "r_x3": 477.704, - "r_y3": 648.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "c\u1eafm", - "orig": "c\u1eafm", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 66, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 500.696, - "r_y0": 632.653, - "r_x1": 516.704, - "r_y1": 632.653, - "r_x2": 516.704, - "r_y2": 648.061, - "r_x3": 500.696, - "r_y3": 648.061, - "coord_origin": "BOTTOMLEFT" - }, - "text": "tr\u1ea1i", - "orig": "tr\u1ea1i", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 67, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 59.6, - "r_y0": 612.853, - "r_x1": 91.52, - "r_y1": 612.853, - "r_x2": 91.52, - "r_y2": 628.261, - "r_x3": 59.6, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Mount", - "orig": "Mount", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 68, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 94.376, - "r_y0": 612.853, - "r_x1": 138.092, - "r_y1": 612.853, - "r_x2": 138.092, - "r_y2": 628.261, - "r_x3": 94.376, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Volundra", - "orig": "Volundra", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 69, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 219.9, - "r_y0": 612.853, - "r_x1": 246.9, - "r_y1": 612.853, - "r_x2": 246.9, - "r_y2": 628.261, - "r_x3": 219.9, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "2,600", - "orig": "2,600", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 70, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 252.3, - "r_y0": 612.853, - "r_x1": 287.508, - "r_y1": 612.853, - "r_x2": 287.508, - "r_y2": 628.261, - "r_x3": 252.3, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Iceland", - "orig": "Iceland", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 71, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 612.853, - "r_x1": 379.996, - "r_y1": 612.853, - "r_x2": 379.996, - "r_y2": 628.261, - "r_x3": 348.7, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Mi\u1ec7ng", - "orig": "Mi\u1ec7ng", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 72, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.996, - "r_y0": 612.853, - "r_x1": 398.32, - "r_y1": 612.853, - "r_x2": 398.32, - "r_y2": 628.261, - "r_x3": 382.996, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u00fai", - "orig": "n\u00fai", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 73, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 401.296, - "r_y0": 612.853, - "r_x1": 419.392, - "r_y1": 612.853, - "r_x2": 419.392, - "r_y2": 628.261, - "r_x3": 401.296, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "l\u1eeda,", - "orig": "l\u1eeda,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 74, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 348.7, - "r_y0": 599.053, - "r_x1": 368.62, - "r_y1": 599.053, - "r_x2": 368.62, - "r_y2": 614.461, - "r_x3": 348.7, - "r_y3": 614.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "su\u1ed1i", - "orig": "su\u1ed1i", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 75, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.68, - "r_y0": 599.053, - "r_x1": 395.788, - "r_y1": 599.053, - "r_x2": 395.788, - "r_y2": 614.461, - "r_x3": 371.68, - "r_y3": 614.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u01b0\u1edbc", - "orig": "n\u01b0\u1edbc", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 76, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.776, - "r_y0": 599.053, - "r_x1": 422.776, - "r_y1": 599.053, - "r_x2": 422.776, - "r_y2": 614.461, - "r_x3": 398.776, - "r_y3": 614.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "n\u00f3ng", - "orig": "n\u00f3ng", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 77, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 612.853, - "r_x1": 459.704, - "r_y1": 612.853, - "r_x2": 459.704, - "r_y2": 628.261, - "r_x3": 445.1, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Du", - "orig": "Du", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 78, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 462.704, - "r_y0": 612.853, - "r_x1": 480.692, - "r_y1": 612.853, - "r_x2": 480.692, - "r_y2": 628.261, - "r_x3": 462.704, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "l\u1ecbch", - "orig": "l\u1ecbch", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 79, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 483.692, - "r_y0": 612.853, - "r_x1": 503.684, - "r_y1": 612.853, - "r_x2": 503.684, - "r_y2": 628.261, - "r_x3": 483.692, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "sinh", - "orig": "sinh", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 80, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 506.684, "r_y0": 612.853, - "r_x1": 527.672, - "r_y1": 612.853, - "r_x2": 527.672, - "r_y2": 628.261, - "r_x3": 506.684, - "r_y3": 628.261, - "coord_origin": "BOTTOMLEFT" - }, - "text": "th\u00e1i,", - "orig": "th\u00e1i,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 81, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.1, - "r_y0": 599.053, - "r_x1": 469.028, - "r_y1": 599.053, - "r_x2": 469.028, - "r_y2": 614.461, - "r_x3": 445.1, - "r_y3": 614.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "tham", - "orig": "tham", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 82, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 472.088, - "r_y0": 599.053, - "r_x1": 495.392, - "r_y1": 599.053, - "r_x2": 495.392, - "r_y2": 614.461, - "r_x3": 472.088, - "r_y3": 614.461, - "coord_origin": "BOTTOMLEFT" - }, - "text": "quan", - "orig": "quan", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/F1", - "font_name": "/BAAAAA+LiberationSerif" - }, - { - "index": 83, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 59.6, - "r_y0": 579.253, - "r_x1": 91.52, - "r_y1": 579.253, - "r_x2": 91.52, - "r_y2": 594.661, + "r_x1": 103.04, + "r_y1": 612.853, + "r_x2": 103.04, + "r_y2": 628.261, "r_x3": 59.6, - "r_y3": 594.661, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount", - "orig": "Mount", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 84, + "index": 35, "rgba": { "r": 0, "g": 0, @@ -15798,27 +14939,28 @@ "a": 255 }, "rect": { - "r_x0": 94.58, - "r_y0": 579.253, - "r_x1": 133.172, - "r_y1": 579.253, - "r_x2": 133.172, - "r_y2": 594.661, - "r_x3": 94.58, - "r_y3": 594.661, + "r_x0": 101.48, + "r_y0": 612.853, + "r_x1": 138.092, + "r_y1": 612.853, + "r_x2": 138.092, + "r_y2": 628.261, + "r_x3": 101.48, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Golanar", - "orig": "Golanar", + "text": "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", + "orig": "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 85, + "index": 36, "rgba": { "r": 0, "g": 0, @@ -15827,26 +14969,27 @@ }, "rect": { "r_x0": 219.9, - "r_y0": 579.253, + "r_y0": 612.853, "r_x1": 246.9, - "r_y1": 579.253, + "r_y1": 612.853, "r_x2": 246.9, - "r_y2": 594.661, + "r_y2": 628.261, "r_x3": 219.9, - "r_y3": 594.661, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "4,500", - "orig": "4,500", + "text": "/GLYPH<31>I\"\"", + "orig": "/GLYPH<31>I\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 86, + "index": 37, "rgba": { "r": 0, "g": 0, @@ -15855,26 +14998,27 @@ }, "rect": { "r_x0": 252.3, - "r_y0": 579.253, - "r_x1": 276.288, - "r_y1": 579.253, - "r_x2": 276.288, - "r_y2": 594.661, + "r_y0": 612.853, + "r_x1": 287.508, + "r_y1": 612.853, + "r_x2": 287.508, + "r_y2": 628.261, "r_x3": 252.3, - "r_y3": 594.661, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Ph\u00e1p", - "orig": "Ph\u00e1p", + "text": "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", + "orig": "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 87, + "index": 38, "rgba": { "r": 0, "g": 0, @@ -15883,26 +15027,27 @@ }, "rect": { "r_x0": 348.7, - "r_y0": 579.253, - "r_x1": 362.704, - "r_y1": 579.253, - "r_x2": 362.704, - "r_y2": 594.661, + "r_y0": 612.853, + "r_x1": 422.476, + "r_y1": 612.853, + "r_x2": 422.476, + "r_y2": 628.261, "r_x3": 348.7, - "r_y3": 594.661, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u00e1", - "orig": "\u0110\u00e1", + "text": "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 88, + "index": 39, "rgba": { "r": 0, "g": 0, @@ -15910,27 +15055,28 @@ "a": 255 }, "rect": { - "r_x0": 365.692, - "r_y0": 579.253, - "r_x1": 396.592, - "r_y1": 579.253, - "r_x2": 396.592, - "r_y2": 594.661, - "r_x3": 365.692, - "r_y3": 594.661, + "r_x0": 348.7, + "r_y0": 599.053, + "r_x1": 422.776, + "r_y1": 599.053, + "r_x2": 422.776, + "r_y2": 614.461, + "r_x3": 348.7, + "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "granit,", - "orig": "granit,", + "text": "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", + "orig": "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 89, + "index": 40, "rgba": { "r": 0, "g": 0, @@ -15938,27 +15084,28 @@ "a": 255 }, "rect": { - "r_x0": 399.676, - "r_y0": 579.253, - "r_x1": 425.584, - "r_y1": 579.253, - "r_x2": 425.584, - "r_y2": 594.661, - "r_x3": 399.676, - "r_y3": 594.661, + "r_x0": 445.1, + "r_y0": 612.853, + "r_x1": 530.672, + "r_y1": 612.853, + "r_x2": 530.672, + "r_y2": 628.261, + "r_x3": 445.1, + "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "m\u1ea1ch", - "orig": "m\u1ea1ch", + "text": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 90, + "index": 41, "rgba": { "r": 0, "g": 0, @@ -15966,27 +15113,28 @@ "a": 255 }, "rect": { - "r_x0": 348.7, - "r_y0": 565.453, - "r_x1": 372.808, - "r_y1": 565.453, - "r_x2": 372.808, - "r_y2": 580.861, - "r_x3": 348.7, - "r_y3": 580.861, + "r_x0": 445.1, + "r_y0": 599.053, + "r_x1": 495.392, + "r_y1": 599.053, + "r_x2": 495.392, + "r_y2": 614.461, + "r_x3": 445.1, + "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u01b0\u1edbc", - "orig": "n\u01b0\u1edbc", + "text": "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", + "orig": "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 91, + "index": 42, "rgba": { "r": 0, "g": 0, @@ -15994,27 +15142,28 @@ "a": 255 }, "rect": { - "r_x0": 375.796, - "r_y0": 565.453, - "r_x1": 402.508, - "r_y1": 565.453, - "r_x2": 402.508, - "r_y2": 580.861, - "r_x3": 375.796, - "r_y3": 580.861, + "r_x0": 59.6, + "r_y0": 579.253, + "r_x1": 133.172, + "r_y1": 579.253, + "r_x2": 133.172, + "r_y2": 594.661, + "r_x3": 59.6, + "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "ng\u1ea7m", - "orig": "ng\u1ea7m", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 92, + "index": 43, "rgba": { "r": 0, "g": 0, @@ -16022,27 +15171,28 @@ "a": 255 }, "rect": { - "r_x0": 445.1, + "r_x0": 219.9, "r_y0": 579.253, - "r_x1": 457.112, + "r_x1": 246.9, "r_y1": 579.253, - "r_x2": 457.112, + "r_x2": 246.9, "r_y2": 594.661, - "r_x3": 445.1, + "r_x3": 219.9, "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110i", - "orig": "\u0110i", + "text": ".GLYPH<31>!\"\"", + "orig": ".GLYPH<31>!\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 93, + "index": 44, "rgba": { "r": 0, "g": 0, @@ -16050,27 +15200,28 @@ "a": 255 }, "rect": { - "r_x0": 460.088, + "r_x0": 252.3, "r_y0": 579.253, - "r_x1": 475.088, + "r_x1": 276.288, "r_y1": 579.253, - "r_x2": 475.088, + "r_x2": 276.288, "r_y2": 594.661, - "r_x3": 460.088, + "r_x3": 252.3, "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "b\u1ed9,", - "orig": "b\u1ed9,", + "text": "OGLYPH<21>$7", + "orig": "OGLYPH<21>$7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 94, + "index": 45, "rgba": { "r": 0, "g": 0, @@ -16078,27 +15229,28 @@ "a": 255 }, "rect": { - "r_x0": 478.088, + "r_x0": 348.7, "r_y0": 579.253, - "r_x1": 502.016, + "r_x1": 428.584, "r_y1": 579.253, - "r_x2": 502.016, + "r_x2": 428.584, "r_y2": 594.661, - "r_x3": 478.088, + "r_x3": 348.7, "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "tham", - "orig": "tham", + "text": "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", + "orig": "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 95, + "index": 46, "rgba": { "r": 0, "g": 0, @@ -16106,27 +15258,28 @@ "a": 255 }, "rect": { - "r_x0": 505.076, - "r_y0": 579.253, - "r_x1": 531.38, - "r_y1": 579.253, - "r_x2": 531.38, - "r_y2": 594.661, - "r_x3": 505.076, - "r_y3": 594.661, + "r_x0": 348.7, + "r_y0": 565.453, + "r_x1": 402.508, + "r_y1": 565.453, + "r_x2": 402.508, + "r_y2": 580.861, + "r_x3": 348.7, + "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "quan,", - "orig": "quan,", + "text": "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", + "orig": "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 96, + "index": 47, "rgba": { "r": 0, "g": 0, @@ -16135,26 +15288,27 @@ }, "rect": { "r_x0": 445.1, - "r_y0": 565.453, - "r_x1": 466.424, - "r_y1": 565.453, - "r_x2": 466.424, - "r_y2": 580.861, + "r_y0": 579.253, + "r_x1": 534.38, + "r_y1": 579.253, + "r_x2": 534.38, + "r_y2": 594.661, "r_x3": 445.1, - "r_y3": 580.861, + "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "ngh\u1ec9", - "orig": "ngh\u1ec9", + "text": "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 97, + "index": 48, "rgba": { "r": 0, "g": 0, @@ -16162,20 +15316,21 @@ "a": 255 }, "rect": { - "r_x0": 469.4, + "r_x0": 445.1, "r_y0": 565.453, "r_x1": 500.192, "r_y1": 565.453, "r_x2": 500.192, "r_y2": 580.861, - "r_x3": 469.4, + "r_x3": 445.1, "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "d\u01b0\u1ee1ng", - "orig": "d\u01b0\u1ee1ng", + "text": "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", + "orig": "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16202,10 +15357,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Ng\u1ecdn n\u00fai", - "orig": "Ng\u1ecdn n\u00fai", + "text": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", + "orig": "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16230,10 +15386,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ed9 cao (m)", - "orig": "\u0110\u1ed9 cao (m)", + "text": "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", + "orig": "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16258,10 +15415,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ea5t n\u01b0\u1edbc", - "orig": "\u0110\u1ea5t n\u01b0\u1edbc", + "text": "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", + "orig": "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16286,10 +15444,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u1ecba h\u00ecnh", - "orig": "\u0110\u1ecba h\u00ecnh", + "text": "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", + "orig": "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16314,10 +15473,11 @@ "r_y3": 782.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Du l\u1ecbch", - "orig": "Du l\u1ecbch", + "text": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16342,10 +15502,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Felora", - "orig": "Mount Felora", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16370,10 +15531,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "3,850", - "orig": "3,850", + "text": "GLYPH<30>GLYPH<31> !\"", + "orig": "GLYPH<30>GLYPH<31> !\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16398,10 +15560,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00c1o", - "orig": "\u00c1o", + "text": "#GLYPH<12>", + "orig": "#GLYPH<12>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16426,10 +15589,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u00e1 v\u00f4i, \u0111\u1ec9nh nh\u1ecdn", - "orig": "\u0110\u00e1 v\u00f4i, \u0111\u1ec9nh nh\u1ecdn", + "text": "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", + "orig": "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16454,10 +15618,11 @@ "r_y3": 762.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Tham quan, leo ", - "orig": "Tham quan, leo ", + "text": ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", + "orig": ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16482,10 +15647,11 @@ "r_y3": 748.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u00fai, c\u1eafm tr\u1ea1i", - "orig": "n\u00fai, c\u1eafm tr\u1ea1i", + "text": "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", + "orig": "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16510,10 +15676,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Zalgar", - "orig": "Mount Zalgar", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16538,10 +15705,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "4,200", - "orig": "4,200", + "text": ".GLYPH<31>/\"\"", + "orig": ".GLYPH<31>/\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16566,10 +15734,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "Nh\u1eadt B\u1ea3n", - "orig": "Nh\u1eadt B\u1ea3n", + "text": "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", + "orig": "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16594,10 +15763,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "L\u1eeda n\u00fai, dung ", - "orig": "L\u1eeda n\u00fai, dung ", + "text": "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", + "orig": "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16622,10 +15792,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "nham", - "orig": "nham", + "text": "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", + "orig": "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16650,10 +15821,11 @@ "r_y3": 729.061, "coord_origin": "BOTTOMLEFT" }, - "text": "Leo n\u00fai, ch\u1ee5p \u1ea3nh ", - "orig": "Leo n\u00fai, ch\u1ee5p \u1ea3nh ", + "text": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", + "orig": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16678,10 +15850,11 @@ "r_y3": 715.261, "coord_origin": "BOTTOMLEFT" }, - "text": "c\u1ea3nh \u0111\u1eb9p", - "orig": "c\u1ea3nh \u0111\u1eb9p", + "text": "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", + "orig": "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16706,10 +15879,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Vindara", - "orig": "Mount Vindara", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9 GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9 GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16734,10 +15908,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "5,15", - "orig": "5,15", + "text": "!GLYPH<31>:!", + "orig": "!GLYPH<31>:!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16762,10 +15937,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Nepal", - "orig": "Nepal", + "text": "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", + "orig": "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16790,10 +15966,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Tuy\u1ebft ph\u1ee7, b\u0103ng ", - "orig": "Tuy\u1ebft ph\u1ee7, b\u0103ng ", + "text": ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", + "orig": ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16818,10 +15995,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "tuy\u1ebft", - "orig": "tuy\u1ebft", + "text": "GLYPH<17>GLYPH<24>;", + "orig": "GLYPH<17>GLYPH<24>;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16846,10 +16024,11 @@ "r_y3": 695.461, "coord_origin": "BOTTOMLEFT" }, - "text": "Leo n\u00fai chuy\u00ean ", - "orig": "Leo n\u00fai chuy\u00ean ", + "text": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", + "orig": "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16874,10 +16053,11 @@ "r_y3": 681.661, "coord_origin": "BOTTOMLEFT" }, - "text": "nghi\u1ec7p, trekking", - "orig": "nghi\u1ec7p, trekking", + "text": "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", + "orig": "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16902,10 +16082,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Radenor", - "orig": "Mount Radenor", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16930,10 +16111,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "3,730", - "orig": "3,730", + "text": "GLYPH<30>GLYPH<31>DGLYPH<30>\"", + "orig": "GLYPH<30>GLYPH<31>DGLYPH<30>\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16958,10 +16140,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "Chile", - "orig": "Chile", + "text": "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", + "orig": "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16986,10 +16169,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "V\u00f9ng r\u1eebng nhi\u1ec7t ", - "orig": "V\u00f9ng r\u1eebng nhi\u1ec7t ", + "text": "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", + "orig": "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -17014,10 +16198,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0111\u1edbi", - "orig": "\u0111\u1edbi", + "text": "'GLYPH<19>GLYPH<7>", + "orig": "'GLYPH<19>GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -17042,10 +16227,11 @@ "r_y3": 661.861, "coord_origin": "BOTTOMLEFT" }, - "text": "Kh\u00e1m ph\u00e1 thi\u00ean ", - "orig": "Kh\u00e1m ph\u00e1 thi\u00ean ", + "text": "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", + "orig": "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -17070,10 +16256,11 @@ "r_y3": 648.061, "coord_origin": "BOTTOMLEFT" }, - "text": "nhi\u00ean, c\u1eafm tr\u1ea1i", - "orig": "nhi\u00ean, c\u1eafm tr\u1ea1i", + "text": "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", + "orig": "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -17090,18 +16277,19 @@ "rect": { "r_x0": 59.6, "r_y0": 612.853, - "r_x1": 138.092, + "r_x1": 103.04, "r_y1": 612.853, - "r_x2": 138.092, + "r_x2": 103.04, "r_y2": 628.261, "r_x3": 59.6, "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Volundra", - "orig": "Mount Volundra", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -17115,6 +16303,35 @@ "b": 0, "a": 255 }, + "rect": { + "r_x0": 101.48, + "r_y0": 612.853, + "r_x1": 138.092, + "r_y1": 612.853, + "r_x2": 138.092, + "r_y2": 628.261, + "r_x3": 101.48, + "r_y3": 628.261, + "coord_origin": "BOTTOMLEFT" + }, + "text": "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", + "orig": "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, + "font_key": "/F1", + "font_name": "/BAAAAA+LiberationSerif" + }, + { + "index": 34, + "rgba": { + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, "rect": { "r_x0": 219.9, "r_y0": 612.853, @@ -17126,17 +16343,18 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "2,600", - "orig": "2,600", + "text": "/GLYPH<31>I\"\"", + "orig": "/GLYPH<31>I\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 34, + "index": 35, "rgba": { "r": 0, "g": 0, @@ -17154,17 +16372,18 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Iceland", - "orig": "Iceland", + "text": "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", + "orig": "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 35, + "index": 36, "rgba": { "r": 0, "g": 0, @@ -17182,17 +16401,18 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Mi\u1ec7ng n\u00fai l\u1eeda, ", - "orig": "Mi\u1ec7ng n\u00fai l\u1eeda, ", + "text": "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 36, + "index": 37, "rgba": { "r": 0, "g": 0, @@ -17210,17 +16430,18 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "su\u1ed1i n\u01b0\u1edbc n\u00f3ng", - "orig": "su\u1ed1i n\u01b0\u1edbc n\u00f3ng", + "text": "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", + "orig": "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 37, + "index": 38, "rgba": { "r": 0, "g": 0, @@ -17238,17 +16459,18 @@ "r_y3": 628.261, "coord_origin": "BOTTOMLEFT" }, - "text": "Du l\u1ecbch sinh th\u00e1i, ", - "orig": "Du l\u1ecbch sinh th\u00e1i, ", + "text": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 38, + "index": 39, "rgba": { "r": 0, "g": 0, @@ -17266,17 +16488,18 @@ "r_y3": 614.461, "coord_origin": "BOTTOMLEFT" }, - "text": "tham quan", - "orig": "tham quan", + "text": "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", + "orig": "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 39, + "index": 40, "rgba": { "r": 0, "g": 0, @@ -17294,17 +16517,18 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Mount Golanar", - "orig": "Mount Golanar", + "text": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", + "orig": "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 40, + "index": 41, "rgba": { "r": 0, "g": 0, @@ -17322,17 +16546,18 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "4,500", - "orig": "4,500", + "text": ".GLYPH<31>!\"\"", + "orig": ".GLYPH<31>!\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 41, + "index": 42, "rgba": { "r": 0, "g": 0, @@ -17350,17 +16575,18 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "Ph\u00e1p", - "orig": "Ph\u00e1p", + "text": "OGLYPH<21>$7", + "orig": "OGLYPH<21>$7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 42, + "index": 43, "rgba": { "r": 0, "g": 0, @@ -17378,17 +16604,18 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110\u00e1 granit, m\u1ea1ch ", - "orig": "\u0110\u00e1 granit, m\u1ea1ch ", + "text": "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", + "orig": "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 43, + "index": 44, "rgba": { "r": 0, "g": 0, @@ -17406,17 +16633,18 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "n\u01b0\u1edbc ng\u1ea7m", - "orig": "n\u01b0\u1edbc ng\u1ea7m", + "text": "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", + "orig": "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 44, + "index": 45, "rgba": { "r": 0, "g": 0, @@ -17434,17 +16662,18 @@ "r_y3": 594.661, "coord_origin": "BOTTOMLEFT" }, - "text": "\u0110i b\u1ed9, tham quan, ", - "orig": "\u0110i b\u1ed9, tham quan, ", + "text": "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", + "orig": "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" }, { - "index": 45, + "index": 46, "rgba": { "r": 0, "g": 0, @@ -17462,16 +16691,20 @@ "r_y3": 580.861, "coord_origin": "BOTTOMLEFT" }, - "text": "ngh\u1ec9 d\u01b0\u1ee1ng", - "orig": "ngh\u1ec9 d\u01b0\u1ee1ng", + "text": "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", + "orig": "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BAAAAA+LiberationSerif" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/font_04.pdf.v2.json b/tests/data/groundtruth/font_04.pdf.v2.json index 36460268..8cd33505 100644 --- a/tests/data/groundtruth/font_04.pdf.v2.json +++ b/tests/data/groundtruth/font_04.pdf.v2.json @@ -28,7 +28,7 @@ 782.461, 59.6, 782.461, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -51,7 +51,7 @@ 782.461, 68.204, 782.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -74,7 +74,7 @@ 782.461, 74.204, 782.461, - "\u1ecd", + "GLYPH<3>", -1, 3.0, "", @@ -97,7 +97,7 @@ 782.461, 80.204, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -120,7 +120,7 @@ 782.461, 86.204, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -143,7 +143,7 @@ 782.461, 89.204, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -166,7 +166,7 @@ 782.461, 95.204, 782.461, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -189,7 +189,7 @@ 782.461, 101.204, 782.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -212,7 +212,7 @@ 782.461, 155.9, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -235,7 +235,7 @@ 782.461, 164.504, 782.461, - "\u1ed9", + "GLYPH<9>", -1, 3.0, "", @@ -258,7 +258,7 @@ 782.461, 170.504, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -281,7 +281,7 @@ 782.461, 173.504, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -304,7 +304,7 @@ 782.461, 178.808, 782.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -327,7 +327,7 @@ 782.461, 184.112, 782.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -350,7 +350,7 @@ 782.461, 190.196, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -373,7 +373,7 @@ 782.461, 193.196, 782.461, - "(", + "GLYPH<13>", -1, 3.0, "", @@ -396,7 +396,7 @@ 782.461, 197.192, 782.461, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -419,7 +419,7 @@ 782.461, 206.492, 782.461, - ")", + "GLYPH<15>", -1, 3.0, "", @@ -442,7 +442,7 @@ 782.461, 252.3, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -465,7 +465,7 @@ 782.461, 260.988, 782.461, - "\u1ea5", + "GLYPH<16>", -1, 3.0, "", @@ -488,7 +488,7 @@ 782.461, 266.292, 782.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -511,7 +511,7 @@ 782.461, 269.592, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -534,7 +534,7 @@ 782.461, 272.592, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -557,7 +557,7 @@ 782.461, 278.592, 782.461, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -580,7 +580,7 @@ 782.461, 285.084, 782.461, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -603,7 +603,7 @@ 782.461, 291.384, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -626,7 +626,7 @@ 782.461, 348.7, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -649,7 +649,7 @@ 782.461, 357.388, 782.461, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -672,7 +672,7 @@ 782.461, 360.688, 782.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -695,7 +695,7 @@ 782.461, 365.992, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -718,7 +718,7 @@ 782.461, 368.992, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -741,7 +741,7 @@ 782.461, 374.992, 782.461, - "\u00ec", + "GLYPH<22>", -1, 3.0, "", @@ -764,7 +764,7 @@ 782.461, 378.292, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -787,7 +787,7 @@ 782.461, 384.292, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -810,7 +810,7 @@ 782.461, 445.1, 782.461, - "D", + "GLYPH<23>", -1, 3.0, "", @@ -833,7 +833,7 @@ 782.461, 453.704, 782.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -856,7 +856,7 @@ 782.461, 459.704, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -879,7 +879,7 @@ 782.461, 462.704, 782.461, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -902,7 +902,7 @@ 782.461, 466.088, 782.461, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -925,7 +925,7 @@ 782.461, 469.388, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -948,7 +948,7 @@ 782.461, 474.692, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -971,7 +971,7 @@ 762.661, 59.6, 762.661, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -994,7 +994,7 @@ 762.661, 70.196, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1017,7 +1017,7 @@ 762.661, 76.196, 762.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -1040,7 +1040,7 @@ 762.661, 82.196, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1063,7 +1063,7 @@ 762.661, 88.196, 762.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -1086,7 +1086,7 @@ 762.661, 91.58, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1109,7 +1109,7 @@ 762.661, 94.58, 762.661, - "F", + "GLYPH<27>", -1, 3.0, "", @@ -1132,7 +1132,7 @@ 762.661, 101.264, 762.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -1155,7 +1155,7 @@ 762.661, 106.568, 762.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -1178,7 +1178,7 @@ 762.661, 109.868, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1201,7 +1201,7 @@ 762.661, 115.868, 762.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -1224,7 +1224,7 @@ 762.661, 119.864, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1247,7 +1247,7 @@ 762.661, 219.9, 762.661, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -1270,7 +1270,7 @@ 762.661, 225.9, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -1293,7 +1293,7 @@ 762.661, 228.9, 762.661, - "8", + " ", -1, 3.0, "", @@ -1316,7 +1316,7 @@ 762.661, 234.9, 762.661, - "5", + "!", -1, 3.0, "", @@ -1339,7 +1339,7 @@ 762.661, 240.9, 762.661, - "0", + "\"", -1, 3.0, "", @@ -1362,7 +1362,7 @@ 762.661, 252.3, 762.661, - "\u00c1", + "#", -1, 3.0, "", @@ -1385,7 +1385,7 @@ 762.661, 260.904, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1408,7 +1408,7 @@ 762.661, 348.7, 762.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -1431,7 +1431,7 @@ 762.661, 357.388, 762.661, - "\u00e1", + "$", -1, 3.0, "", @@ -1454,7 +1454,7 @@ 762.661, 362.692, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1477,7 +1477,7 @@ 762.661, 365.692, 762.661, - "v", + "%", -1, 3.0, "", @@ -1500,7 +1500,7 @@ 762.661, 371.692, 762.661, - "\u00f4", + "&", -1, 3.0, "", @@ -1523,7 +1523,7 @@ 762.661, 377.692, 762.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -1546,7 +1546,7 @@ 762.661, 380.992, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -1569,7 +1569,7 @@ 762.661, 383.992, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1592,7 +1592,7 @@ 762.661, 386.992, 762.661, - "\u0111", + "'", -1, 3.0, "", @@ -1615,7 +1615,7 @@ 762.661, 392.992, 762.661, - "\u1ec9", + "(", -1, 3.0, "", @@ -1638,7 +1638,7 @@ 762.661, 396.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1661,7 +1661,7 @@ 762.661, 402.292, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1684,7 +1684,7 @@ 762.661, 408.292, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1707,7 +1707,7 @@ 762.661, 411.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1730,7 +1730,7 @@ 762.661, 417.292, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1753,7 +1753,7 @@ 762.661, 423.292, 762.661, - "\u1ecd", + "GLYPH<3>", -1, 3.0, "", @@ -1776,7 +1776,7 @@ 762.661, 429.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1799,7 +1799,7 @@ 762.661, 445.1, 762.661, - "T", + ")", -1, 3.0, "", @@ -1822,7 +1822,7 @@ 762.661, 452.396, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1845,7 +1845,7 @@ 762.661, 458.396, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1868,7 +1868,7 @@ 762.661, 463.7, 762.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -1891,7 +1891,7 @@ 762.661, 473.084, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1914,7 +1914,7 @@ 762.661, 476.084, 762.661, - "q", + "*", -1, 3.0, "", @@ -1937,7 +1937,7 @@ 762.661, 482.084, 762.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -1960,7 +1960,7 @@ 762.661, 488.084, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1983,7 +1983,7 @@ 762.661, 493.388, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2006,7 +2006,7 @@ 762.661, 499.388, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2029,7 +2029,7 @@ 762.661, 502.388, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2052,7 +2052,7 @@ 762.661, 505.388, 762.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -2075,7 +2075,7 @@ 762.661, 508.688, 762.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -2098,7 +2098,7 @@ 762.661, 513.992, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -2121,7 +2121,7 @@ 762.661, 520.076, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2144,7 +2144,7 @@ 748.861, 445.1, 748.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2167,7 +2167,7 @@ 748.861, 451.1, 748.861, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -2190,7 +2190,7 @@ 748.861, 457.1, 748.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -2213,7 +2213,7 @@ 748.861, 460.4, 748.861, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2236,7 +2236,7 @@ 748.861, 463.4, 748.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2259,7 +2259,7 @@ 748.861, 466.4, 748.861, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -2282,7 +2282,7 @@ 748.861, 471.704, 748.861, - "\u1eaf", + "+", -1, 3.0, "", @@ -2305,7 +2305,7 @@ 748.861, 477.008, 748.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -2328,7 +2328,7 @@ 748.861, 486.392, 748.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2351,7 +2351,7 @@ 748.861, 489.392, 748.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2374,7 +2374,7 @@ 748.861, 492.692, 748.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -2397,7 +2397,7 @@ 748.861, 496.688, 748.861, - "\u1ea1", + ",", -1, 3.0, "", @@ -2420,7 +2420,7 @@ 748.861, 501.992, 748.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -2443,7 +2443,7 @@ 729.061, 59.6, 729.061, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -2466,7 +2466,7 @@ 729.061, 70.196, 729.061, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -2489,7 +2489,7 @@ 729.061, 76.196, 729.061, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -2512,7 +2512,7 @@ 729.061, 82.196, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2535,7 +2535,7 @@ 729.061, 88.196, 729.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2558,7 +2558,7 @@ 729.061, 91.58, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2581,7 +2581,7 @@ 729.061, 94.58, 729.061, - "Z", + "-", -1, 3.0, "", @@ -2604,7 +2604,7 @@ 729.061, 101.876, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -2627,7 +2627,7 @@ 729.061, 107.18, 729.061, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -2650,7 +2650,7 @@ 729.061, 110.48, 729.061, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -2673,7 +2673,7 @@ 729.061, 116.48, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -2696,7 +2696,7 @@ 729.061, 121.784, 729.061, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -2719,7 +2719,7 @@ 729.061, 219.9, 729.061, - "4", + ".", -1, 3.0, "", @@ -2742,7 +2742,7 @@ 729.061, 225.9, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2765,7 +2765,7 @@ 729.061, 228.9, 729.061, - "2", + "/", -1, 3.0, "", @@ -2788,7 +2788,7 @@ 729.061, 234.9, 729.061, - "0", + "\"", -1, 3.0, "", @@ -2811,7 +2811,7 @@ 729.061, 240.9, 729.061, - "0", + "\"", -1, 3.0, "", @@ -2834,7 +2834,7 @@ 729.061, 252.3, 729.061, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -2857,7 +2857,7 @@ 729.061, 260.904, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -2880,7 +2880,7 @@ 729.061, 266.904, 729.061, - "\u1ead", + "0", -1, 3.0, "", @@ -2903,7 +2903,7 @@ 729.061, 272.292, 729.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2926,7 +2926,7 @@ 729.061, 275.592, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2949,7 +2949,7 @@ 729.061, 278.592, 729.061, - "B", + "1", -1, 3.0, "", @@ -2972,7 +2972,7 @@ 729.061, 286.584, 729.061, - "\u1ea3", + "2", -1, 3.0, "", @@ -2995,7 +2995,7 @@ 729.061, 291.888, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3018,7 +3018,7 @@ 729.061, 348.7, 729.061, - "L", + "3", -1, 3.0, "", @@ -3041,7 +3041,7 @@ 729.061, 355.996, 729.061, - "\u1eed", + "4", -1, 3.0, "", @@ -3064,7 +3064,7 @@ 729.061, 362.488, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -3087,7 +3087,7 @@ 729.061, 367.792, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3110,7 +3110,7 @@ 729.061, 370.792, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3133,7 +3133,7 @@ 729.061, 376.792, 729.061, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -3156,7 +3156,7 @@ 729.061, 382.792, 729.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -3179,7 +3179,7 @@ 729.061, 386.092, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -3202,7 +3202,7 @@ 729.061, 389.176, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3225,7 +3225,7 @@ 729.061, 392.176, 729.061, - "d", + "5", -1, 3.0, "", @@ -3248,7 +3248,7 @@ 729.061, 398.176, 729.061, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -3271,7 +3271,7 @@ 729.061, 404.176, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3294,7 +3294,7 @@ 729.061, 410.176, 729.061, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -3317,7 +3317,7 @@ 729.061, 416.176, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3340,7 +3340,7 @@ 715.261, 348.7, 715.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3363,7 +3363,7 @@ 715.261, 354.7, 715.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3386,7 +3386,7 @@ 715.261, 360.7, 715.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -3409,7 +3409,7 @@ 715.261, 366.004, 715.261, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -3432,7 +3432,7 @@ 729.061, 445.1, 729.061, - "L", + "3", -1, 3.0, "", @@ -3455,7 +3455,7 @@ 729.061, 452.396, 729.061, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -3478,7 +3478,7 @@ 729.061, 457.7, 729.061, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -3501,7 +3501,7 @@ 729.061, 463.7, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3524,7 +3524,7 @@ 729.061, 466.7, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3547,7 +3547,7 @@ 729.061, 472.7, 729.061, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -3570,7 +3570,7 @@ 729.061, 478.7, 729.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -3593,7 +3593,7 @@ 729.061, 482.0, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -3616,7 +3616,7 @@ 729.061, 485.084, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3639,7 +3639,7 @@ 729.061, 488.084, 729.061, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -3662,7 +3662,7 @@ 729.061, 493.388, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3685,7 +3685,7 @@ 729.061, 499.388, 729.061, - "\u1ee5", + "6", -1, 3.0, "", @@ -3708,7 +3708,7 @@ 729.061, 505.388, 729.061, - "p", + "7", -1, 3.0, "", @@ -3731,7 +3731,7 @@ 729.061, 511.388, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3754,7 +3754,7 @@ 729.061, 514.388, 729.061, - "\u1ea3", + "2", -1, 3.0, "", @@ -3777,7 +3777,7 @@ 729.061, 519.692, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3800,7 +3800,7 @@ 729.061, 525.692, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3823,7 +3823,7 @@ 729.061, 531.692, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3846,7 +3846,7 @@ 715.261, 445.1, 715.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -3869,7 +3869,7 @@ 715.261, 450.404, 715.261, - "\u1ea3", + "2", -1, 3.0, "", @@ -3892,7 +3892,7 @@ 715.261, 455.708, 715.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3915,7 +3915,7 @@ 715.261, 461.708, 715.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3938,7 +3938,7 @@ 715.261, 467.708, 715.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3961,7 +3961,7 @@ 715.261, 470.708, 715.261, - "\u0111", + "'", -1, 3.0, "", @@ -3984,7 +3984,7 @@ 715.261, 476.708, 715.261, - "\u1eb9", + "8", -1, 3.0, "", @@ -4007,7 +4007,7 @@ 715.261, 482.012, 715.261, - "p", + "7", -1, 3.0, "", @@ -4030,7 +4030,7 @@ 695.461, 59.6, 695.461, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -4053,7 +4053,7 @@ 695.461, 70.196, 695.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -4076,7 +4076,7 @@ 695.461, 76.196, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4099,7 +4099,7 @@ 695.461, 82.196, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4122,7 +4122,7 @@ 695.461, 88.196, 695.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4145,7 +4145,7 @@ 695.461, 91.58, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4168,7 +4168,7 @@ 695.461, 94.376, 695.461, - "V", + "9", -1, 3.0, "", @@ -4191,7 +4191,7 @@ 695.461, 102.272, 695.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -4214,7 +4214,7 @@ 695.461, 105.572, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4237,7 +4237,7 @@ 695.461, 111.572, 695.461, - "d", + "5", -1, 3.0, "", @@ -4260,7 +4260,7 @@ 695.461, 117.572, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4283,7 +4283,7 @@ 695.461, 122.876, 695.461, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -4306,7 +4306,7 @@ 695.461, 126.872, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4329,7 +4329,7 @@ 695.461, 225.9, 695.461, - "5", + "!", -1, 3.0, "", @@ -4352,7 +4352,7 @@ 695.461, 231.9, 695.461, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -4375,7 +4375,7 @@ 695.461, 234.9, 695.461, - "1", + ":", -1, 3.0, "", @@ -4398,7 +4398,7 @@ 695.461, 240.9, 695.461, - "5", + "!", -1, 3.0, "", @@ -4421,7 +4421,7 @@ 695.461, 252.3, 695.461, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -4444,7 +4444,7 @@ 695.461, 260.988, 695.461, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -4467,7 +4467,7 @@ 695.461, 266.292, 695.461, - "p", + "7", -1, 3.0, "", @@ -4490,7 +4490,7 @@ 695.461, 272.292, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4513,7 +4513,7 @@ 695.461, 277.596, 695.461, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -4536,7 +4536,7 @@ 695.461, 348.7, 695.461, - "T", + ")", -1, 3.0, "", @@ -4559,7 +4559,7 @@ 695.461, 355.6, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4582,7 +4582,7 @@ 695.461, 361.6, 695.461, - "y", + ";", -1, 3.0, "", @@ -4605,7 +4605,7 @@ 695.461, 367.6, 695.461, - "\u1ebf", + "<", -1, 3.0, "", @@ -4628,7 +4628,7 @@ 695.461, 372.904, 695.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4651,7 +4651,7 @@ 695.461, 376.204, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4674,7 +4674,7 @@ 695.461, 379.204, 695.461, - "p", + "7", -1, 3.0, "", @@ -4697,7 +4697,7 @@ 695.461, 385.204, 695.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -4720,7 +4720,7 @@ 695.461, 391.204, 695.461, - "\u1ee7", + "=", -1, 3.0, "", @@ -4743,7 +4743,7 @@ 695.461, 397.204, 695.461, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -4766,7 +4766,7 @@ 695.461, 400.204, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4789,7 +4789,7 @@ 695.461, 403.204, 695.461, - "b", + ">", -1, 3.0, "", @@ -4812,7 +4812,7 @@ 695.461, 409.204, 695.461, - "\u0103", + "?", -1, 3.0, "", @@ -4835,7 +4835,7 @@ 695.461, 414.508, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4858,7 +4858,7 @@ 695.461, 420.508, 695.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -4881,7 +4881,7 @@ 695.461, 426.592, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4904,7 +4904,7 @@ 681.661, 348.7, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4927,7 +4927,7 @@ 681.661, 352.0, 681.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4950,7 +4950,7 @@ 681.661, 358.0, 681.661, - "y", + ";", -1, 3.0, "", @@ -4973,7 +4973,7 @@ 681.661, 364.0, 681.661, - "\u1ebf", + "<", -1, 3.0, "", @@ -4996,7 +4996,7 @@ 681.661, 369.304, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5019,7 +5019,7 @@ 695.461, 445.1, 695.461, - "L", + "3", -1, 3.0, "", @@ -5042,7 +5042,7 @@ 695.461, 452.396, 695.461, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5065,7 +5065,7 @@ 695.461, 457.7, 695.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -5088,7 +5088,7 @@ 695.461, 463.7, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5111,7 +5111,7 @@ 695.461, 466.7, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5134,7 +5134,7 @@ 695.461, 472.7, 695.461, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -5157,7 +5157,7 @@ 695.461, 478.7, 695.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5180,7 +5180,7 @@ 695.461, 482.084, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5203,7 +5203,7 @@ 695.461, 485.084, 695.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -5226,7 +5226,7 @@ 695.461, 490.388, 695.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -5249,7 +5249,7 @@ 695.461, 496.388, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -5272,7 +5272,7 @@ 695.461, 502.388, 695.461, - "y", + ";", -1, 3.0, "", @@ -5295,7 +5295,7 @@ 695.461, 508.388, 695.461, - "\u00ea", + "@", -1, 3.0, "", @@ -5318,7 +5318,7 @@ 695.461, 513.692, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5341,7 +5341,7 @@ 695.461, 519.692, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5364,7 +5364,7 @@ 681.661, 445.1, 681.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5387,7 +5387,7 @@ 681.661, 451.1, 681.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -5410,7 +5410,7 @@ 681.661, 457.1, 681.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -5433,7 +5433,7 @@ 681.661, 463.1, 681.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5456,7 +5456,7 @@ 681.661, 466.4, 681.661, - "\u1ec7", + "A", -1, 3.0, "", @@ -5479,7 +5479,7 @@ 681.661, 471.704, 681.661, - "p", + "7", -1, 3.0, "", @@ -5502,7 +5502,7 @@ 681.661, 477.704, 681.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -5525,7 +5525,7 @@ 681.661, 480.704, 681.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5548,7 +5548,7 @@ 681.661, 483.704, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5571,7 +5571,7 @@ 681.661, 487.004, 681.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -5594,7 +5594,7 @@ 681.661, 491.0, 681.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5617,7 +5617,7 @@ 681.661, 496.304, 681.661, - "k", + "B", -1, 3.0, "", @@ -5640,7 +5640,7 @@ 681.661, 502.304, 681.661, - "k", + "B", -1, 3.0, "", @@ -5663,7 +5663,7 @@ 681.661, 508.388, 681.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5686,7 +5686,7 @@ 681.661, 511.688, 681.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5709,7 +5709,7 @@ 681.661, 517.688, 681.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -5732,7 +5732,7 @@ 661.861, 59.6, 661.861, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -5755,7 +5755,7 @@ 661.861, 70.196, 661.861, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -5778,7 +5778,7 @@ 661.861, 76.196, 661.861, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -5801,7 +5801,7 @@ 661.861, 82.196, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5824,7 +5824,7 @@ 661.861, 88.196, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5847,7 +5847,7 @@ 661.861, 91.58, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5870,7 +5870,7 @@ 661.861, 94.58, 661.861, - "R", + "C", -1, 3.0, "", @@ -5893,7 +5893,7 @@ 661.861, 102.572, 661.861, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -5916,7 +5916,7 @@ 661.861, 107.876, 661.861, - "d", + "5", -1, 3.0, "", @@ -5939,7 +5939,7 @@ 661.861, 113.876, 661.861, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5962,7 +5962,7 @@ 661.861, 119.18, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5985,7 +5985,7 @@ 661.861, 125.18, 661.861, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -6008,7 +6008,7 @@ 661.861, 131.18, 661.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -6031,7 +6031,7 @@ 661.861, 219.9, 661.861, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -6054,7 +6054,7 @@ 661.861, 225.9, 661.861, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -6077,7 +6077,7 @@ 661.861, 228.9, 661.861, - "7", + "D", -1, 3.0, "", @@ -6100,7 +6100,7 @@ 661.861, 234.9, 661.861, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -6123,7 +6123,7 @@ 661.861, 240.9, 661.861, - "0", + "\"", -1, 3.0, "", @@ -6146,7 +6146,7 @@ 661.861, 252.3, 661.861, - "C", + "E", -1, 3.0, "", @@ -6169,7 +6169,7 @@ 661.861, 260.292, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6192,7 +6192,7 @@ 661.861, 266.292, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6215,7 +6215,7 @@ 661.861, 269.592, 661.861, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -6238,7 +6238,7 @@ 661.861, 272.892, 661.861, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -6261,7 +6261,7 @@ 661.861, 348.7, 661.861, - "V", + "9", -1, 3.0, "", @@ -6284,7 +6284,7 @@ 661.861, 357.304, 661.861, - "\u00f9", + "F", -1, 3.0, "", @@ -6307,7 +6307,7 @@ 661.861, 363.304, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6330,7 +6330,7 @@ 661.861, 369.304, 661.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -6353,7 +6353,7 @@ 661.861, 375.304, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6376,7 +6376,7 @@ 661.861, 378.304, 661.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -6399,7 +6399,7 @@ 661.861, 382.3, 661.861, - "\u1eeb", + "G", -1, 3.0, "", @@ -6422,7 +6422,7 @@ 661.861, 388.792, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6445,7 +6445,7 @@ 661.861, 394.792, 661.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -6468,7 +6468,7 @@ 661.861, 400.792, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6491,7 +6491,7 @@ 661.861, 403.792, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6514,7 +6514,7 @@ 661.861, 409.792, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6537,7 +6537,7 @@ 661.861, 415.792, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6560,7 +6560,7 @@ 661.861, 419.176, 661.861, - "\u1ec7", + "A", -1, 3.0, "", @@ -6583,7 +6583,7 @@ 661.861, 424.48, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -6606,7 +6606,7 @@ 661.861, 427.78, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6629,7 +6629,7 @@ 648.061, 348.7, 648.061, - "\u0111", + "'", -1, 3.0, "", @@ -6652,7 +6652,7 @@ 648.061, 354.7, 648.061, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -6675,7 +6675,7 @@ 648.061, 361.0, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6698,7 +6698,7 @@ 661.861, 445.1, 661.861, - "K", + "H", -1, 3.0, "", @@ -6721,7 +6721,7 @@ 661.861, 453.704, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6744,7 +6744,7 @@ 661.861, 459.704, 661.861, - "\u00e1", + "$", -1, 3.0, "", @@ -6767,7 +6767,7 @@ 661.861, 465.092, 661.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -6790,7 +6790,7 @@ 661.861, 474.392, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6813,7 +6813,7 @@ 661.861, 477.392, 661.861, - "p", + "7", -1, 3.0, "", @@ -6836,7 +6836,7 @@ 661.861, 483.392, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6859,7 +6859,7 @@ 661.861, 489.392, 661.861, - "\u00e1", + "$", -1, 3.0, "", @@ -6882,7 +6882,7 @@ 661.861, 494.696, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6905,7 +6905,7 @@ 661.861, 497.696, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -6928,7 +6928,7 @@ 661.861, 500.996, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6951,7 +6951,7 @@ 661.861, 506.996, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6974,7 +6974,7 @@ 661.861, 510.38, 661.861, - "\u00ea", + "@", -1, 3.0, "", @@ -6997,7 +6997,7 @@ 661.861, 515.684, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7020,7 +7020,7 @@ 661.861, 521.684, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7043,7 +7043,7 @@ 648.061, 445.1, 648.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7066,7 +7066,7 @@ 648.061, 451.1, 648.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -7089,7 +7089,7 @@ 648.061, 457.1, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -7112,7 +7112,7 @@ 648.061, 460.4, 648.061, - "\u00ea", + "@", -1, 3.0, "", @@ -7135,7 +7135,7 @@ 648.061, 465.704, 648.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7158,7 +7158,7 @@ 648.061, 471.704, 648.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -7181,7 +7181,7 @@ 648.061, 474.704, 648.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7204,7 +7204,7 @@ 648.061, 477.704, 648.061, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -7227,7 +7227,7 @@ 648.061, 483.008, 648.061, - "\u1eaf", + "+", -1, 3.0, "", @@ -7250,7 +7250,7 @@ 648.061, 488.396, 648.061, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -7273,7 +7273,7 @@ 648.061, 497.696, 648.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7296,7 +7296,7 @@ 648.061, 500.696, 648.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -7319,7 +7319,7 @@ 648.061, 503.996, 648.061, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -7342,7 +7342,7 @@ 648.061, 507.992, 648.061, - "\u1ea1", + ",", -1, 3.0, "", @@ -7365,7 +7365,7 @@ 648.061, 513.38, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -7388,7 +7388,7 @@ 628.261, 59.6, 628.261, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -7411,7 +7411,7 @@ 628.261, 70.196, 628.261, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -7434,7 +7434,7 @@ 628.261, 76.196, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -7457,7 +7457,7 @@ 628.261, 82.196, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7480,7 +7480,7 @@ 628.261, 88.196, 628.261, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -7503,7 +7503,7 @@ 628.261, 91.58, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7526,7 +7526,7 @@ 628.261, 94.376, 628.261, - "V", + "9", -1, 3.0, "", @@ -7549,7 +7549,7 @@ 628.261, 101.48, 628.261, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -7572,7 +7572,7 @@ 628.261, 107.48, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -7595,7 +7595,7 @@ 628.261, 110.78, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -7618,7 +7618,7 @@ 628.261, 116.78, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7641,7 +7641,7 @@ 628.261, 122.78, 628.261, - "d", + "5", -1, 3.0, "", @@ -7664,7 +7664,7 @@ 628.261, 128.78, 628.261, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -7687,7 +7687,7 @@ 628.261, 132.776, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -7710,7 +7710,7 @@ 628.261, 219.9, 628.261, - "2", + "/", -1, 3.0, "", @@ -7733,7 +7733,7 @@ 628.261, 225.9, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -7756,7 +7756,7 @@ 628.261, 228.9, 628.261, - "6", + "I", -1, 3.0, "", @@ -7779,7 +7779,7 @@ 628.261, 234.9, 628.261, - "0", + "\"", -1, 3.0, "", @@ -7802,7 +7802,7 @@ 628.261, 240.9, 628.261, - "0", + "\"", -1, 3.0, "", @@ -7825,7 +7825,7 @@ 628.261, 252.3, 628.261, - "I", + "J", -1, 3.0, "", @@ -7848,7 +7848,7 @@ 628.261, 256.296, 628.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -7871,7 +7871,7 @@ 628.261, 261.6, 628.261, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -7894,7 +7894,7 @@ 628.261, 266.904, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -7917,7 +7917,7 @@ 628.261, 270.204, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -7940,7 +7940,7 @@ 628.261, 275.508, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7963,7 +7963,7 @@ 628.261, 281.508, 628.261, - "d", + "5", -1, 3.0, "", @@ -7986,7 +7986,7 @@ 628.261, 348.7, 628.261, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -8009,7 +8009,7 @@ 628.261, 359.392, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8032,7 +8032,7 @@ 628.261, 362.692, 628.261, - "\u1ec7", + "A", -1, 3.0, "", @@ -8055,7 +8055,7 @@ 628.261, 367.996, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8078,7 +8078,7 @@ 628.261, 373.996, 628.261, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -8101,7 +8101,7 @@ 628.261, 379.996, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8124,7 +8124,7 @@ 628.261, 382.996, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8147,7 +8147,7 @@ 628.261, 388.996, 628.261, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -8170,7 +8170,7 @@ 628.261, 394.996, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8193,7 +8193,7 @@ 628.261, 398.296, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8216,7 +8216,7 @@ 628.261, 401.296, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -8239,7 +8239,7 @@ 628.261, 404.596, 628.261, - "\u1eed", + "4", -1, 3.0, "", @@ -8262,7 +8262,7 @@ 628.261, 411.088, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -8285,7 +8285,7 @@ 628.261, 416.392, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -8308,7 +8308,7 @@ 628.261, 419.476, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8331,7 +8331,7 @@ 614.461, 348.7, 614.461, - "s", + "K", -1, 3.0, "", @@ -8354,7 +8354,7 @@ 614.461, 353.296, 614.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -8377,7 +8377,7 @@ 614.461, 359.296, 614.461, - "\u1ed1", + "L", -1, 3.0, "", @@ -8400,7 +8400,7 @@ 614.461, 365.296, 614.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8423,7 +8423,7 @@ 614.461, 368.68, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8446,7 +8446,7 @@ 614.461, 371.68, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8469,7 +8469,7 @@ 614.461, 377.68, 614.461, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -8492,7 +8492,7 @@ 614.461, 384.172, 614.461, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -8515,7 +8515,7 @@ 614.461, 390.472, 614.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -8538,7 +8538,7 @@ 614.461, 395.776, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8561,7 +8561,7 @@ 614.461, 398.776, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8584,7 +8584,7 @@ 614.461, 404.776, 614.461, - "\u00f3", + "M", -1, 3.0, "", @@ -8607,7 +8607,7 @@ 614.461, 410.776, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8630,7 +8630,7 @@ 614.461, 416.776, 614.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -8653,7 +8653,7 @@ 628.261, 445.1, 628.261, - "D", + "GLYPH<23>", -1, 3.0, "", @@ -8676,7 +8676,7 @@ 628.261, 453.704, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -8699,7 +8699,7 @@ 628.261, 459.704, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8722,7 +8722,7 @@ 628.261, 462.704, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -8745,7 +8745,7 @@ 628.261, 466.088, 628.261, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -8768,7 +8768,7 @@ 628.261, 469.388, 628.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -8791,7 +8791,7 @@ 628.261, 474.692, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8814,7 +8814,7 @@ 628.261, 480.692, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8837,7 +8837,7 @@ 628.261, 483.692, 628.261, - "s", + "K", -1, 3.0, "", @@ -8860,7 +8860,7 @@ 628.261, 488.384, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8883,7 +8883,7 @@ 628.261, 491.684, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8906,7 +8906,7 @@ 628.261, 497.684, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8929,7 +8929,7 @@ 628.261, 503.684, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8952,7 +8952,7 @@ 628.261, 506.684, 628.261, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -8975,7 +8975,7 @@ 628.261, 509.984, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8998,7 +8998,7 @@ 628.261, 515.984, 628.261, - "\u00e1", + "$", -1, 3.0, "", @@ -9021,7 +9021,7 @@ 628.261, 521.372, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -9044,7 +9044,7 @@ 628.261, 524.672, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -9067,7 +9067,7 @@ 628.261, 527.672, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9090,7 +9090,7 @@ 614.461, 445.1, 614.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -9113,7 +9113,7 @@ 614.461, 448.4, 614.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -9136,7 +9136,7 @@ 614.461, 454.4, 614.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9159,7 +9159,7 @@ 614.461, 459.704, 614.461, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -9182,7 +9182,7 @@ 614.461, 469.088, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9205,7 +9205,7 @@ 614.461, 472.088, 614.461, - "q", + "*", -1, 3.0, "", @@ -9228,7 +9228,7 @@ 614.461, 478.088, 614.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -9251,7 +9251,7 @@ 614.461, 484.088, 614.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9274,7 +9274,7 @@ 614.461, 489.392, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9297,7 +9297,7 @@ 594.661, 59.6, 594.661, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -9320,7 +9320,7 @@ 594.661, 70.196, 594.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -9343,7 +9343,7 @@ 594.661, 76.196, 594.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -9366,7 +9366,7 @@ 594.661, 82.196, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9389,7 +9389,7 @@ 594.661, 88.196, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -9412,7 +9412,7 @@ 594.661, 91.58, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9435,7 +9435,7 @@ 594.661, 94.58, 594.661, - "G", + "N", -1, 3.0, "", @@ -9458,7 +9458,7 @@ 594.661, 103.184, 594.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -9481,7 +9481,7 @@ 594.661, 109.184, 594.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -9504,7 +9504,7 @@ 594.661, 112.568, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9527,7 +9527,7 @@ 594.661, 117.872, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9550,7 +9550,7 @@ 594.661, 123.872, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9573,7 +9573,7 @@ 594.661, 129.176, 594.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -9596,7 +9596,7 @@ 594.661, 219.9, 594.661, - "4", + ".", -1, 3.0, "", @@ -9619,7 +9619,7 @@ 594.661, 225.9, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -9642,7 +9642,7 @@ 594.661, 228.9, 594.661, - "5", + "!", -1, 3.0, "", @@ -9665,7 +9665,7 @@ 594.661, 234.9, 594.661, - "0", + "\"", -1, 3.0, "", @@ -9688,7 +9688,7 @@ 594.661, 240.9, 594.661, - "0", + "\"", -1, 3.0, "", @@ -9711,7 +9711,7 @@ 594.661, 252.3, 594.661, - "P", + "O", -1, 3.0, "", @@ -9734,7 +9734,7 @@ 594.661, 258.984, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -9757,7 +9757,7 @@ 594.661, 264.984, 594.661, - "\u00e1", + "$", -1, 3.0, "", @@ -9780,7 +9780,7 @@ 594.661, 270.288, 594.661, - "p", + "7", -1, 3.0, "", @@ -9803,7 +9803,7 @@ 594.661, 348.7, 594.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -9826,7 +9826,7 @@ 594.661, 357.388, 594.661, - "\u00e1", + "$", -1, 3.0, "", @@ -9849,7 +9849,7 @@ 594.661, 362.692, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9872,7 +9872,7 @@ 594.661, 365.692, 594.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -9895,7 +9895,7 @@ 594.661, 371.692, 594.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -9918,7 +9918,7 @@ 594.661, 375.688, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9941,7 +9941,7 @@ 594.661, 380.992, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9964,7 +9964,7 @@ 594.661, 386.992, 594.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -9987,7 +9987,7 @@ 594.661, 390.292, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -10010,7 +10010,7 @@ 594.661, 393.592, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10033,7 +10033,7 @@ 594.661, 396.676, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10056,7 +10056,7 @@ 594.661, 399.676, 594.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10079,7 +10079,7 @@ 594.661, 408.976, 594.661, - "\u1ea1", + ",", -1, 3.0, "", @@ -10102,7 +10102,7 @@ 594.661, 414.28, 594.661, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -10125,7 +10125,7 @@ 594.661, 419.584, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10148,7 +10148,7 @@ 594.661, 425.584, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10171,7 +10171,7 @@ 580.861, 348.7, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10194,7 +10194,7 @@ 580.861, 354.7, 580.861, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -10217,7 +10217,7 @@ 580.861, 361.192, 580.861, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -10240,7 +10240,7 @@ 580.861, 367.492, 580.861, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -10263,7 +10263,7 @@ 580.861, 372.796, 580.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10286,7 +10286,7 @@ 580.861, 375.796, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10309,7 +10309,7 @@ 580.861, 381.796, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -10332,7 +10332,7 @@ 580.861, 387.796, 580.861, - "\u1ea7", + "P", -1, 3.0, "", @@ -10355,7 +10355,7 @@ 580.861, 393.184, 580.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10378,7 +10378,7 @@ 594.661, 445.1, 594.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -10401,7 +10401,7 @@ 594.661, 453.788, 594.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -10424,7 +10424,7 @@ 594.661, 457.088, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10447,7 +10447,7 @@ 594.661, 460.088, 594.661, - "b", + ">", -1, 3.0, "", @@ -10470,7 +10470,7 @@ 594.661, 466.088, 594.661, - "\u1ed9", + "GLYPH<9>", -1, 3.0, "", @@ -10493,7 +10493,7 @@ 594.661, 472.088, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10516,7 +10516,7 @@ 594.661, 475.088, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10539,7 +10539,7 @@ 594.661, 478.088, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -10562,7 +10562,7 @@ 594.661, 481.388, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10585,7 +10585,7 @@ 594.661, 487.388, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -10608,7 +10608,7 @@ 594.661, 492.692, 594.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10631,7 +10631,7 @@ 594.661, 502.076, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10654,7 +10654,7 @@ 594.661, 505.076, 594.661, - "q", + "*", -1, 3.0, "", @@ -10677,7 +10677,7 @@ 594.661, 511.076, 594.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -10700,7 +10700,7 @@ 594.661, 517.076, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -10723,7 +10723,7 @@ 594.661, 522.38, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10746,7 +10746,7 @@ 594.661, 528.38, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10769,7 +10769,7 @@ 594.661, 531.38, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10792,7 +10792,7 @@ 580.861, 445.1, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10815,7 +10815,7 @@ 580.861, 451.1, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -10838,7 +10838,7 @@ 580.861, 457.1, 580.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10861,7 +10861,7 @@ 580.861, 463.1, 580.861, - "\u1ec9", + "(", -1, 3.0, "", @@ -10884,7 +10884,7 @@ 580.861, 466.4, 580.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10907,7 +10907,7 @@ 580.861, 469.4, 580.861, - "d", + "5", -1, 3.0, "", @@ -10930,7 +10930,7 @@ 580.861, 475.4, 580.861, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -10953,7 +10953,7 @@ 580.861, 481.892, 580.861, - "\u1ee1", + "Q", -1, 3.0, "", @@ -10976,7 +10976,7 @@ 580.861, 488.192, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10999,7 +10999,7 @@ 580.861, 494.192, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -11302,7 +11302,7 @@ 782.461, 59.6, 782.461, - "Ng\u1ecdn n\u00fai", + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", -1, 3.0, "", @@ -11325,7 +11325,7 @@ 782.461, 155.9, 782.461, - "\u0110\u1ed9 cao (m)", + "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", -1, 3.0, "", @@ -11348,7 +11348,7 @@ 782.461, 252.3, 782.461, - "\u0110\u1ea5t n\u01b0\u1edbc", + "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", -1, 3.0, "", @@ -11371,7 +11371,7 @@ 782.461, 348.7, 782.461, - "\u0110\u1ecba h\u00ecnh", + "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", -1, 3.0, "", @@ -11394,7 +11394,7 @@ 782.461, 445.1, 782.461, - "Du l\u1ecbch", + "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", -1, 3.0, "", @@ -11417,7 +11417,7 @@ 762.661, 59.6, 762.661, - "Mount Felora", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -11440,7 +11440,7 @@ 762.661, 219.9, 762.661, - "3,850", + "GLYPH<30>GLYPH<31> !\"", -1, 3.0, "", @@ -11463,7 +11463,7 @@ 762.661, 252.3, 762.661, - "\u00c1o", + "#GLYPH<12>", -1, 3.0, "", @@ -11486,7 +11486,7 @@ 762.661, 348.7, 762.661, - "\u0110\u00e1 v\u00f4i, \u0111\u1ec9nh nh\u1ecdn", + "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", -1, 3.0, "", @@ -11509,7 +11509,7 @@ 762.661, 445.1, 762.661, - "Tham quan, leo ", + ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", -1, 3.0, "", @@ -11532,7 +11532,7 @@ 748.861, 445.1, 748.861, - "n\u00fai, c\u1eafm tr\u1ea1i", + "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", -1, 3.0, "", @@ -11555,7 +11555,7 @@ 729.061, 59.6, 729.061, - "Mount Zalgar", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", -1, 3.0, "", @@ -11578,7 +11578,7 @@ 729.061, 219.9, 729.061, - "4,200", + ".GLYPH<31>/\"\"", -1, 3.0, "", @@ -11601,7 +11601,7 @@ 729.061, 252.3, 729.061, - "Nh\u1eadt B\u1ea3n", + "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", -1, 3.0, "", @@ -11624,7 +11624,7 @@ 729.061, 348.7, 729.061, - "L\u1eeda n\u00fai, dung ", + "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", -1, 3.0, "", @@ -11647,7 +11647,7 @@ 715.261, 348.7, 715.261, - "nham", + "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", -1, 3.0, "", @@ -11670,7 +11670,7 @@ 729.061, 445.1, 729.061, - "Leo n\u00fai, ch\u1ee5p \u1ea3nh ", + "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", -1, 3.0, "", @@ -11693,7 +11693,7 @@ 715.261, 445.1, 715.261, - "c\u1ea3nh \u0111\u1eb9p", + "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", -1, 3.0, "", @@ -11716,7 +11716,7 @@ 695.461, 59.6, 695.461, - "Mount Vindara", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9 GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -11739,7 +11739,7 @@ 695.461, 225.9, 695.461, - "5,15", + "!GLYPH<31>:!", -1, 3.0, "", @@ -11762,7 +11762,7 @@ 695.461, 252.3, 695.461, - "Nepal", + "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", -1, 3.0, "", @@ -11785,7 +11785,7 @@ 695.461, 348.7, 695.461, - "Tuy\u1ebft ph\u1ee7, b\u0103ng ", + ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", -1, 3.0, "", @@ -11808,7 +11808,7 @@ 681.661, 348.7, 681.661, - "tuy\u1ebft", + "GLYPH<17>GLYPH<24>;", -1, 3.0, "", @@ -11831,7 +11831,7 @@ 695.461, 445.1, 695.461, - "Leo n\u00fai chuy\u00ean ", + "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", -1, 3.0, "", @@ -11854,7 +11854,7 @@ 681.661, 445.1, 681.661, - "nghi\u1ec7p, trekking", + "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -11877,7 +11877,7 @@ 661.861, 59.6, 661.861, - "Mount Radenor", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", -1, 3.0, "", @@ -11900,7 +11900,7 @@ 661.861, 219.9, 661.861, - "3,730", + "GLYPH<30>GLYPH<31>DGLYPH<30>\"", -1, 3.0, "", @@ -11923,7 +11923,7 @@ 661.861, 252.3, 661.861, - "Chile", + "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", -1, 3.0, "", @@ -11946,7 +11946,7 @@ 661.861, 348.7, 661.861, - "V\u00f9ng r\u1eebng nhi\u1ec7t ", + "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", -1, 3.0, "", @@ -11969,7 +11969,7 @@ 648.061, 348.7, 648.061, - "\u0111\u1edbi", + "'GLYPH<19>GLYPH<7>", -1, 3.0, "", @@ -11992,7 +11992,7 @@ 661.861, 445.1, 661.861, - "Kh\u00e1m ph\u00e1 thi\u00ean ", + "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", -1, 3.0, "", @@ -12015,7 +12015,7 @@ 648.061, 445.1, 648.061, - "nhi\u00ean, c\u1eafm tr\u1ea1i", + "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", -1, 3.0, "", @@ -12028,17 +12028,40 @@ [ 59.6, 612.853, - 138.092, + 103.04, 628.261, 59.6, 612.853, + 103.04, + 612.853, + 103.04, + 628.261, + 59.6, + 628.261, + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", + -1, + 3.0, + "", + "STANDARD", + "/F1", + "/BAAAAA+LiberationSerif", + false, + true + ], + [ + 101.48, + 612.853, + 138.092, + 628.261, + 101.48, + 612.853, 138.092, 612.853, 138.092, 628.261, - 59.6, + 101.48, 628.261, - "Mount Volundra", + "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -12061,7 +12084,7 @@ 628.261, 219.9, 628.261, - "2,600", + "/GLYPH<31>I\"\"", -1, 3.0, "", @@ -12084,7 +12107,7 @@ 628.261, 252.3, 628.261, - "Iceland", + "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", -1, 3.0, "", @@ -12107,7 +12130,7 @@ 628.261, 348.7, 628.261, - "Mi\u1ec7ng n\u00fai l\u1eeda, ", + "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12130,7 +12153,7 @@ 614.461, 348.7, 614.461, - "su\u1ed1i n\u01b0\u1edbc n\u00f3ng", + "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -12153,7 +12176,7 @@ 628.261, 445.1, 628.261, - "Du l\u1ecbch sinh th\u00e1i, ", + "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12176,7 +12199,7 @@ 614.461, 445.1, 614.461, - "tham quan", + "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", -1, 3.0, "", @@ -12199,7 +12222,7 @@ 594.661, 59.6, 594.661, - "Mount Golanar", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", -1, 3.0, "", @@ -12222,7 +12245,7 @@ 594.661, 219.9, 594.661, - "4,500", + ".GLYPH<31>!\"\"", -1, 3.0, "", @@ -12245,7 +12268,7 @@ 594.661, 252.3, 594.661, - "Ph\u00e1p", + "OGLYPH<21>$7", -1, 3.0, "", @@ -12268,7 +12291,7 @@ 594.661, 348.7, 594.661, - "\u0110\u00e1 granit, m\u1ea1ch ", + "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", -1, 3.0, "", @@ -12291,7 +12314,7 @@ 580.861, 348.7, 580.861, - "n\u01b0\u1edbc ng\u1ea7m", + "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", -1, 3.0, "", @@ -12314,7 +12337,7 @@ 594.661, 445.1, 594.661, - "\u0110i b\u1ed9, tham quan, ", + "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12337,7 +12360,7 @@ 580.861, 445.1, 580.861, - "ngh\u1ec9 d\u01b0\u1ee1ng", + "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -12626,23 +12649,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.000975, - "decode_dimensions": 1e-06, - "decode_page": 0.004137, - "decode_resources": 0.000546, - "sanitise_contents": 0.002425 + "decode_contents": 0.001399, + "decode_dimensions": 0.0, + "decode_page": 0.007825, + "decode_resources": 0.000459, + "sanitise_contents": 0.00519 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.000975, - "decode_dimensions": 1e-06, - "decode_document": 0.004363, - "decode_page": 0.004137, - "decode_resources": 0.000546, - "decoding page 0": 0.004331, - "process_document_from_bytesio": 3e-05, - "sanitise_contents": 0.002425 + "decode_contents": 0.001399, + "decode_dimensions": 0.0, + "decode_document": 0.008107, + "decode_page": 0.007825, + "decode_resources": 0.000459, + "decoding page 0": 0.008028, + "process_document_from_bytesio": 2.2e-05, + "sanitise_contents": 0.00519 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_04.pdf.v2.p=0.json b/tests/data/groundtruth/font_04.pdf.v2.p=0.json index e45602fa..ff712780 100644 --- a/tests/data/groundtruth/font_04.pdf.v2.p=0.json +++ b/tests/data/groundtruth/font_04.pdf.v2.p=0.json @@ -28,7 +28,7 @@ 782.461, 59.6, 782.461, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -51,7 +51,7 @@ 782.461, 68.204, 782.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -74,7 +74,7 @@ 782.461, 74.204, 782.461, - "\u1ecd", + "GLYPH<3>", -1, 3.0, "", @@ -97,7 +97,7 @@ 782.461, 80.204, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -120,7 +120,7 @@ 782.461, 86.204, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -143,7 +143,7 @@ 782.461, 89.204, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -166,7 +166,7 @@ 782.461, 95.204, 782.461, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -189,7 +189,7 @@ 782.461, 101.204, 782.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -212,7 +212,7 @@ 782.461, 155.9, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -235,7 +235,7 @@ 782.461, 164.504, 782.461, - "\u1ed9", + "GLYPH<9>", -1, 3.0, "", @@ -258,7 +258,7 @@ 782.461, 170.504, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -281,7 +281,7 @@ 782.461, 173.504, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -304,7 +304,7 @@ 782.461, 178.808, 782.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -327,7 +327,7 @@ 782.461, 184.112, 782.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -350,7 +350,7 @@ 782.461, 190.196, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -373,7 +373,7 @@ 782.461, 193.196, 782.461, - "(", + "GLYPH<13>", -1, 3.0, "", @@ -396,7 +396,7 @@ 782.461, 197.192, 782.461, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -419,7 +419,7 @@ 782.461, 206.492, 782.461, - ")", + "GLYPH<15>", -1, 3.0, "", @@ -442,7 +442,7 @@ 782.461, 252.3, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -465,7 +465,7 @@ 782.461, 260.988, 782.461, - "\u1ea5", + "GLYPH<16>", -1, 3.0, "", @@ -488,7 +488,7 @@ 782.461, 266.292, 782.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -511,7 +511,7 @@ 782.461, 269.592, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -534,7 +534,7 @@ 782.461, 272.592, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -557,7 +557,7 @@ 782.461, 278.592, 782.461, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -580,7 +580,7 @@ 782.461, 285.084, 782.461, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -603,7 +603,7 @@ 782.461, 291.384, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -626,7 +626,7 @@ 782.461, 348.7, 782.461, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -649,7 +649,7 @@ 782.461, 357.388, 782.461, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -672,7 +672,7 @@ 782.461, 360.688, 782.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -695,7 +695,7 @@ 782.461, 365.992, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -718,7 +718,7 @@ 782.461, 368.992, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -741,7 +741,7 @@ 782.461, 374.992, 782.461, - "\u00ec", + "GLYPH<22>", -1, 3.0, "", @@ -764,7 +764,7 @@ 782.461, 378.292, 782.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -787,7 +787,7 @@ 782.461, 384.292, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -810,7 +810,7 @@ 782.461, 445.1, 782.461, - "D", + "GLYPH<23>", -1, 3.0, "", @@ -833,7 +833,7 @@ 782.461, 453.704, 782.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -856,7 +856,7 @@ 782.461, 459.704, 782.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -879,7 +879,7 @@ 782.461, 462.704, 782.461, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -902,7 +902,7 @@ 782.461, 466.088, 782.461, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -925,7 +925,7 @@ 782.461, 469.388, 782.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -948,7 +948,7 @@ 782.461, 474.692, 782.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -971,7 +971,7 @@ 762.661, 59.6, 762.661, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -994,7 +994,7 @@ 762.661, 70.196, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1017,7 +1017,7 @@ 762.661, 76.196, 762.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -1040,7 +1040,7 @@ 762.661, 82.196, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1063,7 +1063,7 @@ 762.661, 88.196, 762.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -1086,7 +1086,7 @@ 762.661, 91.58, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1109,7 +1109,7 @@ 762.661, 94.58, 762.661, - "F", + "GLYPH<27>", -1, 3.0, "", @@ -1132,7 +1132,7 @@ 762.661, 101.264, 762.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -1155,7 +1155,7 @@ 762.661, 106.568, 762.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -1178,7 +1178,7 @@ 762.661, 109.868, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1201,7 +1201,7 @@ 762.661, 115.868, 762.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -1224,7 +1224,7 @@ 762.661, 119.864, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1247,7 +1247,7 @@ 762.661, 219.9, 762.661, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -1270,7 +1270,7 @@ 762.661, 225.9, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -1293,7 +1293,7 @@ 762.661, 228.9, 762.661, - "8", + " ", -1, 3.0, "", @@ -1316,7 +1316,7 @@ 762.661, 234.9, 762.661, - "5", + "!", -1, 3.0, "", @@ -1339,7 +1339,7 @@ 762.661, 240.9, 762.661, - "0", + "\"", -1, 3.0, "", @@ -1362,7 +1362,7 @@ 762.661, 252.3, 762.661, - "\u00c1", + "#", -1, 3.0, "", @@ -1385,7 +1385,7 @@ 762.661, 260.904, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -1408,7 +1408,7 @@ 762.661, 348.7, 762.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -1431,7 +1431,7 @@ 762.661, 357.388, 762.661, - "\u00e1", + "$", -1, 3.0, "", @@ -1454,7 +1454,7 @@ 762.661, 362.692, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1477,7 +1477,7 @@ 762.661, 365.692, 762.661, - "v", + "%", -1, 3.0, "", @@ -1500,7 +1500,7 @@ 762.661, 371.692, 762.661, - "\u00f4", + "&", -1, 3.0, "", @@ -1523,7 +1523,7 @@ 762.661, 377.692, 762.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -1546,7 +1546,7 @@ 762.661, 380.992, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -1569,7 +1569,7 @@ 762.661, 383.992, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1592,7 +1592,7 @@ 762.661, 386.992, 762.661, - "\u0111", + "'", -1, 3.0, "", @@ -1615,7 +1615,7 @@ 762.661, 392.992, 762.661, - "\u1ec9", + "(", -1, 3.0, "", @@ -1638,7 +1638,7 @@ 762.661, 396.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1661,7 +1661,7 @@ 762.661, 402.292, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1684,7 +1684,7 @@ 762.661, 408.292, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1707,7 +1707,7 @@ 762.661, 411.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1730,7 +1730,7 @@ 762.661, 417.292, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1753,7 +1753,7 @@ 762.661, 423.292, 762.661, - "\u1ecd", + "GLYPH<3>", -1, 3.0, "", @@ -1776,7 +1776,7 @@ 762.661, 429.292, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -1799,7 +1799,7 @@ 762.661, 445.1, 762.661, - "T", + ")", -1, 3.0, "", @@ -1822,7 +1822,7 @@ 762.661, 452.396, 762.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -1845,7 +1845,7 @@ 762.661, 458.396, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1868,7 +1868,7 @@ 762.661, 463.7, 762.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -1891,7 +1891,7 @@ 762.661, 473.084, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -1914,7 +1914,7 @@ 762.661, 476.084, 762.661, - "q", + "*", -1, 3.0, "", @@ -1937,7 +1937,7 @@ 762.661, 482.084, 762.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -1960,7 +1960,7 @@ 762.661, 488.084, 762.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -1983,7 +1983,7 @@ 762.661, 493.388, 762.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2006,7 +2006,7 @@ 762.661, 499.388, 762.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2029,7 +2029,7 @@ 762.661, 502.388, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2052,7 +2052,7 @@ 762.661, 505.388, 762.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -2075,7 +2075,7 @@ 762.661, 508.688, 762.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -2098,7 +2098,7 @@ 762.661, 513.992, 762.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -2121,7 +2121,7 @@ 762.661, 520.076, 762.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2144,7 +2144,7 @@ 748.861, 445.1, 748.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2167,7 +2167,7 @@ 748.861, 451.1, 748.861, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -2190,7 +2190,7 @@ 748.861, 457.1, 748.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -2213,7 +2213,7 @@ 748.861, 460.4, 748.861, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2236,7 +2236,7 @@ 748.861, 463.4, 748.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2259,7 +2259,7 @@ 748.861, 466.4, 748.861, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -2282,7 +2282,7 @@ 748.861, 471.704, 748.861, - "\u1eaf", + "+", -1, 3.0, "", @@ -2305,7 +2305,7 @@ 748.861, 477.008, 748.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -2328,7 +2328,7 @@ 748.861, 486.392, 748.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2351,7 +2351,7 @@ 748.861, 489.392, 748.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2374,7 +2374,7 @@ 748.861, 492.692, 748.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -2397,7 +2397,7 @@ 748.861, 496.688, 748.861, - "\u1ea1", + ",", -1, 3.0, "", @@ -2420,7 +2420,7 @@ 748.861, 501.992, 748.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -2443,7 +2443,7 @@ 729.061, 59.6, 729.061, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -2466,7 +2466,7 @@ 729.061, 70.196, 729.061, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -2489,7 +2489,7 @@ 729.061, 76.196, 729.061, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -2512,7 +2512,7 @@ 729.061, 82.196, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -2535,7 +2535,7 @@ 729.061, 88.196, 729.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2558,7 +2558,7 @@ 729.061, 91.58, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2581,7 +2581,7 @@ 729.061, 94.58, 729.061, - "Z", + "-", -1, 3.0, "", @@ -2604,7 +2604,7 @@ 729.061, 101.876, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -2627,7 +2627,7 @@ 729.061, 107.18, 729.061, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -2650,7 +2650,7 @@ 729.061, 110.48, 729.061, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -2673,7 +2673,7 @@ 729.061, 116.48, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -2696,7 +2696,7 @@ 729.061, 121.784, 729.061, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -2719,7 +2719,7 @@ 729.061, 219.9, 729.061, - "4", + ".", -1, 3.0, "", @@ -2742,7 +2742,7 @@ 729.061, 225.9, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -2765,7 +2765,7 @@ 729.061, 228.9, 729.061, - "2", + "/", -1, 3.0, "", @@ -2788,7 +2788,7 @@ 729.061, 234.9, 729.061, - "0", + "\"", -1, 3.0, "", @@ -2811,7 +2811,7 @@ 729.061, 240.9, 729.061, - "0", + "\"", -1, 3.0, "", @@ -2834,7 +2834,7 @@ 729.061, 252.3, 729.061, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -2857,7 +2857,7 @@ 729.061, 260.904, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -2880,7 +2880,7 @@ 729.061, 266.904, 729.061, - "\u1ead", + "0", -1, 3.0, "", @@ -2903,7 +2903,7 @@ 729.061, 272.292, 729.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -2926,7 +2926,7 @@ 729.061, 275.592, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -2949,7 +2949,7 @@ 729.061, 278.592, 729.061, - "B", + "1", -1, 3.0, "", @@ -2972,7 +2972,7 @@ 729.061, 286.584, 729.061, - "\u1ea3", + "2", -1, 3.0, "", @@ -2995,7 +2995,7 @@ 729.061, 291.888, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3018,7 +3018,7 @@ 729.061, 348.7, 729.061, - "L", + "3", -1, 3.0, "", @@ -3041,7 +3041,7 @@ 729.061, 355.996, 729.061, - "\u1eed", + "4", -1, 3.0, "", @@ -3064,7 +3064,7 @@ 729.061, 362.488, 729.061, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -3087,7 +3087,7 @@ 729.061, 367.792, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3110,7 +3110,7 @@ 729.061, 370.792, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3133,7 +3133,7 @@ 729.061, 376.792, 729.061, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -3156,7 +3156,7 @@ 729.061, 382.792, 729.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -3179,7 +3179,7 @@ 729.061, 386.092, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -3202,7 +3202,7 @@ 729.061, 389.176, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3225,7 +3225,7 @@ 729.061, 392.176, 729.061, - "d", + "5", -1, 3.0, "", @@ -3248,7 +3248,7 @@ 729.061, 398.176, 729.061, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -3271,7 +3271,7 @@ 729.061, 404.176, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3294,7 +3294,7 @@ 729.061, 410.176, 729.061, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -3317,7 +3317,7 @@ 729.061, 416.176, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3340,7 +3340,7 @@ 715.261, 348.7, 715.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3363,7 +3363,7 @@ 715.261, 354.7, 715.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3386,7 +3386,7 @@ 715.261, 360.7, 715.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -3409,7 +3409,7 @@ 715.261, 366.004, 715.261, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -3432,7 +3432,7 @@ 729.061, 445.1, 729.061, - "L", + "3", -1, 3.0, "", @@ -3455,7 +3455,7 @@ 729.061, 452.396, 729.061, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -3478,7 +3478,7 @@ 729.061, 457.7, 729.061, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -3501,7 +3501,7 @@ 729.061, 463.7, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3524,7 +3524,7 @@ 729.061, 466.7, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3547,7 +3547,7 @@ 729.061, 472.7, 729.061, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -3570,7 +3570,7 @@ 729.061, 478.7, 729.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -3593,7 +3593,7 @@ 729.061, 482.0, 729.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -3616,7 +3616,7 @@ 729.061, 485.084, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3639,7 +3639,7 @@ 729.061, 488.084, 729.061, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -3662,7 +3662,7 @@ 729.061, 493.388, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3685,7 +3685,7 @@ 729.061, 499.388, 729.061, - "\u1ee5", + "6", -1, 3.0, "", @@ -3708,7 +3708,7 @@ 729.061, 505.388, 729.061, - "p", + "7", -1, 3.0, "", @@ -3731,7 +3731,7 @@ 729.061, 511.388, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3754,7 +3754,7 @@ 729.061, 514.388, 729.061, - "\u1ea3", + "2", -1, 3.0, "", @@ -3777,7 +3777,7 @@ 729.061, 519.692, 729.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3800,7 +3800,7 @@ 729.061, 525.692, 729.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3823,7 +3823,7 @@ 729.061, 531.692, 729.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3846,7 +3846,7 @@ 715.261, 445.1, 715.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -3869,7 +3869,7 @@ 715.261, 450.404, 715.261, - "\u1ea3", + "2", -1, 3.0, "", @@ -3892,7 +3892,7 @@ 715.261, 455.708, 715.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -3915,7 +3915,7 @@ 715.261, 461.708, 715.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -3938,7 +3938,7 @@ 715.261, 467.708, 715.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -3961,7 +3961,7 @@ 715.261, 470.708, 715.261, - "\u0111", + "'", -1, 3.0, "", @@ -3984,7 +3984,7 @@ 715.261, 476.708, 715.261, - "\u1eb9", + "8", -1, 3.0, "", @@ -4007,7 +4007,7 @@ 715.261, 482.012, 715.261, - "p", + "7", -1, 3.0, "", @@ -4030,7 +4030,7 @@ 695.461, 59.6, 695.461, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -4053,7 +4053,7 @@ 695.461, 70.196, 695.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -4076,7 +4076,7 @@ 695.461, 76.196, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4099,7 +4099,7 @@ 695.461, 82.196, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4122,7 +4122,7 @@ 695.461, 88.196, 695.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4145,7 +4145,7 @@ 695.461, 91.58, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4168,7 +4168,7 @@ 695.461, 94.376, 695.461, - "V", + "9", -1, 3.0, "", @@ -4191,7 +4191,7 @@ 695.461, 102.272, 695.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -4214,7 +4214,7 @@ 695.461, 105.572, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4237,7 +4237,7 @@ 695.461, 111.572, 695.461, - "d", + "5", -1, 3.0, "", @@ -4260,7 +4260,7 @@ 695.461, 117.572, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4283,7 +4283,7 @@ 695.461, 122.876, 695.461, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -4306,7 +4306,7 @@ 695.461, 126.872, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4329,7 +4329,7 @@ 695.461, 225.9, 695.461, - "5", + "!", -1, 3.0, "", @@ -4352,7 +4352,7 @@ 695.461, 231.9, 695.461, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -4375,7 +4375,7 @@ 695.461, 234.9, 695.461, - "1", + ":", -1, 3.0, "", @@ -4398,7 +4398,7 @@ 695.461, 240.9, 695.461, - "5", + "!", -1, 3.0, "", @@ -4421,7 +4421,7 @@ 695.461, 252.3, 695.461, - "N", + "GLYPH<1>", -1, 3.0, "", @@ -4444,7 +4444,7 @@ 695.461, 260.988, 695.461, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -4467,7 +4467,7 @@ 695.461, 266.292, 695.461, - "p", + "7", -1, 3.0, "", @@ -4490,7 +4490,7 @@ 695.461, 272.292, 695.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -4513,7 +4513,7 @@ 695.461, 277.596, 695.461, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -4536,7 +4536,7 @@ 695.461, 348.7, 695.461, - "T", + ")", -1, 3.0, "", @@ -4559,7 +4559,7 @@ 695.461, 355.6, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4582,7 +4582,7 @@ 695.461, 361.6, 695.461, - "y", + ";", -1, 3.0, "", @@ -4605,7 +4605,7 @@ 695.461, 367.6, 695.461, - "\u1ebf", + "<", -1, 3.0, "", @@ -4628,7 +4628,7 @@ 695.461, 372.904, 695.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4651,7 +4651,7 @@ 695.461, 376.204, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4674,7 +4674,7 @@ 695.461, 379.204, 695.461, - "p", + "7", -1, 3.0, "", @@ -4697,7 +4697,7 @@ 695.461, 385.204, 695.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -4720,7 +4720,7 @@ 695.461, 391.204, 695.461, - "\u1ee7", + "=", -1, 3.0, "", @@ -4743,7 +4743,7 @@ 695.461, 397.204, 695.461, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -4766,7 +4766,7 @@ 695.461, 400.204, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4789,7 +4789,7 @@ 695.461, 403.204, 695.461, - "b", + ">", -1, 3.0, "", @@ -4812,7 +4812,7 @@ 695.461, 409.204, 695.461, - "\u0103", + "?", -1, 3.0, "", @@ -4835,7 +4835,7 @@ 695.461, 414.508, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -4858,7 +4858,7 @@ 695.461, 420.508, 695.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -4881,7 +4881,7 @@ 695.461, 426.592, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -4904,7 +4904,7 @@ 681.661, 348.7, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -4927,7 +4927,7 @@ 681.661, 352.0, 681.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -4950,7 +4950,7 @@ 681.661, 358.0, 681.661, - "y", + ";", -1, 3.0, "", @@ -4973,7 +4973,7 @@ 681.661, 364.0, 681.661, - "\u1ebf", + "<", -1, 3.0, "", @@ -4996,7 +4996,7 @@ 681.661, 369.304, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5019,7 +5019,7 @@ 695.461, 445.1, 695.461, - "L", + "3", -1, 3.0, "", @@ -5042,7 +5042,7 @@ 695.461, 452.396, 695.461, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5065,7 +5065,7 @@ 695.461, 457.7, 695.461, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -5088,7 +5088,7 @@ 695.461, 463.7, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5111,7 +5111,7 @@ 695.461, 466.7, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5134,7 +5134,7 @@ 695.461, 472.7, 695.461, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -5157,7 +5157,7 @@ 695.461, 478.7, 695.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5180,7 +5180,7 @@ 695.461, 482.084, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5203,7 +5203,7 @@ 695.461, 485.084, 695.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -5226,7 +5226,7 @@ 695.461, 490.388, 695.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -5249,7 +5249,7 @@ 695.461, 496.388, 695.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -5272,7 +5272,7 @@ 695.461, 502.388, 695.461, - "y", + ";", -1, 3.0, "", @@ -5295,7 +5295,7 @@ 695.461, 508.388, 695.461, - "\u00ea", + "@", -1, 3.0, "", @@ -5318,7 +5318,7 @@ 695.461, 513.692, 695.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5341,7 +5341,7 @@ 695.461, 519.692, 695.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5364,7 +5364,7 @@ 681.661, 445.1, 681.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5387,7 +5387,7 @@ 681.661, 451.1, 681.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -5410,7 +5410,7 @@ 681.661, 457.1, 681.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -5433,7 +5433,7 @@ 681.661, 463.1, 681.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5456,7 +5456,7 @@ 681.661, 466.4, 681.661, - "\u1ec7", + "A", -1, 3.0, "", @@ -5479,7 +5479,7 @@ 681.661, 471.704, 681.661, - "p", + "7", -1, 3.0, "", @@ -5502,7 +5502,7 @@ 681.661, 477.704, 681.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -5525,7 +5525,7 @@ 681.661, 480.704, 681.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5548,7 +5548,7 @@ 681.661, 483.704, 681.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5571,7 +5571,7 @@ 681.661, 487.004, 681.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -5594,7 +5594,7 @@ 681.661, 491.0, 681.661, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5617,7 +5617,7 @@ 681.661, 496.304, 681.661, - "k", + "B", -1, 3.0, "", @@ -5640,7 +5640,7 @@ 681.661, 502.304, 681.661, - "k", + "B", -1, 3.0, "", @@ -5663,7 +5663,7 @@ 681.661, 508.388, 681.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -5686,7 +5686,7 @@ 681.661, 511.688, 681.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5709,7 +5709,7 @@ 681.661, 517.688, 681.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -5732,7 +5732,7 @@ 661.861, 59.6, 661.861, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -5755,7 +5755,7 @@ 661.861, 70.196, 661.861, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -5778,7 +5778,7 @@ 661.861, 76.196, 661.861, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -5801,7 +5801,7 @@ 661.861, 82.196, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5824,7 +5824,7 @@ 661.861, 88.196, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -5847,7 +5847,7 @@ 661.861, 91.58, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -5870,7 +5870,7 @@ 661.861, 94.58, 661.861, - "R", + "C", -1, 3.0, "", @@ -5893,7 +5893,7 @@ 661.861, 102.572, 661.861, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -5916,7 +5916,7 @@ 661.861, 107.876, 661.861, - "d", + "5", -1, 3.0, "", @@ -5939,7 +5939,7 @@ 661.861, 113.876, 661.861, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -5962,7 +5962,7 @@ 661.861, 119.18, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -5985,7 +5985,7 @@ 661.861, 125.18, 661.861, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -6008,7 +6008,7 @@ 661.861, 131.18, 661.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -6031,7 +6031,7 @@ 661.861, 219.9, 661.861, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -6054,7 +6054,7 @@ 661.861, 225.9, 661.861, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -6077,7 +6077,7 @@ 661.861, 228.9, 661.861, - "7", + "D", -1, 3.0, "", @@ -6100,7 +6100,7 @@ 661.861, 234.9, 661.861, - "3", + "GLYPH<30>", -1, 3.0, "", @@ -6123,7 +6123,7 @@ 661.861, 240.9, 661.861, - "0", + "\"", -1, 3.0, "", @@ -6146,7 +6146,7 @@ 661.861, 252.3, 661.861, - "C", + "E", -1, 3.0, "", @@ -6169,7 +6169,7 @@ 661.861, 260.292, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6192,7 +6192,7 @@ 661.861, 266.292, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6215,7 +6215,7 @@ 661.861, 269.592, 661.861, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -6238,7 +6238,7 @@ 661.861, 272.892, 661.861, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -6261,7 +6261,7 @@ 661.861, 348.7, 661.861, - "V", + "9", -1, 3.0, "", @@ -6284,7 +6284,7 @@ 661.861, 357.304, 661.861, - "\u00f9", + "F", -1, 3.0, "", @@ -6307,7 +6307,7 @@ 661.861, 363.304, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6330,7 +6330,7 @@ 661.861, 369.304, 661.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -6353,7 +6353,7 @@ 661.861, 375.304, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6376,7 +6376,7 @@ 661.861, 378.304, 661.861, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -6399,7 +6399,7 @@ 661.861, 382.3, 661.861, - "\u1eeb", + "G", -1, 3.0, "", @@ -6422,7 +6422,7 @@ 661.861, 388.792, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6445,7 +6445,7 @@ 661.861, 394.792, 661.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -6468,7 +6468,7 @@ 661.861, 400.792, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6491,7 +6491,7 @@ 661.861, 403.792, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -6514,7 +6514,7 @@ 661.861, 409.792, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6537,7 +6537,7 @@ 661.861, 415.792, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6560,7 +6560,7 @@ 661.861, 419.176, 661.861, - "\u1ec7", + "A", -1, 3.0, "", @@ -6583,7 +6583,7 @@ 661.861, 424.48, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -6606,7 +6606,7 @@ 661.861, 427.78, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6629,7 +6629,7 @@ 648.061, 348.7, 648.061, - "\u0111", + "'", -1, 3.0, "", @@ -6652,7 +6652,7 @@ 648.061, 354.7, 648.061, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -6675,7 +6675,7 @@ 648.061, 361.0, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6698,7 +6698,7 @@ 661.861, 445.1, 661.861, - "K", + "H", -1, 3.0, "", @@ -6721,7 +6721,7 @@ 661.861, 453.704, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6744,7 +6744,7 @@ 661.861, 459.704, 661.861, - "\u00e1", + "$", -1, 3.0, "", @@ -6767,7 +6767,7 @@ 661.861, 465.092, 661.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -6790,7 +6790,7 @@ 661.861, 474.392, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6813,7 +6813,7 @@ 661.861, 477.392, 661.861, - "p", + "7", -1, 3.0, "", @@ -6836,7 +6836,7 @@ 661.861, 483.392, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6859,7 +6859,7 @@ 661.861, 489.392, 661.861, - "\u00e1", + "$", -1, 3.0, "", @@ -6882,7 +6882,7 @@ 661.861, 494.696, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -6905,7 +6905,7 @@ 661.861, 497.696, 661.861, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -6928,7 +6928,7 @@ 661.861, 500.996, 661.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -6951,7 +6951,7 @@ 661.861, 506.996, 661.861, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -6974,7 +6974,7 @@ 661.861, 510.38, 661.861, - "\u00ea", + "@", -1, 3.0, "", @@ -6997,7 +6997,7 @@ 661.861, 515.684, 661.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7020,7 +7020,7 @@ 661.861, 521.684, 661.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7043,7 +7043,7 @@ 648.061, 445.1, 648.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7066,7 +7066,7 @@ 648.061, 451.1, 648.061, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -7089,7 +7089,7 @@ 648.061, 457.1, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -7112,7 +7112,7 @@ 648.061, 460.4, 648.061, - "\u00ea", + "@", -1, 3.0, "", @@ -7135,7 +7135,7 @@ 648.061, 465.704, 648.061, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7158,7 +7158,7 @@ 648.061, 471.704, 648.061, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -7181,7 +7181,7 @@ 648.061, 474.704, 648.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7204,7 +7204,7 @@ 648.061, 477.704, 648.061, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -7227,7 +7227,7 @@ 648.061, 483.008, 648.061, - "\u1eaf", + "+", -1, 3.0, "", @@ -7250,7 +7250,7 @@ 648.061, 488.396, 648.061, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -7273,7 +7273,7 @@ 648.061, 497.696, 648.061, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7296,7 +7296,7 @@ 648.061, 500.696, 648.061, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -7319,7 +7319,7 @@ 648.061, 503.996, 648.061, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -7342,7 +7342,7 @@ 648.061, 507.992, 648.061, - "\u1ea1", + ",", -1, 3.0, "", @@ -7365,7 +7365,7 @@ 648.061, 513.38, 648.061, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -7388,7 +7388,7 @@ 628.261, 59.6, 628.261, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -7411,7 +7411,7 @@ 628.261, 70.196, 628.261, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -7434,7 +7434,7 @@ 628.261, 76.196, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -7457,7 +7457,7 @@ 628.261, 82.196, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7480,7 +7480,7 @@ 628.261, 88.196, 628.261, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -7503,7 +7503,7 @@ 628.261, 91.58, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -7526,7 +7526,7 @@ 628.261, 94.376, 628.261, - "V", + "9", -1, 3.0, "", @@ -7549,7 +7549,7 @@ 628.261, 101.48, 628.261, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -7572,7 +7572,7 @@ 628.261, 107.48, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -7595,7 +7595,7 @@ 628.261, 110.78, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -7618,7 +7618,7 @@ 628.261, 116.78, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7641,7 +7641,7 @@ 628.261, 122.78, 628.261, - "d", + "5", -1, 3.0, "", @@ -7664,7 +7664,7 @@ 628.261, 128.78, 628.261, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -7687,7 +7687,7 @@ 628.261, 132.776, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -7710,7 +7710,7 @@ 628.261, 219.9, 628.261, - "2", + "/", -1, 3.0, "", @@ -7733,7 +7733,7 @@ 628.261, 225.9, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -7756,7 +7756,7 @@ 628.261, 228.9, 628.261, - "6", + "I", -1, 3.0, "", @@ -7779,7 +7779,7 @@ 628.261, 234.9, 628.261, - "0", + "\"", -1, 3.0, "", @@ -7802,7 +7802,7 @@ 628.261, 240.9, 628.261, - "0", + "\"", -1, 3.0, "", @@ -7825,7 +7825,7 @@ 628.261, 252.3, 628.261, - "I", + "J", -1, 3.0, "", @@ -7848,7 +7848,7 @@ 628.261, 256.296, 628.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -7871,7 +7871,7 @@ 628.261, 261.6, 628.261, - "e", + "GLYPH<28>", -1, 3.0, "", @@ -7894,7 +7894,7 @@ 628.261, 266.904, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -7917,7 +7917,7 @@ 628.261, 270.204, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -7940,7 +7940,7 @@ 628.261, 275.508, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -7963,7 +7963,7 @@ 628.261, 281.508, 628.261, - "d", + "5", -1, 3.0, "", @@ -7986,7 +7986,7 @@ 628.261, 348.7, 628.261, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -8009,7 +8009,7 @@ 628.261, 359.392, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8032,7 +8032,7 @@ 628.261, 362.692, 628.261, - "\u1ec7", + "A", -1, 3.0, "", @@ -8055,7 +8055,7 @@ 628.261, 367.996, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8078,7 +8078,7 @@ 628.261, 373.996, 628.261, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -8101,7 +8101,7 @@ 628.261, 379.996, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8124,7 +8124,7 @@ 628.261, 382.996, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8147,7 +8147,7 @@ 628.261, 388.996, 628.261, - "\u00fa", + "GLYPH<6>", -1, 3.0, "", @@ -8170,7 +8170,7 @@ 628.261, 394.996, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8193,7 +8193,7 @@ 628.261, 398.296, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8216,7 +8216,7 @@ 628.261, 401.296, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -8239,7 +8239,7 @@ 628.261, 404.596, 628.261, - "\u1eed", + "4", -1, 3.0, "", @@ -8262,7 +8262,7 @@ 628.261, 411.088, 628.261, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -8285,7 +8285,7 @@ 628.261, 416.392, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -8308,7 +8308,7 @@ 628.261, 419.476, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8331,7 +8331,7 @@ 614.461, 348.7, 614.461, - "s", + "K", -1, 3.0, "", @@ -8354,7 +8354,7 @@ 614.461, 353.296, 614.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -8377,7 +8377,7 @@ 614.461, 359.296, 614.461, - "\u1ed1", + "L", -1, 3.0, "", @@ -8400,7 +8400,7 @@ 614.461, 365.296, 614.461, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8423,7 +8423,7 @@ 614.461, 368.68, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8446,7 +8446,7 @@ 614.461, 371.68, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8469,7 +8469,7 @@ 614.461, 377.68, 614.461, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -8492,7 +8492,7 @@ 614.461, 384.172, 614.461, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -8515,7 +8515,7 @@ 614.461, 390.472, 614.461, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -8538,7 +8538,7 @@ 614.461, 395.776, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8561,7 +8561,7 @@ 614.461, 398.776, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8584,7 +8584,7 @@ 614.461, 404.776, 614.461, - "\u00f3", + "M", -1, 3.0, "", @@ -8607,7 +8607,7 @@ 614.461, 410.776, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8630,7 +8630,7 @@ 614.461, 416.776, 614.461, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -8653,7 +8653,7 @@ 628.261, 445.1, 628.261, - "D", + "GLYPH<23>", -1, 3.0, "", @@ -8676,7 +8676,7 @@ 628.261, 453.704, 628.261, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -8699,7 +8699,7 @@ 628.261, 459.704, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8722,7 +8722,7 @@ 628.261, 462.704, 628.261, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -8745,7 +8745,7 @@ 628.261, 466.088, 628.261, - "\u1ecb", + "GLYPH<20>", -1, 3.0, "", @@ -8768,7 +8768,7 @@ 628.261, 469.388, 628.261, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -8791,7 +8791,7 @@ 628.261, 474.692, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8814,7 +8814,7 @@ 628.261, 480.692, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8837,7 +8837,7 @@ 628.261, 483.692, 628.261, - "s", + "K", -1, 3.0, "", @@ -8860,7 +8860,7 @@ 628.261, 488.384, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -8883,7 +8883,7 @@ 628.261, 491.684, 628.261, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -8906,7 +8906,7 @@ 628.261, 497.684, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8929,7 +8929,7 @@ 628.261, 503.684, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -8952,7 +8952,7 @@ 628.261, 506.684, 628.261, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -8975,7 +8975,7 @@ 628.261, 509.984, 628.261, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -8998,7 +8998,7 @@ 628.261, 515.984, 628.261, - "\u00e1", + "$", -1, 3.0, "", @@ -9021,7 +9021,7 @@ 628.261, 521.372, 628.261, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -9044,7 +9044,7 @@ 628.261, 524.672, 628.261, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -9067,7 +9067,7 @@ 628.261, 527.672, 628.261, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9090,7 +9090,7 @@ 614.461, 445.1, 614.461, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -9113,7 +9113,7 @@ 614.461, 448.4, 614.461, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -9136,7 +9136,7 @@ 614.461, 454.4, 614.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9159,7 +9159,7 @@ 614.461, 459.704, 614.461, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -9182,7 +9182,7 @@ 614.461, 469.088, 614.461, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9205,7 +9205,7 @@ 614.461, 472.088, 614.461, - "q", + "*", -1, 3.0, "", @@ -9228,7 +9228,7 @@ 614.461, 478.088, 614.461, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -9251,7 +9251,7 @@ 614.461, 484.088, 614.461, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9274,7 +9274,7 @@ 614.461, 489.392, 614.461, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9297,7 +9297,7 @@ 594.661, 59.6, 594.661, - "M", + "GLYPH<26>", -1, 3.0, "", @@ -9320,7 +9320,7 @@ 594.661, 70.196, 594.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -9343,7 +9343,7 @@ 594.661, 76.196, 594.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -9366,7 +9366,7 @@ 594.661, 82.196, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9389,7 +9389,7 @@ 594.661, 88.196, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -9412,7 +9412,7 @@ 594.661, 91.58, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9435,7 +9435,7 @@ 594.661, 94.58, 594.661, - "G", + "N", -1, 3.0, "", @@ -9458,7 +9458,7 @@ 594.661, 103.184, 594.661, - "o", + "GLYPH<12>", -1, 3.0, "", @@ -9481,7 +9481,7 @@ 594.661, 109.184, 594.661, - "l", + "GLYPH<25>", -1, 3.0, "", @@ -9504,7 +9504,7 @@ 594.661, 112.568, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9527,7 +9527,7 @@ 594.661, 117.872, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9550,7 +9550,7 @@ 594.661, 123.872, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9573,7 +9573,7 @@ 594.661, 129.176, 594.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -9596,7 +9596,7 @@ 594.661, 219.9, 594.661, - "4", + ".", -1, 3.0, "", @@ -9619,7 +9619,7 @@ 594.661, 225.9, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -9642,7 +9642,7 @@ 594.661, 228.9, 594.661, - "5", + "!", -1, 3.0, "", @@ -9665,7 +9665,7 @@ 594.661, 234.9, 594.661, - "0", + "\"", -1, 3.0, "", @@ -9688,7 +9688,7 @@ 594.661, 240.9, 594.661, - "0", + "\"", -1, 3.0, "", @@ -9711,7 +9711,7 @@ 594.661, 252.3, 594.661, - "P", + "O", -1, 3.0, "", @@ -9734,7 +9734,7 @@ 594.661, 258.984, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -9757,7 +9757,7 @@ 594.661, 264.984, 594.661, - "\u00e1", + "$", -1, 3.0, "", @@ -9780,7 +9780,7 @@ 594.661, 270.288, 594.661, - "p", + "7", -1, 3.0, "", @@ -9803,7 +9803,7 @@ 594.661, 348.7, 594.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -9826,7 +9826,7 @@ 594.661, 357.388, 594.661, - "\u00e1", + "$", -1, 3.0, "", @@ -9849,7 +9849,7 @@ 594.661, 362.692, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -9872,7 +9872,7 @@ 594.661, 365.692, 594.661, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -9895,7 +9895,7 @@ 594.661, 371.692, 594.661, - "r", + "GLYPH<29>", -1, 3.0, "", @@ -9918,7 +9918,7 @@ 594.661, 375.688, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -9941,7 +9941,7 @@ 594.661, 380.992, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -9964,7 +9964,7 @@ 594.661, 386.992, 594.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -9987,7 +9987,7 @@ 594.661, 390.292, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -10010,7 +10010,7 @@ 594.661, 393.592, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10033,7 +10033,7 @@ 594.661, 396.676, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10056,7 +10056,7 @@ 594.661, 399.676, 594.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10079,7 +10079,7 @@ 594.661, 408.976, 594.661, - "\u1ea1", + ",", -1, 3.0, "", @@ -10102,7 +10102,7 @@ 594.661, 414.28, 594.661, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -10125,7 +10125,7 @@ 594.661, 419.584, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10148,7 +10148,7 @@ 594.661, 425.584, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10171,7 +10171,7 @@ 580.861, 348.7, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10194,7 +10194,7 @@ 580.861, 354.7, 580.861, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -10217,7 +10217,7 @@ 580.861, 361.192, 580.861, - "\u1edb", + "GLYPH<19>", -1, 3.0, "", @@ -10240,7 +10240,7 @@ 580.861, 367.492, 580.861, - "c", + "GLYPH<10>", -1, 3.0, "", @@ -10263,7 +10263,7 @@ 580.861, 372.796, 580.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10286,7 +10286,7 @@ 580.861, 375.796, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10309,7 +10309,7 @@ 580.861, 381.796, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -10332,7 +10332,7 @@ 580.861, 387.796, 580.861, - "\u1ea7", + "P", -1, 3.0, "", @@ -10355,7 +10355,7 @@ 580.861, 393.184, 580.861, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10378,7 +10378,7 @@ 594.661, 445.1, 594.661, - "\u0110", + "GLYPH<8>", -1, 3.0, "", @@ -10401,7 +10401,7 @@ 594.661, 453.788, 594.661, - "i", + "GLYPH<7>", -1, 3.0, "", @@ -10424,7 +10424,7 @@ 594.661, 457.088, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10447,7 +10447,7 @@ 594.661, 460.088, 594.661, - "b", + ">", -1, 3.0, "", @@ -10470,7 +10470,7 @@ 594.661, 466.088, 594.661, - "\u1ed9", + "GLYPH<9>", -1, 3.0, "", @@ -10493,7 +10493,7 @@ 594.661, 472.088, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10516,7 +10516,7 @@ 594.661, 475.088, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10539,7 +10539,7 @@ 594.661, 478.088, 594.661, - "t", + "GLYPH<17>", -1, 3.0, "", @@ -10562,7 +10562,7 @@ 594.661, 481.388, 594.661, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10585,7 +10585,7 @@ 594.661, 487.388, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -10608,7 +10608,7 @@ 594.661, 492.692, 594.661, - "m", + "GLYPH<14>", -1, 3.0, "", @@ -10631,7 +10631,7 @@ 594.661, 502.076, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10654,7 +10654,7 @@ 594.661, 505.076, 594.661, - "q", + "*", -1, 3.0, "", @@ -10677,7 +10677,7 @@ 594.661, 511.076, 594.661, - "u", + "GLYPH<24>", -1, 3.0, "", @@ -10700,7 +10700,7 @@ 594.661, 517.076, 594.661, - "a", + "GLYPH<11>", -1, 3.0, "", @@ -10723,7 +10723,7 @@ 594.661, 522.38, 594.661, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10746,7 +10746,7 @@ 594.661, 528.38, 594.661, - ",", + "GLYPH<31>", -1, 3.0, "", @@ -10769,7 +10769,7 @@ 594.661, 531.38, 594.661, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10792,7 +10792,7 @@ 580.861, 445.1, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10815,7 +10815,7 @@ 580.861, 451.1, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -10838,7 +10838,7 @@ 580.861, 457.1, 580.861, - "h", + "GLYPH<21>", -1, 3.0, "", @@ -10861,7 +10861,7 @@ 580.861, 463.1, 580.861, - "\u1ec9", + "(", -1, 3.0, "", @@ -10884,7 +10884,7 @@ 580.861, 466.4, 580.861, - " ", + "GLYPH<5>", -1, 3.0, "", @@ -10907,7 +10907,7 @@ 580.861, 469.4, 580.861, - "d", + "5", -1, 3.0, "", @@ -10930,7 +10930,7 @@ 580.861, 475.4, 580.861, - "\u01b0", + "GLYPH<18>", -1, 3.0, "", @@ -10953,7 +10953,7 @@ 580.861, 481.892, 580.861, - "\u1ee1", + "Q", -1, 3.0, "", @@ -10976,7 +10976,7 @@ 580.861, 488.192, 580.861, - "n", + "GLYPH<4>", -1, 3.0, "", @@ -10999,7 +10999,7 @@ 580.861, 494.192, 580.861, - "g", + "GLYPH<2>", -1, 3.0, "", @@ -11302,7 +11302,7 @@ 782.461, 59.6, 782.461, - "Ng\u1ecdn n\u00fai", + "GLYPH<1>GLYPH<2>GLYPH<3>GLYPH<4>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>", -1, 3.0, "", @@ -11325,7 +11325,7 @@ 782.461, 155.9, 782.461, - "\u0110\u1ed9 cao (m)", + "GLYPH<8>GLYPH<9>GLYPH<5>GLYPH<10>GLYPH<11>GLYPH<12>GLYPH<5>GLYPH<13>GLYPH<14>GLYPH<15>", -1, 3.0, "", @@ -11348,7 +11348,7 @@ 782.461, 252.3, 782.461, - "\u0110\u1ea5t n\u01b0\u1edbc", + "GLYPH<8>GLYPH<16>GLYPH<17>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>", -1, 3.0, "", @@ -11371,7 +11371,7 @@ 782.461, 348.7, 782.461, - "\u0110\u1ecba h\u00ecnh", + "GLYPH<8>GLYPH<20>GLYPH<11>GLYPH<5>GLYPH<21>GLYPH<22>GLYPH<4>GLYPH<21>", -1, 3.0, "", @@ -11394,7 +11394,7 @@ 782.461, 445.1, 782.461, - "Du l\u1ecbch", + "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>", -1, 3.0, "", @@ -11417,7 +11417,7 @@ 762.661, 59.6, 762.661, - "Mount Felora", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>GLYPH<27>GLYPH<28>GLYPH<25>GLYPH<12>GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -11440,7 +11440,7 @@ 762.661, 219.9, 762.661, - "3,850", + "GLYPH<30>GLYPH<31> !\"", -1, 3.0, "", @@ -11463,7 +11463,7 @@ 762.661, 252.3, 762.661, - "\u00c1o", + "#GLYPH<12>", -1, 3.0, "", @@ -11486,7 +11486,7 @@ 762.661, 348.7, 762.661, - "\u0110\u00e1 v\u00f4i, \u0111\u1ec9nh nh\u1ecdn", + "GLYPH<8>$GLYPH<5>%&GLYPH<7>GLYPH<31>GLYPH<5>'(GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<3>GLYPH<4>", -1, 3.0, "", @@ -11509,7 +11509,7 @@ 762.661, 445.1, 762.661, - "Tham quan, leo ", + ")GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<25>GLYPH<28>GLYPH<12>GLYPH<5>", -1, 3.0, "", @@ -11532,7 +11532,7 @@ 748.861, 445.1, 748.861, - "n\u00fai, c\u1eafm tr\u1ea1i", + "GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", -1, 3.0, "", @@ -11555,7 +11555,7 @@ 729.061, 59.6, 729.061, - "Mount Zalgar", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>-GLYPH<11>GLYPH<25>GLYPH<2>GLYPH<11>GLYPH<29>", -1, 3.0, "", @@ -11578,7 +11578,7 @@ 729.061, 219.9, 729.061, - "4,200", + ".GLYPH<31>/\"\"", -1, 3.0, "", @@ -11601,7 +11601,7 @@ 729.061, 252.3, 729.061, - "Nh\u1eadt B\u1ea3n", + "GLYPH<1>GLYPH<21>0GLYPH<17>GLYPH<5>12GLYPH<4>", -1, 3.0, "", @@ -11624,7 +11624,7 @@ 729.061, 348.7, 729.061, - "L\u1eeda n\u00fai, dung ", + "34GLYPH<11>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>5GLYPH<24>GLYPH<4>GLYPH<2>GLYPH<5>", -1, 3.0, "", @@ -11647,7 +11647,7 @@ 715.261, 348.7, 715.261, - "nham", + "GLYPH<4>GLYPH<21>GLYPH<11>GLYPH<14>", -1, 3.0, "", @@ -11670,7 +11670,7 @@ 729.061, 445.1, 729.061, - "Leo n\u00fai, ch\u1ee5p \u1ea3nh ", + "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<31>GLYPH<5>GLYPH<10>GLYPH<21>67GLYPH<5>2GLYPH<4>GLYPH<21>GLYPH<5>", -1, 3.0, "", @@ -11693,7 +11693,7 @@ 715.261, 445.1, 715.261, - "c\u1ea3nh \u0111\u1eb9p", + "GLYPH<10>2GLYPH<4>GLYPH<21>GLYPH<5>'87", -1, 3.0, "", @@ -11716,7 +11716,7 @@ 695.461, 59.6, 695.461, - "Mount Vindara", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9 GLYPH<7>GLYPH<4>5GLYPH<11>GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -11739,7 +11739,7 @@ 695.461, 225.9, 695.461, - "5,15", + "!GLYPH<31>:!", -1, 3.0, "", @@ -11762,7 +11762,7 @@ 695.461, 252.3, 695.461, - "Nepal", + "GLYPH<1>GLYPH<28>7GLYPH<11>GLYPH<25>", -1, 3.0, "", @@ -11785,7 +11785,7 @@ 695.461, 348.7, 695.461, - "Tuy\u1ebft ph\u1ee7, b\u0103ng ", + ")GLYPH<24>;GLYPH<5>7GLYPH<21>=GLYPH<31>GLYPH<5>>?GLYPH<4>GLYPH<2>GLYPH<5>", -1, 3.0, "", @@ -11808,7 +11808,7 @@ 681.661, 348.7, 681.661, - "tuy\u1ebft", + "GLYPH<17>GLYPH<24>;", -1, 3.0, "", @@ -11831,7 +11831,7 @@ 695.461, 445.1, 695.461, - "Leo n\u00fai chuy\u00ean ", + "3GLYPH<28>GLYPH<12>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<10>GLYPH<21>GLYPH<24>;@GLYPH<4>GLYPH<5>", -1, 3.0, "", @@ -11854,7 +11854,7 @@ 681.661, 445.1, 681.661, - "nghi\u1ec7p, trekking", + "GLYPH<4>GLYPH<2>GLYPH<21>GLYPH<7>A7GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<29>GLYPH<28>BBGLYPH<7>GLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -11877,7 +11877,7 @@ 661.861, 59.6, 661.861, - "Mount Radenor", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>CGLYPH<11>5GLYPH<28>GLYPH<4>GLYPH<12>GLYPH<29>", -1, 3.0, "", @@ -11900,7 +11900,7 @@ 661.861, 219.9, 661.861, - "3,730", + "GLYPH<30>GLYPH<31>DGLYPH<30>\"", -1, 3.0, "", @@ -11923,7 +11923,7 @@ 661.861, 252.3, 661.861, - "Chile", + "EGLYPH<21>GLYPH<7>GLYPH<25>GLYPH<28>", -1, 3.0, "", @@ -11946,7 +11946,7 @@ 661.861, 348.7, 661.861, - "V\u00f9ng r\u1eebng nhi\u1ec7t ", + "9FGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<29>GGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<21>GLYPH<7>AGLYPH<17>GLYPH<5>", -1, 3.0, "", @@ -11969,7 +11969,7 @@ 648.061, 348.7, 648.061, - "\u0111\u1edbi", + "'GLYPH<19>GLYPH<7>", -1, 3.0, "", @@ -11992,7 +11992,7 @@ 661.861, 445.1, 661.861, - "Kh\u00e1m ph\u00e1 thi\u00ean ", + "HGLYPH<21>$GLYPH<14>GLYPH<5>7GLYPH<21>$GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<5>", -1, 3.0, "", @@ -12015,7 +12015,7 @@ 648.061, 445.1, 648.061, - "nhi\u00ean, c\u1eafm tr\u1ea1i", + "GLYPH<4>GLYPH<21>GLYPH<7>@GLYPH<4>GLYPH<31>GLYPH<5>GLYPH<10>+GLYPH<14>GLYPH<5>GLYPH<17>GLYPH<29>,GLYPH<7>", -1, 3.0, "", @@ -12028,17 +12028,40 @@ [ 59.6, 612.853, - 138.092, + 103.04, 628.261, 59.6, 612.853, + 103.04, + 612.853, + 103.04, + 628.261, + 59.6, + 628.261, + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>9", + -1, + 3.0, + "", + "STANDARD", + "/F1", + "/BAAAAA+LiberationSerif", + false, + true + ], + [ + 101.48, + 612.853, + 138.092, + 628.261, + 101.48, + 612.853, 138.092, 612.853, 138.092, 628.261, - 59.6, + 101.48, 628.261, - "Mount Volundra", + "GLYPH<12>GLYPH<25>GLYPH<24>GLYPH<4>5GLYPH<29>GLYPH<11>", -1, 3.0, "", @@ -12061,7 +12084,7 @@ 628.261, 219.9, 628.261, - "2,600", + "/GLYPH<31>I\"\"", -1, 3.0, "", @@ -12084,7 +12107,7 @@ 628.261, 252.3, 628.261, - "Iceland", + "JGLYPH<10>GLYPH<28>GLYPH<25>GLYPH<11>GLYPH<4>5", -1, 3.0, "", @@ -12107,7 +12130,7 @@ 628.261, 348.7, 628.261, - "Mi\u1ec7ng n\u00fai l\u1eeda, ", + "GLYPH<26>GLYPH<7>AGLYPH<4>GLYPH<2>GLYPH<5>GLYPH<4>GLYPH<6>GLYPH<7>GLYPH<5>GLYPH<25>4GLYPH<11>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12130,7 +12153,7 @@ 614.461, 348.7, 614.461, - "su\u1ed1i n\u01b0\u1edbc n\u00f3ng", + "KGLYPH<24>LGLYPH<7>GLYPH<5>GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>MGLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -12153,7 +12176,7 @@ 628.261, 445.1, 628.261, - "Du l\u1ecbch sinh th\u00e1i, ", + "GLYPH<23>GLYPH<24>GLYPH<5>GLYPH<25>GLYPH<20>GLYPH<10>GLYPH<21>GLYPH<5>KGLYPH<7>GLYPH<4>GLYPH<21>GLYPH<5>GLYPH<17>GLYPH<21>$GLYPH<7>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12176,7 +12199,7 @@ 614.461, 445.1, 614.461, - "tham quan", + "GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>", -1, 3.0, "", @@ -12199,7 +12222,7 @@ 594.661, 59.6, 594.661, - "Mount Golanar", + "GLYPH<26>GLYPH<12>GLYPH<24>GLYPH<4>GLYPH<17>GLYPH<5>NGLYPH<12>GLYPH<25>GLYPH<11>GLYPH<4>GLYPH<11>GLYPH<29>", -1, 3.0, "", @@ -12222,7 +12245,7 @@ 594.661, 219.9, 594.661, - "4,500", + ".GLYPH<31>!\"\"", -1, 3.0, "", @@ -12245,7 +12268,7 @@ 594.661, 252.3, 594.661, - "Ph\u00e1p", + "OGLYPH<21>$7", -1, 3.0, "", @@ -12268,7 +12291,7 @@ 594.661, 348.7, 594.661, - "\u0110\u00e1 granit, m\u1ea1ch ", + "GLYPH<8>$GLYPH<5>GLYPH<2>GLYPH<29>GLYPH<11>GLYPH<4>GLYPH<7>GLYPH<17>GLYPH<31>GLYPH<5>GLYPH<14>,GLYPH<10>GLYPH<21>GLYPH<5>", -1, 3.0, "", @@ -12291,7 +12314,7 @@ 580.861, 348.7, 580.861, - "n\u01b0\u1edbc ng\u1ea7m", + "GLYPH<4>GLYPH<18>GLYPH<19>GLYPH<10>GLYPH<5>GLYPH<4>GLYPH<2>PGLYPH<14>", -1, 3.0, "", @@ -12314,7 +12337,7 @@ 594.661, 445.1, 594.661, - "\u0110i b\u1ed9, tham quan, ", + "GLYPH<8>GLYPH<7>GLYPH<5>>GLYPH<9>GLYPH<31>GLYPH<5>GLYPH<17>GLYPH<21>GLYPH<11>GLYPH<14>GLYPH<5>*GLYPH<24>GLYPH<11>GLYPH<4>GLYPH<31>GLYPH<5>", -1, 3.0, "", @@ -12337,7 +12360,7 @@ 580.861, 445.1, 580.861, - "ngh\u1ec9 d\u01b0\u1ee1ng", + "GLYPH<4>GLYPH<2>GLYPH<21>(GLYPH<5>5GLYPH<18>QGLYPH<4>GLYPH<2>", -1, 3.0, "", @@ -12626,23 +12649,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.000614, + "decode_contents": 0.001393, "decode_dimensions": 1e-06, - "decode_page": 0.003785, - "decode_resources": 0.000468, - "sanitise_contents": 0.002536 + "decode_page": 0.00803, + "decode_resources": 0.000582, + "sanitise_contents": 0.005328 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.000614, + "decode_contents": 0.001393, "decode_dimensions": 1e-06, - "decode_document": 0.004015, - "decode_page": 0.003785, - "decode_resources": 0.000468, - "decoding page 0": 0.003984, - "process_document_from_bytesio": 2.3e-05, - "sanitise_contents": 0.002536 + "decode_document": 0.008266, + "decode_page": 0.00803, + "decode_resources": 0.000582, + "decoding page 0": 0.008234, + "process_document_from_bytesio": 2.4e-05, + "sanitise_contents": 0.005328 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_05.pdf.page_no_1.py.json b/tests/data/groundtruth/font_05.pdf.page_no_1.py.json index c199b174..043ad359 100644 --- a/tests/data/groundtruth/font_05.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/font_05.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -102,6 +103,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -130,6 +132,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -158,6 +161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -186,6 +190,7 @@ "orig": "Th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -214,6 +219,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -242,6 +248,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -270,6 +277,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -298,6 +306,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -326,6 +335,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -354,6 +364,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -382,6 +393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -410,6 +422,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -438,6 +451,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -466,6 +480,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -522,6 +538,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -550,6 +567,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -578,6 +596,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -606,6 +625,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -634,6 +654,7 @@ "orig": "Th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -662,6 +683,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -690,6 +712,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -718,6 +741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -746,6 +770,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -774,6 +799,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -802,6 +828,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -830,6 +857,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -858,6 +886,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -886,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -914,6 +944,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -970,6 +1002,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -998,6 +1031,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1026,6 +1060,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1054,6 +1089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1082,6 +1118,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1110,6 +1147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1138,6 +1176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1166,6 +1205,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1194,6 +1234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1222,6 +1263,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1250,6 +1292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1306,6 +1350,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1334,6 +1379,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1362,6 +1408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1390,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1446,6 +1495,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1474,6 +1524,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1502,6 +1553,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1530,6 +1582,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1558,6 +1611,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1586,6 +1640,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1614,6 +1669,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1642,6 +1698,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1670,6 +1727,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1698,6 +1756,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1726,6 +1785,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1754,6 +1814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1782,6 +1843,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1810,6 +1872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1838,6 +1901,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1894,6 +1959,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1922,6 +1988,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1950,6 +2017,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -1978,6 +2046,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2006,6 +2075,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2034,6 +2104,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2062,6 +2133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2090,6 +2162,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2118,6 +2191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2146,6 +2220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2174,6 +2249,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2202,6 +2278,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2258,6 +2336,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2286,6 +2365,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2314,6 +2394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2342,6 +2423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2370,6 +2452,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2398,6 +2481,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2426,6 +2510,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2454,6 +2539,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2482,6 +2568,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2510,6 +2597,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2538,6 +2626,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2566,6 +2655,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2622,6 +2713,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2650,6 +2742,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2678,6 +2771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2706,6 +2800,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2734,6 +2829,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2762,6 +2858,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2790,6 +2887,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2818,6 +2916,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2846,6 +2945,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2902,6 +3003,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2930,6 +3032,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2958,6 +3061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -2986,6 +3090,7 @@ "orig": "Th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3014,6 +3119,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3042,6 +3148,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3070,6 +3177,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3098,6 +3206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3126,6 +3235,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3154,6 +3264,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3182,6 +3293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3210,6 +3322,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3238,6 +3351,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3266,6 +3380,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3294,6 +3409,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3322,6 +3438,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3350,6 +3467,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3378,6 +3496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3406,6 +3525,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3434,6 +3554,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3462,6 +3583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3490,6 +3612,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3518,6 +3641,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3546,6 +3670,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3574,6 +3699,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3602,6 +3728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3630,6 +3757,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3658,6 +3786,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3686,6 +3815,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3714,6 +3844,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3742,6 +3873,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3770,6 +3902,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3798,6 +3931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3826,6 +3960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3854,6 +3989,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3910,6 +4047,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3938,6 +4076,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3966,6 +4105,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -3994,6 +4134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4022,6 +4163,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4050,6 +4192,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4078,6 +4221,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4106,6 +4250,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4134,6 +4279,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4162,6 +4308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4190,6 +4337,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4218,6 +4366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4246,6 +4395,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4274,6 +4424,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4302,6 +4453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4330,6 +4482,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4358,6 +4511,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4386,6 +4540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4414,6 +4569,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4442,6 +4598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4470,6 +4627,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4498,6 +4656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4526,6 +4685,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4554,6 +4714,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4582,6 +4743,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4610,6 +4772,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4638,6 +4801,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4666,6 +4830,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4694,6 +4859,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4722,6 +4888,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4750,6 +4917,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4778,6 +4946,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4806,6 +4975,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4834,6 +5004,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4862,6 +5033,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4890,6 +5062,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4918,6 +5091,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4946,6 +5120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -4974,6 +5149,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5002,6 +5178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5030,6 +5207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5058,6 +5236,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5086,6 +5265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5114,6 +5294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5142,6 +5323,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5170,6 +5352,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5198,6 +5381,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5226,6 +5410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5254,6 +5439,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5282,6 +5468,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5310,6 +5497,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5338,6 +5526,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5394,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5422,6 +5613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5450,6 +5642,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5478,6 +5671,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5506,6 +5700,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5534,6 +5729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5562,6 +5758,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5590,6 +5787,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5618,6 +5816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5646,6 +5845,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5674,6 +5874,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5702,6 +5903,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5730,6 +5932,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5758,6 +5961,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5786,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5814,6 +6019,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5870,6 +6077,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5898,6 +6106,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5926,6 +6135,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5954,6 +6164,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -5982,6 +6193,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6010,6 +6222,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6038,6 +6251,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6066,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6094,6 +6309,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6122,6 +6338,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6150,6 +6367,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6178,6 +6396,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6206,6 +6425,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6234,6 +6454,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6262,6 +6483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6290,6 +6512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6318,6 +6541,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6346,6 +6570,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6374,6 +6599,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6402,6 +6628,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6430,6 +6657,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6458,6 +6686,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6486,6 +6715,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6514,6 +6744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6542,6 +6773,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6570,6 +6802,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6598,6 +6831,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6626,6 +6860,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6654,6 +6889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6682,6 +6918,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6710,6 +6947,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6738,6 +6976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6766,6 +7005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6794,6 +7034,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6822,6 +7063,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6850,6 +7092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6878,6 +7121,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6906,6 +7150,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6934,6 +7179,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6962,6 +7208,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -6990,6 +7237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7018,6 +7266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7046,6 +7295,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7074,6 +7324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7102,6 +7353,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7130,6 +7382,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7158,6 +7411,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7186,6 +7440,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7214,6 +7469,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7242,6 +7498,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7270,6 +7527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7298,6 +7556,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7326,6 +7585,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7354,6 +7614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7410,6 +7672,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7438,6 +7701,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7466,6 +7730,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7494,6 +7759,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7522,6 +7788,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7550,6 +7817,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7578,6 +7846,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7606,6 +7875,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7634,6 +7904,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7662,6 +7933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7690,6 +7962,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7718,6 +7991,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7746,6 +8020,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7774,6 +8049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7802,6 +8078,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7830,6 +8107,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7858,6 +8136,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7886,6 +8165,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7914,6 +8194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7942,6 +8223,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7970,6 +8252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -7998,6 +8281,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8054,6 +8339,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8082,6 +8368,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8110,6 +8397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8138,6 +8426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8166,6 +8455,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8194,6 +8484,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8222,6 +8513,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8278,6 +8571,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8306,6 +8600,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8334,6 +8629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8362,6 +8658,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8390,6 +8687,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8418,6 +8716,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8446,6 +8745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8474,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8502,6 +8803,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8530,6 +8832,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8558,6 +8861,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8614,6 +8919,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8642,6 +8948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8670,6 +8977,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8698,6 +9006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8726,6 +9035,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8754,6 +9064,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8782,6 +9093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8810,6 +9122,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8838,6 +9151,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8866,6 +9180,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8894,6 +9209,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8922,6 +9238,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8950,6 +9267,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -8978,6 +9296,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9006,6 +9325,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9034,6 +9354,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9062,6 +9383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9090,6 +9412,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9146,6 +9470,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9174,6 +9499,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9202,6 +9528,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9230,6 +9557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9286,6 +9615,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9314,6 +9644,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9342,6 +9673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9370,6 +9702,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9398,6 +9731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9426,6 +9760,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9454,6 +9789,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9482,6 +9818,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9510,6 +9847,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9538,6 +9876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9566,6 +9905,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9594,6 +9934,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9622,6 +9963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9650,6 +9992,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9678,6 +10021,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9706,6 +10050,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9734,6 +10079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9762,6 +10108,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9790,6 +10137,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9818,6 +10166,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9846,6 +10195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9874,6 +10224,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9902,6 +10253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9930,6 +10282,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9958,6 +10311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -9986,6 +10340,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10014,6 +10369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10042,6 +10398,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10070,6 +10427,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10098,6 +10456,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10126,6 +10485,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10182,6 +10543,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10210,6 +10572,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10238,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10266,6 +10630,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10294,6 +10659,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10322,6 +10688,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10350,6 +10717,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10378,6 +10746,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10406,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10434,6 +10804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10462,6 +10833,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10490,6 +10862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10518,6 +10891,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10546,6 +10920,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10574,6 +10949,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10602,6 +10978,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10630,6 +11007,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10686,6 +11065,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10714,6 +11094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10742,6 +11123,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10770,6 +11152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10798,6 +11181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10826,6 +11210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10854,6 +11239,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10882,6 +11268,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10910,6 +11297,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10938,6 +11326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10966,6 +11355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -10994,6 +11384,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11022,6 +11413,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11050,6 +11442,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11078,6 +11471,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11106,6 +11500,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11134,6 +11529,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11162,6 +11558,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11190,6 +11587,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11218,6 +11616,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11246,6 +11645,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11274,6 +11674,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11302,6 +11703,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11330,6 +11732,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11358,6 +11761,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11386,6 +11790,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11414,6 +11819,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11442,6 +11848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11470,6 +11877,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11526,6 +11935,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11554,6 +11964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11582,6 +11993,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11610,6 +12022,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11638,6 +12051,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11666,6 +12080,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11694,6 +12109,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11722,6 +12138,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11750,6 +12167,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11778,6 +12196,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11806,6 +12225,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11834,6 +12254,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11862,6 +12283,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11890,6 +12312,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11946,6 +12370,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -11974,6 +12399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12002,6 +12428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12030,6 +12457,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12058,6 +12486,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12086,6 +12515,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12114,6 +12544,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12142,6 +12573,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12170,6 +12602,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12198,6 +12631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12226,6 +12660,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12254,6 +12689,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12282,6 +12718,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12310,6 +12747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12338,6 +12776,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12366,6 +12805,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12394,6 +12834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12422,6 +12863,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12450,6 +12892,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12478,6 +12921,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12506,6 +12950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12534,6 +12979,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12562,6 +13008,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12590,6 +13037,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12646,6 +13095,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12674,6 +13124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12702,6 +13153,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12730,6 +13182,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12758,6 +13211,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12786,6 +13240,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12814,6 +13269,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12842,6 +13298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12870,6 +13327,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12898,6 +13356,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12926,6 +13385,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12954,6 +13414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -12982,6 +13443,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13038,6 +13501,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13066,6 +13530,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13094,6 +13559,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13122,6 +13588,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13150,6 +13617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13178,6 +13646,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13206,6 +13675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13234,6 +13704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13262,6 +13733,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13290,6 +13762,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13318,6 +13791,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13346,6 +13820,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13374,6 +13849,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13402,6 +13878,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13430,6 +13907,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13458,6 +13936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13486,6 +13965,7 @@ "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13514,6 +13994,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13542,6 +14023,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13570,6 +14052,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13598,6 +14081,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13626,6 +14110,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13654,6 +14139,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13682,6 +14168,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13710,6 +14197,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13738,6 +14226,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13766,6 +14255,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13794,6 +14284,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13822,6 +14313,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13850,6 +14342,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13878,6 +14371,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13906,6 +14400,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13934,6 +14429,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13962,6 +14458,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -13990,6 +14487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14018,6 +14516,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14046,6 +14545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14074,6 +14574,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14102,6 +14603,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14130,6 +14632,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14158,6 +14661,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14186,6 +14690,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14214,6 +14719,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14242,6 +14748,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14270,6 +14777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14326,6 +14835,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14354,6 +14864,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14382,6 +14893,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14410,6 +14922,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14438,6 +14951,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14466,6 +14980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14494,6 +15009,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14522,6 +15038,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14550,6 +15067,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14606,6 +15125,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14634,6 +15154,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14662,6 +15183,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14690,6 +15212,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14746,6 +15270,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14774,6 +15299,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14802,6 +15328,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14830,6 +15357,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14858,6 +15386,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14886,6 +15415,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14914,6 +15444,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14942,6 +15473,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14970,6 +15502,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -14998,6 +15531,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15026,6 +15560,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15054,6 +15589,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15082,6 +15618,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15110,6 +15647,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15138,6 +15676,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15166,6 +15705,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15194,6 +15734,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15222,6 +15763,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15250,6 +15792,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15278,6 +15821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15306,6 +15850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15334,6 +15879,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15362,6 +15908,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15390,6 +15937,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15418,6 +15966,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15446,6 +15995,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15474,6 +16024,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15502,6 +16053,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15530,6 +16082,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15558,6 +16111,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15586,6 +16140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15614,6 +16169,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15642,6 +16198,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15670,6 +16227,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15698,6 +16256,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15726,6 +16285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15754,6 +16314,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15782,6 +16343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15810,6 +16372,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15838,6 +16401,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15866,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15894,6 +16459,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15922,6 +16488,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15950,6 +16517,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -15978,6 +16546,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16006,6 +16575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16034,6 +16604,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16062,6 +16633,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16090,6 +16662,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16118,6 +16691,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16146,6 +16720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16174,6 +16749,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16202,6 +16778,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16230,6 +16807,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16258,6 +16836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16286,6 +16865,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16314,6 +16894,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16342,6 +16923,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16370,6 +16952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16398,6 +16981,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16426,6 +17010,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16454,6 +17039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16482,6 +17068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16510,6 +17097,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16538,6 +17126,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16566,6 +17155,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16594,6 +17184,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16622,6 +17213,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16650,6 +17242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16678,6 +17271,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16706,6 +17300,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16734,6 +17329,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16762,6 +17358,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16790,6 +17387,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16818,6 +17416,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16846,6 +17445,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16874,6 +17474,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16902,6 +17503,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16958,6 +17561,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -16986,6 +17590,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17014,6 +17619,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17042,6 +17648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17070,6 +17677,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17126,6 +17735,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17154,6 +17764,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17182,6 +17793,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17210,6 +17822,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17238,6 +17851,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17266,6 +17880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17294,6 +17909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17322,6 +17938,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17350,6 +17967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17378,6 +17996,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17406,6 +18025,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17434,6 +18054,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17462,6 +18083,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17490,6 +18112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17518,6 +18141,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17546,6 +18170,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17574,6 +18199,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17602,6 +18228,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17630,6 +18257,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17658,6 +18286,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17686,6 +18315,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17714,6 +18344,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17742,6 +18373,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17770,6 +18402,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17798,6 +18431,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17826,6 +18460,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17882,6 +18518,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17910,6 +18547,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17938,6 +18576,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17966,6 +18605,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -17994,6 +18634,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18022,6 +18663,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18050,6 +18692,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18078,6 +18721,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18106,6 +18750,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18134,6 +18779,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18162,6 +18808,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18190,6 +18837,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18218,6 +18866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18246,6 +18895,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18274,6 +18924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18330,6 +18982,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18358,6 +19011,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18386,6 +19040,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18414,6 +19069,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18442,6 +19098,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18470,6 +19127,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18498,6 +19156,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18526,6 +19185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18582,6 +19243,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18610,6 +19272,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18638,6 +19301,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18666,6 +19330,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18694,6 +19359,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18722,6 +19388,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18778,6 +19446,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18806,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18834,6 +19504,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18862,6 +19533,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18890,6 +19562,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18918,6 +19591,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18946,6 +19620,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -18974,6 +19649,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19002,6 +19678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19030,6 +19707,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19058,6 +19736,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19086,6 +19765,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19114,6 +19794,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19142,6 +19823,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19170,6 +19852,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19198,6 +19881,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19226,6 +19910,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19254,6 +19939,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19282,6 +19968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19310,6 +19997,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19338,6 +20026,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19366,6 +20055,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19394,6 +20084,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19422,6 +20113,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19450,6 +20142,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19478,6 +20171,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19506,6 +20200,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19534,6 +20229,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19562,6 +20258,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19590,6 +20287,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19618,6 +20316,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19646,6 +20345,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19674,6 +20374,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19702,6 +20403,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19730,6 +20432,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19758,6 +20461,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19814,6 +20519,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19842,6 +20548,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19870,6 +20577,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19898,6 +20606,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19926,6 +20635,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19954,6 +20664,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -19982,6 +20693,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20010,6 +20722,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20038,6 +20751,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20066,6 +20780,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20094,6 +20809,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20122,6 +20838,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20150,6 +20867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20178,6 +20896,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20206,6 +20925,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20234,6 +20954,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20262,6 +20983,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20290,6 +21012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20318,6 +21041,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20346,6 +21070,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20374,6 +21099,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20430,6 +21157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20458,6 +21186,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20486,6 +21215,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20514,6 +21244,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20542,6 +21273,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20570,6 +21302,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20598,6 +21331,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20626,6 +21360,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20654,6 +21389,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20682,6 +21418,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20738,6 +21476,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20766,6 +21505,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20794,6 +21534,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20850,6 +21592,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20878,6 +21621,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20906,6 +21650,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20934,6 +21679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20962,6 +21708,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -20990,6 +21737,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21018,6 +21766,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21046,6 +21795,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21074,6 +21824,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21102,6 +21853,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21130,6 +21882,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21158,6 +21911,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21186,6 +21940,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21214,6 +21969,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21242,6 +21998,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21270,6 +22027,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21298,6 +22056,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21326,6 +22085,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21354,6 +22114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21382,6 +22143,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21410,6 +22172,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21438,6 +22201,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21494,6 +22259,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21522,6 +22288,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21550,6 +22317,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21578,6 +22346,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21606,6 +22375,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21634,6 +22404,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21662,6 +22433,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21690,6 +22462,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21718,6 +22491,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21746,6 +22520,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21774,6 +22549,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21802,6 +22578,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21830,6 +22607,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21858,6 +22636,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21886,6 +22665,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21914,6 +22694,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21942,6 +22723,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21970,6 +22752,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -21998,6 +22781,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22026,6 +22810,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22054,6 +22839,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22082,6 +22868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22110,6 +22897,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22138,6 +22926,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22166,6 +22955,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22194,6 +22984,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22222,6 +23013,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22250,6 +23042,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22278,6 +23071,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22306,6 +23100,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22334,6 +23129,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22362,6 +23158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22390,6 +23187,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22418,6 +23216,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22446,6 +23245,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22474,6 +23274,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22502,6 +23303,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22530,6 +23332,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22558,6 +23361,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22586,6 +23390,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22614,6 +23419,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22642,6 +23448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22670,6 +23477,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22698,6 +23506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22726,6 +23535,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22754,6 +23564,7 @@ "orig": "Th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22782,6 +23593,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22810,6 +23622,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22838,6 +23651,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22866,6 +23680,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22894,6 +23709,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22922,6 +23738,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22950,6 +23767,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -22978,6 +23796,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23006,6 +23825,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23034,6 +23854,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23062,6 +23883,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23090,6 +23912,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23118,6 +23941,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23146,6 +23970,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23174,6 +23999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23202,6 +24028,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23230,6 +24057,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23258,6 +24086,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23286,6 +24115,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23314,6 +24144,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23342,6 +24173,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23370,6 +24202,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23398,6 +24231,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23426,6 +24260,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23454,6 +24289,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23482,6 +24318,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23510,6 +24347,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23538,6 +24376,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23566,6 +24405,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23594,6 +24434,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23622,6 +24463,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23650,6 +24492,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23678,6 +24521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23706,6 +24550,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23734,6 +24579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23762,6 +24608,7 @@ "orig": "\u00b7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23790,6 +24637,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23818,6 +24666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23846,6 +24695,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23874,6 +24724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23902,6 +24753,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23930,6 +24782,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23958,6 +24811,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -23986,6 +24840,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24014,6 +24869,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24070,6 +24927,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24098,6 +24956,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24154,6 +25014,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24182,6 +25043,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24210,6 +25072,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24238,6 +25101,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24266,6 +25130,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24294,6 +25159,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24322,6 +25188,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24350,6 +25217,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24378,6 +25246,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24406,6 +25275,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24434,6 +25304,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24462,6 +25333,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24490,6 +25362,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24518,6 +25391,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24546,6 +25420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24574,6 +25449,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24602,6 +25478,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24630,6 +25507,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24658,6 +25536,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24686,6 +25565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24714,6 +25594,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24742,6 +25623,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24770,6 +25652,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24798,6 +25681,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24826,6 +25710,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24854,6 +25739,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24882,6 +25768,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24910,6 +25797,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24938,6 +25826,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24966,6 +25855,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -24994,6 +25884,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25022,6 +25913,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25050,6 +25942,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25078,6 +25971,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25106,6 +26000,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25134,6 +26029,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25162,6 +26058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25190,6 +26087,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25218,6 +26116,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25246,6 +26145,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25274,6 +26174,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25302,6 +26203,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25330,6 +26232,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25358,6 +26261,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25386,6 +26290,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25414,6 +26319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25442,6 +26348,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25470,6 +26377,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25498,6 +26406,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25526,6 +26435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25554,6 +26464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25582,6 +26493,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25610,6 +26522,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25638,6 +26551,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25666,6 +26580,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25694,6 +26609,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25722,6 +26638,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25750,6 +26667,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25778,6 +26696,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25806,6 +26725,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25834,6 +26754,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25862,6 +26783,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25890,6 +26812,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25918,6 +26841,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25946,6 +26870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -25974,6 +26899,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26002,6 +26928,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26030,6 +26957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26058,6 +26986,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26086,6 +27015,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26114,6 +27044,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26142,6 +27073,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26170,6 +27102,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26198,6 +27131,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26226,6 +27160,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26254,6 +27189,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26282,6 +27218,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26338,6 +27276,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26366,6 +27305,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26394,6 +27334,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26422,6 +27363,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26450,6 +27392,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26478,6 +27421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26506,6 +27450,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26534,6 +27479,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26562,6 +27508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26590,6 +27537,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26618,6 +27566,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26646,6 +27595,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26674,6 +27624,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26702,6 +27653,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26730,6 +27682,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26758,6 +27711,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26786,6 +27740,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26814,6 +27769,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26870,6 +27827,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26898,6 +27856,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26926,6 +27885,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26954,6 +27914,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -26982,6 +27943,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27010,6 +27972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27038,6 +28001,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27066,6 +28030,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27094,6 +28059,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27122,6 +28088,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27150,6 +28117,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27178,6 +28146,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27206,6 +28175,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27234,6 +28204,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27262,6 +28233,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27290,6 +28262,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27318,6 +28291,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27346,6 +28320,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27374,6 +28349,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27402,6 +28378,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27430,6 +28407,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27458,6 +28436,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27486,6 +28465,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27514,6 +28494,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27542,6 +28523,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27570,6 +28552,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27598,6 +28581,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27626,6 +28610,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27654,6 +28639,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27682,6 +28668,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27710,6 +28697,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27738,6 +28726,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27766,6 +28755,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27794,6 +28784,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27822,6 +28813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27850,6 +28842,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27878,6 +28871,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27906,6 +28900,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27934,6 +28929,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27962,6 +28958,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -27990,6 +28987,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28018,6 +29016,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28046,6 +29045,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28074,6 +29074,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28102,6 +29103,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28130,6 +29132,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28158,6 +29161,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28186,6 +29190,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28214,6 +29219,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28242,6 +29248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28270,6 +29277,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28298,6 +29306,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28326,6 +29335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28354,6 +29364,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28382,6 +29393,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28410,6 +29422,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28438,6 +29451,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28466,6 +29480,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28494,6 +29509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28550,6 +29567,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28578,6 +29596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28606,6 +29625,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28634,6 +29654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28662,6 +29683,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28690,6 +29712,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28718,6 +29741,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28746,6 +29770,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28774,6 +29799,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28802,6 +29828,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28830,6 +29857,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28858,6 +29886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28886,6 +29915,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28914,6 +29944,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28942,6 +29973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28970,6 +30002,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29026,6 +30060,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29054,6 +30089,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29082,6 +30118,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29110,6 +30147,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29138,6 +30176,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29166,6 +30205,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29194,6 +30234,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29222,6 +30263,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29250,6 +30292,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29278,6 +30321,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29306,6 +30350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29334,6 +30379,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29362,6 +30408,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29390,6 +30437,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29418,6 +30466,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29446,6 +30495,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29474,6 +30524,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29502,6 +30553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29530,6 +30582,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29558,6 +30611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29586,6 +30640,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29614,6 +30669,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29642,6 +30698,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29670,6 +30727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29698,6 +30756,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29726,6 +30785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29754,6 +30814,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29782,6 +30843,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29810,6 +30872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29838,6 +30901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29866,6 +30930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29894,6 +30959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29922,6 +30988,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29950,6 +31017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -29978,6 +31046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30006,6 +31075,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30034,6 +31104,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30062,6 +31133,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30090,6 +31162,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30118,6 +31191,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30146,6 +31220,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30174,6 +31249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30202,6 +31278,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30230,6 +31307,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30258,6 +31336,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30286,6 +31365,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30314,6 +31394,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30342,6 +31423,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30370,6 +31452,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30398,6 +31481,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30426,6 +31510,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30454,6 +31539,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30482,6 +31568,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30510,6 +31597,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30538,6 +31626,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30566,6 +31655,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30594,6 +31684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30622,6 +31713,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30650,6 +31742,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30678,6 +31771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30706,6 +31800,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30734,6 +31829,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30762,6 +31858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30790,6 +31887,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30818,6 +31916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30846,6 +31945,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30874,6 +31974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30902,6 +32003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30930,6 +32032,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30958,6 +32061,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -30986,6 +32090,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31014,6 +32119,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31042,6 +32148,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31070,6 +32177,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31098,6 +32206,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31126,6 +32235,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31154,6 +32264,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31182,6 +32293,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31210,6 +32322,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31238,6 +32351,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31266,6 +32380,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31294,6 +32409,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31322,6 +32438,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31350,6 +32467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31378,6 +32496,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31406,6 +32525,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31434,6 +32554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31462,6 +32583,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31490,6 +32612,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31518,6 +32641,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31546,6 +32670,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31574,6 +32699,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31602,6 +32728,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31630,6 +32757,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31658,6 +32786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31686,6 +32815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31714,6 +32844,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31742,6 +32873,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31770,6 +32902,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31798,6 +32931,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31826,6 +32960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31854,6 +32989,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31882,6 +33018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31910,6 +33047,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31938,6 +33076,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31966,6 +33105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -31994,6 +33134,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32022,6 +33163,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32050,6 +33192,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32078,6 +33221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32106,6 +33250,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32134,6 +33279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32162,6 +33308,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32190,6 +33337,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32218,6 +33366,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32246,6 +33395,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32274,6 +33424,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32302,6 +33453,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32330,6 +33482,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32358,6 +33511,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32386,6 +33540,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32414,6 +33569,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32442,6 +33598,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32470,6 +33627,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32498,6 +33656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32526,6 +33685,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32554,6 +33714,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32582,6 +33743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32610,6 +33772,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32638,6 +33801,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32666,6 +33830,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32694,6 +33859,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32722,6 +33888,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32750,6 +33917,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32778,6 +33946,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32806,6 +33975,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32834,6 +34004,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32862,6 +34033,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32890,6 +34062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32918,6 +34091,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32946,6 +34120,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -32974,6 +34149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33002,6 +34178,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33030,6 +34207,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33058,6 +34236,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33086,6 +34265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33114,6 +34294,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33142,6 +34323,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33170,6 +34352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33198,6 +34381,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33226,6 +34410,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33254,6 +34439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33282,6 +34468,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33310,6 +34497,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33338,6 +34526,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33366,6 +34555,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33394,6 +34584,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33422,6 +34613,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33450,6 +34642,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33478,6 +34671,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33506,6 +34700,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33534,6 +34729,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33562,6 +34758,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33590,6 +34787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33618,6 +34816,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33646,6 +34845,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33674,6 +34874,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33702,6 +34903,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33730,6 +34932,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33758,6 +34961,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33786,6 +34990,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33814,6 +35019,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33842,6 +35048,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33870,6 +35077,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33898,6 +35106,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33926,6 +35135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33954,6 +35164,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -33982,6 +35193,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34010,6 +35222,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34038,6 +35251,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34066,6 +35280,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34094,6 +35309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34122,6 +35338,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34150,6 +35367,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34178,6 +35396,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34206,6 +35425,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34234,6 +35454,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34262,6 +35483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34290,6 +35512,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34318,6 +35541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34346,6 +35570,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34374,6 +35599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34402,6 +35628,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34430,6 +35657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34458,6 +35686,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34486,6 +35715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34514,6 +35744,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34542,6 +35773,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34570,6 +35802,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34598,6 +35831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34626,6 +35860,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34654,6 +35889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34682,6 +35918,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34710,6 +35947,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34738,6 +35976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34766,6 +36005,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34794,6 +36034,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34822,6 +36063,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34850,6 +36092,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34878,6 +36121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34906,6 +36150,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34934,6 +36179,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34962,6 +36208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -34990,6 +36237,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35018,6 +36266,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35046,6 +36295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35074,6 +36324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35102,6 +36353,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35130,6 +36382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35158,6 +36411,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35186,6 +36440,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35214,6 +36469,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35242,6 +36498,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35270,6 +36527,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35298,6 +36556,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35326,6 +36585,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35354,6 +36614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35382,6 +36643,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35410,6 +36672,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35438,6 +36701,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35466,6 +36730,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35494,6 +36759,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35522,6 +36788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35550,6 +36817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35578,6 +36846,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35606,6 +36875,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35634,6 +36904,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35662,6 +36933,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35690,6 +36962,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35718,6 +36991,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35746,6 +37020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35774,6 +37049,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35802,6 +37078,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35830,6 +37107,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35858,6 +37136,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35886,6 +37165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35914,6 +37194,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35942,6 +37223,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35970,6 +37252,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -35998,6 +37281,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36026,6 +37310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36054,6 +37339,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36082,6 +37368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36110,6 +37397,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36138,6 +37426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36166,6 +37455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36194,6 +37484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36222,6 +37513,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36250,6 +37542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36278,6 +37571,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36306,6 +37600,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36334,6 +37629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36362,6 +37658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36390,6 +37687,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36418,6 +37716,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36446,6 +37745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36474,6 +37774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36502,6 +37803,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36530,6 +37832,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36558,6 +37861,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36586,6 +37890,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36614,6 +37919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36642,6 +37948,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36670,6 +37977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36698,6 +38006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36726,6 +38035,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36754,6 +38064,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36782,6 +38093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36810,6 +38122,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36838,6 +38151,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36866,6 +38180,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36894,6 +38209,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36922,6 +38238,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36950,6 +38267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -36978,6 +38296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37006,6 +38325,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37034,6 +38354,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37062,6 +38383,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37090,6 +38412,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37118,6 +38441,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37146,6 +38470,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37174,6 +38499,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37202,6 +38528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37230,6 +38557,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37258,6 +38586,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37286,6 +38615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37314,6 +38644,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37342,6 +38673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37370,6 +38702,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37398,6 +38731,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37426,6 +38760,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37454,6 +38789,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37482,6 +38818,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37510,6 +38847,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37538,6 +38876,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37566,6 +38905,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37594,6 +38934,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37622,6 +38963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37650,6 +38992,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37678,6 +39021,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37706,6 +39050,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37734,6 +39079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37762,6 +39108,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37790,6 +39137,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37818,6 +39166,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37846,6 +39195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37874,6 +39224,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37902,6 +39253,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37930,6 +39282,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37958,6 +39311,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -37986,6 +39340,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38014,6 +39369,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38042,6 +39398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38070,6 +39427,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38098,6 +39456,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38126,6 +39485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38154,6 +39514,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38182,6 +39543,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38210,6 +39572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38238,6 +39601,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38266,6 +39630,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38294,6 +39659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38322,6 +39688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38350,6 +39717,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38378,6 +39746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38406,6 +39775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38434,6 +39804,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38462,6 +39833,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38490,6 +39862,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38518,6 +39891,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38546,6 +39920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38574,6 +39949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38602,6 +39978,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38630,6 +40007,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38658,6 +40036,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38686,6 +40065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38714,6 +40094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38742,6 +40123,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38770,6 +40152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38798,6 +40181,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38826,6 +40210,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38854,6 +40239,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38882,6 +40268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38910,6 +40297,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38938,6 +40326,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38966,6 +40355,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -38994,6 +40384,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39022,6 +40413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39050,6 +40442,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39078,6 +40471,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39106,6 +40500,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39134,6 +40529,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39162,6 +40558,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39190,6 +40587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39218,6 +40616,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39246,6 +40645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39274,6 +40674,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39302,6 +40703,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39330,6 +40732,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39358,6 +40761,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39386,6 +40790,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39414,6 +40819,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39442,6 +40848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39470,6 +40877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39498,6 +40906,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39526,6 +40935,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39554,6 +40964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39582,6 +40993,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39610,6 +41022,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39638,6 +41051,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39666,6 +41080,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39694,6 +41109,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39722,6 +41138,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39750,6 +41167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39778,6 +41196,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39806,6 +41225,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39834,6 +41254,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39862,6 +41283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39890,6 +41312,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39918,6 +41341,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39946,6 +41370,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -39974,6 +41399,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40002,6 +41428,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40030,6 +41457,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40058,6 +41486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40086,6 +41515,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40114,6 +41544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40142,6 +41573,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40170,6 +41602,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40198,6 +41631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40226,6 +41660,7 @@ "orig": "Th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40254,6 +41689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40282,6 +41718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40310,6 +41747,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40338,6 +41776,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40366,6 +41805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40394,6 +41834,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40422,6 +41863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40450,6 +41892,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40478,6 +41921,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40506,6 +41950,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40534,6 +41979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40562,6 +42008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40590,6 +42037,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40618,6 +42066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40646,6 +42095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40674,6 +42124,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40702,6 +42153,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40730,6 +42182,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40758,6 +42211,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40786,6 +42240,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40814,6 +42269,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40842,6 +42298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40870,6 +42327,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40898,6 +42356,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40926,6 +42385,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40954,6 +42414,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -40982,6 +42443,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41010,6 +42472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41038,6 +42501,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41066,6 +42530,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41094,6 +42559,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41122,6 +42588,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41150,6 +42617,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41178,6 +42646,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41206,6 +42675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41234,6 +42704,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41262,6 +42733,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41290,6 +42762,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41318,6 +42791,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41346,6 +42820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41374,6 +42849,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41402,6 +42878,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41430,6 +42907,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41458,6 +42936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41486,6 +42965,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41514,6 +42994,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41542,6 +43023,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41570,6 +43052,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41598,6 +43081,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41626,6 +43110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41654,6 +43139,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41682,6 +43168,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41710,6 +43197,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41738,6 +43226,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41766,6 +43255,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41794,6 +43284,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41822,6 +43313,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41850,6 +43342,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41878,6 +43371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41906,6 +43400,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41934,6 +43429,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41962,6 +43458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -41990,6 +43487,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42018,6 +43516,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42046,6 +43545,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42074,6 +43574,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42102,6 +43603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42130,6 +43632,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42158,6 +43661,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42186,6 +43690,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42214,6 +43719,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42242,6 +43748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42270,6 +43777,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42298,6 +43806,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42326,6 +43835,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42354,6 +43864,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42382,6 +43893,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42410,6 +43922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42438,6 +43951,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42466,6 +43980,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42494,6 +44009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42522,6 +44038,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42550,6 +44067,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42578,6 +44096,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42606,6 +44125,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42634,6 +44154,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42662,6 +44183,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42690,6 +44212,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42718,6 +44241,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42746,6 +44270,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42774,6 +44299,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42802,6 +44328,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42830,6 +44357,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42858,6 +44386,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42886,6 +44415,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42914,6 +44444,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42942,6 +44473,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42970,6 +44502,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -42998,6 +44531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43026,6 +44560,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43054,6 +44589,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43082,6 +44618,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43110,6 +44647,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43138,6 +44676,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43166,6 +44705,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43194,6 +44734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43222,6 +44763,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43250,6 +44792,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43278,6 +44821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43306,6 +44850,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43334,6 +44879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43362,6 +44908,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43390,6 +44937,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43418,6 +44966,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43446,6 +44995,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43474,6 +45024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43502,6 +45053,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43530,6 +45082,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43558,6 +45111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43586,6 +45140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43614,6 +45169,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43642,6 +45198,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43670,6 +45227,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43698,6 +45256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43726,6 +45285,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43754,6 +45314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43782,6 +45343,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43810,6 +45372,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43838,6 +45401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43866,6 +45430,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43894,6 +45459,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43922,6 +45488,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43950,6 +45517,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -43978,6 +45546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44006,6 +45575,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44034,6 +45604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44062,6 +45633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44090,6 +45662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44118,6 +45691,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44146,6 +45720,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44174,6 +45749,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44202,6 +45778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44230,6 +45807,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44258,6 +45836,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44286,6 +45865,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44314,6 +45894,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44342,6 +45923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44370,6 +45952,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44398,6 +45981,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44426,6 +46010,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44454,6 +46039,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44482,6 +46068,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44510,6 +46097,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44538,6 +46126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44566,6 +46155,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44594,6 +46184,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44622,6 +46213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44650,6 +46242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44678,6 +46271,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44706,6 +46300,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44734,6 +46329,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44762,6 +46358,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44790,6 +46387,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44818,6 +46416,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44846,6 +46445,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44874,6 +46474,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44902,6 +46503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44930,6 +46532,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44958,6 +46561,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -44986,6 +46590,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45014,6 +46619,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45042,6 +46648,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45070,6 +46677,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45098,6 +46706,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45126,6 +46735,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45154,6 +46764,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45182,6 +46793,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45210,6 +46822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45238,6 +46851,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45266,6 +46880,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45294,6 +46909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45322,6 +46938,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45350,6 +46967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45378,6 +46996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45406,6 +47025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45434,6 +47054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45462,6 +47083,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45490,6 +47112,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45518,6 +47141,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45546,6 +47170,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45574,6 +47199,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45602,6 +47228,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45630,6 +47257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45658,6 +47286,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45686,6 +47315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45714,6 +47344,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45742,6 +47373,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45770,6 +47402,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45798,6 +47431,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45826,6 +47460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45854,6 +47489,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45882,6 +47518,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45910,6 +47547,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45938,6 +47576,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45966,6 +47605,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -45994,6 +47634,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46022,6 +47663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46050,6 +47692,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46078,6 +47721,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46106,6 +47750,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46134,6 +47779,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46162,6 +47808,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46190,6 +47837,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46218,6 +47866,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46246,6 +47895,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46274,6 +47924,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46302,6 +47953,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46330,6 +47982,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46358,6 +48011,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46386,6 +48040,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46414,6 +48069,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46442,6 +48098,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46470,6 +48127,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46498,6 +48156,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46526,6 +48185,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46554,6 +48214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46582,6 +48243,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46610,6 +48272,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46638,6 +48301,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46666,6 +48330,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46694,6 +48359,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46722,6 +48388,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46750,6 +48417,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46778,6 +48446,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46806,6 +48475,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46834,6 +48504,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46862,6 +48533,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46890,6 +48562,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46918,6 +48591,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46946,6 +48620,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -46974,6 +48649,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47002,6 +48678,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47030,6 +48707,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47058,6 +48736,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47086,6 +48765,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47114,6 +48794,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47142,6 +48823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47170,6 +48852,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47198,6 +48881,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47226,6 +48910,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47254,6 +48939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47282,6 +48968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47310,6 +48997,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47338,6 +49026,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47366,6 +49055,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47394,6 +49084,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47422,6 +49113,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47450,6 +49142,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47478,6 +49171,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47506,6 +49200,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47534,6 +49229,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47562,6 +49258,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47590,6 +49287,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47618,6 +49316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47646,6 +49345,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47674,6 +49374,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47702,6 +49403,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47730,6 +49432,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47758,6 +49461,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47786,6 +49490,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47814,6 +49519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47842,6 +49548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47870,6 +49577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47898,6 +49606,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47926,6 +49635,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47954,6 +49664,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -47982,6 +49693,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48010,6 +49722,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48038,6 +49751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48066,6 +49780,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48094,6 +49809,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48122,6 +49838,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48150,6 +49867,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48178,6 +49896,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48206,6 +49925,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48234,6 +49954,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48262,6 +49983,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48290,6 +50012,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48318,6 +50041,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48346,6 +50070,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48374,6 +50099,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48402,6 +50128,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48430,6 +50157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48458,6 +50186,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48486,6 +50215,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48514,6 +50244,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48542,6 +50273,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48570,6 +50302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48598,6 +50331,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48626,6 +50360,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48654,6 +50389,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48682,6 +50418,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48710,6 +50447,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48738,6 +50476,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48766,6 +50505,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48794,6 +50534,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48822,6 +50563,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48850,6 +50592,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48878,6 +50621,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48906,6 +50650,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48934,6 +50679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48962,6 +50708,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -48990,6 +50737,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49018,6 +50766,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49046,6 +50795,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49074,6 +50824,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49102,6 +50853,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49130,6 +50882,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49158,6 +50911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49186,6 +50940,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49214,6 +50969,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49242,6 +50998,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49270,6 +51027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49298,6 +51056,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49326,6 +51085,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49354,6 +51114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49382,6 +51143,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49410,6 +51172,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49438,6 +51201,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49466,6 +51230,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49494,6 +51259,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49522,6 +51288,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49550,6 +51317,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49578,6 +51346,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49606,6 +51375,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49634,6 +51404,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49662,6 +51433,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49690,6 +51462,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49718,6 +51491,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49746,6 +51520,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49774,6 +51549,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49802,6 +51578,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49830,6 +51607,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49858,6 +51636,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49886,6 +51665,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49914,6 +51694,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49942,6 +51723,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49970,6 +51752,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -49998,6 +51781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50026,6 +51810,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50054,6 +51839,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50082,6 +51868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50110,6 +51897,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50138,6 +51926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50166,6 +51955,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50194,6 +51984,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50222,6 +52013,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50250,6 +52042,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50278,6 +52071,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50306,6 +52100,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50334,6 +52129,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50362,6 +52158,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50390,6 +52187,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50418,6 +52216,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50446,6 +52245,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50474,6 +52274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50502,6 +52303,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50530,6 +52332,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50558,6 +52361,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50586,6 +52390,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50614,6 +52419,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50642,6 +52448,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50670,6 +52477,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50698,6 +52506,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50726,6 +52535,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50754,6 +52564,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50782,6 +52593,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50810,6 +52622,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50838,6 +52651,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50866,6 +52680,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50894,6 +52709,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50922,6 +52738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50950,6 +52767,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -50978,6 +52796,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51006,6 +52825,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51034,6 +52854,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51062,6 +52883,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51090,6 +52912,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51118,6 +52941,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51146,6 +52970,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51174,6 +52999,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51202,6 +53028,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51230,6 +53057,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51258,6 +53086,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51286,6 +53115,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51314,6 +53144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51342,6 +53173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51370,6 +53202,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51398,6 +53231,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51426,6 +53260,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51454,6 +53289,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51482,6 +53318,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51510,6 +53347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51538,6 +53376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51566,6 +53405,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51594,6 +53434,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51622,6 +53463,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51650,6 +53492,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51678,6 +53521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51706,6 +53550,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51734,6 +53579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51762,6 +53608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51790,6 +53637,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51818,6 +53666,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51846,6 +53695,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51874,6 +53724,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51902,6 +53753,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51930,6 +53782,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51958,6 +53811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -51986,6 +53840,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52014,6 +53869,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52042,6 +53898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52070,6 +53927,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52098,6 +53956,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52126,6 +53985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52154,6 +54014,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52182,6 +54043,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52210,6 +54072,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52238,6 +54101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52266,6 +54130,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52294,6 +54159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52322,6 +54188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52350,6 +54217,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52378,6 +54246,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52406,6 +54275,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52434,6 +54304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52462,6 +54333,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52490,6 +54362,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52518,6 +54391,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52546,6 +54420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52574,6 +54449,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52602,6 +54478,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52630,6 +54507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52658,6 +54536,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52686,6 +54565,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52714,6 +54594,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52742,6 +54623,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52770,6 +54652,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52798,6 +54681,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52826,6 +54710,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52854,6 +54739,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52882,6 +54768,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52910,6 +54797,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52938,6 +54826,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52966,6 +54855,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -52994,6 +54884,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53022,6 +54913,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53050,6 +54942,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53078,6 +54971,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53106,6 +55000,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53134,6 +55029,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53162,6 +55058,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53190,6 +55087,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53218,6 +55116,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53246,6 +55145,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53274,6 +55174,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53302,6 +55203,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53330,6 +55232,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53358,6 +55261,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53386,6 +55290,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53414,6 +55319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53442,6 +55348,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53470,6 +55377,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53498,6 +55406,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53526,6 +55435,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53554,6 +55464,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53582,6 +55493,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53610,6 +55522,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53638,6 +55551,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53666,6 +55580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53694,6 +55609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53722,6 +55638,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53750,6 +55667,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53778,6 +55696,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53806,6 +55725,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53834,6 +55754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53862,6 +55783,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53890,6 +55812,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53918,6 +55841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53946,6 +55870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -53974,6 +55899,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54002,6 +55928,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54030,6 +55957,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54058,6 +55986,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54086,6 +56015,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54114,6 +56044,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54142,6 +56073,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54170,6 +56102,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54198,6 +56131,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54226,6 +56160,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54254,6 +56189,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54282,6 +56218,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54310,6 +56247,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54338,6 +56276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54366,6 +56305,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54394,6 +56334,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54422,6 +56363,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54450,6 +56392,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54478,6 +56421,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54506,6 +56450,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54534,6 +56479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54562,6 +56508,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54590,6 +56537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54618,6 +56566,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54646,6 +56595,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54674,6 +56624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54702,6 +56653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54730,6 +56682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54758,6 +56711,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54786,6 +56740,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54814,6 +56769,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54842,6 +56798,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54870,6 +56827,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54898,6 +56856,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54926,6 +56885,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54954,6 +56914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -54982,6 +56943,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55010,6 +56972,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55038,6 +57001,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55066,6 +57030,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55094,6 +57059,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55122,6 +57088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55150,6 +57117,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55178,6 +57146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55206,6 +57175,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55234,6 +57204,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55262,6 +57233,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55290,6 +57262,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55318,6 +57291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55346,6 +57320,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55374,6 +57349,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55402,6 +57378,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55430,6 +57407,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55458,6 +57436,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55486,6 +57465,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55514,6 +57494,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55542,6 +57523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55570,6 +57552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55598,6 +57581,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55626,6 +57610,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55654,6 +57639,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55682,6 +57668,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55710,6 +57697,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55738,6 +57726,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55766,6 +57755,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55794,6 +57784,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55822,6 +57813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55850,6 +57842,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55878,6 +57871,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55906,6 +57900,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55934,6 +57929,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55962,6 +57958,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -55990,6 +57987,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56018,6 +58016,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56046,6 +58045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56074,6 +58074,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56102,6 +58103,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56130,6 +58132,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56158,6 +58161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56186,6 +58190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56214,6 +58219,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56242,6 +58248,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56270,6 +58277,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56298,6 +58306,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56326,6 +58335,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56354,6 +58364,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56382,6 +58393,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56410,6 +58422,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56438,6 +58451,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56466,6 +58480,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56494,6 +58509,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56522,6 +58538,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56550,6 +58567,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56578,6 +58596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56606,6 +58625,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56634,6 +58654,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56662,6 +58683,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56690,6 +58712,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56718,6 +58741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56746,6 +58770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56774,6 +58799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56802,6 +58828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56830,6 +58857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56858,6 +58886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56886,6 +58915,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56914,6 +58944,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56942,6 +58973,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56970,6 +59002,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -56998,6 +59031,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57026,6 +59060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57054,6 +59089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57082,6 +59118,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57110,6 +59147,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57138,6 +59176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57166,6 +59205,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57194,6 +59234,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57222,6 +59263,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57250,6 +59292,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57278,6 +59321,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57306,6 +59350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57334,6 +59379,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57362,6 +59408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57390,6 +59437,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57418,6 +59466,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57446,6 +59495,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57474,6 +59524,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57502,6 +59553,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57530,6 +59582,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57558,6 +59611,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57586,6 +59640,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57614,6 +59669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57642,6 +59698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57670,6 +59727,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57698,6 +59756,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57726,6 +59785,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57754,6 +59814,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57782,6 +59843,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57810,6 +59872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57838,6 +59901,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57866,6 +59930,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57894,6 +59959,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57922,6 +59988,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57950,6 +60017,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -57978,6 +60046,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58006,6 +60075,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58034,6 +60104,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58062,6 +60133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58090,6 +60162,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58118,6 +60191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58146,6 +60220,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58174,6 +60249,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58202,6 +60278,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58230,6 +60307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58258,6 +60336,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58286,6 +60365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58314,6 +60394,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58342,6 +60423,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58370,6 +60452,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58398,6 +60481,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58426,6 +60510,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58454,6 +60539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58482,6 +60568,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58510,6 +60597,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58538,6 +60626,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58566,6 +60655,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58594,6 +60684,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58622,6 +60713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58650,6 +60742,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58678,6 +60771,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58706,6 +60800,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58734,6 +60829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58762,6 +60858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58790,6 +60887,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58818,6 +60916,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58846,6 +60945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58874,6 +60974,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58902,6 +61003,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58930,6 +61032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58958,6 +61061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -58986,6 +61090,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59014,6 +61119,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59042,6 +61148,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59070,6 +61177,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59098,6 +61206,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59126,6 +61235,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59154,6 +61264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59182,6 +61293,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59210,6 +61322,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59238,6 +61351,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59266,6 +61380,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59294,6 +61409,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59322,6 +61438,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59350,6 +61467,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59378,6 +61496,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59406,6 +61525,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59434,6 +61554,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59462,6 +61583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59490,6 +61612,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59518,6 +61641,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59546,6 +61670,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59574,6 +61699,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59602,6 +61728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59630,6 +61757,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59658,6 +61786,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59686,6 +61815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59714,6 +61844,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59742,6 +61873,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59770,6 +61902,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59798,6 +61931,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59826,6 +61960,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59854,6 +61989,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59882,6 +62018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59910,6 +62047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59938,6 +62076,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59966,6 +62105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -59994,6 +62134,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60022,6 +62163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60050,6 +62192,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60078,6 +62221,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60106,6 +62250,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60134,6 +62279,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60162,6 +62308,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60190,6 +62337,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60218,6 +62366,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60246,6 +62395,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60274,6 +62424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60302,6 +62453,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60330,6 +62482,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60358,6 +62511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60386,6 +62540,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60414,6 +62569,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60442,6 +62598,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60470,6 +62627,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60498,6 +62656,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60526,6 +62685,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60554,6 +62714,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60582,6 +62743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60610,6 +62772,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60638,6 +62801,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60666,6 +62830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60694,6 +62859,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60722,6 +62888,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60750,6 +62917,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60778,6 +62946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60806,6 +62975,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60834,6 +63004,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60862,6 +63033,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60890,6 +63062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60918,6 +63091,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60946,6 +63120,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -60974,6 +63149,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61002,6 +63178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61030,6 +63207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61058,6 +63236,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61086,6 +63265,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61114,6 +63294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61142,6 +63323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61170,6 +63352,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61198,6 +63381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61226,6 +63410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61254,6 +63439,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61282,6 +63468,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61310,6 +63497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61338,6 +63526,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61366,6 +63555,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61394,6 +63584,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61422,6 +63613,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61450,6 +63642,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61478,6 +63671,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61506,6 +63700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61534,6 +63729,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61562,6 +63758,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61590,6 +63787,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61618,6 +63816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61646,6 +63845,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61674,6 +63874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61702,6 +63903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61730,6 +63932,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61758,6 +63961,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61786,6 +63990,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61814,6 +64019,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61842,6 +64048,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61870,6 +64077,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61898,6 +64106,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61926,6 +64135,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61954,6 +64164,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -61982,6 +64193,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62010,6 +64222,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62038,6 +64251,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62066,6 +64280,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62094,6 +64309,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62122,6 +64338,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62150,6 +64367,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62178,6 +64396,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62206,6 +64425,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62234,6 +64454,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62262,6 +64483,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62290,6 +64512,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62318,6 +64541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62346,6 +64570,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62374,6 +64599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62402,6 +64628,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62430,6 +64657,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62458,6 +64686,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62486,6 +64715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62514,6 +64744,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62542,6 +64773,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62570,6 +64802,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62598,6 +64831,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62626,6 +64860,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62654,6 +64889,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62682,6 +64918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62710,6 +64947,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62738,6 +64976,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62766,6 +65005,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62794,6 +65034,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62822,6 +65063,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62850,6 +65092,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62878,6 +65121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62906,6 +65150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62934,6 +65179,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62962,6 +65208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -62990,6 +65237,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63018,6 +65266,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63046,6 +65295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63074,6 +65324,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63102,6 +65353,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63130,6 +65382,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63158,6 +65411,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63186,6 +65440,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63214,6 +65469,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63242,6 +65498,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63270,6 +65527,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63298,6 +65556,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63326,6 +65585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63354,6 +65614,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63382,6 +65643,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63410,6 +65672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63438,6 +65701,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63466,6 +65730,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63494,6 +65759,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63522,6 +65788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63550,6 +65817,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63578,6 +65846,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63606,6 +65875,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63634,6 +65904,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63662,6 +65933,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63690,6 +65962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63718,6 +65991,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63746,6 +66020,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63774,6 +66049,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63802,6 +66078,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63830,6 +66107,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63858,6 +66136,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63886,6 +66165,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63914,6 +66194,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63942,6 +66223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63970,6 +66252,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -63998,6 +66281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64026,6 +66310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64054,6 +66339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64082,6 +66368,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64110,6 +66397,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64138,6 +66426,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64166,6 +66455,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64194,6 +66484,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64222,6 +66513,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64250,6 +66542,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64278,6 +66571,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64306,6 +66600,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64334,6 +66629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64362,6 +66658,7 @@ "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64390,6 +66687,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64418,6 +66716,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64446,6 +66745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64474,6 +66774,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64502,6 +66803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64530,6 +66832,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64558,6 +66861,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64586,6 +66890,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64614,6 +66919,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64642,6 +66948,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64670,6 +66977,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64698,6 +67006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64726,6 +67035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64754,6 +67064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64782,6 +67093,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64810,6 +67122,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64838,6 +67151,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64866,6 +67180,7 @@ "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64894,6 +67209,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64922,6 +67238,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64950,6 +67267,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -64978,6 +67296,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65006,6 +67325,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65034,6 +67354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65062,6 +67383,7 @@ "orig": "fl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65090,6 +67412,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65118,6 +67441,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65146,6 +67470,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65174,6 +67499,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65202,6 +67528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65230,6 +67557,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65258,6 +67586,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65286,6 +67615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65314,6 +67644,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65342,6 +67673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65370,6 +67702,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65398,6 +67731,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65426,6 +67760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65454,6 +67789,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65482,6 +67818,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65510,6 +67847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65538,6 +67876,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65566,6 +67905,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65594,6 +67934,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65622,6 +67963,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65650,6 +67992,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65678,6 +68021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65706,6 +68050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65734,6 +68079,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65762,6 +68108,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65790,6 +68137,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65818,6 +68166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65846,6 +68195,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65874,6 +68224,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65902,6 +68253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65930,6 +68282,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65958,6 +68311,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -65986,6 +68340,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66014,6 +68369,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66042,6 +68398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66070,6 +68427,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66098,6 +68456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66126,6 +68485,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66154,6 +68514,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66182,6 +68543,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66210,6 +68572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66238,6 +68601,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66266,6 +68630,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66294,6 +68659,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66322,6 +68688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66350,6 +68717,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66378,6 +68746,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66406,6 +68775,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66434,6 +68804,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66462,6 +68833,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66490,6 +68862,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66518,6 +68891,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66546,6 +68920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66574,6 +68949,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66602,6 +68978,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66630,6 +69007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66658,6 +69036,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66686,6 +69065,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66714,6 +69094,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66742,6 +69123,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66770,6 +69152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66798,6 +69181,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66826,6 +69210,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66854,6 +69239,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66882,6 +69268,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66910,6 +69297,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66938,6 +69326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66966,6 +69355,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -66994,6 +69384,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67022,6 +69413,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67050,6 +69442,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67078,6 +69471,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67106,6 +69500,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67134,6 +69529,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67162,6 +69558,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67190,6 +69587,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67218,6 +69616,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67246,6 +69645,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67274,6 +69674,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67302,6 +69703,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67330,6 +69732,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67358,6 +69761,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67386,6 +69790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67414,6 +69819,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67442,6 +69848,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67470,6 +69877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67498,6 +69906,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67526,6 +69935,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67554,6 +69964,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67582,6 +69993,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67610,6 +70022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67638,6 +70051,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67666,6 +70080,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67694,6 +70109,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67722,6 +70138,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67750,6 +70167,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67778,6 +70196,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67806,6 +70225,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67834,6 +70254,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67862,6 +70283,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67890,6 +70312,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67918,6 +70341,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67946,6 +70370,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -67974,6 +70399,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68002,6 +70428,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68030,6 +70457,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68058,6 +70486,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68086,6 +70515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68114,6 +70544,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68142,6 +70573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68170,6 +70602,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68198,6 +70631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68226,6 +70660,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68254,6 +70689,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68282,6 +70718,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68310,6 +70747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68338,6 +70776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68366,6 +70805,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68394,6 +70834,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68422,6 +70863,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68450,6 +70892,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68478,6 +70921,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68506,6 +70950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68534,6 +70979,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68562,6 +71008,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68590,6 +71037,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68618,6 +71066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68646,6 +71095,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68674,6 +71124,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68702,6 +71153,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68730,6 +71182,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68758,6 +71211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68786,6 +71240,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68814,6 +71269,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68842,6 +71298,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68870,6 +71327,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68898,6 +71356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68926,6 +71385,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68954,6 +71414,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -68982,6 +71443,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69010,6 +71472,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69038,6 +71501,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69066,6 +71530,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69094,6 +71559,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69122,6 +71588,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69150,6 +71617,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69178,6 +71646,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69206,6 +71675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69234,6 +71704,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69262,6 +71733,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69290,6 +71762,7 @@ "orig": "fl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69318,6 +71791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69346,6 +71820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69374,6 +71849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69402,6 +71878,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69430,6 +71907,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69458,6 +71936,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69486,6 +71965,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69514,6 +71994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69542,6 +72023,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69570,6 +72052,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69598,6 +72081,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69626,6 +72110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69654,6 +72139,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69682,6 +72168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69710,6 +72197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69738,6 +72226,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69766,6 +72255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69794,6 +72284,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69822,6 +72313,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69850,6 +72342,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69878,6 +72371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69906,6 +72400,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69934,6 +72429,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69962,6 +72458,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -69990,6 +72487,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70018,6 +72516,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70046,6 +72545,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70074,6 +72574,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70102,6 +72603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70130,6 +72632,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70158,6 +72661,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70186,6 +72690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70214,6 +72719,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70242,6 +72748,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70270,6 +72777,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70298,6 +72806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70326,6 +72835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70354,6 +72864,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70382,6 +72893,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70410,6 +72922,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70438,6 +72951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70466,6 +72980,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70494,6 +73009,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70522,6 +73038,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70550,6 +73067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70578,6 +73096,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70606,6 +73125,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70634,6 +73154,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70662,6 +73183,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70690,6 +73212,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70718,6 +73241,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70746,6 +73270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70774,6 +73299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70804,6 +73330,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70832,6 +73359,7 @@ "orig": "2.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70860,6 +73388,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70888,6 +73417,7 @@ "orig": "Lost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70916,6 +73446,7 @@ "orig": "Homeland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70944,6 +73475,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -70972,6 +73504,7 @@ "orig": "description", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71000,6 +73533,7 @@ "orig": "told", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71028,6 +73562,7 @@ "orig": "me", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71056,6 +73591,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71084,6 +73620,7 @@ "orig": "Steinkirche", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71112,6 +73649,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71140,6 +73678,7 @@ "orig": "somewhere", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71168,6 +73707,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71196,6 +73736,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71224,6 +73765,7 @@ "orig": "vicinity", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71252,6 +73794,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71280,6 +73823,7 @@ "orig": "Strehlen.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71308,6 +73852,7 @@ "orig": "Then,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71336,6 +73881,7 @@ "orig": "according", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71364,6 +73910,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71392,6 +73939,7 @@ "orig": "Elfriede's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71420,6 +73968,7 @@ "orig": "stories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71448,6 +73997,7 @@ "orig": "about", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71476,6 +74026,7 @@ "orig": "walking", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71504,6 +74055,7 @@ "orig": "her", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71532,6 +74084,7 @@ "orig": "animals,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71560,6 +74113,7 @@ "orig": "ducks,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71588,6 +74142,7 @@ "orig": "geese", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71616,6 +74171,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71644,6 +74200,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71672,6 +74229,7 @@ "orig": "goat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71700,6 +74258,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71728,6 +74287,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71756,6 +74316,7 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71784,6 +74345,7 @@ "orig": "station", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71812,6 +74374,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71840,6 +74403,7 @@ "orig": "meet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71868,6 +74432,7 @@ "orig": "visitors,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71896,6 +74461,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71924,6 +74490,7 @@ "orig": "station", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71952,6 +74519,7 @@ "orig": "once", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -71980,6 +74548,7 @@ "orig": "existed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72008,6 +74577,7 @@ "orig": "near", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72036,6 +74606,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72064,6 +74635,7 @@ "orig": "village.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72092,6 +74664,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72120,6 +74693,7 @@ "orig": "wondered", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72148,6 +74722,7 @@ "orig": "whether", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72176,6 +74751,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72204,6 +74780,7 @@ "orig": "had", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72232,6 +74809,7 @@ "orig": "survived", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72260,6 +74838,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72288,6 +74867,7 @@ "orig": "bombing.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72316,6 +74896,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72344,6 +74925,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72372,6 +74954,7 @@ "orig": "seen", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72400,6 +74983,7 @@ "orig": "films", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72428,6 +75012,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72456,6 +75041,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72484,6 +75070,7 @@ "orig": "utter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72512,6 +75099,7 @@ "orig": "devastation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72540,6 +75128,7 @@ "orig": "along", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72568,6 +75157,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72596,6 +75186,7 @@ "orig": "Oder", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72624,6 +75215,7 @@ "orig": "River", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72652,6 +75244,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72680,6 +75273,7 @@ "orig": "early", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72708,6 +75302,7 @@ "orig": "May", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72736,6 +75331,7 @@ "orig": "1945,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72764,6 +75360,7 @@ "orig": "just", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72792,6 +75389,7 @@ "orig": "before", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72820,6 +75418,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72848,6 +75447,7 @@ "orig": "War", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72876,6 +75476,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72904,6 +75505,7 @@ "orig": "Europe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72932,6 +75534,7 @@ "orig": "ended.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72960,6 +75563,7 @@ "orig": "Did", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -72988,6 +75592,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73016,6 +75621,7 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73044,6 +75650,7 @@ "orig": "still", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73072,6 +75679,7 @@ "orig": "pass", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73100,6 +75708,7 @@ "orig": "Steinkirche?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73128,6 +75737,7 @@ "orig": "My", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73156,6 +75766,7 @@ "orig": "mother's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73184,6 +75795,7 @@ "orig": "father", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73212,6 +75824,7 @@ "orig": "had", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73240,6 +75853,7 @@ "orig": "been", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73268,6 +75882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73296,6 +75911,7 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73324,6 +75940,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73352,6 +75969,7 @@ "orig": "pointsman,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73380,6 +75998,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73408,6 +76027,7 @@ "orig": "signal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73436,6 +76056,7 @@ "orig": "attendant.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73464,6 +76085,7 @@ "orig": "From", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73492,6 +76114,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73520,6 +76143,7 @@ "orig": "station", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73548,6 +76172,7 @@ "orig": "close", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73576,6 +76201,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73604,6 +76230,7 @@ "orig": "home", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73632,6 +76259,7 @@ "orig": "he", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73660,6 +76288,7 @@ "orig": "would", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73688,6 +76317,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73716,6 +76346,7 @@ "orig": "undertaken", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73744,6 +76375,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73772,6 +76404,7 @@ "orig": "long", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73800,6 +76433,7 @@ "orig": "journeys", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73828,6 +76462,7 @@ "orig": "his", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73856,6 +76491,7 @@ "orig": "work", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73884,6 +76520,7 @@ "orig": "demanded.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73912,6 +76549,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73940,6 +76578,7 @@ "orig": "went", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73968,6 +76607,7 @@ "orig": "back", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -73996,6 +76636,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74024,6 +76665,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74052,6 +76694,7 @@ "orig": "old", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74080,6 +76723,7 @@ "orig": "German", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74108,6 +76752,7 @@ "orig": "maps", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74136,6 +76781,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74164,6 +76810,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74192,6 +76839,7 @@ "orig": "National", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74220,6 +76868,7 @@ "orig": "Library", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74248,6 +76897,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74276,6 +76926,7 @@ "orig": "located", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74304,6 +76955,7 @@ "orig": "Steinkirche", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74332,6 +76984,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74360,6 +77013,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74388,6 +77042,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74416,6 +77071,7 @@ "orig": "several", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74444,6 +77100,7 @@ "orig": "contiguous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74472,6 +77129,7 @@ "orig": "contour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74500,6 +77158,7 @@ "orig": "maps", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74528,6 +77187,7 @@ "orig": "perhaps", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74556,6 +77216,7 @@ "orig": "designed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74584,6 +77245,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74612,6 +77274,7 @@ "orig": "military", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74640,6 +77303,7 @@ "orig": "purposes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74668,6 +77332,7 @@ "orig": "They", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74696,6 +77361,7 @@ "orig": "covered", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74724,6 +77390,7 @@ "orig": "Lower", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74752,6 +77419,7 @@ "orig": "Silesia", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74780,6 +77448,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74808,6 +77477,7 @@ "orig": "1938", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74836,6 +77506,7 @@ "orig": "in\u00b7remarkable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74864,6 +77535,7 @@ "orig": "detail,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74892,6 +77564,7 @@ "orig": "although", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74920,6 +77593,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74948,6 +77622,7 @@ "orig": "detail", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -74976,6 +77651,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75004,6 +77680,7 @@ "orig": "helped", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75032,6 +77709,7 @@ "orig": "obscure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75060,6 +77738,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75088,6 +77767,7 @@ "orig": "printed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75116,6 +77796,7 @@ "orig": "names", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75144,6 +77825,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75172,6 +77854,7 @@ "orig": "villages,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75200,6 +77883,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75228,6 +77912,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75256,6 +77941,7 @@ "orig": "lost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75284,6 +77970,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75312,6 +77999,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75340,6 +78028,7 @@ "orig": "depictions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75368,6 +78057,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75396,6 +78086,7 @@ "orig": "miniature", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75424,6 +78115,7 @@ "orig": "hills,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75452,6 +78144,7 @@ "orig": "rivers,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75480,6 +78173,7 @@ "orig": "quarries,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75508,6 +78202,7 @@ "orig": "castles,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75536,6 +78231,7 @@ "orig": "lakes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75564,6 +78260,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75592,6 +78289,7 @@ "orig": "even", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75620,6 +78318,7 @@ "orig": "houses.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75648,6 +78347,7 @@ "orig": "Eventually", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75676,6 +78376,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75704,6 +78405,7 @@ "orig": "did", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75732,6 +78434,7 @@ "orig": "locate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75760,6 +78463,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75788,6 +78492,7 @@ "orig": "village", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75816,6 +78521,7 @@ "orig": "through", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75844,6 +78550,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75872,6 +78579,7 @@ "orig": "superb", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75900,6 +78608,7 @@ "orig": "map.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75928,6 +78637,7 @@ "orig": "Steinkirche", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75956,6 +78666,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -75984,6 +78695,7 @@ "orig": "off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76012,6 +78724,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76040,6 +78753,7 @@ "orig": "main", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76068,6 +78782,7 @@ "orig": "road", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76096,6 +78811,7 @@ "orig": "near", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76124,6 +78840,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76152,6 +78869,7 @@ "orig": "second", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76180,6 +78898,7 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76208,6 +78927,7 @@ "orig": "station", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76236,6 +78956,7 @@ "orig": "south", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76264,6 +78985,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76292,6 +79014,7 @@ "orig": "Strehlen,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76320,6 +79043,7 @@ "orig": "probably", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76348,6 +79072,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76376,6 +79101,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76404,6 +79130,7 @@ "orig": "hill,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76432,6 +79159,7 @@ "orig": "something", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76460,6 +79188,7 @@ "orig": "my", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76488,6 +79217,7 @@ "orig": "mother", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76516,6 +79246,7 @@ "orig": "had", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76544,6 +79275,7 @@ "orig": "never", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76572,6 +79304,7 @@ "orig": "mentioned.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76600,6 +79333,7 @@ "orig": "If", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76628,6 +79362,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76656,6 +79391,7 @@ "orig": "passed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76684,6 +79420,7 @@ "orig": "it,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76712,6 +79449,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76740,6 +79478,7 @@ "orig": "could", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76768,6 +79507,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76796,6 +79536,7 @@ "orig": "locate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76824,6 +79565,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76852,6 +79594,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76880,6 +79623,7 @@ "orig": "station", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76908,6 +79652,7 @@ "orig": "number", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76936,6 +79681,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76964,6 +79710,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -76992,6 +79739,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77020,6 +79768,7 @@ "orig": "seven", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77048,6 +79797,7 @@ "orig": "between", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77076,6 +79826,7 @@ "orig": "Strehlen", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77104,6 +79855,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77132,6 +79884,7 @@ "orig": "Milnsterberg,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77160,6 +79913,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77188,6 +79942,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77216,6 +79971,7 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77244,6 +80000,7 @@ "orig": "running", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77272,6 +80029,7 @@ "orig": "south", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77300,6 +80058,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77328,6 +80087,7 @@ "orig": "Breslau", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77356,6 +80116,7 @@ "orig": "towards", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77384,6 +80145,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77412,6 +80174,7 @@ "orig": "Carpathian", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77440,6 +80203,7 @@ "orig": "Mountains.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77468,6 +80232,7 @@ "orig": "Then", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77496,6 +80261,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77524,6 +80290,7 @@ "orig": "noted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77552,6 +80319,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77580,6 +80348,7 @@ "orig": "Polish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77608,6 +80377,7 @@ "orig": "names", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77636,6 +80406,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77664,6 +80435,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77692,6 +80464,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77720,6 +80493,7 @@ "orig": "townships", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77748,6 +80522,7 @@ "orig": "south", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77776,6 +80551,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77804,6 +80580,7 @@ "orig": "Wroclaw", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77832,6 +80609,7 @@ "orig": "(Breslau).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77860,6 +80638,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77888,6 +80667,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77916,6 +80696,7 @@ "orig": "German-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77944,6 +80725,7 @@ "orig": "to-Polish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -77972,6 +80754,7 @@ "orig": "Gazeteer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78000,6 +80783,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78028,6 +80812,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78056,6 +80841,7 @@ "orig": "given", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78084,6 +80870,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78112,6 +80899,7 @@ "orig": "Strzelin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78140,6 +80928,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78168,6 +80957,7 @@ "orig": "Ziebice.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78196,6 +80986,7 @@ "orig": "My", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78224,6 +81015,7 @@ "orig": "intention", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78252,6 +81044,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78280,6 +81073,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78308,6 +81102,7 @@ "orig": "take", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78336,6 +81131,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78364,6 +81160,7 @@ "orig": "train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78392,6 +81189,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78420,6 +81218,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78448,6 +81247,7 @@ "orig": "car", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78476,6 +81276,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78504,6 +81305,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78532,6 +81334,7 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78560,6 +81363,7 @@ "orig": "Polish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78588,6 +81392,7 @@ "orig": "ex-Steinkirche,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78616,6 +81421,7 @@ "orig": "visit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78644,6 +81450,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78672,6 +81479,7 @@ "orig": "discreetly,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78700,6 +81508,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78728,6 +81537,7 @@ "orig": "search", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78756,6 +81566,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78784,6 +81595,7 @@ "orig": "old", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78812,6 +81624,7 @@ "orig": "cemetery", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78840,6 +81653,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78868,6 +81682,7 @@ "orig": "family", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78896,6 +81711,7 @@ "orig": "connections.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78924,6 +81740,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78952,6 +81769,7 @@ "orig": "wanted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -78980,6 +81798,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79008,6 +81827,7 @@ "orig": "photograph", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79036,6 +81856,7 @@ "orig": "my", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79064,6 +81885,7 @@ "orig": "two-year-old", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79092,6 +81914,7 @@ "orig": "granddaughter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79120,6 +81943,7 @@ "orig": "beside", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79148,6 +81972,7 @@ "orig": "my", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79176,6 +82001,7 @@ "orig": "own", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79204,6 +82030,7 @@ "orig": "grandfather", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79232,6 +82059,7 @@ "orig": "Friedrich's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79260,6 +82088,7 @@ "orig": "grave.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79288,6 +82117,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79316,6 +82146,7 @@ "orig": "wanted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79344,6 +82175,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79372,6 +82204,7 @@ "orig": "look", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79400,6 +82233,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79428,6 +82262,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79456,6 +82291,7 @@ "orig": "evidence", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79484,6 +82320,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79512,6 +82349,7 @@ "orig": "family", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79540,6 +82378,7 @@ "orig": "history,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79568,6 +82407,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79596,6 +82436,7 @@ "orig": "just", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79624,6 +82465,7 @@ "orig": "savour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79652,6 +82494,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79680,6 +82523,7 @@ "orig": "atmosphere", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79708,6 +82552,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79736,6 +82581,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79764,6 +82610,7 @@ "orig": "place.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79792,6 +82639,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79820,6 +82668,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79848,6 +82697,7 @@ "orig": "wanted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79876,6 +82726,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79904,6 +82755,7 @@ "orig": "see", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79932,6 +82784,7 @@ "orig": "what", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79960,6 +82813,7 @@ "orig": "had", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -79988,6 +82842,7 @@ "orig": "happened", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80016,6 +82871,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80044,6 +82900,7 @@ "orig": "Neumarkt", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80072,6 +82929,7 @@ "orig": "Platz.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80100,6 +82958,7 @@ "orig": "It", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80128,6 +82987,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80156,6 +83016,7 @@ "orig": "difficult", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80184,6 +83045,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80212,6 +83074,7 @@ "orig": "achieve", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80240,6 +83103,7 @@ "orig": "anything", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80268,6 +83132,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80296,6 +83161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80324,6 +83190,7 @@ "orig": "hurry.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80352,6 +83219,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80380,6 +83248,7 @@ "orig": "London,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80408,6 +83277,7 @@ "orig": "my", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80436,6 +83306,7 @@ "orig": "daughter,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80464,6 +83335,7 @@ "orig": "granddaughter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80492,6 +83364,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80520,6 +83393,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80548,6 +83422,7 @@ "orig": "visited", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80576,6 +83451,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80604,6 +83480,7 @@ "orig": "office", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80632,6 +83509,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80660,6 +83538,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80688,6 +83567,7 @@ "orig": "Polish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80716,6 +83596,7 @@ "orig": "Consulate.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80744,6 +83625,7 @@ "orig": "Tourist", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80772,6 +83654,7 @@ "orig": "brochures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80800,6 +83683,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80828,6 +83712,7 @@ "orig": "generously", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80856,6 +83741,7 @@ "orig": "given", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80884,6 +83770,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80912,6 +83799,7 @@ "orig": "us,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80940,6 +83828,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80968,6 +83857,7 @@ "orig": "none", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -80996,6 +83886,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81024,6 +83915,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81052,6 +83944,7 @@ "orig": "authoritative", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81080,6 +83973,7 @@ "orig": "road", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81108,6 +84002,7 @@ "orig": "maps", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81136,6 +84031,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81164,6 +84060,7 @@ "orig": "Poland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81192,6 +84089,7 @@ "orig": "showed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81220,6 +84118,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81248,6 +84147,7 @@ "orig": "villages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81276,6 +84176,7 @@ "orig": "between", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81304,6 +84205,7 @@ "orig": "Strzelin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81332,6 +84234,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81360,6 +84263,7 @@ "orig": "Ziebice.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81388,6 +84292,7 @@ "orig": "Did", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81416,6 +84321,7 @@ "orig": "our", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81444,6 +84350,7 @@ "orig": "village", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81472,6 +84379,7 @@ "orig": "still", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81500,6 +84408,7 @@ "orig": "exist?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81528,6 +84437,7 @@ "orig": "And", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81556,6 +84466,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81584,6 +84495,7 @@ "orig": "what", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81612,6 +84524,7 @@ "orig": "name?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81640,6 +84553,7 @@ "orig": "After", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81668,6 +84582,7 @@ "orig": "flying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81696,6 +84611,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81724,6 +84640,7 @@ "orig": "Berlin,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81752,6 +84669,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81780,6 +84698,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81808,6 +84727,7 @@ "orig": "out", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81836,6 +84756,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81864,6 +84785,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81892,6 +84814,7 @@ "orig": "hire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81920,6 +84843,7 @@ "orig": "car", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81948,6 +84872,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -81976,6 +84901,7 @@ "orig": "Wroclaw", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82004,6 +84930,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82032,6 +84959,7 @@ "orig": "13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82060,6 +84988,7 @@ "orig": "September", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82088,6 +85017,7 @@ "orig": "2003.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82116,6 +85046,7 @@ "orig": "Beside", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82144,6 +85075,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82172,6 +85104,7 @@ "orig": "Hitler-era", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82200,6 +85133,7 @@ "orig": "Autobahn,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82228,6 +85162,7 @@ "orig": "there", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82256,6 +85191,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82284,6 +85220,7 @@ "orig": "still", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82312,6 +85249,7 @@ "orig": "extensive", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82340,6 +85278,7 @@ "orig": "forests,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82368,6 +85307,7 @@ "orig": "between", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82396,6 +85336,7 @@ "orig": "flat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82424,6 +85365,7 @@ "orig": "farmlands.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82452,6 +85394,7 @@ "orig": "It", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82480,6 +85423,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82508,6 +85452,7 @@ "orig": "raining", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82536,6 +85481,7 @@ "orig": "when", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82564,6 +85510,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82592,6 +85539,7 @@ "orig": "entered", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82620,6 +85568,7 @@ "orig": "Poland.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82650,6 +85599,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82678,6 +85628,7 @@ "orig": "2. The Lost Homeland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82706,6 +85657,7 @@ "orig": "This description told me that Steinkirche was somewhere in the vicinity ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82734,6 +85686,7 @@ "orig": "of Strehlen. Then, according to Elfriede's stories about walking her ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82762,6 +85715,7 @@ "orig": "animals, ducks, geese and a goat to the railway station to meet visitors, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82790,6 +85744,7 @@ "orig": "a\u00a0station once existed near the village. I wondered whether it had survived ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82818,6 +85773,7 @@ "orig": "the bombing. I have seen films of the utter devastation along the Oder ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82846,6 +85802,7 @@ "orig": "River in early May 1945, just before the War in Europe ended. Did the ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82874,6 +85831,7 @@ "orig": "railway still pass Steinkirche? My mother's father had been a railway line ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82902,6 +85860,7 @@ "orig": "pointsman, a signal attendant. From a station close to home he would ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82930,6 +85889,7 @@ "orig": "have undertaken the long journeys his work demanded.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82958,6 +85918,7 @@ "orig": "I went back to the old German maps in the National Library and located ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -82986,6 +85947,7 @@ "orig": "Steinkirche on one of several contiguous contour maps perhaps designed ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83014,6 +85976,7 @@ "orig": "for military purposes. They covered Lower Silesia in 1938 in\u00b7remarkable ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83042,6 +86005,7 @@ "orig": "detail, although such detail also helped obscure the printed names ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83070,6 +86034,7 @@ "orig": "of villages, which were lost in the depictions of miniature hills, rivers, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83098,6 +86063,7 @@ "orig": "quarries, castles, lakes and even houses.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83126,6 +86092,7 @@ "orig": "Eventually I did locate the village through this superb map. Steinkirche ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83154,6 +86121,7 @@ "orig": "was off the main road near the second railway station south of Strehlen, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83182,6 +86150,7 @@ "orig": "probably on a hill, something my mother had never mentioned. If one ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83210,6 +86179,7 @@ "orig": "passed it, one could also locate it as station number two of the seven ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83238,6 +86208,7 @@ "orig": "between Strehlen and Milnsterberg, on the railway running south of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83266,6 +86237,7 @@ "orig": "Breslau towards the Carpathian Mountains. Then I noted the Polish ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83294,6 +86266,7 @@ "orig": "names for the two townships south of Wroclaw (Breslau). In the German-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83322,6 +86295,7 @@ "orig": "to-Polish Gazeteer they are given as Strzelin and Ziebice.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83350,6 +86324,7 @@ "orig": "My intention was to take a train or a car to the new Polish ex-Steinkirche, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83378,6 +86353,7 @@ "orig": "visit it discreetly, and search the old cemetery for family connections. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83406,6 +86382,7 @@ "orig": "I\u00a0wanted to photograph my two-year-old granddaughter beside my own ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83434,6 +86411,7 @@ "orig": "grandfather Friedrich's grave. I wanted to look for other evidence of family ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83462,6 +86440,7 @@ "orig": "history, and just savour the atmosphere of the place. I also wanted to see ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83490,6 +86469,7 @@ "orig": "what had happened to Neumarkt Platz.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83518,6 +86498,7 @@ "orig": "It was difficult to achieve anything in a hurry. In London, my daughter, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83546,6 +86527,7 @@ "orig": "granddaughter and I visited the office of the Polish Consulate. Tourist ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83574,6 +86556,7 @@ "orig": "brochures were generously given to us, but none of the authoritative road ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83602,6 +86585,7 @@ "orig": "maps of Poland showed the villages between Strzelin and Ziebice. Did our ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83630,6 +86614,7 @@ "orig": "village still exist? And by what name?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83658,6 +86643,7 @@ "orig": "After flying to Berlin, we set out in a hire car for Wroclaw on 13\u00a0September ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83686,6 +86672,7 @@ "orig": "2003. Beside the Hitler-era Autobahn, there are still extensive forests, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83714,6 +86701,7 @@ "orig": "between flat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83742,6 +86730,7 @@ "orig": "farmlands. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83770,6 +86759,7 @@ "orig": "It ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83798,6 +86788,7 @@ "orig": "was ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83826,6 +86817,7 @@ "orig": "raining ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", @@ -83854,11 +86846,15 @@ "orig": "when we entered Poland. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/T1_0", "font_name": "/NMFBTR+AGaramondPro-Regular" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/font_05.pdf.v2.json b/tests/data/groundtruth/font_05.pdf.v2.json index a9d0f111..b43edba2 100644 --- a/tests/data/groundtruth/font_05.pdf.v2.json +++ b/tests/data/groundtruth/font_05.pdf.v2.json @@ -59290,23 +59290,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001265, + "decode_contents": 0.004249, "decode_dimensions": 2e-06, - "decode_page": 0.034177, - "decode_resources": 0.000415, - "sanitise_contents": 0.032161 + "decode_page": 0.042917, + "decode_resources": 0.000406, + "sanitise_contents": 0.019525 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001265, + "decode_contents": 0.004249, "decode_dimensions": 2e-06, - "decode_document": 0.035313, - "decode_page": 0.034177, - "decode_resources": 0.000415, - "decoding page 0": 0.035215, - "process_document_from_bytesio": 1.8e-05, - "sanitise_contents": 0.032161 + "decode_document": 0.044065, + "decode_page": 0.042917, + "decode_resources": 0.000406, + "decoding page 0": 0.043894, + "process_document_from_bytesio": 1.4e-05, + "sanitise_contents": 0.019525 } } \ No newline at end of file diff --git a/tests/data/groundtruth/font_05.pdf.v2.p=0.json b/tests/data/groundtruth/font_05.pdf.v2.p=0.json index ee22f41c..78cd47bb 100644 --- a/tests/data/groundtruth/font_05.pdf.v2.p=0.json +++ b/tests/data/groundtruth/font_05.pdf.v2.p=0.json @@ -59290,23 +59290,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001243, - "decode_dimensions": 2e-06, - "decode_page": 0.034483, - "decode_resources": 0.000385, - "sanitise_contents": 0.032541 + "decode_contents": 0.004333, + "decode_dimensions": 1e-06, + "decode_page": 0.041733, + "decode_resources": 0.000413, + "sanitise_contents": 0.01824 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001243, - "decode_dimensions": 2e-06, - "decode_document": 0.035656, - "decode_page": 0.034483, - "decode_resources": 0.000385, - "decoding page 0": 0.035412, - "process_document_from_bytesio": 1.4e-05, - "sanitise_contents": 0.032541 + "decode_contents": 0.004333, + "decode_dimensions": 1e-06, + "decode_document": 0.042926, + "decode_page": 0.041733, + "decode_resources": 0.000413, + "decoding page 0": 0.042749, + "process_document_from_bytesio": 1.2e-05, + "sanitise_contents": 0.01824 } } \ No newline at end of file diff --git a/tests/data/groundtruth/form_fields.pdf.page_no_1.py.json b/tests/data/groundtruth/form_fields.pdf.page_no_1.py.json index 6f9fa688..37e68c6e 100644 --- a/tests/data/groundtruth/form_fields.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/form_fields.pdf.page_no_1.py.json @@ -103,6 +103,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131,6 +132,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -159,6 +161,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -187,6 +190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -215,6 +219,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -243,6 +248,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -271,6 +277,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -299,6 +306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -327,6 +335,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -355,6 +364,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -383,6 +393,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -411,6 +422,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -439,6 +451,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -467,6 +480,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -495,6 +509,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -523,6 +538,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -551,6 +567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -579,6 +596,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -607,6 +625,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -635,6 +654,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -663,6 +683,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -691,6 +712,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -719,6 +741,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -747,6 +770,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -775,6 +799,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -803,6 +828,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -831,6 +857,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -859,6 +886,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -887,6 +915,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -915,6 +944,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -943,6 +973,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -971,6 +1002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -999,6 +1031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1027,6 +1060,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1055,6 +1089,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1083,6 +1118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1111,6 +1147,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1139,6 +1176,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1167,6 +1205,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1195,6 +1234,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1223,6 +1263,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1251,6 +1292,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1279,6 +1321,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1307,6 +1350,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1335,6 +1379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1363,6 +1408,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1391,6 +1437,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1419,6 +1466,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1447,6 +1495,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1475,6 +1524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1503,6 +1553,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1531,6 +1582,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1559,6 +1611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1587,6 +1640,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1615,6 +1669,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1643,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1671,6 +1727,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1699,6 +1756,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1727,6 +1785,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1755,6 +1814,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1783,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1811,6 +1872,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1839,6 +1901,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1867,6 +1930,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1895,6 +1959,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1923,6 +1988,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1951,6 +2017,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1979,6 +2046,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2007,6 +2075,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2035,6 +2104,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2063,6 +2133,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2091,6 +2162,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2119,6 +2191,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2147,6 +2220,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2175,6 +2249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2203,6 +2278,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2231,6 +2307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2259,6 +2336,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2287,6 +2365,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2315,6 +2394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2343,6 +2423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2371,6 +2452,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2399,6 +2481,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2427,6 +2510,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2455,6 +2539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2483,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2511,6 +2597,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2539,6 +2626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2567,6 +2655,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2595,6 +2684,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2623,6 +2713,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2651,6 +2742,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2679,6 +2771,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2707,6 +2800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2735,6 +2829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2763,6 +2858,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2791,6 +2887,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2819,6 +2916,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2847,6 +2945,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2875,6 +2974,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2903,6 +3003,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2931,6 +3032,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2959,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2987,6 +3090,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3015,6 +3119,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3043,6 +3148,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3071,6 +3177,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3099,6 +3206,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3127,6 +3235,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3155,6 +3264,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3183,6 +3293,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3211,6 +3322,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3239,6 +3351,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3267,6 +3380,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3295,6 +3409,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3323,6 +3438,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3351,6 +3467,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3379,6 +3496,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3407,6 +3525,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3435,6 +3554,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3463,6 +3583,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3491,6 +3612,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3519,6 +3641,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3547,6 +3670,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3575,6 +3699,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3603,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3631,6 +3757,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3659,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3687,6 +3815,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3715,6 +3844,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3743,6 +3873,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3771,6 +3902,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3799,6 +3931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3827,6 +3960,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3855,6 +3989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3883,6 +4018,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3911,6 +4047,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3939,6 +4076,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3967,6 +4105,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3995,6 +4134,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4023,6 +4163,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4051,6 +4192,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4079,6 +4221,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4107,6 +4250,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4135,6 +4279,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4163,6 +4308,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4191,6 +4337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4219,6 +4366,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4247,6 +4395,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4275,6 +4424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4303,6 +4453,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4331,6 +4482,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4359,6 +4511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4387,6 +4540,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4415,6 +4569,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4443,6 +4598,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4471,6 +4627,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4499,6 +4656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4527,6 +4685,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4555,6 +4714,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4583,6 +4743,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4611,6 +4772,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4639,6 +4801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4667,6 +4830,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4695,6 +4859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4723,6 +4888,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4751,6 +4917,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4779,6 +4946,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4807,6 +4975,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4835,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4863,6 +5033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4891,6 +5062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4919,6 +5091,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4947,6 +5120,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4975,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5003,6 +5178,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5031,6 +5207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5059,6 +5236,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5087,6 +5265,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5115,6 +5294,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5143,6 +5323,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5171,6 +5352,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5199,6 +5381,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5227,6 +5410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5255,6 +5439,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5283,6 +5468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5311,6 +5497,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5339,6 +5526,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5367,6 +5555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5395,6 +5584,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5423,6 +5613,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5451,6 +5642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5479,6 +5671,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5507,6 +5700,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5535,6 +5729,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5563,6 +5758,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5591,6 +5787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5619,6 +5816,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5647,6 +5845,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5675,6 +5874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5703,6 +5903,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5731,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5759,6 +5961,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5787,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5815,6 +6019,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5843,6 +6048,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5871,6 +6077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5899,6 +6106,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5927,6 +6135,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5955,6 +6164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5983,6 +6193,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6011,6 +6222,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6039,6 +6251,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6067,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6095,6 +6309,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6123,6 +6338,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6151,6 +6367,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6179,6 +6396,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6207,6 +6425,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6235,6 +6454,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6263,6 +6483,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6291,6 +6512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6319,6 +6541,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6347,6 +6570,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6375,6 +6599,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6403,6 +6628,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6431,6 +6657,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6459,6 +6686,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6487,6 +6715,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6515,6 +6744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6543,6 +6773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6571,6 +6802,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6599,6 +6831,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6627,6 +6860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6655,6 +6889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6683,6 +6918,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6711,6 +6947,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6739,6 +6976,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6767,6 +7005,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6795,6 +7034,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6823,6 +7063,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6851,6 +7092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6879,6 +7121,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6907,6 +7150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6935,6 +7179,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6963,6 +7208,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6991,6 +7237,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7019,6 +7266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7047,6 +7295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7075,6 +7324,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7103,6 +7353,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7131,6 +7382,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7159,6 +7411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7187,6 +7440,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7215,6 +7469,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7243,6 +7498,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7271,6 +7527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7299,6 +7556,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7327,6 +7585,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7355,6 +7614,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7383,6 +7643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7411,6 +7672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7439,6 +7701,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7467,6 +7730,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7495,6 +7759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7523,6 +7788,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7551,6 +7817,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7579,6 +7846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7607,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7635,6 +7904,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7663,6 +7933,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7691,6 +7962,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7719,6 +7991,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7747,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7775,6 +8049,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7803,6 +8078,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7831,6 +8107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7859,6 +8136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7887,6 +8165,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7915,6 +8194,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7943,6 +8223,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7971,6 +8252,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7999,6 +8281,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8027,6 +8310,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8055,6 +8339,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8083,6 +8368,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8111,6 +8397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8139,6 +8426,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8167,6 +8455,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8195,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8223,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8251,6 +8542,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8279,6 +8571,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8307,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8335,6 +8629,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8363,6 +8658,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8391,6 +8687,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8419,6 +8716,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8447,6 +8745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8475,6 +8774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8503,6 +8803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8531,6 +8832,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8559,6 +8861,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8587,6 +8890,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8615,6 +8919,7 @@ "orig": "\u00ba", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8643,6 +8948,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8671,6 +8977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8699,6 +9006,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8727,6 +9035,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8755,6 +9064,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8783,6 +9093,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8811,6 +9122,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8839,6 +9151,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8867,6 +9180,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8895,6 +9209,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8923,6 +9238,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8951,6 +9267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8979,6 +9296,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9007,6 +9325,7 @@ "orig": "\u00c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9035,6 +9354,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9063,6 +9383,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9091,6 +9412,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9119,6 +9441,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9147,6 +9470,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9175,6 +9499,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9203,6 +9528,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9231,6 +9557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9259,6 +9586,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9287,6 +9615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9315,6 +9644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9343,6 +9673,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9371,6 +9702,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9399,6 +9731,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9427,6 +9760,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9455,6 +9789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9483,6 +9818,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9511,6 +9847,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9539,6 +9876,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9567,6 +9905,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9595,6 +9934,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9623,6 +9963,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9651,6 +9992,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9679,6 +10021,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9707,6 +10050,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9735,6 +10079,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9763,6 +10108,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9791,6 +10137,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9819,6 +10166,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9847,6 +10195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9875,6 +10224,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9903,6 +10253,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9931,6 +10282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9959,6 +10311,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9987,6 +10340,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10015,6 +10369,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10043,6 +10398,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10071,6 +10427,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10099,6 +10456,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10127,6 +10485,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10155,6 +10514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10183,6 +10543,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10211,6 +10572,7 @@ "orig": "\u00c9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10239,6 +10601,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10267,6 +10630,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10295,6 +10659,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10323,6 +10688,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10351,6 +10717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10379,6 +10746,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10407,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10435,6 +10804,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10463,6 +10833,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10491,6 +10862,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10519,6 +10891,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10547,6 +10920,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10575,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10603,6 +10978,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10631,6 +11007,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10659,6 +11036,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10687,6 +11065,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10715,6 +11094,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10743,6 +11123,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10771,6 +11152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10799,6 +11181,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10827,6 +11210,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10855,6 +11239,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10883,6 +11268,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10911,6 +11297,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10939,6 +11326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10967,6 +11355,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10995,6 +11384,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11023,6 +11413,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11051,6 +11442,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11079,6 +11471,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11107,6 +11500,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11135,6 +11529,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11163,6 +11558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11191,6 +11587,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11219,6 +11616,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11247,6 +11645,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11275,6 +11674,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11303,6 +11703,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11331,6 +11732,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11359,6 +11761,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11387,6 +11790,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11415,6 +11819,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11443,6 +11848,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11471,6 +11877,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11499,6 +11906,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11527,6 +11935,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11555,6 +11964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11583,6 +11993,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11611,6 +12022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11639,6 +12051,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11667,6 +12080,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11695,6 +12109,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11723,6 +12138,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11751,6 +12167,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11779,6 +12196,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11807,6 +12225,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11835,6 +12254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11863,6 +12283,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11891,6 +12312,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11919,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11947,6 +12370,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11975,6 +12399,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12003,6 +12428,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12031,6 +12457,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12059,6 +12486,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12087,6 +12515,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12115,6 +12544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12143,6 +12573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12171,6 +12602,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12199,6 +12631,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12227,6 +12660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12255,6 +12689,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12283,6 +12718,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12311,6 +12747,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12339,6 +12776,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12367,6 +12805,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12395,6 +12834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12423,6 +12863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12451,6 +12892,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12479,6 +12921,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12507,6 +12950,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12535,6 +12979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12563,6 +13008,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12591,6 +13037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12619,6 +13066,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12647,6 +13095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12675,6 +13124,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12703,6 +13153,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12731,6 +13182,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12759,6 +13211,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12787,6 +13240,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12815,6 +13269,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12843,6 +13298,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12871,6 +13327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12899,6 +13356,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12927,6 +13385,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12955,6 +13414,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12983,6 +13443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13011,6 +13472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13039,6 +13501,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13067,6 +13530,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13095,6 +13559,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13123,6 +13588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13151,6 +13617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13179,6 +13646,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13207,6 +13675,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13235,6 +13704,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13263,6 +13733,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13291,6 +13762,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13319,6 +13791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13347,6 +13820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13375,6 +13849,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13403,6 +13878,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13431,6 +13907,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13459,6 +13936,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13487,6 +13965,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13515,6 +13994,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13543,6 +14023,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13571,6 +14052,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13599,6 +14081,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13627,6 +14110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13655,6 +14139,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13683,6 +14168,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13711,6 +14197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13739,6 +14226,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13767,6 +14255,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13795,6 +14284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13823,6 +14313,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13851,6 +14342,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13879,6 +14371,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13907,6 +14400,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13935,6 +14429,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13963,6 +14458,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13991,6 +14487,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14019,6 +14516,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14047,6 +14545,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14075,6 +14574,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14103,6 +14603,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14131,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14159,6 +14661,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14187,6 +14690,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14215,6 +14719,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14243,6 +14748,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14271,6 +14777,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14299,6 +14806,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14327,6 +14835,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14355,6 +14864,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14383,6 +14893,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14411,6 +14922,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14439,6 +14951,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14467,6 +14980,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14495,6 +15009,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14523,6 +15038,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14551,6 +15067,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14579,6 +15096,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14607,6 +15125,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14635,6 +15154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14663,6 +15183,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14691,6 +15212,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14719,6 +15241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14747,6 +15270,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14775,6 +15299,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14803,6 +15328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14831,6 +15357,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14859,6 +15386,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14887,6 +15415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14915,6 +15444,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14943,6 +15473,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14971,6 +15502,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14999,6 +15531,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15027,6 +15560,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15055,6 +15589,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15083,6 +15618,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15111,6 +15647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15139,6 +15676,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15167,6 +15705,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15195,6 +15734,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15223,6 +15763,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15251,6 +15792,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15279,6 +15821,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15307,6 +15850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15335,6 +15879,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15363,6 +15908,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15391,6 +15937,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15419,6 +15966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15447,6 +15995,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15475,6 +16024,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15503,6 +16053,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15531,6 +16082,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15559,6 +16111,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15587,6 +16140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15615,6 +16169,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15643,6 +16198,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15671,6 +16227,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15699,6 +16256,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15727,6 +16285,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15755,6 +16314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15783,6 +16343,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15811,6 +16372,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15839,6 +16401,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15867,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15895,6 +16459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15923,6 +16488,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15951,6 +16517,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15979,6 +16546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16007,6 +16575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16035,6 +16604,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16063,6 +16633,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16091,6 +16662,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16119,6 +16691,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16147,6 +16720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16175,6 +16749,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16203,6 +16778,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16231,6 +16807,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16259,6 +16836,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16287,6 +16865,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16315,6 +16894,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16343,6 +16923,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16371,6 +16952,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16399,6 +16981,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16427,6 +17010,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16455,6 +17039,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16483,6 +17068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16511,6 +17097,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16539,6 +17126,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16567,6 +17155,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16595,6 +17184,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16623,6 +17213,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16651,6 +17242,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16679,6 +17271,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16707,6 +17300,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16735,6 +17329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16763,6 +17358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16791,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16819,6 +17416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16847,6 +17445,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16875,6 +17474,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16903,6 +17503,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16931,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16959,6 +17561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16987,6 +17590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17015,6 +17619,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17043,6 +17648,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17071,6 +17677,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17099,6 +17706,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17127,6 +17735,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17155,6 +17764,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17183,6 +17793,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17211,6 +17822,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17239,6 +17851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17267,6 +17880,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17295,6 +17909,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17323,6 +17938,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17351,6 +17967,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17379,6 +17996,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17407,6 +18025,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17435,6 +18054,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17463,6 +18083,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17491,6 +18112,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17519,6 +18141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17547,6 +18170,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17575,6 +18199,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17603,6 +18228,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17631,6 +18257,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17659,6 +18286,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17687,6 +18315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17715,6 +18344,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17743,6 +18373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17771,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17799,6 +18431,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17827,6 +18460,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17855,6 +18489,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17883,6 +18518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17911,6 +18547,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17939,6 +18576,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17967,6 +18605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17995,6 +18634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18023,6 +18663,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18051,6 +18692,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18079,6 +18721,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18107,6 +18750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18135,6 +18779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18163,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18191,6 +18837,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18219,6 +18866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18247,6 +18895,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18275,6 +18924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18303,6 +18953,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18331,6 +18982,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18359,6 +19011,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18387,6 +19040,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18415,6 +19069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18443,6 +19098,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18471,6 +19127,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18499,6 +19156,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18527,6 +19185,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18555,6 +19214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18583,6 +19243,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18611,6 +19272,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18639,6 +19301,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18667,6 +19330,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18695,6 +19359,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18723,6 +19388,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18751,6 +19417,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18779,6 +19446,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18807,6 +19475,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18835,6 +19504,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18863,6 +19533,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18891,6 +19562,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18919,6 +19591,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18947,6 +19620,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18975,6 +19649,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19003,6 +19678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19031,6 +19707,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19059,6 +19736,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19087,6 +19765,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19115,6 +19794,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19143,6 +19823,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19171,6 +19852,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19199,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19227,6 +19910,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19255,6 +19939,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19283,6 +19968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19311,6 +19997,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19339,6 +20026,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19367,6 +20055,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19395,6 +20084,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19423,6 +20113,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19451,6 +20142,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19479,6 +20171,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19507,6 +20200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19535,6 +20229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19563,6 +20258,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19591,6 +20287,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19619,6 +20316,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19647,6 +20345,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19675,6 +20374,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19703,6 +20403,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19731,6 +20432,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19759,6 +20461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19787,6 +20490,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19815,6 +20519,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19843,6 +20548,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19871,6 +20577,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19899,6 +20606,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19927,6 +20635,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19955,6 +20664,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19983,6 +20693,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20011,6 +20722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20039,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20067,6 +20780,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20095,6 +20809,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20123,6 +20838,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20151,6 +20867,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20179,6 +20896,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20207,6 +20925,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20235,6 +20954,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20263,6 +20983,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20291,6 +21012,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20319,6 +21041,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20347,6 +21070,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20375,6 +21099,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20403,6 +21128,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20431,6 +21157,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20459,6 +21186,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20487,6 +21215,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20515,6 +21244,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20543,6 +21273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20571,6 +21302,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20599,6 +21331,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20627,6 +21360,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20655,6 +21389,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20683,6 +21418,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20711,6 +21447,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20739,6 +21476,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20767,6 +21505,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20795,6 +21534,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20823,6 +21563,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20851,6 +21592,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20879,6 +21621,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20907,6 +21650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20935,6 +21679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20963,6 +21708,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20991,6 +21737,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21019,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21047,6 +21795,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21075,6 +21824,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21103,6 +21853,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21131,6 +21882,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21159,6 +21911,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21187,6 +21940,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21215,6 +21969,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21243,6 +21998,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21271,6 +22027,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21299,6 +22056,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21327,6 +22085,7 @@ "orig": "\u00f4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21355,6 +22114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21383,6 +22143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21411,6 +22172,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21439,6 +22201,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21467,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21495,6 +22259,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21523,6 +22288,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21551,6 +22317,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21579,6 +22346,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21607,6 +22375,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21635,6 +22404,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21663,6 +22433,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21691,6 +22462,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21719,6 +22491,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21747,6 +22520,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21775,6 +22549,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21803,6 +22578,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21831,6 +22607,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21859,6 +22636,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21887,6 +22665,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21915,6 +22694,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21943,6 +22723,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21971,6 +22752,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21999,6 +22781,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22027,6 +22810,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22055,6 +22839,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22083,6 +22868,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22111,6 +22897,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22139,6 +22926,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22167,6 +22955,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22195,6 +22984,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22223,6 +23013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22251,6 +23042,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22279,6 +23071,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22307,6 +23100,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22335,6 +23129,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22363,6 +23158,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22391,6 +23187,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22419,6 +23216,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22447,6 +23245,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22475,6 +23274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22503,6 +23303,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22531,6 +23332,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22559,6 +23361,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22587,6 +23390,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22615,6 +23419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22643,6 +23448,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22671,6 +23477,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22699,6 +23506,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22727,6 +23535,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22755,6 +23564,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22783,6 +23593,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22811,6 +23622,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22839,6 +23651,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22867,6 +23680,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22895,6 +23709,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22923,6 +23738,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22951,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22979,6 +23796,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23007,6 +23825,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23035,6 +23854,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23063,6 +23883,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23091,6 +23912,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23119,6 +23941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23147,6 +23970,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23175,6 +23999,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23203,6 +24028,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23231,6 +24057,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23259,6 +24086,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23287,6 +24115,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23315,6 +24144,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23343,6 +24173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23371,6 +24202,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23399,6 +24231,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23427,6 +24260,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23455,6 +24289,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23483,6 +24318,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23511,6 +24347,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23539,6 +24376,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23567,6 +24405,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23595,6 +24434,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23623,6 +24463,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23651,6 +24492,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23679,6 +24521,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23707,6 +24550,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23735,6 +24579,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23763,6 +24608,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23791,6 +24637,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23819,6 +24666,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23847,6 +24695,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23875,6 +24724,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23903,6 +24753,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23931,6 +24782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23959,6 +24811,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23987,6 +24840,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24015,6 +24869,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24043,6 +24898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24071,6 +24927,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24099,6 +24956,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24127,6 +24985,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24155,6 +25014,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24183,6 +25043,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24211,6 +25072,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24239,6 +25101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24267,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24295,6 +25159,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24323,6 +25188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24351,6 +25217,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24379,6 +25246,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24407,6 +25275,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24435,6 +25304,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24463,6 +25333,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24491,6 +25362,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24519,6 +25391,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24547,6 +25420,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24575,6 +25449,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24603,6 +25478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24631,6 +25507,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24659,6 +25536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24687,6 +25565,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24715,6 +25594,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24743,6 +25623,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24771,6 +25652,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24799,6 +25681,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24827,6 +25710,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24855,6 +25739,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24883,6 +25768,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24911,6 +25797,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24939,6 +25826,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24967,6 +25855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24995,6 +25884,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25023,6 +25913,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25051,6 +25942,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25079,6 +25971,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25107,6 +26000,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25135,6 +26029,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25163,6 +26058,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25191,6 +26087,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25219,6 +26116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25247,6 +26145,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25275,6 +26174,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25303,6 +26203,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25331,6 +26232,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25359,6 +26261,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25387,6 +26290,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25415,6 +26319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25443,6 +26348,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25471,6 +26377,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25499,6 +26406,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25527,6 +26435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25555,6 +26464,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25583,6 +26493,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25611,6 +26522,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25639,6 +26551,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25667,6 +26580,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25695,6 +26609,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25723,6 +26638,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25751,6 +26667,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25779,6 +26696,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25807,6 +26725,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25835,6 +26754,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25863,6 +26783,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25891,6 +26812,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25919,6 +26841,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25947,6 +26870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25975,6 +26899,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26003,6 +26928,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26031,6 +26957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26059,6 +26986,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26087,6 +27015,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26115,6 +27044,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26143,6 +27073,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26171,6 +27102,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26199,6 +27131,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26227,6 +27160,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26255,6 +27189,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26283,6 +27218,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26311,6 +27247,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26339,6 +27276,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26367,6 +27305,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26395,6 +27334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26423,6 +27363,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26451,6 +27392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26479,6 +27421,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26507,6 +27450,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26535,6 +27479,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26563,6 +27508,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26591,6 +27537,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26619,6 +27566,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26647,6 +27595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26675,6 +27624,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26703,6 +27653,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26731,6 +27682,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26759,6 +27711,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26787,6 +27740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26815,6 +27769,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26843,6 +27798,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26871,6 +27827,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -26899,6 +27856,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -26927,6 +27885,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -26955,6 +27914,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -26983,6 +27943,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27011,6 +27972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27039,6 +28001,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27067,6 +28030,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27095,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27123,6 +28088,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27151,6 +28117,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27179,6 +28146,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27207,6 +28175,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27235,6 +28204,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27263,6 +28233,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27291,6 +28262,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27319,6 +28291,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27347,6 +28320,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27375,6 +28349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27403,6 +28378,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27431,6 +28407,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27459,6 +28436,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27487,6 +28465,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27515,6 +28494,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27543,6 +28523,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27571,6 +28552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27599,6 +28581,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27627,6 +28610,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27655,6 +28639,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27683,6 +28668,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27711,6 +28697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27739,6 +28726,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27767,6 +28755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27795,6 +28784,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27823,6 +28813,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27851,6 +28842,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27879,6 +28871,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27907,6 +28900,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27935,6 +28929,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27963,6 +28958,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27991,6 +28987,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28019,6 +29016,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28047,6 +29045,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28075,6 +29074,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28103,6 +29103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28131,6 +29132,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28159,6 +29161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28187,6 +29190,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28215,6 +29219,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28243,6 +29248,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28271,6 +29277,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28299,6 +29306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28327,6 +29335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28355,6 +29364,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28383,6 +29393,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28411,6 +29422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28439,6 +29451,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28467,6 +29480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28495,6 +29509,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28523,6 +29538,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28551,6 +29567,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28579,6 +29596,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28607,6 +29625,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28635,6 +29654,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28663,6 +29683,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28691,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28719,6 +29741,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28747,6 +29770,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28775,6 +29799,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28803,6 +29828,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28831,6 +29857,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28859,6 +29886,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28887,6 +29915,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28915,6 +29944,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28943,6 +29973,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28971,6 +30002,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28999,6 +30031,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29027,6 +30060,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29055,6 +30089,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29083,6 +30118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29111,6 +30147,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29139,6 +30176,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29167,6 +30205,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29195,6 +30234,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29223,6 +30263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29251,6 +30292,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29279,6 +30321,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29307,6 +30350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29335,6 +30379,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29363,6 +30408,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29391,6 +30437,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29419,6 +30466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29447,6 +30495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29475,6 +30524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29503,6 +30553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29531,6 +30582,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29559,6 +30611,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29587,6 +30640,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29615,6 +30669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29643,6 +30698,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29671,6 +30727,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29699,6 +30756,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29727,6 +30785,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29755,6 +30814,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29783,6 +30843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29811,6 +30872,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29839,6 +30901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29867,6 +30930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29895,6 +30959,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29923,6 +30988,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29951,6 +31017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29979,6 +31046,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30007,6 +31075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30035,6 +31104,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30063,6 +31133,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30091,6 +31162,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30119,6 +31191,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30147,6 +31220,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30175,6 +31249,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30203,6 +31278,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30231,6 +31307,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30259,6 +31336,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30287,6 +31365,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30315,6 +31394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30343,6 +31423,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30371,6 +31452,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30399,6 +31481,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30427,6 +31510,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30455,6 +31539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30483,6 +31568,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30511,6 +31597,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30539,6 +31626,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30567,6 +31655,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30595,6 +31684,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30623,6 +31713,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30651,6 +31742,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30679,6 +31771,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30707,6 +31800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30735,6 +31829,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30763,6 +31858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30791,6 +31887,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30819,6 +31916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30847,6 +31945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30875,6 +31974,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30903,6 +32003,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30931,6 +32032,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30959,6 +32061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30987,6 +32090,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31015,6 +32119,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31043,6 +32148,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31071,6 +32177,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31099,6 +32206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31127,6 +32235,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31155,6 +32264,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31183,6 +32293,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31211,6 +32322,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31239,6 +32351,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31267,6 +32380,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31295,6 +32409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31323,6 +32438,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31351,6 +32467,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31379,6 +32496,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31407,6 +32525,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31435,6 +32554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31463,6 +32583,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31491,6 +32612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31519,6 +32641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31547,6 +32670,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31575,6 +32699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31603,6 +32728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31631,6 +32757,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31659,6 +32786,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31687,6 +32815,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31715,6 +32844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31743,6 +32873,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31771,6 +32902,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31799,6 +32931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31827,6 +32960,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31855,6 +32989,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31883,6 +33018,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31911,6 +33047,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31939,6 +33076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31967,6 +33105,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31995,6 +33134,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32023,6 +33163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32051,6 +33192,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32079,6 +33221,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32107,6 +33250,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32135,6 +33279,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32163,6 +33308,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32191,6 +33337,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32219,6 +33366,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32247,6 +33395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32275,6 +33424,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32303,6 +33453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32331,6 +33482,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32359,6 +33511,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32387,6 +33540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32415,6 +33569,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32443,6 +33598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32471,6 +33627,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32499,6 +33656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32527,6 +33685,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32555,6 +33714,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32583,6 +33743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32611,6 +33772,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32639,6 +33801,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32667,6 +33830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32695,6 +33859,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32723,6 +33888,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32751,6 +33917,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32779,6 +33946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32807,6 +33975,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32835,6 +34004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32863,6 +34033,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32891,6 +34062,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32919,6 +34091,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32947,6 +34120,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32975,6 +34149,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33003,6 +34178,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33031,6 +34207,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33059,6 +34236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33087,6 +34265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33115,6 +34294,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33143,6 +34323,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33171,6 +34352,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33199,6 +34381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33227,6 +34410,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33255,6 +34439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33283,6 +34468,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33311,6 +34497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33339,6 +34526,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33367,6 +34555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33395,6 +34584,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33423,6 +34613,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33451,6 +34642,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33479,6 +34671,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33507,6 +34700,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33535,6 +34729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33563,6 +34758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33591,6 +34787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33619,6 +34816,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33647,6 +34845,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33675,6 +34874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33703,6 +34903,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33731,6 +34932,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33759,6 +34961,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33787,6 +34990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33815,6 +35019,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33843,6 +35048,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33871,6 +35077,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33899,6 +35106,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33927,6 +35135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33955,6 +35164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33983,6 +35193,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34011,6 +35222,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34039,6 +35251,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34067,6 +35280,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34095,6 +35309,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34123,6 +35338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34151,6 +35367,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34179,6 +35396,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34207,6 +35425,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34235,6 +35454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34263,6 +35483,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34291,6 +35512,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34319,6 +35541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34347,6 +35570,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34375,6 +35599,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34403,6 +35628,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34431,6 +35657,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34459,6 +35686,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34487,6 +35715,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34515,6 +35744,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34543,6 +35773,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34571,6 +35802,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34599,6 +35831,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34627,6 +35860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34655,6 +35889,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34683,6 +35918,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34711,6 +35947,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34739,6 +35976,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34767,6 +36005,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34795,6 +36034,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34823,6 +36063,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34851,6 +36092,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34879,6 +36121,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34907,6 +36150,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34935,6 +36179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34963,6 +36208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34991,6 +36237,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35019,6 +36266,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35047,6 +36295,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35075,6 +36324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35103,6 +36353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35131,6 +36382,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35159,6 +36411,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35187,6 +36440,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35215,6 +36469,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35243,6 +36498,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35271,6 +36527,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35299,6 +36556,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35327,6 +36585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35355,6 +36614,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35383,6 +36643,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35411,6 +36672,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35439,6 +36701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35467,6 +36730,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35495,6 +36759,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35523,6 +36788,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35551,6 +36817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35579,6 +36846,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35607,6 +36875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35635,6 +36904,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35663,6 +36933,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35691,6 +36962,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35719,6 +36991,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35747,6 +37020,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35775,6 +37049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35803,6 +37078,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35831,6 +37107,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35859,6 +37136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35887,6 +37165,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35915,6 +37194,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35943,6 +37223,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35971,6 +37252,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35999,6 +37281,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36027,6 +37310,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36055,6 +37339,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36083,6 +37368,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36111,6 +37397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36139,6 +37426,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36167,6 +37455,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36195,6 +37484,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36223,6 +37513,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36251,6 +37542,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36279,6 +37571,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36307,6 +37600,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36335,6 +37629,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36363,6 +37658,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36391,6 +37687,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36419,6 +37716,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36447,6 +37745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36475,6 +37774,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36503,6 +37803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36531,6 +37832,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36559,6 +37861,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36587,6 +37890,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36615,6 +37919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36643,6 +37948,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36671,6 +37977,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36699,6 +38006,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36727,6 +38035,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36755,6 +38064,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36783,6 +38093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36811,6 +38122,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36839,6 +38151,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36867,6 +38180,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36895,6 +38209,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36923,6 +38238,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36951,6 +38267,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36979,6 +38296,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37007,6 +38325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37035,6 +38354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37063,6 +38383,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37091,6 +38412,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37119,6 +38441,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37147,6 +38470,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37175,6 +38499,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37203,6 +38528,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37231,6 +38557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37259,6 +38586,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37287,6 +38615,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37315,6 +38644,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37343,6 +38673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37371,6 +38702,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37399,6 +38731,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37427,6 +38760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37455,6 +38789,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37483,6 +38818,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37511,6 +38847,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37539,6 +38876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37567,6 +38905,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37595,6 +38934,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37623,6 +38963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37651,6 +38992,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37679,6 +39021,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37707,6 +39050,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37735,6 +39079,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37763,6 +39108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37791,6 +39137,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37819,6 +39166,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37847,6 +39195,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37875,6 +39224,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37903,6 +39253,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37931,6 +39282,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37959,6 +39311,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37987,6 +39340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38015,6 +39369,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38043,6 +39398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38071,6 +39427,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38099,6 +39456,7 @@ "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38127,6 +39485,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38155,6 +39514,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38183,6 +39543,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38211,6 +39572,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38239,6 +39601,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38267,6 +39630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38295,6 +39659,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38323,6 +39688,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38351,6 +39717,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38379,6 +39746,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38407,6 +39775,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38435,6 +39804,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38463,6 +39833,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38491,6 +39862,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38519,6 +39891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38547,6 +39920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38575,6 +39949,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38603,6 +39978,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38631,6 +40007,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38659,6 +40036,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38687,6 +40065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38715,6 +40094,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38743,6 +40123,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38771,6 +40152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38799,6 +40181,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38827,6 +40210,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38855,6 +40239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38883,6 +40268,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38911,6 +40297,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38939,6 +40326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38967,6 +40355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38995,6 +40384,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39023,6 +40413,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39051,6 +40442,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39079,6 +40471,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39107,6 +40500,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39135,6 +40529,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39163,6 +40558,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39191,6 +40587,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39219,6 +40616,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39247,6 +40645,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39275,6 +40674,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39303,6 +40703,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39331,6 +40732,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39359,6 +40761,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39387,6 +40790,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39415,6 +40819,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39443,6 +40848,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39471,6 +40877,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39499,6 +40906,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39527,6 +40935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39555,6 +40964,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39583,6 +40993,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39611,6 +41022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39639,6 +41051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39667,6 +41080,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39695,6 +41109,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39723,6 +41138,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39751,6 +41167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39779,6 +41196,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39807,6 +41225,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39835,6 +41254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -39863,6 +41283,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39891,6 +41312,7 @@ "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39919,6 +41341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39947,6 +41370,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39975,6 +41399,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40003,6 +41428,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40031,6 +41457,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40059,6 +41486,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40087,6 +41515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40115,6 +41544,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40143,6 +41573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40171,6 +41602,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40199,6 +41631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40227,6 +41660,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40255,6 +41689,7 @@ "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40283,6 +41718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40311,6 +41747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40339,6 +41776,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40367,6 +41805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40395,6 +41834,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40423,6 +41863,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40451,6 +41892,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40479,6 +41921,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40507,6 +41950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40535,6 +41979,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40563,6 +42008,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40591,6 +42037,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40619,6 +42066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40647,6 +42095,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40675,6 +42124,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40703,6 +42153,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40731,6 +42182,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40759,6 +42211,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40787,6 +42240,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40815,6 +42269,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40843,6 +42298,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40871,6 +42327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40899,6 +42356,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40927,6 +42385,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40955,6 +42414,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40983,6 +42443,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41011,6 +42472,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41039,6 +42501,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41067,6 +42530,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41095,6 +42559,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41123,6 +42588,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41151,6 +42617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41179,6 +42646,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41207,6 +42675,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41235,6 +42704,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41263,6 +42733,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41291,6 +42762,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41319,6 +42791,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41347,6 +42820,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41375,6 +42849,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41403,6 +42878,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41431,6 +42907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41459,6 +42936,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41487,6 +42965,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41515,6 +42994,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41543,6 +43023,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41571,6 +43052,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41599,6 +43081,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41627,6 +43110,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41655,6 +43139,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41683,6 +43168,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41711,6 +43197,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41739,6 +43226,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41767,6 +43255,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41795,6 +43284,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41823,6 +43313,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41851,6 +43342,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41879,6 +43371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41907,6 +43400,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41935,6 +43429,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41963,6 +43458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41991,6 +43487,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42019,6 +43516,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42047,6 +43545,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42075,6 +43574,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42103,6 +43603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42131,6 +43632,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42159,6 +43661,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42187,6 +43690,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42215,6 +43719,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42243,6 +43748,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42271,6 +43777,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42299,6 +43806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42327,6 +43835,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42355,6 +43864,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42383,6 +43893,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42411,6 +43922,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42439,6 +43951,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42467,6 +43980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42495,6 +44009,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42523,6 +44038,7 @@ "orig": "\u00b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42551,6 +44067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42579,6 +44096,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42607,6 +44125,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42635,6 +44154,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42663,6 +44183,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42691,6 +44212,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42719,6 +44241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42747,6 +44270,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42775,6 +44299,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42803,6 +44328,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42831,6 +44357,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42859,6 +44386,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42887,6 +44415,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42915,6 +44444,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -42943,6 +44473,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42971,6 +44502,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42999,6 +44531,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43027,6 +44560,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43055,6 +44589,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43083,6 +44618,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43111,6 +44647,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43139,6 +44676,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43167,6 +44705,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43195,6 +44734,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43223,6 +44763,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43251,6 +44792,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43279,6 +44821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43307,6 +44850,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43335,6 +44879,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43363,6 +44908,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43391,6 +44937,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43419,6 +44966,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43447,6 +44995,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43475,6 +45024,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43503,6 +45053,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43531,6 +45082,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43559,6 +45111,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43587,6 +45140,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43615,6 +45169,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43643,6 +45198,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43671,6 +45227,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43699,6 +45256,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43727,6 +45285,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43755,6 +45314,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43783,6 +45343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43811,6 +45372,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43839,6 +45401,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43867,6 +45430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43895,6 +45459,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43923,6 +45488,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43951,6 +45517,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43979,6 +45546,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44007,6 +45575,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44035,6 +45604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44063,6 +45633,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44091,6 +45662,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44119,6 +45691,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44147,6 +45720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44175,6 +45749,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44203,6 +45778,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44231,6 +45807,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44259,6 +45836,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44287,6 +45865,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44315,6 +45894,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44343,6 +45923,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44371,6 +45952,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44399,6 +45981,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44427,6 +46010,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44455,6 +46039,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44483,6 +46068,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44511,6 +46097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44539,6 +46126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44567,6 +46155,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44595,6 +46184,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44623,6 +46213,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44651,6 +46242,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44679,6 +46271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44707,6 +46300,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44735,6 +46329,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44763,6 +46358,7 @@ "orig": "123456789", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44791,6 +46387,7 @@ "orig": "RT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44819,6 +46416,7 @@ "orig": "ABCD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44847,6 +46445,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44875,6 +46474,7 @@ "orig": "granville", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44903,6 +46503,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44931,6 +46532,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -44961,6 +46563,7 @@ "orig": "Prot\u00e9g\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -44989,6 +46592,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45017,6 +46621,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45045,6 +46650,7 @@ "orig": "fois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45073,6 +46679,7 @@ "orig": "rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45101,6 +46708,7 @@ "orig": "Demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45129,6 +46737,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45157,6 +46766,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45185,6 +46795,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45213,6 +46824,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45241,6 +46853,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45269,6 +46882,7 @@ "orig": "provinciale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45297,6 +46911,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45325,6 +46940,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45353,6 +46969,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45381,6 +46998,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45409,6 +47027,7 @@ "orig": "vente", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45437,6 +47056,7 @@ "orig": "harmonis\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45465,6 +47085,7 @@ "orig": "(TVH)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45493,6 +47114,7 @@ "orig": "N'inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45521,6 +47143,7 @@ "orig": "rien", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45549,6 +47172,7 @@ "orig": "ici.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45577,6 +47201,7 @@ "orig": "Remplissez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45605,6 +47230,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45633,6 +47259,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45661,6 +47288,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45689,6 +47317,7 @@ "orig": "demander", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45717,6 +47346,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45745,6 +47375,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45773,6 +47404,7 @@ "orig": "si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45801,6 +47433,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45829,6 +47462,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45857,6 +47491,7 @@ "orig": "pay\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45885,6 +47520,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45913,6 +47549,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45941,6 +47578,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45969,6 +47607,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45997,6 +47636,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46025,6 +47665,7 @@ "orig": "(les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46053,6 +47694,7 @@ "orig": "biens", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46081,6 +47723,7 @@ "orig": "meubles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46109,6 +47752,7 @@ "orig": "corporels)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46137,6 +47781,7 @@ "orig": "achet\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46165,6 +47810,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46193,6 +47839,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46221,6 +47868,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46249,6 +47897,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46277,6 +47926,7 @@ "orig": "(l'\u00bale-du-Prince-\u00c9douard,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46305,6 +47955,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46333,6 +47984,7 @@ "orig": "Nouveau-Brunswick,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46361,6 +48013,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46389,6 +48042,7 @@ "orig": "Nouvelle-\u00c9cosse,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46417,6 +48071,7 @@ "orig": "l'Ontario", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46445,6 +48100,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46473,6 +48129,7 @@ "orig": "Terre-Neuve-et-Labrador),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46501,6 +48158,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46529,6 +48187,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46557,6 +48216,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46585,6 +48245,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46613,6 +48274,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46641,6 +48303,7 @@ "orig": "non", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46669,6 +48332,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46697,6 +48361,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46725,6 +48390,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46753,6 +48419,7 @@ "orig": "r\u00e9gion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46781,6 +48448,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46809,6 +48477,7 @@ "orig": "Canada", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46837,6 +48506,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46865,6 +48535,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46893,6 +48564,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46921,6 +48593,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46949,6 +48622,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46977,6 +48651,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47005,6 +48680,7 @@ "orig": "dont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47033,6 +48709,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47061,6 +48738,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47089,6 +48767,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47117,6 +48796,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47145,6 +48825,7 @@ "orig": "est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47173,6 +48854,7 @@ "orig": "moins", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47201,6 +48883,7 @@ "orig": "\u00e9lev\u00e9.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47229,6 +48912,7 @@ "orig": "Remarque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47257,6 +48941,7 @@ "orig": "N'utilisez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47285,6 +48970,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47313,6 +48999,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47341,6 +49028,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47369,6 +49057,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47397,6 +49086,7 @@ "orig": "demander", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47425,6 +49115,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47453,6 +49144,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47481,6 +49173,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47509,6 +49202,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47537,6 +49231,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47565,6 +49260,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47593,6 +49289,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47621,6 +49318,7 @@ "orig": "pay\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47649,6 +49347,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47677,6 +49376,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47705,6 +49405,7 @@ "orig": "services", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47733,6 +49434,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47761,6 +49463,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47789,6 +49492,7 @@ "orig": "biens", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47817,6 +49521,7 @@ "orig": "meubles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47845,6 +49550,7 @@ "orig": "incorporels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47873,6 +49579,7 @@ "orig": "acquis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47901,6 +49608,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47929,6 +49637,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47957,6 +49666,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47985,6 +49695,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48013,6 +49724,7 @@ "orig": "Utilisez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48041,6 +49753,7 @@ "orig": "plut\u00f4t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48069,6 +49782,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48097,6 +49811,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48125,6 +49840,7 @@ "orig": "GST189,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48153,6 +49869,7 @@ "orig": "Demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48181,6 +49898,7 @@ "orig": "g\u00e9n\u00e9rale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48209,6 +49927,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48237,6 +49956,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48265,6 +49985,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48293,6 +50014,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48321,6 +50043,7 @@ "orig": "TPS/TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48349,6 +50072,7 @@ "orig": "(code", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48377,6 +50101,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48405,6 +50130,7 @@ "orig": "motif", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48433,6 +50159,7 @@ "orig": "13).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48461,6 +50188,7 @@ "orig": "Cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48489,6 +50217,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48517,6 +50246,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48545,6 +50275,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48573,6 +50304,7 @@ "orig": "peut", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48601,6 +50333,7 @@ "orig": "faire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48629,6 +50362,7 @@ "orig": "l'objet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48657,6 +50391,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48685,6 +50420,7 @@ "orig": "v\u00e9rification.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48713,6 +50449,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48741,6 +50478,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48769,6 +50507,7 @@ "orig": "savoir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48797,6 +50536,7 @@ "orig": "plus,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48825,6 +50565,7 @@ "orig": "lisez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48853,6 +50594,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48881,6 +50623,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48909,6 +50652,7 @@ "orig": "5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48937,6 +50681,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48965,6 +50710,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48993,6 +50739,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49021,6 +50768,7 @@ "orig": "Identification", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49049,6 +50797,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49077,6 +50826,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -49105,6 +50855,7 @@ "orig": "Nom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49133,6 +50884,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49161,6 +50913,7 @@ "orig": "famille", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49189,6 +50942,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49217,6 +50971,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49245,6 +51000,7 @@ "orig": "(particuliers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49273,6 +51029,7 @@ "orig": "seulement),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49301,6 +51058,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49329,6 +51087,7 @@ "orig": "l'entreprise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49357,6 +51116,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49385,6 +51145,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49413,6 +51174,7 @@ "orig": "l'organisation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49441,6 +51203,7 @@ "orig": "(inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49469,6 +51232,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49497,6 +51261,7 @@ "orig": "nom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49525,6 +51290,7 @@ "orig": "commercial,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49553,6 +51319,7 @@ "orig": "s'il", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49581,6 +51348,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49609,6 +51377,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49637,6 +51406,7 @@ "orig": "lieu)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49665,6 +51435,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49693,6 +51464,7 @@ "orig": "Pr\u00e9nom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49721,6 +51493,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49749,6 +51522,7 @@ "orig": "initiales", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49777,6 +51551,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49805,6 +51580,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49833,6 +51609,7 @@ "orig": "(particuliers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49861,6 +51638,7 @@ "orig": "seulement)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49889,6 +51667,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49917,6 +51696,7 @@ "orig": "Num\u00e9ro", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49945,6 +51725,7 @@ "orig": "d'entreprise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49973,6 +51754,7 @@ "orig": "(s'il", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50001,6 +51783,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50029,6 +51812,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50057,6 +51841,7 @@ "orig": "lieu)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50085,6 +51870,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50113,6 +51899,7 @@ "orig": "Num\u00e9ro", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50141,6 +51928,7 @@ "orig": "d'assurance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50169,6 +51957,7 @@ "orig": "social", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50197,6 +51986,7 @@ "orig": "(NAS)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50225,6 +52015,7 @@ "orig": "(s'il", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50253,6 +52044,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50281,6 +52073,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50309,6 +52102,7 @@ "orig": "lieu)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50337,6 +52131,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50365,6 +52160,7 @@ "orig": "Renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50393,6 +52189,7 @@ "orig": "suppl\u00e9mentaires", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50421,6 +52218,7 @@ "orig": "Cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50449,6 +52247,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50477,6 +52276,7 @@ "orig": "modifie-t-elle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50505,6 +52305,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50533,6 +52334,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50561,6 +52363,7 @@ "orig": "pr\u00e9c\u00e9dente?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50589,6 +52392,7 @@ "orig": "Oui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50617,6 +52421,7 @@ "orig": "Non", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50645,6 +52450,7 @@ "orig": "Langue", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50673,6 +52479,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50701,6 +52508,7 @@ "orig": "correspondance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50729,6 +52537,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50757,6 +52566,7 @@ "orig": "Fran\u00e7ais", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50785,6 +52595,7 @@ "orig": "Anglais", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50813,6 +52624,7 @@ "orig": "Adresse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50841,6 +52653,7 @@ "orig": "postale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -50869,6 +52682,7 @@ "orig": "N\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50897,6 +52711,7 @@ "orig": "d'unit\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50925,6 +52740,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50953,6 +52769,7 @@ "orig": "n\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50981,6 +52798,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51009,6 +52827,7 @@ "orig": "rue,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51037,6 +52856,7 @@ "orig": "CP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51065,6 +52885,7 @@ "orig": "RR", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51093,6 +52914,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51121,6 +52943,7 @@ "orig": "Ville", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51149,6 +52972,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51177,6 +53001,7 @@ "orig": "Province,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51205,6 +53030,7 @@ "orig": "territoire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51233,6 +53059,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51261,6 +53088,7 @@ "orig": "\u00e9tat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51289,6 +53117,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51317,6 +53146,7 @@ "orig": "Code", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51345,6 +53175,7 @@ "orig": "postal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51373,6 +53204,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51401,6 +53233,7 @@ "orig": "ZIP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51429,6 +53262,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51457,6 +53291,7 @@ "orig": "Pays", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51485,6 +53320,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51513,6 +53349,7 @@ "orig": "\u00b8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51541,6 +53378,7 @@ "orig": "USAGE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51569,6 +53407,7 @@ "orig": "INTERNE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51597,6 +53436,7 @@ "orig": "IC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51625,6 +53465,7 @@ "orig": "NC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51653,6 +53494,7 @@ "orig": "GST495", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51681,6 +53523,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51709,6 +53552,7 @@ "orig": "(24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51737,6 +53581,7 @@ "orig": "(This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51765,6 +53610,7 @@ "orig": "form", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51793,6 +53639,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51821,6 +53668,7 @@ "orig": "available", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51849,6 +53697,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51877,6 +53726,7 @@ "orig": "English.)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51905,6 +53755,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51933,6 +53784,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51961,6 +53813,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51989,6 +53842,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52017,6 +53871,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52045,6 +53900,7 @@ "orig": "123456789RTABCD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52073,6 +53929,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52101,6 +53958,7 @@ "orig": "granville", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52129,6 +53987,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52157,6 +54016,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -52187,6 +54047,7 @@ "orig": "Prot\u00e9g\u00e9 B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52215,6 +54076,7 @@ "orig": " une fois rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52243,6 +54105,7 @@ "orig": "Demande de remboursement de la partie provinciale ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52271,6 +54134,7 @@ "orig": "de la taxe de vente harmonis\u00e9e (TVH)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52299,6 +54163,7 @@ "orig": "N'inscrivez rien ici. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52327,6 +54192,7 @@ "orig": "Remplissez ce formulaire pour demander un remboursement si vous avez pay\u00e9 la TVH sur des ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52355,6 +54221,7 @@ "orig": "produits (les biens meubles corporels) achet\u00e9s dans une province participante ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52383,6 +54250,7 @@ "orig": "(l'\u00bale-du-Prince-\u00c9douard, le Nouveau-Brunswick, la Nouvelle-\u00c9cosse, l'Ontario ou ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52411,6 +54279,7 @@ "orig": "Terre-Neuve-et-Labrador), et transf\u00e9r\u00e9s dans une province non participante ou autre r\u00e9gion ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52439,6 +54308,7 @@ "orig": "du Canada ou dans une autre province participante dont le taux de TVH est moins \u00e9lev\u00e9.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52467,6 +54337,7 @@ "orig": "Remarque ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52495,6 +54366,7 @@ "orig": "N'utilisez pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52523,6 +54395,7 @@ "orig": " ce formulaire pour demander un remboursement de TVH que vous avez pay\u00e9e sur des services ou des biens ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52551,6 +54424,7 @@ "orig": "meubles incorporels acquis dans une province participante. Utilisez plut\u00f4t le formulaire GST189, Demande g\u00e9n\u00e9rale de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52579,6 +54453,7 @@ "orig": "remboursement de la TPS/TVH (code de motif 13).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52607,6 +54482,7 @@ "orig": "Cette demande de remboursement peut faire l'objet d'une v\u00e9rification.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52635,6 +54511,7 @@ "orig": "Pour en savoir plus, lisez la page 5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52663,6 +54540,7 @@ "orig": "Partie A - Identification du demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52691,6 +54569,7 @@ "orig": "Nom de famille du demandeur (particuliers ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52719,6 +54598,7 @@ "orig": "seulement), de l'entreprise ou de l'organisation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52747,6 +54627,7 @@ "orig": "(inscrivez le nom commercial, s'il y a lieu) :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52775,6 +54656,7 @@ "orig": "Pr\u00e9nom et initiales du demandeur (particuliers ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52803,6 +54685,7 @@ "orig": "seulement) :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52831,6 +54714,7 @@ "orig": "Num\u00e9ro d'entreprise (s'il y a lieu) :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52859,6 +54743,7 @@ "orig": "Num\u00e9ro d'assurance social (NAS) (s'il y a lieu) :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52887,6 +54772,7 @@ "orig": "Renseignements suppl\u00e9mentaires", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -52915,6 +54801,7 @@ "orig": "Cette demande modifie-t-elle une demande ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52943,6 +54830,7 @@ "orig": "pr\u00e9c\u00e9dente?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52971,6 +54859,7 @@ "orig": "Oui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52999,6 +54888,7 @@ "orig": "Non", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53027,6 +54917,7 @@ "orig": "Langue de correspondance :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53055,6 +54946,7 @@ "orig": "Fran\u00e7ais", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53083,6 +54975,7 @@ "orig": "Anglais", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53111,6 +55004,7 @@ "orig": "Adresse postale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -53139,6 +55033,7 @@ "orig": "N\u00a1 d'unit\u00e9 - n\u00a1 et rue, CP, RR :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53167,6 +55062,7 @@ "orig": "Ville :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53195,6 +55091,7 @@ "orig": "Province, territoire ou \u00e9tat :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53223,6 +55120,7 @@ "orig": "Code postal ou ZIP :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53251,6 +55149,7 @@ "orig": "Pays :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53279,6 +55178,7 @@ "orig": "\u00b8 USAGE INTERNE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -53307,6 +55207,7 @@ "orig": "IC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53335,6 +55236,7 @@ "orig": "NC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53363,6 +55265,7 @@ "orig": "GST495 F (24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53391,6 +55294,7 @@ "orig": "(This form is available in English.)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53419,6 +55323,7 @@ "orig": "Page 1 de 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53447,6 +55352,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -53475,6 +55381,7 @@ "orig": "123456789RTABCD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -53503,6 +55410,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -53531,6 +55439,7 @@ "orig": "granville", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -53559,6 +55468,7 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -53587,12 +55497,16 @@ "orig": "", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", "font_name": "Form-font" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/form_fields.pdf.page_no_2.py.json b/tests/data/groundtruth/form_fields.pdf.page_no_2.py.json index c429ab8d..bc1ce0b4 100644 --- a/tests/data/groundtruth/form_fields.pdf.page_no_2.py.json +++ b/tests/data/groundtruth/form_fields.pdf.page_no_2.py.json @@ -74,6 +74,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102,6 +103,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -158,6 +161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -186,6 +190,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -214,6 +219,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -242,6 +248,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -270,6 +277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -298,6 +306,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -326,6 +335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -746,6 +770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -802,6 +828,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -830,6 +857,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -858,6 +886,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -886,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -914,6 +944,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -942,6 +973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -970,6 +1002,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -998,6 +1031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1026,6 +1060,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1054,6 +1089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1082,6 +1118,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1110,6 +1147,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1138,6 +1176,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1166,6 +1205,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1194,6 +1234,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1222,6 +1263,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1250,6 +1292,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1278,6 +1321,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1306,6 +1350,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1334,6 +1379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1362,6 +1408,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1390,6 +1437,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1418,6 +1466,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1446,6 +1495,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1474,6 +1524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1502,6 +1553,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1530,6 +1582,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1558,6 +1611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1586,6 +1640,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1614,6 +1669,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1642,6 +1698,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1670,6 +1727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1698,6 +1756,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1726,6 +1785,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1754,6 +1814,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1782,6 +1843,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1810,6 +1872,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1838,6 +1901,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1866,6 +1930,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1894,6 +1959,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1922,6 +1988,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1950,6 +2017,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1978,6 +2046,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2006,6 +2075,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2034,6 +2104,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2062,6 +2133,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2090,6 +2162,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2118,6 +2191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2146,6 +2220,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2174,6 +2249,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2202,6 +2278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2258,6 +2336,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2286,6 +2365,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2314,6 +2394,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2342,6 +2423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2370,6 +2452,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2398,6 +2481,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2426,6 +2510,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2454,6 +2539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2510,6 +2597,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2538,6 +2626,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2566,6 +2655,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2622,6 +2713,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2650,6 +2742,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2678,6 +2771,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2706,6 +2800,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2734,6 +2829,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2762,6 +2858,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2790,6 +2887,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2818,6 +2916,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2902,6 +3003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2930,6 +3032,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2958,6 +3061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2986,6 +3090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3014,6 +3119,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3042,6 +3148,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3070,6 +3177,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3098,6 +3206,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3126,6 +3235,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3154,6 +3264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3182,6 +3293,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3210,6 +3322,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3238,6 +3351,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3266,6 +3380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3294,6 +3409,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3322,6 +3438,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3350,6 +3467,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3378,6 +3496,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3406,6 +3525,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3434,6 +3554,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3462,6 +3583,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3490,6 +3612,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3518,6 +3641,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3546,6 +3670,7 @@ "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3574,6 +3699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3602,6 +3728,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3630,6 +3757,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3658,6 +3786,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3686,6 +3815,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3714,6 +3844,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3770,6 +3902,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3798,6 +3931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3826,6 +3960,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3854,6 +3989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3882,6 +4018,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3910,6 +4047,7 @@ "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3966,6 +4105,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3994,6 +4134,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4022,6 +4163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4050,6 +4192,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4078,6 +4221,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4106,6 +4250,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4134,6 +4279,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4162,6 +4308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4190,6 +4337,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4218,6 +4366,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4246,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4274,6 +4424,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4302,6 +4453,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4330,6 +4482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4358,6 +4511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4386,6 +4540,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4414,6 +4569,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4442,6 +4598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4470,6 +4627,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4498,6 +4656,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4526,6 +4685,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4554,6 +4714,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4582,6 +4743,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4610,6 +4772,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4638,6 +4801,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4666,6 +4830,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4694,6 +4859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4722,6 +4888,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4750,6 +4917,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4778,6 +4946,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4806,6 +4975,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4834,6 +5004,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4862,6 +5033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4890,6 +5062,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4918,6 +5091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4946,6 +5120,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4974,6 +5149,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5002,6 +5178,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5030,6 +5207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5058,6 +5236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5086,6 +5265,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5114,6 +5294,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5170,6 +5352,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5198,6 +5381,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5226,6 +5410,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5254,6 +5439,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5282,6 +5468,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5310,6 +5497,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5338,6 +5526,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5366,6 +5555,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5450,6 +5642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5478,6 +5671,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5506,6 +5700,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5534,6 +5729,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5562,6 +5758,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5590,6 +5787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5618,6 +5816,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5646,6 +5845,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5758,6 +5961,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5786,6 +5990,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5814,6 +6019,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5870,6 +6077,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5898,6 +6106,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5926,6 +6135,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5954,6 +6164,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5982,6 +6193,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6010,6 +6222,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6038,6 +6251,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6066,6 +6280,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6094,6 +6309,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6122,6 +6338,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6150,6 +6367,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6178,6 +6396,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6206,6 +6425,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6234,6 +6454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6262,6 +6483,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6290,6 +6512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6318,6 +6541,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6346,6 +6570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6374,6 +6599,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6402,6 +6628,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6430,6 +6657,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6458,6 +6686,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6486,6 +6715,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6542,6 +6773,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6570,6 +6802,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6598,6 +6831,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6626,6 +6860,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6654,6 +6889,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6682,6 +6918,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6710,6 +6947,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6738,6 +6976,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6766,6 +7005,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6794,6 +7034,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6822,6 +7063,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6850,6 +7092,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6878,6 +7121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6906,6 +7150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6934,6 +7179,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6962,6 +7208,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -6990,6 +7237,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7018,6 +7266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7046,6 +7295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7074,6 +7324,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7102,6 +7353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7130,6 +7382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7158,6 +7411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7214,6 +7469,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7242,6 +7498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7270,6 +7527,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7298,6 +7556,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7326,6 +7585,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7354,6 +7614,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7382,6 +7643,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7410,6 +7672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7438,6 +7701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7466,6 +7730,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7494,6 +7759,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7522,6 +7788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7550,6 +7817,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7578,6 +7846,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7606,6 +7875,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7634,6 +7904,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7662,6 +7933,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7690,6 +7962,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7718,6 +7991,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7746,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7774,6 +8049,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7802,6 +8078,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7830,6 +8107,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7858,6 +8136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7886,6 +8165,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7914,6 +8194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7942,6 +8223,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7970,6 +8252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7998,6 +8281,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8054,6 +8339,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8082,6 +8368,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8110,6 +8397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8138,6 +8426,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8166,6 +8455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8194,6 +8484,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8222,6 +8513,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8250,6 +8542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8278,6 +8571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8306,6 +8600,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8334,6 +8629,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8362,6 +8658,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8390,6 +8687,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8418,6 +8716,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8446,6 +8745,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8474,6 +8774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8502,6 +8803,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8530,6 +8832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8558,6 +8861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8586,6 +8890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8614,6 +8919,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8642,6 +8948,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8698,6 +9006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8726,6 +9035,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8754,6 +9064,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8782,6 +9093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8810,6 +9122,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8838,6 +9151,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8866,6 +9180,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8894,6 +9209,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8922,6 +9238,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8950,6 +9267,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8978,6 +9296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9034,6 +9354,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9062,6 +9383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9090,6 +9412,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9118,6 +9441,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9146,6 +9470,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9174,6 +9499,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9202,6 +9528,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9230,6 +9557,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9258,6 +9586,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9286,6 +9615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9314,6 +9644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9342,6 +9673,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9370,6 +9702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9398,6 +9731,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9426,6 +9760,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9454,6 +9789,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9482,6 +9818,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9510,6 +9847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9538,6 +9876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9566,6 +9905,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9594,6 +9934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9622,6 +9963,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9678,6 +10021,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9706,6 +10050,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9734,6 +10079,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9762,6 +10108,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9790,6 +10137,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9818,6 +10166,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9846,6 +10195,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9874,6 +10224,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9902,6 +10253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9930,6 +10282,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9958,6 +10311,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9986,6 +10340,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10014,6 +10369,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10042,6 +10398,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10070,6 +10427,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10098,6 +10456,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10126,6 +10485,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10154,6 +10514,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10182,6 +10543,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10210,6 +10572,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10238,6 +10601,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10266,6 +10630,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10294,6 +10659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10322,6 +10688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10350,6 +10717,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10378,6 +10746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10406,6 +10775,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10434,6 +10804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10462,6 +10833,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10490,6 +10862,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10518,6 +10891,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10546,6 +10920,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10574,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10602,6 +10978,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10630,6 +11007,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10658,6 +11036,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10686,6 +11065,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10714,6 +11094,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10742,6 +11123,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10770,6 +11152,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10798,6 +11181,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10826,6 +11210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10854,6 +11239,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10882,6 +11268,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10910,6 +11297,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10938,6 +11326,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10966,6 +11355,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10994,6 +11384,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11022,6 +11413,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11050,6 +11442,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11078,6 +11471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11106,6 +11500,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11134,6 +11529,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11162,6 +11558,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11190,6 +11587,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11218,6 +11616,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11246,6 +11645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11274,6 +11674,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11302,6 +11703,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11330,6 +11732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11358,6 +11761,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11386,6 +11790,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11414,6 +11819,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11442,6 +11848,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11470,6 +11877,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11498,6 +11906,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11526,6 +11935,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11554,6 +11964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11582,6 +11993,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11610,6 +12022,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11638,6 +12051,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11666,6 +12080,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11694,6 +12109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11722,6 +12138,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11750,6 +12167,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11778,6 +12196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11806,6 +12225,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11834,6 +12254,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11862,6 +12283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11890,6 +12312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11918,6 +12341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11946,6 +12370,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11974,6 +12399,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12002,6 +12428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12030,6 +12457,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12058,6 +12486,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12114,6 +12544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12142,6 +12573,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12170,6 +12602,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12198,6 +12631,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12226,6 +12660,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12254,6 +12689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12282,6 +12718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12310,6 +12747,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12338,6 +12776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12366,6 +12805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12394,6 +12834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12422,6 +12863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12450,6 +12892,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12478,6 +12921,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12506,6 +12950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12534,6 +12979,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12562,6 +13008,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12590,6 +13037,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12646,6 +13095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12674,6 +13124,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12702,6 +13153,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12730,6 +13182,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12758,6 +13211,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12786,6 +13240,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12814,6 +13269,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12842,6 +13298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12870,6 +13327,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12898,6 +13356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12926,6 +13385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12954,6 +13414,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12982,6 +13443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13010,6 +13472,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13038,6 +13501,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13066,6 +13530,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13094,6 +13559,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13122,6 +13588,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13150,6 +13617,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13178,6 +13646,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13206,6 +13675,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13234,6 +13704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13262,6 +13733,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13290,6 +13762,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13318,6 +13791,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13346,6 +13820,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13374,6 +13849,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13402,6 +13878,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13430,6 +13907,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13458,6 +13936,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13486,6 +13965,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13514,6 +13994,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13542,6 +14023,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13570,6 +14052,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13598,6 +14081,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13626,6 +14110,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13654,6 +14139,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13682,6 +14168,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13710,6 +14197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13738,6 +14226,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13766,6 +14255,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13794,6 +14284,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13822,6 +14313,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13850,6 +14342,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13878,6 +14371,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13906,6 +14400,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13934,6 +14429,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13962,6 +14458,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13990,6 +14487,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14018,6 +14516,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14046,6 +14545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14074,6 +14574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14102,6 +14603,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14130,6 +14632,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14158,6 +14661,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14186,6 +14690,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14214,6 +14719,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14242,6 +14748,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14270,6 +14777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14298,6 +14806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14326,6 +14835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14354,6 +14864,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14382,6 +14893,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14410,6 +14922,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14438,6 +14951,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14466,6 +14980,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14494,6 +15009,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14522,6 +15038,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14550,6 +15067,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14606,6 +15125,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14634,6 +15154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14662,6 +15183,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14690,6 +15212,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14718,6 +15241,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14746,6 +15270,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14774,6 +15299,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14802,6 +15328,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14830,6 +15357,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14858,6 +15386,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14886,6 +15415,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14914,6 +15444,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14942,6 +15473,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14970,6 +15502,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14998,6 +15531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15026,6 +15560,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15054,6 +15589,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15082,6 +15618,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15110,6 +15647,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15138,6 +15676,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15166,6 +15705,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15194,6 +15734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15222,6 +15763,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15278,6 +15821,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15306,6 +15850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15334,6 +15879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15362,6 +15908,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15390,6 +15937,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15418,6 +15966,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15446,6 +15995,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15502,6 +16053,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15530,6 +16082,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15558,6 +16111,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15586,6 +16140,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15614,6 +16169,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15642,6 +16198,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15670,6 +16227,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15698,6 +16256,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15726,6 +16285,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15754,6 +16314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15782,6 +16343,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15810,6 +16372,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15838,6 +16401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15866,6 +16430,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15894,6 +16459,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15922,6 +16488,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15950,6 +16517,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15978,6 +16546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16006,6 +16575,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16034,6 +16604,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16062,6 +16633,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16090,6 +16662,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16118,6 +16691,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16146,6 +16720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16174,6 +16749,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16202,6 +16778,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16230,6 +16807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -16258,6 +16836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16286,6 +16865,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16314,6 +16894,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16342,6 +16923,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16370,6 +16952,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16398,6 +16981,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16426,6 +17010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16454,6 +17039,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16482,6 +17068,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16510,6 +17097,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16538,6 +17126,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16566,6 +17155,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16594,6 +17184,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16622,6 +17213,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16650,6 +17242,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16678,6 +17271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16706,6 +17300,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16734,6 +17329,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16762,6 +17358,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16790,6 +17387,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16818,6 +17416,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16846,6 +17445,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16874,6 +17474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16902,6 +17503,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16930,6 +17532,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16958,6 +17561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16986,6 +17590,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17014,6 +17619,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17042,6 +17648,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17070,6 +17677,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17098,6 +17706,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17126,6 +17735,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17154,6 +17764,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17182,6 +17793,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17210,6 +17822,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17238,6 +17851,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17266,6 +17880,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17294,6 +17909,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17322,6 +17938,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17350,6 +17967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17378,6 +17996,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17406,6 +18025,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17434,6 +18054,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17462,6 +18083,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17490,6 +18112,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17518,6 +18141,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17546,6 +18170,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17574,6 +18199,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17602,6 +18228,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17630,6 +18257,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17658,6 +18286,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17686,6 +18315,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17714,6 +18344,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17742,6 +18373,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17798,6 +18431,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17826,6 +18460,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17854,6 +18489,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17882,6 +18518,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17910,6 +18547,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17938,6 +18576,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17966,6 +18605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17994,6 +18634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18050,6 +18692,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18078,6 +18721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18106,6 +18750,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18134,6 +18779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18162,6 +18808,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18190,6 +18837,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18218,6 +18866,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18246,6 +18895,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18274,6 +18924,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18330,6 +18982,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18358,6 +19011,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18386,6 +19040,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18414,6 +19069,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18442,6 +19098,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18470,6 +19127,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18498,6 +19156,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18526,6 +19185,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18554,6 +19214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18582,6 +19243,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18610,6 +19272,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18638,6 +19301,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18666,6 +19330,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18694,6 +19359,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18722,6 +19388,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18750,6 +19417,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18778,6 +19446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18806,6 +19475,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18834,6 +19504,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18862,6 +19533,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18890,6 +19562,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18918,6 +19591,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18974,6 +19649,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19002,6 +19678,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19030,6 +19707,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19058,6 +19736,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19086,6 +19765,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19114,6 +19794,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19142,6 +19823,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19170,6 +19852,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19226,6 +19910,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19254,6 +19939,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19282,6 +19968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19310,6 +19997,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19338,6 +20026,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19366,6 +20055,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19394,6 +20084,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19422,6 +20113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19450,6 +20142,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19478,6 +20171,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19506,6 +20200,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19534,6 +20229,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19562,6 +20258,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19590,6 +20287,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19618,6 +20316,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19646,6 +20345,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19674,6 +20374,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19702,6 +20403,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19730,6 +20432,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19758,6 +20461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19786,6 +20490,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19814,6 +20519,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19842,6 +20548,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19870,6 +20577,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19898,6 +20606,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19926,6 +20635,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19954,6 +20664,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19982,6 +20693,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20010,6 +20722,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20066,6 +20780,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20094,6 +20809,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20122,6 +20838,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20150,6 +20867,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20178,6 +20896,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20206,6 +20925,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20234,6 +20954,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20262,6 +20983,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20290,6 +21012,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20318,6 +21041,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20374,6 +21099,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20402,6 +21128,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20430,6 +21157,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20458,6 +21186,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20486,6 +21215,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20514,6 +21244,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20542,6 +21273,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20570,6 +21302,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20598,6 +21331,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20626,6 +21360,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20654,6 +21389,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20682,6 +21418,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20710,6 +21447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20738,6 +21476,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20766,6 +21505,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20794,6 +21534,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20822,6 +21563,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20850,6 +21592,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20878,6 +21621,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20906,6 +21650,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20934,6 +21679,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20962,6 +21708,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20990,6 +21737,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21018,6 +21766,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21046,6 +21795,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21074,6 +21824,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21102,6 +21853,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21130,6 +21882,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21158,6 +21911,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21186,6 +21940,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21214,6 +21969,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21242,6 +21998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21270,6 +22027,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21298,6 +22056,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21326,6 +22085,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21354,6 +22114,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21382,6 +22143,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21410,6 +22172,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21438,6 +22201,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21494,6 +22259,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21522,6 +22288,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21550,6 +22317,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21578,6 +22346,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21606,6 +22375,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21634,6 +22404,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21662,6 +22433,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21690,6 +22462,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21718,6 +22491,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21746,6 +22520,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21774,6 +22549,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21802,6 +22578,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21830,6 +22607,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21858,6 +22636,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21886,6 +22665,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21914,6 +22694,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21942,6 +22723,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21970,6 +22752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21998,6 +22781,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22026,6 +22810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22054,6 +22839,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22082,6 +22868,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22110,6 +22897,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22138,6 +22926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22166,6 +22955,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22194,6 +22984,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22222,6 +23013,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22278,6 +23071,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22306,6 +23100,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22334,6 +23129,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22362,6 +23158,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22390,6 +23187,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22418,6 +23216,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22446,6 +23245,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22474,6 +23274,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22502,6 +23303,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22530,6 +23332,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22558,6 +23361,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22586,6 +23390,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22614,6 +23419,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22642,6 +23448,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22670,6 +23477,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22698,6 +23506,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22726,6 +23535,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22754,6 +23564,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22782,6 +23593,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22810,6 +23622,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22838,6 +23651,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22866,6 +23680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22894,6 +23709,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22922,6 +23738,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22950,6 +23767,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22978,6 +23796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23006,6 +23825,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23034,6 +23854,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23062,6 +23883,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23090,6 +23912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23118,6 +23941,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23146,6 +23970,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23174,6 +23999,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23202,6 +24028,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23230,6 +24057,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23258,6 +24086,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23286,6 +24115,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23314,6 +24144,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23342,6 +24173,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23370,6 +24202,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23398,6 +24231,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23426,6 +24260,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23454,6 +24289,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23482,6 +24318,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23510,6 +24347,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23538,6 +24376,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23566,6 +24405,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23594,6 +24434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23622,6 +24463,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23650,6 +24492,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23678,6 +24521,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23706,6 +24550,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23734,6 +24579,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23762,6 +24608,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23790,6 +24637,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23818,6 +24666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23846,6 +24695,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23874,6 +24724,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23902,6 +24753,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23930,6 +24782,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23958,6 +24811,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23986,6 +24840,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24014,6 +24869,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24070,6 +24927,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24098,6 +24956,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24126,6 +24985,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24154,6 +25014,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24210,6 +25072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24238,6 +25101,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24266,6 +25130,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24294,6 +25159,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24322,6 +25188,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24350,6 +25217,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24378,6 +25246,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24406,6 +25275,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24434,6 +25304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24462,6 +25333,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24490,6 +25362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24518,6 +25391,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24546,6 +25420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24574,6 +25449,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24602,6 +25478,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24630,6 +25507,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24658,6 +25536,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24686,6 +25565,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24714,6 +25594,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24742,6 +25623,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24770,6 +25652,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24798,6 +25681,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24826,6 +25710,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24854,6 +25739,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24882,6 +25768,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24910,6 +25797,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24938,6 +25826,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24966,6 +25855,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24994,6 +25884,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25022,6 +25913,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25050,6 +25942,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25078,6 +25971,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25106,6 +26000,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25134,6 +26029,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25162,6 +26058,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25190,6 +26087,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25218,6 +26116,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25246,6 +26145,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25274,6 +26174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25302,6 +26203,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25330,6 +26232,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25358,6 +26261,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25386,6 +26290,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25414,6 +26319,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25442,6 +26348,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25470,6 +26377,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25498,6 +26406,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25526,6 +26435,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25554,6 +26464,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25582,6 +26493,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25610,6 +26522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25638,6 +26551,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25666,6 +26580,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25694,6 +26609,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25722,6 +26638,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25750,6 +26667,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25778,6 +26696,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25806,6 +26725,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25862,6 +26783,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25890,6 +26812,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25918,6 +26841,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25946,6 +26870,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25974,6 +26899,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26002,6 +26928,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26030,6 +26957,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26058,6 +26986,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26086,6 +27015,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26114,6 +27044,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26142,6 +27073,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26170,6 +27102,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26198,6 +27131,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26226,6 +27160,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26254,6 +27189,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26282,6 +27218,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26310,6 +27247,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26338,6 +27276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26366,6 +27305,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26394,6 +27334,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26422,6 +27363,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26450,6 +27392,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26478,6 +27421,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26506,6 +27450,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26534,6 +27479,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26562,6 +27508,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26590,6 +27537,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26618,6 +27566,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26646,6 +27595,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26674,6 +27624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26702,6 +27653,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26730,6 +27682,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26758,6 +27711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26786,6 +27740,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26814,6 +27769,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26842,6 +27798,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26870,6 +27827,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26898,6 +27856,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26926,6 +27885,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26954,6 +27914,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26982,6 +27943,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27010,6 +27972,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27038,6 +28001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27066,6 +28030,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27122,6 +28088,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27150,6 +28117,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27178,6 +28146,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27206,6 +28175,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27234,6 +28204,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27262,6 +28233,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27290,6 +28262,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27318,6 +28291,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27346,6 +28320,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27402,6 +28378,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27430,6 +28407,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27458,6 +28436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27486,6 +28465,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27514,6 +28494,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27542,6 +28523,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27570,6 +28552,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27598,6 +28581,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27626,6 +28610,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27654,6 +28639,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27682,6 +28668,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -27710,6 +28697,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27738,6 +28726,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27766,6 +28755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27794,6 +28784,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27822,6 +28813,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27850,6 +28842,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27906,6 +28900,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27934,6 +28929,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27962,6 +28958,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27990,6 +28987,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28018,6 +29016,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28046,6 +29045,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28074,6 +29074,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28102,6 +29103,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28130,6 +29132,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28158,6 +29161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28186,6 +29190,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28214,6 +29219,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28242,6 +29248,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28270,6 +29277,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28298,6 +29306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28326,6 +29335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28354,6 +29364,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28410,6 +29422,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28438,6 +29451,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28466,6 +29480,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28494,6 +29509,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28522,6 +29538,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28550,6 +29567,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28578,6 +29596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28606,6 +29625,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28634,6 +29654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28662,6 +29683,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28690,6 +29712,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28718,6 +29741,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28746,6 +29770,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28774,6 +29799,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28802,6 +29828,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28858,6 +29886,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28886,6 +29915,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28914,6 +29944,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28942,6 +29973,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28970,6 +30002,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28998,6 +30031,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29026,6 +30060,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29054,6 +30089,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29082,6 +30118,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29110,6 +30147,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29138,6 +30176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29166,6 +30205,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29194,6 +30234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29222,6 +30263,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29250,6 +30292,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29278,6 +30321,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29306,6 +30350,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29334,6 +30379,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29362,6 +30408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29390,6 +30437,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29418,6 +30466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29446,6 +30495,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29474,6 +30524,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29502,6 +30553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29530,6 +30582,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29558,6 +30611,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29586,6 +30640,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29614,6 +30669,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29642,6 +30698,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -29672,6 +30729,7 @@ "orig": "Prot\u00e9g\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29700,6 +30758,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29728,6 +30787,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29756,6 +30816,7 @@ "orig": "fois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29784,6 +30845,7 @@ "orig": "rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29812,6 +30874,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29840,6 +30903,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29868,6 +30932,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29896,6 +30961,7 @@ "orig": "Identification", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29924,6 +30990,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29952,6 +31019,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29980,6 +31048,7 @@ "orig": "(suite)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30008,6 +31077,7 @@ "orig": "Adresse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30036,6 +31106,7 @@ "orig": "physique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30064,6 +31135,7 @@ "orig": "(si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30092,6 +31164,7 @@ "orig": "diff\u00e9rente", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30120,6 +31193,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30148,6 +31222,7 @@ "orig": "l'adresse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30176,6 +31251,7 @@ "orig": "postale)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30204,6 +31280,7 @@ "orig": "N\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30232,6 +31309,7 @@ "orig": "d'unit\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30260,6 +31338,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30288,6 +31367,7 @@ "orig": "n\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30316,6 +31396,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30344,6 +31425,7 @@ "orig": "rue,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30372,6 +31454,7 @@ "orig": "RR", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30400,6 +31483,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30428,6 +31512,7 @@ "orig": "Ville", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30456,6 +31541,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30484,6 +31570,7 @@ "orig": "Province,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30512,6 +31599,7 @@ "orig": "territoire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30540,6 +31628,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30568,6 +31657,7 @@ "orig": "\u00e9tat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30596,6 +31686,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30624,6 +31715,7 @@ "orig": "Code", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30652,6 +31744,7 @@ "orig": "postal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30680,6 +31773,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30708,6 +31802,7 @@ "orig": "ZIP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30736,6 +31831,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30764,6 +31860,7 @@ "orig": "Pays", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30792,6 +31889,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30820,6 +31918,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30848,6 +31947,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30876,6 +31976,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30904,6 +32005,7 @@ "orig": "Dates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30932,6 +32034,7 @@ "orig": "d'arriv\u00e9e,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30960,6 +32063,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30988,6 +32092,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -31016,6 +32121,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -31044,6 +32150,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -31072,6 +32179,7 @@ "orig": "retrait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -31100,6 +32208,7 @@ "orig": "Inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31128,6 +32237,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31156,6 +32266,7 @@ "orig": "dates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31184,6 +32295,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31212,6 +32324,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31240,6 +32353,7 @@ "orig": "arriv\u00e9e,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31268,6 +32382,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31296,6 +32411,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31324,6 +32440,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31352,6 +32469,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31380,6 +32498,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31408,6 +32527,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31436,6 +32556,7 @@ "orig": "retrait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31464,6 +32585,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31492,6 +32614,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31520,6 +32643,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31548,6 +32672,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31576,6 +32701,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31604,6 +32730,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31632,6 +32759,7 @@ "orig": "d'arriv\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31660,6 +32788,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31688,6 +32817,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31716,6 +32846,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31744,6 +32875,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31772,6 +32904,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31800,6 +32933,7 @@ "orig": "Ann\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31828,6 +32962,7 @@ "orig": "Mois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31856,6 +32991,7 @@ "orig": "Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31884,6 +33020,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31912,6 +33049,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31940,6 +33078,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31968,6 +33107,7 @@ "orig": "comprend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31996,6 +33136,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32024,6 +33165,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32052,6 +33194,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32080,6 +33223,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32108,6 +33252,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32136,6 +33281,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32164,6 +33310,7 @@ "orig": "participante,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32192,6 +33339,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32220,6 +33368,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32248,6 +33397,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32276,6 +33426,7 @@ "orig": "d'arriv\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32304,6 +33455,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32332,6 +33484,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32360,6 +33513,7 @@ "orig": "premi\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -32388,6 +33542,7 @@ "orig": "visite.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32416,6 +33571,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32444,6 +33600,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32472,6 +33629,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32500,6 +33658,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32528,6 +33687,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32556,6 +33716,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32584,6 +33745,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32612,6 +33774,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32640,6 +33803,7 @@ "orig": "Ann\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32668,6 +33832,7 @@ "orig": "Mois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32696,6 +33861,7 @@ "orig": "Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32724,6 +33890,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32752,6 +33919,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32780,6 +33948,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32808,6 +33977,7 @@ "orig": "comprend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32836,6 +34006,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32864,6 +34035,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32892,6 +34064,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32920,6 +34093,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32948,6 +34122,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32976,6 +34151,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33004,6 +34180,7 @@ "orig": "participante,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33032,6 +34209,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33060,6 +34238,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33088,6 +34267,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33116,6 +34296,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33144,6 +34325,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33172,6 +34354,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33200,6 +34383,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33228,6 +34412,7 @@ "orig": "derni\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33256,6 +34441,7 @@ "orig": "visite.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33284,6 +34470,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33312,6 +34499,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33340,6 +34528,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33368,6 +34557,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33396,6 +34586,7 @@ "orig": "ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33424,6 +34615,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33452,6 +34644,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33480,6 +34673,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33508,6 +34702,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33536,6 +34731,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33564,6 +34760,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33592,6 +34789,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33620,6 +34818,7 @@ "orig": "Ann\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33648,6 +34847,7 @@ "orig": "Mois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33676,6 +34876,7 @@ "orig": "Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33704,6 +34905,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33732,6 +34934,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33760,6 +34963,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33788,6 +34992,7 @@ "orig": "comprend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33816,6 +35021,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33844,6 +35050,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33872,6 +35079,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33900,6 +35108,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33928,6 +35137,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33956,6 +35166,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33984,6 +35195,7 @@ "orig": "participante,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34012,6 +35224,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34040,6 +35253,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34068,6 +35282,7 @@ "orig": "derni\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34096,6 +35311,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34124,6 +35340,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34152,6 +35369,7 @@ "orig": "retrait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34180,6 +35398,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34208,6 +35427,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34236,6 +35456,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34264,6 +35485,7 @@ "orig": "GST495", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34292,6 +35514,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34320,6 +35543,7 @@ "orig": "(24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34348,6 +35572,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34376,6 +35601,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34404,6 +35630,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34432,6 +35659,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34460,6 +35688,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -34490,6 +35719,7 @@ "orig": "Prot\u00e9g\u00e9 B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34518,6 +35748,7 @@ "orig": " une fois rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34546,6 +35777,7 @@ "orig": "Partie A - Identification du demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34574,6 +35806,7 @@ "orig": "(suite)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34602,6 +35835,7 @@ "orig": "Adresse physique ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34630,6 +35864,7 @@ "orig": "(si diff\u00e9rente de l'adresse postale)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34658,6 +35893,7 @@ "orig": "N\u00a1 d'unit\u00e9 - n\u00a1 et rue, RR :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34686,6 +35922,7 @@ "orig": "Ville :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34714,6 +35951,7 @@ "orig": "Province, territoire ou \u00e9tat :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34742,6 +35980,7 @@ "orig": "Code postal ou ZIP :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34770,6 +36009,7 @@ "orig": "Pays :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34798,6 +36038,7 @@ "orig": "Partie B - Dates d'arriv\u00e9e, de d\u00e9part et de retrait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34826,6 +36067,7 @@ "orig": "Inscrivez les dates de votre arriv\u00e9e, de votre d\u00e9part et de votre retrait des produits d'une province participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34854,6 +36096,7 @@ "orig": "Date d'arriv\u00e9e dans la province participante :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34882,6 +36125,7 @@ "orig": " Ann\u00e9e Mois Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34910,6 +36154,7 @@ "orig": "Si ce remboursement comprend plus d'une visite dans une province participante, inscrivez la date d'arriv\u00e9e de votre ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34938,6 +36183,7 @@ "orig": "premi\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -34966,6 +36212,7 @@ "orig": " visite.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34994,6 +36241,7 @@ "orig": "Date de d\u00e9part de la province participante :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35022,6 +36270,7 @@ "orig": " Ann\u00e9e Mois Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35050,6 +36299,7 @@ "orig": "Si ce remboursement comprend plus d'une visite dans une province participante, inscrivez la date de d\u00e9part de votre ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35078,6 +36328,7 @@ "orig": "derni\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35106,6 +36357,7 @@ "orig": " visite.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35134,6 +36386,7 @@ "orig": "Date o\u00f9 les produits ont \u00e9t\u00e9 transf\u00e9r\u00e9s de la ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35162,6 +36415,7 @@ "orig": "province participante :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35190,6 +36444,7 @@ "orig": " Ann\u00e9e Mois Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35218,6 +36473,7 @@ "orig": "Si ce remboursement comprend plus d'une visite dans une province participante, inscrivez la ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35246,6 +36502,7 @@ "orig": "derni\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35274,6 +36531,7 @@ "orig": " date de retrait d'une ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35302,6 +36560,7 @@ "orig": "province participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35330,6 +36589,7 @@ "orig": "GST495 F (24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35358,6 +36618,7 @@ "orig": "Page 2 de 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35386,12 +36647,16 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", "font_name": "Form-font" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/form_fields.pdf.page_no_3.py.json b/tests/data/groundtruth/form_fields.pdf.page_no_3.py.json index 657cbe17..fa2cb91a 100644 --- a/tests/data/groundtruth/form_fields.pdf.page_no_3.py.json +++ b/tests/data/groundtruth/form_fields.pdf.page_no_3.py.json @@ -74,6 +74,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102,6 +103,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -158,6 +161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -186,6 +190,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -214,6 +219,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -242,6 +248,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -270,6 +277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -298,6 +306,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -326,6 +335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -746,6 +770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -802,6 +828,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -830,6 +857,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -858,6 +886,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -886,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -914,6 +944,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -942,6 +973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -970,6 +1002,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -998,6 +1031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1026,6 +1060,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1054,6 +1089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1082,6 +1118,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1110,6 +1147,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1138,6 +1176,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1166,6 +1205,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1194,6 +1234,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1222,6 +1263,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1250,6 +1292,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1306,6 +1350,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1334,6 +1379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1362,6 +1408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1390,6 +1437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1418,6 +1466,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1446,6 +1495,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1474,6 +1524,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1502,6 +1553,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1530,6 +1582,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1558,6 +1611,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1586,6 +1640,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1614,6 +1669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1642,6 +1698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1670,6 +1727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1698,6 +1756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1726,6 +1785,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1754,6 +1814,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1782,6 +1843,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1810,6 +1872,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1838,6 +1901,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1866,6 +1930,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1894,6 +1959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1922,6 +1988,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1950,6 +2017,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1978,6 +2046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2006,6 +2075,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2034,6 +2104,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2062,6 +2133,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2090,6 +2162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2118,6 +2191,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2146,6 +2220,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2174,6 +2249,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2202,6 +2278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2230,6 +2307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2258,6 +2336,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2286,6 +2365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2314,6 +2394,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2342,6 +2423,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2370,6 +2452,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2398,6 +2481,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2426,6 +2510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2454,6 +2539,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2482,6 +2568,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2510,6 +2597,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2538,6 +2626,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2566,6 +2655,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2594,6 +2684,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2622,6 +2713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2650,6 +2742,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2678,6 +2771,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2706,6 +2800,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2734,6 +2829,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2762,6 +2858,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2790,6 +2887,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2818,6 +2916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2846,6 +2945,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2874,6 +2974,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2902,6 +3003,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2930,6 +3032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2958,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2986,6 +3090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3014,6 +3119,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3042,6 +3148,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3070,6 +3177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3126,6 +3235,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3154,6 +3264,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3182,6 +3293,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3238,6 +3351,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3266,6 +3380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3294,6 +3409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3322,6 +3438,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3350,6 +3467,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3378,6 +3496,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3406,6 +3525,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3434,6 +3554,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3462,6 +3583,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3490,6 +3612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3518,6 +3641,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3546,6 +3670,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3574,6 +3699,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3602,6 +3728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3630,6 +3757,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3658,6 +3786,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3686,6 +3815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3714,6 +3844,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3742,6 +3873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3770,6 +3902,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3798,6 +3931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3826,6 +3960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3854,6 +3989,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3882,6 +4018,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3910,6 +4047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3966,6 +4105,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3994,6 +4134,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4022,6 +4163,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4050,6 +4192,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4078,6 +4221,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4106,6 +4250,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4134,6 +4279,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4162,6 +4308,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4190,6 +4337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4218,6 +4366,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4246,6 +4395,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4274,6 +4424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4302,6 +4453,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4330,6 +4482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4358,6 +4511,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4386,6 +4540,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4414,6 +4569,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4442,6 +4598,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4470,6 +4627,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4498,6 +4656,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4526,6 +4685,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4554,6 +4714,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4582,6 +4743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4610,6 +4772,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4638,6 +4801,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4666,6 +4830,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4694,6 +4859,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4722,6 +4888,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4750,6 +4917,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4778,6 +4946,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4806,6 +4975,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4834,6 +5004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4862,6 +5033,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4890,6 +5062,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4918,6 +5091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4946,6 +5120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4974,6 +5149,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5002,6 +5178,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5030,6 +5207,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5058,6 +5236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5086,6 +5265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5114,6 +5294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5142,6 +5323,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5170,6 +5352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5198,6 +5381,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5226,6 +5410,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5254,6 +5439,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5282,6 +5468,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5310,6 +5497,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5338,6 +5526,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5366,6 +5555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5422,6 +5613,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5450,6 +5642,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5478,6 +5671,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5506,6 +5700,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5534,6 +5729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5562,6 +5758,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5590,6 +5787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5618,6 +5816,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5646,6 +5845,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5674,6 +5874,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5702,6 +5903,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5730,6 +5932,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5758,6 +5961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5786,6 +5990,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5814,6 +6019,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5842,6 +6048,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5870,6 +6077,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5898,6 +6106,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5926,6 +6135,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5954,6 +6164,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5982,6 +6193,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6010,6 +6222,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6038,6 +6251,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6066,6 +6280,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6094,6 +6309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6122,6 +6338,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6150,6 +6367,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6178,6 +6396,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6206,6 +6425,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6234,6 +6454,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6262,6 +6483,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6290,6 +6512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6318,6 +6541,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6346,6 +6570,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6374,6 +6599,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6402,6 +6628,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6430,6 +6657,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6458,6 +6686,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6486,6 +6715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6514,6 +6744,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6542,6 +6773,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6570,6 +6802,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6598,6 +6831,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6626,6 +6860,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6654,6 +6889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6682,6 +6918,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6710,6 +6947,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6738,6 +6976,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6766,6 +7005,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6794,6 +7034,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6822,6 +7063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6850,6 +7092,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6878,6 +7121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6906,6 +7150,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6962,6 +7208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6990,6 +7237,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7018,6 +7266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7046,6 +7295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7074,6 +7324,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7102,6 +7353,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7130,6 +7382,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7158,6 +7411,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7186,6 +7440,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7214,6 +7469,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7242,6 +7498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7270,6 +7527,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7298,6 +7556,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7326,6 +7585,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7354,6 +7614,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7382,6 +7643,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7410,6 +7672,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7438,6 +7701,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7466,6 +7730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7494,6 +7759,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7522,6 +7788,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7550,6 +7817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7578,6 +7846,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7606,6 +7875,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7634,6 +7904,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7662,6 +7933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7690,6 +7962,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7718,6 +7991,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7746,6 +8020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7774,6 +8049,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7802,6 +8078,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7830,6 +8107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7858,6 +8136,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7886,6 +8165,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7914,6 +8194,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7942,6 +8223,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7970,6 +8252,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7998,6 +8281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8026,6 +8310,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8054,6 +8339,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8082,6 +8368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8110,6 +8397,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8138,6 +8426,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8166,6 +8455,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8194,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8222,6 +8513,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8278,6 +8571,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8306,6 +8600,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8334,6 +8629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8362,6 +8658,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8418,6 +8716,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8446,6 +8745,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8474,6 +8774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8502,6 +8803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8530,6 +8832,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8558,6 +8861,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8586,6 +8890,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8614,6 +8919,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8642,6 +8948,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8670,6 +8977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8698,6 +9006,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8754,6 +9064,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8782,6 +9093,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8810,6 +9122,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8838,6 +9151,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8866,6 +9180,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8894,6 +9209,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8922,6 +9238,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8950,6 +9267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8978,6 +9296,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9006,6 +9325,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9034,6 +9354,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9062,6 +9383,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9090,6 +9412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9118,6 +9441,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9146,6 +9470,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9174,6 +9499,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9202,6 +9528,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9230,6 +9557,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9258,6 +9586,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9286,6 +9615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9314,6 +9644,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9342,6 +9673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9370,6 +9702,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9398,6 +9731,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9426,6 +9760,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9454,6 +9789,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9482,6 +9818,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9510,6 +9847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9538,6 +9876,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9566,6 +9905,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9594,6 +9934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9622,6 +9963,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9650,6 +9992,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9678,6 +10021,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9706,6 +10050,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9734,6 +10079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9790,6 +10137,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9818,6 +10166,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9846,6 +10195,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9874,6 +10224,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9902,6 +10253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9930,6 +10282,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9958,6 +10311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9986,6 +10340,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10014,6 +10369,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10042,6 +10398,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10070,6 +10427,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10098,6 +10456,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10126,6 +10485,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10154,6 +10514,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10182,6 +10543,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10210,6 +10572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10238,6 +10601,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10266,6 +10630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10294,6 +10659,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10322,6 +10688,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10350,6 +10717,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10378,6 +10746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10406,6 +10775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10434,6 +10804,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10462,6 +10833,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10490,6 +10862,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10546,6 +10920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10574,6 +10949,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10602,6 +10978,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10630,6 +11007,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10658,6 +11036,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10686,6 +11065,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10714,6 +11094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10742,6 +11123,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10770,6 +11152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10798,6 +11181,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10826,6 +11210,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10854,6 +11239,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10882,6 +11268,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10910,6 +11297,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10938,6 +11326,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10966,6 +11355,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10994,6 +11384,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11022,6 +11413,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11050,6 +11442,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11078,6 +11471,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11106,6 +11500,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11134,6 +11529,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11162,6 +11558,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11190,6 +11587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11218,6 +11616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11246,6 +11645,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11274,6 +11674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11302,6 +11703,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11358,6 +11761,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11386,6 +11790,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11414,6 +11819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11442,6 +11848,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11470,6 +11877,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11498,6 +11906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11526,6 +11935,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11554,6 +11964,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11582,6 +11993,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11610,6 +12022,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11638,6 +12051,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11666,6 +12080,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11694,6 +12109,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11722,6 +12138,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11750,6 +12167,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11778,6 +12196,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11806,6 +12225,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11834,6 +12254,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11862,6 +12283,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11890,6 +12312,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11918,6 +12341,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11946,6 +12370,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11974,6 +12399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12002,6 +12428,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12030,6 +12457,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12058,6 +12486,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12086,6 +12515,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12114,6 +12544,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12142,6 +12573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12170,6 +12602,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12198,6 +12631,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12226,6 +12660,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12254,6 +12689,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12282,6 +12718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12310,6 +12747,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12338,6 +12776,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12366,6 +12805,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12394,6 +12834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12422,6 +12863,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12450,6 +12892,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12478,6 +12921,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12506,6 +12950,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12534,6 +12979,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12562,6 +13008,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12590,6 +13037,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12618,6 +13066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12646,6 +13095,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12674,6 +13124,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12702,6 +13153,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12730,6 +13182,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12758,6 +13211,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12786,6 +13240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12814,6 +13269,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12842,6 +13298,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12870,6 +13327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12898,6 +13356,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12926,6 +13385,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12954,6 +13414,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12982,6 +13443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13010,6 +13472,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13038,6 +13501,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13066,6 +13530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13094,6 +13559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13122,6 +13588,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13150,6 +13617,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13178,6 +13646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13206,6 +13675,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13234,6 +13704,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13262,6 +13733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13290,6 +13762,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13318,6 +13791,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13346,6 +13820,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13374,6 +13849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13402,6 +13878,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13430,6 +13907,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13458,6 +13936,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13486,6 +13965,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13514,6 +13994,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13542,6 +14023,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13570,6 +14052,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13598,6 +14081,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13626,6 +14110,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13654,6 +14139,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13682,6 +14168,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13710,6 +14197,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13738,6 +14226,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13766,6 +14255,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13794,6 +14284,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13822,6 +14313,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13850,6 +14342,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13878,6 +14371,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13906,6 +14400,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13934,6 +14429,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13962,6 +14458,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13990,6 +14487,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14018,6 +14516,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14046,6 +14545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14074,6 +14574,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14102,6 +14603,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14130,6 +14632,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14158,6 +14661,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14186,6 +14690,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14214,6 +14719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14242,6 +14748,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14270,6 +14777,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14298,6 +14806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14326,6 +14835,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14354,6 +14864,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14382,6 +14893,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14410,6 +14922,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14438,6 +14951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14466,6 +14980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14494,6 +15009,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14522,6 +15038,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14550,6 +15067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14578,6 +15096,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14606,6 +15125,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14634,6 +15154,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14662,6 +15183,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14690,6 +15212,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14718,6 +15241,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14746,6 +15270,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14774,6 +15299,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14802,6 +15328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14830,6 +15357,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14858,6 +15386,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14886,6 +15415,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14914,6 +15444,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14942,6 +15473,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14970,6 +15502,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14998,6 +15531,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15026,6 +15560,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15054,6 +15589,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15082,6 +15618,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15110,6 +15647,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15138,6 +15676,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15166,6 +15705,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15194,6 +15734,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15222,6 +15763,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15250,6 +15792,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15278,6 +15821,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15306,6 +15850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15334,6 +15879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15362,6 +15908,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15390,6 +15937,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15418,6 +15966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15446,6 +15995,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15474,6 +16024,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15502,6 +16053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15530,6 +16082,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15558,6 +16111,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15586,6 +16140,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15614,6 +16169,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15642,6 +16198,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15670,6 +16227,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15698,6 +16256,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15726,6 +16285,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15754,6 +16314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15782,6 +16343,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15810,6 +16372,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15838,6 +16401,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15866,6 +16430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15894,6 +16459,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15922,6 +16488,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15950,6 +16517,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15978,6 +16546,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16006,6 +16575,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16034,6 +16604,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16062,6 +16633,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16090,6 +16662,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16118,6 +16691,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16146,6 +16720,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16174,6 +16749,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16202,6 +16778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16230,6 +16807,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16258,6 +16836,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16286,6 +16865,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16314,6 +16894,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16342,6 +16923,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16370,6 +16952,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16398,6 +16981,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16426,6 +17010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16454,6 +17039,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16482,6 +17068,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16510,6 +17097,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16538,6 +17126,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16566,6 +17155,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16594,6 +17184,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16622,6 +17213,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16650,6 +17242,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16678,6 +17271,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16706,6 +17300,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16734,6 +17329,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16762,6 +17358,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16846,6 +17445,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16874,6 +17474,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16902,6 +17503,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16930,6 +17532,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16958,6 +17561,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16986,6 +17590,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17014,6 +17619,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17042,6 +17648,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17070,6 +17677,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17098,6 +17706,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17126,6 +17735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17154,6 +17764,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17182,6 +17793,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17210,6 +17822,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17238,6 +17851,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17266,6 +17880,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17294,6 +17909,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17322,6 +17938,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17350,6 +17967,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17378,6 +17996,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17406,6 +18025,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17434,6 +18054,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17462,6 +18083,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17490,6 +18112,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17518,6 +18141,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17546,6 +18170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17574,6 +18199,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17602,6 +18228,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17630,6 +18257,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17658,6 +18286,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17686,6 +18315,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17714,6 +18344,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17742,6 +18373,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17770,6 +18402,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17798,6 +18431,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17826,6 +18460,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17882,6 +18518,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17910,6 +18547,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17938,6 +18576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17966,6 +18605,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17994,6 +18634,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18022,6 +18663,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18050,6 +18692,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18078,6 +18721,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18106,6 +18750,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18134,6 +18779,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18162,6 +18808,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18190,6 +18837,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18218,6 +18866,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18246,6 +18895,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18274,6 +18924,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18302,6 +18953,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18330,6 +18982,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18358,6 +19011,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18386,6 +19040,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18414,6 +19069,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18442,6 +19098,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18470,6 +19127,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18498,6 +19156,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18526,6 +19185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18554,6 +19214,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18582,6 +19243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18610,6 +19272,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18638,6 +19301,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18666,6 +19330,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18694,6 +19359,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18722,6 +19388,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18750,6 +19417,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18778,6 +19446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18806,6 +19475,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18834,6 +19504,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18862,6 +19533,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18890,6 +19562,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18918,6 +19591,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18974,6 +19649,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19002,6 +19678,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19030,6 +19707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19058,6 +19736,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19086,6 +19765,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19114,6 +19794,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19142,6 +19823,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19170,6 +19852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19198,6 +19881,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19226,6 +19910,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19254,6 +19939,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19282,6 +19968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19338,6 +20026,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19366,6 +20055,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19394,6 +20084,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19422,6 +20113,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19450,6 +20142,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19478,6 +20171,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19506,6 +20200,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19534,6 +20229,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19562,6 +20258,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19590,6 +20287,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19618,6 +20316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19646,6 +20345,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19674,6 +20374,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19702,6 +20403,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19730,6 +20432,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19758,6 +20461,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19786,6 +20490,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19814,6 +20519,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19842,6 +20548,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19870,6 +20577,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19898,6 +20606,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19926,6 +20635,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19954,6 +20664,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19982,6 +20693,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20010,6 +20722,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20038,6 +20751,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20066,6 +20780,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20094,6 +20809,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20122,6 +20838,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20150,6 +20867,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20178,6 +20896,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20206,6 +20925,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20234,6 +20954,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20262,6 +20983,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20290,6 +21012,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20318,6 +21041,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20346,6 +21070,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20374,6 +21099,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20402,6 +21128,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20430,6 +21157,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20458,6 +21186,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20486,6 +21215,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20514,6 +21244,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20542,6 +21273,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20570,6 +21302,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20598,6 +21331,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20626,6 +21360,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20654,6 +21389,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20682,6 +21418,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20710,6 +21447,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20738,6 +21476,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20766,6 +21505,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20794,6 +21534,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20822,6 +21563,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20850,6 +21592,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20878,6 +21621,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20906,6 +21650,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20934,6 +21679,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20962,6 +21708,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20990,6 +21737,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21018,6 +21766,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21046,6 +21795,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21074,6 +21824,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21102,6 +21853,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21130,6 +21882,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21158,6 +21911,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21186,6 +21940,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21214,6 +21969,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21242,6 +21998,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21270,6 +22027,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21298,6 +22056,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21326,6 +22085,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21354,6 +22114,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21382,6 +22143,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21410,6 +22172,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21438,6 +22201,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21466,6 +22230,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21494,6 +22259,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21522,6 +22288,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21550,6 +22317,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21578,6 +22346,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21606,6 +22375,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21634,6 +22404,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21662,6 +22433,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21690,6 +22462,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21718,6 +22491,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21746,6 +22520,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21802,6 +22578,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21830,6 +22607,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21858,6 +22636,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -21886,6 +22665,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21914,6 +22694,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21942,6 +22723,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21970,6 +22752,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21998,6 +22781,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22026,6 +22810,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22054,6 +22839,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22082,6 +22868,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22110,6 +22897,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22138,6 +22926,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22166,6 +22955,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22194,6 +22984,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22222,6 +23013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22250,6 +23042,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22278,6 +23071,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22306,6 +23100,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22334,6 +23129,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22362,6 +23158,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22390,6 +23187,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22418,6 +23216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22446,6 +23245,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22474,6 +23274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22502,6 +23303,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22530,6 +23332,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22558,6 +23361,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22586,6 +23390,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22614,6 +23419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22642,6 +23448,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22670,6 +23477,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22698,6 +23506,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22726,6 +23535,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22754,6 +23564,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22810,6 +23622,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22838,6 +23651,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22866,6 +23680,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22894,6 +23709,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22922,6 +23738,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22950,6 +23767,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22978,6 +23796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23006,6 +23825,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23034,6 +23854,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23062,6 +23883,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23090,6 +23912,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23118,6 +23941,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23146,6 +23970,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23174,6 +23999,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23202,6 +24028,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23230,6 +24057,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23258,6 +24086,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23286,6 +24115,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23314,6 +24144,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23342,6 +24173,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23370,6 +24202,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23398,6 +24231,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23426,6 +24260,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23454,6 +24289,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23482,6 +24318,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23510,6 +24347,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23538,6 +24376,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23566,6 +24405,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23594,6 +24434,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23622,6 +24463,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23650,6 +24492,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23678,6 +24521,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23706,6 +24550,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23734,6 +24579,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23762,6 +24608,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23790,6 +24637,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23818,6 +24666,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23846,6 +24695,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23874,6 +24724,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23902,6 +24753,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23930,6 +24782,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23958,6 +24811,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23986,6 +24840,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24014,6 +24869,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24042,6 +24898,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24070,6 +24927,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -24100,6 +24958,7 @@ "orig": "Prot\u00e9g\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24128,6 +24987,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24156,6 +25016,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24184,6 +25045,7 @@ "orig": "fois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24212,6 +25074,7 @@ "orig": "rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24240,6 +25103,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24268,6 +25132,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24296,6 +25161,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24324,6 +25190,7 @@ "orig": "D\u00e9tails", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24352,6 +25219,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24380,6 +25248,7 @@ "orig": "visites", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24408,6 +25277,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24436,6 +25306,7 @@ "orig": "re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -24464,6 +25335,7 @@ "orig": "Dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24492,6 +25364,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24520,6 +25393,7 @@ "orig": "tableau", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24548,6 +25422,7 @@ "orig": "ci-dessous,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24576,6 +25451,7 @@ "orig": "indiquez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24604,6 +25480,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24632,6 +25509,7 @@ "orig": "d\u00e9tails", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24660,6 +25538,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24688,6 +25567,7 @@ "orig": "chaque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24716,6 +25596,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24744,6 +25625,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24772,6 +25654,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24800,6 +25683,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24828,6 +25712,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24856,6 +25741,7 @@ "orig": "Indiquez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24884,6 +25770,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24912,6 +25799,7 @@ "orig": "dates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24940,6 +25828,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24968,6 +25857,7 @@ "orig": "chaque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24996,6 +25886,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25024,6 +25915,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25052,6 +25944,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25080,6 +25973,7 @@ "orig": "d\u00e9tails", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25108,6 +26002,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25136,6 +26031,7 @@ "orig": "chaque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25164,6 +26060,7 @@ "orig": "re\u00e7u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25192,6 +26089,7 @@ "orig": "faisant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25220,6 +26118,7 @@ "orig": "l'objet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25248,6 +26147,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25276,6 +26176,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25304,6 +26205,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25332,6 +26234,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25360,6 +26263,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25388,6 +26292,7 @@ "orig": "achats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25416,6 +26321,7 @@ "orig": "effectu\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25444,6 +26350,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25472,6 +26379,7 @@ "orig": "cours", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25500,6 +26408,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25528,6 +26437,7 @@ "orig": "cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25556,6 +26466,7 @@ "orig": "visite.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25584,6 +26495,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25612,6 +26524,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25640,6 +26553,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25668,6 +26582,7 @@ "orig": "besoin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25696,6 +26611,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25724,6 +26640,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25752,6 +26669,7 @@ "orig": "d'espace", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25780,6 +26698,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25808,6 +26727,7 @@ "orig": "indiquez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25836,6 +26756,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25864,6 +26785,7 @@ "orig": "d\u00e9tails", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25892,6 +26814,7 @@ "orig": "additionnels,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25920,6 +26843,7 @@ "orig": "ajoutez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25948,6 +26872,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25976,6 +26901,7 @@ "orig": "feuille", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26004,6 +26930,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26032,6 +26959,7 @@ "orig": "papier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26060,6 +26988,7 @@ "orig": "suppl\u00e9mentaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26088,6 +27017,7 @@ "orig": "avec", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26116,6 +27046,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26144,6 +27075,7 @@ "orig": "m\u00eames", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26172,6 +27104,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26200,6 +27133,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26228,6 +27162,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26256,6 +27191,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26284,6 +27220,7 @@ "orig": "C.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26312,6 +27249,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26340,6 +27278,7 @@ "orig": "d'arriv\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26368,6 +27307,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26396,6 +27336,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26424,6 +27365,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26452,6 +27394,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26480,6 +27423,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26508,6 +27452,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26536,6 +27481,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26564,6 +27510,7 @@ "orig": "ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26592,6 +27539,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26620,6 +27568,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26648,6 +27597,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26676,6 +27626,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26704,6 +27655,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26732,6 +27684,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26760,6 +27713,7 @@ "orig": "Date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26788,6 +27742,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26816,6 +27771,7 @@ "orig": "r\u00e9ception", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26844,6 +27800,7 @@ "orig": "Br\u00e8ve", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26872,6 +27829,7 @@ "orig": "description", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26900,6 +27858,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26928,6 +27887,7 @@ "orig": "achats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26956,6 +27916,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26984,6 +27945,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27012,6 +27974,7 @@ "orig": "achats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27040,6 +28003,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27068,6 +28032,7 @@ "orig": "v\u00e9hicules,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27096,6 +28061,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27124,6 +28090,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27152,6 +28119,7 @@ "orig": "num\u00e9ro", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27180,6 +28148,7 @@ "orig": "d'identification", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27208,6 +28177,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27236,6 +28206,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27264,6 +28235,7 @@ "orig": "(NIV)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27292,6 +28264,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27320,6 +28293,7 @@ "orig": "complet.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27348,6 +28322,7 @@ "orig": "TPS/TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27376,6 +28351,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27404,6 +28380,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27432,6 +28409,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27460,6 +28438,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27488,6 +28467,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27516,6 +28496,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27544,6 +28525,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27572,6 +28554,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27600,6 +28583,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27628,6 +28612,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27656,6 +28641,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27684,6 +28670,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27712,6 +28699,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27740,6 +28728,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27768,6 +28757,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27796,6 +28786,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27824,6 +28815,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27852,6 +28844,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27880,6 +28873,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27908,6 +28902,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27936,6 +28931,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27964,6 +28960,7 @@ "orig": "12", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27992,6 +28989,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28020,6 +29018,7 @@ "orig": "13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28048,6 +29047,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28076,6 +29076,7 @@ "orig": "14", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28104,6 +29105,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28132,6 +29134,7 @@ "orig": "15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28160,6 +29163,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28188,6 +29192,7 @@ "orig": "16", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28216,6 +29221,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28244,6 +29250,7 @@ "orig": "17", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28272,6 +29279,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28300,6 +29308,7 @@ "orig": "18", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28328,6 +29337,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28356,6 +29366,7 @@ "orig": "19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28384,6 +29395,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28412,6 +29424,7 @@ "orig": "20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28440,6 +29453,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28468,6 +29482,7 @@ "orig": "Total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -28496,6 +29511,7 @@ "orig": "(Inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28524,6 +29540,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28552,6 +29569,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28580,6 +29598,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28608,6 +29627,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28636,6 +29656,7 @@ "orig": "colonne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28664,6 +29685,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28692,6 +29714,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28720,6 +29743,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28748,6 +29772,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28776,6 +29801,7 @@ "orig": "D.)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28804,6 +29830,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28832,6 +29859,7 @@ "orig": "GST495", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28860,6 +29888,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28888,6 +29917,7 @@ "orig": "(24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28916,6 +29946,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28944,6 +29975,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28972,6 +30004,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29000,6 +30033,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29028,6 +30062,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -29058,6 +30093,7 @@ "orig": "Prot\u00e9g\u00e9 B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29086,6 +30122,7 @@ "orig": " une fois rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29114,6 +30151,7 @@ "orig": "Partie C - D\u00e9tails des visites et re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29142,6 +30180,7 @@ "orig": "Dans le tableau ci-dessous, indiquez les d\u00e9tails de chaque visite dans une province participante. Indiquez les dates de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29170,6 +30209,7 @@ "orig": "chaque visite et les d\u00e9tails de chaque re\u00e7u faisant l'objet de la demande pour les achats effectu\u00e9s au cours de cette visite. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29198,6 +30238,7 @@ "orig": "Si vous avez besoin de plus d'espace pour indiquez des d\u00e9tails additionnels, ajoutez une feuille de papier suppl\u00e9mentaire ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29226,6 +30267,7 @@ "orig": "avec les m\u00eames renseignements que la partie C.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29254,6 +30296,7 @@ "orig": "Date d'arriv\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29282,6 +30325,7 @@ "orig": "Date de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29310,6 +30354,7 @@ "orig": "d\u00e9part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29338,6 +30383,7 @@ "orig": "Date o\u00f9 les produits ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29366,6 +30412,7 @@ "orig": "ont \u00e9t\u00e9 transf\u00e9r\u00e9s de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29394,6 +30441,7 @@ "orig": "la province ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29422,6 +30470,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29450,6 +30499,7 @@ "orig": "Date de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29478,6 +30528,7 @@ "orig": "r\u00e9ception", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29506,6 +30557,7 @@ "orig": "Br\u00e8ve description des achats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29534,6 +30586,7 @@ "orig": "Pour les achats de v\u00e9hicules, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29562,6 +30615,7 @@ "orig": "inscrivez le num\u00e9ro d'identification ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29590,6 +30644,7 @@ "orig": "du v\u00e9hicule (NIV) au complet.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29618,6 +30673,7 @@ "orig": "TPS/TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29646,6 +30702,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29674,6 +30731,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29702,6 +30760,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29730,6 +30789,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29758,6 +30818,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29786,6 +30847,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29814,6 +30876,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29842,6 +30905,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29870,6 +30934,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29898,6 +30963,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29926,6 +30992,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29954,6 +31021,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29982,6 +31050,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30010,6 +31079,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30038,6 +31108,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30066,6 +31137,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30094,6 +31166,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30122,6 +31195,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30150,6 +31224,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30178,6 +31253,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30206,6 +31282,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30234,6 +31311,7 @@ "orig": "12", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30262,6 +31340,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30290,6 +31369,7 @@ "orig": "13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30318,6 +31398,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30346,6 +31427,7 @@ "orig": "14", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30374,6 +31456,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30402,6 +31485,7 @@ "orig": "15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30430,6 +31514,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30458,6 +31543,7 @@ "orig": "16", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30486,6 +31572,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30514,6 +31601,7 @@ "orig": "17", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30542,6 +31630,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30570,6 +31659,7 @@ "orig": "18", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30598,6 +31688,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30626,6 +31717,7 @@ "orig": "19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30654,6 +31746,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30682,6 +31775,7 @@ "orig": "20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30710,6 +31804,7 @@ "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30738,6 +31833,7 @@ "orig": "Total ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30766,6 +31862,7 @@ "orig": "(Inscrivez ce montant \u00e0 la colonne 1 de la partie D.)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30794,6 +31891,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30822,6 +31920,7 @@ "orig": "GST495 F (24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30850,6 +31949,7 @@ "orig": "Page 3 de 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30878,12 +31978,16 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", "font_name": "Form-font" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/form_fields.pdf.page_no_4.py.json b/tests/data/groundtruth/form_fields.pdf.page_no_4.py.json index 7d3c2b44..bd54938d 100644 --- a/tests/data/groundtruth/form_fields.pdf.page_no_4.py.json +++ b/tests/data/groundtruth/form_fields.pdf.page_no_4.py.json @@ -74,6 +74,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102,6 +103,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -158,6 +161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -186,6 +190,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -214,6 +219,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -242,6 +248,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -270,6 +277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -298,6 +306,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -326,6 +335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -746,6 +770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -802,6 +828,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -830,6 +857,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -858,6 +886,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -886,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -914,6 +944,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -942,6 +973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -970,6 +1002,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -998,6 +1031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1026,6 +1060,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1054,6 +1089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1082,6 +1118,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1110,6 +1147,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1138,6 +1176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1166,6 +1205,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1194,6 +1234,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1222,6 +1263,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1250,6 +1292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1278,6 +1321,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1306,6 +1350,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1334,6 +1379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1362,6 +1408,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1390,6 +1437,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1418,6 +1466,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1446,6 +1495,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1474,6 +1524,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1502,6 +1553,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1530,6 +1582,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1558,6 +1611,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1586,6 +1640,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1614,6 +1669,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1642,6 +1698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1670,6 +1727,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1698,6 +1756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1726,6 +1785,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1754,6 +1814,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1782,6 +1843,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1810,6 +1872,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1838,6 +1901,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1866,6 +1930,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1894,6 +1959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1922,6 +1988,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1950,6 +2017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1978,6 +2046,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2006,6 +2075,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2034,6 +2104,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2062,6 +2133,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2090,6 +2162,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2118,6 +2191,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2146,6 +2220,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2174,6 +2249,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2202,6 +2278,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2230,6 +2307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2258,6 +2336,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2286,6 +2365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2314,6 +2394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2342,6 +2423,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2370,6 +2452,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2398,6 +2481,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2426,6 +2510,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2454,6 +2539,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2482,6 +2568,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2510,6 +2597,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2538,6 +2626,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2566,6 +2655,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2622,6 +2713,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2650,6 +2742,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2678,6 +2771,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2706,6 +2800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2734,6 +2829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2762,6 +2858,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2790,6 +2887,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2818,6 +2916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2846,6 +2945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2874,6 +2974,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2902,6 +3003,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2930,6 +3032,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2958,6 +3061,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -2986,6 +3090,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3014,6 +3119,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3042,6 +3148,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3070,6 +3177,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3098,6 +3206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3126,6 +3235,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3154,6 +3264,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3182,6 +3293,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3238,6 +3351,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3266,6 +3380,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3294,6 +3409,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3322,6 +3438,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3350,6 +3467,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3378,6 +3496,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3406,6 +3525,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3434,6 +3554,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3462,6 +3583,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3490,6 +3612,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3518,6 +3641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3546,6 +3670,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3574,6 +3699,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -3602,6 +3728,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3630,6 +3757,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3658,6 +3786,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3686,6 +3815,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3714,6 +3844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3742,6 +3873,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3798,6 +3931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3826,6 +3960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3854,6 +3989,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3910,6 +4047,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3938,6 +4076,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3966,6 +4105,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3994,6 +4134,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4022,6 +4163,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4050,6 +4192,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4106,6 +4250,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4134,6 +4279,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4162,6 +4308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4190,6 +4337,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4218,6 +4366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4246,6 +4395,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4274,6 +4424,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4302,6 +4453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4330,6 +4482,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4358,6 +4511,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4386,6 +4540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4414,6 +4569,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4442,6 +4598,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4470,6 +4627,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4498,6 +4656,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4526,6 +4685,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4554,6 +4714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4582,6 +4743,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4610,6 +4772,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4638,6 +4801,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4666,6 +4830,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4694,6 +4859,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4722,6 +4888,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4750,6 +4917,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4778,6 +4946,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4806,6 +4975,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4834,6 +5004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4862,6 +5033,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4890,6 +5062,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4918,6 +5091,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4946,6 +5120,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4974,6 +5149,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5002,6 +5178,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5030,6 +5207,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5058,6 +5236,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5086,6 +5265,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5114,6 +5294,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5170,6 +5352,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5198,6 +5381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5226,6 +5410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5254,6 +5439,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5282,6 +5468,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5310,6 +5497,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5338,6 +5526,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5366,6 +5555,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5418,10 +5609,11 @@ "r_y3": 691.803, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -5450,6 +5642,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5478,6 +5671,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5506,6 +5700,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5534,6 +5729,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5562,6 +5758,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5590,6 +5787,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5618,6 +5816,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5646,6 +5845,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5730,6 +5932,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5758,6 +5961,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5786,6 +5990,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5814,6 +6019,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5842,6 +6048,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5870,6 +6077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5898,6 +6106,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5926,6 +6135,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5954,6 +6164,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5982,6 +6193,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6010,6 +6222,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6038,6 +6251,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6066,6 +6280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6094,6 +6309,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6122,6 +6338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6150,6 +6367,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6178,6 +6396,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6234,6 +6454,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6262,6 +6483,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6290,6 +6512,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6318,6 +6541,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6346,6 +6570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6374,6 +6599,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6402,6 +6628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6430,6 +6657,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6458,6 +6686,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6486,6 +6715,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6542,6 +6773,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6570,6 +6802,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6598,6 +6831,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6626,6 +6860,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6654,6 +6889,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6682,6 +6918,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6710,6 +6947,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6738,6 +6976,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6766,6 +7005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6794,6 +7034,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6822,6 +7063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6850,6 +7092,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6878,6 +7121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6906,6 +7150,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6962,6 +7208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6990,6 +7237,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7018,6 +7266,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7046,6 +7295,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7074,6 +7324,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7102,6 +7353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7130,6 +7382,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7158,6 +7411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7214,6 +7469,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7242,6 +7498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7270,6 +7527,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7298,6 +7556,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7326,6 +7585,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7354,6 +7614,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7382,6 +7643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7410,6 +7672,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7438,6 +7701,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7462,10 +7726,11 @@ "r_y3": 658.805, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -7494,6 +7759,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7522,6 +7788,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7550,6 +7817,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7578,6 +7846,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7606,6 +7875,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7634,6 +7904,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7662,6 +7933,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7690,6 +7962,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7718,6 +7991,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7746,6 +8020,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7774,6 +8049,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7802,6 +8078,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7830,6 +8107,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7858,6 +8136,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7886,6 +8165,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7914,6 +8194,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7942,6 +8223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7970,6 +8252,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -7998,6 +8281,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8026,6 +8310,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8054,6 +8339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8082,6 +8368,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8110,6 +8397,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8138,6 +8426,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8166,6 +8455,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8194,6 +8484,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8222,6 +8513,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8278,6 +8571,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8306,6 +8600,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8334,6 +8629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8362,6 +8658,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8390,6 +8687,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8418,6 +8716,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8446,6 +8745,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8474,6 +8774,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8502,6 +8803,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8530,6 +8832,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8558,6 +8861,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8586,6 +8890,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8614,6 +8919,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8642,6 +8948,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8670,6 +8977,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8698,6 +9006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8726,6 +9035,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8754,6 +9064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8782,6 +9093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8810,6 +9122,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8838,6 +9151,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8866,6 +9180,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8894,6 +9209,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8922,6 +9238,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8950,6 +9267,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -8978,6 +9296,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9006,6 +9325,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9034,6 +9354,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9062,6 +9383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9090,6 +9412,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9118,6 +9441,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9146,6 +9470,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9174,6 +9499,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9202,6 +9528,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9230,6 +9557,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9258,6 +9586,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9286,6 +9615,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9314,6 +9644,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9342,6 +9673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9370,6 +9702,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9398,6 +9731,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9426,6 +9760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9454,6 +9789,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9482,6 +9818,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9510,6 +9847,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9538,6 +9876,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9566,6 +9905,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9594,6 +9934,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9622,6 +9963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9678,6 +10021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9706,6 +10050,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9734,6 +10079,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9762,6 +10108,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9790,6 +10137,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9818,6 +10166,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9846,6 +10195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9874,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9902,6 +10253,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9930,6 +10282,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9958,6 +10311,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -9986,6 +10340,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10014,6 +10369,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10042,6 +10398,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10070,6 +10427,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10098,6 +10456,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10126,6 +10485,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10154,6 +10514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10182,6 +10543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10210,6 +10572,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10238,6 +10601,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10266,6 +10630,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10294,6 +10659,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10322,6 +10688,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10350,6 +10717,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10378,6 +10746,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10406,6 +10775,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10434,6 +10804,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10462,6 +10833,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10490,6 +10862,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10518,6 +10891,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -10546,6 +10920,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10574,6 +10949,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10602,6 +10978,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10630,6 +11007,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10686,6 +11065,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10714,6 +11094,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10742,6 +11123,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10770,6 +11152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10798,6 +11181,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10826,6 +11210,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10854,6 +11239,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10882,6 +11268,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10910,6 +11297,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10938,6 +11326,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10966,6 +11355,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10994,6 +11384,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11050,6 +11442,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11078,6 +11471,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11106,6 +11500,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11134,6 +11529,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11162,6 +11558,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11190,6 +11587,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11218,6 +11616,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11246,6 +11645,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11274,6 +11674,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11302,6 +11703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11330,6 +11732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11358,6 +11761,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11386,6 +11790,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11414,6 +11819,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11442,6 +11848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11470,6 +11877,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11526,6 +11935,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11554,6 +11964,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11582,6 +11993,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11610,6 +12022,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11638,6 +12051,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11666,6 +12080,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11694,6 +12109,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11722,6 +12138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11750,6 +12167,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11778,6 +12196,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11806,6 +12225,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11834,6 +12254,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11862,6 +12283,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11890,6 +12312,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11946,6 +12370,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11974,6 +12399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12002,6 +12428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12030,6 +12457,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12058,6 +12486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12086,6 +12515,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12114,6 +12544,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12142,6 +12573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12170,6 +12602,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12198,6 +12631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12226,6 +12660,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12254,6 +12689,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12282,6 +12718,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12310,6 +12747,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12338,6 +12776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12366,6 +12805,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12394,6 +12834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12422,6 +12863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12450,6 +12892,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12478,6 +12921,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12506,6 +12950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12534,6 +12979,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12562,6 +13008,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12590,6 +13037,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12646,6 +13095,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12674,6 +13124,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12702,6 +13153,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12730,6 +13182,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12758,6 +13211,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12786,6 +13240,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12814,6 +13269,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12842,6 +13298,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12870,6 +13327,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12898,6 +13356,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12926,6 +13385,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12954,6 +13414,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12982,6 +13443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13010,6 +13472,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13038,6 +13501,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13066,6 +13530,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13094,6 +13559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13122,6 +13588,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13150,6 +13617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13178,6 +13646,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13206,6 +13675,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13234,6 +13704,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13262,6 +13733,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13290,6 +13762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13318,6 +13791,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13346,6 +13820,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13374,6 +13849,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13402,6 +13878,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13430,6 +13907,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13458,6 +13936,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13486,6 +13965,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13514,6 +13994,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13542,6 +14023,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13570,6 +14052,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13598,6 +14081,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13626,6 +14110,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13682,6 +14168,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13710,6 +14197,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13738,6 +14226,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13766,6 +14255,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13794,6 +14284,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13822,6 +14313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13850,6 +14342,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13878,6 +14371,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13906,6 +14400,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13934,6 +14429,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13962,6 +14458,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13990,6 +14487,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14018,6 +14516,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14046,6 +14545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14074,6 +14574,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14102,6 +14603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14130,6 +14632,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14158,6 +14661,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14186,6 +14690,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14214,6 +14719,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14242,6 +14748,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14270,6 +14777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14298,6 +14806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14326,6 +14835,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14354,6 +14864,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14382,6 +14893,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14410,6 +14922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14438,6 +14951,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14466,6 +14980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14494,6 +15009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14522,6 +15038,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14550,6 +15067,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14578,6 +15096,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14606,6 +15125,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14634,6 +15154,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14662,6 +15183,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14686,10 +15208,11 @@ "r_y3": 586.802, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -14718,6 +15241,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14746,6 +15270,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14774,6 +15299,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14802,6 +15328,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14830,6 +15357,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14858,6 +15386,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14886,6 +15415,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -14914,6 +15444,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14942,6 +15473,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14970,6 +15502,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14998,6 +15531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15026,6 +15560,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15054,6 +15589,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15082,6 +15618,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15110,6 +15647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15138,6 +15676,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15166,6 +15705,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15194,6 +15734,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15222,6 +15763,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15250,6 +15792,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15278,6 +15821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15306,6 +15850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15334,6 +15879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15362,6 +15908,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15390,6 +15937,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15418,6 +15966,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15446,6 +15995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15474,6 +16024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15502,6 +16053,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15530,6 +16082,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15558,6 +16111,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15586,6 +16140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15614,6 +16169,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15642,6 +16198,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15670,6 +16227,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -15698,6 +16256,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15726,6 +16285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15754,6 +16314,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15782,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15810,6 +16372,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15838,6 +16401,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15866,6 +16430,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15894,6 +16459,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15922,6 +16488,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15950,6 +16517,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15978,6 +16546,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16006,6 +16575,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16034,6 +16604,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16062,6 +16633,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16090,6 +16662,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16118,6 +16691,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16146,6 +16720,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16174,6 +16749,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16202,6 +16778,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16230,6 +16807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16258,6 +16836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16286,6 +16865,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16314,6 +16894,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16342,6 +16923,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16370,6 +16952,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16398,6 +16981,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16426,6 +17010,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16454,6 +17039,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16482,6 +17068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16510,6 +17097,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16538,6 +17126,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16566,6 +17155,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16594,6 +17184,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16622,6 +17213,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16650,6 +17242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16678,6 +17271,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16706,6 +17300,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16734,6 +17329,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16762,6 +17358,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16790,6 +17387,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16818,6 +17416,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16846,6 +17445,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16874,6 +17474,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16902,6 +17503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16958,6 +17561,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16986,6 +17590,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17014,6 +17619,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17042,6 +17648,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17070,6 +17677,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17098,6 +17706,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17126,6 +17735,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17154,6 +17764,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17182,6 +17793,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17210,6 +17822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17238,6 +17851,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17266,6 +17880,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17294,6 +17909,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17322,6 +17938,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17350,6 +17967,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17378,6 +17996,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17406,6 +18025,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17434,6 +18054,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17462,6 +18083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17490,6 +18112,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17518,6 +18141,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17546,6 +18170,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17574,6 +18199,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17602,6 +18228,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17630,6 +18257,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17658,6 +18286,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17686,6 +18315,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17714,6 +18344,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17742,6 +18373,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17770,6 +18402,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17826,6 +18460,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17854,6 +18489,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17882,6 +18518,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17910,6 +18547,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17938,6 +18576,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17966,6 +18605,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17994,6 +18634,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18022,6 +18663,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18050,6 +18692,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18078,6 +18721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18106,6 +18750,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18134,6 +18779,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18162,6 +18808,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18190,6 +18837,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18218,6 +18866,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18246,6 +18895,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18274,6 +18924,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18302,6 +18953,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18330,6 +18982,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18358,6 +19011,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18386,6 +19040,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18414,6 +19069,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18442,6 +19098,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18470,6 +19127,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18498,6 +19156,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18526,6 +19185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18554,6 +19214,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18582,6 +19243,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18610,6 +19272,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18638,6 +19301,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18666,6 +19330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18694,6 +19359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18722,6 +19388,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18750,6 +19417,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18778,6 +19446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18806,6 +19475,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18834,6 +19504,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18862,6 +19533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18890,6 +19562,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18918,6 +19591,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18946,6 +19620,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -18974,6 +19649,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19002,6 +19678,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19030,6 +19707,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19058,6 +19736,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19086,6 +19765,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19114,6 +19794,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19142,6 +19823,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19170,6 +19852,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19198,6 +19881,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19226,6 +19910,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -19254,6 +19939,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19282,6 +19968,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19310,6 +19997,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19338,6 +20026,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19366,6 +20055,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19394,6 +20084,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19422,6 +20113,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19450,6 +20142,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19478,6 +20171,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19506,6 +20200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19534,6 +20229,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19562,6 +20258,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19590,6 +20287,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19618,6 +20316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19646,6 +20345,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19674,6 +20374,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19702,6 +20403,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19758,6 +20461,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19786,6 +20490,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19814,6 +20519,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19842,6 +20548,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19870,6 +20577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19898,6 +20606,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19926,6 +20635,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19954,6 +20664,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19982,6 +20693,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20010,6 +20722,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20038,6 +20751,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20066,6 +20780,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20094,6 +20809,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20122,6 +20838,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20150,6 +20867,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20178,6 +20896,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20206,6 +20925,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20234,6 +20954,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20262,6 +20983,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20290,6 +21012,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20318,6 +21041,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20346,6 +21070,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20374,6 +21099,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20402,6 +21128,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20430,6 +21157,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20458,6 +21186,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20486,6 +21215,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20514,6 +21244,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20542,6 +21273,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20570,6 +21302,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20598,6 +21331,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20626,6 +21360,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20682,6 +21418,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20710,6 +21447,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20738,6 +21476,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20766,6 +21505,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20794,6 +21534,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20822,6 +21563,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20850,6 +21592,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20878,6 +21621,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20906,6 +21650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20934,6 +21679,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20962,6 +21708,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20990,6 +21737,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21018,6 +21766,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21046,6 +21795,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21074,6 +21824,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21102,6 +21853,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21130,6 +21882,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21158,6 +21911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21186,6 +21940,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21214,6 +21969,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21242,6 +21998,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21270,6 +22027,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21298,6 +22056,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21326,6 +22085,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21354,6 +22114,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21382,6 +22143,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21410,6 +22172,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21438,6 +22201,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21466,6 +22230,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21494,6 +22259,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21522,6 +22288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21550,6 +22317,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21578,6 +22346,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21606,6 +22375,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21634,6 +22404,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21662,6 +22433,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21690,6 +22462,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21718,6 +22491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21746,6 +22520,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21774,6 +22549,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21802,6 +22578,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21830,6 +22607,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21858,6 +22636,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21886,6 +22665,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21914,6 +22694,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21942,6 +22723,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21970,6 +22752,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21998,6 +22781,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22026,6 +22810,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22054,6 +22839,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22082,6 +22868,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22110,6 +22897,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22138,6 +22926,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22166,6 +22955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22194,6 +22984,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22222,6 +23013,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22250,6 +23042,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22278,6 +23071,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22306,6 +23100,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22334,6 +23129,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22362,6 +23158,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22390,6 +23187,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22418,6 +23216,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22446,6 +23245,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22474,6 +23274,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22502,6 +23303,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22530,6 +23332,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22558,6 +23361,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22586,6 +23390,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22614,6 +23419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22642,6 +23448,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22670,6 +23477,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22698,6 +23506,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22726,6 +23535,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22754,6 +23564,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22782,6 +23593,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22810,6 +23622,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22838,6 +23651,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22866,6 +23680,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22894,6 +23709,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22922,6 +23738,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22950,6 +23767,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22978,6 +23796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23006,6 +23825,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23034,6 +23854,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23062,6 +23883,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23090,6 +23912,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23118,6 +23941,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23146,6 +23970,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23174,6 +23999,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23202,6 +24028,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23230,6 +24057,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23258,6 +24086,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23286,6 +24115,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23314,6 +24144,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23342,6 +24173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23370,6 +24202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23398,6 +24231,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23426,6 +24260,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23454,6 +24289,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23482,6 +24318,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23510,6 +24347,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23538,6 +24376,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23566,6 +24405,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23594,6 +24434,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23622,6 +24463,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23650,6 +24492,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23678,6 +24521,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23706,6 +24550,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23734,6 +24579,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23762,6 +24608,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23790,6 +24637,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23818,6 +24666,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23846,6 +24695,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23874,6 +24724,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23902,6 +24753,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23930,6 +24782,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23958,6 +24811,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23986,6 +24840,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24014,6 +24869,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24042,6 +24898,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24070,6 +24927,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24098,6 +24956,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24126,6 +24985,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24154,6 +25014,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24182,6 +25043,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24210,6 +25072,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24238,6 +25101,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24294,6 +25159,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24322,6 +25188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24350,6 +25217,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24378,6 +25246,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24406,6 +25275,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24434,6 +25304,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24462,6 +25333,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24490,6 +25362,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24518,6 +25391,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24546,6 +25420,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24574,6 +25449,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24602,6 +25478,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24630,6 +25507,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24658,6 +25536,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24686,6 +25565,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24714,6 +25594,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24742,6 +25623,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24770,6 +25652,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24798,6 +25681,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24826,6 +25710,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24854,6 +25739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24882,6 +25768,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24910,6 +25797,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24966,6 +25855,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24994,6 +25884,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25022,6 +25913,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25050,6 +25942,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25078,6 +25971,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25106,6 +26000,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25134,6 +26029,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25162,6 +26058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25190,6 +26087,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25218,6 +26116,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25246,6 +26145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25274,6 +26174,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25302,6 +26203,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25330,6 +26232,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25358,6 +26261,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25386,6 +26290,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25414,6 +26319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25442,6 +26348,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25470,6 +26377,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25498,6 +26406,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25526,6 +26435,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25554,6 +26464,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25582,6 +26493,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25610,6 +26522,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25638,6 +26551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25666,6 +26580,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25694,6 +26609,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25722,6 +26638,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25750,6 +26667,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25778,6 +26696,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25806,6 +26725,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25862,6 +26783,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25890,6 +26812,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25918,6 +26841,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25946,6 +26870,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25974,6 +26899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26002,6 +26928,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26030,6 +26957,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26058,6 +26986,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26086,6 +27015,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26114,6 +27044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26142,6 +27073,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26170,6 +27102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26198,6 +27131,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26226,6 +27160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26254,6 +27189,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26282,6 +27218,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26310,6 +27247,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26338,6 +27276,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26366,6 +27305,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26394,6 +27334,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26422,6 +27363,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26450,6 +27392,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26478,6 +27421,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26506,6 +27450,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26534,6 +27479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26562,6 +27508,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26590,6 +27537,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26618,6 +27566,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26646,6 +27595,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26674,6 +27624,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26702,6 +27653,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26730,6 +27682,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26758,6 +27711,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26786,6 +27740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26842,6 +27798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26870,6 +27827,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26898,6 +27856,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26926,6 +27885,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26954,6 +27914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26982,6 +27943,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27010,6 +27972,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27038,6 +28001,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27066,6 +28030,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27094,6 +28059,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27122,6 +28088,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27150,6 +28117,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27178,6 +28146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27206,6 +28175,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27234,6 +28204,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27262,6 +28233,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27290,6 +28262,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27318,6 +28291,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27346,6 +28320,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27374,6 +28349,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27402,6 +28378,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27430,6 +28407,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27458,6 +28436,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27486,6 +28465,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27514,6 +28494,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27542,6 +28523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27570,6 +28552,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27598,6 +28581,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27626,6 +28610,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27654,6 +28639,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27682,6 +28668,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27710,6 +28697,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27738,6 +28726,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27766,6 +28755,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27794,6 +28784,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27822,6 +28813,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27850,6 +28842,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27878,6 +28871,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27906,6 +28900,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27934,6 +28929,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27962,6 +28958,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27990,6 +28987,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28018,6 +29016,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28046,6 +29045,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28074,6 +29074,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28102,6 +29103,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28130,6 +29132,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28158,6 +29161,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28186,6 +29190,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28214,6 +29219,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28242,6 +29248,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28270,6 +29277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28298,6 +29306,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28326,6 +29335,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28354,6 +29364,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28382,6 +29393,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28410,6 +29422,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28438,6 +29451,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28466,6 +29480,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28494,6 +29509,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28522,6 +29538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28550,6 +29567,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28578,6 +29596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28606,6 +29625,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28634,6 +29654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28662,6 +29683,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28690,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28718,6 +29741,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28746,6 +29770,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28774,6 +29799,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28802,6 +29828,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28858,6 +29886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28886,6 +29915,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28914,6 +29944,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28942,6 +29973,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28970,6 +30002,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28998,6 +30031,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29026,6 +30060,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29054,6 +30089,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29082,6 +30118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29110,6 +30147,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29138,6 +30176,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29166,6 +30205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29194,6 +30234,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29222,6 +30263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29250,6 +30292,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29278,6 +30321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29306,6 +30350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29334,6 +30379,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29362,6 +30408,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29390,6 +30437,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29418,6 +30466,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29446,6 +30495,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29474,6 +30524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29502,6 +30553,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29530,6 +30582,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29558,6 +30611,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29586,6 +30640,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29614,6 +30669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29642,6 +30698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29670,6 +30727,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29698,6 +30756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29726,6 +30785,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29754,6 +30814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29782,6 +30843,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29810,6 +30872,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29838,6 +30901,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29866,6 +30930,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29894,6 +30959,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29922,6 +30988,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29950,6 +31017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29978,6 +31046,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30006,6 +31075,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30034,6 +31104,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30062,6 +31133,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30090,6 +31162,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30118,6 +31191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30146,6 +31220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30174,6 +31249,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30202,6 +31278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30230,6 +31307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30258,6 +31336,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30286,6 +31365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30314,6 +31394,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30342,6 +31423,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30370,6 +31452,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30398,6 +31481,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30426,6 +31510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30454,6 +31539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30482,6 +31568,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30510,6 +31597,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30538,6 +31626,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30566,6 +31655,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30594,6 +31684,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30622,6 +31713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30650,6 +31742,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30678,6 +31771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30706,6 +31800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30734,6 +31829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30762,6 +31858,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30790,6 +31887,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30818,6 +31916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30846,6 +31945,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30874,6 +31974,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30902,6 +32003,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30930,6 +32032,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30958,6 +32061,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30986,6 +32090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31014,6 +32119,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31042,6 +32148,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31070,6 +32177,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31098,6 +32206,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31126,6 +32235,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31154,6 +32264,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31182,6 +32293,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31210,6 +32322,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31238,6 +32351,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31266,6 +32380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31294,6 +32409,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31322,6 +32438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31350,6 +32467,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31378,6 +32496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31406,6 +32525,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31434,6 +32554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31462,6 +32583,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31490,6 +32612,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31518,6 +32641,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31546,6 +32670,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31574,6 +32699,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31602,6 +32728,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31630,6 +32757,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31658,6 +32786,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31686,6 +32815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31714,6 +32844,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31742,6 +32873,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31770,6 +32902,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31798,6 +32931,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31826,6 +32960,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31854,6 +32989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31882,6 +33018,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31910,6 +33047,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31938,6 +33076,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31966,6 +33105,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31994,6 +33134,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32022,6 +33163,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32050,6 +33192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32078,6 +33221,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32106,6 +33250,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32134,6 +33279,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32162,6 +33308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32190,6 +33337,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32218,6 +33366,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32246,6 +33395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32274,6 +33424,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32302,6 +33453,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32330,6 +33482,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32358,6 +33511,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32386,6 +33540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32414,6 +33569,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32442,6 +33598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32470,6 +33627,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32498,6 +33656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32526,6 +33685,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32554,6 +33714,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32582,6 +33743,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32610,6 +33772,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32638,6 +33801,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32666,6 +33830,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32694,6 +33859,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32722,6 +33888,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32750,6 +33917,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32778,6 +33946,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32806,6 +33975,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32834,6 +34004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32862,6 +34033,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32890,6 +34062,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32918,6 +34091,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32946,6 +34120,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32974,6 +34149,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33002,6 +34178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33030,6 +34207,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33058,6 +34236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33086,6 +34265,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33114,6 +34294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33142,6 +34323,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33170,6 +34352,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33198,6 +34381,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33226,6 +34410,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33254,6 +34439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33282,6 +34468,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33310,6 +34497,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33338,6 +34526,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33366,6 +34555,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33394,6 +34584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33422,6 +34613,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33450,6 +34642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33478,6 +34671,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33506,6 +34700,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33534,6 +34729,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33562,6 +34758,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33590,6 +34787,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33618,6 +34816,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33646,6 +34845,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33674,6 +34874,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33702,6 +34903,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33730,6 +34932,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33758,6 +34961,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33786,6 +34990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33814,6 +35019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33842,6 +35048,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33870,6 +35077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33898,6 +35106,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33926,6 +35135,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33954,6 +35164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33982,6 +35193,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34010,6 +35222,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34038,6 +35251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34066,6 +35280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34094,6 +35309,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34122,6 +35338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34150,6 +35367,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34178,6 +35396,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34206,6 +35425,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34234,6 +35454,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34262,6 +35483,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34290,6 +35512,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34318,6 +35541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34346,6 +35570,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34374,6 +35599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34402,6 +35628,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34430,6 +35657,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34458,6 +35686,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34486,6 +35715,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34514,6 +35744,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34542,6 +35773,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34570,6 +35802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34598,6 +35831,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34626,6 +35860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34654,6 +35889,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34682,6 +35918,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34710,6 +35947,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34738,6 +35976,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34766,6 +36005,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34794,6 +36034,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34822,6 +36063,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34850,6 +36092,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34878,6 +36121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34906,6 +36150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34934,6 +36179,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34962,6 +36208,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34990,6 +36237,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35018,6 +36266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35046,6 +36295,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35074,6 +36324,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35102,6 +36353,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35130,6 +36382,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35158,6 +36411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35186,6 +36440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35214,6 +36469,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35242,6 +36498,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35270,6 +36527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35298,6 +36556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35326,6 +36585,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35354,6 +36614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35382,6 +36643,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35410,6 +36672,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35438,6 +36701,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35466,6 +36730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35494,6 +36759,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35522,6 +36788,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35550,6 +36817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35578,6 +36846,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35606,6 +36875,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35634,6 +36904,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35662,6 +36933,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35690,6 +36962,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35718,6 +36991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35746,6 +37020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35774,6 +37049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35802,6 +37078,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35830,6 +37107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35858,6 +37136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35886,6 +37165,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35914,6 +37194,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35942,6 +37223,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35970,6 +37252,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35998,6 +37281,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36026,6 +37310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36054,6 +37339,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36082,6 +37368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36110,6 +37397,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36138,6 +37426,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36166,6 +37455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36194,6 +37484,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36222,6 +37513,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36250,6 +37542,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36278,6 +37571,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36306,6 +37600,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36334,6 +37629,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36362,6 +37658,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36390,6 +37687,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36418,6 +37716,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36446,6 +37745,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36474,6 +37774,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36502,6 +37803,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36530,6 +37832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36558,6 +37861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36586,6 +37890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36614,6 +37919,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36642,6 +37948,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36670,6 +37977,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36698,6 +38006,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36726,6 +38035,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36754,6 +38064,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36782,6 +38093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36810,6 +38122,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36838,6 +38151,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36866,6 +38180,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36894,6 +38209,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36922,6 +38238,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36950,6 +38267,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36978,6 +38296,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37006,6 +38325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37034,6 +38354,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37062,6 +38383,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37090,6 +38412,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37118,6 +38441,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37146,6 +38470,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37174,6 +38499,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37202,6 +38528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37230,6 +38557,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37258,6 +38586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37286,6 +38615,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37314,6 +38644,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37342,6 +38673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37370,6 +38702,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37398,6 +38731,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37426,6 +38760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37454,6 +38789,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37482,6 +38818,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37510,6 +38847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37538,6 +38876,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37566,6 +38905,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37594,6 +38934,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37622,6 +38963,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37650,6 +38992,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37678,6 +39021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37706,6 +39050,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37734,6 +39079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37762,6 +39108,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37790,6 +39137,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37818,6 +39166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37846,6 +39195,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37874,6 +39224,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37902,6 +39253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37930,6 +39282,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37958,6 +39311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37986,6 +39340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38014,6 +39369,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38042,6 +39398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38070,6 +39427,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38098,6 +39456,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38126,6 +39485,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38154,6 +39514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38182,6 +39543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38210,6 +39572,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38238,6 +39601,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38266,6 +39630,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38294,6 +39659,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38322,6 +39688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38350,6 +39717,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38378,6 +39746,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38406,6 +39775,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38434,6 +39804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38462,6 +39833,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38490,6 +39862,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38518,6 +39891,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38546,6 +39920,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38574,6 +39949,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38602,6 +39978,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38630,6 +40007,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38658,6 +40036,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38686,6 +40065,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38714,6 +40094,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38742,6 +40123,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38770,6 +40152,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38798,6 +40181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38826,6 +40210,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38854,6 +40239,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38882,6 +40268,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38910,6 +40297,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38938,6 +40326,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38966,6 +40355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38994,6 +40384,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39022,6 +40413,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39050,6 +40442,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39078,6 +40471,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39106,6 +40500,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39134,6 +40529,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39162,6 +40558,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39190,6 +40587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39218,6 +40616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39246,6 +40645,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39274,6 +40674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39302,6 +40703,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39330,6 +40732,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39358,6 +40761,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39386,6 +40790,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39414,6 +40819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39442,6 +40848,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39470,6 +40877,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39498,6 +40906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39526,6 +40935,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39554,6 +40964,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39582,6 +40993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39610,6 +41022,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39638,6 +41051,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39666,6 +41080,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39694,6 +41109,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39722,6 +41138,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39750,6 +41167,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39778,6 +41196,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39806,6 +41225,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39834,6 +41254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39862,6 +41283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39890,6 +41312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39918,6 +41341,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39946,6 +41370,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39974,6 +41399,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40002,6 +41428,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40030,6 +41457,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40058,6 +41486,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40086,6 +41515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40114,6 +41544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40142,6 +41573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40170,6 +41602,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40198,6 +41631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40226,6 +41660,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40254,6 +41689,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40282,6 +41718,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40310,6 +41747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40338,6 +41776,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40366,6 +41805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40394,6 +41834,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40422,6 +41863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40450,6 +41892,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40478,6 +41921,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40506,6 +41950,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40534,6 +41979,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40562,6 +42008,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40590,6 +42037,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40618,6 +42066,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40646,6 +42095,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40674,6 +42124,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40702,6 +42153,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40730,6 +42182,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40758,6 +42211,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40786,6 +42240,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40814,6 +42269,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40842,6 +42298,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40870,6 +42327,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40898,6 +42356,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40926,6 +42385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40954,6 +42414,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40982,6 +42443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41010,6 +42472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41038,6 +42501,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41066,6 +42530,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41094,6 +42559,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41122,6 +42588,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41150,6 +42617,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41178,6 +42646,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41206,6 +42675,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41234,6 +42704,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41262,6 +42733,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41290,6 +42762,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41318,6 +42791,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41346,6 +42820,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41374,6 +42849,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41402,6 +42878,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41430,6 +42907,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41458,6 +42936,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41486,6 +42965,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41514,6 +42994,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41542,6 +43023,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41570,6 +43052,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41598,6 +43081,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41626,6 +43110,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41654,6 +43139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41682,6 +43168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41710,6 +43197,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41738,6 +43226,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41766,6 +43255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41794,6 +43284,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41822,6 +43313,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41850,6 +43342,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41878,6 +43371,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41906,6 +43400,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41934,6 +43429,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41962,6 +43458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41990,6 +43487,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42018,6 +43516,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42046,6 +43545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42074,6 +43574,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42102,6 +43603,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42130,6 +43632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42158,6 +43661,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42186,6 +43690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42214,6 +43719,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42242,6 +43748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42270,6 +43777,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42298,6 +43806,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42326,6 +43835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42354,6 +43864,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42382,6 +43893,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42410,6 +43922,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42438,6 +43951,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42466,6 +43980,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42494,6 +44009,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42522,6 +44038,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42550,6 +44067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42578,6 +44096,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42606,6 +44125,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42634,6 +44154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42662,6 +44183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42690,6 +44212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42718,6 +44241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42746,6 +44270,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42774,6 +44299,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42802,6 +44328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42830,6 +44357,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42858,6 +44386,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42886,6 +44415,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42914,6 +44444,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42942,6 +44473,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42970,6 +44502,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42998,6 +44531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43026,6 +44560,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43054,6 +44589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43082,6 +44618,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43110,6 +44647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43138,6 +44676,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43166,6 +44705,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43194,6 +44734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43222,6 +44763,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43250,6 +44792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43278,6 +44821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43306,6 +44850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43334,6 +44879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43362,6 +44908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43390,6 +44937,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43418,6 +44966,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43446,6 +44995,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43474,6 +45024,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43502,6 +45053,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43530,6 +45082,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43558,6 +45111,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43586,6 +45140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43614,6 +45169,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43642,6 +45198,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43670,6 +45227,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43698,6 +45256,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43726,6 +45285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43754,6 +45314,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43782,6 +45343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43810,6 +45372,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43838,6 +45401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43866,6 +45430,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43894,6 +45459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43922,6 +45488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43950,6 +45517,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43978,6 +45546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44006,6 +45575,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44034,6 +45604,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44062,6 +45633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44090,6 +45662,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44118,6 +45691,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44146,6 +45720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44174,6 +45749,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44202,6 +45778,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44230,6 +45807,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44258,6 +45836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44286,6 +45865,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44314,6 +45894,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44342,6 +45923,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44370,6 +45952,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44398,6 +45981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44426,6 +46010,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44454,6 +46039,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44482,6 +46068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44510,6 +46097,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44538,6 +46126,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44566,6 +46155,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44594,6 +46184,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44622,6 +46213,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44650,6 +46242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44678,6 +46271,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44706,6 +46300,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44734,6 +46329,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44762,6 +46358,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44790,6 +46387,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44818,6 +46416,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44846,6 +46445,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44874,6 +46474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44902,6 +46503,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44930,6 +46532,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44958,6 +46561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44986,6 +46590,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45014,6 +46619,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45042,6 +46648,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45070,6 +46677,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45098,6 +46706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45126,6 +46735,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45154,6 +46764,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45182,6 +46793,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45210,6 +46822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45238,6 +46851,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45266,6 +46880,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45294,6 +46909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45322,6 +46938,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45350,6 +46967,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45378,6 +46996,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45406,6 +47025,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45434,6 +47054,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45462,6 +47083,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45490,6 +47112,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45518,6 +47141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45546,6 +47170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45574,6 +47199,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45602,6 +47228,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45630,6 +47257,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45658,6 +47286,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45686,6 +47315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45714,6 +47344,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45742,6 +47373,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45770,6 +47402,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45798,6 +47431,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45826,6 +47460,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45854,6 +47489,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45882,6 +47518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45910,6 +47547,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45938,6 +47576,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45966,6 +47605,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45994,6 +47634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46022,6 +47663,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46050,6 +47692,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46078,6 +47721,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46106,6 +47750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46134,6 +47779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46162,6 +47808,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46190,6 +47837,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46218,6 +47866,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46246,6 +47895,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46274,6 +47924,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46302,6 +47953,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46330,6 +47982,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46358,6 +48011,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46386,6 +48040,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46414,6 +48069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46442,6 +48098,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46470,6 +48127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46498,6 +48156,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46526,6 +48185,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46554,6 +48214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46582,6 +48243,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46610,6 +48272,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46638,6 +48301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46666,6 +48330,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46694,6 +48359,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46722,6 +48388,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46750,6 +48417,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46778,6 +48446,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46806,6 +48475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46834,6 +48504,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46862,6 +48533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46890,6 +48562,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46918,6 +48591,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46946,6 +48620,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46974,6 +48649,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47002,6 +48678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47030,6 +48707,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47058,6 +48736,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47086,6 +48765,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47114,6 +48794,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47142,6 +48823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47170,6 +48852,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47198,6 +48881,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47226,6 +48910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47254,6 +48939,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47282,6 +48968,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47310,6 +48997,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47338,6 +49026,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47366,6 +49055,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47394,6 +49084,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47422,6 +49113,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47450,6 +49142,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47478,6 +49171,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47506,6 +49200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47534,6 +49229,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47562,6 +49258,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47590,6 +49287,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47618,6 +49316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47646,6 +49345,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47674,6 +49374,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47702,6 +49403,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47730,6 +49432,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47758,6 +49461,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47786,6 +49490,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47814,6 +49519,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47842,6 +49548,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47870,6 +49577,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47898,6 +49606,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47926,6 +49635,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47954,6 +49664,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47982,6 +49693,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48010,6 +49722,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48038,6 +49751,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48066,6 +49780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48094,6 +49809,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48122,6 +49838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48150,6 +49867,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48178,6 +49896,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48206,6 +49925,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48234,6 +49954,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48262,6 +49983,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48290,6 +50012,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48318,6 +50041,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48346,6 +50070,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48374,6 +50099,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48402,6 +50128,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48430,6 +50157,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48458,6 +50186,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48486,6 +50215,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48514,6 +50244,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48542,6 +50273,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48570,6 +50302,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48598,6 +50331,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48626,6 +50360,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48654,6 +50389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48682,6 +50418,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48710,6 +50447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48738,6 +50476,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48766,6 +50505,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48794,6 +50534,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48822,6 +50563,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48850,6 +50592,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48878,6 +50621,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48906,6 +50650,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48934,6 +50679,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48962,6 +50708,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48990,6 +50737,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49018,6 +50766,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49046,6 +50795,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49074,6 +50824,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49102,6 +50853,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49130,6 +50882,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49158,6 +50911,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49186,6 +50940,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49214,6 +50969,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49242,6 +50998,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49270,6 +51027,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49298,6 +51056,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49326,6 +51085,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49354,6 +51114,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49382,6 +51143,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49410,6 +51172,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49438,6 +51201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49466,6 +51230,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49494,6 +51259,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49522,6 +51288,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49550,6 +51317,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49578,6 +51346,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49606,6 +51375,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49634,6 +51404,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49662,6 +51433,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49690,6 +51462,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49718,6 +51491,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49746,6 +51520,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49774,6 +51549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49802,6 +51578,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49830,6 +51607,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49858,6 +51636,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49886,6 +51665,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49914,6 +51694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49942,6 +51723,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49970,6 +51752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49998,6 +51781,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50026,6 +51810,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50054,6 +51839,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50082,6 +51868,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50110,6 +51897,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50138,6 +51926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50166,6 +51955,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50194,6 +51984,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50222,6 +52013,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50250,6 +52042,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50278,6 +52071,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50306,6 +52100,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50334,6 +52129,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50362,6 +52158,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50390,6 +52187,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50418,6 +52216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50446,6 +52245,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50474,6 +52274,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50502,6 +52303,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50530,6 +52332,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50558,6 +52361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50586,6 +52390,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50614,6 +52419,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50642,6 +52448,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50670,6 +52477,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50698,6 +52506,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50726,6 +52535,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50754,6 +52564,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50782,6 +52593,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50810,6 +52622,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50838,6 +52651,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50866,6 +52680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50894,6 +52709,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50922,6 +52738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50950,6 +52767,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50978,6 +52796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51006,6 +52825,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51034,6 +52854,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51062,6 +52883,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51090,6 +52912,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51118,6 +52941,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51146,6 +52970,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51174,6 +52999,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51202,6 +53028,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51230,6 +53057,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51258,6 +53086,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51286,6 +53115,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51314,6 +53144,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51342,6 +53173,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51370,6 +53202,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51398,6 +53231,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51426,6 +53260,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51454,6 +53289,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51482,6 +53318,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51510,6 +53347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51538,6 +53376,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51566,6 +53405,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51594,6 +53434,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51622,6 +53463,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51650,6 +53492,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51678,6 +53521,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51706,6 +53550,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51734,6 +53579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51762,6 +53608,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51790,6 +53637,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51818,6 +53666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51846,6 +53695,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51874,6 +53724,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51902,6 +53753,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51930,6 +53782,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51958,6 +53811,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51986,6 +53840,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52014,6 +53869,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52042,6 +53898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52070,6 +53927,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52098,6 +53956,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52126,6 +53985,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52154,6 +54014,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52182,6 +54043,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52210,6 +54072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52238,6 +54101,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52266,6 +54130,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52294,6 +54159,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52322,6 +54188,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52350,6 +54217,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52378,6 +54246,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52406,6 +54275,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52434,6 +54304,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52462,6 +54333,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52490,6 +54362,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52518,6 +54391,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52546,6 +54420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52574,6 +54449,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52602,6 +54478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52630,6 +54507,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52658,6 +54536,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52686,6 +54565,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52714,6 +54594,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52742,6 +54623,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52770,6 +54652,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52798,6 +54681,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52826,6 +54710,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52854,6 +54739,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52882,6 +54768,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52910,6 +54797,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52938,6 +54826,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52966,6 +54855,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52994,6 +54884,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53022,6 +54913,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53050,6 +54942,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53078,6 +54971,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53106,6 +55000,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53134,6 +55029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53162,6 +55058,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53190,6 +55087,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53218,6 +55116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53246,6 +55145,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53274,6 +55174,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53302,6 +55203,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53330,6 +55232,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53358,6 +55261,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53386,6 +55290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53414,6 +55319,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53442,6 +55348,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53470,6 +55377,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53498,6 +55406,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53526,6 +55435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53554,6 +55464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53582,6 +55493,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53610,6 +55522,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53638,6 +55551,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53666,6 +55580,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53694,6 +55609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53722,6 +55638,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53750,6 +55667,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53778,6 +55696,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53806,6 +55725,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53834,6 +55754,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53862,6 +55783,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53890,6 +55812,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53918,6 +55841,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53946,6 +55870,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53974,6 +55899,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54002,6 +55928,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54030,6 +55957,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54058,6 +55986,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54086,6 +56015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54114,6 +56044,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54142,6 +56073,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54170,6 +56102,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54198,6 +56131,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54226,6 +56160,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54254,6 +56189,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54282,6 +56218,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54310,6 +56247,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54338,6 +56276,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54366,6 +56305,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54394,6 +56334,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54422,6 +56363,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54450,6 +56392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54478,6 +56421,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54506,6 +56450,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54534,6 +56479,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54562,6 +56508,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54590,6 +56537,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54618,6 +56566,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54646,6 +56595,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54674,6 +56624,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54702,6 +56653,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54730,6 +56682,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54758,6 +56711,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54786,6 +56740,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54814,6 +56769,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54842,6 +56798,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54870,6 +56827,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54898,6 +56856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54926,6 +56885,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54954,6 +56914,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54982,6 +56943,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55010,6 +56972,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55038,6 +57001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55066,6 +57030,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55094,6 +57059,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55122,6 +57088,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55150,6 +57117,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55178,6 +57146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55206,6 +57175,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55234,6 +57204,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55262,6 +57233,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55290,6 +57262,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55318,6 +57291,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55346,6 +57320,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55374,6 +57349,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55402,6 +57378,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55430,6 +57407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55458,6 +57436,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55486,6 +57465,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55514,6 +57494,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55542,6 +57523,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55570,6 +57552,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55598,6 +57581,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55626,6 +57610,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55654,6 +57639,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55682,6 +57668,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55710,6 +57697,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55738,6 +57726,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55766,6 +57755,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55794,6 +57784,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55822,6 +57813,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55850,6 +57842,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55878,6 +57871,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55906,6 +57900,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55934,6 +57929,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55962,6 +57958,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55990,6 +57987,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56018,6 +58016,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56046,6 +58045,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56074,6 +58074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56102,6 +58103,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56130,6 +58132,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56158,6 +58161,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56186,6 +58190,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56214,6 +58219,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56242,6 +58248,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56270,6 +58277,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56298,6 +58306,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56326,6 +58335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56354,6 +58364,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56382,6 +58393,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56410,6 +58422,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56438,6 +58451,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56466,6 +58480,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56494,6 +58509,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56522,6 +58538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56550,6 +58567,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56578,6 +58596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56606,6 +58625,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56634,6 +58654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56662,6 +58683,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56690,6 +58712,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56718,6 +58741,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56746,6 +58770,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56774,6 +58799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56802,6 +58828,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56830,6 +58857,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56858,6 +58886,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56886,6 +58915,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56914,6 +58944,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56942,6 +58973,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56970,6 +59002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56998,6 +59031,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57026,6 +59060,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57054,6 +59089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57082,6 +59118,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57110,6 +59147,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57138,6 +59176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57166,6 +59205,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57194,6 +59234,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57222,6 +59263,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57250,6 +59292,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57278,6 +59321,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57306,6 +59350,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57334,6 +59379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57362,6 +59408,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57390,6 +59437,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57418,6 +59466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57446,6 +59495,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57474,6 +59524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57502,6 +59553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57530,6 +59582,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57558,6 +59611,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57586,6 +59640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57614,6 +59669,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57642,6 +59698,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57670,6 +59727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57698,6 +59756,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57726,6 +59785,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57754,6 +59814,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57782,6 +59843,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57810,6 +59872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57838,6 +59901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57866,6 +59930,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57894,6 +59959,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57922,6 +59988,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57950,6 +60017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57978,6 +60046,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58006,6 +60075,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58034,6 +60104,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58062,6 +60133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58090,6 +60162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58118,6 +60191,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58146,6 +60220,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58174,6 +60249,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58202,6 +60278,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58230,6 +60307,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58258,6 +60336,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58286,6 +60365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58314,6 +60394,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58342,6 +60423,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58370,6 +60452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58398,6 +60481,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58426,6 +60510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58454,6 +60539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58482,6 +60568,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58510,6 +60597,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58538,6 +60626,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58566,6 +60655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58594,6 +60684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58622,6 +60713,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58650,6 +60742,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58678,6 +60771,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58706,6 +60800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58734,6 +60829,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58762,6 +60858,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58790,6 +60887,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58818,6 +60916,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58846,6 +60945,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58874,6 +60974,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58902,6 +61003,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58930,6 +61032,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58958,6 +61061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58986,6 +61090,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59014,6 +61119,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59042,6 +61148,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59070,6 +61177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59098,6 +61206,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59126,6 +61235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59154,6 +61264,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59182,6 +61293,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59210,6 +61322,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59238,6 +61351,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59266,6 +61380,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59294,6 +61409,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59322,6 +61438,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59350,6 +61467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59378,6 +61496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59406,6 +61525,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59434,6 +61554,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59462,6 +61583,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59490,6 +61612,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59518,6 +61641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59546,6 +61670,7 @@ "orig": "\u00ee", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59574,6 +61699,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59602,6 +61728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59630,6 +61757,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59658,6 +61786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59686,6 +61815,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59714,6 +61844,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59742,6 +61873,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59770,6 +61902,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59798,6 +61931,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59826,6 +61960,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59854,6 +61989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59882,6 +62018,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59910,6 +62047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59938,6 +62076,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59966,6 +62105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59994,6 +62134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60022,6 +62163,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60050,6 +62192,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60078,6 +62221,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60106,6 +62250,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60134,6 +62279,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60162,6 +62308,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60190,6 +62337,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60218,6 +62366,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60246,6 +62395,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60274,6 +62424,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60302,6 +62453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60330,6 +62482,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60358,6 +62511,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60386,6 +62540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60414,6 +62569,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60442,6 +62598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60470,6 +62627,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60498,6 +62656,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60526,6 +62685,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60554,6 +62714,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60582,6 +62743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60610,6 +62772,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60638,6 +62801,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60666,6 +62830,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60694,6 +62859,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60722,6 +62888,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60750,6 +62917,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60778,6 +62946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60806,6 +62975,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60834,6 +63004,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60862,6 +63033,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60890,6 +63062,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60918,6 +63091,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60946,6 +63120,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60974,6 +63149,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61002,6 +63178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61030,6 +63207,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61058,6 +63236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61086,6 +63265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61114,6 +63294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61142,6 +63323,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61170,6 +63352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61198,6 +63381,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61226,6 +63410,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61254,6 +63439,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61282,6 +63468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61310,6 +63497,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61338,6 +63526,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61366,6 +63555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61394,6 +63584,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61422,6 +63613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61450,6 +63642,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61478,6 +63671,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61506,6 +63700,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61534,6 +63729,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61562,6 +63758,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61590,6 +63787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61618,6 +63816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61646,6 +63845,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61674,6 +63874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61702,6 +63903,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61730,6 +63932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61758,6 +63961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61786,6 +63990,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61814,6 +64019,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61842,6 +64048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61870,6 +64077,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61898,6 +64106,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61926,6 +64135,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61954,6 +64164,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61982,6 +64193,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62010,6 +64222,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62038,6 +64251,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62066,6 +64280,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62094,6 +64309,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62122,6 +64338,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62150,6 +64367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62178,6 +64396,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62206,6 +64425,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62234,6 +64454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62262,6 +64483,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62290,6 +64512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62318,6 +64541,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62346,6 +64570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62374,6 +64599,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62402,6 +64628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62430,6 +64657,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62458,6 +64686,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62486,6 +64715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62514,6 +64744,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62542,6 +64773,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62570,6 +64802,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62598,6 +64831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62626,6 +64860,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62654,6 +64889,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62682,6 +64918,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62710,6 +64947,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62738,6 +64976,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62766,6 +65005,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62794,6 +65034,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62822,6 +65063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62850,6 +65092,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62878,6 +65121,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62906,6 +65150,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62934,6 +65179,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62962,6 +65208,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62990,6 +65237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63018,6 +65266,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63046,6 +65295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63074,6 +65324,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63102,6 +65353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63130,6 +65382,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63158,6 +65411,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63186,6 +65440,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63214,6 +65469,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63242,6 +65498,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63270,6 +65527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63298,6 +65556,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63326,6 +65585,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63354,6 +65614,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63382,6 +65643,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63410,6 +65672,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63438,6 +65701,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63466,6 +65730,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63494,6 +65759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63522,6 +65788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63550,6 +65817,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63578,6 +65846,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63606,6 +65875,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63634,6 +65904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63662,6 +65933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63690,6 +65962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63718,6 +65991,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63746,6 +66020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63774,6 +66049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63802,6 +66078,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63830,6 +66107,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63858,6 +66136,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63886,6 +66165,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63914,6 +66194,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63942,6 +66223,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63970,6 +66252,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63998,6 +66281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64026,6 +66310,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64054,6 +66339,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64082,6 +66368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64110,6 +66397,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64138,6 +66426,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64166,6 +66455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64194,6 +66484,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64222,6 +66513,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64250,6 +66542,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64278,6 +66571,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64306,6 +66600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64334,6 +66629,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64362,6 +66658,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64390,6 +66687,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64418,6 +66716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64446,6 +66745,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64474,6 +66774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64502,6 +66803,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64530,6 +66832,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64558,6 +66861,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64586,6 +66890,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64614,6 +66919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64642,6 +66948,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64670,6 +66977,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64698,6 +67006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64726,6 +67035,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64754,6 +67064,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64782,6 +67093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64810,6 +67122,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64838,6 +67151,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64866,6 +67180,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64894,6 +67209,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64922,6 +67238,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64950,6 +67267,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64978,6 +67296,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65006,6 +67325,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65034,6 +67354,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65062,6 +67383,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65090,6 +67412,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65118,6 +67441,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65146,6 +67470,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65174,6 +67499,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65202,6 +67528,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65230,6 +67557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65258,6 +67586,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65286,6 +67615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65314,6 +67644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65342,6 +67673,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65370,6 +67702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65398,6 +67731,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65426,6 +67760,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65454,6 +67789,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65482,6 +67818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65510,6 +67847,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65538,6 +67876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65566,6 +67905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65594,6 +67934,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65622,6 +67963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65650,6 +67992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65678,6 +68021,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65706,6 +68050,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65734,6 +68079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65762,6 +68108,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65790,6 +68137,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65818,6 +68166,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65846,6 +68195,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65874,6 +68224,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65902,6 +68253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65930,6 +68282,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65958,6 +68311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65986,6 +68340,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66014,6 +68369,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66042,6 +68398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66070,6 +68427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66098,6 +68456,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66126,6 +68485,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66154,6 +68514,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66182,6 +68543,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66210,6 +68572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66238,6 +68601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66266,6 +68630,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66294,6 +68659,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66322,6 +68688,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66350,6 +68717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66378,6 +68746,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66406,6 +68775,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66434,6 +68804,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66462,6 +68833,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66490,6 +68862,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66518,6 +68891,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66546,6 +68920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66574,6 +68949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66602,6 +68978,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66630,6 +69007,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66658,6 +69036,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66686,6 +69065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66714,6 +69094,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66742,6 +69123,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66770,6 +69152,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66798,6 +69181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66826,6 +69210,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66854,6 +69239,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66882,6 +69268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66910,6 +69297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66938,6 +69326,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66966,6 +69355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66994,6 +69384,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67022,6 +69413,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67050,6 +69442,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67078,6 +69471,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67106,6 +69500,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67134,6 +69529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67162,6 +69558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67190,6 +69587,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67218,6 +69616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67246,6 +69645,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67274,6 +69674,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67302,6 +69703,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67330,6 +69732,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67358,6 +69761,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67386,6 +69790,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67414,6 +69819,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67442,6 +69848,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67470,6 +69877,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67498,6 +69906,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67526,6 +69935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67554,6 +69964,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67582,6 +69993,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67610,6 +70022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67638,6 +70051,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67666,6 +70080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67694,6 +70109,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67722,6 +70138,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67750,6 +70167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67778,6 +70196,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67806,6 +70225,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67834,6 +70254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67862,6 +70283,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67890,6 +70312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67918,6 +70341,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67946,6 +70370,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67974,6 +70399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68002,6 +70428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68030,6 +70457,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68058,6 +70486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68086,6 +70515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68114,6 +70544,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68142,6 +70573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68170,6 +70602,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68198,6 +70631,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68226,6 +70660,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68254,6 +70689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68282,6 +70718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68310,6 +70747,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68338,6 +70776,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68366,6 +70805,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68394,6 +70834,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68422,6 +70863,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68450,6 +70892,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68478,6 +70921,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68506,6 +70950,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68534,6 +70979,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68562,6 +71008,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68590,6 +71037,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68618,6 +71066,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68646,6 +71095,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68674,6 +71124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68702,6 +71153,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68730,6 +71182,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68758,6 +71211,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68786,6 +71240,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68814,6 +71269,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68842,6 +71298,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68870,6 +71327,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68898,6 +71356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68926,6 +71385,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68954,6 +71414,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68982,6 +71443,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69010,6 +71472,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69038,6 +71501,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69066,6 +71530,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69094,6 +71559,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69122,6 +71588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69150,6 +71617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69178,6 +71646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69206,6 +71675,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69234,6 +71704,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69262,6 +71733,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69290,6 +71762,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69318,6 +71791,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69346,6 +71820,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69374,6 +71849,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69402,6 +71878,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69430,6 +71907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69458,6 +71936,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69486,6 +71965,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69514,6 +71994,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69542,6 +72023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69570,6 +72052,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69598,6 +72081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69626,6 +72110,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69654,6 +72139,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69682,6 +72168,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69710,6 +72197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69738,6 +72226,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69766,6 +72255,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69794,6 +72284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69822,6 +72313,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69850,6 +72342,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69878,6 +72371,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69906,6 +72400,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69934,6 +72429,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69962,6 +72458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69990,6 +72487,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70018,6 +72516,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70046,6 +72545,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70074,6 +72574,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70102,6 +72603,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70130,6 +72632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70158,6 +72661,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70186,6 +72690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70214,6 +72719,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70242,6 +72748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70270,6 +72777,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70298,6 +72806,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70326,6 +72835,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70354,6 +72864,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70382,6 +72893,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70410,6 +72922,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70438,6 +72951,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70466,6 +72980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70494,6 +73009,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70522,6 +73038,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70550,6 +73067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70578,6 +73096,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70606,6 +73125,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70634,6 +73154,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70662,6 +73183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70690,6 +73212,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70718,6 +73241,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70746,6 +73270,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70774,6 +73299,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70802,6 +73328,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70830,6 +73357,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70858,6 +73386,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70886,6 +73415,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70914,6 +73444,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70942,6 +73473,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70970,6 +73502,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70998,6 +73531,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71026,6 +73560,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71054,6 +73589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71082,6 +73618,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71110,6 +73647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71138,6 +73676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71166,6 +73705,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71194,6 +73734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71222,6 +73763,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71250,6 +73792,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71278,6 +73821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71306,6 +73850,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71334,6 +73879,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71362,6 +73908,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71390,6 +73937,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71418,6 +73966,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71446,6 +73995,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71474,6 +74024,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71502,6 +74053,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71530,6 +74082,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71558,6 +74111,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71586,6 +74140,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71614,6 +74169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71642,6 +74198,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71670,6 +74227,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71698,6 +74256,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71726,6 +74285,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71754,6 +74314,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71782,6 +74343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71810,6 +74372,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71838,6 +74401,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71866,6 +74430,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71894,6 +74459,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71922,6 +74488,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71950,6 +74517,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71978,6 +74546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72006,6 +74575,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72034,6 +74604,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72062,6 +74633,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72090,6 +74662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72118,6 +74691,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72146,6 +74720,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72174,6 +74749,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72202,6 +74778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72230,6 +74807,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72258,6 +74836,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72286,6 +74865,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72314,6 +74894,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72342,6 +74923,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72370,6 +74952,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72398,6 +74981,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72426,6 +75010,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72454,6 +75039,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72482,6 +75068,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72510,6 +75097,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72538,6 +75126,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72566,6 +75155,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72594,6 +75184,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72622,6 +75213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72650,6 +75242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72678,6 +75271,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72706,6 +75300,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72734,6 +75329,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72762,6 +75358,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72790,6 +75387,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72818,6 +75416,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72846,6 +75445,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72874,6 +75474,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72902,6 +75503,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72930,6 +75532,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72958,6 +75561,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72986,6 +75590,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73014,6 +75619,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73042,6 +75648,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73070,6 +75677,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73098,6 +75706,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73126,6 +75735,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73154,6 +75764,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73182,6 +75793,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73210,6 +75822,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73238,6 +75851,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73266,6 +75880,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73294,6 +75909,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73322,6 +75938,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73350,6 +75967,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73378,6 +75996,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73406,6 +76025,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -73434,6 +76054,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73462,6 +76083,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73490,6 +76112,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73518,6 +76141,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73546,6 +76170,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73574,6 +76199,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73602,6 +76228,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73630,6 +76257,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73658,6 +76286,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73686,6 +76315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73714,6 +76344,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73742,6 +76373,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73770,6 +76402,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73798,6 +76431,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73826,6 +76460,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73854,6 +76489,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73882,6 +76518,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73910,6 +76547,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73938,6 +76576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73966,6 +76605,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73994,6 +76634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74022,6 +76663,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74050,6 +76692,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74078,6 +76721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74106,6 +76750,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74134,6 +76779,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -74164,6 +76810,7 @@ "orig": "Prot\u00e9g\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74192,6 +76839,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74220,6 +76868,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74248,6 +76897,7 @@ "orig": "fois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74276,6 +76926,7 @@ "orig": "rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74304,6 +76955,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74332,6 +76984,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74360,6 +77013,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74388,6 +77042,7 @@ "orig": "Calcul", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74416,6 +77071,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74444,6 +77100,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74472,6 +77129,7 @@ "orig": "Produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74500,6 +77158,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74528,6 +77187,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74556,6 +77216,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74584,6 +77245,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74612,6 +77274,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74640,6 +77303,7 @@ "orig": "non", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74668,6 +77332,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74696,6 +77361,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74724,6 +77390,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74752,6 +77419,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74780,6 +77448,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74808,6 +77477,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74836,6 +77506,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74864,6 +77535,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74892,6 +77564,7 @@ "orig": "13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74920,6 +77593,7 @@ "orig": "%,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74948,6 +77622,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74976,6 +77651,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75004,6 +77680,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75032,6 +77709,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75060,6 +77738,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75088,6 +77767,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75116,6 +77796,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75140,10 +77821,11 @@ "r_y3": 691.803, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -75172,6 +77854,7 @@ "orig": "8/13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75200,6 +77883,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75228,6 +77912,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75256,6 +77941,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75284,6 +77970,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75312,6 +77999,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75340,6 +78028,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75368,6 +78057,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75396,6 +78086,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75424,6 +78115,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75452,6 +78144,7 @@ "orig": "15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75480,6 +78173,7 @@ "orig": "%,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75508,6 +78202,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75536,6 +78231,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75564,6 +78260,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75592,6 +78289,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75620,6 +78318,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75648,6 +78347,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75676,6 +78376,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75700,10 +78401,11 @@ "r_y3": 658.805, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -75732,6 +78434,7 @@ "orig": "10/15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75760,6 +78463,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75788,6 +78492,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75816,6 +78521,7 @@ "orig": "Produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75844,6 +78550,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75872,6 +78579,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75900,6 +78608,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75928,6 +78637,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75956,6 +78666,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75984,6 +78695,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76012,6 +78724,7 @@ "orig": "dont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76040,6 +78753,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76068,6 +78782,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76096,6 +78811,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76124,6 +78840,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76152,6 +78869,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76180,6 +78898,7 @@ "orig": "est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76208,6 +78927,7 @@ "orig": "moins", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76236,6 +78956,7 @@ "orig": "\u00e9lev\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76264,6 +78985,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76292,6 +79014,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76320,6 +79043,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76348,6 +79072,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76376,6 +79101,7 @@ "orig": "transf\u00e9r\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76404,6 +79130,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76432,6 +79159,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76460,6 +79188,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76488,6 +79217,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76516,6 +79246,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76544,6 +79275,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76572,6 +79304,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76600,6 +79333,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76628,6 +79362,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76656,6 +79391,7 @@ "orig": "15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76684,6 +79420,7 @@ "orig": "%\u00e0une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76712,6 +79449,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76740,6 +79478,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76768,6 +79507,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76796,6 +79536,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76824,6 +79565,7 @@ "orig": "taux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76852,6 +79594,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76880,6 +79623,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76908,6 +79652,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76936,6 +79681,7 @@ "orig": "13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76964,6 +79710,7 @@ "orig": "%,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76992,6 +79739,7 @@ "orig": "inscrivez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77020,6 +79768,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77048,6 +79797,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77076,6 +79826,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77104,6 +79855,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77132,6 +79884,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77160,6 +79913,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77184,10 +79938,11 @@ "r_y3": 586.802, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -77216,6 +79971,7 @@ "orig": "2/15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77244,6 +80000,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77272,6 +80029,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77300,6 +80058,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77328,6 +80087,7 @@ "orig": "Additionnez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77356,6 +80116,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77384,6 +80145,7 @@ "orig": "lignes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77412,6 +80174,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77440,6 +80203,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77468,6 +80232,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77496,6 +80261,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77524,6 +80290,7 @@ "orig": "Ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77552,6 +80319,7 @@ "orig": "r\u00e9sultat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77580,6 +80348,7 @@ "orig": "est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77608,6 +80377,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77636,6 +80406,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77664,6 +80435,7 @@ "orig": "total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77692,6 +80464,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77720,6 +80493,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77748,6 +80522,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77776,6 +80551,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77804,6 +80580,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77832,6 +80609,7 @@ "orig": "taxe,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77860,6 +80638,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77888,6 +80667,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77916,6 +80696,7 @@ "orig": "doit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77944,6 +80725,7 @@ "orig": "\u00eatre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77972,6 +80754,7 @@ "orig": "sup\u00e9rieur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78000,6 +80783,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78028,6 +80812,7 @@ "orig": "25", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78056,6 +80841,7 @@ "orig": "$.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78084,6 +80870,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78112,6 +80899,7 @@ "orig": "Partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -78140,6 +80928,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -78168,6 +80957,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -78196,6 +80986,7 @@ "orig": "Attestation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -78224,6 +81015,7 @@ "orig": "J'atteste", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78252,6 +81044,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78280,6 +81073,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78308,6 +81102,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78336,6 +81131,7 @@ "orig": "fournis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78364,6 +81160,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78392,6 +81189,7 @@ "orig": "cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78420,6 +81218,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78448,6 +81247,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78476,6 +81276,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78504,6 +81305,7 @@ "orig": "tout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78532,6 +81334,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78560,6 +81363,7 @@ "orig": "joint", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78588,6 +81392,7 @@ "orig": "sont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78616,6 +81421,7 @@ "orig": "exacts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78644,6 +81450,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78672,6 +81479,7 @@ "orig": "complets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78700,6 +81508,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78728,6 +81537,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78756,6 +81566,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78784,6 +81595,7 @@ "orig": "montants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78812,6 +81624,7 @@ "orig": "demand\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78840,6 +81653,7 @@ "orig": "comme", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78868,6 +81682,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78896,6 +81711,7 @@ "orig": "n'ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78924,6 +81740,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78952,6 +81769,7 @@ "orig": "d\u00e9j\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78980,6 +81798,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79008,6 +81827,7 @@ "orig": "rembours\u00e9s,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79036,6 +81856,7 @@ "orig": "cr\u00e9dit\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79064,6 +81885,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79092,6 +81914,7 @@ "orig": "vers\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79120,6 +81943,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79148,6 +81972,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79176,6 +82001,7 @@ "orig": "identifi\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79204,6 +82030,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79232,6 +82059,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79260,6 +82088,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79288,6 +82117,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79316,6 +82146,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79344,6 +82175,7 @@ "orig": "n'ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79372,6 +82204,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79400,6 +82233,7 @@ "orig": "d\u00e9j\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79428,6 +82262,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79456,6 +82291,7 @@ "orig": "demand\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79484,6 +82320,7 @@ "orig": "comme", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79512,6 +82349,7 @@ "orig": "cr\u00e9dits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79540,6 +82378,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79568,6 +82407,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79596,6 +82436,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79624,6 +82465,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79652,6 +82494,7 @@ "orig": "intrants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79680,6 +82523,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79708,6 +82552,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79736,6 +82581,7 @@ "orig": "d\u00e9claration", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79764,6 +82610,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79792,6 +82639,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79820,6 +82668,7 @@ "orig": "TPS/TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79848,6 +82697,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79876,6 +82726,7 @@ "orig": "demandeur.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79904,6 +82755,7 @@ "orig": "J'atteste", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79932,6 +82784,7 @@ "orig": "\u00e9galement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79960,6 +82813,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79988,6 +82842,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80016,6 +82871,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80044,6 +82900,7 @@ "orig": "n'a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80072,6 +82929,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80100,6 +82958,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80128,6 +82987,7 @@ "orig": "droit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80156,6 +83016,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80184,6 +83045,7 @@ "orig": "demander", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80212,6 +83074,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80240,6 +83103,7 @@ "orig": "montants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80268,6 +83132,7 @@ "orig": "comme", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80296,6 +83161,7 @@ "orig": "cr\u00e9dit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80324,6 +83190,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80352,6 +83219,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80380,6 +83248,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80408,6 +83277,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80436,6 +83306,7 @@ "orig": "intrants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80464,6 +83335,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80492,6 +83364,7 @@ "orig": "d'obtenir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80520,6 +83393,7 @@ "orig": "autrement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80548,6 +83422,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80576,6 +83451,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80604,6 +83480,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80632,6 +83509,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80660,6 +83538,7 @@ "orig": "remise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80688,6 +83567,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80716,6 +83596,7 @@ "orig": "montants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80744,6 +83625,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80772,6 +83654,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80800,6 +83683,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80828,6 +83712,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80856,6 +83741,7 @@ "orig": "n'a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80884,6 +83770,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80912,6 +83799,7 @@ "orig": "re\u00e7u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80940,6 +83828,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80968,6 +83857,7 @@ "orig": "note", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80996,6 +83886,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81024,6 +83915,7 @@ "orig": "cr\u00e9dit,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81052,6 +83944,7 @@ "orig": "ni", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81080,6 +83973,7 @@ "orig": "\u00e9mis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81108,6 +84002,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81136,6 +84031,7 @@ "orig": "note", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81164,6 +84060,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81192,6 +84089,7 @@ "orig": "d\u00e9bit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81220,6 +84118,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81248,6 +84147,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81276,6 +84176,7 @@ "orig": "remboursement,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81304,6 +84205,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81332,6 +84234,7 @@ "orig": "ajustement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81360,6 +84263,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81388,6 +84292,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81416,6 +84321,7 @@ "orig": "cr\u00e9dit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81444,6 +84350,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81472,6 +84379,7 @@ "orig": "tout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81500,6 +84408,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81528,6 +84437,7 @@ "orig": "demand\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81556,6 +84466,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81584,6 +84495,7 @@ "orig": "cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81612,6 +84524,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81640,6 +84553,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81668,6 +84582,7 @@ "orig": "remboursement.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81696,6 +84611,7 @@ "orig": "Nom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81724,6 +84640,7 @@ "orig": "(en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81752,6 +84669,7 @@ "orig": "lettres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81780,6 +84698,7 @@ "orig": "moul\u00e9es)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81808,6 +84727,7 @@ "orig": "Titre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81836,6 +84756,7 @@ "orig": "Num\u00e9ro", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81864,6 +84785,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81892,6 +84814,7 @@ "orig": "t\u00e9l\u00e9phone", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81920,6 +84843,7 @@ "orig": "Poste", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81948,6 +84872,7 @@ "orig": "Signature", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81976,6 +84901,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82004,6 +84930,7 @@ "orig": "demandeur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82032,6 +84959,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82060,6 +84988,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82088,6 +85017,7 @@ "orig": "son", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82116,6 +85046,7 @@ "orig": "repr\u00e9sentant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82144,6 +85075,7 @@ "orig": "autoris\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82172,6 +85104,7 @@ "orig": "Ann\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82200,6 +85133,7 @@ "orig": "Mois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82228,6 +85162,7 @@ "orig": "Jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82256,6 +85191,7 @@ "orig": "Les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82284,6 +85220,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82312,6 +85249,7 @@ "orig": "personnels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82340,6 +85278,7 @@ "orig": "(y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82368,6 +85307,7 @@ "orig": "compris", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82396,6 +85336,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82424,6 +85365,7 @@ "orig": "NAS)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82452,6 +85394,7 @@ "orig": "sont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82480,6 +85423,7 @@ "orig": "recueillis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82508,6 +85452,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82536,6 +85481,7 @@ "orig": "utilis\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82564,6 +85510,7 @@ "orig": "aux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82592,6 +85539,7 @@ "orig": "fins", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82620,6 +85568,7 @@ "orig": "d'appliquer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82648,6 +85597,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82676,6 +85626,7 @@ "orig": "d'ex\u00e9cuter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82704,6 +85655,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82732,6 +85684,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82760,6 +85713,7 @@ "orig": "IX", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82788,6 +85742,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82816,6 +85771,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82844,6 +85800,7 @@ "orig": "Loi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82872,6 +85829,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82900,6 +85858,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82928,6 +85887,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82956,6 +85916,7 @@ "orig": "d'accise,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82984,6 +85945,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83012,6 +85974,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83040,6 +86003,7 @@ "orig": "programmes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83068,6 +86032,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83096,6 +86061,7 @@ "orig": "activit\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83124,6 +86090,7 @@ "orig": "connexes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83152,6 +86119,7 @@ "orig": "incluant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83180,6 +86148,7 @@ "orig": "l'administration", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83208,6 +86177,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83236,6 +86206,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83264,6 +86235,7 @@ "orig": "taxe,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83292,6 +86264,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83320,6 +86293,7 @@ "orig": "remboursements,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83348,6 +86322,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83376,6 +86351,7 @@ "orig": "choix,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83404,6 +86380,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83432,6 +86409,7 @@ "orig": "v\u00e9rification,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83460,6 +86438,7 @@ "orig": "l'observation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83488,6 +86467,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83516,6 +86496,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83544,6 +86525,7 @@ "orig": "perception.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83572,6 +86554,7 @@ "orig": "Les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83600,6 +86583,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83628,6 +86612,7 @@ "orig": "recueillis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83656,6 +86641,7 @@ "orig": "peuvent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83684,6 +86670,7 @@ "orig": "\u00eatre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83712,6 +86699,7 @@ "orig": "communiqu\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83740,6 +86728,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83768,6 +86757,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83796,6 +86786,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83824,6 +86815,7 @@ "orig": "institution", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83852,6 +86844,7 @@ "orig": "gouvernementale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83880,6 +86873,7 @@ "orig": "f\u00e9d\u00e9rale,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83908,6 +86902,7 @@ "orig": "provinciale,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83936,6 +86931,7 @@ "orig": "territoriale,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83964,6 +86960,7 @@ "orig": "autochtone", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83992,6 +86989,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84020,6 +87018,7 @@ "orig": "\u00e9trang\u00e8re", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84048,6 +87047,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84076,6 +87076,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84104,6 +87105,7 @@ "orig": "mesure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84132,6 +87134,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84160,6 +87163,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84188,6 +87192,7 @@ "orig": "droit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84216,6 +87221,7 @@ "orig": "l'autorise.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84244,6 +87250,7 @@ "orig": "Le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84272,6 +87279,7 @@ "orig": "d\u00e9faut", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84300,6 +87308,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84328,6 +87337,7 @@ "orig": "fournir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84356,6 +87366,7 @@ "orig": "ces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84384,6 +87395,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84412,6 +87424,7 @@ "orig": "pourrait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84440,6 +87453,7 @@ "orig": "entra\u00eener", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84468,6 +87482,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84496,6 +87511,7 @@ "orig": "paiement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84524,6 +87540,7 @@ "orig": "d'int\u00e9r\u00eats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84552,6 +87569,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84580,6 +87598,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84608,6 +87627,7 @@ "orig": "p\u00e9nalit\u00e9s,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84636,6 +87656,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84664,6 +87685,7 @@ "orig": "d'autres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84692,6 +87714,7 @@ "orig": "mesures.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84720,6 +87743,7 @@ "orig": "Selon", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84748,6 +87772,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84776,6 +87801,7 @@ "orig": "Loi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84804,6 +87830,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84832,6 +87859,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84860,6 +87888,7 @@ "orig": "protection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84888,6 +87917,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84916,6 +87946,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84944,6 +87975,7 @@ "orig": "personnels,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84972,6 +88004,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85000,6 +88033,7 @@ "orig": "particuliers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85028,6 +88062,7 @@ "orig": "ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85056,6 +88091,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85084,6 +88120,7 @@ "orig": "droit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85112,6 +88149,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85140,6 +88178,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85168,6 +88207,7 @@ "orig": "protection,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85196,6 +88236,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85224,6 +88265,7 @@ "orig": "l'acc\u00e8s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85252,6 +88294,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85280,6 +88323,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85308,6 +88352,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85336,6 +88381,7 @@ "orig": "correction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85364,6 +88410,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85392,6 +88439,7 @@ "orig": "leurs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85420,6 +88468,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85448,6 +88497,7 @@ "orig": "personnels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85476,6 +88526,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85504,6 +88555,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85532,6 +88584,7 @@ "orig": "d\u00e9poser", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85560,6 +88613,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85588,6 +88642,7 @@ "orig": "plainte", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85616,6 +88671,7 @@ "orig": "aupr\u00e8s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85644,6 +88700,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85672,6 +88729,7 @@ "orig": "Commissaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85700,6 +88758,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85728,6 +88787,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85756,6 +88816,7 @@ "orig": "protection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85784,6 +88845,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85812,6 +88874,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85840,6 +88903,7 @@ "orig": "vie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85868,6 +88932,7 @@ "orig": "priv\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85896,6 +88961,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85924,6 +88990,7 @@ "orig": "Canada", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85952,6 +89019,7 @@ "orig": "concernant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85980,6 +89048,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86008,6 +89077,7 @@ "orig": "traitement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86036,6 +89106,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86064,6 +89135,7 @@ "orig": "leurs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86092,6 +89164,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86120,6 +89193,7 @@ "orig": "personnels.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86148,6 +89222,7 @@ "orig": "Consultez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86176,6 +89251,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86204,6 +89280,7 @@ "orig": "Fichier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86232,6 +89309,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86260,6 +89338,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86288,6 +89367,7 @@ "orig": "personnels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86316,6 +89396,7 @@ "orig": "ARC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86344,6 +89425,7 @@ "orig": "PPU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86372,6 +89454,7 @@ "orig": "241", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86400,6 +89483,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86428,6 +89512,7 @@ "orig": "Info", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86456,6 +89541,7 @@ "orig": "Source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86484,6 +89570,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86512,6 +89599,7 @@ "orig": "canada.ca/arc-info-source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86540,6 +89628,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86568,6 +89657,7 @@ "orig": "GST495", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86596,6 +89686,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86624,6 +89715,7 @@ "orig": "(24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86652,6 +89744,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86680,6 +89773,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86708,6 +89802,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86736,6 +89831,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86764,6 +89860,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -86794,6 +89891,7 @@ "orig": "Prot\u00e9g\u00e9 B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86822,6 +89920,7 @@ "orig": " une fois rempli", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86850,6 +89949,7 @@ "orig": "Partie D - Calcul du remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86878,6 +89978,7 @@ "orig": "Produits admissibles transf\u00e9r\u00e9s dans une province non participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86906,6 +90007,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86934,6 +90036,7 @@ "orig": "Pour les produits au taux de 13 %, inscrivez le montant ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86962,6 +90065,7 @@ "orig": "de TVH :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86990,6 +90094,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87014,10 +90119,11 @@ "r_y3": 691.803, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -87046,6 +90152,7 @@ "orig": "8/13", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87074,6 +90181,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87102,6 +90210,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87130,6 +90239,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87158,6 +90268,7 @@ "orig": "Pour les produits au taux de 15 %, inscrivez le montant ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87186,6 +90297,7 @@ "orig": "de TVH :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87214,6 +90326,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87238,10 +90351,11 @@ "r_y3": 658.805, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -87270,6 +90384,7 @@ "orig": "10/15 =", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87298,6 +90413,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87326,6 +90442,7 @@ "orig": "Produits admissibles transf\u00e9r\u00e9s dans une province participante dont le taux de la TVH est moins \u00e9lev\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87354,6 +90471,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87382,6 +90500,7 @@ "orig": "Pour les produits transf\u00e9r\u00e9s d'une province qui a un taux ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87410,6 +90529,7 @@ "orig": "de TVH de 15 % \u00e0 une province qui a un taux de TVH ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87438,6 +90558,7 @@ "orig": "de 13 %, inscrivez le montant de TVH :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87466,6 +90587,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87490,10 +90612,11 @@ "r_y3": 586.802, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT3", @@ -87522,6 +90645,7 @@ "orig": "2/15", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87550,6 +90674,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87578,6 +90703,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87606,6 +90732,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87634,6 +90761,7 @@ "orig": "Additionnez les lignes ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87662,6 +90790,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87690,6 +90819,7 @@ "orig": " \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87718,6 +90848,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87746,6 +90877,7 @@ "orig": ". Ce r\u00e9sultat est le montant total de votre remboursement ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87774,6 +90906,7 @@ "orig": "de la taxe, ce qui doit \u00eatre sup\u00e9rieur \u00e0 25 $.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87802,6 +90935,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87830,6 +90964,7 @@ "orig": "Partie E - Attestation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -87858,6 +90993,7 @@ "orig": "J'atteste que les renseignements fournis dans cette demande et dans tout document joint sont exacts et complets et que les ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87886,6 +91022,7 @@ "orig": "montants demand\u00e9s comme remboursement n'ont pas d\u00e9j\u00e0 \u00e9t\u00e9 rembours\u00e9s, cr\u00e9dit\u00e9s ou vers\u00e9s au demandeur identifi\u00e9 \u00e0 la ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87914,6 +91051,7 @@ "orig": "partie A et n'ont pas d\u00e9j\u00e0 \u00e9t\u00e9 demand\u00e9s comme cr\u00e9dits de taxe sur les intrants dans la d\u00e9claration de la TPS/TVH du ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87942,6 +91080,7 @@ "orig": "demandeur. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87970,6 +91109,7 @@ "orig": "J'atteste \u00e9galement que le demandeur n'a pas le droit de demander les montants comme cr\u00e9dit de taxe sur les intrants ou ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87998,6 +91138,7 @@ "orig": "d'obtenir autrement un remboursement ou une remise des montants et que le demandeur n'a pas re\u00e7u de note de cr\u00e9dit, ni ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88026,6 +91167,7 @@ "orig": "\u00e9mis de note de d\u00e9bit pour un remboursement, un ajustement ou un cr\u00e9dit pour tout montant demand\u00e9 dans cette demande ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88054,6 +91196,7 @@ "orig": "de remboursement.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88082,6 +91225,7 @@ "orig": "Nom (en lettres moul\u00e9es)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88110,6 +91254,7 @@ "orig": "Titre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88138,6 +91283,7 @@ "orig": "Num\u00e9ro de t\u00e9l\u00e9phone", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88166,6 +91312,7 @@ "orig": "Poste", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88194,6 +91341,7 @@ "orig": "Signature du demandeur ou de son repr\u00e9sentant autoris\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88222,6 +91370,7 @@ "orig": " Ann\u00e9e Mois Jour ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88250,6 +91399,7 @@ "orig": "Les renseignements personnels (y compris le NAS) sont recueillis et utilis\u00e9s aux fins d'appliquer ou d'ex\u00e9cuter la partie IX de la Loi sur la taxe d'accise, et des ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88278,6 +91428,7 @@ "orig": "programmes et activit\u00e9s connexes incluant l'administration de la taxe, les remboursements, les choix, la v\u00e9rification, l'observation et la perception. Les ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88306,6 +91457,7 @@ "orig": "renseignements recueillis peuvent \u00eatre communiqu\u00e9s \u00e0 une autre institution gouvernementale f\u00e9d\u00e9rale, provinciale, territoriale, autochtone ou \u00e9trang\u00e8re dans ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88334,6 +91486,7 @@ "orig": "la mesure o\u00f9 le droit l'autorise. Le d\u00e9faut de fournir ces renseignements pourrait entra\u00eener un paiement d'int\u00e9r\u00eats ou de p\u00e9nalit\u00e9s, ou d'autres mesures. Selon ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88362,6 +91515,7 @@ "orig": "la Loi sur la protection des renseignements personnels, les particuliers ont le droit \u00e0 la protection, \u00e0 l'acc\u00e8s et \u00e0 la correction de leurs renseignements ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88390,6 +91544,7 @@ "orig": "personnels et de d\u00e9poser une plainte aupr\u00e8s du Commissaire \u00e0 la protection de la vie priv\u00e9e du Canada concernant le traitement de leurs renseignements ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88418,6 +91573,7 @@ "orig": "personnels. Consultez le Fichier de renseignements personnels ARC PPU 241 sur Info Source \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88446,6 +91602,7 @@ "orig": "canada.ca/arc-info-source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -88474,6 +91631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88502,6 +91660,7 @@ "orig": "GST495 F (24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88530,6 +91689,7 @@ "orig": "Page 4 de 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88558,12 +91718,16 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", "font_name": "Form-font" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/form_fields.pdf.page_no_5.py.json b/tests/data/groundtruth/form_fields.pdf.page_no_5.py.json index 346a222b..fe9b2613 100644 --- a/tests/data/groundtruth/form_fields.pdf.page_no_5.py.json +++ b/tests/data/groundtruth/form_fields.pdf.page_no_5.py.json @@ -74,6 +74,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102,6 +103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130,6 +132,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -158,6 +161,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -186,6 +190,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -214,6 +219,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -242,6 +248,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -270,6 +277,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -298,6 +306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -326,6 +335,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -354,6 +364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -382,6 +393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -410,6 +422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -438,6 +451,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -466,6 +480,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -494,6 +509,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -522,6 +538,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -550,6 +567,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -578,6 +596,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -634,6 +654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -662,6 +683,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -690,6 +712,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -718,6 +741,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -746,6 +770,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -774,6 +799,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -802,6 +828,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -830,6 +857,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -858,6 +886,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -886,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -914,6 +944,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -942,6 +973,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -970,6 +1002,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -998,6 +1031,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1026,6 +1060,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1054,6 +1089,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1082,6 +1118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1110,6 +1147,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1138,6 +1176,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1166,6 +1205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1194,6 +1234,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1222,6 +1263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1250,6 +1292,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1278,6 +1321,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1306,6 +1350,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1334,6 +1379,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1362,6 +1408,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1390,6 +1437,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1418,6 +1466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1446,6 +1495,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1474,6 +1524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1502,6 +1553,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1530,6 +1582,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -1558,6 +1611,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1614,6 +1669,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1642,6 +1698,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1670,6 +1727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1698,6 +1756,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1726,6 +1785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1754,6 +1814,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1782,6 +1843,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1810,6 +1872,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1838,6 +1901,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1866,6 +1930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1894,6 +1959,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1922,6 +1988,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1950,6 +2017,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1978,6 +2046,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2006,6 +2075,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2034,6 +2104,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2062,6 +2133,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2090,6 +2162,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2118,6 +2191,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2146,6 +2220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2174,6 +2249,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2202,6 +2278,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2258,6 +2336,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2286,6 +2365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2314,6 +2394,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2342,6 +2423,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2370,6 +2452,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2398,6 +2481,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2426,6 +2510,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2454,6 +2539,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2482,6 +2568,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2510,6 +2597,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2538,6 +2626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2566,6 +2655,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2594,6 +2684,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2622,6 +2713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2650,6 +2742,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2678,6 +2771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2706,6 +2800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2734,6 +2829,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2762,6 +2858,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2790,6 +2887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2818,6 +2916,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2846,6 +2945,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2874,6 +2974,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2902,6 +3003,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2930,6 +3032,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2958,6 +3061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2986,6 +3090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3014,6 +3119,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3042,6 +3148,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3070,6 +3177,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3098,6 +3206,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3126,6 +3235,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3154,6 +3264,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3182,6 +3293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3210,6 +3322,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3238,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3266,6 +3380,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3294,6 +3409,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3322,6 +3438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3350,6 +3467,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3378,6 +3496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3406,6 +3525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3434,6 +3554,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3462,6 +3583,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3490,6 +3612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3518,6 +3641,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3546,6 +3670,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3574,6 +3699,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3602,6 +3728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3630,6 +3757,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3658,6 +3786,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3686,6 +3815,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3714,6 +3844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3742,6 +3873,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3770,6 +3902,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3798,6 +3931,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3826,6 +3960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3854,6 +3989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3882,6 +4018,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3910,6 +4047,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3938,6 +4076,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3966,6 +4105,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3994,6 +4134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4022,6 +4163,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4050,6 +4192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4078,6 +4221,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4106,6 +4250,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4134,6 +4279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4162,6 +4308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4190,6 +4337,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4218,6 +4366,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4246,6 +4395,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4274,6 +4424,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4302,6 +4453,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4330,6 +4482,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4358,6 +4511,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4386,6 +4540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4414,6 +4569,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4442,6 +4598,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4470,6 +4627,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4498,6 +4656,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4526,6 +4685,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4554,6 +4714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4582,6 +4743,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4610,6 +4772,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4638,6 +4801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4666,6 +4830,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4694,6 +4859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4722,6 +4888,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4750,6 +4917,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4778,6 +4946,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4806,6 +4975,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4834,6 +5004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4862,6 +5033,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4890,6 +5062,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4918,6 +5091,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4946,6 +5120,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5002,6 +5178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5030,6 +5207,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5058,6 +5236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5114,6 +5294,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5142,6 +5323,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5170,6 +5352,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5198,6 +5381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5226,6 +5410,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -5254,6 +5439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5282,6 +5468,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5310,6 +5497,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5338,6 +5526,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5366,6 +5555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5422,6 +5613,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5450,6 +5642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5478,6 +5671,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5506,6 +5700,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5534,6 +5729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5562,6 +5758,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5590,6 +5787,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5618,6 +5816,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5646,6 +5845,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5674,6 +5874,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5702,6 +5903,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5730,6 +5932,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5758,6 +5961,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5786,6 +5990,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5814,6 +6019,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5842,6 +6048,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5870,6 +6077,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5898,6 +6106,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5926,6 +6135,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5954,6 +6164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5982,6 +6193,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6010,6 +6222,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6038,6 +6251,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6066,6 +6280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6094,6 +6309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6122,6 +6338,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6150,6 +6367,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6178,6 +6396,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6206,6 +6425,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6234,6 +6454,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6262,6 +6483,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6290,6 +6512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6318,6 +6541,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6346,6 +6570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6374,6 +6599,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6402,6 +6628,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6430,6 +6657,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6458,6 +6686,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6486,6 +6715,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6514,6 +6744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6542,6 +6773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6570,6 +6802,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6598,6 +6831,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6626,6 +6860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6654,6 +6889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6682,6 +6918,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6710,6 +6947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6738,6 +6976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6766,6 +7005,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6794,6 +7034,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6822,6 +7063,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6850,6 +7092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6878,6 +7121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6906,6 +7150,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6962,6 +7208,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -6990,6 +7237,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7018,6 +7266,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7046,6 +7295,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7074,6 +7324,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7102,6 +7353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7130,6 +7382,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7158,6 +7411,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7186,6 +7440,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7214,6 +7469,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7242,6 +7498,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7270,6 +7527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7298,6 +7556,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7326,6 +7585,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7354,6 +7614,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7382,6 +7643,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7410,6 +7672,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7438,6 +7701,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7466,6 +7730,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7522,6 +7788,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7550,6 +7817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7578,6 +7846,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7634,6 +7904,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7662,6 +7933,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7690,6 +7962,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7718,6 +7991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7746,6 +8020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7774,6 +8049,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7802,6 +8078,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7830,6 +8107,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7858,6 +8136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7886,6 +8165,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7914,6 +8194,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7942,6 +8223,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7970,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7998,6 +8281,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8026,6 +8310,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8054,6 +8339,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8082,6 +8368,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8110,6 +8397,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8138,6 +8426,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8166,6 +8455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8194,6 +8484,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8222,6 +8513,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8250,6 +8542,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8278,6 +8571,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8306,6 +8600,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8334,6 +8629,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8362,6 +8658,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8418,6 +8716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8446,6 +8745,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8474,6 +8774,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8502,6 +8803,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8530,6 +8832,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8558,6 +8861,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8586,6 +8890,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8642,6 +8948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8670,6 +8977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8698,6 +9006,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8726,6 +9035,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8754,6 +9064,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8782,6 +9093,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8810,6 +9122,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8838,6 +9151,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8866,6 +9180,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8894,6 +9209,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8922,6 +9238,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8950,6 +9267,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9034,6 +9354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9062,6 +9383,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9090,6 +9412,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9146,6 +9470,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9174,6 +9499,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9202,6 +9528,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9230,6 +9557,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9286,6 +9615,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9314,6 +9644,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9342,6 +9673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9370,6 +9702,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9398,6 +9731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9426,6 +9760,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9454,6 +9789,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9482,6 +9818,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9510,6 +9847,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9538,6 +9876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9566,6 +9905,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9594,6 +9934,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9622,6 +9963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9650,6 +9992,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9678,6 +10021,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9706,6 +10050,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9734,6 +10079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9762,6 +10108,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9790,6 +10137,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9818,6 +10166,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9846,6 +10195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9874,6 +10224,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9902,6 +10253,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9958,6 +10311,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -9986,6 +10340,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10014,6 +10369,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10042,6 +10398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10070,6 +10427,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10098,6 +10456,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10126,6 +10485,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10154,6 +10514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10182,6 +10543,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10210,6 +10572,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10238,6 +10601,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10266,6 +10630,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10294,6 +10659,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10322,6 +10688,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10350,6 +10717,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10378,6 +10746,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10406,6 +10775,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10434,6 +10804,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10490,6 +10862,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10518,6 +10891,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10546,6 +10920,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10574,6 +10949,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10602,6 +10978,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10630,6 +11007,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10658,6 +11036,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10686,6 +11065,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10714,6 +11094,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10742,6 +11123,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10770,6 +11152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10798,6 +11181,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10826,6 +11210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10854,6 +11239,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10882,6 +11268,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10910,6 +11297,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10938,6 +11326,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10966,6 +11355,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -10994,6 +11384,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11022,6 +11413,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11050,6 +11442,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11078,6 +11471,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11106,6 +11500,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11134,6 +11529,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11162,6 +11558,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11190,6 +11587,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11218,6 +11616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11246,6 +11645,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11274,6 +11674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11302,6 +11703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11330,6 +11732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11358,6 +11761,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11386,6 +11790,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11414,6 +11819,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11442,6 +11848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11470,6 +11877,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11498,6 +11906,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11526,6 +11935,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11554,6 +11964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11582,6 +11993,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11610,6 +12022,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11638,6 +12051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11666,6 +12080,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11694,6 +12109,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11722,6 +12138,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11750,6 +12167,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11778,6 +12196,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11806,6 +12225,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11834,6 +12254,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11862,6 +12283,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11890,6 +12312,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11918,6 +12341,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11946,6 +12370,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -11974,6 +12399,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12002,6 +12428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12030,6 +12457,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12058,6 +12486,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12114,6 +12544,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12142,6 +12573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12170,6 +12602,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12198,6 +12631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12226,6 +12660,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12254,6 +12689,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12282,6 +12718,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12310,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12338,6 +12776,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12366,6 +12805,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12394,6 +12834,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12422,6 +12863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12450,6 +12892,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12478,6 +12921,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12506,6 +12950,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12534,6 +12979,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12562,6 +13008,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12590,6 +13037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12618,6 +13066,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12646,6 +13095,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12674,6 +13124,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12702,6 +13153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12730,6 +13182,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12758,6 +13211,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12814,6 +13269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12842,6 +13298,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12870,6 +13327,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12898,6 +13356,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12926,6 +13385,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12954,6 +13414,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -12982,6 +13443,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13010,6 +13472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13038,6 +13501,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13066,6 +13530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13094,6 +13559,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13122,6 +13588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13150,6 +13617,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13178,6 +13646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13206,6 +13675,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13234,6 +13704,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13262,6 +13733,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13290,6 +13762,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13318,6 +13791,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13346,6 +13820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13374,6 +13849,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13430,6 +13907,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13458,6 +13936,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13486,6 +13965,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13514,6 +13994,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13542,6 +14023,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13570,6 +14052,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13598,6 +14081,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13626,6 +14110,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13682,6 +14168,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13710,6 +14197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13738,6 +14226,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13766,6 +14255,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13794,6 +14284,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13822,6 +14313,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13850,6 +14342,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13878,6 +14371,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13906,6 +14400,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13934,6 +14429,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13962,6 +14458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -13990,6 +14487,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14018,6 +14516,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14046,6 +14545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14074,6 +14574,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14102,6 +14603,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14158,6 +14661,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14186,6 +14690,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14214,6 +14719,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14242,6 +14748,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14270,6 +14777,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14298,6 +14806,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14326,6 +14835,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14354,6 +14864,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14382,6 +14893,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14410,6 +14922,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14438,6 +14951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14466,6 +14980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14494,6 +15009,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14522,6 +15038,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14550,6 +15067,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14578,6 +15096,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14606,6 +15125,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14634,6 +15154,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14662,6 +15183,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14690,6 +15212,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14718,6 +15241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14746,6 +15270,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14774,6 +15299,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14802,6 +15328,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14830,6 +15357,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14858,6 +15386,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14886,6 +15415,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14914,6 +15444,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14942,6 +15473,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14970,6 +15502,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15026,6 +15560,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15054,6 +15589,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15082,6 +15618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15110,6 +15647,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15138,6 +15676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15166,6 +15705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15194,6 +15734,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15222,6 +15763,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15250,6 +15792,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15278,6 +15821,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15306,6 +15850,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15334,6 +15879,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15362,6 +15908,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15390,6 +15937,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15418,6 +15966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15446,6 +15995,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15474,6 +16024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15502,6 +16053,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15530,6 +16082,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15558,6 +16111,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15586,6 +16140,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15614,6 +16169,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15642,6 +16198,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15670,6 +16227,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15698,6 +16256,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15726,6 +16285,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15754,6 +16314,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15782,6 +16343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15810,6 +16372,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15838,6 +16401,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15866,6 +16430,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15894,6 +16459,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15922,6 +16488,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15950,6 +16517,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -15978,6 +16546,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16006,6 +16575,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16034,6 +16604,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16062,6 +16633,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16090,6 +16662,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16118,6 +16691,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16146,6 +16720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16174,6 +16749,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16202,6 +16778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16230,6 +16807,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16258,6 +16836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16286,6 +16865,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16314,6 +16894,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16342,6 +16923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16370,6 +16952,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16398,6 +16981,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16426,6 +17010,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16454,6 +17039,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16482,6 +17068,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16510,6 +17097,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16538,6 +17126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16566,6 +17155,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16594,6 +17184,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16622,6 +17213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16678,6 +17271,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16706,6 +17300,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16734,6 +17329,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16762,6 +17358,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16818,6 +17416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16846,6 +17445,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16874,6 +17474,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16902,6 +17503,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16958,6 +17561,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -16986,6 +17590,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17014,6 +17619,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17042,6 +17648,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17070,6 +17677,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17098,6 +17706,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17126,6 +17735,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17154,6 +17764,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17182,6 +17793,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17210,6 +17822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17238,6 +17851,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17266,6 +17880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17294,6 +17909,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17322,6 +17938,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17350,6 +17967,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17378,6 +17996,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17406,6 +18025,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17434,6 +18054,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17462,6 +18083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17490,6 +18112,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17518,6 +18141,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17546,6 +18170,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17574,6 +18199,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17602,6 +18228,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17630,6 +18257,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17658,6 +18286,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17686,6 +18315,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17714,6 +18344,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17742,6 +18373,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17770,6 +18402,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17798,6 +18431,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17826,6 +18460,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17854,6 +18489,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17882,6 +18518,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17910,6 +18547,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17938,6 +18576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17966,6 +18605,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17994,6 +18634,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18050,6 +18692,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18078,6 +18721,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18106,6 +18750,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18134,6 +18779,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18162,6 +18808,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18190,6 +18837,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18218,6 +18866,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18246,6 +18895,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18274,6 +18924,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18302,6 +18953,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18330,6 +18982,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18358,6 +19011,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18386,6 +19040,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18414,6 +19069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18442,6 +19098,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18470,6 +19127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18498,6 +19156,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18526,6 +19185,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18554,6 +19214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18582,6 +19243,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18610,6 +19272,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18638,6 +19301,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18666,6 +19330,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18694,6 +19359,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18722,6 +19388,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18750,6 +19417,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18778,6 +19446,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18806,6 +19475,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18834,6 +19504,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18862,6 +19533,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18890,6 +19562,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18918,6 +19591,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18946,6 +19620,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18974,6 +19649,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19002,6 +19678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19030,6 +19707,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19058,6 +19736,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19086,6 +19765,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19114,6 +19794,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19142,6 +19823,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19170,6 +19852,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19198,6 +19881,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19226,6 +19910,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19254,6 +19939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19282,6 +19968,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19310,6 +19997,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19338,6 +20026,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19366,6 +20055,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19394,6 +20084,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19422,6 +20113,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19450,6 +20142,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19478,6 +20171,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19506,6 +20200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19534,6 +20229,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19562,6 +20258,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19590,6 +20287,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19618,6 +20316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19646,6 +20345,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19702,6 +20403,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19758,6 +20461,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19786,6 +20490,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19814,6 +20519,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19842,6 +20548,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19870,6 +20577,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19898,6 +20606,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19926,6 +20635,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19954,6 +20664,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19982,6 +20693,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20010,6 +20722,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20038,6 +20751,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20066,6 +20780,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20094,6 +20809,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20122,6 +20838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20150,6 +20867,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20178,6 +20896,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20206,6 +20925,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20234,6 +20954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20262,6 +20983,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20290,6 +21012,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20318,6 +21041,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20346,6 +21070,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20374,6 +21099,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20430,6 +21157,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20458,6 +21186,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20486,6 +21215,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20514,6 +21244,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20542,6 +21273,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20570,6 +21302,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20598,6 +21331,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20626,6 +21360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20654,6 +21389,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20682,6 +21418,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20710,6 +21447,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20738,6 +21476,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20766,6 +21505,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20794,6 +21534,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20822,6 +21563,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20850,6 +21592,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20878,6 +21621,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20906,6 +21650,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20934,6 +21679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20962,6 +21708,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20990,6 +21737,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21018,6 +21766,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21046,6 +21795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21074,6 +21824,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21102,6 +21853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21130,6 +21882,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21158,6 +21911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21186,6 +21940,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21214,6 +21969,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21242,6 +21998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21270,6 +22027,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21298,6 +22056,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21326,6 +22085,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21354,6 +22114,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21382,6 +22143,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21410,6 +22172,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21438,6 +22201,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21466,6 +22230,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21494,6 +22259,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21522,6 +22288,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21550,6 +22317,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21578,6 +22346,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21606,6 +22375,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21634,6 +22404,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21662,6 +22433,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21690,6 +22462,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21718,6 +22491,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21746,6 +22520,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21774,6 +22549,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21802,6 +22578,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21830,6 +22607,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21858,6 +22636,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21886,6 +22665,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21914,6 +22694,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21942,6 +22723,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21970,6 +22752,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21998,6 +22781,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22026,6 +22810,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22054,6 +22839,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22110,6 +22897,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22138,6 +22926,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22166,6 +22955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22194,6 +22984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22222,6 +23013,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22250,6 +23042,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22278,6 +23071,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22306,6 +23100,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22334,6 +23129,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22362,6 +23158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22390,6 +23187,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22418,6 +23216,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22446,6 +23245,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22474,6 +23274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22502,6 +23303,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22530,6 +23332,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22558,6 +23361,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22586,6 +23390,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22614,6 +23419,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22642,6 +23448,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22670,6 +23477,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22698,6 +23506,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22726,6 +23535,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22754,6 +23564,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22782,6 +23593,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22810,6 +23622,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22838,6 +23651,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22866,6 +23680,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22894,6 +23709,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22922,6 +23738,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22950,6 +23767,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22978,6 +23796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23006,6 +23825,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23034,6 +23854,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23062,6 +23883,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23090,6 +23912,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23118,6 +23941,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23146,6 +23970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23174,6 +23999,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23202,6 +24028,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23230,6 +24057,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23258,6 +24086,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23286,6 +24115,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23314,6 +24144,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23342,6 +24173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23370,6 +24202,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23398,6 +24231,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23426,6 +24260,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23454,6 +24289,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23482,6 +24318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23510,6 +24347,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23538,6 +24376,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23566,6 +24405,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23594,6 +24434,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23622,6 +24463,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23650,6 +24492,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23678,6 +24521,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23706,6 +24550,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23734,6 +24579,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23762,6 +24608,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23790,6 +24637,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23818,6 +24666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23846,6 +24695,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23874,6 +24724,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23902,6 +24753,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23930,6 +24782,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23958,6 +24811,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23986,6 +24840,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24014,6 +24869,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24070,6 +24927,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24098,6 +24956,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24126,6 +24985,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24154,6 +25014,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24210,6 +25072,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24238,6 +25101,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24266,6 +25130,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24294,6 +25159,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24322,6 +25188,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24350,6 +25217,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24378,6 +25246,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24406,6 +25275,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24434,6 +25304,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24462,6 +25333,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24490,6 +25362,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24518,6 +25391,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24546,6 +25420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24574,6 +25449,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24602,6 +25478,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24630,6 +25507,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24658,6 +25536,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24686,6 +25565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24714,6 +25594,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24742,6 +25623,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24770,6 +25652,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24798,6 +25681,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24826,6 +25710,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24854,6 +25739,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24882,6 +25768,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24910,6 +25797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24966,6 +25855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24994,6 +25884,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25022,6 +25913,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25050,6 +25942,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25078,6 +25971,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25106,6 +26000,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25134,6 +26029,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25162,6 +26058,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25190,6 +26087,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25218,6 +26116,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25246,6 +26145,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25274,6 +26174,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25302,6 +26203,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25330,6 +26232,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25358,6 +26261,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25386,6 +26290,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25414,6 +26319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25442,6 +26348,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25470,6 +26377,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25498,6 +26406,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25526,6 +26435,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25554,6 +26464,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25582,6 +26493,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25610,6 +26522,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25638,6 +26551,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25666,6 +26580,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25694,6 +26609,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25722,6 +26638,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25750,6 +26667,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25778,6 +26696,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25806,6 +26725,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25834,6 +26754,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25862,6 +26783,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25890,6 +26812,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25918,6 +26841,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25946,6 +26870,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26002,6 +26928,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26030,6 +26957,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26058,6 +26986,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26086,6 +27015,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26114,6 +27044,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26142,6 +27073,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26170,6 +27102,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26198,6 +27131,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26226,6 +27160,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26254,6 +27189,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26282,6 +27218,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26310,6 +27247,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26338,6 +27276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26366,6 +27305,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26394,6 +27334,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26422,6 +27363,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26450,6 +27392,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26478,6 +27421,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26506,6 +27450,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26534,6 +27479,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26562,6 +27508,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26590,6 +27537,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26618,6 +27566,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26646,6 +27595,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26674,6 +27624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26702,6 +27653,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26730,6 +27682,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26758,6 +27711,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26786,6 +27740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26842,6 +27798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26870,6 +27827,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26898,6 +27856,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26926,6 +27885,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26954,6 +27914,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -26982,6 +27943,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27010,6 +27972,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27038,6 +28001,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27066,6 +28030,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27122,6 +28088,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27150,6 +28117,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27178,6 +28146,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27206,6 +28175,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27234,6 +28204,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27262,6 +28233,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27290,6 +28262,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27318,6 +28291,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27346,6 +28320,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27402,6 +28378,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27430,6 +28407,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27458,6 +28436,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27486,6 +28465,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27514,6 +28494,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27542,6 +28523,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27570,6 +28552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27598,6 +28581,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27626,6 +28610,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27654,6 +28639,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27682,6 +28668,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27710,6 +28697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27738,6 +28726,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27766,6 +28755,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27794,6 +28784,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27822,6 +28813,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27850,6 +28842,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27906,6 +28900,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27934,6 +28929,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27962,6 +28958,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27990,6 +28987,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28018,6 +29016,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28046,6 +29045,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28074,6 +29074,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28102,6 +29103,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28130,6 +29132,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28158,6 +29161,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28186,6 +29190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28214,6 +29219,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28242,6 +29248,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28270,6 +29277,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28298,6 +29306,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28326,6 +29335,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28354,6 +29364,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28382,6 +29393,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28410,6 +29422,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28438,6 +29451,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28466,6 +29480,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28494,6 +29509,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28550,6 +29567,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28578,6 +29596,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28606,6 +29625,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28634,6 +29654,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28662,6 +29683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28690,6 +29712,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28718,6 +29741,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28746,6 +29770,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28774,6 +29799,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28802,6 +29828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28830,6 +29857,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28858,6 +29886,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28886,6 +29915,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28914,6 +29944,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28942,6 +29973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28970,6 +30002,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28998,6 +30031,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29026,6 +30060,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29054,6 +30089,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29082,6 +30118,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29110,6 +30147,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29138,6 +30176,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29166,6 +30205,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29194,6 +30234,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29222,6 +30263,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29250,6 +30292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29278,6 +30321,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29306,6 +30350,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29334,6 +30379,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29362,6 +30408,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29390,6 +30437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29418,6 +30466,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29446,6 +30495,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29474,6 +30524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29502,6 +30553,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29530,6 +30582,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29558,6 +30611,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29586,6 +30640,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29614,6 +30669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29642,6 +30698,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29670,6 +30727,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29698,6 +30756,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29726,6 +30785,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29754,6 +30814,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29782,6 +30843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29810,6 +30872,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29838,6 +30901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29866,6 +30930,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29894,6 +30959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29922,6 +30988,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29950,6 +31017,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -29978,6 +31046,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30006,6 +31075,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30034,6 +31104,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30062,6 +31133,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30090,6 +31162,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30118,6 +31191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30146,6 +31220,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30174,6 +31249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30202,6 +31278,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30230,6 +31307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30258,6 +31336,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30286,6 +31365,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30314,6 +31394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30342,6 +31423,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30370,6 +31452,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30398,6 +31481,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30426,6 +31510,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30454,6 +31539,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30482,6 +31568,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30510,6 +31597,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30538,6 +31626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30566,6 +31655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30594,6 +31684,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30622,6 +31713,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30650,6 +31742,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30678,6 +31771,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30706,6 +31800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -30734,6 +31829,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30762,6 +31858,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30790,6 +31887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30818,6 +31916,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30846,6 +31945,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30874,6 +31974,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30902,6 +32003,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30930,6 +32032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30958,6 +32061,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30986,6 +32090,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31014,6 +32119,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31042,6 +32148,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31070,6 +32177,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31098,6 +32206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31126,6 +32235,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31154,6 +32264,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31182,6 +32293,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31210,6 +32322,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31238,6 +32351,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31266,6 +32380,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31294,6 +32409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31322,6 +32438,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31350,6 +32467,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31378,6 +32496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31406,6 +32525,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31434,6 +32554,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31462,6 +32583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31490,6 +32612,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31518,6 +32641,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31546,6 +32670,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31574,6 +32699,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31602,6 +32728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31630,6 +32757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31658,6 +32786,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31686,6 +32815,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31714,6 +32844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31742,6 +32873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31770,6 +32902,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31798,6 +32931,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31826,6 +32960,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31854,6 +32989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31882,6 +33018,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31910,6 +33047,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31938,6 +33076,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31966,6 +33105,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -31994,6 +33134,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32022,6 +33163,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32050,6 +33192,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32078,6 +33221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32106,6 +33250,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32134,6 +33279,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32162,6 +33308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32190,6 +33337,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32218,6 +33366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32246,6 +33395,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32274,6 +33424,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32302,6 +33453,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32330,6 +33482,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32358,6 +33511,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32386,6 +33540,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32414,6 +33569,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32442,6 +33598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32470,6 +33627,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32498,6 +33656,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32526,6 +33685,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32554,6 +33714,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32582,6 +33743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32610,6 +33772,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32638,6 +33801,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32666,6 +33830,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32694,6 +33859,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32722,6 +33888,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32750,6 +33917,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32778,6 +33946,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32806,6 +33975,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32834,6 +34004,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32862,6 +34033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32890,6 +34062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32918,6 +34091,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32946,6 +34120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -32974,6 +34149,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33002,6 +34178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33030,6 +34207,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33058,6 +34236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33086,6 +34265,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33114,6 +34294,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33142,6 +34323,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33170,6 +34352,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33198,6 +34381,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33226,6 +34410,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33254,6 +34439,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33282,6 +34468,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33310,6 +34497,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33338,6 +34526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33366,6 +34555,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33394,6 +34584,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33422,6 +34613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33450,6 +34642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33478,6 +34671,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33506,6 +34700,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33534,6 +34729,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33562,6 +34758,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -33590,6 +34787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33618,6 +34816,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33646,6 +34845,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33674,6 +34874,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33702,6 +34903,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33730,6 +34932,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33758,6 +34961,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33786,6 +34990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33814,6 +35019,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33842,6 +35048,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33870,6 +35077,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33898,6 +35106,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33926,6 +35135,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33954,6 +35164,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33982,6 +35193,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34010,6 +35222,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34038,6 +35251,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34066,6 +35280,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34094,6 +35309,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34122,6 +35338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34150,6 +35367,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34178,6 +35396,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34206,6 +35425,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34234,6 +35454,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34262,6 +35483,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34290,6 +35512,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34318,6 +35541,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34346,6 +35570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34374,6 +35599,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34402,6 +35628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34430,6 +35657,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34458,6 +35686,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34486,6 +35715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34514,6 +35744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34542,6 +35773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34570,6 +35802,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34598,6 +35831,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34626,6 +35860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34654,6 +35889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34682,6 +35918,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34710,6 +35947,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34738,6 +35976,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34766,6 +36005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34794,6 +36034,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34822,6 +36063,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34850,6 +36092,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34878,6 +36121,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34906,6 +36150,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34934,6 +36179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34962,6 +36208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34990,6 +36237,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35018,6 +36266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35046,6 +36295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35074,6 +36324,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35102,6 +36353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35130,6 +36382,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35158,6 +36411,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35186,6 +36440,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35214,6 +36469,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35242,6 +36498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35270,6 +36527,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35298,6 +36556,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35326,6 +36585,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35354,6 +36614,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35382,6 +36643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35410,6 +36672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35438,6 +36701,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35466,6 +36730,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35494,6 +36759,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35522,6 +36788,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35550,6 +36817,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35578,6 +36846,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35606,6 +36875,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35634,6 +36904,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35662,6 +36933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35690,6 +36962,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35718,6 +36991,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35746,6 +37020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35774,6 +37049,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35802,6 +37078,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35830,6 +37107,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35858,6 +37136,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35886,6 +37165,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35914,6 +37194,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35942,6 +37223,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35970,6 +37252,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -35998,6 +37281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36026,6 +37310,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36054,6 +37339,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36082,6 +37368,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36110,6 +37397,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36138,6 +37426,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -36166,6 +37455,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36194,6 +37484,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36222,6 +37513,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36250,6 +37542,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36278,6 +37571,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36306,6 +37600,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36334,6 +37629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36362,6 +37658,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36390,6 +37687,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36418,6 +37716,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36446,6 +37745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36474,6 +37774,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36502,6 +37803,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36530,6 +37832,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36558,6 +37861,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36586,6 +37890,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36614,6 +37919,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36642,6 +37948,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36670,6 +37977,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36698,6 +38006,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36726,6 +38035,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36754,6 +38064,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36782,6 +38093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36810,6 +38122,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36838,6 +38151,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36866,6 +38180,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36894,6 +38209,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36922,6 +38238,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36950,6 +38267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -36978,6 +38296,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37006,6 +38325,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37034,6 +38354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37062,6 +38383,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37090,6 +38412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37118,6 +38441,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37146,6 +38470,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37174,6 +38499,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37202,6 +38528,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37230,6 +38557,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37258,6 +38586,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37286,6 +38615,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37314,6 +38644,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37342,6 +38673,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37370,6 +38702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37398,6 +38731,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37426,6 +38760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -37454,6 +38789,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37482,6 +38818,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37510,6 +38847,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37538,6 +38876,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37566,6 +38905,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37594,6 +38934,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37622,6 +38963,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37650,6 +38992,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37678,6 +39021,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37706,6 +39050,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37734,6 +39079,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37762,6 +39108,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37790,6 +39137,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37818,6 +39166,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37846,6 +39195,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37874,6 +39224,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37902,6 +39253,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37930,6 +39282,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37958,6 +39311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -37986,6 +39340,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -38014,6 +39369,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38042,6 +39398,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38070,6 +39427,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38098,6 +39456,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38126,6 +39485,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38154,6 +39514,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38182,6 +39543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38210,6 +39572,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38238,6 +39601,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38266,6 +39630,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38294,6 +39659,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38322,6 +39688,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38350,6 +39717,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38378,6 +39746,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38406,6 +39775,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38434,6 +39804,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38462,6 +39833,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38490,6 +39862,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38518,6 +39891,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38546,6 +39920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38574,6 +39949,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38602,6 +39978,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38630,6 +40007,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38658,6 +40036,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38686,6 +40065,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38714,6 +40094,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38742,6 +40123,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38770,6 +40152,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38798,6 +40181,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38826,6 +40210,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38854,6 +40239,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38882,6 +40268,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38910,6 +40297,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38938,6 +40326,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38966,6 +40355,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -38994,6 +40384,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39022,6 +40413,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39050,6 +40442,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39078,6 +40471,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39106,6 +40500,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39134,6 +40529,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39162,6 +40558,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39190,6 +40587,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39218,6 +40616,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39246,6 +40645,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39274,6 +40674,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39302,6 +40703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39330,6 +40732,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39358,6 +40761,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39386,6 +40790,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39414,6 +40819,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39442,6 +40848,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39470,6 +40877,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39498,6 +40906,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39526,6 +40935,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39554,6 +40964,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39582,6 +40993,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39610,6 +41022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39638,6 +41051,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39666,6 +41080,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39694,6 +41109,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39722,6 +41138,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39750,6 +41167,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39778,6 +41196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39806,6 +41225,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39834,6 +41254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39862,6 +41283,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39890,6 +41312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39918,6 +41341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39946,6 +41370,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -39974,6 +41399,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40002,6 +41428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40030,6 +41457,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40058,6 +41486,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40086,6 +41515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40114,6 +41544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40142,6 +41573,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40170,6 +41602,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40198,6 +41631,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40226,6 +41660,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40254,6 +41689,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40282,6 +41718,7 @@ "orig": "\u00e8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40310,6 +41747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40338,6 +41776,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40366,6 +41805,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40394,6 +41834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40422,6 +41863,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40450,6 +41892,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40478,6 +41921,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40506,6 +41950,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40534,6 +41979,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40562,6 +42008,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40590,6 +42037,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40618,6 +42066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40646,6 +42095,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40674,6 +42124,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40702,6 +42153,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40730,6 +42182,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40758,6 +42211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40786,6 +42240,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40814,6 +42269,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40842,6 +42298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40870,6 +42327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40898,6 +42356,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40926,6 +42385,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40954,6 +42414,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -40982,6 +42443,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41010,6 +42472,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41038,6 +42501,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41066,6 +42530,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41094,6 +42559,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41122,6 +42588,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41150,6 +42617,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41178,6 +42646,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41206,6 +42675,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41234,6 +42704,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41262,6 +42733,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41290,6 +42762,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41318,6 +42791,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41346,6 +42820,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41374,6 +42849,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41402,6 +42878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41430,6 +42907,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41458,6 +42936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41486,6 +42965,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41514,6 +42994,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41542,6 +43023,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41570,6 +43052,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41598,6 +43081,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41626,6 +43110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41654,6 +43139,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41682,6 +43168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41710,6 +43197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41738,6 +43226,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41766,6 +43255,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41794,6 +43284,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41822,6 +43313,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41850,6 +43342,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41878,6 +43371,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41906,6 +43400,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41934,6 +43429,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41962,6 +43458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -41990,6 +43487,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42018,6 +43516,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42046,6 +43545,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42074,6 +43574,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42102,6 +43603,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42130,6 +43632,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42158,6 +43661,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42186,6 +43690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42214,6 +43719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42242,6 +43748,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42270,6 +43777,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42298,6 +43806,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42326,6 +43835,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42354,6 +43864,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42382,6 +43893,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42410,6 +43922,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42438,6 +43951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42466,6 +43980,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42494,6 +44009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42522,6 +44038,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42550,6 +44067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42578,6 +44096,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42606,6 +44125,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42634,6 +44154,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42662,6 +44183,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42690,6 +44212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42718,6 +44241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42746,6 +44270,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42774,6 +44299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42802,6 +44328,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42830,6 +44357,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42858,6 +44386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42886,6 +44415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42914,6 +44444,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42942,6 +44473,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42970,6 +44502,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -42998,6 +44531,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43026,6 +44560,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43054,6 +44589,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43082,6 +44618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43110,6 +44647,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43138,6 +44676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43166,6 +44705,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43194,6 +44734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43222,6 +44763,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43250,6 +44792,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43278,6 +44821,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43306,6 +44850,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43334,6 +44879,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43362,6 +44908,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43390,6 +44937,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43418,6 +44966,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43446,6 +44995,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43474,6 +45024,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43502,6 +45053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43530,6 +45082,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43558,6 +45111,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43586,6 +45140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43614,6 +45169,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43642,6 +45198,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43670,6 +45227,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43698,6 +45256,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43726,6 +45285,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43754,6 +45314,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43782,6 +45343,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43810,6 +45372,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43838,6 +45401,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43866,6 +45430,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43894,6 +45459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43922,6 +45488,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43950,6 +45517,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -43978,6 +45546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44006,6 +45575,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44034,6 +45604,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44062,6 +45633,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44090,6 +45662,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44118,6 +45691,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44146,6 +45720,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44174,6 +45749,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44202,6 +45778,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44230,6 +45807,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44258,6 +45836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44286,6 +45865,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44314,6 +45894,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44342,6 +45923,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44370,6 +45952,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44398,6 +45981,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44426,6 +46010,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44454,6 +46039,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44482,6 +46068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44510,6 +46097,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44538,6 +46126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44566,6 +46155,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44594,6 +46184,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44622,6 +46213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44650,6 +46242,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44678,6 +46271,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44706,6 +46300,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44734,6 +46329,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44762,6 +46358,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44790,6 +46387,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44818,6 +46416,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44846,6 +46445,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44874,6 +46474,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44902,6 +46503,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44930,6 +46532,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44958,6 +46561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44986,6 +46590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45014,6 +46619,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45042,6 +46648,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -45070,6 +46677,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45098,6 +46706,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45126,6 +46735,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45154,6 +46764,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45182,6 +46793,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45210,6 +46822,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45238,6 +46851,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45266,6 +46880,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45294,6 +46909,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45322,6 +46938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45350,6 +46967,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45378,6 +46996,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45406,6 +47025,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45434,6 +47054,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45462,6 +47083,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45490,6 +47112,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45518,6 +47141,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45546,6 +47170,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45574,6 +47199,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45602,6 +47228,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45630,6 +47257,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45658,6 +47286,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45686,6 +47315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45714,6 +47344,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45742,6 +47373,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45770,6 +47402,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45798,6 +47431,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45826,6 +47460,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45854,6 +47489,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45882,6 +47518,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45910,6 +47547,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45938,6 +47576,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45966,6 +47605,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -45994,6 +47634,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46022,6 +47663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46050,6 +47692,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46078,6 +47721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46106,6 +47750,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46134,6 +47779,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46162,6 +47808,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46190,6 +47837,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46218,6 +47866,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46246,6 +47895,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46274,6 +47924,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46302,6 +47953,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46330,6 +47982,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46358,6 +48011,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46386,6 +48040,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -46414,6 +48069,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46442,6 +48098,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46470,6 +48127,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46498,6 +48156,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46526,6 +48185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46554,6 +48214,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46582,6 +48243,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46610,6 +48272,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46638,6 +48301,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46666,6 +48330,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46694,6 +48359,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46722,6 +48388,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46750,6 +48417,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46778,6 +48446,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46806,6 +48475,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46834,6 +48504,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46862,6 +48533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46890,6 +48562,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46918,6 +48591,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46946,6 +48620,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -46974,6 +48649,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47002,6 +48678,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47030,6 +48707,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47058,6 +48736,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47086,6 +48765,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47114,6 +48794,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47142,6 +48823,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47170,6 +48852,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47198,6 +48881,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47226,6 +48910,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47254,6 +48939,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47282,6 +48968,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47310,6 +48997,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47338,6 +49026,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47366,6 +49055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47394,6 +49084,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47422,6 +49113,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47450,6 +49142,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -47478,6 +49171,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47506,6 +49200,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47534,6 +49229,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47562,6 +49258,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47590,6 +49287,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47618,6 +49316,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47646,6 +49345,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47674,6 +49374,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47702,6 +49403,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47730,6 +49432,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47758,6 +49461,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47786,6 +49490,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47814,6 +49519,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47842,6 +49548,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47870,6 +49577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47898,6 +49606,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47926,6 +49635,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47954,6 +49664,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -47982,6 +49693,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48010,6 +49722,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48038,6 +49751,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48066,6 +49780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48094,6 +49809,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48122,6 +49838,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48150,6 +49867,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48178,6 +49896,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48206,6 +49925,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -48234,6 +49954,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48262,6 +49983,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48290,6 +50012,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48318,6 +50041,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48346,6 +50070,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48374,6 +50099,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48402,6 +50128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48430,6 +50157,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48458,6 +50186,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48486,6 +50215,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48514,6 +50244,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48542,6 +50273,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48570,6 +50302,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48598,6 +50331,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48626,6 +50360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48654,6 +50389,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48682,6 +50418,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48710,6 +50447,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48738,6 +50476,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48766,6 +50505,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48794,6 +50534,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48822,6 +50563,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48850,6 +50592,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48878,6 +50621,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48906,6 +50650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48934,6 +50679,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48962,6 +50708,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -48990,6 +50737,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49018,6 +50766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49046,6 +50795,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49074,6 +50824,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49102,6 +50853,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49130,6 +50882,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49158,6 +50911,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49186,6 +50940,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49214,6 +50969,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49242,6 +50998,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49270,6 +51027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49298,6 +51056,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49326,6 +51085,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49354,6 +51114,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49382,6 +51143,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49410,6 +51172,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49438,6 +51201,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49466,6 +51230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49494,6 +51259,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49522,6 +51288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49550,6 +51317,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49578,6 +51346,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49606,6 +51375,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49634,6 +51404,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49662,6 +51433,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49690,6 +51462,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49718,6 +51491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49746,6 +51520,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49774,6 +51549,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49802,6 +51578,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49830,6 +51607,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49858,6 +51636,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49886,6 +51665,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49914,6 +51694,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49942,6 +51723,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49970,6 +51752,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -49998,6 +51781,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50026,6 +51810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50054,6 +51839,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50082,6 +51868,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50110,6 +51897,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50138,6 +51926,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50166,6 +51955,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50194,6 +51984,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50222,6 +52013,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50250,6 +52042,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50278,6 +52071,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50306,6 +52100,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50334,6 +52129,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50362,6 +52158,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50390,6 +52187,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50418,6 +52216,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50446,6 +52245,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50474,6 +52274,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50502,6 +52303,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50530,6 +52332,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50558,6 +52361,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50586,6 +52390,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50614,6 +52419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50642,6 +52448,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50670,6 +52477,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50698,6 +52506,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50726,6 +52535,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50754,6 +52564,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50782,6 +52593,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50810,6 +52622,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50838,6 +52651,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50866,6 +52680,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50894,6 +52709,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50922,6 +52738,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50950,6 +52767,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -50978,6 +52796,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51006,6 +52825,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51034,6 +52854,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51062,6 +52883,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51090,6 +52912,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51118,6 +52941,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51146,6 +52970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51174,6 +52999,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51202,6 +53028,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51230,6 +53057,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51258,6 +53086,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51286,6 +53115,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51314,6 +53144,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51342,6 +53173,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51370,6 +53202,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51398,6 +53231,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51426,6 +53260,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51454,6 +53289,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51482,6 +53318,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51510,6 +53347,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51538,6 +53376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51566,6 +53405,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51594,6 +53434,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51622,6 +53463,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51650,6 +53492,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51678,6 +53521,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51706,6 +53550,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51734,6 +53579,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51762,6 +53608,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51790,6 +53637,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -51818,6 +53666,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51846,6 +53695,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51874,6 +53724,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51902,6 +53753,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51930,6 +53782,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51958,6 +53811,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -51986,6 +53840,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52014,6 +53869,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52042,6 +53898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52070,6 +53927,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52098,6 +53956,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52126,6 +53985,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52154,6 +54014,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52182,6 +54043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52210,6 +54072,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52238,6 +54101,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52266,6 +54130,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52294,6 +54159,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52322,6 +54188,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52350,6 +54217,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52378,6 +54246,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52406,6 +54275,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52434,6 +54304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52462,6 +54333,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52490,6 +54362,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52518,6 +54391,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52546,6 +54420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52574,6 +54449,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52602,6 +54478,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52630,6 +54507,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52658,6 +54536,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52686,6 +54565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52714,6 +54594,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52742,6 +54623,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52770,6 +54652,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52798,6 +54681,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52826,6 +54710,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52854,6 +54739,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52882,6 +54768,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52910,6 +54797,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52938,6 +54826,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52966,6 +54855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -52994,6 +54884,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53022,6 +54913,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53050,6 +54942,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53078,6 +54971,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53106,6 +55000,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53134,6 +55029,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53162,6 +55058,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53190,6 +55087,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53218,6 +55116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53246,6 +55145,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53274,6 +55174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53302,6 +55203,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53330,6 +55232,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53358,6 +55261,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53386,6 +55290,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53414,6 +55319,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53442,6 +55348,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53470,6 +55377,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53498,6 +55406,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53526,6 +55435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53554,6 +55464,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53582,6 +55493,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53610,6 +55522,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53638,6 +55551,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53666,6 +55580,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53694,6 +55609,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53722,6 +55638,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53750,6 +55667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53778,6 +55696,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53806,6 +55725,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53834,6 +55754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53862,6 +55783,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53890,6 +55812,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53918,6 +55841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53946,6 +55870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -53974,6 +55899,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54002,6 +55928,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54030,6 +55957,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54058,6 +55986,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54086,6 +56015,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54114,6 +56044,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54142,6 +56073,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54170,6 +56102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54198,6 +56131,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54226,6 +56160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54254,6 +56189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54282,6 +56218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54310,6 +56247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54338,6 +56276,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54366,6 +56305,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54394,6 +56334,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54422,6 +56363,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54450,6 +56392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54478,6 +56421,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54506,6 +56450,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54534,6 +56479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54562,6 +56508,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54590,6 +56537,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54618,6 +56566,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54646,6 +56595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54674,6 +56624,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54702,6 +56653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54730,6 +56682,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54758,6 +56711,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54786,6 +56740,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54814,6 +56769,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54842,6 +56798,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54870,6 +56827,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54898,6 +56856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54926,6 +56885,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54954,6 +56914,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -54982,6 +56943,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55010,6 +56972,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55038,6 +57001,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55066,6 +57030,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55094,6 +57059,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55122,6 +57088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55150,6 +57117,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55178,6 +57146,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55206,6 +57175,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55234,6 +57204,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55262,6 +57233,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55290,6 +57262,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55318,6 +57291,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55346,6 +57320,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55374,6 +57349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55402,6 +57378,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55430,6 +57407,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55458,6 +57436,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55486,6 +57465,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55514,6 +57494,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55542,6 +57523,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55570,6 +57552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55598,6 +57581,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55626,6 +57610,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55654,6 +57639,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55682,6 +57668,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55710,6 +57697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55738,6 +57726,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55766,6 +57755,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55794,6 +57784,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55822,6 +57813,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55850,6 +57842,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55878,6 +57871,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55906,6 +57900,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55934,6 +57929,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -55962,6 +57958,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55990,6 +57987,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56018,6 +58016,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56046,6 +58045,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56074,6 +58074,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56102,6 +58103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56130,6 +58132,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56158,6 +58161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56186,6 +58190,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56214,6 +58219,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56242,6 +58248,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56270,6 +58277,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56298,6 +58306,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56326,6 +58335,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56354,6 +58364,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56382,6 +58393,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56410,6 +58422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56438,6 +58451,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56466,6 +58480,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56494,6 +58509,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56522,6 +58538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56550,6 +58567,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56578,6 +58596,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56606,6 +58625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56634,6 +58654,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56662,6 +58683,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56690,6 +58712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56718,6 +58741,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56746,6 +58770,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56774,6 +58799,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56802,6 +58828,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56830,6 +58857,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56858,6 +58886,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56886,6 +58915,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56914,6 +58944,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56942,6 +58973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56970,6 +59002,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -56998,6 +59031,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57026,6 +59060,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57054,6 +59089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57082,6 +59118,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57110,6 +59147,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57138,6 +59176,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57166,6 +59205,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57194,6 +59234,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57222,6 +59263,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57250,6 +59292,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57278,6 +59321,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57306,6 +59350,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57334,6 +59379,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57362,6 +59408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57390,6 +59437,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57418,6 +59466,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57446,6 +59495,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57474,6 +59524,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57502,6 +59553,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57530,6 +59582,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57558,6 +59611,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57586,6 +59640,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57614,6 +59669,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57642,6 +59698,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57670,6 +59727,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57698,6 +59756,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57726,6 +59785,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57754,6 +59814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57782,6 +59843,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57810,6 +59872,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57838,6 +59901,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57866,6 +59930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57894,6 +59959,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57922,6 +59988,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57950,6 +60017,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -57978,6 +60046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58006,6 +60075,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58034,6 +60104,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58062,6 +60133,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58090,6 +60162,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58118,6 +60191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58146,6 +60220,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58174,6 +60249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58202,6 +60278,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58230,6 +60307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58258,6 +60336,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58286,6 +60365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58314,6 +60394,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58342,6 +60423,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58370,6 +60452,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58398,6 +60481,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58426,6 +60510,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58454,6 +60539,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58482,6 +60568,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58510,6 +60597,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58538,6 +60626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58566,6 +60655,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58594,6 +60684,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58622,6 +60713,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58650,6 +60742,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58678,6 +60771,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58706,6 +60800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58734,6 +60829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58762,6 +60858,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58790,6 +60887,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58818,6 +60916,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58846,6 +60945,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58874,6 +60974,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58902,6 +61003,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58930,6 +61032,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58958,6 +61061,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58986,6 +61090,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59014,6 +61119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59042,6 +61148,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59070,6 +61177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59098,6 +61206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59126,6 +61235,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59154,6 +61264,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59182,6 +61293,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59210,6 +61322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59238,6 +61351,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59266,6 +61380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59294,6 +61409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59322,6 +61438,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59350,6 +61467,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59378,6 +61496,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59406,6 +61525,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59434,6 +61554,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59462,6 +61583,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59490,6 +61612,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59518,6 +61641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59546,6 +61670,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59574,6 +61699,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59602,6 +61728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59630,6 +61757,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59658,6 +61786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59686,6 +61815,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59714,6 +61844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59742,6 +61873,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59770,6 +61902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59798,6 +61931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59826,6 +61960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59854,6 +61989,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59882,6 +62018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59910,6 +62047,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59938,6 +62076,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59966,6 +62105,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59994,6 +62134,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60022,6 +62163,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60050,6 +62192,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60078,6 +62221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60106,6 +62250,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60134,6 +62279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60162,6 +62308,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60190,6 +62337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60218,6 +62366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60246,6 +62395,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60274,6 +62424,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60302,6 +62453,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60330,6 +62482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60358,6 +62511,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60386,6 +62540,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60414,6 +62569,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60442,6 +62598,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60470,6 +62627,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60498,6 +62656,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60526,6 +62685,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60554,6 +62714,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60582,6 +62743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60610,6 +62772,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60638,6 +62801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60666,6 +62830,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60694,6 +62859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60722,6 +62888,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60750,6 +62917,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60778,6 +62946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60806,6 +62975,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60834,6 +63004,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60862,6 +63033,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60890,6 +63062,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60918,6 +63091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60946,6 +63120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60974,6 +63149,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61002,6 +63178,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61030,6 +63207,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61058,6 +63236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61086,6 +63265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61114,6 +63294,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61142,6 +63323,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61170,6 +63352,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61198,6 +63381,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61226,6 +63410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61254,6 +63439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61282,6 +63468,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61310,6 +63497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61338,6 +63526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61366,6 +63555,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61394,6 +63584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61422,6 +63613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61450,6 +63642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61478,6 +63671,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61506,6 +63700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61534,6 +63729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61562,6 +63758,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61590,6 +63787,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61618,6 +63816,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61646,6 +63845,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61674,6 +63874,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61702,6 +63903,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61730,6 +63932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61758,6 +63961,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61786,6 +63990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61814,6 +64019,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61842,6 +64048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61870,6 +64077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61898,6 +64106,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61926,6 +64135,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61954,6 +64164,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61982,6 +64193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62010,6 +64222,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62038,6 +64251,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62066,6 +64280,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62094,6 +64309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62122,6 +64338,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62150,6 +64367,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62178,6 +64396,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62206,6 +64425,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62234,6 +64454,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62262,6 +64483,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62290,6 +64512,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62318,6 +64541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62346,6 +64570,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62374,6 +64599,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62402,6 +64628,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62430,6 +64657,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62458,6 +64686,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62486,6 +64715,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62514,6 +64744,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62542,6 +64773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62570,6 +64802,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62598,6 +64831,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62626,6 +64860,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62654,6 +64889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62682,6 +64918,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62710,6 +64947,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62738,6 +64976,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62766,6 +65005,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62794,6 +65034,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62822,6 +65063,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62850,6 +65092,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62878,6 +65121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62906,6 +65150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62934,6 +65179,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62962,6 +65208,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62990,6 +65237,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63018,6 +65266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63046,6 +65295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63074,6 +65324,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63102,6 +65353,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63130,6 +65382,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63158,6 +65411,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63186,6 +65440,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63214,6 +65469,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63242,6 +65498,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63270,6 +65527,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63298,6 +65556,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63326,6 +65585,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63354,6 +65614,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63382,6 +65643,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63410,6 +65672,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63438,6 +65701,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63466,6 +65730,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63494,6 +65759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63522,6 +65788,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63550,6 +65817,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63578,6 +65846,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63606,6 +65875,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63634,6 +65904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63662,6 +65933,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63690,6 +65962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63718,6 +65991,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63746,6 +66020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63774,6 +66049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63802,6 +66078,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63830,6 +66107,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63858,6 +66136,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63886,6 +66165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63914,6 +66194,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63942,6 +66223,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63970,6 +66252,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -63998,6 +66281,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64026,6 +66310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64054,6 +66339,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64082,6 +66368,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64110,6 +66397,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64138,6 +66426,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64166,6 +66455,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64194,6 +66484,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64222,6 +66513,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64250,6 +66542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64278,6 +66571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64306,6 +66600,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64334,6 +66629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64362,6 +66658,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64390,6 +66687,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64418,6 +66716,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64446,6 +66745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64474,6 +66774,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64502,6 +66803,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64530,6 +66832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64558,6 +66861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64586,6 +66890,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64614,6 +66919,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64642,6 +66948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64670,6 +66977,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64698,6 +67006,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64726,6 +67035,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64754,6 +67064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64782,6 +67093,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64810,6 +67122,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64838,6 +67151,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64866,6 +67180,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64894,6 +67209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64922,6 +67238,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64950,6 +67267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -64978,6 +67296,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65006,6 +67325,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65034,6 +67354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65062,6 +67383,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65090,6 +67412,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65118,6 +67441,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65146,6 +67470,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65174,6 +67499,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65202,6 +67528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65230,6 +67557,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65258,6 +67586,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65286,6 +67615,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65314,6 +67644,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65342,6 +67673,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65370,6 +67702,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65398,6 +67731,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65426,6 +67760,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65454,6 +67789,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65482,6 +67818,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65510,6 +67847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65538,6 +67876,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65566,6 +67905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65594,6 +67934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65622,6 +67963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65650,6 +67992,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65678,6 +68021,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65706,6 +68050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65734,6 +68079,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65762,6 +68108,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65790,6 +68137,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65818,6 +68166,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65846,6 +68195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65874,6 +68224,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65902,6 +68253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65930,6 +68282,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65958,6 +68311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -65986,6 +68340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66014,6 +68369,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66042,6 +68398,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66070,6 +68427,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66098,6 +68456,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66126,6 +68485,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66154,6 +68514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66182,6 +68543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66210,6 +68572,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66238,6 +68601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66266,6 +68630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66294,6 +68659,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66322,6 +68688,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66350,6 +68717,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66378,6 +68746,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66406,6 +68775,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66434,6 +68804,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66462,6 +68833,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66490,6 +68862,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66518,6 +68891,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66546,6 +68920,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66574,6 +68949,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66602,6 +68978,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66630,6 +69007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66658,6 +69036,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66686,6 +69065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66714,6 +69094,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66742,6 +69123,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66770,6 +69152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66798,6 +69181,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66826,6 +69210,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66854,6 +69239,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66882,6 +69268,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66910,6 +69297,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66938,6 +69326,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66966,6 +69355,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -66994,6 +69384,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67022,6 +69413,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67050,6 +69442,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67078,6 +69471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67106,6 +69500,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67134,6 +69529,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67162,6 +69558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67190,6 +69587,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67218,6 +69616,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67246,6 +69645,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67274,6 +69674,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67302,6 +69703,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67330,6 +69732,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67358,6 +69761,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67386,6 +69790,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67414,6 +69819,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67442,6 +69848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67470,6 +69877,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67498,6 +69906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67526,6 +69935,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67554,6 +69964,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67582,6 +69993,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67610,6 +70022,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67638,6 +70051,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67666,6 +70080,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67694,6 +70109,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67722,6 +70138,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67750,6 +70167,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67778,6 +70196,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67806,6 +70225,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67834,6 +70254,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67862,6 +70283,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67890,6 +70312,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67918,6 +70341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67946,6 +70370,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67974,6 +70399,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68002,6 +70428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68030,6 +70457,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68058,6 +70486,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68086,6 +70515,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68114,6 +70544,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68142,6 +70573,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68170,6 +70602,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68198,6 +70631,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68226,6 +70660,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68254,6 +70689,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68282,6 +70718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68310,6 +70747,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68338,6 +70776,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68366,6 +70805,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68394,6 +70834,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68422,6 +70863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68450,6 +70892,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68478,6 +70921,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68506,6 +70950,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68534,6 +70979,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68562,6 +71008,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68590,6 +71037,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68618,6 +71066,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68646,6 +71095,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68674,6 +71124,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68702,6 +71153,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68730,6 +71182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68758,6 +71211,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68786,6 +71240,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68814,6 +71269,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68842,6 +71298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68870,6 +71327,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68898,6 +71356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68926,6 +71385,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68954,6 +71414,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68982,6 +71443,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69010,6 +71472,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69038,6 +71501,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69066,6 +71530,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69094,6 +71559,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69122,6 +71588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69150,6 +71617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69178,6 +71646,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69206,6 +71675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69234,6 +71704,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69262,6 +71733,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69290,6 +71762,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69318,6 +71791,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69346,6 +71820,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69374,6 +71849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69402,6 +71878,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69430,6 +71907,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69458,6 +71936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69486,6 +71965,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69514,6 +71994,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69542,6 +72023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69570,6 +72052,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69598,6 +72081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69626,6 +72110,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69654,6 +72139,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69682,6 +72168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69710,6 +72197,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69738,6 +72226,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69766,6 +72255,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69794,6 +72284,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69822,6 +72313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69850,6 +72342,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69878,6 +72371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69906,6 +72400,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69934,6 +72429,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69962,6 +72458,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -69990,6 +72487,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70018,6 +72516,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70046,6 +72545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70074,6 +72574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70102,6 +72603,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70130,6 +72632,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70158,6 +72661,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70186,6 +72690,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70214,6 +72719,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70242,6 +72748,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70270,6 +72777,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70298,6 +72806,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70326,6 +72835,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70354,6 +72864,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70382,6 +72893,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70410,6 +72922,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70438,6 +72951,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70466,6 +72980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70494,6 +73009,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70522,6 +73038,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70550,6 +73067,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70578,6 +73096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70606,6 +73125,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70634,6 +73154,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70662,6 +73183,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70690,6 +73212,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70718,6 +73241,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70746,6 +73270,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70774,6 +73299,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70802,6 +73328,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70830,6 +73357,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70858,6 +73386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70886,6 +73415,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70914,6 +73444,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70942,6 +73473,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70970,6 +73502,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -70998,6 +73531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71026,6 +73560,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71054,6 +73589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71082,6 +73618,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71110,6 +73647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71138,6 +73676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71166,6 +73705,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71194,6 +73734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71222,6 +73763,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71250,6 +73792,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71278,6 +73821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71306,6 +73850,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71334,6 +73879,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71362,6 +73908,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71390,6 +73937,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71418,6 +73966,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71446,6 +73995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71474,6 +74024,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71502,6 +74053,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71530,6 +74082,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71558,6 +74111,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71586,6 +74140,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71614,6 +74169,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71642,6 +74198,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71670,6 +74227,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71698,6 +74256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71726,6 +74285,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71754,6 +74314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71782,6 +74343,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71810,6 +74372,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71838,6 +74401,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71866,6 +74430,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71894,6 +74459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71922,6 +74488,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71950,6 +74517,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -71978,6 +74546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72006,6 +74575,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72034,6 +74604,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72062,6 +74633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72090,6 +74662,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72118,6 +74691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72146,6 +74720,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72174,6 +74749,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72202,6 +74778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72230,6 +74807,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72258,6 +74836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72286,6 +74865,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72314,6 +74894,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72342,6 +74923,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72370,6 +74952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72398,6 +74981,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -72426,6 +75010,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72454,6 +75039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72482,6 +75068,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72510,6 +75097,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72538,6 +75126,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72566,6 +75155,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72594,6 +75184,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72622,6 +75213,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72650,6 +75242,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72678,6 +75271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72706,6 +75300,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72734,6 +75329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72762,6 +75358,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72790,6 +75387,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72818,6 +75416,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72846,6 +75445,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72874,6 +75474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72902,6 +75503,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72930,6 +75532,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72958,6 +75561,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -72986,6 +75590,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73014,6 +75619,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73042,6 +75648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73070,6 +75677,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73098,6 +75706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73126,6 +75735,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73154,6 +75764,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73182,6 +75793,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73210,6 +75822,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73238,6 +75851,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73266,6 +75880,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73294,6 +75909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73322,6 +75938,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73350,6 +75967,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73378,6 +75996,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73406,6 +76025,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73434,6 +76054,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73462,6 +76083,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73490,6 +76112,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73518,6 +76141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73546,6 +76170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73574,6 +76199,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73602,6 +76228,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73630,6 +76257,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73658,6 +76286,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73686,6 +76315,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73714,6 +76344,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73742,6 +76373,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73770,6 +76402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73798,6 +76431,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73826,6 +76460,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73854,6 +76489,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73882,6 +76518,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73910,6 +76547,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73938,6 +76576,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73966,6 +76605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73994,6 +76634,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74022,6 +76663,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74050,6 +76692,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74078,6 +76721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74106,6 +76750,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74134,6 +76779,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74162,6 +76808,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74190,6 +76837,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74218,6 +76866,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74246,6 +76895,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74274,6 +76924,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74302,6 +76953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74330,6 +76982,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74358,6 +77011,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74386,6 +77040,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74414,6 +77069,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74442,6 +77098,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74470,6 +77127,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74498,6 +77156,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74526,6 +77185,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74554,6 +77214,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74582,6 +77243,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74610,6 +77272,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74638,6 +77301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74666,6 +77330,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74694,6 +77359,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74722,6 +77388,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74750,6 +77417,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74778,6 +77446,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -74806,6 +77475,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74834,6 +77504,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74862,6 +77533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74890,6 +77562,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74918,6 +77591,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74946,6 +77620,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -74974,6 +77649,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75002,6 +77678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75030,6 +77707,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75058,6 +77736,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75086,6 +77765,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75114,6 +77794,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75142,6 +77823,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75170,6 +77852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75198,6 +77881,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75226,6 +77910,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75254,6 +77939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75282,6 +77968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75310,6 +77997,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75338,6 +78026,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75366,6 +78055,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75394,6 +78084,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75422,6 +78113,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75450,6 +78142,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75478,6 +78171,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75506,6 +78200,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75534,6 +78229,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75562,6 +78258,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75590,6 +78287,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75618,6 +78316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -75646,6 +78345,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75674,6 +78374,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75702,6 +78403,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75730,6 +78432,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75758,6 +78461,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75786,6 +78490,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75814,6 +78519,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75842,6 +78548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75870,6 +78577,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75898,6 +78606,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75926,6 +78635,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75954,6 +78664,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -75982,6 +78693,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76010,6 +78722,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76038,6 +78751,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76066,6 +78780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76094,6 +78809,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76122,6 +78838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76150,6 +78867,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76178,6 +78896,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76206,6 +78925,7 @@ "orig": "\u00e7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76234,6 +78954,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76262,6 +78983,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76290,6 +79012,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76318,6 +79041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76346,6 +79070,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76374,6 +79099,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76402,6 +79128,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76430,6 +79157,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76458,6 +79186,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76486,6 +79215,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76514,6 +79244,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76542,6 +79273,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76570,6 +79302,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76598,6 +79331,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76626,6 +79360,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76654,6 +79389,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76682,6 +79418,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76710,6 +79447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76738,6 +79476,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76766,6 +79505,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76794,6 +79534,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76822,6 +79563,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76850,6 +79592,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76878,6 +79621,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76906,6 +79650,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76934,6 +79679,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76962,6 +79708,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -76990,6 +79737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77018,6 +79766,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77046,6 +79795,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77074,6 +79824,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77102,6 +79853,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -77130,6 +79882,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77158,6 +79911,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77186,6 +79940,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77214,6 +79969,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77242,6 +79998,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77270,6 +80027,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77298,6 +80056,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77326,6 +80085,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77354,6 +80114,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77382,6 +80143,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77410,6 +80172,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77438,6 +80201,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77466,6 +80230,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77494,6 +80259,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77522,6 +80288,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77550,6 +80317,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77578,6 +80346,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77606,6 +80375,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77634,6 +80404,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77662,6 +80433,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77690,6 +80462,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77718,6 +80491,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77746,6 +80520,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77774,6 +80549,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77802,6 +80578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77830,6 +80607,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77858,6 +80636,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77886,6 +80665,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77914,6 +80694,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77942,6 +80723,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77970,6 +80752,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77998,6 +80781,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78026,6 +80810,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78054,6 +80839,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78082,6 +80868,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78110,6 +80897,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78138,6 +80926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78166,6 +80955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78194,6 +80984,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78222,6 +81013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78250,6 +81042,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78278,6 +81071,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78306,6 +81100,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78334,6 +81129,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78362,6 +81158,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78390,6 +81187,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78418,6 +81216,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78446,6 +81245,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78474,6 +81274,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78502,6 +81303,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78530,6 +81332,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78558,6 +81361,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78586,6 +81390,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78614,6 +81419,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78642,6 +81448,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78670,6 +81477,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78698,6 +81506,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78726,6 +81535,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78754,6 +81564,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78782,6 +81593,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78810,6 +81622,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78838,6 +81651,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78866,6 +81680,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78894,6 +81709,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78922,6 +81738,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78950,6 +81767,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -78978,6 +81796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79006,6 +81825,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79034,6 +81854,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79062,6 +81883,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79090,6 +81912,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79118,6 +81941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79146,6 +81970,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79174,6 +81999,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79202,6 +82028,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79230,6 +82057,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79258,6 +82086,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79286,6 +82115,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79314,6 +82144,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79342,6 +82173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79370,6 +82202,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79398,6 +82231,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79426,6 +82260,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79454,6 +82289,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79482,6 +82318,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79510,6 +82347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79538,6 +82376,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79566,6 +82405,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79594,6 +82434,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79622,6 +82463,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79650,6 +82492,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79678,6 +82521,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79706,6 +82550,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79734,6 +82579,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79762,6 +82608,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79790,6 +82637,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79818,6 +82666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79846,6 +82695,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79874,6 +82724,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79902,6 +82753,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79930,6 +82782,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79958,6 +82811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -79986,6 +82840,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80014,6 +82869,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80042,6 +82898,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80070,6 +82927,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80098,6 +82956,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80126,6 +82985,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80154,6 +83014,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80182,6 +83043,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80210,6 +83072,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80238,6 +83101,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80266,6 +83130,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80294,6 +83159,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80322,6 +83188,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80350,6 +83217,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80378,6 +83246,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80406,6 +83275,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80434,6 +83304,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80462,6 +83333,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80490,6 +83362,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80518,6 +83391,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80546,6 +83420,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80574,6 +83449,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80602,6 +83478,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80630,6 +83507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80658,6 +83536,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80686,6 +83565,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80714,6 +83594,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80742,6 +83623,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80770,6 +83652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80798,6 +83681,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80826,6 +83710,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80854,6 +83739,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80882,6 +83768,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80910,6 +83797,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80938,6 +83826,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80966,6 +83855,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -80994,6 +83884,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81022,6 +83913,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81050,6 +83942,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81078,6 +83971,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81106,6 +84000,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81134,6 +84029,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81162,6 +84058,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81190,6 +84087,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81218,6 +84116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81246,6 +84145,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -81274,6 +84174,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81302,6 +84203,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81330,6 +84232,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81358,6 +84261,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81386,6 +84290,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81414,6 +84319,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81442,6 +84348,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81470,6 +84377,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81498,6 +84406,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81526,6 +84435,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81554,6 +84464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81582,6 +84493,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81610,6 +84522,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81638,6 +84551,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81666,6 +84580,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81694,6 +84609,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81722,6 +84638,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81750,6 +84667,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81778,6 +84696,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81806,6 +84725,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81834,6 +84754,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81862,6 +84783,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81890,6 +84812,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81918,6 +84841,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81946,6 +84870,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -81974,6 +84899,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82002,6 +84928,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82030,6 +84957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82058,6 +84986,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82086,6 +85015,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82114,6 +85044,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82142,6 +85073,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82170,6 +85102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82198,6 +85131,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82226,6 +85160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82254,6 +85189,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82282,6 +85218,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82310,6 +85247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82338,6 +85276,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82366,6 +85305,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82394,6 +85334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82422,6 +85363,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82450,6 +85392,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82478,6 +85421,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82506,6 +85450,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82534,6 +85479,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82562,6 +85508,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82590,6 +85537,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82618,6 +85566,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82646,6 +85595,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82674,6 +85624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82702,6 +85653,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82730,6 +85682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82758,6 +85711,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82786,6 +85740,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82814,6 +85769,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82842,6 +85798,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82870,6 +85827,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82898,6 +85856,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82926,6 +85885,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82954,6 +85914,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -82982,6 +85943,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83010,6 +85972,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83038,6 +86001,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83066,6 +86030,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83094,6 +86059,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83122,6 +86088,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83150,6 +86117,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83178,6 +86146,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83206,6 +86175,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83234,6 +86204,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83262,6 +86233,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83290,6 +86262,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83318,6 +86291,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83346,6 +86320,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83374,6 +86349,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83402,6 +86378,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83430,6 +86407,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83458,6 +86436,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83486,6 +86465,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83514,6 +86494,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83542,6 +86523,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83570,6 +86552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83598,6 +86581,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83626,6 +86610,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83654,6 +86639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83682,6 +86668,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83710,6 +86697,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83738,6 +86726,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83766,6 +86755,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83794,6 +86784,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83822,6 +86813,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83850,6 +86842,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83878,6 +86871,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83906,6 +86900,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83934,6 +86929,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83962,6 +86958,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -83990,6 +86987,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84018,6 +87016,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84046,6 +87045,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84074,6 +87074,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84102,6 +87103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84130,6 +87132,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84158,6 +87161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84186,6 +87190,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84214,6 +87219,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84242,6 +87248,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84270,6 +87277,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84298,6 +87306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84326,6 +87335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84354,6 +87364,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84382,6 +87393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84410,6 +87422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84438,6 +87451,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84466,6 +87480,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84494,6 +87509,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84522,6 +87538,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84550,6 +87567,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84578,6 +87596,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84606,6 +87625,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84634,6 +87654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84662,6 +87683,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84690,6 +87712,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84718,6 +87741,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84746,6 +87770,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84774,6 +87799,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84802,6 +87828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84830,6 +87857,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84858,6 +87886,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84886,6 +87915,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84914,6 +87944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84942,6 +87973,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84970,6 +88002,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -84998,6 +88031,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85026,6 +88060,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85054,6 +88089,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85082,6 +88118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85110,6 +88147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85138,6 +88176,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85166,6 +88205,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85194,6 +88234,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85222,6 +88263,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85250,6 +88292,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85278,6 +88321,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85306,6 +88350,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85334,6 +88379,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85362,6 +88408,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85390,6 +88437,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85418,6 +88466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85446,6 +88495,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85474,6 +88524,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85502,6 +88553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85530,6 +88582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85558,6 +88611,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85586,6 +88640,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85614,6 +88669,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85642,6 +88698,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85670,6 +88727,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85698,6 +88756,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85726,6 +88785,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85754,6 +88814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85782,6 +88843,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85810,6 +88872,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85838,6 +88901,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85866,6 +88930,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85894,6 +88959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85922,6 +88988,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85950,6 +89017,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85978,6 +89046,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86006,6 +89075,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86034,6 +89104,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86062,6 +89133,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86090,6 +89162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86118,6 +89191,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86146,6 +89220,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86174,6 +89249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86202,6 +89278,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86230,6 +89307,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86258,6 +89336,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86286,6 +89365,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86314,6 +89394,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86342,6 +89423,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86370,6 +89452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86398,6 +89481,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86426,6 +89510,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86454,6 +89539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86482,6 +89568,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86510,6 +89597,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86538,6 +89626,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86566,6 +89655,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86594,6 +89684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86622,6 +89713,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86650,6 +89742,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86678,6 +89771,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86706,6 +89800,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86734,6 +89829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86762,6 +89858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86790,6 +89887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86818,6 +89916,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86846,6 +89945,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86874,6 +89974,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -86902,6 +90003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86930,6 +90032,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86958,6 +90061,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86986,6 +90090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87014,6 +90119,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87042,6 +90148,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87070,6 +90177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87098,6 +90206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87126,6 +90235,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87154,6 +90264,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87182,6 +90293,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87210,6 +90322,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87238,6 +90351,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87266,6 +90380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87294,6 +90409,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87322,6 +90438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87350,6 +90467,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87378,6 +90496,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87406,6 +90525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87434,6 +90554,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87462,6 +90583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87490,6 +90612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87518,6 +90641,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87546,6 +90670,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87574,6 +90699,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87602,6 +90728,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87630,6 +90757,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87658,6 +90786,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87686,6 +90815,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87714,6 +90844,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87742,6 +90873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87770,6 +90902,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87798,6 +90931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87826,6 +90960,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87854,6 +90989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87882,6 +91018,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87910,6 +91047,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87938,6 +91076,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87966,6 +91105,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -87994,6 +91134,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88022,6 +91163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88050,6 +91192,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88078,6 +91221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88106,6 +91250,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88134,6 +91279,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88162,6 +91308,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88190,6 +91337,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88218,6 +91366,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88246,6 +91395,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88274,6 +91424,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88302,6 +91453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88330,6 +91482,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88358,6 +91511,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88386,6 +91540,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88414,6 +91569,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88442,6 +91598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88470,6 +91627,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88498,6 +91656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88526,6 +91685,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88554,6 +91714,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88582,6 +91743,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88610,6 +91772,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88638,6 +91801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88666,6 +91830,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88694,6 +91859,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88722,6 +91888,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88750,6 +91917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88778,6 +91946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88806,6 +91975,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88834,6 +92004,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88862,6 +92033,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88890,6 +92062,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88918,6 +92091,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88946,6 +92120,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -88974,6 +92149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89002,6 +92178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89030,6 +92207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89058,6 +92236,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89086,6 +92265,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89114,6 +92294,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89142,6 +92323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89170,6 +92352,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89198,6 +92381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89226,6 +92410,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89254,6 +92439,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89282,6 +92468,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89310,6 +92497,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89338,6 +92526,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89366,6 +92555,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89394,6 +92584,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89422,6 +92613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89450,6 +92642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89478,6 +92671,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89506,6 +92700,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89534,6 +92729,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89562,6 +92758,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89590,6 +92787,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89618,6 +92816,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89646,6 +92845,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89674,6 +92874,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89702,6 +92903,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89730,6 +92932,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89758,6 +92961,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89786,6 +92990,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89814,6 +93019,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89842,6 +93048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89870,6 +93077,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89898,6 +93106,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89926,6 +93135,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89954,6 +93164,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89982,6 +93193,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90010,6 +93222,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90038,6 +93251,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90066,6 +93280,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90094,6 +93309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90122,6 +93338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90150,6 +93367,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90178,6 +93396,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90206,6 +93425,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90234,6 +93454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90262,6 +93483,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90290,6 +93512,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90318,6 +93541,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90346,6 +93570,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90374,6 +93599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90402,6 +93628,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90430,6 +93657,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90458,6 +93686,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90486,6 +93715,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90514,6 +93744,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90542,6 +93773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90570,6 +93802,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90598,6 +93831,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90626,6 +93860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90654,6 +93889,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90682,6 +93918,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90710,6 +93947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90738,6 +93976,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90766,6 +94005,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90794,6 +94034,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90822,6 +94063,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90850,6 +94092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90878,6 +94121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90906,6 +94150,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90934,6 +94179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90962,6 +94208,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -90990,6 +94237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91018,6 +94266,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91046,6 +94295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91074,6 +94324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91102,6 +94353,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91130,6 +94382,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91158,6 +94411,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91186,6 +94440,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91214,6 +94469,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91242,6 +94498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91270,6 +94527,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91298,6 +94556,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91326,6 +94585,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91354,6 +94614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91382,6 +94643,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91410,6 +94672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91438,6 +94701,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91466,6 +94730,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91494,6 +94759,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91522,6 +94788,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91550,6 +94817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91578,6 +94846,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91606,6 +94875,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91634,6 +94904,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91662,6 +94933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91690,6 +94962,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91718,6 +94991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91746,6 +95020,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91774,6 +95049,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91802,6 +95078,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91830,6 +95107,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91858,6 +95136,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91886,6 +95165,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91914,6 +95194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91942,6 +95223,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91970,6 +95252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -91998,6 +95281,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92026,6 +95310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92054,6 +95339,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92082,6 +95368,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92110,6 +95397,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92138,6 +95426,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92166,6 +95455,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92194,6 +95484,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92222,6 +95513,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92250,6 +95542,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92278,6 +95571,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92306,6 +95600,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92334,6 +95629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92362,6 +95658,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92390,6 +95687,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92418,6 +95716,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92446,6 +95745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92474,6 +95774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92502,6 +95803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92530,6 +95832,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92558,6 +95861,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92586,6 +95890,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92614,6 +95919,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92642,6 +95948,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92670,6 +95977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92698,6 +96006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92726,6 +96035,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92754,6 +96064,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92782,6 +96093,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92810,6 +96122,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92838,6 +96151,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92866,6 +96180,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92894,6 +96209,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92922,6 +96238,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92950,6 +96267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92978,6 +96296,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93006,6 +96325,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93034,6 +96354,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93062,6 +96383,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93090,6 +96412,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93118,6 +96441,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93146,6 +96470,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93174,6 +96499,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93202,6 +96528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93230,6 +96557,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93258,6 +96586,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93286,6 +96615,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93314,6 +96644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93342,6 +96673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93370,6 +96702,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93398,6 +96731,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93426,6 +96760,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93454,6 +96789,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93482,6 +96818,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93510,6 +96847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93538,6 +96876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93566,6 +96905,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93594,6 +96934,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93622,6 +96963,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93650,6 +96992,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93678,6 +97021,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93706,6 +97050,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93734,6 +97079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93762,6 +97108,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93790,6 +97137,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93818,6 +97166,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93846,6 +97195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93874,6 +97224,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93902,6 +97253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93930,6 +97282,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93958,6 +97311,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -93986,6 +97340,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94014,6 +97369,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94042,6 +97398,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94070,6 +97427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94098,6 +97456,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94126,6 +97485,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94154,6 +97514,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94182,6 +97543,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94210,6 +97572,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94238,6 +97601,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94266,6 +97630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94294,6 +97659,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94322,6 +97688,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94350,6 +97717,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94378,6 +97746,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94406,6 +97775,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94434,6 +97804,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94462,6 +97833,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94490,6 +97862,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94518,6 +97891,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94546,6 +97920,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94574,6 +97949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94602,6 +97978,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94630,6 +98007,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94658,6 +98036,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94686,6 +98065,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94714,6 +98094,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94742,6 +98123,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94770,6 +98152,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94798,6 +98181,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94826,6 +98210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94854,6 +98239,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94882,6 +98268,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94910,6 +98297,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94938,6 +98326,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94966,6 +98355,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -94994,6 +98384,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95022,6 +98413,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95050,6 +98442,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95078,6 +98471,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95106,6 +98500,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95134,6 +98529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95162,6 +98558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95190,6 +98587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95218,6 +98616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95246,6 +98645,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95274,6 +98674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95302,6 +98703,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95330,6 +98732,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95358,6 +98761,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95386,6 +98790,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95414,6 +98819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95442,6 +98848,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -95470,6 +98877,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95498,6 +98906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95526,6 +98935,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95554,6 +98964,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95582,6 +98993,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95610,6 +99022,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95638,6 +99051,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95666,6 +99080,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95694,6 +99109,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95722,6 +99138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95750,6 +99167,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95778,6 +99196,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95806,6 +99225,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95834,6 +99254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95862,6 +99283,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95890,6 +99312,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95918,6 +99341,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95946,6 +99370,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -95974,6 +99399,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96002,6 +99428,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96030,6 +99457,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96058,6 +99486,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96086,6 +99515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96114,6 +99544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96142,6 +99573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96170,6 +99602,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96198,6 +99631,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96226,6 +99660,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96254,6 +99689,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96282,6 +99718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -96310,6 +99747,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96338,6 +99776,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96366,6 +99805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96394,6 +99834,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96422,6 +99863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96450,6 +99892,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96478,6 +99921,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96506,6 +99950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96534,6 +99979,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96562,6 +100008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96590,6 +100037,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96618,6 +100066,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96646,6 +100095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96674,6 +100124,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96702,6 +100153,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96730,6 +100182,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96758,6 +100211,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96786,6 +100240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96814,6 +100269,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96842,6 +100298,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96870,6 +100327,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96898,6 +100356,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96926,6 +100385,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96954,6 +100414,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -96982,6 +100443,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97010,6 +100472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97038,6 +100501,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97066,6 +100530,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97094,6 +100559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97122,6 +100588,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97150,6 +100617,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97178,6 +100646,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97206,6 +100675,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97234,6 +100704,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97262,6 +100733,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97290,6 +100762,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97318,6 +100791,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97346,6 +100820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97374,6 +100849,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97402,6 +100878,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97430,6 +100907,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97458,6 +100936,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97486,6 +100965,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97514,6 +100994,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97542,6 +101023,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97570,6 +101052,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97598,6 +101081,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97626,6 +101110,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97654,6 +101139,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97682,6 +101168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97710,6 +101197,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97738,6 +101226,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97766,6 +101255,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97794,6 +101284,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97822,6 +101313,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97850,6 +101342,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97878,6 +101371,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97906,6 +101400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97934,6 +101429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97962,6 +101458,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -97990,6 +101487,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98018,6 +101516,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98046,6 +101545,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98074,6 +101574,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98102,6 +101603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98130,6 +101632,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98158,6 +101661,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98186,6 +101690,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98214,6 +101719,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98242,6 +101748,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98270,6 +101777,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98298,6 +101806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98326,6 +101835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98354,6 +101864,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98382,6 +101893,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98410,6 +101922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98438,6 +101951,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98466,6 +101980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98494,6 +102009,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98522,6 +102038,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98550,6 +102067,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98578,6 +102096,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98606,6 +102125,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98634,6 +102154,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98662,6 +102183,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98690,6 +102212,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98718,6 +102241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98746,6 +102270,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98774,6 +102299,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98802,6 +102328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98830,6 +102357,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98858,6 +102386,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98886,6 +102415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98914,6 +102444,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98942,6 +102473,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98970,6 +102502,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98998,6 +102531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99026,6 +102560,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99054,6 +102589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99082,6 +102618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99110,6 +102647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99138,6 +102676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99166,6 +102705,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99194,6 +102734,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99222,6 +102763,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99250,6 +102792,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99278,6 +102821,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99306,6 +102850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99334,6 +102879,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99362,6 +102908,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99390,6 +102937,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99418,6 +102966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99446,6 +102995,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99474,6 +103024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99502,6 +103053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99530,6 +103082,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99558,6 +103111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99586,6 +103140,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99614,6 +103169,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99642,6 +103198,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99670,6 +103227,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99698,6 +103256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99726,6 +103285,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99754,6 +103314,7 @@ "orig": "\u02d9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99782,6 +103343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99810,6 +103372,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99838,6 +103401,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99866,6 +103430,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99894,6 +103459,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99922,6 +103488,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99950,6 +103517,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -99978,6 +103546,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100006,6 +103575,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100034,6 +103604,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100062,6 +103633,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100090,6 +103662,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100118,6 +103691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100146,6 +103720,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100174,6 +103749,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100202,6 +103778,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100230,6 +103807,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100258,6 +103836,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100286,6 +103865,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100314,6 +103894,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100342,6 +103923,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100370,6 +103952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100398,6 +103981,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100426,6 +104010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100454,6 +104039,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100482,6 +104068,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100510,6 +104097,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100538,6 +104126,7 @@ "orig": "\u00a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100566,6 +104155,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100594,6 +104184,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100622,6 +104213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100650,6 +104242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100678,6 +104271,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100706,6 +104300,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100734,6 +104329,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100762,6 +104358,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100790,6 +104387,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100818,6 +104416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100846,6 +104445,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100874,6 +104474,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100902,6 +104503,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100930,6 +104532,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100958,6 +104561,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -100986,6 +104590,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101014,6 +104619,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101042,6 +104648,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101070,6 +104677,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101098,6 +104706,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101126,6 +104735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101154,6 +104764,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101182,6 +104793,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101210,6 +104822,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101238,6 +104851,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101266,6 +104880,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101294,6 +104909,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101322,6 +104938,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101350,6 +104967,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101378,6 +104996,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101406,6 +105025,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101434,6 +105054,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101462,6 +105083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101490,6 +105112,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101518,6 +105141,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101546,6 +105170,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101574,6 +105199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101602,6 +105228,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101630,6 +105257,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101658,6 +105286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101686,6 +105315,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101714,6 +105344,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101742,6 +105373,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101770,6 +105402,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101798,6 +105431,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101826,6 +105460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101854,6 +105489,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101882,6 +105518,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101910,6 +105547,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101938,6 +105576,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101966,6 +105605,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -101994,6 +105634,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102022,6 +105663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102050,6 +105692,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102078,6 +105721,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102106,6 +105750,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102134,6 +105779,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102162,6 +105808,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102190,6 +105837,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102218,6 +105866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102246,6 +105895,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102274,6 +105924,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102302,6 +105953,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102330,6 +105982,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102358,6 +106011,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102386,6 +106040,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102414,6 +106069,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102442,6 +106098,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102470,6 +106127,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -102498,6 +106156,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102526,6 +106185,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102554,6 +106214,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102582,6 +106243,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102610,6 +106272,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102638,6 +106301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102666,6 +106330,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102694,6 +106359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102722,6 +106388,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102750,6 +106417,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102778,6 +106446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102806,6 +106475,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102834,6 +106504,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102862,6 +106533,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102890,6 +106562,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102918,6 +106591,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102946,6 +106620,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102974,6 +106649,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103002,6 +106678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103030,6 +106707,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103058,6 +106736,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103086,6 +106765,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103114,6 +106794,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103142,6 +106823,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103170,6 +106852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103198,6 +106881,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103226,6 +106910,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103254,6 +106939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -103282,6 +106968,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103310,6 +106997,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103338,6 +107026,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103366,6 +107055,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103394,6 +107084,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103422,6 +107113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103450,6 +107142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103478,6 +107171,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103506,6 +107200,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103534,6 +107229,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103562,6 +107258,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103590,6 +107287,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103618,6 +107316,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103646,6 +107345,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103674,6 +107374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103702,6 +107403,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103730,6 +107432,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103758,6 +107461,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103786,6 +107490,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103814,6 +107519,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103842,6 +107548,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103870,6 +107577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103898,6 +107606,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103926,6 +107635,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103954,6 +107664,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -103982,6 +107693,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -104010,6 +107722,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -104038,6 +107751,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -104066,6 +107780,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -104094,6 +107809,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -104122,6 +107838,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104150,6 +107867,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104178,6 +107896,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104206,6 +107925,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104234,6 +107954,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104262,6 +107983,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104290,6 +108012,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104318,6 +108041,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104346,6 +108070,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104374,6 +108099,7 @@ "orig": "\u00ea", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104402,6 +108128,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104430,6 +108157,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104458,6 +108186,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104486,6 +108215,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104514,6 +108244,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104542,6 +108273,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104570,6 +108302,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104598,6 +108331,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104626,6 +108360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104654,6 +108389,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104682,6 +108418,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104710,6 +108447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104738,6 +108476,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104766,6 +108505,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104794,6 +108534,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104822,6 +108563,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104850,6 +108592,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104878,6 +108621,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104906,6 +108650,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104934,6 +108679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104962,6 +108708,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -104990,6 +108737,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105018,6 +108766,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105046,6 +108795,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105074,6 +108824,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105102,6 +108853,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105130,6 +108882,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105158,6 +108911,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105186,6 +108940,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105214,6 +108969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105242,6 +108998,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105270,6 +109027,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105298,6 +109056,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105326,6 +109085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105354,6 +109114,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105382,6 +109143,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105410,6 +109172,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105438,6 +109201,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105466,6 +109230,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105494,6 +109259,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105522,6 +109288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105550,6 +109317,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105578,6 +109346,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105606,6 +109375,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105634,6 +109404,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105662,6 +109433,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105690,6 +109462,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105718,6 +109491,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105746,6 +109520,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105774,6 +109549,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105802,6 +109578,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105830,6 +109607,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105858,6 +109636,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105886,6 +109665,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105914,6 +109694,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105942,6 +109723,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105970,6 +109752,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -105998,6 +109781,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106026,6 +109810,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106054,6 +109839,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106082,6 +109868,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106110,6 +109897,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106138,6 +109926,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106166,6 +109955,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106194,6 +109984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106222,6 +110013,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106250,6 +110042,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106278,6 +110071,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106306,6 +110100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106334,6 +110129,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106362,6 +110158,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106390,6 +110187,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106418,6 +110216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106446,6 +110245,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106474,6 +110274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106502,6 +110303,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106530,6 +110332,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106558,6 +110361,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106586,6 +110390,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106614,6 +110419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106642,6 +110448,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106670,6 +110477,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106698,6 +110506,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106726,6 +110535,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106754,6 +110564,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106782,6 +110593,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106810,6 +110622,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106838,6 +110651,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106866,6 +110680,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106894,6 +110709,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106922,6 +110738,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106950,6 +110767,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -106978,6 +110796,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107006,6 +110825,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107034,6 +110854,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107062,6 +110883,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107090,6 +110912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107118,6 +110941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107146,6 +110970,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107174,6 +110999,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107202,6 +111028,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107230,6 +111057,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107258,6 +111086,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107286,6 +111115,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107314,6 +111144,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107342,6 +111173,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107370,6 +111202,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107398,6 +111231,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -107426,6 +111260,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107454,6 +111289,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107482,6 +111318,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107510,6 +111347,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107538,6 +111376,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107566,6 +111405,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107594,6 +111434,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107622,6 +111463,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107650,6 +111492,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107678,6 +111521,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107706,6 +111550,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107734,6 +111579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107762,6 +111608,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107790,6 +111637,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107818,6 +111666,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107846,6 +111695,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107874,6 +111724,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107902,6 +111753,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107930,6 +111782,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107958,6 +111811,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -107986,6 +111840,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -108014,6 +111869,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108042,6 +111898,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108070,6 +111927,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108098,6 +111956,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108126,6 +111985,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108154,6 +112014,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108182,6 +112043,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108210,6 +112072,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108238,6 +112101,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108266,6 +112130,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108294,6 +112159,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108322,6 +112188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108350,6 +112217,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108378,6 +112246,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108406,6 +112275,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108434,6 +112304,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108462,6 +112333,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108490,6 +112362,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108518,6 +112391,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108546,6 +112420,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108574,6 +112449,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108602,6 +112478,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108630,6 +112507,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108658,6 +112536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108686,6 +112565,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108714,6 +112594,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108742,6 +112623,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108770,6 +112652,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108798,6 +112681,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108826,6 +112710,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108854,6 +112739,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108882,6 +112768,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108910,6 +112797,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108938,6 +112826,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108966,6 +112855,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -108994,6 +112884,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109022,6 +112913,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109050,6 +112942,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109078,6 +112971,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109106,6 +113000,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109134,6 +113029,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109162,6 +113058,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109190,6 +113087,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109218,6 +113116,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109246,6 +113145,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109274,6 +113174,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109302,6 +113203,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109330,6 +113232,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109358,6 +113261,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109386,6 +113290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109414,6 +113319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109442,6 +113348,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109470,6 +113377,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109498,6 +113406,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109526,6 +113435,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109554,6 +113464,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109582,6 +113493,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109610,6 +113522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109638,6 +113551,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109666,6 +113580,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109694,6 +113609,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109722,6 +113638,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109750,6 +113667,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109778,6 +113696,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109806,6 +113725,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109834,6 +113754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109862,6 +113783,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109890,6 +113812,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109918,6 +113841,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109946,6 +113870,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -109974,6 +113899,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110002,6 +113928,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110030,6 +113957,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -110058,6 +113986,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -110086,6 +114015,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -110114,6 +114044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110142,6 +114073,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110170,6 +114102,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110198,6 +114131,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110226,6 +114160,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110254,6 +114189,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110282,6 +114218,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110310,6 +114247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110338,6 +114276,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110366,6 +114305,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110394,6 +114334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110422,6 +114363,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110450,6 +114392,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110478,6 +114421,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110506,6 +114450,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110534,6 +114479,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110562,6 +114508,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110590,6 +114537,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110618,6 +114566,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110646,6 +114595,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110674,6 +114624,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110702,6 +114653,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110730,6 +114682,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110758,6 +114711,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110786,6 +114740,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110814,6 +114769,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110842,6 +114798,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110870,6 +114827,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110898,6 +114856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110926,6 +114885,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110954,6 +114914,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110982,6 +114943,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111010,6 +114972,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111038,6 +115001,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111066,6 +115030,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111094,6 +115059,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111122,6 +115088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111150,6 +115117,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111178,6 +115146,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -111206,6 +115175,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111234,6 +115204,7 @@ "orig": "\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111262,6 +115233,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111290,6 +115262,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111318,6 +115291,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111346,6 +115320,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111374,6 +115349,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111402,6 +115378,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111430,6 +115407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111458,6 +115436,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111486,6 +115465,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111514,6 +115494,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111542,6 +115523,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111570,6 +115552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111598,6 +115581,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111626,6 +115610,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111654,6 +115639,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111682,6 +115668,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111710,6 +115697,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111738,6 +115726,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111766,6 +115755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111794,6 +115784,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111822,6 +115813,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111850,6 +115842,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111878,6 +115871,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111906,6 +115900,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111934,6 +115929,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111962,6 +115958,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -111990,6 +115987,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112018,6 +116016,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112046,6 +116045,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112074,6 +116074,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112102,6 +116103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112130,6 +116132,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112158,6 +116161,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112186,6 +116190,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112214,6 +116219,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112242,6 +116248,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112270,6 +116277,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112298,6 +116306,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112326,6 +116335,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112354,6 +116364,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112382,6 +116393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112410,6 +116422,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112438,6 +116451,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112466,6 +116480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112494,6 +116509,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112522,6 +116538,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112550,6 +116567,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112578,6 +116596,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112606,6 +116625,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112634,6 +116654,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112662,6 +116683,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112690,6 +116712,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112718,6 +116741,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112746,6 +116770,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112774,6 +116799,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112802,6 +116828,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112830,6 +116857,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112858,6 +116886,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112886,6 +116915,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -112914,6 +116944,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -112942,6 +116973,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -112970,6 +117002,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -112998,6 +117031,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113026,6 +117060,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113054,6 +117089,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113082,6 +117118,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113110,6 +117147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113138,6 +117176,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113166,6 +117205,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113194,6 +117234,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113222,6 +117263,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113250,6 +117292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113278,6 +117321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113306,6 +117350,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113334,6 +117379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113362,6 +117408,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113390,6 +117437,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113418,6 +117466,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113446,6 +117495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113474,6 +117524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113502,6 +117553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113530,6 +117582,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113558,6 +117611,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113586,6 +117640,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113614,6 +117669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113642,6 +117698,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113670,6 +117727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113698,6 +117756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113726,6 +117785,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113754,6 +117814,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113782,6 +117843,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113810,6 +117872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113838,6 +117901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113866,6 +117930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113894,6 +117959,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113922,6 +117988,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113950,6 +118017,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -113978,6 +118046,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114006,6 +118075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114034,6 +118104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114062,6 +118133,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114090,6 +118162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114118,6 +118191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114146,6 +118220,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114174,6 +118249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114202,6 +118278,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114230,6 +118307,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114258,6 +118336,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114286,6 +118365,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114314,6 +118394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114342,6 +118423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114370,6 +118452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114398,6 +118481,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114426,6 +118510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114454,6 +118539,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114482,6 +118568,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114510,6 +118597,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114538,6 +118626,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114566,6 +118655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114594,6 +118684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114622,6 +118713,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114650,6 +118742,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114678,6 +118771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114706,6 +118800,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114734,6 +118829,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114762,6 +118858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114790,6 +118887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114818,6 +118916,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114846,6 +118945,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114874,6 +118974,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114902,6 +119003,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114930,6 +119032,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114958,6 +119061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -114986,6 +119090,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115014,6 +119119,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115042,6 +119148,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115070,6 +119177,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115098,6 +119206,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115126,6 +119235,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115154,6 +119264,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115182,6 +119293,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115210,6 +119322,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115238,6 +119351,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115266,6 +119380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115294,6 +119409,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115322,6 +119438,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115350,6 +119467,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115378,6 +119496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115406,6 +119525,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115434,6 +119554,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115462,6 +119583,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115490,6 +119612,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115518,6 +119641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115546,6 +119670,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115574,6 +119699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115602,6 +119728,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115630,6 +119757,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115658,6 +119786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115686,6 +119815,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115714,6 +119844,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115742,6 +119873,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115770,6 +119902,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115798,6 +119931,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115826,6 +119960,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115854,6 +119989,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115882,6 +120018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115910,6 +120047,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115938,6 +120076,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115966,6 +120105,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -115994,6 +120134,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116022,6 +120163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116050,6 +120192,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116078,6 +120221,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116106,6 +120250,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116134,6 +120279,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116162,6 +120308,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116190,6 +120337,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116218,6 +120366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116246,6 +120395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116274,6 +120424,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116302,6 +120453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116330,6 +120482,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116358,6 +120511,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116386,6 +120540,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116414,6 +120569,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116442,6 +120598,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116470,6 +120627,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116498,6 +120656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116526,6 +120685,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116554,6 +120714,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116582,6 +120743,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116610,6 +120772,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116638,6 +120801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116666,6 +120830,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116694,6 +120859,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116722,6 +120888,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116750,6 +120917,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116778,6 +120946,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116806,6 +120975,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116834,6 +121004,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116862,6 +121033,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116890,6 +121062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116918,6 +121091,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116946,6 +121120,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -116974,6 +121149,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117002,6 +121178,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117030,6 +121207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117058,6 +121236,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117086,6 +121265,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117114,6 +121294,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117142,6 +121323,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117170,6 +121352,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117198,6 +121381,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117226,6 +121410,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117254,6 +121439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117282,6 +121468,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117310,6 +121497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117338,6 +121526,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117366,6 +121555,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117394,6 +121584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117422,6 +121613,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117450,6 +121642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117478,6 +121671,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117506,6 +121700,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117534,6 +121729,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117562,6 +121758,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117590,6 +121787,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117618,6 +121816,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117646,6 +121845,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -117674,6 +121874,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117702,6 +121903,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117730,6 +121932,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117758,6 +121961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117786,6 +121990,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117814,6 +122019,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117842,6 +122048,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117870,6 +122077,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117898,6 +122106,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117926,6 +122135,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117954,6 +122164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117982,6 +122193,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118010,6 +122222,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118038,6 +122251,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118066,6 +122280,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118094,6 +122309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118122,6 +122338,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118150,6 +122367,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118178,6 +122396,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118206,6 +122425,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118234,6 +122454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118262,6 +122483,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118290,6 +122512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118318,6 +122541,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118346,6 +122570,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118374,6 +122599,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118402,6 +122628,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118430,6 +122657,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118458,6 +122686,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118486,6 +122715,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118514,6 +122744,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118542,6 +122773,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118570,6 +122802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118598,6 +122831,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118626,6 +122860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118654,6 +122889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118682,6 +122918,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118710,6 +122947,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118738,6 +122976,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118766,6 +123005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118794,6 +123034,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118822,6 +123063,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118850,6 +123092,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118878,6 +123121,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118906,6 +123150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118934,6 +123179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118962,6 +123208,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -118990,6 +123237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119018,6 +123266,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119046,6 +123295,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119074,6 +123324,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119102,6 +123353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119130,6 +123382,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119158,6 +123411,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119186,6 +123440,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119214,6 +123469,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119242,6 +123498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119270,6 +123527,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119298,6 +123556,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119326,6 +123585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119354,6 +123614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119382,6 +123643,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119410,6 +123672,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119438,6 +123701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119466,6 +123730,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119494,6 +123759,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119522,6 +123788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119550,6 +123817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119578,6 +123846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119606,6 +123875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119634,6 +123904,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119662,6 +123933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119690,6 +123962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119718,6 +123991,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119746,6 +124020,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119774,6 +124049,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119802,6 +124078,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119830,6 +124107,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119858,6 +124136,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119886,6 +124165,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119914,6 +124194,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119942,6 +124223,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119970,6 +124252,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -119998,6 +124281,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120026,6 +124310,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120054,6 +124339,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120082,6 +124368,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120110,6 +124397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120138,6 +124426,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120166,6 +124455,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120194,6 +124484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120222,6 +124513,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120250,6 +124542,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120278,6 +124571,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120306,6 +124600,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120334,6 +124629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120362,6 +124658,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120390,6 +124687,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120418,6 +124716,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120446,6 +124745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120474,6 +124774,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120502,6 +124803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120530,6 +124832,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120558,6 +124861,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120586,6 +124890,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120614,6 +124919,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120642,6 +124948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120670,6 +124977,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120698,6 +125006,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120726,6 +125035,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120754,6 +125064,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120782,6 +125093,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120810,6 +125122,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120838,6 +125151,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120866,6 +125180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120894,6 +125209,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120922,6 +125238,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120950,6 +125267,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -120978,6 +125296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121006,6 +125325,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121034,6 +125354,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121062,6 +125383,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121090,6 +125412,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121118,6 +125441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121146,6 +125470,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121174,6 +125499,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121202,6 +125528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121230,6 +125557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121258,6 +125586,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121286,6 +125615,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121314,6 +125644,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121342,6 +125673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121370,6 +125702,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121398,6 +125731,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121426,6 +125760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121454,6 +125789,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121482,6 +125818,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121510,6 +125847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121538,6 +125876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121566,6 +125905,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -121594,6 +125934,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -121622,6 +125963,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -121650,6 +125992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121678,6 +126021,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121706,6 +126050,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121734,6 +126079,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121762,6 +126108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121790,6 +126137,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121818,6 +126166,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121846,6 +126195,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121874,6 +126224,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121902,6 +126253,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121930,6 +126282,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121958,6 +126311,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -121986,6 +126340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122014,6 +126369,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122042,6 +126398,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122070,6 +126427,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122098,6 +126456,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122126,6 +126485,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122154,6 +126514,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122182,6 +126543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122210,6 +126572,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122238,6 +126601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122266,6 +126630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122294,6 +126659,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122322,6 +126688,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122350,6 +126717,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122378,6 +126746,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122406,6 +126775,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122434,6 +126804,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122462,6 +126833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122490,6 +126862,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122518,6 +126891,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122546,6 +126920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122574,6 +126949,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122602,6 +126978,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122630,6 +127007,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122658,6 +127036,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122686,6 +127065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122714,6 +127094,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122742,6 +127123,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122770,6 +127152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122798,6 +127181,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122826,6 +127210,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122854,6 +127239,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122882,6 +127268,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122910,6 +127297,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122938,6 +127326,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122966,6 +127355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -122994,6 +127384,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123022,6 +127413,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123050,6 +127442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123078,6 +127471,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123106,6 +127500,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123134,6 +127529,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123162,6 +127558,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123190,6 +127587,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123218,6 +127616,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123246,6 +127645,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123274,6 +127674,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123302,6 +127703,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123330,6 +127732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123358,6 +127761,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123386,6 +127790,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123414,6 +127819,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123442,6 +127848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123470,6 +127877,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123498,6 +127906,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123526,6 +127935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123554,6 +127964,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123582,6 +127993,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123610,6 +128022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123638,6 +128051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123666,6 +128080,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123694,6 +128109,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123722,6 +128138,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123750,6 +128167,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123778,6 +128196,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123806,6 +128225,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123834,6 +128254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123862,6 +128283,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123890,6 +128312,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123918,6 +128341,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123946,6 +128370,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -123974,6 +128399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124002,6 +128428,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124030,6 +128457,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124058,6 +128486,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124086,6 +128515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124114,6 +128544,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124142,6 +128573,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124170,6 +128602,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124198,6 +128631,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124226,6 +128660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124254,6 +128689,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124282,6 +128718,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124310,6 +128747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124338,6 +128776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124366,6 +128805,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124394,6 +128834,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124422,6 +128863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124450,6 +128892,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124478,6 +128921,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124506,6 +128950,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124534,6 +128979,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124562,6 +129008,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124590,6 +129037,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124618,6 +129066,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124646,6 +129095,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124674,6 +129124,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124702,6 +129153,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124730,6 +129182,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124758,6 +129211,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124786,6 +129240,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124814,6 +129269,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124842,6 +129298,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124870,6 +129327,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124898,6 +129356,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124926,6 +129385,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124954,6 +129414,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -124982,6 +129443,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125010,6 +129472,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125038,6 +129501,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125066,6 +129530,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125094,6 +129559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125122,6 +129588,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125150,6 +129617,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125178,6 +129646,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125206,6 +129675,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125234,6 +129704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125262,6 +129733,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125290,6 +129762,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125318,6 +129791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125346,6 +129820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125374,6 +129849,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125402,6 +129878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125430,6 +129907,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125458,6 +129936,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125486,6 +129965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125514,6 +129994,7 @@ "orig": "\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125542,6 +130023,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125570,6 +130052,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125598,6 +130081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125626,6 +130110,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125654,6 +130139,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125682,6 +130168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125710,6 +130197,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -125738,6 +130226,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125766,6 +130255,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125794,6 +130284,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125822,6 +130313,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125850,6 +130342,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125878,6 +130371,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125906,6 +130400,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125934,6 +130429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125962,6 +130458,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -125990,6 +130487,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126018,6 +130516,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126046,6 +130545,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126074,6 +130574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126102,6 +130603,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126130,6 +130632,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126158,6 +130661,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126186,6 +130690,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126214,6 +130719,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126242,6 +130748,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126270,6 +130777,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126298,6 +130806,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126326,6 +130835,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126354,6 +130864,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126382,6 +130893,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126410,6 +130922,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126438,6 +130951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -126466,6 +130980,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126494,6 +131009,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126522,6 +131038,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126550,6 +131067,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126578,6 +131096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126606,6 +131125,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126634,6 +131154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126662,6 +131183,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126690,6 +131212,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126718,6 +131241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126746,6 +131270,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126774,6 +131299,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126802,6 +131328,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126830,6 +131357,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126858,6 +131386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126886,6 +131415,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126914,6 +131444,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126942,6 +131473,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126970,6 +131502,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126998,6 +131531,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127026,6 +131560,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127054,6 +131589,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127082,6 +131618,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127110,6 +131647,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127138,6 +131676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127166,6 +131705,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127194,6 +131734,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127222,6 +131763,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127250,6 +131792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127278,6 +131821,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127306,6 +131850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127334,6 +131879,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127362,6 +131908,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127390,6 +131937,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127418,6 +131966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127446,6 +131995,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127474,6 +132024,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127502,6 +132053,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127530,6 +132082,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127558,6 +132111,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127586,6 +132140,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127614,6 +132169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127642,6 +132198,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127670,6 +132227,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127698,6 +132256,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127726,6 +132285,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127754,6 +132314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -127782,6 +132343,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127810,6 +132372,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127838,6 +132401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127866,6 +132430,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127894,6 +132459,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127922,6 +132488,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127950,6 +132517,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127978,6 +132546,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128006,6 +132575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128034,6 +132604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128062,6 +132633,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128090,6 +132662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128118,6 +132691,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128146,6 +132720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128174,6 +132749,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128202,6 +132778,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128230,6 +132807,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128258,6 +132836,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128286,6 +132865,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128314,6 +132894,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128342,6 +132923,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128370,6 +132952,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128398,6 +132981,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128426,6 +133010,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128454,6 +133039,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128482,6 +133068,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128510,6 +133097,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128538,6 +133126,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128566,6 +133155,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -128594,6 +133184,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128622,6 +133213,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128650,6 +133242,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128678,6 +133271,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128706,6 +133300,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128734,6 +133329,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128762,6 +133358,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128790,6 +133387,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128818,6 +133416,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128846,6 +133445,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128874,6 +133474,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128902,6 +133503,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128930,6 +133532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128958,6 +133561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -128986,6 +133590,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129014,6 +133619,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129042,6 +133648,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129070,6 +133677,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129098,6 +133706,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129126,6 +133735,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129154,6 +133764,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129182,6 +133793,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129210,6 +133822,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129238,6 +133851,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129266,6 +133880,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129294,6 +133909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129322,6 +133938,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129350,6 +133967,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129378,6 +133996,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129406,6 +134025,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129434,6 +134054,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129462,6 +134083,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129490,6 +134112,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129518,6 +134141,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129546,6 +134170,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129574,6 +134199,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129602,6 +134228,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129630,6 +134257,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129658,6 +134286,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129686,6 +134315,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129714,6 +134344,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129742,6 +134373,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129770,6 +134402,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129798,6 +134431,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129826,6 +134460,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129854,6 +134489,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129882,6 +134518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129910,6 +134547,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129938,6 +134576,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129966,6 +134605,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -129994,6 +134634,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130022,6 +134663,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130050,6 +134692,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130078,6 +134721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130106,6 +134750,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130134,6 +134779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130162,6 +134808,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130190,6 +134837,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130218,6 +134866,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130246,6 +134895,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130274,6 +134924,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130302,6 +134953,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130330,6 +134982,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130358,6 +135011,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130386,6 +135040,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130414,6 +135069,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130442,6 +135098,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130470,6 +135127,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130498,6 +135156,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130526,6 +135185,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130554,6 +135214,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130582,6 +135243,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130610,6 +135272,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130638,6 +135301,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130666,6 +135330,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130694,6 +135359,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130722,6 +135388,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130750,6 +135417,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130778,6 +135446,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130806,6 +135475,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130834,6 +135504,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130862,6 +135533,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130890,6 +135562,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130918,6 +135591,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130946,6 +135620,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -130974,6 +135649,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131002,6 +135678,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131030,6 +135707,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131058,6 +135736,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131086,6 +135765,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131114,6 +135794,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131142,6 +135823,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131170,6 +135852,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131198,6 +135881,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131226,6 +135910,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131254,6 +135939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131282,6 +135968,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131310,6 +135997,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131338,6 +136026,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131366,6 +136055,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131394,6 +136084,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131422,6 +136113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131450,6 +136142,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131478,6 +136171,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131506,6 +136200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131534,6 +136229,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131562,6 +136258,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131590,6 +136287,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131618,6 +136316,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131646,6 +136345,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131674,6 +136374,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131702,6 +136403,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -131732,6 +136434,7 @@ "orig": "Renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131760,6 +136463,7 @@ "orig": "g\u00e9n\u00e9raux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131788,6 +136492,7 @@ "orig": "Admissibilit\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131816,6 +136521,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131844,6 +136550,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -131872,6 +136579,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131900,6 +136608,7 @@ "orig": "pourriez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131928,6 +136637,7 @@ "orig": "obtenir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131956,6 +136666,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -131984,6 +136695,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132012,6 +136724,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132040,6 +136753,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132068,6 +136782,7 @@ "orig": "partie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132096,6 +136811,7 @@ "orig": "provinciale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132124,6 +136840,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132152,6 +136869,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132180,6 +136898,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132208,6 +136927,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132236,6 +136956,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132264,6 +136985,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132292,6 +137014,7 @@ "orig": "pay\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132320,6 +137043,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132348,6 +137072,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132376,6 +137101,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -132404,6 +137130,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -132432,6 +137159,7 @@ "orig": "si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132460,6 +137188,7 @@ "orig": "toutes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -132488,6 +137217,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132516,6 +137246,7 @@ "orig": "conditions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132544,6 +137275,7 @@ "orig": "suivantes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132572,6 +137304,7 @@ "orig": "sont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132600,6 +137333,7 @@ "orig": "remplies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132628,6 +137362,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132656,6 +137391,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132684,6 +137420,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132712,6 +137449,7 @@ "orig": "\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132740,6 +137478,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132768,6 +137507,7 @@ "orig": "r\u00e9sident", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132796,6 +137536,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132824,6 +137565,7 @@ "orig": "Canada.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132852,6 +137594,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132880,6 +137623,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132908,6 +137652,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132936,6 +137681,7 @@ "orig": "achet\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132964,6 +137710,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -132992,6 +137739,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133020,6 +137768,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133048,6 +137797,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133076,6 +137826,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133104,6 +137855,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133132,6 +137884,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133160,6 +137913,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133188,6 +137942,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133216,6 +137971,7 @@ "orig": "pay\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133244,6 +138000,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133272,6 +138029,7 @@ "orig": "TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133300,6 +138058,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133328,6 +138087,7 @@ "orig": "ces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133356,6 +138116,7 @@ "orig": "produits.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133384,6 +138145,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133412,6 +138174,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133440,6 +138203,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133468,6 +138232,7 @@ "orig": "achet\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133496,6 +138261,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133524,6 +138290,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133552,6 +138319,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133580,6 +138348,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133608,6 +138377,7 @@ "orig": "consommer,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133636,6 +138406,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133664,6 +138435,7 @@ "orig": "utiliser", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133692,6 +138464,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133720,6 +138493,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133748,6 +138522,7 @@ "orig": "fournir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133776,6 +138551,7 @@ "orig": "exclusivement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133804,6 +138580,7 @@ "orig": "(g\u00e9n\u00e9ralement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133832,6 +138609,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133860,6 +138638,7 @@ "orig": "90", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133888,6 +138667,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133916,6 +138696,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133944,6 +138725,7 @@ "orig": "plus)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -133972,6 +138754,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134000,6 +138783,7 @@ "orig": "l'ext\u00e9rieur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134028,6 +138812,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134056,6 +138841,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134084,6 +138870,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134112,6 +138899,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134140,6 +138928,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134168,6 +138957,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134196,6 +138986,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134224,6 +139015,7 @@ "orig": "transf\u00e9r\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134252,6 +139044,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134280,6 +139073,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134308,6 +139102,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134336,6 +139131,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134364,6 +139160,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134392,6 +139189,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134420,6 +139218,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134448,6 +139247,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134476,6 +139276,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134504,6 +139305,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134532,6 +139334,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134560,6 +139363,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134588,6 +139392,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134616,6 +139421,7 @@ "orig": "r\u00e9gion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134644,6 +139450,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134672,6 +139479,7 @@ "orig": "Canada", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134700,6 +139508,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134728,6 +139537,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134756,6 +139566,7 @@ "orig": "30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134784,6 +139595,7 @@ "orig": "jours", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134812,6 +139624,7 @@ "orig": "suivant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134840,6 +139653,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134868,6 +139682,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134896,6 +139711,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134924,6 +139740,7 @@ "orig": "ils", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134952,6 +139769,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -134980,6 +139798,7 @@ "orig": "ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135008,6 +139827,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135036,6 +139856,7 @@ "orig": "livr\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135064,6 +139885,7 @@ "orig": "(toute", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135092,6 +139914,7 @@ "orig": "p\u00e9riode", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135120,6 +139943,7 @@ "orig": "pendant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135148,6 +139972,7 @@ "orig": "laquelle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135176,6 +140001,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135204,6 +140030,7 @@ "orig": "biens", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135232,6 +140059,7 @@ "orig": "\u00e9taient", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135260,6 +140088,7 @@ "orig": "entrepos\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135288,6 +140117,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135316,6 +140146,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135344,6 +140175,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135372,6 +140204,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135400,6 +140233,7 @@ "orig": "avant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135428,6 +140262,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135456,6 +140291,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135484,6 +140320,7 @@ "orig": "ne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135512,6 +140349,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135540,6 +140378,7 @@ "orig": "retiriez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135568,6 +140407,7 @@ "orig": "n'est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135596,6 +140436,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135624,6 +140465,7 @@ "orig": "compt\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135652,6 +140494,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135680,6 +140523,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135708,6 +140552,7 @@ "orig": "30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135736,6 +140581,7 @@ "orig": "jours).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135764,6 +140610,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135792,6 +140639,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135820,6 +140668,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135848,6 +140697,7 @@ "orig": "pay\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135876,6 +140726,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135904,6 +140755,7 @@ "orig": "taxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135932,6 +140784,7 @@ "orig": "provinciales", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135960,6 +140813,7 @@ "orig": "applicables", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -135988,6 +140842,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136016,6 +140871,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136044,6 +140900,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136072,6 +140929,7 @@ "orig": "non", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136100,6 +140958,7 @@ "orig": "participante", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136128,6 +140987,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136156,6 +141016,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136184,6 +141045,7 @@ "orig": "l'autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136212,6 +141074,7 @@ "orig": "r\u00e9gion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136240,6 +141103,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136268,6 +141132,7 @@ "orig": "Canada", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136296,6 +141161,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136324,6 +141190,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136352,6 +141219,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136380,6 +141248,7 @@ "orig": "ont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136408,6 +141277,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136436,6 +141306,7 @@ "orig": "transf\u00e9r\u00e9s.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136464,6 +141335,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136492,6 +141364,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136520,6 +141393,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136548,6 +141422,7 @@ "orig": "\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136576,6 +141451,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136604,6 +141480,7 @@ "orig": "consommateur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136632,6 +141509,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136660,6 +141538,7 @@ "orig": "bien", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136688,6 +141567,7 @@ "orig": "(sauf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136716,6 +141596,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136744,6 +141625,7 @@ "orig": "v\u00e9hicules", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -136772,6 +141654,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -136800,6 +141683,7 @@ "orig": "moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -136828,6 +141712,7 @@ "orig": "d\u00e9termin\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -136856,6 +141741,7 @@ "orig": "),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136884,6 +141770,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136912,6 +141799,7 @@ "orig": "r\u00e9sidez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136940,6 +141828,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136968,6 +141857,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -136996,6 +141886,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137024,6 +141915,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137052,6 +141944,7 @@ "orig": "autre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137080,6 +141973,7 @@ "orig": "r\u00e9gion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137108,6 +142002,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137136,6 +142031,7 @@ "orig": "Canada", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137164,6 +142060,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137192,6 +142089,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137220,6 +142118,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137248,6 +142147,7 @@ "orig": "apport\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137276,6 +142176,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137304,6 +142205,7 @@ "orig": "biens.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137332,6 +142234,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137360,6 +142263,7 @@ "orig": "Chaque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137388,6 +142292,7 @@ "orig": "re\u00e7u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137416,6 +142321,7 @@ "orig": "indique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137444,6 +142350,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137472,6 +142379,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137500,6 +142408,7 @@ "orig": "minimum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137528,6 +142437,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137556,6 +142466,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137584,6 +142495,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137612,6 +142524,7 @@ "orig": "admissible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137640,6 +142553,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137668,6 +142582,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137696,6 +142611,7 @@ "orig": "$.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137724,6 +142640,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137752,6 +142669,7 @@ "orig": "Le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137780,6 +142698,7 @@ "orig": "montant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137808,6 +142727,7 @@ "orig": "total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137836,6 +142756,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137864,6 +142785,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -137892,6 +142814,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137920,6 +142843,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137948,6 +142872,7 @@ "orig": "taxe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -137976,6 +142901,7 @@ "orig": "admissible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138004,6 +142930,7 @@ "orig": "est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138032,6 +142959,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138060,6 +142988,7 @@ "orig": "25", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138088,6 +143017,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138116,6 +143046,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138144,6 +143075,7 @@ "orig": "plus.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138172,6 +143104,7 @@ "orig": "Les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138200,6 +143133,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -138228,6 +143162,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -138256,6 +143191,7 @@ "orig": "comprennent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138284,6 +143220,7 @@ "orig": "tous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138312,6 +143249,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138340,6 +143278,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138368,6 +143307,7 @@ "orig": "sauf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138396,6 +143336,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138424,6 +143365,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138452,6 +143394,7 @@ "orig": "soumis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138480,6 +143423,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138508,6 +143452,7 @@ "orig": "l'accise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138536,6 +143481,7 @@ "orig": "tels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138564,6 +143510,7 @@ "orig": "que", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138592,6 +143539,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138620,6 +143568,7 @@ "orig": "bi\u00e8re,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138648,6 +143597,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138676,6 +143626,7 @@ "orig": "liqueur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138704,6 +143655,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138732,6 +143684,7 @@ "orig": "malt,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138760,6 +143713,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138788,6 +143742,7 @@ "orig": "spiritueux,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138816,6 +143771,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138844,6 +143800,7 @@ "orig": "vin,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138872,6 +143829,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138900,6 +143858,7 @@ "orig": "tabac,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138928,6 +143887,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138956,6 +143916,7 @@ "orig": "cigarettes,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -138984,6 +143945,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139012,6 +143974,7 @@ "orig": "cannabis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139040,6 +144003,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139068,6 +144032,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139096,6 +144061,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139124,6 +144090,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139152,6 +144119,7 @@ "orig": "vapotage,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139180,6 +144148,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139208,6 +144177,7 @@ "orig": "l'essence,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139236,6 +144206,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139264,6 +144235,7 @@ "orig": "carburant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139292,6 +144264,7 @@ "orig": "diesel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139320,6 +144293,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139348,6 +144322,7 @@ "orig": "d'autres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139376,6 +144351,7 @@ "orig": "types", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139404,6 +144380,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139432,6 +144409,7 @@ "orig": "carburants.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139460,6 +144438,7 @@ "orig": "Les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139488,6 +144467,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139516,6 +144496,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139544,6 +144525,7 @@ "orig": "comprennent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -139572,6 +144554,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139600,6 +144583,7 @@ "orig": "v\u00e9hicules", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139628,6 +144612,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139656,6 +144641,7 @@ "orig": "moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139684,6 +144670,7 @@ "orig": "d\u00e9termin\u00e9s.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139712,6 +144699,7 @@ "orig": "Un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139740,6 +144728,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -139768,6 +144757,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -139796,6 +144786,7 @@ "orig": "moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -139824,6 +144815,7 @@ "orig": "d\u00e9termin\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -139852,6 +144844,7 @@ "orig": "comprend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139880,6 +144873,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139908,6 +144902,7 @@ "orig": "plupart", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139936,6 +144931,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139964,6 +144960,7 @@ "orig": "v\u00e9hicules", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -139992,6 +144989,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140020,6 +145018,7 @@ "orig": "moteur,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140048,6 +145047,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140076,6 +145076,7 @@ "orig": "compris", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140104,6 +145105,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140132,6 +145134,7 @@ "orig": "plupart", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140160,6 +145163,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140188,6 +145192,7 @@ "orig": "voitures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140216,6 +145221,7 @@ "orig": "tracteurs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140244,6 +145250,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140272,6 +145279,7 @@ "orig": "motocyclettes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140300,6 +145308,7 @@ "orig": "Un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140328,6 +145337,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -140356,6 +145366,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -140384,6 +145395,7 @@ "orig": "moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -140412,6 +145424,7 @@ "orig": "d\u00e9signe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140440,6 +145453,7 @@ "orig": "tout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140468,6 +145482,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140496,6 +145511,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140524,6 +145540,7 @@ "orig": "doit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140552,6 +145569,7 @@ "orig": "\u00eatre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140580,6 +145598,7 @@ "orig": "immatricul\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140608,6 +145627,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140636,6 +145656,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140664,6 +145685,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140692,6 +145714,7 @@ "orig": "afin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140720,6 +145743,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140748,6 +145772,7 @@ "orig": "pouvoir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140776,6 +145801,7 @@ "orig": "\u00eatre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140804,6 +145830,7 @@ "orig": "utilis\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140832,6 +145859,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140860,6 +145888,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140888,6 +145917,7 @@ "orig": "routes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -140916,6 +145946,7 @@ "orig": "Documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -140944,6 +145975,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -140972,6 +146004,7 @@ "orig": "joindre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -141000,6 +146033,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -141028,6 +146062,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -141056,6 +146091,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -141084,6 +146120,7 @@ "orig": "Joignez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141112,6 +146149,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141140,6 +146178,7 @@ "orig": "renseignements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141168,6 +146207,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141196,6 +146236,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141224,6 +146265,7 @@ "orig": "suivants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141252,6 +146294,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141280,6 +146323,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141308,6 +146352,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141336,6 +146381,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141364,6 +146410,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141392,6 +146439,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141420,6 +146468,7 @@ "orig": "copies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141448,6 +146497,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141476,6 +146526,7 @@ "orig": "re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141504,6 +146555,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141532,6 +146584,7 @@ "orig": "chaque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141560,6 +146613,7 @@ "orig": "achat;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141588,6 +146642,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141616,6 +146671,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141644,6 +146700,7 @@ "orig": "preuve", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141672,6 +146729,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141700,6 +146758,7 @@ "orig": "paiement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141728,6 +146787,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141756,6 +146816,7 @@ "orig": "taxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141784,6 +146845,7 @@ "orig": "provinciales", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141812,6 +146874,7 @@ "orig": "applicables;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141840,6 +146903,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141868,6 +146932,7 @@ "orig": "si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141896,6 +146961,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141924,6 +146990,7 @@ "orig": "produit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141952,6 +147019,7 @@ "orig": "admissible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -141980,6 +147048,7 @@ "orig": "\u00e9tait", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142008,6 +147077,7 @@ "orig": "entrepos\u00e9,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142036,6 +147106,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142064,6 +147135,7 @@ "orig": "copies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142092,6 +147164,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142120,6 +147193,7 @@ "orig": "re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142148,6 +147222,7 @@ "orig": "afin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142176,6 +147251,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142204,6 +147280,7 @@ "orig": "justifier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142232,6 +147309,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142260,6 +147338,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142288,6 +147367,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142316,6 +147396,7 @@ "orig": "l'entreposage.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142344,6 +147425,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142372,6 +147454,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142400,6 +147483,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142428,6 +147512,7 @@ "orig": "cas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142456,6 +147541,7 @@ "orig": "d'un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142484,6 +147570,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142512,6 +147599,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142540,6 +147628,7 @@ "orig": "moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142568,6 +147657,7 @@ "orig": "d\u00e9termin\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142596,6 +147686,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142624,6 +147715,7 @@ "orig": "est", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142652,6 +147744,7 @@ "orig": "immatricul\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142680,6 +147773,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142708,6 +147802,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142736,6 +147831,7 @@ "orig": "province,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142764,6 +147860,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142792,6 +147889,7 @@ "orig": "copie", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142820,6 +147918,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142848,6 +147947,7 @@ "orig": "l'immatriculation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142876,6 +147976,7 @@ "orig": "du", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142904,6 +148005,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142932,6 +148034,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142960,6 +148063,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -142988,6 +148092,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143016,6 +148121,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143044,6 +148150,7 @@ "orig": "laquelle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143072,6 +148179,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143100,6 +148208,7 @@ "orig": "v\u00e9hicule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143128,6 +148237,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143156,6 +148266,7 @@ "orig": "\u00e9t\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143184,6 +148295,7 @@ "orig": "introduit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143212,6 +148324,7 @@ "orig": "Votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143240,6 +148353,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143268,6 +148382,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143296,6 +148411,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143324,6 +148440,7 @@ "orig": "peut", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143352,6 +148469,7 @@ "orig": "\u00eatre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143380,6 +148498,7 @@ "orig": "retard\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143408,6 +148527,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143436,6 +148556,7 @@ "orig": "refus\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143464,6 +148585,7 @@ "orig": "si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143492,6 +148614,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143520,6 +148643,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143548,6 +148672,7 @@ "orig": "requis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143576,6 +148701,7 @@ "orig": "ne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143604,6 +148730,7 @@ "orig": "sont", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143632,6 +148759,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143660,6 +148788,7 @@ "orig": "envoy\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143688,6 +148817,7 @@ "orig": "avec", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143716,6 +148846,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143744,6 +148875,7 @@ "orig": "demande.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143772,6 +148904,7 @@ "orig": "Remarque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -143800,6 +148933,7 @@ "orig": "Les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143828,6 +148962,7 @@ "orig": "re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143856,6 +148991,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143884,6 +149020,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143912,6 +149049,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143940,6 +149078,7 @@ "orig": "justificatifs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143968,6 +149107,7 @@ "orig": "envoy\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -143996,6 +149136,7 @@ "orig": "avec", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144024,6 +149165,7 @@ "orig": "cette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144052,6 +149194,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144080,6 +149223,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144108,6 +149252,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144136,6 +149281,7 @@ "orig": "ne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144164,6 +149310,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144192,6 +149339,7 @@ "orig": "seront", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144220,6 +149368,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144248,6 +149397,7 @@ "orig": "retourn\u00e9s.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144276,6 +149426,7 @@ "orig": "N'envoyez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144304,6 +149455,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144332,6 +149484,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144360,6 +149513,7 @@ "orig": "re\u00e7us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144388,6 +149542,7 @@ "orig": "originaux.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144416,6 +149571,7 @@ "orig": "D\u00e9lai", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144444,6 +149600,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144472,6 +149629,7 @@ "orig": "production", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -144500,6 +149658,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144528,6 +149687,7 @@ "orig": "devez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144556,6 +149716,7 @@ "orig": "demander", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144584,6 +149745,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144612,6 +149774,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144640,6 +149803,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144668,6 +149832,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144696,6 +149861,7 @@ "orig": "tard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144724,6 +149890,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144752,6 +149919,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144780,6 +149948,7 @@ "orig": "suivant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144808,6 +149977,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144836,6 +150006,7 @@ "orig": "jour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144864,6 +150035,7 @@ "orig": "o\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144892,6 +150064,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144920,6 +150093,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144948,6 +150122,7 @@ "orig": "transf\u00e9r\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -144976,6 +150151,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145004,6 +150180,7 @@ "orig": "produits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145032,6 +150209,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145060,6 +150238,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145088,6 +150267,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145116,6 +150296,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145144,6 +150325,7 @@ "orig": "participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145172,6 +150354,7 @@ "orig": "Restriction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -145200,6 +150383,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -145228,6 +150412,7 @@ "orig": "production", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -145256,6 +150441,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145284,6 +150470,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145312,6 +150499,7 @@ "orig": "\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145340,6 +150528,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145368,6 +150557,7 @@ "orig": "particulier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145396,6 +150586,7 @@ "orig": "(y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145424,6 +150615,7 @@ "orig": "compris", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145452,6 +150644,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145480,6 +150673,7 @@ "orig": "propri\u00e9taire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145508,6 +150702,7 @@ "orig": "unique),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145536,6 +150731,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145564,6 +150760,7 @@ "orig": "ne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145592,6 +150789,7 @@ "orig": "pouvez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145620,6 +150818,7 @@ "orig": "soumettre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145648,6 +150847,7 @@ "orig": "qu'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145676,6 +150876,7 @@ "orig": "seule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145704,6 +150905,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145732,6 +150934,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145760,6 +150963,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145788,6 +150992,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145816,6 +151021,7 @@ "orig": "cours", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145844,6 +151050,7 @@ "orig": "d'un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145872,6 +151079,7 @@ "orig": "trimestre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145900,6 +151108,7 @@ "orig": "civil.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145928,6 +151137,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145956,6 +151166,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145984,6 +151195,7 @@ "orig": "n'\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -146012,6 +151224,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -146040,6 +151253,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146068,6 +151282,7 @@ "orig": "particulier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146096,6 +151311,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146124,6 +151340,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146152,6 +151369,7 @@ "orig": "propri\u00e9taire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146180,6 +151398,7 @@ "orig": "unique,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146208,6 +151427,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146236,6 +151456,7 @@ "orig": "ne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146264,6 +151485,7 @@ "orig": "pouvez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146292,6 +151514,7 @@ "orig": "soumettre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146320,6 +151543,7 @@ "orig": "qu'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146348,6 +151572,7 @@ "orig": "seule", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146376,6 +151601,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146404,6 +151630,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146432,6 +151659,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146460,6 +151688,7 @@ "orig": "au", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146488,6 +151717,7 @@ "orig": "cours", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146516,6 +151746,7 @@ "orig": "d'un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146544,6 +151775,7 @@ "orig": "mois", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146572,6 +151804,7 @@ "orig": "civil.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146600,6 +151833,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146628,6 +151862,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146656,6 +151891,7 @@ "orig": "d\u00e9sirez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146684,6 +151920,7 @@ "orig": "produire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146712,6 +151949,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146740,6 +151978,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146768,6 +152007,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146796,6 +152036,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146824,6 +152065,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146852,6 +152094,7 @@ "orig": "plus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146880,6 +152123,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146908,6 +152152,7 @@ "orig": "visite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146936,6 +152181,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146964,6 +152210,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -146992,6 +152239,7 @@ "orig": "province", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147020,6 +152268,7 @@ "orig": "participante,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147048,6 +152297,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147076,6 +152326,7 @@ "orig": "devez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147104,6 +152355,7 @@ "orig": "combiner", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147132,6 +152384,7 @@ "orig": "vos", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147160,6 +152413,7 @@ "orig": "visites", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147188,6 +152442,7 @@ "orig": "sur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147216,6 +152471,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147244,6 +152500,7 @@ "orig": "seul", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147272,6 +152529,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147300,6 +152558,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147328,6 +152587,7 @@ "orig": "demande.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147356,6 +152616,7 @@ "orig": "Remplir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -147384,6 +152645,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -147412,6 +152674,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -147440,6 +152703,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -147468,6 +152732,7 @@ "orig": "ligne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -147496,6 +152761,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147524,6 +152790,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147552,6 +152819,7 @@ "orig": "\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147580,6 +152848,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147608,6 +152877,7 @@ "orig": "inscrit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147636,6 +152906,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147664,6 +152935,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147692,6 +152964,7 @@ "orig": "TPS/TVH,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147720,6 +152993,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147748,6 +153022,7 @@ "orig": "pouvez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147776,6 +153051,7 @@ "orig": "produire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147804,6 +153080,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147832,6 +153109,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147860,6 +153138,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147888,6 +153167,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147916,6 +153196,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147944,6 +153225,7 @@ "orig": "ligne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -147972,6 +153254,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148000,6 +153283,7 @@ "orig": "utilisant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148028,6 +153312,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148056,6 +153341,7 @@ "orig": "service", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148084,6 +153370,7 @@ "orig": "\u02d9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148112,6 +153399,7 @@ "orig": "Produire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148140,6 +153428,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148168,6 +153457,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148196,6 +153486,7 @@ "orig": "\u00a8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148224,6 +153515,7 @@ "orig": "dans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148252,6 +153544,7 @@ "orig": "Mon", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148280,6 +153573,7 @@ "orig": "dossier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148308,6 +153602,7 @@ "orig": "d'entreprise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148336,6 +153631,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148364,6 +153660,7 @@ "orig": "canada.ca/mon-dossier-entreprise-arc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -148392,6 +153689,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148420,6 +153718,7 @@ "orig": "Repr\u00e9senter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148448,6 +153747,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148476,6 +153776,7 @@ "orig": "client", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148504,6 +153805,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148532,6 +153834,7 @@ "orig": "canada.ca/impots-representants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -148560,6 +153863,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148588,6 +153892,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148616,6 +153921,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148644,6 +153950,7 @@ "orig": "\u00eates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148672,6 +153979,7 @@ "orig": "un", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148700,6 +154008,7 @@ "orig": "particulier,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148728,6 +154037,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148756,6 +154066,7 @@ "orig": "pouvez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148784,6 +154095,7 @@ "orig": "produire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148812,6 +154124,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148840,6 +154153,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148868,6 +154182,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148896,6 +154211,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148924,6 +154240,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148952,6 +154269,7 @@ "orig": "ligne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -148980,6 +154298,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149008,6 +154327,7 @@ "orig": "utilisant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149036,6 +154356,7 @@ "orig": "Mon", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149064,6 +154385,7 @@ "orig": "Dossier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149092,6 +154414,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149120,6 +154443,7 @@ "orig": "canada.ca/mon-dossier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149148,6 +154472,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149176,6 +154501,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149204,6 +154530,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149232,6 +154559,7 @@ "orig": "produisez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149260,6 +154588,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149288,6 +154617,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149316,6 +154646,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149344,6 +154675,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149372,6 +154704,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149400,6 +154733,7 @@ "orig": "ligne,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149428,6 +154762,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149456,6 +154791,7 @@ "orig": "n'avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149484,6 +154820,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149512,6 +154849,7 @@ "orig": "besoin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149540,6 +154878,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149568,6 +154907,7 @@ "orig": "produire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149596,6 +154936,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149624,6 +154965,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149652,6 +154994,7 @@ "orig": "papier.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149680,6 +155023,7 @@ "orig": "O\u00f9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149708,6 +155052,7 @@ "orig": "envoyer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149736,6 +155081,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149764,6 +155110,7 @@ "orig": "formulaire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149792,6 +155139,7 @@ "orig": "si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149820,6 +155168,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149848,6 +155197,7 @@ "orig": "produisez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149876,6 +155226,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149904,6 +155255,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149932,6 +155284,7 @@ "orig": "papier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -149960,6 +155313,7 @@ "orig": "Envoyer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149988,6 +155342,7 @@ "orig": "votre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150016,6 +155371,7 @@ "orig": "demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150044,6 +155400,7 @@ "orig": "par", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150072,6 +155429,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150100,6 +155458,7 @@ "orig": "poste", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150128,6 +155487,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150156,6 +155516,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150184,6 +155545,7 @@ "orig": "Traitement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150212,6 +155574,7 @@ "orig": "des", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150240,6 +155603,7 @@ "orig": "remboursements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150268,6 +155632,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150296,6 +155661,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150324,6 +155690,7 @@ "orig": "TPS/TVH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150352,6 +155719,7 @@ "orig": "Centre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150380,6 +155748,7 @@ "orig": "fiscal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150408,6 +155777,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150436,6 +155806,7 @@ "orig": "l'Atlantique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150464,6 +155835,7 @@ "orig": "275,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150492,6 +155864,7 @@ "orig": "chemin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150520,6 +155893,7 @@ "orig": "Pope", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150548,6 +155922,7 @@ "orig": "Summerside", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150576,6 +155951,7 @@ "orig": "PE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150604,6 +155980,7 @@ "orig": "C1N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150632,6 +156009,7 @@ "orig": "6C6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150660,6 +156038,7 @@ "orig": "Livres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150688,6 +156067,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150716,6 +156096,7 @@ "orig": "registres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -150744,6 +156125,7 @@ "orig": "Vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150772,6 +156154,7 @@ "orig": "devez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150800,6 +156183,7 @@ "orig": "conserver", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150828,6 +156212,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150856,6 +156241,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150884,6 +156270,7 @@ "orig": "originaux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150912,6 +156299,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150940,6 +156328,7 @@ "orig": "les", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150968,6 +156357,7 @@ "orig": "livres,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150996,6 +156386,7 @@ "orig": "registres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151024,6 +156415,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151052,6 +156444,7 @@ "orig": "factures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151080,6 +156473,7 @@ "orig": "qui", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151108,6 +156502,7 @@ "orig": "se", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151136,6 +156531,7 @@ "orig": "rapportent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151164,6 +156560,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151192,6 +156589,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151220,6 +156618,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151248,6 +156647,7 @@ "orig": "pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151276,6 +156676,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151304,6 +156705,7 @@ "orig": "p\u00e9riode", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151332,6 +156734,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151360,6 +156763,7 @@ "orig": "six", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -151388,6 +156792,7 @@ "orig": "ans", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151416,6 +156821,7 @@ "orig": "suivant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151444,6 +156850,7 @@ "orig": "la", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151472,6 +156879,7 @@ "orig": "fin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151500,6 +156908,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151528,6 +156937,7 @@ "orig": "l'ann\u00e9e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151556,6 +156966,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151584,6 +156995,7 @@ "orig": "laquelle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151612,6 +157024,7 @@ "orig": "ils", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151640,6 +157053,7 @@ "orig": "se", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151668,6 +157082,7 @@ "orig": "rapportent,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151696,6 +157111,7 @@ "orig": "puisque", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151724,6 +157140,7 @@ "orig": "ce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151752,6 +157169,7 @@ "orig": "remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151780,6 +157198,7 @@ "orig": "peut", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151808,6 +157227,7 @@ "orig": "faire", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151836,6 +157256,7 @@ "orig": "l'objet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151864,6 +157285,7 @@ "orig": "d'une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151892,6 +157314,7 @@ "orig": "v\u00e9rification", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151920,6 +157343,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151948,6 +157372,7 @@ "orig": "une", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -151976,6 +157401,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152004,6 +157430,7 @@ "orig": "ult\u00e9rieure.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152032,6 +157459,7 @@ "orig": "Si", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152060,6 +157488,7 @@ "orig": "vous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152088,6 +157517,7 @@ "orig": "avez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152116,6 +157546,7 @@ "orig": "besoin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152144,6 +157575,7 @@ "orig": "d'aide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152172,6 +157604,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152200,6 +157633,7 @@ "orig": "en", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152228,6 +157662,7 @@ "orig": "savoir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152256,6 +157691,7 @@ "orig": "plus,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152284,6 +157720,7 @@ "orig": "allez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152312,6 +157749,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152340,6 +157778,7 @@ "orig": "canada.ca/tps-tvh", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152368,6 +157807,7 @@ "orig": "ou", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152396,6 +157836,7 @@ "orig": "composez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152424,6 +157865,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152452,6 +157894,7 @@ "orig": "1-800-959-7775", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152480,6 +157923,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152508,6 +157952,7 @@ "orig": "Pour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152536,6 +157981,7 @@ "orig": "obtenir", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152564,6 +158010,7 @@ "orig": "nos", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152592,6 +158039,7 @@ "orig": "formulaires", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152620,6 +158068,7 @@ "orig": "et", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152648,6 +158097,7 @@ "orig": "publications,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152676,6 +158126,7 @@ "orig": "allez", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152704,6 +158155,7 @@ "orig": "\u00e0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152732,6 +158184,7 @@ "orig": "canada.ca/publications-tps-tvh.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -152760,6 +158213,7 @@ "orig": "GST495", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152788,6 +158242,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152816,6 +158271,7 @@ "orig": "(24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152844,6 +158300,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152872,6 +158329,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152900,6 +158358,7 @@ "orig": "de", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152928,6 +158387,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -152956,6 +158416,7 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", @@ -152986,6 +158447,7 @@ "orig": "Renseignements g\u00e9n\u00e9raux", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153014,6 +158476,7 @@ "orig": "Admissibilit\u00e9 au remboursement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153042,6 +158505,7 @@ "orig": "Vous pourriez obtenir un remboursement de la partie ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153070,6 +158534,7 @@ "orig": "provinciale de la TVH que vous avez pay\u00e9e sur des ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153098,6 +158563,7 @@ "orig": "produits ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153126,6 +158592,7 @@ "orig": "admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153154,6 +158621,7 @@ "orig": " si ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153182,6 +158650,7 @@ "orig": "toutes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153210,6 +158679,7 @@ "orig": " les conditions suivantes sont remplies :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153238,6 +158708,7 @@ "orig": "\u00a5 Vous \u00eates un r\u00e9sident du Canada.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153266,6 +158737,7 @@ "orig": "\u00a5 Vous avez achet\u00e9 les produits dans une province ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153294,6 +158766,7 @@ "orig": "participante et vous avez pay\u00e9 la TVH sur ces produits.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153322,6 +158795,7 @@ "orig": "\u00a5 Vous avez achet\u00e9 les produits pour les consommer, les ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153350,6 +158824,7 @@ "orig": "utiliser ou les fournir exclusivement (g\u00e9n\u00e9ralement \u00e0 90 % ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153378,6 +158853,7 @@ "orig": "ou plus) \u00e0 l'ext\u00e9rieur de la province participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153406,6 +158882,7 @@ "orig": "\u00a5 Vous avez transf\u00e9r\u00e9 les produits d'une province ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153434,6 +158911,7 @@ "orig": "participante dans une autre province ou dans une autre ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153462,6 +158940,7 @@ "orig": "r\u00e9gion du Canada dans les 30 jours suivant la date o\u00f9 ils ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153490,6 +158969,7 @@ "orig": "vous ont \u00e9t\u00e9 livr\u00e9s (toute p\u00e9riode pendant laquelle les biens ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153518,6 +158998,7 @@ "orig": "\u00e9taient entrepos\u00e9s dans la province participante avant que ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153546,6 +159027,7 @@ "orig": "vous ne les retiriez n'est pas compt\u00e9e dans les 30 jours).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153574,6 +159056,7 @@ "orig": "\u00a5 Vous avez pay\u00e9 les taxes provinciales applicables de la ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153602,6 +159085,7 @@ "orig": "province non participante ou de l'autre r\u00e9gion du Canada ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153630,6 +159114,7 @@ "orig": "o\u00f9 les produits ont \u00e9t\u00e9 transf\u00e9r\u00e9s.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153658,6 +159143,7 @@ "orig": "\u00a5 Si vous \u00eates un consommateur du bien (sauf les ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153686,6 +159172,7 @@ "orig": "v\u00e9hicules ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153714,6 +159201,7 @@ "orig": "\u00e0 moteur d\u00e9termin\u00e9s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153742,6 +159230,7 @@ "orig": "), vous r\u00e9sidez dans la province ou ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153770,6 +159259,7 @@ "orig": "autre r\u00e9gion du Canada o\u00f9 vous avez apport\u00e9 les biens.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153798,6 +159288,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153826,6 +159317,7 @@ "orig": "Chaque re\u00e7u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153854,6 +159346,7 @@ "orig": " indique un montant minimum de la taxe ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153882,6 +159375,7 @@ "orig": "admissible de 5 $.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153910,6 +159404,7 @@ "orig": "\u00a5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153938,6 +159433,7 @@ "orig": "Le montant total du remboursement ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -153966,6 +159462,7 @@ "orig": "de la taxe ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -153994,6 +159491,7 @@ "orig": "admissible est de 25 $ ou plus.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154022,6 +159520,7 @@ "orig": "Les ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154050,6 +159549,7 @@ "orig": "produits admissibles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154078,6 +159578,7 @@ "orig": " comprennent tous les produits ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154106,6 +159607,7 @@ "orig": "sauf les produits soumis \u00e0 l'accise tels que la bi\u00e8re, la liqueur ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154134,6 +159636,7 @@ "orig": "de malt, les spiritueux, le vin, le tabac, les cigarettes, le ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154162,6 +159665,7 @@ "orig": "cannabis et les produits de vapotage, ou l'essence, le ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154190,6 +159694,7 @@ "orig": "carburant diesel et d'autres types de carburants. Les produits ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154218,6 +159723,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154246,6 +159752,7 @@ "orig": "admissibles ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154274,6 +159781,7 @@ "orig": "comprennent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154302,6 +159810,7 @@ "orig": " les v\u00e9hicules \u00e0 moteur d\u00e9termin\u00e9s.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154330,6 +159839,7 @@ "orig": "Un ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154358,6 +159868,7 @@ "orig": "v\u00e9hicule \u00e0 moteur d\u00e9termin\u00e9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154386,6 +159897,7 @@ "orig": " comprend la plupart des ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154414,6 +159926,7 @@ "orig": "v\u00e9hicules \u00e0 moteur, y compris la plupart des voitures, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154442,6 +159955,7 @@ "orig": "tracteurs et motocyclettes. Un ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154470,6 +159984,7 @@ "orig": "v\u00e9hicule \u00e0 moteur", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154498,6 +160013,7 @@ "orig": " d\u00e9signe ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154526,6 +160042,7 @@ "orig": "tout v\u00e9hicule qui doit \u00eatre immatricul\u00e9 dans votre province afin ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154554,6 +160071,7 @@ "orig": "de pouvoir \u00eatre utilis\u00e9 sur les routes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154582,6 +160100,7 @@ "orig": "Documents \u00e0 joindre \u00e0 votre demande", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -154610,6 +160129,7 @@ "orig": "Joignez les renseignements et documents suivants \u00e0 votre ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154638,6 +160158,7 @@ "orig": "demande :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154666,6 +160187,7 @@ "orig": "\u00a5 les copies des re\u00e7us pour chaque achat;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154694,6 +160216,7 @@ "orig": "\u00a5 la preuve de paiement des taxes provinciales applicables;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154722,6 +160245,7 @@ "orig": "\u00a5 si le produit admissible \u00e9tait entrepos\u00e9, les copies des ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154750,6 +160274,7 @@ "orig": "re\u00e7us afin de justifier la date de l'entreposage.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154778,6 +160303,7 @@ "orig": "\u00a5 dans le cas d'un v\u00e9hicule \u00e0 moteur d\u00e9termin\u00e9 qui est ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154806,6 +160332,7 @@ "orig": "immatricul\u00e9 dans une province, une copie de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154834,6 +160361,7 @@ "orig": "l'immatriculation du v\u00e9hicule de la province dans laquelle ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154862,6 +160390,7 @@ "orig": "le v\u00e9hicule a \u00e9t\u00e9 introduit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154890,6 +160419,7 @@ "orig": "Votre demande de remboursement peut \u00eatre retard\u00e9e ou ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154918,6 +160448,7 @@ "orig": "refus\u00e9e si les documents requis ne sont pas envoy\u00e9s avec ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154946,6 +160477,7 @@ "orig": "votre demande.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154974,6 +160506,7 @@ "orig": "Remarque ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155002,6 +160535,7 @@ "orig": "Les re\u00e7us et les documents justificatifs envoy\u00e9s avec cette ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155030,6 +160564,7 @@ "orig": "demande de remboursement ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155058,6 +160593,7 @@ "orig": "ne vous seront pas ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155086,6 +160622,7 @@ "orig": "retourn\u00e9s. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155114,6 +160651,7 @@ "orig": "N'envoyez pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155142,6 +160680,7 @@ "orig": " les re\u00e7us originaux.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155170,6 +160709,7 @@ "orig": "D\u00e9lai de production", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155198,6 +160738,7 @@ "orig": "Vous devez demander ce remboursement au plus tard un an ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155226,6 +160767,7 @@ "orig": "suivant le jour o\u00f9 vous avez transf\u00e9r\u00e9 les produits admissibles ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155254,6 +160796,7 @@ "orig": "de la province participante.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155282,6 +160825,7 @@ "orig": "Restriction de production", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155310,6 +160854,7 @@ "orig": "Si vous \u00eates un particulier (y compris un propri\u00e9taire unique), ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155338,6 +160883,7 @@ "orig": "vous ne pouvez soumettre qu'une seule demande de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155366,6 +160912,7 @@ "orig": "remboursement au cours d'un trimestre civil. Si vous ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155394,6 +160941,7 @@ "orig": "n'\u00eates ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155422,6 +160970,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155450,6 +160999,7 @@ "orig": " un particulier ou un propri\u00e9taire unique, vous ne pouvez ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155478,6 +161028,7 @@ "orig": "soumettre qu'une seule demande de remboursement au cours ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155506,6 +161057,7 @@ "orig": "d'un mois civil.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155534,6 +161086,7 @@ "orig": "Si vous d\u00e9sirez produire une demande de remboursement ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155562,6 +161115,7 @@ "orig": "pour plus d'une visite dans une province participante, vous ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155590,6 +161144,7 @@ "orig": "devez combiner vos visites sur un seul formulaire de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155618,6 +161173,7 @@ "orig": "demande.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155646,6 +161202,7 @@ "orig": "Remplir ce formulaire en ligne", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155674,6 +161231,7 @@ "orig": "Si vous \u00eates un inscrit \u00e0 la TPS/TVH, vous pouvez produire ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155702,6 +161260,7 @@ "orig": "votre demande de remboursement en ligne en utilisant le ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155730,6 +161289,7 @@ "orig": "service \u02d9 Produire un remboursement \u00a8 dans Mon dossier ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155758,6 +161318,7 @@ "orig": "d'entreprise \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155786,6 +161347,7 @@ "orig": "canada.ca/mon-dossier-entreprise-arc", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155814,6 +161376,7 @@ "orig": " ou ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155842,6 +161405,7 @@ "orig": "Repr\u00e9senter un client \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155870,6 +161434,7 @@ "orig": "canada.ca/impots-representants", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -155898,6 +161463,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155926,6 +161492,7 @@ "orig": "Si vous \u00eates un particulier, vous pouvez produire votre ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155954,6 +161521,7 @@ "orig": "demande de remboursement en ligne en utilisant Mon Dossier ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -155982,6 +161550,7 @@ "orig": "\u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156010,6 +161579,7 @@ "orig": "canada.ca/mon-dossier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156038,6 +161608,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156066,6 +161637,7 @@ "orig": "Si vous produisez votre demande de remboursement en ligne, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156094,6 +161666,7 @@ "orig": "vous n'avez ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156122,6 +161695,7 @@ "orig": "pas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156150,6 +161724,7 @@ "orig": " besoin de produire une demande papier.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156178,6 +161753,7 @@ "orig": "O\u00f9 envoyer ce formulaire si vous produisez ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156206,6 +161782,7 @@ "orig": "une demande papier", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156234,6 +161811,7 @@ "orig": "Envoyer votre demande par la poste \u00e0 :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156262,6 +161840,7 @@ "orig": "Traitement des remboursements de la TPS/TVH ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156290,6 +161869,7 @@ "orig": "Centre fiscal de l'Atlantique ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156318,6 +161898,7 @@ "orig": "275, chemin Pope ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156346,6 +161927,7 @@ "orig": "Summerside PE C1N 6C6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156374,6 +161956,7 @@ "orig": "Livres et registres", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156402,6 +161985,7 @@ "orig": "Vous devez conserver les documents originaux et les livres, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156430,6 +162014,7 @@ "orig": "registres et factures qui se rapportent \u00e0 ce remboursement ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156458,6 +162043,7 @@ "orig": "pour une p\u00e9riode de ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156486,6 +162072,7 @@ "orig": "six", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156514,6 +162101,7 @@ "orig": " ans suivant la fin de l'ann\u00e9e \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156542,6 +162130,7 @@ "orig": "laquelle ils se rapportent, puisque ce remboursement peut ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156570,6 +162159,7 @@ "orig": "faire l'objet d'une v\u00e9rification \u00e0 une date ult\u00e9rieure.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156598,6 +162188,7 @@ "orig": "Si vous avez besoin d'aide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156626,6 +162217,7 @@ "orig": "Pour en savoir plus, allez \u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156654,6 +162246,7 @@ "orig": "canada.ca/tps-tvh ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156682,6 +162275,7 @@ "orig": "ou composez ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156710,6 +162304,7 @@ "orig": "le", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156738,6 +162333,7 @@ "orig": " 1-800-959-7775", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156766,6 +162362,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156794,6 +162391,7 @@ "orig": "Pour obtenir nos formulaires et publications, allez ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156822,6 +162420,7 @@ "orig": "\u00e0 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156850,6 +162449,7 @@ "orig": "canada.ca/publications-tps-tvh.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT1", @@ -156878,6 +162478,7 @@ "orig": "GST495 F (24)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156906,6 +162507,7 @@ "orig": "Page 5 de 5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -156934,12 +162536,16 @@ "orig": "/Off", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": true, "font_key": "Form-font", "font_name": "Form-font" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/form_fields.pdf.v2.json b/tests/data/groundtruth/form_fields.pdf.v2.json index b2509fa7..7cd911af 100644 --- a/tests/data/groundtruth/form_fields.pdf.v2.json +++ b/tests/data/groundtruth/form_fields.pdf.v2.json @@ -41593,12 +41593,12 @@ ] }, "timings": { - "decode_annots": 4.1e-05, - "decode_contents": 0.005492, + "decode_annots": 3.5e-05, + "decode_contents": 0.005058, "decode_dimensions": 1e-06, - "decode_page": 0.022001, - "decode_resources": 0.000364, - "sanitise_contents": 0.015139 + "decode_page": 0.019082, + "decode_resources": 0.000384, + "sanitise_contents": 0.006372 } }, { @@ -68415,12 +68415,12 @@ ] }, "timings": { - "decode_annots": 2.1e-05, - "decode_contents": 0.00364, + "decode_annots": 1.9e-05, + "decode_contents": 0.003455, "decode_dimensions": 0.0, - "decode_page": 0.011987, - "decode_resources": 0.000336, - "sanitise_contents": 0.007292 + "decode_page": 0.010658, + "decode_resources": 0.000349, + "sanitise_contents": 0.003328 } }, { @@ -102180,12 +102180,12 @@ ] }, "timings": { - "decode_annots": 0.000201, - "decode_contents": 0.005492, + "decode_annots": 0.000139, + "decode_contents": 0.004932, "decode_dimensions": 0.0, - "decode_page": 0.016148, - "decode_resources": 0.000326, - "sanitise_contents": 0.006377 + "decode_page": 0.013727, + "decode_resources": 0.000353, + "sanitise_contents": 0.002751 } }, { @@ -107010,7 +107010,7 @@ 691.803, 414.996, 691.803, - "\u00d7", + "!", -1, 3.336, "", @@ -108689,7 +108689,7 @@ 658.805, 414.996, 658.805, - "\u00d7", + "!", -1, 3.336, "", @@ -114623,7 +114623,7 @@ 586.802, 414.996, 586.802, - "\u00d7", + "!", -1, 3.336, "", @@ -164225,7 +164225,7 @@ 691.803, 414.996, 691.803, - "\u00d7", + "!", -1, 3.336, "", @@ -164409,7 +164409,7 @@ 658.805, 414.996, 658.805, - "\u00d7", + "!", -1, 3.336, "", @@ -164616,7 +164616,7 @@ 586.802, 414.996, 586.802, - "\u00d7", + "!", -1, 3.336, "", @@ -166064,12 +166064,12 @@ ] }, "timings": { - "decode_annots": 2.7e-05, - "decode_contents": 0.009388, - "decode_dimensions": 1e-06, - "decode_page": 0.056135, - "decode_resources": 0.000489, - "sanitise_contents": 0.045445 + "decode_annots": 1.8e-05, + "decode_contents": 0.007917, + "decode_dimensions": 0.0, + "decode_page": 0.045246, + "decode_resources": 0.000458, + "sanitise_contents": 0.018541 } }, { @@ -277994,28 +277994,28 @@ ] }, "timings": { - "decode_annots": 1.5e-05, - "decode_contents": 0.015681, - "decode_dimensions": 1e-06, - "decode_page": 0.143075, - "decode_resources": 0.000696, - "sanitise_contents": 0.12604 + "decode_annots": 8e-06, + "decode_contents": 0.013938, + "decode_dimensions": 0.0, + "decode_page": 0.119339, + "decode_resources": 0.00053, + "sanitise_contents": 0.052986 } } ], "timings": { - "decode_annots": 0.000305, - "decode_contents": 0.039693000000000006, - "decode_dimensions": 3e-06, - "decode_document": 0.254646, - "decode_page": 0.249346, - "decode_resources": 0.002211, - "decoding page 0": 0.02261, - "decoding page 1": 0.012449, - "decoding page 2": 0.016768, - "decoding page 3": 0.057177, - "decoding page 4": 0.145016, - "process_document_from_bytesio": 0.001777, - "sanitise_contents": 0.200293 + "decode_annots": 0.00021899999999999998, + "decode_contents": 0.0353, + "decode_dimensions": 1e-06, + "decode_document": 0.213057, + "decode_page": 0.20805200000000001, + "decode_resources": 0.0020740000000000003, + "decoding page 0": 0.019703, + "decoding page 1": 0.011093, + "decoding page 2": 0.014204, + "decoding page 3": 0.046301, + "decoding page 4": 0.121299, + "process_document_from_bytesio": 0.001598, + "sanitise_contents": 0.083978 } } \ No newline at end of file diff --git a/tests/data/groundtruth/form_fields.pdf.v2.p=0.json b/tests/data/groundtruth/form_fields.pdf.v2.p=0.json index 6aecdbf8..21bf40c3 100644 --- a/tests/data/groundtruth/form_fields.pdf.v2.p=0.json +++ b/tests/data/groundtruth/form_fields.pdf.v2.p=0.json @@ -41593,24 +41593,24 @@ ] }, "timings": { - "decode_annots": 4.1e-05, - "decode_contents": 0.005698, + "decode_annots": 3.7e-05, + "decode_contents": 0.005184, "decode_dimensions": 1e-06, - "decode_page": 0.021944, - "decode_resources": 0.000383, - "sanitise_contents": 0.014838 + "decode_page": 0.018831, + "decode_resources": 0.000415, + "sanitise_contents": 0.006251 } } ], "timings": { - "decode_annots": 4.1e-05, - "decode_contents": 0.005698, + "decode_annots": 3.7e-05, + "decode_contents": 0.005184, "decode_dimensions": 1e-06, - "decode_document": 0.022782, - "decode_page": 0.021944, - "decode_resources": 0.000383, - "decoding page 0": 0.022636, - "process_document_from_bytesio": 0.001737, - "sanitise_contents": 0.014838 + "decode_document": 0.019608, + "decode_page": 0.018831, + "decode_resources": 0.000415, + "decoding page 0": 0.01952, + "process_document_from_bytesio": 0.001613, + "sanitise_contents": 0.006251 } } \ No newline at end of file diff --git a/tests/data/groundtruth/form_fields.pdf.v2.p=1.json b/tests/data/groundtruth/form_fields.pdf.v2.p=1.json index bd9bd736..e9eb0599 100644 --- a/tests/data/groundtruth/form_fields.pdf.v2.p=1.json +++ b/tests/data/groundtruth/form_fields.pdf.v2.p=1.json @@ -27150,25 +27150,25 @@ ] }, "timings": { - "decode_annots": 2.2e-05, - "decode_contents": 0.003474, - "decode_dimensions": 1e-06, - "decode_page": 0.011872, - "decode_resources": 0.000346, - "sanitise_contents": 0.007334 + "decode_annots": 2.1e-05, + "decode_contents": 0.003489, + "decode_dimensions": 0.0, + "decode_page": 0.010618, + "decode_resources": 0.000363, + "sanitise_contents": 0.003295 } } ], "timings": { - "decode_annots": 2.2e-05, - "decode_contents": 0.003474, - "decode_dimensions": 1e-06, - "decode_document": 0.013039, - "decode_page": 0.011872, - "decode_resources": 0.000346, - "decoding page 0": 0.022636, - "decoding page 1": 0.012275, - "process_document_from_bytesio": 0.001737, - "sanitise_contents": 0.007334 + "decode_annots": 2.1e-05, + "decode_contents": 0.003489, + "decode_dimensions": 0.0, + "decode_document": 0.011738, + "decode_page": 0.010618, + "decode_resources": 0.000363, + "decoding page 0": 0.01952, + "decoding page 1": 0.011042, + "process_document_from_bytesio": 0.001613, + "sanitise_contents": 0.003295 } } \ No newline at end of file diff --git a/tests/data/groundtruth/ligatures_01.pdf.page_no_1.py.json b/tests/data/groundtruth/ligatures_01.pdf.page_no_1.py.json index 5553af99..c154cdb9 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/ligatures_01.pdf.page_no_1.py.json @@ -159,6 +159,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -187,6 +188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -215,6 +217,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -243,6 +246,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -271,6 +275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -299,6 +304,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -327,6 +333,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -355,6 +362,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -383,6 +391,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -411,6 +420,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -439,6 +449,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -467,6 +478,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -495,6 +507,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -523,6 +536,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -551,6 +565,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -579,6 +594,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -607,6 +623,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -635,6 +652,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -663,6 +681,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -691,6 +710,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -719,6 +739,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -747,6 +768,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -775,6 +797,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -803,6 +826,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -831,6 +855,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -859,6 +884,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -887,6 +913,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -915,6 +942,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -943,6 +971,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -971,6 +1000,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -999,6 +1029,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1027,6 +1058,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1055,6 +1087,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1083,6 +1116,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1111,6 +1145,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1139,6 +1174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1167,6 +1203,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1195,6 +1232,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1223,6 +1261,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1251,6 +1290,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1279,6 +1319,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1307,6 +1348,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1335,6 +1377,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1363,6 +1406,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1391,6 +1435,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1419,6 +1464,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1447,6 +1493,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1475,6 +1522,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1503,6 +1551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1531,6 +1580,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1559,6 +1609,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1587,6 +1638,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1615,6 +1667,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1643,6 +1696,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1671,6 +1725,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1699,6 +1754,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1727,6 +1783,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1755,6 +1812,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1783,6 +1841,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1811,6 +1870,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1839,6 +1899,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1867,6 +1928,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1895,6 +1957,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1923,6 +1986,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -1951,6 +2015,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -1979,6 +2044,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2007,6 +2073,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2035,6 +2102,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2063,6 +2131,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2091,6 +2160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2119,6 +2189,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2147,6 +2218,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2175,6 +2247,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2203,6 +2276,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2231,6 +2305,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2259,6 +2334,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2287,6 +2363,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2315,6 +2392,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2343,6 +2421,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2371,6 +2450,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2399,6 +2479,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2427,6 +2508,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2455,6 +2537,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2483,6 +2566,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2511,6 +2595,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2539,6 +2624,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2567,6 +2653,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2595,6 +2682,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2623,6 +2711,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2651,6 +2740,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2679,6 +2769,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2707,6 +2798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2735,6 +2827,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2763,6 +2856,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2791,6 +2885,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2819,6 +2914,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2847,6 +2943,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2875,6 +2972,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2903,6 +3001,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2931,6 +3030,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2959,6 +3059,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -2987,6 +3088,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3015,6 +3117,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3043,6 +3146,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3071,6 +3175,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3099,6 +3204,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3127,6 +3233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3155,6 +3262,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3183,6 +3291,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3211,6 +3320,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3239,6 +3349,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3267,6 +3378,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3295,6 +3407,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3323,6 +3436,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3351,6 +3465,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3379,6 +3494,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3407,6 +3523,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3435,6 +3552,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3463,6 +3581,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3491,6 +3610,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3519,6 +3639,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3547,6 +3668,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3575,6 +3697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3603,6 +3726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3631,6 +3755,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3659,6 +3784,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3687,6 +3813,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3715,6 +3842,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3743,6 +3871,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3771,6 +3900,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3799,6 +3929,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3827,6 +3958,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3855,6 +3987,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3883,6 +4016,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3911,6 +4045,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3939,6 +4074,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3967,6 +4103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3995,6 +4132,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4023,6 +4161,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4051,6 +4190,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4079,6 +4219,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4107,6 +4248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4135,6 +4277,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4163,6 +4306,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4191,6 +4335,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4219,6 +4364,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4247,6 +4393,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4275,6 +4422,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4303,6 +4451,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4331,6 +4480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4359,6 +4509,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4387,6 +4538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4415,6 +4567,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4443,6 +4596,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4471,6 +4625,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4499,6 +4654,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4527,6 +4683,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4555,6 +4712,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4583,6 +4741,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4611,6 +4770,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4639,6 +4799,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4667,6 +4828,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4695,6 +4857,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4723,6 +4886,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4751,6 +4915,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4779,6 +4944,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4807,6 +4973,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4835,6 +5002,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4863,6 +5031,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4891,6 +5060,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4919,6 +5089,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4947,6 +5118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4975,6 +5147,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5003,6 +5176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5031,6 +5205,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5059,6 +5234,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5087,6 +5263,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5115,6 +5292,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5143,6 +5321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5171,6 +5350,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5199,6 +5379,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5227,6 +5408,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5255,6 +5437,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5283,6 +5466,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5311,6 +5495,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5339,6 +5524,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5367,6 +5553,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5395,6 +5582,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5423,6 +5611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5451,6 +5640,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5479,6 +5669,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5507,6 +5698,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5535,6 +5727,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5563,6 +5756,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5591,6 +5785,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5619,6 +5814,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5647,6 +5843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5675,6 +5872,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5703,6 +5901,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5731,6 +5930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5759,6 +5959,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5787,6 +5988,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5815,6 +6017,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5843,6 +6046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5871,6 +6075,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5899,6 +6104,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5927,6 +6133,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5955,6 +6162,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5983,6 +6191,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6011,6 +6220,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6039,6 +6249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6067,6 +6278,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6095,6 +6307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6123,6 +6336,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6151,6 +6365,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6179,6 +6394,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6207,6 +6423,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6235,6 +6452,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6263,6 +6481,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6291,6 +6510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6319,6 +6539,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6347,6 +6568,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6375,6 +6597,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6403,6 +6626,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6431,6 +6655,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6459,6 +6684,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6487,6 +6713,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6515,6 +6742,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6543,6 +6771,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6571,6 +6800,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6599,6 +6829,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6627,6 +6858,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6655,6 +6887,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6683,6 +6916,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6711,6 +6945,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6739,6 +6974,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6767,6 +7003,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6795,6 +7032,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6823,6 +7061,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6851,6 +7090,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6879,6 +7119,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6907,6 +7148,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6935,6 +7177,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6963,6 +7206,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6991,6 +7235,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7019,6 +7264,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7047,6 +7293,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7075,6 +7322,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7103,6 +7351,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7131,6 +7380,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7159,6 +7409,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7187,6 +7438,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7215,6 +7467,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7243,6 +7496,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7271,6 +7525,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7299,6 +7554,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7327,6 +7583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7355,6 +7612,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7383,6 +7641,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7411,6 +7670,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7439,6 +7699,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7467,6 +7728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7495,6 +7757,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7523,6 +7786,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7551,6 +7815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7579,6 +7844,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7607,6 +7873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7635,6 +7902,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7663,6 +7931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7691,6 +7960,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7719,6 +7989,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7747,6 +8018,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7775,6 +8047,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7803,6 +8076,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7831,6 +8105,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7859,6 +8134,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7887,6 +8163,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7915,6 +8192,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7943,6 +8221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7971,6 +8250,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7999,6 +8279,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8027,6 +8308,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8055,6 +8337,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8083,6 +8366,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8111,6 +8395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8139,6 +8424,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8167,6 +8453,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8195,6 +8482,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8223,6 +8511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8251,6 +8540,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8279,6 +8569,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8307,6 +8598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8335,6 +8627,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8363,6 +8656,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8391,6 +8685,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8419,6 +8714,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8447,6 +8743,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8475,6 +8772,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8503,6 +8801,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8531,6 +8830,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8559,6 +8859,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8587,6 +8888,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8615,6 +8917,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8643,6 +8946,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8671,6 +8975,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8699,6 +9004,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8727,6 +9033,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8755,6 +9062,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8783,6 +9091,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8811,6 +9120,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8839,6 +9149,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8867,6 +9178,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8895,6 +9207,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8923,6 +9236,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8951,6 +9265,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8979,6 +9294,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9007,6 +9323,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9035,6 +9352,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9063,6 +9381,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9091,6 +9410,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9119,6 +9439,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9147,6 +9468,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9175,6 +9497,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9203,6 +9526,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9231,6 +9555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9259,6 +9584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9287,6 +9613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9315,6 +9642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9343,6 +9671,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9371,6 +9700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9399,6 +9729,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9427,6 +9758,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9455,6 +9787,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9483,6 +9816,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9511,6 +9845,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9539,6 +9874,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9567,6 +9903,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9595,6 +9932,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9623,6 +9961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9651,6 +9990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9679,6 +10019,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9707,6 +10048,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9735,6 +10077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9763,6 +10106,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9791,6 +10135,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9819,6 +10164,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9847,6 +10193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9875,6 +10222,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9903,6 +10251,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9931,6 +10280,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9959,6 +10309,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9987,6 +10338,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10015,6 +10367,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10043,6 +10396,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10071,6 +10425,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10099,6 +10454,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10127,6 +10483,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10155,6 +10512,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10183,6 +10541,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10211,6 +10570,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10239,6 +10599,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10267,6 +10628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10295,6 +10657,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10323,6 +10686,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10351,6 +10715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10379,6 +10744,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10407,6 +10773,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10435,6 +10802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10463,6 +10831,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10491,6 +10860,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10519,6 +10889,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10547,6 +10918,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10575,6 +10947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10603,6 +10976,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10631,6 +11005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10659,6 +11034,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10687,6 +11063,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10715,6 +11092,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10743,6 +11121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10771,6 +11150,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10799,6 +11179,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10827,6 +11208,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10855,6 +11237,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10883,6 +11266,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10911,6 +11295,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10939,6 +11324,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10967,6 +11353,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10995,6 +11382,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11023,6 +11411,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11051,6 +11440,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11079,6 +11469,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11107,6 +11498,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11135,6 +11527,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11163,6 +11556,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11191,6 +11585,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11219,6 +11614,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11247,6 +11643,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11275,6 +11672,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11303,6 +11701,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11331,6 +11730,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11359,6 +11759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11387,6 +11788,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11415,6 +11817,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11443,6 +11846,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11471,6 +11875,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11499,6 +11904,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11527,6 +11933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11555,6 +11962,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11583,6 +11991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11611,6 +12020,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11639,6 +12049,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11667,6 +12078,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11695,6 +12107,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11723,6 +12136,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11751,6 +12165,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11779,6 +12194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11807,6 +12223,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11835,6 +12252,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11863,6 +12281,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11891,6 +12310,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11919,6 +12339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11947,6 +12368,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11975,6 +12397,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12003,6 +12426,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12031,6 +12455,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12059,6 +12484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12087,6 +12513,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12115,6 +12542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12143,6 +12571,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12171,6 +12600,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12199,6 +12629,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12227,6 +12658,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12255,6 +12687,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12283,6 +12716,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12311,6 +12745,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12339,6 +12774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12367,6 +12803,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12395,6 +12832,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12423,6 +12861,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12451,6 +12890,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12479,6 +12919,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12507,6 +12948,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12535,6 +12977,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12563,6 +13006,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12591,6 +13035,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12619,6 +13064,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12647,6 +13093,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12675,6 +13122,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12703,6 +13151,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12731,6 +13180,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12759,6 +13209,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12787,6 +13238,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12815,6 +13267,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12843,6 +13296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12871,6 +13325,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12899,6 +13354,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12927,6 +13383,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12955,6 +13412,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12983,6 +13441,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13011,6 +13470,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13039,6 +13499,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13067,6 +13528,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13095,6 +13557,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13123,6 +13586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13151,6 +13615,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13179,6 +13644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13207,6 +13673,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13235,6 +13702,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13263,6 +13731,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13291,6 +13760,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13319,6 +13789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13347,6 +13818,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13375,6 +13847,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13403,6 +13876,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13431,6 +13905,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13459,6 +13934,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13487,6 +13963,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13515,6 +13992,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13543,6 +14021,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13571,6 +14050,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13599,6 +14079,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13627,6 +14108,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13655,6 +14137,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13683,6 +14166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13711,6 +14195,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13739,6 +14224,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13767,6 +14253,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13795,6 +14282,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13823,6 +14311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13851,6 +14340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13879,6 +14369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13907,6 +14398,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13935,6 +14427,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13963,6 +14456,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13991,6 +14485,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14019,6 +14514,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14047,6 +14543,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14075,6 +14572,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14103,6 +14601,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14131,6 +14630,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14159,6 +14659,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14187,6 +14688,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14215,6 +14717,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14243,6 +14746,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14271,6 +14775,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14299,6 +14804,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14327,6 +14833,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14355,6 +14862,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14383,6 +14891,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14411,6 +14920,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14439,6 +14949,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14467,6 +14978,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14495,6 +15007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14523,6 +15036,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14551,6 +15065,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14579,6 +15094,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14607,6 +15123,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14635,6 +15152,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14663,6 +15181,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14691,6 +15210,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14719,6 +15239,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14747,6 +15268,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14775,6 +15297,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14803,6 +15326,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14831,6 +15355,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14859,6 +15384,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14887,6 +15413,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14915,6 +15442,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14943,6 +15471,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14971,6 +15500,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14999,6 +15529,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15027,6 +15558,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15055,6 +15587,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15083,6 +15616,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15111,6 +15645,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15139,6 +15674,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15167,6 +15703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15195,6 +15732,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15223,6 +15761,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15251,6 +15790,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15279,6 +15819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15307,6 +15848,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15335,6 +15877,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15363,6 +15906,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15391,6 +15935,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15419,6 +15964,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15447,6 +15993,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15475,6 +16022,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15503,6 +16051,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15531,6 +16080,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15559,6 +16109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15587,6 +16138,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15615,6 +16167,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15643,6 +16196,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15671,6 +16225,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15699,6 +16254,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15727,6 +16283,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15755,6 +16312,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15783,6 +16341,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15811,6 +16370,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15839,6 +16399,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15867,6 +16428,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15895,6 +16457,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15923,6 +16486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15951,6 +16515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15979,6 +16544,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16007,6 +16573,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16035,6 +16602,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16063,6 +16631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16091,6 +16660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16119,6 +16689,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16147,6 +16718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16175,6 +16747,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16203,6 +16776,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16231,6 +16805,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16259,6 +16834,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16287,6 +16863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16315,6 +16892,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16343,6 +16921,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16371,6 +16950,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16399,6 +16979,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16427,6 +17008,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16455,6 +17037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16483,6 +17066,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16511,6 +17095,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16539,6 +17124,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16567,6 +17153,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16595,6 +17182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16623,6 +17211,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16651,6 +17240,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16679,6 +17269,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16707,6 +17298,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16735,6 +17327,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16763,6 +17356,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16791,6 +17385,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16819,6 +17414,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16847,6 +17443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16875,6 +17472,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16903,6 +17501,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16931,6 +17530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16959,6 +17559,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16987,6 +17588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17015,6 +17617,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17043,6 +17646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17071,6 +17675,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17099,6 +17704,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17127,6 +17733,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17155,6 +17762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17183,6 +17791,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17211,6 +17820,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17239,6 +17849,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17267,6 +17878,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17295,6 +17907,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17323,6 +17936,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17351,6 +17965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17379,6 +17994,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17407,6 +18023,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17435,6 +18052,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17463,6 +18081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17491,6 +18110,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17519,6 +18139,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17547,6 +18168,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17575,6 +18197,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17603,6 +18226,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17631,6 +18255,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17659,6 +18284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17687,6 +18313,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17715,6 +18342,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17743,6 +18371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17771,6 +18400,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17799,6 +18429,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17827,6 +18458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17855,6 +18487,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17883,6 +18516,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17911,6 +18545,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17939,6 +18574,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17967,6 +18603,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17995,6 +18632,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18023,6 +18661,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18051,6 +18690,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18079,6 +18719,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18107,6 +18748,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18135,6 +18777,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18163,6 +18806,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18191,6 +18835,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18219,6 +18864,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18247,6 +18893,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18275,6 +18922,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18303,6 +18951,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18331,6 +18980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18359,6 +19009,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18387,6 +19038,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18415,6 +19067,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18443,6 +19096,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18471,6 +19125,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18499,6 +19154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18527,6 +19183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18555,6 +19212,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18583,6 +19241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18611,6 +19270,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18639,6 +19299,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18667,6 +19328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18695,6 +19357,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18723,6 +19386,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18751,6 +19415,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18779,6 +19444,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18807,6 +19473,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18835,6 +19502,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18863,6 +19531,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18891,6 +19560,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18919,6 +19589,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18947,6 +19618,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18975,6 +19647,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19003,6 +19676,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19031,6 +19705,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19059,6 +19734,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19087,6 +19763,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19115,6 +19792,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19143,6 +19821,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19171,6 +19850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19199,6 +19879,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19227,6 +19908,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19255,6 +19937,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19283,6 +19966,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19311,6 +19995,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19339,6 +20024,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19367,6 +20053,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19395,6 +20082,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19423,6 +20111,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19451,6 +20140,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19479,6 +20169,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19507,6 +20198,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19535,6 +20227,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19563,6 +20256,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19591,6 +20285,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19619,6 +20314,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19647,6 +20343,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19675,6 +20372,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19703,6 +20401,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19731,6 +20430,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19759,6 +20459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19787,6 +20488,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19815,6 +20517,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19843,6 +20546,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19871,6 +20575,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19899,6 +20604,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19927,6 +20633,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19955,6 +20662,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19983,6 +20691,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20011,6 +20720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20039,6 +20749,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20067,6 +20778,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20095,6 +20807,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20123,6 +20836,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20151,6 +20865,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20179,6 +20894,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20207,6 +20923,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20235,6 +20952,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20263,6 +20981,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20291,6 +21010,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20319,6 +21039,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20347,6 +21068,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20375,6 +21097,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20403,6 +21126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20431,6 +21155,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20459,6 +21184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20487,6 +21213,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20515,6 +21242,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20543,6 +21271,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20571,6 +21300,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20599,6 +21329,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20627,6 +21358,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20655,6 +21387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20683,6 +21416,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20711,6 +21445,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20739,6 +21474,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20767,6 +21503,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20795,6 +21532,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20823,6 +21561,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20851,6 +21590,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20879,6 +21619,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20907,6 +21648,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20935,6 +21677,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20963,6 +21706,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20991,6 +21735,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21019,6 +21764,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21047,6 +21793,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21075,6 +21822,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21103,6 +21851,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21131,6 +21880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21159,6 +21909,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21187,6 +21938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21215,6 +21967,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21243,6 +21996,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21271,6 +22025,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21299,6 +22054,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21327,6 +22083,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21355,6 +22112,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21383,6 +22141,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21411,6 +22170,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21439,6 +22199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21467,6 +22228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21495,6 +22257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21523,6 +22286,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21551,6 +22315,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21579,6 +22344,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21607,6 +22373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21635,6 +22402,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21663,6 +22431,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21691,6 +22460,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21719,6 +22489,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21747,6 +22518,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21775,6 +22547,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21803,6 +22576,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21831,6 +22605,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21859,6 +22634,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21887,6 +22663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21915,6 +22692,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21943,6 +22721,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21971,6 +22750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21999,6 +22779,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22027,6 +22808,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22055,6 +22837,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22083,6 +22866,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22111,6 +22895,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22139,6 +22924,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22167,6 +22953,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22195,6 +22982,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22223,6 +23011,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22251,6 +23040,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22279,6 +23069,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22307,6 +23098,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22335,6 +23127,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22363,6 +23156,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22391,6 +23185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22419,6 +23214,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22447,6 +23243,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22475,6 +23272,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22503,6 +23301,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22531,6 +23330,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22559,6 +23359,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22587,6 +23388,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22615,6 +23417,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22643,6 +23446,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22671,6 +23475,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22699,6 +23504,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22727,6 +23533,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22755,6 +23562,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22783,6 +23591,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22811,6 +23620,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22839,6 +23649,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22867,6 +23678,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22895,6 +23707,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22923,6 +23736,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22951,6 +23765,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22979,6 +23794,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23007,6 +23823,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23035,6 +23852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23063,6 +23881,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23091,6 +23910,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23119,6 +23939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23147,6 +23968,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23175,6 +23997,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23203,6 +24026,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23231,6 +24055,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23259,6 +24084,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23287,6 +24113,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23315,6 +24142,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23343,6 +24171,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23371,6 +24200,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23399,6 +24229,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23427,6 +24258,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23455,6 +24287,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23483,6 +24316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23511,6 +24345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23539,6 +24374,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23567,6 +24403,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23595,6 +24432,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23623,6 +24461,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23651,6 +24490,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23679,6 +24519,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23707,6 +24548,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23735,6 +24577,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23763,6 +24606,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23791,6 +24635,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23819,6 +24664,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23847,6 +24693,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23875,6 +24722,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23903,6 +24751,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23931,6 +24780,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23959,6 +24809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23987,6 +24838,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24015,6 +24867,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24043,6 +24896,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24071,6 +24925,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24099,6 +24954,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24127,6 +24983,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24155,6 +25012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24183,6 +25041,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24211,6 +25070,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24239,6 +25099,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24267,6 +25128,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24295,6 +25157,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24323,6 +25186,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24351,6 +25215,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24379,6 +25244,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24407,6 +25273,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24435,6 +25302,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24463,6 +25331,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24491,6 +25360,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24519,6 +25389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24547,6 +25418,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24575,6 +25447,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24603,6 +25476,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24631,6 +25505,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24659,6 +25534,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24687,6 +25563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24715,6 +25592,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24743,6 +25621,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24771,6 +25650,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24799,6 +25679,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24827,6 +25708,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24855,6 +25737,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24883,6 +25766,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24911,6 +25795,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24939,6 +25824,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24967,6 +25853,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24995,6 +25882,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25023,6 +25911,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25051,6 +25940,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25079,6 +25969,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25107,6 +25998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25135,6 +26027,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25163,6 +26056,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25191,6 +26085,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25219,6 +26114,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25247,6 +26143,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25275,6 +26172,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25303,6 +26201,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25331,6 +26230,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25359,6 +26259,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25387,6 +26288,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25415,6 +26317,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25443,6 +26346,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25471,6 +26375,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25499,6 +26404,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25527,6 +26433,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25555,6 +26462,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25583,6 +26491,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25611,6 +26520,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25639,6 +26549,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25667,6 +26578,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25695,6 +26607,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25723,6 +26636,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25751,6 +26665,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25779,6 +26694,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25807,6 +26723,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25835,6 +26752,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25863,6 +26781,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25891,6 +26810,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25919,6 +26839,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25947,6 +26868,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25975,6 +26897,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26003,6 +26926,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26031,6 +26955,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26059,6 +26984,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26087,6 +27013,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26115,6 +27042,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26143,6 +27071,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26171,6 +27100,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26199,6 +27129,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26227,6 +27158,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26255,6 +27187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26283,6 +27216,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26311,6 +27245,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26339,6 +27274,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26367,6 +27303,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26395,6 +27332,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26423,6 +27361,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26451,6 +27390,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26479,6 +27419,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26507,6 +27448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26535,6 +27477,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26563,6 +27506,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26591,6 +27535,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26619,6 +27564,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26647,6 +27593,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26675,6 +27622,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26703,6 +27651,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26731,6 +27680,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26759,6 +27709,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26787,6 +27738,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26815,6 +27767,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26843,6 +27796,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26871,6 +27825,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26899,6 +27854,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26927,6 +27883,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26955,6 +27912,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -26983,6 +27941,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27011,6 +27970,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27039,6 +27999,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27067,6 +28028,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27095,6 +28057,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27123,6 +28086,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27151,6 +28115,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27179,6 +28144,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27207,6 +28173,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27235,6 +28202,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27263,6 +28231,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27291,6 +28260,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27319,6 +28289,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27347,6 +28318,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27375,6 +28347,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27403,6 +28376,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27431,6 +28405,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27459,6 +28434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27487,6 +28463,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27515,6 +28492,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27543,6 +28521,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27571,6 +28550,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27599,6 +28579,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27627,6 +28608,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27655,6 +28637,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27683,6 +28666,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27711,6 +28695,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27739,6 +28724,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27767,6 +28753,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27795,6 +28782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27823,6 +28811,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27851,6 +28840,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27879,6 +28869,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27907,6 +28898,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27935,6 +28927,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27963,6 +28956,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27991,6 +28985,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28019,6 +29014,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28047,6 +29043,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28075,6 +29072,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28103,6 +29101,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28131,6 +29130,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28159,6 +29159,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28187,6 +29188,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28215,6 +29217,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28243,6 +29246,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28271,6 +29275,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28299,6 +29304,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28327,6 +29333,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28355,6 +29362,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28383,6 +29391,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28411,6 +29420,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28439,6 +29449,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28467,6 +29478,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28495,6 +29507,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28523,6 +29536,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28551,6 +29565,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28579,6 +29594,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28607,6 +29623,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28635,6 +29652,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28663,6 +29681,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28691,6 +29710,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28719,6 +29739,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28747,6 +29768,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28775,6 +29797,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28803,6 +29826,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28831,6 +29855,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28859,6 +29884,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28887,6 +29913,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28915,6 +29942,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28943,6 +29971,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28971,6 +30000,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28999,6 +30029,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29027,6 +30058,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29055,6 +30087,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29083,6 +30116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29111,6 +30145,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29139,6 +30174,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29167,6 +30203,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29195,6 +30232,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29223,6 +30261,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29251,6 +30290,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29279,6 +30319,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29307,6 +30348,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29335,6 +30377,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29363,6 +30406,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29391,6 +30435,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29419,6 +30464,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29447,6 +30493,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29475,6 +30522,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29503,6 +30551,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29531,6 +30580,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29559,6 +30609,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29587,6 +30638,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29615,6 +30667,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29643,6 +30696,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29671,6 +30725,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29699,6 +30754,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29727,6 +30783,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29755,6 +30812,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29783,6 +30841,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29811,6 +30870,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29839,6 +30899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29867,6 +30928,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29895,6 +30957,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29923,6 +30986,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29951,6 +31015,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29979,6 +31044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30007,6 +31073,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30035,6 +31102,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30063,6 +31131,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30091,6 +31160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30119,6 +31189,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30147,6 +31218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30175,6 +31247,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30203,6 +31276,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30231,6 +31305,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30259,6 +31334,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30287,6 +31363,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30315,6 +31392,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30343,6 +31421,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30371,6 +31450,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30399,6 +31479,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30427,6 +31508,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30455,6 +31537,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30483,6 +31566,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30511,6 +31595,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30539,6 +31624,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30567,6 +31653,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30595,6 +31682,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30623,6 +31711,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30651,6 +31740,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30679,6 +31769,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30707,6 +31798,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30735,6 +31827,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30763,6 +31856,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30791,6 +31885,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30819,6 +31914,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30847,6 +31943,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30875,6 +31972,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30903,6 +32001,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30931,6 +32030,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30959,6 +32059,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30987,6 +32088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31015,6 +32117,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31043,6 +32146,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31071,6 +32175,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31099,6 +32204,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31127,6 +32233,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31155,6 +32262,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31183,6 +32291,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31211,6 +32320,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31239,6 +32349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31267,6 +32378,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31295,6 +32407,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31323,6 +32436,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31351,6 +32465,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31379,6 +32494,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31407,6 +32523,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31435,6 +32552,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31463,6 +32581,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31491,6 +32610,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31519,6 +32639,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31547,6 +32668,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31575,6 +32697,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31603,6 +32726,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31631,6 +32755,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31659,6 +32784,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31687,6 +32813,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31715,6 +32842,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31743,6 +32871,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31771,6 +32900,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31799,6 +32929,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31827,6 +32958,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31855,6 +32987,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31883,6 +33016,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31911,6 +33045,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31939,6 +33074,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31967,6 +33103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31995,6 +33132,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32023,6 +33161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32051,6 +33190,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32079,6 +33219,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32107,6 +33248,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32135,6 +33277,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32163,6 +33306,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32191,6 +33335,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32219,6 +33364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32247,6 +33393,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32275,6 +33422,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32303,6 +33451,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32331,6 +33480,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32359,6 +33509,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32387,6 +33538,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32415,6 +33567,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32443,6 +33596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32471,6 +33625,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32499,6 +33654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32527,6 +33683,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32555,6 +33712,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32583,6 +33741,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32611,6 +33770,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32639,6 +33799,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32667,6 +33828,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32695,6 +33857,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32723,6 +33886,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32751,6 +33915,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32779,6 +33944,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32807,6 +33973,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32835,6 +34002,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32863,6 +34031,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32891,6 +34060,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32919,6 +34089,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32947,6 +34118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32975,6 +34147,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33003,6 +34176,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33031,6 +34205,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33059,6 +34234,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33087,6 +34263,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33115,6 +34292,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33143,6 +34321,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33171,6 +34350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33199,6 +34379,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33227,6 +34408,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33255,6 +34437,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33283,6 +34466,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33311,6 +34495,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33339,6 +34524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33367,6 +34553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33395,6 +34582,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33423,6 +34611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33451,6 +34640,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33479,6 +34669,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33507,6 +34698,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33535,6 +34727,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33563,6 +34756,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33591,6 +34785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33619,6 +34814,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33647,6 +34843,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33675,6 +34872,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33703,6 +34901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33731,6 +34930,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33759,6 +34959,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33787,6 +34988,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33815,6 +35017,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33843,6 +35046,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33871,6 +35075,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33899,6 +35104,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33927,6 +35133,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33955,6 +35162,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33983,6 +35191,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34011,6 +35220,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34039,6 +35249,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34067,6 +35278,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34095,6 +35307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34123,6 +35336,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34151,6 +35365,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34179,6 +35394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34207,6 +35423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34235,6 +35452,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34263,6 +35481,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34291,6 +35510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34319,6 +35539,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34347,6 +35568,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34375,6 +35597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34403,6 +35626,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34431,6 +35655,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34459,6 +35684,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34487,6 +35713,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34515,6 +35742,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34543,6 +35771,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34571,6 +35800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34599,6 +35829,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34627,6 +35858,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34655,6 +35887,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34683,6 +35916,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34711,6 +35945,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34739,6 +35974,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34767,6 +36003,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34795,6 +36032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34823,6 +36061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34851,6 +36090,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34879,6 +36119,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34907,6 +36148,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34935,6 +36177,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34963,6 +36206,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34991,6 +36235,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35019,6 +36264,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35047,6 +36293,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35075,6 +36322,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35103,6 +36351,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35131,6 +36380,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35159,6 +36409,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35187,6 +36438,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35215,6 +36467,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35243,6 +36496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35271,6 +36525,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35299,6 +36554,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35327,6 +36583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35355,6 +36612,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35383,6 +36641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35411,6 +36670,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35439,6 +36699,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35467,6 +36728,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35495,6 +36757,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35523,6 +36786,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35551,6 +36815,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35579,6 +36844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35607,6 +36873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35635,6 +36902,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35663,6 +36931,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35691,6 +36960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35719,6 +36989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35747,6 +37018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35775,6 +37047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35803,6 +37076,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35831,6 +37105,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35859,6 +37134,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35887,6 +37163,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35915,6 +37192,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35943,6 +37221,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35971,6 +37250,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35999,6 +37279,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36027,6 +37308,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36055,6 +37337,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36083,6 +37366,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36111,6 +37395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36139,6 +37424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36167,6 +37453,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36195,6 +37482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36223,6 +37511,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36251,6 +37540,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36279,6 +37569,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36307,6 +37598,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36335,6 +37627,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36363,6 +37656,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36391,6 +37685,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36419,6 +37714,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36447,6 +37743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36475,6 +37772,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36503,6 +37801,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36531,6 +37830,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36559,6 +37859,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36587,6 +37888,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36615,6 +37917,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36643,6 +37946,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36671,6 +37975,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36699,6 +38004,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36727,6 +38033,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36755,6 +38062,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36783,6 +38091,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36811,6 +38120,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36839,6 +38149,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36867,6 +38178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36895,6 +38207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36923,6 +38236,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36951,6 +38265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36979,6 +38294,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37007,6 +38323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37035,6 +38352,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37063,6 +38381,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37091,6 +38410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37119,6 +38439,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37147,6 +38468,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37175,6 +38497,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37203,6 +38526,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37231,6 +38555,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37259,6 +38584,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37287,6 +38613,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37315,6 +38642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37343,6 +38671,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37371,6 +38700,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37399,6 +38729,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37427,6 +38758,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37455,6 +38787,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37483,6 +38816,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37511,6 +38845,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37539,6 +38874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37567,6 +38903,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37595,6 +38932,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37623,6 +38961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37651,6 +38990,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37679,6 +39019,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37707,6 +39048,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37735,6 +39077,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37763,6 +39106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37791,6 +39135,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37819,6 +39164,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37847,6 +39193,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37875,6 +39222,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37903,6 +39251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37931,6 +39280,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37959,6 +39309,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37987,6 +39338,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38015,6 +39367,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38043,6 +39396,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38071,6 +39425,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38099,6 +39454,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38127,6 +39483,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38155,6 +39512,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38183,6 +39541,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38211,6 +39570,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38239,6 +39599,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38267,6 +39628,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38295,6 +39657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38323,6 +39686,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38351,6 +39715,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38379,6 +39744,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38407,6 +39773,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38435,6 +39802,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38463,6 +39831,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38491,6 +39860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38519,6 +39889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38547,6 +39918,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38575,6 +39947,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38603,6 +39976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38631,6 +40005,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38659,6 +40034,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38687,6 +40063,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38715,6 +40092,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38743,6 +40121,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38771,6 +40150,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38799,6 +40179,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38827,6 +40208,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38855,6 +40237,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38883,6 +40266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38911,6 +40295,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38939,6 +40324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38967,6 +40353,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38995,6 +40382,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39023,6 +40411,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39051,6 +40440,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39079,6 +40469,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39107,6 +40498,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39135,6 +40527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39163,6 +40556,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39191,6 +40585,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39219,6 +40614,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39247,6 +40643,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39275,6 +40672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39303,6 +40701,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39331,6 +40730,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39359,6 +40759,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39387,6 +40788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39415,6 +40817,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39443,6 +40846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39471,6 +40875,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39499,6 +40904,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39527,6 +40933,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39555,6 +40962,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39583,6 +40991,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39611,6 +41020,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39639,6 +41049,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39667,6 +41078,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39695,6 +41107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39723,6 +41136,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39751,6 +41165,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39779,6 +41194,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39807,6 +41223,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39835,6 +41252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39863,6 +41281,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39891,6 +41310,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39919,6 +41339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39947,6 +41368,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39975,6 +41397,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40003,6 +41426,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40031,6 +41455,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40059,6 +41484,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40087,6 +41513,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40115,6 +41542,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40143,6 +41571,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40171,6 +41600,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40199,6 +41629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40227,6 +41658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40255,6 +41687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40283,6 +41716,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40311,6 +41745,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40339,6 +41774,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40367,6 +41803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40395,6 +41832,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40423,6 +41861,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40451,6 +41890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40479,6 +41919,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40507,6 +41948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40535,6 +41977,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40563,6 +42006,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40591,6 +42035,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40619,6 +42064,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40647,6 +42093,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40675,6 +42122,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40703,6 +42151,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40731,6 +42180,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40759,6 +42209,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40787,6 +42238,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40815,6 +42267,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40843,6 +42296,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40871,6 +42325,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40899,6 +42354,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40927,6 +42383,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40955,6 +42412,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40983,6 +42441,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41011,6 +42470,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41039,6 +42499,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41067,6 +42528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41095,6 +42557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41123,6 +42586,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41151,6 +42615,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41179,6 +42644,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41207,6 +42673,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41235,6 +42702,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41263,6 +42731,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41291,6 +42760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41319,6 +42789,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41347,6 +42818,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41375,6 +42847,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41403,6 +42876,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41431,6 +42905,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41459,6 +42934,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41487,6 +42963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41515,6 +42992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41543,6 +43021,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41571,6 +43050,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41599,6 +43079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41627,6 +43108,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41655,6 +43137,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41683,6 +43166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41711,6 +43195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41739,6 +43224,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41767,6 +43253,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41795,6 +43282,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41823,6 +43311,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41851,6 +43340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41879,6 +43369,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41907,6 +43398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41935,6 +43427,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41963,6 +43456,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41991,6 +43485,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42019,6 +43514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42047,6 +43543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42075,6 +43572,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42103,6 +43601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42131,6 +43630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42159,6 +43659,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42187,6 +43688,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42215,6 +43717,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42243,6 +43746,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42271,6 +43775,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42299,6 +43804,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42327,6 +43833,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42355,6 +43862,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42383,6 +43891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42411,6 +43920,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42439,6 +43949,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42467,6 +43978,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42495,6 +44007,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42523,6 +44036,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42551,6 +44065,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42579,6 +44094,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42607,6 +44123,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42635,6 +44152,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42663,6 +44181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42691,6 +44210,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42719,6 +44239,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42747,6 +44268,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42775,6 +44297,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42803,6 +44326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42831,6 +44355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42859,6 +44384,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42887,6 +44413,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42915,6 +44442,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42943,6 +44471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42971,6 +44500,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42999,6 +44529,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43027,6 +44558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43055,6 +44587,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43083,6 +44616,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43111,6 +44645,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43139,6 +44674,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43167,6 +44703,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43195,6 +44732,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43223,6 +44761,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43251,6 +44790,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43279,6 +44819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43307,6 +44848,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43335,6 +44877,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43363,6 +44906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43391,6 +44935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43419,6 +44964,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43447,6 +44993,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43475,6 +45022,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43503,6 +45051,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43531,6 +45080,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43559,6 +45109,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43587,6 +45138,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43615,6 +45167,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43643,6 +45196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43671,6 +45225,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43699,6 +45254,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43727,6 +45283,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43755,6 +45312,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43783,6 +45341,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43811,6 +45370,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43839,6 +45399,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43867,6 +45428,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43895,6 +45457,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43923,6 +45486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43951,6 +45515,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43979,6 +45544,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44007,6 +45573,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44035,6 +45602,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44063,6 +45631,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44091,6 +45660,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44119,6 +45689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44147,6 +45718,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44175,6 +45747,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44203,6 +45776,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44231,6 +45805,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44259,6 +45834,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44287,6 +45863,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44315,6 +45892,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44343,6 +45921,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44371,6 +45950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44399,6 +45979,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44427,6 +46008,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44455,6 +46037,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44483,6 +46066,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44511,6 +46095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44539,6 +46124,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44567,6 +46153,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44595,6 +46182,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44623,6 +46211,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44651,6 +46240,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44679,6 +46269,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44707,6 +46298,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44735,6 +46327,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44763,6 +46356,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44791,6 +46385,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44819,6 +46414,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44847,6 +46443,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44875,6 +46472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44903,6 +46501,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44931,6 +46530,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44959,6 +46559,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44987,6 +46588,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45015,6 +46617,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45043,6 +46646,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45071,6 +46675,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45099,6 +46704,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45127,6 +46733,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45155,6 +46762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45183,6 +46791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45211,6 +46820,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45239,6 +46849,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45267,6 +46878,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45295,6 +46907,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45323,6 +46936,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45351,6 +46965,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45379,6 +46994,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45407,6 +47023,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45435,6 +47052,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45463,6 +47081,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45491,6 +47110,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45519,6 +47139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45547,6 +47168,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45575,6 +47197,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45603,6 +47226,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45631,6 +47255,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45659,6 +47284,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45687,6 +47313,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45715,6 +47342,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45743,6 +47371,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45771,6 +47400,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45799,6 +47429,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45827,6 +47458,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45855,6 +47487,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45883,6 +47516,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45911,6 +47545,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45939,6 +47574,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45967,6 +47603,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45995,6 +47632,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46023,6 +47661,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46051,6 +47690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46079,6 +47719,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46107,6 +47748,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46135,6 +47777,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46163,6 +47806,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46191,6 +47835,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46219,6 +47864,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46247,6 +47893,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46275,6 +47922,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46303,6 +47951,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46331,6 +47980,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46359,6 +48009,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46387,6 +48038,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46415,6 +48067,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46443,6 +48096,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46471,6 +48125,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46499,6 +48154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46527,6 +48183,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46555,6 +48212,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46583,6 +48241,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46611,6 +48270,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46639,6 +48299,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46667,6 +48328,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46695,6 +48357,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46723,6 +48386,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46751,6 +48415,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46779,6 +48444,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46807,6 +48473,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46835,6 +48502,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46863,6 +48531,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46891,6 +48560,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46919,6 +48589,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46947,6 +48618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46975,6 +48647,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47003,6 +48676,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47031,6 +48705,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47059,6 +48734,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47087,6 +48763,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47115,6 +48792,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47143,6 +48821,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47171,6 +48850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47199,6 +48879,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47227,6 +48908,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47255,6 +48937,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47283,6 +48966,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47311,6 +48995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47339,6 +49024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47367,6 +49053,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47395,6 +49082,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47423,6 +49111,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47451,6 +49140,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47479,6 +49169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47507,6 +49198,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47535,6 +49227,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47563,6 +49256,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47591,6 +49285,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47619,6 +49314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47647,6 +49343,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47675,6 +49372,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47703,6 +49401,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47731,6 +49430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47759,6 +49459,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47787,6 +49488,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47815,6 +49517,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47843,6 +49546,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47871,6 +49575,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47899,6 +49604,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47927,6 +49633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47955,6 +49662,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47983,6 +49691,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48011,6 +49720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48039,6 +49749,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48067,6 +49778,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48095,6 +49807,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48123,6 +49836,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48151,6 +49865,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48179,6 +49894,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48207,6 +49923,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48235,6 +49952,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48263,6 +49981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48291,6 +50010,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48319,6 +50039,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48347,6 +50068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48375,6 +50097,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48403,6 +50126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48431,6 +50155,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48459,6 +50184,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48487,6 +50213,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48515,6 +50242,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48543,6 +50271,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48571,6 +50300,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48599,6 +50329,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48627,6 +50358,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48655,6 +50387,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48683,6 +50416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48711,6 +50445,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48739,6 +50474,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48767,6 +50503,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48795,6 +50532,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48823,6 +50561,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48851,6 +50590,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48879,6 +50619,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48907,6 +50648,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48935,6 +50677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48963,6 +50706,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48991,6 +50735,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49019,6 +50764,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49047,6 +50793,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49075,6 +50822,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49103,6 +50851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49131,6 +50880,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49159,6 +50909,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49187,6 +50938,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49215,6 +50967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49243,6 +50996,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49271,6 +51025,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49299,6 +51054,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49327,6 +51083,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49355,6 +51112,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49383,6 +51141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49411,6 +51170,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49439,6 +51199,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49467,6 +51228,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49495,6 +51257,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49523,6 +51286,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49551,6 +51315,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49579,6 +51344,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49607,6 +51373,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49635,6 +51402,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49663,6 +51431,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49691,6 +51460,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49719,6 +51489,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -49747,6 +51518,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49775,6 +51547,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49803,6 +51576,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49831,6 +51605,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49859,6 +51634,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49887,6 +51663,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49915,6 +51692,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49943,6 +51721,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49971,6 +51750,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -49999,6 +51779,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50027,6 +51808,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50055,6 +51837,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50083,6 +51866,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50111,6 +51895,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50139,6 +51924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50167,6 +51953,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50195,6 +51982,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50223,6 +52011,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50251,6 +52040,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -50279,6 +52069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50307,6 +52098,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50335,6 +52127,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50363,6 +52156,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50391,6 +52185,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50419,6 +52214,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50447,6 +52243,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50475,6 +52272,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50503,6 +52301,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50531,6 +52330,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50559,6 +52359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50587,6 +52388,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50615,6 +52417,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50643,6 +52446,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50671,6 +52475,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50699,6 +52504,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50727,6 +52533,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50755,6 +52562,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50783,6 +52591,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -50811,6 +52620,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50839,6 +52649,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50867,6 +52678,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50895,6 +52707,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50923,6 +52736,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50951,6 +52765,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -50979,6 +52794,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51007,6 +52823,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51035,6 +52852,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51063,6 +52881,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51091,6 +52910,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51119,6 +52939,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51147,6 +52968,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51175,6 +52997,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51203,6 +53026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51231,6 +53055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51259,6 +53084,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51287,6 +53113,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -51315,6 +53142,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51343,6 +53171,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51371,6 +53200,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51399,6 +53229,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51427,6 +53258,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51455,6 +53287,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51483,6 +53316,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51511,6 +53345,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51539,6 +53374,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51567,6 +53403,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51595,6 +53432,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51623,6 +53461,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51651,6 +53490,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51679,6 +53519,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51707,6 +53548,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51735,6 +53577,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51763,6 +53606,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51791,6 +53635,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -51819,6 +53664,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51847,6 +53693,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51875,6 +53722,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51903,6 +53751,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51931,6 +53780,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51959,6 +53809,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -51987,6 +53838,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52015,6 +53867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52043,6 +53896,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52071,6 +53925,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52099,6 +53954,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52127,6 +53983,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52155,6 +54012,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52183,6 +54041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52211,6 +54070,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52239,6 +54099,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52267,6 +54128,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52295,6 +54157,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52323,6 +54186,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52351,6 +54215,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52379,6 +54244,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52407,6 +54273,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52435,6 +54302,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -52463,6 +54331,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52491,6 +54360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52519,6 +54389,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52547,6 +54418,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52575,6 +54447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52603,6 +54476,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52631,6 +54505,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52659,6 +54534,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52687,6 +54563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52715,6 +54592,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52743,6 +54621,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52771,6 +54650,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52799,6 +54679,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52827,6 +54708,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52855,6 +54737,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52883,6 +54766,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52911,6 +54795,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52939,6 +54824,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52967,6 +54853,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -52995,6 +54882,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53023,6 +54911,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53051,6 +54940,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53079,6 +54969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53107,6 +54998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53135,6 +55027,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53163,6 +55056,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53191,6 +55085,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53219,6 +55114,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53247,6 +55143,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53275,6 +55172,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -53303,6 +55201,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53331,6 +55230,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53359,6 +55259,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53387,6 +55288,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53415,6 +55317,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53443,6 +55346,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53471,6 +55375,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53499,6 +55404,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53527,6 +55433,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53555,6 +55462,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53583,6 +55491,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53611,6 +55520,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53639,6 +55549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53667,6 +55578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53695,6 +55607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53723,6 +55636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -53751,6 +55665,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53779,6 +55694,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53807,6 +55723,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53835,6 +55752,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53863,6 +55781,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53891,6 +55810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53919,6 +55839,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53947,6 +55868,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53975,6 +55897,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54003,6 +55926,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54031,6 +55955,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54059,6 +55984,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54087,6 +56013,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54115,6 +56042,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54143,6 +56071,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54171,6 +56100,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54199,6 +56129,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54227,6 +56158,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54255,6 +56187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54283,6 +56216,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54311,6 +56245,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54339,6 +56274,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54367,6 +56303,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54395,6 +56332,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54423,6 +56361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54451,6 +56390,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54479,6 +56419,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54507,6 +56448,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54535,6 +56477,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54563,6 +56506,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54591,6 +56535,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54619,6 +56564,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54647,6 +56593,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54675,6 +56622,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54703,6 +56651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54731,6 +56680,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54759,6 +56709,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54787,6 +56738,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54815,6 +56767,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54843,6 +56796,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54871,6 +56825,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54899,6 +56854,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54927,6 +56883,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54955,6 +56912,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54983,6 +56941,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55011,6 +56970,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55039,6 +56999,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55067,6 +57028,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55095,6 +57057,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55123,6 +57086,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55151,6 +57115,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55179,6 +57144,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55207,6 +57173,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55235,6 +57202,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55263,6 +57231,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55291,6 +57260,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55319,6 +57289,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55347,6 +57318,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55375,6 +57347,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55403,6 +57376,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55431,6 +57405,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55459,6 +57434,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55487,6 +57463,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55515,6 +57492,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55543,6 +57521,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55571,6 +57550,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55599,6 +57579,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55627,6 +57608,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55655,6 +57637,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55683,6 +57666,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55711,6 +57695,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55739,6 +57724,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55767,6 +57753,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55795,6 +57782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55823,6 +57811,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55851,6 +57840,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55879,6 +57869,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55907,6 +57898,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55935,6 +57927,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55963,6 +57956,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55991,6 +57985,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56019,6 +58014,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56047,6 +58043,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56075,6 +58072,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56103,6 +58101,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56131,6 +58130,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56159,6 +58159,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56187,6 +58188,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56215,6 +58217,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56243,6 +58246,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56271,6 +58275,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56299,6 +58304,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56327,6 +58333,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56355,6 +58362,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56383,6 +58391,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56411,6 +58420,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56439,6 +58449,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56467,6 +58478,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56495,6 +58507,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56523,6 +58536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56551,6 +58565,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56579,6 +58594,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56607,6 +58623,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56635,6 +58652,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56663,6 +58681,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56691,6 +58710,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56719,6 +58739,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56747,6 +58768,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56775,6 +58797,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56803,6 +58826,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56831,6 +58855,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56859,6 +58884,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56887,6 +58913,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56915,6 +58942,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56943,6 +58971,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56971,6 +59000,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56999,6 +59029,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57027,6 +59058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57055,6 +59087,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57083,6 +59116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57111,6 +59145,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57139,6 +59174,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57167,6 +59203,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57195,6 +59232,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57223,6 +59261,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57251,6 +59290,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57279,6 +59319,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57307,6 +59348,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57335,6 +59377,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57363,6 +59406,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57391,6 +59435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57419,6 +59464,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57447,6 +59493,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57475,6 +59522,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57503,6 +59551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57531,6 +59580,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57559,6 +59609,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57587,6 +59638,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57615,6 +59667,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57643,6 +59696,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57671,6 +59725,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57699,6 +59754,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57727,6 +59783,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57755,6 +59812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57783,6 +59841,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57811,6 +59870,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57839,6 +59899,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57867,6 +59928,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57895,6 +59957,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57923,6 +59986,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57951,6 +60015,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57979,6 +60044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58007,6 +60073,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58035,6 +60102,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58063,6 +60131,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58091,6 +60160,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58119,6 +60189,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58147,6 +60218,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58175,6 +60247,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58203,6 +60276,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58231,6 +60305,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58259,6 +60334,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58287,6 +60363,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58315,6 +60392,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58343,6 +60421,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58371,6 +60450,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58399,6 +60479,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58427,6 +60508,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58455,6 +60537,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58483,6 +60566,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58511,6 +60595,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58539,6 +60624,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58567,6 +60653,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58595,6 +60682,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58623,6 +60711,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58651,6 +60740,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58679,6 +60769,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58707,6 +60798,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58735,6 +60827,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58763,6 +60856,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58791,6 +60885,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58819,6 +60914,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58847,6 +60943,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58875,6 +60972,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58903,6 +61001,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58931,6 +61030,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58959,6 +61059,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58987,6 +61088,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59015,6 +61117,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59043,6 +61146,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59071,6 +61175,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59099,6 +61204,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59127,6 +61233,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59155,6 +61262,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59183,6 +61291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59211,6 +61320,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59239,6 +61349,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59267,6 +61378,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59295,6 +61407,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59323,6 +61436,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59351,6 +61465,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59379,6 +61494,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59407,6 +61523,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59435,6 +61552,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59463,6 +61581,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59491,6 +61610,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59519,6 +61639,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59547,6 +61668,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59575,6 +61697,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59603,6 +61726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59631,6 +61755,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59659,6 +61784,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59687,6 +61813,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59715,6 +61842,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59743,6 +61871,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59771,6 +61900,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59799,6 +61929,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59827,6 +61958,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59855,6 +61987,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59883,6 +62016,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59911,6 +62045,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59939,6 +62074,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59967,6 +62103,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59995,6 +62132,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60023,6 +62161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60051,6 +62190,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60079,6 +62219,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60107,6 +62248,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60135,6 +62277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60163,6 +62306,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60191,6 +62335,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60219,6 +62364,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60247,6 +62393,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60275,6 +62422,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60303,6 +62451,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60331,6 +62480,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60359,6 +62509,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60387,6 +62538,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60415,6 +62567,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60443,6 +62596,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60471,6 +62625,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60499,6 +62654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60527,6 +62683,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60555,6 +62712,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60583,6 +62741,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60611,6 +62770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60639,6 +62799,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60667,6 +62828,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60695,6 +62857,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60723,6 +62886,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60751,6 +62915,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60779,6 +62944,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60807,6 +62973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60835,6 +63002,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60863,6 +63031,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60891,6 +63060,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60919,6 +63089,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60947,6 +63118,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60975,6 +63147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61003,6 +63176,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61031,6 +63205,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61059,6 +63234,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61087,6 +63263,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61115,6 +63292,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61143,6 +63321,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61171,6 +63350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61199,6 +63379,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61227,6 +63408,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61255,6 +63437,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61283,6 +63466,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61311,6 +63495,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61339,6 +63524,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61367,6 +63553,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61395,6 +63582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61423,6 +63611,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61451,6 +63640,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61479,6 +63669,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61507,6 +63698,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61535,6 +63727,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61563,6 +63756,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61591,6 +63785,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61619,6 +63814,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61647,6 +63843,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61675,6 +63872,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61703,6 +63901,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61731,6 +63930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61759,6 +63959,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61787,6 +63988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61815,6 +64017,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61843,6 +64046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61871,6 +64075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61899,6 +64104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61927,6 +64133,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61955,6 +64162,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61983,6 +64191,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62011,6 +64220,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62039,6 +64249,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62067,6 +64278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62095,6 +64307,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62123,6 +64336,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62151,6 +64365,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62179,6 +64394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62207,6 +64423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62235,6 +64452,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62263,6 +64481,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62291,6 +64510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62319,6 +64539,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62347,6 +64568,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62375,6 +64597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62403,6 +64626,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62431,6 +64655,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62459,6 +64684,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62487,6 +64713,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62515,6 +64742,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62543,6 +64771,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62571,6 +64800,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62599,6 +64829,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62627,6 +64858,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62655,6 +64887,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62683,6 +64916,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62711,6 +64945,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62739,6 +64974,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62767,6 +65003,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62795,6 +65032,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62823,6 +65061,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62851,6 +65090,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62879,6 +65119,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62907,6 +65148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62935,6 +65177,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62963,6 +65206,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62991,6 +65235,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63019,6 +65264,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63047,6 +65293,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63075,6 +65322,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63103,6 +65351,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63131,6 +65380,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63159,6 +65409,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63187,6 +65438,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63215,6 +65467,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63243,6 +65496,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63271,6 +65525,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63299,6 +65554,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63327,6 +65583,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63355,6 +65612,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63383,6 +65641,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63411,6 +65670,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63439,6 +65699,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63467,6 +65728,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63495,6 +65757,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63523,6 +65786,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63551,6 +65815,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63579,6 +65844,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63607,6 +65873,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63635,6 +65902,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63663,6 +65931,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63691,6 +65960,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63719,6 +65989,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63747,6 +66018,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63775,6 +66047,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63803,6 +66076,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63831,6 +66105,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63859,6 +66134,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63887,6 +66163,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63915,6 +66192,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63943,6 +66221,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63971,6 +66250,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -63999,6 +66279,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -64027,6 +66308,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -64055,6 +66337,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -64083,6 +66366,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -64111,6 +66395,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -64139,6 +66424,7 @@ "orig": "\u00a9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -64167,6 +66453,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64195,6 +66482,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64223,6 +66511,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64251,6 +66540,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64279,6 +66569,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64307,6 +66598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64335,6 +66627,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64363,6 +66656,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64391,6 +66685,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64419,6 +66714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64447,6 +66743,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64475,6 +66772,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64503,6 +66801,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64531,6 +66830,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64559,6 +66859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64587,6 +66888,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64615,6 +66917,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64643,6 +66946,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64671,6 +66975,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64699,6 +67004,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64727,6 +67033,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64755,6 +67062,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64783,6 +67091,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64811,6 +67120,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64839,6 +67149,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64867,6 +67178,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64895,6 +67207,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64923,6 +67236,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64951,6 +67265,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64979,6 +67294,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65007,6 +67323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65035,6 +67352,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65063,6 +67381,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65091,6 +67410,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65119,6 +67439,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65147,6 +67468,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65175,6 +67497,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65203,6 +67526,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65231,6 +67555,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65259,6 +67584,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65287,6 +67613,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65315,6 +67642,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65343,6 +67671,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65371,6 +67700,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65399,6 +67729,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65427,6 +67758,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65455,6 +67787,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65483,6 +67816,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65511,6 +67845,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65539,6 +67874,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65567,6 +67903,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65595,6 +67932,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65623,6 +67961,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65651,6 +67990,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65679,6 +68019,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65707,6 +68048,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65735,6 +68077,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65763,6 +68106,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65791,6 +68135,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65819,6 +68164,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65847,6 +68193,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65875,6 +68222,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65903,6 +68251,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65931,6 +68280,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65959,6 +68309,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65987,6 +68338,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66015,6 +68367,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66043,6 +68396,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66071,6 +68425,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66099,6 +68454,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66127,6 +68483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66155,6 +68512,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66183,6 +68541,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66211,6 +68570,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66239,6 +68599,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66267,6 +68628,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66295,6 +68657,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66323,6 +68686,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66351,6 +68715,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66379,6 +68744,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66407,6 +68773,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66435,6 +68802,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66463,6 +68831,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66491,6 +68860,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66519,6 +68889,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66547,6 +68918,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66575,6 +68947,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66603,6 +68976,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66631,6 +69005,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66659,6 +69034,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66687,6 +69063,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66715,6 +69092,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66743,6 +69121,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66771,6 +69150,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66799,6 +69179,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66827,6 +69208,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66855,6 +69237,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66883,6 +69266,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66911,6 +69295,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66939,6 +69324,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66967,6 +69353,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66995,6 +69382,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67023,6 +69411,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67051,6 +69440,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67079,6 +69469,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67107,6 +69498,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67135,6 +69527,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67163,6 +69556,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67187,10 +69581,11 @@ "r_y3": 439.734, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67215,10 +69610,11 @@ "r_y3": 439.734, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67243,10 +69639,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67271,10 +69668,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67299,10 +69697,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67327,10 +69726,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67355,10 +69755,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67383,10 +69784,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67411,10 +69813,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67439,10 +69842,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67467,10 +69871,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67495,10 +69900,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67523,10 +69929,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67551,10 +69958,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67579,10 +69987,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67607,10 +70016,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67635,10 +70045,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67663,10 +70074,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67691,10 +70103,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67719,10 +70132,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67747,10 +70161,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67775,10 +70190,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67803,10 +70219,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67831,10 +70248,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67859,10 +70277,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67887,10 +70306,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67915,10 +70335,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67943,10 +70364,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67971,10 +70393,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -67999,10 +70422,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68027,10 +70451,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68055,10 +70480,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68083,10 +70509,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68111,10 +70538,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68139,10 +70567,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68167,10 +70596,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68195,10 +70625,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68223,10 +70654,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68251,10 +70683,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68279,10 +70712,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68307,10 +70741,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68335,10 +70770,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68363,10 +70799,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68391,10 +70828,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68419,10 +70857,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68447,10 +70886,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68475,10 +70915,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -68503,10 +70944,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68531,10 +70973,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68559,10 +71002,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68587,10 +71031,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68615,10 +71060,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68643,10 +71089,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68671,10 +71118,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68699,10 +71147,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68727,10 +71176,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68755,10 +71205,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68783,10 +71234,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68811,10 +71263,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68839,10 +71292,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68867,10 +71321,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68895,10 +71350,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68923,10 +71379,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68951,10 +71408,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68979,10 +71437,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69007,10 +71466,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69035,10 +71495,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69063,10 +71524,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69091,10 +71553,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69119,10 +71582,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69147,10 +71611,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69175,10 +71640,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69203,10 +71669,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69231,10 +71698,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69259,10 +71727,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69287,10 +71756,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69315,10 +71785,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69343,10 +71814,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69371,10 +71843,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69399,10 +71872,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69427,10 +71901,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69455,10 +71930,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69483,10 +71959,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69511,10 +71988,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69539,10 +72017,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69567,10 +72046,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69595,10 +72075,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69623,10 +72104,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69651,10 +72133,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69679,10 +72162,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69707,10 +72191,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69735,10 +72220,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69763,10 +72249,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69791,10 +72278,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69819,10 +72307,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69847,10 +72336,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69875,10 +72365,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69903,10 +72394,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69931,10 +72423,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69959,10 +72452,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69987,10 +72481,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70015,10 +72510,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70043,10 +72539,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70071,10 +72568,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70099,10 +72597,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70127,10 +72626,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70155,10 +72655,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70183,10 +72684,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70211,10 +72713,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70239,10 +72742,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70267,10 +72771,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70295,10 +72800,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70323,10 +72829,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70351,10 +72858,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70379,10 +72887,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70407,10 +72916,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70435,10 +72945,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70463,10 +72974,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70491,10 +73003,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70519,10 +73032,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70547,10 +73061,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70575,10 +73090,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70603,10 +73119,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70631,10 +73148,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70659,10 +73177,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70687,10 +73206,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70715,10 +73235,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70743,10 +73264,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70771,10 +73293,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70799,10 +73322,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70827,10 +73351,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70855,10 +73380,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70883,10 +73409,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70911,10 +73438,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70939,10 +73467,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70967,10 +73496,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70995,10 +73525,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71023,10 +73554,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71051,10 +73583,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71079,10 +73612,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71107,10 +73641,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71135,10 +73670,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71163,10 +73699,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71191,10 +73728,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71219,10 +73757,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71247,10 +73786,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71275,10 +73815,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71303,10 +73844,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71331,10 +73873,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71359,10 +73902,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71387,10 +73931,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71415,10 +73960,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71443,10 +73989,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71471,10 +74018,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71499,10 +74047,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71527,10 +74076,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71555,10 +74105,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71583,10 +74134,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71611,10 +74163,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71639,10 +74192,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71667,10 +74221,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71695,10 +74250,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71723,10 +74279,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71751,10 +74308,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71779,10 +74337,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71807,10 +74366,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71835,10 +74395,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71863,10 +74424,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71891,10 +74453,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71919,10 +74482,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71947,10 +74511,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71975,10 +74540,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72003,10 +74569,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72031,10 +74598,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72059,10 +74627,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72087,10 +74656,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72115,10 +74685,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72143,10 +74714,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72171,10 +74743,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72199,10 +74772,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72227,10 +74801,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72255,10 +74830,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72283,10 +74859,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72311,10 +74888,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72339,10 +74917,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72367,10 +74946,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72395,10 +74975,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72423,10 +75004,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72451,10 +75033,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72479,10 +75062,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72507,10 +75091,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72535,10 +75120,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72563,10 +75149,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72591,10 +75178,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72619,10 +75207,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72647,10 +75236,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72675,10 +75265,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72703,10 +75294,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72731,10 +75323,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72759,10 +75352,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72787,10 +75381,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72815,10 +75410,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72843,10 +75439,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72871,10 +75468,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72899,10 +75497,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72927,10 +75526,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72955,10 +75555,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72983,10 +75584,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73011,10 +75613,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73039,10 +75642,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73067,10 +75671,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73095,10 +75700,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73123,10 +75729,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73151,10 +75758,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73179,10 +75787,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73207,10 +75816,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73235,10 +75845,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73263,10 +75874,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73291,10 +75903,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73319,10 +75932,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73347,10 +75961,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73375,10 +75990,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73403,10 +76019,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73431,10 +76048,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73459,10 +76077,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73487,10 +76106,11 @@ "r_y3": 448.099, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73515,10 +76135,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73543,10 +76164,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73571,10 +76193,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73599,10 +76222,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73627,10 +76251,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73655,10 +76280,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73683,10 +76309,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73711,10 +76338,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73739,10 +76367,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73767,10 +76396,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73795,10 +76425,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73823,10 +76454,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73851,10 +76483,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73879,10 +76512,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73907,10 +76541,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73935,10 +76570,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73963,10 +76599,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73991,10 +76628,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74019,10 +76657,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74047,10 +76686,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74075,10 +76715,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74103,10 +76744,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74131,10 +76773,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74159,10 +76802,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74187,10 +76831,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74215,10 +76860,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74243,10 +76889,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74271,10 +76918,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74299,10 +76947,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74327,10 +76976,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74355,10 +77005,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74383,10 +77034,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74411,10 +77063,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74439,10 +77092,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74467,10 +77121,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74495,10 +77150,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74523,10 +77179,11 @@ "r_y3": 446.667, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74551,10 +77208,11 @@ "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74579,10 +77237,11 @@ "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74607,10 +77266,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74635,10 +77295,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74663,10 +77324,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74691,10 +77353,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74719,10 +77382,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74747,10 +77411,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74775,10 +77440,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74803,10 +77469,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74831,10 +77498,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74859,10 +77527,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74887,10 +77556,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74915,10 +77585,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74943,10 +77614,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74971,10 +77643,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74999,10 +77672,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75027,10 +77701,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75055,10 +77730,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75083,10 +77759,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75111,10 +77788,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75139,10 +77817,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75167,10 +77846,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75195,10 +77875,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75223,10 +77904,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75251,10 +77933,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75279,10 +77962,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75307,10 +77991,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75335,10 +78020,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75363,10 +78049,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75391,10 +78078,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75419,10 +78107,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75447,10 +78136,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75475,10 +78165,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75503,10 +78194,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75531,10 +78223,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75559,10 +78252,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75587,10 +78281,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75615,10 +78310,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75643,10 +78339,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75671,10 +78368,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75699,10 +78397,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75727,10 +78426,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75755,10 +78455,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75783,10 +78484,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75811,10 +78513,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75839,10 +78542,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75867,10 +78571,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75895,10 +78600,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75923,10 +78629,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75951,10 +78658,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75979,10 +78687,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76007,10 +78716,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76035,10 +78745,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76063,10 +78774,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76091,10 +78803,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76119,10 +78832,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76147,10 +78861,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76175,10 +78890,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76203,10 +78919,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76231,10 +78948,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76259,10 +78977,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76287,10 +79006,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76315,10 +79035,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76343,10 +79064,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76371,10 +79093,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76399,10 +79122,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76427,10 +79151,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76455,10 +79180,11 @@ "r_y3": 443.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -76483,10 +79209,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76511,10 +79238,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76539,10 +79267,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76567,10 +79296,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76595,10 +79325,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76623,10 +79354,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76651,10 +79383,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76679,10 +79412,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76707,10 +79441,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76735,10 +79470,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76763,10 +79499,11 @@ "r_y3": 536.359, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76791,10 +79528,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76819,10 +79557,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76847,10 +79586,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76875,10 +79615,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76903,10 +79644,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76931,10 +79673,11 @@ "r_y3": 536.359, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76959,10 +79702,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76987,10 +79731,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77015,10 +79760,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77043,10 +79789,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77071,10 +79818,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77099,10 +79847,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77127,10 +79876,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77155,10 +79905,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77183,10 +79934,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77211,10 +79963,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77239,10 +79992,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77267,10 +80021,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77295,10 +80050,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77323,10 +80079,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77351,10 +80108,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77379,10 +80137,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77407,10 +80166,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77435,10 +80195,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "V", - "orig": "V", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77463,10 +80224,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77491,10 +80253,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77519,10 +80282,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77547,10 +80311,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77575,10 +80340,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77603,10 +80369,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77631,10 +80398,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77659,10 +80427,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77687,10 +80456,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77715,10 +80485,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77743,10 +80514,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77771,10 +80543,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77799,10 +80572,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77827,10 +80601,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77855,10 +80630,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77883,10 +80659,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77911,10 +80688,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77939,10 +80717,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77967,10 +80746,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77995,10 +80775,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78023,10 +80804,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78051,10 +80833,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78079,10 +80862,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78107,10 +80891,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78135,10 +80920,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78163,10 +80949,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78191,10 +80978,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78219,10 +81007,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78247,10 +81036,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78275,10 +81065,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78303,10 +81094,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78331,10 +81123,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78359,10 +81152,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78387,10 +81181,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78415,10 +81210,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78443,10 +81239,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78471,10 +81268,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78499,10 +81297,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78527,10 +81326,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78555,10 +81355,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78583,10 +81384,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78611,10 +81413,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78639,10 +81442,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78667,10 +81471,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78695,10 +81500,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78723,10 +81529,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78751,10 +81558,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78779,10 +81587,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78807,10 +81616,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78835,10 +81645,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78863,10 +81674,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78891,10 +81703,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78919,10 +81732,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78947,10 +81761,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78975,10 +81790,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79003,10 +81819,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79031,10 +81848,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79059,10 +81877,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79087,10 +81906,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79115,10 +81935,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79143,10 +81964,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79171,10 +81993,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79199,10 +82022,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79227,10 +82051,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79255,10 +82080,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79283,10 +82109,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79311,10 +82138,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79339,10 +82167,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79367,10 +82196,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79395,10 +82225,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79423,10 +82254,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79451,10 +82283,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79479,10 +82312,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79507,10 +82341,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79535,10 +82370,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79563,10 +82399,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79591,10 +82428,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79619,10 +82457,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79647,10 +82486,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79675,10 +82515,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79703,10 +82544,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79731,10 +82573,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79759,10 +82602,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79787,10 +82631,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79815,10 +82660,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79843,10 +82689,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79871,10 +82718,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79899,10 +82747,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79927,10 +82776,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79955,10 +82805,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79983,10 +82834,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80011,10 +82863,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80039,10 +82892,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80067,10 +82921,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80095,10 +82950,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80123,10 +82979,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80151,10 +83008,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80179,10 +83037,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80207,10 +83066,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80235,10 +83095,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80263,10 +83124,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80291,10 +83153,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80319,10 +83182,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80347,10 +83211,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80375,10 +83240,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80403,10 +83269,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80431,10 +83298,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80459,10 +83327,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80487,10 +83356,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80515,10 +83385,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80543,10 +83414,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80571,10 +83443,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80599,10 +83472,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80627,10 +83501,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80655,10 +83530,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80683,10 +83559,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80711,10 +83588,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80739,10 +83617,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80767,10 +83646,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80795,10 +83675,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80823,10 +83704,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80851,10 +83733,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80879,10 +83762,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80907,10 +83791,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80935,10 +83820,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80963,10 +83849,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80991,10 +83878,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81019,10 +83907,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81047,10 +83936,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81075,10 +83965,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81103,10 +83994,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81131,10 +84023,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81159,10 +84052,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81187,10 +84081,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81215,10 +84110,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81243,10 +84139,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81271,10 +84168,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81299,10 +84197,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81327,10 +84226,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81355,10 +84255,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81383,10 +84284,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81411,10 +84313,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81439,10 +84342,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81467,10 +84371,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81495,10 +84400,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81523,10 +84429,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81551,10 +84458,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81579,10 +84487,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81607,10 +84516,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81635,10 +84545,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81663,10 +84574,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81691,10 +84603,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81719,10 +84632,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81747,10 +84661,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81775,10 +84690,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81803,10 +84719,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81831,10 +84748,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81859,10 +84777,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81887,10 +84806,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81915,10 +84835,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81943,10 +84864,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81971,10 +84893,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81999,10 +84922,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82027,10 +84951,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82055,10 +84980,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82083,10 +85009,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82111,10 +85038,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82139,10 +85067,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82167,10 +85096,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82195,10 +85125,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82223,10 +85154,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82251,10 +85183,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82279,10 +85212,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82307,10 +85241,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82335,10 +85270,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82363,10 +85299,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82391,10 +85328,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82419,10 +85357,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82447,10 +85386,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82475,10 +85415,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82503,10 +85444,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82531,10 +85473,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82559,10 +85502,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82587,10 +85531,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82615,10 +85560,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82643,10 +85589,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82671,10 +85618,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82699,10 +85647,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82727,10 +85676,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82755,10 +85705,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82783,10 +85734,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82811,10 +85763,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82839,10 +85792,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82867,10 +85821,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82895,10 +85850,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82923,10 +85879,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82951,10 +85908,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82979,10 +85937,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83007,10 +85966,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83035,10 +85995,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83063,10 +86024,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83091,10 +86053,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83119,10 +86082,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83147,10 +86111,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83175,10 +86140,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83203,10 +86169,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83231,10 +86198,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83259,10 +86227,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83287,10 +86256,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83315,10 +86285,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83343,10 +86314,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83371,10 +86343,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83399,10 +86372,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83427,10 +86401,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83455,10 +86430,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83483,10 +86459,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83511,10 +86488,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83539,10 +86517,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83567,10 +86546,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83595,10 +86575,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83623,10 +86604,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83651,10 +86633,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83679,10 +86662,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83707,10 +86691,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83735,10 +86720,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83763,10 +86749,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83791,10 +86778,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83819,10 +86807,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83847,10 +86836,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83875,10 +86865,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83903,10 +86894,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83931,10 +86923,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83959,10 +86952,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83987,10 +86981,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84015,10 +87010,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84043,10 +87039,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84071,10 +87068,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84099,10 +87097,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84127,10 +87126,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84155,10 +87155,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84183,10 +87184,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84211,10 +87213,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84239,10 +87242,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84267,10 +87271,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84295,10 +87300,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84323,10 +87329,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84351,10 +87358,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84379,10 +87387,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84407,10 +87416,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84435,10 +87445,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84463,10 +87474,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84491,10 +87503,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84519,10 +87532,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84547,10 +87561,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84575,10 +87590,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84603,10 +87619,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84631,10 +87648,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84659,10 +87677,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84687,10 +87706,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84715,10 +87735,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84743,10 +87764,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84771,10 +87793,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84799,10 +87822,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84827,10 +87851,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84855,10 +87880,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84883,10 +87909,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84911,10 +87938,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84939,10 +87967,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84967,10 +87996,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84995,10 +88025,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85023,10 +88054,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85051,10 +88083,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85079,10 +88112,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85107,10 +88141,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85135,10 +88170,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85163,10 +88199,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85191,10 +88228,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85219,10 +88257,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85247,10 +88286,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85275,10 +88315,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85303,10 +88344,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85331,10 +88373,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85359,10 +88402,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85387,10 +88431,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85415,10 +88460,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85443,10 +88489,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85471,10 +88518,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85499,10 +88547,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85527,10 +88576,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85555,10 +88605,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85583,10 +88634,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85611,10 +88663,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85639,10 +88692,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85667,10 +88721,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85695,10 +88750,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85723,10 +88779,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85751,10 +88808,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85779,10 +88837,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85807,10 +88866,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85835,10 +88895,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85863,10 +88924,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85891,10 +88953,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85919,10 +88982,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85947,10 +89011,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -85975,10 +89040,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86003,10 +89069,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86031,10 +89098,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86059,10 +89127,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86087,10 +89156,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86115,10 +89185,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86143,10 +89214,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86171,10 +89243,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86199,10 +89272,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86227,10 +89301,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86255,10 +89330,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86283,10 +89359,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86311,10 +89388,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86339,10 +89417,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86367,10 +89446,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86395,10 +89475,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86423,10 +89504,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86451,10 +89533,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86479,10 +89562,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86507,10 +89591,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86535,10 +89620,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86563,10 +89649,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86591,10 +89678,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86619,10 +89707,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86647,10 +89736,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86675,10 +89765,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -86703,10 +89794,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86731,10 +89823,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86759,10 +89852,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86787,10 +89881,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86815,10 +89910,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86843,10 +89939,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86871,10 +89968,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86899,10 +89997,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86927,10 +90026,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86955,10 +90055,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86983,10 +90084,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87011,10 +90113,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87039,10 +90142,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87067,10 +90171,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87095,10 +90200,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87123,10 +90229,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87151,10 +90258,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87179,10 +90287,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87207,10 +90316,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87235,10 +90345,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87263,10 +90374,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87291,10 +90403,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87319,10 +90432,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87347,10 +90461,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87375,10 +90490,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87403,10 +90519,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87431,10 +90548,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87459,10 +90577,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87487,10 +90606,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87515,10 +90635,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87543,10 +90664,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87571,10 +90693,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87599,10 +90722,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87627,10 +90751,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87655,10 +90780,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87683,10 +90809,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87711,10 +90838,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87739,10 +90867,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87767,10 +90896,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87795,10 +90925,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87823,10 +90954,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87851,10 +90983,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87879,10 +91012,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87907,10 +91041,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87935,10 +91070,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87963,10 +91099,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87991,10 +91128,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88019,10 +91157,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88047,10 +91186,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88075,10 +91215,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88103,10 +91244,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88131,10 +91273,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88159,10 +91302,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88187,10 +91331,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88215,10 +91360,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88243,10 +91389,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88271,10 +91418,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88299,10 +91447,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88327,10 +91476,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88355,10 +91505,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88383,10 +91534,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88411,10 +91563,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88439,10 +91592,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88467,10 +91621,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88495,10 +91650,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88523,10 +91679,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88551,10 +91708,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88579,10 +91737,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88607,10 +91766,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88635,10 +91795,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88663,10 +91824,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88691,10 +91853,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88719,10 +91882,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88747,10 +91911,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88775,10 +91940,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88803,10 +91969,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88831,10 +91998,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88859,10 +92027,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88887,10 +92056,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88915,10 +92085,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88943,10 +92114,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88971,10 +92143,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88999,10 +92172,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89027,10 +92201,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89055,10 +92230,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89083,10 +92259,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89111,10 +92288,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89139,10 +92317,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89167,10 +92346,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89195,10 +92375,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89223,10 +92404,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89251,10 +92433,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89279,10 +92462,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89307,10 +92491,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89335,10 +92520,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89363,10 +92549,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89391,10 +92578,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89419,10 +92607,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89447,10 +92636,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89475,10 +92665,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89503,10 +92694,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89531,10 +92723,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89559,10 +92752,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89587,10 +92781,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89615,10 +92810,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89643,10 +92839,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89671,10 +92868,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89699,10 +92897,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89727,10 +92926,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89755,10 +92955,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89783,10 +92984,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89811,10 +93013,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89839,10 +93042,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89867,10 +93071,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89895,10 +93100,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89923,10 +93129,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89951,10 +93158,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89979,10 +93187,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90007,10 +93216,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90035,10 +93245,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90063,10 +93274,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90091,10 +93303,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90119,10 +93332,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90147,10 +93361,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90175,10 +93390,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90203,10 +93419,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90231,10 +93448,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90259,10 +93477,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90287,10 +93506,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90315,10 +93535,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90343,10 +93564,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90371,10 +93593,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90399,10 +93622,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90427,10 +93651,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90455,10 +93680,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90483,10 +93709,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90511,10 +93738,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90539,10 +93767,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90567,10 +93796,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90595,10 +93825,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90623,10 +93854,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90651,10 +93883,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90679,10 +93912,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90707,10 +93941,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90735,10 +93970,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90763,10 +93999,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90791,10 +94028,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90819,10 +94057,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90847,10 +94086,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90875,10 +94115,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90903,10 +94144,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90931,10 +94173,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90959,10 +94202,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90987,10 +94231,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91015,10 +94260,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91043,10 +94289,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91071,10 +94318,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91099,10 +94347,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91127,10 +94376,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91155,10 +94405,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91183,10 +94434,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91211,10 +94463,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91239,10 +94492,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91267,10 +94521,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91295,10 +94550,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91323,10 +94579,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91351,10 +94608,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91379,10 +94637,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91407,10 +94666,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91435,10 +94695,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91463,10 +94724,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91491,10 +94753,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91519,10 +94782,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91547,10 +94811,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91575,10 +94840,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91603,10 +94869,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91631,10 +94898,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91659,10 +94927,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91687,10 +94956,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91715,10 +94985,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91743,10 +95014,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91771,10 +95043,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91799,10 +95072,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91827,10 +95101,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91855,10 +95130,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91883,10 +95159,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91911,10 +95188,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91939,10 +95217,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91967,10 +95246,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91995,10 +95275,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92023,10 +95304,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92051,10 +95333,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92079,10 +95362,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92107,10 +95391,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92135,10 +95420,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92163,10 +95449,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92191,10 +95478,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92219,10 +95507,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92247,10 +95536,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92275,10 +95565,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92303,10 +95594,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92331,10 +95623,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92359,10 +95652,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92387,10 +95681,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92415,10 +95710,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92443,10 +95739,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92471,10 +95768,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92499,10 +95797,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92527,10 +95826,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92555,10 +95855,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92583,10 +95884,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92611,10 +95913,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92639,10 +95942,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92667,10 +95971,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92695,10 +96000,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92723,10 +96029,11 @@ "r_y3": 497.523, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -92751,10 +96058,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92779,10 +96087,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92807,10 +96116,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92835,10 +96145,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92863,10 +96174,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92891,10 +96203,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92919,10 +96232,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92947,10 +96261,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -92975,10 +96290,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93003,10 +96319,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93031,10 +96348,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93059,10 +96377,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93087,10 +96406,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93115,10 +96435,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93143,10 +96464,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93171,10 +96493,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93199,10 +96522,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93227,10 +96551,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93255,10 +96580,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93283,10 +96609,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93311,10 +96638,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93339,10 +96667,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93367,10 +96696,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93395,10 +96725,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93423,10 +96754,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93451,10 +96783,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93479,10 +96812,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93507,10 +96841,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93535,10 +96870,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93563,10 +96899,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93591,10 +96928,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93619,10 +96957,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93647,10 +96986,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93675,10 +97015,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93703,10 +97044,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93731,10 +97073,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93759,10 +97102,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93787,10 +97131,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93815,10 +97160,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93843,10 +97189,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93871,10 +97218,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93899,10 +97247,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93927,10 +97276,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93955,10 +97305,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -93983,10 +97334,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94011,10 +97363,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94039,10 +97392,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94067,10 +97421,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94095,10 +97450,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94123,10 +97479,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94151,10 +97508,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94179,10 +97537,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94207,10 +97566,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94235,10 +97595,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94263,10 +97624,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94291,10 +97653,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94319,10 +97682,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94347,10 +97711,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94375,10 +97740,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94403,10 +97769,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94431,10 +97798,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94459,10 +97827,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94487,10 +97856,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94515,10 +97885,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94543,10 +97914,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94571,10 +97943,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94599,10 +97972,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94627,10 +98001,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94655,10 +98030,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94683,10 +98059,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94711,10 +98088,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94739,10 +98117,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94767,10 +98146,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94795,10 +98175,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94823,10 +98204,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94851,10 +98233,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94879,10 +98262,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94907,10 +98291,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94935,10 +98320,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94963,10 +98349,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -94991,10 +98378,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95019,10 +98407,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95047,10 +98436,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95075,10 +98465,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95103,10 +98494,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95131,10 +98523,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95159,10 +98552,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95187,10 +98581,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95215,10 +98610,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95243,10 +98639,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95271,10 +98668,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95299,10 +98697,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95327,10 +98726,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95355,10 +98755,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95387,6 +98788,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95411,10 +98813,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95439,10 +98842,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95467,10 +98871,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95495,10 +98900,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95523,10 +98929,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95551,10 +98958,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95579,10 +98987,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95607,10 +99016,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95635,10 +99045,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95663,10 +99074,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95691,10 +99103,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95719,10 +99132,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95747,10 +99161,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95775,10 +99190,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95803,10 +99219,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95831,10 +99248,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95859,10 +99277,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95887,10 +99306,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95915,10 +99335,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95943,10 +99364,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95971,10 +99393,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -95999,10 +99422,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96027,10 +99451,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96055,10 +99480,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96083,10 +99509,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96111,10 +99538,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96139,10 +99567,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96167,10 +99596,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96195,10 +99625,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96223,10 +99654,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96251,10 +99683,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96279,10 +99712,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96307,10 +99741,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96335,10 +99770,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96363,10 +99799,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96391,10 +99828,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96419,10 +99857,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96447,10 +99886,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96475,10 +99915,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96503,10 +99944,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96531,10 +99973,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96559,10 +100002,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96587,10 +100031,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96615,10 +100060,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96643,10 +100089,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96671,10 +100118,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96699,10 +100147,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96727,10 +100176,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96755,10 +100205,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96783,10 +100234,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96811,10 +100263,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96839,10 +100292,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96867,10 +100321,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96895,10 +100350,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96923,10 +100379,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96951,10 +100408,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -96979,10 +100437,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97007,10 +100466,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97035,10 +100495,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97063,10 +100524,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97091,10 +100553,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97119,10 +100582,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97147,10 +100611,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97175,10 +100640,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97203,10 +100669,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97231,10 +100698,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97259,10 +100727,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97287,10 +100756,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97315,10 +100785,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97343,10 +100814,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97371,10 +100843,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97399,10 +100872,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97427,10 +100901,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97455,10 +100930,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97483,10 +100959,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97511,10 +100988,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97539,10 +101017,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97567,10 +101046,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97595,10 +101075,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97623,10 +101104,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97651,10 +101133,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97679,10 +101162,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97707,10 +101191,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97735,10 +101220,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97763,10 +101249,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97791,10 +101278,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97819,10 +101307,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97847,10 +101336,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97875,10 +101365,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97903,10 +101394,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97931,10 +101423,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97959,10 +101452,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -97987,10 +101481,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98015,10 +101510,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98043,10 +101539,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98071,10 +101568,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98099,10 +101597,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98127,10 +101626,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98155,10 +101655,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98183,10 +101684,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98211,10 +101713,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98239,10 +101742,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98267,10 +101771,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98295,10 +101800,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98323,10 +101829,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98351,10 +101858,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98379,10 +101887,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98407,10 +101916,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98435,10 +101945,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98463,10 +101974,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98491,10 +102003,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98519,10 +102032,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98547,10 +102061,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98575,10 +102090,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98603,10 +102119,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98631,10 +102148,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98659,10 +102177,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98687,10 +102206,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98715,10 +102235,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98743,10 +102264,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98771,10 +102293,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98799,10 +102322,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98827,10 +102351,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98855,10 +102380,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98883,10 +102409,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98911,10 +102438,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98939,10 +102467,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98967,10 +102496,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -98995,10 +102525,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99023,10 +102554,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99051,10 +102583,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99079,10 +102612,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99107,10 +102641,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99135,10 +102670,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99163,10 +102699,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99191,10 +102728,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99219,10 +102757,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99247,10 +102786,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99275,10 +102815,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99303,10 +102844,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99331,10 +102873,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99359,10 +102902,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99387,10 +102931,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99415,10 +102960,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99443,10 +102989,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99471,10 +103018,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99499,10 +103047,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99527,10 +103076,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99555,10 +103105,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99583,10 +103134,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99611,10 +103163,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99639,10 +103192,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99667,10 +103221,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99695,10 +103250,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99723,10 +103279,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99751,10 +103308,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99779,10 +103337,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99807,10 +103366,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99835,10 +103395,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99863,10 +103424,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99891,10 +103453,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99919,10 +103482,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99947,10 +103511,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -99975,10 +103540,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100003,10 +103569,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100031,10 +103598,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100059,10 +103627,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100087,10 +103656,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100115,10 +103685,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100143,10 +103714,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100171,10 +103743,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100199,10 +103772,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100227,10 +103801,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100255,10 +103830,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100283,10 +103859,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100311,10 +103888,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100339,10 +103917,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100367,10 +103946,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100395,10 +103975,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100423,10 +104004,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100451,10 +104033,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100479,10 +104062,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100507,10 +104091,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100535,10 +104120,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100563,10 +104149,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100591,10 +104178,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100619,10 +104207,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100647,10 +104236,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100675,10 +104265,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100703,10 +104294,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100731,10 +104323,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100759,10 +104352,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100787,10 +104381,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100815,10 +104410,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100843,10 +104439,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100871,10 +104468,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100899,10 +104497,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100927,10 +104526,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100955,10 +104555,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -100983,10 +104584,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101011,10 +104613,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101039,10 +104642,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101067,10 +104671,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101095,10 +104700,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101123,10 +104729,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101151,10 +104758,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101179,10 +104787,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101207,10 +104816,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101235,10 +104845,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101263,10 +104874,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101291,10 +104903,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101319,10 +104932,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101347,10 +104961,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101375,10 +104990,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101403,10 +105019,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101431,10 +105048,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101459,10 +105077,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101487,10 +105106,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101515,10 +105135,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101543,10 +105164,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101571,10 +105193,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101599,10 +105222,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101627,10 +105251,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101655,10 +105280,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101683,10 +105309,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101711,10 +105338,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101739,10 +105367,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101767,10 +105396,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -101795,10 +105425,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101823,10 +105454,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101851,10 +105483,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101879,10 +105512,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101907,10 +105541,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101935,10 +105570,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101963,10 +105599,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -101991,10 +105628,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102019,10 +105657,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102047,10 +105686,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102075,10 +105715,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102103,10 +105744,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102131,10 +105773,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102159,10 +105802,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102187,10 +105831,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102215,10 +105860,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102243,10 +105889,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102271,10 +105918,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102299,10 +105947,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102327,10 +105976,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102355,10 +106005,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102383,10 +106034,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102411,10 +106063,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102439,10 +106092,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102467,10 +106121,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102495,10 +106150,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102523,10 +106179,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102551,10 +106208,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102579,10 +106237,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102607,10 +106266,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102635,10 +106295,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102663,10 +106324,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102691,10 +106353,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102719,10 +106382,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102747,10 +106411,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102775,10 +106440,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102803,10 +106469,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102831,10 +106498,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102859,10 +106527,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102887,10 +106556,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102915,10 +106585,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102943,10 +106614,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102971,10 +106643,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -102999,10 +106672,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103027,10 +106701,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103055,10 +106730,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103083,10 +106759,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103111,10 +106788,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103139,10 +106817,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103167,10 +106846,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103195,10 +106875,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103223,10 +106904,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103251,10 +106933,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103279,10 +106962,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103307,10 +106991,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103335,10 +107020,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103363,10 +107049,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103391,10 +107078,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103419,10 +107107,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103447,10 +107136,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103475,10 +107165,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103503,10 +107194,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103531,10 +107223,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103559,10 +107252,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103587,10 +107281,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103615,10 +107310,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103643,10 +107339,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103671,10 +107368,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103699,10 +107397,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103727,10 +107426,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103755,10 +107455,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103783,10 +107484,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103811,10 +107513,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103839,10 +107542,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103867,10 +107571,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103895,10 +107600,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103923,10 +107629,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103951,10 +107658,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -103979,10 +107687,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104007,10 +107716,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104035,10 +107745,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104063,10 +107774,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104091,10 +107803,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104119,10 +107832,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104147,10 +107861,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104175,10 +107890,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104203,10 +107919,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104231,10 +107948,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104259,10 +107977,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104287,10 +108006,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104315,10 +108035,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104343,10 +108064,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104371,10 +108093,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104399,10 +108122,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104427,10 +108151,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104455,10 +108180,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104483,10 +108209,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104511,10 +108238,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104539,10 +108267,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104567,10 +108296,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104595,10 +108325,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104623,10 +108354,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104651,10 +108383,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104679,10 +108412,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104707,10 +108441,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104735,10 +108470,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104763,10 +108499,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104791,10 +108528,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104819,10 +108557,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104847,10 +108586,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104875,10 +108615,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104903,10 +108644,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104931,10 +108673,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104959,10 +108702,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -104987,10 +108731,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105015,10 +108760,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105043,10 +108789,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105071,10 +108818,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105099,10 +108847,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105127,10 +108876,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105155,10 +108905,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105183,10 +108934,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105211,10 +108963,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105239,10 +108992,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105267,10 +109021,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105295,10 +109050,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105323,10 +109079,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105351,10 +109108,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105379,10 +109137,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105407,10 +109166,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105435,10 +109195,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105463,10 +109224,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105491,10 +109253,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105519,10 +109282,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105547,10 +109311,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105575,10 +109340,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105603,10 +109369,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105631,10 +109398,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105659,10 +109427,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105687,10 +109456,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105715,10 +109485,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105743,10 +109514,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105771,10 +109543,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105799,10 +109572,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105827,10 +109601,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105855,10 +109630,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105883,10 +109659,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105911,10 +109688,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105939,10 +109717,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105967,10 +109746,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -105995,10 +109775,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106023,10 +109804,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106051,10 +109833,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106079,10 +109862,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106107,10 +109891,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106135,10 +109920,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106163,10 +109949,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106191,10 +109978,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106219,10 +110007,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106247,10 +110036,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106275,10 +110065,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106303,10 +110094,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106331,10 +110123,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106359,10 +110152,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106387,10 +110181,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106415,10 +110210,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106443,10 +110239,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106471,10 +110268,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106499,10 +110297,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106527,10 +110326,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106555,10 +110355,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106583,10 +110384,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106611,10 +110413,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106639,10 +110442,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106667,10 +110471,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106695,10 +110500,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106723,10 +110529,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106751,10 +110558,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106779,10 +110587,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106807,10 +110616,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106835,10 +110645,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106863,10 +110674,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106891,10 +110703,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106919,10 +110732,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106947,10 +110761,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -106975,10 +110790,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107003,10 +110819,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107031,10 +110848,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107059,10 +110877,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107087,10 +110906,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107115,10 +110935,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107143,10 +110964,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107171,10 +110993,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107199,10 +111022,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107227,10 +111051,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107255,10 +111080,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107283,10 +111109,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107311,10 +111138,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107339,10 +111167,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107367,10 +111196,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107395,10 +111225,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107423,10 +111254,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107451,10 +111283,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107479,10 +111312,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107507,10 +111341,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107535,10 +111370,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107563,10 +111399,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107591,10 +111428,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107619,10 +111457,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107647,10 +111486,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107675,10 +111515,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107703,10 +111544,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107731,10 +111573,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107759,10 +111602,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107787,10 +111631,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107815,10 +111660,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107843,10 +111689,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107871,10 +111718,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107899,10 +111747,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107927,10 +111776,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107955,10 +111805,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -107983,10 +111834,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108011,10 +111863,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108039,10 +111892,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108067,10 +111921,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108095,10 +111950,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108123,10 +111979,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108151,10 +112008,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108179,10 +112037,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108207,10 +112066,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108235,10 +112095,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108263,10 +112124,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108291,10 +112153,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108319,10 +112182,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108347,10 +112211,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108375,10 +112240,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108403,10 +112269,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108431,10 +112298,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108459,10 +112327,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108487,10 +112356,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108515,10 +112385,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108543,10 +112414,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108571,10 +112443,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108599,10 +112472,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108627,10 +112501,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108655,10 +112530,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108683,10 +112559,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108711,10 +112588,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108739,10 +112617,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108767,10 +112646,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108795,10 +112675,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108823,10 +112704,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108851,10 +112733,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108879,10 +112762,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108907,10 +112791,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108935,10 +112820,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108963,10 +112849,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -108991,10 +112878,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109019,10 +112907,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109047,10 +112936,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109075,10 +112965,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109103,10 +112994,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109131,10 +113023,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109159,10 +113052,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109187,10 +113081,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109215,10 +113110,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109243,10 +113139,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109271,10 +113168,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109299,10 +113197,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109327,10 +113226,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109355,10 +113255,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109383,10 +113284,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109411,10 +113313,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109439,10 +113342,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109467,10 +113371,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109495,10 +113400,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109523,10 +113429,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109551,10 +113458,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109579,10 +113487,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109607,10 +113516,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109635,10 +113545,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109663,10 +113574,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109691,10 +113603,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109719,10 +113632,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109747,10 +113661,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109775,10 +113690,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109803,10 +113719,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109831,10 +113748,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109859,10 +113777,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109887,10 +113806,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109915,10 +113835,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109943,10 +113864,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109971,10 +113893,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -109999,10 +113922,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110027,10 +113951,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110055,10 +113980,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110083,10 +114009,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110111,10 +114038,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110139,10 +114067,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110167,10 +114096,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110195,10 +114125,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110223,10 +114154,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110251,10 +114183,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110279,10 +114212,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110307,10 +114241,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110335,10 +114270,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110363,10 +114299,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110391,10 +114328,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110419,10 +114357,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110447,10 +114386,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110475,10 +114415,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110503,10 +114444,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110531,10 +114473,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110559,10 +114502,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110587,10 +114531,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110615,10 +114560,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110643,10 +114589,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110671,10 +114618,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110699,10 +114647,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110727,10 +114676,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110755,10 +114705,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110783,10 +114734,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -110811,10 +114763,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110839,10 +114792,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110867,10 +114821,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110895,10 +114850,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110923,10 +114879,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110951,10 +114908,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -110979,10 +114937,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111007,10 +114966,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111035,10 +114995,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111063,10 +115024,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111091,10 +115053,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111119,10 +115082,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111147,10 +115111,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111175,10 +115140,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111203,10 +115169,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111231,10 +115198,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111259,10 +115227,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111287,10 +115256,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111315,10 +115285,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111343,10 +115314,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111371,10 +115343,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111399,10 +115372,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111427,10 +115401,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111455,10 +115430,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111483,10 +115459,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111511,10 +115488,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111539,10 +115517,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111567,10 +115546,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111595,10 +115575,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111623,10 +115604,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111651,10 +115633,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111679,10 +115662,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111707,10 +115691,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111735,10 +115720,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111763,10 +115749,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111791,10 +115778,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111819,10 +115807,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111847,10 +115836,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111875,10 +115865,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111903,10 +115894,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111931,10 +115923,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111959,10 +115952,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -111987,10 +115981,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112015,10 +116010,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112043,10 +116039,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112071,10 +116068,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112099,10 +116097,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112127,10 +116126,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112155,10 +116155,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112183,10 +116184,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112211,10 +116213,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112239,10 +116242,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112267,10 +116271,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112295,10 +116300,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112323,10 +116329,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112351,10 +116358,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112379,10 +116387,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112407,10 +116416,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112435,10 +116445,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112463,10 +116474,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112491,10 +116503,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112519,10 +116532,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112547,10 +116561,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112575,10 +116590,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112603,10 +116619,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112631,10 +116648,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112659,10 +116677,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112687,10 +116706,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112715,10 +116735,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112743,10 +116764,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112771,10 +116793,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112799,10 +116822,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112827,10 +116851,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112855,10 +116880,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112883,10 +116909,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112911,10 +116938,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112939,10 +116967,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112967,10 +116996,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -112995,10 +117025,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113023,10 +117054,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113051,10 +117083,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113079,10 +117112,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113107,10 +117141,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113135,10 +117170,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113163,10 +117199,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113191,10 +117228,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113219,10 +117257,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113247,10 +117286,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113275,10 +117315,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113303,10 +117344,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113331,10 +117373,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113359,10 +117402,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113387,10 +117431,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113415,10 +117460,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113443,10 +117489,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113471,10 +117518,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113499,10 +117547,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113527,10 +117576,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113555,10 +117605,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113583,10 +117634,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113611,10 +117663,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113639,10 +117692,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113667,10 +117721,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113695,10 +117750,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113723,10 +117779,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113751,10 +117808,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113779,10 +117837,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113807,10 +117866,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113835,10 +117895,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113863,10 +117924,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113891,10 +117953,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113919,10 +117982,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113947,10 +118011,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -113975,10 +118040,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114003,10 +118069,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114031,10 +118098,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114059,10 +118127,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114087,10 +118156,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114115,10 +118185,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114143,10 +118214,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114171,10 +118243,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114199,10 +118272,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114227,10 +118301,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114255,10 +118330,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114283,10 +118359,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114311,10 +118388,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114339,10 +118417,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114367,10 +118446,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114395,10 +118475,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114423,10 +118504,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114451,10 +118533,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114479,10 +118562,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114507,10 +118591,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114535,10 +118620,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114563,10 +118649,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114591,10 +118678,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114619,10 +118707,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114647,10 +118736,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114675,10 +118765,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114703,10 +118794,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114731,10 +118823,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114759,10 +118852,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114787,10 +118881,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114815,10 +118910,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114843,10 +118939,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114871,10 +118968,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114899,10 +118997,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114927,10 +119026,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114955,10 +119055,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -114983,10 +119084,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115011,10 +119113,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115039,10 +119142,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115067,10 +119171,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115095,10 +119200,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115123,10 +119229,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115151,10 +119258,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115179,10 +119287,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115207,10 +119316,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115235,10 +119345,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115263,10 +119374,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115291,10 +119403,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115319,10 +119432,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115347,10 +119461,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115375,10 +119490,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115403,10 +119519,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115431,10 +119548,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115459,10 +119577,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115487,10 +119606,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115515,10 +119635,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115543,10 +119664,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115571,10 +119693,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115599,10 +119722,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115627,10 +119751,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115655,10 +119780,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115683,10 +119809,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115711,10 +119838,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115739,10 +119867,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115767,10 +119896,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115795,10 +119925,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115823,10 +119954,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115851,10 +119983,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115879,10 +120012,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115907,10 +120041,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115935,10 +120070,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115963,10 +120099,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -115991,10 +120128,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116019,10 +120157,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116047,10 +120186,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116075,10 +120215,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116103,10 +120244,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116131,10 +120273,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116159,10 +120302,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116187,10 +120331,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116215,10 +120360,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116243,10 +120389,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116271,10 +120418,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116299,10 +120447,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "Z", - "orig": "Z", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116327,10 +120476,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116355,10 +120505,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116383,10 +120534,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116411,10 +120563,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116439,10 +120592,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116467,10 +120621,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116495,10 +120650,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116523,10 +120679,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116551,10 +120708,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116579,10 +120737,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116607,10 +120766,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116635,10 +120795,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116663,10 +120824,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116691,10 +120853,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116719,10 +120882,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116747,10 +120911,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116775,10 +120940,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -116803,10 +120969,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116831,10 +120998,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116859,10 +121027,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116887,10 +121056,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116915,10 +121085,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116943,10 +121114,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116971,10 +121143,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -116999,10 +121172,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117027,10 +121201,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117055,10 +121230,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117083,10 +121259,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117111,10 +121288,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117139,10 +121317,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "z", - "orig": "z", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117167,10 +121346,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117195,10 +121375,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117223,10 +121404,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117251,10 +121433,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117279,10 +121462,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117307,10 +121491,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117335,10 +121520,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117363,10 +121549,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117391,10 +121578,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117419,10 +121607,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117447,10 +121636,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117475,10 +121665,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117503,10 +121694,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117531,10 +121723,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117559,10 +121752,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117587,10 +121781,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117615,10 +121810,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117643,10 +121839,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117671,10 +121868,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117699,10 +121897,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117727,10 +121926,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117755,10 +121955,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117783,10 +121984,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117811,10 +122013,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117839,10 +122042,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117867,10 +122071,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117895,10 +122100,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117923,10 +122129,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117951,10 +122158,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -117979,10 +122187,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118007,10 +122216,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118035,10 +122245,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118063,10 +122274,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118091,10 +122303,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118119,10 +122332,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118147,10 +122361,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118175,10 +122390,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118203,10 +122419,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118231,10 +122448,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118259,10 +122477,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118287,10 +122506,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118315,10 +122535,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118343,10 +122564,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118371,10 +122593,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118399,10 +122622,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118427,10 +122651,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118455,10 +122680,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118483,10 +122709,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118511,10 +122738,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118539,10 +122767,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118567,10 +122796,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118595,10 +122825,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118623,10 +122854,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118651,10 +122883,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118679,10 +122912,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118707,10 +122941,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118735,10 +122970,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118763,10 +122999,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118791,10 +123028,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118819,10 +123057,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118847,10 +123086,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118875,10 +123115,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118903,10 +123144,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118931,10 +123173,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118959,10 +123202,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -118987,10 +123231,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119015,10 +123260,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119043,10 +123289,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119071,10 +123318,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119099,10 +123347,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119127,10 +123376,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119155,10 +123405,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119183,10 +123434,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119211,10 +123463,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119239,10 +123492,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119267,10 +123521,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119295,10 +123550,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119323,10 +123579,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119351,10 +123608,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119379,10 +123637,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119407,10 +123666,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119435,10 +123695,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119463,10 +123724,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119491,10 +123753,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119519,10 +123782,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119547,10 +123811,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119575,10 +123840,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119603,10 +123869,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119631,10 +123898,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119659,10 +123927,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119687,10 +123956,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119715,10 +123985,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119743,10 +124014,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119771,10 +124043,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119799,10 +124072,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119827,10 +124101,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119855,10 +124130,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119883,10 +124159,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119911,10 +124188,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119939,10 +124217,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119967,10 +124246,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -119995,10 +124275,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120023,10 +124304,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120051,10 +124333,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120079,10 +124362,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120107,10 +124391,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120135,10 +124420,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120163,10 +124449,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120191,10 +124478,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120219,10 +124507,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120247,10 +124536,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120275,10 +124565,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120303,10 +124594,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120331,10 +124623,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120359,10 +124652,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120387,10 +124681,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120415,10 +124710,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120443,10 +124739,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120471,10 +124768,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120499,10 +124797,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120527,10 +124826,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120555,10 +124855,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120583,10 +124884,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120611,10 +124913,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120639,10 +124942,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120667,10 +124971,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120695,10 +125000,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120723,10 +125029,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120751,10 +125058,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120779,10 +125087,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120807,10 +125116,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120835,10 +125145,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120863,10 +125174,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120891,10 +125203,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120919,10 +125232,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120947,10 +125261,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -120975,10 +125290,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121003,10 +125319,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121031,10 +125348,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121059,10 +125377,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121087,10 +125406,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121115,10 +125435,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121143,10 +125464,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121171,10 +125493,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121199,10 +125522,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121227,10 +125551,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121255,10 +125580,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121283,10 +125609,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121311,10 +125638,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121339,10 +125667,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121367,10 +125696,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121395,10 +125725,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121423,10 +125754,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121451,10 +125783,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121479,10 +125812,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121507,10 +125841,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121535,10 +125870,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121563,10 +125899,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121591,10 +125928,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121619,10 +125957,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121647,10 +125986,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121675,10 +126015,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121703,10 +126044,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121731,10 +126073,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121759,10 +126102,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121787,10 +126131,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121815,10 +126160,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121843,10 +126189,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121871,10 +126218,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121899,10 +126247,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121927,10 +126276,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121955,10 +126305,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -121983,10 +126334,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122011,10 +126363,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122039,10 +126392,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122067,10 +126421,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122095,10 +126450,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122123,10 +126479,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122151,10 +126508,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122179,10 +126537,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122207,10 +126566,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122235,10 +126595,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122263,10 +126624,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122291,10 +126653,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122319,10 +126682,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122347,10 +126711,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122375,10 +126740,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122403,10 +126769,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122431,10 +126798,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122459,10 +126827,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122487,10 +126856,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122515,10 +126885,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122543,10 +126914,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122571,10 +126943,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122599,10 +126972,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122627,10 +127001,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122655,10 +127030,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122683,10 +127059,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122711,10 +127088,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122739,10 +127117,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122767,10 +127146,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122795,10 +127175,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122823,10 +127204,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122851,10 +127233,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122879,10 +127262,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122907,10 +127291,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122935,10 +127320,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122963,10 +127349,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -122991,10 +127378,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123019,10 +127407,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123047,10 +127436,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123075,10 +127465,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123103,10 +127494,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123131,10 +127523,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123159,10 +127552,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123187,10 +127581,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123215,10 +127610,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123243,10 +127639,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123271,10 +127668,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123299,10 +127697,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123327,10 +127726,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123355,10 +127755,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123383,10 +127784,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123411,10 +127813,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123439,10 +127842,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123467,10 +127871,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123495,10 +127900,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123523,10 +127929,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123551,10 +127958,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123579,10 +127987,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123607,10 +128016,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123635,10 +128045,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123663,10 +128074,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123691,10 +128103,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123719,10 +128132,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123747,10 +128161,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123775,10 +128190,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123803,10 +128219,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123831,10 +128248,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123859,10 +128277,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123887,10 +128306,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123915,10 +128335,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123943,10 +128364,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123971,10 +128393,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -123999,10 +128422,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124027,10 +128451,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124055,10 +128480,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124083,10 +128509,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124111,10 +128538,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124139,10 +128567,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124167,10 +128596,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124195,10 +128625,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124223,10 +128654,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124251,10 +128683,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124279,10 +128712,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124307,10 +128741,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124335,10 +128770,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124363,10 +128799,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124391,10 +128828,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124419,10 +128857,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124447,10 +128886,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124475,10 +128915,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124503,10 +128944,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124531,10 +128973,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124559,10 +129002,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124587,10 +129031,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124615,10 +129060,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124643,10 +129089,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124671,10 +129118,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124699,10 +129147,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124727,10 +129176,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124755,10 +129205,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124783,10 +129234,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124811,10 +129263,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124839,10 +129292,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124867,10 +129321,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124895,10 +129350,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124923,10 +129379,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124951,10 +129408,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -124979,10 +129437,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125007,10 +129466,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125035,10 +129495,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125063,10 +129524,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125091,10 +129553,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125119,10 +129582,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125147,10 +129611,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125175,10 +129640,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125203,10 +129669,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125231,10 +129698,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125259,10 +129727,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125287,10 +129756,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125315,10 +129785,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125343,10 +129814,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125371,10 +129843,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125399,10 +129872,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125427,10 +129901,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125455,10 +129930,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125483,10 +129959,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125511,10 +129988,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125539,10 +130017,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125567,10 +130046,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125595,10 +130075,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125623,10 +130104,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125651,10 +130133,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125679,10 +130162,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125707,10 +130191,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125735,10 +130220,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125763,10 +130249,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125791,10 +130278,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125819,10 +130307,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125847,10 +130336,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125875,10 +130365,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125903,10 +130394,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125931,10 +130423,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125959,10 +130452,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -125987,10 +130481,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126015,10 +130510,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126043,10 +130539,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126071,10 +130568,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126099,10 +130597,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126127,10 +130626,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126155,10 +130655,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126183,10 +130684,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126211,10 +130713,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126239,10 +130742,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126267,10 +130771,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126295,10 +130800,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126323,10 +130829,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126351,10 +130858,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126379,10 +130887,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126407,10 +130916,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126435,10 +130945,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126463,10 +130974,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126491,10 +131003,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126519,10 +131032,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126547,10 +131061,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126575,10 +131090,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126603,10 +131119,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126631,10 +131148,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126659,10 +131177,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126687,10 +131206,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126715,10 +131235,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126743,10 +131264,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126771,10 +131293,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126799,10 +131322,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126827,10 +131351,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126855,10 +131380,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126883,10 +131409,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126911,10 +131438,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126939,10 +131467,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -126967,10 +131496,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126995,10 +131525,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127023,10 +131554,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127051,10 +131583,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127079,10 +131612,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127107,10 +131641,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127135,10 +131670,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127163,10 +131699,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127191,10 +131728,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127219,10 +131757,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127247,10 +131786,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127275,10 +131815,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127303,10 +131844,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127331,10 +131873,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127359,10 +131902,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127387,10 +131931,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127415,10 +131960,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127443,10 +131989,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127471,10 +132018,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127499,10 +132047,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127527,10 +132076,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127555,10 +132105,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127583,10 +132134,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -127611,10 +132163,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127639,10 +132192,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127667,10 +132221,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127695,10 +132250,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127723,10 +132279,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127751,10 +132308,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127779,10 +132337,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127807,10 +132366,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127835,10 +132395,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127863,10 +132424,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127891,10 +132453,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127919,10 +132482,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127947,10 +132511,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -127975,10 +132540,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128003,10 +132569,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128031,10 +132598,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128059,10 +132627,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128087,10 +132656,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128115,10 +132685,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128143,10 +132714,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128171,10 +132743,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128199,10 +132772,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128227,10 +132801,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128255,10 +132830,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128283,10 +132859,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128311,10 +132888,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128339,10 +132917,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128367,10 +132946,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128395,10 +132975,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128423,10 +133004,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128451,10 +133033,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128479,10 +133062,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128507,10 +133091,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128535,10 +133120,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128563,10 +133149,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128591,10 +133178,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128619,10 +133207,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128647,10 +133236,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128675,10 +133265,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128703,10 +133294,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128731,10 +133323,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128759,10 +133352,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128787,10 +133381,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128815,10 +133410,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128843,10 +133439,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128871,10 +133468,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128899,10 +133497,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128927,10 +133526,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128955,10 +133555,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -128983,10 +133584,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129011,10 +133613,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129039,10 +133642,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129067,10 +133671,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129095,10 +133700,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129123,10 +133729,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129151,10 +133758,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129179,10 +133787,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129207,10 +133816,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129235,10 +133845,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129263,10 +133874,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129291,10 +133903,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129319,10 +133932,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129347,10 +133961,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129375,10 +133990,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129403,10 +134019,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129431,10 +134048,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129459,10 +134077,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129487,10 +134106,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129515,10 +134135,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129543,10 +134164,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129571,10 +134193,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129599,10 +134222,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129627,10 +134251,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129655,10 +134280,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129683,10 +134309,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129711,10 +134338,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129739,10 +134367,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129767,10 +134396,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129795,10 +134425,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129823,10 +134454,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129851,10 +134483,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129879,10 +134512,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129907,10 +134541,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129935,10 +134570,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129963,10 +134599,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -129991,10 +134628,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130019,10 +134657,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130047,10 +134686,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130075,10 +134715,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130103,10 +134744,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130131,10 +134773,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130159,10 +134802,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130187,10 +134831,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130215,10 +134860,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130243,10 +134889,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130271,10 +134918,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130299,10 +134947,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130327,10 +134976,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130355,10 +135005,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130383,10 +135034,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130411,10 +135063,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130439,10 +135092,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130467,10 +135121,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130495,10 +135150,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130523,10 +135179,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130551,10 +135208,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130579,10 +135237,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130607,10 +135266,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130635,10 +135295,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130663,10 +135324,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130691,10 +135353,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130719,10 +135382,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130747,10 +135411,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130775,10 +135440,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130803,10 +135469,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130831,10 +135498,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130859,10 +135527,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130887,10 +135556,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130915,10 +135585,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130943,10 +135614,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130971,10 +135643,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -130999,10 +135672,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131027,10 +135701,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131055,10 +135730,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131083,10 +135759,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131111,10 +135788,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131139,10 +135817,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131167,10 +135846,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131195,10 +135875,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131223,10 +135904,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131251,10 +135933,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131279,10 +135962,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131307,10 +135991,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131335,10 +136020,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131363,10 +136049,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131391,10 +136078,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131419,10 +136107,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131447,10 +136136,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131475,10 +136165,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131503,10 +136194,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131531,10 +136223,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131559,10 +136252,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131587,10 +136281,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131615,10 +136310,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131643,10 +136339,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131671,10 +136368,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131699,10 +136397,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131727,10 +136426,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131755,10 +136455,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131783,10 +136484,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131811,10 +136513,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131839,10 +136542,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131867,10 +136571,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131895,10 +136600,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131923,10 +136629,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131951,10 +136658,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -131979,10 +136687,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132007,10 +136716,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132035,10 +136745,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132063,10 +136774,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132091,10 +136803,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132119,10 +136832,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132147,10 +136861,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132175,10 +136890,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132203,10 +136919,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132231,10 +136948,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132259,10 +136977,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132287,10 +137006,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132315,10 +137035,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132343,10 +137064,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132371,10 +137093,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132399,10 +137122,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132427,10 +137151,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132455,10 +137180,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132483,10 +137209,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132511,10 +137238,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132539,10 +137267,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132567,10 +137296,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132595,10 +137325,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132623,10 +137354,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132651,10 +137383,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132679,10 +137412,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132707,10 +137441,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132735,10 +137470,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132763,10 +137499,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132791,10 +137528,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132819,10 +137557,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132847,10 +137586,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132875,10 +137615,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132903,10 +137644,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132931,10 +137673,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132959,10 +137702,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -132987,10 +137731,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133015,10 +137760,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133043,10 +137789,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133071,10 +137818,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133099,10 +137847,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133127,10 +137876,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133155,10 +137905,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133183,10 +137934,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133211,10 +137963,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133239,10 +137992,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133267,10 +138021,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133295,10 +138050,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133323,10 +138079,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133351,10 +138108,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133379,10 +138137,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133407,10 +138166,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133435,10 +138195,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133463,10 +138224,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133491,10 +138253,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133519,10 +138282,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133547,10 +138311,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133575,10 +138340,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133603,10 +138369,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133631,10 +138398,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133659,10 +138427,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133687,10 +138456,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133715,10 +138485,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133743,10 +138514,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133771,10 +138543,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133799,10 +138572,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133827,10 +138601,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133855,10 +138630,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133883,10 +138659,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133911,10 +138688,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133939,10 +138717,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133967,10 +138746,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -133995,10 +138775,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134023,10 +138804,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134051,10 +138833,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134079,10 +138862,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134107,10 +138891,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134135,10 +138920,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134163,10 +138949,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134191,10 +138978,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134219,10 +139007,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134247,10 +139036,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134275,10 +139065,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134303,10 +139094,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134331,10 +139123,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134359,10 +139152,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134387,10 +139181,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134415,10 +139210,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134443,10 +139239,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134471,10 +139268,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134499,10 +139297,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134527,10 +139326,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134555,10 +139355,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134583,10 +139384,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134611,10 +139413,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134639,10 +139442,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134667,10 +139471,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134695,10 +139500,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134723,10 +139529,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134751,10 +139558,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134779,10 +139587,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134807,10 +139616,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134835,10 +139645,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134863,10 +139674,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134891,10 +139703,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134919,10 +139732,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134947,10 +139761,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -134975,10 +139790,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135003,10 +139819,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135031,10 +139848,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135059,10 +139877,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135087,10 +139906,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135115,10 +139935,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135143,10 +139964,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135171,10 +139993,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135199,10 +140022,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135227,10 +140051,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135255,10 +140080,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135283,10 +140109,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135311,10 +140138,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135339,10 +140167,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135367,10 +140196,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135395,10 +140225,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135423,10 +140254,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135451,10 +140283,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135479,10 +140312,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135507,10 +140341,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135535,10 +140370,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135563,10 +140399,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135591,10 +140428,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135619,10 +140457,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135647,10 +140486,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135675,10 +140515,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135703,10 +140544,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135731,10 +140573,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135759,10 +140602,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135787,10 +140631,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135815,10 +140660,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135843,10 +140689,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135871,10 +140718,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135899,10 +140747,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135927,10 +140776,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135955,10 +140805,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -135983,10 +140834,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136011,10 +140863,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136039,10 +140892,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136067,10 +140921,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136095,10 +140950,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136123,10 +140979,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136151,10 +141008,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136179,10 +141037,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136207,10 +141066,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136235,10 +141095,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136263,10 +141124,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136291,10 +141153,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136319,10 +141182,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136347,10 +141211,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136375,10 +141240,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136403,10 +141269,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136431,10 +141298,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136459,10 +141327,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136487,10 +141356,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136515,10 +141385,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136543,10 +141414,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136571,10 +141443,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136599,10 +141472,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136627,10 +141501,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136655,10 +141530,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136683,10 +141559,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136711,10 +141588,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136739,10 +141617,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136767,10 +141646,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136795,10 +141675,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136823,10 +141704,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136851,10 +141733,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136879,10 +141762,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136907,10 +141791,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136935,10 +141820,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136963,10 +141849,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -136991,10 +141878,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137019,10 +141907,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137047,10 +141936,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137075,10 +141965,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137103,10 +141994,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137131,10 +142023,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137159,10 +142052,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137187,10 +142081,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137215,10 +142110,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137243,10 +142139,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137271,10 +142168,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137299,10 +142197,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137327,10 +142226,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137355,10 +142255,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137383,10 +142284,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137411,10 +142313,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137439,10 +142342,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137467,10 +142371,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137495,10 +142400,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137523,10 +142429,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137551,10 +142458,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137579,10 +142487,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137607,10 +142516,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137635,10 +142545,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137663,10 +142574,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137691,10 +142603,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137719,10 +142632,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137747,10 +142661,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137775,10 +142690,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137803,10 +142719,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137831,10 +142748,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137859,10 +142777,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137887,10 +142806,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137915,10 +142835,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137943,10 +142864,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137971,10 +142893,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -137999,10 +142922,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138027,10 +142951,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138055,10 +142980,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138083,10 +143009,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138111,10 +143038,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138139,10 +143067,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138167,10 +143096,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138195,10 +143125,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138223,10 +143154,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138251,10 +143183,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138279,10 +143212,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138307,10 +143241,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138335,10 +143270,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138363,10 +143299,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138391,10 +143328,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138419,10 +143357,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138447,10 +143386,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138475,10 +143415,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138503,10 +143444,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138531,10 +143473,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138559,10 +143502,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138587,10 +143531,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138615,10 +143560,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138643,10 +143589,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138671,10 +143618,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138699,10 +143647,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138727,10 +143676,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138755,10 +143705,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138783,10 +143734,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138811,10 +143763,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138839,10 +143792,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138867,10 +143821,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138895,10 +143850,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138923,10 +143879,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138951,10 +143908,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -138979,10 +143937,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139007,10 +143966,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139035,10 +143995,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139063,10 +144024,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139091,10 +144053,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139119,10 +144082,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139147,10 +144111,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139175,10 +144140,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139203,10 +144169,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139231,10 +144198,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139259,10 +144227,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139287,10 +144256,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139315,10 +144285,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139343,10 +144314,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139371,10 +144343,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139399,10 +144372,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139427,10 +144401,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139455,10 +144430,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139483,10 +144459,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139511,10 +144488,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139539,10 +144517,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139567,10 +144546,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139595,10 +144575,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139623,10 +144604,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139651,10 +144633,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139679,10 +144662,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139707,10 +144691,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139735,10 +144720,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139763,10 +144749,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139791,10 +144778,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139819,10 +144807,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139847,10 +144836,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139875,10 +144865,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139903,10 +144894,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139931,10 +144923,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139959,10 +144952,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -139987,10 +144981,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140015,10 +145010,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140043,10 +145039,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140071,10 +145068,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140099,10 +145097,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140127,10 +145126,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140155,10 +145155,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140183,10 +145184,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140211,10 +145213,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140239,10 +145242,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140267,10 +145271,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140295,10 +145300,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140323,10 +145329,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140351,10 +145358,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140379,10 +145387,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140407,10 +145416,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140435,10 +145445,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140463,10 +145474,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140491,10 +145503,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140519,10 +145532,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140547,10 +145561,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140575,10 +145590,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140603,10 +145619,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140631,10 +145648,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140659,10 +145677,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140687,10 +145706,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140715,10 +145735,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140743,10 +145764,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140771,10 +145793,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140799,10 +145822,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140827,10 +145851,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140855,10 +145880,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140883,10 +145909,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140911,10 +145938,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140939,10 +145967,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140967,10 +145996,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -140995,10 +146025,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141023,10 +146054,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141051,10 +146083,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141079,10 +146112,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141107,10 +146141,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141135,10 +146170,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141163,10 +146199,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141191,10 +146228,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141219,10 +146257,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141247,10 +146286,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141275,10 +146315,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141303,10 +146344,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141331,10 +146373,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141359,10 +146402,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141387,10 +146431,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141415,10 +146460,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141443,10 +146489,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141471,10 +146518,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141499,10 +146547,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141527,10 +146576,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141555,10 +146605,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141583,10 +146634,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141611,10 +146663,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141639,10 +146692,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141667,10 +146721,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141695,10 +146750,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141723,10 +146779,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141751,10 +146808,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141779,10 +146837,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141807,10 +146866,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141835,10 +146895,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141863,10 +146924,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141891,10 +146953,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141919,10 +146982,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141947,10 +147011,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -141975,10 +147040,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142003,10 +147069,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142031,10 +147098,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142059,10 +147127,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142087,10 +147156,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142115,10 +147185,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142143,10 +147214,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142171,10 +147243,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142199,10 +147272,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142227,10 +147301,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142255,10 +147330,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142283,10 +147359,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142311,10 +147388,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142339,10 +147417,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142367,10 +147446,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142395,10 +147475,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142423,10 +147504,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142451,10 +147533,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142479,10 +147562,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142507,10 +147591,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142535,10 +147620,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142563,10 +147649,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142591,10 +147678,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142619,10 +147707,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142647,10 +147736,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142675,10 +147765,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142703,10 +147794,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142731,10 +147823,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142759,10 +147852,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142787,10 +147881,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142815,10 +147910,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142843,10 +147939,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142871,10 +147968,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142899,10 +147997,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142927,10 +148026,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142955,10 +148055,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -142983,10 +148084,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143011,10 +148113,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143039,10 +148142,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143067,10 +148171,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143095,10 +148200,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143123,10 +148229,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143151,10 +148258,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143179,10 +148287,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143207,10 +148316,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143235,10 +148345,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143263,10 +148374,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143291,10 +148403,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143319,10 +148432,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143347,10 +148461,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143375,10 +148490,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143403,10 +148519,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143431,10 +148548,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143459,10 +148577,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143487,10 +148606,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143515,10 +148635,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143543,10 +148664,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143571,10 +148693,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143599,10 +148722,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143627,10 +148751,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143655,10 +148780,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143683,10 +148809,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143711,10 +148838,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143739,10 +148867,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143767,10 +148896,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143795,10 +148925,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143823,10 +148954,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143851,10 +148983,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143879,10 +149012,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143907,10 +149041,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143935,10 +149070,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143963,10 +149099,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -143991,10 +149128,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144019,10 +149157,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144047,10 +149186,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144075,10 +149215,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144103,10 +149244,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144131,10 +149273,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144159,10 +149302,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144187,10 +149331,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144215,10 +149360,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144243,10 +149389,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144271,10 +149418,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144299,10 +149447,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144327,10 +149476,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144355,10 +149505,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144383,10 +149534,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144411,10 +149563,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144439,10 +149592,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144467,10 +149621,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144495,10 +149650,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144523,10 +149679,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144551,10 +149708,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144579,10 +149737,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144607,10 +149766,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144635,10 +149795,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144663,10 +149824,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144691,10 +149853,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144719,10 +149882,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144747,10 +149911,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144775,10 +149940,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144803,10 +149969,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144831,10 +149998,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144859,10 +150027,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144887,10 +150056,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144915,10 +150085,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144943,10 +150114,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144971,10 +150143,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -144999,10 +150172,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145027,10 +150201,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145055,10 +150230,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145083,10 +150259,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145111,10 +150288,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145139,10 +150317,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145167,10 +150346,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145195,10 +150375,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145223,10 +150404,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145251,10 +150433,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145279,10 +150462,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145307,10 +150491,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145335,10 +150520,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145363,10 +150549,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145391,10 +150578,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145419,10 +150607,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145447,10 +150636,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145475,10 +150665,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145503,10 +150694,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145531,10 +150723,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145559,10 +150752,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145587,10 +150781,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145615,10 +150810,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145643,10 +150839,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145671,10 +150868,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145699,10 +150897,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145727,10 +150926,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145755,10 +150955,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145783,10 +150984,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145811,10 +151013,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145839,10 +151042,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145867,10 +151071,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145895,10 +151100,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145923,10 +151129,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145951,10 +151158,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -145979,10 +151187,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146007,10 +151216,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146035,10 +151245,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146063,10 +151274,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146091,10 +151303,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146119,10 +151332,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146147,10 +151361,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146175,10 +151390,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146203,10 +151419,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146231,10 +151448,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146259,10 +151477,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146287,10 +151506,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146315,10 +151535,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146343,10 +151564,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146371,10 +151593,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146399,10 +151622,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146427,10 +151651,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146455,10 +151680,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146483,10 +151709,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146511,10 +151738,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146539,10 +151767,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146567,10 +151796,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146595,10 +151825,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146623,10 +151854,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146651,10 +151883,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146679,10 +151912,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146707,10 +151941,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146735,10 +151970,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146763,10 +151999,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146791,10 +152028,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146819,10 +152057,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146847,10 +152086,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146875,10 +152115,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146903,10 +152144,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146931,10 +152173,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146959,10 +152202,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -146987,10 +152231,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147015,10 +152260,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147043,10 +152289,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147071,10 +152318,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147099,10 +152347,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147127,10 +152376,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147155,10 +152405,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147183,10 +152434,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147211,10 +152463,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147239,10 +152492,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147267,10 +152521,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147295,10 +152550,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147323,10 +152579,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147351,10 +152608,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147379,10 +152637,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147407,10 +152666,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147435,10 +152695,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147463,10 +152724,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147491,10 +152753,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147519,10 +152782,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147547,10 +152811,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147575,10 +152840,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147603,10 +152869,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147631,10 +152898,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147659,10 +152927,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147687,10 +152956,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147715,10 +152985,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147743,10 +153014,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147771,10 +153043,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147799,10 +153072,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147827,10 +153101,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147855,10 +153130,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147883,10 +153159,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147911,10 +153188,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147939,10 +153217,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147967,10 +153246,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -147995,10 +153275,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148023,10 +153304,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148051,10 +153333,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148079,10 +153362,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148107,10 +153391,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148135,10 +153420,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148163,10 +153449,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148191,10 +153478,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148219,10 +153507,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148247,10 +153536,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148275,10 +153565,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148303,10 +153594,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148331,10 +153623,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148359,10 +153652,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148387,10 +153681,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148415,10 +153710,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148443,10 +153739,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148471,10 +153768,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148499,10 +153797,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148527,10 +153826,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148555,10 +153855,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148583,10 +153884,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148611,10 +153913,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148639,10 +153942,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148667,10 +153971,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148695,10 +154000,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148723,10 +154029,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148751,10 +154058,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148779,10 +154087,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148807,10 +154116,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148835,10 +154145,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148863,10 +154174,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148891,10 +154203,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148919,10 +154232,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148947,10 +154261,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -148975,10 +154290,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149003,10 +154319,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149031,10 +154348,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149059,10 +154377,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149087,10 +154406,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149115,10 +154435,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149143,10 +154464,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149171,10 +154493,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149199,10 +154522,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149227,10 +154551,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149255,10 +154580,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149283,10 +154609,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149311,10 +154638,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149339,10 +154667,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149367,10 +154696,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149395,10 +154725,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149423,10 +154754,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149451,10 +154783,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149479,10 +154812,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149507,10 +154841,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149535,10 +154870,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149563,10 +154899,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149591,10 +154928,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149619,10 +154957,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149647,10 +154986,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149675,10 +155015,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -149703,10 +155044,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149731,10 +155073,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149759,10 +155102,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149787,10 +155131,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149815,10 +155160,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149843,10 +155189,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149871,10 +155218,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149899,10 +155247,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149927,10 +155276,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149955,10 +155305,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -149983,10 +155334,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150011,10 +155363,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150039,10 +155392,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150067,10 +155421,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150095,10 +155450,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150123,10 +155479,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150151,10 +155508,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -150179,10 +155537,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150207,10 +155566,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150235,10 +155595,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150263,10 +155624,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150291,10 +155653,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150319,10 +155682,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150347,10 +155711,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150375,10 +155740,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150403,10 +155769,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150431,10 +155798,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150459,10 +155827,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150487,10 +155856,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150515,10 +155885,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150543,10 +155914,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150571,10 +155943,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150599,10 +155972,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150627,10 +156001,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150655,10 +156030,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150683,10 +156059,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150711,10 +156088,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150739,10 +156117,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150767,10 +156146,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150795,10 +156175,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150823,10 +156204,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150851,10 +156233,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150879,10 +156262,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150907,10 +156291,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150935,10 +156320,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150963,10 +156349,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -150991,10 +156378,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151019,10 +156407,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151047,10 +156436,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151075,10 +156465,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151103,10 +156494,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151131,10 +156523,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151159,10 +156552,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151187,10 +156581,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151215,10 +156610,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151243,10 +156639,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151271,10 +156668,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151299,10 +156697,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151327,10 +156726,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151355,10 +156755,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151383,10 +156784,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151411,10 +156813,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151439,10 +156842,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151467,10 +156871,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151495,10 +156900,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151523,10 +156929,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151551,10 +156958,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151579,10 +156987,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151607,10 +157016,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151635,10 +157045,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151663,10 +157074,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151691,10 +157103,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151719,10 +157132,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151747,10 +157161,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151775,10 +157190,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151803,10 +157219,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151831,10 +157248,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151859,10 +157277,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151887,10 +157306,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151915,10 +157335,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151943,10 +157364,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151971,10 +157393,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -151999,10 +157422,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152027,10 +157451,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152055,10 +157480,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152083,10 +157509,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152111,10 +157538,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152139,10 +157567,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152167,10 +157596,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152195,10 +157625,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152223,10 +157654,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152251,10 +157683,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152279,10 +157712,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152307,10 +157741,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152335,10 +157770,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152363,10 +157799,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152391,10 +157828,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152419,10 +157857,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152447,10 +157886,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152475,10 +157915,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152503,10 +157944,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152531,10 +157973,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152559,10 +158002,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152587,10 +158031,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152615,10 +158060,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152643,10 +158089,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152671,10 +158118,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152699,10 +158147,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152727,10 +158176,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152755,10 +158205,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152783,10 +158234,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152811,10 +158263,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152839,10 +158292,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152867,10 +158321,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152895,10 +158350,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152923,10 +158379,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152951,10 +158408,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -152979,10 +158437,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153007,10 +158466,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153035,10 +158495,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153063,10 +158524,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153091,10 +158553,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153119,10 +158582,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153147,10 +158611,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153175,10 +158640,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153203,10 +158669,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153231,10 +158698,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153259,10 +158727,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153287,10 +158756,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153315,10 +158785,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153343,10 +158814,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153371,10 +158843,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153399,10 +158872,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153427,10 +158901,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153455,10 +158930,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153483,10 +158959,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153511,10 +158988,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153539,10 +159017,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153567,10 +159046,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153595,10 +159075,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153623,10 +159104,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153651,10 +159133,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153679,10 +159162,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153707,10 +159191,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153735,10 +159220,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153763,10 +159249,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153791,10 +159278,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153819,10 +159307,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153847,10 +159336,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153875,10 +159365,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153903,10 +159394,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153931,10 +159423,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153959,10 +159452,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -153987,10 +159481,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154015,10 +159510,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154043,10 +159539,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154071,10 +159568,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154099,10 +159597,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154127,10 +159626,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154155,10 +159655,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154183,10 +159684,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154211,10 +159713,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154239,10 +159742,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154267,10 +159771,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154295,10 +159800,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154323,10 +159829,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154351,10 +159858,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154379,10 +159887,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154407,10 +159916,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154435,10 +159945,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154463,10 +159974,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154491,10 +160003,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154519,10 +160032,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154547,10 +160061,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154575,10 +160090,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154603,10 +160119,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154631,10 +160148,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154659,10 +160177,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154687,10 +160206,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154715,10 +160235,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154743,10 +160264,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154771,10 +160293,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154799,10 +160322,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154827,10 +160351,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154855,10 +160380,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154883,10 +160409,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154911,10 +160438,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154939,10 +160467,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154967,10 +160496,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -154995,10 +160525,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155023,10 +160554,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155051,10 +160583,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155079,10 +160612,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155107,10 +160641,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155135,10 +160670,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155163,10 +160699,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155191,10 +160728,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155219,10 +160757,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155247,10 +160786,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155275,10 +160815,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155303,10 +160844,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155331,10 +160873,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155359,10 +160902,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155387,10 +160931,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155415,10 +160960,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155443,10 +160989,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155471,10 +161018,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155499,10 +161047,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155527,10 +161076,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155555,10 +161105,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155583,10 +161134,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155611,10 +161163,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155639,10 +161192,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155667,10 +161221,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155695,10 +161250,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155723,10 +161279,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155751,10 +161308,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155779,10 +161337,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155807,10 +161366,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155835,10 +161395,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155863,10 +161424,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155891,10 +161453,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155919,10 +161482,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155947,10 +161511,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -155975,10 +161540,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156003,10 +161569,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156031,10 +161598,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156059,10 +161627,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156087,10 +161656,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156115,10 +161685,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156143,10 +161714,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156171,10 +161743,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156199,10 +161772,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156227,10 +161801,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156255,10 +161830,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156283,10 +161859,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156311,10 +161888,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156339,10 +161917,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156367,10 +161946,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156395,10 +161975,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156423,10 +162004,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156451,10 +162033,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156479,10 +162062,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156507,10 +162091,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156535,10 +162120,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156563,10 +162149,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156591,10 +162178,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156619,10 +162207,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156647,10 +162236,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156675,10 +162265,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156703,10 +162294,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156731,10 +162323,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156759,10 +162352,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156787,10 +162381,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156815,10 +162410,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156843,10 +162439,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156871,10 +162468,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156899,10 +162497,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156927,10 +162526,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156955,10 +162555,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -156983,10 +162584,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157011,10 +162613,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157039,10 +162642,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157067,10 +162671,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157095,10 +162700,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157123,10 +162729,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157151,10 +162758,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157179,10 +162787,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157207,10 +162816,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157235,10 +162845,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157263,10 +162874,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157291,10 +162903,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157319,10 +162932,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157347,10 +162961,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157375,10 +162990,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157403,10 +163019,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157431,10 +163048,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157459,10 +163077,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157487,10 +163106,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157515,10 +163135,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157543,10 +163164,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157571,10 +163193,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157599,10 +163222,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157627,10 +163251,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157655,10 +163280,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157683,10 +163309,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157711,10 +163338,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157739,10 +163367,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157767,10 +163396,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157795,10 +163425,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157823,10 +163454,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157851,10 +163483,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157879,10 +163512,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157907,10 +163541,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157935,10 +163570,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157963,10 +163599,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -157991,10 +163628,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158019,10 +163657,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158047,10 +163686,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158075,10 +163715,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158103,10 +163744,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158131,10 +163773,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158159,10 +163802,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158187,10 +163831,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158215,10 +163860,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158243,10 +163889,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158271,10 +163918,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158299,10 +163947,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158327,10 +163976,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158355,10 +164005,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158383,10 +164034,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158411,10 +164063,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158439,10 +164092,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158467,10 +164121,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158495,10 +164150,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158523,10 +164179,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158551,10 +164208,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158579,10 +164237,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158607,10 +164266,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158635,10 +164295,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158663,10 +164324,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158691,10 +164353,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158719,10 +164382,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158747,10 +164411,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158775,10 +164440,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158803,10 +164469,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158831,10 +164498,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158859,10 +164527,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158887,10 +164556,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158915,10 +164585,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158943,10 +164614,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158971,10 +164643,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -158999,10 +164672,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159027,10 +164701,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159055,10 +164730,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159083,10 +164759,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159111,10 +164788,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159139,10 +164817,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159167,10 +164846,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159195,10 +164875,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159223,10 +164904,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159251,10 +164933,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159279,10 +164962,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159307,10 +164991,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159335,10 +165020,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159363,10 +165049,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159391,10 +165078,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159419,10 +165107,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159447,10 +165136,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -159475,10 +165165,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159503,10 +165194,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159531,10 +165223,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159559,10 +165252,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159587,10 +165281,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159615,10 +165310,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159643,10 +165339,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159671,10 +165368,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159699,10 +165397,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159727,10 +165426,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159755,10 +165455,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159783,10 +165484,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159811,10 +165513,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159839,10 +165542,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159867,10 +165571,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159895,10 +165600,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159923,10 +165629,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159951,10 +165658,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -159979,10 +165687,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160007,10 +165716,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160035,10 +165745,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160063,10 +165774,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160091,10 +165803,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160119,10 +165832,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160147,10 +165861,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160175,10 +165890,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160203,10 +165919,11 @@ "r_y3": 439.745, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160231,10 +165948,11 @@ "r_y3": 439.745, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -160259,10 +165977,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160287,10 +166006,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160315,10 +166035,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160343,10 +166064,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160371,10 +166093,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160399,10 +166122,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160427,10 +166151,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160455,10 +166180,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160483,10 +166209,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160511,10 +166238,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160539,10 +166267,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160567,10 +166296,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160595,10 +166325,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160623,10 +166354,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160651,10 +166383,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160679,10 +166412,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160707,10 +166441,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160735,10 +166470,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160763,10 +166499,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160791,10 +166528,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160819,10 +166557,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160847,10 +166586,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160875,10 +166615,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160903,10 +166644,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160931,10 +166673,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160959,10 +166702,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -160987,10 +166731,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161015,10 +166760,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161043,10 +166789,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161071,10 +166818,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161099,10 +166847,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161127,10 +166876,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161155,10 +166905,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161183,10 +166934,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161211,10 +166963,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161239,10 +166992,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161267,10 +167021,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161295,10 +167050,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161323,10 +167079,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161351,10 +167108,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161379,10 +167137,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161407,10 +167166,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161435,10 +167195,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161463,10 +167224,11 @@ "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161491,10 +167253,11 @@ "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161519,10 +167282,11 @@ "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161547,10 +167311,11 @@ "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -161575,10 +167340,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161603,10 +167369,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161631,10 +167398,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161659,10 +167427,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161687,10 +167456,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161715,10 +167485,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161743,10 +167514,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161771,10 +167543,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161799,10 +167572,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161827,10 +167601,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161855,10 +167630,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161883,10 +167659,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161911,10 +167688,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161939,10 +167717,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161967,10 +167746,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -161995,10 +167775,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162023,10 +167804,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162051,10 +167833,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162079,10 +167862,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162107,10 +167891,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162135,10 +167920,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162163,10 +167949,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162191,10 +167978,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162219,10 +168007,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162247,10 +168036,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162275,10 +168065,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162303,10 +168094,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162331,10 +168123,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162359,10 +168152,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -162387,10 +168181,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162415,10 +168210,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162443,10 +168239,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162475,6 +168272,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162499,10 +168297,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162527,10 +168326,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162555,10 +168355,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162583,10 +168384,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162611,10 +168413,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162639,10 +168442,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162667,10 +168471,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162695,10 +168500,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162723,10 +168529,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162751,10 +168558,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162779,10 +168587,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "T", + "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162807,10 +168616,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162835,10 +168645,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162863,10 +168674,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162891,10 +168703,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162919,10 +168732,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "U", + "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162947,10 +168761,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -162975,10 +168790,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163003,10 +168819,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163031,10 +168848,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163059,10 +168877,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163087,10 +168906,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163115,10 +168935,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163143,10 +168964,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163171,10 +168993,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163199,10 +169022,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163227,10 +169051,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163255,10 +169080,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163283,10 +169109,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163311,10 +169138,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163339,10 +169167,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163367,10 +169196,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163395,10 +169225,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163423,10 +169254,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163451,10 +169283,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163479,10 +169312,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163507,10 +169341,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163535,10 +169370,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163563,10 +169399,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163591,10 +169428,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163619,10 +169457,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163647,10 +169486,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163675,10 +169515,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163703,10 +169544,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163731,10 +169573,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163759,10 +169602,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163787,10 +169631,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163815,10 +169660,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163843,10 +169689,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163871,10 +169718,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163899,10 +169747,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163927,10 +169776,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163955,10 +169805,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -163983,10 +169834,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164011,10 +169863,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164039,10 +169892,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164067,10 +169921,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164095,10 +169950,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164123,10 +169979,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164151,10 +170008,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164179,10 +170037,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164207,10 +170066,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164235,10 +170095,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164263,10 +170124,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164291,10 +170153,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164319,10 +170182,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164347,10 +170211,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164375,10 +170240,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164403,10 +170269,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164431,10 +170298,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164459,10 +170327,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164487,10 +170356,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164515,10 +170385,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164543,10 +170414,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164571,10 +170443,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164599,10 +170472,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164627,10 +170501,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164655,10 +170530,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164683,10 +170559,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164711,10 +170588,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164739,10 +170617,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164767,10 +170646,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164795,10 +170675,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164823,10 +170704,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164851,10 +170733,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164879,10 +170762,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164907,10 +170791,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164935,10 +170820,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164963,10 +170849,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -164991,10 +170878,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165019,10 +170907,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165047,10 +170936,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165075,10 +170965,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165103,10 +170994,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165131,10 +171023,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165159,10 +171052,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165187,10 +171081,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165215,10 +171110,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165243,10 +171139,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165271,10 +171168,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165299,10 +171197,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165327,10 +171226,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165355,10 +171255,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165383,10 +171284,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165411,10 +171313,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165439,10 +171342,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165467,10 +171371,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165495,10 +171400,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165523,10 +171429,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165551,10 +171458,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165579,10 +171487,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165607,10 +171516,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165635,10 +171545,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165663,10 +171574,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165691,10 +171603,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165719,10 +171632,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165747,10 +171661,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165775,10 +171690,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165803,10 +171719,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165831,10 +171748,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165859,10 +171777,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165887,10 +171806,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165915,10 +171835,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165943,10 +171864,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165971,10 +171893,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -165999,10 +171922,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166027,10 +171951,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166055,10 +171980,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166083,10 +172009,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166111,10 +172038,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166139,10 +172067,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166167,10 +172096,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166195,10 +172125,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166223,10 +172154,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166251,10 +172183,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166279,10 +172212,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166307,10 +172241,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166335,10 +172270,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166363,10 +172299,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166391,10 +172328,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166419,10 +172357,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166447,10 +172386,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166475,10 +172415,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166503,10 +172444,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166531,10 +172473,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166559,10 +172502,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166587,10 +172531,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166615,10 +172560,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166643,10 +172589,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166671,10 +172618,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166699,10 +172647,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166727,10 +172676,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166755,10 +172705,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166783,10 +172734,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166811,10 +172763,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166839,10 +172792,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166867,10 +172821,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166895,10 +172850,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166923,10 +172879,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166951,10 +172908,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -166979,10 +172937,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167007,10 +172966,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167035,10 +172995,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167063,10 +173024,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167091,10 +173053,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167119,10 +173082,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167147,10 +173111,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167175,10 +173140,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167203,10 +173169,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167231,10 +173198,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167259,10 +173227,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167287,10 +173256,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167315,10 +173285,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167343,10 +173314,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167371,10 +173343,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167399,10 +173372,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167427,10 +173401,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167455,10 +173430,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167483,10 +173459,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167511,10 +173488,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167539,10 +173517,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167567,10 +173546,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167595,10 +173575,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167623,10 +173604,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167651,10 +173633,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167679,10 +173662,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167707,10 +173691,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167735,10 +173720,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167763,10 +173749,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167791,10 +173778,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167819,10 +173807,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167847,10 +173836,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167875,10 +173865,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167903,10 +173894,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167931,10 +173923,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167959,10 +173952,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -167987,10 +173981,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168015,10 +174010,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168043,10 +174039,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168071,10 +174068,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168099,10 +174097,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168127,10 +174126,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168155,10 +174155,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168183,10 +174184,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168211,10 +174213,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168239,10 +174242,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168267,10 +174271,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168295,10 +174300,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168323,10 +174329,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168351,10 +174358,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168379,10 +174387,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168407,10 +174416,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168435,10 +174445,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168463,10 +174474,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168491,10 +174503,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168519,10 +174532,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168547,10 +174561,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168575,10 +174590,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168603,10 +174619,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168631,10 +174648,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168659,10 +174677,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168687,10 +174706,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168715,10 +174735,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168743,10 +174764,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168771,10 +174793,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168799,10 +174822,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168827,10 +174851,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168855,10 +174880,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168883,10 +174909,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168911,10 +174938,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168939,10 +174967,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168967,10 +174996,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -168995,10 +175025,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169023,10 +175054,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169051,10 +175083,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169079,10 +175112,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169107,10 +175141,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169135,10 +175170,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169163,10 +175199,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169191,10 +175228,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169219,10 +175257,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169247,10 +175286,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169275,10 +175315,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169303,10 +175344,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169331,10 +175373,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169359,10 +175402,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169387,10 +175431,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169415,10 +175460,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169443,10 +175489,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169471,10 +175518,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169499,10 +175547,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169527,10 +175576,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169555,10 +175605,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169583,10 +175634,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169611,10 +175663,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169639,10 +175692,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169667,10 +175721,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169695,10 +175750,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169723,10 +175779,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169751,10 +175808,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169779,10 +175837,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -169807,10 +175866,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169835,10 +175895,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169863,10 +175924,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169895,6 +175957,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169919,10 +175982,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169947,10 +176011,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -169975,10 +176040,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170003,10 +176069,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170031,10 +176098,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170059,10 +176127,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170087,10 +176156,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170115,10 +176185,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170143,10 +176214,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170171,10 +176243,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170199,10 +176272,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "T", + "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170227,10 +176301,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170255,10 +176330,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170283,10 +176359,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170311,10 +176388,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170339,10 +176417,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "U", + "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170367,10 +176446,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170395,10 +176475,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170423,10 +176504,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170451,10 +176533,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170479,10 +176562,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170507,10 +176591,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170535,10 +176620,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170563,10 +176649,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170591,10 +176678,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170619,10 +176707,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170647,10 +176736,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170675,10 +176765,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170703,10 +176794,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170731,10 +176823,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170759,10 +176852,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170787,10 +176881,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170815,10 +176910,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170843,10 +176939,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170871,10 +176968,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170899,10 +176997,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170927,10 +177026,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170955,10 +177055,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -170983,10 +177084,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171011,10 +177113,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171039,10 +177142,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171067,10 +177171,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171095,10 +177200,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171123,10 +177229,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171151,10 +177258,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171179,10 +177287,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171207,10 +177316,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171235,10 +177345,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171263,10 +177374,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171291,10 +177403,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171319,10 +177432,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171347,10 +177461,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171375,10 +177490,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171403,10 +177519,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171431,10 +177548,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171459,10 +177577,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171487,10 +177606,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171515,10 +177635,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171543,10 +177664,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171571,10 +177693,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171599,10 +177722,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171627,10 +177751,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171655,10 +177780,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171683,10 +177809,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171711,10 +177838,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171739,10 +177867,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171767,10 +177896,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171795,10 +177925,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171823,10 +177954,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171851,10 +177983,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171879,10 +178012,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171907,10 +178041,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171935,10 +178070,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171963,10 +178099,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -171991,10 +178128,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172019,10 +178157,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172047,10 +178186,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172075,10 +178215,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172103,10 +178244,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172131,10 +178273,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172159,10 +178302,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172187,10 +178331,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172215,10 +178360,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172243,10 +178389,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172271,10 +178418,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172299,10 +178447,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172327,10 +178476,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172355,10 +178505,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172383,10 +178534,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172411,10 +178563,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172439,10 +178592,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172467,10 +178621,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172495,10 +178650,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172523,10 +178679,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172551,10 +178708,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172579,10 +178737,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172607,10 +178766,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172635,10 +178795,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172663,10 +178824,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172691,10 +178853,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172719,10 +178882,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172747,10 +178911,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172775,10 +178940,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172803,10 +178969,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172831,10 +178998,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172859,10 +179027,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172887,10 +179056,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172915,10 +179085,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172943,10 +179114,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172971,10 +179143,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -172999,10 +179172,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173027,10 +179201,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173055,10 +179230,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173083,10 +179259,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173111,10 +179288,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173139,10 +179317,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173167,10 +179346,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173195,10 +179375,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173223,10 +179404,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173251,10 +179433,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173279,10 +179462,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173307,10 +179491,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173335,10 +179520,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173363,10 +179549,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173391,10 +179578,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "q", - "orig": "q", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173419,10 +179607,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173447,10 +179636,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173475,10 +179665,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173503,10 +179694,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173531,10 +179723,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173559,10 +179752,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173587,10 +179781,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173615,10 +179810,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173643,10 +179839,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173671,10 +179868,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173699,10 +179897,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173727,10 +179926,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173755,10 +179955,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173783,10 +179984,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173811,10 +180013,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173839,10 +180042,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173867,10 +180071,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173895,10 +180100,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173923,10 +180129,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173951,10 +180158,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -173979,10 +180187,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174007,10 +180216,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174035,10 +180245,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174063,10 +180274,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174091,10 +180303,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174119,10 +180332,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174147,10 +180361,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174175,10 +180390,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174203,10 +180419,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174231,10 +180448,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174259,10 +180477,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174287,10 +180506,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174315,10 +180535,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174343,10 +180564,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174371,10 +180593,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174399,10 +180622,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174427,10 +180651,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174455,10 +180680,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174483,10 +180709,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174511,10 +180738,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174539,10 +180767,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174567,10 +180796,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174595,10 +180825,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174623,10 +180854,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174651,10 +180883,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174679,10 +180912,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174707,10 +180941,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174735,10 +180970,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174763,10 +180999,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174791,10 +181028,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174819,10 +181057,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174847,10 +181086,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174875,10 +181115,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174903,10 +181144,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174931,10 +181173,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174959,10 +181202,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -174987,10 +181231,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175015,10 +181260,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175043,10 +181289,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175071,10 +181318,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175099,10 +181347,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175127,10 +181376,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175155,10 +181405,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175183,10 +181434,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175211,10 +181463,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175239,10 +181492,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175267,10 +181521,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175295,10 +181550,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175323,10 +181579,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175351,10 +181608,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175379,10 +181637,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175407,10 +181666,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175435,10 +181695,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175463,10 +181724,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175491,10 +181753,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175519,10 +181782,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175547,10 +181811,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175575,10 +181840,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175603,10 +181869,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175631,10 +181898,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175659,10 +181927,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175687,10 +181956,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175715,10 +181985,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175743,10 +182014,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175771,10 +182043,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175799,10 +182072,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175827,10 +182101,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175855,10 +182130,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175883,10 +182159,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175911,10 +182188,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175939,10 +182217,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175967,10 +182246,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -175995,10 +182275,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176023,10 +182304,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176051,10 +182333,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176079,10 +182362,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176107,10 +182391,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176135,10 +182420,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176163,10 +182449,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176191,10 +182478,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176219,10 +182507,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176247,10 +182536,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176275,10 +182565,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176303,10 +182594,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176331,10 +182623,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176359,10 +182652,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176387,10 +182681,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176415,10 +182710,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176443,10 +182739,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176471,10 +182768,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176499,10 +182797,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176527,10 +182826,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176555,10 +182855,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176583,10 +182884,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176611,10 +182913,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176639,10 +182942,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176667,10 +182971,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176695,10 +183000,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176723,10 +183029,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176751,10 +183058,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176779,10 +183087,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176807,10 +183116,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176835,10 +183145,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176863,10 +183174,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176891,10 +183203,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176919,10 +183232,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176947,10 +183261,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -176975,10 +183290,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177003,10 +183319,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177031,10 +183348,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177059,10 +183377,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177087,10 +183406,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177115,10 +183435,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177143,10 +183464,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177171,10 +183493,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177199,10 +183522,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177227,10 +183551,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177255,10 +183580,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177283,10 +183609,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177311,10 +183638,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177339,10 +183667,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177367,10 +183696,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177395,10 +183725,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177423,10 +183754,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177451,10 +183783,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177479,10 +183812,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177507,10 +183841,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177535,10 +183870,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177563,10 +183899,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177591,10 +183928,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177619,10 +183957,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177647,10 +183986,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177675,10 +184015,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177703,10 +184044,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177731,10 +184073,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177759,10 +184102,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177787,10 +184131,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177815,10 +184160,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177843,10 +184189,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177871,10 +184218,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177899,10 +184247,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177927,10 +184276,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177955,10 +184305,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -177983,10 +184334,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178011,10 +184363,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178039,10 +184392,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178067,10 +184421,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178095,10 +184450,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178123,10 +184479,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178151,10 +184508,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178179,10 +184537,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178207,10 +184566,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178235,10 +184595,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178263,10 +184624,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178291,10 +184653,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178319,10 +184682,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178347,10 +184711,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178375,10 +184740,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178403,10 +184769,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178431,10 +184798,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178459,10 +184827,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178487,10 +184856,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178515,10 +184885,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178543,10 +184914,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178571,10 +184943,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178599,10 +184972,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178627,10 +185001,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178655,10 +185030,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178683,10 +185059,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178711,10 +185088,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178739,10 +185117,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178767,10 +185146,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178795,10 +185175,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178823,10 +185204,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178851,10 +185233,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178879,10 +185262,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178907,10 +185291,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178935,10 +185320,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178963,10 +185349,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -178991,10 +185378,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179019,10 +185407,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179047,10 +185436,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179075,10 +185465,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179103,10 +185494,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179131,10 +185523,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179159,10 +185552,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179187,10 +185581,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179215,10 +185610,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179243,10 +185639,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179271,10 +185668,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179299,10 +185697,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179327,10 +185726,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179355,10 +185755,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179383,10 +185784,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179411,10 +185813,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179439,10 +185842,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179467,10 +185871,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179495,10 +185900,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179523,10 +185929,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179551,10 +185958,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179579,10 +185987,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179607,10 +186016,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179635,10 +186045,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179663,10 +186074,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179691,10 +186103,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179719,10 +186132,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179747,10 +186161,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179775,10 +186190,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179803,10 +186219,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179831,10 +186248,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179859,10 +186277,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179887,10 +186306,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179915,10 +186335,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179943,10 +186364,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179971,10 +186393,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -179999,10 +186422,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180027,10 +186451,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180055,10 +186480,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180083,10 +186509,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180111,10 +186538,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180139,10 +186567,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180167,10 +186596,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180195,10 +186625,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180223,10 +186654,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180251,10 +186683,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180279,10 +186712,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180307,10 +186741,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180335,10 +186770,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180363,10 +186799,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180391,10 +186828,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180419,10 +186857,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180447,10 +186886,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180475,10 +186915,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180503,10 +186944,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180531,10 +186973,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180559,10 +187002,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180587,10 +187031,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180615,10 +187060,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180643,10 +187089,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180671,10 +187118,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180699,10 +187147,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180727,10 +187176,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180755,10 +187205,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180783,10 +187234,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180811,10 +187263,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180839,10 +187292,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180867,10 +187321,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180895,10 +187350,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180923,10 +187379,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180951,10 +187408,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -180979,10 +187437,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181007,10 +187466,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181035,10 +187495,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181063,10 +187524,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181091,10 +187553,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181119,10 +187582,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181147,10 +187611,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181175,10 +187640,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181203,10 +187669,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181231,10 +187698,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181259,10 +187727,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181287,10 +187756,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181315,10 +187785,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181343,10 +187814,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181371,10 +187843,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181399,10 +187872,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181427,10 +187901,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181455,10 +187930,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181483,10 +187959,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181511,10 +187988,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181539,10 +188017,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181567,10 +188046,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181595,10 +188075,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181623,10 +188104,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181651,10 +188133,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181679,10 +188162,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181707,10 +188191,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181735,10 +188220,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181763,10 +188249,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181791,10 +188278,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181819,10 +188307,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181847,10 +188336,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181875,10 +188365,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181903,10 +188394,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181931,10 +188423,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181959,10 +188452,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -181987,10 +188481,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182015,10 +188510,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182043,10 +188539,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182071,10 +188568,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182099,10 +188597,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182127,10 +188626,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182155,10 +188655,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182183,10 +188684,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182211,10 +188713,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182239,10 +188742,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182267,10 +188771,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182295,10 +188800,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182323,10 +188829,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182351,10 +188858,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182379,10 +188887,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182407,10 +188916,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182435,10 +188945,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182463,10 +188974,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182491,10 +189003,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182519,10 +189032,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182547,10 +189061,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182575,10 +189090,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182603,10 +189119,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182631,10 +189148,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182659,10 +189177,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182687,10 +189206,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182715,10 +189235,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182743,10 +189264,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182771,10 +189293,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182799,10 +189322,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182827,10 +189351,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182855,10 +189380,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182883,10 +189409,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182911,10 +189438,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182939,10 +189467,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182967,10 +189496,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -182995,10 +189525,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183023,10 +189554,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183051,10 +189583,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183079,10 +189612,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183107,10 +189641,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183135,10 +189670,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183163,10 +189699,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183191,10 +189728,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183219,10 +189757,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183247,10 +189786,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183275,10 +189815,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183303,10 +189844,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183331,10 +189873,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183359,10 +189902,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183387,10 +189931,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183415,10 +189960,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183443,10 +189989,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183471,10 +190018,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183499,10 +190047,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183527,10 +190076,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183555,10 +190105,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183583,10 +190134,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183611,10 +190163,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183639,10 +190192,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183667,10 +190221,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -183695,10 +190250,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183723,10 +190279,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183751,10 +190308,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183779,10 +190337,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183807,10 +190366,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183835,10 +190395,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183863,10 +190424,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183891,10 +190453,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183919,10 +190482,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183947,10 +190511,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -183975,10 +190540,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -184003,10 +190569,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -184031,10 +190598,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -184063,6 +190631,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184087,10 +190656,11 @@ "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184115,10 +190685,11 @@ "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184143,10 +190714,11 @@ "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184171,10 +190743,11 @@ "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184199,10 +190772,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184227,10 +190801,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184255,10 +190830,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184283,10 +190859,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184311,10 +190888,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184339,10 +190917,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184367,10 +190946,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184395,10 +190975,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184423,10 +191004,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184451,10 +191033,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184479,10 +191062,11 @@ "r_y3": 506.234, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184507,10 +191091,11 @@ "r_y3": 506.234, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184535,10 +191120,11 @@ "r_y3": 506.234, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184563,10 +191149,11 @@ "r_y3": 506.234, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184595,6 +191182,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184619,10 +191207,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184647,10 +191236,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184675,10 +191265,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184703,10 +191294,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184731,10 +191323,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184759,10 +191352,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184787,10 +191381,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184815,10 +191410,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184843,10 +191439,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184871,10 +191468,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184899,10 +191497,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184927,10 +191526,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184955,10 +191555,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -184983,10 +191584,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185015,6 +191617,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185039,10 +191642,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185067,10 +191671,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185095,10 +191700,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185123,10 +191729,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185151,10 +191758,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185179,10 +191787,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185207,10 +191816,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185235,10 +191845,11 @@ "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185263,10 +191874,11 @@ "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185291,10 +191903,11 @@ "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185319,10 +191932,11 @@ "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185347,10 +191961,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "X", + "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185375,10 +191990,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185403,10 +192019,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185431,10 +192048,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185459,10 +192077,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185487,10 +192106,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185515,10 +192135,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185543,10 +192164,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185575,6 +192197,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185599,10 +192222,11 @@ "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185627,10 +192251,11 @@ "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185655,10 +192280,11 @@ "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185683,10 +192309,11 @@ "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185711,10 +192338,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185739,10 +192367,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185767,10 +192396,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185795,10 +192425,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185823,10 +192454,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185851,10 +192483,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185879,10 +192512,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185907,10 +192541,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185935,10 +192570,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185963,10 +192599,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -185995,6 +192632,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186019,10 +192657,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186047,10 +192686,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186075,10 +192715,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186103,10 +192744,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186131,10 +192773,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186159,10 +192802,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186187,10 +192831,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186215,10 +192860,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186243,10 +192889,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186271,10 +192918,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186299,10 +192947,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186327,10 +192976,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186355,10 +193005,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186383,10 +193034,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186411,10 +193063,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186439,10 +193092,11 @@ "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186467,10 +193121,11 @@ "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186495,10 +193150,11 @@ "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186523,10 +193179,11 @@ "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186551,10 +193208,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186579,10 +193237,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186607,10 +193266,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186635,10 +193295,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186663,10 +193324,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186691,10 +193353,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186719,10 +193382,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186747,10 +193411,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186775,10 +193440,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186803,10 +193469,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "Z", + "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186831,10 +193498,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186859,10 +193527,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186887,10 +193556,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186919,6 +193589,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186943,10 +193614,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186971,10 +193643,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -186999,10 +193672,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187027,10 +193701,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187055,10 +193730,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187083,10 +193759,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187111,10 +193788,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187139,10 +193817,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187167,10 +193846,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187195,10 +193875,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187223,10 +193904,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187251,10 +193933,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187279,10 +193962,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187307,10 +193991,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187335,10 +194020,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187363,10 +194049,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187391,10 +194078,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187419,10 +194107,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187447,10 +194136,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187475,10 +194165,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187503,10 +194194,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187531,10 +194223,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187559,10 +194252,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187587,10 +194281,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187615,10 +194310,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187643,10 +194339,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187671,10 +194368,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187699,10 +194397,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187727,10 +194426,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187755,10 +194455,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187783,10 +194484,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187811,10 +194513,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187839,10 +194542,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187871,6 +194575,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187895,10 +194600,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187923,10 +194629,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187951,10 +194658,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -187979,10 +194687,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188007,10 +194716,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188035,10 +194745,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188063,10 +194774,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188091,10 +194803,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188119,10 +194832,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188147,10 +194861,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188175,10 +194890,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188203,10 +194919,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188231,10 +194948,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188259,10 +194977,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188287,10 +195006,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -188315,10 +195035,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188343,10 +195064,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188371,10 +195093,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188399,10 +195122,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188427,10 +195151,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188455,10 +195180,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188483,10 +195209,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188511,10 +195238,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188539,10 +195267,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188567,10 +195296,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188595,10 +195325,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188623,10 +195354,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188651,10 +195383,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188679,10 +195412,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188707,10 +195441,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188735,10 +195470,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188763,10 +195499,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -188795,6 +195532,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188823,6 +195561,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188851,6 +195590,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188879,6 +195619,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188907,6 +195648,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188931,10 +195673,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188963,6 +195706,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -188991,6 +195735,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189019,6 +195764,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189043,10 +195789,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189075,6 +195822,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189099,10 +195847,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189131,6 +195880,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189159,6 +195909,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189187,6 +195938,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189215,6 +195967,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189243,6 +195996,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189271,6 +196025,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189295,10 +196050,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189327,6 +196083,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189355,6 +196112,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189379,10 +196137,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189411,6 +196170,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189439,6 +196199,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189467,6 +196228,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189491,10 +196253,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189523,6 +196286,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189551,6 +196315,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189579,6 +196344,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189607,6 +196373,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189635,6 +196402,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189659,10 +196427,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189691,6 +196460,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189719,6 +196489,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189747,6 +196518,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189775,6 +196547,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189803,6 +196576,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189831,6 +196605,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189859,6 +196634,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189887,6 +196663,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189911,10 +196688,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189943,6 +196721,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189971,6 +196750,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -189995,10 +196775,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190023,10 +196804,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190051,10 +196833,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190079,10 +196862,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190107,10 +196891,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190135,10 +196920,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190167,6 +196953,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190195,6 +196982,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190223,6 +197011,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190251,6 +197040,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190275,10 +197065,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190307,6 +197098,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190335,6 +197127,7 @@ "orig": "\u1087", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190363,6 +197156,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190391,6 +197185,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190419,6 +197214,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190447,6 +197243,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190471,10 +197268,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190503,6 +197301,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190531,6 +197330,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190559,6 +197359,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190587,6 +197388,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190615,6 +197417,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190643,6 +197446,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190671,6 +197475,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190699,6 +197504,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190723,10 +197529,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190755,6 +197562,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190783,6 +197591,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190811,6 +197620,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190839,6 +197649,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190863,10 +197674,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190895,6 +197707,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190923,6 +197736,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190951,6 +197765,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -190979,6 +197794,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191007,6 +197823,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191035,6 +197852,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191063,6 +197881,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191091,6 +197910,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191119,6 +197939,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191143,10 +197964,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191175,6 +197997,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191203,6 +198026,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191227,10 +198051,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191259,6 +198084,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191287,6 +198113,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191315,6 +198142,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191343,6 +198171,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191371,6 +198200,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191399,6 +198229,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191427,6 +198258,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191455,6 +198287,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191483,6 +198316,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191507,10 +198341,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191539,6 +198374,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191567,6 +198403,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191595,6 +198432,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191619,10 +198457,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191651,6 +198490,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191679,6 +198519,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191707,6 +198548,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191735,6 +198577,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191763,6 +198606,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191787,10 +198631,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191819,6 +198664,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191847,6 +198693,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191871,10 +198718,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191903,6 +198751,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191931,6 +198780,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191959,6 +198809,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -191987,6 +198838,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -192015,6 +198867,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -192043,6 +198896,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -192071,6 +198925,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -192095,10 +198950,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -192123,10 +198979,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192151,10 +199008,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192179,10 +199037,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192207,10 +199066,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192235,10 +199095,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192263,10 +199124,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192291,10 +199153,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192319,10 +199182,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192347,10 +199211,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192375,10 +199240,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192403,10 +199269,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192431,10 +199298,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192459,10 +199327,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192487,10 +199356,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192515,10 +199385,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192543,10 +199414,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192571,10 +199443,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192599,10 +199472,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192627,10 +199501,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192655,10 +199530,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192683,10 +199559,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192711,10 +199588,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192739,10 +199617,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192767,10 +199646,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192795,10 +199675,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192823,10 +199704,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192851,10 +199733,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192879,10 +199762,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192907,10 +199791,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192935,10 +199820,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192963,10 +199849,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -192991,10 +199878,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193019,10 +199907,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193047,10 +199936,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193075,10 +199965,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193103,10 +199994,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193131,10 +200023,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193159,10 +200052,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193187,10 +200081,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193215,10 +200110,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193243,10 +200139,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193271,10 +200168,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193299,10 +200197,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193327,10 +200226,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193355,10 +200255,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193383,10 +200284,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193411,10 +200313,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193439,10 +200342,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193467,10 +200371,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193495,10 +200400,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193523,10 +200429,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193551,10 +200458,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193579,10 +200487,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193607,10 +200516,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193635,10 +200545,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193663,10 +200574,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193691,10 +200603,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193719,10 +200632,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193747,10 +200661,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193775,10 +200690,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193803,10 +200719,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193831,10 +200748,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193859,10 +200777,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193887,10 +200806,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193915,10 +200835,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193943,10 +200864,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193971,10 +200893,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -193999,10 +200922,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194027,10 +200951,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194055,10 +200980,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194083,10 +201009,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194111,10 +201038,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194139,10 +201067,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194167,10 +201096,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194195,10 +201125,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194223,10 +201154,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194251,10 +201183,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194279,10 +201212,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194307,10 +201241,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194335,10 +201270,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194363,10 +201299,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194391,10 +201328,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194419,10 +201357,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194447,10 +201386,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194475,10 +201415,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194503,10 +201444,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194531,10 +201473,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194559,10 +201502,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194587,10 +201531,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194615,10 +201560,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194643,10 +201589,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194671,10 +201618,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194699,10 +201647,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194727,10 +201676,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194755,10 +201705,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194783,10 +201734,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194811,10 +201763,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194839,10 +201792,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194867,10 +201821,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194895,10 +201850,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194923,10 +201879,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194951,10 +201908,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -194979,10 +201937,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195007,10 +201966,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195035,10 +201995,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195063,10 +202024,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195091,10 +202053,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195119,10 +202082,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195147,10 +202111,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195175,10 +202140,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195203,10 +202169,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195231,10 +202198,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195259,10 +202227,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195287,10 +202256,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195315,10 +202285,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195343,10 +202314,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195371,10 +202343,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195399,10 +202372,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195427,10 +202401,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195455,10 +202430,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195483,10 +202459,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195511,10 +202488,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195539,10 +202517,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195567,10 +202546,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195595,10 +202575,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195623,10 +202604,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195651,10 +202633,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195679,10 +202662,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195707,10 +202691,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195735,10 +202720,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195763,10 +202749,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195791,10 +202778,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195819,10 +202807,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195847,10 +202836,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195875,10 +202865,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195903,10 +202894,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195931,10 +202923,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195959,10 +202952,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -195987,10 +202981,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196015,10 +203010,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196043,10 +203039,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196071,10 +203068,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196099,10 +203097,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196127,10 +203126,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196155,10 +203155,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196183,10 +203184,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196211,10 +203213,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196239,10 +203242,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196267,10 +203271,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196295,10 +203300,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196323,10 +203329,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196351,10 +203358,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196379,10 +203387,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196407,10 +203416,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196435,10 +203445,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196463,10 +203474,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196491,10 +203503,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196519,10 +203532,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196547,10 +203561,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196575,10 +203590,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196603,10 +203619,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196631,10 +203648,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196659,10 +203677,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196687,10 +203706,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196715,10 +203735,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196743,10 +203764,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196771,10 +203793,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196799,10 +203822,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196827,10 +203851,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196855,10 +203880,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196883,10 +203909,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196911,10 +203938,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196939,10 +203967,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196967,10 +203996,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -196995,10 +204025,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197023,10 +204054,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197051,10 +204083,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197079,10 +204112,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197107,10 +204141,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197135,10 +204170,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197163,10 +204199,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197191,10 +204228,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197219,10 +204257,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197247,10 +204286,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197275,10 +204315,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197303,10 +204344,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197331,10 +204373,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197359,10 +204402,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197387,10 +204431,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197415,10 +204460,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197443,10 +204489,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197471,10 +204518,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197499,10 +204547,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197527,10 +204576,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197555,10 +204605,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197583,10 +204634,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197611,10 +204663,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197639,10 +204692,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197667,10 +204721,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197695,10 +204750,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197723,10 +204779,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197751,10 +204808,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197779,10 +204837,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197807,10 +204866,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197835,10 +204895,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197863,10 +204924,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197891,10 +204953,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197919,10 +204982,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197947,10 +205011,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -197975,10 +205040,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198003,10 +205069,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198031,10 +205098,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198059,10 +205127,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198087,10 +205156,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198115,10 +205185,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198143,10 +205214,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198171,10 +205243,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198199,10 +205272,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198227,10 +205301,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198255,10 +205330,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198283,10 +205359,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198311,10 +205388,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198339,10 +205417,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198367,10 +205446,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198395,10 +205475,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198423,10 +205504,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198451,10 +205533,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198479,10 +205562,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198507,10 +205591,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198535,10 +205620,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198563,10 +205649,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198591,10 +205678,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198619,10 +205707,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198647,10 +205736,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198675,10 +205765,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198703,10 +205794,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198731,10 +205823,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198759,10 +205852,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -198791,6 +205885,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198819,6 +205914,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198847,6 +205943,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198871,10 +205968,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198903,6 +206001,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198931,6 +206030,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198959,6 +206059,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -198987,6 +206088,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199015,6 +206117,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199043,6 +206146,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199071,6 +206175,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199099,6 +206204,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199127,6 +206233,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199155,6 +206262,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199179,10 +206287,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199211,6 +206320,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199239,6 +206349,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199267,6 +206378,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199295,6 +206407,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199323,6 +206436,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199347,10 +206461,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199379,6 +206494,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199407,6 +206523,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199435,6 +206552,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199463,6 +206581,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199491,6 +206610,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199519,6 +206639,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199547,6 +206668,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199575,6 +206697,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199599,10 +206722,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199631,6 +206755,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199659,6 +206784,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199687,6 +206813,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199715,6 +206842,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199743,6 +206871,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199771,6 +206900,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199799,6 +206929,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199827,6 +206958,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199851,10 +206983,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199883,6 +207016,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199911,6 +207045,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199939,6 +207074,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199967,6 +207103,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -199995,6 +207132,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200023,6 +207161,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200051,6 +207190,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200079,6 +207219,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200103,10 +207244,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200135,6 +207277,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200163,6 +207306,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200191,6 +207335,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200219,6 +207364,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200247,6 +207393,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200271,10 +207418,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200303,6 +207451,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200331,6 +207480,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200359,6 +207509,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200383,10 +207534,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200415,6 +207567,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200443,6 +207596,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200467,10 +207621,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200499,6 +207654,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200527,6 +207683,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200555,6 +207712,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200583,6 +207741,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200611,6 +207770,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200639,6 +207799,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200667,6 +207828,7 @@ "orig": "\u00bf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200695,6 +207857,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200723,6 +207886,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200747,10 +207911,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200779,6 +207944,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200807,6 +207973,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200831,10 +207998,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200863,6 +208031,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200891,6 +208060,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200919,6 +208089,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200943,10 +208114,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -200975,6 +208147,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201003,6 +208176,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201031,6 +208205,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201059,6 +208234,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201087,6 +208263,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201115,6 +208292,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201143,6 +208321,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201167,10 +208346,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201199,6 +208379,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201227,6 +208408,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201251,10 +208433,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201283,6 +208466,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201311,6 +208495,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201339,6 +208524,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201363,10 +208549,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -201391,10 +208578,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201419,10 +208607,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201447,10 +208636,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201475,10 +208665,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201503,10 +208694,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201531,10 +208723,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201559,10 +208752,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201587,10 +208781,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201615,10 +208810,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201643,10 +208839,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201671,10 +208868,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201699,10 +208897,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201727,10 +208926,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201755,10 +208955,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201783,10 +208984,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201811,10 +209013,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201839,10 +209042,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201867,10 +209071,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201895,10 +209100,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201923,10 +209129,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201951,10 +209158,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -201979,10 +209187,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202007,10 +209216,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202035,10 +209245,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202063,10 +209274,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202091,10 +209303,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202119,10 +209332,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202147,10 +209361,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202175,10 +209390,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202203,10 +209419,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202231,10 +209448,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202259,10 +209477,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -202291,6 +209510,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202319,6 +209539,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202347,6 +209568,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202375,6 +209597,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202403,6 +209626,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202427,10 +209651,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202459,6 +209684,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202487,6 +209713,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202515,6 +209742,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202543,6 +209771,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202571,6 +209800,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202599,6 +209829,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202627,6 +209858,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202655,6 +209887,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202679,10 +209912,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202711,6 +209945,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202739,6 +209974,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202767,6 +210003,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202795,6 +210032,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202823,6 +210061,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202851,6 +210090,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202879,6 +210119,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202907,6 +210148,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202931,10 +210173,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202963,6 +210206,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -202991,6 +210235,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203019,6 +210264,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203047,6 +210293,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203075,6 +210322,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203103,6 +210351,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203131,6 +210380,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203159,6 +210409,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203183,10 +210434,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203215,6 +210467,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203243,6 +210496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203271,6 +210525,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203299,6 +210554,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203327,6 +210583,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203355,6 +210612,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203383,6 +210641,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203411,6 +210670,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203439,6 +210699,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203467,6 +210728,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203495,6 +210757,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203519,10 +210782,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203551,6 +210815,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203579,6 +210844,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203607,6 +210873,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203635,6 +210902,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203663,6 +210931,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203691,6 +210960,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203715,10 +210985,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203747,6 +211018,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203775,6 +211047,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203803,6 +211076,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203831,6 +211105,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203859,6 +211134,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203887,6 +211163,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203915,6 +211192,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203943,6 +211221,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203971,6 +211250,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -203999,6 +211279,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204023,10 +211304,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204055,6 +211337,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204083,6 +211366,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204111,6 +211395,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204139,6 +211424,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204167,6 +211453,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204195,6 +211482,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204223,6 +211511,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204251,6 +211540,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204275,10 +211565,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204307,6 +211598,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204335,6 +211627,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204363,6 +211656,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204391,6 +211685,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204419,6 +211714,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204447,6 +211743,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204475,6 +211772,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204503,6 +211801,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204527,10 +211826,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204559,6 +211859,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204587,6 +211888,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204615,6 +211917,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204643,6 +211946,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204671,6 +211975,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204699,6 +212004,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204727,6 +212033,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204755,6 +212062,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204779,10 +212087,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204811,6 +212120,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204839,6 +212149,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204867,6 +212178,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204895,6 +212207,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204923,6 +212236,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204951,6 +212265,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -204979,6 +212294,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205007,6 +212323,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205035,6 +212352,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205063,6 +212381,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205091,6 +212410,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205115,10 +212435,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205147,6 +212468,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205175,6 +212497,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205203,6 +212526,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205231,6 +212555,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205259,6 +212584,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205287,6 +212613,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205315,6 +212642,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205343,6 +212671,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205367,10 +212696,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205399,6 +212729,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205427,6 +212758,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205455,6 +212787,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205483,6 +212816,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205511,6 +212845,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205539,6 +212874,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205563,10 +212899,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -205591,10 +212928,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -205619,10 +212957,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -205647,10 +212986,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -205675,10 +213015,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -205703,10 +213044,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -205731,10 +213073,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205759,10 +213102,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205787,10 +213131,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205815,10 +213160,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205843,10 +213189,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205871,10 +213218,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205899,10 +213247,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205927,10 +213276,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205955,10 +213305,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -205983,10 +213334,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "K", - "orig": "K", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206011,10 +213363,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206039,10 +213392,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206067,10 +213421,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206095,10 +213450,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206123,10 +213479,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206151,10 +213508,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206179,10 +213537,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -206207,10 +213566,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206235,10 +213595,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206263,10 +213624,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206291,10 +213653,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206319,10 +213682,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206347,10 +213711,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206375,10 +213740,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206403,10 +213769,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206431,10 +213798,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206459,10 +213827,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206487,10 +213856,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206515,10 +213885,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206543,10 +213914,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206571,10 +213943,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206599,10 +213972,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206627,10 +214001,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206655,10 +214030,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206683,10 +214059,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206711,10 +214088,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206739,10 +214117,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206767,10 +214146,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206795,10 +214175,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206823,10 +214204,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206851,10 +214233,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206879,10 +214262,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206907,10 +214291,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206935,10 +214320,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206963,10 +214349,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -206991,10 +214378,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207019,10 +214407,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207047,10 +214436,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207075,10 +214465,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207103,10 +214494,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207131,10 +214523,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207159,10 +214552,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207187,10 +214581,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207215,10 +214610,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207243,10 +214639,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207271,10 +214668,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207299,10 +214697,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207327,10 +214726,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207355,10 +214755,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207383,10 +214784,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207411,10 +214813,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207439,10 +214842,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207467,10 +214871,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207495,10 +214900,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207523,10 +214929,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207551,10 +214958,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207579,10 +214987,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207607,10 +215016,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207635,10 +215045,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207663,10 +215074,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207691,10 +215103,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207719,10 +215132,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207747,10 +215161,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207775,10 +215190,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207803,10 +215219,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207831,10 +215248,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207859,10 +215277,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207887,10 +215306,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207915,10 +215335,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207943,10 +215364,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207971,10 +215393,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -207999,10 +215422,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208027,10 +215451,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208055,10 +215480,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208083,10 +215509,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208111,10 +215538,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208139,10 +215567,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208167,10 +215596,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208195,10 +215625,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208223,10 +215654,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208251,10 +215683,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208279,10 +215712,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208307,10 +215741,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208335,10 +215770,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208363,10 +215799,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208391,10 +215828,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208419,10 +215857,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208447,10 +215886,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208475,10 +215915,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208503,10 +215944,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208531,10 +215973,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208559,10 +216002,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208587,10 +216031,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208615,10 +216060,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208643,10 +216089,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208671,10 +216118,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208699,10 +216147,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208727,10 +216176,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208755,10 +216205,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208783,10 +216234,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208811,10 +216263,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208839,10 +216292,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208867,10 +216321,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208895,10 +216350,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208923,10 +216379,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208951,10 +216408,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -208979,10 +216437,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209007,10 +216466,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209035,10 +216495,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209063,10 +216524,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209091,10 +216553,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209119,10 +216582,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209147,10 +216611,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209175,10 +216640,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209203,10 +216669,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209231,10 +216698,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209259,10 +216727,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209287,10 +216756,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209315,10 +216785,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209343,10 +216814,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209371,10 +216843,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209399,10 +216872,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209427,10 +216901,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209455,10 +216930,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209483,10 +216959,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209511,10 +216988,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209539,10 +217017,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209567,10 +217046,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209595,10 +217075,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209623,10 +217104,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209651,10 +217133,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209679,10 +217162,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209707,10 +217191,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209735,10 +217220,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209763,10 +217249,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209791,10 +217278,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209819,10 +217307,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209847,10 +217336,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209875,10 +217365,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209903,10 +217394,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209931,10 +217423,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209959,10 +217452,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -209987,10 +217481,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210015,10 +217510,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210043,10 +217539,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210071,10 +217568,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210099,10 +217597,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210127,10 +217626,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210155,10 +217655,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210183,10 +217684,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210211,10 +217713,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210239,10 +217742,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210267,10 +217771,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210295,10 +217800,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210323,10 +217829,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210351,10 +217858,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210379,10 +217887,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210407,10 +217916,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210435,10 +217945,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210463,10 +217974,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210491,10 +218003,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210519,10 +218032,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210547,10 +218061,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210575,10 +218090,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210603,10 +218119,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210631,10 +218148,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210659,10 +218177,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210687,10 +218206,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210715,10 +218235,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210743,10 +218264,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210771,10 +218293,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210799,10 +218322,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210827,10 +218351,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210855,10 +218380,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210883,10 +218409,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210911,10 +218438,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210939,10 +218467,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210967,10 +218496,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -210995,10 +218525,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211023,10 +218554,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211051,10 +218583,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211079,10 +218612,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211107,10 +218641,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211135,10 +218670,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211163,10 +218699,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211191,10 +218728,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211219,10 +218757,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211247,10 +218786,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211275,10 +218815,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211303,10 +218844,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211331,10 +218873,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211359,10 +218902,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211387,10 +218931,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211415,10 +218960,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211443,10 +218989,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211471,10 +219018,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211499,10 +219047,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211527,10 +219076,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211555,10 +219105,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211583,10 +219134,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211611,10 +219163,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211639,10 +219192,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211667,10 +219221,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211695,10 +219250,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211723,10 +219279,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211751,10 +219308,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211779,10 +219337,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211807,10 +219366,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211835,10 +219395,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211863,10 +219424,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211891,10 +219453,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211919,10 +219482,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211947,10 +219511,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -211975,10 +219540,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212003,10 +219569,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212031,10 +219598,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212059,10 +219627,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212087,10 +219656,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212115,10 +219685,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212143,10 +219714,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212171,10 +219743,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212199,10 +219772,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212227,10 +219801,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212255,10 +219830,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212283,10 +219859,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212311,10 +219888,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212339,10 +219917,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212367,10 +219946,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212395,10 +219975,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212423,10 +220004,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212451,10 +220033,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212479,10 +220062,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212507,10 +220091,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212535,10 +220120,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212563,10 +220149,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212591,10 +220178,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212619,10 +220207,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212647,10 +220236,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212675,10 +220265,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212703,10 +220294,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212731,10 +220323,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212759,10 +220352,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212787,10 +220381,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212815,10 +220410,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212843,10 +220439,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212871,10 +220468,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212899,10 +220497,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212927,10 +220526,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212955,10 +220555,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -212983,10 +220584,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213011,10 +220613,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213039,10 +220642,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213067,10 +220671,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213095,10 +220700,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213123,10 +220729,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213151,10 +220758,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213179,10 +220787,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213207,10 +220816,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213235,10 +220845,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213263,10 +220874,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213291,10 +220903,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213319,10 +220932,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213347,10 +220961,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213375,10 +220990,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213403,10 +221019,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213431,10 +221048,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213459,10 +221077,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213487,10 +221106,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213515,10 +221135,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213543,10 +221164,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213571,10 +221193,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213599,10 +221222,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213627,10 +221251,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213655,10 +221280,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213683,10 +221309,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213711,10 +221338,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213739,10 +221367,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213767,10 +221396,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213795,10 +221425,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213823,10 +221454,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213851,10 +221483,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213879,10 +221512,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213907,10 +221541,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213935,10 +221570,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213963,10 +221599,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -213991,10 +221628,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214019,10 +221657,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214047,10 +221686,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214075,10 +221715,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214103,10 +221744,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214131,10 +221773,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214159,10 +221802,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214187,10 +221831,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214215,10 +221860,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214243,10 +221889,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214271,10 +221918,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214299,10 +221947,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214327,10 +221976,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214355,10 +222005,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214383,10 +222034,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214411,10 +222063,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214439,10 +222092,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214467,10 +222121,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214495,10 +222150,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214523,10 +222179,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214551,10 +222208,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214579,10 +222237,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214607,10 +222266,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214635,10 +222295,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214663,10 +222324,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214691,10 +222353,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214719,10 +222382,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214747,10 +222411,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214775,10 +222440,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214803,10 +222469,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214831,10 +222498,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214859,10 +222527,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214887,10 +222556,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214915,10 +222585,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214943,10 +222614,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214971,10 +222643,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -214999,10 +222672,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215027,10 +222701,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215055,10 +222730,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215083,10 +222759,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215111,10 +222788,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215139,10 +222817,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215167,10 +222846,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215195,10 +222875,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215223,10 +222904,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215251,10 +222933,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215279,10 +222962,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215307,10 +222991,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215335,10 +223020,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215363,10 +223049,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215391,10 +223078,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215419,10 +223107,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215447,10 +223136,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215475,10 +223165,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215503,10 +223194,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215531,10 +223223,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215559,10 +223252,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215587,10 +223281,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215615,10 +223310,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215643,10 +223339,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215671,10 +223368,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215699,10 +223397,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215727,10 +223426,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215755,10 +223455,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215783,10 +223484,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215811,10 +223513,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215839,10 +223542,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215867,10 +223571,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215895,10 +223600,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215923,10 +223629,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215951,10 +223658,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -215979,10 +223687,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216007,10 +223716,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216035,10 +223745,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216063,10 +223774,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216091,10 +223803,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216119,10 +223832,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216147,10 +223861,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216175,10 +223890,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216203,10 +223919,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216231,10 +223948,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216259,10 +223977,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216287,10 +224006,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216315,10 +224035,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216343,10 +224064,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216371,10 +224093,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216399,10 +224122,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216427,10 +224151,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216455,10 +224180,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216483,10 +224209,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216511,10 +224238,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216539,10 +224267,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216567,10 +224296,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216595,10 +224325,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216623,10 +224354,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216651,10 +224383,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216679,10 +224412,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216707,10 +224441,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216735,10 +224470,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216763,10 +224499,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216791,10 +224528,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216819,10 +224557,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216847,10 +224586,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216875,10 +224615,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216903,10 +224644,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216931,10 +224673,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216959,10 +224702,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -216987,10 +224731,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217015,10 +224760,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217043,10 +224789,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217071,10 +224818,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217099,10 +224847,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217127,10 +224876,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217155,10 +224905,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217183,10 +224934,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217211,10 +224963,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217239,10 +224992,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217267,10 +225021,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217295,10 +225050,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217323,10 +225079,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217351,10 +225108,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217379,10 +225137,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217407,10 +225166,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217435,10 +225195,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217463,10 +225224,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217491,10 +225253,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217519,10 +225282,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217547,10 +225311,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217575,10 +225340,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217603,10 +225369,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217631,10 +225398,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217659,10 +225427,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217687,10 +225456,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217715,10 +225485,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217743,10 +225514,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217771,10 +225543,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217799,10 +225572,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217827,10 +225601,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217855,10 +225630,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217883,10 +225659,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217911,10 +225688,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217939,10 +225717,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217967,10 +225746,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -217995,10 +225775,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218023,10 +225804,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218051,10 +225833,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218079,10 +225862,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218107,10 +225891,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218135,10 +225920,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218163,10 +225949,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218191,10 +225978,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218219,10 +226007,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218247,10 +226036,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218275,10 +226065,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218303,10 +226094,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218331,10 +226123,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218359,10 +226152,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218387,10 +226181,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218415,10 +226210,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218443,10 +226239,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218471,10 +226268,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218499,10 +226297,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218527,10 +226326,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218555,10 +226355,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218583,10 +226384,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218611,10 +226413,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218639,10 +226442,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218667,10 +226471,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218695,10 +226500,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218723,10 +226529,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218751,10 +226558,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218779,10 +226587,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218807,10 +226616,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218835,10 +226645,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218863,10 +226674,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218891,10 +226703,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218919,10 +226732,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218947,10 +226761,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -218975,10 +226790,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219003,10 +226819,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219031,10 +226848,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219059,10 +226877,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219087,10 +226906,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219115,10 +226935,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219143,10 +226964,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219171,10 +226993,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219199,10 +227022,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219227,10 +227051,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219255,10 +227080,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219283,10 +227109,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219311,10 +227138,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219339,10 +227167,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219367,10 +227196,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219395,10 +227225,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219423,10 +227254,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219451,10 +227283,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219479,10 +227312,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219507,10 +227341,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219535,10 +227370,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219563,10 +227399,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219591,10 +227428,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219619,10 +227457,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219647,10 +227486,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219675,10 +227515,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219703,10 +227544,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219731,10 +227573,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219759,10 +227602,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219787,10 +227631,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219815,10 +227660,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219843,10 +227689,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219871,10 +227718,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219899,10 +227747,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219927,10 +227776,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219955,10 +227805,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -219983,10 +227834,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220011,10 +227863,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220039,10 +227892,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220067,10 +227921,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220095,10 +227950,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220123,10 +227979,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220151,10 +228008,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220179,10 +228037,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220207,10 +228066,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220235,10 +228095,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220263,10 +228124,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220291,10 +228153,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220319,10 +228182,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220347,10 +228211,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220375,10 +228240,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220403,10 +228269,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220431,10 +228298,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220459,10 +228327,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220487,10 +228356,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220515,10 +228385,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220543,10 +228414,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220571,10 +228443,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220599,10 +228472,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220627,10 +228501,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220655,10 +228530,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220683,10 +228559,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220711,10 +228588,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220739,10 +228617,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220767,10 +228646,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220795,10 +228675,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220823,10 +228704,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220851,10 +228733,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220879,10 +228762,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220907,10 +228791,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220935,10 +228820,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220963,10 +228849,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -220991,10 +228878,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221019,10 +228907,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221047,10 +228936,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221075,10 +228965,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221103,10 +228994,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221131,10 +229023,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221159,10 +229052,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221187,10 +229081,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221215,10 +229110,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221243,10 +229139,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221271,10 +229168,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221299,10 +229197,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221327,10 +229226,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221355,10 +229255,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221383,10 +229284,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221411,10 +229313,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221439,10 +229342,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221467,10 +229371,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221495,10 +229400,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221523,10 +229429,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221551,10 +229458,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221579,10 +229487,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221607,10 +229516,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221635,10 +229545,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221663,10 +229574,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221691,10 +229603,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221719,10 +229632,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221747,10 +229661,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221775,10 +229690,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221803,10 +229719,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221831,10 +229748,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221859,10 +229777,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221887,10 +229806,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221915,10 +229835,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221943,10 +229864,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221971,10 +229893,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -221999,10 +229922,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222027,10 +229951,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222055,10 +229980,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222083,10 +230009,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222111,10 +230038,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222139,10 +230067,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222167,10 +230096,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222195,10 +230125,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222223,10 +230154,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222251,10 +230183,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222279,10 +230212,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222307,10 +230241,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222335,10 +230270,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222363,10 +230299,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222391,10 +230328,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222419,10 +230357,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222447,10 +230386,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222475,10 +230415,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222503,10 +230444,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222531,10 +230473,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222559,10 +230502,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222587,10 +230531,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222615,10 +230560,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222643,10 +230589,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222671,10 +230618,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222699,10 +230647,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222727,10 +230676,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222755,10 +230705,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222783,10 +230734,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222811,10 +230763,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222839,10 +230792,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222867,10 +230821,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222895,10 +230850,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222923,10 +230879,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222951,10 +230908,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -222979,10 +230937,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223007,10 +230966,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223035,10 +230995,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223063,10 +231024,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223091,10 +231053,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223119,10 +231082,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223147,10 +231111,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223175,10 +231140,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223203,10 +231169,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223231,10 +231198,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223259,10 +231227,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223287,10 +231256,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223315,10 +231285,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223343,10 +231314,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223371,10 +231343,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223399,10 +231372,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223427,10 +231401,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223455,10 +231430,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223483,10 +231459,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223511,10 +231488,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223539,10 +231517,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223567,10 +231546,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223595,10 +231575,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223623,10 +231604,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223651,10 +231633,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223679,10 +231662,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223707,10 +231691,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223735,10 +231720,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223763,10 +231749,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223791,10 +231778,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223819,10 +231807,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223847,10 +231836,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223875,10 +231865,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223903,10 +231894,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223931,10 +231923,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223959,10 +231952,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -223987,10 +231981,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224015,10 +232010,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224043,10 +232039,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224071,10 +232068,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224099,10 +232097,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224127,10 +232126,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224155,10 +232155,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224183,10 +232184,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224211,10 +232213,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224239,10 +232242,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224267,10 +232271,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224295,10 +232300,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224323,10 +232329,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224351,10 +232358,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224379,10 +232387,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224407,10 +232416,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224435,10 +232445,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224463,10 +232474,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224491,10 +232503,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224519,10 +232532,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224547,10 +232561,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224575,10 +232590,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224603,10 +232619,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224631,10 +232648,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224659,10 +232677,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224687,10 +232706,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224715,10 +232735,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224743,10 +232764,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224771,10 +232793,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224799,10 +232822,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224827,10 +232851,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224855,10 +232880,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224883,10 +232909,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224911,10 +232938,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224939,10 +232967,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224967,10 +232996,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -224995,10 +233025,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225023,10 +233054,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225051,10 +233083,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225079,10 +233112,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225107,10 +233141,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225135,10 +233170,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225163,10 +233199,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225191,10 +233228,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225219,10 +233257,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225247,10 +233286,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225275,10 +233315,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225303,10 +233344,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225331,10 +233373,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225359,10 +233402,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225387,10 +233431,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225415,10 +233460,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225443,10 +233489,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225471,10 +233518,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225499,10 +233547,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225527,10 +233576,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225555,10 +233605,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225583,10 +233634,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225611,10 +233663,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225639,10 +233692,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225667,10 +233721,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225695,10 +233750,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225723,10 +233779,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225751,10 +233808,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225779,10 +233837,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225807,10 +233866,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225835,10 +233895,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225863,10 +233924,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225891,10 +233953,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225919,10 +233982,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225947,10 +234011,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -225975,10 +234040,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226003,10 +234069,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226031,10 +234098,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226059,10 +234127,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226087,10 +234156,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226115,10 +234185,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226143,10 +234214,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226171,10 +234243,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226199,10 +234272,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226227,10 +234301,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226255,10 +234330,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226283,10 +234359,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226311,10 +234388,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226339,10 +234417,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226367,10 +234446,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226395,10 +234475,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226423,10 +234504,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226451,10 +234533,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226479,10 +234562,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226507,10 +234591,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226535,10 +234620,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226563,10 +234649,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226591,10 +234678,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226619,10 +234707,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226647,10 +234736,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226675,10 +234765,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226703,10 +234794,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226731,10 +234823,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226759,10 +234852,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226787,10 +234881,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226815,10 +234910,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226843,10 +234939,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226871,10 +234968,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226899,10 +234997,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226927,10 +235026,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226955,10 +235055,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -226983,10 +235084,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227011,10 +235113,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227039,10 +235142,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227067,10 +235171,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227095,10 +235200,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227123,10 +235229,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227151,10 +235258,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227179,10 +235287,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227207,10 +235316,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227235,10 +235345,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227263,10 +235374,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227291,10 +235403,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227319,10 +235432,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227347,10 +235461,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227375,10 +235490,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227403,10 +235519,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227431,10 +235548,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227459,10 +235577,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227487,10 +235606,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227515,10 +235635,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227543,10 +235664,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227571,10 +235693,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227599,10 +235722,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227627,10 +235751,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227655,10 +235780,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227683,10 +235809,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227711,10 +235838,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227739,10 +235867,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227767,10 +235896,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227795,10 +235925,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227823,10 +235954,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227851,10 +235983,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227879,10 +236012,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227907,10 +236041,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227935,10 +236070,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227963,10 +236099,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -227991,10 +236128,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228019,10 +236157,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228047,10 +236186,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228075,10 +236215,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228103,10 +236244,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228131,10 +236273,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228159,10 +236302,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228187,10 +236331,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228215,10 +236360,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228243,10 +236389,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228271,10 +236418,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228299,10 +236447,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228327,10 +236476,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228355,10 +236505,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228383,10 +236534,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228411,10 +236563,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228439,10 +236592,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228467,10 +236621,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228495,10 +236650,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228523,10 +236679,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228551,10 +236708,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228579,10 +236737,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228607,10 +236766,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228635,10 +236795,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228663,10 +236824,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228691,10 +236853,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228719,10 +236882,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228747,10 +236911,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228775,10 +236940,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228803,10 +236969,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228831,10 +236998,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228859,10 +237027,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228887,10 +237056,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228915,10 +237085,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228943,10 +237114,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228971,10 +237143,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -228999,10 +237172,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229027,10 +237201,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229055,10 +237230,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229083,10 +237259,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229111,10 +237288,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229139,10 +237317,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229167,10 +237346,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229195,10 +237375,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229223,10 +237404,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229251,10 +237433,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229279,10 +237462,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229307,10 +237491,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229335,10 +237520,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229363,10 +237549,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229391,10 +237578,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229419,10 +237607,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229447,10 +237636,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229475,10 +237665,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229503,10 +237694,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229531,10 +237723,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229559,10 +237752,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229587,10 +237781,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229615,10 +237810,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229643,10 +237839,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229671,10 +237868,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229699,10 +237897,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229727,10 +237926,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229755,10 +237955,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229783,10 +237984,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229811,10 +238013,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229839,10 +238042,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229867,10 +238071,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229895,10 +238100,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229923,10 +238129,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229951,10 +238158,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -229979,10 +238187,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230007,10 +238216,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230035,10 +238245,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230063,10 +238274,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230091,10 +238303,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230119,10 +238332,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230147,10 +238361,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230175,10 +238390,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230203,10 +238419,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230231,10 +238448,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230259,10 +238477,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230287,10 +238506,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230315,10 +238535,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230343,10 +238564,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230371,10 +238593,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230399,10 +238622,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230427,10 +238651,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230455,10 +238680,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230483,10 +238709,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230511,10 +238738,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230539,10 +238767,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230567,10 +238796,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230595,10 +238825,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230623,10 +238854,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230651,10 +238883,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230679,10 +238912,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230707,10 +238941,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230735,10 +238970,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230763,10 +238999,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230791,10 +239028,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230819,10 +239057,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230847,10 +239086,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230875,10 +239115,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230903,10 +239144,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230931,10 +239173,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230959,10 +239202,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -230987,10 +239231,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231015,10 +239260,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231043,10 +239289,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231071,10 +239318,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231099,10 +239347,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231127,10 +239376,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231155,10 +239405,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231183,10 +239434,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231211,10 +239463,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231239,10 +239492,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231267,10 +239521,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231295,10 +239550,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231323,10 +239579,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231351,10 +239608,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231379,10 +239637,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231407,10 +239666,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231435,10 +239695,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231463,10 +239724,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231491,10 +239753,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231519,10 +239782,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231547,10 +239811,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231575,10 +239840,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231603,10 +239869,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231631,10 +239898,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231659,10 +239927,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231687,10 +239956,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231715,10 +239985,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231743,10 +240014,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231771,10 +240043,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231799,10 +240072,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231827,10 +240101,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231855,10 +240130,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231883,10 +240159,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231911,10 +240188,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231939,10 +240217,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231967,10 +240246,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -231995,10 +240275,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232023,10 +240304,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232051,10 +240333,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232079,10 +240362,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232107,10 +240391,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232135,10 +240420,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232163,10 +240449,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232191,10 +240478,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232219,10 +240507,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232247,10 +240536,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232275,10 +240565,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232303,10 +240594,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232331,10 +240623,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232359,10 +240652,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232387,10 +240681,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232415,10 +240710,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232443,10 +240739,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232471,10 +240768,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232499,10 +240797,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232527,10 +240826,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232555,10 +240855,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232583,10 +240884,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232611,10 +240913,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232639,10 +240942,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232667,10 +240971,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232695,10 +241000,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232723,10 +241029,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232751,10 +241058,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232779,10 +241087,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232807,10 +241116,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232835,10 +241145,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232863,10 +241174,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232891,10 +241203,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232919,10 +241232,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232947,10 +241261,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -232975,10 +241290,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -233003,10 +241319,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -233031,10 +241348,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -233059,10 +241377,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -233087,10 +241406,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -233119,6 +241439,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233147,6 +241468,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233175,6 +241497,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233203,6 +241526,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233231,6 +241555,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233255,10 +241580,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233287,6 +241613,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233315,6 +241642,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233343,6 +241671,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233371,6 +241700,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233399,6 +241729,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233427,6 +241758,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233455,6 +241787,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233483,6 +241816,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233511,6 +241845,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233539,6 +241874,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233567,6 +241903,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233591,10 +241928,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233623,6 +241961,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233651,6 +241990,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233679,6 +242019,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233707,6 +242048,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233735,6 +242077,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233763,6 +242106,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233791,6 +242135,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233819,6 +242164,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233847,6 +242193,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233875,6 +242222,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233899,10 +242247,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233931,6 +242280,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233959,6 +242309,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -233987,6 +242338,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234015,6 +242367,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234043,6 +242396,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234071,6 +242425,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234099,6 +242454,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234127,6 +242483,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234151,10 +242508,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234179,10 +242537,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234211,6 +242570,7 @@ "orig": "\u00bf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234239,6 +242599,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234267,6 +242628,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234295,6 +242657,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234319,10 +242682,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234351,6 +242715,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234379,6 +242744,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234407,6 +242773,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234435,6 +242802,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234463,6 +242831,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234491,6 +242860,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234519,6 +242889,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234547,6 +242918,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234571,10 +242943,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234603,6 +242976,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234631,6 +243005,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234659,6 +243034,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234687,6 +243063,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234715,6 +243092,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234743,6 +243121,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234771,6 +243150,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234799,6 +243179,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234823,10 +243204,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234851,10 +243233,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234883,6 +243266,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234911,6 +243295,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234939,6 +243324,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234967,6 +243353,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -234995,6 +243382,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235023,6 +243411,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235051,6 +243440,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235075,10 +243465,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235107,6 +243498,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235135,6 +243527,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235163,6 +243556,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235191,6 +243585,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235219,6 +243614,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235247,6 +243643,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235271,10 +243668,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235299,10 +243697,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235331,6 +243730,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235359,6 +243759,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235387,6 +243788,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235415,6 +243817,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235443,6 +243846,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235471,6 +243875,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235499,6 +243904,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235527,6 +243933,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235555,6 +243962,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235579,10 +243987,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235607,10 +244016,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235639,6 +244049,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235667,6 +244078,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235695,6 +244107,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235723,6 +244136,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235751,6 +244165,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235779,6 +244194,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235807,6 +244223,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235831,10 +244248,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235863,6 +244281,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235891,6 +244310,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235919,6 +244339,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235947,6 +244368,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235975,6 +244397,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -235999,10 +244422,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236027,10 +244451,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236059,6 +244484,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236087,6 +244513,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236115,6 +244542,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236143,6 +244571,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236171,6 +244600,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236199,6 +244629,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236227,6 +244658,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236251,10 +244683,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236279,10 +244712,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236311,6 +244745,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236339,6 +244774,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236367,6 +244803,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236395,6 +244832,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -236419,10 +244857,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236447,10 +244886,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236475,10 +244915,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236503,10 +244944,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236531,10 +244973,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236559,10 +245002,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236587,10 +245031,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236615,10 +245060,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236643,10 +245089,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236671,10 +245118,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236699,10 +245147,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236727,10 +245176,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236755,10 +245205,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236783,10 +245234,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236811,10 +245263,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236839,10 +245292,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236867,10 +245321,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236895,10 +245350,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236923,10 +245379,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236951,10 +245408,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -236979,10 +245437,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -237007,10 +245466,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -237035,10 +245495,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -237063,10 +245524,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -237095,6 +245557,7 @@ "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237123,6 +245586,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237151,6 +245615,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237179,6 +245644,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237207,6 +245673,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237235,6 +245702,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237263,6 +245731,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237287,10 +245756,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237319,6 +245789,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237347,6 +245818,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237375,6 +245847,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237403,6 +245876,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237431,6 +245905,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237459,6 +245934,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237487,6 +245963,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237515,6 +245992,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237543,6 +246021,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237567,10 +246046,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237599,6 +246079,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237627,6 +246108,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237655,6 +246137,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237679,10 +246162,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237711,6 +246195,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237739,6 +246224,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237767,6 +246253,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237795,6 +246282,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237823,6 +246311,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237851,6 +246340,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237879,6 +246369,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237907,6 +246398,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237935,6 +246427,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237959,10 +246452,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -237991,6 +246485,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238019,6 +246514,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238047,6 +246543,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238075,6 +246572,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238099,10 +246597,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238131,6 +246630,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238159,6 +246659,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238187,6 +246688,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238215,6 +246717,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238243,6 +246746,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238271,6 +246775,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238299,6 +246804,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238327,6 +246833,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238355,6 +246862,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -238379,10 +246887,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238407,10 +246916,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238435,10 +246945,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238463,10 +246974,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238491,10 +247003,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238519,10 +247032,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238547,10 +247061,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238575,10 +247090,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238603,10 +247119,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238631,10 +247148,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238659,10 +247177,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238687,10 +247206,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238715,10 +247235,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238743,10 +247264,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238771,10 +247293,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238799,10 +247322,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238827,10 +247351,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238855,10 +247380,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238883,10 +247409,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238911,10 +247438,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238939,10 +247467,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238967,10 +247496,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -238995,10 +247525,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239023,10 +247554,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239051,10 +247583,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239079,10 +247612,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239107,10 +247641,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239135,10 +247670,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239163,10 +247699,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239191,10 +247728,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239219,10 +247757,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239247,10 +247786,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239275,10 +247815,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239303,10 +247844,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239331,10 +247873,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239359,10 +247902,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239387,10 +247931,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239415,10 +247960,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239443,10 +247989,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239471,10 +248018,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239499,10 +248047,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239527,10 +248076,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239555,10 +248105,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239583,10 +248134,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239611,10 +248163,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239639,10 +248192,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239667,10 +248221,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239695,10 +248250,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239723,10 +248279,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239751,10 +248308,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239779,10 +248337,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239807,10 +248366,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239835,10 +248395,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239863,10 +248424,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239891,10 +248453,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239919,10 +248482,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239947,10 +248511,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -239975,10 +248540,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240003,10 +248569,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240031,10 +248598,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240059,10 +248627,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240087,10 +248656,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240115,10 +248685,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240143,10 +248714,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240171,10 +248743,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240199,10 +248772,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240227,10 +248801,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240255,10 +248830,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240283,10 +248859,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240311,10 +248888,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240339,10 +248917,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240367,10 +248946,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240395,10 +248975,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240423,10 +249004,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240451,10 +249033,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240479,10 +249062,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240507,10 +249091,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240535,10 +249120,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240563,10 +249149,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240591,10 +249178,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240619,10 +249207,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240647,10 +249236,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240675,10 +249265,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240703,10 +249294,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240731,10 +249323,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240759,10 +249352,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240787,10 +249381,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240815,10 +249410,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240843,10 +249439,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240871,10 +249468,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240899,10 +249497,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240927,10 +249526,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240955,10 +249555,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -240983,10 +249584,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241011,10 +249613,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241039,10 +249642,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241067,10 +249671,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241095,10 +249700,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241123,10 +249729,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241151,10 +249758,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241179,10 +249787,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241207,10 +249816,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241235,10 +249845,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241263,10 +249874,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241291,10 +249903,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241319,10 +249932,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241347,10 +249961,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241375,10 +249990,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241403,10 +250019,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241431,10 +250048,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241459,10 +250077,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241487,10 +250106,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241515,10 +250135,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241543,10 +250164,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241571,10 +250193,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "z", - "orig": "z", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241599,10 +250222,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241627,10 +250251,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241655,10 +250280,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241683,10 +250309,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241711,10 +250338,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241739,10 +250367,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241767,10 +250396,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241795,10 +250425,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241823,10 +250454,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241851,10 +250483,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241879,10 +250512,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241907,10 +250541,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241935,10 +250570,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241963,10 +250599,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -241991,10 +250628,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242019,10 +250657,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242047,10 +250686,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242075,10 +250715,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "Z", - "orig": "Z", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242103,10 +250744,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242131,10 +250773,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242159,10 +250802,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242187,10 +250831,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242215,10 +250860,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242243,10 +250889,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242271,10 +250918,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242299,10 +250947,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242327,10 +250976,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242355,10 +251005,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242383,10 +251034,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242411,10 +251063,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242439,10 +251092,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242467,10 +251121,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242495,10 +251150,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242523,10 +251179,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242551,10 +251208,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242579,10 +251237,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242607,10 +251266,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242635,10 +251295,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242663,10 +251324,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242691,10 +251353,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242719,10 +251382,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242747,10 +251411,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242775,10 +251440,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242803,10 +251469,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242831,10 +251498,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242859,10 +251527,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242887,10 +251556,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242915,10 +251585,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242943,10 +251614,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242971,10 +251643,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -242999,10 +251672,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243027,10 +251701,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243055,10 +251730,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243083,10 +251759,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243111,10 +251788,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243139,10 +251817,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243167,10 +251846,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243195,10 +251875,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243223,10 +251904,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243251,10 +251933,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243279,10 +251962,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243307,10 +251991,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243335,10 +252020,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243363,10 +252049,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243391,10 +252078,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243419,10 +252107,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243447,10 +252136,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243475,10 +252165,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243503,10 +252194,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243531,10 +252223,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243559,10 +252252,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243587,10 +252281,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243615,10 +252310,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243643,10 +252339,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243671,10 +252368,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243699,10 +252397,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243727,10 +252426,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243755,10 +252455,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243783,10 +252484,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243811,10 +252513,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243839,10 +252542,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243867,10 +252571,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243895,10 +252600,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243923,10 +252629,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243951,10 +252658,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -243979,10 +252687,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244007,10 +252716,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244035,10 +252745,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244063,10 +252774,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244091,10 +252803,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244119,10 +252832,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244147,10 +252861,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244175,10 +252890,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244203,10 +252919,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244231,10 +252948,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244259,10 +252977,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244287,10 +253006,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244315,10 +253035,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244343,10 +253064,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244371,10 +253093,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244399,10 +253122,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244427,10 +253151,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244455,10 +253180,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244483,10 +253209,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244511,10 +253238,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244539,10 +253267,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244567,10 +253296,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244595,10 +253325,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244623,10 +253354,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244651,10 +253383,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244679,10 +253412,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244707,10 +253441,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244735,10 +253470,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244763,10 +253499,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244791,10 +253528,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244819,10 +253557,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244847,10 +253586,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244875,10 +253615,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244903,10 +253644,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244931,10 +253673,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244959,10 +253702,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -244987,10 +253731,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -245015,10 +253760,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -245043,10 +253789,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -245075,6 +253822,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245103,6 +253851,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245131,6 +253880,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245159,6 +253909,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245187,6 +253938,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245215,6 +253967,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245243,6 +253996,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245271,6 +254025,7 @@ "orig": "\u00b6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245299,6 +254054,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245323,10 +254079,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245355,6 +254112,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245383,6 +254141,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245411,6 +254170,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245439,6 +254199,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245467,6 +254228,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245495,6 +254257,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245519,10 +254282,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245551,6 +254315,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245579,6 +254344,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245607,6 +254373,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245635,6 +254402,7 @@ "orig": "Z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245663,6 +254431,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245691,6 +254460,7 @@ "orig": "\\", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245719,6 +254489,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245743,10 +254514,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245775,6 +254547,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245803,6 +254576,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245831,6 +254605,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245859,6 +254634,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245887,6 +254663,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245915,6 +254692,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245943,6 +254721,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245971,6 +254750,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -245995,10 +254775,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246027,6 +254808,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246055,6 +254837,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246079,10 +254862,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246111,6 +254895,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246139,6 +254924,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246167,6 +254953,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246195,6 +254982,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246219,10 +255007,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246251,6 +255040,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246279,6 +255069,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246307,6 +255098,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246335,6 +255127,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246359,10 +255152,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246391,6 +255185,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246419,6 +255214,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246447,6 +255243,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246475,6 +255272,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246499,10 +255297,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246531,6 +255330,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246559,6 +255359,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246587,6 +255388,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246611,10 +255413,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246643,6 +255446,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246671,6 +255475,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246699,6 +255504,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246727,6 +255533,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246755,6 +255562,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246779,10 +255587,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246807,10 +255616,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246839,6 +255649,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246867,6 +255678,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246895,6 +255707,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246919,10 +255732,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246951,6 +255765,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -246979,6 +255794,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247007,6 +255823,7 @@ "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247035,6 +255852,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247059,10 +255877,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247091,6 +255910,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247119,6 +255939,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247143,10 +255964,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247175,6 +255997,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247203,6 +256026,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247231,6 +256055,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247255,10 +256080,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247287,6 +256113,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247315,6 +256142,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247343,6 +256171,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247371,6 +256200,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247399,6 +256229,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247427,6 +256258,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247455,6 +256287,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247479,10 +256312,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247511,6 +256345,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247539,6 +256374,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247567,6 +256403,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247595,6 +256432,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247623,6 +256461,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247651,6 +256490,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247679,6 +256519,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247707,6 +256548,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247735,6 +256577,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247759,10 +256602,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247791,6 +256635,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247819,6 +256664,7 @@ "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247843,10 +256689,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247875,6 +256722,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247903,6 +256751,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247931,6 +256780,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247955,10 +256805,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -247987,6 +256838,7 @@ "orig": "\u00bf", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248015,6 +256867,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248043,6 +256896,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248071,6 +256925,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248095,10 +256950,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248123,10 +256979,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248151,10 +257008,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248179,10 +257037,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248207,10 +257066,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248235,10 +257095,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248263,10 +257124,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248295,6 +257157,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248323,6 +257186,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248351,6 +257215,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248379,6 +257244,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248403,10 +257269,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248435,6 +257302,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248463,6 +257331,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248487,10 +257356,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "glyph", - "orig": "glyph", + "text": "GLYPH", + "orig": "GLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -248515,10 +257385,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248543,10 +257414,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248571,10 +257443,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248599,10 +257472,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248627,10 +257501,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248655,10 +257530,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248683,10 +257559,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248711,10 +257588,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248739,10 +257617,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248767,10 +257646,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248795,10 +257675,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248823,10 +257704,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248851,10 +257733,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248879,10 +257762,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248907,10 +257791,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248935,10 +257820,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248963,10 +257849,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -248991,10 +257878,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249019,10 +257907,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249047,10 +257936,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249075,10 +257965,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249103,10 +257994,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249131,10 +258023,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249159,10 +258052,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249187,10 +258081,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249215,10 +258110,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249243,10 +258139,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249271,10 +258168,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249299,10 +258197,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249327,10 +258226,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249355,10 +258255,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249383,10 +258284,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249411,10 +258313,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249439,10 +258342,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249467,10 +258371,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249495,10 +258400,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249523,10 +258429,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249551,10 +258458,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249579,10 +258487,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249607,10 +258516,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249635,10 +258545,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249663,10 +258574,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249691,10 +258603,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249719,10 +258632,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249747,10 +258661,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249775,10 +258690,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249803,10 +258719,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249831,10 +258748,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249859,10 +258777,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249887,10 +258806,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249915,10 +258835,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249943,10 +258864,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249971,10 +258893,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -249999,10 +258922,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250027,10 +258951,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250055,10 +258980,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250083,10 +259009,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250111,10 +259038,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "w", - "orig": "w", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250139,10 +259067,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250167,10 +259096,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250195,10 +259125,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250223,10 +259154,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250251,10 +259183,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250279,10 +259212,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "Z", - "orig": "Z", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250307,10 +259241,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250335,10 +259270,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": ".", - "orig": ".", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250367,6 +259303,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc1", @@ -250395,6 +259332,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc1", @@ -250423,6 +259361,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc1", @@ -250447,10 +259386,11 @@ "r_y3": 320.129, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250475,10 +259415,11 @@ "r_y3": 320.973, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250503,10 +259444,11 @@ "r_y3": 321.986, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250531,10 +259473,11 @@ "r_y3": 322.916, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250559,10 +259502,11 @@ "r_y3": 323.338, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250587,10 +259531,11 @@ "r_y3": 324.435, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250615,10 +259560,11 @@ "r_y3": 325.279, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250643,10 +259589,11 @@ "r_y3": 326.124, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250671,10 +259618,11 @@ "r_y3": 326.63, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250699,10 +259647,11 @@ "r_y3": 327.052, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250727,10 +259676,11 @@ "r_y3": 327.474, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250755,10 +259705,11 @@ "r_y3": 328.571, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250783,10 +259734,11 @@ "r_y3": 329.331, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250811,10 +259763,11 @@ "r_y3": 330.175, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250839,10 +259792,11 @@ "r_y3": 330.681, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250867,10 +259821,11 @@ "r_y3": 331.441, "coord_origin": "BOTTOMLEFT" }, - "text": "'", - "orig": "'", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250895,10 +259850,11 @@ "r_y3": 331.722, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250923,10 +259879,11 @@ "r_y3": 332.145, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250951,10 +259908,11 @@ "r_y3": 333.327, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -250979,10 +259937,11 @@ "r_y3": 334.171, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251007,10 +259966,11 @@ "r_y3": 334.508, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251035,10 +259995,11 @@ "r_y3": 335.353, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251063,10 +260024,11 @@ "r_y3": 336.198, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251091,10 +260053,11 @@ "r_y3": 336.62, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251119,10 +260082,11 @@ "r_y3": 337.126, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251147,10 +260111,11 @@ "r_y3": 337.521, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251175,10 +260140,11 @@ "r_y3": 338.28, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251203,10 +260169,11 @@ "r_y3": 339.125, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251231,10 +260198,11 @@ "r_y3": 339.631, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251259,10 +260227,11 @@ "r_y3": 340.896, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251287,10 +260256,11 @@ "r_y3": 341.233, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251315,10 +260285,11 @@ "r_y3": 342.078, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251343,10 +260314,11 @@ "r_y3": 342.923, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251371,10 +260343,11 @@ "r_y3": 343.26, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251399,10 +260372,11 @@ "r_y3": 343.682, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251427,10 +260401,11 @@ "r_y3": 344.696, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251455,10 +260430,11 @@ "r_y3": 345.201, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251483,10 +260459,11 @@ "r_y3": 346.046, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251511,10 +260488,11 @@ "r_y3": 346.806, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251539,10 +260517,11 @@ "r_y3": 347.65, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251567,10 +260546,11 @@ "r_y3": 348.495, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251595,10 +260575,11 @@ "r_y3": 349.34, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251623,10 +260604,11 @@ "r_y3": 349.845, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251651,10 +260633,11 @@ "r_y3": 350.69, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251679,10 +260662,11 @@ "r_y3": 351.45, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251707,10 +260691,11 @@ "r_y3": 351.872, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251735,10 +260720,11 @@ "r_y3": 352.885, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251763,10 +260749,11 @@ "r_y3": 353.73, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251791,10 +260778,11 @@ "r_y3": 354.574, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251819,10 +260807,11 @@ "r_y3": 354.912, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251847,10 +260836,11 @@ "r_y3": 355.249, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251875,10 +260865,11 @@ "r_y3": 356.008, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251903,10 +260894,11 @@ "r_y3": 356.853, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251931,10 +260923,11 @@ "r_y3": 357.275, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251959,10 +260952,11 @@ "r_y3": 357.613, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -251987,10 +260981,11 @@ "r_y3": 358.457, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252015,10 +261010,11 @@ "r_y3": 359.302, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252043,10 +261039,11 @@ "r_y3": 359.724, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252071,10 +261068,11 @@ "r_y3": 360.23, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252099,10 +261097,11 @@ "r_y3": 361.158, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252127,10 +261126,11 @@ "r_y3": 362.172, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252155,10 +261155,11 @@ "r_y3": 363.185, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252183,10 +261184,11 @@ "r_y3": 363.691, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252211,10 +261213,11 @@ "r_y3": 364.113, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252239,10 +261242,11 @@ "r_y3": 364.619, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252267,10 +261271,11 @@ "r_y3": 365.016, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252295,10 +261300,11 @@ "r_y3": 365.776, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252323,10 +261329,11 @@ "r_y3": 366.62, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252351,10 +261358,11 @@ "r_y3": 367.126, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252379,10 +261387,11 @@ "r_y3": 368.392, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -252411,6 +261420,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252439,6 +261449,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252467,6 +261478,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252495,6 +261507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252523,6 +261536,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252551,6 +261565,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252579,6 +261594,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252607,6 +261623,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252635,6 +261652,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252663,6 +261681,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252691,6 +261710,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252719,6 +261739,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252747,6 +261768,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252775,6 +261797,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252803,6 +261826,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252831,6 +261855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252859,6 +261884,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252887,6 +261913,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252915,6 +261942,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252943,6 +261971,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252971,6 +262000,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -252999,6 +262029,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253027,6 +262058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253055,6 +262087,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253083,6 +262116,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253111,6 +262145,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253139,6 +262174,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -253167,6 +262203,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253195,6 +262232,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253223,6 +262261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253251,6 +262290,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253279,6 +262319,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253307,6 +262348,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253335,6 +262377,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253363,6 +262406,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253391,6 +262435,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253419,6 +262464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253447,6 +262493,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253475,6 +262522,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253503,6 +262551,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253531,6 +262580,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253559,6 +262609,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253587,6 +262638,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253615,6 +262667,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253643,6 +262696,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253671,6 +262725,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253699,6 +262754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253727,6 +262783,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253755,6 +262812,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253783,6 +262841,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253811,6 +262870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253839,6 +262899,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253867,6 +262928,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253895,6 +262957,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253923,6 +262986,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253951,6 +263015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -253979,6 +263044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254007,6 +263073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254035,6 +263102,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254063,6 +263131,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254091,6 +263160,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254119,6 +263189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254147,6 +263218,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254175,6 +263247,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254203,6 +263276,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254231,6 +263305,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254259,6 +263334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254287,6 +263363,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254315,6 +263392,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254343,6 +263421,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254371,6 +263450,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254399,6 +263479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254427,6 +263508,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254455,6 +263537,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254483,6 +263566,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254511,6 +263595,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254539,6 +263624,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254567,6 +263653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254595,6 +263682,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254623,6 +263711,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254651,6 +263740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254679,6 +263769,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254707,6 +263798,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254735,6 +263827,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254763,6 +263856,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254791,6 +263885,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254819,6 +263914,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254847,6 +263943,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254875,6 +263972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254903,6 +264001,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254931,6 +264030,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254959,6 +264059,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -254987,6 +264088,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255015,6 +264117,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255043,6 +264146,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255071,6 +264175,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255099,6 +264204,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255127,6 +264233,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255155,6 +264262,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255183,6 +264291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255211,6 +264320,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255239,6 +264349,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255267,6 +264378,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255295,6 +264407,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255323,6 +264436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255351,6 +264465,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255379,6 +264494,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255407,6 +264523,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255435,6 +264552,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255463,6 +264581,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255491,6 +264610,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255519,6 +264639,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255547,6 +264668,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255575,6 +264697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255603,6 +264726,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255631,6 +264755,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255659,6 +264784,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255687,6 +264813,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255715,6 +264842,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255743,6 +264871,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255771,6 +264900,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255799,6 +264929,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255827,6 +264958,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255855,6 +264987,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255883,6 +265016,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255911,6 +265045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255939,6 +265074,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255967,6 +265103,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -255995,6 +265132,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256023,6 +265161,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256051,6 +265190,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256079,6 +265219,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256107,6 +265248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256135,6 +265277,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256163,6 +265306,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256191,6 +265335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256219,6 +265364,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256247,6 +265393,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256275,6 +265422,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256303,6 +265451,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256331,6 +265480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256359,6 +265509,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256387,6 +265538,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256415,6 +265567,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256443,6 +265596,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256471,6 +265625,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256499,6 +265654,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256527,6 +265683,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256555,6 +265712,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256583,6 +265741,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256611,6 +265770,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256639,6 +265799,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256667,6 +265828,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256695,6 +265857,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256723,6 +265886,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256751,6 +265915,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256779,6 +265944,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256807,6 +265973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256835,6 +266002,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256863,6 +266031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256891,6 +266060,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256919,6 +266089,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256947,6 +266118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -256975,6 +266147,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257003,6 +266176,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257031,6 +266205,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257059,6 +266234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257087,6 +266263,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257115,6 +266292,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257143,6 +266321,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257171,6 +266350,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257199,6 +266379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257227,6 +266408,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257255,6 +266437,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257283,6 +266466,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257311,6 +266495,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257339,6 +266524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257367,6 +266553,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257395,6 +266582,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257423,6 +266611,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257451,6 +266640,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257479,6 +266669,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257507,6 +266698,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257535,6 +266727,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257563,6 +266756,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257591,6 +266785,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257619,6 +266814,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257647,6 +266843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257675,6 +266872,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257703,6 +266901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257731,6 +266930,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257759,6 +266959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257787,6 +266988,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257815,6 +267017,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257843,6 +267046,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257871,6 +267075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257899,6 +267104,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257927,6 +267133,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257955,6 +267162,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -257983,6 +267191,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258011,6 +267220,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258039,6 +267249,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258067,6 +267278,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258095,6 +267307,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258123,6 +267336,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258151,6 +267365,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258179,6 +267394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258207,6 +267423,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258235,6 +267452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258263,6 +267481,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258291,6 +267510,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258319,6 +267539,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258347,6 +267568,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258375,6 +267597,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258403,6 +267626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258431,6 +267655,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258459,6 +267684,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258487,6 +267713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258515,6 +267742,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258543,6 +267771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258571,6 +267800,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258599,6 +267829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258627,6 +267858,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258655,6 +267887,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258683,6 +267916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258711,6 +267945,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258739,6 +267974,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258767,6 +268003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258795,6 +268032,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258823,6 +268061,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258851,6 +268090,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258879,6 +268119,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258907,6 +268148,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258935,6 +268177,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258963,6 +268206,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -258991,6 +268235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259019,6 +268264,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259047,6 +268293,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259075,6 +268322,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259103,6 +268351,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259131,6 +268380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259159,6 +268409,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259187,6 +268438,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259215,6 +268467,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259243,6 +268496,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259271,6 +268525,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259299,6 +268554,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259327,6 +268583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259355,6 +268612,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259383,6 +268641,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259411,6 +268670,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259439,6 +268699,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259467,6 +268728,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259495,6 +268757,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259523,6 +268786,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259551,6 +268815,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259579,6 +268844,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259607,6 +268873,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259635,6 +268902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259663,6 +268931,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259691,6 +268960,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259719,6 +268989,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259747,6 +269018,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259775,6 +269047,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259803,6 +269076,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259831,6 +269105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259859,6 +269134,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259887,6 +269163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259915,6 +269192,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259943,6 +269221,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259971,6 +269250,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -259999,6 +269279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260027,6 +269308,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260055,6 +269337,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260083,6 +269366,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260111,6 +269395,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260139,6 +269424,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260167,6 +269453,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260195,6 +269482,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260223,6 +269511,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260251,6 +269540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260279,6 +269569,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260307,6 +269598,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260335,6 +269627,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260363,6 +269656,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260391,6 +269685,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260419,6 +269714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260447,6 +269743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260475,6 +269772,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260503,6 +269801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260531,6 +269830,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260559,6 +269859,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260587,6 +269888,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260615,6 +269917,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260643,6 +269946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260671,6 +269975,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260699,6 +270004,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260727,6 +270033,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260755,6 +270062,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260783,6 +270091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260811,6 +270120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260839,6 +270149,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260867,6 +270178,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260895,6 +270207,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260923,6 +270236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260951,6 +270265,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -260979,6 +270294,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261007,6 +270323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261035,6 +270352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261063,6 +270381,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261091,6 +270410,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261119,6 +270439,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261147,6 +270468,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261175,6 +270497,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261203,6 +270526,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261231,6 +270555,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261259,6 +270584,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261287,6 +270613,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261315,6 +270642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261343,6 +270671,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261371,6 +270700,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261399,6 +270729,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261427,6 +270758,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261455,6 +270787,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261483,6 +270816,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261511,6 +270845,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261539,6 +270874,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261567,6 +270903,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261595,6 +270932,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261623,6 +270961,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261651,6 +270990,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261679,6 +271019,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261707,6 +271048,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261735,6 +271077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261763,6 +271106,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261791,6 +271135,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261819,6 +271164,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261847,6 +271193,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261875,6 +271222,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261903,6 +271251,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261931,6 +271280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261959,6 +271309,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -261987,6 +271338,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262015,6 +271367,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262043,6 +271396,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262071,6 +271425,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262099,6 +271454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262127,6 +271483,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262155,6 +271512,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262183,6 +271541,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262211,6 +271570,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262239,6 +271599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262267,6 +271628,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262295,6 +271657,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262323,6 +271686,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262351,6 +271715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262379,6 +271744,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262407,6 +271773,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262435,6 +271802,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262463,6 +271831,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262491,6 +271860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262519,6 +271889,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262547,6 +271918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262575,6 +271947,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262603,6 +271976,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262631,6 +272005,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262659,6 +272034,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262687,6 +272063,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262715,6 +272092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262743,6 +272121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262771,6 +272150,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262799,6 +272179,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262827,6 +272208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262855,6 +272237,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262883,6 +272266,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262911,6 +272295,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262939,6 +272324,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262967,6 +272353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -262995,6 +272382,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263023,6 +272411,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263051,6 +272440,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263079,6 +272469,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263107,6 +272498,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263135,6 +272527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263163,6 +272556,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263191,6 +272585,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263219,6 +272614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263247,6 +272643,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263275,6 +272672,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263303,6 +272701,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263331,6 +272730,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263359,6 +272759,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263387,6 +272788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263415,6 +272817,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263443,6 +272846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263471,6 +272875,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263499,6 +272904,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263527,6 +272933,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263555,6 +272962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263583,6 +272991,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263611,6 +273020,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263639,6 +273049,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263667,6 +273078,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263695,6 +273107,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263723,6 +273136,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263751,6 +273165,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263779,6 +273194,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263807,6 +273223,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263835,6 +273252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263863,6 +273281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263891,6 +273310,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263919,6 +273339,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263947,6 +273368,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -263975,6 +273397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264003,6 +273426,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264031,6 +273455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264059,6 +273484,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264087,6 +273513,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264115,6 +273542,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264143,6 +273571,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264171,6 +273600,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264199,6 +273629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264227,6 +273658,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264255,6 +273687,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264283,6 +273716,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264311,6 +273745,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264339,6 +273774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264367,6 +273803,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264395,6 +273832,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264423,6 +273861,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264451,6 +273890,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264479,6 +273919,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264507,6 +273948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264535,6 +273977,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264563,6 +274006,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264591,6 +274035,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264619,6 +274064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264647,6 +274093,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264675,6 +274122,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264703,6 +274151,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264731,6 +274180,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264759,6 +274209,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264787,6 +274238,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264815,6 +274267,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264843,6 +274296,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264871,6 +274325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264899,6 +274354,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264927,6 +274383,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264955,6 +274412,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -264983,6 +274441,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265011,6 +274470,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265039,6 +274499,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265067,6 +274528,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265095,6 +274557,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265123,6 +274586,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265151,6 +274615,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265179,6 +274644,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -265207,6 +274673,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265235,6 +274702,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265263,6 +274731,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265291,6 +274760,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265319,6 +274789,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265347,6 +274818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265375,6 +274847,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265403,6 +274876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265431,6 +274905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265459,6 +274934,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265487,6 +274963,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265515,6 +274992,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265543,6 +275021,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265571,6 +275050,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265599,6 +275079,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265627,6 +275108,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265655,6 +275137,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265683,6 +275166,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265711,6 +275195,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265739,6 +275224,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265767,6 +275253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265795,6 +275282,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265823,6 +275311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265851,6 +275340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265879,6 +275369,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265907,6 +275398,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265935,6 +275427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265963,6 +275456,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -265991,6 +275485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266019,6 +275514,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266047,6 +275543,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266075,6 +275572,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266103,6 +275601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266131,6 +275630,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266159,6 +275659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266187,6 +275688,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266215,6 +275717,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266243,6 +275746,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266271,6 +275775,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266299,6 +275804,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266327,6 +275833,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266355,6 +275862,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266383,6 +275891,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266411,6 +275920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266439,6 +275949,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266467,6 +275978,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266495,6 +276007,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266523,6 +276036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266551,6 +276065,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266579,6 +276094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266607,6 +276123,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266635,6 +276152,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266663,6 +276181,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266691,6 +276210,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266719,6 +276239,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266747,6 +276268,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266775,6 +276297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266803,6 +276326,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266831,6 +276355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266859,6 +276384,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266887,6 +276413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266915,6 +276442,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266943,6 +276471,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266971,6 +276500,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -266999,6 +276529,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267027,6 +276558,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267055,6 +276587,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267083,6 +276616,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267111,6 +276645,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267139,6 +276674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267167,6 +276703,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267195,6 +276732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267223,6 +276761,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267251,6 +276790,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267279,6 +276819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267307,6 +276848,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267335,6 +276877,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267363,6 +276906,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267391,6 +276935,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267419,6 +276964,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267447,6 +276993,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267475,6 +277022,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267503,6 +277051,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267531,6 +277080,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267559,6 +277109,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267587,6 +277138,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267615,6 +277167,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267643,6 +277196,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267671,6 +277225,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267699,6 +277254,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267727,6 +277283,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267755,6 +277312,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267783,6 +277341,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267811,6 +277370,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267839,6 +277399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267867,6 +277428,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267895,6 +277457,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267923,6 +277486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267951,6 +277515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -267979,6 +277544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268007,6 +277573,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268035,6 +277602,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268063,6 +277631,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268091,6 +277660,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268119,6 +277689,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268147,6 +277718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268175,6 +277747,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268203,6 +277776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268231,6 +277805,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268259,6 +277834,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268287,6 +277863,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268315,6 +277892,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268343,6 +277921,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268371,6 +277950,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268399,6 +277979,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268427,6 +278008,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268455,6 +278037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268483,6 +278066,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268511,6 +278095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268539,6 +278124,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268567,6 +278153,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268595,6 +278182,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268623,6 +278211,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268651,6 +278240,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268679,6 +278269,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268707,6 +278298,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268735,6 +278327,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268763,6 +278356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268791,6 +278385,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268819,6 +278414,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268847,6 +278443,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268875,6 +278472,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268903,6 +278501,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268931,6 +278530,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268959,6 +278559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -268987,6 +278588,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269015,6 +278617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269043,6 +278646,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269071,6 +278675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269099,6 +278704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269127,6 +278733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269155,6 +278762,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269183,6 +278791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269211,6 +278820,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -269239,6 +278849,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269267,6 +278878,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269295,6 +278907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269323,6 +278936,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269351,6 +278965,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269379,6 +278994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269407,6 +279023,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269435,6 +279052,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269463,6 +279081,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269491,6 +279110,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269519,6 +279139,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269547,6 +279168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269575,6 +279197,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269603,6 +279226,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269631,6 +279255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269659,6 +279284,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269687,6 +279313,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269715,6 +279342,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269743,6 +279371,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269771,6 +279400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269799,6 +279429,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269827,6 +279458,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269855,6 +279487,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269883,6 +279516,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269911,6 +279545,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269939,6 +279574,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269967,6 +279603,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -269995,6 +279632,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270023,6 +279661,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270051,6 +279690,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270079,6 +279719,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270107,6 +279748,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270135,6 +279777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270163,6 +279806,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270191,6 +279835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270219,6 +279864,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270247,6 +279893,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270275,6 +279922,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270303,6 +279951,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270331,6 +279980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270359,6 +280009,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270387,6 +280038,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270415,6 +280067,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270443,6 +280096,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270471,6 +280125,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270499,6 +280154,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270527,6 +280183,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270555,6 +280212,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270583,6 +280241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270611,6 +280270,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270639,6 +280299,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270667,6 +280328,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270695,6 +280357,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270723,6 +280386,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270751,6 +280415,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270779,6 +280444,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270807,6 +280473,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270835,6 +280502,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270863,6 +280531,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270891,6 +280560,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270919,6 +280589,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270947,6 +280618,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -270975,6 +280647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271003,6 +280676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271031,6 +280705,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271059,6 +280734,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271087,6 +280763,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271115,6 +280792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271143,6 +280821,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271171,6 +280850,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271199,6 +280879,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271227,6 +280908,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271255,6 +280937,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271283,6 +280966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271311,6 +280995,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271339,6 +281024,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271367,6 +281053,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271395,6 +281082,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271423,6 +281111,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271451,6 +281140,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271479,6 +281169,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271507,6 +281198,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271535,6 +281227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271563,6 +281256,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271591,6 +281285,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271619,6 +281314,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271647,6 +281343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271675,6 +281372,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271703,6 +281401,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271731,6 +281430,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271759,6 +281459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271787,6 +281488,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271815,6 +281517,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271843,6 +281546,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271871,6 +281575,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271899,6 +281604,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271927,6 +281633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271955,6 +281662,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -271983,6 +281691,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272011,6 +281720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272039,6 +281749,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272067,6 +281778,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272095,6 +281807,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272123,6 +281836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272151,6 +281865,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272179,6 +281894,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272207,6 +281923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272235,6 +281952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272263,6 +281981,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272291,6 +282010,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272319,6 +282039,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272347,6 +282068,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272375,6 +282097,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272403,6 +282126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272431,6 +282155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272459,6 +282184,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272487,6 +282213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272515,6 +282242,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272543,6 +282271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272571,6 +282300,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272599,6 +282329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272627,6 +282358,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272655,6 +282387,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272683,6 +282416,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272711,6 +282445,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272739,6 +282474,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272767,6 +282503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272795,6 +282532,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272823,6 +282561,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272851,6 +282590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272879,6 +282619,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272907,6 +282648,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272935,6 +282677,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272963,6 +282706,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -272991,6 +282735,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273019,6 +282764,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273047,6 +282793,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273075,6 +282822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273103,6 +282851,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273131,6 +282880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273159,6 +282909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273187,6 +282938,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273215,6 +282967,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273243,6 +282996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273271,6 +283025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273299,6 +283054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273327,6 +283083,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273355,6 +283112,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273383,6 +283141,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273411,6 +283170,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273439,6 +283199,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273467,6 +283228,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273495,6 +283257,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273523,6 +283286,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273551,6 +283315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273579,6 +283344,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273607,6 +283373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273635,6 +283402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273663,6 +283431,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273691,6 +283460,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273719,6 +283489,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273747,6 +283518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273775,6 +283547,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273803,6 +283576,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273831,6 +283605,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273859,6 +283634,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273887,6 +283663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273915,6 +283692,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273943,6 +283721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273971,6 +283750,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -273999,6 +283779,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274027,6 +283808,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274055,6 +283837,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274083,6 +283866,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274111,6 +283895,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274139,6 +283924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274167,6 +283953,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274195,6 +283982,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274223,6 +284011,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274251,6 +284040,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274279,6 +284069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274307,6 +284098,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274335,6 +284127,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274363,6 +284156,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274391,6 +284185,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274419,6 +284214,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274447,6 +284243,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274475,6 +284272,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274503,6 +284301,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274531,6 +284330,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274559,6 +284359,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274587,6 +284388,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274615,6 +284417,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274643,6 +284446,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274671,6 +284475,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274699,6 +284504,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274727,6 +284533,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274755,6 +284562,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274783,6 +284591,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274811,6 +284620,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274839,6 +284649,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274867,6 +284678,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274895,6 +284707,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274923,6 +284736,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274951,6 +284765,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -274979,6 +284794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275007,6 +284823,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275035,6 +284852,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275063,6 +284881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275091,6 +284910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275119,6 +284939,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275147,6 +284968,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275175,6 +284997,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275203,6 +285026,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275231,6 +285055,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275259,6 +285084,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275287,6 +285113,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275315,6 +285142,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275343,6 +285171,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275371,6 +285200,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275399,6 +285229,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275427,6 +285258,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275455,6 +285287,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275483,6 +285316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275511,6 +285345,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275539,6 +285374,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275567,6 +285403,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275595,6 +285432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275623,6 +285461,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275651,6 +285490,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275679,6 +285519,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275707,6 +285548,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275735,6 +285577,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275763,6 +285606,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275791,6 +285635,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275819,6 +285664,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275847,6 +285693,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275875,6 +285722,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275903,6 +285751,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275931,6 +285780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275959,6 +285809,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -275987,6 +285838,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276015,6 +285867,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276043,6 +285896,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276071,6 +285925,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276099,6 +285954,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276127,6 +285983,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276155,6 +286012,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276183,6 +286041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276211,6 +286070,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276239,6 +286099,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276267,6 +286128,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276295,6 +286157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276323,6 +286186,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276351,6 +286215,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276379,6 +286244,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276407,6 +286273,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276435,6 +286302,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276463,6 +286331,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276491,6 +286360,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276519,6 +286389,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276547,6 +286418,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276575,6 +286447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276603,6 +286476,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276631,6 +286505,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276659,6 +286534,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276687,6 +286563,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276715,6 +286592,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276743,6 +286621,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276771,6 +286650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276799,6 +286679,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276827,6 +286708,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276855,6 +286737,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276883,6 +286766,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276911,6 +286795,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276939,6 +286824,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276967,6 +286853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -276995,6 +286882,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277023,6 +286911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277051,6 +286940,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277079,6 +286969,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277107,6 +286998,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277135,6 +287027,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277163,6 +287056,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277191,6 +287085,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277219,6 +287114,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277247,6 +287143,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277275,6 +287172,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277303,6 +287201,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277331,6 +287230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277359,6 +287259,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277387,6 +287288,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277415,6 +287317,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277443,6 +287346,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277471,6 +287375,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277499,6 +287404,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277527,6 +287433,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277555,6 +287462,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277583,6 +287491,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277611,6 +287520,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277639,6 +287549,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277667,6 +287578,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277695,6 +287607,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277723,6 +287636,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277751,6 +287665,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277779,6 +287694,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277807,6 +287723,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277835,6 +287752,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277863,6 +287781,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277891,6 +287810,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277919,6 +287839,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277947,6 +287868,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -277975,6 +287897,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278003,6 +287926,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278031,6 +287955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278059,6 +287984,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278087,6 +288013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278115,6 +288042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278143,6 +288071,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278171,6 +288100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278199,6 +288129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278227,6 +288158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278255,6 +288187,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278283,6 +288216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278311,6 +288245,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278339,6 +288274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278367,6 +288303,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278395,6 +288332,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278423,6 +288361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278451,6 +288390,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278479,6 +288419,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278507,6 +288448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278535,6 +288477,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278563,6 +288506,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278591,6 +288535,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278619,6 +288564,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278647,6 +288593,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278675,6 +288622,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278703,6 +288651,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278731,6 +288680,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278759,6 +288709,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278787,6 +288738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278815,6 +288767,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278843,6 +288796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278871,6 +288825,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278899,6 +288854,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278927,6 +288883,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278955,6 +288912,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -278983,6 +288941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279011,6 +288970,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279039,6 +288999,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279067,6 +289028,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279095,6 +289057,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279123,6 +289086,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279151,6 +289115,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279179,6 +289144,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279207,6 +289173,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279235,6 +289202,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279263,6 +289231,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279291,6 +289260,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279319,6 +289289,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279347,6 +289318,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279375,6 +289347,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279403,6 +289376,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279431,6 +289405,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279459,6 +289434,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279487,6 +289463,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279515,6 +289492,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279543,6 +289521,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279571,6 +289550,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279599,6 +289579,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279627,6 +289608,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279655,6 +289637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279683,6 +289666,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279711,6 +289695,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279739,6 +289724,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279767,6 +289753,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279795,6 +289782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279823,6 +289811,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279851,6 +289840,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279879,6 +289869,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279907,6 +289898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279935,6 +289927,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279963,6 +289956,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -279991,6 +289985,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280019,6 +290014,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280047,6 +290043,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280075,6 +290072,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280103,6 +290101,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280131,6 +290130,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280159,6 +290159,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280187,6 +290188,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280215,6 +290217,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280243,6 +290246,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280271,6 +290275,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280299,6 +290304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280327,6 +290333,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280355,6 +290362,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280383,6 +290391,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280411,6 +290420,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280439,6 +290449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280467,6 +290478,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280495,6 +290507,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280523,6 +290536,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280551,6 +290565,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280579,6 +290594,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280607,6 +290623,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280635,6 +290652,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280663,6 +290681,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280691,6 +290710,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280719,6 +290739,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280747,6 +290768,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280775,6 +290797,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280803,6 +290826,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280831,6 +290855,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280859,6 +290884,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280887,6 +290913,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280915,6 +290942,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280943,6 +290971,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280971,6 +291000,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -280999,6 +291029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281027,6 +291058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281055,6 +291087,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281083,6 +291116,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281111,6 +291145,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281139,6 +291174,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281167,6 +291203,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281195,6 +291232,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281223,6 +291261,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281251,6 +291290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281279,6 +291319,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281307,6 +291348,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281335,6 +291377,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281363,6 +291406,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281391,6 +291435,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281419,6 +291464,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281447,6 +291493,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281475,6 +291522,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281503,6 +291551,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281531,6 +291580,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281559,6 +291609,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281587,6 +291638,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281615,6 +291667,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281643,6 +291696,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281671,6 +291725,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281699,6 +291754,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281727,6 +291783,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281755,6 +291812,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281783,6 +291841,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281811,6 +291870,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281839,6 +291899,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281867,6 +291928,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281895,6 +291957,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281923,6 +291986,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281951,6 +292015,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -281979,6 +292044,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282007,6 +292073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282035,6 +292102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282063,6 +292131,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282091,6 +292160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282119,6 +292189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282147,6 +292218,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282175,6 +292247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282203,6 +292276,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282231,6 +292305,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282259,6 +292334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282287,6 +292363,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282315,6 +292392,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282343,6 +292421,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282371,6 +292450,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282399,6 +292479,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282427,6 +292508,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282455,6 +292537,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -282483,6 +292566,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282511,6 +292595,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282539,6 +292624,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282567,6 +292653,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282595,6 +292682,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282623,6 +292711,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282651,6 +292740,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282679,6 +292769,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282707,6 +292798,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282735,6 +292827,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282763,6 +292856,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282791,6 +292885,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282819,6 +292914,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282847,6 +292943,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282875,6 +292972,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282903,6 +293001,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282931,6 +293030,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282959,6 +293059,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -282987,6 +293088,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283015,6 +293117,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc11", @@ -283043,6 +293146,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283071,6 +293175,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283099,6 +293204,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283127,6 +293233,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283155,6 +293262,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283183,6 +293291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283211,6 +293320,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283239,6 +293349,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283267,6 +293378,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283295,6 +293407,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283323,6 +293436,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283351,6 +293465,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283379,6 +293494,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283407,6 +293523,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283435,6 +293552,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283463,6 +293581,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283491,6 +293610,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc11", @@ -283519,6 +293639,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283547,6 +293668,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283575,6 +293697,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283603,6 +293726,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283631,6 +293755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283659,6 +293784,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283687,6 +293813,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283715,6 +293842,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -283743,6 +293871,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283771,6 +293900,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283799,6 +293929,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283827,6 +293958,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283855,6 +293987,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283883,6 +294016,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283911,6 +294045,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283939,6 +294074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283967,6 +294103,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -283995,6 +294132,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284023,6 +294161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284051,6 +294190,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284079,6 +294219,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284107,6 +294248,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284135,6 +294277,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284163,6 +294306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284191,6 +294335,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284219,6 +294364,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284247,6 +294393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284275,6 +294422,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284303,6 +294451,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284331,6 +294480,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284359,6 +294509,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284387,6 +294538,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284415,6 +294567,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284443,6 +294596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284471,6 +294625,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284499,6 +294654,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284527,6 +294683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284555,6 +294712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284583,6 +294741,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284611,6 +294770,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284639,6 +294799,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284667,6 +294828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284695,6 +294857,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284723,6 +294886,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284751,6 +294915,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -284779,6 +294944,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc2", @@ -284807,6 +294973,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc2", @@ -284835,6 +295002,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -284863,6 +295031,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -284891,6 +295060,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -284919,6 +295089,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -284947,6 +295118,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -284975,6 +295147,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285003,6 +295176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285031,6 +295205,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285059,6 +295234,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285087,6 +295263,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285115,6 +295292,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285143,6 +295321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285171,6 +295350,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285199,6 +295379,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285227,6 +295408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285255,6 +295437,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285283,6 +295466,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285311,6 +295495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285339,6 +295524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285367,6 +295553,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285395,6 +295582,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285423,6 +295611,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285451,6 +295640,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285479,6 +295669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285507,6 +295698,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285535,6 +295727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285563,6 +295756,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285591,6 +295785,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285619,6 +295814,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285647,6 +295843,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285675,6 +295872,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285703,6 +295901,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285731,6 +295930,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -285759,6 +295959,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -285787,6 +295988,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -285815,6 +296017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -285843,6 +296046,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -285871,6 +296075,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -285899,6 +296104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -285927,6 +296133,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -285955,6 +296162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -285983,6 +296191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286011,6 +296220,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286039,6 +296249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286067,6 +296278,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286095,6 +296307,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286123,6 +296336,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286151,6 +296365,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286179,6 +296394,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286207,6 +296423,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286235,6 +296452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286263,6 +296481,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286291,6 +296510,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286319,6 +296539,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286347,6 +296568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286375,6 +296597,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286403,6 +296626,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286431,6 +296655,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286459,6 +296684,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286487,6 +296713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286515,6 +296742,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286543,6 +296771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286571,6 +296800,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286599,6 +296829,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286627,6 +296858,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286655,6 +296887,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286683,6 +296916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -286711,6 +296945,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286739,6 +296974,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286767,6 +297003,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286795,6 +297032,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286823,6 +297061,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286851,6 +297090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286879,6 +297119,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286907,6 +297148,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286935,6 +297177,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286963,6 +297206,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -286991,6 +297235,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287019,6 +297264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287047,6 +297293,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287075,6 +297322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287103,6 +297351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287131,6 +297380,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287159,6 +297409,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287187,6 +297438,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287215,6 +297467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287243,6 +297496,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287271,6 +297525,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287299,6 +297554,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287327,6 +297583,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287355,6 +297612,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287383,6 +297641,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287411,6 +297670,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287439,6 +297699,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287467,6 +297728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287495,6 +297757,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287523,6 +297786,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287551,6 +297815,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287579,6 +297844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287607,6 +297873,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287635,6 +297902,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287663,6 +297931,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287691,6 +297960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287719,6 +297989,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287747,6 +298018,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287775,6 +298047,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287803,6 +298076,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287831,6 +298105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287859,6 +298134,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287887,6 +298163,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287915,6 +298192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287943,6 +298221,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287971,6 +298250,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -287999,6 +298279,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288027,6 +298308,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288055,6 +298337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288083,6 +298366,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288111,6 +298395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288139,6 +298424,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288167,6 +298453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288195,6 +298482,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288223,6 +298511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288251,6 +298540,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288279,6 +298569,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288307,6 +298598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288335,6 +298627,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288363,6 +298656,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288391,6 +298685,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288419,6 +298714,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288447,6 +298743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288475,6 +298772,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288503,6 +298801,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288531,6 +298830,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288559,6 +298859,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288587,6 +298888,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288615,6 +298917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288643,6 +298946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288671,6 +298975,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288699,6 +299004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288727,6 +299033,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288755,6 +299062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288783,6 +299091,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288811,6 +299120,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288839,6 +299149,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288867,6 +299178,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288895,6 +299207,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288923,6 +299236,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288951,6 +299265,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -288979,6 +299294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289007,6 +299323,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289035,6 +299352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289063,6 +299381,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289091,6 +299410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289119,6 +299439,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289147,6 +299468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289175,6 +299497,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289203,6 +299526,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289231,6 +299555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289259,6 +299584,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289287,6 +299613,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289315,6 +299642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289343,6 +299671,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289371,6 +299700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289399,6 +299729,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289427,6 +299758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289455,6 +299787,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289483,6 +299816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289511,6 +299845,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289539,6 +299874,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289567,6 +299903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289595,6 +299932,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289623,6 +299961,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289651,6 +299990,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289679,6 +300019,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289707,6 +300048,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289735,6 +300077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289763,6 +300106,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289791,6 +300135,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289819,6 +300164,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289847,6 +300193,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289875,6 +300222,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289903,6 +300251,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289931,6 +300280,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289959,6 +300309,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -289987,6 +300338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290015,6 +300367,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290043,6 +300396,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290071,6 +300425,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290099,6 +300454,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290127,6 +300483,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290155,6 +300512,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290183,6 +300541,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290211,6 +300570,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290239,6 +300599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290267,6 +300628,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290295,6 +300657,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290323,6 +300686,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290351,6 +300715,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290379,6 +300744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290407,6 +300773,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290435,6 +300802,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290463,6 +300831,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290491,6 +300860,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290519,6 +300889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290547,6 +300918,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290575,6 +300947,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290603,6 +300976,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290631,6 +301005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290659,6 +301034,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290687,6 +301063,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290715,6 +301092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290743,6 +301121,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290771,6 +301150,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290799,6 +301179,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290827,6 +301208,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290855,6 +301237,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290883,6 +301266,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290911,6 +301295,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290939,6 +301324,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290967,6 +301353,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -290995,6 +301382,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291023,6 +301411,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291051,6 +301440,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291079,6 +301469,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291107,6 +301498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291135,6 +301527,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291163,6 +301556,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291191,6 +301585,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291219,6 +301614,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291247,6 +301643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291275,6 +301672,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291303,6 +301701,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291331,6 +301730,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291359,6 +301759,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291387,6 +301788,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291415,6 +301817,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291443,6 +301846,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291471,6 +301875,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291499,6 +301904,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291527,6 +301933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291555,6 +301962,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291583,6 +301991,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291611,6 +302020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291639,6 +302049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291667,6 +302078,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291695,6 +302107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291723,6 +302136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291751,6 +302165,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291779,6 +302194,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291807,6 +302223,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291835,6 +302252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291863,6 +302281,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291891,6 +302310,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291919,6 +302339,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291947,6 +302368,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -291975,6 +302397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292003,6 +302426,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292031,6 +302455,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292059,6 +302484,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292087,6 +302513,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292115,6 +302542,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292143,6 +302571,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292171,6 +302600,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292199,6 +302629,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292227,6 +302658,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292255,6 +302687,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292283,6 +302716,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292311,6 +302745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292339,6 +302774,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292367,6 +302803,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292395,6 +302832,7 @@ "orig": "fl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292423,6 +302861,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292451,6 +302890,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292479,6 +302919,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292507,6 +302948,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292535,6 +302977,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292563,6 +303006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292591,6 +303035,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292619,6 +303064,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292647,6 +303093,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292675,6 +303122,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292703,6 +303151,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292731,6 +303180,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292759,6 +303209,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292787,6 +303238,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292815,6 +303267,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292843,6 +303296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -292871,6 +303325,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -292899,6 +303354,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -292927,6 +303383,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -292955,6 +303412,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -292983,6 +303441,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -293011,6 +303470,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293039,6 +303499,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293067,6 +303528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293095,6 +303557,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293123,6 +303586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293151,6 +303615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293179,6 +303644,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293207,6 +303673,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293235,6 +303702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293263,6 +303731,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293291,6 +303760,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293319,6 +303789,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293347,6 +303818,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293375,6 +303847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293403,6 +303876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293431,6 +303905,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293459,6 +303934,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293487,6 +303963,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293515,6 +303992,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293543,6 +304021,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293571,6 +304050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293599,6 +304079,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293627,6 +304108,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293655,6 +304137,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293683,6 +304166,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293711,6 +304195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293739,6 +304224,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293767,6 +304253,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293795,6 +304282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293823,6 +304311,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293851,6 +304340,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293879,6 +304369,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293907,6 +304398,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293935,6 +304427,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293963,6 +304456,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -293991,6 +304485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294019,6 +304514,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294047,6 +304543,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294075,6 +304572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294103,6 +304601,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294131,6 +304630,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294159,6 +304659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294187,6 +304688,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294215,6 +304717,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294243,6 +304746,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294271,6 +304775,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294299,6 +304804,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294327,6 +304833,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294355,6 +304862,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294383,6 +304891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294411,6 +304920,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294439,6 +304949,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294467,6 +304978,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294495,6 +305007,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294523,6 +305036,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294551,6 +305065,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294579,6 +305094,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294607,6 +305123,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294635,6 +305152,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294663,6 +305181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294691,6 +305210,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294719,6 +305239,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294747,6 +305268,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294775,6 +305297,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294803,6 +305326,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294831,6 +305355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294859,6 +305384,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294887,6 +305413,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294915,6 +305442,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294943,6 +305471,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294971,6 +305500,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -294999,6 +305529,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295027,6 +305558,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295055,6 +305587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295083,6 +305616,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295111,6 +305645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295139,6 +305674,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295167,6 +305703,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295195,6 +305732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295223,6 +305761,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295251,6 +305790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295279,6 +305819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295307,6 +305848,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295335,6 +305877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295363,6 +305906,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295391,6 +305935,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295419,6 +305964,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295447,6 +305993,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295475,6 +306022,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295503,6 +306051,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295531,6 +306080,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295559,6 +306109,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295587,6 +306138,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295615,6 +306167,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295643,6 +306196,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295671,6 +306225,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295699,6 +306254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295727,6 +306283,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295755,6 +306312,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295783,6 +306341,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295811,6 +306370,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295839,6 +306399,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295867,6 +306428,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295895,6 +306457,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295923,6 +306486,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295951,6 +306515,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -295979,6 +306544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296007,6 +306573,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296035,6 +306602,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296063,6 +306631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296091,6 +306660,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296119,6 +306689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296147,6 +306718,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296175,6 +306747,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296203,6 +306776,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296231,6 +306805,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296259,6 +306834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296287,6 +306863,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296315,6 +306892,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296343,6 +306921,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296371,6 +306950,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296399,6 +306979,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296427,6 +307008,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296455,6 +307037,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296483,6 +307066,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296511,6 +307095,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296539,6 +307124,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296567,6 +307153,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296595,6 +307182,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296623,6 +307211,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296651,6 +307240,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296679,6 +307269,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296707,6 +307298,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296735,6 +307327,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296763,6 +307356,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296791,6 +307385,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296819,6 +307414,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296847,6 +307443,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296875,6 +307472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296903,6 +307501,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296931,6 +307530,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296959,6 +307559,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -296987,6 +307588,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297015,6 +307617,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297043,6 +307646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297071,6 +307675,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297099,6 +307704,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297127,6 +307733,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297155,6 +307762,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297183,6 +307791,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297211,6 +307820,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297239,6 +307849,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297267,6 +307878,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297295,6 +307907,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297323,6 +307936,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297351,6 +307965,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297379,6 +307994,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297407,6 +308023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297435,6 +308052,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297463,6 +308081,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297491,6 +308110,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297519,6 +308139,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297547,6 +308168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297575,6 +308197,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297603,6 +308226,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297631,6 +308255,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297659,6 +308284,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297687,6 +308313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297715,6 +308342,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297743,6 +308371,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297771,6 +308400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297799,6 +308429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297827,6 +308458,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297855,6 +308487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297883,6 +308516,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297911,6 +308545,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297939,6 +308574,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297967,6 +308603,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -297995,6 +308632,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298023,6 +308661,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298051,6 +308690,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298079,6 +308719,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298107,6 +308748,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298135,6 +308777,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298163,6 +308806,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298191,6 +308835,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298219,6 +308864,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298247,6 +308893,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298275,6 +308922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298303,6 +308951,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298331,6 +308980,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298359,6 +309009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298387,6 +309038,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298415,6 +309067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298443,6 +309096,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298471,6 +309125,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298499,6 +309154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298527,6 +309183,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298555,6 +309212,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298583,6 +309241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298611,6 +309270,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298639,6 +309299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298667,6 +309328,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298695,6 +309357,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298723,6 +309386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298751,6 +309415,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298779,6 +309444,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298807,6 +309473,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298835,6 +309502,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298863,6 +309531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -298891,6 +309560,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -298919,6 +309589,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -298947,6 +309618,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -298975,6 +309647,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299003,6 +309676,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299031,6 +309705,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299059,6 +309734,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299087,6 +309763,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299115,6 +309792,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299143,6 +309821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299171,6 +309850,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299199,6 +309879,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299227,6 +309908,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299255,6 +309937,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299283,6 +309966,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299311,6 +309995,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299339,6 +310024,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299367,6 +310053,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299395,6 +310082,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299423,6 +310111,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299451,6 +310140,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299479,6 +310169,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299507,6 +310198,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299535,6 +310227,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299563,6 +310256,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299591,6 +310285,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299619,6 +310314,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299647,6 +310343,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299675,6 +310372,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299703,6 +310401,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299731,6 +310430,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299759,6 +310459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299787,6 +310488,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299815,6 +310517,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299843,6 +310546,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299871,6 +310575,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299899,6 +310604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299927,6 +310633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299955,6 +310662,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -299983,6 +310691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300011,6 +310720,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300039,6 +310749,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300067,6 +310778,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300095,6 +310807,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300123,6 +310836,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300151,6 +310865,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300179,6 +310894,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300207,6 +310923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300235,6 +310952,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300263,6 +310981,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300291,6 +311010,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300319,6 +311039,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300347,6 +311068,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300375,6 +311097,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300403,6 +311126,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300431,6 +311155,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300459,6 +311184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300487,6 +311213,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300515,6 +311242,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300543,6 +311271,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300571,6 +311300,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300599,6 +311329,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300627,6 +311358,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300655,6 +311387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300683,6 +311416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300711,6 +311445,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300739,6 +311474,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300767,6 +311503,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300795,6 +311532,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300823,6 +311561,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300851,6 +311590,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300879,6 +311619,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300907,6 +311648,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300935,6 +311677,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300963,6 +311706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -300991,6 +311735,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301019,6 +311764,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301047,6 +311793,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301075,6 +311822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301103,6 +311851,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301131,6 +311880,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301159,6 +311909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301187,6 +311938,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301215,6 +311967,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301243,6 +311996,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301271,6 +312025,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301299,6 +312054,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301327,6 +312083,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301355,6 +312112,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301383,6 +312141,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301411,6 +312170,7 @@ "orig": "fl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301439,6 +312199,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301467,6 +312228,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301495,6 +312257,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301523,6 +312286,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301551,6 +312315,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301579,6 +312344,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301607,6 +312373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301635,6 +312402,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301663,6 +312431,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301691,6 +312460,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301719,6 +312489,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301747,6 +312518,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301775,6 +312547,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301803,6 +312576,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301831,6 +312605,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301859,6 +312634,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301887,6 +312663,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301915,6 +312692,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301943,6 +312721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301971,6 +312750,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -301999,6 +312779,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302027,6 +312808,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302055,6 +312837,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302083,6 +312866,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302111,6 +312895,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302139,6 +312924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302167,6 +312953,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302195,6 +312982,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302223,6 +313011,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302251,6 +313040,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302279,6 +313069,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302307,6 +313098,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302335,6 +313127,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302363,6 +313156,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302391,6 +313185,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302419,6 +313214,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302447,6 +313243,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302475,6 +313272,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302503,6 +313301,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302531,6 +313330,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302559,6 +313359,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302587,6 +313388,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302615,6 +313417,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302643,6 +313446,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302671,6 +313475,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302699,6 +313504,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302727,6 +313533,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302755,6 +313562,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302783,6 +313591,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302811,6 +313620,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302839,6 +313649,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302867,6 +313678,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302895,6 +313707,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302923,6 +313736,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302951,6 +313765,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -302979,6 +313794,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303007,6 +313823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303035,6 +313852,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303063,6 +313881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303091,6 +313910,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303119,6 +313939,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303147,6 +313968,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303175,6 +313997,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303203,6 +314026,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303231,6 +314055,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303259,6 +314084,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303287,6 +314113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303315,6 +314142,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303343,6 +314171,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303371,6 +314200,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303399,6 +314229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303427,6 +314258,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303455,6 +314287,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303483,6 +314316,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303511,6 +314345,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303539,6 +314374,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303567,6 +314403,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303595,6 +314432,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303623,6 +314461,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303651,6 +314490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303679,6 +314519,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303707,6 +314548,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303735,6 +314577,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303763,6 +314606,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303791,6 +314635,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303819,6 +314664,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303847,6 +314693,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303875,6 +314722,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303903,6 +314751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303931,6 +314780,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303959,6 +314809,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -303987,6 +314838,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304015,6 +314867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304043,6 +314896,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304071,6 +314925,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304099,6 +314954,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304127,6 +314983,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304155,6 +315012,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304183,6 +315041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304211,6 +315070,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304239,6 +315099,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304267,6 +315128,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304295,6 +315157,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304323,6 +315186,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304351,6 +315215,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304379,6 +315244,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304407,6 +315273,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304435,6 +315302,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304463,6 +315331,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304491,6 +315360,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304519,6 +315389,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304547,6 +315418,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304575,6 +315447,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304603,6 +315476,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304631,6 +315505,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304659,6 +315534,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304687,6 +315563,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304715,6 +315592,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304743,6 +315621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304771,6 +315650,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304799,6 +315679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304827,6 +315708,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304855,6 +315737,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304883,6 +315766,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304911,6 +315795,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304939,6 +315824,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304967,6 +315853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -304995,6 +315882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305023,6 +315911,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305051,6 +315940,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305079,6 +315969,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305107,6 +315998,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305135,6 +316027,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305163,6 +316056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305191,6 +316085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305219,6 +316114,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305247,6 +316143,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305275,6 +316172,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305303,6 +316201,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305331,6 +316230,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305359,6 +316259,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305387,6 +316288,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305415,6 +316317,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305443,6 +316346,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305471,6 +316375,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305499,6 +316404,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305527,6 +316433,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305555,6 +316462,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305583,6 +316491,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305611,6 +316520,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305639,6 +316549,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305667,6 +316578,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305695,6 +316607,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305723,6 +316636,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305751,6 +316665,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305779,6 +316694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305807,6 +316723,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305835,6 +316752,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305863,6 +316781,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305891,6 +316810,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305919,6 +316839,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305947,6 +316868,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -305975,6 +316897,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306003,6 +316926,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306031,6 +316955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306059,6 +316984,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306087,6 +317013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306115,6 +317042,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306143,6 +317071,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306171,6 +317100,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306199,6 +317129,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306227,6 +317158,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306255,6 +317187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306283,6 +317216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306311,6 +317245,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306339,6 +317274,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306367,6 +317303,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306395,6 +317332,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306423,6 +317361,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306451,6 +317390,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306479,6 +317419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306507,6 +317448,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306535,6 +317477,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306563,6 +317506,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306591,6 +317535,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306619,6 +317564,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306647,6 +317593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306675,6 +317622,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306703,6 +317651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306731,6 +317680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306759,6 +317709,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306787,6 +317738,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306815,6 +317767,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306843,6 +317796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306871,6 +317825,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306899,6 +317854,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306927,6 +317883,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306955,6 +317912,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -306983,6 +317941,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -307011,6 +317970,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -307039,6 +317999,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -307067,6 +318028,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -307095,6 +318057,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -307123,6 +318086,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307151,6 +318115,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307179,6 +318144,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307207,6 +318173,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307235,6 +318202,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307263,6 +318231,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307291,6 +318260,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307319,6 +318289,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307347,6 +318318,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307375,6 +318347,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307403,6 +318376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307431,6 +318405,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307459,6 +318434,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307487,6 +318463,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307515,6 +318492,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307543,6 +318521,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307571,6 +318550,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307599,6 +318579,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307627,6 +318608,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307655,6 +318637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307683,6 +318666,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307711,6 +318695,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307739,6 +318724,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307767,6 +318753,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307795,6 +318782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307823,6 +318811,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307851,6 +318840,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307879,6 +318869,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307907,6 +318898,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307935,6 +318927,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307963,6 +318956,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -307991,6 +318985,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308019,6 +319014,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308047,6 +319043,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308075,6 +319072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308103,6 +319101,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308131,6 +319130,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308159,6 +319159,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308187,6 +319188,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308215,6 +319217,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308243,6 +319246,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308271,6 +319275,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308299,6 +319304,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308327,6 +319333,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308355,6 +319362,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308383,6 +319391,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308411,6 +319420,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308439,6 +319449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308467,6 +319478,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308495,6 +319507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308523,6 +319536,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308551,6 +319565,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308579,6 +319594,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308607,6 +319623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308635,6 +319652,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308663,6 +319681,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308691,6 +319710,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308719,6 +319739,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308747,6 +319768,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308775,6 +319797,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308803,6 +319826,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308831,6 +319855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308859,6 +319884,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308887,6 +319913,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308915,6 +319942,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308943,6 +319971,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308971,6 +320000,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -308999,6 +320029,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309027,6 +320058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309055,6 +320087,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309083,6 +320116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309111,6 +320145,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309139,6 +320174,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309167,6 +320203,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309195,6 +320232,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309223,6 +320261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309251,6 +320290,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309279,6 +320319,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309307,6 +320348,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309335,6 +320377,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309363,6 +320406,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309391,6 +320435,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309419,6 +320464,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309447,6 +320493,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309475,6 +320522,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309503,6 +320551,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309531,6 +320580,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309559,6 +320609,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309587,6 +320638,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309615,6 +320667,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309643,6 +320696,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309671,6 +320725,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309699,6 +320754,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309727,6 +320783,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309755,6 +320812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309783,6 +320841,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309811,6 +320870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309839,6 +320899,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309867,6 +320928,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309895,6 +320957,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309923,6 +320986,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309951,6 +321015,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -309979,6 +321044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310007,6 +321073,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310035,6 +321102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310063,6 +321131,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310091,6 +321160,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310119,6 +321189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310147,6 +321218,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310175,6 +321247,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310203,6 +321276,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310231,6 +321305,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310259,6 +321334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310287,6 +321363,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310315,6 +321392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310343,6 +321421,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310371,6 +321450,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310399,6 +321479,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310427,6 +321508,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310455,6 +321537,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310483,6 +321566,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310511,6 +321595,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310539,6 +321624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310567,6 +321653,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310595,6 +321682,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310623,6 +321711,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310651,6 +321740,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310679,6 +321769,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310707,6 +321798,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310735,6 +321827,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310763,6 +321856,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310791,6 +321885,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310819,6 +321914,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310847,6 +321943,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310875,6 +321972,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310903,6 +322001,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310931,6 +322030,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310959,6 +322059,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -310987,6 +322088,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311015,6 +322117,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311043,6 +322146,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311071,6 +322175,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311099,6 +322204,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311127,6 +322233,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311155,6 +322262,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311183,6 +322291,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311211,6 +322320,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311239,6 +322349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311267,6 +322378,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311295,6 +322407,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311323,6 +322436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311351,6 +322465,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311379,6 +322494,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311407,6 +322523,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311435,6 +322552,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311463,6 +322581,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311491,6 +322610,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311519,6 +322639,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311547,6 +322668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311575,6 +322697,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311603,6 +322726,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311631,6 +322755,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311659,6 +322784,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311687,6 +322813,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311715,6 +322842,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311743,6 +322871,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311771,6 +322900,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311799,6 +322929,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311827,6 +322958,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311855,6 +322987,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311883,6 +323016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311911,6 +323045,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311939,6 +323074,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311967,6 +323103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -311995,6 +323132,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312023,6 +323161,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312051,6 +323190,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312079,6 +323219,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312107,6 +323248,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312135,6 +323277,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312163,6 +323306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312191,6 +323335,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312219,6 +323364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312247,6 +323393,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312275,6 +323422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312303,6 +323451,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312331,6 +323480,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312359,6 +323509,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312387,6 +323538,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312415,6 +323567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312443,6 +323596,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312471,6 +323625,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312499,6 +323654,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312527,6 +323683,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312555,6 +323712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312583,6 +323741,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312611,6 +323770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312639,6 +323799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312667,6 +323828,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312695,6 +323857,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312723,6 +323886,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312751,6 +323915,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312779,6 +323944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312807,6 +323973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312835,6 +324002,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312863,6 +324031,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312891,6 +324060,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312919,6 +324089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312947,6 +324118,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -312975,6 +324147,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313003,6 +324176,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313031,6 +324205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313059,6 +324234,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313087,6 +324263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313115,6 +324292,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313143,6 +324321,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313171,6 +324350,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313199,6 +324379,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313227,6 +324408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313255,6 +324437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313283,6 +324466,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313311,6 +324495,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313339,6 +324524,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313367,6 +324553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313395,6 +324582,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313423,6 +324611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313451,6 +324640,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313479,6 +324669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313507,6 +324698,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313535,6 +324727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313563,6 +324756,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313591,6 +324785,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313619,6 +324814,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313647,6 +324843,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313675,6 +324872,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313703,6 +324901,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313731,6 +324930,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313759,6 +324959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313787,6 +324988,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313815,6 +325017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313843,6 +325046,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313871,6 +325075,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313899,6 +325104,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313927,6 +325133,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313955,6 +325162,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -313983,6 +325191,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314011,6 +325220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314039,6 +325249,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314067,6 +325278,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314095,6 +325307,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314123,6 +325336,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314151,6 +325365,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314179,6 +325394,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314207,6 +325423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314235,6 +325452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314263,6 +325481,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314291,6 +325510,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314319,6 +325539,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314347,6 +325568,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314375,6 +325597,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314403,6 +325626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314431,6 +325655,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314459,6 +325684,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314487,6 +325713,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314515,6 +325742,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314543,6 +325771,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314571,6 +325800,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314599,6 +325829,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314627,6 +325858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314655,6 +325887,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314683,6 +325916,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314711,6 +325945,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314739,6 +325974,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314767,6 +326003,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314795,6 +326032,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314823,6 +326061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314851,6 +326090,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314879,6 +326119,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314907,6 +326148,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314935,6 +326177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314963,6 +326206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -314991,6 +326235,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315019,6 +326264,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315047,6 +326293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315075,6 +326322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315103,6 +326351,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315131,6 +326380,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315159,6 +326409,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315187,6 +326438,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315215,6 +326467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315243,6 +326496,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315271,6 +326525,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315299,6 +326554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315327,6 +326583,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315355,6 +326612,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315383,6 +326641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315411,6 +326670,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315439,6 +326699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315467,6 +326728,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315495,6 +326757,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315523,6 +326786,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315551,6 +326815,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315579,6 +326844,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315607,6 +326873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315635,6 +326902,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315663,6 +326931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315691,6 +326960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315719,6 +326989,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315747,6 +327018,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315775,6 +327047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315803,6 +327076,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315831,6 +327105,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315859,6 +327134,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315887,6 +327163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315915,6 +327192,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315943,6 +327221,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315971,6 +327250,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -315999,6 +327279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316027,6 +327308,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316055,6 +327337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316083,6 +327366,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316111,6 +327395,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316139,6 +327424,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316167,6 +327453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316195,6 +327482,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316223,6 +327511,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316251,6 +327540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316279,6 +327569,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316307,6 +327598,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316335,6 +327627,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316363,6 +327656,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316391,6 +327685,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316419,6 +327714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316447,6 +327743,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316475,6 +327772,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316503,6 +327801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316531,6 +327830,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316559,6 +327859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316587,6 +327888,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316615,6 +327917,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316643,6 +327946,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316671,6 +327975,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316699,6 +328004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316727,6 +328033,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316755,6 +328062,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316783,6 +328091,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316811,6 +328120,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316839,6 +328149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316867,6 +328178,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316895,6 +328207,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316923,6 +328236,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316951,6 +328265,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -316979,6 +328294,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317007,6 +328323,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317035,6 +328352,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317063,6 +328381,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317091,6 +328410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317119,6 +328439,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317147,6 +328468,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317175,6 +328497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317203,6 +328526,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317231,6 +328555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317259,6 +328584,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317287,6 +328613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317315,6 +328642,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317343,6 +328671,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317371,6 +328700,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317399,6 +328729,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317427,6 +328758,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317455,6 +328787,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317483,6 +328816,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317511,6 +328845,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -317539,6 +328874,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317567,6 +328903,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317595,6 +328932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317623,6 +328961,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317651,6 +328990,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317679,6 +329019,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317707,6 +329048,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317735,6 +329077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317763,6 +329106,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317791,6 +329135,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317819,6 +329164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317847,6 +329193,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317875,6 +329222,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317903,6 +329251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317931,6 +329280,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -317959,6 +329309,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -317987,6 +329338,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318015,6 +329367,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318043,6 +329396,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318071,6 +329425,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318099,6 +329454,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318127,6 +329483,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318155,6 +329512,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318183,6 +329541,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318211,6 +329570,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318239,6 +329599,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318267,6 +329628,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318295,6 +329657,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318323,6 +329686,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318351,6 +329715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318379,6 +329744,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318407,6 +329773,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318435,6 +329802,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318463,6 +329831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318491,6 +329860,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318519,6 +329889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318547,6 +329918,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318575,6 +329947,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318603,6 +329976,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318631,6 +330005,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318659,6 +330034,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318687,6 +330063,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318715,6 +330092,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318743,6 +330121,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318771,6 +330150,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318799,6 +330179,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318827,6 +330208,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318855,6 +330237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318883,6 +330266,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318911,6 +330295,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318939,6 +330324,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318967,6 +330353,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -318995,6 +330382,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319023,6 +330411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319051,6 +330440,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319079,6 +330469,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319107,6 +330498,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319135,6 +330527,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319163,6 +330556,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319191,6 +330585,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319219,6 +330614,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319247,6 +330643,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319275,6 +330672,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319303,6 +330701,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319331,6 +330730,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319359,6 +330759,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319387,6 +330788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319415,6 +330817,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319443,6 +330846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319471,6 +330875,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319499,6 +330904,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319527,6 +330933,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319555,6 +330962,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319583,6 +330991,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319611,6 +331020,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319639,6 +331049,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319667,6 +331078,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319695,6 +331107,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319723,6 +331136,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319751,6 +331165,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319779,6 +331194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319807,6 +331223,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319835,6 +331252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319863,6 +331281,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319891,6 +331310,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319919,6 +331339,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319947,6 +331368,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -319975,6 +331397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320003,6 +331426,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320031,6 +331455,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320059,6 +331484,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320087,6 +331513,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320115,6 +331542,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320143,6 +331571,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320171,6 +331600,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320199,6 +331629,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320227,6 +331658,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -320255,6 +331687,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320283,6 +331716,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320311,6 +331745,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320339,6 +331774,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320367,6 +331803,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320395,6 +331832,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320423,6 +331861,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320451,6 +331890,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320479,6 +331919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320507,6 +331948,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320535,6 +331977,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320563,6 +332006,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320591,6 +332035,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320619,6 +332064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320647,6 +332093,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320675,6 +332122,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320703,6 +332151,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320731,6 +332180,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320759,6 +332209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320787,6 +332238,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320815,6 +332267,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320843,6 +332296,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320871,6 +332325,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320899,6 +332354,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320927,6 +332383,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320955,6 +332412,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -320983,6 +332441,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321011,6 +332470,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321039,6 +332499,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321067,6 +332528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321095,6 +332557,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321123,6 +332586,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321151,6 +332615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321179,6 +332644,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321207,6 +332673,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321235,6 +332702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321263,6 +332731,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321291,6 +332760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321319,6 +332789,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321347,6 +332818,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321375,6 +332847,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321403,6 +332876,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321431,6 +332905,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321459,6 +332934,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321487,6 +332963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321515,6 +332992,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321543,6 +333021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321571,6 +333050,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321599,6 +333079,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321627,6 +333108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321655,6 +333137,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321683,6 +333166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321711,6 +333195,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321739,6 +333224,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321767,6 +333253,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321795,6 +333282,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321823,6 +333311,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321851,6 +333340,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321879,6 +333369,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321907,6 +333398,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321935,6 +333427,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321963,6 +333456,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -321991,6 +333485,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322019,6 +333514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322047,6 +333543,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322075,6 +333572,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322103,6 +333601,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322131,6 +333630,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322159,6 +333659,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322187,6 +333688,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322215,6 +333717,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322243,6 +333746,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322271,6 +333775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322299,6 +333804,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322327,6 +333833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322355,6 +333862,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322383,6 +333891,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322411,6 +333920,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322439,6 +333949,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322467,6 +333978,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322495,6 +334007,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -322523,6 +334036,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322551,6 +334065,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322579,6 +334094,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322607,6 +334123,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322635,6 +334152,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322663,6 +334181,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322691,6 +334210,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322719,6 +334239,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322747,6 +334268,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322775,6 +334297,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322803,6 +334326,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322831,6 +334355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322859,6 +334384,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322887,6 +334413,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322915,6 +334442,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322943,6 +334471,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322971,6 +334500,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -322999,6 +334529,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -323027,6 +334558,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -323055,6 +334587,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323083,6 +334616,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323111,6 +334645,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323139,6 +334674,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323167,6 +334703,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323195,6 +334732,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323223,6 +334761,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323251,6 +334790,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323279,6 +334819,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323307,6 +334848,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323335,6 +334877,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323363,6 +334906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323391,6 +334935,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323419,6 +334964,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323447,6 +334993,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323475,6 +335022,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323503,6 +335051,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323531,6 +335080,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323559,6 +335109,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323587,6 +335138,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323615,6 +335167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323643,6 +335196,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323671,6 +335225,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323699,6 +335254,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323727,6 +335283,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323755,6 +335312,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323783,6 +335341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323811,6 +335370,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323839,6 +335399,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323867,6 +335428,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323895,6 +335457,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323923,6 +335486,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323951,6 +335515,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -323979,6 +335544,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324007,6 +335573,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324035,6 +335602,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324063,6 +335631,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324091,6 +335660,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324119,6 +335689,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324147,6 +335718,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324175,6 +335747,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324203,6 +335776,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324231,6 +335805,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324259,6 +335834,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324287,6 +335863,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324315,6 +335892,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324343,6 +335921,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324371,6 +335950,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324399,6 +335979,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324427,6 +336008,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324455,6 +336037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324483,6 +336066,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324511,6 +336095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324539,6 +336124,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324567,6 +336153,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324595,6 +336182,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324623,6 +336211,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324651,6 +336240,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324679,6 +336269,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324707,6 +336298,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324735,6 +336327,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324763,6 +336356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324791,6 +336385,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324819,6 +336414,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324847,6 +336443,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324875,6 +336472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324903,6 +336501,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324931,6 +336530,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324959,6 +336559,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -324987,6 +336588,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325015,6 +336617,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325043,6 +336646,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325071,6 +336675,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325099,6 +336704,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325127,6 +336733,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325155,6 +336762,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325183,6 +336791,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325211,6 +336820,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325239,6 +336849,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325267,6 +336878,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325295,6 +336907,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325323,6 +336936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325351,6 +336965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325379,6 +336994,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325407,6 +337023,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325435,6 +337052,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325463,6 +337081,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325491,6 +337110,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325519,6 +337139,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325547,6 +337168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325575,6 +337197,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325603,6 +337226,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325631,6 +337255,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325659,6 +337284,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325687,6 +337313,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325715,6 +337342,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325743,6 +337371,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325771,6 +337400,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325799,6 +337429,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325827,6 +337458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325855,6 +337487,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325883,6 +337516,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325911,6 +337545,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325939,6 +337574,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325967,6 +337603,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -325995,6 +337632,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326023,6 +337661,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326051,6 +337690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326079,6 +337719,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326107,6 +337748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326135,6 +337777,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326163,6 +337806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326191,6 +337835,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326219,6 +337864,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326247,6 +337893,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326275,6 +337922,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326303,6 +337951,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326331,6 +337980,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326359,6 +338009,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326387,6 +338038,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326415,6 +338067,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326443,6 +338096,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326471,6 +338125,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326499,6 +338154,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326527,6 +338183,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326555,6 +338212,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326583,6 +338241,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326611,6 +338270,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326639,6 +338299,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326667,6 +338328,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326695,6 +338357,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326723,6 +338386,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326751,6 +338415,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326779,6 +338444,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326807,6 +338473,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326835,6 +338502,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326863,6 +338531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326891,6 +338560,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326919,6 +338589,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326947,6 +338618,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -326975,6 +338647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -327003,6 +338676,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327031,6 +338705,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327059,6 +338734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327087,6 +338763,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327115,6 +338792,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327143,6 +338821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327171,6 +338850,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327199,6 +338879,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327227,6 +338908,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327255,6 +338937,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327283,6 +338966,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327311,6 +338995,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327339,6 +339024,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327367,6 +339053,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327395,6 +339082,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327423,6 +339111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327451,6 +339140,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327479,6 +339169,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327507,6 +339198,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327535,6 +339227,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327563,6 +339256,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327591,6 +339285,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327619,6 +339314,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327647,6 +339343,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327675,6 +339372,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327703,6 +339401,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327731,6 +339430,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327759,6 +339459,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327787,6 +339488,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327815,6 +339517,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327843,6 +339546,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327871,6 +339575,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327899,6 +339604,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327927,6 +339633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327955,6 +339662,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -327983,6 +339691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328011,6 +339720,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328039,6 +339749,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328067,6 +339778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328095,6 +339807,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328123,6 +339836,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328151,6 +339865,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328179,6 +339894,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328207,6 +339923,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328235,6 +339952,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328263,6 +339981,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328291,6 +340010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328319,6 +340039,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328347,6 +340068,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328375,6 +340097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328403,6 +340126,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328431,6 +340155,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328459,6 +340184,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328487,6 +340213,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328515,6 +340242,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328543,6 +340271,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328571,6 +340300,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328599,6 +340329,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328627,6 +340358,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328655,6 +340387,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328683,6 +340416,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328711,6 +340445,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328739,6 +340474,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328767,6 +340503,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328795,6 +340532,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328823,6 +340561,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328851,6 +340590,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328879,6 +340619,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328907,6 +340648,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328935,6 +340677,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328963,6 +340706,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -328991,6 +340735,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329019,6 +340764,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329047,6 +340793,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329075,6 +340822,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329103,6 +340851,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329131,6 +340880,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329159,6 +340909,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329187,6 +340938,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329215,6 +340967,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329243,6 +340996,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329271,6 +341025,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329299,6 +341054,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329327,6 +341083,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329355,6 +341112,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329383,6 +341141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329411,6 +341170,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329439,6 +341199,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329467,6 +341228,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329495,6 +341257,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329523,6 +341286,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329551,6 +341315,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329579,6 +341344,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329607,6 +341373,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329635,6 +341402,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329663,6 +341431,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329691,6 +341460,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329719,6 +341489,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329747,6 +341518,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329775,6 +341547,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329803,6 +341576,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329831,6 +341605,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329859,6 +341634,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329887,6 +341663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329915,6 +341692,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329943,6 +341721,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329971,6 +341750,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -329999,6 +341779,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330027,6 +341808,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330055,6 +341837,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330083,6 +341866,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330111,6 +341895,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330139,6 +341924,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330167,6 +341953,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330195,6 +341982,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330223,6 +342011,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330251,6 +342040,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -330279,6 +342069,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330307,6 +342098,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330335,6 +342127,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330363,6 +342156,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330391,6 +342185,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330419,6 +342214,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330447,6 +342243,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330475,6 +342272,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330503,6 +342301,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330531,6 +342330,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330559,6 +342359,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330587,6 +342388,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330615,6 +342417,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330643,6 +342446,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330671,6 +342475,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330699,6 +342504,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330727,6 +342533,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330755,6 +342562,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330783,6 +342591,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330811,6 +342620,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330839,6 +342649,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330867,6 +342678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330895,6 +342707,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330923,6 +342736,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330951,6 +342765,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -330979,6 +342794,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331007,6 +342823,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331035,6 +342852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331063,6 +342881,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331091,6 +342910,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331119,6 +342939,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331147,6 +342968,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331175,6 +342997,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331203,6 +343026,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331231,6 +343055,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331259,6 +343084,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331287,6 +343113,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331315,6 +343142,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331343,6 +343171,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331371,6 +343200,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331399,6 +343229,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331427,6 +343258,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331455,6 +343287,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331483,6 +343316,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331511,6 +343345,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331539,6 +343374,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331567,6 +343403,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331595,6 +343432,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331623,6 +343461,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331651,6 +343490,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331679,6 +343519,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331707,6 +343548,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331735,6 +343577,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331763,6 +343606,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331791,6 +343635,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331819,6 +343664,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331847,6 +343693,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331875,6 +343722,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331903,6 +343751,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331931,6 +343780,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331959,6 +343809,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -331987,6 +343838,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -332015,6 +343867,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -332043,6 +343896,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -332071,6 +343925,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -332099,6 +343954,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332127,6 +343983,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332155,6 +344012,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332183,6 +344041,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332211,6 +344070,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332239,6 +344099,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332267,6 +344128,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332295,6 +344157,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332323,6 +344186,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332351,6 +344215,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332379,6 +344244,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332407,6 +344273,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332435,6 +344302,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332463,6 +344331,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332491,6 +344360,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332519,6 +344389,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332547,6 +344418,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332575,6 +344447,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332603,6 +344476,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332631,6 +344505,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332659,6 +344534,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332687,6 +344563,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332715,6 +344592,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332743,6 +344621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332771,6 +344650,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332799,6 +344679,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332827,6 +344708,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332855,6 +344737,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332883,6 +344766,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332911,6 +344795,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332939,6 +344824,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332967,6 +344853,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -332995,6 +344882,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333023,6 +344911,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333051,6 +344940,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333079,6 +344969,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333107,6 +344998,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333135,6 +345027,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333163,6 +345056,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -333193,6 +345087,7 @@ "orig": "DocLayNet:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333221,6 +345116,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333249,6 +345145,7 @@ "orig": "Large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333277,6 +345174,7 @@ "orig": "Human-Annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333305,6 +345203,7 @@ "orig": "Dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333333,6 +345232,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333361,6 +345261,7 @@ "orig": "Document-Layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333389,6 +345290,7 @@ "orig": "Analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -333417,6 +345319,7 @@ "orig": "Birgit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333445,6 +345348,7 @@ "orig": "Pfitzmann", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333473,6 +345377,7 @@ "orig": "IBM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333501,6 +345406,7 @@ "orig": "Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333529,6 +345435,7 @@ "orig": "Rueschlikon,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333557,6 +345464,7 @@ "orig": "Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333585,6 +345493,7 @@ "orig": "bpf@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333613,6 +345522,7 @@ "orig": "Christoph", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333641,6 +345551,7 @@ "orig": "Auer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333669,6 +345580,7 @@ "orig": "IBM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333697,6 +345609,7 @@ "orig": "Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333725,6 +345638,7 @@ "orig": "Rueschlikon,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333753,6 +345667,7 @@ "orig": "Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333781,6 +345696,7 @@ "orig": "cau@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333809,6 +345725,7 @@ "orig": "Michele", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333837,6 +345754,7 @@ "orig": "Dolfi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333865,6 +345783,7 @@ "orig": "IBM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333893,6 +345812,7 @@ "orig": "Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333921,6 +345841,7 @@ "orig": "Rueschlikon,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333949,6 +345870,7 @@ "orig": "Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -333977,6 +345899,7 @@ "orig": "dol@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334005,6 +345928,7 @@ "orig": "Ahmed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334033,6 +345957,7 @@ "orig": "S.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334061,6 +345986,7 @@ "orig": "Nassar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334089,6 +346015,7 @@ "orig": "IBM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334117,6 +346044,7 @@ "orig": "Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334145,6 +346073,7 @@ "orig": "Rueschlikon,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334173,6 +346102,7 @@ "orig": "Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334201,6 +346131,7 @@ "orig": "ahn@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334229,6 +346160,7 @@ "orig": "Peter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334257,6 +346189,7 @@ "orig": "Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334285,6 +346218,7 @@ "orig": "IBM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334313,6 +346247,7 @@ "orig": "Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334341,6 +346276,7 @@ "orig": "Rueschlikon,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334369,6 +346305,7 @@ "orig": "Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334397,6 +346334,7 @@ "orig": "taa@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334425,6 +346363,7 @@ "orig": "ABSTRACT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -334453,6 +346392,7 @@ "orig": "Accurate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334481,6 +346421,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334509,6 +346450,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334537,6 +346479,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334565,6 +346508,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334593,6 +346537,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334621,6 +346566,7 @@ "orig": "key", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334649,6 +346595,7 @@ "orig": "requirement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334677,6 +346624,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334705,6 +346653,7 @@ "orig": "high-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334733,6 +346682,7 @@ "orig": "quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334761,6 +346711,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334789,6 +346740,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334817,6 +346769,7 @@ "orig": "conversion.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334845,6 +346798,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334873,6 +346827,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334901,6 +346856,7 @@ "orig": "recent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334929,6 +346885,7 @@ "orig": "availability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334957,6 +346914,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -334985,6 +346943,7 @@ "orig": "public,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335013,6 +346972,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335041,6 +347001,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335069,6 +347030,7 @@ "orig": "datasets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335097,6 +347059,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335125,6 +347088,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335153,6 +347117,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335181,6 +347146,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335209,6 +347175,7 @@ "orig": "DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335237,6 +347204,7 @@ "orig": "deep-learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335265,6 +347233,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335293,6 +347262,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335321,6 +347291,7 @@ "orig": "proven", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335349,6 +347320,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335377,6 +347349,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335405,6 +347378,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335433,6 +347407,7 @@ "orig": "effective", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335461,6 +347436,7 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335489,6 +347465,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335517,6 +347494,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335545,6 +347523,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335573,6 +347552,7 @@ "orig": "segmentation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335601,6 +347581,7 @@ "orig": "While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335629,6 +347610,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335657,6 +347639,7 @@ "orig": "datasets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335685,6 +347668,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335713,6 +347697,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335741,6 +347726,7 @@ "orig": "adequate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335769,6 +347755,7 @@ "orig": "size", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335797,6 +347784,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335825,6 +347813,7 @@ "orig": "train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335853,6 +347842,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335881,6 +347871,7 @@ "orig": "models,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335909,6 +347900,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335937,6 +347929,7 @@ "orig": "severely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335965,6 +347958,7 @@ "orig": "lack", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -335993,6 +347987,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336021,6 +348016,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336049,6 +348045,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336077,6 +348074,7 @@ "orig": "since", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336105,6 +348103,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336133,6 +348132,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336161,6 +348161,7 @@ "orig": "sourced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336189,6 +348190,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336217,6 +348219,7 @@ "orig": "scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336245,6 +348248,7 @@ "orig": "article", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336273,6 +348277,7 @@ "orig": "repositories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336301,6 +348306,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336329,6 +348335,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336357,6 +348364,7 @@ "orig": "PubMed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336385,6 +348393,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336413,6 +348422,7 @@ "orig": "arXiv", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336441,6 +348451,7 @@ "orig": "only.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336469,6 +348480,7 @@ "orig": "Consequently,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336497,6 +348509,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336525,6 +348538,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336553,6 +348567,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336581,6 +348596,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336609,6 +348625,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336637,6 +348654,7 @@ "orig": "segmentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336665,6 +348683,7 @@ "orig": "drops", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336693,6 +348712,7 @@ "orig": "significantly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336721,6 +348741,7 @@ "orig": "when", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336749,6 +348770,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336777,6 +348799,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336805,6 +348828,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336833,6 +348857,7 @@ "orig": "applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336861,6 +348886,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336889,6 +348915,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336917,6 +348944,7 @@ "orig": "challenging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336945,6 +348973,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -336973,6 +349002,7 @@ "orig": "diverse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337001,6 +349031,7 @@ "orig": "layouts.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337029,6 +349060,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337057,6 +349089,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337085,6 +349118,7 @@ "orig": "paper,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337113,6 +349147,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337141,6 +349176,7 @@ "orig": "present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337169,6 +349205,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -337197,6 +349234,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337225,6 +349263,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337253,6 +349292,7 @@ "orig": "new,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337281,6 +349321,7 @@ "orig": "publicly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337309,6 +349350,7 @@ "orig": "available,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337337,6 +349379,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337365,6 +349408,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337393,6 +349437,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337421,6 +349466,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337449,6 +349495,7 @@ "orig": "COCO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337477,6 +349524,7 @@ "orig": "format.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337505,6 +349553,7 @@ "orig": "It", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337533,6 +349582,7 @@ "orig": "contains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337561,6 +349611,7 @@ "orig": "80863", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337589,6 +349640,7 @@ "orig": "manually", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337617,6 +349669,7 @@ "orig": "annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337645,6 +349698,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337673,6 +349727,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337701,6 +349756,7 @@ "orig": "diverse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337729,6 +349785,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337757,6 +349814,7 @@ "orig": "sources", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337785,6 +349843,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337813,6 +349872,7 @@ "orig": "represent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337841,6 +349901,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337869,6 +349930,7 @@ "orig": "wide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337897,6 +349959,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337925,6 +349988,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337953,6 +350017,7 @@ "orig": "layouts.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -337981,6 +350046,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338009,6 +350075,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338037,6 +350104,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338065,6 +350133,7 @@ "orig": "page,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338093,6 +350162,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338121,6 +350191,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338149,6 +350220,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338177,6 +350249,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338205,6 +350278,7 @@ "orig": "labelled", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338233,6 +350307,7 @@ "orig": "bounding-boxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338261,6 +350336,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338289,6 +350365,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338317,6 +350394,7 @@ "orig": "choice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338345,6 +350423,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338373,6 +350452,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338401,6 +350481,7 @@ "orig": "distinct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338429,6 +350510,7 @@ "orig": "classes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338457,6 +350539,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338485,6 +350568,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338513,6 +350597,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338541,6 +350626,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338569,6 +350655,7 @@ "orig": "subset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338597,6 +350684,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338625,6 +350713,7 @@ "orig": "double-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338653,6 +350742,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338681,6 +350771,7 @@ "orig": "triple-annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338709,6 +350800,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338737,6 +350829,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338765,6 +350858,7 @@ "orig": "determine", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338793,6 +350887,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338821,6 +350916,7 @@ "orig": "inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338849,6 +350945,7 @@ "orig": "agreement.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338877,6 +350974,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338905,6 +351003,7 @@ "orig": "multiple", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338933,6 +351032,7 @@ "orig": "experiments,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338961,6 +351061,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -338989,6 +351090,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339017,6 +351119,7 @@ "orig": "baseline", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339045,6 +351148,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339073,6 +351177,7 @@ "orig": "scores", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339101,6 +351206,7 @@ "orig": "(in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339129,6 +351235,7 @@ "orig": "mAP)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339157,6 +351264,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339185,6 +351293,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339213,6 +351322,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339241,6 +351351,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339269,6 +351380,7 @@ "orig": "popular", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339297,6 +351409,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339325,6 +351438,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339353,6 +351467,7 @@ "orig": "models.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339381,6 +351496,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339409,6 +351525,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339437,6 +351554,7 @@ "orig": "demonstrate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339465,6 +351583,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339493,6 +351612,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339521,6 +351641,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339549,6 +351670,7 @@ "orig": "fall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339577,6 +351699,7 @@ "orig": "approximately", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339605,6 +351728,7 @@ "orig": "10%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339633,6 +351757,7 @@ "orig": "behind", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339661,6 +351786,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339689,6 +351815,7 @@ "orig": "inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339717,6 +351844,7 @@ "orig": "agreement.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339745,6 +351873,7 @@ "orig": "Fur-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339773,6 +351902,7 @@ "orig": "thermore,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339801,6 +351931,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339829,6 +351960,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339857,6 +351989,7 @@ "orig": "evidence", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339885,6 +352018,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339913,6 +352047,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339941,6 +352076,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339969,6 +352105,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -339997,6 +352134,7 @@ "orig": "sufficient", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340025,6 +352163,7 @@ "orig": "size.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340053,6 +352192,7 @@ "orig": "Lastly,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340081,6 +352221,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340109,6 +352250,7 @@ "orig": "compare", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340137,6 +352279,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340165,6 +352308,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340193,6 +352337,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340221,6 +352366,7 @@ "orig": "PubLayNet,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340249,6 +352395,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340277,6 +352424,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340305,6 +352453,7 @@ "orig": "DocLayNet,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340333,6 +352482,7 @@ "orig": "showing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340361,6 +352511,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340389,6 +352540,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340417,6 +352569,7 @@ "orig": "predictions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340445,6 +352598,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340473,6 +352627,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340501,6 +352656,7 @@ "orig": "DocLayNet-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340529,6 +352685,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340557,6 +352714,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340585,6 +352743,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340613,6 +352772,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340641,6 +352801,7 @@ "orig": "robust", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340669,6 +352830,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340697,6 +352859,7 @@ "orig": "thus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340725,6 +352888,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340753,6 +352917,7 @@ "orig": "preferred", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340781,6 +352946,7 @@ "orig": "choice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340809,6 +352975,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340837,6 +353004,7 @@ "orig": "general-purpose", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340865,6 +353033,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340893,6 +353062,7 @@ "orig": "analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -340921,6 +353091,7 @@ "orig": "CCS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -340949,6 +353120,7 @@ "orig": "CONCEPTS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -340977,6 +353149,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -341005,6 +353178,7 @@ "orig": "Informationsystems", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341033,6 +353207,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -341061,6 +353236,7 @@ "orig": "Documentstructure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341089,6 +353265,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341117,6 +353294,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -341145,6 +353323,7 @@ "orig": "Appliedcom-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341173,6 +353352,7 @@ "orig": "puting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341201,6 +353381,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -341229,6 +353410,7 @@ "orig": "Document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341257,6 +353439,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341285,6 +353468,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341313,6 +353497,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -341341,6 +353526,7 @@ "orig": "Computing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341369,6 +353555,7 @@ "orig": "methodologies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341397,6 +353584,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -341425,6 +353613,7 @@ "orig": "Machine", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341453,6 +353642,7 @@ "orig": "learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341481,6 +353671,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341509,6 +353700,7 @@ "orig": "Computer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341537,6 +353729,7 @@ "orig": "vision", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -341565,6 +353758,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341593,6 +353787,7 @@ "orig": "Object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -341621,6 +353816,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -341649,6 +353845,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341677,6 +353874,7 @@ "orig": "Permission", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341705,6 +353903,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341733,6 +353932,7 @@ "orig": "make", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341761,6 +353961,7 @@ "orig": "digital", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341789,6 +353990,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341817,6 +354019,7 @@ "orig": "hard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341845,6 +354048,7 @@ "orig": "copies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341873,6 +354077,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341901,6 +354106,7 @@ "orig": "part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341929,6 +354135,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341957,6 +354164,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -341985,6 +354193,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342013,6 +354222,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342041,6 +354251,7 @@ "orig": "work", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342069,6 +354280,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342097,6 +354309,7 @@ "orig": "personal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342125,6 +354338,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342153,6 +354367,7 @@ "orig": "classroom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342181,6 +354396,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342209,6 +354425,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342237,6 +354454,7 @@ "orig": "granted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342265,6 +354483,7 @@ "orig": "without", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342293,6 +354512,7 @@ "orig": "fee", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342321,6 +354541,7 @@ "orig": "provided", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342349,6 +354570,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342377,6 +354599,7 @@ "orig": "copies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342405,6 +354628,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342433,6 +354657,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342461,6 +354686,7 @@ "orig": "made", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342489,6 +354715,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342517,6 +354744,7 @@ "orig": "distributed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342545,6 +354773,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342573,6 +354802,7 @@ "orig": "profit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342601,6 +354831,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342629,6 +354860,7 @@ "orig": "commercial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342657,6 +354889,7 @@ "orig": "advantage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342685,6 +354918,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342713,6 +354947,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342741,6 +354976,7 @@ "orig": "copies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342769,6 +355005,7 @@ "orig": "bear", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342797,6 +355034,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342825,6 +355063,7 @@ "orig": "notice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342853,6 +355092,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342881,6 +355121,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342909,6 +355150,7 @@ "orig": "full", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342937,6 +355179,7 @@ "orig": "citation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342965,6 +355208,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -342993,6 +355237,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343021,6 +355266,7 @@ "orig": "first", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343049,6 +355295,7 @@ "orig": "page.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343077,6 +355324,7 @@ "orig": "Copyrights", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343105,6 +355353,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343133,6 +355382,7 @@ "orig": "third-party", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343161,6 +355411,7 @@ "orig": "components", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343189,6 +355440,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343217,6 +355469,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343245,6 +355498,7 @@ "orig": "work", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343273,6 +355527,7 @@ "orig": "must", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343301,6 +355556,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343329,6 +355585,7 @@ "orig": "honored.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343357,6 +355614,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343385,6 +355643,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343413,6 +355672,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343441,6 +355701,7 @@ "orig": "uses,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343469,6 +355730,7 @@ "orig": "contact", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343497,6 +355759,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343525,6 +355788,7 @@ "orig": "owner/author(s).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343553,6 +355817,7 @@ "orig": "KDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343581,6 +355846,7 @@ "orig": "'22,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343609,6 +355875,7 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343637,6 +355904,7 @@ "orig": "14-18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343665,6 +355933,7 @@ "orig": "2022,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343693,6 +355962,7 @@ "orig": "Washington,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343721,6 +355991,7 @@ "orig": "DC,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343749,6 +356020,7 @@ "orig": "USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -343777,6 +356049,7 @@ "orig": "\u00a9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -343805,6 +356078,7 @@ "orig": "2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343833,6 +356107,7 @@ "orig": "Copyright", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343861,6 +356136,7 @@ "orig": "held", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343889,6 +356165,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343917,6 +356194,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343945,6 +356223,7 @@ "orig": "owner/author(s).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -343973,6 +356252,7 @@ "orig": "ACM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -344001,6 +356281,7 @@ "orig": "ISBN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -344029,6 +356310,7 @@ "orig": "978-1-4503-9385-0/22/08.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -344057,6 +356339,7 @@ "orig": "https://doi.org/10.1145/3534678.3539043", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -344081,10 +356364,11 @@ "r_y3": 439.734, "coord_origin": "BOTTOMLEFT" }, - "text": "13", - "orig": "13", + "text": "!\"", + "orig": "!\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -344101,18 +356385,19 @@ "rect": { "r_x0": 327.83, "r_y0": 458.769, - "r_x1": 333.161, + "r_x1": 351.161, "r_y1": 458.769, - "r_x2": 333.161, + "r_x2": 351.161, "r_y2": 460.039, "r_x3": 327.83, "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "USING", - "orig": "USING", + "text": "#$%&'()*+(,+-)%./0()#1+(2", + "orig": "#$%&'()*+(,+-)%./0()#1+(2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -344127,20 +356412,21 @@ "a": 255 }, "rect": { - "r_x0": 333.65, - "r_y0": 458.769, - "r_x1": 336.8, - "r_y1": 458.769, - "r_x2": 336.8, - "r_y2": 460.039, - "r_x3": 333.65, - "r_y3": 460.039, + "r_x0": 327.83, + "r_y0": 457.159, + "r_x1": 348.305, + "r_y1": 457.159, + "r_x2": 348.305, + "r_y2": 458.429, + "r_x3": 327.83, + "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "THE", - "orig": "THE", + "text": "345+0$(/6!!7\"89!!7\":", + "orig": "345+0$(/6!!7\"89!!7\":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -344155,24 +356441,25 @@ "a": 255 }, "rect": { - "r_x0": 337.289, - "r_y0": 458.769, - "r_x1": 345.292, - "r_y1": 458.769, - "r_x2": 345.292, - "r_y2": 460.039, - "r_x3": 337.289, - "r_y3": 460.039, + "r_x0": 327.83, + "r_y0": 454.145, + "r_x1": 350.743, + "r_y1": 454.145, + "r_x2": 350.743, + "r_y2": 455.256, + "r_x3": 327.83, + "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "VERTICAL", - "orig": "VERTICAL", + "text": "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", + "orig": "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 393, @@ -344183,24 +356470,25 @@ "a": 255 }, "rect": { - "r_x0": 345.782, - "r_y0": 458.769, - "r_x1": 349.986, - "r_y1": 458.769, - "r_x2": 349.986, - "r_y2": 460.039, - "r_x3": 345.782, - "r_y3": 460.039, + "r_x0": 327.83, + "r_y0": 452.713, + "r_x1": 328.271, + "r_y1": 452.713, + "r_x2": 328.271, + "r_y2": 453.825, + "r_x3": 327.83, + "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "TUBE", - "orig": "TUBE", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 394, @@ -344211,24 +356499,25 @@ "a": 255 }, "rect": { - "r_x0": 350.474, - "r_y0": 458.769, - "r_x1": 351.161, - "r_y1": 458.769, - "r_x2": 351.161, - "r_y2": 460.039, - "r_x3": 350.474, - "r_y3": 460.039, + "r_x0": 334.268, + "r_y0": 452.713, + "r_x1": 353.58, + "r_y1": 452.713, + "r_x2": 353.58, + "r_y2": 453.825, + "r_x3": 334.268, + "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "#40,-#'*&5*06#4(#)4#7%4)46(,7%", + "orig": "#40,-#'*&5*06#4(#)4#7%4)46(,7%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 395, @@ -344239,24 +356528,25 @@ "a": 255 }, "rect": { - "r_x0": 327.83, - "r_y0": 457.159, - "r_x1": 334.494, - "r_y1": 457.159, - "r_x2": 334.494, - "r_y2": 458.429, - "r_x3": 327.83, - "r_y3": 458.429, + "r_x0": 328.651, + "r_y0": 452.713, + "r_x1": 329.092, + "r_y1": 452.713, + "r_x2": 329.092, + "r_y2": 453.825, + "r_x3": 328.651, + "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "MODELS", - "orig": "MODELS", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 396, @@ -344267,24 +356557,25 @@ "a": 255 }, "rect": { - "r_x0": 334.983, - "r_y0": 457.159, - "r_x1": 348.305, - "r_y1": 457.159, - "r_x2": 348.305, - "r_y2": 458.429, - "r_x3": 334.983, - "r_y3": 458.429, + "r_x0": 329.533, + "r_y0": 452.713, + "r_x1": 334.629, + "r_y1": 452.713, + "r_x2": 334.629, + "r_y2": 453.825, + "r_x3": 329.533, + "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "AY11230/11234", - "orig": "AY11230/11234", + "text": "*01)(.+)*", + "orig": "*01)(.+)*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 397, @@ -344295,20 +356586,21 @@ "a": 255 }, "rect": { - "r_x0": 327.83, - "r_y0": 454.145, - "r_x1": 329.082, - "r_y1": 454.145, - "r_x2": 329.082, - "r_y2": 455.256, - "r_x3": 327.83, - "r_y3": 455.256, + "r_x0": 352.409, + "r_y0": 452.713, + "r_x1": 352.85, + "r_y1": 452.713, + "r_x2": 352.85, + "r_y2": 453.825, + "r_x3": 352.409, + "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "1.", - "orig": "1.", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344323,20 +356615,21 @@ "a": 255 }, "rect": { - "r_x0": 329.523, - "r_y0": 454.145, - "r_x1": 331.832, - "r_y1": 454.145, - "r_x2": 331.832, - "r_y2": 455.256, - "r_x3": 329.523, - "r_y3": 455.256, + "r_x0": 327.771, + "r_y0": 451.282, + "r_x1": 328.212, + "r_y1": 451.282, + "r_x2": 328.212, + "r_y2": 452.393, + "r_x3": 327.771, + "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "The", - "orig": "The", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344351,20 +356644,21 @@ "a": 255 }, "rect": { - "r_x0": 332.27, - "r_y0": 454.145, - "r_x1": 336.873, - "r_y1": 454.145, - "r_x2": 336.873, - "r_y2": 455.256, - "r_x3": 332.27, - "r_y3": 455.256, + "r_x0": 328.652, + "r_y0": 451.282, + "r_x1": 329.093, + "r_y1": 451.282, + "r_x2": 329.093, + "r_y2": 452.393, + "r_x3": 328.652, + "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "vertical", - "orig": "vertical", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344379,20 +356673,21 @@ "a": 255 }, "rect": { - "r_x0": 337.314, - "r_y0": 454.145, - "r_x1": 340.123, - "r_y1": 454.145, - "r_x2": 340.123, - "r_y2": 455.256, - "r_x3": 337.314, - "r_y3": 455.256, + "r_x0": 329.534, + "r_y0": 451.282, + "r_x1": 352.431, + "r_y1": 451.282, + "r_x2": 352.431, + "r_y2": 452.393, + "r_x3": 329.534, + "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "tube", - "orig": "tube", + "text": ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", + "orig": ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344407,20 +356702,21 @@ "a": 255 }, "rect": { - "r_x0": 340.562, - "r_y0": 454.145, - "r_x1": 342.757, - "r_y1": 454.145, - "r_x2": 342.757, - "r_y2": 455.256, - "r_x3": 340.562, - "r_y3": 455.256, + "r_x0": 340.706, + "r_y0": 449.85, + "r_x1": 341.147, + "r_y1": 449.85, + "r_x2": 341.147, + "r_y2": 450.962, + "r_x3": 340.706, + "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "can", - "orig": "can", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344435,20 +356731,21 @@ "a": 255 }, "rect": { - "r_x0": 343.196, - "r_y0": 454.145, - "r_x1": 344.722, - "r_y1": 454.145, - "r_x2": 344.722, - "r_y2": 455.256, - "r_x3": 343.196, - "r_y3": 455.256, + "r_x0": 347.144, + "r_y0": 449.85, + "r_x1": 347.585, + "r_y1": 449.85, + "r_x2": 347.585, + "r_y2": 450.962, + "r_x3": 347.144, + "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "be", - "orig": "be", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344463,20 +356760,21 @@ "a": 255 }, "rect": { - "r_x0": 345.16, - "r_y0": 454.145, - "r_x1": 348.127, - "r_y1": 454.145, - "r_x2": 348.127, - "r_y2": 455.256, - "r_x3": 345.16, - "r_y3": 455.256, + "r_x0": 328.152, + "r_y0": 449.85, + "r_x1": 328.592, + "r_y1": 449.85, + "r_x2": 328.592, + "r_y2": 450.962, + "r_x3": 328.152, + "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "used", - "orig": "used", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344491,20 +356789,21 @@ "a": 255 }, "rect": { - "r_x0": 348.568, - "r_y0": 454.145, - "r_x1": 350.303, - "r_y1": 454.145, - "r_x2": 350.303, - "r_y2": 455.256, - "r_x3": 348.568, - "r_y3": 455.256, + "r_x0": 329.033, + "r_y0": 449.85, + "r_x1": 337.911, + "r_y1": 449.85, + "r_x2": 337.911, + "r_y2": 450.962, + "r_x3": 329.033, + "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "for", - "orig": "for", + "text": "#8*+(4#$9#.0*)", + "orig": "#8*+(4#$9#.0*)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344519,20 +356818,21 @@ "a": 255 }, "rect": { - "r_x0": 329.533, - "r_y0": 452.713, - "r_x1": 337.276, - "r_y1": 452.713, - "r_x2": 337.276, - "r_y2": 453.825, - "r_x3": 329.533, - "r_y3": 453.825, + "r_x0": 354.48, + "r_y0": 449.85, + "r_x1": 354.92, + "r_y1": 449.85, + "r_x2": 354.92, + "r_y2": 450.962, + "r_x3": 354.48, + "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": "instructional", - "orig": "instructional", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344547,20 +356847,21 @@ "a": 255 }, "rect": { - "r_x0": 337.717, - "r_y0": 452.713, - "r_x1": 342.486, - "r_y1": 452.713, - "r_x2": 342.486, - "r_y2": 453.825, - "r_x3": 337.717, - "r_y3": 453.825, + "r_x0": 327.831, + "r_y0": 448.359, + "r_x1": 354.927, + "r_y1": 448.359, + "r_x2": 354.927, + "r_y2": 449.47, + "r_x3": 327.831, + "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "viewing", - "orig": "viewing", + "text": ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", + "orig": ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344575,20 +356876,21 @@ "a": 255 }, "rect": { - "r_x0": 342.927, - "r_y0": 452.713, - "r_x1": 344.221, - "r_y1": 452.713, - "r_x2": 344.221, - "r_y2": 453.825, - "r_x3": 342.927, - "r_y3": 453.825, + "r_x0": 354.923, + "r_y0": 446.987, + "r_x1": 355.364, + "r_y1": 446.987, + "r_x2": 355.364, + "r_y2": 448.099, + "r_x3": 354.923, + "r_y3": 448.099, "coord_origin": "BOTTOMLEFT" }, - "text": "or", - "orig": "or", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344603,20 +356905,21 @@ "a": 255 }, "rect": { - "r_x0": 344.662, - "r_y0": 452.713, - "r_x1": 345.915, - "r_y1": 452.713, - "r_x2": 345.915, - "r_y2": 453.825, - "r_x3": 344.662, - "r_y3": 453.825, + "r_x0": 327.831, + "r_y0": 446.927, + "r_x1": 328.272, + "r_y1": 446.927, + "r_x2": 328.272, + "r_y2": 448.039, + "r_x3": 327.831, + "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "to", - "orig": "to", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344631,20 +356934,21 @@ "a": 255 }, "rect": { - "r_x0": 346.356, - "r_y0": 452.713, - "r_x1": 353.58, - "r_y1": 452.713, - "r_x2": 353.58, - "r_y2": 453.825, - "r_x3": 346.356, - "r_y3": 453.825, + "r_x0": 328.713, + "r_y0": 446.927, + "r_x1": 329.153, + "r_y1": 446.927, + "r_x2": 329.153, + "r_y2": 448.039, + "r_x3": 328.713, + "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "photograph", - "orig": "photograph", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344659,20 +356963,21 @@ "a": 255 }, "rect": { - "r_x0": 329.534, - "r_y0": 451.282, - "r_x1": 331.565, - "r_y1": 451.282, - "r_x2": 331.565, - "r_y2": 452.393, - "r_x3": 329.534, - "r_y3": 452.393, + "r_x0": 329.594, + "r_y0": 446.927, + "r_x1": 351.67, + "r_y1": 446.927, + "r_x2": 351.67, + "r_y2": 448.039, + "r_x3": 329.594, + "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", + "orig": ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344687,20 +356992,21 @@ "a": 255 }, "rect": { - "r_x0": 332.006, - "r_y0": 451.282, - "r_x1": 335.845, - "r_y1": 451.282, - "r_x2": 335.845, - "r_y2": 452.393, - "r_x3": 332.006, - "r_y3": 452.393, + "r_x0": 351.661, + "r_y0": 445.556, + "r_x1": 352.101, + "r_y1": 445.556, + "r_x2": 352.101, + "r_y2": 446.667, + "r_x3": 351.661, + "r_y3": 446.667, "coord_origin": "BOTTOMLEFT" }, - "text": "image", - "orig": "image", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344715,20 +357021,21 @@ "a": 255 }, "rect": { - "r_x0": 336.286, - "r_y0": 451.282, - "r_x1": 338.939, - "r_y1": 451.282, - "r_x2": 338.939, - "r_y2": 452.393, - "r_x3": 336.286, - "r_y3": 452.393, + "r_x0": 327.831, + "r_y0": 444.124, + "r_x1": 328.272, + "r_y1": 444.124, + "r_x2": 328.272, + "r_y2": 445.236, + "r_x3": 327.831, + "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": "with", - "orig": "with", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344743,20 +357050,21 @@ "a": 255 }, "rect": { - "r_x0": 339.379, - "r_y0": 451.282, - "r_x1": 340.132, - "r_y1": 451.282, - "r_x2": 340.132, - "r_y2": 452.393, - "r_x3": 339.379, - "r_y3": 452.393, + "r_x0": 334.269, + "r_y0": 444.124, + "r_x1": 334.71, + "r_y1": 444.124, + "r_x2": 334.71, + "r_y2": 445.236, + "r_x3": 334.269, + "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344771,20 +357079,21 @@ "a": 255 }, "rect": { - "r_x0": 340.572, - "r_y0": 451.282, - "r_x1": 344.407, - "r_y1": 451.282, - "r_x2": 344.407, - "r_y2": 452.393, - "r_x3": 340.572, - "r_y3": 452.393, + "r_x0": 328.212, + "r_y0": 445.496, + "r_x1": 328.652, + "r_y1": 445.496, + "r_x2": 328.652, + "r_y2": 446.607, + "r_x3": 328.212, + "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "digital", - "orig": "digital", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344799,20 +357108,21 @@ "a": 255 }, "rect": { - "r_x0": 344.847, - "r_y0": 451.282, - "r_x1": 349.503, - "r_y1": 451.282, - "r_x2": 349.503, - "r_y2": 452.393, - "r_x3": 344.847, - "r_y3": 452.393, + "r_x0": 329.093, + "r_y0": 445.496, + "r_x1": 346.332, + "r_y1": 445.496, + "r_x2": 346.332, + "r_y2": 446.607, + "r_x3": 329.093, + "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": "camera", - "orig": "camera", + "text": "#-&06)%#43#)%&#'&()*+,-#)./&\"", + "orig": "#-&06)%#43#)%&#'&()*+,-#)./&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344827,20 +357137,21 @@ "a": 255 }, "rect": { - "r_x0": 349.943, - "r_y0": 451.282, - "r_x1": 351.238, - "r_y1": 451.282, - "r_x2": 351.238, - "r_y2": 452.393, - "r_x3": 349.943, - "r_y3": 452.393, + "r_x0": 327.83, + "r_y0": 443.702, + "r_x1": 351.18, + "r_y1": 443.702, + "r_x2": 351.18, + "r_y2": 444.814, + "r_x3": 327.83, + "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "or", - "orig": "or", + "text": ">\"#?,@.(&#)%,)#/4)%#)%&#*8,6&1#*0", + "orig": ">\"#?,@.(&#)%,)#/4)%#)%&#*8,6&1#*0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344855,20 +357166,21 @@ "a": 255 }, "rect": { - "r_x0": 351.678, - "r_y0": 451.282, - "r_x1": 352.431, - "r_y1": 451.282, - "r_x2": 352.431, - "r_y2": 452.393, - "r_x3": 351.678, - "r_y3": 452.393, + "r_x0": 351.181, + "r_y0": 442.692, + "r_x1": 351.622, + "r_y1": 442.692, + "r_x2": 351.622, + "r_y2": 443.803, + "r_x3": 351.181, + "r_y3": 443.803, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344883,24 +357195,25 @@ "a": 255 }, "rect": { - "r_x0": 329.474, - "r_y0": 449.85, - "r_x1": 332.981, - "r_y1": 449.85, - "r_x2": 332.981, - "r_y2": 450.962, - "r_x3": 329.474, - "r_y3": 450.962, + "r_x0": 327.253, + "r_y0": 533.321, + "r_x1": 362.6, + "r_y1": 533.502, + "r_x2": 362.6, + "r_y2": 536.359, + "r_x3": 327.253, + "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "micro", - "orig": "micro", + "text": "4;+-/)%4&(<=>?@AB", + "orig": "4;+-/)%4&(<=>?@AB", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 419, @@ -344911,24 +357224,25 @@ "a": 255 }, "rect": { - "r_x0": 333.422, - "r_y0": 449.85, - "r_x1": 335.049, - "r_y1": 449.85, - "r_x2": 335.049, - "r_y2": 450.962, - "r_x3": 333.422, - "r_y3": 450.962, + "r_x0": 326.88, + "r_y0": 526.847, + "r_x1": 345.844, + "r_y1": 526.847, + "r_x2": 345.844, + "r_y2": 528.117, + "r_x3": 326.88, + "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "TV", - "orig": "TV", + "text": "$+0+.)%&'(41C+.)%,+(", + "orig": "$+0+.)%&'(41C+.)%,+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 420, @@ -344939,24 +357253,25 @@ "a": 255 }, "rect": { - "r_x0": 335.49, - "r_y0": 449.85, - "r_x1": 337.911, - "r_y1": 449.85, - "r_x2": 337.911, - "r_y2": 450.962, - "r_x3": 335.49, - "r_y3": 450.962, + "r_x0": 326.88, + "r_y0": 525.237, + "r_x1": 340.542, + "r_y1": 525.237, + "r_x2": 340.542, + "r_y2": 526.507, + "r_x3": 326.88, + "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "unit", - "orig": "unit", + "text": "3/'&%D%./)%4&", + "orig": "3/'&%D%./)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 421, @@ -344967,20 +357282,21 @@ "a": 255 }, "rect": { - "r_x0": 327.831, - "r_y0": 448.359, - "r_x1": 329.083, - "r_y1": 448.359, - "r_x2": 329.083, - "r_y2": 449.47, - "r_x3": 327.831, - "r_y3": 449.47, + "r_x0": 340.542, + "r_y0": 525.237, + "r_x1": 341.045, + "r_y1": 525.237, + "r_x2": 341.045, + "r_y2": 526.507, + "r_x3": 340.542, + "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "2.", - "orig": "2.", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -344995,20 +357311,21 @@ "a": 255 }, "rect": { - "r_x0": 329.524, - "r_y0": 448.359, - "r_x1": 333.931, - "r_y1": 448.359, - "r_x2": 333.931, - "r_y2": 449.47, - "r_x3": 329.524, - "r_y3": 449.47, + "r_x0": 346.194, + "r_y0": 525.237, + "r_x1": 346.698, + "r_y1": 525.237, + "r_x2": 346.698, + "r_y2": 526.507, + "r_x3": 346.194, + "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "Loosen", - "orig": "Loosen", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345023,20 +357340,21 @@ "a": 255 }, "rect": { - "r_x0": 334.372, - "r_y0": 448.359, - "r_x1": 336.404, - "r_y1": 448.359, - "r_x2": 336.404, - "r_y2": 449.47, - "r_x3": 334.372, - "r_y3": 449.47, + "r_x0": 326.88, + "r_y0": 523.627, + "r_x1": 355.17, + "r_y1": 523.627, + "r_x2": 355.17, + "r_y2": 524.897, + "r_x3": 326.88, + "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", + "orig": "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345051,20 +357369,21 @@ "a": 255 }, "rect": { - "r_x0": 336.844, - "r_y0": 448.359, - "r_x1": 342.545, - "r_y1": 448.359, - "r_x2": 342.545, - "r_y2": 449.47, - "r_x3": 336.844, - "r_y3": 449.47, + "r_x0": 326.88, + "r_y0": 522.016, + "r_x1": 356.201, + "r_y1": 522.016, + "r_x2": 356.201, + "r_y2": 523.287, + "r_x3": 326.88, + "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "retention", - "orig": "retention", + "text": "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", + "orig": "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345079,20 +357398,21 @@ "a": 255 }, "rect": { - "r_x0": 342.986, - "r_y0": 448.359, - "r_x1": 347.002, - "r_y1": 448.359, - "r_x2": 347.002, - "r_y2": 449.47, - "r_x3": 342.986, - "r_y3": 449.47, + "r_x0": 326.88, + "r_y0": 520.406, + "r_x1": 345.801, + "r_y1": 520.406, + "r_x2": 345.801, + "r_y2": 521.676, + "r_x3": 326.88, + "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "screw,", - "orig": "screw,", + "text": "####2&7)%#43#3*&-2#,02#'*&5\"", + "orig": "####2&7)%#43#3*&-2#,02#'*&5\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345107,20 +357427,21 @@ "a": 255 }, "rect": { - "r_x0": 347.442, - "r_y0": 448.359, - "r_x1": 350.266, - "r_y1": 448.359, - "r_x2": 350.266, - "r_y2": 449.47, - "r_x3": 347.442, - "r_y3": 449.47, + "r_x0": 326.88, + "r_y0": 518.796, + "r_x1": 353.377, + "r_y1": 518.796, + "r_x2": 353.377, + "r_y2": 520.066, + "r_x3": 326.88, + "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "then", - "orig": "then", + "text": ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", + "orig": ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345135,20 +357456,21 @@ "a": 255 }, "rect": { - "r_x0": 350.707, - "r_y0": 448.359, - "r_x1": 354.486, - "r_y1": 448.359, - "r_x2": 354.486, - "r_y2": 449.47, - "r_x3": 350.707, - "r_y3": 449.47, + "r_x0": 326.88, + "r_y0": 517.186, + "r_x1": 353.892, + "r_y1": 517.186, + "r_x2": 353.892, + "r_y2": 518.456, + "r_x3": 326.88, + "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": "rotate", - "orig": "rotate", + "text": "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", + "orig": "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345163,20 +357485,21 @@ "a": 255 }, "rect": { - "r_x0": 329.594, - "r_y0": 446.927, - "r_x1": 331.626, - "r_y1": 446.927, - "r_x2": 331.626, - "r_y2": 448.039, - "r_x3": 329.594, - "r_y3": 448.039, + "r_x0": 326.88, + "r_y0": 515.576, + "r_x1": 356.017, + "r_y1": 515.576, + "r_x2": 356.017, + "r_y2": 516.846, + "r_x3": 326.88, + "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", + "orig": "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345191,20 +357514,21 @@ "a": 255 }, "rect": { - "r_x0": 332.066, - "r_y0": 446.927, - "r_x1": 339.217, - "r_y1": 446.927, - "r_x2": 339.217, - "r_y2": 448.039, - "r_x3": 332.066, - "r_y3": 448.039, + "r_x0": 326.88, + "r_y0": 513.965, + "r_x1": 351.888, + "r_y1": 513.965, + "r_x2": 351.888, + "r_y2": 515.235, + "r_x3": 326.88, + "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "adjustment", - "orig": "adjustment", + "text": "####+,1&<#)%,60*3*+,)*40#+,0#/&##", + "orig": "####+,1&<#)%,60*3*+,)*40#+,0#/&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345219,20 +357543,21 @@ "a": 255 }, "rect": { - "r_x0": 339.657, - "r_y0": 446.927, - "r_x1": 342.107, - "r_y1": 446.927, - "r_x2": 342.107, - "r_y2": 448.039, - "r_x3": 339.657, - "r_y3": 448.039, + "r_x0": 352.632, + "r_y0": 513.965, + "r_x1": 353.135, + "r_y1": 513.965, + "r_x2": 353.135, + "r_y2": 515.235, + "r_x3": 352.632, + "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "ring", - "orig": "ring", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345247,20 +357572,21 @@ "a": 255 }, "rect": { - "r_x0": 342.548, - "r_y0": 446.927, - "r_x1": 343.801, - "r_y1": 446.927, - "r_x2": 343.801, - "r_y2": 448.039, - "r_x3": 342.548, - "r_y3": 448.039, + "r_x0": 326.88, + "r_y0": 512.355, + "r_x1": 335.467, + "r_y1": 512.355, + "r_x2": 335.467, + "r_y2": 513.625, + "r_x3": 326.88, + "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "to", - "orig": "to", + "text": "####+%,06&2\"", + "orig": "####+%,06&2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345275,24 +357601,25 @@ "a": 255 }, "rect": { - "r_x0": 344.241, - "r_y0": 446.927, - "r_x1": 348.757, - "r_y1": 446.927, - "r_x2": 348.757, - "r_y2": 448.039, - "r_x3": 344.241, - "r_y3": 448.039, + "r_x0": 326.88, + "r_y0": 509.135, + "r_x1": 354.578, + "r_y1": 509.135, + "r_x2": 354.578, + "r_y2": 510.405, + "r_x3": 326.88, + "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "change", - "orig": "change", + "text": ".*/&'%&'()*+(%&)+-;#;%00/-6(", + "orig": ".*/&'%&'()*+(%&)+-;#;%00/-6(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 433, @@ -345303,24 +357630,25 @@ "a": 255 }, "rect": { - "r_x0": 349.197, - "r_y0": 446.927, - "r_x1": 351.229, - "r_y1": 446.927, - "r_x2": 351.229, - "r_y2": 448.039, - "r_x3": 349.197, - "r_y3": 448.039, + "r_x0": 326.88, + "r_y0": 507.524, + "r_x1": 335.175, + "r_y1": 507.524, + "r_x2": 335.175, + "r_y2": 508.795, + "r_x3": 326.88, + "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "5%$)/&.+", + "orig": "5%$)/&.+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 434, @@ -345331,20 +357659,21 @@ "a": 255 }, "rect": { - "r_x0": 329.534, - "r_y0": 445.496, - "r_x1": 333.477, - "r_y1": 445.496, - "r_x2": 333.477, - "r_y2": 446.607, - "r_x3": 329.534, - "r_y3": 446.607, + "r_x0": 326.88, + "r_y0": 505.914, + "r_x1": 355.748, + "r_y1": 505.914, + "r_x2": 355.748, + "r_y2": 507.184, + "r_x3": 326.88, + "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "length", - "orig": "length", + "text": "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", + "orig": "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345359,20 +357688,21 @@ "a": 255 }, "rect": { - "r_x0": 333.918, - "r_y0": 445.496, - "r_x1": 335.118, - "r_y1": 445.496, - "r_x2": 335.118, - "r_y2": 446.607, - "r_x3": 333.918, - "r_y3": 446.607, + "r_x0": 326.88, + "r_y0": 504.304, + "r_x1": 344.879, + "r_y1": 504.304, + "r_x2": 344.879, + "r_y2": 505.574, + "r_x3": 326.88, + "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": "####7.7*-1#*1#)%&#*0)&(7.7*-", + "orig": "####7.7*-1#*1#)%&#*0)&(7.7*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345387,20 +357717,21 @@ "a": 255 }, "rect": { - "r_x0": 335.556, - "r_y0": 445.496, - "r_x1": 337.587, - "r_y1": 445.496, - "r_x2": 337.587, - "r_y2": 446.607, - "r_x3": 335.556, - "r_y3": 446.607, + "r_x0": 345.271, + "r_y0": 504.304, + "r_x1": 355.576, + "r_y1": 504.304, + "r_x2": 355.576, + "r_y2": 505.574, + "r_x3": 345.271, + "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": ",(B#2*1),0+&\"##", + "orig": ",(B#2*1),0+&\"##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345415,20 +357746,21 @@ "a": 255 }, "rect": { - "r_x0": 338.026, - "r_y0": 445.496, - "r_x1": 342.625, - "r_y1": 445.496, - "r_x2": 342.625, - "r_y2": 446.607, - "r_x3": 338.026, - "r_y3": 446.607, + "r_x0": 326.88, + "r_y0": 502.694, + "r_x1": 345.497, + "r_y1": 502.694, + "r_x2": 345.497, + "r_y2": 503.964, + "r_x3": 326.88, + "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "vertical", - "orig": "vertical", + "text": ":\"#$4#,2=.1)#)%&#*0)&(7.7*-", + "orig": ":\"#$4#,2=.1)#)%&#*0)&(7.7*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345443,20 +357775,21 @@ "a": 255 }, "rect": { - "r_x0": 343.066, - "r_y0": 445.496, - "r_x1": 346.332, - "r_y1": 445.496, - "r_x2": 346.332, - "r_y2": 446.607, - "r_x3": 343.066, - "r_y3": 446.607, + "r_x0": 345.889, + "r_y0": 502.694, + "r_x1": 355.17, + "r_y1": 502.694, + "r_x2": 355.17, + "r_y2": 503.964, + "r_x3": 345.889, + "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "tube.", - "orig": "tube.", + "text": ",(B#2*1),0+&#", + "orig": ",(B#2*1),0+&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345471,20 +357804,21 @@ "a": 255 }, "rect": { - "r_x0": 327.83, - "r_y0": 443.702, - "r_x1": 329.082, - "r_y1": 443.702, - "r_x2": 329.082, - "r_y2": 444.814, - "r_x3": 327.83, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 501.084, + "r_x1": 356.021, + "r_y1": 501.084, + "r_x2": 356.021, + "r_y2": 502.354, + "r_x3": 326.882, + "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "3.", - "orig": "3.", + "text": "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", + "orig": "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345499,20 +357833,21 @@ "a": 255 }, "rect": { - "r_x0": 329.523, - "r_y0": 443.702, - "r_x1": 332.817, - "r_y1": 443.702, - "r_x2": 332.817, - "r_y2": 444.814, - "r_x3": 329.523, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 499.473, + "r_x1": 351.575, + "r_y1": 499.473, + "r_x2": 351.575, + "r_y2": 500.744, + "r_x3": 326.882, + "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "Make", - "orig": "Make", + "text": "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", + "orig": "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345527,20 +357862,21 @@ "a": 255 }, "rect": { - "r_x0": 333.258, - "r_y0": 443.702, - "r_x1": 335.979, - "r_y1": 443.702, - "r_x2": 335.979, - "r_y2": 444.814, - "r_x3": 333.258, - "r_y3": 444.814, + "r_x0": 352.633, + "r_y0": 499.473, + "r_x1": 353.137, + "r_y1": 499.473, + "r_x2": 353.137, + "r_y2": 500.744, + "r_x3": 352.633, + "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "sure", - "orig": "sure", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345555,20 +357891,21 @@ "a": 255 }, "rect": { - "r_x0": 336.419, - "r_y0": 443.702, - "r_x1": 338.947, - "r_y1": 443.702, - "r_x2": 338.947, - "r_y2": 444.814, - "r_x3": 336.419, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 497.863, + "r_x1": 336.207, + "r_y1": 497.863, + "r_x2": 336.207, + "r_y2": 499.133, + "r_x3": 326.882, + "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "that", - "orig": "that", + "text": "####&B&7*&+&\"#", + "orig": "####&B&7*&+&\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345583,20 +357920,21 @@ "a": 255 }, "rect": { - "r_x0": 339.387, - "r_y0": 443.702, - "r_x1": 342.21, - "r_y1": 443.702, - "r_x2": 342.21, - "r_y2": 444.814, - "r_x3": 339.387, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 496.253, + "r_x1": 327.385, + "r_y1": 496.253, + "r_x2": 327.385, + "r_y2": 497.523, + "r_x3": 326.882, + "r_y3": 497.523, "coord_origin": "BOTTOMLEFT" }, - "text": "both", - "orig": "both", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345611,24 +357949,25 @@ "a": 255 }, "rect": { - "r_x0": 342.649, - "r_y0": 443.702, - "r_x1": 344.678, - "r_y1": 443.702, - "r_x2": 344.678, - "r_y2": 444.814, - "r_x3": 342.649, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 494.643, + "r_x1": 335.394, + "r_y1": 494.643, + "r_x2": 335.394, + "r_y2": 495.913, + "r_x3": 326.882, + "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "D4.#$%&'", + "orig": "D4.#$%&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 445, @@ -345639,20 +357978,21 @@ "a": 255 }, "rect": { - "r_x0": 345.118, - "r_y0": 443.702, - "r_x1": 349.604, - "r_y1": 443.702, - "r_x2": 349.604, - "r_y2": 444.814, - "r_x3": 345.118, - "r_y3": 444.814, + "r_x0": 326.882, + "r_y0": 493.033, + "r_x1": 353.186, + "r_y1": 493.033, + "r_x2": 353.186, + "r_y2": 494.303, + "r_x3": 326.882, + "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "images", - "orig": "images", + "text": "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", + "orig": "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345667,20 +358007,21 @@ "a": 255 }, "rect": { - "r_x0": 350.045, - "r_y0": 443.702, - "r_x1": 351.18, - "r_y1": 443.702, - "r_x2": 351.18, - "r_y2": 444.814, - "r_x3": 350.045, - "r_y3": 444.814, + "r_x0": 326.883, + "r_y0": 491.422, + "r_x1": 354.432, + "r_y1": 491.422, + "r_x2": 354.432, + "r_y2": 492.692, + "r_x3": 326.883, + "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "in", - "orig": "in", + "text": ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", + "orig": ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345695,24 +358036,25 @@ "a": 255 }, "rect": { - "r_x0": 327.253, - "r_y0": 533.321, - "r_x1": 348.978, - "r_y1": 533.321, - "r_x2": 348.978, - "r_y2": 536.179, - "r_x3": 327.253, - "r_y3": 536.179, + "r_x0": 326.883, + "r_y0": 489.812, + "r_x1": 333.328, + "r_y1": 489.812, + "r_x2": 333.328, + "r_y2": 491.082, + "r_x3": 326.883, + "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "OPERATION", - "orig": "OPERATION", + "text": "####1),6&\"", + "orig": "####1),6&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 448, @@ -345723,24 +358065,25 @@ "a": 255 }, "rect": { - "r_x0": 350.079, - "r_y0": 533.502, - "r_x1": 362.6, - "r_y1": 533.502, - "r_x2": 362.6, - "r_y2": 536.359, - "r_x3": 350.079, - "r_y3": 536.359, + "r_x0": 326.883, + "r_y0": 488.202, + "r_x1": 355.709, + "r_y1": 488.202, + "r_x2": 355.709, + "r_y2": 489.472, + "r_x3": 326.883, + "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "(cont.)", - "orig": "(cont.)", + "text": ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", + "orig": ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 449, @@ -345751,24 +358094,25 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 526.847, - "r_x1": 335.926, - "r_y1": 526.847, - "r_x2": 335.926, - "r_y2": 528.117, - "r_x3": 326.88, - "r_y3": 528.117, + "r_x0": 326.883, + "r_y0": 486.592, + "r_x1": 356.887, + "r_y1": 486.592, + "r_x2": 356.887, + "r_y2": 487.862, + "r_x3": 326.883, + "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "SELECTING", - "orig": "SELECTING", + "text": "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", + "orig": "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 450, @@ -345779,24 +358123,25 @@ "a": 255 }, "rect": { - "r_x0": 336.416, - "r_y0": 526.847, - "r_x1": 345.356, - "r_y1": 526.847, - "r_x2": 345.356, - "r_y2": 528.117, - "r_x3": 336.416, - "r_y3": 528.117, + "r_x0": 326.883, + "r_y0": 484.981, + "r_x1": 354.466, + "r_y1": 484.981, + "r_x2": 354.466, + "r_y2": 486.252, + "r_x3": 326.883, + "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "OBJECTIVE", - "orig": "OBJECTIVE", + "text": "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", + "orig": "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 451, @@ -345807,24 +358152,25 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 525.237, - "r_x1": 340.542, - "r_y1": 525.237, - "r_x2": 340.542, - "r_y2": 526.507, - "r_x3": 326.88, - "r_y3": 526.507, + "r_x0": 326.883, + "r_y0": 483.371, + "r_x1": 357.261, + "r_y1": 483.371, + "r_x2": 357.261, + "r_y2": 484.641, + "r_x3": 326.883, + "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "MAGNIFICATION", - "orig": "MAGNIFICATION", + "text": "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", + "orig": "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 452, @@ -345835,20 +358181,21 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 523.627, - "r_x1": 328.311, - "r_y1": 523.627, - "r_x2": 328.311, - "r_y2": 524.897, - "r_x3": 326.88, - "r_y3": 524.897, + "r_x0": 326.883, + "r_y0": 481.761, + "r_x1": 356.449, + "r_y1": 481.761, + "r_x2": 356.449, + "r_y2": 483.031, + "r_x3": 326.883, + "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "1.", - "orig": "1.", + "text": "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", + "orig": "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345863,20 +358210,21 @@ "a": 255 }, "rect": { - "r_x0": 328.815, - "r_y0": 523.627, - "r_x1": 332.918, - "r_y1": 523.627, - "r_x2": 332.918, - "r_y2": 524.897, - "r_x3": 328.815, - "r_y3": 524.897, + "r_x0": 326.883, + "r_y0": 480.151, + "r_x1": 343.173, + "r_y1": 480.151, + "r_x2": 343.173, + "r_y2": 481.421, + "r_x3": 326.883, + "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "There", - "orig": "There", + "text": "####,(%,(7#,02#+-&,(\"", + "orig": "####,(%,(7#,02#+-&,(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345891,24 +358239,25 @@ "a": 255 }, "rect": { - "r_x0": 333.421, - "r_y0": 523.627, - "r_x1": 335.745, - "r_y1": 523.627, - "r_x2": 335.745, - "r_y2": 524.897, - "r_x3": 333.421, - "r_y3": 524.897, + "r_x0": 326.883, + "r_y0": 476.93, + "r_x1": 344.134, + "r_y1": 476.93, + "r_x2": 344.134, + "r_y2": 478.201, + "r_x3": 326.883, + "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "are", - "orig": "are", + "text": ".*/&'%&'()*+(1#01", + "orig": ".*/&'%&'()*+(1#01", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 455, @@ -345919,20 +358268,21 @@ "a": 255 }, "rect": { - "r_x0": 336.248, - "r_y0": 523.627, - "r_x1": 338.851, - "r_y1": 523.627, - "r_x2": 338.851, - "r_y2": 524.897, - "r_x3": 336.248, - "r_y3": 524.897, + "r_x0": 326.883, + "r_y0": 475.32, + "r_x1": 348.502, + "r_y1": 475.32, + "r_x2": 348.502, + "r_y2": 476.59, + "r_x3": 326.883, + "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "two", - "orig": "two", + "text": "!\"#H*1+400&+)#)%˩&(#+4(2\"", + "orig": "!\"#H*1+400&+)#)%˩&(#+4(2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345947,20 +358297,21 @@ "a": 255 }, "rect": { - "r_x0": 339.354, - "r_y0": 523.627, - "r_x1": 347.125, - "r_y1": 523.627, - "r_x2": 347.125, - "r_y2": 524.897, - "r_x3": 339.354, - "r_y3": 524.897, + "r_x0": 326.883, + "r_y0": 473.71, + "r_x1": 354.081, + "r_y1": 473.71, + "r_x2": 354.081, + "r_y2": 474.98, + "r_x3": 326.883, + "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "objectives.", - "orig": "objectives.", + "text": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", + "orig": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -345975,20 +358326,21 @@ "a": 255 }, "rect": { - "r_x0": 347.629, - "r_y0": 523.627, - "r_x1": 350.268, - "r_y1": 523.627, - "r_x2": 350.268, - "r_y2": 524.897, - "r_x3": 347.629, - "r_y3": 524.897, + "r_x0": 326.885, + "r_y0": 472.1, + "r_x1": 335.38, + "r_y1": 472.1, + "r_x2": 335.38, + "r_y2": 473.37, + "r_x3": 326.885, + "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "The", - "orig": "The", + "text": "####4/-*J.&#*-", + "orig": "####4/-*J.&#*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346003,20 +358355,21 @@ "a": 255 }, "rect": { - "r_x0": 350.772, - "r_y0": 523.627, - "r_x1": 354.666, - "r_y1": 523.627, - "r_x2": 354.666, - "r_y2": 524.897, - "r_x3": 350.772, - "r_y3": 524.897, + "r_x0": 335.772, + "r_y0": 472.1, + "r_x1": 354.842, + "r_y1": 472.1, + "r_x2": 354.842, + "r_y2": 473.37, + "r_x3": 335.772, + "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "lower", - "orig": "lower", + "text": ".8*0,)4(#+,7#,02#(&84'&#", + "orig": ".8*0,)4(#+,7#,02#(&84'&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346031,20 +358384,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 522.016, - "r_x1": 338.566, - "r_y1": 522.016, - "r_x2": 338.566, - "r_y2": 523.287, - "r_x3": 328.895, - "r_y3": 523.287, + "r_x0": 326.885, + "r_y0": 470.49, + "r_x1": 348.021, + "r_y1": 470.49, + "r_x2": 348.021, + "r_y2": 471.76, + "r_x3": 326.885, + "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "magnification", - "orig": "magnification", + "text": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", + "orig": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346059,20 +358413,21 @@ "a": 255 }, "rect": { - "r_x0": 339.069, - "r_y0": 522.016, - "r_x1": 345.575, - "r_y1": 522.016, - "r_x2": 345.575, - "r_y2": 523.287, - "r_x3": 339.069, - "r_y3": 523.287, + "r_x0": 326.885, + "r_y0": 468.879, + "r_x1": 352.968, + "r_y1": 468.879, + "r_x2": 352.968, + "r_y2": 470.149, + "r_x3": 326.885, + "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "objective", - "orig": "objective", + "text": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", + "orig": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346087,20 +358442,21 @@ "a": 255 }, "rect": { - "r_x0": 346.078, - "r_y0": 522.016, - "r_x1": 348.589, - "r_y1": 522.016, - "r_x2": 348.589, - "r_y2": 523.287, - "r_x3": 346.078, - "r_y3": 523.287, + "r_x0": 326.886, + "r_y0": 467.269, + "r_x1": 357.529, + "r_y1": 467.269, + "r_x2": 357.529, + "r_y2": 468.539, + "r_x3": 326.886, + "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "has", - "orig": "has", + "text": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", + "orig": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346115,20 +358471,21 @@ "a": 255 }, "rect": { - "r_x0": 349.092, - "r_y0": 522.016, - "r_x1": 349.952, - "r_y1": 522.016, - "r_x2": 349.952, - "r_y2": 523.287, - "r_x3": 349.092, - "r_y3": 523.287, + "r_x0": 326.886, + "r_y0": 465.659, + "r_x1": 350.138, + "r_y1": 465.659, + "r_x2": 350.138, + "r_y2": 466.929, + "r_x3": 326.886, + "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "####(&7-,+&#)%&#%,-46&0#-,87#4(##", + "orig": "####(&7-,+&#)%&#%,-46&0#-,87#4(##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346143,20 +358500,21 @@ "a": 255 }, "rect": { - "r_x0": 350.456, - "r_y0": 522.016, - "r_x1": 355.698, - "r_y1": 522.016, - "r_x2": 355.698, - "r_y2": 523.287, - "r_x3": 350.456, - "r_y3": 523.287, + "r_x0": 352.638, + "r_y0": 465.659, + "r_x1": 353.141, + "r_y1": 465.659, + "r_x2": 353.141, + "r_y2": 466.929, + "r_x3": 352.638, + "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "greater", - "orig": "greater", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346171,20 +358529,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 520.406, - "r_x1": 332.999, - "r_y1": 520.406, - "r_x2": 332.999, - "r_y2": 521.676, - "r_x3": 328.895, - "r_y3": 521.676, + "r_x0": 326.886, + "r_y0": 464.049, + "r_x1": 353.141, + "r_y1": 464.049, + "r_x2": 353.141, + "r_y2": 465.319, + "r_x3": 326.886, + "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "depth", - "orig": "depth", + "text": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", + "orig": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346199,20 +358558,21 @@ "a": 255 }, "rect": { - "r_x0": 333.503, - "r_y0": 520.406, - "r_x1": 334.875, - "r_y1": 520.406, - "r_x2": 334.875, - "r_y2": 521.676, - "r_x3": 333.503, - "r_y3": 521.676, + "r_x0": 326.886, + "r_y0": 462.439, + "r_x1": 329.684, + "r_y1": 462.439, + "r_x2": 329.684, + "r_y2": 463.709, + "r_x3": 326.886, + "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": "####*-", + "orig": "####*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346227,20 +358587,21 @@ "a": 255 }, "rect": { - "r_x0": 335.378, - "r_y0": 520.406, - "r_x1": 338.41, - "r_y1": 520.406, - "r_x2": 338.41, - "r_y2": 521.676, - "r_x3": 335.378, - "r_y3": 521.676, + "r_x0": 330.076, + "r_y0": 462.439, + "r_x1": 336.892, + "r_y1": 462.439, + "r_x2": 336.892, + "r_y2": 463.709, + "r_x3": 330.076, + "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "field", - "orig": "field", + "text": ".8*0,)4(\"", + "orig": ".8*0,)4(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346255,24 +358616,25 @@ "a": 255 }, "rect": { - "r_x0": 338.913, - "r_y0": 520.406, - "r_x1": 341.57, - "r_y1": 520.406, - "r_x2": 341.57, - "r_y2": 521.676, - "r_x3": 338.913, - "r_y3": 521.676, + "r_x0": 358.42, + "r_y0": 526.847, + "r_x1": 366.933, + "r_y1": 526.847, + "r_x2": 366.933, + "r_y2": 528.117, + "r_x3": 358.42, + "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "D4.#$%&'", + "orig": "D4.#$%&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 468, @@ -346283,20 +358645,21 @@ "a": 255 }, "rect": { - "r_x0": 342.074, - "r_y0": 520.406, - "r_x1": 345.801, - "r_y1": 520.406, - "r_x2": 345.801, - "r_y2": 521.676, - "r_x3": 342.074, - "r_y3": 521.676, + "r_x0": 358.42, + "r_y0": 525.237, + "r_x1": 388.997, + "r_y1": 525.237, + "r_x2": 388.997, + "r_y2": 526.507, + "r_x3": 358.42, + "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "view.", - "orig": "view.", + "text": "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", + "orig": "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346311,20 +358674,21 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 518.796, - "r_x1": 328.311, - "r_y1": 518.796, - "r_x2": 328.311, - "r_y2": 520.066, - "r_x3": 326.88, - "r_y3": 520.066, + "r_x0": 358.42, + "r_y0": 523.627, + "r_x1": 384.59, + "r_y1": 523.627, + "r_x2": 384.59, + "r_y2": 524.897, + "r_x3": 358.42, + "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "2.", - "orig": "2.", + "text": "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", + "orig": "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346339,20 +358703,21 @@ "a": 255 }, "rect": { - "r_x0": 328.815, - "r_y0": 518.796, - "r_x1": 330.322, - "r_y1": 518.796, - "r_x2": 330.322, - "r_y2": 520.066, - "r_x3": 328.815, - "r_y3": 520.066, + "r_x0": 358.422, + "r_y0": 522.016, + "r_x1": 385.698, + "r_y1": 522.016, + "r_x2": 385.698, + "r_y2": 523.287, + "r_x3": 358.422, + "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "In", - "orig": "In", + "text": ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", + "orig": ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346367,20 +358732,21 @@ "a": 255 }, "rect": { - "r_x0": 330.826, - "r_y0": 518.796, - "r_x1": 334.66, - "r_y1": 518.796, - "r_x2": 334.66, - "r_y2": 520.066, - "r_x3": 330.826, - "r_y3": 520.066, + "r_x0": 358.423, + "r_y0": 520.406, + "r_x1": 385.612, + "r_y1": 520.406, + "r_x2": 385.612, + "r_y2": 521.676, + "r_x3": 358.423, + "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": "order", - "orig": "order", + "text": "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", + "orig": "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346395,20 +358761,21 @@ "a": 255 }, "rect": { - "r_x0": 335.164, + "r_x0": 358.423, "r_y0": 518.796, - "r_x1": 336.596, + "r_x1": 385.389, "r_y1": 518.796, - "r_x2": 336.596, + "r_x2": 385.389, "r_y2": 520.066, - "r_x3": 335.164, + "r_x3": 358.423, "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "to", - "orig": "to", + "text": "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", + "orig": "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346423,24 +358790,25 @@ "a": 255 }, "rect": { - "r_x0": 337.099, - "r_y0": 518.796, - "r_x1": 342.768, - "r_y1": 518.796, - "r_x2": 342.768, - "r_y2": 520.066, - "r_x3": 337.099, - "r_y3": 520.066, + "r_x0": 358.423, + "r_y0": 515.576, + "r_x1": 377.35, + "r_y1": 515.576, + "r_x2": 377.35, + "r_y2": 516.846, + "r_x3": 358.423, + "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "observe", - "orig": "observe", + "text": "E443(3/'&%D%./)%4&", + "orig": "E443(3/'&%D%./)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 474, @@ -346451,20 +358819,21 @@ "a": 255 }, "rect": { - "r_x0": 343.271, - "r_y0": 518.796, - "r_x1": 345.593, - "r_y1": 518.796, - "r_x2": 345.593, - "r_y2": 520.066, - "r_x3": 343.271, - "r_y3": 520.066, + "r_x0": 358.423, + "r_y0": 513.965, + "r_x1": 387.359, + "r_y1": 513.965, + "r_x2": 387.359, + "r_y2": 515.235, + "r_x3": 358.423, + "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", + "orig": "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346479,20 +358848,21 @@ "a": 255 }, "rect": { - "r_x0": 346.097, - "r_y0": 518.796, - "r_x1": 352.874, - "r_y1": 518.796, - "r_x2": 352.874, - "r_y2": 520.066, - "r_x3": 346.097, - "r_y3": 520.066, + "r_x0": 358.423, + "r_y0": 512.355, + "r_x1": 387.748, + "r_y1": 512.355, + "r_x2": 387.748, + "r_y2": 513.625, + "r_x3": 358.423, + "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": "specimen", - "orig": "specimen", + "text": "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", + "orig": "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346507,20 +358877,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 517.186, - "r_x1": 332.983, - "r_y1": 517.186, - "r_x2": 332.983, - "r_y2": 518.456, - "r_x3": 328.895, - "r_y3": 518.456, + "r_x0": 358.423, + "r_y0": 510.745, + "r_x1": 364.169, + "r_y1": 510.745, + "r_x2": 364.169, + "r_y2": 512.015, + "r_x3": 358.423, + "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": "easily", - "orig": "easily", + "text": "####'*&5\"", + "orig": "####'*&5\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346535,20 +358906,21 @@ "a": 255 }, "rect": { - "r_x0": 333.487, - "r_y0": 517.186, - "r_x1": 335.991, - "r_y1": 517.186, - "r_x2": 335.991, - "r_y2": 518.456, - "r_x3": 333.487, - "r_y3": 518.456, + "r_x0": 358.423, + "r_y0": 509.135, + "r_x1": 388.266, + "r_y1": 509.135, + "r_x2": 388.266, + "r_y2": 510.405, + "r_x3": 358.423, + "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "use", - "orig": "use", + "text": ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", + "orig": ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346563,20 +358935,21 @@ "a": 255 }, "rect": { - "r_x0": 336.494, - "r_y0": 517.186, - "r_x1": 338.816, - "r_y1": 517.186, - "r_x2": 338.816, - "r_y2": 518.456, - "r_x3": 336.494, - "r_y3": 518.456, + "r_x0": 358.423, + "r_y0": 507.524, + "r_x1": 381.567, + "r_y1": 507.524, + "r_x2": 381.567, + "r_y2": 508.795, + "r_x3": 358.423, + "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", + "orig": "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346591,20 +358964,21 @@ "a": 255 }, "rect": { - "r_x0": 339.32, - "r_y0": 517.186, - "r_x1": 343.214, - "r_y1": 517.186, - "r_x2": 343.214, - "r_y2": 518.456, - "r_x3": 339.32, - "r_y3": 518.456, + "r_x0": 384.175, + "r_y0": 507.524, + "r_x1": 384.678, + "r_y1": 507.524, + "r_x2": 384.678, + "r_y2": 508.795, + "r_x3": 384.175, + "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "lower", - "orig": "lower", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346619,20 +358993,21 @@ "a": 255 }, "rect": { - "r_x0": 343.718, - "r_y0": 517.186, - "r_x1": 353.389, - "r_y1": 517.186, - "r_x2": 353.389, - "r_y2": 518.456, - "r_x3": 343.718, - "r_y3": 518.456, + "r_x0": 358.423, + "r_y0": 505.914, + "r_x1": 387.673, + "r_y1": 505.914, + "r_x2": 387.673, + "r_y2": 507.184, + "r_x3": 358.423, + "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "magnification", - "orig": "magnification", + "text": "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", + "orig": "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346647,20 +359022,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 515.576, - "r_x1": 335.394, - "r_y1": 515.576, - "r_x2": 335.394, - "r_y2": 516.846, - "r_x3": 328.895, - "r_y3": 516.846, + "r_x0": 358.425, + "r_y0": 504.304, + "r_x1": 382.771, + "r_y1": 504.304, + "r_x2": 382.771, + "r_y2": 505.574, + "r_x3": 358.425, + "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "objective", - "orig": "objective", + "text": "####8,60*3*+,)*40#,02#(&M34+.1#,1##", + "orig": "####8,60*3*+,)*40#,02#(&M34+.1#,1##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346675,20 +359051,21 @@ "a": 255 }, "rect": { - "r_x0": 335.898, - "r_y0": 515.576, - "r_x1": 339.231, - "r_y1": 515.576, - "r_x2": 339.231, - "r_y2": 516.846, - "r_x3": 335.898, - "r_y3": 516.846, + "r_x0": 384.176, + "r_y0": 504.304, + "r_x1": 384.68, + "r_y1": 504.304, + "r_x2": 384.68, + "r_y2": 505.574, + "r_x3": 384.176, + "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": "first.", - "orig": "first.", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346703,20 +359080,21 @@ "a": 255 }, "rect": { - "r_x0": 339.733, - "r_y0": 515.576, - "r_x1": 343.793, - "r_y1": 515.576, - "r_x2": 343.793, - "r_y2": 516.846, - "r_x3": 339.733, - "r_y3": 516.846, + "r_x0": 358.425, + "r_y0": 502.694, + "r_x1": 367.987, + "r_y1": 502.694, + "r_x2": 367.987, + "r_y2": 503.964, + "r_x3": 358.425, + "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "Then,", - "orig": "Then,", + "text": "####0&+&11,(B\"", + "orig": "####0&+&11,(B\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346731,20 +359109,21 @@ "a": 255 }, "rect": { - "r_x0": 344.296, - "r_y0": 515.576, - "r_x1": 346.034, - "r_y1": 515.576, - "r_x2": 346.034, - "r_y2": 516.846, - "r_x3": 344.296, - "r_y3": 516.846, + "r_x0": 358.425, + "r_y0": 501.084, + "r_x1": 387.601, + "r_y1": 501.084, + "r_x2": 387.601, + "r_y2": 502.354, + "r_x3": 358.425, + "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "by", - "orig": "by", + "text": ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", + "orig": ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346759,20 +359138,21 @@ "a": 255 }, "rect": { - "r_x0": 346.533, - "r_y0": 515.576, - "r_x1": 352.184, - "r_y1": 515.576, - "r_x2": 352.184, - "r_y2": 516.846, - "r_x3": 346.533, - "r_y3": 516.846, + "r_x0": 358.425, + "r_y0": 499.473, + "r_x1": 389.075, + "r_y1": 499.473, + "r_x2": 389.075, + "r_y2": 500.744, + "r_x3": 358.425, + "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": "rotating", - "orig": "rotating", + "text": "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", + "orig": "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346787,20 +359167,21 @@ "a": 255 }, "rect": { - "r_x0": 352.688, - "r_y0": 515.576, - "r_x1": 355.01, - "r_y1": 515.576, - "r_x2": 355.01, - "r_y2": 516.846, - "r_x3": 352.688, - "r_y3": 516.846, + "r_x0": 358.425, + "r_y0": 497.863, + "r_x1": 373.137, + "r_y1": 497.863, + "r_x2": 373.137, + "r_y2": 499.133, + "r_x3": 358.425, + "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "####0&&2#,2=.1)8&0)\"", + "orig": "####0&&2#,2=.1)8&0)\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346815,24 +359196,25 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 513.965, - "r_x1": 332.619, - "r_y1": 513.965, - "r_x2": 332.619, - "r_y2": 515.235, - "r_x3": 328.895, - "r_y3": 515.235, + "r_x0": 358.425, + "r_y0": 494.643, + "r_x1": 381.745, + "r_y1": 494.643, + "r_x2": 381.745, + "r_y2": 495.913, + "r_x3": 358.425, + "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "case,", - "orig": "case,", + "text": "5%4;)+-(-%&'(/5C#$)3+&)", + "orig": "5%4;)+-(-%&'(/5C#$)3+&)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 488, @@ -346843,20 +359225,21 @@ "a": 255 }, "rect": { - "r_x0": 333.122, - "r_y0": 513.965, - "r_x1": 335.444, - "r_y1": 513.965, - "r_x2": 335.444, - "r_y2": 515.235, - "r_x3": 333.122, - "r_y3": 515.235, + "r_x0": 358.425, + "r_y0": 493.033, + "r_x1": 389.01, + "r_y1": 493.033, + "r_x2": 389.01, + "r_y2": 494.303, + "r_x3": 358.425, + "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", + "orig": "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346871,20 +359254,21 @@ "a": 255 }, "rect": { - "r_x0": 335.948, - "r_y0": 513.965, - "r_x1": 345.619, - "r_y1": 513.965, - "r_x2": 345.619, - "r_y2": 515.235, - "r_x3": 335.948, - "r_y3": 515.235, + "r_x0": 358.425, + "r_y0": 491.422, + "r_x1": 382.733, + "r_y1": 491.422, + "r_x2": 382.733, + "r_y2": 492.692, + "r_x3": 358.425, + "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "magnification", - "orig": "magnification", + "text": "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", + "orig": "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346899,20 +359283,21 @@ "a": 255 }, "rect": { - "r_x0": 346.122, - "r_y0": 513.965, - "r_x1": 348.633, - "r_y1": 513.965, - "r_x2": 348.633, - "r_y2": 515.235, - "r_x3": 346.122, - "r_y3": 515.235, + "r_x0": 384.176, + "r_y0": 491.422, + "r_x1": 384.68, + "r_y1": 491.422, + "r_x2": 384.68, + "r_y2": 492.692, + "r_x3": 384.176, + "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "can", - "orig": "can", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346927,20 +359312,21 @@ "a": 255 }, "rect": { - "r_x0": 349.137, - "r_y0": 513.965, - "r_x1": 350.881, - "r_y1": 513.965, - "r_x2": 350.881, - "r_y2": 515.235, - "r_x3": 349.137, - "r_y3": 515.235, + "r_x0": 358.425, + "r_y0": 489.812, + "r_x1": 388.701, + "r_y1": 489.812, + "r_x2": 388.701, + "r_y2": 491.082, + "r_x3": 358.425, + "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": "be", - "orig": "be", + "text": "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", + "orig": "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346955,20 +359341,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 512.355, - "r_x1": 335.467, - "r_y1": 512.355, - "r_x2": 335.467, - "r_y2": 513.625, - "r_x3": 328.895, - "r_y3": 513.625, + "r_x0": 358.425, + "r_y0": 488.202, + "r_x1": 372.501, + "r_y1": 488.202, + "r_x2": 372.501, + "r_y2": 489.472, + "r_x3": 358.425, + "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "changed.", - "orig": "changed.", + "text": "####,02#-&3)#&B&1<#34-", + "orig": "####,02#-&3)#&B&1<#34-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -346983,24 +359370,25 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 509.135, - "r_x1": 335.749, - "r_y1": 509.135, - "r_x2": 335.749, - "r_y2": 510.405, - "r_x3": 326.88, - "r_y3": 510.405, + "r_x0": 372.893, + "r_y0": 488.202, + "r_x1": 380.024, + "r_y1": 488.202, + "r_x2": 380.024, + "r_y2": 489.472, + "r_x3": 372.893, + "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "CHANGING", - "orig": "CHANGING", + "text": "45#)%"-", + "orig": "45#)%"-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 494, @@ -347011,24 +359399,25 @@ "a": 255 }, "rect": { - "r_x0": 336.238, - "r_y0": 509.135, - "r_x1": 339.388, - "r_y1": 509.135, - "r_x2": 339.388, - "r_y2": 510.405, - "r_x3": 336.238, - "r_y3": 510.405, + "r_x0": 380.416, + "r_y0": 488.202, + "r_x1": 385.147, + "r_y1": 488.202, + "r_x2": 385.147, + "r_y2": 489.472, + "r_x3": 380.416, + "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "THE", - "orig": "THE", + "text": "45*06#", + "orig": "45*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 495, @@ -347039,24 +359428,25 @@ "a": 255 }, "rect": { - "r_x0": 339.878, - "r_y0": 509.135, - "r_x1": 354.088, - "r_y1": 509.135, - "r_x2": 354.088, - "r_y2": 510.405, - "r_x3": 339.878, - "r_y3": 510.405, + "r_x0": 358.425, + "r_y0": 486.592, + "r_x1": 364.887, + "r_y1": 486.592, + "r_x2": 364.887, + "r_y2": 487.862, + "r_x3": 358.425, + "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": "INTERPUPILLARY", - "orig": "INTERPUPILLARY", + "text": "####1)&71N", + "orig": "####1)&71N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 496, @@ -347067,24 +359457,25 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 507.524, - "r_x1": 335.175, - "r_y1": 507.524, - "r_x2": 335.175, - "r_y2": 508.795, - "r_x3": 326.88, - "r_y3": 508.795, + "r_x0": 358.425, + "r_y0": 484.981, + "r_x1": 387.708, + "r_y1": 484.981, + "r_x2": 387.708, + "r_y2": 486.252, + "r_x3": 358.425, + "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": "DISTANCE", - "orig": "DISTANCE", + "text": "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", + "orig": "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 497, @@ -347095,20 +359486,21 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 505.914, - "r_x1": 328.311, - "r_y1": 505.914, - "r_x2": 328.311, - "r_y2": 507.184, - "r_x3": 326.88, - "r_y3": 507.184, + "r_x0": 358.425, + "r_y0": 483.371, + "r_x1": 387.857, + "r_y1": 483.371, + "r_x2": 387.857, + "r_y2": 484.641, + "r_x3": 358.425, + "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "1.", - "orig": "1.", + "text": "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", + "orig": "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347123,20 +359515,21 @@ "a": 255 }, "rect": { - "r_x0": 328.815, - "r_y0": 505.914, - "r_x1": 331.454, - "r_y1": 505.914, - "r_x2": 331.454, - "r_y2": 507.184, - "r_x3": 328.815, - "r_y3": 507.184, + "r_x0": 358.425, + "r_y0": 481.761, + "r_x1": 385.414, + "r_y1": 481.761, + "r_x2": 385.414, + "r_y2": 483.031, + "r_x3": 358.425, + "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": "The", - "orig": "The", + "text": "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", + "orig": "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347151,20 +359544,21 @@ "a": 255 }, "rect": { - "r_x0": 331.958, - "r_y0": 505.914, - "r_x1": 337.913, - "r_y1": 505.914, - "r_x2": 337.913, - "r_y2": 507.184, - "r_x3": 331.958, - "r_y3": 507.184, + "r_x0": 358.425, + "r_y0": 480.151, + "r_x1": 382.561, + "r_y1": 480.151, + "r_x2": 382.561, + "r_y2": 481.421, + "r_x3": 358.425, + "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "distance", - "orig": "distance", + "text": "####/\"#OB#).(0*06#)%*47)&(#(*06##", + "orig": "####/\"#OB#).(0*06#)%*47)&(#(*06##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347179,20 +359573,21 @@ "a": 255 }, "rect": { - "r_x0": 338.417, - "r_y0": 505.914, - "r_x1": 344.506, - "r_y1": 505.914, - "r_x2": 344.506, - "r_y2": 507.184, - "r_x3": 338.417, - "r_y3": 507.184, + "r_x0": 384.177, + "r_y0": 480.151, + "r_x1": 384.681, + "r_y1": 480.151, + "r_x2": 384.681, + "r_y2": 481.421, + "r_x3": 384.177, + "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": "between", - "orig": "between", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347207,20 +359602,21 @@ "a": 255 }, "rect": { - "r_x0": 345.009, - "r_y0": 505.914, - "r_x1": 347.331, - "r_y1": 505.914, - "r_x2": 347.331, - "r_y2": 507.184, - "r_x3": 345.009, - "r_y3": 507.184, + "r_x0": 358.426, + "r_y0": 478.541, + "r_x1": 386.568, + "r_y1": 478.541, + "r_x2": 386.568, + "r_y2": 479.811, + "r_x3": 358.426, + "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", + "orig": "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347235,20 +359631,21 @@ "a": 255 }, "rect": { - "r_x0": 347.835, - "r_y0": 505.914, - "r_x1": 355.244, - "r_y1": 505.914, - "r_x2": 355.244, - "r_y2": 507.184, - "r_x3": 347.835, - "r_y3": 507.184, + "r_x0": 358.426, + "r_y0": 476.93, + "r_x1": 385.703, + "r_y1": 476.93, + "r_x2": 385.703, + "r_y2": 478.201, + "r_x3": 358.426, + "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "observer's", - "orig": "observer's", + "text": "########/(*06#)%,8J*0)#*0)4#1%,(7#", + "orig": "########/(*06#)%,8J*0)#*0)4#1%,(7#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347263,20 +359660,21 @@ "a": 255 }, "rect": { - "r_x0": 328.895, - "r_y0": 504.304, - "r_x1": 333.112, - "r_y1": 504.304, - "r_x2": 333.112, - "r_y2": 505.574, - "r_x3": 328.895, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 475.32, + "r_x1": 366.744, + "r_y1": 475.32, + "r_x2": 366.744, + "r_y2": 476.59, + "r_x3": 358.426, + "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "pupils", - "orig": "pupils", + "text": "########34+.1\"", + "orig": "########34+.1\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347291,20 +359689,21 @@ "a": 255 }, "rect": { - "r_x0": 333.616, - "r_y0": 504.304, - "r_x1": 334.753, - "r_y1": 504.304, - "r_x2": 334.753, - "r_y2": 505.574, - "r_x3": 333.616, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 473.71, + "r_x1": 384.99, + "r_y1": 473.71, + "r_x2": 384.99, + "r_y2": 474.98, + "r_x3": 358.426, + "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "is", - "orig": "is", + "text": "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", + "orig": "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347319,20 +359718,21 @@ "a": 255 }, "rect": { - "r_x0": 335.257, - "r_y0": 504.304, - "r_x1": 337.579, - "r_y1": 504.304, - "r_x2": 337.579, - "r_y2": 505.574, - "r_x3": 335.257, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 472.1, + "r_x1": 386.867, + "r_y1": 472.1, + "r_x2": 386.867, + "r_y2": 473.37, + "r_x3": 358.426, + "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", + "orig": "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347347,20 +359747,21 @@ "a": 255 }, "rect": { - "r_x0": 338.082, - "r_y0": 504.304, - "r_x1": 344.879, - "r_y1": 504.304, - "r_x2": 344.879, - "r_y2": 505.574, - "r_x3": 338.082, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 470.49, + "r_x1": 385.949, + "r_y1": 470.49, + "r_x2": 385.949, + "r_y2": 471.76, + "r_x3": 358.426, + "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": "interpupil", - "orig": "interpupil", + "text": "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", + "orig": "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347375,20 +359776,21 @@ "a": 255 }, "rect": { - "r_x0": 345.271, - "r_y0": 504.304, - "r_x1": 347.589, - "r_y1": 504.304, - "r_x2": 347.589, - "r_y2": 505.574, - "r_x3": 345.271, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 468.879, + "r_x1": 387.137, + "r_y1": 468.879, + "r_x2": 387.137, + "r_y2": 470.149, + "r_x3": 358.426, + "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "ary", - "orig": "ary", + "text": "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", + "orig": "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347403,20 +359805,21 @@ "a": 255 }, "rect": { - "r_x0": 348.092, - "r_y0": 504.304, - "r_x1": 354.569, - "r_y1": 504.304, - "r_x2": 354.569, - "r_y2": 505.574, - "r_x3": 348.092, - "r_y3": 505.574, + "r_x0": 358.426, + "r_y0": 467.269, + "r_x1": 384.369, + "r_y1": 467.269, + "r_x2": 384.369, + "r_y2": 468.539, + "r_x3": 358.426, + "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "distance.", - "orig": "distance.", + "text": "########'*&5&(#1%4.-2#04)&#)%&*(#450##", + "orig": "########'*&5&(#1%4.-2#04)&#)%&*(#450##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347431,20 +359834,21 @@ "a": 255 }, "rect": { - "r_x0": 326.88, - "r_y0": 502.694, - "r_x1": 328.311, - "r_y1": 502.694, - "r_x2": 328.311, - "r_y2": 503.964, - "r_x3": 326.88, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 465.659, + "r_x1": 386.093, + "r_y1": 465.659, + "r_x2": 386.093, + "r_y2": 466.929, + "r_x3": 358.426, + "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": "2.", - "orig": "2.", + "text": "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", + "orig": "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347459,20 +359863,21 @@ "a": 255 }, "rect": { - "r_x0": 328.813, - "r_y0": 502.694, - "r_x1": 330.411, - "r_y1": 502.694, - "r_x2": 330.411, - "r_y2": 503.964, - "r_x3": 328.813, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 464.049, + "r_x1": 386.352, + "r_y1": 464.049, + "r_x2": 386.352, + "r_y2": 465.319, + "r_x3": 358.426, + "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": "To", - "orig": "To", + "text": "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", + "orig": "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347487,20 +359892,21 @@ "a": 255 }, "rect": { - "r_x0": 330.913, - "r_y0": 502.694, - "r_x1": 335.371, - "r_y1": 502.694, - "r_x2": 335.371, - "r_y2": 503.964, - "r_x3": 330.913, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 462.439, + "r_x1": 383.28, + "r_y1": 462.439, + "r_x2": 383.28, + "r_y2": 463.709, + "r_x3": 358.426, + "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "adjust", - "orig": "adjust", + "text": "########'*&5*06#1&)#)%*47)&(#(*06##", + "orig": "########'*&5*06#1&)#)%*47)&(#(*06##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347515,20 +359921,21 @@ "a": 255 }, "rect": { - "r_x0": 335.875, - "r_y0": 502.694, - "r_x1": 338.197, - "r_y1": 502.694, - "r_x2": 338.197, - "r_y2": 503.964, - "r_x3": 335.875, - "r_y3": 503.964, + "r_x0": 384.177, + "r_y0": 462.439, + "r_x1": 384.681, + "r_y1": 462.439, + "r_x2": 384.681, + "r_y2": 463.709, + "r_x3": 384.177, + "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347543,20 +359950,21 @@ "a": 255 }, "rect": { - "r_x0": 338.7, - "r_y0": 502.694, - "r_x1": 345.497, - "r_y1": 502.694, - "r_x2": 345.497, - "r_y2": 503.964, - "r_x3": 338.7, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 460.828, + "r_x1": 382.634, + "r_y1": 460.828, + "r_x2": 382.634, + "r_y2": 462.098, + "r_x3": 358.426, + "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": "interpupil", - "orig": "interpupil", + "text": "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", + "orig": "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347571,24 +359979,25 @@ "a": 255 }, "rect": { - "r_x0": 345.889, - "r_y0": 502.694, - "r_x1": 348.207, - "r_y1": 502.694, - "r_x2": 348.207, - "r_y2": 503.964, - "r_x3": 345.889, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 457.608, + "r_x1": 375.677, + "r_y1": 457.608, + "r_x2": 375.677, + "r_y2": 458.878, + "r_x3": 358.426, + "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "ary", - "orig": "ary", + "text": ".*/&'%&'()*+(1#01", + "orig": ".*/&'%&'()*+(1#01", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 515, @@ -347599,20 +360008,21 @@ "a": 255 }, "rect": { - "r_x0": 348.711, - "r_y0": 502.694, - "r_x1": 354.666, - "r_y1": 502.694, - "r_x2": 354.666, - "r_y2": 503.964, - "r_x3": 348.711, - "r_y3": 503.964, + "r_x0": 358.426, + "r_y0": 455.998, + "r_x1": 386.737, + "r_y1": 455.998, + "r_x2": 386.737, + "r_y2": 457.268, + "r_x3": 358.426, + "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "distance", - "orig": "distance", + "text": "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", + "orig": "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347627,20 +360037,21 @@ "a": 255 }, "rect": { - "r_x0": 328.896, - "r_y0": 501.084, - "r_x1": 333.215, - "r_y1": 501.084, - "r_x2": 333.215, - "r_y2": 502.354, - "r_x3": 328.896, - "r_y3": 502.354, + "r_x0": 358.426, + "r_y0": 454.387, + "r_x1": 372.014, + "r_y1": 454.387, + "r_x2": 372.014, + "r_y2": 455.658, + "r_x3": 358.426, + "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": "rotate", - "orig": "rotate", + "text": "####&-&+)(*+,-#4.)-&)\"", + "orig": "####&-&+)(*+,-#4.)-&)\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347655,20 +360066,21 @@ "a": 255 }, "rect": { - "r_x0": 333.719, - "r_y0": 501.084, - "r_x1": 336.041, - "r_y1": 501.084, - "r_x2": 336.041, - "r_y2": 502.354, - "r_x3": 333.719, - "r_y3": 502.354, + "r_x0": 358.426, + "r_y0": 452.777, + "r_x1": 385.634, + "r_y1": 452.777, + "r_x2": 385.634, + "r_y2": 454.047, + "r_x3": 358.426, + "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", + "orig": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347683,20 +360095,21 @@ "a": 255 }, "rect": { - "r_x0": 336.544, - "r_y0": 501.084, - "r_x1": 340.576, - "r_y1": 501.084, - "r_x2": 340.576, - "r_y2": 502.354, - "r_x3": 336.544, - "r_y3": 502.354, + "r_x0": 358.426, + "r_y0": 451.167, + "r_x1": 366.918, + "r_y1": 451.167, + "r_x2": 366.918, + "r_y2": 452.437, + "r_x3": 358.426, + "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "prism", - "orig": "prism", + "text": "####4/-*J.&#*-", + "orig": "####4/-*J.&#*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347711,20 +360124,21 @@ "a": 255 }, "rect": { - "r_x0": 341.079, - "r_y0": 501.084, - "r_x1": 344.321, - "r_y1": 501.084, - "r_x2": 344.321, - "r_y2": 502.354, - "r_x3": 341.079, - "r_y3": 502.354, + "r_x0": 367.31, + "r_y0": 451.167, + "r_x1": 386.395, + "r_y1": 451.167, + "r_x2": 386.395, + "r_y2": 452.437, + "r_x3": 367.31, + "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": "caps", - "orig": "caps", + "text": ".8*0,)4(#+,7#,02#(&84'&#", + "orig": ".8*0,)4(#+,7#,02#(&84'&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347739,20 +360153,21 @@ "a": 255 }, "rect": { - "r_x0": 344.825, - "r_y0": 501.084, - "r_x1": 347.984, - "r_y1": 501.084, - "r_x2": 347.984, - "r_y2": 502.354, - "r_x3": 344.825, - "r_y3": 502.354, + "r_x0": 358.426, + "r_y0": 449.557, + "r_x1": 379.572, + "r_y1": 449.557, + "r_x2": 379.572, + "r_y2": 450.827, + "r_x3": 358.426, + "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": "until", - "orig": "until", + "text": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", + "orig": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347767,20 +360182,21 @@ "a": 255 }, "rect": { - "r_x0": 348.487, - "r_y0": 501.084, - "r_x1": 351.716, - "r_y1": 501.084, - "r_x2": 351.716, - "r_y2": 502.354, - "r_x3": 348.487, - "r_y3": 502.354, + "r_x0": 358.427, + "r_y0": 447.947, + "r_x1": 384.511, + "r_y1": 447.947, + "r_x2": 384.511, + "r_y2": 449.217, + "r_x3": 358.427, + "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "both", - "orig": "both", + "text": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", + "orig": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347795,20 +360211,21 @@ "a": 255 }, "rect": { - "r_x0": 352.22, - "r_y0": 501.084, - "r_x1": 355.517, - "r_y1": 501.084, - "r_x2": 355.517, - "r_y2": 502.354, - "r_x3": 352.22, - "r_y3": 502.354, + "r_x0": 358.429, + "r_y0": 446.336, + "r_x1": 386.415, + "r_y1": 446.336, + "r_x2": 386.415, + "r_y2": 447.606, + "r_x3": 358.429, + "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "eyes", - "orig": "eyes", + "text": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", + "orig": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347823,20 +360240,21 @@ "a": 255 }, "rect": { - "r_x0": 328.896, - "r_y0": 499.473, - "r_x1": 334.689, - "r_y1": 499.473, - "r_x2": 334.689, - "r_y2": 500.744, - "r_x3": 328.896, - "r_y3": 500.744, + "r_x0": 358.429, + "r_y0": 444.726, + "r_x1": 384.338, + "r_y1": 444.726, + "r_x2": 384.338, + "r_y2": 445.996, + "r_x3": 358.429, + "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": "coincide", - "orig": "coincide", + "text": "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", + "orig": "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347851,20 +360269,21 @@ "a": 255 }, "rect": { - "r_x0": 335.192, - "r_y0": 499.473, - "r_x1": 338.224, - "r_y1": 499.473, - "r_x2": 338.224, - "r_y2": 500.744, - "r_x3": 335.192, - "r_y3": 500.744, + "r_x0": 358.429, + "r_y0": 443.116, + "r_x1": 384.684, + "r_y1": 443.116, + "r_x2": 384.684, + "r_y2": 444.386, + "r_x3": 358.429, + "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": "with", - "orig": "with", + "text": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", + "orig": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347879,20 +360298,21 @@ "a": 255 }, "rect": { - "r_x0": 338.728, - "r_y0": 499.473, - "r_x1": 341.049, - "r_y1": 499.473, - "r_x2": 341.049, - "r_y2": 500.744, - "r_x3": 338.728, - "r_y3": 500.744, + "r_x0": 358.429, + "r_y0": 441.506, + "r_x1": 361.227, + "r_y1": 441.506, + "r_x2": 361.227, + "r_y2": 442.776, + "r_x3": 358.429, + "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "####*-", + "orig": "####*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347907,20 +360327,21 @@ "a": 255 }, "rect": { - "r_x0": 341.553, - "r_y0": 499.473, - "r_x1": 345.941, - "r_y1": 499.473, - "r_x2": 345.941, - "r_y2": 500.744, - "r_x3": 341.553, - "r_y3": 500.744, + "r_x0": 361.619, + "r_y0": 441.506, + "r_x1": 368.435, + "r_y1": 441.506, + "r_x2": 368.435, + "r_y2": 442.776, + "r_x3": 361.619, + "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": "image", - "orig": "image", + "text": ".8*0,)4(\"", + "orig": ".8*0,)4(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347935,20 +360356,21 @@ "a": 255 }, "rect": { - "r_x0": 346.444, - "r_y0": 499.473, - "r_x1": 347.742, - "r_y1": 499.473, - "r_x2": 347.742, - "r_y2": 500.744, - "r_x3": 346.444, - "r_y3": 500.744, + "r_x0": 358.429, + "r_y0": 439.896, + "r_x1": 358.932, + "r_y1": 439.896, + "r_x2": 358.932, + "r_y2": 441.166, + "r_x3": 358.429, + "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": "in", - "orig": "in", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347963,20 +360385,21 @@ "a": 255 }, "rect": { - "r_x0": 348.246, - "r_y0": 499.473, - "r_x1": 350.567, - "r_y1": 499.473, - "r_x2": 350.567, - "r_y2": 500.744, - "r_x3": 348.246, - "r_y3": 500.744, + "r_x0": 364.867, + "r_y0": 439.896, + "r_x1": 365.37, + "r_y1": 439.896, + "r_x2": 365.37, + "r_y2": 441.166, + "r_x3": 364.867, + "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -347991,20 +360414,21 @@ "a": 255 }, "rect": { - "r_x0": 328.896, - "r_y0": 497.863, - "r_x1": 335.703, - "r_y1": 497.863, - "r_x2": 335.703, - "r_y2": 499.133, - "r_x3": 328.896, - "r_y3": 499.133, + "r_x0": 371.305, + "r_y0": 439.896, + "r_x1": 371.808, + "r_y1": 439.896, + "r_x2": 371.808, + "r_y2": 441.166, + "r_x3": 371.305, + "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": "eyepiece.", - "orig": "eyepiece.", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348019,24 +360443,25 @@ "a": 255 }, "rect": { - "r_x0": 326.882, - "r_y0": 494.643, - "r_x1": 335.394, - "r_y1": 494.643, - "r_x2": 335.394, - "r_y2": 495.913, - "r_x3": 326.882, - "r_y3": 495.913, + "r_x0": 377.741, + "r_y0": 439.896, + "r_x1": 378.245, + "r_y1": 439.896, + "r_x2": 378.245, + "r_y2": 441.166, + "r_x3": 377.741, + "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": "FOCUSING", - "orig": "FOCUSING", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT4", + "font_name": "/AAAAAE+Verdana" }, { "index": 531, @@ -348047,20 +360472,21 @@ "a": 255 }, "rect": { - "r_x0": 326.882, - "r_y0": 493.033, - "r_x1": 328.312, - "r_y1": 493.033, - "r_x2": 328.312, - "r_y2": 494.303, - "r_x3": 326.882, - "r_y3": 494.303, + "r_x0": 384.18, + "r_y0": 439.896, + "r_x1": 384.684, + "r_y1": 439.896, + "r_x2": 384.684, + "r_y2": 441.166, + "r_x3": 384.18, + "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": "1.", - "orig": "1.", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348075,24 +360501,25 @@ "a": 255 }, "rect": { - "r_x0": 328.816, - "r_y0": 493.033, - "r_x1": 334.579, - "r_y1": 493.033, - "r_x2": 334.579, - "r_y2": 494.303, - "r_x3": 328.816, - "r_y3": 494.303, + "r_x0": 326.596, + "r_y0": 529.2, + "r_x1": 339.114, + "r_y1": 529.2, + "r_x2": 339.114, + "r_y2": 530.47, + "r_x3": 326.596, + "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "Remove", - "orig": "Remove", + "text": "3>FGH(/6!!7\"8", + "orig": "3>FGH(/6!!7\"8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 533, @@ -348103,24 +360530,25 @@ "a": 255 }, "rect": { - "r_x0": 335.079, - "r_y0": 493.033, - "r_x1": 337.398, - "r_y1": 493.033, - "r_x2": 337.398, - "r_y2": 494.303, - "r_x3": 335.079, - "r_y3": 494.303, + "r_x0": 358.486, + "r_y0": 529.2, + "r_x1": 371.004, + "r_y1": 529.2, + "r_x2": 371.004, + "r_y2": 530.47, + "r_x3": 358.486, + "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "3>FGH(/6!!7\":", + "orig": "3>FGH(/6!!7\":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 534, @@ -348131,24 +360559,25 @@ "a": 255 }, "rect": { - "r_x0": 337.898, - "r_y0": 493.033, - "r_x1": 340.789, - "r_y1": 493.033, - "r_x2": 340.789, - "r_y2": 494.303, - "r_x3": 337.898, - "r_y3": 494.303, + "r_x0": 455.435, + "r_y0": 438.157, + "r_x1": 457.978, + "r_y1": 438.157, + "r_x2": 457.978, + "r_y2": 439.745, + "r_x3": 455.435, + "r_y3": 439.745, "coord_origin": "BOTTOMLEFT" }, - "text": "lens", - "orig": "lens", + "text": "!:", + "orig": "!:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 535, @@ -348159,20 +360588,21 @@ "a": 255 }, "rect": { - "r_x0": 341.288, - "r_y0": 493.033, - "r_x1": 348.463, - "r_y1": 493.033, - "r_x2": 348.463, - "r_y2": 494.303, - "r_x3": 341.288, - "r_y3": 494.303, + "r_x0": 408.245, + "r_y0": 515.107, + "r_x1": 414.423, + "r_y1": 515.107, + "r_x2": 414.423, + "r_y2": 516.154, + "r_x3": 408.245, + "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "protective", - "orig": "protective", + "text": "K/=&+)*'&1", + "orig": "K/=&+)*'&1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348187,20 +360617,21 @@ "a": 255 }, "rect": { - "r_x0": 348.961, - "r_y0": 493.033, - "r_x1": 353.186, - "r_y1": 493.033, - "r_x2": 353.186, - "r_y2": 494.303, - "r_x3": 348.961, - "r_y3": 494.303, + "r_x0": 409.396, + "r_y0": 521.651, + "r_x1": 419.067, + "r_y1": 521.651, + "r_x2": 419.067, + "r_y2": 522.698, + "r_x3": 409.396, + "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "cover.", - "orig": "cover.", + "text": "D&'4-'*06#$.((&)", + "orig": "D&'4-'*06#$.((&)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348215,20 +360646,21 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 491.422, - "r_x1": 328.314, - "r_y1": 491.422, - "r_x2": 328.314, - "r_y2": 492.692, - "r_x3": 326.883, - "r_y3": 492.692, + "r_x0": 441.39, + "r_y0": 511.507, + "r_x1": 445.872, + "r_y1": 511.507, + "r_x2": 445.872, + "r_y2": 512.554, + "r_x3": 441.39, + "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "2.", - "orig": "2.", + "text": "P4,(1&#", + "orig": "P4,(1&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348243,20 +360675,21 @@ "a": 255 }, "rect": { - "r_x0": 328.817, - "r_y0": 491.422, - "r_x1": 332.53, - "r_y1": 491.422, - "r_x2": 332.53, - "r_y2": 492.692, - "r_x3": 328.817, - "r_y3": 492.692, + "r_x0": 441.39, + "r_y0": 510.327, + "r_x1": 448.223, + "r_y1": 510.327, + "r_x2": 448.223, + "r_y2": 511.374, + "r_x3": 441.39, + "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "Place", - "orig": "Place", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348271,20 +360704,21 @@ "a": 255 }, "rect": { - "r_x0": 333.034, - "r_y0": 491.422, - "r_x1": 335.355, - "r_y1": 491.422, - "r_x2": 335.355, - "r_y2": 492.692, - "r_x3": 333.034, - "r_y3": 492.692, + "r_x0": 441.39, + "r_y0": 509.147, + "r_x1": 444.404, + "r_y1": 509.147, + "r_x2": 444.404, + "r_y2": 510.194, + "r_x3": 441.39, + "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "R04/", + "orig": "R04/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348299,24 +360733,25 @@ "a": 255 }, "rect": { - "r_x0": 335.859, - "r_y0": 491.422, - "r_x1": 342.636, - "r_y1": 491.422, - "r_x2": 342.636, - "r_y2": 492.692, - "r_x3": 335.859, - "r_y3": 492.692, + "r_x0": 398.793, + "r_y0": 533.323, + "r_x1": 428.916, + "r_y1": 533.323, + "r_x2": 428.916, + "r_y2": 536.181, + "r_x3": 398.793, + "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "specimen", - "orig": "specimen", + "text": "345+0(/6!!7\"I", + "orig": "345+0(/6!!7\"I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 541, @@ -348327,24 +360762,25 @@ "a": 255 }, "rect": { - "r_x0": 343.14, - "r_y0": 491.422, - "r_x1": 344.914, - "r_y1": 491.422, - "r_x2": 344.914, - "r_y2": 492.692, - "r_x3": 343.14, - "r_y3": 492.692, + "r_x0": 398.325, + "r_y0": 483.227, + "r_x1": 435.935, + "r_y1": 483.227, + "r_x2": 435.935, + "r_y2": 486.084, + "r_x3": 398.325, + "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "on", - "orig": "on", + "text": "3%.-4$.4;+(#$/'+", + "orig": "3%.-4$.4;+(#$/'+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 542, @@ -348355,20 +360791,21 @@ "a": 255 }, "rect": { - "r_x0": 345.417, - "r_y0": 491.422, - "r_x1": 347.739, - "r_y1": 491.422, - "r_x2": 347.739, - "r_y2": 492.692, - "r_x3": 345.417, - "r_y3": 492.692, + "r_x0": 398.086, + "r_y0": 479.569, + "r_x1": 453.722, + "r_y1": 479.569, + "r_x2": 453.722, + "r_y2": 481.156, + "r_x3": 398.086, + "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", + "orig": "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348383,20 +360820,21 @@ "a": 255 }, "rect": { - "r_x0": 348.243, - "r_y0": 491.422, - "r_x1": 353.928, - "r_y1": 491.422, - "r_x2": 353.928, - "r_y2": 492.692, - "r_x3": 348.243, - "r_y3": 492.692, + "r_x0": 398.086, + "r_y0": 477.422, + "r_x1": 453.099, + "r_y1": 477.422, + "r_x2": 453.099, + "r_y2": 479.009, + "r_x3": 398.086, + "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "working", - "orig": "working", + "text": "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", + "orig": "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348411,20 +360849,21 @@ "a": 255 }, "rect": { - "r_x0": 328.898, - "r_y0": 489.812, - "r_x1": 333.328, - "r_y1": 489.812, - "r_x2": 333.328, - "r_y2": 491.082, - "r_x3": 328.898, - "r_y3": 491.082, + "r_x0": 398.086, + "r_y0": 475.275, + "r_x1": 458.638, + "r_y1": 475.275, + "r_x2": 458.638, + "r_y2": 476.862, + "r_x3": 398.086, + "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "stage.", - "orig": "stage.", + "text": "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", + "orig": "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348439,20 +360878,21 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 488.202, - "r_x1": 328.314, - "r_y1": 488.202, - "r_x2": 328.314, - "r_y2": 489.472, - "r_x3": 326.883, - "r_y3": 489.472, + "r_x0": 398.086, + "r_y0": 473.128, + "r_x1": 456.739, + "r_y1": 473.128, + "r_x2": 456.739, + "r_y2": 474.715, + "r_x3": 398.086, + "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "3.", - "orig": "3.", + "text": "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", + "orig": "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348467,24 +360907,25 @@ "a": 255 }, "rect": { - "r_x0": 328.816, - "r_y0": 488.202, - "r_x1": 332.868, - "r_y1": 488.202, - "r_x2": 332.868, - "r_y2": 489.472, - "r_x3": 328.816, - "r_y3": 489.472, + "r_x0": 398.624, + "r_y0": 467.84, + "r_x1": 427.775, + "r_y1": 467.84, + "r_x2": 427.775, + "r_y2": 470.698, + "r_x3": 398.624, + "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "Focus", - "orig": "Focus", + "text": ".4&$)-#.)%4&", + "orig": ".4&$)-#.)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 547, @@ -348495,20 +360936,21 @@ "a": 255 }, "rect": { - "r_x0": 333.371, - "r_y0": 488.202, - "r_x1": 335.693, - "r_y1": 488.202, - "r_x2": 335.693, - "r_y2": 489.472, - "r_x3": 333.371, - "r_y3": 489.472, + "r_x0": 398.086, + "r_y0": 463.467, + "r_x1": 458.024, + "r_y1": 463.467, + "r_x2": 458.024, + "r_y2": 465.054, + "r_x3": 398.086, + "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", + "orig": "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348523,20 +360965,21 @@ "a": 255 }, "rect": { - "r_x0": 336.197, - "r_y0": 488.202, - "r_x1": 342.974, - "r_y1": 488.202, - "r_x2": 342.974, - "r_y2": 489.472, - "r_x3": 336.197, - "r_y3": 489.472, + "r_x0": 398.084, + "r_y0": 461.32, + "r_x1": 455.422, + "r_y1": 461.32, + "r_x2": 455.422, + "r_y2": 462.907, + "r_x3": 398.084, + "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "specimen", - "orig": "specimen", + "text": "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", + "orig": "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348551,20 +360994,21 @@ "a": 255 }, "rect": { - "r_x0": 343.477, - "r_y0": 488.202, - "r_x1": 346.509, - "r_y1": 488.202, - "r_x2": 346.509, - "r_y2": 489.472, - "r_x3": 343.477, - "r_y3": 489.472, + "r_x0": 398.084, + "r_y0": 459.173, + "r_x1": 423.346, + "r_y1": 459.173, + "r_x2": 423.346, + "r_y2": 460.761, + "r_x3": 398.084, + "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "with", - "orig": "with", + "text": "&J.*77&2#5*)%#)(,018*))&2#*-", + "orig": "&J.*77&2#5*)%#)(,018*))&2#*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348579,20 +361023,21 @@ "a": 255 }, "rect": { - "r_x0": 347.012, - "r_y0": 488.202, - "r_x1": 349.334, - "r_y1": 488.202, - "r_x2": 349.334, - "r_y2": 489.472, - "r_x3": 347.012, - "r_y3": 489.472, + "r_x0": 423.836, + "r_y0": 459.173, + "r_x1": 457.398, + "r_y1": 459.173, + "r_x2": 457.398, + "r_y2": 460.761, + "r_x3": 423.836, + "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": ".8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", + "orig": ".8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348607,20 +361052,21 @@ "a": 255 }, "rect": { - "r_x0": 349.838, - "r_y0": 488.202, - "r_x1": 352.15, - "r_y1": 488.202, - "r_x2": 352.15, - "r_y2": 489.472, - "r_x3": 349.838, - "r_y3": 489.472, + "r_x0": 398.084, + "r_y0": 457.026, + "r_x1": 453.977, + "r_y1": 457.026, + "r_x2": 453.977, + "r_y2": 458.614, + "r_x3": 398.084, + "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "left", - "orig": "left", + "text": ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", + "orig": ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348635,20 +361081,21 @@ "a": 255 }, "rect": { - "r_x0": 352.653, - "r_y0": 488.202, - "r_x1": 355.206, - "r_y1": 488.202, - "r_x2": 355.206, - "r_y2": 489.472, - "r_x3": 352.653, - "r_y3": 489.472, + "r_x0": 398.084, + "r_y0": 454.879, + "r_x1": 454.707, + "r_y1": 454.879, + "r_x2": 454.707, + "r_y2": 456.467, + "r_x3": 398.084, + "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "eye", - "orig": "eye", + "text": "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", + "orig": "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348663,20 +361110,21 @@ "a": 255 }, "rect": { - "r_x0": 328.898, - "r_y0": 486.592, - "r_x1": 331.713, - "r_y1": 486.592, - "r_x2": 331.713, - "r_y2": 487.862, - "r_x3": 328.898, - "r_y3": 487.862, + "r_x0": 398.084, + "r_y0": 452.732, + "r_x1": 458.902, + "r_y1": 452.732, + "r_x2": 458.902, + "r_y2": 454.32, + "r_x3": 398.084, + "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "first", - "orig": "first", + "text": "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", + "orig": "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348691,20 +361139,21 @@ "a": 255 }, "rect": { - "r_x0": 332.217, - "r_y0": 486.592, - "r_x1": 335.929, - "r_y1": 486.592, - "r_x2": 335.929, - "r_y2": 487.862, - "r_x3": 332.217, - "r_y3": 487.862, + "r_x0": 398.086, + "r_y0": 450.585, + "r_x1": 404.667, + "r_y1": 450.585, + "r_x2": 404.667, + "r_y2": 452.173, + "r_x3": 398.086, + "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "while", - "orig": "while", + "text": "%&,2#,-", + "orig": "%&,2#,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348719,20 +361168,21 @@ "a": 255 }, "rect": { - "r_x0": 336.433, - "r_y0": 486.592, - "r_x1": 341.607, - "r_y1": 486.592, - "r_x2": 341.607, - "r_y2": 487.862, - "r_x3": 336.433, - "r_y3": 487.862, + "r_x0": 405.157, + "r_y0": 450.585, + "r_x1": 453.067, + "r_y1": 450.585, + "r_x2": 453.067, + "r_y2": 452.173, + "r_x3": 405.157, + "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "turning", - "orig": "turning", + "text": "451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", + "orig": "451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348747,20 +361197,21 @@ "a": 255 }, "rect": { - "r_x0": 342.111, - "r_y0": 486.592, - "r_x1": 344.433, - "r_y1": 486.592, - "r_x2": 344.433, - "r_y2": 487.862, - "r_x3": 342.111, - "r_y3": 487.862, + "r_x0": 398.086, + "r_y0": 448.438, + "r_x1": 432.291, + "r_y1": 448.438, + "r_x2": 432.291, + "r_y2": 450.026, + "r_x3": 398.086, + "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,-", + "orig": "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348775,20 +361226,21 @@ "a": 255 }, "rect": { - "r_x0": 344.936, - "r_y0": 486.592, - "r_x1": 348.705, - "r_y1": 486.592, - "r_x2": 348.705, - "r_y2": 487.862, - "r_x3": 344.936, - "r_y3": 487.862, + "r_x0": 432.781, + "r_y0": 448.438, + "r_x1": 451.472, + "r_y1": 448.438, + "r_x2": 451.472, + "r_y2": 450.026, + "r_x3": 432.781, + "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "focus", - "orig": "focus", + "text": "#,2=.1)8&0)#@04/1\"##", + "orig": "#,2=.1)8&0)#@04/1\"##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348803,24 +361255,25 @@ "a": 255 }, "rect": { - "r_x0": 349.208, - "r_y0": 486.592, - "r_x1": 352.721, - "r_y1": 486.592, - "r_x2": 352.721, - "r_y2": 487.862, - "r_x3": 349.208, - "r_y3": 487.862, + "r_x0": 422.106, + "r_y0": 489.1, + "r_x1": 434.624, + "r_y1": 489.1, + "r_x2": 434.624, + "r_y2": 490.37, + "r_x3": 422.106, + "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "knob", - "orig": "knob", + "text": "3>FGH(/6!!7\"I", + "orig": "3>FGH(/6!!7\"I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT2", + "font_name": "/AAAAAC+Verdana-Bold" }, { "index": 559, @@ -348831,20 +361284,21 @@ "a": 255 }, "rect": { - "r_x0": 353.224, - "r_y0": 486.592, - "r_x1": 356.383, - "r_y1": 486.592, - "r_x2": 356.383, - "r_y2": 487.862, - "r_x3": 353.224, - "r_y3": 487.862, + "r_x0": 442.016, + "r_y0": 507.547, + "r_x1": 444.882, + "r_y1": 507.547, + "r_x2": 444.882, + "r_y2": 508.594, + "r_x3": 442.016, + "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": "until", - "orig": "until", + "text": "F*0&#", + "orig": "F*0&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348859,20 +361313,21 @@ "a": 255 }, "rect": { - "r_x0": 328.898, - "r_y0": 484.981, - "r_x1": 331.217, - "r_y1": 484.981, - "r_x2": 331.217, - "r_y2": 486.252, - "r_x3": 328.898, - "r_y3": 486.252, + "r_x0": 442.016, + "r_y0": 506.367, + "r_x1": 448.85, + "r_y1": 506.367, + "r_x2": 448.85, + "r_y2": 507.414, + "r_x3": 442.016, + "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348887,22 +361342,23 @@ "a": 255 }, "rect": { - "r_x0": 331.719, - "r_y0": 484.981, - "r_x1": 336.107, - "r_y1": 484.981, - "r_x2": 336.107, - "r_y2": 486.252, - "r_x3": 331.719, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, + "r_x0": 442.016, + "r_y0": 505.187, + "r_x1": 445.03, + "r_y1": 505.187, + "r_x2": 445.03, + "r_y2": 506.234, + "r_x3": 442.016, + "r_y3": 506.234, + "coord_origin": "BOTTOMLEFT" + }, + "text": "R04/", + "orig": "R04/", + "text_direction": "left_to_right", + "confidence": 1.0, + "from_ocr": false, + "rendering_mode": -1, + "widget": false, "font_key": "/TT4", "font_name": "/AAAAAE+Verdana" }, @@ -348915,20 +361371,21 @@ "a": 255 }, "rect": { - "r_x0": 336.61, - "r_y0": 484.981, - "r_x1": 342.316, - "r_y1": 484.981, - "r_x2": 342.316, - "r_y2": 486.252, - "r_x3": 336.61, - "r_y3": 486.252, + "r_x0": 408.006, + "r_y0": 511.507, + "r_x1": 411.422, + "r_y1": 511.507, + "r_x2": 411.422, + "r_y2": 512.554, + "r_x3": 408.006, + "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "appears", - "orig": "appears", + "text": "S),6&", + "orig": "S),6&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348943,20 +361400,21 @@ "a": 255 }, "rect": { - "r_x0": 342.816, - "r_y0": 484.981, - "r_x1": 346.273, - "r_y1": 484.981, - "r_x2": 346.273, - "r_y2": 486.252, - "r_x3": 342.816, - "r_y3": 486.252, + "r_x0": 404.072, + "r_y0": 509.719, + "r_x1": 410.777, + "r_y1": 509.719, + "r_x2": 410.777, + "r_y2": 510.766, + "r_x3": 404.072, + "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "clear", - "orig": "clear", + "text": "P402&01&(#", + "orig": "P402&01&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348971,20 +361429,21 @@ "a": 255 }, "rect": { - "r_x0": 346.775, - "r_y0": 484.981, - "r_x1": 349.429, - "r_y1": 484.981, - "r_x2": 349.429, - "r_y2": 486.252, - "r_x3": 346.775, - "r_y3": 486.252, + "r_x0": 404.072, + "r_y0": 508.539, + "r_x1": 409.216, + "r_y1": 508.539, + "r_x2": 409.216, + "r_y2": 509.586, + "r_x3": 404.072, + "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "F4+.1*06", + "orig": "F4+.1*06", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -348999,20 +361458,21 @@ "a": 255 }, "rect": { - "r_x0": 349.932, - "r_y0": 484.981, - "r_x1": 354.466, - "r_y1": 484.981, - "r_x2": 354.466, - "r_y2": 486.252, - "r_x3": 349.932, - "r_y3": 486.252, + "r_x0": 404.072, + "r_y0": 507.359, + "r_x1": 407.086, + "r_y1": 507.359, + "r_x2": 407.086, + "r_y2": 508.406, + "r_x3": 404.072, + "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "sharp.", - "orig": "sharp.", + "text": "R04/", + "orig": "R04/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349027,20 +361487,21 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 483.371, - "r_x1": 328.314, - "r_y1": 483.371, - "r_x2": 328.314, - "r_y2": 484.641, - "r_x3": 326.883, - "r_y3": 484.641, + "r_x0": 441.813, + "r_y0": 528.312, + "r_x1": 447.037, + "r_y1": 528.312, + "r_x2": 447.037, + "r_y2": 529.358, + "r_x3": 441.813, + "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "4.", - "orig": "4.", + "text": "XB&7*&+&", + "orig": "XB&7*&+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349055,20 +361516,21 @@ "a": 255 }, "rect": { - "r_x0": 328.816, - "r_y0": 483.371, - "r_x1": 333.484, - "r_y1": 483.371, - "r_x2": 333.484, - "r_y2": 484.641, - "r_x3": 328.816, - "r_y3": 484.641, + "r_x0": 437.346, + "r_y0": 519.504, + "r_x1": 440.805, + "r_y1": 519.504, + "r_x2": 440.805, + "r_y2": 520.55, + "r_x3": 437.346, + "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "Rotate", - "orig": "Rotate", + "text": "S),02", + "orig": "S),02", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349083,20 +361545,21 @@ "a": 255 }, "rect": { - "r_x0": 333.988, - "r_y0": 483.371, - "r_x1": 336.31, - "r_y1": 483.371, - "r_x2": 336.31, - "r_y2": 484.641, - "r_x3": 333.988, - "r_y3": 484.641, + "r_x0": 409.716, + "r_y0": 506.234, + "r_x1": 413.377, + "r_y1": 506.234, + "r_x2": 413.377, + "r_y2": 507.28, + "r_x3": 409.716, + "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": ";,87#", + "orig": ";,87#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349111,20 +361574,21 @@ "a": 255 }, "rect": { - "r_x0": 336.813, - "r_y0": 483.371, - "r_x1": 340.177, - "r_y1": 483.371, - "r_x2": 340.177, - "r_y2": 484.641, - "r_x3": 336.813, - "r_y3": 484.641, + "r_x0": 409.716, + "r_y0": 504.803, + "r_x1": 413.267, + "r_y1": 504.803, + "r_x2": 413.267, + "r_y2": 505.849, + "r_x3": 409.716, + "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "right", - "orig": "right", + "text": "K0YK3", + "orig": "K0YK3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349139,20 +361603,21 @@ "a": 255 }, "rect": { - "r_x0": 340.68, - "r_y0": 483.371, - "r_x1": 346.967, - "r_y1": 483.371, - "r_x2": 346.967, - "r_y2": 484.641, - "r_x3": 340.68, - "r_y3": 484.641, + "r_x0": 409.716, + "r_y0": 503.371, + "r_x1": 413.634, + "r_y1": 503.371, + "r_x2": 413.634, + "r_y2": 504.417, + "r_x3": 409.716, + "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "eyepiece", - "orig": "eyepiece", + "text": "S5*)+%", + "orig": "S5*)+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349167,20 +361632,21 @@ "a": 255 }, "rect": { - "r_x0": 347.47, - "r_y0": 483.371, - "r_x1": 350.27, - "r_y1": 483.371, - "r_x2": 350.27, - "r_y2": 484.641, - "r_x3": 347.47, - "r_y3": 484.641, + "r_x0": 434.871, + "r_y0": 493.919, + "r_x1": 438.532, + "r_y1": 493.919, + "r_x2": 438.532, + "r_y2": 494.965, + "r_x3": 434.871, + "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "ring", - "orig": "ring", + "text": ";,87#", + "orig": ";,87#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349195,20 +361661,21 @@ "a": 255 }, "rect": { - "r_x0": 350.773, - "r_y0": 483.371, - "r_x1": 353.932, - "r_y1": 483.371, - "r_x2": 353.932, - "r_y2": 484.641, - "r_x3": 350.773, - "r_y3": 484.641, + "r_x0": 439.52, + "r_y0": 498.451, + "r_x1": 443.088, + "r_y1": 498.451, + "r_x2": 443.088, + "r_y2": 499.497, + "r_x3": 439.52, + "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "until", - "orig": "until", + "text": "E45&(", + "orig": "E45&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349223,20 +361690,21 @@ "a": 255 }, "rect": { - "r_x0": 354.436, - "r_y0": 483.371, - "r_x1": 356.758, - "r_y1": 483.371, - "r_x2": 356.758, - "r_y2": 484.641, - "r_x3": 354.436, - "r_y3": 484.641, + "r_x0": 439.52, + "r_y0": 497.02, + "r_x1": 442.296, + "r_y1": 497.02, + "r_x2": 442.296, + "r_y2": 498.066, + "r_x3": 439.52, + "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "P4(2", + "orig": "P4(2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349251,20 +361719,21 @@ "a": 255 }, "rect": { - "r_x0": 328.898, - "r_y0": 481.761, - "r_x1": 334.031, - "r_y1": 481.761, - "r_x2": 334.031, - "r_y2": 483.031, - "r_x3": 328.898, - "r_y3": 483.031, + "r_x0": 413.558, + "r_y0": 525.973, + "r_x1": 421.949, + "r_y1": 525.973, + "r_x2": 421.949, + "r_y2": 527.02, + "r_x3": 413.558, + "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "images", - "orig": "images", + "text": "D4),)*06#Z&,2", + "orig": "D4),)*06#Z&,2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349279,20 +361748,21 @@ "a": 255 }, "rect": { - "r_x0": 334.534, - "r_y0": 481.761, - "r_x1": 335.832, - "r_y1": 481.761, - "r_x2": 335.832, - "r_y2": 483.031, - "r_x3": 334.534, - "r_y3": 483.031, + "r_x0": 441.843, + "r_y0": 503.728, + "r_x1": 447.876, + "r_y1": 503.728, + "r_x2": 447.876, + "r_y2": 504.775, + "r_x3": 441.843, + "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "in", - "orig": "in", + "text": "S),6&#P-*7", + "orig": "S),6&#P-*7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349307,20 +361777,21 @@ "a": 255 }, "rect": { - "r_x0": 336.335, - "r_y0": 481.761, - "r_x1": 339.699, - "r_y1": 481.761, - "r_x2": 339.699, - "r_y2": 483.031, - "r_x3": 336.335, - "r_y3": 483.031, + "r_x0": 441.843, + "r_y0": 502.297, + "r_x1": 448.673, + "r_y1": 502.297, + "r_x2": 448.673, + "r_y2": 503.343, + "r_x3": 441.843, + "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "each", - "orig": "each", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349335,20 +361806,21 @@ "a": 255 }, "rect": { - "r_x0": 340.202, - "r_y0": 481.761, - "r_x1": 346.489, - "r_y1": 481.761, - "r_x2": 346.489, - "r_y2": 483.031, - "r_x3": 340.202, - "r_y3": 483.031, + "r_x0": 407.24, + "r_y0": 530.768, + "r_x1": 413.013, + "r_y1": 530.768, + "r_x2": 413.013, + "r_y2": 531.814, + "r_x3": 407.24, + "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "eyepiece", - "orig": "eyepiece", + "text": "A0)&(7.7*-", + "orig": "A0)&(7.7*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349363,20 +361835,21 @@ "a": 255 }, "rect": { - "r_x0": 346.992, - "r_y0": 481.761, - "r_x1": 352.785, - "r_y1": 481.761, - "r_x2": 352.785, - "r_y2": 483.031, - "r_x3": 346.992, - "r_y3": 483.031, + "r_x0": 413.335, + "r_y0": 530.768, + "r_x1": 425.791, + "r_y1": 530.768, + "r_x2": 425.791, + "r_y2": 531.814, + "r_x3": 413.335, + "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "coincide", - "orig": "coincide", + "text": ",(B#S-*2&#Q2=.1)8&0)", + "orig": ",(B#S-*2&#Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -349391,24 +361864,25 @@ "a": 255 }, "rect": { - "r_x0": 353.289, - "r_y0": 481.761, - "r_x1": 355.945, - "r_y1": 481.761, - "r_x2": 355.945, - "r_y2": 483.031, - "r_x3": 353.289, - "r_y3": 483.031, + "r_x0": 449.101, + "r_y0": 411.3, + "r_x1": 466.088, + "r_y1": 411.3, + "r_x2": 466.088, + "r_y2": 412.978, + "r_x3": 449.101, + "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "!\"#$%\"&'()\"&\"*+*,", + "orig": "!\"#$%\"&'()\"&\"*+*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT6", + "font_name": "/AAAAAG+Arial-BoldMT" }, { "index": 580, @@ -349419,24 +361893,25 @@ "a": 255 }, "rect": { - "r_x0": 328.898, - "r_y0": 480.151, - "r_x1": 331.221, - "r_y1": 480.151, - "r_x2": 331.221, - "r_y2": 481.421, - "r_x3": 328.898, - "r_y3": 481.421, + "r_x0": 449.101, + "r_y0": 406.743, + "r_x1": 550.771, + "r_y1": 406.743, + "r_x2": 550.771, + "r_y2": 408.421, + "r_x3": 449.101, + "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "are", - "orig": "are", + "text": "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", + "orig": "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G1", + "font_name": "/AAAAAH+ArialMT" }, { "index": 581, @@ -349447,24 +361922,25 @@ "a": 255 }, "rect": { - "r_x0": 331.725, - "r_y0": 480.151, - "r_x1": 335.737, - "r_y1": 480.151, - "r_x2": 335.737, - "r_y2": 481.421, - "r_x3": 331.725, - "r_y3": 481.421, + "r_x0": 449.101, + "r_y0": 404.206, + "r_x1": 536.147, + "r_y1": 404.206, + "r_x2": 536.147, + "r_y2": 405.884, + "r_x3": 449.101, + "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "sharp", - "orig": "sharp", + "text": "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", + "orig": "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 582, @@ -349475,24 +361951,25 @@ "a": 255 }, "rect": { - "r_x0": 336.241, - "r_y0": 480.151, - "r_x1": 338.898, - "r_y1": 480.151, - "r_x2": 338.898, - "r_y2": 481.421, - "r_x3": 336.241, - "r_y3": 481.421, + "r_x0": 538.311, + "r_y0": 404.206, + "r_x1": 549.499, + "r_y1": 404.206, + "r_x2": 549.499, + "r_y2": 405.884, + "r_x3": 538.311, + "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": ")!+)#/-.'()%0)", + "orig": ")!+)#/-.'()%0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 583, @@ -349503,24 +361980,25 @@ "a": 255 }, "rect": { - "r_x0": 339.401, - "r_y0": 480.151, - "r_x1": 343.173, - "r_y1": 480.151, - "r_x2": 343.173, - "r_y2": 481.421, - "r_x3": 339.401, - "r_y3": 481.421, + "r_x0": 449.101, + "r_y0": 401.927, + "r_x1": 547.582, + "r_y1": 401.927, + "r_x2": 547.582, + "r_y2": 403.605, + "r_x3": 449.101, + "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "clear.", - "orig": "clear.", + "text": ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", + "orig": ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 584, @@ -349531,24 +362009,25 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 476.93, - "r_x1": 335.752, - "r_y1": 476.93, - "r_x2": 335.752, - "r_y2": 478.201, - "r_x3": 326.883, - "r_y3": 478.201, + "r_x0": 449.101, + "r_y0": 396.75, + "r_x1": 529.531, + "r_y1": 396.75, + "r_x2": 529.531, + "r_y2": 398.428, + "r_x3": 449.101, + "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "CHANGING", - "orig": "CHANGING", + "text": "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", + "orig": "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/G1", + "font_name": "/AAAAAH+ArialMT" }, { "index": 585, @@ -349559,24 +362038,25 @@ "a": 255 }, "rect": { - "r_x0": 336.241, - "r_y0": 476.93, - "r_x1": 339.391, - "r_y1": 476.93, - "r_x2": 339.391, - "r_y2": 478.201, - "r_x3": 336.241, - "r_y3": 478.201, + "r_x0": 532.058, + "r_y0": 396.75, + "r_x1": 550.423, + "r_y1": 396.75, + "r_x2": 550.423, + "r_y2": 398.428, + "r_x3": 532.058, + "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "THE", - "orig": "THE", + "text": ")%0),3').!$./!05)/!0')%8)", + "orig": ")%0),3').!$./!05)/!0')%8)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 586, @@ -349587,24 +362067,25 @@ "a": 255 }, "rect": { - "r_x0": 339.881, - "r_y0": 476.93, - "r_x1": 344.134, - "r_y1": 476.93, - "r_x2": 344.134, - "r_y2": 478.201, - "r_x3": 339.881, - "r_y3": 478.201, + "r_x0": 449.101, + "r_y0": 394.471, + "r_x1": 455.747, + "r_y1": 394.471, + "r_x2": 455.747, + "r_y2": 396.15, + "r_x3": 449.101, + "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "BULB", - "orig": "BULB", + "text": "\"!0!\"-1", + "orig": "\"!0!\"-1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 587, @@ -349615,24 +362096,25 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 475.32, - "r_x1": 328.314, - "r_y1": 475.32, - "r_x2": 328.314, - "r_y2": 476.59, - "r_x3": 326.883, - "r_y3": 476.59, + "r_x0": 449.955, + "r_y0": 374.571, + "r_x1": 468.286, + "r_y1": 374.571, + "r_x2": 468.286, + "r_y2": 376.081, + "r_x3": 449.955, + "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "1.", - "orig": "1.", + "text": "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH", + "orig": "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G2", + "font_name": "/AAAAAK+Arial-ItalicMT" }, { "index": 588, @@ -349643,24 +362125,25 @@ "a": 255 }, "rect": { - "r_x0": 328.817, - "r_y0": 475.32, - "r_x1": 336.644, - "r_y1": 475.32, - "r_x2": 336.644, - "r_y2": 476.59, - "r_x3": 328.817, - "r_y3": 476.59, + "r_x0": 468.225, + "r_y0": 374.571, + "r_x1": 493.206, + "r_y1": 374.571, + "r_x2": 493.206, + "r_y2": 376.081, + "r_x3": 468.225, + "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "Disconnect", - "orig": "Disconnect", + "text": "$SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7", + "orig": "$SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G2", + "font_name": "/AAAAAK+Arial-ItalicMT" }, { "index": 589, @@ -349671,24 +362154,25 @@ "a": 255 }, "rect": { - "r_x0": 337.148, - "r_y0": 475.32, - "r_x1": 339.47, - "r_y1": 475.32, - "r_x2": 339.47, - "r_y2": 476.59, - "r_x3": 337.148, - "r_y3": 476.59, + "r_x0": 493.053, + "r_y0": 374.571, + "r_x1": 496.283, + "r_y1": 374.571, + "r_x2": 496.283, + "r_y2": 376.081, + "r_x3": 493.053, + "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "DEOH", + "orig": "DEOH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G2", + "font_name": "/AAAAAK+Arial-ItalicMT" }, { "index": 590, @@ -349699,24 +362183,25 @@ "a": 255 }, "rect": { - "r_x0": 339.974, - "r_y0": 475.32, - "r_x1": 344.367, - "r_y1": 475.32, - "r_x2": 344.367, - "r_y2": 476.59, - "r_x3": 339.974, - "r_y3": 476.59, + "r_x0": 501.131, + "r_y0": 380.911, + "r_x1": 520.222, + "r_y1": 380.911, + "r_x2": 520.222, + "r_y2": 382.422, + "r_x3": 501.131, + "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "power", - "orig": "power", + "text": "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH", + "orig": "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G2", + "font_name": "/AAAAAK+Arial-ItalicMT" }, { "index": 591, @@ -349727,24 +362212,25 @@ "a": 255 }, "rect": { - "r_x0": 344.871, - "r_y0": 475.32, - "r_x1": 348.502, - "r_y1": 475.32, - "r_x2": 348.502, - "r_y2": 476.59, - "r_x3": 344.871, - "r_y3": 476.59, + "r_x0": 520.162, + "r_y0": 380.911, + "r_x1": 551.161, + "r_y1": 380.911, + "r_x2": 551.161, + "r_y2": 382.422, + "r_x3": 520.162, + "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "cord.", - "orig": "cord.", + "text": "$SSURDFKGLYPH0DQHXYHULQJGLYPH$LUVSDFHGLYPH5DGLXVGLYPH", + "orig": "$SSURDFKGLYPH0DQHXYHULQJGLYPH$LUVSDFHGLYPH5DGLXVGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/G2", + "font_name": "/AAAAAK+Arial-ItalicMT" }, { "index": 592, @@ -349755,24 +362241,25 @@ "a": 255 }, "rect": { - "r_x0": 326.883, - "r_y0": 473.71, - "r_x1": 328.314, - "r_y1": 473.71, - "r_x2": 328.314, - "r_y2": 474.98, - "r_x3": 326.883, - "r_y3": 474.98, + "r_x0": 501.131, + "r_y0": 378.86, + "r_x1": 505.248, + "r_y1": 378.86, + "r_x2": 505.248, + "r_y2": 380.371, + "r_x3": 501.131, + "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "2.", - "orig": "2.", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT10", + "font_name": "/AAAAAM+Arial-ItalicMT" }, { "index": 593, @@ -349783,24 +362270,25 @@ "a": 255 }, "rect": { - "r_x0": 328.817, - "r_y0": 473.71, - "r_x1": 332.893, - "r_y1": 473.71, - "r_x2": 332.893, - "r_y2": 474.98, - "r_x3": 328.817, - "r_y3": 474.98, + "r_x0": 449.101, + "r_y0": 369.368, + "r_x1": 469.356, + "r_y1": 369.368, + "r_x2": 469.356, + "r_y2": 371.381, + "r_x3": 449.101, + "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "When", - "orig": "When", + "text": "-./01/2(3452!6", + "orig": "-./01/2(3452!6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT6", + "font_name": "/AAAAAG+Arial-BoldMT" }, { "index": 594, @@ -349811,24 +362299,25 @@ "a": 255 }, "rect": { - "r_x0": 333.394, - "r_y0": 473.71, - "r_x1": 335.716, - "r_y1": 473.71, - "r_x2": 335.716, - "r_y2": 474.98, - "r_x3": 333.394, - "r_y3": 474.98, + "r_x0": 449.101, + "r_y0": 367.153, + "r_x1": 449.629, + "r_y1": 367.153, + "r_x2": 449.629, + "r_y2": 368.831, + "r_x3": 449.101, + "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT6", + "font_name": "/AAAAAG+Arial-BoldMT" }, { "index": 595, @@ -349839,24 +362328,25 @@ "a": 255 }, "rect": { - "r_x0": 336.22, - "r_y0": 473.71, - "r_x1": 339.297, - "r_y1": 473.71, - "r_x2": 339.297, - "r_y2": 474.98, - "r_x3": 336.22, - "r_y3": 474.98, + "r_x0": 455.937, + "r_y0": 367.153, + "r_x1": 456.465, + "r_y1": 367.153, + "r_x2": 456.465, + "r_y2": 368.831, + "r_x3": 455.937, + "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": "bulb", - "orig": "bulb", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT6", + "font_name": "/AAAAAG+Arial-BoldMT" }, { "index": 596, @@ -349867,24 +362357,25 @@ "a": 255 }, "rect": { - "r_x0": 339.8, - "r_y0": 473.71, - "r_x1": 340.938, - "r_y1": 473.71, - "r_x2": 340.938, - "r_y2": 474.98, - "r_x3": 339.8, - "r_y3": 474.98, + "r_x0": 462.773, + "r_y0": 367.153, + "r_x1": 463.301, + "r_y1": 367.153, + "r_x2": 463.301, + "r_y2": 368.831, + "r_x3": 462.773, + "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": "is", - "orig": "is", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT6", + "font_name": "/AAAAAG+Arial-BoldMT" }, { "index": 597, @@ -349895,24 +362386,25 @@ "a": 255 }, "rect": { - "r_x0": 341.44, - "r_y0": 473.71, - "r_x1": 344.831, - "r_y1": 473.71, - "r_x2": 344.831, - "r_y2": 474.98, - "r_x3": 341.44, - "r_y3": 474.98, + "r_x0": 463.297, + "r_y0": 367.153, + "r_x1": 527.765, + "r_y1": 367.153, + "r_x2": 527.765, + "r_y2": 368.831, + "r_x3": 463.297, + "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": "cool,", - "orig": "cool,", + "text": ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", + "orig": ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 598, @@ -349923,24 +362415,25 @@ "a": 255 }, "rect": { - "r_x0": 345.333, - "r_y0": 473.71, - "r_x1": 350.752, - "r_y1": 473.71, - "r_x2": 350.752, - "r_y2": 474.98, - "r_x3": 345.333, - "r_y3": 474.98, + "r_x0": 449.101, + "r_y0": 364.874, + "r_x1": 525.936, + "r_y1": 364.874, + "r_x2": 525.936, + "r_y2": 366.552, + "r_x3": 449.101, + "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "remove", - "orig": "remove", + "text": "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", + "orig": "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 599, @@ -349951,24 +362444,25 @@ "a": 255 }, "rect": { - "r_x0": 351.256, - "r_y0": 473.71, - "r_x1": 353.578, - "r_y1": 473.71, - "r_x2": 353.578, - "r_y2": 474.98, - "r_x3": 351.256, - "r_y3": 474.98, + "r_x0": 449.101, + "r_y0": 362.595, + "r_x1": 522.034, + "r_y1": 362.595, + "r_x2": 522.034, + "r_y2": 364.273, + "r_x3": 449.101, + "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", + "orig": "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 600, @@ -349979,24 +362473,25 @@ "a": 255 }, "rect": { - "r_x0": 328.899, - "r_y0": 472.1, - "r_x1": 334.092, - "r_y1": 472.1, - "r_x2": 334.092, - "r_y2": 473.37, - "r_x3": 328.899, - "r_y3": 473.37, + "r_x0": 449.101, + "r_y0": 360.317, + "r_x1": 524.672, + "r_y1": 360.317, + "r_x2": 524.672, + "r_y2": 361.995, + "r_x3": 449.101, + "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "oblique", - "orig": "oblique", + "text": "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", + "orig": "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 601, @@ -350007,24 +362502,25 @@ "a": 255 }, "rect": { - "r_x0": 334.596, - "r_y0": 472.1, - "r_x1": 335.38, - "r_y1": 472.1, - "r_x2": 335.38, - "r_y2": 473.37, - "r_x3": 334.596, - "r_y3": 473.37, + "r_x0": 449.101, + "r_y0": 358.038, + "r_x1": 527.172, + "r_y1": 358.038, + "r_x2": 527.172, + "r_y2": 359.716, + "r_x3": 449.101, + "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "il", - "orig": "il", + "text": "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", + "orig": "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 602, @@ -350035,24 +362531,25 @@ "a": 255 }, "rect": { - "r_x0": 335.772, - "r_y0": 472.1, - "r_x1": 342.263, - "r_y1": 472.1, - "r_x2": 342.263, - "r_y2": 473.37, - "r_x3": 335.772, - "r_y3": 473.37, + "r_x0": 449.101, + "r_y0": 355.759, + "r_x1": 488.361, + "r_y1": 355.759, + "r_x2": 488.361, + "r_y2": 357.437, + "r_x3": 449.101, + "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "uminator", - "orig": "uminator", + "text": "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/", + "orig": "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 603, @@ -350063,24 +362560,25 @@ "a": 255 }, "rect": { - "r_x0": 342.765, - "r_y0": 472.1, - "r_x1": 345.258, - "r_y1": 472.1, - "r_x2": 345.258, - "r_y2": 473.37, - "r_x3": 342.765, - "r_y3": 473.37, + "r_x0": 488.782, + "r_y0": 355.759, + "r_x1": 502.395, + "r_y1": 355.759, + "r_x2": 502.395, + "r_y2": 357.437, + "r_x3": 488.782, + "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "cap", - "orig": "cap", + "text": ")-.,!&')$604-:+1", + "orig": ")-.,!&')$604-:+1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 604, @@ -350091,24 +362589,25 @@ "a": 255 }, "rect": { - "r_x0": 345.762, - "r_y0": 472.1, - "r_x1": 348.416, - "r_y1": 472.1, - "r_x2": 348.416, - "r_y2": 473.37, - "r_x3": 345.762, - "r_y3": 473.37, + "r_x0": 449.101, + "r_y0": 351.202, + "r_x1": 512.927, + "r_y1": 351.202, + "r_x2": 512.927, + "r_y2": 352.88, + "r_x3": 449.101, + "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", + "orig": "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 605, @@ -350119,24 +362618,25 @@ "a": 255 }, "rect": { - "r_x0": 348.919, - "r_y0": 472.1, - "r_x1": 354.339, - "r_y1": 472.1, - "r_x2": 354.339, - "r_y2": 473.37, - "r_x3": 348.919, - "r_y3": 473.37, + "r_x0": 449.955, + "r_y0": 346.097, + "r_x1": 460.023, + "r_y1": 346.097, + "r_x2": 460.023, + "r_y2": 347.607, + "r_x3": 449.955, + "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "remove", - "orig": "remove", + "text": "B-$()C6$8-.'", + "orig": "B-$()C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 606, @@ -350147,24 +362647,25 @@ "a": 255 }, "rect": { - "r_x0": 328.899, - "r_y0": 470.49, - "r_x1": 331.218, - "r_y1": 470.49, - "r_x2": 331.218, - "r_y2": 471.76, - "r_x3": 328.899, - "r_y3": 471.76, + "r_x0": 464.9, + "r_y0": 346.097, + "r_x1": 473.988, + "r_y1": 346.097, + "r_x2": 473.988, + "r_y2": 347.607, + "r_x3": 464.9, + "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "D,3'$)23-0)", + "orig": "D,3'$)23-0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 607, @@ -350175,24 +362676,25 @@ "a": 255 }, "rect": { - "r_x0": 331.72, - "r_y0": 470.49, - "r_x1": 337.391, - "r_y1": 470.49, - "r_x2": 337.391, - "r_y2": 471.76, - "r_x3": 331.72, - "r_y3": 471.76, + "r_x0": 464.9, + "r_y0": 344.046, + "r_x1": 474.967, + "r_y1": 344.046, + "r_x2": 474.967, + "r_y2": 345.556, + "r_x3": 464.9, + "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "halogen", - "orig": "halogen", + "text": "B-$()C6$8-.'", + "orig": "B-$()C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 608, @@ -350203,24 +362705,25 @@ "a": 255 }, "rect": { - "r_x0": 337.895, - "r_y0": 470.49, - "r_x1": 340.972, - "r_y1": 470.49, - "r_x2": 340.972, - "r_y2": 471.76, - "r_x3": 337.895, - "r_y3": 471.76, + "r_x0": 478.914, + "r_y0": 346.097, + "r_x1": 489.457, + "r_y1": 346.097, + "r_x2": 489.457, + "r_y2": 347.607, + "r_x3": 478.914, + "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "bulb", - "orig": "bulb", + "text": "E',-/)C6$8-.'", + "orig": "E',-/)C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 609, @@ -350231,24 +362734,25 @@ "a": 255 }, "rect": { - "r_x0": 341.476, - "r_y0": 470.49, - "r_x1": 344.504, - "r_y1": 470.49, - "r_x2": 344.504, - "r_y2": 471.76, - "r_x3": 341.476, - "r_y3": 471.76, + "r_x0": 493.064, + "r_y0": 346.097, + "r_x1": 505.031, + "r_y1": 346.097, + "r_x2": 505.031, + "r_y2": 347.607, + "r_x3": 493.064, + "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "with", - "orig": "with", + "text": "F/%+'()?604-:", + "orig": "F/%+'()?604-:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 610, @@ -350259,24 +362763,25 @@ "a": 255 }, "rect": { - "r_x0": 345.007, - "r_y0": 470.49, - "r_x1": 348.021, - "r_y1": 470.49, - "r_x2": 348.021, - "r_y2": 471.76, - "r_x3": 345.007, - "r_y3": 471.76, + "r_x0": 509.581, + "r_y0": 346.097, + "r_x1": 524.302, + "r_y1": 346.097, + "r_x2": 524.302, + "r_y2": 347.607, + "r_x3": 509.581, + "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "cap.", - "orig": "cap.", + "text": "G0('$)F%0+,$6.,!%0", + "orig": "G0('$)F%0+,$6.,!%0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 611, @@ -350287,24 +362792,25 @@ "a": 255 }, "rect": { - "r_x0": 326.885, - "r_y0": 468.879, - "r_x1": 328.315, - "r_y1": 468.879, - "r_x2": 328.315, - "r_y2": 470.149, - "r_x3": 326.885, - "r_y3": 470.149, + "r_x0": 449.955, + "r_y0": 335.355, + "r_x1": 458.314, + "r_y1": 335.355, + "r_x2": 458.314, + "r_y2": 336.865, + "r_x3": 449.955, + "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "3.", - "orig": "3.", + "text": "C,%#4-:+7)", + "orig": "C,%#4-:+7)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 612, @@ -350315,24 +362821,25 @@ "a": 255 }, "rect": { - "r_x0": 328.817, - "r_y0": 468.879, - "r_x1": 334.371, - "r_y1": 468.879, - "r_x2": 334.371, - "r_y2": 470.149, - "r_x3": 328.817, - "r_y3": 470.149, + "r_x0": 449.955, + "r_y0": 333.304, + "r_x1": 461.921, + "r_y1": 333.304, + "r_x2": 461.921, + "r_y2": 334.814, + "r_x3": 449.955, + "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "Replace", - "orig": "Replace", + "text": "2-9!4-:+7)<-$=>", + "orig": "2-9!4-:+7)<-$=>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" + "font_key": "/TT8", + "font_name": "/AAAAAJ+ArialMT" }, { "index": 613, @@ -350343,18983 +362850,28 @@ "a": 255 }, "rect": { - "r_x0": 334.875, - "r_y0": 468.879, - "r_x1": 337.906, - "r_y1": 468.879, - "r_x2": 337.906, - "r_y2": 470.149, - "r_x3": 334.875, - "r_y3": 470.149, + "r_x0": 449.955, + "r_y0": 331.253, + "r_x1": 457.08, + "r_y1": 331.253, + "r_x2": 457.08, + "r_y2": 332.763, + "r_x3": 449.955, + "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 614, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 338.41, - "r_y0": 468.879, - "r_x1": 339.27, - "r_y1": 468.879, - "r_x2": 339.27, - "r_y2": 470.149, - "r_x3": 338.41, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 615, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 339.773, - "r_y0": 468.879, - "r_x1": 342.702, - "r_y1": 468.879, - "r_x2": 342.702, - "r_y2": 470.149, - "r_x3": 339.773, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "new", - "orig": "new", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 616, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 343.205, - "r_y0": 468.879, - "r_x1": 348.881, - "r_y1": 468.879, - "r_x2": 348.881, - "r_y2": 470.149, - "r_x3": 343.205, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "halogen", - "orig": "halogen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 617, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 349.384, - "r_y0": 468.879, - "r_x1": 352.968, - "r_y1": 468.879, - "r_x2": 352.968, - "r_y2": 470.149, - "r_x3": 349.384, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bulb.", - "orig": "bulb.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 618, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 326.886, - "r_y0": 467.269, - "r_x1": 328.317, - "r_y1": 467.269, - "r_x2": 328.317, - "r_y2": 468.539, - "r_x3": 326.886, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "4.", - "orig": "4.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 619, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 328.82, - "r_y0": 467.269, - "r_x1": 332.596, - "r_y1": 467.269, - "r_x2": 332.596, - "r_y2": 468.539, - "r_x3": 328.82, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Open", - "orig": "Open", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 620, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 333.099, - "r_y0": 467.269, - "r_x1": 335.421, - "r_y1": 467.269, - "r_x2": 335.421, - "r_y2": 468.539, - "r_x3": 333.099, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 621, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 335.925, - "r_y0": 467.269, - "r_x1": 341.323, - "r_y1": 467.269, - "r_x2": 341.323, - "r_y2": 468.539, - "r_x3": 335.925, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "window", - "orig": "window", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 622, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 341.826, - "r_y0": 467.269, - "r_x1": 343.124, - "r_y1": 467.269, - "r_x2": 343.124, - "r_y2": 468.539, - "r_x3": 341.826, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 623, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 343.627, - "r_y0": 467.269, - "r_x1": 345.949, - "r_y1": 467.269, - "r_x2": 345.949, - "r_y2": 468.539, - "r_x3": 343.627, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 624, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 346.453, - "r_y0": 467.269, - "r_x1": 349.802, - "r_y1": 467.269, - "r_x2": 349.802, - "r_y2": 468.539, - "r_x3": 346.453, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "base", - "orig": "base", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 625, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 350.306, - "r_y0": 467.269, - "r_x1": 353.865, - "r_y1": 467.269, - "r_x2": 353.865, - "r_y2": 468.539, - "r_x3": 350.306, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "plate", - "orig": "plate", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 626, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 354.369, - "r_y0": 467.269, - "r_x1": 357.025, - "r_y1": 467.269, - "r_x2": 357.025, - "r_y2": 468.539, - "r_x3": 354.369, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 627, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 328.9, - "r_y0": 465.659, - "r_x1": 334.105, - "r_y1": 465.659, - "r_x2": 334.105, - "r_y2": 466.929, - "r_x3": 328.9, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "replace", - "orig": "replace", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 628, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 334.609, - "r_y0": 465.659, - "r_x1": 336.931, - "r_y1": 465.659, - "r_x2": 336.931, - "r_y2": 466.929, - "r_x3": 334.609, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 629, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 337.434, - "r_y0": 465.659, - "r_x1": 343.11, - "r_y1": 465.659, - "r_x2": 343.11, - "r_y2": 466.929, - "r_x3": 337.434, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "halogen", - "orig": "halogen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 630, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 343.613, - "r_y0": 465.659, - "r_x1": 347.148, - "r_y1": 465.659, - "r_x2": 347.148, - "r_y2": 466.929, - "r_x3": 343.613, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lamp", - "orig": "lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 631, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 347.652, - "r_y0": 465.659, - "r_x1": 349.131, - "r_y1": 465.659, - "r_x2": 349.131, - "r_y2": 466.929, - "r_x3": 347.652, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 632, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 328.9, - "r_y0": 464.049, - "r_x1": 336.846, - "r_y1": 464.049, - "r_x2": 336.846, - "r_y2": 465.319, - "r_x3": 328.9, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fluorescent", - "orig": "fluorescent", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 633, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 337.35, - "r_y0": 464.049, - "r_x1": 340.885, - "r_y1": 464.049, - "r_x2": 340.885, - "r_y2": 465.319, - "r_x3": 337.35, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lamp", - "orig": "lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 634, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 341.388, - "r_y0": 464.049, - "r_x1": 342.76, - "r_y1": 464.049, - "r_x2": 342.76, - "r_y2": 465.319, - "r_x3": 341.388, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 635, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 343.264, - "r_y0": 464.049, - "r_x1": 351.572, - "r_y1": 464.049, - "r_x2": 351.572, - "r_y2": 465.319, - "r_x3": 343.264, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "transmitted", - "orig": "transmitted", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 636, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 328.9, - "r_y0": 462.439, - "r_x1": 329.684, - "r_y1": 462.439, - "r_x2": 329.684, - "r_y2": 463.709, - "r_x3": 328.9, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "il", - "orig": "il", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 637, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 330.076, - "r_y0": 462.439, - "r_x1": 336.892, - "r_y1": 462.439, - "r_x2": 336.892, - "r_y2": 463.709, - "r_x3": 330.076, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "uminator.", - "orig": "uminator.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 638, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.42, - "r_y0": 526.847, - "r_x1": 366.933, - "r_y1": 526.847, - "r_x2": 366.933, - "r_y2": 528.117, - "r_x3": 358.42, - "r_y3": 528.117, - "coord_origin": "BOTTOMLEFT" - }, - "text": "FOCUSING", - "orig": "FOCUSING", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 639, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.42, - "r_y0": 525.237, - "r_x1": 359.851, - "r_y1": 525.237, - "r_x2": 359.851, - "r_y2": 526.507, - "r_x3": 358.42, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "1.", - "orig": "1.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 640, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.354, - "r_y0": 525.237, - "r_x1": 363.518, - "r_y1": 525.237, - "r_x2": 363.518, - "r_y2": 526.507, - "r_x3": 360.354, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Turn", - "orig": "Turn", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 641, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.021, - "r_y0": 525.237, - "r_x1": 366.34, - "r_y1": 525.237, - "r_x2": 366.34, - "r_y2": 526.507, - "r_x3": 364.021, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 642, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.844, - "r_y0": 525.237, - "r_x1": 372.798, - "r_y1": 525.237, - "r_x2": 372.798, - "r_y2": 526.507, - "r_x3": 366.844, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focusing", - "orig": "focusing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 643, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.302, - "r_y0": 525.237, - "r_x1": 376.811, - "r_y1": 525.237, - "r_x2": 376.811, - "r_y2": 526.507, - "r_x3": 373.302, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "knob", - "orig": "knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 644, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.315, - "r_y0": 525.237, - "r_x1": 381.049, - "r_y1": 525.237, - "r_x2": 381.049, - "r_y2": 526.507, - "r_x3": 377.315, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "away", - "orig": "away", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 645, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.551, - "r_y0": 525.237, - "r_x1": 383.029, - "r_y1": 525.237, - "r_x2": 383.029, - "r_y2": 526.507, - "r_x3": 381.551, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 646, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 383.531, - "r_y0": 525.237, - "r_x1": 388.494, - "r_y1": 525.237, - "r_x2": 388.494, - "r_y2": 526.507, - "r_x3": 383.531, - "r_y3": 526.507, - "coord_origin": "BOTTOMLEFT" - }, - "text": "toward", - "orig": "toward", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 647, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.435, - "r_y0": 523.627, - "r_x1": 363.051, - "r_y1": 523.627, - "r_x2": 363.051, - "r_y2": 524.897, - "r_x3": 360.435, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "you", - "orig": "you", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 648, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.555, - "r_y0": 523.627, - "r_x1": 366.711, - "r_y1": 523.627, - "r_x2": 366.711, - "r_y2": 524.897, - "r_x3": 363.555, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "until", - "orig": "until", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 649, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.214, - "r_y0": 523.627, - "r_x1": 368.074, - "r_y1": 523.627, - "r_x2": 368.074, - "r_y2": 524.897, - "r_x3": 367.214, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 650, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.578, - "r_y0": 523.627, - "r_x1": 372.037, - "r_y1": 523.627, - "r_x2": 372.037, - "r_y2": 524.897, - "r_x3": 368.578, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "clear", - "orig": "clear", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 651, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.541, - "r_y0": 523.627, - "r_x1": 376.927, - "r_y1": 523.627, - "r_x2": 376.927, - "r_y2": 524.897, - "r_x3": 372.541, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 652, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.429, - "r_y0": 523.627, - "r_x1": 378.567, - "r_y1": 523.627, - "r_x2": 378.567, - "r_y2": 524.897, - "r_x3": 377.429, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 653, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.07, - "r_y0": 523.627, - "r_x1": 384.59, - "r_y1": 523.627, - "r_x2": 384.59, - "r_y2": 524.897, - "r_x3": 379.07, - "r_y3": 524.897, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewed.", - "orig": "viewed.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 654, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.422, - "r_y0": 522.016, - "r_x1": 359.852, - "r_y1": 522.016, - "r_x2": 359.852, - "r_y2": 523.287, - "r_x3": 358.422, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "2.", - "orig": "2.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 655, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.356, - "r_y0": 522.016, - "r_x1": 361.462, - "r_y1": 522.016, - "r_x2": 361.462, - "r_y2": 523.287, - "r_x3": 360.356, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "If", - "orig": "If", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 656, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 361.965, - "r_y0": 522.016, - "r_x1": 364.287, - "r_y1": 522.016, - "r_x2": 364.287, - "r_y2": 523.287, - "r_x3": 361.965, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 657, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.791, - "r_y0": 522.016, - "r_x1": 369.179, - "r_y1": 522.016, - "r_x2": 369.179, - "r_y2": 523.287, - "r_x3": 364.791, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 658, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.682, - "r_y0": 522.016, - "r_x1": 370.82, - "r_y1": 522.016, - "r_x2": 370.82, - "r_y2": 523.287, - "r_x3": 369.682, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 659, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.323, - "r_y0": 522.016, - "r_x1": 376.907, - "r_y1": 522.016, - "r_x2": 376.907, - "r_y2": 523.287, - "r_x3": 371.323, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "unclear,", - "orig": "unclear,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 660, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.411, - "r_y0": 522.016, - "r_x1": 381.868, - "r_y1": 522.016, - "r_x2": 381.868, - "r_y2": 523.287, - "r_x3": 377.411, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjust", - "orig": "adjust", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 661, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.372, - "r_y0": 522.016, - "r_x1": 384.694, - "r_y1": 522.016, - "r_x2": 384.694, - "r_y2": 523.287, - "r_x3": 382.372, - "r_y3": 523.287, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 662, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 520.406, - "r_x1": 364.948, - "r_y1": 520.406, - "r_x2": 364.948, - "r_y2": 521.676, - "r_x3": 360.437, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "height", - "orig": "height", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 663, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 365.452, - "r_y0": 520.406, - "r_x1": 366.824, - "r_y1": 520.406, - "r_x2": 366.824, - "r_y2": 521.676, - "r_x3": 365.452, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 664, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.327, - "r_y0": 520.406, - "r_x1": 369.649, - "r_y1": 520.406, - "r_x2": 369.649, - "r_y2": 521.676, - "r_x3": 367.327, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 665, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.153, - "r_y0": 520.406, - "r_x1": 375.966, - "r_y1": 520.406, - "r_x2": 375.966, - "r_y2": 521.676, - "r_x3": 370.153, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "elevator", - "orig": "elevator", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 666, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.469, - "r_y0": 520.406, - "r_x1": 378.266, - "r_y1": 520.406, - "r_x2": 378.266, - "r_y2": 521.676, - "r_x3": 376.469, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "up", - "orig": "up", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 667, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.77, - "r_y0": 520.406, - "r_x1": 380.249, - "r_y1": 520.406, - "r_x2": 380.249, - "r_y2": 521.676, - "r_x3": 378.77, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 668, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.753, - "r_y0": 520.406, - "r_x1": 385.109, - "r_y1": 520.406, - "r_x2": 385.109, - "r_y2": 521.676, - "r_x3": 380.753, - "r_y3": 521.676, - "coord_origin": "BOTTOMLEFT" - }, - "text": "down,", - "orig": "down,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 669, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 518.796, - "r_x1": 363.665, - "r_y1": 518.796, - "r_x2": 363.665, - "r_y2": 520.066, - "r_x3": 360.437, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "then", - "orig": "then", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 670, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.169, - "r_y0": 518.796, - "r_x1": 367.154, - "r_y1": 518.796, - "r_x2": 367.154, - "r_y2": 520.066, - "r_x3": 364.169, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "turn", - "orig": "turn", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 671, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.658, - "r_y0": 518.796, - "r_x1": 369.98, - "r_y1": 518.796, - "r_x2": 369.98, - "r_y2": 520.066, - "r_x3": 367.658, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 672, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.483, - "r_y0": 518.796, - "r_x1": 376.441, - "r_y1": 518.796, - "r_x2": 376.441, - "r_y2": 520.066, - "r_x3": 370.483, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focusing", - "orig": "focusing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 673, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.944, - "r_y0": 518.796, - "r_x1": 380.456, - "r_y1": 518.796, - "r_x2": 380.456, - "r_y2": 520.066, - "r_x3": 376.944, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "knob", - "orig": "knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 674, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.96, - "r_y0": 518.796, - "r_x1": 385.389, - "r_y1": 518.796, - "r_x2": 385.389, - "r_y2": 520.066, - "r_x3": 380.96, - "r_y3": 520.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "again.", - "orig": "again.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 675, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.423, - "r_y0": 515.576, - "r_x1": 363.201, - "r_y1": 515.576, - "r_x2": 363.201, - "r_y2": 516.846, - "r_x3": 358.423, - "r_y3": 516.846, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ZOOM", - "orig": "ZOOM", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 676, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.691, - "r_y0": 515.576, - "r_x1": 377.35, - "r_y1": 515.576, - "r_x2": 377.35, - "r_y2": 516.846, - "r_x3": 363.691, - "r_y3": 516.846, - "coord_origin": "BOTTOMLEFT" - }, - "text": "MAGNIFICATION", - "orig": "MAGNIFICATION", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 677, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.423, - "r_y0": 513.965, - "r_x1": 359.854, - "r_y1": 513.965, - "r_x2": 359.854, - "r_y2": 515.235, - "r_x3": 358.423, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "1.", - "orig": "1.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 678, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.357, - "r_y0": 513.965, - "r_x1": 363.52, - "r_y1": 513.965, - "r_x2": 363.52, - "r_y2": 515.235, - "r_x3": 360.357, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Turn", - "orig": "Turn", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 679, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.024, - "r_y0": 513.965, - "r_x1": 366.346, - "r_y1": 513.965, - "r_x2": 366.346, - "r_y2": 515.235, - "r_x3": 364.024, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 680, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.85, - "r_y0": 513.965, - "r_x1": 370.729, - "r_y1": 513.965, - "r_x2": 370.729, - "r_y2": 515.235, - "r_x3": 366.85, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "zoom", - "orig": "zoom", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 681, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.233, - "r_y0": 513.965, - "r_x1": 380.904, - "r_y1": 513.965, - "r_x2": 380.904, - "r_y2": 515.235, - "r_x3": 371.233, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "magnification", - "orig": "magnification", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 682, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.408, - "r_y0": 513.965, - "r_x1": 384.92, - "r_y1": 513.965, - "r_x2": 384.92, - "r_y2": 515.235, - "r_x3": 381.408, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "knob", - "orig": "knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 683, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.424, - "r_y0": 513.965, - "r_x1": 386.856, - "r_y1": 513.965, - "r_x2": 386.856, - "r_y2": 515.235, - "r_x3": 385.424, - "r_y3": 515.235, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 684, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 512.355, - "r_x1": 362.759, - "r_y1": 512.355, - "r_x2": 362.759, - "r_y2": 513.625, - "r_x3": 360.437, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 685, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.263, - "r_y0": 512.355, - "r_x1": 368.499, - "r_y1": 512.355, - "r_x2": 368.499, - "r_y2": 513.625, - "r_x3": 363.263, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "desired", - "orig": "desired", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 686, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.003, - "r_y0": 512.355, - "r_x1": 378.674, - "r_y1": 512.355, - "r_x2": 378.674, - "r_y2": 513.625, - "r_x3": 369.003, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "magnification", - "orig": "magnification", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 687, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.177, - "r_y0": 512.355, - "r_x1": 381.834, - "r_y1": 512.355, - "r_x2": 381.834, - "r_y2": 513.625, - "r_x3": 379.177, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 688, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.338, - "r_y0": 512.355, - "r_x1": 385.369, - "r_y1": 512.355, - "r_x2": 385.369, - "r_y2": 513.625, - "r_x3": 382.338, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "field", - "orig": "field", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 689, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.873, - "r_y0": 512.355, - "r_x1": 387.245, - "r_y1": 512.355, - "r_x2": 387.245, - "r_y2": 513.625, - "r_x3": 385.873, - "r_y3": 513.625, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 690, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 510.745, - "r_x1": 364.169, - "r_y1": 510.745, - "r_x2": 364.169, - "r_y2": 512.015, - "r_x3": 360.437, - "r_y3": 512.015, - "coord_origin": "BOTTOMLEFT" - }, - "text": "view.", - "orig": "view.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 691, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.423, - "r_y0": 509.135, - "r_x1": 359.854, - "r_y1": 509.135, - "r_x2": 359.854, - "r_y2": 510.405, - "r_x3": 358.423, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "2.", - "orig": "2.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 692, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.357, - "r_y0": 509.135, - "r_x1": 361.865, - "r_y1": 509.135, - "r_x2": 361.865, - "r_y2": 510.405, - "r_x3": 360.357, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "In", - "orig": "In", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 693, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.369, - "r_y0": 509.135, - "r_x1": 365.938, - "r_y1": 509.135, - "r_x2": 365.938, - "r_y2": 510.405, - "r_x3": 362.369, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "most", - "orig": "most", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 694, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.442, - "r_y0": 509.135, - "r_x1": 373.904, - "r_y1": 509.135, - "r_x2": 373.904, - "r_y2": 510.405, - "r_x3": 366.442, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "situations,", - "orig": "situations,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 695, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.408, - "r_y0": 509.135, - "r_x1": 375.363, - "r_y1": 509.135, - "r_x2": 375.363, - "r_y2": 510.405, - "r_x3": 374.408, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "it", - "orig": "it", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 696, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.867, - "r_y0": 509.135, - "r_x1": 377.004, - "r_y1": 509.135, - "r_x2": 377.004, - "r_y2": 510.405, - "r_x3": 375.867, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 697, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.508, - "r_y0": 509.135, - "r_x1": 387.763, - "r_y1": 509.135, - "r_x2": 387.763, - "r_y2": 510.405, - "r_x3": 377.508, - "r_y3": 510.405, - "coord_origin": "BOTTOMLEFT" - }, - "text": "recommended", - "orig": "recommended", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 698, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 507.524, - "r_x1": 363.326, - "r_y1": 507.524, - "r_x2": 363.326, - "r_y2": 508.795, - "r_x3": 360.437, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 699, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.828, - "r_y0": 507.524, - "r_x1": 366.448, - "r_y1": 507.524, - "r_x2": 366.448, - "r_y2": 508.795, - "r_x3": 363.828, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "you", - "orig": "you", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 700, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.951, - "r_y0": 507.524, - "r_x1": 370.718, - "r_y1": 507.524, - "r_x2": 370.718, - "r_y2": 508.795, - "r_x3": 366.951, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus", - "orig": "focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 701, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.22, - "r_y0": 507.524, - "r_x1": 372.644, - "r_y1": 507.524, - "r_x2": 372.644, - "r_y2": 508.795, - "r_x3": 371.22, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "at", - "orig": "at", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 702, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.146, - "r_y0": 507.524, - "r_x1": 375.466, - "r_y1": 507.524, - "r_x2": 375.466, - "r_y2": 508.795, - "r_x3": 373.146, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 703, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.97, - "r_y0": 507.524, - "r_x1": 380.559, - "r_y1": 507.524, - "r_x2": 380.559, - "r_y2": 508.795, - "r_x3": 375.97, - "r_y3": 508.795, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lowest", - "orig": "lowest", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 704, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.437, - "r_y0": 505.914, - "r_x1": 370.624, - "r_y1": 505.914, - "r_x2": 370.624, - "r_y2": 507.184, - "r_x3": 360.437, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "magnification,", - "orig": "magnification,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 705, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.126, - "r_y0": 505.914, - "r_x1": 374.352, - "r_y1": 505.914, - "r_x2": 374.352, - "r_y2": 507.184, - "r_x3": 371.126, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "then", - "orig": "then", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 706, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.854, - "r_y0": 505.914, - "r_x1": 378.811, - "r_y1": 505.914, - "r_x2": 378.811, - "r_y2": 507.184, - "r_x3": 374.854, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "move", - "orig": "move", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 707, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.315, - "r_y0": 505.914, - "r_x1": 380.745, - "r_y1": 505.914, - "r_x2": 380.745, - "r_y2": 507.184, - "r_x3": 379.315, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 708, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.248, - "r_y0": 505.914, - "r_x1": 382.107, - "r_y1": 505.914, - "r_x2": 382.107, - "r_y2": 507.184, - "r_x3": 381.248, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 709, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.611, - "r_y0": 505.914, - "r_x1": 387.169, - "r_y1": 505.914, - "r_x2": 387.169, - "r_y2": 507.184, - "r_x3": 382.611, - "r_y3": 507.184, - "coord_origin": "BOTTOMLEFT" - }, - "text": "higher", - "orig": "higher", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 710, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 504.304, - "r_x1": 370.11, - "r_y1": 504.304, - "r_x2": 370.11, - "r_y2": 505.574, - "r_x3": 360.439, - "r_y3": 505.574, - "coord_origin": "BOTTOMLEFT" - }, - "text": "magnification", - "orig": "magnification", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 711, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.614, - "r_y0": 504.304, - "r_x1": 373.27, - "r_y1": 504.304, - "r_x2": 373.27, - "r_y2": 505.574, - "r_x3": 370.614, - "r_y3": 505.574, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 712, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.774, - "r_y0": 504.304, - "r_x1": 379.655, - "r_y1": 504.304, - "r_x2": 379.655, - "r_y2": 505.574, - "r_x3": 373.774, - "r_y3": 505.574, - "coord_origin": "BOTTOMLEFT" - }, - "text": "re-focus", - "orig": "re-focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 713, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.159, - "r_y0": 504.304, - "r_x1": 381.764, - "r_y1": 504.304, - "r_x2": 381.764, - "r_y2": 505.574, - "r_x3": 380.159, - "r_y3": 505.574, - "coord_origin": "BOTTOMLEFT" - }, - "text": "as", - "orig": "as", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 714, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 502.694, - "r_x1": 367.987, - "r_y1": 502.694, - "r_x2": 367.987, - "r_y2": 503.964, - "r_x3": 360.439, - "r_y3": 503.964, - "coord_origin": "BOTTOMLEFT" - }, - "text": "necessary.", - "orig": "necessary.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 715, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.425, - "r_y0": 501.084, - "r_x1": 359.855, - "r_y1": 501.084, - "r_x2": 359.855, - "r_y2": 502.354, - "r_x3": 358.425, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "3.", - "orig": "3.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 716, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.359, - "r_y0": 501.084, - "r_x1": 361.465, - "r_y1": 501.084, - "r_x2": 361.465, - "r_y2": 502.354, - "r_x3": 360.359, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "If", - "orig": "If", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 717, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 361.968, - "r_y0": 501.084, - "r_x1": 364.29, - "r_y1": 501.084, - "r_x2": 364.29, - "r_y2": 502.354, - "r_x3": 361.968, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 718, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.794, - "r_y0": 501.084, - "r_x1": 369.182, - "r_y1": 501.084, - "r_x2": 369.182, - "r_y2": 502.354, - "r_x3": 364.794, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 719, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.685, - "r_y0": 501.084, - "r_x1": 370.822, - "r_y1": 501.084, - "r_x2": 370.822, - "r_y2": 502.354, - "r_x3": 369.685, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 720, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.326, - "r_y0": 501.084, - "r_x1": 373.664, - "r_y1": 501.084, - "r_x2": 373.664, - "r_y2": 502.354, - "r_x3": 371.326, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "not", - "orig": "not", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 721, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.167, - "r_y0": 501.084, - "r_x1": 377.628, - "r_y1": 501.084, - "r_x2": 377.628, - "r_y2": 502.354, - "r_x3": 374.167, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "clear", - "orig": "clear", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 722, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.132, - "r_y0": 501.084, - "r_x1": 379.564, - "r_y1": 501.084, - "r_x2": 379.564, - "r_y2": 502.354, - "r_x3": 378.132, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 723, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.067, - "r_y0": 501.084, - "r_x1": 383.296, - "r_y1": 501.084, - "r_x2": 383.296, - "r_y2": 502.354, - "r_x3": 380.067, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "both", - "orig": "both", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 724, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 383.8, - "r_y0": 501.084, - "r_x1": 387.097, - "r_y1": 501.084, - "r_x2": 387.097, - "r_y2": 502.354, - "r_x3": 383.8, - "r_y3": 502.354, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyes", - "orig": "eyes", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 725, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 499.473, - "r_x1": 361.862, - "r_y1": 499.473, - "r_x2": 361.862, - "r_y2": 500.744, - "r_x3": 360.439, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "at", - "orig": "at", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 726, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.366, - "r_y0": 499.473, - "r_x1": 364.688, - "r_y1": 499.473, - "r_x2": 364.688, - "r_y2": 500.744, - "r_x3": 362.366, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 727, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 365.191, - "r_y0": 499.473, - "r_x1": 369.041, - "r_y1": 499.473, - "r_x2": 369.041, - "r_y2": 500.744, - "r_x3": 365.191, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "same", - "orig": "same", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 728, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.545, - "r_y0": 499.473, - "r_x1": 373.266, - "r_y1": 499.473, - "r_x2": 373.266, - "r_y2": 500.744, - "r_x3": 369.545, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "time,", - "orig": "time,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 729, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.77, - "r_y0": 499.473, - "r_x1": 376.092, - "r_y1": 499.473, - "r_x2": 376.092, - "r_y2": 500.744, - "r_x3": 373.77, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 730, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.595, - "r_y0": 499.473, - "r_x1": 381.665, - "r_y1": 499.473, - "r_x2": 381.665, - "r_y2": 500.744, - "r_x3": 376.595, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "diopter", - "orig": "diopter", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 731, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.169, - "r_y0": 499.473, - "r_x1": 384.969, - "r_y1": 499.473, - "r_x2": 384.969, - "r_y2": 500.744, - "r_x3": 382.169, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ring", - "orig": "ring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 732, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.472, - "r_y0": 499.473, - "r_x1": 388.571, - "r_y1": 499.473, - "r_x2": 388.571, - "r_y2": 500.744, - "r_x3": 385.472, - "r_y3": 500.744, - "coord_origin": "BOTTOMLEFT" - }, - "text": "may", - "orig": "may", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 733, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 497.863, - "r_x1": 363.941, - "r_y1": 497.863, - "r_x2": 363.941, - "r_y2": 499.133, - "r_x3": 360.439, - "r_y3": 499.133, - "coord_origin": "BOTTOMLEFT" - }, - "text": "need", - "orig": "need", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 734, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.445, - "r_y0": 497.863, - "r_x1": 373.137, - "r_y1": 497.863, - "r_x2": 373.137, - "r_y2": 499.133, - "r_x3": 364.445, - "r_y3": 499.133, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjustment.", - "orig": "adjustment.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 735, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.425, - "r_y0": 494.643, - "r_x1": 365.729, - "r_y1": 494.643, - "r_x2": 365.729, - "r_y2": 495.913, - "r_x3": 358.425, - "r_y3": 495.913, - "coord_origin": "BOTTOMLEFT" - }, - "text": "DIOPTER", - "orig": "DIOPTER", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 736, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.219, - "r_y0": 494.643, - "r_x1": 370.491, - "r_y1": 494.643, - "r_x2": 370.491, - "r_y2": 495.913, - "r_x3": 366.219, - "r_y3": 495.913, - "coord_origin": "BOTTOMLEFT" - }, - "text": "RING", - "orig": "RING", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 737, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.98, - "r_y0": 494.643, - "r_x1": 381.745, - "r_y1": 494.643, - "r_x2": 381.745, - "r_y2": 495.913, - "r_x3": 370.98, - "r_y3": 495.913, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ADJUSTMENT", - "orig": "ADJUSTMENT", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 738, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.425, - "r_y0": 493.033, - "r_x1": 359.855, - "r_y1": 493.033, - "r_x2": 359.855, - "r_y2": 494.303, - "r_x3": 358.425, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "1.", - "orig": "1.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 739, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.357, - "r_y0": 493.033, - "r_x1": 361.954, - "r_y1": 493.033, - "r_x2": 361.954, - "r_y2": 494.303, - "r_x3": 360.357, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "To", - "orig": "To", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 740, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.458, - "r_y0": 493.033, - "r_x1": 366.915, - "r_y1": 493.033, - "r_x2": 366.915, - "r_y2": 494.303, - "r_x3": 362.458, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjust", - "orig": "adjust", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 741, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.419, - "r_y0": 493.033, - "r_x1": 369.741, - "r_y1": 493.033, - "r_x2": 369.741, - "r_y2": 494.303, - "r_x3": 367.419, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 742, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.244, - "r_y0": 493.033, - "r_x1": 376.531, - "r_y1": 493.033, - "r_x2": 376.531, - "r_y2": 494.303, - "r_x3": 370.244, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepiece", - "orig": "eyepiece", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 743, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.034, - "r_y0": 493.033, - "r_x1": 379.017, - "r_y1": 493.033, - "r_x2": 379.017, - "r_y2": 494.303, - "r_x3": 377.034, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 744, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.521, - "r_y0": 493.033, - "r_x1": 384.971, - "r_y1": 493.033, - "r_x2": 384.971, - "r_y2": 494.303, - "r_x3": 379.521, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewing", - "orig": "viewing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 745, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 385.475, - "r_y0": 493.033, - "r_x1": 388.507, - "r_y1": 493.033, - "r_x2": 388.507, - "r_y2": 494.303, - "r_x3": 385.475, - "r_y3": 494.303, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 746, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 491.422, - "r_x1": 361.918, - "r_y1": 491.422, - "r_x2": 361.918, - "r_y2": 492.692, - "r_x3": 360.439, - "r_y3": 492.692, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 747, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.422, - "r_y0": 491.422, - "r_x1": 367.791, - "r_y1": 491.422, - "r_x2": 367.791, - "r_y2": 492.692, - "r_x3": 362.422, - "r_y3": 492.692, - "coord_origin": "BOTTOMLEFT" - }, - "text": "without", - "orig": "without", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 748, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.295, - "r_y0": 491.422, - "r_x1": 376.079, - "r_y1": 491.422, - "r_x2": 376.079, - "r_y2": 492.692, - "r_x3": 368.295, - "r_y3": 492.692, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyeglasses", - "orig": "eyeglasses", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 749, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.582, - "r_y0": 491.422, - "r_x1": 379.239, - "r_y1": 491.422, - "r_x2": 379.239, - "r_y2": 492.692, - "r_x3": 376.582, - "r_y3": 492.692, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 750, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.743, - "r_y0": 491.422, - "r_x1": 381.725, - "r_y1": 491.422, - "r_x2": 381.725, - "r_y2": 492.692, - "r_x3": 379.743, - "r_y3": 492.692, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 751, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 489.812, - "r_x1": 368.295, - "r_y1": 489.812, - "r_x2": 368.295, - "r_y2": 491.082, - "r_x3": 360.439, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "differences", - "orig": "differences", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 752, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.798, - "r_y0": 489.812, - "r_x1": 370.096, - "r_y1": 489.812, - "r_x2": 370.096, - "r_y2": 491.082, - "r_x3": 368.798, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 753, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.599, - "r_y0": 489.812, - "r_x1": 374.913, - "r_y1": 489.812, - "r_x2": 374.913, - "r_y2": 491.082, - "r_x3": 370.599, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "acuity", - "orig": "acuity", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 754, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.416, - "r_y0": 489.812, - "r_x1": 381.505, - "r_y1": 489.812, - "r_x2": 381.505, - "r_y2": 491.082, - "r_x3": 375.416, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "between", - "orig": "between", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 755, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.009, - "r_y0": 489.812, - "r_x1": 384.331, - "r_y1": 489.812, - "r_x2": 384.331, - "r_y2": 491.082, - "r_x3": 382.009, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 756, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 384.834, - "r_y0": 489.812, - "r_x1": 388.198, - "r_y1": 489.812, - "r_x2": 388.198, - "r_y2": 491.082, - "r_x3": 384.834, - "r_y3": 491.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 757, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 488.202, - "r_x1": 363.096, - "r_y1": 488.202, - "r_x2": 363.096, - "r_y2": 489.472, - "r_x3": 360.439, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 758, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.599, - "r_y0": 488.202, - "r_x1": 365.911, - "r_y1": 488.202, - "r_x2": 365.911, - "r_y2": 489.472, - "r_x3": 363.599, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 759, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.415, - "r_y0": 488.202, - "r_x1": 370.233, - "r_y1": 488.202, - "r_x2": 370.233, - "r_y2": 489.472, - "r_x3": 366.415, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyes,", - "orig": "eyes,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 760, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.737, - "r_y0": 488.202, - "r_x1": 372.501, - "r_y1": 488.202, - "r_x2": 372.501, - "r_y2": 489.472, - "r_x3": 370.737, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fol", - "orig": "fol", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 761, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.893, - "r_y0": 488.202, - "r_x1": 374.931, - "r_y1": 488.202, - "r_x2": 374.931, - "r_y2": 489.472, - "r_x3": 372.893, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ow", - "orig": "ow", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 762, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.435, - "r_y0": 488.202, - "r_x1": 377.757, - "r_y1": 488.202, - "r_x2": 377.757, - "r_y2": 489.472, - "r_x3": 375.435, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 763, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.26, - "r_y0": 488.202, - "r_x1": 380.024, - "r_y1": 488.202, - "r_x2": 380.024, - "r_y2": 489.472, - "r_x3": 378.26, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fol", - "orig": "fol", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 764, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.416, - "r_y0": 488.202, - "r_x1": 384.644, - "r_y1": 488.202, - "r_x2": 384.644, - "r_y2": 489.472, - "r_x3": 380.416, - "r_y3": 489.472, - "coord_origin": "BOTTOMLEFT" - }, - "text": "owing", - "orig": "owing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 765, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 486.592, - "r_x1": 364.887, - "r_y1": 486.592, - "r_x2": 364.887, - "r_y2": 487.862, - "r_x3": 360.439, - "r_y3": 487.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "steps:", - "orig": "steps:", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 766, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 484.981, - "r_x1": 361.819, - "r_y1": 484.981, - "r_x2": 361.819, - "r_y2": 486.252, - "r_x3": 360.439, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a.", - "orig": "a.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 767, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.323, - "r_y0": 484.981, - "r_x1": 368.249, - "r_y1": 484.981, - "r_x2": 368.249, - "r_y2": 486.252, - "r_x3": 362.323, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Observe", - "orig": "Observe", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 768, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.752, - "r_y0": 484.981, - "r_x1": 370.518, - "r_y1": 484.981, - "r_x2": 370.518, - "r_y2": 486.252, - "r_x3": 368.752, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "an", - "orig": "an", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 769, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.021, - "r_y0": 484.981, - "r_x1": 375.409, - "r_y1": 484.981, - "r_x2": 375.409, - "r_y2": 486.252, - "r_x3": 371.021, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 770, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.913, - "r_y0": 484.981, - "r_x1": 381.564, - "r_y1": 484.981, - "r_x2": 381.564, - "r_y2": 486.252, - "r_x3": 375.913, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "through", - "orig": "through", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 771, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.067, - "r_y0": 484.981, - "r_x1": 384.389, - "r_y1": 484.981, - "r_x2": 384.389, - "r_y2": 486.252, - "r_x3": 382.067, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 772, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 384.893, - "r_y0": 484.981, - "r_x1": 387.205, - "r_y1": 484.981, - "r_x2": 387.205, - "r_y2": 486.252, - "r_x3": 384.893, - "r_y3": 486.252, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 773, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.453, - "r_y0": 483.371, - "r_x1": 368.739, - "r_y1": 483.371, - "r_x2": 368.739, - "r_y2": 484.641, - "r_x3": 362.453, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepiece", - "orig": "eyepiece", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 774, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.243, - "r_y0": 483.371, - "r_x1": 371.9, - "r_y1": 483.371, - "r_x2": 371.9, - "r_y2": 484.641, - "r_x3": 369.243, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 775, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.403, - "r_y0": 483.371, - "r_x1": 376.094, - "r_y1": 483.371, - "r_x2": 376.094, - "r_y2": 484.641, - "r_x3": 372.403, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bring", - "orig": "bring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 776, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.598, - "r_y0": 483.371, - "r_x1": 377.458, - "r_y1": 483.371, - "r_x2": 377.458, - "r_y2": 484.641, - "r_x3": 376.598, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 777, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.961, - "r_y0": 483.371, - "r_x1": 383.229, - "r_y1": 483.371, - "r_x2": 383.229, - "r_y2": 484.641, - "r_x3": 377.961, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "specific", - "orig": "specific", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 778, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 383.733, - "r_y0": 483.371, - "r_x1": 387.354, - "r_y1": 483.371, - "r_x2": 387.354, - "r_y2": 484.641, - "r_x3": 383.733, - "r_y3": 484.641, - "coord_origin": "BOTTOMLEFT" - }, - "text": "point", - "orig": "point", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 779, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.453, - "r_y0": 481.761, - "r_x1": 365.177, - "r_y1": 481.761, - "r_x2": 365.177, - "r_y2": 483.031, - "r_x3": 362.453, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "into", - "orig": "into", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 780, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 365.681, - "r_y0": 481.761, - "r_x1": 369.448, - "r_y1": 481.761, - "r_x2": 369.448, - "r_y2": 483.031, - "r_x3": 365.681, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus", - "orig": "focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 781, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.95, - "r_y0": 481.761, - "r_x1": 373.785, - "r_y1": 481.761, - "r_x2": 373.785, - "r_y2": 483.031, - "r_x3": 369.95, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "using", - "orig": "using", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 782, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.289, - "r_y0": 481.761, - "r_x1": 376.609, - "r_y1": 481.761, - "r_x2": 376.609, - "r_y2": 483.031, - "r_x3": 374.289, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 783, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.112, - "r_y0": 481.761, - "r_x1": 380.877, - "r_y1": 481.761, - "r_x2": 380.877, - "r_y2": 483.031, - "r_x3": 377.112, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus", - "orig": "focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 784, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.381, - "r_y0": 481.761, - "r_x1": 385.414, - "r_y1": 481.761, - "r_x2": 385.414, - "r_y2": 483.031, - "r_x3": 381.381, - "r_y3": 483.031, - "coord_origin": "BOTTOMLEFT" - }, - "text": "knob.", - "orig": "knob.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 785, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.439, - "r_y0": 480.151, - "r_x1": 361.848, - "r_y1": 480.151, - "r_x2": 361.848, - "r_y2": 481.421, - "r_x3": 360.439, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "b.", - "orig": "b.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 786, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.35, - "r_y0": 480.151, - "r_x1": 364.179, - "r_y1": 480.151, - "r_x2": 364.179, - "r_y2": 481.421, - "r_x3": 362.35, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "By", - "orig": "By", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 787, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.682, - "r_y0": 480.151, - "r_x1": 369.857, - "r_y1": 480.151, - "r_x2": 369.857, - "r_y2": 481.421, - "r_x3": 364.682, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "turning", - "orig": "turning", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 788, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.358, - "r_y0": 480.151, - "r_x1": 372.678, - "r_y1": 480.151, - "r_x2": 372.678, - "r_y2": 481.421, - "r_x3": 370.358, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 789, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.182, - "r_y0": 480.151, - "r_x1": 378.25, - "r_y1": 480.151, - "r_x2": 378.25, - "r_y2": 481.421, - "r_x3": 373.182, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "diopter", - "orig": "diopter", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 790, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.754, - "r_y0": 480.151, - "r_x1": 381.554, - "r_y1": 480.151, - "r_x2": 381.554, - "r_y2": 481.421, - "r_x3": 378.754, - "r_y3": 481.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ring", - "orig": "ring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 791, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 478.541, - "r_x1": 370.626, - "r_y1": 478.541, - "r_x2": 370.626, - "r_y2": 479.811, - "r_x3": 362.455, - "r_y3": 479.811, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjustment", - "orig": "adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 792, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.13, - "r_y0": 478.541, - "r_x1": 373.113, - "r_y1": 478.541, - "r_x2": 373.113, - "r_y2": 479.811, - "r_x3": 371.13, - "r_y3": 479.811, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 793, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.617, - "r_y0": 478.541, - "r_x1": 375.938, - "r_y1": 478.541, - "r_x2": 375.938, - "r_y2": 479.811, - "r_x3": 373.617, - "r_y3": 479.811, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 794, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.442, - "r_y0": 478.541, - "r_x1": 378.754, - "r_y1": 478.541, - "r_x2": 378.754, - "r_y2": 479.811, - "r_x3": 376.442, - "r_y3": 479.811, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 795, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.258, - "r_y0": 478.541, - "r_x1": 386.064, - "r_y1": 478.541, - "r_x2": 386.064, - "r_y2": 479.811, - "r_x3": 379.258, - "r_y3": 479.811, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepiece,", - "orig": "eyepiece,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 796, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 476.93, - "r_x1": 366.146, - "r_y1": 476.93, - "r_x2": 366.146, - "r_y2": 478.201, - "r_x3": 362.455, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bring", - "orig": "bring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 797, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.649, - "r_y0": 476.93, - "r_x1": 368.971, - "r_y1": 476.93, - "r_x2": 368.971, - "r_y2": 478.201, - "r_x3": 366.649, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 798, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.475, - "r_y0": 476.93, - "r_x1": 373.325, - "r_y1": 476.93, - "r_x2": 373.325, - "r_y2": 478.201, - "r_x3": 369.475, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "same", - "orig": "same", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 799, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.828, - "r_y0": 476.93, - "r_x1": 377.449, - "r_y1": 476.93, - "r_x2": 377.449, - "r_y2": 478.201, - "r_x3": 373.828, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "point", - "orig": "point", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 800, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.953, - "r_y0": 476.93, - "r_x1": 380.682, - "r_y1": 476.93, - "r_x2": 380.682, - "r_y2": 478.201, - "r_x3": 377.953, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "into", - "orig": "into", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 801, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.186, - "r_y0": 476.93, - "r_x1": 385.199, - "r_y1": 476.93, - "r_x2": 385.199, - "r_y2": 478.201, - "r_x3": 381.186, - "r_y3": 478.201, - "coord_origin": "BOTTOMLEFT" - }, - "text": "sharp", - "orig": "sharp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 802, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 475.32, - "r_x1": 366.744, - "r_y1": 475.32, - "r_x2": 366.744, - "r_y2": 476.59, - "r_x3": 362.455, - "r_y3": 476.59, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus.", - "orig": "focus.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 803, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.944, - "r_y0": 473.71, - "r_x1": 365.755, - "r_y1": 473.71, - "r_x2": 365.755, - "r_y2": 474.98, - "r_x3": 360.944, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "c.Then", - "orig": "c.Then", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 804, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.259, - "r_y0": 473.71, - "r_x1": 369.95, - "r_y1": 473.71, - "r_x2": 369.95, - "r_y2": 474.98, - "r_x3": 366.259, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bring", - "orig": "bring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 805, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.453, - "r_y0": 473.71, - "r_x1": 372.775, - "r_y1": 473.71, - "r_x2": 372.775, - "r_y2": 474.98, - "r_x3": 370.453, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 806, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.279, - "r_y0": 473.71, - "r_x1": 377.129, - "r_y1": 473.71, - "r_x2": 377.129, - "r_y2": 474.98, - "r_x3": 373.279, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "same", - "orig": "same", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 807, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.632, - "r_y0": 473.71, - "r_x1": 381.253, - "r_y1": 473.71, - "r_x2": 381.253, - "r_y2": 474.98, - "r_x3": 377.632, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "point", - "orig": "point", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 808, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.757, - "r_y0": 473.71, - "r_x1": 384.487, - "r_y1": 473.71, - "r_x2": 384.487, - "r_y2": 474.98, - "r_x3": 381.757, - "r_y3": 474.98, - "coord_origin": "BOTTOMLEFT" - }, - "text": "into", - "orig": "into", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 809, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 472.1, - "r_x1": 366.223, - "r_y1": 472.1, - "r_x2": 366.223, - "r_y2": 473.37, - "r_x3": 362.455, - "r_y3": 473.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus", - "orig": "focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 810, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.727, - "r_y0": 472.1, - "r_x1": 372.378, - "r_y1": 472.1, - "r_x2": 372.378, - "r_y2": 473.37, - "r_x3": 366.727, - "r_y3": 473.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "through", - "orig": "through", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 811, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.881, - "r_y0": 472.1, - "r_x1": 375.203, - "r_y1": 472.1, - "r_x2": 375.203, - "r_y2": 473.37, - "r_x3": 372.881, - "r_y3": 473.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 812, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.707, - "r_y0": 472.1, - "r_x1": 379.07, - "r_y1": 472.1, - "r_x2": 379.07, - "r_y2": 473.37, - "r_x3": 375.707, - "r_y3": 473.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 813, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.574, - "r_y0": 472.1, - "r_x1": 385.86, - "r_y1": 472.1, - "r_x2": 385.86, - "r_y2": 473.37, - "r_x3": 379.574, - "r_y3": 473.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepiece", - "orig": "eyepiece", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 814, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 470.49, - "r_x1": 364.193, - "r_y1": 470.49, - "r_x2": 364.193, - "r_y2": 471.76, - "r_x3": 362.455, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "by", - "orig": "by", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 815, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.696, - "r_y0": 470.49, - "r_x1": 369.871, - "r_y1": 470.49, - "r_x2": 369.871, - "r_y2": 471.76, - "r_x3": 364.696, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "turning", - "orig": "turning", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 816, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.375, - "r_y0": 470.49, - "r_x1": 372.697, - "r_y1": 470.49, - "r_x2": 372.697, - "r_y2": 471.76, - "r_x3": 370.375, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 817, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.2, - "r_y0": 470.49, - "r_x1": 376.564, - "r_y1": 470.49, - "r_x2": 376.564, - "r_y2": 471.76, - "r_x3": 373.2, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 818, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.067, - "r_y0": 470.49, - "r_x1": 382.137, - "r_y1": 470.49, - "r_x2": 382.137, - "r_y2": 471.76, - "r_x3": 377.067, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "diopter", - "orig": "diopter", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 819, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.641, - "r_y0": 470.49, - "r_x1": 385.949, - "r_y1": 470.49, - "r_x2": 385.949, - "r_y2": 471.76, - "r_x3": 382.641, - "r_y3": 471.76, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ring.", - "orig": "ring.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 820, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.944, - "r_y0": 468.879, - "r_x1": 365.632, - "r_y1": 468.879, - "r_x2": 365.632, - "r_y2": 470.149, - "r_x3": 360.944, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "d.With", - "orig": "d.With", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 821, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.136, - "r_y0": 468.879, - "r_x1": 369.86, - "r_y1": 468.879, - "r_x2": 369.86, - "r_y2": 470.149, - "r_x3": 366.136, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "more", - "orig": "more", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 822, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 370.363, - "r_y0": 468.879, - "r_x1": 373.598, - "r_y1": 468.879, - "r_x2": 373.598, - "r_y2": 470.149, - "r_x3": 370.363, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "than", - "orig": "than", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 823, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.101, - "r_y0": 468.879, - "r_x1": 376.728, - "r_y1": 468.879, - "r_x2": 376.728, - "r_y2": 470.149, - "r_x3": 374.101, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "one", - "orig": "one", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 824, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.232, - "r_y0": 468.879, - "r_x1": 382.266, - "r_y1": 468.879, - "r_x2": 382.266, - "r_y2": 470.149, - "r_x3": 377.232, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewer,", - "orig": "viewer,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 825, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.77, - "r_y0": 468.879, - "r_x1": 386.133, - "r_y1": 468.879, - "r_x2": 386.133, - "r_y2": 470.149, - "r_x3": 382.77, - "r_y3": 470.149, - "coord_origin": "BOTTOMLEFT" - }, - "text": "each", - "orig": "each", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 826, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 467.269, - "r_x1": 367.18, - "r_y1": 467.269, - "r_x2": 367.18, - "r_y2": 468.539, - "r_x3": 362.455, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewer", - "orig": "viewer", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 827, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.684, - "r_y0": 467.269, - "r_x1": 372.392, - "r_y1": 467.269, - "r_x2": 372.392, - "r_y2": 468.539, - "r_x3": 367.684, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "should", - "orig": "should", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 828, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.895, - "r_y0": 467.269, - "r_x1": 376.086, - "r_y1": 467.269, - "r_x2": 376.086, - "r_y2": 468.539, - "r_x3": 372.895, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "note", - "orig": "note", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 829, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.589, - "r_y0": 467.269, - "r_x1": 379.914, - "r_y1": 467.269, - "r_x2": 379.914, - "r_y2": 468.539, - "r_x3": 376.589, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "their", - "orig": "their", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 830, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.418, - "r_y0": 467.269, - "r_x1": 383.362, - "r_y1": 467.269, - "r_x2": 383.362, - "r_y2": 468.539, - "r_x3": 380.418, - "r_y3": 468.539, - "coord_origin": "BOTTOMLEFT" - }, - "text": "own", - "orig": "own", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 831, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 465.659, - "r_x1": 367.525, - "r_y1": 465.659, - "r_x2": 367.525, - "r_y2": 466.929, - "r_x3": 362.455, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "diopter", - "orig": "diopter", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 832, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.028, - "r_y0": 465.659, - "r_x1": 370.828, - "r_y1": 465.659, - "r_x2": 370.828, - "r_y2": 466.929, - "r_x3": 368.028, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ring", - "orig": "ring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 833, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.332, - "r_y0": 465.659, - "r_x1": 376.958, - "r_y1": 465.659, - "r_x2": 376.958, - "r_y2": 466.929, - "r_x3": 371.332, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "position", - "orig": "position", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 834, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.462, - "r_y0": 465.659, - "r_x1": 379.445, - "r_y1": 465.659, - "r_x2": 379.445, - "r_y2": 466.929, - "r_x3": 377.462, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 835, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.949, - "r_y0": 465.659, - "r_x1": 382.27, - "r_y1": 465.659, - "r_x2": 382.27, - "r_y2": 466.929, - "r_x3": 379.949, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 836, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.774, - "r_y0": 465.659, - "r_x1": 385.086, - "r_y1": 465.659, - "r_x2": 385.086, - "r_y2": 466.929, - "r_x3": 382.774, - "r_y3": 466.929, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 837, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 464.049, - "r_x1": 365.111, - "r_y1": 464.049, - "r_x2": 365.111, - "r_y2": 465.319, - "r_x3": 362.455, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 838, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 365.615, - "r_y0": 464.049, - "r_x1": 368.978, - "r_y1": 464.049, - "r_x2": 368.978, - "r_y2": 465.319, - "r_x3": 365.615, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 839, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.482, - "r_y0": 464.049, - "r_x1": 377.034, - "r_y1": 464.049, - "r_x2": 377.034, - "r_y2": 465.319, - "r_x3": 369.482, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepieces,", - "orig": "eyepieces,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 840, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.538, - "r_y0": 464.049, - "r_x1": 380.765, - "r_y1": 464.049, - "r_x2": 380.765, - "r_y2": 465.319, - "r_x3": 377.538, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "then", - "orig": "then", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 841, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.269, - "r_y0": 464.049, - "r_x1": 385.848, - "r_y1": 464.049, - "r_x2": 385.848, - "r_y2": 465.319, - "r_x3": 381.269, - "r_y3": 465.319, - "coord_origin": "BOTTOMLEFT" - }, - "text": "before", - "orig": "before", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 842, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 462.439, - "r_x1": 367.905, - "r_y1": 462.439, - "r_x2": 367.905, - "r_y2": 463.709, - "r_x3": 362.455, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewing", - "orig": "viewing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 843, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.409, - "r_y0": 462.439, - "r_x1": 370.571, - "r_y1": 462.439, - "r_x2": 370.571, - "r_y2": 463.709, - "r_x3": 368.409, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "set", - "orig": "set", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 844, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.074, - "r_y0": 462.439, - "r_x1": 373.396, - "r_y1": 462.439, - "r_x2": 373.396, - "r_y2": 463.709, - "r_x3": 371.074, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 845, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.9, - "r_y0": 462.439, - "r_x1": 378.97, - "r_y1": 462.439, - "r_x2": 378.97, - "r_y2": 463.709, - "r_x3": 373.9, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "diopter", - "orig": "diopter", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 846, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 379.474, - "r_y0": 462.439, - "r_x1": 382.273, - "r_y1": 462.439, - "r_x2": 382.273, - "r_y2": 463.709, - "r_x3": 379.474, - "r_y3": 463.709, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ring", - "orig": "ring", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 847, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 362.455, - "r_y0": 460.828, - "r_x1": 371.372, - "r_y1": 460.828, - "r_x2": 371.372, - "r_y2": 462.098, - "r_x3": 362.455, - "r_y3": 462.098, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjustments", - "orig": "adjustments", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 848, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.875, - "r_y0": 460.828, - "r_x1": 373.307, - "r_y1": 460.828, - "r_x2": 373.307, - "r_y2": 462.098, - "r_x3": 371.875, - "r_y3": 462.098, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 849, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.811, - "r_y0": 460.828, - "r_x1": 376.704, - "r_y1": 460.828, - "r_x2": 376.704, - "r_y2": 462.098, - "r_x3": 373.811, - "r_y3": 462.098, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 850, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.207, - "r_y0": 460.828, - "r_x1": 382.634, - "r_y1": 460.828, - "r_x2": 382.634, - "r_y2": 462.098, - "r_x3": 377.207, - "r_y3": 462.098, - "coord_origin": "BOTTOMLEFT" - }, - "text": "setting.", - "orig": "setting.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 851, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.426, - "r_y0": 457.608, - "r_x1": 367.295, - "r_y1": 457.608, - "r_x2": 367.295, - "r_y2": 458.878, - "r_x3": 358.426, - "r_y3": 458.878, - "coord_origin": "BOTTOMLEFT" - }, - "text": "CHANGING", - "orig": "CHANGING", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 852, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.784, - "r_y0": 457.608, - "r_x1": 370.934, - "r_y1": 457.608, - "r_x2": 370.934, - "r_y2": 458.878, - "r_x3": 367.784, - "r_y3": 458.878, - "coord_origin": "BOTTOMLEFT" - }, - "text": "THE", - "orig": "THE", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 853, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.423, - "r_y0": 457.608, - "r_x1": 375.677, - "r_y1": 457.608, - "r_x2": 375.677, - "r_y2": 458.878, - "r_x3": 371.423, - "r_y3": 458.878, - "coord_origin": "BOTTOMLEFT" - }, - "text": "BULB", - "orig": "BULB", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 854, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.426, - "r_y0": 455.998, - "r_x1": 359.857, - "r_y1": 455.998, - "r_x2": 359.857, - "r_y2": 457.268, - "r_x3": 358.426, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "1.", - "orig": "1.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 855, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.36, - "r_y0": 455.998, - "r_x1": 368.187, - "r_y1": 455.998, - "r_x2": 368.187, - "r_y2": 457.268, - "r_x3": 360.36, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Disconnect", - "orig": "Disconnect", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 856, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.691, - "r_y0": 455.998, - "r_x1": 371.013, - "r_y1": 455.998, - "r_x2": 371.013, - "r_y2": 457.268, - "r_x3": 368.691, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 857, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.516, - "r_y0": 455.998, - "r_x1": 375.91, - "r_y1": 455.998, - "r_x2": 375.91, - "r_y2": 457.268, - "r_x3": 371.516, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "power", - "orig": "power", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 858, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.413, - "r_y0": 455.998, - "r_x1": 379.529, - "r_y1": 455.998, - "r_x2": 379.529, - "r_y2": 457.268, - "r_x3": 376.413, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "cord", - "orig": "cord", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 859, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.033, - "r_y0": 455.998, - "r_x1": 383.408, - "r_y1": 455.998, - "r_x2": 383.408, - "r_y2": 457.268, - "r_x3": 380.033, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "from", - "orig": "from", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 860, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 383.911, - "r_y0": 455.998, - "r_x1": 386.233, - "r_y1": 455.998, - "r_x2": 386.233, - "r_y2": 457.268, - "r_x3": 383.911, - "r_y3": 457.268, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 861, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.44, - "r_y0": 454.387, - "r_x1": 366.847, - "r_y1": 454.387, - "r_x2": 366.847, - "r_y2": 455.658, - "r_x3": 360.44, - "r_y3": 455.658, - "coord_origin": "BOTTOMLEFT" - }, - "text": "electrical", - "orig": "electrical", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 862, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.35, - "r_y0": 454.387, - "r_x1": 372.014, - "r_y1": 454.387, - "r_x2": 372.014, - "r_y2": 455.658, - "r_x3": 367.35, - "r_y3": 455.658, - "coord_origin": "BOTTOMLEFT" - }, - "text": "outlet.", - "orig": "outlet.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 863, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.426, - "r_y0": 452.777, - "r_x1": 359.857, - "r_y1": 452.777, - "r_x2": 359.857, - "r_y2": 454.047, - "r_x3": 358.426, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "2.", - "orig": "2.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 864, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.359, - "r_y0": 452.777, - "r_x1": 364.435, - "r_y1": 452.777, - "r_x2": 364.435, - "r_y2": 454.047, - "r_x3": 360.359, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "When", - "orig": "When", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 865, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.938, - "r_y0": 452.777, - "r_x1": 367.257, - "r_y1": 452.777, - "r_x2": 367.257, - "r_y2": 454.047, - "r_x3": 364.938, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 866, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.761, - "r_y0": 452.777, - "r_x1": 370.841, - "r_y1": 452.777, - "r_x2": 370.841, - "r_y2": 454.047, - "r_x3": 367.761, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bulb", - "orig": "bulb", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 867, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.345, - "r_y0": 452.777, - "r_x1": 372.482, - "r_y1": 452.777, - "r_x2": 372.482, - "r_y2": 454.047, - "r_x3": 371.345, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 868, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.984, - "r_y0": 452.777, - "r_x1": 376.378, - "r_y1": 452.777, - "r_x2": 376.378, - "r_y2": 454.047, - "r_x3": 372.984, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "cool,", - "orig": "cool,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 869, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.881, - "r_y0": 452.777, - "r_x1": 382.305, - "r_y1": 452.777, - "r_x2": 382.305, - "r_y2": 454.047, - "r_x3": 376.881, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "remove", - "orig": "remove", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 870, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.808, - "r_y0": 452.777, - "r_x1": 385.13, - "r_y1": 452.777, - "r_x2": 385.13, - "r_y2": 454.047, - "r_x3": 382.808, - "r_y3": 454.047, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 871, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.44, - "r_y0": 451.167, - "r_x1": 365.631, - "r_y1": 451.167, - "r_x2": 365.631, - "r_y2": 452.437, - "r_x3": 360.44, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "oblique", - "orig": "oblique", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 872, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.134, - "r_y0": 451.167, - "r_x1": 366.918, - "r_y1": 451.167, - "r_x2": 366.918, - "r_y2": 452.437, - "r_x3": 366.134, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "il", - "orig": "il", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 873, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.31, - "r_y0": 451.167, - "r_x1": 373.807, - "r_y1": 451.167, - "r_x2": 373.807, - "r_y2": 452.437, - "r_x3": 367.31, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "uminator", - "orig": "uminator", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 874, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.309, - "r_y0": 451.167, - "r_x1": 376.804, - "r_y1": 451.167, - "r_x2": 376.804, - "r_y2": 452.437, - "r_x3": 374.309, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "cap", - "orig": "cap", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 875, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.308, - "r_y0": 451.167, - "r_x1": 379.964, - "r_y1": 451.167, - "r_x2": 379.964, - "r_y2": 452.437, - "r_x3": 377.308, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 876, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.468, - "r_y0": 451.167, - "r_x1": 385.891, - "r_y1": 451.167, - "r_x2": 385.891, - "r_y2": 452.437, - "r_x3": 380.468, - "r_y3": 452.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "remove", - "orig": "remove", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 877, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.44, - "r_y0": 449.557, - "r_x1": 362.758, - "r_y1": 449.557, - "r_x2": 362.758, - "r_y2": 450.827, - "r_x3": 360.44, - "r_y3": 450.827, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 878, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.262, - "r_y0": 449.557, - "r_x1": 368.934, - "r_y1": 449.557, - "r_x2": 368.934, - "r_y2": 450.827, - "r_x3": 363.262, - "r_y3": 450.827, - "coord_origin": "BOTTOMLEFT" - }, - "text": "halogen", - "orig": "halogen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 879, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.438, - "r_y0": 449.557, - "r_x1": 372.516, - "r_y1": 449.557, - "r_x2": 372.516, - "r_y2": 450.827, - "r_x3": 369.438, - "r_y3": 450.827, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bulb", - "orig": "bulb", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 880, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.02, - "r_y0": 449.557, - "r_x1": 376.051, - "r_y1": 449.557, - "r_x2": 376.051, - "r_y2": 450.827, - "r_x3": 373.02, - "r_y3": 450.827, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 881, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 376.555, - "r_y0": 449.557, - "r_x1": 379.572, - "r_y1": 449.557, - "r_x2": 379.572, - "r_y2": 450.827, - "r_x3": 376.555, - "r_y3": 450.827, - "coord_origin": "BOTTOMLEFT" - }, - "text": "cap.", - "orig": "cap.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 882, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.427, - "r_y0": 447.947, - "r_x1": 359.858, - "r_y1": 447.947, - "r_x2": 359.858, - "r_y2": 449.217, - "r_x3": 358.427, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "3.", - "orig": "3.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 883, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.36, - "r_y0": 447.947, - "r_x1": 365.914, - "r_y1": 447.947, - "r_x2": 365.914, - "r_y2": 449.217, - "r_x3": 360.36, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Replace", - "orig": "Replace", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 884, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 366.418, - "r_y0": 447.947, - "r_x1": 369.449, - "r_y1": 447.947, - "r_x2": 369.449, - "r_y2": 449.217, - "r_x3": 366.418, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 885, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.953, - "r_y0": 447.947, - "r_x1": 370.812, - "r_y1": 447.947, - "r_x2": 370.812, - "r_y2": 449.217, - "r_x3": 369.953, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 886, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 371.316, - "r_y0": 447.947, - "r_x1": 374.245, - "r_y1": 447.947, - "r_x2": 374.245, - "r_y2": 449.217, - "r_x3": 371.316, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "new", - "orig": "new", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 887, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.748, - "r_y0": 447.947, - "r_x1": 380.423, - "r_y1": 447.947, - "r_x2": 380.423, - "r_y2": 449.217, - "r_x3": 374.748, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "halogen", - "orig": "halogen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 888, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 380.927, - "r_y0": 447.947, - "r_x1": 384.511, - "r_y1": 447.947, - "r_x2": 384.511, - "r_y2": 449.217, - "r_x3": 380.927, - "r_y3": 449.217, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bulb.", - "orig": "bulb.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 889, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.429, - "r_y0": 446.336, - "r_x1": 359.859, - "r_y1": 446.336, - "r_x2": 359.859, - "r_y2": 447.606, - "r_x3": 358.429, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "4.", - "orig": "4.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 890, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.363, - "r_y0": 446.336, - "r_x1": 364.139, - "r_y1": 446.336, - "r_x2": 364.139, - "r_y2": 447.606, - "r_x3": 360.363, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Open", - "orig": "Open", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 891, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 364.642, - "r_y0": 446.336, - "r_x1": 366.964, - "r_y1": 446.336, - "r_x2": 366.964, - "r_y2": 447.606, - "r_x3": 364.642, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 892, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 367.468, - "r_y0": 446.336, - "r_x1": 372.865, - "r_y1": 446.336, - "r_x2": 372.865, - "r_y2": 447.606, - "r_x3": 367.468, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "window", - "orig": "window", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 893, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 373.369, - "r_y0": 446.336, - "r_x1": 374.667, - "r_y1": 446.336, - "r_x2": 374.667, - "r_y2": 447.606, - "r_x3": 373.369, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 894, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 375.17, - "r_y0": 446.336, - "r_x1": 377.492, - "r_y1": 446.336, - "r_x2": 377.492, - "r_y2": 447.606, - "r_x3": 375.17, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 895, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 377.996, - "r_y0": 446.336, - "r_x1": 381.345, - "r_y1": 446.336, - "r_x2": 381.345, - "r_y2": 447.606, - "r_x3": 377.996, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "base", - "orig": "base", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 896, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 381.848, - "r_y0": 446.336, - "r_x1": 385.408, - "r_y1": 446.336, - "r_x2": 385.408, - "r_y2": 447.606, - "r_x3": 381.848, - "r_y3": 447.606, - "coord_origin": "BOTTOMLEFT" - }, - "text": "plate", - "orig": "plate", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 897, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.443, - "r_y0": 444.726, - "r_x1": 363.1, - "r_y1": 444.726, - "r_x2": 363.1, - "r_y2": 445.996, - "r_x3": 360.443, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 898, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.603, - "r_y0": 444.726, - "r_x1": 368.808, - "r_y1": 444.726, - "r_x2": 368.808, - "r_y2": 445.996, - "r_x3": 363.603, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "replace", - "orig": "replace", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 899, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 369.312, - "r_y0": 444.726, - "r_x1": 371.634, - "r_y1": 444.726, - "r_x2": 371.634, - "r_y2": 445.996, - "r_x3": 369.312, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 900, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.137, - "r_y0": 444.726, - "r_x1": 377.813, - "r_y1": 444.726, - "r_x2": 377.813, - "r_y2": 445.996, - "r_x3": 372.137, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "halogen", - "orig": "halogen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 901, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 378.316, - "r_y0": 444.726, - "r_x1": 381.851, - "r_y1": 444.726, - "r_x2": 381.851, - "r_y2": 445.996, - "r_x3": 378.316, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lamp", - "orig": "lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 902, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 382.355, - "r_y0": 444.726, - "r_x1": 383.834, - "r_y1": 444.726, - "r_x2": 383.834, - "r_y2": 445.996, - "r_x3": 382.355, - "r_y3": 445.996, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 903, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.443, - "r_y0": 443.116, - "r_x1": 368.389, - "r_y1": 443.116, - "r_x2": 368.389, - "r_y2": 444.386, - "r_x3": 360.443, - "r_y3": 444.386, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fluorescent", - "orig": "fluorescent", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 904, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 368.893, - "r_y0": 443.116, - "r_x1": 372.428, - "r_y1": 443.116, - "r_x2": 372.428, - "r_y2": 444.386, - "r_x3": 368.893, - "r_y3": 444.386, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lamp", - "orig": "lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 905, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 372.931, - "r_y0": 443.116, - "r_x1": 374.303, - "r_y1": 443.116, - "r_x2": 374.303, - "r_y2": 444.386, - "r_x3": 372.931, - "r_y3": 444.386, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 906, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 374.807, - "r_y0": 443.116, - "r_x1": 383.115, - "r_y1": 443.116, - "r_x2": 383.115, - "r_y2": 444.386, - "r_x3": 374.807, - "r_y3": 444.386, - "coord_origin": "BOTTOMLEFT" - }, - "text": "transmitted", - "orig": "transmitted", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 907, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 360.443, - "r_y0": 441.506, - "r_x1": 361.227, - "r_y1": 441.506, - "r_x2": 361.227, - "r_y2": 442.776, - "r_x3": 360.443, - "r_y3": 442.776, - "coord_origin": "BOTTOMLEFT" - }, - "text": "il", - "orig": "il", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 908, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 361.619, - "r_y0": 441.506, - "r_x1": 368.435, - "r_y1": 441.506, - "r_x2": 368.435, - "r_y2": 442.776, - "r_x3": 361.619, - "r_y3": 442.776, - "coord_origin": "BOTTOMLEFT" - }, - "text": "uminator.", - "orig": "uminator.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 909, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 326.596, - "r_y0": 529.2, - "r_x1": 331.374, - "r_y1": 529.2, - "r_x2": 331.374, - "r_y2": 530.47, - "r_x3": 326.596, - "r_y3": 530.47, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Model", - "orig": "Model", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 910, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 331.863, - "r_y0": 529.2, - "r_x1": 339.114, - "r_y1": 529.2, - "r_x2": 339.114, - "r_y2": 530.47, - "r_x3": 331.863, - "r_y3": 530.47, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11230", - "orig": "AY11230", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 911, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 358.486, - "r_y0": 529.2, - "r_x1": 363.264, - "r_y1": 529.2, - "r_x2": 363.264, - "r_y2": 530.47, - "r_x3": 358.486, - "r_y3": 530.47, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Model", - "orig": "Model", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 912, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 363.754, - "r_y0": 529.2, - "r_x1": 371.004, - "r_y1": 529.2, - "r_x2": 371.004, - "r_y2": 530.47, - "r_x3": 363.754, - "r_y3": 530.47, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11234", - "orig": "AY11234", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 913, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 455.435, - "r_y0": 438.157, - "r_x1": 457.978, - "r_y1": 438.157, - "r_x2": 457.978, - "r_y2": 439.745, - "r_x3": 455.435, - "r_y3": 439.745, - "coord_origin": "BOTTOMLEFT" - }, - "text": "14", - "orig": "14", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 914, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 408.245, - "r_y0": 515.107, - "r_x1": 414.423, - "r_y1": 515.107, - "r_x2": 414.423, - "r_y2": 516.154, - "r_x3": 408.245, - "r_y3": 516.154, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Objectives", - "orig": "Objectives", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 915, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.396, - "r_y0": 521.651, - "r_x1": 415.122, - "r_y1": 521.651, - "r_x2": 415.122, - "r_y2": 522.698, - "r_x3": 409.396, - "r_y3": 522.698, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Revolving", - "orig": "Revolving", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 916, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 415.535, - "r_y0": 521.651, - "r_x1": 419.067, - "r_y1": 521.651, - "r_x2": 419.067, - "r_y2": 522.698, - "r_x3": 415.535, - "r_y3": 522.698, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Turret", - "orig": "Turret", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 917, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.39, - "r_y0": 511.507, - "r_x1": 445.458, - "r_y1": 511.507, - "r_x2": 445.458, - "r_y2": 512.554, - "r_x3": 441.39, - "r_y3": 512.554, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Coarse", - "orig": "Coarse", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 918, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.39, - "r_y0": 510.327, - "r_x1": 448.223, - "r_y1": 510.327, - "r_x2": 448.223, - "r_y2": 511.374, - "r_x3": 441.39, - "r_y3": 511.374, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Adjustment", - "orig": "Adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 919, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.39, - "r_y0": 509.147, - "r_x1": 444.404, - "r_y1": 509.147, - "r_x2": 444.404, - "r_y2": 510.194, - "r_x3": 441.39, - "r_y3": 510.194, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Knob", - "orig": "Knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 920, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.793, - "r_y0": 533.323, - "r_x1": 411.501, - "r_y1": 533.323, - "r_x2": 411.501, - "r_y2": 536.181, - "r_x3": 398.793, - "r_y3": 536.181, - "coord_origin": "BOTTOMLEFT" - }, - "text": "MODEL", - "orig": "MODEL", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 921, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 412.602, - "r_y0": 533.323, - "r_x1": 428.916, - "r_y1": 533.323, - "r_x2": 428.916, - "r_y2": 536.181, - "r_x3": 412.602, - "r_y3": 536.181, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11236", - "orig": "AY11236", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 922, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.325, - "r_y0": 483.227, - "r_x1": 422.628, - "r_y1": 483.227, - "r_x2": 422.628, - "r_y2": 486.084, - "r_x3": 398.325, - "r_y3": 486.084, - "coord_origin": "BOTTOMLEFT" - }, - "text": "MICROSCOPE", - "orig": "MICROSCOPE", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 923, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 423.729, - "r_y0": 483.227, - "r_x1": 435.935, - "r_y1": 483.227, - "r_x2": 435.935, - "r_y2": 486.084, - "r_x3": 423.729, - "r_y3": 486.084, - "coord_origin": "BOTTOMLEFT" - }, - "text": "USAGE", - "orig": "USAGE", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 924, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 479.569, - "r_x1": 405.464, - "r_y1": 479.569, - "r_x2": 405.464, - "r_y2": 481.156, - "r_x3": 398.086, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "BARSKA", - "orig": "BARSKA", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 925, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 406.094, - "r_y0": 479.569, - "r_x1": 411.357, - "r_y1": 479.569, - "r_x2": 411.357, - "r_y2": 481.156, - "r_x3": 406.094, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Model", - "orig": "Model", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 926, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 411.981, - "r_y0": 479.569, - "r_x1": 419.921, - "r_y1": 479.569, - "r_x2": 419.921, - "r_y2": 481.156, - "r_x3": 411.981, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11236", - "orig": "AY11236", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 927, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 420.551, - "r_y0": 479.569, - "r_x1": 421.972, - "r_y1": 479.569, - "r_x2": 421.972, - "r_y2": 481.156, - "r_x3": 420.551, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 928, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 422.602, - "r_y0": 479.569, - "r_x1": 423.677, - "r_y1": 479.569, - "r_x2": 423.677, - "r_y2": 481.156, - "r_x3": 422.602, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 929, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 424.306, - "r_y0": 479.569, - "r_x1": 432.049, - "r_y1": 479.569, - "r_x2": 432.049, - "r_y2": 481.156, - "r_x3": 424.306, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "powerful", - "orig": "powerful", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 930, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 432.679, - "r_y0": 479.569, - "r_x1": 437.01, - "r_y1": 479.569, - "r_x2": 437.01, - "r_y2": 481.156, - "r_x3": 432.679, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fixed", - "orig": "fixed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 931, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 437.64, - "r_y0": 479.569, - "r_x1": 443.131, - "r_y1": 479.569, - "r_x2": 443.131, - "r_y2": 481.156, - "r_x3": 437.64, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "power", - "orig": "power", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 932, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 443.761, - "r_y0": 479.569, - "r_x1": 453.096, - "r_y1": 479.569, - "r_x2": 453.096, - "r_y2": 481.156, - "r_x3": 443.761, - "r_y3": 481.156, - "coord_origin": "BOTTOMLEFT" - }, - "text": "compound", - "orig": "compound", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 933, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 477.422, - "r_x1": 408.226, - "r_y1": 477.422, - "r_x2": 408.226, - "r_y2": 479.009, - "r_x3": 398.086, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "microscope", - "orig": "microscope", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 934, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 408.855, - "r_y0": 477.422, - "r_x1": 416.883, - "r_y1": 477.422, - "r_x2": 416.883, - "r_y2": 479.009, - "r_x3": 408.855, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "designed", - "orig": "designed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 935, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 417.512, - "r_y0": 477.422, - "r_x1": 419.991, - "r_y1": 477.422, - "r_x2": 419.991, - "r_y2": 479.009, - "r_x3": 417.512, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 936, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 420.62, - "r_y0": 477.422, - "r_x1": 428.986, - "r_y1": 477.422, - "r_x2": 428.986, - "r_y2": 479.009, - "r_x3": 420.62, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "biological", - "orig": "biological", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 937, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 429.615, - "r_y0": 477.422, - "r_x1": 435.985, - "r_y1": 477.422, - "r_x2": 435.985, - "r_y2": 479.009, - "r_x3": 429.615, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "studies", - "orig": "studies", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 938, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 436.615, - "r_y0": 477.422, - "r_x1": 440.742, - "r_y1": 477.422, - "r_x2": 440.742, - "r_y2": 479.009, - "r_x3": 436.615, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "such", - "orig": "such", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 939, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.372, - "r_y0": 477.422, - "r_x1": 443.378, - "r_y1": 477.422, - "r_x2": 443.378, - "r_y2": 479.009, - "r_x3": 441.372, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "as", - "orig": "as", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 940, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 444.008, - "r_y0": 477.422, - "r_x1": 452.479, - "r_y1": 477.422, - "r_x2": 452.479, - "r_y2": 479.009, - "r_x3": 444.008, - "r_y3": 479.009, - "coord_origin": "BOTTOMLEFT" - }, - "text": "specimen", - "orig": "specimen", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 941, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 475.275, - "r_x1": 409.785, - "r_y1": 475.275, - "r_x2": 409.785, - "r_y2": 476.862, - "r_x3": 398.086, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "examination.", - "orig": "examination.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 942, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 410.414, - "r_y0": 475.275, - "r_x1": 411.872, - "r_y1": 475.275, - "r_x2": 411.872, - "r_y2": 476.862, - "r_x3": 410.414, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "It", - "orig": "It", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 943, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 412.501, - "r_y0": 475.275, - "r_x1": 415.64, - "r_y1": 475.275, - "r_x2": 415.64, - "r_y2": 476.862, - "r_x3": 412.501, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "can", - "orig": "can", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 944, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 416.269, - "r_y0": 475.275, - "r_x1": 419.851, - "r_y1": 475.275, - "r_x2": 419.851, - "r_y2": 476.862, - "r_x3": 416.269, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "also", - "orig": "also", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 945, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 420.481, - "r_y0": 475.275, - "r_x1": 422.661, - "r_y1": 475.275, - "r_x2": 422.661, - "r_y2": 476.862, - "r_x3": 420.481, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 946, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 423.29, - "r_y0": 475.275, - "r_x1": 427.534, - "r_y1": 475.275, - "r_x2": 427.534, - "r_y2": 476.862, - "r_x3": 423.29, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "used", - "orig": "used", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 947, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 428.163, - "r_y0": 475.275, - "r_x1": 430.642, - "r_y1": 475.275, - "r_x2": 430.642, - "r_y2": 476.862, - "r_x3": 428.163, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 948, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 431.271, - "r_y0": 475.275, - "r_x1": 440.569, - "r_y1": 475.275, - "r_x2": 440.569, - "r_y2": 476.862, - "r_x3": 431.271, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "examining", - "orig": "examining", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 949, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.198, - "r_y0": 475.275, - "r_x1": 448.418, - "r_y1": 475.275, - "r_x2": 448.418, - "r_y2": 476.862, - "r_x3": 441.198, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "bacteria", - "orig": "bacteria", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 950, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.047, - "r_y0": 475.275, - "r_x1": 452.368, - "r_y1": 475.275, - "r_x2": 452.368, - "r_y2": 476.862, - "r_x3": 449.047, - "r_y3": 476.862, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 951, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 473.128, - "r_x1": 400.565, - "r_y1": 473.128, - "r_x2": 400.565, - "r_y2": 474.715, - "r_x3": 398.086, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 952, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 401.194, - "r_y0": 473.128, - "r_x1": 407.864, - "r_y1": 473.128, - "r_x2": 407.864, - "r_y2": 474.715, - "r_x3": 401.194, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "general", - "orig": "general", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 953, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 408.494, - "r_y0": 473.128, - "r_x1": 414.524, - "r_y1": 473.128, - "r_x2": 414.524, - "r_y2": 474.715, - "r_x3": 408.494, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "clinical", - "orig": "clinical", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 954, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 415.153, - "r_y0": 473.128, - "r_x1": 418.474, - "r_y1": 473.128, - "r_x2": 418.474, - "r_y2": 474.715, - "r_x3": 415.153, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 955, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 419.104, - "r_y0": 473.128, - "r_x1": 426.01, - "r_y1": 473.128, - "r_x2": 426.01, - "r_y2": 474.715, - "r_x3": 419.104, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "medical", - "orig": "medical", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 956, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 426.64, - "r_y0": 473.128, - "r_x1": 433.01, - "r_y1": 473.128, - "r_x2": 433.01, - "r_y2": 474.715, - "r_x3": 426.64, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "studies", - "orig": "studies", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 957, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 433.639, - "r_y0": 473.128, - "r_x1": 436.96, - "r_y1": 473.128, - "r_x2": 436.96, - "r_y2": 474.715, - "r_x3": 433.639, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 958, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 437.589, - "r_y0": 473.128, - "r_x1": 442.341, - "r_y1": 473.128, - "r_x2": 442.341, - "r_y2": 474.715, - "r_x3": 437.589, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "other", - "orig": "other", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 959, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.97, - "r_y0": 473.128, - "r_x1": 450.767, - "r_y1": 473.128, - "r_x2": 450.767, - "r_y2": 474.715, - "r_x3": 442.97, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "scientific", - "orig": "scientific", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 960, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 451.397, - "r_y0": 473.128, - "r_x1": 456.109, - "r_y1": 473.128, - "r_x2": 456.109, - "r_y2": 474.715, - "r_x3": 451.397, - "r_y3": 474.715, - "coord_origin": "BOTTOMLEFT" - }, - "text": "uses.", - "orig": "uses.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 961, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.624, - "r_y0": 467.84, - "r_x1": 427.775, - "r_y1": 467.84, - "r_x2": 427.775, - "r_y2": 470.698, - "r_x3": 398.624, - "r_y3": 470.698, - "coord_origin": "BOTTOMLEFT" - }, - "text": "CONSTRUCTION", - "orig": "CONSTRUCTION", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 962, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 463.467, - "r_x1": 405.464, - "r_y1": 463.467, - "r_x2": 405.464, - "r_y2": 465.054, - "r_x3": 398.086, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "BARSKA", - "orig": "BARSKA", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 963, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 406.094, - "r_y0": 463.467, - "r_x1": 411.357, - "r_y1": 463.467, - "r_x2": 411.357, - "r_y2": 465.054, - "r_x3": 406.094, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Model", - "orig": "Model", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 964, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 411.981, - "r_y0": 463.467, - "r_x1": 419.921, - "r_y1": 463.467, - "r_x2": 419.921, - "r_y2": 465.054, - "r_x3": 411.981, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11236", - "orig": "AY11236", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 965, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 420.551, - "r_y0": 463.467, - "r_x1": 421.972, - "r_y1": 463.467, - "r_x2": 421.972, - "r_y2": 465.054, - "r_x3": 420.551, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 966, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 422.602, - "r_y0": 463.467, - "r_x1": 423.677, - "r_y1": 463.467, - "r_x2": 423.677, - "r_y2": 465.054, - "r_x3": 422.602, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 967, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 424.306, - "r_y0": 463.467, - "r_x1": 428.637, - "r_y1": 463.467, - "r_x2": 428.637, - "r_y2": 465.054, - "r_x3": 424.306, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fixed", - "orig": "fixed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 968, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 429.267, - "r_y0": 463.467, - "r_x1": 434.759, - "r_y1": 463.467, - "r_x2": 434.759, - "r_y2": 465.054, - "r_x3": 429.267, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "power", - "orig": "power", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 969, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 435.388, - "r_y0": 463.467, - "r_x1": 444.723, - "r_y1": 463.467, - "r_x2": 444.723, - "r_y2": 465.054, - "r_x3": 435.388, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "compound", - "orig": "compound", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 970, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.352, - "r_y0": 463.467, - "r_x1": 456.143, - "r_y1": 463.467, - "r_x2": 456.143, - "r_y2": 465.054, - "r_x3": 445.352, - "r_y3": 465.054, - "coord_origin": "BOTTOMLEFT" - }, - "text": "microscope.", - "orig": "microscope.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 971, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.084, - "r_y0": 461.32, - "r_x1": 399.542, - "r_y1": 461.32, - "r_x2": 399.542, - "r_y2": 462.907, - "r_x3": 398.084, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "It", - "orig": "It", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 972, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 400.171, - "r_y0": 461.32, - "r_x1": 401.593, - "r_y1": 461.32, - "r_x2": 401.593, - "r_y2": 462.907, - "r_x3": 400.171, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 973, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 402.222, - "r_y0": 461.32, - "r_x1": 412.72, - "r_y1": 461.32, - "r_x2": 412.72, - "r_y2": 462.907, - "r_x3": 402.222, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "constructed", - "orig": "constructed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 974, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 413.349, - "r_y0": 461.32, - "r_x1": 417.138, - "r_y1": 461.32, - "r_x2": 417.138, - "r_y2": 462.907, - "r_x3": 413.349, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 975, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 417.768, - "r_y0": 461.32, - "r_x1": 421.021, - "r_y1": 461.32, - "r_x2": 421.021, - "r_y2": 462.907, - "r_x3": 417.768, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "two", - "orig": "two", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 976, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 421.65, - "r_y0": 461.32, - "r_x1": 427.541, - "r_y1": 461.32, - "r_x2": 427.541, - "r_y2": 462.907, - "r_x3": 421.65, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "optical", - "orig": "optical", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 977, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 428.171, - "r_y0": 461.32, - "r_x1": 433.128, - "r_y1": 461.32, - "r_x2": 433.128, - "r_y2": 462.907, - "r_x3": 428.171, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "paths", - "orig": "paths", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 978, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 433.757, - "r_y0": 461.32, - "r_x1": 435.537, - "r_y1": 461.32, - "r_x2": 435.537, - "r_y2": 462.907, - "r_x3": 433.757, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "at", - "orig": "at", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 979, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 436.166, - "r_y0": 461.32, - "r_x1": 439.068, - "r_y1": 461.32, - "r_x2": 439.068, - "r_y2": 462.907, - "r_x3": 436.166, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 980, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 439.698, - "r_y0": 461.32, - "r_x1": 444.51, - "r_y1": 461.32, - "r_x2": 444.51, - "r_y2": 462.907, - "r_x3": 439.698, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "same", - "orig": "same", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 981, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.14, - "r_y0": 461.32, - "r_x1": 450.667, - "r_y1": 461.32, - "r_x2": 450.667, - "r_y2": 462.907, - "r_x3": 445.14, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "angle.", - "orig": "angle.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 982, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 451.297, - "r_y0": 461.32, - "r_x1": 452.754, - "r_y1": 461.32, - "r_x2": 452.754, - "r_y2": 462.907, - "r_x3": 451.297, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "It", - "orig": "It", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 983, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 453.384, - "r_y0": 461.32, - "r_x1": 454.805, - "r_y1": 461.32, - "r_x2": 454.805, - "r_y2": 462.907, - "r_x3": 453.384, - "r_y3": 462.907, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 984, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.084, - "r_y0": 459.173, - "r_x1": 406.294, - "r_y1": 459.173, - "r_x2": 406.294, - "r_y2": 460.761, - "r_x3": 398.084, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "equipped", - "orig": "equipped", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 985, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 406.924, - "r_y0": 459.173, - "r_x1": 410.713, - "r_y1": 459.173, - "r_x2": 410.713, - "r_y2": 460.761, - "r_x3": 406.924, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 986, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 411.343, - "r_y0": 459.173, - "r_x1": 421.736, - "r_y1": 459.173, - "r_x2": 421.736, - "r_y2": 460.761, - "r_x3": 411.343, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "transmitted", - "orig": "transmitted", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 987, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 422.366, - "r_y0": 459.173, - "r_x1": 423.346, - "r_y1": 459.173, - "r_x2": 423.346, - "r_y2": 460.761, - "r_x3": 422.366, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "il", - "orig": "il", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 988, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 423.836, - "r_y0": 459.173, - "r_x1": 433.467, - "r_y1": 459.173, - "r_x2": 433.467, - "r_y2": 460.761, - "r_x3": 423.836, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "umination.", - "orig": "umination.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 989, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 434.097, - "r_y0": 459.173, - "r_x1": 436.382, - "r_y1": 459.173, - "r_x2": 436.382, - "r_y2": 460.761, - "r_x3": 434.097, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "By", - "orig": "By", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 990, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 437.012, - "r_y0": 459.173, - "r_x1": 441.812, - "r_y1": 459.173, - "r_x2": 441.812, - "r_y2": 460.761, - "r_x3": 437.012, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "using", - "orig": "using", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 991, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.441, - "r_y0": 459.173, - "r_x1": 445.699, - "r_y1": 459.173, - "r_x2": 445.699, - "r_y2": 460.761, - "r_x3": 442.441, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "this", - "orig": "this", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 992, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.329, - "r_y0": 459.173, - "r_x1": 456.776, - "r_y1": 459.173, - "r_x2": 456.776, - "r_y2": 460.761, - "r_x3": 446.329, - "r_y3": 460.761, - "coord_origin": "BOTTOMLEFT" - }, - "text": "instrument,", - "orig": "instrument,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 993, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.084, - "r_y0": 457.026, - "r_x1": 400.987, - "r_y1": 457.026, - "r_x2": 400.987, - "r_y2": 458.614, - "r_x3": 398.084, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 994, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 401.616, - "r_y0": 457.026, - "r_x1": 405.509, - "r_y1": 457.026, - "r_x2": 405.509, - "r_y2": 458.614, - "r_x3": 401.616, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "user", - "orig": "user", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 995, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 406.139, - "r_y0": 457.026, - "r_x1": 409.277, - "r_y1": 457.026, - "r_x2": 409.277, - "r_y2": 458.614, - "r_x3": 406.139, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "can", - "orig": "can", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 996, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.907, - "r_y0": 457.026, - "r_x1": 416.992, - "r_y1": 457.026, - "r_x2": 416.992, - "r_y2": 458.614, - "r_x3": 409.907, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "observe", - "orig": "observe", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 997, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 417.621, - "r_y0": 457.026, - "r_x1": 427.024, - "r_y1": 457.026, - "r_x2": 427.024, - "r_y2": 458.614, - "r_x3": 417.621, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "specimens", - "orig": "specimens", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 998, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 427.654, - "r_y0": 457.026, - "r_x1": 429.433, - "r_y1": 457.026, - "r_x2": 429.433, - "r_y2": 458.614, - "r_x3": 427.654, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "at", - "orig": "at", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 999, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 430.063, - "r_y0": 457.026, - "r_x1": 442.151, - "r_y1": 457.026, - "r_x2": 442.151, - "r_y2": 458.614, - "r_x3": 430.063, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "magnification", - "orig": "magnification", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1000, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.781, - "r_y0": 457.026, - "r_x1": 447.0, - "r_y1": 457.026, - "r_x2": 447.0, - "r_y2": 458.614, - "r_x3": 442.781, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "from", - "orig": "from", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1001, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 447.629, - "r_y0": 457.026, - "r_x1": 450.962, - "r_y1": 457.026, - "r_x2": 450.962, - "r_y2": 458.614, - "r_x3": 447.629, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "40x", - "orig": "40x", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1002, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 451.592, - "r_y0": 457.026, - "r_x1": 453.382, - "r_y1": 457.026, - "r_x2": 453.382, - "r_y2": 458.614, - "r_x3": 451.592, - "r_y3": 458.614, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1003, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.084, - "r_y0": 454.879, - "r_x1": 403.692, - "r_y1": 454.879, - "r_x2": 403.692, - "r_y2": 456.467, - "r_x3": 398.084, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "1000x", - "orig": "1000x", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1004, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 404.322, - "r_y0": 454.879, - "r_x1": 406.495, - "r_y1": 454.879, - "r_x2": 406.495, - "r_y2": 456.467, - "r_x3": 404.322, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "by", - "orig": "by", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1005, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 407.124, - "r_y0": 454.879, - "r_x1": 415.05, - "r_y1": 454.879, - "r_x2": 415.05, - "r_y2": 456.467, - "r_x3": 407.124, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "selecting", - "orig": "selecting", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1006, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 415.679, - "r_y0": 454.879, - "r_x1": 418.582, - "r_y1": 454.879, - "r_x2": 418.582, - "r_y2": 456.467, - "r_x3": 415.679, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1007, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 419.211, - "r_y0": 454.879, - "r_x1": 425.756, - "r_y1": 454.879, - "r_x2": 425.756, - "r_y2": 456.467, - "r_x3": 419.211, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "desired", - "orig": "desired", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1008, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 426.386, - "r_y0": 454.879, - "r_x1": 434.517, - "r_y1": 454.879, - "r_x2": 434.517, - "r_y2": 456.467, - "r_x3": 426.386, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "objective", - "orig": "objective", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1009, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 435.147, - "r_y0": 454.879, - "r_x1": 439.417, - "r_y1": 454.879, - "r_x2": 439.417, - "r_y2": 456.467, - "r_x3": 435.147, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lens.", - "orig": "lens.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1010, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 440.047, - "r_y0": 454.879, - "r_x1": 446.216, - "r_y1": 454.879, - "r_x2": 446.216, - "r_y2": 456.467, - "r_x3": 440.047, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Coarse", - "orig": "Coarse", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1011, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.846, - "r_y0": 454.879, - "r_x1": 450.167, - "r_y1": 454.879, - "r_x2": 450.167, - "r_y2": 456.467, - "r_x3": 446.846, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1012, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 450.796, - "r_y0": 454.879, - "r_x1": 454.113, - "r_y1": 454.879, - "r_x2": 454.113, - "r_y2": 456.467, - "r_x3": 450.796, - "r_y3": 456.467, - "coord_origin": "BOTTOMLEFT" - }, - "text": "fine", - "orig": "fine", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1013, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.084, - "r_y0": 452.732, - "r_x1": 402.795, - "r_y1": 452.732, - "r_x2": 402.795, - "r_y2": 454.32, - "r_x3": 398.084, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "focus", - "orig": "focus", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1014, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 403.424, - "r_y0": 452.732, - "r_x1": 414.57, - "r_y1": 452.732, - "r_x2": 414.57, - "r_y2": 454.32, - "r_x3": 403.424, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjustments", - "orig": "adjustments", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1015, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 415.2, - "r_y0": 452.732, - "r_x1": 421.892, - "r_y1": 452.732, - "r_x2": 421.892, - "r_y2": 454.32, - "r_x3": 415.2, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "provide", - "orig": "provide", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1016, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 422.521, - "r_y0": 452.732, - "r_x1": 430.368, - "r_y1": 452.732, - "r_x2": 430.368, - "r_y2": 454.32, - "r_x3": 422.521, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "accuracy", - "orig": "accuracy", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1017, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 430.998, - "r_y0": 452.732, - "r_x1": 434.319, - "r_y1": 452.732, - "r_x2": 434.319, - "r_y2": 454.32, - "r_x3": 430.998, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1018, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 434.948, - "r_y0": 452.732, - "r_x1": 440.433, - "r_y1": 452.732, - "r_x2": 440.433, - "r_y2": 454.32, - "r_x3": 434.948, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "image", - "orig": "image", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1019, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.062, - "r_y0": 452.732, - "r_x1": 446.653, - "r_y1": 452.732, - "r_x2": 446.653, - "r_y2": 454.32, - "r_x3": 441.062, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "detail.", - "orig": "detail.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1020, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 447.282, - "r_y0": 452.732, - "r_x1": 450.581, - "r_y1": 452.732, - "r_x2": 450.581, - "r_y2": 454.32, - "r_x3": 447.282, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1021, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 451.211, - "r_y0": 452.732, - "r_x1": 458.28, - "r_y1": 452.732, - "r_x2": 458.28, - "r_y2": 454.32, - "r_x3": 451.211, - "r_y3": 454.32, - "coord_origin": "BOTTOMLEFT" - }, - "text": "rotating", - "orig": "rotating", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1022, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 450.585, - "r_x1": 402.473, - "r_y1": 450.585, - "r_x2": 402.473, - "r_y2": 452.173, - "r_x3": 398.086, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "head", - "orig": "head", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1023, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 403.102, - "r_y0": 450.585, - "r_x1": 404.667, - "r_y1": 450.585, - "r_x2": 404.667, - "r_y2": 452.173, - "r_x3": 403.102, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "al", - "orig": "al", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1024, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 405.157, - "r_y0": 450.585, - "r_x1": 408.637, - "r_y1": 450.585, - "r_x2": 408.637, - "r_y2": 452.173, - "r_x3": 405.157, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ows", - "orig": "ows", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1025, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.266, - "r_y0": 450.585, - "r_x1": 412.169, - "r_y1": 450.585, - "r_x2": 412.169, - "r_y2": 452.173, - "r_x3": 409.266, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1026, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 412.798, - "r_y0": 450.585, - "r_x1": 416.691, - "r_y1": 450.585, - "r_x2": 416.691, - "r_y2": 452.173, - "r_x3": 412.798, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "user", - "orig": "user", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1027, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 417.321, - "r_y0": 450.585, - "r_x1": 419.111, - "r_y1": 450.585, - "r_x2": 419.111, - "r_y2": 452.173, - "r_x3": 417.321, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1028, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 419.74, - "r_y0": 450.585, - "r_x1": 426.774, - "r_y1": 450.585, - "r_x2": 426.774, - "r_y2": 452.173, - "r_x3": 419.74, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "position", - "orig": "position", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1029, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 427.403, - "r_y0": 450.585, - "r_x1": 430.306, - "r_y1": 450.585, - "r_x2": 430.306, - "r_y2": 452.173, - "r_x3": 427.403, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1030, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 430.935, - "r_y0": 450.585, - "r_x1": 439.725, - "r_y1": 450.585, - "r_x2": 439.725, - "r_y2": 452.173, - "r_x3": 430.935, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "eyepieces", - "orig": "eyepieces", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1031, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 440.354, - "r_y0": 450.585, - "r_x1": 442.833, - "r_y1": 450.585, - "r_x2": 442.833, - "r_y2": 452.173, - "r_x3": 440.354, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1032, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 443.462, - "r_y0": 450.585, - "r_x1": 452.438, - "r_y1": 450.585, - "r_x2": 452.438, - "r_y2": 452.173, - "r_x3": 443.462, - "r_y3": 452.173, - "coord_origin": "BOTTOMLEFT" - }, - "text": "maximum", - "orig": "maximum", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1033, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 398.086, - "r_y0": 448.438, - "r_x1": 404.899, - "r_y1": 448.438, - "r_x2": 404.899, - "r_y2": 450.026, - "r_x3": 398.086, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "viewing", - "orig": "viewing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1034, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 405.529, - "r_y0": 448.438, - "r_x1": 412.469, - "r_y1": 448.438, - "r_x2": 412.469, - "r_y2": 450.026, - "r_x3": 405.529, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "comfort", - "orig": "comfort", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1035, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 413.099, - "r_y0": 448.438, - "r_x1": 416.42, - "r_y1": 448.438, - "r_x2": 416.42, - "r_y2": 450.026, - "r_x3": 413.099, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1036, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 417.049, - "r_y0": 448.438, - "r_x1": 421.18, - "r_y1": 448.438, - "r_x2": 421.18, - "r_y2": 450.026, - "r_x3": 417.049, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "easy", - "orig": "easy", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1037, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 421.81, - "r_y0": 448.438, - "r_x1": 427.677, - "r_y1": 448.438, - "r_x2": 427.677, - "r_y2": 450.026, - "r_x3": 421.81, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "access", - "orig": "access", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1038, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 428.306, - "r_y0": 448.438, - "r_x1": 430.097, - "r_y1": 448.438, - "r_x2": 430.097, - "r_y2": 450.026, - "r_x3": 428.306, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1039, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 430.726, - "r_y0": 448.438, - "r_x1": 432.291, - "r_y1": 448.438, - "r_x2": 432.291, - "r_y2": 450.026, - "r_x3": 430.726, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "al", - "orig": "al", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1040, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 433.41, - "r_y0": 448.438, - "r_x1": 443.625, - "r_y1": 448.438, - "r_x2": 443.625, - "r_y2": 450.026, - "r_x3": 433.41, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "adjustment", - "orig": "adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1041, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 444.254, - "r_y0": 448.438, - "r_x1": 450.227, - "r_y1": 448.438, - "r_x2": 450.227, - "r_y2": 450.026, - "r_x3": 444.254, - "r_y3": 450.026, - "coord_origin": "BOTTOMLEFT" - }, - "text": "knobs.", - "orig": "knobs.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1042, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 422.106, - "r_y0": 489.1, - "r_x1": 426.885, - "r_y1": 489.1, - "r_x2": 426.885, - "r_y2": 490.37, - "r_x3": 422.106, - "r_y3": 490.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Model", - "orig": "Model", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 1043, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 427.374, - "r_y0": 489.1, - "r_x1": 434.624, - "r_y1": 489.1, - "r_x2": 434.624, - "r_y2": 490.37, - "r_x3": 427.374, - "r_y3": 490.37, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AY11236", - "orig": "AY11236", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT2", - "font_name": "/AAAAAC+Verdana-Bold" - }, - { - "index": 1044, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.016, - "r_y0": 507.547, - "r_x1": 444.467, - "r_y1": 507.547, - "r_x2": 444.467, - "r_y2": 508.594, - "r_x3": 442.016, - "r_y3": 508.594, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Fine", - "orig": "Fine", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1045, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.016, - "r_y0": 506.367, - "r_x1": 448.85, - "r_y1": 506.367, - "r_x2": 448.85, - "r_y2": 507.414, - "r_x3": 442.016, - "r_y3": 507.414, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Adjustment", - "orig": "Adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1046, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 442.016, - "r_y0": 505.187, - "r_x1": 445.03, - "r_y1": 505.187, - "r_x2": 445.03, - "r_y2": 506.234, - "r_x3": 442.016, - "r_y3": 506.234, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Knob", - "orig": "Knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1047, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 408.006, - "r_y0": 511.507, - "r_x1": 411.422, - "r_y1": 511.507, - "r_x2": 411.422, - "r_y2": 512.554, - "r_x3": 408.006, - "r_y3": 512.554, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Stage", - "orig": "Stage", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1048, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 404.072, - "r_y0": 509.719, - "r_x1": 410.362, - "r_y1": 509.719, - "r_x2": 410.362, - "r_y2": 510.766, - "r_x3": 404.072, - "r_y3": 510.766, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Condenser", - "orig": "Condenser", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1049, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 404.072, - "r_y0": 508.539, - "r_x1": 409.216, - "r_y1": 508.539, - "r_x2": 409.216, - "r_y2": 509.586, - "r_x3": 404.072, - "r_y3": 509.586, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Focusing", - "orig": "Focusing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1050, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 404.072, - "r_y0": 507.359, - "r_x1": 407.086, - "r_y1": 507.359, - "r_x2": 407.086, - "r_y2": 508.406, - "r_x3": 404.072, - "r_y3": 508.406, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Knob", - "orig": "Knob", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1051, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.813, - "r_y0": 528.312, - "r_x1": 447.037, - "r_y1": 528.312, - "r_x2": 447.037, - "r_y2": 529.358, - "r_x3": 441.813, - "r_y3": 529.358, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Eyepiece", - "orig": "Eyepiece", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1052, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 437.346, - "r_y0": 519.504, - "r_x1": 440.805, - "r_y1": 519.504, - "r_x2": 440.805, - "r_y2": 520.55, - "r_x3": 437.346, - "r_y3": 520.55, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Stand", - "orig": "Stand", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1053, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.716, - "r_y0": 506.234, - "r_x1": 412.962, - "r_y1": 506.234, - "r_x2": 412.962, - "r_y2": 507.28, - "r_x3": 409.716, - "r_y3": 507.28, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Lamp", - "orig": "Lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1054, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.716, - "r_y0": 504.803, - "r_x1": 413.267, - "r_y1": 504.803, - "r_x2": 413.267, - "r_y2": 505.849, - "r_x3": 409.716, - "r_y3": 505.849, - "coord_origin": "BOTTOMLEFT" - }, - "text": "On/Of", - "orig": "On/Of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1055, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 409.716, - "r_y0": 503.371, - "r_x1": 413.634, - "r_y1": 503.371, - "r_x2": 413.634, - "r_y2": 504.417, - "r_x3": 409.716, - "r_y3": 504.417, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Switch", - "orig": "Switch", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1056, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 434.871, - "r_y0": 493.919, - "r_x1": 438.117, - "r_y1": 493.919, - "r_x2": 438.117, - "r_y2": 494.965, - "r_x3": 434.871, - "r_y3": 494.965, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Lamp", - "orig": "Lamp", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1057, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 439.52, - "r_y0": 498.451, - "r_x1": 443.088, - "r_y1": 498.451, - "r_x2": 443.088, - "r_y2": 499.497, - "r_x3": 439.52, - "r_y3": 499.497, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Power", - "orig": "Power", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1058, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 439.52, - "r_y0": 497.02, - "r_x1": 442.296, - "r_y1": 497.02, - "r_x2": 442.296, - "r_y2": 498.066, - "r_x3": 439.52, - "r_y3": 498.066, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Cord", - "orig": "Cord", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1059, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 413.558, - "r_y0": 525.973, - "r_x1": 418.504, - "r_y1": 525.973, - "r_x2": 418.504, - "r_y2": 527.02, - "r_x3": 413.558, - "r_y3": 527.02, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Rotating", - "orig": "Rotating", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1060, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 418.919, - "r_y0": 525.973, - "r_x1": 421.949, - "r_y1": 525.973, - "r_x2": 421.949, - "r_y2": 527.02, - "r_x3": 418.919, - "r_y3": 527.02, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Head", - "orig": "Head", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1061, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.843, - "r_y0": 503.728, - "r_x1": 445.258, - "r_y1": 503.728, - "r_x2": 445.258, - "r_y2": 504.775, - "r_x3": 441.843, - "r_y3": 504.775, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Stage", - "orig": "Stage", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1062, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 445.673, - "r_y0": 503.728, - "r_x1": 447.876, - "r_y1": 503.728, - "r_x2": 447.876, - "r_y2": 504.775, - "r_x3": 445.673, - "r_y3": 504.775, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Clip", - "orig": "Clip", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1063, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 441.843, - "r_y0": 502.297, - "r_x1": 448.673, - "r_y1": 502.297, - "r_x2": 448.673, - "r_y2": 503.343, - "r_x3": 441.843, - "r_y3": 503.343, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Adjustment", - "orig": "Adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1064, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 407.24, - "r_y0": 530.768, - "r_x1": 413.013, - "r_y1": 530.768, - "r_x2": 413.013, - "r_y2": 531.814, - "r_x3": 407.24, - "r_y3": 531.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Interpupil", - "orig": "Interpupil", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1065, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 413.335, - "r_y0": 530.768, - "r_x1": 415.245, - "r_y1": 530.768, - "r_x2": 415.245, - "r_y2": 531.814, - "r_x3": 413.335, - "r_y3": 531.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ary", - "orig": "ary", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1066, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 415.658, - "r_y0": 530.768, - "r_x1": 418.547, - "r_y1": 530.768, - "r_x2": 418.547, - "r_y2": 531.814, - "r_x3": 415.658, - "r_y3": 531.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Slide", - "orig": "Slide", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1067, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 418.962, - "r_y0": 530.768, - "r_x1": 425.791, - "r_y1": 530.768, - "r_x2": 425.791, - "r_y2": 531.814, - "r_x3": 418.962, - "r_y3": 531.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Adjustment", - "orig": "Adjustment", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT4", - "font_name": "/AAAAAE+Verdana" - }, - { - "index": 1068, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 411.3, - "r_x1": 456.17, - "r_y1": 411.3, - "r_x2": 456.17, - "r_y2": 412.978, - "r_x3": 449.101, - "r_y3": 412.978, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Circling", - "orig": "Circling", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT6", - "font_name": "/AAAAAG+Arial-BoldMT" - }, - { - "index": 1069, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 456.698, - "r_y0": 411.3, - "r_x1": 466.088, - "r_y1": 411.3, - "r_x2": 466.088, - "r_y2": 412.978, - "r_x3": 456.698, - "r_y3": 412.978, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Minimums", - "orig": "Minimums", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT6", - "font_name": "/AAAAAG+Arial-BoldMT" - }, - { - "index": 1070, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 406.743, - "r_x1": 550.771, - "r_y1": 406.743, - "r_x2": 550.771, - "r_y2": 408.421, - "r_x3": 449.101, - "r_y3": 408.421, - "coord_origin": "BOTTOMLEFT" - }, - "text": "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", - "orig": "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G1", - "font_name": "/AAAAAH+ArialMT" - }, - { - "index": 1071, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 404.206, - "r_x1": 456.909, - "r_y1": 404.206, - "r_x2": 456.909, - "r_y2": 405.884, - "r_x3": 449.101, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "improved", - "orig": "improved", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1072, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 457.437, - "r_y0": 404.206, - "r_x1": 464.508, - "r_y1": 404.206, - "r_x2": 464.508, - "r_y2": 405.884, - "r_x3": 457.437, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "obstacle", - "orig": "obstacle", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1073, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 465.036, - "r_y0": 404.206, - "r_x1": 473.902, - "r_y1": 404.206, - "r_x2": 473.902, - "r_y2": 405.884, - "r_x3": 465.036, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "protection.", - "orig": "protection.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1074, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 474.399, - "r_y0": 404.206, - "r_x1": 476.404, - "r_y1": 404.206, - "r_x2": 476.404, - "r_y2": 405.884, - "r_x3": 474.399, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "To", - "orig": "To", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1075, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 476.932, - "r_y0": 404.206, - "r_x1": 483.475, - "r_y1": 404.206, - "r_x2": 483.475, - "r_y2": 405.884, - "r_x3": 476.932, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "indicate", - "orig": "indicate", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1076, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 484.003, - "r_y0": 404.206, - "r_x1": 487.171, - "r_y1": 404.206, - "r_x2": 487.171, - "r_y2": 405.884, - "r_x3": 484.003, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1077, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 487.698, - "r_y0": 404.206, - "r_x1": 490.338, - "r_y1": 404.206, - "r_x2": 490.338, - "r_y2": 405.884, - "r_x3": 487.698, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1078, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 490.866, - "r_y0": 404.206, - "r_x1": 494.348, - "r_y1": 404.206, - "r_x2": 494.348, - "r_y2": 405.884, - "r_x3": 490.866, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "new", - "orig": "new", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1079, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.876, - "r_y0": 404.206, - "r_x1": 500.573, - "r_y1": 404.206, - "r_x2": 500.573, - "r_y2": 405.884, - "r_x3": 494.876, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "criteria", - "orig": "criteria", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1080, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.101, - "r_y0": 404.206, - "r_x1": 504.268, - "r_y1": 404.206, - "r_x2": 504.268, - "r_y2": 405.884, - "r_x3": 501.101, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "had", - "orig": "had", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1081, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 504.796, - "r_y0": 404.206, - "r_x1": 509.019, - "r_y1": 404.206, - "r_x2": 509.019, - "r_y2": 405.884, - "r_x3": 504.796, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "been", - "orig": "been", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1082, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 509.547, - "r_y0": 404.206, - "r_x1": 515.669, - "r_y1": 404.206, - "r_x2": 515.669, - "r_y2": 405.884, - "r_x3": 509.547, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "applied", - "orig": "applied", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1083, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 516.197, - "r_y0": 404.206, - "r_x1": 517.781, - "r_y1": 404.206, - "r_x2": 517.781, - "r_y2": 405.884, - "r_x3": 516.197, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1084, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 518.309, - "r_y0": 404.206, - "r_x1": 519.365, - "r_y1": 404.206, - "r_x2": 519.365, - "r_y2": 405.884, - "r_x3": 518.309, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1085, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.893, - "r_y0": 404.206, - "r_x1": 524.431, - "r_y1": 404.206, - "r_x2": 524.431, - "r_y2": 405.884, - "r_x3": 519.893, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "given", - "orig": "given", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1086, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 524.959, - "r_y0": 404.206, - "r_x1": 534.036, - "r_y1": 404.206, - "r_x2": 534.036, - "r_y2": 405.884, - "r_x3": 524.959, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "procedure,", - "orig": "procedure,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1087, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 534.564, - "r_y0": 404.206, - "r_x1": 535.619, - "r_y1": 404.206, - "r_x2": 535.619, - "r_y2": 405.884, - "r_x3": 534.564, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1088, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 538.839, - "r_y0": 404.206, - "r_x1": 540.21, - "r_y1": 404.206, - "r_x2": 540.21, - "r_y2": 405.884, - "r_x3": 538.839, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1089, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 540.738, - "r_y0": 404.206, - "r_x1": 546.332, - "r_y1": 404.206, - "r_x2": 546.332, - "r_y2": 405.884, - "r_x3": 540.738, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "placed", - "orig": "placed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1090, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 546.86, - "r_y0": 404.206, - "r_x1": 548.971, - "r_y1": 404.206, - "r_x2": 548.971, - "r_y2": 405.884, - "r_x3": 546.86, - "r_y3": 405.884, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1091, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 401.927, - "r_x1": 451.74, - "r_y1": 401.927, - "r_x2": 451.74, - "r_y2": 403.605, - "r_x3": 449.101, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1092, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 452.268, - "r_y0": 401.927, - "r_x1": 458.176, - "r_y1": 401.927, - "r_x2": 458.176, - "r_y2": 403.605, - "r_x3": 452.268, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "circling", - "orig": "circling", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1093, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.704, - "r_y0": 401.927, - "r_x1": 461.658, - "r_y1": 401.927, - "r_x2": 461.658, - "r_y2": 403.605, - "r_x3": 458.704, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "line", - "orig": "line", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1094, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 462.186, - "r_y0": 401.927, - "r_x1": 463.77, - "r_y1": 401.927, - "r_x2": 463.77, - "r_y2": 403.605, - "r_x3": 462.186, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1095, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.298, - "r_y0": 401.927, - "r_x1": 473.475, - "r_y1": 401.927, - "r_x2": 473.475, - "r_y2": 403.605, - "r_x3": 464.298, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "minimums.", - "orig": "minimums.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1096, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 473.971, - "r_y0": 401.927, - "r_x1": 477.243, - "r_y1": 401.927, - "r_x2": 477.243, - "r_y2": 403.605, - "r_x3": 473.971, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1097, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.771, - "r_y0": 401.927, - "r_x1": 481.253, - "r_y1": 401.927, - "r_x2": 481.253, - "r_y2": 403.605, - "r_x3": 477.771, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "new", - "orig": "new", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1098, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 481.781, - "r_y0": 401.927, - "r_x1": 487.689, - "r_y1": 401.927, - "r_x2": 487.689, - "r_y2": 403.605, - "r_x3": 481.781, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "circling", - "orig": "circling", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1099, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 488.217, - "r_y0": 401.927, - "r_x1": 493.283, - "r_y1": 401.927, - "r_x2": 493.283, - "r_y2": 403.605, - "r_x3": 488.217, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "tables", - "orig": "tables", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1100, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.811, - "r_y0": 401.927, - "r_x1": 496.978, - "r_y1": 401.927, - "r_x2": 496.978, - "r_y2": 403.605, - "r_x3": 493.811, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1101, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 497.506, - "r_y0": 401.927, - "r_x1": 507.322, - "r_y1": 401.927, - "r_x2": 507.322, - "r_y2": 403.605, - "r_x3": 497.506, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "explanatory", - "orig": "explanatory", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1102, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 507.849, - "r_y0": 401.927, - "r_x1": 517.241, - "r_y1": 401.927, - "r_x2": 517.241, - "r_y2": 403.605, - "r_x3": 507.849, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "information", - "orig": "information", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1103, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 517.769, - "r_y0": 401.927, - "r_x1": 519.14, - "r_y1": 401.927, - "r_x2": 519.14, - "r_y2": 403.605, - "r_x3": 517.769, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1104, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.668, - "r_y0": 401.927, - "r_x1": 525.79, - "r_y1": 401.927, - "r_x2": 525.79, - "r_y2": 403.605, - "r_x3": 519.668, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "located", - "orig": "located", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1105, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 526.318, - "r_y0": 401.927, - "r_x1": 527.796, - "r_y1": 401.927, - "r_x2": 527.796, - "r_y2": 403.605, - "r_x3": 526.318, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1106, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 528.324, - "r_y0": 401.927, - "r_x1": 530.963, - "r_y1": 401.927, - "r_x2": 530.963, - "r_y2": 403.605, - "r_x3": 528.324, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1107, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 531.491, - "r_y0": 401.927, - "r_x1": 537.826, - "r_y1": 401.927, - "r_x2": 537.826, - "r_y2": 403.605, - "r_x3": 531.491, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Legend", - "orig": "Legend", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1108, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 538.354, - "r_y0": 401.927, - "r_x1": 539.937, - "r_y1": 401.927, - "r_x2": 539.937, - "r_y2": 403.605, - "r_x3": 538.354, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1109, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 540.465, - "r_y0": 401.927, - "r_x1": 543.105, - "r_y1": 401.927, - "r_x2": 543.105, - "r_y2": 403.605, - "r_x3": 540.465, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1110, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 543.606, - "r_y0": 401.927, - "r_x1": 547.582, - "r_y1": 401.927, - "r_x2": 547.582, - "r_y2": 403.605, - "r_x3": 543.606, - "r_y3": 403.605, - "coord_origin": "BOTTOMLEFT" - }, - "text": "TPP.", - "orig": "TPP.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1111, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 396.75, - "r_x1": 529.531, - "r_y1": 396.75, - "r_x2": 529.531, - "r_y2": 398.428, - "r_x3": 449.101, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", - "orig": "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G1", - "font_name": "/AAAAAH+ArialMT" - }, - { - "index": 1112, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 532.586, - "r_y0": 396.75, - "r_x1": 534.698, - "r_y1": 396.75, - "r_x2": 534.698, - "r_y2": 398.428, - "r_x3": 532.586, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1113, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 535.226, - "r_y0": 396.75, - "r_x1": 537.865, - "r_y1": 396.75, - "r_x2": 537.865, - "r_y2": 398.428, - "r_x3": 535.226, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1114, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 538.393, - "r_y0": 396.75, - "r_x1": 544.301, - "r_y1": 396.75, - "r_x2": 544.301, - "r_y2": 398.428, - "r_x3": 538.393, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "circling", - "orig": "circling", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1115, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 544.828, - "r_y0": 396.75, - "r_x1": 547.783, - "r_y1": 396.75, - "r_x2": 547.783, - "r_y2": 398.428, - "r_x3": 544.828, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "line", - "orig": "line", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1116, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 548.311, - "r_y0": 396.75, - "r_x1": 549.895, - "r_y1": 396.75, - "r_x2": 549.895, - "r_y2": 398.428, - "r_x3": 548.311, - "r_y3": 398.428, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1117, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 394.471, - "r_x1": 455.747, - "r_y1": 394.471, - "r_x2": 455.747, - "r_y2": 396.15, - "r_x3": 449.101, - "r_y3": 396.15, - "coord_origin": "BOTTOMLEFT" - }, - "text": "minima.", - "orig": "minima.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1118, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.955, - "r_y0": 374.571, - "r_x1": 468.286, - "r_y1": 374.571, - "r_x2": 468.286, - "r_y2": 376.081, - "r_x3": 449.955, - "r_y3": 376.081, - "coord_origin": "BOTTOMLEFT" - }, - "text": "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph", - "orig": "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G2", - "font_name": "/AAAAAK+Arial-ItalicMT" - }, - { - "index": 1119, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 468.225, - "r_y0": 374.571, - "r_x1": 493.206, - "r_y1": 374.571, - "r_x2": 493.206, - "r_y2": 376.081, - "r_x3": 468.225, - "r_y3": 376.081, - "coord_origin": "BOTTOMLEFT" - }, - "text": "$SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7", - "orig": "$SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G2", - "font_name": "/AAAAAK+Arial-ItalicMT" - }, - { - "index": 1120, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.053, - "r_y0": 374.571, - "r_x1": 496.283, - "r_y1": 374.571, - "r_x2": 496.283, - "r_y2": 376.081, - "r_x3": 493.053, - "r_y3": 376.081, - "coord_origin": "BOTTOMLEFT" - }, - "text": "DEOH", - "orig": "DEOH", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G2", - "font_name": "/AAAAAK+Arial-ItalicMT" - }, - { - "index": 1121, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.131, - "r_y0": 380.911, - "r_x1": 520.222, - "r_y1": 380.911, - "r_x2": 520.222, - "r_y2": 382.422, - "r_x3": 501.131, - "r_y3": 382.422, - "coord_origin": "BOTTOMLEFT" - }, - "text": "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph", - "orig": "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G2", - "font_name": "/AAAAAK+Arial-ItalicMT" - }, - { - "index": 1122, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 520.162, - "r_y0": 380.911, - "r_x1": 551.161, - "r_y1": 380.911, - "r_x2": 551.161, - "r_y2": 382.422, - "r_x3": 520.162, - "r_y3": 382.422, - "coord_origin": "BOTTOMLEFT" - }, - "text": "$SSURDFKglyph0DQHXYHULQJglyph$LUVSDFHglyph5DGLXVglyph", - "orig": "$SSURDFKglyph0DQHXYHULQJglyph$LUVSDFHglyph5DGLXVglyph", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G2", - "font_name": "/AAAAAK+Arial-ItalicMT" - }, - { - "index": 1123, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.131, - "r_y0": 378.86, - "r_x1": 505.248, - "r_y1": 378.86, - "r_x2": 505.248, - "r_y2": 380.371, - "r_x3": 501.131, - "r_y3": 380.371, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Table", - "orig": "Table", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT10", - "font_name": "/AAAAAM+Arial-ItalicMT" - }, - { - "index": 1124, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 369.368, - "r_x1": 459.355, - "r_y1": 369.368, - "r_x2": 459.355, - "r_y2": 371.381, - "r_x3": 449.101, - "r_y3": 371.381, - "coord_origin": "BOTTOMLEFT" - }, - "text": "AIRPORT", - "orig": "AIRPORT", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT6", - "font_name": "/AAAAAG+Arial-BoldMT" - }, - { - "index": 1125, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 459.988, - "r_y0": 369.368, - "r_x1": 469.356, - "r_y1": 369.368, - "r_x2": 469.356, - "r_y2": 371.381, - "r_x3": 459.988, - "r_y3": 371.381, - "coord_origin": "BOTTOMLEFT" - }, - "text": "SKETCH", - "orig": "SKETCH", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT6", - "font_name": "/AAAAAG+Arial-BoldMT" - }, - { - "index": 1126, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 364.874, - "r_x1": 452.373, - "r_y1": 364.874, - "r_x2": 452.373, - "r_y2": 366.552, - "r_x3": 449.101, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1127, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 452.9, - "r_y0": 364.874, - "r_x1": 458.282, - "r_y1": 364.874, - "r_x2": 458.282, - "r_y2": 366.552, - "r_x3": 452.9, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "airport", - "orig": "airport", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1128, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.81, - "r_y0": 364.874, - "r_x1": 464.298, - "r_y1": 364.874, - "r_x2": 464.298, - "r_y2": 366.552, - "r_x3": 458.81, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "sketch", - "orig": "sketch", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1129, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.826, - "r_y0": 364.874, - "r_x1": 466.197, - "r_y1": 364.874, - "r_x2": 466.197, - "r_y2": 366.552, - "r_x3": 464.826, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1130, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.725, - "r_y0": 364.874, - "r_x1": 467.78, - "r_y1": 364.874, - "r_x2": 467.78, - "r_y2": 366.552, - "r_x3": 466.725, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1131, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 468.308, - "r_y0": 364.874, - "r_x1": 475.908, - "r_y1": 364.874, - "r_x2": 475.908, - "r_y2": 366.552, - "r_x3": 468.308, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "depiction", - "orig": "depiction", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1132, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 476.436, - "r_y0": 364.874, - "r_x1": 478.019, - "r_y1": 364.874, - "r_x2": 478.019, - "r_y2": 366.552, - "r_x3": 476.436, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1133, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.547, - "r_y0": 364.874, - "r_x1": 481.187, - "r_y1": 364.874, - "r_x2": 481.187, - "r_y2": 366.552, - "r_x3": 478.547, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1134, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 481.714, - "r_y0": 364.874, - "r_x1": 487.096, - "r_y1": 364.874, - "r_x2": 487.096, - "r_y2": 366.552, - "r_x3": 481.714, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "airport", - "orig": "airport", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1135, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 487.624, - "r_y0": 364.874, - "r_x1": 491.0, - "r_y1": 364.874, - "r_x2": 491.0, - "r_y2": 366.552, - "r_x3": 487.624, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "with", - "orig": "with", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1136, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 491.528, - "r_y0": 364.874, - "r_x1": 499.653, - "r_y1": 364.874, - "r_x2": 499.653, - "r_y2": 366.552, - "r_x3": 491.528, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "emphasis", - "orig": "emphasis", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1137, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 500.181, - "r_y0": 364.874, - "r_x1": 502.293, - "r_y1": 364.874, - "r_x2": 502.293, - "r_y2": 366.552, - "r_x3": 500.181, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1138, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 502.821, - "r_y0": 364.874, - "r_x1": 508.941, - "r_y1": 364.874, - "r_x2": 508.941, - "r_y2": 366.552, - "r_x3": 502.821, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway", - "orig": "runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1139, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 509.469, - "r_y0": 364.874, - "r_x1": 515.38, - "r_y1": 364.874, - "r_x2": 515.38, - "r_y2": 366.552, - "r_x3": 509.469, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "pattern", - "orig": "pattern", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1140, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 515.908, - "r_y0": 364.874, - "r_x1": 519.075, - "r_y1": 364.874, - "r_x2": 519.075, - "r_y2": 366.552, - "r_x3": 515.908, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1141, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.603, - "r_y0": 364.874, - "r_x1": 525.408, - "r_y1": 364.874, - "r_x2": 525.408, - "r_y2": 366.552, - "r_x3": 519.603, - "r_y3": 366.552, - "coord_origin": "BOTTOMLEFT" - }, - "text": "related", - "orig": "related", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1142, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 362.595, - "r_x1": 459.021, - "r_y1": 362.595, - "r_x2": 459.021, - "r_y2": 364.273, - "r_x3": 449.101, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "information,", - "orig": "information,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1143, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 459.549, - "r_y0": 362.595, - "r_x1": 468.204, - "r_y1": 362.595, - "r_x2": 468.204, - "r_y2": 364.273, - "r_x3": 459.549, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "positioned", - "orig": "positioned", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1144, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 468.732, - "r_y0": 362.595, - "r_x1": 470.209, - "r_y1": 362.595, - "r_x2": 470.209, - "r_y2": 364.273, - "r_x3": 468.732, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1145, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 470.737, - "r_y0": 362.595, - "r_x1": 475.486, - "r_y1": 362.595, - "r_x2": 475.486, - "r_y2": 364.273, - "r_x3": 470.737, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "either", - "orig": "either", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1146, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 476.014, - "r_y0": 362.595, - "r_x1": 478.653, - "r_y1": 362.595, - "r_x2": 478.653, - "r_y2": 364.273, - "r_x3": 476.014, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1147, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 479.181, - "r_y0": 362.595, - "r_x1": 483.718, - "r_y1": 362.595, - "r_x2": 483.718, - "r_y2": 364.273, - "r_x3": 479.181, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lower", - "orig": "lower", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1148, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 484.246, - "r_y0": 362.595, - "r_x1": 486.779, - "r_y1": 362.595, - "r_x2": 486.779, - "r_y2": 364.273, - "r_x3": 484.246, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1149, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 487.307, - "r_y0": 362.595, - "r_x1": 488.995, - "r_y1": 362.595, - "r_x2": 488.995, - "r_y2": 364.273, - "r_x3": 487.307, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "or", - "orig": "or", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1150, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 489.523, - "r_y0": 362.595, - "r_x1": 494.059, - "r_y1": 362.595, - "r_x2": 494.059, - "r_y2": 364.273, - "r_x3": 489.523, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lower", - "orig": "lower", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1151, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.587, - "r_y0": 362.595, - "r_x1": 498.281, - "r_y1": 362.595, - "r_x2": 498.281, - "r_y2": 364.273, - "r_x3": 494.587, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1152, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 498.808, - "r_y0": 362.595, - "r_x1": 504.19, - "r_y1": 362.595, - "r_x2": 504.19, - "r_y2": 364.273, - "r_x3": 498.808, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "corner", - "orig": "corner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1153, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 504.718, - "r_y0": 362.595, - "r_x1": 506.302, - "r_y1": 362.595, - "r_x2": 506.302, - "r_y2": 364.273, - "r_x3": 504.718, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1154, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 506.829, - "r_y0": 362.595, - "r_x1": 509.469, - "r_y1": 362.595, - "r_x2": 509.469, - "r_y2": 364.273, - "r_x3": 506.829, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1155, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 509.997, - "r_y0": 362.595, - "r_x1": 514.218, - "r_y1": 362.595, - "r_x2": 514.218, - "r_y2": 364.273, - "r_x3": 509.997, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "chart", - "orig": "chart", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1156, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 514.746, - "r_y0": 362.595, - "r_x1": 516.33, - "r_y1": 362.595, - "r_x2": 516.33, - "r_y2": 364.273, - "r_x3": 514.746, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1157, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 516.858, - "r_y0": 362.595, - "r_x1": 519.391, - "r_y1": 362.595, - "r_x2": 519.391, - "r_y2": 364.273, - "r_x3": 516.858, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "aid", - "orig": "aid", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1158, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.919, - "r_y0": 362.595, - "r_x1": 522.034, - "r_y1": 362.595, - "r_x2": 522.034, - "r_y2": 364.273, - "r_x3": 519.919, - "r_y3": 364.273, - "coord_origin": "BOTTOMLEFT" - }, - "text": "pi-", - "orig": "pi-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1159, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 360.317, - "r_x1": 451.106, - "r_y1": 360.317, - "r_x2": 451.106, - "r_y2": 361.995, - "r_x3": 449.101, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "lot", - "orig": "lot", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1160, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 451.634, - "r_y0": 360.317, - "r_x1": 460.921, - "r_y1": 360.317, - "r_x2": 460.921, - "r_y2": 361.995, - "r_x3": 451.634, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "recognition", - "orig": "recognition", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1161, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.449, - "r_y0": 360.317, - "r_x1": 463.033, - "r_y1": 360.317, - "r_x2": 463.033, - "r_y2": 361.995, - "r_x3": 461.449, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1162, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 463.561, - "r_y0": 360.317, - "r_x1": 466.2, - "r_y1": 360.317, - "r_x2": 466.2, - "r_y2": 361.995, - "r_x3": 463.561, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1163, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.728, - "r_y0": 360.317, - "r_x1": 472.11, - "r_y1": 360.317, - "r_x2": 472.11, - "r_y2": 361.995, - "r_x3": 466.728, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "airport", - "orig": "airport", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1164, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 472.638, - "r_y0": 360.317, - "r_x1": 476.436, - "r_y1": 360.317, - "r_x2": 476.436, - "r_y2": 361.995, - "r_x3": 472.638, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "from", - "orig": "from", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1165, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 476.963, - "r_y0": 360.317, - "r_x1": 479.603, - "r_y1": 360.317, - "r_x2": 479.603, - "r_y2": 361.995, - "r_x3": 476.963, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1166, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 480.131, - "r_y0": 360.317, - "r_x1": 482.24, - "r_y1": 360.317, - "r_x2": 482.24, - "r_y2": 361.995, - "r_x3": 480.131, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "air", - "orig": "air", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1167, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 482.768, - "r_y0": 360.317, - "r_x1": 485.936, - "r_y1": 360.317, - "r_x2": 485.936, - "r_y2": 361.995, - "r_x3": 482.768, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1168, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 486.464, - "r_y0": 360.317, - "r_x1": 488.047, - "r_y1": 360.317, - "r_x2": 488.047, - "r_y2": 361.995, - "r_x3": 486.464, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1169, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 488.575, - "r_y0": 360.317, - "r_x1": 494.802, - "r_y1": 360.317, - "r_x2": 494.802, - "r_y2": 361.995, - "r_x3": 488.575, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "provide", - "orig": "provide", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1170, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 495.33, - "r_y0": 360.317, - "r_x1": 499.972, - "r_y1": 360.317, - "r_x2": 499.972, - "r_y2": 361.995, - "r_x3": 495.33, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "some", - "orig": "some", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1171, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 500.5, - "r_y0": 360.317, - "r_x1": 509.892, - "r_y1": 360.317, - "r_x2": 509.892, - "r_y2": 361.995, - "r_x3": 500.5, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "information", - "orig": "information", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1172, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 510.42, - "r_y0": 360.317, - "r_x1": 512.004, - "r_y1": 360.317, - "r_x2": 512.004, - "r_y2": 361.995, - "r_x3": 510.42, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1173, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 512.532, - "r_y0": 360.317, - "r_x1": 515.065, - "r_y1": 360.317, - "r_x2": 515.065, - "r_y2": 361.995, - "r_x3": 512.532, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "aid", - "orig": "aid", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1174, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 515.593, - "r_y0": 360.317, - "r_x1": 517.704, - "r_y1": 360.317, - "r_x2": 517.704, - "r_y2": 361.995, - "r_x3": 515.593, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1175, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 518.232, - "r_y0": 360.317, - "r_x1": 524.144, - "r_y1": 360.317, - "r_x2": 524.144, - "r_y2": 361.995, - "r_x3": 518.232, - "r_y3": 361.995, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ground", - "orig": "ground", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1176, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 358.038, - "r_x1": 457.756, - "r_y1": 358.038, - "r_x2": 457.756, - "r_y2": 359.716, - "r_x3": 449.101, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "navigation", - "orig": "navigation", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1177, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.284, - "r_y0": 358.038, - "r_x1": 459.868, - "r_y1": 358.038, - "r_x2": 459.868, - "r_y2": 359.716, - "r_x3": 458.284, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1178, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 460.395, - "r_y0": 358.038, - "r_x1": 463.035, - "r_y1": 358.038, - "r_x2": 463.035, - "r_y2": 359.716, - "r_x3": 460.395, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1179, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 463.563, - "r_y0": 358.038, - "r_x1": 469.472, - "r_y1": 358.038, - "r_x2": 469.472, - "r_y2": 359.716, - "r_x3": 463.563, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "airport.", - "orig": "airport.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1180, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.967, - "r_y0": 358.038, - "r_x1": 473.239, - "r_y1": 358.038, - "r_x2": 473.239, - "r_y2": 359.716, - "r_x3": 469.967, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1181, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 473.767, - "r_y0": 358.038, - "r_x1": 480.837, - "r_y1": 358.038, - "r_x2": 480.837, - "r_y2": 359.716, - "r_x3": 473.767, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runways", - "orig": "runways", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1182, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 481.365, - "r_y0": 358.038, - "r_x1": 484.109, - "r_y1": 358.038, - "r_x2": 484.109, - "r_y2": 359.716, - "r_x3": 481.365, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "are", - "orig": "are", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1183, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 484.637, - "r_y0": 358.038, - "r_x1": 489.807, - "r_y1": 358.038, - "r_x2": 489.807, - "r_y2": 359.716, - "r_x3": 484.637, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "drawn", - "orig": "drawn", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1184, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 490.335, - "r_y0": 358.038, - "r_x1": 491.919, - "r_y1": 358.038, - "r_x2": 491.919, - "r_y2": 359.716, - "r_x3": 490.335, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1185, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 492.447, - "r_y0": 358.038, - "r_x1": 496.879, - "r_y1": 358.038, - "r_x2": 496.879, - "r_y2": 359.716, - "r_x3": 492.447, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "scale", - "orig": "scale", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1186, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 497.407, - "r_y0": 358.038, - "r_x1": 500.574, - "r_y1": 358.038, - "r_x2": 500.574, - "r_y2": 359.716, - "r_x3": 497.407, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1187, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.102, - "r_y0": 358.038, - "r_x1": 507.963, - "r_y1": 358.038, - "r_x2": 507.963, - "r_y2": 359.716, - "r_x3": 501.102, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "oriented", - "orig": "oriented", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1188, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 508.491, - "r_y0": 358.038, - "r_x1": 510.074, - "r_y1": 358.038, - "r_x2": 510.074, - "r_y2": 359.716, - "r_x3": 508.491, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "to", - "orig": "to", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1189, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 510.602, - "r_y0": 358.038, - "r_x1": 513.874, - "r_y1": 358.038, - "r_x2": 513.874, - "r_y2": 359.716, - "r_x3": 510.602, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "true", - "orig": "true", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1190, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 514.402, - "r_y0": 358.038, - "r_x1": 519.257, - "r_y1": 358.038, - "r_x2": 519.257, - "r_y2": 359.716, - "r_x3": 514.402, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "north.", - "orig": "north.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1191, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 519.785, - "r_y0": 358.038, - "r_x1": 526.644, - "r_y1": 358.038, - "r_x2": 526.644, - "r_y2": 359.716, - "r_x3": 519.785, - "r_y3": 359.716, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Runway", - "orig": "Runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1192, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 355.759, - "r_x1": 458.704, - "r_y1": 355.759, - "r_x2": 458.704, - "r_y2": 357.437, - "r_x3": 449.101, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "dimensions", - "orig": "dimensions", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1193, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 459.231, - "r_y0": 355.759, - "r_x1": 465.036, - "r_y1": 355.759, - "r_x2": 465.036, - "r_y2": 357.437, - "r_x3": 459.231, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "(length", - "orig": "(length", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1194, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 465.564, - "r_y0": 355.759, - "r_x1": 468.732, - "r_y1": 355.759, - "r_x2": 468.732, - "r_y2": 357.437, - "r_x3": 465.564, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1195, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.26, - "r_y0": 355.759, - "r_x1": 474.324, - "r_y1": 355.759, - "r_x2": 474.324, - "r_y2": 357.437, - "r_x3": 469.26, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "width)", - "orig": "width)", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1196, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 474.852, - "r_y0": 355.759, - "r_x1": 477.596, - "r_y1": 355.759, - "r_x2": 477.596, - "r_y2": 357.437, - "r_x3": 474.852, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "are", - "orig": "are", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1197, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.124, - "r_y0": 355.759, - "r_x1": 483.611, - "r_y1": 355.759, - "r_x2": 483.611, - "r_y2": 357.437, - "r_x3": 478.124, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shown", - "orig": "shown", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1198, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 484.139, - "r_y0": 355.759, - "r_x1": 486.355, - "r_y1": 355.759, - "r_x2": 486.355, - "r_y2": 357.437, - "r_x3": 484.139, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "for", - "orig": "for", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1199, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 486.883, - "r_y0": 355.759, - "r_x1": 488.361, - "r_y1": 355.759, - "r_x2": 488.361, - "r_y2": 357.437, - "r_x3": 486.883, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "al", - "orig": "al", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1200, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 489.31, - "r_y0": 355.759, - "r_x1": 494.27, - "r_y1": 355.759, - "r_x2": 494.27, - "r_y2": 357.437, - "r_x3": 489.31, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "active", - "orig": "active", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1201, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.798, - "r_y0": 355.759, - "r_x1": 502.395, - "r_y1": 355.759, - "r_x2": 502.395, - "r_y2": 357.437, - "r_x3": 494.798, - "r_y3": 357.437, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runways.", - "orig": "runways.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1202, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 351.202, - "r_x1": 458.174, - "r_y1": 351.202, - "r_x2": 458.174, - "r_y2": 352.88, - "r_x3": 449.101, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Runway(s)", - "orig": "Runway(s)", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1203, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.702, - "r_y0": 351.202, - "r_x1": 461.446, - "r_y1": 351.202, - "r_x2": 461.446, - "r_y2": 352.88, - "r_x3": 458.702, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "are", - "orig": "are", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1204, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.973, - "r_y0": 351.202, - "r_x1": 469.151, - "r_y1": 351.202, - "r_x2": 469.151, - "r_y2": 352.88, - "r_x3": 461.973, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "depicted", - "orig": "depicted", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1205, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.679, - "r_y0": 351.202, - "r_x1": 474.852, - "r_y1": 351.202, - "r_x2": 474.852, - "r_y2": 352.88, - "r_x3": 469.679, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "based", - "orig": "based", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1206, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 475.38, - "r_y0": 351.202, - "r_x1": 477.491, - "r_y1": 351.202, - "r_x2": 477.491, - "r_y2": 352.88, - "r_x3": 475.38, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "on", - "orig": "on", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1207, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.019, - "r_y0": 351.202, - "r_x1": 482.03, - "r_y1": 351.202, - "r_x2": 482.03, - "r_y2": 352.88, - "r_x3": 478.019, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "what", - "orig": "what", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1208, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 482.558, - "r_y0": 351.202, - "r_x1": 486.147, - "r_y1": 351.202, - "r_x2": 486.147, - "r_y2": 352.88, - "r_x3": 482.558, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "type", - "orig": "type", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1209, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 486.674, - "r_y0": 351.202, - "r_x1": 489.842, - "r_y1": 351.202, - "r_x2": 489.842, - "r_y2": 352.88, - "r_x3": 486.674, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1210, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 490.37, - "r_y0": 351.202, - "r_x1": 500.607, - "r_y1": 351.202, - "r_x2": 500.607, - "r_y2": 352.88, - "r_x3": 490.37, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "construction", - "orig": "construction", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1211, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.135, - "r_y0": 351.202, - "r_x1": 502.718, - "r_y1": 351.202, - "r_x2": 502.718, - "r_y2": 352.88, - "r_x3": 501.135, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1212, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 503.246, - "r_y0": 351.202, - "r_x1": 505.886, - "r_y1": 351.202, - "r_x2": 505.886, - "r_y2": 352.88, - "r_x3": 503.246, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1213, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 506.414, - "r_y0": 351.202, - "r_x1": 512.927, - "r_y1": 351.202, - "r_x2": 512.927, - "r_y2": 352.88, - "r_x3": 506.414, - "r_y3": 352.88, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway.", - "orig": "runway.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1214, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.955, - "r_y0": 346.097, - "r_x1": 453.659, - "r_y1": 346.097, - "r_x2": 453.659, - "r_y2": 347.607, - "r_x3": 449.955, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Hard", - "orig": "Hard", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1215, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 454.134, - "r_y0": 346.097, - "r_x1": 460.023, - "r_y1": 346.097, - "r_x2": 460.023, - "r_y2": 347.607, - "r_x3": 454.134, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Surface", - "orig": "Surface", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1216, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.9, - "r_y0": 346.097, - "r_x1": 469.174, - "r_y1": 346.097, - "r_x2": 469.174, - "r_y2": 347.607, - "r_x3": 464.9, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Other", - "orig": "Other", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1217, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.618, - "r_y0": 346.097, - "r_x1": 473.513, - "r_y1": 346.097, - "r_x2": 473.513, - "r_y2": 347.607, - "r_x3": 469.618, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Than", - "orig": "Than", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1218, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.9, - "r_y0": 344.046, - "r_x1": 468.603, - "r_y1": 344.046, - "r_x2": 468.603, - "r_y2": 345.556, - "r_x3": 464.9, - "r_y3": 345.556, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Hard", - "orig": "Hard", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1219, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.078, - "r_y0": 344.046, - "r_x1": 474.967, - "r_y1": 344.046, - "r_x2": 474.967, - "r_y2": 345.556, - "r_x3": 469.078, - "r_y3": 345.556, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Surface", - "orig": "Surface", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1220, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.914, - "r_y0": 346.097, - "r_x1": 483.092, - "r_y1": 346.097, - "r_x2": 483.092, - "r_y2": 347.607, - "r_x3": 478.914, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Metal", - "orig": "Metal", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1221, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 483.567, - "r_y0": 346.097, - "r_x1": 489.457, - "r_y1": 346.097, - "r_x2": 489.457, - "r_y2": 347.607, - "r_x3": 483.567, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Surface", - "orig": "Surface", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1222, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.064, - "r_y0": 346.097, - "r_x1": 498.383, - "r_y1": 346.097, - "r_x2": 498.383, - "r_y2": 347.607, - "r_x3": 493.064, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Closed", - "orig": "Closed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1223, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 498.858, - "r_y0": 346.097, - "r_x1": 505.031, - "r_y1": 346.097, - "r_x2": 505.031, - "r_y2": 347.607, - "r_x3": 498.858, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Runway", - "orig": "Runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1224, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 509.581, - "r_y0": 346.097, - "r_x1": 514.235, - "r_y1": 346.097, - "r_x2": 514.235, - "r_y2": 347.607, - "r_x3": 509.581, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Under", - "orig": "Under", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1225, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 514.71, - "r_y0": 346.097, - "r_x1": 524.302, - "r_y1": 346.097, - "r_x2": 524.302, - "r_y2": 347.607, - "r_x3": 514.71, - "r_y3": 347.607, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Construction", - "orig": "Construction", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1226, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.955, - "r_y0": 335.355, - "r_x1": 457.839, - "r_y1": 335.355, - "r_x2": 457.839, - "r_y2": 336.865, - "r_x3": 449.955, - "r_y3": 336.865, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Stopways,", - "orig": "Stopways,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1227, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.955, - "r_y0": 333.304, - "r_x1": 457.362, - "r_y1": 333.304, - "r_x2": 457.362, - "r_y2": 334.814, - "r_x3": 449.955, - "r_y3": 334.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Taxiways,", - "orig": "Taxiways,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1228, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 457.837, - "r_y0": 333.304, - "r_x1": 461.921, - "r_y1": 333.304, - "r_x2": 461.921, - "r_y2": 334.814, - "r_x3": 457.837, - "r_y3": 334.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Park-", - "orig": "Park-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1229, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.955, - "r_y0": 331.253, - "r_x1": 452.235, - "r_y1": 331.253, - "r_x2": 452.235, - "r_y2": 332.763, - "r_x3": 449.955, - "r_y3": 332.763, - "coord_origin": "BOTTOMLEFT" - }, - "text": "ing", - "orig": "ing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1230, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 452.616, - "r_y0": 331.253, - "r_x1": 457.08, - "r_y1": 331.253, - "r_x2": 457.08, - "r_y2": 332.763, - "r_x3": 452.616, - "r_y3": 332.763, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Areas", - "orig": "Areas", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1231, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.9, - "r_y0": 335.355, - "r_x1": 472.402, - "r_y1": 335.355, - "r_x2": 472.402, - "r_y2": 336.865, - "r_x3": 464.9, - "r_y3": 336.865, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Displaced", - "orig": "Displaced", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1232, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.9, - "r_y0": 333.304, - "r_x1": 472.498, - "r_y1": 333.304, - "r_x2": 472.498, - "r_y2": 334.814, - "r_x3": 464.9, - "r_y3": 334.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Threshold", - "orig": "Threshold", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1233, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.914, - "r_y0": 335.355, - "r_x1": 484.232, - "r_y1": 335.355, - "r_x2": 484.232, - "r_y2": 336.865, - "r_x3": 478.914, - "r_y3": 336.865, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Closed", - "orig": "Closed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1234, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 478.914, - "r_y0": 333.304, - "r_x1": 486.608, - "r_y1": 333.304, - "r_x2": 486.608, - "r_y2": 334.814, - "r_x3": 478.914, - "r_y3": 334.814, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Pavement", - "orig": "Pavement", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1235, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.064, - "r_y0": 335.355, - "r_x1": 497.558, - "r_y1": 335.355, - "r_x2": 497.558, - "r_y2": 336.865, - "r_x3": 493.064, - "r_y3": 336.865, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Water", - "orig": "Water", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1236, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 498.034, - "r_y0": 335.355, - "r_x1": 504.207, - "r_y1": 335.355, - "r_x2": 504.207, - "r_y2": 336.865, - "r_x3": 498.034, - "r_y3": 336.865, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Runway", - "orig": "Runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1237, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 320.633, - "r_x1": 456.803, - "r_y1": 320.633, - "r_x2": 456.803, - "r_y2": 322.311, - "r_x3": 449.101, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Taxiways", - "orig": "Taxiways", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1238, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 457.331, - "r_y0": 320.633, - "r_x1": 460.498, - "r_y1": 320.633, - "r_x2": 460.498, - "r_y2": 322.311, - "r_x3": 457.331, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1239, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.026, - "r_y0": 320.633, - "r_x1": 466.831, - "r_y1": 320.633, - "r_x2": 466.831, - "r_y2": 322.311, - "r_x3": 461.026, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "aprons", - "orig": "aprons", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1240, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 467.359, - "r_y0": 320.633, - "r_x1": 470.103, - "r_y1": 320.633, - "r_x2": 470.103, - "r_y2": 322.311, - "r_x3": 467.359, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "are", - "orig": "are", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1241, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 470.631, - "r_y0": 320.633, - "r_x1": 476.859, - "r_y1": 320.633, - "r_x2": 476.859, - "r_y2": 322.311, - "r_x3": 470.631, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shaded", - "orig": "shaded", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1242, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.387, - "r_y0": 320.633, - "r_x1": 481.471, - "r_y1": 320.633, - "r_x2": 481.471, - "r_y2": 322.311, - "r_x3": 477.387, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "grey.", - "orig": "grey.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1243, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 481.999, - "r_y0": 320.633, - "r_x1": 486.748, - "r_y1": 320.633, - "r_x2": 486.748, - "r_y2": 322.311, - "r_x3": 481.999, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Other", - "orig": "Other", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1244, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 487.276, - "r_y0": 320.633, - "r_x1": 493.397, - "r_y1": 320.633, - "r_x2": 493.397, - "r_y2": 322.311, - "r_x3": 487.276, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway", - "orig": "runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1245, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.924, - "r_y0": 320.633, - "r_x1": 500.785, - "r_y1": 320.633, - "r_x2": 500.785, - "r_y2": 322.311, - "r_x3": 493.924, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "features", - "orig": "features", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1246, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 501.313, - "r_y0": 320.633, - "r_x1": 504.48, - "r_y1": 320.633, - "r_x2": 504.48, - "r_y2": 322.311, - "r_x3": 501.313, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "that", - "orig": "that", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1247, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 505.008, - "r_y0": 320.633, - "r_x1": 508.595, - "r_y1": 320.633, - "r_x2": 508.595, - "r_y2": 322.311, - "r_x3": 505.008, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "may", - "orig": "may", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1248, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 509.123, - "r_y0": 320.633, - "r_x1": 511.235, - "r_y1": 320.633, - "r_x2": 511.235, - "r_y2": 322.311, - "r_x3": 509.123, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1249, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 511.763, - "r_y0": 320.633, - "r_x1": 517.251, - "r_y1": 320.633, - "r_x2": 517.251, - "r_y2": 322.311, - "r_x3": 511.763, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shown", - "orig": "shown", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1250, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 517.778, - "r_y0": 320.633, - "r_x1": 520.522, - "r_y1": 320.633, - "r_x2": 520.522, - "r_y2": 322.311, - "r_x3": 517.778, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "are", - "orig": "are", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1251, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 521.05, - "r_y0": 320.633, - "r_x1": 527.17, - "r_y1": 320.633, - "r_x2": 527.17, - "r_y2": 322.311, - "r_x3": 521.05, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway", - "orig": "runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1252, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 527.698, - "r_y0": 320.633, - "r_x1": 535.613, - "r_y1": 320.633, - "r_x2": 535.613, - "r_y2": 322.311, - "r_x3": 527.698, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "numbers,", - "orig": "numbers,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1253, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 536.141, - "r_y0": 320.633, - "r_x1": 542.261, - "r_y1": 320.633, - "r_x2": 542.261, - "r_y2": 322.311, - "r_x3": 536.141, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway", - "orig": "runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1254, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 542.789, - "r_y0": 320.633, - "r_x1": 548.597, - "r_y1": 320.633, - "r_x2": 548.597, - "r_y2": 322.311, - "r_x3": 542.789, - "r_y3": 322.311, - "coord_origin": "BOTTOMLEFT" - }, - "text": "dimen-", - "orig": "dimen-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1255, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 318.355, - "r_x1": 454.061, - "r_y1": 318.355, - "r_x2": 454.061, - "r_y2": 320.033, - "r_x3": 449.101, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "sions,", - "orig": "sions,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1256, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 454.589, - "r_y0": 318.355, - "r_x1": 460.709, - "r_y1": 318.355, - "r_x2": 460.709, - "r_y2": 320.033, - "r_x3": 454.589, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "runway", - "orig": "runway", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1257, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.237, - "r_y0": 318.355, - "r_x1": 466.303, - "r_y1": 318.355, - "r_x2": 466.303, - "r_y2": 320.033, - "r_x3": 461.237, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "slope,", - "orig": "slope,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1258, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.831, - "r_y0": 318.355, - "r_x1": 474.218, - "r_y1": 318.355, - "r_x2": 474.218, - "r_y2": 320.033, - "r_x3": 466.831, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "arresting", - "orig": "arresting", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1259, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 474.745, - "r_y0": 318.355, - "r_x1": 478.972, - "r_y1": 318.355, - "r_x2": 478.972, - "r_y2": 320.033, - "r_x3": 474.745, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "gear,", - "orig": "gear,", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1260, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 479.5, - "r_y0": 318.355, - "r_x1": 482.667, - "r_y1": 318.355, - "r_x2": 482.667, - "r_y2": 320.033, - "r_x3": 479.5, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "and", - "orig": "and", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1261, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 483.195, - "r_y0": 318.355, - "r_x1": 491.216, - "r_y1": 318.355, - "r_x2": 491.216, - "r_y2": 320.033, - "r_x3": 483.195, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "displaced", - "orig": "displaced", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1262, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 491.744, - "r_y0": 318.355, - "r_x1": 500.082, - "r_y1": 318.355, - "r_x2": 500.082, - "r_y2": 320.033, - "r_x3": 491.744, - "r_y3": 320.033, - "coord_origin": "BOTTOMLEFT" - }, - "text": "threshold.", - "orig": "threshold.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1263, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 313.797, - "r_x1": 535.117, - "r_y1": 313.797, - "r_x2": 535.117, - "r_y2": 315.475, - "r_x3": 449.101, - "r_y3": 315.475, - "coord_origin": "BOTTOMLEFT" - }, - "text": "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU", - "orig": "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G1", - "font_name": "/AAAAAH+ArialMT" - }, - { - "index": 1264, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 535.022, - "r_y0": 313.797, - "r_x1": 538.716, - "r_y1": 313.797, - "r_x2": 538.716, - "r_y2": 315.475, - "r_x3": 535.022, - "r_y3": 315.475, - "coord_origin": "BOTTOMLEFT" - }, - "text": "glyphglyph1$", - "orig": "glyphglyph1$", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G1", - "font_name": "/AAAAAH+ArialMT" - }, - { - "index": 1265, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 538.575, - "r_y0": 313.797, - "r_x1": 547.826, - "r_y1": 313.797, - "r_x2": 547.826, - "r_y2": 315.475, - "r_x3": 538.575, - "r_y3": 315.475, - "coord_origin": "BOTTOMLEFT" - }, - "text": "9$,'VglyphglyphKHOL", - "orig": "9$,'VglyphglyphKHOL", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G1", - "font_name": "/AAAAAH+ArialMT" - }, - { - "index": 1266, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 547.826, - "r_y0": 313.797, - "r_x1": 548.459, - "r_y1": 313.797, - "r_x2": 548.459, - "r_y2": 315.475, - "r_x3": 547.826, - "r_y3": 315.475, - "coord_origin": "BOTTOMLEFT" - }, - "text": "-", - "orig": "-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1267, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 311.519, - "r_x1": 453.218, - "r_y1": 311.519, - "r_x2": 453.218, - "r_y2": 313.197, - "r_x3": 449.101, - "r_y3": 313.197, - "coord_origin": "BOTTOMLEFT" - }, - "text": "pads", - "orig": "pads", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1268, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 453.745, - "r_y0": 311.519, - "r_x1": 457.333, - "r_y1": 311.519, - "r_x2": 457.333, - "r_y2": 313.197, - "r_x3": 453.745, - "r_y3": 313.197, - "coord_origin": "BOTTOMLEFT" - }, - "text": "may", - "orig": "may", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1269, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 457.86, - "r_y0": 311.519, - "r_x1": 461.343, - "r_y1": 311.519, - "r_x2": 461.343, - "r_y2": 313.197, - "r_x3": 457.86, - "r_y3": 313.197, - "coord_origin": "BOTTOMLEFT" - }, - "text": "also", - "orig": "also", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1270, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 461.871, - "r_y0": 311.519, - "r_x1": 463.982, - "r_y1": 311.519, - "r_x2": 463.982, - "r_y2": 313.197, - "r_x3": 461.871, - "r_y3": 313.197, - "coord_origin": "BOTTOMLEFT" - }, - "text": "be", - "orig": "be", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1271, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 464.51, - "r_y0": 311.519, - "r_x1": 470.526, - "r_y1": 311.519, - "r_x2": 470.526, - "r_y2": 313.197, - "r_x3": 464.51, - "r_y3": 313.197, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shown.", - "orig": "shown.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1272, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 306.961, - "r_x1": 469.993, - "r_y1": 306.961, - "r_x2": 469.993, - "r_y2": 308.639, - "r_x3": 449.101, - "r_y3": 308.639, - "coord_origin": "BOTTOMLEFT" - }, - "text": "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7", - "orig": "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G3", - "font_name": "/AAAAAN+Arial-BoldMT" - }, - { - "index": 1273, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 469.85, - "r_y0": 306.961, - "r_x1": 493.379, - "r_y1": 306.961, - "r_x2": 493.379, - "r_y2": 308.639, - "r_x3": 469.85, - "r_y3": 308.639, - "coord_origin": "BOTTOMLEFT" - }, - "text": "RXFKGRZQglyph=RQHglyph(OHYDWLRQ", - "orig": "RXFKGRZQglyph=RQHglyph(OHYDWLRQ", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/G3", - "font_name": "/AAAAAN+Arial-BoldMT" - }, - { - "index": 1274, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 449.101, - "r_y0": 302.404, - "r_x1": 452.373, - "r_y1": 302.404, - "r_x2": 452.373, - "r_y2": 304.082, - "r_x3": 449.101, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "The", - "orig": "The", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1275, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 452.9, - "r_y0": 302.404, - "r_x1": 458.282, - "r_y1": 302.404, - "r_x2": 458.282, - "r_y2": 304.082, - "r_x3": 452.9, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "airport", - "orig": "airport", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1276, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.81, - "r_y0": 302.404, - "r_x1": 466.409, - "r_y1": 302.404, - "r_x2": 466.409, - "r_y2": 304.082, - "r_x3": 458.81, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "elevation", - "orig": "elevation", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1277, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.937, - "r_y0": 302.404, - "r_x1": 468.308, - "r_y1": 302.404, - "r_x2": 468.308, - "r_y2": 304.082, - "r_x3": 466.937, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1278, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 468.836, - "r_y0": 302.404, - "r_x1": 474.324, - "r_y1": 302.404, - "r_x2": 474.324, - "r_y2": 304.082, - "r_x3": 468.836, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shown", - "orig": "shown", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1279, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 474.852, - "r_y0": 302.404, - "r_x1": 482.451, - "r_y1": 302.404, - "r_x2": 482.451, - "r_y2": 304.082, - "r_x3": 474.852, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "enclosed", - "orig": "enclosed", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1280, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 482.979, - "r_y0": 302.404, - "r_x1": 487.833, - "r_y1": 302.404, - "r_x2": 487.833, - "r_y2": 304.082, - "r_x3": 482.979, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "within", - "orig": "within", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1281, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 488.361, - "r_y0": 302.404, - "r_x1": 489.416, - "r_y1": 302.404, - "r_x2": 489.416, - "r_y2": 304.082, - "r_x3": 488.361, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "a", - "orig": "a", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1282, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 489.944, - "r_y0": 302.404, - "r_x1": 493.005, - "r_y1": 302.404, - "r_x2": 493.005, - "r_y2": 304.082, - "r_x3": 489.944, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "box", - "orig": "box", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1283, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.533, - "r_y0": 302.404, - "r_x1": 495.011, - "r_y1": 302.404, - "r_x2": 495.011, - "r_y2": 304.082, - "r_x3": 493.533, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1284, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 495.539, - "r_y0": 302.404, - "r_x1": 498.178, - "r_y1": 302.404, - "r_x2": 498.178, - "r_y2": 304.082, - "r_x3": 495.539, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", + "text": "!05)H$'-+", + "orig": "!05)H$'-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1285, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 498.706, - "r_y0": 302.404, - "r_x1": 503.561, - "r_y1": 302.404, - "r_x2": 503.561, - "r_y2": 304.082, - "r_x3": 498.706, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "upper", - "orig": "upper", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1286, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 504.089, - "r_y0": 302.404, - "r_x1": 506.622, - "r_y1": 302.404, - "r_x2": 506.622, - "r_y2": 304.082, - "r_x3": 504.089, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "left", - "orig": "left", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1287, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 507.15, - "r_y0": 302.404, - "r_x1": 512.532, - "r_y1": 302.404, - "r_x2": 512.532, - "r_y2": 304.082, - "r_x3": 507.15, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "corner", - "orig": "corner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1288, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 513.06, - "r_y0": 302.404, - "r_x1": 514.643, - "r_y1": 302.404, - "r_x2": 514.643, - "r_y2": 304.082, - "r_x3": 513.06, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1289, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 515.171, - "r_y0": 302.404, - "r_x1": 517.811, - "r_y1": 302.404, - "r_x2": 517.811, - "r_y2": 304.082, - "r_x3": 515.171, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1290, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 518.339, - "r_y0": 302.404, - "r_x1": 523.827, - "r_y1": 302.404, - "r_x2": 523.827, - "r_y2": 304.082, - "r_x3": 518.339, - "r_y3": 304.082, - "coord_origin": "BOTTOMLEFT" - }, - "text": "sketch", - "orig": "sketch", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1291, + "index": 614, "rgba": { "r": 0, "g": 0, @@ -369327,27 +362879,28 @@ "a": 255 }, "rect": { - "r_x0": 524.354, - "r_y0": 302.404, - "r_x1": 527.415, - "r_y1": 302.404, - "r_x2": 527.415, - "r_y2": 304.082, - "r_x3": 524.354, - "r_y3": 304.082, + "r_x0": 464.9, + "r_y0": 335.355, + "r_x1": 472.877, + "r_y1": 335.355, + "r_x2": 472.877, + "r_y2": 336.865, + "r_x3": 464.9, + "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "box", - "orig": "box", + "text": "I!+#/-.'()", + "orig": "I!+#/-.'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1292, + "index": 615, "rgba": { "r": 0, "g": 0, @@ -369355,27 +362908,28 @@ "a": 255 }, "rect": { - "r_x0": 527.943, - "r_y0": 302.404, - "r_x1": 531.111, - "r_y1": 302.404, - "r_x2": 531.111, - "r_y2": 304.082, - "r_x3": 527.943, - "r_y3": 304.082, + "r_x0": 464.9, + "r_y0": 333.304, + "r_x1": 472.498, + "r_y1": 333.304, + "r_x2": 472.498, + "r_y2": 334.814, + "r_x3": 464.9, + "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": "23$'+3%/(", + "orig": "23$'+3%/(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1293, + "index": 616, "rgba": { "r": 0, "g": 0, @@ -369383,27 +362937,28 @@ "a": 255 }, "rect": { - "r_x0": 531.639, - "r_y0": 302.404, - "r_x1": 534.278, - "r_y1": 302.404, - "r_x2": 534.278, - "r_y2": 304.082, - "r_x3": 531.639, - "r_y3": 304.082, + "r_x0": 478.914, + "r_y0": 335.355, + "r_x1": 484.707, + "r_y1": 335.355, + "r_x2": 484.707, + "r_y2": 336.865, + "r_x3": 478.914, + "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "F/%+'()", + "orig": "F/%+'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1294, + "index": 617, "rgba": { "r": 0, "g": 0, @@ -369411,27 +362966,28 @@ "a": 255 }, "rect": { - "r_x0": 534.806, - "r_y0": 302.404, - "r_x1": 543.989, - "r_y1": 302.404, - "r_x2": 543.989, - "r_y2": 304.082, - "r_x3": 534.806, - "r_y3": 304.082, + "r_x0": 478.914, + "r_y0": 333.304, + "r_x1": 486.608, + "r_y1": 333.304, + "r_x2": 486.608, + "r_y2": 334.814, + "r_x3": 478.914, + "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "touchdown", - "orig": "touchdown", + "text": "<-&'\"'0,", + "orig": "<-&'\"'0,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1295, + "index": 618, "rgba": { "r": 0, "g": 0, @@ -369439,27 +362995,28 @@ "a": 255 }, "rect": { - "r_x0": 544.517, - "r_y0": 302.404, - "r_x1": 548.634, - "r_y1": 302.404, - "r_x2": 548.634, - "r_y2": 304.082, - "r_x3": 544.517, - "r_y3": 304.082, + "r_x0": 493.064, + "r_y0": 335.355, + "r_x1": 504.207, + "r_y1": 335.355, + "r_x2": 504.207, + "r_y2": 336.865, + "r_x3": 493.064, + "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "zone", - "orig": "zone", + "text": "J-,'$)?604-:", + "orig": "J-,'$)?604-:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1296, + "index": 619, "rgba": { "r": 0, "g": 0, @@ -369468,334 +363025,27 @@ }, "rect": { "r_x0": 449.101, - "r_y0": 300.125, - "r_x1": 456.7, - "r_y1": 300.125, - "r_x2": 456.7, - "r_y2": 301.803, + "r_y0": 320.633, + "r_x1": 548.597, + "r_y1": 320.633, + "r_x2": 548.597, + "r_y2": 322.311, "r_x3": 449.101, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "elevation", - "orig": "elevation", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1297, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 457.228, - "r_y0": 300.125, - "r_x1": 463.451, - "r_y1": 300.125, - "r_x2": 463.451, - "r_y2": 301.803, - "r_x3": 457.228, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "(TDZE)", - "orig": "(TDZE)", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1298, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 463.979, - "r_y0": 300.125, - "r_x1": 465.35, - "r_y1": 300.125, - "r_x2": 465.35, - "r_y2": 301.803, - "r_x3": 463.979, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "is", - "orig": "is", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1299, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 465.878, - "r_y0": 300.125, - "r_x1": 471.365, - "r_y1": 300.125, - "r_x2": 471.365, - "r_y2": 301.803, - "r_x3": 465.878, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "shown", - "orig": "shown", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1300, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 471.893, - "r_y0": 300.125, - "r_x1": 473.371, - "r_y1": 300.125, - "r_x2": 473.371, - "r_y2": 301.803, - "r_x3": 471.893, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "in", - "orig": "in", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1301, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 473.899, - "r_y0": 300.125, - "r_x1": 476.538, - "r_y1": 300.125, - "r_x2": 476.538, - "r_y2": 301.803, - "r_x3": 473.899, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1302, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.066, - "r_y0": 300.125, - "r_x1": 481.921, - "r_y1": 300.125, - "r_x2": 481.921, - "r_y2": 301.803, - "r_x3": 477.066, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "upper", - "orig": "upper", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1303, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 482.449, - "r_y0": 300.125, - "r_x1": 486.143, - "r_y1": 300.125, - "r_x2": 486.143, - "r_y2": 301.803, - "r_x3": 482.449, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "right", - "orig": "right", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1304, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 486.671, - "r_y0": 300.125, - "r_x1": 492.052, - "r_y1": 300.125, - "r_x2": 492.052, - "r_y2": 301.803, - "r_x3": 486.671, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "corner", - "orig": "corner", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1305, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 492.58, - "r_y0": 300.125, - "r_x1": 494.164, - "r_y1": 300.125, - "r_x2": 494.164, - "r_y2": 301.803, - "r_x3": 492.58, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "of", - "orig": "of", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1306, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 494.692, - "r_y0": 300.125, - "r_x1": 497.331, - "r_y1": 300.125, - "r_x2": 497.331, - "r_y2": 301.803, - "r_x3": 494.692, - "r_y3": 301.803, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1307, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 497.859, - "r_y0": 300.125, - "r_x1": 503.347, - "r_y1": 300.125, - "r_x2": 503.347, - "r_y2": 301.803, - "r_x3": 497.859, - "r_y3": 301.803, + "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "sketch", - "orig": "sketch", + "text": "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", + "orig": "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1308, + "index": 620, "rgba": { "r": 0, "g": 0, @@ -369803,27 +363053,28 @@ "a": 255 }, "rect": { - "r_x0": 503.875, - "r_y0": 300.125, - "r_x1": 507.464, - "r_y1": 300.125, - "r_x2": 507.464, - "r_y2": 301.803, - "r_x3": 503.875, - "r_y3": 301.803, + "r_x0": 449.101, + "r_y0": 318.355, + "r_x1": 500.082, + "r_y1": 318.355, + "r_x2": 500.082, + "r_y2": 320.033, + "r_x3": 449.101, + "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "box.", - "orig": "box.", + "text": "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", + "orig": "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1309, + "index": 621, "rgba": { "r": 0, "g": 0, @@ -369831,27 +363082,28 @@ "a": 255 }, "rect": { - "r_x0": 507.96, - "r_y0": 300.125, - "r_x1": 511.232, - "r_y1": 300.125, - "r_x2": 511.232, - "r_y2": 301.803, - "r_x3": 507.96, - "r_y3": 301.803, + "r_x0": 449.101, + "r_y0": 313.797, + "r_x1": 535.117, + "r_y1": 313.797, + "r_x2": 535.117, + "r_y2": 315.475, + "r_x3": 449.101, + "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "The", - "orig": "The", + "text": "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU", + "orig": "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" + "font_key": "/G1", + "font_name": "/AAAAAH+ArialMT" }, { - "index": 1310, + "index": 622, "rgba": { "r": 0, "g": 0, @@ -369859,27 +363111,28 @@ "a": 255 }, "rect": { - "r_x0": 511.76, - "r_y0": 300.125, - "r_x1": 517.142, - "r_y1": 300.125, - "r_x2": 517.142, - "r_y2": 301.803, - "r_x3": 511.76, - "r_y3": 301.803, + "r_x0": 535.022, + "r_y0": 313.797, + "r_x1": 538.716, + "r_y1": 313.797, + "r_x2": 538.716, + "r_y2": 315.475, + "r_x3": 535.022, + "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "airport", - "orig": "airport", + "text": "GLYPHGLYPH1$", + "orig": "GLYPHGLYPH1$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" + "font_key": "/G1", + "font_name": "/AAAAAH+ArialMT" }, { - "index": 1311, + "index": 623, "rgba": { "r": 0, "g": 0, @@ -369887,27 +363140,28 @@ "a": 255 }, "rect": { - "r_x0": 517.67, - "r_y0": 300.125, - "r_x1": 525.269, - "r_y1": 300.125, - "r_x2": 525.269, - "r_y2": 301.803, - "r_x3": 517.67, - "r_y3": 301.803, + "r_x0": 538.575, + "r_y0": 313.797, + "r_x1": 547.826, + "r_y1": 313.797, + "r_x2": 547.826, + "r_y2": 315.475, + "r_x3": 538.575, + "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "elevation", - "orig": "elevation", + "text": "9$,'VGLYPHGLYPHKHOL", + "orig": "9$,'VGLYPHGLYPHKHOL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" + "font_key": "/G1", + "font_name": "/AAAAAH+ArialMT" }, { - "index": 1312, + "index": 624, "rgba": { "r": 0, "g": 0, @@ -369915,27 +363169,28 @@ "a": 255 }, "rect": { - "r_x0": 525.797, - "r_y0": 300.125, - "r_x1": 527.168, - "r_y1": 300.125, - "r_x2": 527.168, - "r_y2": 301.803, - "r_x3": 525.797, - "r_y3": 301.803, + "r_x0": 547.826, + "r_y0": 313.797, + "r_x1": 548.459, + "r_y1": 313.797, + "r_x2": 548.459, + "r_y2": 315.475, + "r_x3": 547.826, + "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "is", - "orig": "is", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1313, + "index": 625, "rgba": { "r": 0, "g": 0, @@ -369943,27 +363198,28 @@ "a": 255 }, "rect": { - "r_x0": 527.696, - "r_y0": 300.125, - "r_x1": 530.335, - "r_y1": 300.125, - "r_x2": 530.335, - "r_y2": 301.803, - "r_x3": 527.696, - "r_y3": 301.803, + "r_x0": 449.101, + "r_y0": 311.519, + "r_x1": 470.526, + "r_y1": 311.519, + "r_x2": 470.526, + "r_y2": 313.197, + "r_x3": 449.101, + "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "#-(+)\"-:)-/+%)*')+3%401", + "orig": "#-(+)\"-:)-/+%)*')+3%401", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1314, + "index": 626, "rgba": { "r": 0, "g": 0, @@ -369971,27 +363227,28 @@ "a": 255 }, "rect": { - "r_x0": 530.863, - "r_y0": 300.125, - "r_x1": 536.985, - "r_y1": 300.125, - "r_x2": 536.985, - "r_y2": 301.803, - "r_x3": 530.863, - "r_y3": 301.803, + "r_x0": 449.101, + "r_y0": 306.961, + "r_x1": 469.993, + "r_y1": 306.961, + "r_x2": 469.993, + "r_y2": 308.639, + "r_x3": 449.101, + "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "highest", - "orig": "highest", + "text": "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7", + "orig": "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" + "font_key": "/G3", + "font_name": "/AAAAAN+Arial-BoldMT" }, { - "index": 1315, + "index": 627, "rgba": { "r": 0, "g": 0, @@ -369999,27 +363256,28 @@ "a": 255 }, "rect": { - "r_x0": 537.513, - "r_y0": 300.125, - "r_x1": 541.63, - "r_y1": 300.125, - "r_x2": 541.63, - "r_y2": 301.803, - "r_x3": 537.513, - "r_y3": 301.803, + "r_x0": 469.85, + "r_y0": 306.961, + "r_x1": 493.379, + "r_y1": 306.961, + "r_x2": 493.379, + "r_y2": 308.639, + "r_x3": 469.85, + "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "point", - "orig": "point", + "text": "RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", + "orig": "RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" + "font_key": "/G3", + "font_name": "/AAAAAN+Arial-BoldMT" }, { - "index": 1316, + "index": 628, "rgba": { "r": 0, "g": 0, @@ -370027,27 +363285,28 @@ "a": 255 }, "rect": { - "r_x0": 542.158, - "r_y0": 300.125, - "r_x1": 543.741, - "r_y1": 300.125, - "r_x2": 543.741, - "r_y2": 301.803, - "r_x3": 542.158, - "r_y3": 301.803, + "r_x0": 449.101, + "r_y0": 302.404, + "r_x1": 549.162, + "r_y1": 302.404, + "r_x2": 549.162, + "r_y2": 304.082, + "r_x3": 449.101, + "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "of", - "orig": "of", + "text": "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", + "orig": "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1317, + "index": 629, "rgba": { "r": 0, "g": 0, @@ -370055,27 +363314,28 @@ "a": 255 }, "rect": { - "r_x0": 544.269, + "r_x0": 449.101, "r_y0": 300.125, - "r_x1": 546.381, + "r_x1": 546.909, "r_y1": 300.125, - "r_x2": 546.381, + "r_x2": 546.909, "r_y2": 301.803, - "r_x3": 544.269, + "r_x3": 449.101, "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "an", - "orig": "an", + "text": "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", + "orig": "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1318, + "index": 630, "rgba": { "r": 0, "g": 0, @@ -370093,17 +363353,18 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", - "orig": "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", + "text": "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", + "orig": "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", "font_name": "/AAAAAH+ArialMT" }, { - "index": 1319, + "index": 631, "rgba": { "r": 0, "g": 0, @@ -370113,277 +363374,26 @@ "rect": { "r_x0": 449.101, "r_y0": 295.568, - "r_x1": 451.74, - "r_y1": 295.568, - "r_x2": 451.74, - "r_y2": 297.246, - "r_x3": 449.101, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "the", - "orig": "the", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1320, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 452.268, - "r_y0": 295.568, - "r_x1": 458.39, - "r_y1": 295.568, - "r_x2": 458.39, - "r_y2": 297.246, - "r_x3": 452.268, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "landing", - "orig": "landing", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1321, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 458.918, - "r_y0": 295.568, - "r_x1": 465.673, - "r_y1": 295.568, - "r_x2": 465.673, - "r_y2": 297.246, - "r_x3": 458.918, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "surface.", - "orig": "surface.", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1322, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 466.2, - "r_y0": 295.568, - "r_x1": 472.529, - "r_y1": 295.568, - "r_x2": 472.529, - "r_y2": 297.246, - "r_x3": 466.2, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Circling", - "orig": "Circling", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1323, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 473.057, - "r_y0": 295.568, - "r_x1": 476.54, - "r_y1": 295.568, - "r_x2": 476.54, - "r_y2": 297.246, - "r_x3": 473.057, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "only", - "orig": "only", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1324, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 477.068, - "r_y0": 295.568, - "r_x1": 486.99, - "r_y1": 295.568, - "r_x2": 486.99, - "r_y2": 297.246, - "r_x3": 477.068, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "approaches", - "orig": "approaches", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1325, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 487.518, - "r_y0": 295.568, "r_x1": 489.732, "r_y1": 295.568, "r_x2": 489.732, "r_y2": 297.246, - "r_x3": 487.518, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "wil", - "orig": "wil", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1326, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 490.681, - "r_y0": 295.568, - "r_x1": 493.321, - "r_y1": 295.568, - "r_x2": 493.321, - "r_y2": 297.246, - "r_x3": 490.681, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "not", - "orig": "not", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1327, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 493.848, - "r_y0": 295.568, - "r_x1": 498.281, - "r_y1": 295.568, - "r_x2": 498.281, - "r_y2": 297.246, - "r_x3": 493.848, - "r_y3": 297.246, - "coord_origin": "BOTTOMLEFT" - }, - "text": "show", - "orig": "show", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1328, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 498.808, - "r_y0": 295.568, - "r_x1": 499.864, - "r_y1": 295.568, - "r_x2": 499.864, - "r_y2": 297.246, - "r_x3": 498.808, + "r_x3": 449.101, "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/", + "orig": ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1329, + "index": 632, "rgba": { "r": 0, "g": 0, @@ -370391,27 +363401,28 @@ "a": 255 }, "rect": { - "r_x0": 500.365, + "r_x0": 490.153, "r_y0": 295.568, "r_x1": 505.851, "r_y1": 295.568, "r_x2": 505.851, "r_y2": 297.246, - "r_x3": 500.365, + "r_x3": 490.153, "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "TDZE.", - "orig": "TDZE.", + "text": ")0%,)+3%4)-)2ILM1", + "orig": ")0%,)+3%4)-)2ILM1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1330, + "index": 633, "rgba": { "r": 0, "g": 0, @@ -370433,13 +363444,14 @@ "orig": "114", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc1", "font_name": "/AAAAAO+MinionPro-Regular" }, { - "index": 1331, + "index": 634, "rgba": { "r": 0, "g": 0, @@ -370450,304 +363462,25 @@ "r_x0": 446.193, "r_y0": 320.129, "r_x1": 446.193, - "r_y1": 322.999, - "r_x2": 444.85, - "r_y2": 322.999, - "r_x3": 444.85, - "r_y3": 320.129, - "coord_origin": "BOTTOMLEFT" - }, - "text": "FAA", - "orig": "FAA", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1332, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 323.338, - "r_x1": 446.193, - "r_y1": 327.052, - "r_x2": 444.85, - "r_y2": 327.052, - "r_x3": 444.85, - "r_y3": 323.338, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Chart", - "orig": "Chart", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1333, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 327.474, - "r_x1": 446.193, - "r_y1": 331.778, - "r_x2": 444.85, - "r_y2": 331.778, - "r_x3": 444.85, - "r_y3": 327.474, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Users'", - "orig": "Users'", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1334, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 332.145, - "r_x1": 446.193, - "r_y1": 336.198, - "r_x2": 444.85, - "r_y2": 336.198, - "r_x3": 444.85, - "r_y3": 332.145, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Guide", - "orig": "Guide", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1335, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 336.62, - "r_x1": 446.193, - "r_y1": 337.126, - "r_x2": 444.85, - "r_y2": 337.126, - "r_x3": 444.85, - "r_y3": 336.62, - "coord_origin": "BOTTOMLEFT" - }, - "text": "-", - "orig": "-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1336, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 337.521, - "r_x1": 446.193, - "r_y1": 343.26, - "r_x2": 444.85, - "r_y2": 343.26, - "r_x3": 444.85, - "r_y3": 337.521, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Terminal", - "orig": "Terminal", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1337, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 343.682, - "r_x1": 446.193, - "r_y1": 351.45, - "r_x2": 444.85, - "r_y2": 351.45, - "r_x3": 444.85, - "r_y3": 343.682, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Procedures", - "orig": "Procedures", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1338, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 351.872, - "r_x1": 446.193, - "r_y1": 359.302, - "r_x2": 444.85, - "r_y2": 359.302, - "r_x3": 444.85, - "r_y3": 351.872, - "coord_origin": "BOTTOMLEFT" - }, - "text": "Publication", - "orig": "Publication", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1339, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 359.724, - "r_x1": 446.193, - "r_y1": 363.691, - "r_x2": 444.85, - "r_y2": 363.691, - "r_x3": 444.85, - "r_y3": 359.724, - "coord_origin": "BOTTOMLEFT" - }, - "text": "(TPP)", - "orig": "(TPP)", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1340, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 364.113, - "r_x1": 446.193, - "r_y1": 364.619, - "r_x2": 444.85, - "r_y2": 364.619, - "r_x3": 444.85, - "r_y3": 364.113, - "coord_origin": "BOTTOMLEFT" - }, - "text": "-", - "orig": "-", - "text_direction": "left_to_right", - "confidence": 1.0, - "rendering_mode": -1, - "widget": false, - "font_key": "/TT8", - "font_name": "/AAAAAJ+ArialMT" - }, - { - "index": 1341, - "rgba": { - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "rect": { - "r_x0": 446.193, - "r_y0": 365.016, - "r_x1": 446.193, "r_y1": 369.151, "r_x2": 444.85, "r_y2": 369.151, "r_x3": 444.85, - "r_y3": 365.016, + "r_y3": 320.129, "coord_origin": "BOTTOMLEFT" }, - "text": "Terms", - "orig": "Terms", + "text": "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", + "orig": "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", "font_name": "/AAAAAJ+ArialMT" }, { - "index": 1342, + "index": 635, "rgba": { "r": 0, "g": 0, @@ -370769,13 +363502,14 @@ "orig": "AGL2013Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", "font_name": "/AAAAAU+FoundrySterling-Bold" }, { - "index": 1343, + "index": 636, "rgba": { "r": 0, "g": 0, @@ -370797,13 +363531,14 @@ "orig": "Calendar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", "font_name": "/AAAAAU+FoundrySterling-Bold" }, { - "index": 1344, + "index": 637, "rgba": { "r": 0, "g": 0, @@ -370825,13 +363560,14 @@ "orig": "22August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1345, + "index": 638, "rgba": { "r": 0, "g": 0, @@ -370853,13 +363589,14 @@ "orig": "2012", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1346, + "index": 639, "rgba": { "r": 0, "g": 0, @@ -370881,13 +363618,14 @@ "orig": "2012ful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1347, + "index": 640, "rgba": { "r": 0, "g": 0, @@ -370909,13 +363647,14 @@ "orig": "year", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1348, + "index": 641, "rgba": { "r": 0, "g": 0, @@ -370937,13 +363676,14 @@ "orig": "result", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1349, + "index": 642, "rgba": { "r": 0, "g": 0, @@ -370965,13 +363705,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1350, + "index": 643, "rgba": { "r": 0, "g": 0, @@ -370993,13 +363734,14 @@ "orig": "final", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1351, + "index": 644, "rgba": { "r": 0, "g": 0, @@ -371021,13 +363763,14 @@ "orig": "dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1352, + "index": 645, "rgba": { "r": 0, "g": 0, @@ -371049,13 +363792,14 @@ "orig": "announced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1353, + "index": 646, "rgba": { "r": 0, "g": 0, @@ -371077,13 +363821,14 @@ "orig": "30August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1354, + "index": 647, "rgba": { "r": 0, "g": 0, @@ -371105,13 +363850,14 @@ "orig": "2012", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1355, + "index": 648, "rgba": { "r": 0, "g": 0, @@ -371133,13 +363879,14 @@ "orig": "Ex-dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1356, + "index": 649, "rgba": { "r": 0, "g": 0, @@ -371161,13 +363908,14 @@ "orig": "trading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1357, + "index": 650, "rgba": { "r": 0, "g": 0, @@ -371189,13 +363937,14 @@ "orig": "commences", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1358, + "index": 651, "rgba": { "r": 0, "g": 0, @@ -371217,13 +363966,14 @@ "orig": "5September", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1359, + "index": 652, "rgba": { "r": 0, "g": 0, @@ -371245,13 +363995,14 @@ "orig": "2012", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1360, + "index": 653, "rgba": { "r": 0, "g": 0, @@ -371273,13 +364024,14 @@ "orig": "Record", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1361, + "index": 654, "rgba": { "r": 0, "g": 0, @@ -371301,13 +364053,14 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1362, + "index": 655, "rgba": { "r": 0, "g": 0, @@ -371329,13 +364082,14 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1363, + "index": 656, "rgba": { "r": 0, "g": 0, @@ -371357,13 +364111,14 @@ "orig": "2012final", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1364, + "index": 657, "rgba": { "r": 0, "g": 0, @@ -371385,13 +364140,14 @@ "orig": "dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1365, + "index": 658, "rgba": { "r": 0, "g": 0, @@ -371413,13 +364169,14 @@ "orig": "27September", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1366, + "index": 659, "rgba": { "r": 0, "g": 0, @@ -371441,13 +364198,14 @@ "orig": "2012", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1367, + "index": 660, "rgba": { "r": 0, "g": 0, @@ -371469,13 +364227,14 @@ "orig": "Final", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1368, + "index": 661, "rgba": { "r": 0, "g": 0, @@ -371497,13 +364256,14 @@ "orig": "dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1369, + "index": 662, "rgba": { "r": 0, "g": 0, @@ -371525,13 +364285,14 @@ "orig": "payable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1370, + "index": 663, "rgba": { "r": 0, "g": 0, @@ -371553,13 +364314,14 @@ "orig": "23October", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1371, + "index": 664, "rgba": { "r": 0, "g": 0, @@ -371581,13 +364343,14 @@ "orig": "2012", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1372, + "index": 665, "rgba": { "r": 0, "g": 0, @@ -371609,13 +364372,14 @@ "orig": "Annual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1373, + "index": 666, "rgba": { "r": 0, "g": 0, @@ -371637,13 +364401,14 @@ "orig": "General", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1374, + "index": 667, "rgba": { "r": 0, "g": 0, @@ -371665,13 +364430,14 @@ "orig": "Meeting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1375, + "index": 668, "rgba": { "r": 0, "g": 0, @@ -371693,13 +364459,14 @@ "orig": "27February", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1376, + "index": 669, "rgba": { "r": 0, "g": 0, @@ -371721,13 +364488,14 @@ "orig": "2013", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1377, + "index": 670, "rgba": { "r": 0, "g": 0, @@ -371749,13 +364517,14 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1378, + "index": 671, "rgba": { "r": 0, "g": 0, @@ -371777,13 +364546,14 @@ "orig": "2013interim", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1379, + "index": 672, "rgba": { "r": 0, "g": 0, @@ -371805,13 +364575,14 @@ "orig": "result", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1380, + "index": 673, "rgba": { "r": 0, "g": 0, @@ -371833,13 +364604,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1381, + "index": 674, "rgba": { "r": 0, "g": 0, @@ -371861,13 +364633,14 @@ "orig": "interim", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1382, + "index": 675, "rgba": { "r": 0, "g": 0, @@ -371889,13 +364662,14 @@ "orig": "dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1383, + "index": 676, "rgba": { "r": 0, "g": 0, @@ -371917,13 +364691,14 @@ "orig": "announced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1384, + "index": 677, "rgba": { "r": 0, "g": 0, @@ -371945,13 +364720,14 @@ "orig": "28August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1385, + "index": 678, "rgba": { "r": 0, "g": 0, @@ -371973,13 +364749,14 @@ "orig": "2013", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1386, + "index": 679, "rgba": { "r": 0, "g": 0, @@ -372001,13 +364778,14 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1387, + "index": 680, "rgba": { "r": 0, "g": 0, @@ -372029,13 +364807,14 @@ "orig": "2013ful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1388, + "index": 681, "rgba": { "r": 0, "g": 0, @@ -372057,13 +364836,14 @@ "orig": "year", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1389, + "index": 682, "rgba": { "r": 0, "g": 0, @@ -372085,13 +364865,14 @@ "orig": "results", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1390, + "index": 683, "rgba": { "r": 0, "g": 0, @@ -372113,13 +364894,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1391, + "index": 684, "rgba": { "r": 0, "g": 0, @@ -372141,13 +364923,14 @@ "orig": "final", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1392, + "index": 685, "rgba": { "r": 0, "g": 0, @@ -372169,13 +364952,14 @@ "orig": "dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1393, + "index": 686, "rgba": { "r": 0, "g": 0, @@ -372197,13 +364981,14 @@ "orig": "announced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1394, + "index": 687, "rgba": { "r": 0, "g": 0, @@ -372225,13 +365010,14 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1395, + "index": 688, "rgba": { "r": 0, "g": 0, @@ -372253,13 +365039,14 @@ "orig": "Indicative", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1396, + "index": 689, "rgba": { "r": 0, "g": 0, @@ -372281,13 +365068,14 @@ "orig": "dates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1397, + "index": 690, "rgba": { "r": 0, "g": 0, @@ -372309,13 +365097,14 @@ "orig": "only,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1398, + "index": 691, "rgba": { "r": 0, "g": 0, @@ -372337,13 +365126,14 @@ "orig": "subject", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1399, + "index": 692, "rgba": { "r": 0, "g": 0, @@ -372365,13 +365155,14 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1400, + "index": 693, "rgba": { "r": 0, "g": 0, @@ -372393,13 +365184,14 @@ "orig": "change/Board", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1401, + "index": 694, "rgba": { "r": 0, "g": 0, @@ -372421,13 +365213,14 @@ "orig": "confirmation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1402, + "index": 695, "rgba": { "r": 0, "g": 0, @@ -372449,13 +365242,14 @@ "orig": "AGL's", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1403, + "index": 696, "rgba": { "r": 0, "g": 0, @@ -372477,13 +365271,14 @@ "orig": "Annual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1404, + "index": 697, "rgba": { "r": 0, "g": 0, @@ -372505,13 +365300,14 @@ "orig": "General", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1405, + "index": 698, "rgba": { "r": 0, "g": 0, @@ -372533,13 +365329,14 @@ "orig": "Meeting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1406, + "index": 699, "rgba": { "r": 0, "g": 0, @@ -372561,13 +365358,14 @@ "orig": "wil", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1407, + "index": 700, "rgba": { "r": 0, "g": 0, @@ -372589,13 +365387,14 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1408, + "index": 701, "rgba": { "r": 0, "g": 0, @@ -372617,13 +365416,14 @@ "orig": "held", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1409, + "index": 702, "rgba": { "r": 0, "g": 0, @@ -372645,13 +365445,14 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1410, + "index": 703, "rgba": { "r": 0, "g": 0, @@ -372673,13 +365474,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1411, + "index": 704, "rgba": { "r": 0, "g": 0, @@ -372701,13 +365503,14 @@ "orig": "City", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1412, + "index": 705, "rgba": { "r": 0, "g": 0, @@ -372729,13 +365532,14 @@ "orig": "Recital", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1413, + "index": 706, "rgba": { "r": 0, "g": 0, @@ -372757,13 +365561,14 @@ "orig": "Hal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1414, + "index": 707, "rgba": { "r": 0, "g": 0, @@ -372785,13 +365590,14 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1415, + "index": 708, "rgba": { "r": 0, "g": 0, @@ -372813,13 +365619,14 @@ "orig": "Angel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1416, + "index": 709, "rgba": { "r": 0, "g": 0, @@ -372841,13 +365648,14 @@ "orig": "Place,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1417, + "index": 710, "rgba": { "r": 0, "g": 0, @@ -372869,13 +365677,14 @@ "orig": "Sydney", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1418, + "index": 711, "rgba": { "r": 0, "g": 0, @@ -372897,13 +365706,14 @@ "orig": "commencing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1419, + "index": 712, "rgba": { "r": 0, "g": 0, @@ -372925,13 +365735,14 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1420, + "index": 713, "rgba": { "r": 0, "g": 0, @@ -372953,13 +365764,14 @@ "orig": "10.30am", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1421, + "index": 714, "rgba": { "r": 0, "g": 0, @@ -372981,13 +365793,14 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1422, + "index": 715, "rgba": { "r": 0, "g": 0, @@ -373009,13 +365822,14 @@ "orig": "Tuesday", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1423, + "index": 716, "rgba": { "r": 0, "g": 0, @@ -373037,13 +365851,14 @@ "orig": "23", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1424, + "index": 717, "rgba": { "r": 0, "g": 0, @@ -373065,13 +365880,14 @@ "orig": "October", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1425, + "index": 718, "rgba": { "r": 0, "g": 0, @@ -373093,13 +365909,14 @@ "orig": "2012.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1426, + "index": 719, "rgba": { "r": 0, "g": 0, @@ -373121,13 +365938,14 @@ "orig": "Yesterday", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1427, + "index": 720, "rgba": { "r": 0, "g": 0, @@ -373149,13 +365967,14 @@ "orig": "Established", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1428, + "index": 721, "rgba": { "r": 0, "g": 0, @@ -373177,13 +365996,14 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1429, + "index": 722, "rgba": { "r": 0, "g": 0, @@ -373205,13 +366025,14 @@ "orig": "Sydney", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1430, + "index": 723, "rgba": { "r": 0, "g": 0, @@ -373233,13 +366054,14 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1431, + "index": 724, "rgba": { "r": 0, "g": 0, @@ -373261,13 +366083,14 @@ "orig": "1837,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1432, + "index": 725, "rgba": { "r": 0, "g": 0, @@ -373289,13 +366112,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1433, + "index": 726, "rgba": { "r": 0, "g": 0, @@ -373317,13 +366141,14 @@ "orig": "then", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1434, + "index": 727, "rgba": { "r": 0, "g": 0, @@ -373345,13 +366170,14 @@ "orig": "known", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1435, + "index": 728, "rgba": { "r": 0, "g": 0, @@ -373373,13 +366199,14 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1436, + "index": 729, "rgba": { "r": 0, "g": 0, @@ -373401,13 +366228,14 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1437, + "index": 730, "rgba": { "r": 0, "g": 0, @@ -373429,13 +366257,14 @@ "orig": "Australian", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1438, + "index": 731, "rgba": { "r": 0, "g": 0, @@ -373457,13 +366286,14 @@ "orig": "Gas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1439, + "index": 732, "rgba": { "r": 0, "g": 0, @@ -373485,13 +366315,14 @@ "orig": "Light", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1440, + "index": 733, "rgba": { "r": 0, "g": 0, @@ -373513,13 +366344,14 @@ "orig": "Company,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1441, + "index": 734, "rgba": { "r": 0, "g": 0, @@ -373541,13 +366373,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1442, + "index": 735, "rgba": { "r": 0, "g": 0, @@ -373569,13 +366402,14 @@ "orig": "AGL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1443, + "index": 736, "rgba": { "r": 0, "g": 0, @@ -373597,13 +366431,14 @@ "orig": "business", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1444, + "index": 737, "rgba": { "r": 0, "g": 0, @@ -373625,13 +366460,14 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1445, + "index": 738, "rgba": { "r": 0, "g": 0, @@ -373653,13 +366489,14 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1446, + "index": 739, "rgba": { "r": 0, "g": 0, @@ -373681,13 +366518,14 @@ "orig": "established", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1447, + "index": 740, "rgba": { "r": 0, "g": 0, @@ -373709,13 +366547,14 @@ "orig": "history", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1448, + "index": 741, "rgba": { "r": 0, "g": 0, @@ -373737,13 +366576,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1449, + "index": 742, "rgba": { "r": 0, "g": 0, @@ -373765,13 +366605,14 @@ "orig": "reputation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1450, + "index": 743, "rgba": { "r": 0, "g": 0, @@ -373793,13 +366634,14 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1451, + "index": 744, "rgba": { "r": 0, "g": 0, @@ -373821,13 +366663,14 @@ "orig": "serving", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1452, + "index": 745, "rgba": { "r": 0, "g": 0, @@ -373849,13 +366692,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1453, + "index": 746, "rgba": { "r": 0, "g": 0, @@ -373877,13 +366721,14 @@ "orig": "gas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1454, + "index": 747, "rgba": { "r": 0, "g": 0, @@ -373905,13 +366750,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1455, + "index": 748, "rgba": { "r": 0, "g": 0, @@ -373933,13 +366779,14 @@ "orig": "electricity", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1456, + "index": 749, "rgba": { "r": 0, "g": 0, @@ -373961,13 +366808,14 @@ "orig": "needs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1457, + "index": 750, "rgba": { "r": 0, "g": 0, @@ -373989,13 +366837,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1458, + "index": 751, "rgba": { "r": 0, "g": 0, @@ -374017,13 +366866,14 @@ "orig": "Australian", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1459, + "index": 752, "rgba": { "r": 0, "g": 0, @@ -374045,13 +366895,14 @@ "orig": "households.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1460, + "index": 753, "rgba": { "r": 0, "g": 0, @@ -374073,13 +366924,14 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1461, + "index": 754, "rgba": { "r": 0, "g": 0, @@ -374101,13 +366953,14 @@ "orig": "1841,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1462, + "index": 755, "rgba": { "r": 0, "g": 0, @@ -374129,13 +366982,14 @@ "orig": "when", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1463, + "index": 756, "rgba": { "r": 0, "g": 0, @@ -374157,13 +367011,14 @@ "orig": "AGL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1464, + "index": 757, "rgba": { "r": 0, "g": 0, @@ -374185,13 +367040,14 @@ "orig": "supplied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1465, + "index": 758, "rgba": { "r": 0, "g": 0, @@ -374213,13 +367069,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1466, + "index": 759, "rgba": { "r": 0, "g": 0, @@ -374241,13 +367098,14 @@ "orig": "gas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1467, + "index": 760, "rgba": { "r": 0, "g": 0, @@ -374269,13 +367127,14 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1468, + "index": 761, "rgba": { "r": 0, "g": 0, @@ -374297,13 +367156,14 @@ "orig": "light", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1469, + "index": 762, "rgba": { "r": 0, "g": 0, @@ -374325,13 +367185,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1470, + "index": 763, "rgba": { "r": 0, "g": 0, @@ -374353,13 +367214,14 @@ "orig": "first", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1471, + "index": 764, "rgba": { "r": 0, "g": 0, @@ -374381,13 +367243,14 @@ "orig": "public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1472, + "index": 765, "rgba": { "r": 0, "g": 0, @@ -374409,13 +367272,14 @@ "orig": "street", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1473, + "index": 766, "rgba": { "r": 0, "g": 0, @@ -374437,13 +367301,14 @@ "orig": "lamp,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1474, + "index": 767, "rgba": { "r": 0, "g": 0, @@ -374465,13 +367330,14 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1475, + "index": 768, "rgba": { "r": 0, "g": 0, @@ -374493,13 +367359,14 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1476, + "index": 769, "rgba": { "r": 0, "g": 0, @@ -374521,13 +367388,14 @@ "orig": "reported", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1477, + "index": 770, "rgba": { "r": 0, "g": 0, @@ -374549,13 +367417,14 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1478, + "index": 771, "rgba": { "r": 0, "g": 0, @@ -374577,13 +367446,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1479, + "index": 772, "rgba": { "r": 0, "g": 0, @@ -374605,13 +367475,14 @@ "orig": "Sydney", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1480, + "index": 773, "rgba": { "r": 0, "g": 0, @@ -374633,13 +367504,14 @@ "orig": "Gazette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1481, + "index": 774, "rgba": { "r": 0, "g": 0, @@ -374661,13 +367533,14 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1482, + "index": 775, "rgba": { "r": 0, "g": 0, @@ -374689,13 +367562,14 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1483, + "index": 776, "rgba": { "r": 0, "g": 0, @@ -374717,13 +367591,14 @@ "orig": "'wonderful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1484, + "index": 777, "rgba": { "r": 0, "g": 0, @@ -374745,13 +367620,14 @@ "orig": "achievement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1485, + "index": 778, "rgba": { "r": 0, "g": 0, @@ -374773,13 +367649,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1486, + "index": 779, "rgba": { "r": 0, "g": 0, @@ -374801,13 +367678,14 @@ "orig": "scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1487, + "index": 780, "rgba": { "r": 0, "g": 0, @@ -374829,13 +367707,14 @@ "orig": "knowledge,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1488, + "index": 781, "rgba": { "r": 0, "g": 0, @@ -374857,13 +367736,14 @@ "orig": "assisted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1489, + "index": 782, "rgba": { "r": 0, "g": 0, @@ -374885,13 +367765,14 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1490, + "index": 783, "rgba": { "r": 0, "g": 0, @@ -374913,13 +367794,14 @@ "orig": "mechanical", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1491, + "index": 784, "rgba": { "r": 0, "g": 0, @@ -374941,13 +367823,14 @@ "orig": "ingenuity.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1492, + "index": 785, "rgba": { "r": 0, "g": 0, @@ -374969,13 +367852,14 @@ "orig": "Within", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1493, + "index": 786, "rgba": { "r": 0, "g": 0, @@ -374997,13 +367881,14 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1494, + "index": 787, "rgba": { "r": 0, "g": 0, @@ -375025,13 +367910,14 @@ "orig": "years,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1495, + "index": 788, "rgba": { "r": 0, "g": 0, @@ -375053,13 +367939,14 @@ "orig": "165", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1496, + "index": 789, "rgba": { "r": 0, "g": 0, @@ -375081,13 +367968,14 @@ "orig": "gas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1497, + "index": 790, "rgba": { "r": 0, "g": 0, @@ -375109,13 +367997,14 @@ "orig": "lamps", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1498, + "index": 791, "rgba": { "r": 0, "g": 0, @@ -375137,13 +368026,14 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1499, + "index": 792, "rgba": { "r": 0, "g": 0, @@ -375165,13 +368055,14 @@ "orig": "lighting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1500, + "index": 793, "rgba": { "r": 0, "g": 0, @@ -375193,13 +368084,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1501, + "index": 794, "rgba": { "r": 0, "g": 0, @@ -375221,13 +368113,14 @@ "orig": "City", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1502, + "index": 795, "rgba": { "r": 0, "g": 0, @@ -375249,13 +368142,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1503, + "index": 796, "rgba": { "r": 0, "g": 0, @@ -375277,13 +368171,14 @@ "orig": "Sydney.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", "font_name": "/AAAAAV+FoundrySterling-Medium" }, { - "index": 1504, + "index": 797, "rgba": { "r": 0, "g": 0, @@ -375305,13 +368200,14 @@ "orig": "Lookingbackon", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", "font_name": "/AAAAAX+BrauerNeue-Bold" }, { - "index": 1505, + "index": 798, "rgba": { "r": 0, "g": 0, @@ -375333,13 +368229,14 @@ "orig": "175yearsof", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", "font_name": "/AAAAAX+BrauerNeue-Bold" }, { - "index": 1506, + "index": 799, "rgba": { "r": 0, "g": 0, @@ -375361,13 +368258,14 @@ "orig": "lookingforward.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", "font_name": "/AAAAAX+BrauerNeue-Bold" }, { - "index": 1507, + "index": 800, "rgba": { "r": 0, "g": 0, @@ -375389,13 +368287,14 @@ "orig": "AGL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1508, + "index": 801, "rgba": { "r": 0, "g": 0, @@ -375417,13 +368316,14 @@ "orig": "Energy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1509, + "index": 802, "rgba": { "r": 0, "g": 0, @@ -375445,13 +368345,14 @@ "orig": "Limited", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1510, + "index": 803, "rgba": { "r": 0, "g": 0, @@ -375473,13 +368374,14 @@ "orig": "ABN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1511, + "index": 804, "rgba": { "r": 0, "g": 0, @@ -375501,13 +368403,14 @@ "orig": "74", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1512, + "index": 805, "rgba": { "r": 0, "g": 0, @@ -375529,13 +368432,14 @@ "orig": "115", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1513, + "index": 806, "rgba": { "r": 0, "g": 0, @@ -375557,13 +368461,14 @@ "orig": "061", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1514, + "index": 807, "rgba": { "r": 0, "g": 0, @@ -375585,13 +368490,14 @@ "orig": "375", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", "font_name": "/AAAAAW+FoundrySterling-Demi" }, { - "index": 1515, + "index": 808, "rgba": { "r": 0, "g": 0, @@ -375613,13 +368519,14 @@ "orig": "29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc2", "font_name": "/AAAAAP+Gotham-Medium" }, { - "index": 1516, + "index": 809, "rgba": { "r": 0, "g": 0, @@ -375641,13 +368548,14 @@ "orig": "signs,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1517, + "index": 810, "rgba": { "r": 0, "g": 0, @@ -375669,13 +368577,14 @@ "orig": "signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1518, + "index": 811, "rgba": { "r": 0, "g": 0, @@ -375697,13 +368606,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1519, + "index": 812, "rgba": { "r": 0, "g": 0, @@ -375725,13 +368635,14 @@ "orig": "road", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1520, + "index": 813, "rgba": { "r": 0, "g": 0, @@ -375753,13 +368664,14 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1521, + "index": 814, "rgba": { "r": 0, "g": 0, @@ -375781,13 +368693,14 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", "font_name": "/AAAAAQ+Gotham-Book" }, { - "index": 1522, + "index": 815, "rgba": { "r": 0, "g": 0, @@ -375809,13 +368722,14 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1523, + "index": 816, "rgba": { "r": 0, "g": 0, @@ -375837,13 +368751,14 @@ "orig": "chapter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1524, + "index": 817, "rgba": { "r": 0, "g": 0, @@ -375865,13 +368780,14 @@ "orig": "2,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1525, + "index": 818, "rgba": { "r": 0, "g": 0, @@ -375893,13 +368809,14 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1526, + "index": 819, "rgba": { "r": 0, "g": 0, @@ -375921,13 +368838,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1527, + "index": 820, "rgba": { "r": 0, "g": 0, @@ -375949,13 +368867,14 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1528, + "index": 821, "rgba": { "r": 0, "g": 0, @@ -375977,13 +368896,14 @@ "orig": "vehicle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1529, + "index": 822, "rgba": { "r": 0, "g": 0, @@ -376005,13 +368925,14 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1530, + "index": 823, "rgba": { "r": 0, "g": 0, @@ -376033,13 +368954,14 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1531, + "index": 824, "rgba": { "r": 0, "g": 0, @@ -376061,13 +368983,14 @@ "orig": "learned", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1532, + "index": 825, "rgba": { "r": 0, "g": 0, @@ -376089,13 +369012,14 @@ "orig": "about", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1533, + "index": 826, "rgba": { "r": 0, "g": 0, @@ -376117,13 +369041,14 @@ "orig": "some", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1534, + "index": 827, "rgba": { "r": 0, "g": 0, @@ -376145,13 +369070,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1535, + "index": 828, "rgba": { "r": 0, "g": 0, @@ -376173,13 +369099,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1536, + "index": 829, "rgba": { "r": 0, "g": 0, @@ -376201,13 +369128,14 @@ "orig": "controls", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1537, + "index": 830, "rgba": { "r": 0, "g": 0, @@ -376229,13 +369157,14 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1538, + "index": 831, "rgba": { "r": 0, "g": 0, @@ -376257,13 +369186,14 @@ "orig": "your", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1539, + "index": 832, "rgba": { "r": 0, "g": 0, @@ -376285,13 +369215,14 @@ "orig": "vehicle.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1540, + "index": 833, "rgba": { "r": 0, "g": 0, @@ -376313,13 +369244,14 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1541, + "index": 834, "rgba": { "r": 0, "g": 0, @@ -376341,13 +369273,14 @@ "orig": "chapter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1542, + "index": 835, "rgba": { "r": 0, "g": 0, @@ -376369,13 +369302,14 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1543, + "index": 836, "rgba": { "r": 0, "g": 0, @@ -376397,13 +369331,14 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1544, + "index": 837, "rgba": { "r": 0, "g": 0, @@ -376425,13 +369360,14 @@ "orig": "handy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1545, + "index": 838, "rgba": { "r": 0, "g": 0, @@ -376453,13 +369389,14 @@ "orig": "reference", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1546, + "index": 839, "rgba": { "r": 0, "g": 0, @@ -376481,13 +369418,14 @@ "orig": "section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1547, + "index": 840, "rgba": { "r": 0, "g": 0, @@ -376509,13 +369447,14 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1548, + "index": 841, "rgba": { "r": 0, "g": 0, @@ -376537,13 +369476,14 @@ "orig": "gives", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1549, + "index": 842, "rgba": { "r": 0, "g": 0, @@ -376565,13 +369505,14 @@ "orig": "examples", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1550, + "index": 843, "rgba": { "r": 0, "g": 0, @@ -376593,13 +369534,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1551, + "index": 844, "rgba": { "r": 0, "g": 0, @@ -376621,13 +369563,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1552, + "index": 845, "rgba": { "r": 0, "g": 0, @@ -376649,13 +369592,14 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1553, + "index": 846, "rgba": { "r": 0, "g": 0, @@ -376677,13 +369621,14 @@ "orig": "common", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1554, + "index": 847, "rgba": { "r": 0, "g": 0, @@ -376705,13 +369650,14 @@ "orig": "signs,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1555, + "index": 848, "rgba": { "r": 0, "g": 0, @@ -376733,13 +369679,14 @@ "orig": "signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1556, + "index": 849, "rgba": { "r": 0, "g": 0, @@ -376761,13 +369708,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1557, + "index": 850, "rgba": { "r": 0, "g": 0, @@ -376789,13 +369737,14 @@ "orig": "road", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1558, + "index": 851, "rgba": { "r": 0, "g": 0, @@ -376817,13 +369766,14 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1559, + "index": 852, "rgba": { "r": 0, "g": 0, @@ -376845,13 +369795,14 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1560, + "index": 853, "rgba": { "r": 0, "g": 0, @@ -376873,13 +369824,14 @@ "orig": "keep", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1561, + "index": 854, "rgba": { "r": 0, "g": 0, @@ -376901,13 +369853,14 @@ "orig": "traffic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1562, + "index": 855, "rgba": { "r": 0, "g": 0, @@ -376929,13 +369882,14 @@ "orig": "organized", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1563, + "index": 856, "rgba": { "r": 0, "g": 0, @@ -376957,13 +369911,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1564, + "index": 857, "rgba": { "r": 0, "g": 0, @@ -376985,13 +369940,14 @@ "orig": "flowing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1565, + "index": 858, "rgba": { "r": 0, "g": 0, @@ -377013,13 +369969,14 @@ "orig": "smoothly.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1566, + "index": 859, "rgba": { "r": 0, "g": 0, @@ -377041,13 +369998,14 @@ "orig": "Signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", "font_name": "/AAAAAS+Avenir-Heavy" }, { - "index": 1567, + "index": 860, "rgba": { "r": 0, "g": 0, @@ -377069,13 +370027,14 @@ "orig": "There", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1568, + "index": 861, "rgba": { "r": 0, "g": 0, @@ -377097,13 +370056,14 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1569, + "index": 862, "rgba": { "r": 0, "g": 0, @@ -377125,13 +370085,14 @@ "orig": "three", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1570, + "index": 863, "rgba": { "r": 0, "g": 0, @@ -377153,13 +370114,14 @@ "orig": "ways", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1571, + "index": 864, "rgba": { "r": 0, "g": 0, @@ -377181,13 +370143,14 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1572, + "index": 865, "rgba": { "r": 0, "g": 0, @@ -377209,13 +370172,14 @@ "orig": "read", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1573, + "index": 866, "rgba": { "r": 0, "g": 0, @@ -377237,13 +370201,14 @@ "orig": "signs:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1574, + "index": 867, "rgba": { "r": 0, "g": 0, @@ -377265,13 +370230,14 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1575, + "index": 868, "rgba": { "r": 0, "g": 0, @@ -377293,13 +370259,14 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1576, + "index": 869, "rgba": { "r": 0, "g": 0, @@ -377321,13 +370288,14 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1577, + "index": 870, "rgba": { "r": 0, "g": 0, @@ -377349,13 +370317,14 @@ "orig": "colour", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1578, + "index": 871, "rgba": { "r": 0, "g": 0, @@ -377377,13 +370346,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1579, + "index": 872, "rgba": { "r": 0, "g": 0, @@ -377405,13 +370375,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1580, + "index": 873, "rgba": { "r": 0, "g": 0, @@ -377433,13 +370404,14 @@ "orig": "messages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1581, + "index": 874, "rgba": { "r": 0, "g": 0, @@ -377461,13 +370433,14 @@ "orig": "printed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1582, + "index": 875, "rgba": { "r": 0, "g": 0, @@ -377489,13 +370462,14 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1583, + "index": 876, "rgba": { "r": 0, "g": 0, @@ -377517,13 +370491,14 @@ "orig": "them.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1584, + "index": 877, "rgba": { "r": 0, "g": 0, @@ -377545,13 +370520,14 @@ "orig": "Understanding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1585, + "index": 878, "rgba": { "r": 0, "g": 0, @@ -377573,13 +370549,14 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1586, + "index": 879, "rgba": { "r": 0, "g": 0, @@ -377601,13 +370578,14 @@ "orig": "three", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1587, + "index": 880, "rgba": { "r": 0, "g": 0, @@ -377629,13 +370607,14 @@ "orig": "ways", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1588, + "index": 881, "rgba": { "r": 0, "g": 0, @@ -377657,13 +370636,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1589, + "index": 882, "rgba": { "r": 0, "g": 0, @@ -377685,13 +370665,14 @@ "orig": "classifying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1590, + "index": 883, "rgba": { "r": 0, "g": 0, @@ -377713,13 +370694,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1591, + "index": 884, "rgba": { "r": 0, "g": 0, @@ -377741,13 +370723,14 @@ "orig": "wil", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1592, + "index": 885, "rgba": { "r": 0, "g": 0, @@ -377769,13 +370752,14 @@ "orig": "help", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1593, + "index": 886, "rgba": { "r": 0, "g": 0, @@ -377797,13 +370781,14 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1594, + "index": 887, "rgba": { "r": 0, "g": 0, @@ -377825,13 +370810,14 @@ "orig": "figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1595, + "index": 888, "rgba": { "r": 0, "g": 0, @@ -377853,13 +370839,14 @@ "orig": "out", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1596, + "index": 889, "rgba": { "r": 0, "g": 0, @@ -377881,13 +370868,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1597, + "index": 890, "rgba": { "r": 0, "g": 0, @@ -377909,13 +370897,14 @@ "orig": "meaning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1598, + "index": 891, "rgba": { "r": 0, "g": 0, @@ -377937,13 +370926,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1599, + "index": 892, "rgba": { "r": 0, "g": 0, @@ -377965,13 +370955,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1600, + "index": 893, "rgba": { "r": 0, "g": 0, @@ -377993,13 +370984,14 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1601, + "index": 894, "rgba": { "r": 0, "g": 0, @@ -378021,13 +371013,14 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1602, + "index": 895, "rgba": { "r": 0, "g": 0, @@ -378049,13 +371042,14 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1603, + "index": 896, "rgba": { "r": 0, "g": 0, @@ -378077,13 +371071,14 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1604, + "index": 897, "rgba": { "r": 0, "g": 0, @@ -378105,13 +371100,14 @@ "orig": "you.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1605, + "index": 898, "rgba": { "r": 0, "g": 0, @@ -378133,13 +371129,14 @@ "orig": "Stop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1606, + "index": 899, "rgba": { "r": 0, "g": 0, @@ -378161,13 +371158,14 @@ "orig": "Yield", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1607, + "index": 900, "rgba": { "r": 0, "g": 0, @@ -378189,13 +371187,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1608, + "index": 901, "rgba": { "r": 0, "g": 0, @@ -378217,13 +371216,14 @@ "orig": "right-of-way", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1609, + "index": 902, "rgba": { "r": 0, "g": 0, @@ -378245,13 +371245,14 @@ "orig": "Shows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1610, + "index": 903, "rgba": { "r": 0, "g": 0, @@ -378273,13 +371274,14 @@ "orig": "driving", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1611, + "index": 904, "rgba": { "r": 0, "g": 0, @@ -378301,13 +371303,14 @@ "orig": "regulations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1612, + "index": 905, "rgba": { "r": 0, "g": 0, @@ -378329,13 +371332,14 @@ "orig": "Explains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1613, + "index": 906, "rgba": { "r": 0, "g": 0, @@ -378357,13 +371361,14 @@ "orig": "lane", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1614, + "index": 907, "rgba": { "r": 0, "g": 0, @@ -378385,13 +371390,14 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1615, + "index": 908, "rgba": { "r": 0, "g": 0, @@ -378413,13 +371419,14 @@ "orig": "School", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1616, + "index": 909, "rgba": { "r": 0, "g": 0, @@ -378441,13 +371448,14 @@ "orig": "zone", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1617, + "index": 910, "rgba": { "r": 0, "g": 0, @@ -378469,13 +371477,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1618, + "index": 911, "rgba": { "r": 0, "g": 0, @@ -378497,13 +371506,14 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1619, + "index": 912, "rgba": { "r": 0, "g": 0, @@ -378525,13 +371535,14 @@ "orig": "fluorescent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1620, + "index": 913, "rgba": { "r": 0, "g": 0, @@ -378553,13 +371564,14 @@ "orig": "yel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1621, + "index": 914, "rgba": { "r": 0, "g": 0, @@ -378581,13 +371593,14 @@ "orig": "ow-green", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1622, + "index": 915, "rgba": { "r": 0, "g": 0, @@ -378609,13 +371622,14 @@ "orig": "Tel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1623, + "index": 916, "rgba": { "r": 0, "g": 0, @@ -378637,13 +371651,14 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1624, + "index": 917, "rgba": { "r": 0, "g": 0, @@ -378665,13 +371680,14 @@ "orig": "about", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1625, + "index": 918, "rgba": { "r": 0, "g": 0, @@ -378693,13 +371709,14 @@ "orig": "motorist", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1626, + "index": 919, "rgba": { "r": 0, "g": 0, @@ -378721,13 +371738,14 @@ "orig": "services", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1627, + "index": 920, "rgba": { "r": 0, "g": 0, @@ -378749,13 +371767,14 @@ "orig": "Shows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1628, + "index": 921, "rgba": { "r": 0, "g": 0, @@ -378777,13 +371796,14 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1629, + "index": 922, "rgba": { "r": 0, "g": 0, @@ -378805,13 +371825,14 @@ "orig": "permitted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1630, + "index": 923, "rgba": { "r": 0, "g": 0, @@ -378833,13 +371854,14 @@ "orig": "action", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1631, + "index": 924, "rgba": { "r": 0, "g": 0, @@ -378861,13 +371883,14 @@ "orig": "Shows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1632, + "index": 925, "rgba": { "r": 0, "g": 0, @@ -378889,13 +371912,14 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1633, + "index": 926, "rgba": { "r": 0, "g": 0, @@ -378917,13 +371941,14 @@ "orig": "action", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1634, + "index": 927, "rgba": { "r": 0, "g": 0, @@ -378945,13 +371970,14 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1635, + "index": 928, "rgba": { "r": 0, "g": 0, @@ -378973,13 +371999,14 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1636, + "index": 929, "rgba": { "r": 0, "g": 0, @@ -379001,13 +372028,14 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1637, + "index": 930, "rgba": { "r": 0, "g": 0, @@ -379029,13 +372057,14 @@ "orig": "permitted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1638, + "index": 931, "rgba": { "r": 0, "g": 0, @@ -379057,13 +372086,14 @@ "orig": "Warns", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1639, + "index": 932, "rgba": { "r": 0, "g": 0, @@ -379085,13 +372115,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1640, + "index": 933, "rgba": { "r": 0, "g": 0, @@ -379113,13 +372144,14 @@ "orig": "hazards", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1641, + "index": 934, "rgba": { "r": 0, "g": 0, @@ -379141,13 +372173,14 @@ "orig": "ahead", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1642, + "index": 935, "rgba": { "r": 0, "g": 0, @@ -379169,13 +372202,14 @@ "orig": "Warns", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1643, + "index": 936, "rgba": { "r": 0, "g": 0, @@ -379197,13 +372231,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1644, + "index": 937, "rgba": { "r": 0, "g": 0, @@ -379225,13 +372260,14 @@ "orig": "construction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1645, + "index": 938, "rgba": { "r": 0, "g": 0, @@ -379253,13 +372289,14 @@ "orig": "zones", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1646, + "index": 939, "rgba": { "r": 0, "g": 0, @@ -379281,13 +372318,14 @@ "orig": "Railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1647, + "index": 940, "rgba": { "r": 0, "g": 0, @@ -379309,13 +372347,14 @@ "orig": "crossing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1648, + "index": 941, "rgba": { "r": 0, "g": 0, @@ -379337,13 +372376,14 @@ "orig": "Shows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1649, + "index": 942, "rgba": { "r": 0, "g": 0, @@ -379365,13 +372405,14 @@ "orig": "distance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1650, + "index": 943, "rgba": { "r": 0, "g": 0, @@ -379393,13 +372434,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1651, + "index": 944, "rgba": { "r": 0, "g": 0, @@ -379421,13 +372463,14 @@ "orig": "direction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1652, + "index": 945, "rgba": { "r": 0, "g": 0, @@ -379449,13 +372492,14 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1653, + "index": 946, "rgba": { "r": 0, "g": 0, @@ -379477,13 +372521,14 @@ "orig": "Signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1654, + "index": 947, "rgba": { "r": 0, "g": 0, @@ -379505,13 +372550,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1655, + "index": 948, "rgba": { "r": 0, "g": 0, @@ -379533,13 +372579,14 @@ "orig": "regulatory", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1656, + "index": 949, "rgba": { "r": 0, "g": 0, @@ -379561,13 +372608,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1657, + "index": 950, "rgba": { "r": 0, "g": 0, @@ -379589,13 +372637,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1658, + "index": 951, "rgba": { "r": 0, "g": 0, @@ -379617,13 +372666,14 @@ "orig": "school,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1659, + "index": 952, "rgba": { "r": 0, "g": 0, @@ -379645,13 +372695,14 @@ "orig": "playground", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1660, + "index": 953, "rgba": { "r": 0, "g": 0, @@ -379673,13 +372724,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1661, + "index": 954, "rgba": { "r": 0, "g": 0, @@ -379701,13 +372753,14 @@ "orig": "crosswalk", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1662, + "index": 955, "rgba": { "r": 0, "g": 0, @@ -379729,13 +372782,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1663, + "index": 956, "rgba": { "r": 0, "g": 0, @@ -379757,13 +372811,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1664, + "index": 957, "rgba": { "r": 0, "g": 0, @@ -379785,13 +372840,14 @@ "orig": "lane", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1665, + "index": 958, "rgba": { "r": 0, "g": 0, @@ -379813,13 +372869,14 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1666, + "index": 959, "rgba": { "r": 0, "g": 0, @@ -379841,13 +372898,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1667, + "index": 960, "rgba": { "r": 0, "g": 0, @@ -379869,13 +372927,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1668, + "index": 961, "rgba": { "r": 0, "g": 0, @@ -379897,13 +372956,14 @@ "orig": "turn", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1669, + "index": 962, "rgba": { "r": 0, "g": 0, @@ -379925,13 +372985,14 @@ "orig": "control", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1670, + "index": 963, "rgba": { "r": 0, "g": 0, @@ -379953,13 +373014,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1671, + "index": 964, "rgba": { "r": 0, "g": 0, @@ -379981,13 +373043,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1672, + "index": 965, "rgba": { "r": 0, "g": 0, @@ -380009,13 +373072,14 @@ "orig": "parking", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1673, + "index": 966, "rgba": { "r": 0, "g": 0, @@ -380037,13 +373101,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1674, + "index": 967, "rgba": { "r": 0, "g": 0, @@ -380065,13 +373130,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1675, + "index": 968, "rgba": { "r": 0, "g": 0, @@ -380093,13 +373159,14 @@ "orig": "reserved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1676, + "index": 969, "rgba": { "r": 0, "g": 0, @@ -380121,13 +373188,14 @@ "orig": "lane", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1677, + "index": 970, "rgba": { "r": 0, "g": 0, @@ -380149,13 +373217,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1678, + "index": 971, "rgba": { "r": 0, "g": 0, @@ -380177,13 +373246,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1679, + "index": 972, "rgba": { "r": 0, "g": 0, @@ -380205,13 +373275,14 @@ "orig": "warning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1680, + "index": 973, "rgba": { "r": 0, "g": 0, @@ -380233,13 +373304,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1681, + "index": 974, "rgba": { "r": 0, "g": 0, @@ -380261,13 +373333,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1682, + "index": 975, "rgba": { "r": 0, "g": 0, @@ -380289,13 +373362,14 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1683, + "index": 976, "rgba": { "r": 0, "g": 0, @@ -380317,13 +373391,14 @@ "orig": "markers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1684, + "index": 977, "rgba": { "r": 0, "g": 0, @@ -380345,13 +373420,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1685, + "index": 978, "rgba": { "r": 0, "g": 0, @@ -380373,13 +373449,14 @@ "orig": "construction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1686, + "index": 979, "rgba": { "r": 0, "g": 0, @@ -380401,13 +373478,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1687, + "index": 980, "rgba": { "r": 0, "g": 0, @@ -380429,13 +373507,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1688, + "index": 981, "rgba": { "r": 0, "g": 0, @@ -380457,13 +373536,14 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1689, + "index": 982, "rgba": { "r": 0, "g": 0, @@ -380485,13 +373565,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1690, + "index": 983, "rgba": { "r": 0, "g": 0, @@ -380513,13 +373594,14 @@ "orig": "destination", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1691, + "index": 984, "rgba": { "r": 0, "g": 0, @@ -380541,13 +373623,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1692, + "index": 985, "rgba": { "r": 0, "g": 0, @@ -380569,13 +373652,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1693, + "index": 986, "rgba": { "r": 0, "g": 0, @@ -380597,13 +373681,14 @@ "orig": "railway", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1694, + "index": 987, "rgba": { "r": 0, "g": 0, @@ -380625,13 +373710,14 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1695, + "index": 988, "rgba": { "r": 0, "g": 0, @@ -380653,13 +373739,14 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1696, + "index": 989, "rgba": { "r": 0, "g": 0, @@ -380681,13 +373768,14 @@ "orig": "Signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1697, + "index": 990, "rgba": { "r": 0, "g": 0, @@ -380709,13 +373797,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1698, + "index": 991, "rgba": { "r": 0, "g": 0, @@ -380737,13 +373826,14 @@ "orig": "lane", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1699, + "index": 992, "rgba": { "r": 0, "g": 0, @@ -380765,13 +373855,14 @@ "orig": "control", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1700, + "index": 993, "rgba": { "r": 0, "g": 0, @@ -380793,13 +373884,14 @@ "orig": "signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1701, + "index": 994, "rgba": { "r": 0, "g": 0, @@ -380821,13 +373913,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1702, + "index": 995, "rgba": { "r": 0, "g": 0, @@ -380849,13 +373942,14 @@ "orig": "traffic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1703, + "index": 996, "rgba": { "r": 0, "g": 0, @@ -380877,13 +373971,14 @@ "orig": "lights", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1704, + "index": 997, "rgba": { "r": 0, "g": 0, @@ -380905,13 +374000,14 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1705, + "index": 998, "rgba": { "r": 0, "g": 0, @@ -380933,13 +374029,14 @@ "orig": "Road", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1706, + "index": 999, "rgba": { "r": 0, "g": 0, @@ -380961,13 +374058,14 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1707, + "index": 1000, "rgba": { "r": 0, "g": 0, @@ -380989,13 +374087,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1708, + "index": 1001, "rgba": { "r": 0, "g": 0, @@ -381017,13 +374116,14 @@ "orig": "yel", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1709, + "index": 1002, "rgba": { "r": 0, "g": 0, @@ -381045,13 +374145,14 @@ "orig": "ow", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1710, + "index": 1003, "rgba": { "r": 0, "g": 0, @@ -381073,13 +374174,14 @@ "orig": "lines", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1711, + "index": 1004, "rgba": { "r": 0, "g": 0, @@ -381101,13 +374203,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1712, + "index": 1005, "rgba": { "r": 0, "g": 0, @@ -381129,13 +374232,14 @@ "orig": "white", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1713, + "index": 1006, "rgba": { "r": 0, "g": 0, @@ -381157,13 +374261,14 @@ "orig": "lines", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1714, + "index": 1007, "rgba": { "r": 0, "g": 0, @@ -381185,13 +374290,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1715, + "index": 1008, "rgba": { "r": 0, "g": 0, @@ -381213,13 +374319,14 @@ "orig": "reserved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1716, + "index": 1009, "rgba": { "r": 0, "g": 0, @@ -381241,13 +374348,14 @@ "orig": "lane", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1717, + "index": 1010, "rgba": { "r": 0, "g": 0, @@ -381269,13 +374377,14 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1718, + "index": 1011, "rgba": { "r": 0, "g": 0, @@ -381297,13 +374406,14 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1719, + "index": 1012, "rgba": { "r": 0, "g": 0, @@ -381325,13 +374435,14 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1720, + "index": 1013, "rgba": { "r": 0, "g": 0, @@ -381353,13 +374464,14 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", "font_name": "/AAAAAR+Avenir-Book" }, { - "index": 1721, + "index": 1014, "rgba": { "r": 0, "g": 0, @@ -381381,13 +374493,14 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1722, + "index": 1015, "rgba": { "r": 0, "g": 0, @@ -381409,13 +374522,14 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1723, + "index": 1016, "rgba": { "r": 0, "g": 0, @@ -381437,13 +374551,14 @@ "orig": "chapter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", "font_name": "/AAAAAT+Avenir-Medium" }, { - "index": 1724, + "index": 1017, "rgba": { "r": 0, "g": 0, @@ -381465,13 +374580,14 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1725, + "index": 1018, "rgba": { "r": 0, "g": 0, @@ -381493,13 +374609,14 @@ "orig": "1:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1726, + "index": 1019, "rgba": { "r": 0, "g": 0, @@ -381521,13 +374638,14 @@ "orig": "Four", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1727, + "index": 1020, "rgba": { "r": 0, "g": 0, @@ -381549,13 +374667,14 @@ "orig": "examples", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1728, + "index": 1021, "rgba": { "r": 0, "g": 0, @@ -381577,13 +374696,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1729, + "index": 1022, "rgba": { "r": 0, "g": 0, @@ -381605,13 +374725,14 @@ "orig": "complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1730, + "index": 1023, "rgba": { "r": 0, "g": 0, @@ -381633,13 +374754,14 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1731, + "index": 1024, "rgba": { "r": 0, "g": 0, @@ -381661,13 +374783,14 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1732, + "index": 1025, "rgba": { "r": 0, "g": 0, @@ -381689,13 +374812,14 @@ "orig": "across", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1733, + "index": 1026, "rgba": { "r": 0, "g": 0, @@ -381717,13 +374841,14 @@ "orig": "dif-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1734, + "index": 1027, "rgba": { "r": 0, "g": 0, @@ -381745,13 +374870,14 @@ "orig": "ferent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1735, + "index": 1028, "rgba": { "r": 0, "g": 0, @@ -381773,13 +374899,14 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1736, + "index": 1029, "rgba": { "r": 0, "g": 0, @@ -381801,13 +374928,14 @@ "orig": "categories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1737, + "index": 1030, "rgba": { "r": 0, "g": 0, @@ -381829,13 +374957,14 @@ "orig": "KEYWORDS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1738, + "index": 1031, "rgba": { "r": 0, "g": 0, @@ -381857,13 +374986,14 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1739, + "index": 1032, "rgba": { "r": 0, "g": 0, @@ -381885,13 +375015,14 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1740, + "index": 1033, "rgba": { "r": 0, "g": 0, @@ -381913,13 +375044,14 @@ "orig": "conversion,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1741, + "index": 1034, "rgba": { "r": 0, "g": 0, @@ -381941,13 +375073,14 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1742, + "index": 1035, "rgba": { "r": 0, "g": 0, @@ -381969,13 +375102,14 @@ "orig": "segmentation,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1743, + "index": 1036, "rgba": { "r": 0, "g": 0, @@ -381997,13 +375131,14 @@ "orig": "object-detection,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1744, + "index": 1037, "rgba": { "r": 0, "g": 0, @@ -382025,13 +375160,14 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1745, + "index": 1038, "rgba": { "r": 0, "g": 0, @@ -382053,13 +375189,14 @@ "orig": "set,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1746, + "index": 1039, "rgba": { "r": 0, "g": 0, @@ -382081,13 +375218,14 @@ "orig": "Machine", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1747, + "index": 1040, "rgba": { "r": 0, "g": 0, @@ -382109,13 +375247,14 @@ "orig": "Learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1748, + "index": 1041, "rgba": { "r": 0, "g": 0, @@ -382137,13 +375276,14 @@ "orig": "ACMReference", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1749, + "index": 1042, "rgba": { "r": 0, "g": 0, @@ -382165,13 +375305,14 @@ "orig": "Format:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", "font_name": "/SEKJLF+LinLibertineTB" }, { - "index": 1750, + "index": 1043, "rgba": { "r": 0, "g": 0, @@ -382193,13 +375334,14 @@ "orig": "Birgit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1751, + "index": 1044, "rgba": { "r": 0, "g": 0, @@ -382221,13 +375363,14 @@ "orig": "Pfitzmann,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1752, + "index": 1045, "rgba": { "r": 0, "g": 0, @@ -382249,13 +375392,14 @@ "orig": "Christoph", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1753, + "index": 1046, "rgba": { "r": 0, "g": 0, @@ -382277,13 +375421,14 @@ "orig": "Auer,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1754, + "index": 1047, "rgba": { "r": 0, "g": 0, @@ -382305,13 +375450,14 @@ "orig": "Michele", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1755, + "index": 1048, "rgba": { "r": 0, "g": 0, @@ -382333,13 +375479,14 @@ "orig": "Dolfi,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1756, + "index": 1049, "rgba": { "r": 0, "g": 0, @@ -382361,13 +375508,14 @@ "orig": "Ahmed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1757, + "index": 1050, "rgba": { "r": 0, "g": 0, @@ -382389,13 +375537,14 @@ "orig": "S.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1758, + "index": 1051, "rgba": { "r": 0, "g": 0, @@ -382417,13 +375566,14 @@ "orig": "Nassar,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1759, + "index": 1052, "rgba": { "r": 0, "g": 0, @@ -382445,13 +375595,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1760, + "index": 1053, "rgba": { "r": 0, "g": 0, @@ -382473,13 +375624,14 @@ "orig": "Peter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1761, + "index": 1054, "rgba": { "r": 0, "g": 0, @@ -382501,13 +375653,14 @@ "orig": "Staar.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1762, + "index": 1055, "rgba": { "r": 0, "g": 0, @@ -382529,13 +375682,14 @@ "orig": "2022.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1763, + "index": 1056, "rgba": { "r": 0, "g": 0, @@ -382557,13 +375711,14 @@ "orig": "DocLayNet:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1764, + "index": 1057, "rgba": { "r": 0, "g": 0, @@ -382585,13 +375740,14 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1765, + "index": 1058, "rgba": { "r": 0, "g": 0, @@ -382613,13 +375769,14 @@ "orig": "Large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1766, + "index": 1059, "rgba": { "r": 0, "g": 0, @@ -382641,13 +375798,14 @@ "orig": "Human-Annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1767, + "index": 1060, "rgba": { "r": 0, "g": 0, @@ -382669,13 +375827,14 @@ "orig": "Dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1768, + "index": 1061, "rgba": { "r": 0, "g": 0, @@ -382697,13 +375856,14 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1769, + "index": 1062, "rgba": { "r": 0, "g": 0, @@ -382725,13 +375885,14 @@ "orig": "Document-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1770, + "index": 1063, "rgba": { "r": 0, "g": 0, @@ -382753,13 +375914,14 @@ "orig": "Layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1771, + "index": 1064, "rgba": { "r": 0, "g": 0, @@ -382781,13 +375943,14 @@ "orig": "Analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1772, + "index": 1065, "rgba": { "r": 0, "g": 0, @@ -382809,13 +375972,14 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1773, + "index": 1066, "rgba": { "r": 0, "g": 0, @@ -382837,13 +376001,14 @@ "orig": "Proceedings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1774, + "index": 1067, "rgba": { "r": 0, "g": 0, @@ -382865,13 +376030,14 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1775, + "index": 1068, "rgba": { "r": 0, "g": 0, @@ -382893,13 +376059,14 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1776, + "index": 1069, "rgba": { "r": 0, "g": 0, @@ -382921,13 +376088,14 @@ "orig": "28th", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1777, + "index": 1070, "rgba": { "r": 0, "g": 0, @@ -382949,13 +376117,14 @@ "orig": "ACM", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1778, + "index": 1071, "rgba": { "r": 0, "g": 0, @@ -382977,13 +376146,14 @@ "orig": "SIGKDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1779, + "index": 1072, "rgba": { "r": 0, "g": 0, @@ -383005,13 +376175,14 @@ "orig": "Conference", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1780, + "index": 1073, "rgba": { "r": 0, "g": 0, @@ -383033,13 +376204,14 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1781, + "index": 1074, "rgba": { "r": 0, "g": 0, @@ -383061,13 +376233,14 @@ "orig": "Knowledge", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1782, + "index": 1075, "rgba": { "r": 0, "g": 0, @@ -383089,13 +376262,14 @@ "orig": "Discovery", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1783, + "index": 1076, "rgba": { "r": 0, "g": 0, @@ -383117,13 +376291,14 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1784, + "index": 1077, "rgba": { "r": 0, "g": 0, @@ -383145,13 +376320,14 @@ "orig": "Data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1785, + "index": 1078, "rgba": { "r": 0, "g": 0, @@ -383173,13 +376349,14 @@ "orig": "Mining", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1786, + "index": 1079, "rgba": { "r": 0, "g": 0, @@ -383201,13 +376378,14 @@ "orig": "(KDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1787, + "index": 1080, "rgba": { "r": 0, "g": 0, @@ -383229,13 +376407,14 @@ "orig": "'22),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1788, + "index": 1081, "rgba": { "r": 0, "g": 0, @@ -383257,13 +376436,14 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1789, + "index": 1082, "rgba": { "r": 0, "g": 0, @@ -383285,13 +376465,14 @@ "orig": "14-18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1790, + "index": 1083, "rgba": { "r": 0, "g": 0, @@ -383313,13 +376494,14 @@ "orig": "2022,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1791, + "index": 1084, "rgba": { "r": 0, "g": 0, @@ -383341,13 +376523,14 @@ "orig": "Wash-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1792, + "index": 1085, "rgba": { "r": 0, "g": 0, @@ -383369,13 +376552,14 @@ "orig": "ington,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1793, + "index": 1086, "rgba": { "r": 0, "g": 0, @@ -383397,13 +376581,14 @@ "orig": "DC,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1794, + "index": 1087, "rgba": { "r": 0, "g": 0, @@ -383425,13 +376610,14 @@ "orig": "USA.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", "font_name": "/TKQZJF+LinLibertineTI" }, { - "index": 1795, + "index": 1088, "rgba": { "r": 0, "g": 0, @@ -383453,13 +376639,14 @@ "orig": "ACM,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1796, + "index": 1089, "rgba": { "r": 0, "g": 0, @@ -383481,13 +376668,14 @@ "orig": "New", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1797, + "index": 1090, "rgba": { "r": 0, "g": 0, @@ -383509,13 +376697,14 @@ "orig": "York,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1798, + "index": 1091, "rgba": { "r": 0, "g": 0, @@ -383537,13 +376726,14 @@ "orig": "NY,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1799, + "index": 1092, "rgba": { "r": 0, "g": 0, @@ -383565,13 +376755,14 @@ "orig": "USA,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1800, + "index": 1093, "rgba": { "r": 0, "g": 0, @@ -383593,13 +376784,14 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1801, + "index": 1094, "rgba": { "r": 0, "g": 0, @@ -383621,13 +376813,14 @@ "orig": "pages.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1802, + "index": 1095, "rgba": { "r": 0, "g": 0, @@ -383649,13 +376842,14 @@ "orig": "https://doi.org/10.1145/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1803, + "index": 1096, "rgba": { "r": 0, "g": 0, @@ -383677,13 +376871,14 @@ "orig": "3534678.3539043", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" }, { - "index": 1804, + "index": 1097, "rgba": { "r": 0, "g": 0, @@ -383705,13 +376900,14 @@ "orig": "arXiv:2206.01062v1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", "font_name": "/arXivStAmP" }, { - "index": 1805, + "index": 1098, "rgba": { "r": 0, "g": 0, @@ -383733,13 +376929,14 @@ "orig": "[cs.CV]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", "font_name": "/arXivStAmP" }, { - "index": 1806, + "index": 1099, "rgba": { "r": 0, "g": 0, @@ -383761,13 +376958,14 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", "font_name": "/arXivStAmP" }, { - "index": 1807, + "index": 1100, "rgba": { "r": 0, "g": 0, @@ -383789,13 +376987,14 @@ "orig": "Jun", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", "font_name": "/arXivStAmP" }, { - "index": 1808, + "index": 1101, "rgba": { "r": 0, "g": 0, @@ -383817,6 +377016,7 @@ "orig": "2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", @@ -383847,6 +377047,7 @@ "orig": "DocLayNet: A Large Human-Annotated Dataset for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -383875,6 +377076,7 @@ "orig": "Document-Layout Analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F133", @@ -383903,6 +377105,7 @@ "orig": "Birgit Pfitzmann", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -383931,6 +377134,7 @@ "orig": "IBM Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -383959,6 +377163,7 @@ "orig": "Rueschlikon, Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -383987,6 +377192,7 @@ "orig": "bpf@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384015,6 +377221,7 @@ "orig": "Christoph Auer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384043,6 +377250,7 @@ "orig": "IBM Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384071,6 +377279,7 @@ "orig": "Rueschlikon, Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384099,6 +377308,7 @@ "orig": "cau@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384127,6 +377337,7 @@ "orig": "Michele Dolfi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384155,6 +377366,7 @@ "orig": "IBM Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384183,6 +377395,7 @@ "orig": "Rueschlikon, Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384211,6 +377424,7 @@ "orig": "dol@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384239,6 +377453,7 @@ "orig": "Ahmed S. Nassar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384267,6 +377482,7 @@ "orig": "IBM Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384295,6 +377511,7 @@ "orig": "Rueschlikon, Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384323,6 +377540,7 @@ "orig": "ahn@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384351,6 +377569,7 @@ "orig": "Peter Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384379,6 +377598,7 @@ "orig": "IBM Research", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384407,6 +377627,7 @@ "orig": "Rueschlikon, Switzerland", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384435,6 +377656,7 @@ "orig": "taa@zurich.ibm.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384463,6 +377685,7 @@ "orig": "ABSTRACT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -384491,6 +377714,7 @@ "orig": "Accurate document layout analysis is a key requirement for high-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384519,6 +377743,7 @@ "orig": "quality PDF document conversion. With the recent availability of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384547,6 +377772,7 @@ "orig": "public, large ground-truth datasets such as PubLayNet and DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384575,6 +377801,7 @@ "orig": "deep-learning models have proven to be very effective at layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384603,6 +377830,7 @@ "orig": "detection and segmentation. While these datasets are of adequate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384631,6 +377859,7 @@ "orig": "size to train such models, they severely lack in layout variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384659,6 +377888,7 @@ "orig": "since they are sourced from scientific article repositories such as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384687,6 +377917,7 @@ "orig": "PubMed and arXiv only. Consequently, the accuracy of the layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384715,6 +377946,7 @@ "orig": "segmentation drops significantly when these models are applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384743,6 +377975,7 @@ "orig": "on more challenging and diverse layouts. In this paper, we present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384771,6 +378004,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -384799,6 +378033,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384827,6 +378062,7 @@ "orig": "a new, publicly available, document-layout annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384855,6 +378091,7 @@ "orig": "dataset in COCO format. It contains 80863 manually annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384883,6 +378120,7 @@ "orig": "pages from diverse data sources to represent a wide variability in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384911,6 +378149,7 @@ "orig": "layouts. For each PDF page, the layout annotations provide labelled", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384939,6 +378178,7 @@ "orig": "bounding-boxes with a choice of 11 distinct classes. DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384967,6 +378207,7 @@ "orig": "also provides a subset of double- and triple-annotated pages to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -384995,6 +378236,7 @@ "orig": "determine the inter-annotator agreement. In multiple experiments,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385023,6 +378265,7 @@ "orig": "we provide baseline accuracy scores (in mAP) for a set of popular", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385051,6 +378294,7 @@ "orig": "object detection models. We also demonstrate that these models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385079,6 +378323,7 @@ "orig": "fall approximately 10% behind the inter-annotator agreement. Fur-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385107,6 +378352,7 @@ "orig": "thermore, we provide evidence that DocLayNet is of sufficient size.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385135,6 +378381,7 @@ "orig": "Lastly, we compare models trained on PubLayNet, DocBank and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385163,6 +378410,7 @@ "orig": "DocLayNet, showing that layout predictions of the DocLayNet-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385191,6 +378439,7 @@ "orig": "trained models are more robust and thus the preferred choice for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385219,6 +378468,7 @@ "orig": "general-purpose document-layout analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385247,6 +378497,7 @@ "orig": "CCS CONCEPTS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385275,6 +378526,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -385303,6 +378555,7 @@ "orig": "Informationsystems", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385331,6 +378584,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -385359,6 +378613,7 @@ "orig": "Documentstructure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385387,6 +378642,7 @@ "orig": "; \u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385415,6 +378671,7 @@ "orig": "Appliedcom-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385443,6 +378700,7 @@ "orig": "puting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385471,6 +378729,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -385499,6 +378758,7 @@ "orig": "Document analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385527,6 +378787,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385555,6 +378816,7 @@ "orig": "\u2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -385583,6 +378845,7 @@ "orig": "Computing methodologies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385611,6 +378874,7 @@ "orig": "\u2192", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F98", @@ -385639,6 +378903,7 @@ "orig": "Machine learning Computer vision", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -385667,6 +378932,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385695,6 +378961,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385723,6 +378990,7 @@ "orig": "Object detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -385751,6 +379019,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385779,6 +379048,7 @@ "orig": "Permission to make digital or hard copies of part or all of this work for personal or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385807,6 +379077,7 @@ "orig": "classroom use is granted without fee provided that copies are not made or distributed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385835,6 +379106,7 @@ "orig": "for profit or commercial advantage and that copies bear this notice and the full citation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385863,6 +379135,7 @@ "orig": "on the first page. Copyrights for third-party components of this work must be honored.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385891,6 +379164,7 @@ "orig": "For all other uses, contact the owner/author(s).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -385919,6 +379193,7 @@ "orig": "KDD '22, August 14-18, 2022, Washington, DC, USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -385947,6 +379222,7 @@ "orig": "\u00a9 2022 Copyright held by the owner/author(s).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F157", @@ -385975,6 +379251,7 @@ "orig": "ACM ISBN 978-1-4503-9385-0/22/08.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -386003,6 +379280,7 @@ "orig": "https://doi.org/10.1145/3534678.3539043", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -386027,10 +379305,11 @@ "r_y3": 439.734, "coord_origin": "BOTTOMLEFT" }, - "text": "13", - "orig": "13", + "text": "!\"", + "orig": "!\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386055,10 +379334,11 @@ "r_y3": 460.039, "coord_origin": "BOTTOMLEFT" }, - "text": "USING THE VERTICAL TUBE -", - "orig": "USING THE VERTICAL TUBE -", + "text": "#$%&'()*+(,+-)%./0()#1+(2", + "orig": "#$%&'()*+(,+-)%./0()#1+(2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386083,10 +379363,11 @@ "r_y3": 458.429, "coord_origin": "BOTTOMLEFT" }, - "text": "MODELS AY11230/11234", - "orig": "MODELS AY11230/11234", + "text": "345+0$(/6!!7\"89!!7\":", + "orig": "345+0$(/6!!7\"89!!7\":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386111,10 +379392,11 @@ "r_y3": 455.256, "coord_origin": "BOTTOMLEFT" }, - "text": "1. The vertical tube can be used for ", - "orig": "1. The vertical tube can be used for ", + "text": "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", + "orig": "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386139,10 +379421,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "# #", + "orig": "# #", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386167,10 +379450,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ional viewing or to photograph", - "orig": " ional viewing or to photograph", + "text": "# *40,-#'*&5*06#4(#)4#7%4)46(,7%", + "orig": "# *40,-#'*&5*06#4(#)4#7%4)46(,7%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386195,10 +379479,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": "instruct", - "orig": "instruct", + "text": "*01)(.+)", + "orig": "*01)(.+)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386223,10 +379508,11 @@ "r_y3": 453.825, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386251,10 +379537,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "# #", + "orig": "# #", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386279,10 +379566,11 @@ "r_y3": 452.393, "coord_origin": "BOTTOMLEFT" }, - "text": "the image with a digital camera or a", - "orig": "the image with a digital camera or a", + "text": ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", + "orig": ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386307,10 +379595,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386335,10 +379624,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386363,10 +379653,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386391,10 +379682,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " micro TV unit", - "orig": " micro TV unit", + "text": "#8*+(4#$9#.0*)", + "orig": "#8*+(4#$9#.0*)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386419,10 +379711,11 @@ "r_y3": 450.962, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386447,10 +379740,11 @@ "r_y3": 449.47, "coord_origin": "BOTTOMLEFT" }, - "text": "2. Loosen the retention screw, then rotate ", - "orig": "2. Loosen the retention screw, then rotate ", + "text": ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", + "orig": ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386475,10 +379769,11 @@ "r_y3": 448.099, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386503,10 +379798,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386531,10 +379827,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386559,10 +379856,11 @@ "r_y3": 448.039, "coord_origin": "BOTTOMLEFT" }, - "text": "the adjustment ring to change the ", - "orig": "the adjustment ring to change the ", + "text": ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", + "orig": ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386587,10 +379885,11 @@ "r_y3": 446.667, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386615,10 +379914,11 @@ "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386643,10 +379943,11 @@ "r_y3": 445.236, "coord_origin": "BOTTOMLEFT" }, - "text": " re that both the images in", - "orig": " re that both the images in", + "text": "# (&#)%,)#/4)%#)%&#*8,6&1#*0", + "orig": "# (&#)%,)#/4)%#)%&#*8,6&1#*0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386671,10 +379972,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386699,10 +380001,11 @@ "r_y3": 446.607, "coord_origin": "BOTTOMLEFT" }, - "text": " length of the vertical tube.", - "orig": " length of the vertical tube.", + "text": "#-&06)%#43#)%&#'&()*+,-#)./&\"", + "orig": "#-&06)%#43#)%&#'&()*+,-#)./&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386727,10 +380030,11 @@ "r_y3": 444.814, "coord_origin": "BOTTOMLEFT" }, - "text": "3. Make su", - "orig": "3. Make su", + "text": ">\"#?,@.", + "orig": ">\"#?,@.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386755,10 +380059,11 @@ "r_y3": 443.803, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386783,10 +380088,11 @@ "r_y3": 536.179, "coord_origin": "BOTTOMLEFT" }, - "text": "OPERATION (cont.)", - "orig": "OPERATION (cont.)", + "text": "4;+-/)%4&(<=>?@AB", + "orig": "4;+-/)%4&(<=>?@AB", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386811,10 +380117,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "SELECTING OBJECTIVE ", - "orig": "SELECTING OBJECTIVE ", + "text": "$+0+.)%&'(41C+.)%,+(", + "orig": "$+0+.)%&'(41C+.)%,+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386839,10 +380146,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "MAGNIFICATION", - "orig": "MAGNIFICATION", + "text": "3/'&%D%./)%4&", + "orig": "3/'&%D%./)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -386867,10 +380175,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386895,10 +380204,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386923,10 +380233,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": "1. There are two objectives. The lower ", - "orig": "1. There are two objectives. The lower ", + "text": "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", + "orig": "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386951,10 +380262,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": " magnification objective has a greater ", - "orig": " magnification objective has a greater ", + "text": "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", + "orig": "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -386979,10 +380291,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " depth of field and view.", - "orig": " depth of field and view.", + "text": "####2&7)%#43#3*&-2#,02#'*&5\"", + "orig": "####2&7)%#43#3*&-2#,02#'*&5\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387007,10 +380320,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": "2. In order to observe the specimen ", - "orig": "2. In order to observe the specimen ", + "text": ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", + "orig": ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387035,10 +380349,11 @@ "r_y3": 518.456, "coord_origin": "BOTTOMLEFT" }, - "text": " easily use the lower magnification ", - "orig": " easily use the lower magnification ", + "text": "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", + "orig": "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387063,10 +380378,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": " objective first. Then, by rotating the ", - "orig": " objective first. Then, by rotating the ", + "text": "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", + "orig": "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387091,10 +380407,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " case, the magnification can be ", - "orig": " case, the magnification can be ", + "text": "####+,1&<#)%,60*3*+,)*40#+,0#/&##", + "orig": "####+,1&<#)%,60*3*+,)*40#+,0#/&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387119,10 +380436,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387147,10 +380465,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " changed.", - "orig": " changed.", + "text": "####+%,06&2\"", + "orig": "####+%,06&2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387175,10 +380494,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "CHANGING THE INTERPUPILLARY ", - "orig": "CHANGING THE INTERPUPILLARY ", + "text": ".*/&'%&'()*+(%&)+-;#;%00/-6(", + "orig": ".*/&'%&'()*+(%&)+-;#;%00/-6(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -387203,10 +380523,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": "DISTANCE", - "orig": "DISTANCE", + "text": "5%$)/&.+", + "orig": "5%$)/&.+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -387231,10 +380552,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": "1. The distance between the observer's ", - "orig": "1. The distance between the observer's ", + "text": "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", + "orig": "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387259,10 +380581,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " pupils is the interpupil ary distance. ", - "orig": " pupils is the interpupil ary distance. ", + "text": "####7.7*-1#*1#)%&#*0)&(7.7*- ,(B#2*1),0+&\"##", + "orig": "####7.7*-1#*1#)%&#*0)&(7.7*- ,(B#2*1),0+&\"##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387287,10 +380610,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": "2. To adjust the interpupil ary distance ", - "orig": "2. To adjust the interpupil ary distance ", + "text": ":\"#$4#,2=.1)#)%&#*0)&(7.7*- ,(B#2*1),0+&#", + "orig": ":\"#$4#,2=.1)#)%&#*0)&(7.7*- ,(B#2*1),0+&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387315,10 +380639,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": " rotate the prism caps until both eyes ", - "orig": " rotate the prism caps until both eyes ", + "text": "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", + "orig": "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387343,10 +380668,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " coincide with the image in the ", - "orig": " coincide with the image in the ", + "text": "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", + "orig": "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387371,10 +380697,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387399,10 +380726,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " eyepiece. ", - "orig": " eyepiece. ", + "text": "####&B&7*&+&\"#", + "orig": "####&B&7*&+&\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387427,10 +380755,11 @@ "r_y3": 497.523, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387455,10 +380784,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "FOCUSING", - "orig": "FOCUSING", + "text": "D4.#$%&'", + "orig": "D4.#$%&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -387483,10 +380813,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "1. Remove the lens protective cover.", - "orig": "1. Remove the lens protective cover.", + "text": "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", + "orig": "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387511,10 +380842,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": "2. Place the specimen on the working ", - "orig": "2. Place the specimen on the working ", + "text": ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", + "orig": ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387539,10 +380871,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " stage.", - "orig": " stage.", + "text": "####1),6&\"", + "orig": "####1),6&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387567,10 +380900,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": "3. Focus the specimen with the left eye ", - "orig": "3. Focus the specimen with the left eye ", + "text": ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", + "orig": ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387595,10 +380929,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " first while turning the focus knob until ", - "orig": " first while turning the focus knob until ", + "text": "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", + "orig": "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387623,10 +380958,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " the image appears clear and sharp.", - "orig": " the image appears clear and sharp.", + "text": "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", + "orig": "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387651,10 +380987,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": "4. Rotate the right eyepiece ring until the ", - "orig": "4. Rotate the right eyepiece ring until the ", + "text": "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", + "orig": "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387679,10 +381016,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " images in each eyepiece coincide and ", - "orig": " images in each eyepiece coincide and ", + "text": "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", + "orig": "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387707,10 +381045,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " are sharp and clear.", - "orig": " are sharp and clear.", + "text": "####,(%,(7#,02#+-&,(\"", + "orig": "####,(%,(7#,02#+-&,(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387735,10 +381074,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": "CHANGING THE BULB", - "orig": "CHANGING THE BULB", + "text": ".*/&'%&'()*+(1#01", + "orig": ".*/&'%&'()*+(1#01", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -387763,10 +381103,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": "1. Disconnect the power cord.", - "orig": "1. Disconnect the power cord.", + "text": "!\"#H*1+400&+)#)%˩&(#+4(2\"", + "orig": "!\"#H*1+400&+)#)%˩&(#+4(2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387791,10 +381132,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": "2. When the bulb is cool, remove the ", - "orig": "2. When the bulb is cool, remove the ", + "text": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", + "orig": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387819,10 +381161,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " oblique il uminator cap and remove ", - "orig": " oblique il uminator cap and remove ", + "text": "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", + "orig": "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387847,10 +381190,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " the halogen bulb with cap.", - "orig": " the halogen bulb with cap.", + "text": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", + "orig": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387875,10 +381219,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": "3. Replace with a new halogen bulb.", - "orig": "3. Replace with a new halogen bulb.", + "text": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", + "orig": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387903,10 +381248,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": "4. Open the window in the base plate and ", - "orig": "4. Open the window in the base plate and ", + "text": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", + "orig": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387931,10 +381277,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " replace the halogen lamp or ", - "orig": " replace the halogen lamp or ", + "text": "####(&7-,+&#)%&#%,-46&0#-,87#4(##", + "orig": "####(&7-,+&#)%&#%,-46&0#-,87#4(##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387959,10 +381306,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -387987,10 +381335,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " fluorescent lamp of transmitted ", - "orig": " fluorescent lamp of transmitted ", + "text": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", + "orig": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388015,10 +381364,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " il uminator.", - "orig": " il uminator.", + "text": "####*- .8*0,)4(\"", + "orig": "####*- .8*0,)4(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388043,10 +381393,11 @@ "r_y3": 528.117, "coord_origin": "BOTTOMLEFT" }, - "text": "FOCUSING", - "orig": "FOCUSING", + "text": "D4.#$%&'", + "orig": "D4.#$%&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -388071,10 +381422,11 @@ "r_y3": 526.507, "coord_origin": "BOTTOMLEFT" }, - "text": "1. Turn the focusing knob away or toward ", - "orig": "1. Turn the focusing knob away or toward ", + "text": "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", + "orig": "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388099,10 +381451,11 @@ "r_y3": 524.897, "coord_origin": "BOTTOMLEFT" }, - "text": " you until a clear image is viewed.", - "orig": " you until a clear image is viewed.", + "text": "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", + "orig": "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388127,10 +381480,11 @@ "r_y3": 523.287, "coord_origin": "BOTTOMLEFT" }, - "text": "2. If the image is unclear, adjust the ", - "orig": "2. If the image is unclear, adjust the ", + "text": ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", + "orig": ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388155,10 +381509,11 @@ "r_y3": 521.676, "coord_origin": "BOTTOMLEFT" }, - "text": " height of the elevator up or down, ", - "orig": " height of the elevator up or down, ", + "text": "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", + "orig": "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388183,10 +381538,11 @@ "r_y3": 520.066, "coord_origin": "BOTTOMLEFT" }, - "text": " then turn the focusing knob again.", - "orig": " then turn the focusing knob again.", + "text": "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", + "orig": "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388211,10 +381567,11 @@ "r_y3": 516.846, "coord_origin": "BOTTOMLEFT" }, - "text": "ZOOM MAGNIFICATION", - "orig": "ZOOM MAGNIFICATION", + "text": "E443(3/'&%D%./)%4&", + "orig": "E443(3/'&%D%./)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -388239,10 +381596,11 @@ "r_y3": 515.235, "coord_origin": "BOTTOMLEFT" }, - "text": "1. Turn the zoom magnification knob to ", - "orig": "1. Turn the zoom magnification knob to ", + "text": "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", + "orig": "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388267,10 +381625,11 @@ "r_y3": 513.625, "coord_origin": "BOTTOMLEFT" }, - "text": " the desired magnification and field of ", - "orig": " the desired magnification and field of ", + "text": "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", + "orig": "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388295,10 +381654,11 @@ "r_y3": 512.015, "coord_origin": "BOTTOMLEFT" }, - "text": " view.", - "orig": " view.", + "text": "####'*&5\"", + "orig": "####'*&5\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388323,10 +381683,11 @@ "r_y3": 510.405, "coord_origin": "BOTTOMLEFT" }, - "text": "2. In most situations, it is recommended ", - "orig": "2. In most situations, it is recommended ", + "text": ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", + "orig": ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388351,10 +381712,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " that you focus at the lowest ", - "orig": " that you focus at the lowest ", + "text": "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", + "orig": "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388379,10 +381741,11 @@ "r_y3": 508.795, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388407,10 +381770,11 @@ "r_y3": 507.184, "coord_origin": "BOTTOMLEFT" }, - "text": " magnification, then move to a higher ", - "orig": " magnification, then move to a higher ", + "text": "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", + "orig": "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388435,10 +381799,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " magnification and re-focus as ", - "orig": " magnification and re-focus as ", + "text": "####8,60*3*+,)*40#,02#(&M34+.1#,1##", + "orig": "####8,60*3*+,)*40#,02#(&M34+.1#,1##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388463,10 +381828,11 @@ "r_y3": 505.574, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388491,10 +381857,11 @@ "r_y3": 503.964, "coord_origin": "BOTTOMLEFT" }, - "text": " necessary.", - "orig": " necessary.", + "text": "####0&+&11,(B\"", + "orig": "####0&+&11,(B\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388519,10 +381886,11 @@ "r_y3": 502.354, "coord_origin": "BOTTOMLEFT" }, - "text": "3. If the image is not clear to both eyes ", - "orig": "3. If the image is not clear to both eyes ", + "text": ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", + "orig": ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388547,10 +381915,11 @@ "r_y3": 500.744, "coord_origin": "BOTTOMLEFT" }, - "text": " at the same time, the diopter ring may ", - "orig": " at the same time, the diopter ring may ", + "text": "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", + "orig": "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388575,10 +381944,11 @@ "r_y3": 499.133, "coord_origin": "BOTTOMLEFT" }, - "text": " need adjustment.", - "orig": " need adjustment.", + "text": "####0&&2#,2=.1)8&0)\"", + "orig": "####0&&2#,2=.1)8&0)\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388603,10 +381973,11 @@ "r_y3": 495.913, "coord_origin": "BOTTOMLEFT" }, - "text": "DIOPTER RING ADJUSTMENT", - "orig": "DIOPTER RING ADJUSTMENT", + "text": "5%4;)+-(-%&'(/5C#$)3+&)", + "orig": "5%4;)+-(-%&'(/5C#$)3+&)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -388631,10 +382002,11 @@ "r_y3": 494.303, "coord_origin": "BOTTOMLEFT" }, - "text": "1. To adjust the eyepiece for viewing with ", - "orig": "1. To adjust the eyepiece for viewing with ", + "text": "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", + "orig": "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388659,10 +382031,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " or without eyeglasses and for ", - "orig": " or without eyeglasses and for ", + "text": "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", + "orig": "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388687,10 +382060,11 @@ "r_y3": 492.692, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388715,10 +382089,11 @@ "r_y3": 491.082, "coord_origin": "BOTTOMLEFT" }, - "text": " differences in acuity between the right ", - "orig": " differences in acuity between the right ", + "text": "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", + "orig": "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388743,10 +382118,11 @@ "r_y3": 489.472, "coord_origin": "BOTTOMLEFT" }, - "text": " and left eyes, fol ow the fol owing ", - "orig": " and left eyes, fol ow the fol owing ", + "text": "####,02#-&3)#&B&1<#34- 45#)%"- 45*06#", + "orig": "####,02#-&3)#&B&1<#34- 45#)%"- 45*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388771,10 +382147,11 @@ "r_y3": 487.862, "coord_origin": "BOTTOMLEFT" }, - "text": " steps:", - "orig": " steps:", + "text": "####1)&71N", + "orig": "####1)&71N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388799,10 +382176,11 @@ "r_y3": 486.252, "coord_origin": "BOTTOMLEFT" }, - "text": " a. Observe an image through the left ", - "orig": " a. Observe an image through the left ", + "text": "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", + "orig": "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388827,10 +382205,11 @@ "r_y3": 484.641, "coord_origin": "BOTTOMLEFT" }, - "text": " eyepiece and bring a specific point ", - "orig": " eyepiece and bring a specific point ", + "text": "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", + "orig": "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388855,10 +382234,11 @@ "r_y3": 483.031, "coord_origin": "BOTTOMLEFT" }, - "text": " into focus using the focus knob.", - "orig": " into focus using the focus knob.", + "text": "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", + "orig": "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388883,10 +382263,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " b. By turning the diopter ring ", - "orig": " b. By turning the diopter ring ", + "text": "####/\"#OB#).(0*06#)%*47)&(#(*06##", + "orig": "####/\"#OB#).(0*06#)%*47)&(#(*06##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388911,10 +382292,11 @@ "r_y3": 481.421, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388939,10 +382321,11 @@ "r_y3": 479.811, "coord_origin": "BOTTOMLEFT" }, - "text": " adjustment for the left eyepiece, ", - "orig": " adjustment for the left eyepiece, ", + "text": "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", + "orig": "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388967,10 +382350,11 @@ "r_y3": 478.201, "coord_origin": "BOTTOMLEFT" }, - "text": " bring the same point into sharp ", - "orig": " bring the same point into sharp ", + "text": "########/(*06#)%,8J*0)#*0)4#1%,(7#", + "orig": "########/(*06#)%,8J*0)#*0)4#1%,(7#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -388995,10 +382379,11 @@ "r_y3": 476.59, "coord_origin": "BOTTOMLEFT" }, - "text": " focus.", - "orig": " focus.", + "text": "########34+.1\"", + "orig": "########34+.1\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389023,10 +382408,11 @@ "r_y3": 474.98, "coord_origin": "BOTTOMLEFT" }, - "text": " c.Then bring the same point into ", - "orig": " c.Then bring the same point into ", + "text": "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", + "orig": "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389051,10 +382437,11 @@ "r_y3": 473.37, "coord_origin": "BOTTOMLEFT" }, - "text": " focus through the right eyepiece ", - "orig": " focus through the right eyepiece ", + "text": "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", + "orig": "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389079,10 +382466,11 @@ "r_y3": 471.76, "coord_origin": "BOTTOMLEFT" }, - "text": " by turning the right diopter ring.", - "orig": " by turning the right diopter ring.", + "text": "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", + "orig": "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389107,10 +382495,11 @@ "r_y3": 470.149, "coord_origin": "BOTTOMLEFT" }, - "text": " d.With more than one viewer, each ", - "orig": " d.With more than one viewer, each ", + "text": "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", + "orig": "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389135,10 +382524,11 @@ "r_y3": 468.539, "coord_origin": "BOTTOMLEFT" }, - "text": " viewer should note their own ", - "orig": " viewer should note their own ", + "text": "########'*&5&(#1%4.-2#04)&#)%&*(#450##", + "orig": "########'*&5&(#1%4.-2#04)&#)%&*(#450##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389163,10 +382553,11 @@ "r_y3": 466.929, "coord_origin": "BOTTOMLEFT" }, - "text": " diopter ring position for the left ", - "orig": " diopter ring position for the left ", + "text": "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", + "orig": "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389191,10 +382582,11 @@ "r_y3": 465.319, "coord_origin": "BOTTOMLEFT" }, - "text": " and right eyepieces, then before ", - "orig": " and right eyepieces, then before ", + "text": "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", + "orig": "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389219,10 +382611,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " viewing set the diopter ring ", - "orig": " viewing set the diopter ring ", + "text": "########'*&5*06#1&)#)%*47)&(#(*06##", + "orig": "########'*&5*06#1&)#)%*47)&(#(*06##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389247,10 +382640,11 @@ "r_y3": 463.709, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389275,10 +382669,11 @@ "r_y3": 462.098, "coord_origin": "BOTTOMLEFT" }, - "text": " adjustments to that setting.", - "orig": " adjustments to that setting.", + "text": "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", + "orig": "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389303,10 +382698,11 @@ "r_y3": 458.878, "coord_origin": "BOTTOMLEFT" }, - "text": "CHANGING THE BULB", - "orig": "CHANGING THE BULB", + "text": ".*/&'%&'()*+(1#01", + "orig": ".*/&'%&'()*+(1#01", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -389331,10 +382727,11 @@ "r_y3": 457.268, "coord_origin": "BOTTOMLEFT" }, - "text": "1. Disconnect the power cord from the ", - "orig": "1. Disconnect the power cord from the ", + "text": "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", + "orig": "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389359,10 +382756,11 @@ "r_y3": 455.658, "coord_origin": "BOTTOMLEFT" }, - "text": " electrical outlet.", - "orig": " electrical outlet.", + "text": "####&-&+)(*+,-#4.)-&)\"", + "orig": "####&-&+)(*+,-#4.)-&)\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389387,10 +382785,11 @@ "r_y3": 454.047, "coord_origin": "BOTTOMLEFT" }, - "text": "2. When the bulb is cool, remove the ", - "orig": "2. When the bulb is cool, remove the ", + "text": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", + "orig": ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389415,10 +382814,11 @@ "r_y3": 452.437, "coord_origin": "BOTTOMLEFT" }, - "text": " oblique il uminator cap and remove ", - "orig": " oblique il uminator cap and remove ", + "text": "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", + "orig": "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389443,10 +382843,11 @@ "r_y3": 450.827, "coord_origin": "BOTTOMLEFT" }, - "text": " the halogen bulb with cap.", - "orig": " the halogen bulb with cap.", + "text": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", + "orig": "####)%&#%,-46&0#/.-/#5*)%#+,7\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389471,10 +382872,11 @@ "r_y3": 449.217, "coord_origin": "BOTTOMLEFT" }, - "text": "3. Replace with a new halogen bulb.", - "orig": "3. Replace with a new halogen bulb.", + "text": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", + "orig": ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389499,10 +382901,11 @@ "r_y3": 447.606, "coord_origin": "BOTTOMLEFT" }, - "text": "4. Open the window in the base plate ", - "orig": "4. Open the window in the base plate ", + "text": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", + "orig": "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389527,10 +382930,11 @@ "r_y3": 445.996, "coord_origin": "BOTTOMLEFT" }, - "text": " and replace the halogen lamp or ", - "orig": " and replace the halogen lamp or ", + "text": "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", + "orig": "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389555,10 +382959,11 @@ "r_y3": 444.386, "coord_origin": "BOTTOMLEFT" }, - "text": " fluorescent lamp of transmitted ", - "orig": " fluorescent lamp of transmitted ", + "text": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", + "orig": "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389583,10 +382988,11 @@ "r_y3": 442.776, "coord_origin": "BOTTOMLEFT" }, - "text": " il uminator.", - "orig": " il uminator.", + "text": "####*- .8*0,)4(\"", + "orig": "####*- .8*0,)4(\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389611,10 +383017,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389639,10 +383046,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389667,10 +383075,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389695,10 +383104,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389723,10 +383133,11 @@ "r_y3": 441.166, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389751,10 +383162,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "Model AY11230", - "orig": "Model AY11230", + "text": "3>FGH(/6!!7\"8", + "orig": "3>FGH(/6!!7\"8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -389779,10 +383191,11 @@ "r_y3": 530.47, "coord_origin": "BOTTOMLEFT" }, - "text": "Model AY11234", - "orig": "Model AY11234", + "text": "3>FGH(/6!!7\":", + "orig": "3>FGH(/6!!7\":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -389807,10 +383220,11 @@ "r_y3": 439.745, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "!:", + "orig": "!:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -389835,10 +383249,11 @@ "r_y3": 516.154, "coord_origin": "BOTTOMLEFT" }, - "text": "Objectives", - "orig": "Objectives", + "text": "K/=&+)*'&1", + "orig": "K/=&+)*'&1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389863,10 +383278,11 @@ "r_y3": 522.698, "coord_origin": "BOTTOMLEFT" }, - "text": "Revolving Turret", - "orig": "Revolving Turret", + "text": "D&'4-'*06#$.((&)", + "orig": "D&'4-'*06#$.((&)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389891,10 +383307,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "Coarse ", - "orig": "Coarse ", + "text": "P4,(1&#", + "orig": "P4,(1&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389919,10 +383336,11 @@ "r_y3": 511.374, "coord_origin": "BOTTOMLEFT" }, - "text": "Adjustment", - "orig": "Adjustment", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389947,10 +383365,11 @@ "r_y3": 510.194, "coord_origin": "BOTTOMLEFT" }, - "text": "Knob", - "orig": "Knob", + "text": "R04/", + "orig": "R04/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -389975,10 +383394,11 @@ "r_y3": 536.181, "coord_origin": "BOTTOMLEFT" }, - "text": "MODEL AY11236", - "orig": "MODEL AY11236", + "text": "345+0(/6!!7\"I", + "orig": "345+0(/6!!7\"I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -390003,10 +383423,11 @@ "r_y3": 486.084, "coord_origin": "BOTTOMLEFT" }, - "text": "MICROSCOPE USAGE", - "orig": "MICROSCOPE USAGE", + "text": "3%.-4$.4;+(#$/'+", + "orig": "3%.-4$.4;+(#$/'+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -390031,10 +383452,11 @@ "r_y3": 481.156, "coord_origin": "BOTTOMLEFT" }, - "text": "BARSKA Model AY11236 is a powerful fixed power compound ", - "orig": "BARSKA Model AY11236 is a powerful fixed power compound ", + "text": "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", + "orig": "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390059,10 +383481,11 @@ "r_y3": 479.009, "coord_origin": "BOTTOMLEFT" }, - "text": "microscope designed for biological studies such as specimen ", - "orig": "microscope designed for biological studies such as specimen ", + "text": "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", + "orig": "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390087,10 +383510,11 @@ "r_y3": 476.862, "coord_origin": "BOTTOMLEFT" }, - "text": "examination. It can also be used for examining bacteria and ", - "orig": "examination. It can also be used for examining bacteria and ", + "text": "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", + "orig": "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390115,10 +383539,11 @@ "r_y3": 474.715, "coord_origin": "BOTTOMLEFT" }, - "text": "for general clinical and medical studies and other scientific uses. ", - "orig": "for general clinical and medical studies and other scientific uses. ", + "text": "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", + "orig": "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390143,10 +383568,11 @@ "r_y3": 470.698, "coord_origin": "BOTTOMLEFT" }, - "text": "CONSTRUCTION", - "orig": "CONSTRUCTION", + "text": ".4&$)-#.)%4&", + "orig": ".4&$)-#.)%4&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -390171,10 +383597,11 @@ "r_y3": 465.054, "coord_origin": "BOTTOMLEFT" }, - "text": "BARSKA Model AY11236 is a fixed power compound microscope. ", - "orig": "BARSKA Model AY11236 is a fixed power compound microscope. ", + "text": "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", + "orig": "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390199,10 +383626,11 @@ "r_y3": 462.907, "coord_origin": "BOTTOMLEFT" }, - "text": "It is constructed with two optical paths at the same angle. It is ", - "orig": "It is constructed with two optical paths at the same angle. It is ", + "text": "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", + "orig": "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390227,10 +383655,11 @@ "r_y3": 460.761, "coord_origin": "BOTTOMLEFT" }, - "text": "equipped with transmitted il umination. By using this instrument, ", - "orig": "equipped with transmitted il umination. By using this instrument, ", + "text": "&J.*77&2#5*)%#)(,018*))&2#*- .8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", + "orig": "&J.*77&2#5*)%#)(,018*))&2#*- .8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390255,10 +383684,11 @@ "r_y3": 458.614, "coord_origin": "BOTTOMLEFT" }, - "text": "the user can observe specimens at magnification from 40x to ", - "orig": "the user can observe specimens at magnification from 40x to ", + "text": ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", + "orig": ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390283,10 +383713,11 @@ "r_y3": 456.467, "coord_origin": "BOTTOMLEFT" }, - "text": "1000x by selecting the desired objective lens. Coarse and fine ", - "orig": "1000x by selecting the desired objective lens. Coarse and fine ", + "text": "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", + "orig": "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390311,10 +383742,11 @@ "r_y3": 454.32, "coord_origin": "BOTTOMLEFT" }, - "text": "focus adjustments provide accuracy and image detail. The rotating ", - "orig": "focus adjustments provide accuracy and image detail. The rotating ", + "text": "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", + "orig": "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390339,10 +383771,11 @@ "r_y3": 452.173, "coord_origin": "BOTTOMLEFT" }, - "text": "head al ows the user to position the eyepieces for maximum ", - "orig": "head al ows the user to position the eyepieces for maximum ", + "text": "%&,2#,- 451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", + "orig": "%&,2#,- 451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390367,10 +383800,11 @@ "r_y3": 450.026, "coord_origin": "BOTTOMLEFT" }, - "text": "viewing comfort and easy access to al adjustment knobs. ", - "orig": "viewing comfort and easy access to al adjustment knobs. ", + "text": "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,- #,2=.1)8&0)#@04/1\"##", + "orig": "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,- #,2=.1)8&0)#@04/1\"##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390395,10 +383829,11 @@ "r_y3": 490.37, "coord_origin": "BOTTOMLEFT" }, - "text": "Model AY11236", - "orig": "Model AY11236", + "text": "3>FGH(/6!!7\"I", + "orig": "3>FGH(/6!!7\"I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -390423,10 +383858,11 @@ "r_y3": 508.594, "coord_origin": "BOTTOMLEFT" }, - "text": "Fine ", - "orig": "Fine ", + "text": "F*0&#", + "orig": "F*0&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390451,10 +383887,11 @@ "r_y3": 507.414, "coord_origin": "BOTTOMLEFT" }, - "text": "Adjustment", - "orig": "Adjustment", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390479,10 +383916,11 @@ "r_y3": 506.234, "coord_origin": "BOTTOMLEFT" }, - "text": "Knob", - "orig": "Knob", + "text": "R04/", + "orig": "R04/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390507,10 +383945,11 @@ "r_y3": 512.554, "coord_origin": "BOTTOMLEFT" }, - "text": "Stage", - "orig": "Stage", + "text": "S),6&", + "orig": "S),6&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390535,10 +383974,11 @@ "r_y3": 510.766, "coord_origin": "BOTTOMLEFT" }, - "text": "Condenser ", - "orig": "Condenser ", + "text": "P402&01&(#", + "orig": "P402&01&(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390563,10 +384003,11 @@ "r_y3": 509.586, "coord_origin": "BOTTOMLEFT" }, - "text": "Focusing", - "orig": "Focusing", + "text": "F4+.1*06", + "orig": "F4+.1*06", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390591,10 +384032,11 @@ "r_y3": 508.406, "coord_origin": "BOTTOMLEFT" }, - "text": "Knob", - "orig": "Knob", + "text": "R04/", + "orig": "R04/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390619,10 +384061,11 @@ "r_y3": 529.358, "coord_origin": "BOTTOMLEFT" }, - "text": "Eyepiece", - "orig": "Eyepiece", + "text": "XB&7*&+&", + "orig": "XB&7*&+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390647,10 +384090,11 @@ "r_y3": 520.55, "coord_origin": "BOTTOMLEFT" }, - "text": "Stand", - "orig": "Stand", + "text": "S),02", + "orig": "S),02", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390675,10 +384119,11 @@ "r_y3": 507.28, "coord_origin": "BOTTOMLEFT" }, - "text": "Lamp ", - "orig": "Lamp ", + "text": ";,87#", + "orig": ";,87#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390703,10 +384148,11 @@ "r_y3": 505.849, "coord_origin": "BOTTOMLEFT" }, - "text": "On/Of", - "orig": "On/Of", + "text": "K0YK3", + "orig": "K0YK3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390731,10 +384177,11 @@ "r_y3": 504.417, "coord_origin": "BOTTOMLEFT" }, - "text": "Switch", - "orig": "Switch", + "text": "S5*)+%", + "orig": "S5*)+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390759,10 +384206,11 @@ "r_y3": 494.965, "coord_origin": "BOTTOMLEFT" }, - "text": "Lamp ", - "orig": "Lamp ", + "text": ";,87#", + "orig": ";,87#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390787,10 +384235,11 @@ "r_y3": 499.497, "coord_origin": "BOTTOMLEFT" }, - "text": "Power", - "orig": "Power", + "text": "E45&(", + "orig": "E45&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390815,10 +384264,11 @@ "r_y3": 498.066, "coord_origin": "BOTTOMLEFT" }, - "text": "Cord", - "orig": "Cord", + "text": "P4(2", + "orig": "P4(2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390843,10 +384293,11 @@ "r_y3": 527.02, "coord_origin": "BOTTOMLEFT" }, - "text": "Rotating Head", - "orig": "Rotating Head", + "text": "D4),)*06#Z&,2", + "orig": "D4),)*06#Z&,2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390871,10 +384322,11 @@ "r_y3": 504.775, "coord_origin": "BOTTOMLEFT" }, - "text": "Stage Clip", - "orig": "Stage Clip", + "text": "S),6&#P-*7", + "orig": "S),6&#P-*7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390899,10 +384351,11 @@ "r_y3": 503.343, "coord_origin": "BOTTOMLEFT" }, - "text": "Adjustment", - "orig": "Adjustment", + "text": "Q2=.1)8&0)", + "orig": "Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390927,10 +384380,11 @@ "r_y3": 531.814, "coord_origin": "BOTTOMLEFT" }, - "text": "Interpupil ary Slide Adjustment", - "orig": "Interpupil ary Slide Adjustment", + "text": "A0)&(7.7*- ,(B#S-*2&#Q2=.1)8&0)", + "orig": "A0)&(7.7*- ,(B#S-*2&#Q2=.1)8&0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -390955,10 +384409,11 @@ "r_y3": 412.978, "coord_origin": "BOTTOMLEFT" }, - "text": "Circling Minimums", - "orig": "Circling Minimums", + "text": "!\"#$%\"&'()\"&\"*+*,", + "orig": "!\"#$%\"&'()\"&\"*+*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -390983,10 +384438,11 @@ "r_y3": 408.421, "coord_origin": "BOTTOMLEFT" }, - "text": "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", - "orig": "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", + "text": "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", + "orig": "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -391011,10 +384467,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": "improved obstacle protection. To indicate that the new criteria had been applied to a given procedure, a ", - "orig": "improved obstacle protection. To indicate that the new criteria had been applied to a given procedure, a ", + "text": "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", + "orig": "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391039,10 +384496,11 @@ "r_y3": 405.884, "coord_origin": "BOTTOMLEFT" }, - "text": " is placed on ", - "orig": " is placed on ", + "text": ")!+)#/-.'()%0)", + "orig": ")!+)#/-.'()%0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391067,10 +384525,11 @@ "r_y3": 403.605, "coord_origin": "BOTTOMLEFT" }, - "text": "the circling line of minimums. The new circling tables and explanatory information is located in the Legend of the TPP.", - "orig": "the circling line of minimums. The new circling tables and explanatory information is located in the Legend of the TPP.", + "text": ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", + "orig": ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391095,10 +384554,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", - "orig": "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", + "text": "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", + "orig": "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -391123,10 +384583,11 @@ "r_y3": 398.428, "coord_origin": "BOTTOMLEFT" }, - "text": " on the circling line of ", - "orig": " on the circling line of ", + "text": ")%0),3').!$./!05)/!0')%8)", + "orig": ")%0),3').!$./!05)/!0')%8)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391151,10 +384612,11 @@ "r_y3": 396.15, "coord_origin": "BOTTOMLEFT" }, - "text": "minima.", - "orig": "minima.", + "text": "\"!0!\"-1", + "orig": "\"!0!\"-1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391179,10 +384641,11 @@ "r_y3": 376.081, "coord_origin": "BOTTOMLEFT" }, - "text": "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7 DEOH", - "orig": "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7 DEOH", + "text": "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7 DEOH", + "orig": "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7 DEOH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -391207,10 +384670,11 @@ "r_y3": 382.422, "coord_origin": "BOTTOMLEFT" }, - "text": "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph $LUVSDFHglyph5DGLXVglyph", - "orig": "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph $LUVSDFHglyph5DGLXVglyph", + "text": "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH $LUVSDFHGLYPH5DGLXVGLYPH", + "orig": "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH $LUVSDFHGLYPH5DGLXVGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -391235,10 +384699,11 @@ "r_y3": 380.371, "coord_origin": "BOTTOMLEFT" }, - "text": "Table", - "orig": "Table", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT10", @@ -391263,10 +384728,11 @@ "r_y3": 371.381, "coord_origin": "BOTTOMLEFT" }, - "text": "AIRPORT SKETCH", - "orig": "AIRPORT SKETCH", + "text": "-./01/2(3452!6", + "orig": "-./01/2(3452!6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -391291,10 +384757,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -391319,10 +384786,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -391347,10 +384815,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -391375,10 +384844,11 @@ "r_y3": 368.831, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", + "orig": ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391403,10 +384873,11 @@ "r_y3": 366.552, "coord_origin": "BOTTOMLEFT" }, - "text": "The airport sketch is a depiction of the airport with emphasis on runway pattern and related ", - "orig": "The airport sketch is a depiction of the airport with emphasis on runway pattern and related ", + "text": "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", + "orig": "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391431,10 +384902,11 @@ "r_y3": 364.273, "coord_origin": "BOTTOMLEFT" }, - "text": "information, positioned in either the lower left or lower right corner of the chart to aid pi-", - "orig": "information, positioned in either the lower left or lower right corner of the chart to aid pi-", + "text": "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", + "orig": "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391459,10 +384931,11 @@ "r_y3": 361.995, "coord_origin": "BOTTOMLEFT" }, - "text": "lot recognition of the airport from the air and to provide some information to aid on ground ", - "orig": "lot recognition of the airport from the air and to provide some information to aid on ground ", + "text": "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", + "orig": "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391487,10 +384960,11 @@ "r_y3": 359.716, "coord_origin": "BOTTOMLEFT" }, - "text": "navigation of the airport. The runways are drawn to scale and oriented to true north. Runway ", - "orig": "navigation of the airport. The runways are drawn to scale and oriented to true north. Runway ", + "text": "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", + "orig": "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391515,10 +384989,11 @@ "r_y3": 357.437, "coord_origin": "BOTTOMLEFT" }, - "text": "dimensions (length and width) are shown for al active runways.", - "orig": "dimensions (length and width) are shown for al active runways.", + "text": "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/ )-.,!&')$604-:+1", + "orig": "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/ )-.,!&')$604-:+1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391543,10 +385018,11 @@ "r_y3": 352.88, "coord_origin": "BOTTOMLEFT" }, - "text": "Runway(s) are depicted based on what type and construction of the runway.", - "orig": "Runway(s) are depicted based on what type and construction of the runway.", + "text": "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", + "orig": "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391571,10 +385047,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "Hard Surface", - "orig": "Hard Surface", + "text": "B-$()C6$8-.'", + "orig": "B-$()C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391599,10 +385076,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "Other Than ", - "orig": "Other Than ", + "text": "D,3'$)23-0)", + "orig": "D,3'$)23-0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391627,10 +385105,11 @@ "r_y3": 345.556, "coord_origin": "BOTTOMLEFT" }, - "text": "Hard Surface", - "orig": "Hard Surface", + "text": "B-$()C6$8-.'", + "orig": "B-$()C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391655,10 +385134,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "Metal Surface", - "orig": "Metal Surface", + "text": "E',-/)C6$8-.'", + "orig": "E',-/)C6$8-.'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391683,10 +385163,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "Closed Runway", - "orig": "Closed Runway", + "text": "F/%+'()?604-:", + "orig": "F/%+'()?604-:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391711,10 +385192,11 @@ "r_y3": 347.607, "coord_origin": "BOTTOMLEFT" }, - "text": "Under Construction", - "orig": "Under Construction", + "text": "G0('$)F%0+,$6.,!%0", + "orig": "G0('$)F%0+,$6.,!%0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391739,10 +385221,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "Stopways, ", - "orig": "Stopways, ", + "text": "C,%#4-:+7)", + "orig": "C,%#4-:+7)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391767,10 +385250,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxiways, Park-", - "orig": "Taxiways, Park-", + "text": "2-9!4-:+7)<-$=>", + "orig": "2-9!4-:+7)<-$=>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391795,10 +385279,11 @@ "r_y3": 332.763, "coord_origin": "BOTTOMLEFT" }, - "text": "ing Areas", - "orig": "ing Areas", + "text": "!05)H$'-+", + "orig": "!05)H$'-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391823,10 +385308,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "Displaced ", - "orig": "Displaced ", + "text": "I!+#/-.'()", + "orig": "I!+#/-.'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391851,10 +385337,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "Threshold", - "orig": "Threshold", + "text": "23$'+3%/(", + "orig": "23$'+3%/(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391879,10 +385366,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "Closed ", - "orig": "Closed ", + "text": "F/%+'()", + "orig": "F/%+'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391907,10 +385395,11 @@ "r_y3": 334.814, "coord_origin": "BOTTOMLEFT" }, - "text": "Pavement", - "orig": "Pavement", + "text": "<-&'\"'0,", + "orig": "<-&'\"'0,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391935,10 +385424,11 @@ "r_y3": 336.865, "coord_origin": "BOTTOMLEFT" }, - "text": "Water Runway", - "orig": "Water Runway", + "text": "J-,'$)?604-:", + "orig": "J-,'$)?604-:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391963,10 +385453,11 @@ "r_y3": 322.311, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxiways and aprons are shaded grey. Other runway features that may be shown are runway numbers, runway dimen-", - "orig": "Taxiways and aprons are shaded grey. Other runway features that may be shown are runway numbers, runway dimen-", + "text": "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", + "orig": "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -391991,10 +385482,11 @@ "r_y3": 320.033, "coord_origin": "BOTTOMLEFT" }, - "text": "sions, runway slope, arresting gear, and displaced threshold.", - "orig": "sions, runway slope, arresting gear, and displaced threshold.", + "text": "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", + "orig": "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392019,10 +385511,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU glyphglyph1$ 9 $,'VglyphglyphKHOL", - "orig": "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU glyphglyph1$ 9 $,'VglyphglyphKHOL", + "text": "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU GLYPHGLYPH1$ 9 $,'VGLYPHGLYPHKHOL", + "orig": "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU GLYPHGLYPH1$ 9 $,'VGLYPHGLYPHKHOL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -392047,10 +385540,11 @@ "r_y3": 315.475, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392075,10 +385569,11 @@ "r_y3": 313.197, "coord_origin": "BOTTOMLEFT" }, - "text": "pads may also be shown.", - "orig": "pads may also be shown.", + "text": "#-(+)\"-:)-/+%)*')+3%401", + "orig": "#-(+)\"-:)-/+%)*')+3%401", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392103,10 +385598,11 @@ "r_y3": 308.639, "coord_origin": "BOTTOMLEFT" }, - "text": "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7 RXFKGRZQglyph=RQHglyph(OHYDWLRQ", - "orig": "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7 RXFKGRZQglyph=RQHglyph(OHYDWLRQ", + "text": "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7 RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", + "orig": "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7 RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G3", @@ -392131,10 +385627,11 @@ "r_y3": 304.082, "coord_origin": "BOTTOMLEFT" }, - "text": "The airport elevation is shown enclosed within a box in the upper left corner of the sketch box and the touchdown zone ", - "orig": "The airport elevation is shown enclosed within a box in the upper left corner of the sketch box and the touchdown zone ", + "text": "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", + "orig": "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392159,10 +385656,11 @@ "r_y3": 301.803, "coord_origin": "BOTTOMLEFT" }, - "text": "elevation (TDZE) is shown in the upper right corner of the sketch box. The airport elevation is the highest point of an ", - "orig": "elevation (TDZE) is shown in the upper right corner of the sketch box. The airport elevation is the highest point of an ", + "text": "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", + "orig": "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392187,10 +385685,11 @@ "r_y3": 299.525, "coord_origin": "BOTTOMLEFT" }, - "text": "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", - "orig": "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", + "text": "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", + "orig": "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -392215,10 +385714,11 @@ "r_y3": 297.246, "coord_origin": "BOTTOMLEFT" }, - "text": "the landing surface. Circling only approaches wil not show a TDZE.", - "orig": "the landing surface. Circling only approaches wil not show a TDZE.", + "text": ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/ )0%,)+3%4)-)2ILM1", + "orig": ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/ )0%,)+3%4)-)2ILM1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392247,6 +385747,7 @@ "orig": "114", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc1", @@ -392271,10 +385772,11 @@ "r_y3": 320.129, "coord_origin": "BOTTOMLEFT" }, - "text": "FAA Chart Users' Guide - Terminal Procedures Publication (TPP) - Terms", - "orig": "FAA Chart Users' Guide - Terminal Procedures Publication (TPP) - Terms", + "text": "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", + "orig": "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT8", @@ -392303,6 +385805,7 @@ "orig": "AGL 2013 Financial Calendar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc7", @@ -392331,6 +385834,7 @@ "orig": "22 August 2012 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392359,6 +385863,7 @@ "orig": "2012 ful year result and final dividend announced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392387,6 +385892,7 @@ "orig": "30 August 2012 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392415,6 +385921,7 @@ "orig": "Ex-dividend trading commences", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392443,6 +385950,7 @@ "orig": "5 September 2012 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392471,6 +385979,7 @@ "orig": "Record date for 2012 final dividend", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392499,6 +386008,7 @@ "orig": "27 September 2012 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392527,6 +386037,7 @@ "orig": "Final dividend payable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392555,6 +386066,7 @@ "orig": "23 October 2012 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392583,6 +386095,7 @@ "orig": "Annual General Meeting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392611,6 +386124,7 @@ "orig": "27 February 2013 1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392639,6 +386153,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392667,6 +386182,7 @@ "orig": "2013 interim result and interim dividend announced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392695,6 +386211,7 @@ "orig": "28 August 2013 1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392723,6 +386240,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392751,6 +386269,7 @@ "orig": "2013 ful year results and final dividend announced ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392779,6 +386298,7 @@ "orig": "1 Indicative dates only, subject to change/Board confirmation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392807,6 +386327,7 @@ "orig": "AGL's Annual General Meeting wil be held at the City Recital Hal , Angel Place, Sydney ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -392835,6 +386356,7 @@ "orig": "commencing at 10.30am on Tuesday 23 October 2012.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -392863,6 +386385,7 @@ "orig": "Yesterday", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -392891,6 +386414,7 @@ "orig": "Established in Sydney in 1837, and then ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392919,6 +386443,7 @@ "orig": "known as The Australian Gas Light Company, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392947,6 +386472,7 @@ "orig": "the AGL business has an established history ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -392975,6 +386501,7 @@ "orig": "and reputation for serving the gas and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393003,6 +386530,7 @@ "orig": "electricity needs of Australian households. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393031,6 +386559,7 @@ "orig": "In 1841, when AGL supplied the gas to light ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393059,6 +386588,7 @@ "orig": "the first public street lamp, it was reported ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393087,6 +386617,7 @@ "orig": "in the Sydney Gazette as a 'wonderful ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393115,6 +386646,7 @@ "orig": "achievement of scientific knowledge, assisted ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393143,6 +386675,7 @@ "orig": "by mechanical ingenuity.' Within two years, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393171,6 +386704,7 @@ "orig": "165 gas lamps were lighting the City of Sydney.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc8", @@ -393199,6 +386733,7 @@ "orig": "Looking back on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -393227,6 +386762,7 @@ "orig": "175years of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -393255,6 +386791,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc11", @@ -393283,6 +386820,7 @@ "orig": "lookingforward.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc10", @@ -393311,6 +386849,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc11", @@ -393339,6 +386878,7 @@ "orig": "AGL Energy Limited ABN 74 115 061 375", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc9", @@ -393367,6 +386907,7 @@ "orig": "29", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc2", @@ -393395,6 +386936,7 @@ "orig": "signs, signals and road markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -393423,6 +386965,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc3", @@ -393451,6 +386994,7 @@ "orig": "In ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393479,6 +387023,7 @@ "orig": "chapter 2, you and your vehicle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -393507,6 +387052,7 @@ "orig": ", you learned about ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393535,6 +387081,7 @@ "orig": "some of the controls in your vehicle. This chapter is a handy ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393563,6 +387110,7 @@ "orig": "reference section that gives examples of the most common ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393591,6 +387139,7 @@ "orig": "signs, signals and road markings that keep traffic organized ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393619,6 +387168,7 @@ "orig": "and flowing smoothly. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393647,6 +387197,7 @@ "orig": "Signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc5", @@ -393675,6 +387226,7 @@ "orig": "There are three ways to read signs: by their shape, colour and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393703,6 +387255,7 @@ "orig": "the messages printed on them. Understanding these three ways ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393731,6 +387284,7 @@ "orig": "of classifying signs wil help you figure out the meaning of signs ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393759,6 +387313,7 @@ "orig": "that are new to you. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -393787,6 +387342,7 @@ "orig": "Stop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393815,6 +387371,7 @@ "orig": "Yield the right-of-way", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393843,6 +387400,7 @@ "orig": "Shows driving ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393871,6 +387429,7 @@ "orig": "regulations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393899,6 +387458,7 @@ "orig": "Explains lane use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393927,6 +387487,7 @@ "orig": "School zone signs ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393955,6 +387516,7 @@ "orig": "are fluorescent ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -393983,6 +387545,7 @@ "orig": "yel ow-green", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394011,6 +387574,7 @@ "orig": "Tel s about motorist ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394039,6 +387603,7 @@ "orig": "services", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394067,6 +387632,7 @@ "orig": "Shows a permitted ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394095,6 +387661,7 @@ "orig": "action", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394123,6 +387690,7 @@ "orig": "Shows an action that ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394151,6 +387719,7 @@ "orig": "is not permitted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394179,6 +387748,7 @@ "orig": "Warns of hazards ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394207,6 +387777,7 @@ "orig": "ahead", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394235,6 +387806,7 @@ "orig": "Warns of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394263,6 +387835,7 @@ "orig": "construction zones", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394291,6 +387864,7 @@ "orig": "Railway crossing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394319,6 +387893,7 @@ "orig": "Shows distance and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394347,6 +387922,7 @@ "orig": "direction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -394375,6 +387951,7 @@ "orig": "\u2022 Signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394403,6 +387980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394431,6 +388009,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394459,6 +388038,7 @@ "orig": "regulatory signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394487,6 +388067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394515,6 +388096,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394543,6 +388125,7 @@ "orig": "school, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394571,6 +388154,7 @@ "orig": "playground and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394599,6 +388183,7 @@ "orig": "crosswalk signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394627,6 +388212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394655,6 +388241,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394683,6 +388270,7 @@ "orig": "lane use signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394711,6 +388299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394739,6 +388328,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394767,6 +388357,7 @@ "orig": " urn control signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394795,6 +388386,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394823,6 +388415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394851,6 +388444,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394879,6 +388473,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394907,6 +388502,7 @@ "orig": "parking signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394935,6 +388531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394963,6 +388560,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -394991,6 +388589,7 @@ "orig": " eserved lane ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395019,6 +388618,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395047,6 +388647,7 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395075,6 +388676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395103,6 +388705,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395131,6 +388734,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395159,6 +388763,7 @@ "orig": "warning signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395187,6 +388792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395215,6 +388821,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395243,6 +388850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395271,6 +388879,7 @@ "orig": "object markers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395299,6 +388908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395327,6 +388937,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395355,6 +388966,7 @@ "orig": " onstruction ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395383,6 +388995,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395411,6 +389024,7 @@ "orig": "signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395439,6 +389053,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395467,6 +389082,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395495,6 +389111,7 @@ "orig": "information and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395523,6 +389140,7 @@ "orig": "destination signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395551,6 +389169,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395579,6 +389198,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395607,6 +389227,7 @@ "orig": " ailway signs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395635,6 +389256,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395663,6 +389285,7 @@ "orig": "\u2022 Signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395691,6 +389314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395719,6 +389343,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395747,6 +389372,7 @@ "orig": "lane control ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395775,6 +389401,7 @@ "orig": "signals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395803,6 +389430,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395831,6 +389459,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395859,6 +389488,7 @@ "orig": "traffic lights", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395887,6 +389517,7 @@ "orig": "\u2022 Road markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395915,6 +389546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395943,6 +389575,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395971,6 +389604,7 @@ "orig": "yel ow lines", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -395999,6 +389633,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396027,6 +389662,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396055,6 +389691,7 @@ "orig": "white lines", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396083,6 +389720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396111,6 +389749,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396139,6 +389778,7 @@ "orig": "reserved lane ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396167,6 +389807,7 @@ "orig": "markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396195,6 +389836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396223,6 +389865,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396251,6 +389894,7 @@ "orig": "other markings", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc4", @@ -396279,6 +389923,7 @@ "orig": "in this chapter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/Tc6", @@ -396307,6 +389952,7 @@ "orig": "Figure 1:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -396335,6 +389981,7 @@ "orig": "Four examples of complex page layouts across dif-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -396363,6 +390010,7 @@ "orig": "ferent document categories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -396391,6 +390039,7 @@ "orig": "KEYWORDS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -396419,6 +390068,7 @@ "orig": "PDF document conversion, layout segmentation, object-detection,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396447,6 +390097,7 @@ "orig": "data set, Machine Learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396475,6 +390126,7 @@ "orig": "ACMReference Format:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -396503,6 +390155,7 @@ "orig": "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396531,6 +390184,7 @@ "orig": "Staar. 2022. DocLayNet: A Large Human-Annotated Dataset for Document-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396559,6 +390213,7 @@ "orig": "Layout Analysis. In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396587,6 +390242,7 @@ "orig": "Proceedings of the 28th ACM SIGKDD Conference on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -396615,6 +390271,7 @@ "orig": "Knowledge Discovery and Data Mining (KDD '22), August 14-18, 2022, Wash-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -396643,6 +390300,7 @@ "orig": "ington, DC, USA.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -396671,6 +390329,7 @@ "orig": "ACM, New York, NY, USA, 9 pages. https://doi.org/10.1145/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396699,6 +390358,7 @@ "orig": "3534678.3539043", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -396727,12 +390387,16 @@ "orig": "arXiv:2206.01062v1 [cs.CV] 2 Jun 2022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/arXivStAmP", "font_name": "/arXivStAmP" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/ligatures_01.pdf.page_no_2.py.json b/tests/data/groundtruth/ligatures_01.pdf.page_no_2.py.json index 68d4a89d..06c7da4d 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.page_no_2.py.json +++ b/tests/data/groundtruth/ligatures_01.pdf.page_no_2.py.json @@ -74,6 +74,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -102,6 +103,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -130,6 +132,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -158,6 +161,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -186,6 +190,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -214,6 +219,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -242,6 +248,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -270,6 +277,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -298,6 +306,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -326,6 +335,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -354,6 +364,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -382,6 +393,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -410,6 +422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -438,6 +451,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -466,6 +480,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -494,6 +509,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -522,6 +538,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -550,6 +567,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -578,6 +596,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -606,6 +625,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -634,6 +654,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -662,6 +683,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -690,6 +712,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -718,6 +741,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -746,6 +770,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -774,6 +799,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -802,6 +828,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -830,6 +857,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -858,6 +886,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -886,6 +915,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -914,6 +944,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -970,6 +1002,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -998,6 +1031,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1026,6 +1060,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1054,6 +1089,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1082,6 +1118,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1110,6 +1147,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1138,6 +1176,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1166,6 +1205,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1194,6 +1234,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1222,6 +1263,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1250,6 +1292,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1278,6 +1321,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1306,6 +1350,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1334,6 +1379,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1362,6 +1408,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1390,6 +1437,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1418,6 +1466,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1446,6 +1495,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1474,6 +1524,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1502,6 +1553,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1530,6 +1582,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1558,6 +1611,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1586,6 +1640,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1614,6 +1669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1642,6 +1698,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1670,6 +1727,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1698,6 +1756,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1726,6 +1785,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1754,6 +1814,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1782,6 +1843,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1810,6 +1872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1838,6 +1901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1866,6 +1930,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1894,6 +1959,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1922,6 +1988,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1950,6 +2017,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1978,6 +2046,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2034,6 +2104,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2062,6 +2133,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2090,6 +2162,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2118,6 +2191,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2146,6 +2220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2174,6 +2249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2202,6 +2278,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2230,6 +2307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2258,6 +2336,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2286,6 +2365,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2314,6 +2394,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2342,6 +2423,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2370,6 +2452,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2398,6 +2481,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2426,6 +2510,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2454,6 +2539,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2482,6 +2568,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2510,6 +2597,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2538,6 +2626,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2566,6 +2655,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2594,6 +2684,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2622,6 +2713,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2650,6 +2742,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2678,6 +2771,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2706,6 +2800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2734,6 +2829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2762,6 +2858,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2790,6 +2887,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2818,6 +2916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2846,6 +2945,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2874,6 +2974,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2902,6 +3003,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2930,6 +3032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2958,6 +3061,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2986,6 +3090,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3014,6 +3119,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3042,6 +3148,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3070,6 +3177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3126,6 +3235,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3154,6 +3264,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3182,6 +3293,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3210,6 +3322,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3238,6 +3351,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3266,6 +3380,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3294,6 +3409,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3322,6 +3438,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3350,6 +3467,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3378,6 +3496,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3406,6 +3525,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3434,6 +3554,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3462,6 +3583,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3490,6 +3612,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3518,6 +3641,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3546,6 +3670,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3574,6 +3699,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3602,6 +3728,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3630,6 +3757,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3658,6 +3786,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3686,6 +3815,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3714,6 +3844,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3770,6 +3902,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3798,6 +3931,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3826,6 +3960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3854,6 +3989,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3882,6 +4018,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3910,6 +4047,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3938,6 +4076,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3966,6 +4105,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -3994,6 +4134,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4022,6 +4163,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4050,6 +4192,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4078,6 +4221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4106,6 +4250,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4134,6 +4279,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4162,6 +4308,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4190,6 +4337,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4218,6 +4366,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4246,6 +4395,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4274,6 +4424,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4302,6 +4453,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4330,6 +4482,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4358,6 +4511,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4386,6 +4540,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4414,6 +4569,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4442,6 +4598,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4470,6 +4627,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4498,6 +4656,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4526,6 +4685,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4554,6 +4714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4582,6 +4743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4610,6 +4772,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4638,6 +4801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4666,6 +4830,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4694,6 +4859,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4722,6 +4888,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4750,6 +4917,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4778,6 +4946,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4806,6 +4975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4834,6 +5004,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4862,6 +5033,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4890,6 +5062,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4918,6 +5091,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4946,6 +5120,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -4974,6 +5149,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5002,6 +5178,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5030,6 +5207,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5058,6 +5236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5086,6 +5265,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5114,6 +5294,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5142,6 +5323,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5170,6 +5352,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5198,6 +5381,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5226,6 +5410,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5254,6 +5439,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5282,6 +5468,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5310,6 +5497,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5338,6 +5526,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5394,6 +5584,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5422,6 +5613,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5450,6 +5642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5478,6 +5671,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5506,6 +5700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5534,6 +5729,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5562,6 +5758,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5590,6 +5787,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5618,6 +5816,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5646,6 +5845,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5674,6 +5874,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5702,6 +5903,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5730,6 +5932,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5758,6 +5961,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5786,6 +5990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5814,6 +6019,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5842,6 +6048,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5870,6 +6077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5898,6 +6106,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5926,6 +6135,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5954,6 +6164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -5982,6 +6193,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6010,6 +6222,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6038,6 +6251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6066,6 +6280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6094,6 +6309,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6122,6 +6338,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6150,6 +6367,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6178,6 +6396,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6206,6 +6425,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6234,6 +6454,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6262,6 +6483,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6290,6 +6512,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6318,6 +6541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6346,6 +6570,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6374,6 +6599,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6402,6 +6628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6430,6 +6657,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6458,6 +6686,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6486,6 +6715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6514,6 +6744,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6542,6 +6773,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6570,6 +6802,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6598,6 +6831,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6626,6 +6860,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6654,6 +6889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6682,6 +6918,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6710,6 +6947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6738,6 +6976,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6766,6 +7005,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6794,6 +7034,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6822,6 +7063,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6850,6 +7092,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6878,6 +7121,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6906,6 +7150,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6934,6 +7179,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6962,6 +7208,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6990,6 +7237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7018,6 +7266,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7046,6 +7295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7074,6 +7324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7102,6 +7353,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7130,6 +7382,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7158,6 +7411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7186,6 +7440,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7214,6 +7469,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7242,6 +7498,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7270,6 +7527,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7298,6 +7556,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7326,6 +7585,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7354,6 +7614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7382,6 +7643,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7410,6 +7672,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7438,6 +7701,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7466,6 +7730,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7494,6 +7759,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7522,6 +7788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7550,6 +7817,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7578,6 +7846,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7606,6 +7875,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7634,6 +7904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7662,6 +7933,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7690,6 +7962,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7718,6 +7991,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7746,6 +8020,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7774,6 +8049,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7802,6 +8078,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7830,6 +8107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7858,6 +8136,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7886,6 +8165,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7914,6 +8194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7942,6 +8223,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7970,6 +8252,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7998,6 +8281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8026,6 +8310,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8054,6 +8339,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8082,6 +8368,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8110,6 +8397,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8138,6 +8426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8166,6 +8455,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8194,6 +8484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8250,6 +8542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8278,6 +8571,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8306,6 +8600,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8334,6 +8629,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8362,6 +8658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8390,6 +8687,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8418,6 +8716,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8446,6 +8745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8474,6 +8774,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8502,6 +8803,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8530,6 +8832,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8558,6 +8861,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8586,6 +8890,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8614,6 +8919,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8642,6 +8948,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8670,6 +8977,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8698,6 +9006,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8726,6 +9035,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8754,6 +9064,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8782,6 +9093,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8810,6 +9122,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8838,6 +9151,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8866,6 +9180,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8894,6 +9209,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8922,6 +9238,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8950,6 +9267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9006,6 +9325,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9034,6 +9354,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9062,6 +9383,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9090,6 +9412,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9118,6 +9441,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9146,6 +9470,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9174,6 +9499,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9202,6 +9528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9230,6 +9557,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9258,6 +9586,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9286,6 +9615,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9314,6 +9644,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9342,6 +9673,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9370,6 +9702,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9398,6 +9731,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9426,6 +9760,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9454,6 +9789,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9482,6 +9818,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9510,6 +9847,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9538,6 +9876,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9566,6 +9905,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9594,6 +9934,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9622,6 +9963,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9650,6 +9992,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9678,6 +10021,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9706,6 +10050,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9734,6 +10079,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9762,6 +10108,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9790,6 +10137,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9818,6 +10166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9846,6 +10195,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9874,6 +10224,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9902,6 +10253,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9930,6 +10282,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9958,6 +10311,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9986,6 +10340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10014,6 +10369,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10042,6 +10398,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10070,6 +10427,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10098,6 +10456,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10126,6 +10485,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10182,6 +10543,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10210,6 +10572,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10238,6 +10601,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10266,6 +10630,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10294,6 +10659,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10322,6 +10688,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10350,6 +10717,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10378,6 +10746,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10406,6 +10775,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10434,6 +10804,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10462,6 +10833,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10490,6 +10862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10518,6 +10891,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10546,6 +10920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10574,6 +10949,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10602,6 +10978,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10630,6 +11007,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10658,6 +11036,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10686,6 +11065,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10714,6 +11094,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10742,6 +11123,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10770,6 +11152,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10798,6 +11181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10826,6 +11210,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10854,6 +11239,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10882,6 +11268,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10938,6 +11326,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10966,6 +11355,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10994,6 +11384,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11022,6 +11413,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11050,6 +11442,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11078,6 +11471,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11106,6 +11500,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11134,6 +11529,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11162,6 +11558,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11190,6 +11587,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11218,6 +11616,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11246,6 +11645,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11274,6 +11674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11302,6 +11703,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11330,6 +11732,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11358,6 +11761,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11386,6 +11790,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11414,6 +11819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11442,6 +11848,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11470,6 +11877,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11498,6 +11906,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11526,6 +11935,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11554,6 +11964,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11582,6 +11993,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11610,6 +12022,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11638,6 +12051,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11666,6 +12080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11694,6 +12109,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11722,6 +12138,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11750,6 +12167,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11778,6 +12196,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11806,6 +12225,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11834,6 +12254,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11862,6 +12283,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11890,6 +12312,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11918,6 +12341,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11946,6 +12370,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11974,6 +12399,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12002,6 +12428,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12030,6 +12457,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12058,6 +12486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12086,6 +12515,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12114,6 +12544,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12142,6 +12573,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12170,6 +12602,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12198,6 +12631,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12226,6 +12660,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12254,6 +12689,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12282,6 +12718,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12310,6 +12747,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12338,6 +12776,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12366,6 +12805,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12394,6 +12834,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12422,6 +12863,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12450,6 +12892,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12478,6 +12921,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12506,6 +12950,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12534,6 +12979,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12562,6 +13008,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12590,6 +13037,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12618,6 +13066,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12646,6 +13095,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12674,6 +13124,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12702,6 +13153,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12730,6 +13182,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12758,6 +13211,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12786,6 +13240,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12814,6 +13269,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12842,6 +13298,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12870,6 +13327,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12898,6 +13356,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12926,6 +13385,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12954,6 +13414,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12982,6 +13443,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13010,6 +13472,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13038,6 +13501,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13066,6 +13530,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13094,6 +13559,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13122,6 +13588,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13150,6 +13617,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13178,6 +13646,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13206,6 +13675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13234,6 +13704,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13262,6 +13733,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13290,6 +13762,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13318,6 +13791,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13346,6 +13820,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13374,6 +13849,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13402,6 +13878,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13430,6 +13907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13458,6 +13936,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13486,6 +13965,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13514,6 +13994,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13542,6 +14023,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13570,6 +14052,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13598,6 +14081,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13626,6 +14110,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13654,6 +14139,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13682,6 +14168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13710,6 +14197,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13738,6 +14226,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13766,6 +14255,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13794,6 +14284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13822,6 +14313,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13850,6 +14342,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13878,6 +14371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13906,6 +14400,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13934,6 +14429,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13962,6 +14458,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13990,6 +14487,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14018,6 +14516,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14046,6 +14545,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14074,6 +14574,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14102,6 +14603,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14130,6 +14632,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14158,6 +14661,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14186,6 +14690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14214,6 +14719,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14242,6 +14748,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14270,6 +14777,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14298,6 +14806,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14326,6 +14835,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14354,6 +14864,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14382,6 +14893,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14410,6 +14922,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14438,6 +14951,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14466,6 +14980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14494,6 +15009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14522,6 +15038,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14550,6 +15067,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14578,6 +15096,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14606,6 +15125,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14634,6 +15154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14662,6 +15183,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14690,6 +15212,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14718,6 +15241,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14746,6 +15270,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14774,6 +15299,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14802,6 +15328,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14830,6 +15357,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14858,6 +15386,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14886,6 +15415,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14914,6 +15444,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14942,6 +15473,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14970,6 +15502,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14998,6 +15531,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15026,6 +15560,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15054,6 +15589,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15082,6 +15618,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15110,6 +15647,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15138,6 +15676,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15166,6 +15705,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15194,6 +15734,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15222,6 +15763,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15250,6 +15792,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15278,6 +15821,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15306,6 +15850,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15334,6 +15879,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15362,6 +15908,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15390,6 +15937,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15418,6 +15966,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15446,6 +15995,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15474,6 +16024,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15502,6 +16053,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15530,6 +16082,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15558,6 +16111,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15586,6 +16140,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15614,6 +16169,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15642,6 +16198,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15670,6 +16227,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15698,6 +16256,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15726,6 +16285,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15754,6 +16314,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15782,6 +16343,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15810,6 +16372,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15838,6 +16401,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15866,6 +16430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15894,6 +16459,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15922,6 +16488,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15950,6 +16517,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15978,6 +16546,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16006,6 +16575,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16034,6 +16604,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16062,6 +16633,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16090,6 +16662,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16118,6 +16691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16146,6 +16720,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16174,6 +16749,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16202,6 +16778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16230,6 +16807,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16258,6 +16836,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16286,6 +16865,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16314,6 +16894,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16342,6 +16923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16370,6 +16952,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16398,6 +16981,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16426,6 +17010,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16454,6 +17039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16482,6 +17068,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16510,6 +17097,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16538,6 +17126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16566,6 +17155,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16594,6 +17184,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16622,6 +17213,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16650,6 +17242,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16678,6 +17271,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16706,6 +17300,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16734,6 +17329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16762,6 +17358,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16790,6 +17387,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16818,6 +17416,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16846,6 +17445,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16874,6 +17474,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16902,6 +17503,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16930,6 +17532,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16958,6 +17561,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16986,6 +17590,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17014,6 +17619,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17042,6 +17648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17070,6 +17677,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17098,6 +17706,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17126,6 +17735,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17154,6 +17764,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17182,6 +17793,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17210,6 +17822,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17238,6 +17851,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17266,6 +17880,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17294,6 +17909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17322,6 +17938,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17350,6 +17967,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17378,6 +17996,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17406,6 +18025,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17434,6 +18054,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17462,6 +18083,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17490,6 +18112,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17518,6 +18141,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17546,6 +18170,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17574,6 +18199,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17602,6 +18228,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17630,6 +18257,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17658,6 +18286,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17686,6 +18315,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17714,6 +18344,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17742,6 +18373,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17770,6 +18402,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17798,6 +18431,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17826,6 +18460,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17854,6 +18489,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17882,6 +18518,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17910,6 +18547,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17938,6 +18576,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17966,6 +18605,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17994,6 +18634,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18022,6 +18663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18050,6 +18692,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18078,6 +18721,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18106,6 +18750,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18134,6 +18779,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18162,6 +18808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18218,6 +18866,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18246,6 +18895,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18274,6 +18924,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18302,6 +18953,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18330,6 +18982,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18358,6 +19011,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18386,6 +19040,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18414,6 +19069,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18442,6 +19098,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18470,6 +19127,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18498,6 +19156,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18526,6 +19185,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18554,6 +19214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18582,6 +19243,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18610,6 +19272,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18638,6 +19301,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18666,6 +19330,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18694,6 +19359,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18722,6 +19388,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18750,6 +19417,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18778,6 +19446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18806,6 +19475,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18834,6 +19504,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18862,6 +19533,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18890,6 +19562,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18918,6 +19591,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18946,6 +19620,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18974,6 +19649,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19002,6 +19678,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19030,6 +19707,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19058,6 +19736,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19086,6 +19765,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19114,6 +19794,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19142,6 +19823,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19170,6 +19852,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19226,6 +19910,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19254,6 +19939,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19282,6 +19968,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19310,6 +19997,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19338,6 +20026,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19366,6 +20055,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19394,6 +20084,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19422,6 +20113,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19450,6 +20142,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19478,6 +20171,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19506,6 +20200,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19534,6 +20229,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19562,6 +20258,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19590,6 +20287,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19618,6 +20316,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19646,6 +20345,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19674,6 +20374,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19702,6 +20403,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19730,6 +20432,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19758,6 +20461,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19814,6 +20519,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19842,6 +20548,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19870,6 +20577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19898,6 +20606,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19926,6 +20635,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19954,6 +20664,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19982,6 +20693,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20010,6 +20722,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20038,6 +20751,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20066,6 +20780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20094,6 +20809,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20122,6 +20838,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20150,6 +20867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20178,6 +20896,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20206,6 +20925,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20234,6 +20954,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20262,6 +20983,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20290,6 +21012,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20318,6 +21041,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20346,6 +21070,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20374,6 +21099,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20402,6 +21128,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20430,6 +21157,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20458,6 +21186,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20486,6 +21215,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20514,6 +21244,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20542,6 +21273,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20570,6 +21302,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20598,6 +21331,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20626,6 +21360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20682,6 +21418,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20710,6 +21447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20738,6 +21476,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20766,6 +21505,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20794,6 +21534,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20850,6 +21592,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20878,6 +21621,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20906,6 +21650,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20934,6 +21679,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20962,6 +21708,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20990,6 +21737,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21018,6 +21766,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21046,6 +21795,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21074,6 +21824,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21102,6 +21853,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21130,6 +21882,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21158,6 +21911,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21186,6 +21940,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21214,6 +21969,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21242,6 +21998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21270,6 +22027,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21298,6 +22056,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21326,6 +22085,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21354,6 +22114,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21382,6 +22143,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21410,6 +22172,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21438,6 +22201,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21466,6 +22230,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21494,6 +22259,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21522,6 +22288,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21550,6 +22317,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21578,6 +22346,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21606,6 +22375,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21634,6 +22404,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21662,6 +22433,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21690,6 +22462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21718,6 +22491,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21746,6 +22520,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21774,6 +22549,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21802,6 +22578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21830,6 +22607,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21858,6 +22636,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21886,6 +22665,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21914,6 +22694,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21942,6 +22723,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21970,6 +22752,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21998,6 +22781,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22026,6 +22810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22054,6 +22839,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22110,6 +22897,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22138,6 +22926,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22166,6 +22955,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22194,6 +22984,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22222,6 +23013,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22278,6 +23071,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22306,6 +23100,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22334,6 +23129,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22362,6 +23158,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22390,6 +23187,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22418,6 +23216,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22446,6 +23245,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22474,6 +23274,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22502,6 +23303,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22530,6 +23332,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22558,6 +23361,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22586,6 +23390,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22614,6 +23419,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22642,6 +23448,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22670,6 +23477,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22698,6 +23506,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22726,6 +23535,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22754,6 +23564,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22810,6 +23622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22838,6 +23651,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22866,6 +23680,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22894,6 +23709,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22922,6 +23738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22950,6 +23767,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22978,6 +23796,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23006,6 +23825,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23034,6 +23854,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23062,6 +23883,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23090,6 +23912,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23118,6 +23941,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23146,6 +23970,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23174,6 +23999,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23202,6 +24028,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23230,6 +24057,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23258,6 +24086,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23286,6 +24115,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23314,6 +24144,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23342,6 +24173,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23370,6 +24202,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23398,6 +24231,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23426,6 +24260,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23454,6 +24289,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23482,6 +24318,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23510,6 +24347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23538,6 +24376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23566,6 +24405,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23594,6 +24434,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23622,6 +24463,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23650,6 +24492,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23678,6 +24521,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23706,6 +24550,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23734,6 +24579,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23762,6 +24608,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23790,6 +24637,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23818,6 +24666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23846,6 +24695,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23874,6 +24724,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23902,6 +24753,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23930,6 +24782,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23986,6 +24840,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24014,6 +24869,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24042,6 +24898,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24070,6 +24927,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24098,6 +24956,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24154,6 +25014,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24182,6 +25043,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24210,6 +25072,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24238,6 +25101,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24266,6 +25130,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24294,6 +25159,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24322,6 +25188,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24350,6 +25217,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24378,6 +25246,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24406,6 +25275,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24434,6 +25304,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24462,6 +25333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24490,6 +25362,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24518,6 +25391,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24546,6 +25420,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24574,6 +25449,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24602,6 +25478,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24630,6 +25507,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24658,6 +25536,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24686,6 +25565,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24714,6 +25594,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24742,6 +25623,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24770,6 +25652,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24798,6 +25681,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24826,6 +25710,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24854,6 +25739,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24882,6 +25768,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24910,6 +25797,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24938,6 +25826,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24966,6 +25855,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24994,6 +25884,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25022,6 +25913,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25050,6 +25942,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25078,6 +25971,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25106,6 +26000,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25134,6 +26029,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25162,6 +26058,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25190,6 +26087,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25218,6 +26116,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25246,6 +26145,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25274,6 +26174,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25302,6 +26203,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25330,6 +26232,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25358,6 +26261,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25386,6 +26290,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25414,6 +26319,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25442,6 +26348,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25470,6 +26377,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25498,6 +26406,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25526,6 +26435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25554,6 +26464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25582,6 +26493,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25610,6 +26522,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25638,6 +26551,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25666,6 +26580,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25694,6 +26609,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25722,6 +26638,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25750,6 +26667,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25778,6 +26696,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25806,6 +26725,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25834,6 +26754,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25862,6 +26783,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25890,6 +26812,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25918,6 +26841,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25946,6 +26870,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25974,6 +26899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26002,6 +26928,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26030,6 +26957,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26058,6 +26986,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26086,6 +27015,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26114,6 +27044,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26142,6 +27073,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26170,6 +27102,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26198,6 +27131,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26226,6 +27160,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26254,6 +27189,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26282,6 +27218,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26310,6 +27247,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26338,6 +27276,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26366,6 +27305,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26394,6 +27334,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26422,6 +27363,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26450,6 +27392,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26478,6 +27421,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26506,6 +27450,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26534,6 +27479,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26562,6 +27508,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26590,6 +27537,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26618,6 +27566,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26646,6 +27595,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26674,6 +27624,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26702,6 +27653,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26730,6 +27682,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26758,6 +27711,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26786,6 +27740,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26814,6 +27769,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26842,6 +27798,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26870,6 +27827,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26898,6 +27856,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26926,6 +27885,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26954,6 +27914,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26982,6 +27943,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27010,6 +27972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27038,6 +28001,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27066,6 +28030,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27094,6 +28059,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27122,6 +28088,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27150,6 +28117,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27178,6 +28146,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27206,6 +28175,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27234,6 +28204,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27262,6 +28233,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27290,6 +28262,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27318,6 +28291,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27346,6 +28320,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27374,6 +28349,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27402,6 +28378,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27430,6 +28407,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27458,6 +28436,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27486,6 +28465,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27514,6 +28494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27542,6 +28523,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27570,6 +28552,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27598,6 +28581,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27626,6 +28610,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27654,6 +28639,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27682,6 +28668,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27710,6 +28697,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27738,6 +28726,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27766,6 +28755,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27794,6 +28784,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27822,6 +28813,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27850,6 +28842,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27878,6 +28871,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27906,6 +28900,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27934,6 +28929,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27962,6 +28958,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27990,6 +28987,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28018,6 +29016,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28046,6 +29045,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28074,6 +29074,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28102,6 +29103,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28130,6 +29132,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28158,6 +29161,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28186,6 +29190,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28214,6 +29219,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28242,6 +29248,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28270,6 +29277,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28298,6 +29306,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28326,6 +29335,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28354,6 +29364,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28382,6 +29393,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28410,6 +29422,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28438,6 +29451,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28466,6 +29480,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28494,6 +29509,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28522,6 +29538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28550,6 +29567,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28578,6 +29596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28606,6 +29625,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28634,6 +29654,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28662,6 +29683,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28690,6 +29712,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28718,6 +29741,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28746,6 +29770,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28774,6 +29799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28802,6 +29828,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28830,6 +29857,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28858,6 +29886,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28886,6 +29915,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28914,6 +29944,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28942,6 +29973,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28970,6 +30002,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28998,6 +30031,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29026,6 +30060,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29054,6 +30089,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29082,6 +30118,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29110,6 +30147,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29138,6 +30176,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29166,6 +30205,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29194,6 +30234,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29222,6 +30263,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29250,6 +30292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29278,6 +30321,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29306,6 +30350,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29334,6 +30379,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29362,6 +30408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29390,6 +30437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29418,6 +30466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29446,6 +30495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29474,6 +30524,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29502,6 +30553,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29530,6 +30582,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29558,6 +30611,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29586,6 +30640,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29614,6 +30669,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29642,6 +30698,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29670,6 +30727,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29698,6 +30756,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29726,6 +30785,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29754,6 +30814,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29782,6 +30843,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29810,6 +30872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29838,6 +30901,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29866,6 +30930,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29894,6 +30959,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29922,6 +30988,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29950,6 +31017,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29978,6 +31046,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30006,6 +31075,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30034,6 +31104,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30062,6 +31133,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30090,6 +31162,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30118,6 +31191,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30146,6 +31220,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30174,6 +31249,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30202,6 +31278,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30230,6 +31307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30258,6 +31336,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30286,6 +31365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30314,6 +31394,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30342,6 +31423,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30370,6 +31452,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30398,6 +31481,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30426,6 +31510,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30454,6 +31539,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30482,6 +31568,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30510,6 +31597,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30538,6 +31626,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30566,6 +31655,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30594,6 +31684,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30622,6 +31713,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30650,6 +31742,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30678,6 +31771,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30706,6 +31800,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30734,6 +31829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30762,6 +31858,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30790,6 +31887,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30818,6 +31916,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30846,6 +31945,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30874,6 +31974,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30902,6 +32003,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30930,6 +32032,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30958,6 +32061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30986,6 +32090,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31014,6 +32119,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31042,6 +32148,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31070,6 +32177,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31098,6 +32206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31126,6 +32235,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31154,6 +32264,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31182,6 +32293,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31210,6 +32322,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31238,6 +32351,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31266,6 +32380,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31294,6 +32409,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31322,6 +32438,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31350,6 +32467,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31378,6 +32496,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31406,6 +32525,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31434,6 +32554,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31462,6 +32583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31490,6 +32612,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31518,6 +32641,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31546,6 +32670,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31574,6 +32699,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31602,6 +32728,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31630,6 +32757,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31658,6 +32786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31686,6 +32815,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31714,6 +32844,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31742,6 +32873,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31770,6 +32902,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31798,6 +32931,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31826,6 +32960,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31854,6 +32989,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31882,6 +33018,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31910,6 +33047,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31938,6 +33076,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31966,6 +33105,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31994,6 +33134,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32022,6 +33163,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32050,6 +33192,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32078,6 +33221,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32106,6 +33250,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32134,6 +33279,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32162,6 +33308,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32190,6 +33337,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32218,6 +33366,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32246,6 +33395,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32274,6 +33424,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32302,6 +33453,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32330,6 +33482,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32358,6 +33511,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32386,6 +33540,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32414,6 +33569,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32442,6 +33598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32470,6 +33627,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32498,6 +33656,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32526,6 +33685,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32554,6 +33714,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32582,6 +33743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32610,6 +33772,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32638,6 +33801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32666,6 +33830,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32694,6 +33859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32722,6 +33888,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32750,6 +33917,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32778,6 +33946,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32806,6 +33975,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32834,6 +34004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32862,6 +34033,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32890,6 +34062,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32918,6 +34091,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32946,6 +34120,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32974,6 +34149,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33002,6 +34178,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33030,6 +34207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33058,6 +34236,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33086,6 +34265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33114,6 +34294,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33142,6 +34323,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33170,6 +34352,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33198,6 +34381,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33226,6 +34410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33254,6 +34439,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33282,6 +34468,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33310,6 +34497,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33338,6 +34526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33366,6 +34555,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33394,6 +34584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33422,6 +34613,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33450,6 +34642,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33478,6 +34671,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33506,6 +34700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33534,6 +34729,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33562,6 +34758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33590,6 +34787,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33618,6 +34816,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33646,6 +34845,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33674,6 +34874,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33702,6 +34903,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33730,6 +34932,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33758,6 +34961,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33786,6 +34990,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33814,6 +35019,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33842,6 +35048,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33870,6 +35077,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33898,6 +35106,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33926,6 +35135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33954,6 +35164,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33982,6 +35193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34010,6 +35222,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34038,6 +35251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34066,6 +35280,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34094,6 +35309,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34122,6 +35338,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34150,6 +35367,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34178,6 +35396,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34206,6 +35425,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34234,6 +35454,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34262,6 +35483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34290,6 +35512,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34318,6 +35541,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34346,6 +35570,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34374,6 +35599,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34402,6 +35628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34430,6 +35657,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34458,6 +35686,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34486,6 +35715,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34514,6 +35744,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34542,6 +35773,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34570,6 +35802,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34598,6 +35831,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34626,6 +35860,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34654,6 +35889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34682,6 +35918,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34710,6 +35947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34738,6 +35976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34766,6 +36005,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34794,6 +36034,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34822,6 +36063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34850,6 +36092,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34878,6 +36121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34906,6 +36150,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34934,6 +36179,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34962,6 +36208,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34990,6 +36237,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35018,6 +36266,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35046,6 +36295,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35074,6 +36324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35102,6 +36353,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35130,6 +36382,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35158,6 +36411,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35186,6 +36440,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35214,6 +36469,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35242,6 +36498,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35270,6 +36527,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35298,6 +36556,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35326,6 +36585,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35354,6 +36614,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35382,6 +36643,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35410,6 +36672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35438,6 +36701,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35466,6 +36730,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35494,6 +36759,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35522,6 +36788,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35550,6 +36817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35578,6 +36846,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35606,6 +36875,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35634,6 +36904,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35662,6 +36933,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35690,6 +36962,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35718,6 +36991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35746,6 +37020,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35774,6 +37049,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35802,6 +37078,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35830,6 +37107,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35858,6 +37136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35886,6 +37165,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35914,6 +37194,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35942,6 +37223,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35970,6 +37252,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35998,6 +37281,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36026,6 +37310,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36054,6 +37339,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36082,6 +37368,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36110,6 +37397,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36138,6 +37426,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36166,6 +37455,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36194,6 +37484,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36222,6 +37513,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36250,6 +37542,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36278,6 +37571,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36306,6 +37600,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36334,6 +37629,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36362,6 +37658,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36390,6 +37687,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36418,6 +37716,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36446,6 +37745,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36474,6 +37774,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36502,6 +37803,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36530,6 +37832,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36558,6 +37861,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36586,6 +37890,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36614,6 +37919,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36642,6 +37948,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36670,6 +37977,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36698,6 +38006,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36726,6 +38035,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36754,6 +38064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36782,6 +38093,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36810,6 +38122,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36838,6 +38151,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36866,6 +38180,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36894,6 +38209,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36922,6 +38238,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36950,6 +38267,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36978,6 +38296,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37006,6 +38325,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37034,6 +38354,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37062,6 +38383,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37090,6 +38412,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37118,6 +38441,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37146,6 +38470,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37174,6 +38499,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37202,6 +38528,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37230,6 +38557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37258,6 +38586,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37286,6 +38615,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37314,6 +38644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37342,6 +38673,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37370,6 +38702,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37398,6 +38731,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37426,6 +38760,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37454,6 +38789,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37482,6 +38818,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37510,6 +38847,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37538,6 +38876,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37566,6 +38905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37594,6 +38934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37622,6 +38963,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37650,6 +38992,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37678,6 +39021,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37706,6 +39050,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37734,6 +39079,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37762,6 +39108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37790,6 +39137,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37818,6 +39166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37846,6 +39195,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37874,6 +39224,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37902,6 +39253,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37930,6 +39282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37958,6 +39311,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37986,6 +39340,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38014,6 +39369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38042,6 +39398,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38070,6 +39427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38098,6 +39456,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38126,6 +39485,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38154,6 +39514,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38182,6 +39543,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38210,6 +39572,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38238,6 +39601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38266,6 +39630,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38294,6 +39659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38322,6 +39688,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38350,6 +39717,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38378,6 +39746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38406,6 +39775,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38434,6 +39804,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38462,6 +39833,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38490,6 +39862,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38518,6 +39891,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38546,6 +39920,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38574,6 +39949,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38602,6 +39978,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38630,6 +40007,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38658,6 +40036,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38686,6 +40065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38714,6 +40094,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38742,6 +40123,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38770,6 +40152,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38798,6 +40181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38826,6 +40210,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38854,6 +40239,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38882,6 +40268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38910,6 +40297,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38938,6 +40326,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38966,6 +40355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38994,6 +40384,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39022,6 +40413,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39050,6 +40442,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39078,6 +40471,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39106,6 +40500,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39134,6 +40529,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39162,6 +40558,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39190,6 +40587,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39218,6 +40616,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39246,6 +40645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39274,6 +40674,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39302,6 +40703,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39330,6 +40732,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39358,6 +40761,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39386,6 +40790,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39414,6 +40819,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39442,6 +40848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39470,6 +40877,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39498,6 +40906,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39526,6 +40935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39554,6 +40964,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39582,6 +40993,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39610,6 +41022,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39638,6 +41051,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39666,6 +41080,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39694,6 +41109,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39722,6 +41138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39750,6 +41167,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39778,6 +41196,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39806,6 +41225,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39834,6 +41254,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39862,6 +41283,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39890,6 +41312,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39918,6 +41341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39946,6 +41370,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39974,6 +41399,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40002,6 +41428,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40030,6 +41457,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40058,6 +41486,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40086,6 +41515,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40114,6 +41544,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40142,6 +41573,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40170,6 +41602,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40198,6 +41631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40226,6 +41660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40254,6 +41689,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40282,6 +41718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40310,6 +41747,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40338,6 +41776,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40366,6 +41805,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40394,6 +41834,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40422,6 +41863,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40450,6 +41892,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40478,6 +41921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40506,6 +41950,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40534,6 +41979,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40562,6 +42008,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40590,6 +42037,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40618,6 +42066,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40646,6 +42095,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40674,6 +42124,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40702,6 +42153,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40730,6 +42182,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40758,6 +42211,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40786,6 +42240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40814,6 +42269,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40842,6 +42298,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40870,6 +42327,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40898,6 +42356,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40926,6 +42385,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40954,6 +42414,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40982,6 +42443,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41010,6 +42472,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41038,6 +42501,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41066,6 +42530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41094,6 +42559,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41122,6 +42588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41150,6 +42617,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41178,6 +42646,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41206,6 +42675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41234,6 +42704,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41262,6 +42733,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41290,6 +42762,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41318,6 +42791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41346,6 +42820,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41374,6 +42849,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41402,6 +42878,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41430,6 +42907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41458,6 +42936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41486,6 +42965,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41514,6 +42994,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41542,6 +43023,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41570,6 +43052,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41598,6 +43081,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41626,6 +43110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41654,6 +43139,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41682,6 +43168,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41710,6 +43197,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41738,6 +43226,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41766,6 +43255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41794,6 +43284,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41822,6 +43313,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41850,6 +43342,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41878,6 +43371,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41906,6 +43400,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41934,6 +43429,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41962,6 +43458,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41990,6 +43487,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42018,6 +43516,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42046,6 +43545,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42074,6 +43574,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42102,6 +43603,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42130,6 +43632,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42158,6 +43661,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42186,6 +43690,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42214,6 +43719,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42242,6 +43748,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42270,6 +43777,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42298,6 +43806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42326,6 +43835,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42354,6 +43864,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42382,6 +43893,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42410,6 +43922,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42438,6 +43951,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42466,6 +43980,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42494,6 +44009,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42522,6 +44038,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42550,6 +44067,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42578,6 +44096,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42606,6 +44125,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42634,6 +44154,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42662,6 +44183,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42690,6 +44212,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42718,6 +44241,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42746,6 +44270,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42774,6 +44299,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42802,6 +44328,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42830,6 +44357,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42858,6 +44386,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42886,6 +44415,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42914,6 +44444,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42942,6 +44473,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42970,6 +44502,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42998,6 +44531,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43026,6 +44560,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43054,6 +44589,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43082,6 +44618,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43110,6 +44647,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43138,6 +44676,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43166,6 +44705,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43194,6 +44734,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43222,6 +44763,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43250,6 +44792,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43278,6 +44821,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43306,6 +44850,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43334,6 +44879,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43362,6 +44908,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43390,6 +44937,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43418,6 +44966,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43446,6 +44995,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43474,6 +45024,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43502,6 +45053,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43530,6 +45082,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43558,6 +45111,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43586,6 +45140,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43614,6 +45169,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43642,6 +45198,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43670,6 +45227,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43698,6 +45256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43726,6 +45285,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43754,6 +45314,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43782,6 +45343,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43810,6 +45372,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43838,6 +45401,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43866,6 +45430,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43894,6 +45459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43922,6 +45488,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43950,6 +45517,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43978,6 +45546,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44006,6 +45575,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44034,6 +45604,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44062,6 +45633,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44090,6 +45662,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44118,6 +45691,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44146,6 +45720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44174,6 +45749,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44202,6 +45778,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44230,6 +45807,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44258,6 +45836,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44286,6 +45865,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44314,6 +45894,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44342,6 +45923,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44370,6 +45952,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44398,6 +45981,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44426,6 +46010,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44454,6 +46039,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44482,6 +46068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44510,6 +46097,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44538,6 +46126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44566,6 +46155,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44594,6 +46184,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44622,6 +46213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44650,6 +46242,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44678,6 +46271,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44706,6 +46300,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44734,6 +46329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44762,6 +46358,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44790,6 +46387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44818,6 +46416,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44846,6 +46445,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44874,6 +46474,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44902,6 +46503,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44930,6 +46532,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44958,6 +46561,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44986,6 +46590,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45014,6 +46619,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45042,6 +46648,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45070,6 +46677,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45098,6 +46706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45126,6 +46735,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45154,6 +46764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45182,6 +46793,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45210,6 +46822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45238,6 +46851,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45266,6 +46880,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45294,6 +46909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45322,6 +46938,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45350,6 +46967,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45378,6 +46996,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45406,6 +47025,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45434,6 +47054,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45462,6 +47083,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45490,6 +47112,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45518,6 +47141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45546,6 +47170,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45574,6 +47199,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45602,6 +47228,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45630,6 +47257,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45658,6 +47286,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45686,6 +47315,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45714,6 +47344,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45742,6 +47373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45770,6 +47402,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45798,6 +47431,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45826,6 +47460,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45854,6 +47489,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45882,6 +47518,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45910,6 +47547,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45938,6 +47576,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45966,6 +47605,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45994,6 +47634,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46022,6 +47663,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46050,6 +47692,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46078,6 +47721,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46106,6 +47750,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46134,6 +47779,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46162,6 +47808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46190,6 +47837,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46218,6 +47866,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46246,6 +47895,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46274,6 +47924,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46302,6 +47953,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46330,6 +47982,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46358,6 +48011,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46386,6 +48040,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46414,6 +48069,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46442,6 +48098,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46470,6 +48127,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46498,6 +48156,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46526,6 +48185,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46554,6 +48214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46582,6 +48243,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46610,6 +48272,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46638,6 +48301,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46666,6 +48330,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46694,6 +48359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46722,6 +48388,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46750,6 +48417,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46778,6 +48446,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46806,6 +48475,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46834,6 +48504,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46862,6 +48533,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46890,6 +48562,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46918,6 +48591,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46946,6 +48620,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46974,6 +48649,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47002,6 +48678,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47030,6 +48707,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47058,6 +48736,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47086,6 +48765,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47114,6 +48794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47142,6 +48823,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47170,6 +48852,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47198,6 +48881,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47226,6 +48910,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47254,6 +48939,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47282,6 +48968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47310,6 +48997,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47338,6 +49026,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47366,6 +49055,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47394,6 +49084,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47422,6 +49113,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47450,6 +49142,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47478,6 +49171,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47506,6 +49200,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47534,6 +49229,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47562,6 +49258,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47590,6 +49287,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47618,6 +49316,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47646,6 +49345,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47674,6 +49374,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47702,6 +49403,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47730,6 +49432,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47758,6 +49461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47786,6 +49490,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47814,6 +49519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47842,6 +49548,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47870,6 +49577,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47898,6 +49606,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47926,6 +49635,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47954,6 +49664,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47982,6 +49693,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48010,6 +49722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48038,6 +49751,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48066,6 +49780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48094,6 +49809,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48122,6 +49838,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48150,6 +49867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48178,6 +49896,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48206,6 +49925,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48234,6 +49954,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48262,6 +49983,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48290,6 +50012,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48318,6 +50041,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48346,6 +50070,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48374,6 +50099,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48402,6 +50128,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48430,6 +50157,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48458,6 +50186,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48486,6 +50215,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48514,6 +50244,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48542,6 +50273,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48570,6 +50302,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48598,6 +50331,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48626,6 +50360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48654,6 +50389,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48682,6 +50418,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48710,6 +50447,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48738,6 +50476,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48766,6 +50505,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48794,6 +50534,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48822,6 +50563,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48850,6 +50592,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48878,6 +50621,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48906,6 +50650,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48934,6 +50679,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48962,6 +50708,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48990,6 +50737,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49018,6 +50766,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49046,6 +50795,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49074,6 +50824,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49102,6 +50853,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49130,6 +50882,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49158,6 +50911,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49186,6 +50940,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49214,6 +50969,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49242,6 +50998,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49270,6 +51027,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49298,6 +51056,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49326,6 +51085,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49354,6 +51114,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49382,6 +51143,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49410,6 +51172,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49438,6 +51201,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49466,6 +51230,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49494,6 +51259,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49522,6 +51288,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49550,6 +51317,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49578,6 +51346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49606,6 +51375,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49634,6 +51404,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49662,6 +51433,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49690,6 +51462,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49718,6 +51491,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49746,6 +51520,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49774,6 +51549,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49802,6 +51578,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49830,6 +51607,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49858,6 +51636,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49886,6 +51665,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49914,6 +51694,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49942,6 +51723,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49970,6 +51752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49998,6 +51781,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50026,6 +51810,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50054,6 +51839,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50082,6 +51868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50110,6 +51897,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50138,6 +51926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50166,6 +51955,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50194,6 +51984,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50222,6 +52013,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50250,6 +52042,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50278,6 +52071,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50306,6 +52100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50334,6 +52129,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50362,6 +52158,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50390,6 +52187,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50418,6 +52216,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50446,6 +52245,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50474,6 +52274,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50502,6 +52303,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50530,6 +52332,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50558,6 +52361,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50586,6 +52390,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50614,6 +52419,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50642,6 +52448,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50670,6 +52477,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50698,6 +52506,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50726,6 +52535,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50754,6 +52564,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50782,6 +52593,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50810,6 +52622,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50838,6 +52651,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50866,6 +52680,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50894,6 +52709,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50922,6 +52738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50950,6 +52767,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50978,6 +52796,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51006,6 +52825,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51034,6 +52854,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51062,6 +52883,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51090,6 +52912,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51118,6 +52941,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51146,6 +52970,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51174,6 +52999,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51202,6 +53028,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51230,6 +53057,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51258,6 +53086,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51286,6 +53115,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51314,6 +53144,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51342,6 +53173,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51370,6 +53202,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51398,6 +53231,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51426,6 +53260,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51454,6 +53289,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51482,6 +53318,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51510,6 +53347,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51538,6 +53376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51566,6 +53405,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51594,6 +53434,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51622,6 +53463,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51650,6 +53492,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51678,6 +53521,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51706,6 +53550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51734,6 +53579,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51762,6 +53608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51790,6 +53637,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51818,6 +53666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51846,6 +53695,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51874,6 +53724,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51902,6 +53753,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51930,6 +53782,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51958,6 +53811,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51986,6 +53840,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52014,6 +53869,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52042,6 +53898,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52070,6 +53927,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52098,6 +53956,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52126,6 +53985,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52154,6 +54014,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52182,6 +54043,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52210,6 +54072,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52238,6 +54101,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52266,6 +54130,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52294,6 +54159,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52322,6 +54188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52350,6 +54217,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52378,6 +54246,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52406,6 +54275,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52434,6 +54304,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52462,6 +54333,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52490,6 +54362,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52518,6 +54391,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52546,6 +54420,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52574,6 +54449,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52602,6 +54478,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52630,6 +54507,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52658,6 +54536,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52686,6 +54565,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52714,6 +54594,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52742,6 +54623,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52770,6 +54652,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52798,6 +54681,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52826,6 +54710,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52854,6 +54739,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52882,6 +54768,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52910,6 +54797,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52938,6 +54826,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52966,6 +54855,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52994,6 +54884,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53022,6 +54913,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53050,6 +54942,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53078,6 +54971,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53106,6 +55000,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53134,6 +55029,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53162,6 +55058,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53190,6 +55087,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53218,6 +55116,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53246,6 +55145,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53274,6 +55174,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53302,6 +55203,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53330,6 +55232,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53358,6 +55261,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53386,6 +55290,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53414,6 +55319,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53442,6 +55348,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53470,6 +55377,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53498,6 +55406,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53526,6 +55435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53554,6 +55464,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53582,6 +55493,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53610,6 +55522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53638,6 +55551,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53666,6 +55580,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53694,6 +55609,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53722,6 +55638,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53750,6 +55667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53778,6 +55696,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53806,6 +55725,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53834,6 +55754,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53862,6 +55783,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53890,6 +55812,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53918,6 +55841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53946,6 +55870,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53974,6 +55899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54002,6 +55928,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54030,6 +55957,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54058,6 +55986,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54086,6 +56015,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54114,6 +56044,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54142,6 +56073,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54170,6 +56102,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54198,6 +56131,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54226,6 +56160,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54254,6 +56189,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54282,6 +56218,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54310,6 +56247,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54338,6 +56276,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54366,6 +56305,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54394,6 +56334,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54422,6 +56363,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54450,6 +56392,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54478,6 +56421,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54506,6 +56450,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54534,6 +56479,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54562,6 +56508,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54590,6 +56537,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54618,6 +56566,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54646,6 +56595,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54674,6 +56624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54702,6 +56653,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54730,6 +56682,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54758,6 +56711,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54786,6 +56740,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54814,6 +56769,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54842,6 +56798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54870,6 +56827,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54898,6 +56856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54926,6 +56885,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54954,6 +56914,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54982,6 +56943,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55010,6 +56972,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55038,6 +57001,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55066,6 +57030,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55094,6 +57059,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55122,6 +57088,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55150,6 +57117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55178,6 +57146,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55206,6 +57175,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55234,6 +57204,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55262,6 +57233,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55290,6 +57262,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55318,6 +57291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55346,6 +57320,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55374,6 +57349,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55402,6 +57378,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55430,6 +57407,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55458,6 +57436,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55486,6 +57465,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55514,6 +57494,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55542,6 +57523,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55570,6 +57552,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55598,6 +57581,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55626,6 +57610,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55654,6 +57639,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55682,6 +57668,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55710,6 +57697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -55738,6 +57726,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55766,6 +57755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55794,6 +57784,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55822,6 +57813,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55850,6 +57842,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55878,6 +57871,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55906,6 +57900,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55934,6 +57929,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55962,6 +57958,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55990,6 +57987,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56018,6 +58016,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56046,6 +58045,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56074,6 +58074,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56102,6 +58103,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56130,6 +58132,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56158,6 +58161,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56186,6 +58190,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56214,6 +58219,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56242,6 +58248,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56270,6 +58277,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56298,6 +58306,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56326,6 +58335,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56354,6 +58364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56382,6 +58393,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56410,6 +58422,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56438,6 +58451,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56466,6 +58480,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56494,6 +58509,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56522,6 +58538,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56550,6 +58567,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56578,6 +58596,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56606,6 +58625,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56634,6 +58654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56662,6 +58683,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56690,6 +58712,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56718,6 +58741,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56746,6 +58770,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56774,6 +58799,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56802,6 +58828,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56830,6 +58857,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56858,6 +58886,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56886,6 +58915,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56914,6 +58944,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56942,6 +58973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56970,6 +59002,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56998,6 +59031,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57026,6 +59060,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57054,6 +59089,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57082,6 +59118,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57110,6 +59147,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57138,6 +59176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57166,6 +59205,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57194,6 +59234,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57222,6 +59263,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57250,6 +59292,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57278,6 +59321,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57306,6 +59350,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57334,6 +59379,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57362,6 +59408,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57390,6 +59437,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57418,6 +59466,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57446,6 +59495,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57474,6 +59524,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57502,6 +59553,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57530,6 +59582,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57558,6 +59611,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57586,6 +59640,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57614,6 +59669,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57642,6 +59698,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57670,6 +59727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57698,6 +59756,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57726,6 +59785,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57754,6 +59814,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57782,6 +59843,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57810,6 +59872,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57838,6 +59901,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57866,6 +59930,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57894,6 +59959,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57922,6 +59988,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57950,6 +60017,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57978,6 +60046,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58006,6 +60075,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58034,6 +60104,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58062,6 +60133,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58090,6 +60162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58118,6 +60191,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58146,6 +60220,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58174,6 +60249,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58202,6 +60278,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58230,6 +60307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58258,6 +60336,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58286,6 +60365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58314,6 +60394,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58342,6 +60423,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58370,6 +60452,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58398,6 +60481,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58426,6 +60510,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58454,6 +60539,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58482,6 +60568,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58510,6 +60597,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58538,6 +60626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58566,6 +60655,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58594,6 +60684,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58622,6 +60713,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58650,6 +60742,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58678,6 +60771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58706,6 +60800,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58734,6 +60829,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58762,6 +60858,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58790,6 +60887,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58818,6 +60916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58846,6 +60945,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58874,6 +60974,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58902,6 +61003,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58930,6 +61032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58958,6 +61061,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58986,6 +61090,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59014,6 +61119,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59042,6 +61148,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59070,6 +61177,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59098,6 +61206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59126,6 +61235,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59154,6 +61264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59182,6 +61293,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59210,6 +61322,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59238,6 +61351,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59266,6 +61380,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59294,6 +61409,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59322,6 +61438,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59350,6 +61467,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59378,6 +61496,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59406,6 +61525,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59434,6 +61554,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59462,6 +61583,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59490,6 +61612,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59518,6 +61641,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59546,6 +61670,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59574,6 +61699,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59602,6 +61728,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59630,6 +61757,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59658,6 +61786,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59686,6 +61815,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59714,6 +61844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59742,6 +61873,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59770,6 +61902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59798,6 +61931,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59826,6 +61960,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59854,6 +61989,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59882,6 +62018,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59910,6 +62047,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59938,6 +62076,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59966,6 +62105,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59994,6 +62134,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60022,6 +62163,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60050,6 +62192,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60078,6 +62221,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60106,6 +62250,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60134,6 +62279,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60162,6 +62308,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60190,6 +62337,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60218,6 +62366,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60246,6 +62395,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60274,6 +62424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60302,6 +62453,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60330,6 +62482,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60358,6 +62511,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60386,6 +62540,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60414,6 +62569,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60442,6 +62598,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60470,6 +62627,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60498,6 +62656,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60526,6 +62685,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60554,6 +62714,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60582,6 +62743,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60610,6 +62772,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60638,6 +62801,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60666,6 +62830,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60694,6 +62859,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60722,6 +62888,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60750,6 +62917,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60778,6 +62946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60806,6 +62975,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60834,6 +63004,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60862,6 +63033,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60890,6 +63062,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60918,6 +63091,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60946,6 +63120,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60974,6 +63149,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61002,6 +63178,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61030,6 +63207,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61058,6 +63236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61086,6 +63265,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61114,6 +63294,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61142,6 +63323,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61170,6 +63352,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61198,6 +63381,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61226,6 +63410,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61254,6 +63439,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61282,6 +63468,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61310,6 +63497,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61338,6 +63526,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61366,6 +63555,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61394,6 +63584,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61422,6 +63613,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61450,6 +63642,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61478,6 +63671,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61506,6 +63700,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61534,6 +63729,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61562,6 +63758,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61590,6 +63787,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61618,6 +63816,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61646,6 +63845,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61674,6 +63874,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61702,6 +63903,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61730,6 +63932,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61758,6 +63961,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61786,6 +63990,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61814,6 +64019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61842,6 +64048,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61870,6 +64077,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61898,6 +64106,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61926,6 +64135,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61954,6 +64164,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61982,6 +64193,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62010,6 +64222,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62038,6 +64251,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62066,6 +64280,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62094,6 +64309,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62122,6 +64338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62150,6 +64367,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62178,6 +64396,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62206,6 +64425,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62234,6 +64454,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62262,6 +64483,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62290,6 +64512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62318,6 +64541,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62346,6 +64570,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62374,6 +64599,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62402,6 +64628,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62430,6 +64657,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62458,6 +64686,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62486,6 +64715,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62514,6 +64744,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62542,6 +64773,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62570,6 +64802,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62598,6 +64831,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62626,6 +64860,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62654,6 +64889,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62682,6 +64918,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62710,6 +64947,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62738,6 +64976,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62766,6 +65005,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62794,6 +65034,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62822,6 +65063,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62850,6 +65092,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62878,6 +65121,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62906,6 +65150,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62934,6 +65179,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62962,6 +65208,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62990,6 +65237,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63018,6 +65266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63046,6 +65295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63074,6 +65324,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63102,6 +65353,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63130,6 +65382,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63158,6 +65411,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63186,6 +65440,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63214,6 +65469,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63242,6 +65498,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63270,6 +65527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63298,6 +65556,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63326,6 +65585,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63354,6 +65614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63382,6 +65643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63410,6 +65672,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63438,6 +65701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63466,6 +65730,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63494,6 +65759,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63522,6 +65788,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63550,6 +65817,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63578,6 +65846,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63606,6 +65875,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63634,6 +65904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63662,6 +65933,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63690,6 +65962,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63718,6 +65991,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63746,6 +66020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63774,6 +66049,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63802,6 +66078,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63830,6 +66107,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63858,6 +66136,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63886,6 +66165,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63914,6 +66194,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63942,6 +66223,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63970,6 +66252,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63998,6 +66281,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64026,6 +66310,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64054,6 +66339,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64082,6 +66368,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64110,6 +66397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64138,6 +66426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64166,6 +66455,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64194,6 +66484,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64222,6 +66513,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64250,6 +66542,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64278,6 +66571,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64306,6 +66600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64334,6 +66629,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64362,6 +66658,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64390,6 +66687,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64418,6 +66716,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64446,6 +66745,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64474,6 +66774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64502,6 +66803,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64530,6 +66832,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64558,6 +66861,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64586,6 +66890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64614,6 +66919,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64642,6 +66948,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64670,6 +66977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64698,6 +67006,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64726,6 +67035,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64754,6 +67064,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64782,6 +67093,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64810,6 +67122,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64838,6 +67151,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64866,6 +67180,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64894,6 +67209,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64922,6 +67238,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64950,6 +67267,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64978,6 +67296,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65006,6 +67325,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65034,6 +67354,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65062,6 +67383,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65090,6 +67412,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65118,6 +67441,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65146,6 +67470,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65174,6 +67499,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65202,6 +67528,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65230,6 +67557,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65258,6 +67586,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65286,6 +67615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65314,6 +67644,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65342,6 +67673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65370,6 +67702,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65398,6 +67731,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65426,6 +67760,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65454,6 +67789,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65482,6 +67818,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65510,6 +67847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65538,6 +67876,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65566,6 +67905,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65594,6 +67934,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65622,6 +67963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65650,6 +67992,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65678,6 +68021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65706,6 +68050,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65734,6 +68079,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65762,6 +68108,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65790,6 +68137,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65818,6 +68166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65846,6 +68195,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65874,6 +68224,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65902,6 +68253,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65930,6 +68282,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65958,6 +68311,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65986,6 +68340,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66014,6 +68369,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66042,6 +68398,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66070,6 +68427,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66098,6 +68456,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66126,6 +68485,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66154,6 +68514,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66182,6 +68543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66210,6 +68572,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66238,6 +68601,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66266,6 +68630,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66294,6 +68659,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66322,6 +68688,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66350,6 +68717,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66378,6 +68746,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66406,6 +68775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66434,6 +68804,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66462,6 +68833,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66490,6 +68862,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66518,6 +68891,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66546,6 +68920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66574,6 +68949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66602,6 +68978,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66630,6 +69007,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66658,6 +69036,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66686,6 +69065,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66714,6 +69094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66742,6 +69123,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66770,6 +69152,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66798,6 +69181,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66826,6 +69210,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66854,6 +69239,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66882,6 +69268,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66910,6 +69297,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66938,6 +69326,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66966,6 +69355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66994,6 +69384,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67022,6 +69413,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67050,6 +69442,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67078,6 +69471,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67106,6 +69500,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67134,6 +69529,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67162,6 +69558,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67190,6 +69587,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67218,6 +69616,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67246,6 +69645,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67274,6 +69674,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67302,6 +69703,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67330,6 +69732,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67358,6 +69761,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67386,6 +69790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67414,6 +69819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67442,6 +69848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67470,6 +69877,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67498,6 +69906,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67526,6 +69935,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67554,6 +69964,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67582,6 +69993,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67610,6 +70022,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67638,6 +70051,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67666,6 +70080,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67694,6 +70109,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67722,6 +70138,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67750,6 +70167,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67778,6 +70196,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67806,6 +70225,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67834,6 +70254,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67862,6 +70283,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67890,6 +70312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67918,6 +70341,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67946,6 +70370,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67974,6 +70399,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68002,6 +70428,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68030,6 +70457,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68058,6 +70486,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68086,6 +70515,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68114,6 +70544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68142,6 +70573,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68170,6 +70602,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68198,6 +70631,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68226,6 +70660,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68254,6 +70689,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68282,6 +70718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68310,6 +70747,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68338,6 +70776,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68366,6 +70805,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68394,6 +70834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68422,6 +70863,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68450,6 +70892,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68478,6 +70921,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68506,6 +70950,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68534,6 +70979,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68562,6 +71008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68590,6 +71037,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68618,6 +71066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68646,6 +71095,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68674,6 +71124,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68702,6 +71153,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68730,6 +71182,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68758,6 +71211,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68786,6 +71240,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68814,6 +71269,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68842,6 +71298,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68870,6 +71327,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68898,6 +71356,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68926,6 +71385,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68954,6 +71414,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68982,6 +71443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69010,6 +71472,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69038,6 +71501,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69066,6 +71530,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69094,6 +71559,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69122,6 +71588,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69150,6 +71617,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69178,6 +71646,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69206,6 +71675,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69234,6 +71704,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69262,6 +71733,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69290,6 +71762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69318,6 +71791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69346,6 +71820,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69374,6 +71849,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69402,6 +71878,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69430,6 +71907,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69458,6 +71936,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69486,6 +71965,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69514,6 +71994,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69542,6 +72023,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69570,6 +72052,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69598,6 +72081,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -69626,6 +72110,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69654,6 +72139,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69682,6 +72168,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69710,6 +72197,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69738,6 +72226,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69766,6 +72255,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69794,6 +72284,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69822,6 +72313,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69850,6 +72342,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69878,6 +72371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69906,6 +72400,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69934,6 +72429,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69962,6 +72458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69990,6 +72487,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70018,6 +72516,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70046,6 +72545,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70074,6 +72574,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70102,6 +72603,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70130,6 +72632,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70158,6 +72661,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70186,6 +72690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70214,6 +72719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70242,6 +72748,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70270,6 +72777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70298,6 +72806,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70326,6 +72835,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70354,6 +72864,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70382,6 +72893,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70410,6 +72922,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70438,6 +72951,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70466,6 +72980,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70494,6 +73009,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70522,6 +73038,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70550,6 +73067,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70578,6 +73096,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70606,6 +73125,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70634,6 +73154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70662,6 +73183,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70690,6 +73212,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70718,6 +73241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70746,6 +73270,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70774,6 +73299,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70802,6 +73328,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70830,6 +73357,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70858,6 +73386,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70886,6 +73415,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70914,6 +73444,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70942,6 +73473,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70970,6 +73502,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70998,6 +73531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71026,6 +73560,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71054,6 +73589,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71082,6 +73618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71110,6 +73647,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71138,6 +73676,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71166,6 +73705,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71194,6 +73734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71222,6 +73763,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71250,6 +73792,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71278,6 +73821,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71306,6 +73850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71334,6 +73879,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71362,6 +73908,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71390,6 +73937,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71418,6 +73966,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71446,6 +73995,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71474,6 +74024,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71502,6 +74053,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71530,6 +74082,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71558,6 +74111,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71586,6 +74140,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71614,6 +74169,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71642,6 +74198,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71670,6 +74227,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71698,6 +74256,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71726,6 +74285,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71754,6 +74314,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71782,6 +74343,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71810,6 +74372,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71838,6 +74401,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71866,6 +74430,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71894,6 +74459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71922,6 +74488,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71950,6 +74517,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71978,6 +74546,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72006,6 +74575,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72034,6 +74604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72062,6 +74633,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72090,6 +74662,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72118,6 +74691,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72146,6 +74720,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72174,6 +74749,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72202,6 +74778,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72230,6 +74807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72258,6 +74836,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72286,6 +74865,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72314,6 +74894,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72342,6 +74923,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72370,6 +74952,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72398,6 +74981,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72426,6 +75010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72454,6 +75039,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72482,6 +75068,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72510,6 +75097,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72538,6 +75126,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72566,6 +75155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72594,6 +75184,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72622,6 +75213,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72650,6 +75242,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72678,6 +75271,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72706,6 +75300,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72734,6 +75329,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72762,6 +75358,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72790,6 +75387,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72818,6 +75416,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72846,6 +75445,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72874,6 +75474,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72902,6 +75503,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72930,6 +75532,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72958,6 +75561,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -72986,6 +75590,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73014,6 +75619,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73042,6 +75648,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73070,6 +75677,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73098,6 +75706,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73126,6 +75735,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73154,6 +75764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73182,6 +75793,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73210,6 +75822,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73238,6 +75851,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73266,6 +75880,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73294,6 +75909,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73322,6 +75938,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73350,6 +75967,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -73378,6 +75996,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73406,6 +76025,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73434,6 +76054,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73462,6 +76083,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73490,6 +76112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73518,6 +76141,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73546,6 +76170,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73574,6 +76199,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73602,6 +76228,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73630,6 +76257,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73658,6 +76286,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73686,6 +76315,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73714,6 +76344,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73742,6 +76373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73770,6 +76402,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73798,6 +76431,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73826,6 +76460,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73854,6 +76489,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73882,6 +76518,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73910,6 +76547,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73938,6 +76576,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73966,6 +76605,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73994,6 +76634,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74022,6 +76663,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74050,6 +76692,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74078,6 +76721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74106,6 +76750,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74134,6 +76779,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74162,6 +76808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74190,6 +76837,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74218,6 +76866,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74246,6 +76895,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74274,6 +76924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74302,6 +76953,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74330,6 +76982,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74358,6 +77011,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74386,6 +77040,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74414,6 +77069,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74442,6 +77098,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74470,6 +77127,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74498,6 +77156,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74526,6 +77185,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74554,6 +77214,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74582,6 +77243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74610,6 +77272,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74638,6 +77301,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74666,6 +77330,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74694,6 +77359,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74722,6 +77388,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74750,6 +77417,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74778,6 +77446,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74806,6 +77475,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74834,6 +77504,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74862,6 +77533,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74890,6 +77562,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74918,6 +77591,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74946,6 +77620,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74974,6 +77649,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75002,6 +77678,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75030,6 +77707,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75058,6 +77736,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75086,6 +77765,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75114,6 +77794,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75142,6 +77823,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75170,6 +77852,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75198,6 +77881,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75226,6 +77910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75254,6 +77939,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75282,6 +77968,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75310,6 +77997,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75338,6 +78026,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75366,6 +78055,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75394,6 +78084,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75422,6 +78113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75450,6 +78142,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75478,6 +78171,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75506,6 +78200,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75534,6 +78229,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75562,6 +78258,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75590,6 +78287,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75618,6 +78316,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75646,6 +78345,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75674,6 +78374,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75702,6 +78403,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75730,6 +78432,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75758,6 +78461,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -75786,6 +78490,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75814,6 +78519,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75842,6 +78548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75870,6 +78577,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75898,6 +78606,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75926,6 +78635,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75954,6 +78664,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75982,6 +78693,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76010,6 +78722,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76038,6 +78751,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76066,6 +78780,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76094,6 +78809,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76122,6 +78838,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76150,6 +78867,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76178,6 +78896,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76206,6 +78925,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76234,6 +78954,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76262,6 +78983,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76290,6 +79012,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76318,6 +79041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76346,6 +79070,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76374,6 +79099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76402,6 +79128,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76430,6 +79157,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76458,6 +79186,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76486,6 +79215,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76514,6 +79244,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76542,6 +79273,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76570,6 +79302,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76598,6 +79331,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76626,6 +79360,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76654,6 +79389,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76682,6 +79418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76710,6 +79447,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76738,6 +79476,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76766,6 +79505,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76794,6 +79534,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76822,6 +79563,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76850,6 +79592,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76878,6 +79621,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76906,6 +79650,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76934,6 +79679,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76962,6 +79708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76990,6 +79737,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77018,6 +79766,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77046,6 +79795,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77074,6 +79824,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77102,6 +79853,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77130,6 +79882,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77158,6 +79911,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77186,6 +79940,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77214,6 +79969,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77242,6 +79998,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77270,6 +80027,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77298,6 +80056,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77326,6 +80085,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77354,6 +80114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77382,6 +80143,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77410,6 +80172,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77438,6 +80201,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77466,6 +80230,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77494,6 +80259,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77522,6 +80288,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77550,6 +80317,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77578,6 +80346,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77606,6 +80375,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77634,6 +80404,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77662,6 +80433,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77690,6 +80462,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77718,6 +80491,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77746,6 +80520,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77774,6 +80549,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77802,6 +80578,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77830,6 +80607,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77858,6 +80636,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77886,6 +80665,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77914,6 +80694,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77942,6 +80723,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77970,6 +80752,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77998,6 +80781,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78026,6 +80810,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78054,6 +80839,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78082,6 +80868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78110,6 +80897,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78138,6 +80926,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78166,6 +80955,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78194,6 +80984,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78222,6 +81013,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78250,6 +81042,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78278,6 +81071,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78306,6 +81100,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78334,6 +81129,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78362,6 +81158,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78390,6 +81187,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78418,6 +81216,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78446,6 +81245,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78474,6 +81274,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78502,6 +81303,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78530,6 +81332,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78558,6 +81361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78586,6 +81390,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78614,6 +81419,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78642,6 +81448,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78670,6 +81477,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78698,6 +81506,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78726,6 +81535,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78754,6 +81564,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78782,6 +81593,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78810,6 +81622,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78838,6 +81651,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78866,6 +81680,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78894,6 +81709,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78922,6 +81738,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78950,6 +81767,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78978,6 +81796,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79006,6 +81825,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79034,6 +81854,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79062,6 +81883,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79090,6 +81912,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79118,6 +81941,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79146,6 +81970,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79174,6 +81999,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79202,6 +82028,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79230,6 +82057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79258,6 +82086,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79286,6 +82115,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79314,6 +82144,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79342,6 +82173,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79370,6 +82202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79398,6 +82231,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79426,6 +82260,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79454,6 +82289,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79482,6 +82318,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79510,6 +82347,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79538,6 +82376,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79566,6 +82405,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79594,6 +82434,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79622,6 +82463,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79650,6 +82492,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79678,6 +82521,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79706,6 +82550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79734,6 +82579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79762,6 +82608,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79790,6 +82637,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79818,6 +82666,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79846,6 +82695,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79874,6 +82724,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79902,6 +82753,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79930,6 +82782,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79958,6 +82811,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -79986,6 +82840,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -80014,6 +82869,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -80042,6 +82898,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -80070,6 +82927,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -80098,6 +82956,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80126,6 +82985,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80154,6 +83014,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80182,6 +83043,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80210,6 +83072,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80238,6 +83101,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80266,6 +83130,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80294,6 +83159,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80322,6 +83188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80350,6 +83217,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80378,6 +83246,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80406,6 +83275,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80434,6 +83304,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80462,6 +83333,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80490,6 +83362,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80518,6 +83391,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80546,6 +83420,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80574,6 +83449,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80602,6 +83478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80630,6 +83507,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80658,6 +83536,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80686,6 +83565,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80714,6 +83594,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80742,6 +83623,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80770,6 +83652,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80798,6 +83681,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80826,6 +83710,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80854,6 +83739,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80882,6 +83768,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80910,6 +83797,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80938,6 +83826,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80966,6 +83855,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80994,6 +83884,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81022,6 +83913,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81050,6 +83942,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81078,6 +83971,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81106,6 +84000,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81134,6 +84029,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81162,6 +84058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81190,6 +84087,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81218,6 +84116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81246,6 +84145,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81274,6 +84174,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81302,6 +84203,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81330,6 +84232,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81358,6 +84261,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81386,6 +84290,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81414,6 +84319,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81442,6 +84348,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81470,6 +84377,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81498,6 +84406,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81526,6 +84435,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81554,6 +84464,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81582,6 +84493,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81610,6 +84522,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81638,6 +84551,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81666,6 +84580,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81694,6 +84609,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81722,6 +84638,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81750,6 +84667,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81778,6 +84696,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81806,6 +84725,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81834,6 +84754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81862,6 +84783,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81890,6 +84812,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81918,6 +84841,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81946,6 +84870,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81974,6 +84899,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82002,6 +84928,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82030,6 +84957,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82058,6 +84986,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82086,6 +85015,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82114,6 +85044,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82142,6 +85073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82170,6 +85102,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82198,6 +85131,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82226,6 +85160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82254,6 +85189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82282,6 +85218,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82310,6 +85247,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82338,6 +85276,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82366,6 +85305,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82394,6 +85334,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82422,6 +85363,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82450,6 +85392,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82478,6 +85421,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82506,6 +85450,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82534,6 +85479,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82562,6 +85508,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82590,6 +85537,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82618,6 +85566,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82646,6 +85595,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82674,6 +85624,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82702,6 +85653,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82730,6 +85682,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82758,6 +85711,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82786,6 +85740,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82814,6 +85769,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82842,6 +85798,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82870,6 +85827,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82898,6 +85856,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82926,6 +85885,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82954,6 +85914,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82982,6 +85943,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83010,6 +85972,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83038,6 +86001,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83066,6 +86030,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83094,6 +86059,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83122,6 +86088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83150,6 +86117,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83178,6 +86146,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83206,6 +86175,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83234,6 +86204,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83262,6 +86233,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83290,6 +86262,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83318,6 +86291,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83346,6 +86320,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83374,6 +86349,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83402,6 +86378,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83430,6 +86407,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83458,6 +86436,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83486,6 +86465,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83514,6 +86494,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83542,6 +86523,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83570,6 +86552,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83598,6 +86581,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83626,6 +86610,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83654,6 +86639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83682,6 +86668,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83710,6 +86697,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83738,6 +86726,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83766,6 +86755,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83794,6 +86784,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83822,6 +86813,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83850,6 +86842,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83878,6 +86871,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83906,6 +86900,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83934,6 +86929,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83962,6 +86958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83990,6 +86987,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84018,6 +87016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84046,6 +87045,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84074,6 +87074,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84102,6 +87103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84130,6 +87132,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84158,6 +87161,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84186,6 +87190,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84214,6 +87219,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84242,6 +87248,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84270,6 +87277,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84298,6 +87306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84326,6 +87335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84354,6 +87364,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84382,6 +87393,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84410,6 +87422,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84438,6 +87451,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84466,6 +87480,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84494,6 +87509,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84522,6 +87538,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84550,6 +87567,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84578,6 +87596,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84606,6 +87625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84634,6 +87654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84662,6 +87683,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84690,6 +87712,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84718,6 +87741,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84746,6 +87770,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84774,6 +87799,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84802,6 +87828,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84830,6 +87857,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84858,6 +87886,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84886,6 +87915,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84914,6 +87944,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84942,6 +87973,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84970,6 +88002,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84998,6 +88031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85026,6 +88060,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85054,6 +88089,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85082,6 +88118,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85110,6 +88147,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85138,6 +88176,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85166,6 +88205,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85194,6 +88234,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85222,6 +88263,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85250,6 +88292,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85278,6 +88321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85306,6 +88350,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85334,6 +88379,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85362,6 +88408,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85390,6 +88437,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85418,6 +88466,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85446,6 +88495,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85474,6 +88524,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85502,6 +88553,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85530,6 +88582,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85558,6 +88611,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85586,6 +88640,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85614,6 +88669,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85642,6 +88698,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85670,6 +88727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85698,6 +88756,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85726,6 +88785,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85754,6 +88814,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85782,6 +88843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85810,6 +88872,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85838,6 +88901,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85866,6 +88930,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85894,6 +88959,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85922,6 +88988,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85950,6 +89017,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85978,6 +89046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86006,6 +89075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86034,6 +89104,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86062,6 +89133,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86090,6 +89162,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86118,6 +89191,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86146,6 +89220,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86174,6 +89249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86202,6 +89278,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86230,6 +89307,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86258,6 +89336,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86286,6 +89365,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86314,6 +89394,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86342,6 +89423,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86370,6 +89452,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86398,6 +89481,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86426,6 +89510,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86454,6 +89539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86482,6 +89568,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86510,6 +89597,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86538,6 +89626,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86566,6 +89655,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86594,6 +89684,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86622,6 +89713,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86650,6 +89742,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86678,6 +89771,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86706,6 +89800,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86734,6 +89829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86762,6 +89858,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86790,6 +89887,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86818,6 +89916,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86846,6 +89945,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86874,6 +89974,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86902,6 +90003,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86930,6 +90032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86958,6 +90061,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86986,6 +90090,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87014,6 +90119,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87042,6 +90148,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87070,6 +90177,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87098,6 +90206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87126,6 +90235,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87154,6 +90264,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87182,6 +90293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87210,6 +90322,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87238,6 +90351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87266,6 +90380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87294,6 +90409,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87322,6 +90438,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87350,6 +90467,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87378,6 +90496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87406,6 +90525,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87434,6 +90554,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87462,6 +90583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87490,6 +90612,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87518,6 +90641,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87546,6 +90670,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87574,6 +90699,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87602,6 +90728,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87630,6 +90757,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87658,6 +90786,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87686,6 +90815,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87714,6 +90844,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87742,6 +90873,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87770,6 +90902,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87798,6 +90931,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87826,6 +90960,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87854,6 +90989,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87882,6 +91018,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87910,6 +91047,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87938,6 +91076,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87966,6 +91105,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87994,6 +91134,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88022,6 +91163,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88050,6 +91192,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88078,6 +91221,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88106,6 +91250,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88134,6 +91279,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88162,6 +91308,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88190,6 +91337,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88218,6 +91366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88246,6 +91395,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88274,6 +91424,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88302,6 +91453,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88330,6 +91482,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88358,6 +91511,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88386,6 +91540,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88414,6 +91569,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88442,6 +91598,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88470,6 +91627,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88498,6 +91656,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88526,6 +91685,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88554,6 +91714,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88582,6 +91743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88610,6 +91772,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88638,6 +91801,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88666,6 +91830,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88694,6 +91859,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88722,6 +91888,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88750,6 +91917,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88778,6 +91946,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88806,6 +91975,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88834,6 +92004,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88862,6 +92033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88890,6 +92062,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88918,6 +92091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88946,6 +92120,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88974,6 +92149,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89002,6 +92178,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89030,6 +92207,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89058,6 +92236,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89086,6 +92265,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89114,6 +92294,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89142,6 +92323,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89170,6 +92352,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89198,6 +92381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89226,6 +92410,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89254,6 +92439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89282,6 +92468,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89310,6 +92497,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89338,6 +92526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89366,6 +92555,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89394,6 +92584,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89422,6 +92613,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89450,6 +92642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89478,6 +92671,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89506,6 +92700,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89534,6 +92729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89562,6 +92758,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89590,6 +92787,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89618,6 +92816,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89646,6 +92845,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89674,6 +92874,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89702,6 +92903,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89730,6 +92932,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89758,6 +92961,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89786,6 +92990,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89814,6 +93019,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89842,6 +93048,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89870,6 +93077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89898,6 +93106,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89926,6 +93135,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89954,6 +93164,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89982,6 +93193,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90010,6 +93222,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90038,6 +93251,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90066,6 +93280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90094,6 +93309,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90122,6 +93338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90150,6 +93367,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90178,6 +93396,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90206,6 +93425,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90234,6 +93454,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90262,6 +93483,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90290,6 +93512,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90318,6 +93541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90346,6 +93570,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90374,6 +93599,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90402,6 +93628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90430,6 +93657,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90458,6 +93686,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90486,6 +93715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90514,6 +93744,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90542,6 +93773,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90570,6 +93802,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90598,6 +93831,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90626,6 +93860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90654,6 +93889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90682,6 +93918,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90710,6 +93947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90738,6 +93976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90766,6 +94005,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90794,6 +94034,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90822,6 +94063,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90850,6 +94092,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90878,6 +94121,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90906,6 +94150,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90934,6 +94179,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90962,6 +94208,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90990,6 +94237,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91018,6 +94266,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91046,6 +94295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91074,6 +94324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91102,6 +94353,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91130,6 +94382,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91158,6 +94411,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91186,6 +94440,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91214,6 +94469,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91242,6 +94498,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91270,6 +94527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91298,6 +94556,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91326,6 +94585,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91354,6 +94614,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91382,6 +94643,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91410,6 +94672,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91438,6 +94701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91466,6 +94730,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91494,6 +94759,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91522,6 +94788,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91550,6 +94817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91578,6 +94846,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91606,6 +94875,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91634,6 +94904,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91662,6 +94933,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91690,6 +94962,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91718,6 +94991,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91746,6 +95020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91774,6 +95049,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91802,6 +95078,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91830,6 +95107,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91858,6 +95136,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91886,6 +95165,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91914,6 +95194,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91942,6 +95223,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91970,6 +95252,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91998,6 +95281,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92026,6 +95310,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92054,6 +95339,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92082,6 +95368,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92110,6 +95397,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92138,6 +95426,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92166,6 +95455,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92194,6 +95484,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92222,6 +95513,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92250,6 +95542,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92278,6 +95571,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92306,6 +95600,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92334,6 +95629,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92362,6 +95658,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92390,6 +95687,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92418,6 +95716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92446,6 +95745,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92474,6 +95774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92502,6 +95803,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92530,6 +95832,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92558,6 +95861,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92586,6 +95890,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92614,6 +95919,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92642,6 +95948,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92670,6 +95977,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92698,6 +96006,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92726,6 +96035,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92754,6 +96064,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92782,6 +96093,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92810,6 +96122,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92838,6 +96151,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92866,6 +96180,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92894,6 +96209,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92922,6 +96238,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92950,6 +96267,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92978,6 +96296,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93006,6 +96325,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93034,6 +96354,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93062,6 +96383,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93090,6 +96412,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93118,6 +96441,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93146,6 +96470,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93174,6 +96499,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93202,6 +96528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93230,6 +96557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93258,6 +96586,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93286,6 +96615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93314,6 +96644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93342,6 +96673,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93370,6 +96702,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93398,6 +96731,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93426,6 +96760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93454,6 +96789,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93482,6 +96818,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93510,6 +96847,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93538,6 +96876,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93566,6 +96905,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93594,6 +96934,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93622,6 +96963,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93650,6 +96992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93678,6 +97021,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93706,6 +97050,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93734,6 +97079,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93762,6 +97108,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93790,6 +97137,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93818,6 +97166,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93846,6 +97195,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93874,6 +97224,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93902,6 +97253,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93930,6 +97282,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93958,6 +97311,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93986,6 +97340,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94014,6 +97369,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94042,6 +97398,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94070,6 +97427,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94098,6 +97456,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94126,6 +97485,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94154,6 +97514,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94182,6 +97543,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94210,6 +97572,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94238,6 +97601,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94266,6 +97630,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94294,6 +97659,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94322,6 +97688,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94350,6 +97717,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94378,6 +97746,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94406,6 +97775,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94434,6 +97804,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94462,6 +97833,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94490,6 +97862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94518,6 +97891,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94546,6 +97920,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94574,6 +97949,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94602,6 +97978,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94630,6 +98007,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94658,6 +98036,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94686,6 +98065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94714,6 +98094,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94742,6 +98123,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94770,6 +98152,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94798,6 +98181,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94826,6 +98210,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94854,6 +98239,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94882,6 +98268,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94910,6 +98297,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94938,6 +98326,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94966,6 +98355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94994,6 +98384,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95022,6 +98413,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95050,6 +98442,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95078,6 +98471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95106,6 +98500,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95134,6 +98529,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95162,6 +98558,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95190,6 +98587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95218,6 +98616,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95246,6 +98645,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95274,6 +98674,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95302,6 +98703,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95330,6 +98732,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95358,6 +98761,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95386,6 +98790,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95414,6 +98819,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95442,6 +98848,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95470,6 +98877,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95498,6 +98906,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95526,6 +98935,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95554,6 +98964,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95582,6 +98993,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95610,6 +99022,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95638,6 +99051,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95666,6 +99080,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95694,6 +99109,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95722,6 +99138,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95750,6 +99167,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95778,6 +99196,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95806,6 +99225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95834,6 +99254,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95862,6 +99283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95890,6 +99312,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95918,6 +99341,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95946,6 +99370,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95974,6 +99399,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96002,6 +99428,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96030,6 +99457,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96058,6 +99486,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96086,6 +99515,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96114,6 +99544,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96142,6 +99573,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96170,6 +99602,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96198,6 +99631,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96226,6 +99660,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96254,6 +99689,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96282,6 +99718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96310,6 +99747,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96338,6 +99776,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96366,6 +99805,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96394,6 +99834,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96422,6 +99863,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96450,6 +99892,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96478,6 +99921,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96506,6 +99950,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96534,6 +99979,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96562,6 +100008,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96590,6 +100037,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96618,6 +100066,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96646,6 +100095,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96674,6 +100124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96702,6 +100153,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96730,6 +100182,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96758,6 +100211,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96786,6 +100240,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96814,6 +100269,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96842,6 +100298,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96870,6 +100327,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96898,6 +100356,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96926,6 +100385,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96954,6 +100414,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96982,6 +100443,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97010,6 +100472,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97038,6 +100501,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97066,6 +100530,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97094,6 +100559,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97122,6 +100588,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97150,6 +100617,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97178,6 +100646,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97206,6 +100675,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97234,6 +100704,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97262,6 +100733,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97290,6 +100762,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97318,6 +100791,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97346,6 +100820,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97374,6 +100849,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97402,6 +100878,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97430,6 +100907,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97458,6 +100936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97486,6 +100965,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97514,6 +100994,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97542,6 +101023,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97570,6 +101052,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97598,6 +101081,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97626,6 +101110,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97654,6 +101139,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97682,6 +101168,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97710,6 +101197,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97738,6 +101226,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97766,6 +101255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97794,6 +101284,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97822,6 +101313,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97850,6 +101342,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97878,6 +101371,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97906,6 +101400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97934,6 +101429,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97962,6 +101458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97990,6 +101487,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98018,6 +101516,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98046,6 +101545,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98074,6 +101574,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98102,6 +101603,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98130,6 +101632,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98158,6 +101661,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98186,6 +101690,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98214,6 +101719,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98242,6 +101748,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98270,6 +101777,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98298,6 +101806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98326,6 +101835,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98354,6 +101864,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98382,6 +101893,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98410,6 +101922,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98438,6 +101951,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98466,6 +101980,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98494,6 +102009,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98522,6 +102038,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98550,6 +102067,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98578,6 +102096,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98606,6 +102125,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98634,6 +102154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98662,6 +102183,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98690,6 +102212,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98718,6 +102241,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98746,6 +102270,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98774,6 +102299,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98802,6 +102328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98830,6 +102357,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98858,6 +102386,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98886,6 +102415,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98914,6 +102444,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98942,6 +102473,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98970,6 +102502,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98998,6 +102531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99026,6 +102560,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99054,6 +102589,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99082,6 +102618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99110,6 +102647,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99138,6 +102676,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99166,6 +102705,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99194,6 +102734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99222,6 +102763,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99250,6 +102792,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99278,6 +102821,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99306,6 +102850,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99334,6 +102879,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99362,6 +102908,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99390,6 +102937,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99418,6 +102966,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99446,6 +102995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99474,6 +103024,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99502,6 +103053,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99530,6 +103082,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99558,6 +103111,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99586,6 +103140,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99614,6 +103169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99642,6 +103198,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99670,6 +103227,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99698,6 +103256,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99726,6 +103285,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99754,6 +103314,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99782,6 +103343,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99810,6 +103372,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99838,6 +103401,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99866,6 +103430,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99894,6 +103459,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99922,6 +103488,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99950,6 +103517,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99978,6 +103546,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100006,6 +103575,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100034,6 +103604,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100062,6 +103633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100090,6 +103662,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100118,6 +103691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100146,6 +103720,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100174,6 +103749,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100202,6 +103778,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100230,6 +103807,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100258,6 +103836,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100286,6 +103865,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100314,6 +103894,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100342,6 +103923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100370,6 +103952,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100398,6 +103981,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100426,6 +104010,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100454,6 +104039,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100482,6 +104068,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100510,6 +104097,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100538,6 +104126,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100566,6 +104155,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100594,6 +104184,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100622,6 +104213,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100650,6 +104242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100678,6 +104271,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100706,6 +104300,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100734,6 +104329,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100762,6 +104358,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100790,6 +104387,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100818,6 +104416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100846,6 +104445,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100874,6 +104474,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100902,6 +104503,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100930,6 +104532,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100958,6 +104561,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100986,6 +104590,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101014,6 +104619,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101042,6 +104648,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101070,6 +104677,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101098,6 +104706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101126,6 +104735,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101154,6 +104764,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101182,6 +104793,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101210,6 +104822,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101238,6 +104851,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101266,6 +104880,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101294,6 +104909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101322,6 +104938,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101350,6 +104967,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101378,6 +104996,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101406,6 +105025,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101434,6 +105054,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101462,6 +105083,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101490,6 +105112,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101518,6 +105141,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101546,6 +105170,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101574,6 +105199,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101602,6 +105228,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101630,6 +105257,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101658,6 +105286,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101686,6 +105315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101714,6 +105344,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101742,6 +105373,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101770,6 +105402,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101798,6 +105431,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101826,6 +105460,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101854,6 +105489,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101882,6 +105518,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101910,6 +105547,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101938,6 +105576,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101966,6 +105605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101994,6 +105634,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102022,6 +105663,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102050,6 +105692,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102078,6 +105721,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102106,6 +105750,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102134,6 +105779,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102162,6 +105808,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102190,6 +105837,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102218,6 +105866,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102246,6 +105895,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102274,6 +105924,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102302,6 +105953,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102330,6 +105982,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102358,6 +106011,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102386,6 +106040,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102414,6 +106069,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102442,6 +106098,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102470,6 +106127,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102498,6 +106156,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102526,6 +106185,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102554,6 +106214,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102582,6 +106243,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102610,6 +106272,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102638,6 +106301,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102666,6 +106330,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102694,6 +106359,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102722,6 +106388,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102750,6 +106417,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102778,6 +106446,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102806,6 +106475,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102834,6 +106504,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102862,6 +106533,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102890,6 +106562,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102918,6 +106591,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102946,6 +106620,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102974,6 +106649,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103002,6 +106678,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103030,6 +106707,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103058,6 +106736,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103086,6 +106765,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103114,6 +106794,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103142,6 +106823,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103170,6 +106852,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103198,6 +106881,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103226,6 +106910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103254,6 +106939,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103282,6 +106968,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103310,6 +106997,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103338,6 +107026,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103366,6 +107055,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103394,6 +107084,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103422,6 +107113,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103450,6 +107142,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103478,6 +107171,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103506,6 +107200,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103534,6 +107229,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103562,6 +107258,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103590,6 +107287,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103618,6 +107316,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103646,6 +107345,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103674,6 +107374,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103702,6 +107403,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103730,6 +107432,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103758,6 +107461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103786,6 +107490,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103814,6 +107519,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103842,6 +107548,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103870,6 +107577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103898,6 +107606,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103926,6 +107635,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103954,6 +107664,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103982,6 +107693,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104010,6 +107722,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104038,6 +107751,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104066,6 +107780,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104094,6 +107809,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104122,6 +107838,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104150,6 +107867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104178,6 +107896,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104206,6 +107925,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104234,6 +107954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104262,6 +107983,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104290,6 +108012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104318,6 +108041,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104346,6 +108070,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104374,6 +108099,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104402,6 +108128,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104430,6 +108157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104458,6 +108186,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104486,6 +108215,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104514,6 +108244,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104542,6 +108273,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104570,6 +108302,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104598,6 +108331,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104626,6 +108360,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104654,6 +108389,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104682,6 +108418,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104710,6 +108447,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104738,6 +108476,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104766,6 +108505,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104794,6 +108534,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104822,6 +108563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104850,6 +108592,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104878,6 +108621,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104906,6 +108650,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104934,6 +108679,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104962,6 +108708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104990,6 +108737,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105018,6 +108766,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105046,6 +108795,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105074,6 +108824,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105102,6 +108853,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105130,6 +108882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105158,6 +108911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105186,6 +108940,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105214,6 +108969,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105242,6 +108998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105270,6 +109027,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105298,6 +109056,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105326,6 +109085,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105354,6 +109114,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105382,6 +109143,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105410,6 +109172,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105438,6 +109201,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105466,6 +109230,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105494,6 +109259,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105522,6 +109288,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105550,6 +109317,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105578,6 +109346,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105606,6 +109375,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105634,6 +109404,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105662,6 +109433,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105690,6 +109462,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105718,6 +109491,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105746,6 +109520,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105774,6 +109549,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105802,6 +109578,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105830,6 +109607,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105858,6 +109636,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105886,6 +109665,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105914,6 +109694,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105942,6 +109723,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105970,6 +109752,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105998,6 +109781,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106026,6 +109810,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106054,6 +109839,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106082,6 +109868,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106110,6 +109897,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106138,6 +109926,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106166,6 +109955,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106194,6 +109984,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106222,6 +110013,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106250,6 +110042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106278,6 +110071,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106306,6 +110100,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106334,6 +110129,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106362,6 +110158,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106390,6 +110187,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106418,6 +110216,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106446,6 +110245,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106474,6 +110274,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106502,6 +110303,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106530,6 +110332,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106558,6 +110361,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106586,6 +110390,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106614,6 +110419,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106642,6 +110448,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106670,6 +110477,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106698,6 +110506,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106726,6 +110535,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106754,6 +110564,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106782,6 +110593,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106810,6 +110622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106838,6 +110651,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106866,6 +110680,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106894,6 +110709,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106922,6 +110738,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106950,6 +110767,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106978,6 +110796,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107006,6 +110825,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107034,6 +110854,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107062,6 +110883,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107090,6 +110912,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107118,6 +110941,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107146,6 +110970,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107174,6 +110999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107202,6 +111028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107230,6 +111057,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107258,6 +111086,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107286,6 +111115,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107314,6 +111144,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107342,6 +111173,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107370,6 +111202,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107398,6 +111231,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107426,6 +111260,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107454,6 +111289,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107482,6 +111318,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107510,6 +111347,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107538,6 +111376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107566,6 +111405,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107594,6 +111434,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107622,6 +111463,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107650,6 +111492,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107678,6 +111521,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107706,6 +111550,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107734,6 +111579,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107762,6 +111608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107790,6 +111637,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107818,6 +111666,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107846,6 +111695,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107874,6 +111724,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107902,6 +111753,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107930,6 +111782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107958,6 +111811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107986,6 +111840,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108014,6 +111869,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108042,6 +111898,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108070,6 +111927,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108098,6 +111956,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108126,6 +111985,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108154,6 +112014,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108182,6 +112043,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108210,6 +112072,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108238,6 +112101,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108266,6 +112130,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108294,6 +112159,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108322,6 +112188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108350,6 +112217,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108378,6 +112246,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108406,6 +112275,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108434,6 +112304,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108462,6 +112333,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108490,6 +112362,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108518,6 +112391,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108546,6 +112420,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108574,6 +112449,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108602,6 +112478,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108630,6 +112507,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108658,6 +112536,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108686,6 +112565,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108714,6 +112594,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108742,6 +112623,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108770,6 +112652,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108798,6 +112681,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108826,6 +112710,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108854,6 +112739,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108882,6 +112768,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108910,6 +112797,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108938,6 +112826,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108966,6 +112855,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108994,6 +112884,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109022,6 +112913,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109050,6 +112942,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109078,6 +112971,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109106,6 +113000,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109134,6 +113029,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109162,6 +113058,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109190,6 +113087,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109218,6 +113116,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109246,6 +113145,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109274,6 +113174,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109302,6 +113203,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109330,6 +113232,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109358,6 +113261,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109386,6 +113290,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109414,6 +113319,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109442,6 +113348,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109470,6 +113377,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109498,6 +113406,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109526,6 +113435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109554,6 +113464,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109582,6 +113493,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109610,6 +113522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109638,6 +113551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109666,6 +113580,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109694,6 +113609,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109722,6 +113638,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109750,6 +113667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109778,6 +113696,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109806,6 +113725,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109834,6 +113754,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109862,6 +113783,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109890,6 +113812,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109918,6 +113841,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109946,6 +113870,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109974,6 +113899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110002,6 +113928,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110030,6 +113957,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110058,6 +113986,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110086,6 +114015,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110114,6 +114044,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110142,6 +114073,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110170,6 +114102,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110198,6 +114131,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110226,6 +114160,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110254,6 +114189,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110282,6 +114218,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110310,6 +114247,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110338,6 +114276,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110366,6 +114305,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110394,6 +114334,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110422,6 +114363,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110450,6 +114392,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110478,6 +114421,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110506,6 +114450,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110534,6 +114479,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110562,6 +114508,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110590,6 +114537,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110618,6 +114566,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110646,6 +114595,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110674,6 +114624,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110702,6 +114653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110730,6 +114682,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110758,6 +114711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110786,6 +114740,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110814,6 +114769,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110842,6 +114798,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110870,6 +114827,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110898,6 +114856,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110926,6 +114885,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110954,6 +114914,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110982,6 +114943,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111010,6 +114972,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111038,6 +115001,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111066,6 +115030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111094,6 +115059,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111122,6 +115088,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111150,6 +115117,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111178,6 +115146,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111206,6 +115175,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111234,6 +115204,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111262,6 +115233,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111290,6 +115262,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111318,6 +115291,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111346,6 +115320,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111374,6 +115349,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111402,6 +115378,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111430,6 +115407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111458,6 +115436,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111486,6 +115465,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111514,6 +115494,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111542,6 +115523,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111570,6 +115552,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111598,6 +115581,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111626,6 +115610,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111654,6 +115639,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111682,6 +115668,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111710,6 +115697,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111738,6 +115726,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111766,6 +115755,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111794,6 +115784,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111822,6 +115813,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111850,6 +115842,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111878,6 +115871,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111906,6 +115900,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111934,6 +115929,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111962,6 +115958,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111990,6 +115987,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112018,6 +116016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112046,6 +116045,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112074,6 +116074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112102,6 +116103,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112130,6 +116132,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112158,6 +116161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112186,6 +116190,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112214,6 +116219,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112242,6 +116248,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112270,6 +116277,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112298,6 +116306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112326,6 +116335,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112354,6 +116364,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112382,6 +116393,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112410,6 +116422,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112438,6 +116451,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112466,6 +116480,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112494,6 +116509,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112522,6 +116538,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112550,6 +116567,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112578,6 +116596,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112606,6 +116625,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112634,6 +116654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112662,6 +116683,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112690,6 +116712,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112718,6 +116741,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112746,6 +116770,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112774,6 +116799,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112802,6 +116828,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112830,6 +116857,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112858,6 +116886,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112886,6 +116915,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112914,6 +116944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112942,6 +116973,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112970,6 +117002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112998,6 +117031,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113026,6 +117060,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113054,6 +117089,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113082,6 +117118,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113110,6 +117147,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113138,6 +117176,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113166,6 +117205,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113194,6 +117234,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113222,6 +117263,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113250,6 +117292,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113278,6 +117321,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113306,6 +117350,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113334,6 +117379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113362,6 +117408,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113390,6 +117437,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113418,6 +117466,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113446,6 +117495,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113474,6 +117524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113502,6 +117553,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113530,6 +117582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113558,6 +117611,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113586,6 +117640,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113614,6 +117669,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113642,6 +117698,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113670,6 +117727,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113698,6 +117756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113726,6 +117785,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113754,6 +117814,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113782,6 +117843,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113810,6 +117872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113838,6 +117901,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113866,6 +117930,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113894,6 +117959,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113922,6 +117988,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113950,6 +118017,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113978,6 +118046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114006,6 +118075,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114034,6 +118104,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114062,6 +118133,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114090,6 +118162,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114118,6 +118191,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114146,6 +118220,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114174,6 +118249,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114202,6 +118278,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114230,6 +118307,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114258,6 +118336,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114286,6 +118365,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114314,6 +118394,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114342,6 +118423,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114370,6 +118452,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114398,6 +118481,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114426,6 +118510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114454,6 +118539,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114482,6 +118568,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114510,6 +118597,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114538,6 +118626,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114566,6 +118655,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114594,6 +118684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114622,6 +118713,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114650,6 +118742,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114678,6 +118771,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114706,6 +118800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114734,6 +118829,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114762,6 +118858,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114790,6 +118887,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114818,6 +118916,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114846,6 +118945,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114874,6 +118974,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114902,6 +119003,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114930,6 +119032,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114958,6 +119061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114986,6 +119090,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115014,6 +119119,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115042,6 +119148,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115070,6 +119177,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115098,6 +119206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115126,6 +119235,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115154,6 +119264,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115182,6 +119293,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115210,6 +119322,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115238,6 +119351,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115266,6 +119380,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115294,6 +119409,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115322,6 +119438,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115350,6 +119467,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115378,6 +119496,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115406,6 +119525,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115434,6 +119554,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115462,6 +119583,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115490,6 +119612,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115518,6 +119641,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115546,6 +119670,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115574,6 +119699,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115602,6 +119728,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115630,6 +119757,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115658,6 +119786,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115686,6 +119815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115714,6 +119844,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115742,6 +119873,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115770,6 +119902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115798,6 +119931,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115826,6 +119960,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115854,6 +119989,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115882,6 +120018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115910,6 +120047,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115938,6 +120076,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115966,6 +120105,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115994,6 +120134,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116022,6 +120163,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116050,6 +120192,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116078,6 +120221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116106,6 +120250,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116134,6 +120279,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116162,6 +120308,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116190,6 +120337,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116218,6 +120366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116246,6 +120395,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116274,6 +120424,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116302,6 +120453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116330,6 +120482,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116358,6 +120511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116386,6 +120540,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116414,6 +120569,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116442,6 +120598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116470,6 +120627,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116498,6 +120656,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116526,6 +120685,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116554,6 +120714,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116582,6 +120743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116610,6 +120772,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116638,6 +120801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116666,6 +120830,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116694,6 +120859,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116722,6 +120888,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116750,6 +120917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116778,6 +120946,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116806,6 +120975,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116834,6 +121004,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116862,6 +121033,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116890,6 +121062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116918,6 +121091,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116946,6 +121120,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116974,6 +121149,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117002,6 +121178,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117030,6 +121207,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117058,6 +121236,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117086,6 +121265,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117114,6 +121294,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117142,6 +121323,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117170,6 +121352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117198,6 +121381,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117226,6 +121410,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117254,6 +121439,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117282,6 +121468,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117310,6 +121497,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117338,6 +121526,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117366,6 +121555,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117394,6 +121584,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117422,6 +121613,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117450,6 +121642,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117478,6 +121671,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117506,6 +121700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117534,6 +121729,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117562,6 +121758,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117590,6 +121787,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117618,6 +121816,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117646,6 +121845,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117674,6 +121874,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117702,6 +121903,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117730,6 +121932,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117758,6 +121961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117786,6 +121990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117814,6 +122019,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117842,6 +122048,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117870,6 +122077,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117898,6 +122106,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117926,6 +122135,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117954,6 +122164,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117982,6 +122193,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118010,6 +122222,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118038,6 +122251,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118066,6 +122280,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118094,6 +122309,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118122,6 +122338,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118150,6 +122367,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118178,6 +122396,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118206,6 +122425,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118234,6 +122454,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118262,6 +122483,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118290,6 +122512,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118318,6 +122541,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118346,6 +122570,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118374,6 +122599,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118402,6 +122628,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118430,6 +122657,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118458,6 +122686,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118486,6 +122715,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118514,6 +122744,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118542,6 +122773,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118570,6 +122802,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118598,6 +122831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118626,6 +122860,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118654,6 +122889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118682,6 +122918,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118710,6 +122947,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118738,6 +122976,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118766,6 +123005,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118794,6 +123034,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118822,6 +123063,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118850,6 +123092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118878,6 +123121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118906,6 +123150,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118934,6 +123179,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118962,6 +123208,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118990,6 +123237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119018,6 +123266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119046,6 +123295,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119074,6 +123324,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119102,6 +123353,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119130,6 +123382,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119158,6 +123411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119186,6 +123440,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119214,6 +123469,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119242,6 +123498,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119270,6 +123527,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119298,6 +123556,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119326,6 +123585,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119354,6 +123614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119382,6 +123643,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119410,6 +123672,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119438,6 +123701,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119466,6 +123730,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119494,6 +123759,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119522,6 +123788,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119550,6 +123817,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119578,6 +123846,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119606,6 +123875,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119634,6 +123904,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119662,6 +123933,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119690,6 +123962,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119718,6 +123991,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119746,6 +124020,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119774,6 +124049,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119802,6 +124078,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119830,6 +124107,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119858,6 +124136,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119886,6 +124165,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119914,6 +124194,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119942,6 +124223,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119970,6 +124252,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119998,6 +124281,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120026,6 +124310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120054,6 +124339,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120082,6 +124368,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120110,6 +124397,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120138,6 +124426,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120166,6 +124455,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120194,6 +124484,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120222,6 +124513,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120250,6 +124542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120278,6 +124571,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120306,6 +124600,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120334,6 +124629,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120362,6 +124658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120390,6 +124687,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120418,6 +124716,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120446,6 +124745,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120474,6 +124774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120502,6 +124803,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120530,6 +124832,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120558,6 +124861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120586,6 +124890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120614,6 +124919,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120642,6 +124948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120670,6 +124977,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120698,6 +125006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120726,6 +125035,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120754,6 +125064,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120782,6 +125093,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120810,6 +125122,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120838,6 +125151,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120866,6 +125180,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120894,6 +125209,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120922,6 +125238,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120950,6 +125267,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120978,6 +125296,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121006,6 +125325,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121034,6 +125354,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121062,6 +125383,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121090,6 +125412,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121118,6 +125441,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121146,6 +125470,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121174,6 +125499,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121202,6 +125528,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121230,6 +125557,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121258,6 +125586,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121286,6 +125615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121314,6 +125644,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121342,6 +125673,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121370,6 +125702,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121398,6 +125731,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121426,6 +125760,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121454,6 +125789,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121482,6 +125818,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121510,6 +125847,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121538,6 +125876,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121566,6 +125905,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121594,6 +125934,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121622,6 +125963,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121650,6 +125992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121678,6 +126021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121706,6 +126050,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121734,6 +126079,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121762,6 +126108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121790,6 +126137,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121818,6 +126166,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121846,6 +126195,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121874,6 +126224,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121902,6 +126253,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121930,6 +126282,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121958,6 +126311,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121986,6 +126340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122014,6 +126369,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122042,6 +126398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122070,6 +126427,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122098,6 +126456,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122126,6 +126485,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122154,6 +126514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122182,6 +126543,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122210,6 +126572,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122238,6 +126601,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122266,6 +126630,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122294,6 +126659,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122322,6 +126688,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122350,6 +126717,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122378,6 +126746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122406,6 +126775,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122434,6 +126804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122462,6 +126833,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122490,6 +126862,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122518,6 +126891,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122546,6 +126920,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122574,6 +126949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122602,6 +126978,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122630,6 +127007,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122658,6 +127036,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122686,6 +127065,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122714,6 +127094,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122742,6 +127123,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122770,6 +127152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122798,6 +127181,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122826,6 +127210,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122854,6 +127239,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122882,6 +127268,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122910,6 +127297,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122938,6 +127326,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122966,6 +127355,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122994,6 +127384,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123022,6 +127413,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123050,6 +127442,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123078,6 +127471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123106,6 +127500,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123134,6 +127529,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123162,6 +127558,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123190,6 +127587,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123218,6 +127616,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123246,6 +127645,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123274,6 +127674,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123302,6 +127703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123330,6 +127732,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123358,6 +127761,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123386,6 +127790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123414,6 +127819,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123442,6 +127848,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123470,6 +127877,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123498,6 +127906,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123526,6 +127935,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123554,6 +127964,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123582,6 +127993,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123610,6 +128022,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123638,6 +128051,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123666,6 +128080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123694,6 +128109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123722,6 +128138,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123750,6 +128167,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123778,6 +128196,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123806,6 +128225,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123834,6 +128254,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123862,6 +128283,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123890,6 +128312,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123918,6 +128341,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123946,6 +128370,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123974,6 +128399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124002,6 +128428,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124030,6 +128457,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124058,6 +128486,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124086,6 +128515,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124114,6 +128544,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124142,6 +128573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124170,6 +128602,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124198,6 +128631,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124226,6 +128660,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124254,6 +128689,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124282,6 +128718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124310,6 +128747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124338,6 +128776,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124366,6 +128805,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124394,6 +128834,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124422,6 +128863,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124450,6 +128892,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124478,6 +128921,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124506,6 +128950,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124534,6 +128979,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124562,6 +129008,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124590,6 +129037,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124618,6 +129066,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124646,6 +129095,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124674,6 +129124,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124702,6 +129153,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124730,6 +129182,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124758,6 +129211,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124786,6 +129240,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124814,6 +129269,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124842,6 +129298,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124870,6 +129327,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124898,6 +129356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124926,6 +129385,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124954,6 +129414,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124982,6 +129443,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125010,6 +129472,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125038,6 +129501,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125066,6 +129530,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125094,6 +129559,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125122,6 +129588,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125150,6 +129617,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125178,6 +129646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125206,6 +129675,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125234,6 +129704,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125262,6 +129733,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125290,6 +129762,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125318,6 +129791,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125346,6 +129820,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125374,6 +129849,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125402,6 +129878,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125430,6 +129907,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125458,6 +129936,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125486,6 +129965,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125514,6 +129994,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125542,6 +130023,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125570,6 +130052,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125598,6 +130081,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125626,6 +130110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125654,6 +130139,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125682,6 +130168,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125710,6 +130197,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125738,6 +130226,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125766,6 +130255,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125794,6 +130284,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125822,6 +130313,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125850,6 +130342,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125878,6 +130371,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125906,6 +130400,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125934,6 +130429,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125962,6 +130458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125990,6 +130487,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126018,6 +130516,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126046,6 +130545,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126074,6 +130574,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126102,6 +130603,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126130,6 +130632,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126158,6 +130661,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126186,6 +130690,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126214,6 +130719,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126242,6 +130748,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126270,6 +130777,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126298,6 +130806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126326,6 +130835,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126354,6 +130864,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126382,6 +130893,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126410,6 +130922,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126438,6 +130951,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126466,6 +130980,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126494,6 +131009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126522,6 +131038,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126550,6 +131067,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126578,6 +131096,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126606,6 +131125,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126634,6 +131154,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126662,6 +131183,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126690,6 +131212,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126718,6 +131241,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126746,6 +131270,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126774,6 +131299,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126802,6 +131328,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126830,6 +131357,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126858,6 +131386,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126886,6 +131415,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126914,6 +131444,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126942,6 +131473,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126970,6 +131502,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126998,6 +131531,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127026,6 +131560,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127054,6 +131589,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127082,6 +131618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127110,6 +131647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127138,6 +131676,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127166,6 +131705,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127194,6 +131734,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127222,6 +131763,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127250,6 +131792,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127278,6 +131821,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127306,6 +131850,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127334,6 +131879,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127362,6 +131908,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127390,6 +131937,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127418,6 +131966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127446,6 +131995,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127474,6 +132024,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127502,6 +132053,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127530,6 +132082,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127558,6 +132111,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127586,6 +132140,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127614,6 +132169,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127642,6 +132198,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127670,6 +132227,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127698,6 +132256,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127726,6 +132285,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127754,6 +132314,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127782,6 +132343,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127810,6 +132372,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127838,6 +132401,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127866,6 +132430,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127894,6 +132459,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127922,6 +132488,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127950,6 +132517,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127978,6 +132546,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128006,6 +132575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128034,6 +132604,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128062,6 +132633,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128090,6 +132662,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128118,6 +132691,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128146,6 +132720,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128174,6 +132749,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128202,6 +132778,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128230,6 +132807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128258,6 +132836,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128286,6 +132865,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128314,6 +132894,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128342,6 +132923,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128370,6 +132952,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128398,6 +132981,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128426,6 +133010,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128454,6 +133039,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128482,6 +133068,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128510,6 +133097,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128538,6 +133126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128566,6 +133155,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128594,6 +133184,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128622,6 +133213,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128650,6 +133242,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128678,6 +133271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128706,6 +133300,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128734,6 +133329,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128762,6 +133358,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128790,6 +133387,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128818,6 +133416,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128846,6 +133445,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128874,6 +133474,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128902,6 +133503,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128930,6 +133532,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128958,6 +133561,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128986,6 +133590,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129014,6 +133619,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129042,6 +133648,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129070,6 +133677,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129098,6 +133706,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129126,6 +133735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129154,6 +133764,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129182,6 +133793,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129210,6 +133822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129238,6 +133851,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129266,6 +133880,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129294,6 +133909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129322,6 +133938,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129350,6 +133967,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129378,6 +133996,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129406,6 +134025,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129434,6 +134054,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129462,6 +134083,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129490,6 +134112,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129518,6 +134141,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129546,6 +134170,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129574,6 +134199,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129602,6 +134228,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129630,6 +134257,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129658,6 +134286,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129686,6 +134315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129714,6 +134344,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129742,6 +134373,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129770,6 +134402,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129798,6 +134431,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129826,6 +134460,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129854,6 +134489,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129882,6 +134518,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129910,6 +134547,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129938,6 +134576,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129966,6 +134605,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129994,6 +134634,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130022,6 +134663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130050,6 +134692,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130078,6 +134721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130106,6 +134750,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130134,6 +134779,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130162,6 +134808,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130190,6 +134837,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130218,6 +134866,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130246,6 +134895,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130274,6 +134924,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130302,6 +134953,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130330,6 +134982,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130358,6 +135011,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130386,6 +135040,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130414,6 +135069,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130442,6 +135098,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130470,6 +135127,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130498,6 +135156,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130526,6 +135185,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130554,6 +135214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130582,6 +135243,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130610,6 +135272,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130638,6 +135301,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130666,6 +135330,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130694,6 +135359,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130722,6 +135388,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130750,6 +135417,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130778,6 +135446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130806,6 +135475,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130834,6 +135504,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130862,6 +135533,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130890,6 +135562,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130918,6 +135591,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130946,6 +135620,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130974,6 +135649,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131002,6 +135678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131030,6 +135707,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131058,6 +135736,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131086,6 +135765,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131114,6 +135794,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131142,6 +135823,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131170,6 +135852,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131198,6 +135881,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131226,6 +135910,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131254,6 +135939,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131282,6 +135968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131310,6 +135997,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131338,6 +136026,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131366,6 +136055,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131394,6 +136084,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131422,6 +136113,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131450,6 +136142,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131478,6 +136171,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131506,6 +136200,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131534,6 +136229,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131562,6 +136258,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131590,6 +136287,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131618,6 +136316,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131646,6 +136345,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131674,6 +136374,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131702,6 +136403,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131730,6 +136432,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131758,6 +136461,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131786,6 +136490,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131814,6 +136519,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131842,6 +136548,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131870,6 +136577,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131898,6 +136606,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131926,6 +136635,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131954,6 +136664,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131982,6 +136693,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132010,6 +136722,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132038,6 +136751,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132066,6 +136780,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132094,6 +136809,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132122,6 +136838,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132150,6 +136867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132178,6 +136896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132206,6 +136925,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132234,6 +136954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132262,6 +136983,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132290,6 +137012,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132318,6 +137041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132346,6 +137070,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132374,6 +137099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132402,6 +137128,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132430,6 +137157,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132458,6 +137186,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132486,6 +137215,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132514,6 +137244,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132542,6 +137273,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132570,6 +137302,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132598,6 +137331,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132626,6 +137360,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132654,6 +137389,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132682,6 +137418,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132710,6 +137447,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132738,6 +137476,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132766,6 +137505,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132794,6 +137534,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132822,6 +137563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132850,6 +137592,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132878,6 +137621,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132906,6 +137650,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132934,6 +137679,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132962,6 +137708,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132990,6 +137737,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133018,6 +137766,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133046,6 +137795,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133074,6 +137824,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133102,6 +137853,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133130,6 +137882,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133158,6 +137911,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133186,6 +137940,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133214,6 +137969,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133242,6 +137998,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133270,6 +138027,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133298,6 +138056,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133326,6 +138085,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133354,6 +138114,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133382,6 +138143,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133410,6 +138172,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133438,6 +138201,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133466,6 +138230,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133494,6 +138259,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133522,6 +138288,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133550,6 +138317,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133578,6 +138346,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133606,6 +138375,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133634,6 +138404,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133662,6 +138433,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133690,6 +138462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133718,6 +138491,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133746,6 +138520,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133774,6 +138549,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133802,6 +138578,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133830,6 +138607,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133858,6 +138636,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133886,6 +138665,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133914,6 +138694,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133942,6 +138723,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133970,6 +138752,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133998,6 +138781,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134026,6 +138810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134054,6 +138839,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134082,6 +138868,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134110,6 +138897,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134138,6 +138926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134166,6 +138955,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134194,6 +138984,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134222,6 +139013,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134250,6 +139042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134278,6 +139071,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134306,6 +139100,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134334,6 +139129,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134362,6 +139158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134390,6 +139187,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134418,6 +139216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134446,6 +139245,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134474,6 +139274,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134502,6 +139303,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134530,6 +139332,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134558,6 +139361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134586,6 +139390,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134614,6 +139419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134642,6 +139448,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134670,6 +139477,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134698,6 +139506,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134726,6 +139535,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134754,6 +139564,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134782,6 +139593,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134810,6 +139622,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134838,6 +139651,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134866,6 +139680,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134894,6 +139709,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134922,6 +139738,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134950,6 +139767,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134978,6 +139796,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135006,6 +139825,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135034,6 +139854,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135062,6 +139883,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135090,6 +139912,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135118,6 +139941,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135146,6 +139970,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135174,6 +139999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135202,6 +140028,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135230,6 +140057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135258,6 +140086,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135286,6 +140115,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135314,6 +140144,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135342,6 +140173,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135370,6 +140202,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135398,6 +140231,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135426,6 +140260,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135454,6 +140289,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135482,6 +140318,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135510,6 +140347,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135538,6 +140376,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135566,6 +140405,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135594,6 +140434,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135622,6 +140463,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135650,6 +140492,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135678,6 +140521,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135706,6 +140550,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135734,6 +140579,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135762,6 +140608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135790,6 +140637,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135818,6 +140666,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135846,6 +140695,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135874,6 +140724,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135902,6 +140753,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135930,6 +140782,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135958,6 +140811,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135986,6 +140840,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136014,6 +140869,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136042,6 +140898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136070,6 +140927,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136098,6 +140956,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136126,6 +140985,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136154,6 +141014,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136182,6 +141043,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136210,6 +141072,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136238,6 +141101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136266,6 +141130,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136294,6 +141159,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136322,6 +141188,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136350,6 +141217,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136378,6 +141246,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136406,6 +141275,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136434,6 +141304,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136462,6 +141333,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136490,6 +141362,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136518,6 +141391,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136546,6 +141420,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136574,6 +141449,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136602,6 +141478,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136630,6 +141507,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136658,6 +141536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136686,6 +141565,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136714,6 +141594,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136742,6 +141623,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136770,6 +141652,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136798,6 +141681,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136826,6 +141710,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136854,6 +141739,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136882,6 +141768,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136910,6 +141797,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136938,6 +141826,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136966,6 +141855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136994,6 +141884,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137022,6 +141913,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137050,6 +141942,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137078,6 +141971,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137106,6 +142000,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137134,6 +142029,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137162,6 +142058,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137190,6 +142087,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137218,6 +142116,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137246,6 +142145,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137274,6 +142174,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137302,6 +142203,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137330,6 +142232,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137358,6 +142261,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137386,6 +142290,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137414,6 +142319,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137442,6 +142348,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137470,6 +142377,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137498,6 +142406,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137526,6 +142435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137554,6 +142464,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137582,6 +142493,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137610,6 +142522,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137638,6 +142551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137666,6 +142580,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137694,6 +142609,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137722,6 +142638,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137750,6 +142667,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137778,6 +142696,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137806,6 +142725,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137834,6 +142754,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137862,6 +142783,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137890,6 +142812,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137918,6 +142841,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137946,6 +142870,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137974,6 +142899,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138002,6 +142928,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138030,6 +142957,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138058,6 +142986,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138086,6 +143015,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138114,6 +143044,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138142,6 +143073,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138170,6 +143102,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138198,6 +143131,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138226,6 +143160,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138254,6 +143189,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138282,6 +143218,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138310,6 +143247,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138338,6 +143276,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138366,6 +143305,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138394,6 +143334,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138422,6 +143363,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138450,6 +143392,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138478,6 +143421,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138506,6 +143450,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138534,6 +143479,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138562,6 +143508,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138590,6 +143537,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138618,6 +143566,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138646,6 +143595,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138674,6 +143624,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138702,6 +143653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138730,6 +143682,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138758,6 +143711,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138786,6 +143740,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138814,6 +143769,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138842,6 +143798,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138870,6 +143827,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138898,6 +143856,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138926,6 +143885,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138954,6 +143914,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138982,6 +143943,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139010,6 +143972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139038,6 +144001,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139066,6 +144030,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139094,6 +144059,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139122,6 +144088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139150,6 +144117,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139178,6 +144146,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139206,6 +144175,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139234,6 +144204,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139262,6 +144233,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139290,6 +144262,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139318,6 +144291,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139346,6 +144320,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139374,6 +144349,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139402,6 +144378,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139430,6 +144407,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139458,6 +144436,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139486,6 +144465,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139514,6 +144494,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139542,6 +144523,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139570,6 +144552,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139598,6 +144581,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139626,6 +144610,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139654,6 +144639,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139682,6 +144668,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139710,6 +144697,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139738,6 +144726,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139766,6 +144755,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139794,6 +144784,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139822,6 +144813,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139850,6 +144842,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139878,6 +144871,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139906,6 +144900,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139934,6 +144929,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -139962,6 +144958,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139990,6 +144987,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140018,6 +145016,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140046,6 +145045,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140074,6 +145074,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140102,6 +145103,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140130,6 +145132,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140158,6 +145161,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140186,6 +145190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140214,6 +145219,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140242,6 +145248,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140270,6 +145277,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140298,6 +145306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140326,6 +145335,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140354,6 +145364,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140382,6 +145393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140410,6 +145422,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140438,6 +145451,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140466,6 +145480,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140494,6 +145509,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140522,6 +145538,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140550,6 +145567,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140578,6 +145596,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140606,6 +145625,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140634,6 +145654,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140662,6 +145683,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140690,6 +145712,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140718,6 +145741,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140746,6 +145770,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140774,6 +145799,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140802,6 +145828,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140830,6 +145857,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140858,6 +145886,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140886,6 +145915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140914,6 +145944,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140942,6 +145973,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140970,6 +146002,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140998,6 +146031,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141026,6 +146060,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141054,6 +146089,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141082,6 +146118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141110,6 +146147,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141138,6 +146176,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141166,6 +146205,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141194,6 +146234,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141222,6 +146263,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141250,6 +146292,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141278,6 +146321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141306,6 +146350,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141334,6 +146379,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141362,6 +146408,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141390,6 +146437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141418,6 +146466,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141446,6 +146495,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141474,6 +146524,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141502,6 +146553,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141530,6 +146582,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141558,6 +146611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141586,6 +146640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141614,6 +146669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141642,6 +146698,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141670,6 +146727,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141698,6 +146756,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141726,6 +146785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141754,6 +146814,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141782,6 +146843,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141810,6 +146872,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141838,6 +146901,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141866,6 +146930,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141894,6 +146959,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141922,6 +146988,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141950,6 +147017,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141978,6 +147046,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142006,6 +147075,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142034,6 +147104,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142062,6 +147133,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142090,6 +147162,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142118,6 +147191,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142146,6 +147220,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142174,6 +147249,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142202,6 +147278,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142230,6 +147307,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142258,6 +147336,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142286,6 +147365,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142314,6 +147394,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142342,6 +147423,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142370,6 +147452,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142398,6 +147481,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142426,6 +147510,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142454,6 +147539,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142482,6 +147568,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142510,6 +147597,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142538,6 +147626,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142566,6 +147655,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142594,6 +147684,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142622,6 +147713,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142650,6 +147742,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142678,6 +147771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142706,6 +147800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142734,6 +147829,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142762,6 +147858,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142790,6 +147887,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142818,6 +147916,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142846,6 +147945,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142874,6 +147974,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142902,6 +148003,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142930,6 +148032,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142958,6 +148061,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142986,6 +148090,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143014,6 +148119,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143042,6 +148148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143070,6 +148177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143098,6 +148206,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143126,6 +148235,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143154,6 +148264,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143182,6 +148293,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143210,6 +148322,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143238,6 +148351,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143266,6 +148380,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143294,6 +148409,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143322,6 +148438,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143350,6 +148467,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143378,6 +148496,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143406,6 +148525,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143434,6 +148554,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143462,6 +148583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143490,6 +148612,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143518,6 +148641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143546,6 +148670,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143574,6 +148699,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143602,6 +148728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143630,6 +148757,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143658,6 +148786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143686,6 +148815,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143714,6 +148844,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143742,6 +148873,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143770,6 +148902,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143798,6 +148931,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143826,6 +148960,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143854,6 +148989,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143882,6 +149018,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143910,6 +149047,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143938,6 +149076,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143966,6 +149105,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143994,6 +149134,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144022,6 +149163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144050,6 +149192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144078,6 +149221,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144106,6 +149250,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144134,6 +149279,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144162,6 +149308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144190,6 +149337,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144218,6 +149366,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144246,6 +149395,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144274,6 +149424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144302,6 +149453,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144330,6 +149482,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144358,6 +149511,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144386,6 +149540,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144414,6 +149569,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144442,6 +149598,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144470,6 +149627,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144498,6 +149656,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144526,6 +149685,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144554,6 +149714,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144582,6 +149743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144610,6 +149772,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144638,6 +149801,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144666,6 +149830,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144694,6 +149859,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144722,6 +149888,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144750,6 +149917,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144778,6 +149946,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144806,6 +149975,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144834,6 +150004,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144862,6 +150033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144890,6 +150062,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144918,6 +150091,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144946,6 +150120,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144974,6 +150149,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145002,6 +150178,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145030,6 +150207,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145058,6 +150236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145086,6 +150265,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145114,6 +150294,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145142,6 +150323,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145170,6 +150352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145198,6 +150381,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145226,6 +150410,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145254,6 +150439,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145282,6 +150468,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145310,6 +150497,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145338,6 +150526,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145366,6 +150555,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145394,6 +150584,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145422,6 +150613,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145450,6 +150642,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145478,6 +150671,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145506,6 +150700,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145534,6 +150729,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145562,6 +150758,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145590,6 +150787,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145618,6 +150816,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145646,6 +150845,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145674,6 +150874,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145702,6 +150903,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145730,6 +150932,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145758,6 +150961,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145786,6 +150990,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145814,6 +151019,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145842,6 +151048,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145870,6 +151077,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145898,6 +151106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145926,6 +151135,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145954,6 +151164,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145982,6 +151193,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146010,6 +151222,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146038,6 +151251,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146066,6 +151280,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146094,6 +151309,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146122,6 +151338,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146150,6 +151367,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146178,6 +151396,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146206,6 +151425,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146234,6 +151454,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146262,6 +151483,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146290,6 +151512,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146318,6 +151541,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146346,6 +151570,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146374,6 +151599,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146402,6 +151628,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146430,6 +151657,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146458,6 +151686,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146486,6 +151715,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146514,6 +151744,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146542,6 +151773,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146570,6 +151802,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146598,6 +151831,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146626,6 +151860,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146654,6 +151889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146682,6 +151918,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146710,6 +151947,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146738,6 +151976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146766,6 +152005,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146794,6 +152034,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146822,6 +152063,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146850,6 +152092,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146878,6 +152121,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146906,6 +152150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146934,6 +152179,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146962,6 +152208,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146990,6 +152237,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147018,6 +152266,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147046,6 +152295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147074,6 +152324,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147102,6 +152353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147130,6 +152382,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147158,6 +152411,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147186,6 +152440,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147214,6 +152469,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147242,6 +152498,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147270,6 +152527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147298,6 +152556,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147326,6 +152585,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147354,6 +152614,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147382,6 +152643,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147410,6 +152672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147438,6 +152701,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147466,6 +152730,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147494,6 +152759,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147522,6 +152788,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147550,6 +152817,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147578,6 +152846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147606,6 +152875,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147634,6 +152904,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147662,6 +152933,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147690,6 +152962,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147718,6 +152991,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147746,6 +153020,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147774,6 +153049,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147802,6 +153078,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147830,6 +153107,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147858,6 +153136,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147886,6 +153165,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147914,6 +153194,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147942,6 +153223,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147970,6 +153252,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147998,6 +153281,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148026,6 +153310,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148054,6 +153339,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148082,6 +153368,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148110,6 +153397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148138,6 +153426,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148166,6 +153455,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148194,6 +153484,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148222,6 +153513,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148250,6 +153542,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148278,6 +153571,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148306,6 +153600,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148334,6 +153629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148362,6 +153658,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148390,6 +153687,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148418,6 +153716,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148446,6 +153745,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148474,6 +153774,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148502,6 +153803,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148530,6 +153832,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148558,6 +153861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148586,6 +153890,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148614,6 +153919,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148642,6 +153948,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148670,6 +153977,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148698,6 +154006,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148726,6 +154035,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148754,6 +154064,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148782,6 +154093,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148810,6 +154122,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148838,6 +154151,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148866,6 +154180,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148894,6 +154209,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148922,6 +154238,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148950,6 +154267,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -148978,6 +154296,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149006,6 +154325,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149034,6 +154354,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149062,6 +154383,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149090,6 +154412,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149118,6 +154441,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149146,6 +154470,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149174,6 +154499,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149202,6 +154528,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149230,6 +154557,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149258,6 +154586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149286,6 +154615,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149314,6 +154644,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149342,6 +154673,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149370,6 +154702,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149398,6 +154731,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149426,6 +154760,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149454,6 +154789,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149482,6 +154818,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149510,6 +154847,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149538,6 +154876,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149566,6 +154905,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149594,6 +154934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149622,6 +154963,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149650,6 +154992,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149678,6 +155021,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149706,6 +155050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149734,6 +155079,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149762,6 +155108,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149790,6 +155137,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149818,6 +155166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149846,6 +155195,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149874,6 +155224,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149902,6 +155253,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149930,6 +155282,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -149958,6 +155311,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149986,6 +155340,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150014,6 +155369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150042,6 +155398,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150070,6 +155427,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150098,6 +155456,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150126,6 +155485,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150154,6 +155514,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150182,6 +155543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150210,6 +155572,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150238,6 +155601,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150266,6 +155630,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150294,6 +155659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150322,6 +155688,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150350,6 +155717,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150378,6 +155746,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150406,6 +155775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150434,6 +155804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150462,6 +155833,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150490,6 +155862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -150518,6 +155891,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150546,6 +155920,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150574,6 +155949,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150602,6 +155978,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150630,6 +156007,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150658,6 +156036,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150686,6 +156065,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150714,6 +156094,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150742,6 +156123,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150770,6 +156152,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150798,6 +156181,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150826,6 +156210,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150854,6 +156239,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150882,6 +156268,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150910,6 +156297,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150938,6 +156326,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150966,6 +156355,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150994,6 +156384,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151022,6 +156413,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151050,6 +156442,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151078,6 +156471,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151106,6 +156500,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151134,6 +156529,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151162,6 +156558,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151190,6 +156587,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151218,6 +156616,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151246,6 +156645,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151274,6 +156674,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151302,6 +156703,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151330,6 +156732,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151358,6 +156761,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151386,6 +156790,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151414,6 +156819,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151442,6 +156848,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151470,6 +156877,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151498,6 +156906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151526,6 +156935,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151554,6 +156964,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151582,6 +156993,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151610,6 +157022,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151638,6 +157051,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151666,6 +157080,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151694,6 +157109,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151722,6 +157138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151750,6 +157167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151778,6 +157196,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151806,6 +157225,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151834,6 +157254,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151862,6 +157283,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151890,6 +157312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151918,6 +157341,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151946,6 +157370,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151974,6 +157399,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152002,6 +157428,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152030,6 +157457,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152058,6 +157486,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152086,6 +157515,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152114,6 +157544,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152142,6 +157573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152170,6 +157602,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152198,6 +157631,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152226,6 +157660,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152254,6 +157689,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152282,6 +157718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152310,6 +157747,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152338,6 +157776,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152366,6 +157805,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152394,6 +157834,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152422,6 +157863,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152450,6 +157892,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152478,6 +157921,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152506,6 +157950,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152534,6 +157979,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152562,6 +158008,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152590,6 +158037,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152618,6 +158066,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152646,6 +158095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152674,6 +158124,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152702,6 +158153,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152730,6 +158182,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152758,6 +158211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152786,6 +158240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152814,6 +158269,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152842,6 +158298,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152870,6 +158327,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152898,6 +158356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152926,6 +158385,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152954,6 +158414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152982,6 +158443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153010,6 +158472,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153038,6 +158501,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153066,6 +158530,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153094,6 +158559,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153122,6 +158588,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153150,6 +158617,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153178,6 +158646,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153206,6 +158675,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153234,6 +158704,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153262,6 +158733,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153290,6 +158762,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153318,6 +158791,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153346,6 +158820,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153374,6 +158849,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153402,6 +158878,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153430,6 +158907,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153458,6 +158936,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153486,6 +158965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153514,6 +158994,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153542,6 +159023,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153570,6 +159052,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153598,6 +159081,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153626,6 +159110,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153654,6 +159139,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153682,6 +159168,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153710,6 +159197,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153738,6 +159226,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153766,6 +159255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153794,6 +159284,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153822,6 +159313,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153850,6 +159342,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153878,6 +159371,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153906,6 +159400,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153934,6 +159429,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153962,6 +159458,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153990,6 +159487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154018,6 +159516,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154046,6 +159545,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154074,6 +159574,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154102,6 +159603,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154130,6 +159632,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154158,6 +159661,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154186,6 +159690,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154214,6 +159719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154242,6 +159748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154270,6 +159777,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154298,6 +159806,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154326,6 +159835,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154354,6 +159864,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154382,6 +159893,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154410,6 +159922,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154438,6 +159951,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154466,6 +159980,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154494,6 +160009,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154522,6 +160038,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154550,6 +160067,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154578,6 +160096,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154606,6 +160125,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154634,6 +160154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154662,6 +160183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154690,6 +160212,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154718,6 +160241,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154746,6 +160270,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154774,6 +160299,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154802,6 +160328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154830,6 +160357,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154858,6 +160386,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154886,6 +160415,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154914,6 +160444,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154942,6 +160473,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154970,6 +160502,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154998,6 +160531,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155026,6 +160560,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155054,6 +160589,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155082,6 +160618,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155110,6 +160647,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155138,6 +160676,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155166,6 +160705,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155194,6 +160734,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155222,6 +160763,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155250,6 +160792,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155278,6 +160821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155306,6 +160850,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155334,6 +160879,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155362,6 +160908,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155390,6 +160937,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155418,6 +160966,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155446,6 +160995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155474,6 +161024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155502,6 +161053,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155530,6 +161082,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155558,6 +161111,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155586,6 +161140,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155614,6 +161169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155642,6 +161198,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155670,6 +161227,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155698,6 +161256,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155726,6 +161285,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155754,6 +161314,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155782,6 +161343,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155810,6 +161372,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155838,6 +161401,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155866,6 +161430,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155894,6 +161459,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155922,6 +161488,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155950,6 +161517,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155978,6 +161546,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156006,6 +161575,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156034,6 +161604,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156062,6 +161633,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156090,6 +161662,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156118,6 +161691,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156146,6 +161720,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156174,6 +161749,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156202,6 +161778,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156230,6 +161807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156258,6 +161836,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156286,6 +161865,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156314,6 +161894,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156342,6 +161923,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156370,6 +161952,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156398,6 +161981,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156426,6 +162010,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156454,6 +162039,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156482,6 +162068,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156510,6 +162097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156538,6 +162126,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156566,6 +162155,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156594,6 +162184,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156622,6 +162213,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156650,6 +162242,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156678,6 +162271,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156706,6 +162300,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156734,6 +162329,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156762,6 +162358,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156790,6 +162387,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156820,6 +162418,7 @@ "orig": "KDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156848,6 +162447,7 @@ "orig": "'22,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156876,6 +162476,7 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156904,6 +162505,7 @@ "orig": "14-18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156932,6 +162534,7 @@ "orig": "2022,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156960,6 +162563,7 @@ "orig": "Washington,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -156988,6 +162592,7 @@ "orig": "DC,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157016,6 +162621,7 @@ "orig": "USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157044,6 +162650,7 @@ "orig": "Birgit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157072,6 +162679,7 @@ "orig": "Pfitzmann,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157100,6 +162708,7 @@ "orig": "Christoph", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157128,6 +162737,7 @@ "orig": "Auer,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157156,6 +162766,7 @@ "orig": "Michele", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157184,6 +162795,7 @@ "orig": "Dolfi,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157212,6 +162824,7 @@ "orig": "Ahmed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157240,6 +162853,7 @@ "orig": "S.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157268,6 +162882,7 @@ "orig": "Nassar,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157296,6 +162911,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157324,6 +162940,7 @@ "orig": "Peter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157352,6 +162969,7 @@ "orig": "Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -157380,6 +162998,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -157408,6 +163027,7 @@ "orig": "INTRODUCTION", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -157436,6 +163056,7 @@ "orig": "Despite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157464,6 +163085,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157492,6 +163114,7 @@ "orig": "substantial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157520,6 +163143,7 @@ "orig": "improvements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157548,6 +163172,7 @@ "orig": "achieved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157576,6 +163201,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157604,6 +163230,7 @@ "orig": "machine-learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157632,6 +163259,7 @@ "orig": "(ML)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157660,6 +163288,7 @@ "orig": "approaches", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157688,6 +163317,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157716,6 +163346,7 @@ "orig": "deep", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157744,6 +163375,7 @@ "orig": "neural", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157772,6 +163404,7 @@ "orig": "networks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157800,6 +163433,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157828,6 +163462,7 @@ "orig": "recent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157856,6 +163491,7 @@ "orig": "years,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157884,6 +163520,7 @@ "orig": "docu-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157912,6 +163549,7 @@ "orig": "ment", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157940,6 +163578,7 @@ "orig": "conversion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157968,6 +163607,7 @@ "orig": "remains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157996,6 +163636,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158024,6 +163665,7 @@ "orig": "challenging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158052,6 +163694,7 @@ "orig": "problem,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158080,6 +163723,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158108,6 +163752,7 @@ "orig": "demonstrated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158136,6 +163781,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158164,6 +163810,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158192,6 +163839,7 @@ "orig": "numerous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158220,6 +163868,7 @@ "orig": "public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158248,6 +163897,7 @@ "orig": "competitions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158276,6 +163926,7 @@ "orig": "held", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158304,6 +163955,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158332,6 +163984,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158360,6 +164013,7 @@ "orig": "topic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158388,6 +164042,7 @@ "orig": "[1-4].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158416,6 +164071,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158444,6 +164100,7 @@ "orig": "challenge", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158472,6 +164129,7 @@ "orig": "originates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158500,6 +164158,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158528,6 +164187,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158556,6 +164216,7 @@ "orig": "huge", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158584,6 +164245,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158612,6 +164274,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158640,6 +164303,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158668,6 +164332,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158696,6 +164361,7 @@ "orig": "regarding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158724,6 +164390,7 @@ "orig": "layout,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158752,6 +164419,7 @@ "orig": "language", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158780,6 +164448,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158808,6 +164477,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158836,6 +164506,7 @@ "orig": "(scanned,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158864,6 +164535,7 @@ "orig": "programmatic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158892,6 +164564,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158920,6 +164593,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158948,6 +164622,7 @@ "orig": "combination", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158976,6 +164651,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159004,6 +164680,7 @@ "orig": "both).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159032,6 +164709,7 @@ "orig": "Engineering", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159060,6 +164738,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159088,6 +164767,7 @@ "orig": "single", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159116,6 +164796,7 @@ "orig": "ML", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159144,6 +164825,7 @@ "orig": "model", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159172,6 +164854,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159200,6 +164883,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159228,6 +164912,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159256,6 +164941,7 @@ "orig": "applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159284,6 +164970,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159312,6 +164999,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159340,6 +165028,7 @@ "orig": "types", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159368,6 +165057,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159396,6 +165086,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159424,6 +165115,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159452,6 +165144,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159480,6 +165173,7 @@ "orig": "high-quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159508,6 +165202,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159536,6 +165231,7 @@ "orig": "segmentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159564,6 +165260,7 @@ "orig": "remains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159592,6 +165289,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159620,6 +165318,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159648,6 +165347,7 @@ "orig": "day", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159676,6 +165376,7 @@ "orig": "extremely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159704,6 +165405,7 @@ "orig": "challenging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159732,6 +165434,7 @@ "orig": "[5].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159760,6 +165463,7 @@ "orig": "To", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159788,6 +165492,7 @@ "orig": "highlight", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159816,6 +165521,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159844,6 +165550,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159872,6 +165579,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159900,6 +165608,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159928,6 +165637,7 @@ "orig": "layouts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159956,6 +165666,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159984,6 +165695,7 @@ "orig": "show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160012,6 +165724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160040,6 +165753,7 @@ "orig": "few", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160068,6 +165782,7 @@ "orig": "example", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160096,6 +165811,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160124,6 +165840,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160152,6 +165869,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160180,6 +165898,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160208,6 +165927,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160236,6 +165956,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160264,6 +165985,7 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160292,6 +166014,7 @@ "orig": "1.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160320,6 +166043,7 @@ "orig": "Akeyproblem", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160348,6 +166072,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160376,6 +166101,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160404,6 +166130,7 @@ "orig": "process", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160432,6 +166159,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160460,6 +166188,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160488,6 +166217,7 @@ "orig": "conversion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160516,6 +166246,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160544,6 +166275,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160572,6 +166304,7 @@ "orig": "under-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160600,6 +166333,7 @@ "orig": "stand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160628,6 +166362,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160656,6 +166391,7 @@ "orig": "structure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160684,6 +166420,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160712,6 +166449,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160740,6 +166478,7 @@ "orig": "single", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160768,6 +166507,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160796,6 +166536,7 @@ "orig": "page,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160824,6 +166565,7 @@ "orig": "i.e.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160852,6 +166594,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160880,6 +166623,7 @@ "orig": "segments", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160908,6 +166652,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160936,6 +166681,7 @@ "orig": "text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160964,6 +166710,7 @@ "orig": "should", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160992,6 +166739,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161020,6 +166768,7 @@ "orig": "grouped", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161048,6 +166797,7 @@ "orig": "together", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161076,6 +166826,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161104,6 +166855,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161132,6 +166884,7 @@ "orig": "unit.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161160,6 +166913,7 @@ "orig": "To", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161188,6 +166942,7 @@ "orig": "train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161216,6 +166971,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161244,6 +167000,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161272,6 +167029,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161300,6 +167058,7 @@ "orig": "task,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161328,6 +167087,7 @@ "orig": "there", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161356,6 +167116,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161384,6 +167145,7 @@ "orig": "currently", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161412,6 +167174,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161440,6 +167203,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161468,6 +167232,7 @@ "orig": "datasets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161496,6 +167261,7 @@ "orig": "available", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161524,6 +167290,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161552,6 +167319,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161580,6 +167348,7 @@ "orig": "com-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161608,6 +167377,7 @@ "orig": "munity,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161636,6 +167406,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161664,6 +167435,7 @@ "orig": "[6]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161692,6 +167464,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161720,6 +167493,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161748,6 +167522,7 @@ "orig": "[7].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161776,6 +167551,7 @@ "orig": "They", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161804,6 +167580,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161832,6 +167609,7 @@ "orig": "introduced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161860,6 +167638,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161888,6 +167667,7 @@ "orig": "2019", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161916,6 +167696,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161944,6 +167725,7 @@ "orig": "2020", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161972,6 +167754,7 @@ "orig": "respectively", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162000,6 +167783,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162028,6 +167812,7 @@ "orig": "significantly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162056,6 +167841,7 @@ "orig": "accelerated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162084,6 +167870,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162112,6 +167899,7 @@ "orig": "im-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162140,6 +167928,7 @@ "orig": "plementation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162168,6 +167957,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162196,6 +167986,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162224,6 +168015,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162252,6 +168044,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162280,6 +168073,7 @@ "orig": "segmentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162308,6 +168102,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162336,6 +168131,7 @@ "orig": "due", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162364,6 +168160,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162392,6 +168189,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162420,6 +168218,7 @@ "orig": "sizes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162448,6 +168247,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162476,6 +168276,7 @@ "orig": "300K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162504,6 +168305,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162532,6 +168334,7 @@ "orig": "500K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162560,6 +168363,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162588,6 +168392,7 @@ "orig": "pages.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162616,6 +168421,7 @@ "orig": "These", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162644,6 +168450,7 @@ "orig": "sizes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162672,6 +168479,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162700,6 +168508,7 @@ "orig": "achieved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162728,6 +168537,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162756,6 +168566,7 @@ "orig": "leveraging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162784,6 +168595,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162812,6 +168624,7 @@ "orig": "automation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162840,6 +168653,7 @@ "orig": "approach.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162868,6 +168682,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162896,6 +168711,7 @@ "orig": "benefit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162924,6 +168740,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162952,6 +168769,7 @@ "orig": "au-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162980,6 +168798,7 @@ "orig": "tomated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163008,6 +168827,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163036,6 +168856,7 @@ "orig": "generation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163064,6 +168885,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163092,6 +168914,7 @@ "orig": "obvious:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163120,6 +168943,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163148,6 +168972,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163176,6 +169001,7 @@ "orig": "generate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163204,6 +169030,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163232,6 +169059,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163260,6 +169088,7 @@ "orig": "datasets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163288,6 +169117,7 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163316,6 +169146,7 @@ "orig": "virtually", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163344,6 +169175,7 @@ "orig": "no", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163372,6 +169204,7 @@ "orig": "cost.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163400,6 +169233,7 @@ "orig": "However,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163428,6 +169262,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163456,6 +169291,7 @@ "orig": "automation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163484,6 +169320,7 @@ "orig": "introduces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163512,6 +169349,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163540,6 +169378,7 @@ "orig": "constraint", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163568,6 +169407,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163596,6 +169436,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163624,6 +169465,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163652,6 +169494,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163680,6 +169523,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163708,6 +169552,7 @@ "orig": "dataset,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163736,6 +169581,7 @@ "orig": "because", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163764,6 +169610,7 @@ "orig": "corresponding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163792,6 +169639,7 @@ "orig": "structured", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163820,6 +169668,7 @@ "orig": "source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163848,6 +169697,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163876,6 +169726,7 @@ "orig": "must", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163904,6 +169755,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163932,6 +169784,7 @@ "orig": "available.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163960,6 +169813,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163988,6 +169842,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164016,6 +169871,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164044,6 +169900,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164072,6 +169929,7 @@ "orig": "both", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164100,6 +169958,7 @@ "orig": "generated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164128,6 +169987,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164156,6 +170016,7 @@ "orig": "scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164184,6 +170045,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164212,6 +170074,7 @@ "orig": "repos-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164240,6 +170103,7 @@ "orig": "itories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164268,6 +170132,7 @@ "orig": "(PubMed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164296,6 +170161,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164324,6 +170190,7 @@ "orig": "arXiv),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164352,6 +170219,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164380,6 +170248,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164408,6 +170277,7 @@ "orig": "XML", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164436,6 +170306,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164464,6 +170335,7 @@ "orig": "LT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164492,6 +170364,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164520,6 +170393,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164548,6 +170422,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164576,6 +170451,7 @@ "orig": "sources.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164604,6 +170480,7 @@ "orig": "Those", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164632,6 +170509,7 @@ "orig": "scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164660,6 +170538,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164688,6 +170567,7 @@ "orig": "present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164716,6 +170596,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164744,6 +170625,7 @@ "orig": "limited", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164772,6 +170654,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164800,6 +170683,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164828,6 +170712,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164856,6 +170741,7 @@ "orig": "layouts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164884,6 +170770,7 @@ "orig": "because", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164912,6 +170799,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164940,6 +170828,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164968,6 +170857,7 @@ "orig": "typeset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164996,6 +170886,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165024,6 +170915,7 @@ "orig": "uniform", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165052,6 +170944,7 @@ "orig": "templates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165080,6 +170973,7 @@ "orig": "provided", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165108,6 +171002,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165136,6 +171031,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165164,6 +171060,7 @@ "orig": "publishers.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165192,6 +171089,7 @@ "orig": "Obviously,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165220,6 +171118,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165248,6 +171147,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165276,6 +171176,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165304,6 +171205,7 @@ "orig": "technical", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165332,6 +171234,7 @@ "orig": "manuals,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165360,6 +171263,7 @@ "orig": "annual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165388,6 +171292,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165416,6 +171321,7 @@ "orig": "reports,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165444,6 +171350,7 @@ "orig": "legal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165472,6 +171379,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165500,6 +171408,7 @@ "orig": "government", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165528,6 +171437,7 @@ "orig": "tenders,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165556,6 +171466,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165584,6 +171495,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165612,6 +171524,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165640,6 +171553,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165668,6 +171582,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165696,6 +171611,7 @@ "orig": "partially", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165724,6 +171640,7 @@ "orig": "unique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165752,6 +171669,7 @@ "orig": "layouts.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165780,6 +171698,7 @@ "orig": "As", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165808,6 +171727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165836,6 +171756,7 @@ "orig": "consequence,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165864,6 +171785,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165892,6 +171814,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165920,6 +171843,7 @@ "orig": "predictions", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165948,6 +171872,7 @@ "orig": "obtained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165976,6 +171901,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166004,6 +171930,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166032,6 +171959,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166060,6 +171988,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166088,6 +172017,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166116,6 +172046,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166144,6 +172075,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166172,6 +172104,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166200,6 +172133,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166228,6 +172162,7 @@ "orig": "reasonable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166256,6 +172191,7 @@ "orig": "when", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166284,6 +172220,7 @@ "orig": "applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166312,6 +172249,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166340,6 +172278,7 @@ "orig": "scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166368,6 +172307,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166396,6 +172336,7 @@ "orig": "However,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166424,6 +172365,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166452,6 +172394,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166480,6 +172423,7 @@ "orig": "artistic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -166508,6 +172452,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166536,6 +172481,7 @@ "orig": "free-style", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -166564,6 +172510,7 @@ "orig": "layouts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166592,6 +172539,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166620,6 +172568,7 @@ "orig": "see", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166648,6 +172597,7 @@ "orig": "sub-par", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166676,6 +172626,7 @@ "orig": "prediction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166704,6 +172655,7 @@ "orig": "quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166732,6 +172684,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166760,6 +172713,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166788,6 +172742,7 @@ "orig": "models,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166816,6 +172771,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166844,6 +172800,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166872,6 +172829,7 @@ "orig": "demonstrate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166900,6 +172858,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166928,6 +172887,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166956,6 +172916,7 @@ "orig": "5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166984,6 +172945,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167012,6 +172974,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167040,6 +173003,7 @@ "orig": "paper,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167068,6 +173032,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167096,6 +173061,7 @@ "orig": "present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167124,6 +173090,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167152,6 +173119,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167180,6 +173148,7 @@ "orig": "dataset.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167208,6 +173177,7 @@ "orig": "It", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167236,6 +173206,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167264,6 +173235,7 @@ "orig": "page-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167292,6 +173264,7 @@ "orig": "by-page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167320,6 +173293,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167348,6 +173322,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167376,6 +173351,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167404,6 +173380,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167432,6 +173409,7 @@ "orig": "bounding-boxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167460,6 +173438,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167488,6 +173467,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167516,6 +173496,7 @@ "orig": "distinct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167544,6 +173525,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167572,6 +173554,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167600,6 +173583,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167628,6 +173612,7 @@ "orig": "80863", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167656,6 +173641,7 @@ "orig": "unique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167684,6 +173670,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167712,6 +173699,7 @@ "orig": "pages,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167740,6 +173728,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167768,6 +173757,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167796,6 +173786,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167824,6 +173815,7 @@ "orig": "fraction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167852,6 +173844,7 @@ "orig": "carry", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167880,6 +173873,7 @@ "orig": "double-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167908,6 +173902,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167936,6 +173931,7 @@ "orig": "triple-annotations.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167964,6 +173960,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167992,6 +173989,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168020,6 +174018,7 @@ "orig": "similar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168048,6 +174047,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168076,6 +174076,7 @@ "orig": "spirit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168104,6 +174105,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168132,6 +174134,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168160,6 +174163,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168188,6 +174192,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168216,6 +174221,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168244,6 +174250,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168272,6 +174279,7 @@ "orig": "likewise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168300,6 +174308,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168328,6 +174337,7 @@ "orig": "made", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168356,6 +174366,7 @@ "orig": "available", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168384,6 +174395,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168412,6 +174424,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168440,6 +174453,7 @@ "orig": "public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168468,6 +174482,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168496,6 +174511,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168524,6 +174540,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168552,6 +174569,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168580,6 +174598,7 @@ "orig": "stimulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168608,6 +174627,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168636,6 +174656,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168664,6 +174685,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168692,6 +174714,7 @@ "orig": "community.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168720,6 +174743,7 @@ "orig": "It", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168748,6 +174772,7 @@ "orig": "distinguishes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168776,6 +174801,7 @@ "orig": "itself", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168804,6 +174830,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168832,6 +174859,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168860,6 +174888,7 @@ "orig": "following", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168888,6 +174917,7 @@ "orig": "aspects:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168916,6 +174946,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168944,6 +174975,7 @@ "orig": "Human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -168972,6 +175004,7 @@ "orig": "Annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169000,6 +175033,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169028,6 +175062,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169056,6 +175091,7 @@ "orig": "contrast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169084,6 +175120,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169112,6 +175149,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169140,6 +175178,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169168,6 +175207,7 @@ "orig": "DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169196,6 +175236,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169224,6 +175265,7 @@ "orig": "relied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169252,6 +175294,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169280,6 +175323,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169308,6 +175352,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169336,6 +175381,7 @@ "orig": "instead", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169364,6 +175410,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169392,6 +175439,7 @@ "orig": "automation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169420,6 +175468,7 @@ "orig": "ap-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169448,6 +175497,7 @@ "orig": "proaches", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169476,6 +175526,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169504,6 +175555,7 @@ "orig": "generate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169532,6 +175584,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169560,6 +175613,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169588,6 +175642,7 @@ "orig": "set.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169616,6 +175671,7 @@ "orig": "(2)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169644,6 +175700,7 @@ "orig": "Large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169672,6 +175729,7 @@ "orig": "Layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169700,6 +175758,7 @@ "orig": "Variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169728,6 +175787,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169756,6 +175816,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169784,6 +175845,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169812,6 +175874,7 @@ "orig": "diverse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169840,6 +175903,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169868,6 +175932,7 @@ "orig": "complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169896,6 +175961,7 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169924,6 +175990,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169952,6 +176019,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169980,6 +176048,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170008,6 +176077,7 @@ "orig": "variety", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170036,6 +176106,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170064,6 +176135,7 @@ "orig": "public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170092,6 +176164,7 @@ "orig": "sources.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170120,6 +176193,7 @@ "orig": "(3)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170148,6 +176222,7 @@ "orig": "Detailed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -170176,6 +176251,7 @@ "orig": "Label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -170204,6 +176280,7 @@ "orig": "Set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -170232,6 +176309,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170260,6 +176338,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170288,6 +176367,7 @@ "orig": "define", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170316,6 +176396,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170344,6 +176425,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170372,6 +176454,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170400,6 +176483,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170428,6 +176512,7 @@ "orig": "distinguish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170456,6 +176541,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170484,6 +176570,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170512,6 +176599,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170540,6 +176628,7 @@ "orig": "high", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170568,6 +176657,7 @@ "orig": "detail.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170596,6 +176686,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170624,6 +176715,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170652,6 +176744,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170680,6 +176773,7 @@ "orig": "labels;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170708,6 +176802,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170736,6 +176831,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170764,6 +176860,7 @@ "orig": "13,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170792,6 +176889,7 @@ "orig": "although", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170820,6 +176918,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170848,6 +176947,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170876,6 +176976,7 @@ "orig": "superset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170904,6 +177005,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170932,6 +177034,7 @@ "orig": "ours.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170960,6 +177063,7 @@ "orig": "(4)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170988,6 +177092,7 @@ "orig": "Redundant", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171016,6 +177121,7 @@ "orig": "Annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171044,6 +177150,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171072,6 +177179,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171100,6 +177208,7 @@ "orig": "fraction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171128,6 +177237,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171156,6 +177266,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171184,6 +177295,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171212,6 +177324,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171240,6 +177353,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171268,6 +177382,7 @@ "orig": "Do-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171296,6 +177411,7 @@ "orig": "cLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171324,6 +177440,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171352,6 +177469,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171380,6 +177498,7 @@ "orig": "carry", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171408,6 +177527,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171436,6 +177556,7 @@ "orig": "than", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171464,6 +177585,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171492,6 +177614,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171520,6 +177643,7 @@ "orig": "annotation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171548,6 +177672,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171576,6 +177701,7 @@ "orig": "https://developer.ibm.com/exchanges/data/all/doclaynet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171604,6 +177730,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171632,6 +177759,7 @@ "orig": "enables", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171660,6 +177788,7 @@ "orig": "experimentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171688,6 +177817,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171716,6 +177846,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171744,6 +177875,7 @@ "orig": "uncertainty", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171772,6 +177904,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171800,6 +177933,7 @@ "orig": "quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171828,6 +177962,7 @@ "orig": "control", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171856,6 +177991,7 @@ "orig": "analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171884,6 +178020,7 @@ "orig": "(5)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171912,6 +178049,7 @@ "orig": "Pre-defined", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171940,6 +178078,7 @@ "orig": "Train-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171968,6 +178107,7 @@ "orig": "Test-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171996,6 +178136,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -172024,6 +178165,7 @@ "orig": "Validation-set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -172052,6 +178194,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172080,6 +178223,7 @@ "orig": "Like", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172108,6 +178252,7 @@ "orig": "DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172136,6 +178281,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172164,6 +178310,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172192,6 +178339,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172220,6 +178368,7 @@ "orig": "train-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172248,6 +178397,7 @@ "orig": "test-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172276,6 +178426,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172304,6 +178455,7 @@ "orig": "validation-sets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172332,6 +178484,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172360,6 +178513,7 @@ "orig": "ensure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172388,6 +178542,7 @@ "orig": "propor-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172416,6 +178571,7 @@ "orig": "tional", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172444,6 +178600,7 @@ "orig": "representation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172472,6 +178629,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172500,6 +178658,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172528,6 +178687,7 @@ "orig": "class-labels.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172556,6 +178716,7 @@ "orig": "Further,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172584,6 +178745,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172612,6 +178774,7 @@ "orig": "prevent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172640,6 +178803,7 @@ "orig": "leakage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172668,6 +178832,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172696,6 +178861,7 @@ "orig": "unique", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172724,6 +178890,7 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172752,6 +178919,7 @@ "orig": "across", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172780,6 +178948,7 @@ "orig": "sets,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172808,6 +178977,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172836,6 +179006,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172864,6 +179035,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172892,6 +179064,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172920,6 +179093,7 @@ "orig": "effect", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172948,6 +179122,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172976,6 +179151,7 @@ "orig": "model", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173004,6 +179180,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173032,6 +179209,7 @@ "orig": "scores.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173060,6 +179238,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173088,6 +179267,7 @@ "orig": "aspects", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173116,6 +179296,7 @@ "orig": "outlined", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173144,6 +179325,7 @@ "orig": "above", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173172,6 +179354,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173200,6 +179383,7 @@ "orig": "detailed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173228,6 +179412,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173256,6 +179441,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173284,6 +179470,7 @@ "orig": "3.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173312,6 +179499,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173340,6 +179528,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173368,6 +179557,7 @@ "orig": "4,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173396,6 +179586,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173424,6 +179615,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173452,6 +179644,7 @@ "orig": "elaborate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173480,6 +179673,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173508,6 +179702,7 @@ "orig": "how", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173536,6 +179731,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173564,6 +179760,7 @@ "orig": "designed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173592,6 +179789,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173620,6 +179818,7 @@ "orig": "executed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173648,6 +179847,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173676,6 +179876,7 @@ "orig": "large-scale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173704,6 +179905,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173732,6 +179934,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173760,6 +179963,7 @@ "orig": "campaign.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173788,6 +179992,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173816,6 +180021,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173844,6 +180050,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173872,6 +180079,7 @@ "orig": "share", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173900,6 +180108,7 @@ "orig": "key", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173928,6 +180137,7 @@ "orig": "insights", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173956,6 +180166,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -173984,6 +180195,7 @@ "orig": "lessons", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174012,6 +180224,7 @@ "orig": "learned", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174040,6 +180253,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174068,6 +180282,7 @@ "orig": "might", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174096,6 +180311,7 @@ "orig": "prove", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174124,6 +180340,7 @@ "orig": "helpful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174152,6 +180369,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174180,6 +180398,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174208,6 +180427,7 @@ "orig": "parties", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174236,6 +180456,7 @@ "orig": "planning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174264,6 +180485,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174292,6 +180514,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174320,6 +180543,7 @@ "orig": "up", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174348,6 +180572,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174376,6 +180601,7 @@ "orig": "campaigns.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174404,6 +180630,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174432,6 +180659,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174460,6 +180688,7 @@ "orig": "5,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174488,6 +180717,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174516,6 +180746,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174544,6 +180775,7 @@ "orig": "present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174572,6 +180804,7 @@ "orig": "baseline", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174600,6 +180833,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174628,6 +180862,7 @@ "orig": "numbers", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174656,6 +180891,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174684,6 +180920,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174712,6 +180949,7 @@ "orig": "variety", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174740,6 +180978,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174768,6 +181007,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174796,6 +181036,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174824,6 +181065,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174852,6 +181094,7 @@ "orig": "(Faster", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174880,6 +181123,7 @@ "orig": "R-CNN,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174908,6 +181152,7 @@ "orig": "Mask", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174936,6 +181181,7 @@ "orig": "R-CNN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174964,6 +181210,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -174992,6 +181239,7 @@ "orig": "YOLOv5)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175020,6 +181268,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175048,6 +181297,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175076,6 +181326,7 @@ "orig": "DocLayNet.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175104,6 +181355,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175132,6 +181384,7 @@ "orig": "further", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175160,6 +181413,7 @@ "orig": "show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175188,6 +181442,7 @@ "orig": "how", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175216,6 +181471,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175244,6 +181500,7 @@ "orig": "model", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175272,6 +181529,7 @@ "orig": "performance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175300,6 +181558,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175328,6 +181587,7 @@ "orig": "impacted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175356,6 +181616,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175384,6 +181645,7 @@ "orig": "varying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175412,6 +181674,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175440,6 +181703,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175468,6 +181732,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175496,6 +181761,7 @@ "orig": "size,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175524,6 +181790,7 @@ "orig": "reducing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175552,6 +181819,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175580,6 +181848,7 @@ "orig": "label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175608,6 +181877,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175636,6 +181906,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175664,6 +181935,7 @@ "orig": "modifying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175692,6 +181964,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175720,6 +181993,7 @@ "orig": "train/test-split.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175748,6 +182022,7 @@ "orig": "Last", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175776,6 +182051,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175804,6 +182080,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175832,6 +182109,7 @@ "orig": "least,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175860,6 +182138,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175888,6 +182167,7 @@ "orig": "compare", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175916,6 +182196,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175944,6 +182225,7 @@ "orig": "performance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -175972,6 +182254,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176000,6 +182283,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176028,6 +182312,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176056,6 +182341,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176084,6 +182370,7 @@ "orig": "PubLayNet,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176112,6 +182399,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176140,6 +182428,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176168,6 +182457,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176196,6 +182486,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176224,6 +182515,7 @@ "orig": "demonstrate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176252,6 +182544,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176280,6 +182573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176308,6 +182602,7 @@ "orig": "model", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176336,6 +182631,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176364,6 +182660,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176392,6 +182689,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176420,6 +182718,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176448,6 +182747,7 @@ "orig": "overall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176476,6 +182776,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176504,6 +182805,7 @@ "orig": "robust", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176532,6 +182834,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176560,6 +182863,7 @@ "orig": "recovery.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176588,6 +182892,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -176616,6 +182921,7 @@ "orig": "RELATED", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -176644,6 +182950,7 @@ "orig": "WORK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -176672,6 +182979,7 @@ "orig": "While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176700,6 +183008,7 @@ "orig": "early", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176728,6 +183037,7 @@ "orig": "approaches", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176756,6 +183066,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176784,6 +183095,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176812,6 +183124,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176840,6 +183153,7 @@ "orig": "used", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176868,6 +183182,7 @@ "orig": "rule-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176896,6 +183211,7 @@ "orig": "based", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176924,6 +183240,7 @@ "orig": "algorithms", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176952,6 +183269,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -176980,6 +183298,7 @@ "orig": "heuristics", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177008,6 +183327,7 @@ "orig": "[8],", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177036,6 +183356,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177064,6 +183385,7 @@ "orig": "problem", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177092,6 +183414,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177120,6 +183443,7 @@ "orig": "lately", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177148,6 +183472,7 @@ "orig": "addressed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177176,6 +183501,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177204,6 +183530,7 @@ "orig": "deep", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177232,6 +183559,7 @@ "orig": "learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177260,6 +183588,7 @@ "orig": "methods.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177288,6 +183617,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177316,6 +183646,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177344,6 +183675,7 @@ "orig": "commonapproach", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177372,6 +183704,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177400,6 +183733,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177428,6 +183762,7 @@ "orig": "lever-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177456,6 +183791,7 @@ "orig": "age", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177484,6 +183820,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177512,6 +183849,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177540,6 +183878,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177568,6 +183907,7 @@ "orig": "[9-15].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177596,6 +183936,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177624,6 +183965,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177652,6 +183994,7 @@ "orig": "last", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177680,6 +184023,7 @@ "orig": "decade,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177708,6 +184052,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177736,6 +184081,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177764,6 +184110,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177792,6 +184139,7 @@ "orig": "speed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177820,6 +184168,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177848,6 +184197,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177876,6 +184226,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177904,6 +184255,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177932,6 +184284,7 @@ "orig": "increased", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177960,6 +184313,7 @@ "orig": "dramatically.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -177988,6 +184342,7 @@ "orig": "Furthermore,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178016,6 +184371,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178044,6 +184400,7 @@ "orig": "state-of-the-art", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178072,6 +184429,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178100,6 +184458,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178128,6 +184487,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178156,6 +184516,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178184,6 +184545,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178212,6 +184574,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178240,6 +184603,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178268,6 +184632,7 @@ "orig": "applied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178296,6 +184661,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178324,6 +184690,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178352,6 +184719,7 @@ "orig": "little", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178380,6 +184748,7 @@ "orig": "work,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178408,6 +184777,7 @@ "orig": "thanks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178436,6 +184806,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178464,6 +184835,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178492,6 +184864,7 @@ "orig": "standardisation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178520,6 +184893,7 @@ "orig": "effort", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178548,6 +184922,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178576,6 +184951,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178604,6 +184980,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178632,6 +185009,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178660,6 +185038,7 @@ "orig": "format", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178688,6 +185067,7 @@ "orig": "[16]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178716,6 +185096,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178744,6 +185125,7 @@ "orig": "common", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178772,6 +185154,7 @@ "orig": "deep-learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178800,6 +185183,7 @@ "orig": "frameworks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178828,6 +185212,7 @@ "orig": "[17].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178856,6 +185241,7 @@ "orig": "Reference", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178884,6 +185270,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178912,6 +185299,7 @@ "orig": "sets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178940,6 +185328,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178968,6 +185357,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -178996,6 +185386,7 @@ "orig": "PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179024,6 +185415,7 @@ "orig": "[6]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179052,6 +185444,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179080,6 +185473,7 @@ "orig": "DocBank", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179108,6 +185502,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179136,6 +185531,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179164,6 +185560,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179192,6 +185589,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179220,6 +185618,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179248,6 +185647,7 @@ "orig": "commonly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179276,6 +185676,7 @@ "orig": "accepted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179304,6 +185705,7 @@ "orig": "COCO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179332,6 +185734,7 @@ "orig": "for-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179360,6 +185763,7 @@ "orig": "mat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179388,6 +185792,7 @@ "orig": "[16].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179416,6 +185821,7 @@ "orig": "Lately,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179444,6 +185850,7 @@ "orig": "new", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179472,6 +185879,7 @@ "orig": "types", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179500,6 +185908,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179528,6 +185937,7 @@ "orig": "ML", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179556,6 +185966,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179584,6 +185995,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179612,6 +186024,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179640,6 +186053,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179668,6 +186082,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179696,6 +186111,7 @@ "orig": "emerged", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179724,6 +186140,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179752,6 +186169,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179780,6 +186198,7 @@ "orig": "community", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179808,6 +186227,7 @@ "orig": "[18-21].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179836,6 +186256,7 @@ "orig": "These", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179864,6 +186285,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179892,6 +186314,7 @@ "orig": "do", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179920,6 +186343,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179948,6 +186372,7 @@ "orig": "approach", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -179976,6 +186401,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180004,6 +186430,7 @@ "orig": "problem", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180032,6 +186459,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180060,6 +186488,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180088,6 +186517,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180116,6 +186546,7 @@ "orig": "purely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180144,6 +186575,7 @@ "orig": "based", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180172,6 +186604,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180200,6 +186633,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180228,6 +186662,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180256,6 +186691,7 @@ "orig": "representation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180284,6 +186720,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180312,6 +186749,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180340,6 +186778,7 @@ "orig": "page,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180368,6 +186807,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180396,6 +186836,7 @@ "orig": "computer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180424,6 +186865,7 @@ "orig": "vision", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180452,6 +186894,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180480,6 +186923,7 @@ "orig": "do.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180508,6 +186952,7 @@ "orig": "Instead,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180536,6 +186981,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180564,6 +187010,7 @@ "orig": "combine", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180592,6 +187039,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180620,6 +187068,7 @@ "orig": "text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180648,6 +187097,7 @@ "orig": "tokens", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180676,6 +187126,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180704,6 +187155,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180732,6 +187184,7 @@ "orig": "representation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180760,6 +187213,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180788,6 +187242,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180816,6 +187271,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180844,6 +187300,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180872,6 +187329,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180900,6 +187358,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180928,6 +187387,7 @@ "orig": "obtain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180956,6 +187416,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -180984,6 +187445,7 @@ "orig": "segmentation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181012,6 +187474,7 @@ "orig": "While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181040,6 +187503,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181068,6 +187532,7 @@ "orig": "reported", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181096,6 +187561,7 @@ "orig": "accuracies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181124,6 +187590,7 @@ "orig": "appear", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181152,6 +187619,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181180,6 +187648,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181208,6 +187677,7 @@ "orig": "promising,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181236,6 +187706,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181264,6 +187735,7 @@ "orig": "broadly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181292,6 +187764,7 @@ "orig": "accepted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181320,6 +187793,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181348,6 +187822,7 @@ "orig": "format", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181376,6 +187851,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181404,6 +187880,7 @@ "orig": "links", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181432,6 +187909,7 @@ "orig": "geometric", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181460,6 +187938,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181488,6 +187967,7 @@ "orig": "textual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181516,6 +187996,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181544,6 +188025,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181572,6 +188054,7 @@ "orig": "yet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181600,6 +188083,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181628,6 +188112,7 @@ "orig": "establish.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181656,6 +188141,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -181684,6 +188170,7 @@ "orig": "THE", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -181712,6 +188199,7 @@ "orig": "DOCLAYNET", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -181740,6 +188228,7 @@ "orig": "DATASET", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -181768,6 +188257,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181796,6 +188286,7 @@ "orig": "contains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181824,6 +188315,7 @@ "orig": "80863", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181852,6 +188344,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181880,6 +188373,7 @@ "orig": "pages.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181908,6 +188402,7 @@ "orig": "Amongthese,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181936,6 +188431,7 @@ "orig": "7059", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181964,6 +188460,7 @@ "orig": "carry", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -181992,6 +188489,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182020,6 +188518,7 @@ "orig": "instances", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182048,6 +188547,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182076,6 +188576,7 @@ "orig": "humanannotations,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182104,6 +188605,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182132,6 +188634,7 @@ "orig": "1591", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182160,6 +188663,7 @@ "orig": "carry", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182188,6 +188692,7 @@ "orig": "three.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182216,6 +188721,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182244,6 +188750,7 @@ "orig": "amounts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182272,6 +188779,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182300,6 +188808,7 @@ "orig": "91104", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182328,6 +188837,7 @@ "orig": "total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182356,6 +188866,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182384,6 +188895,7 @@ "orig": "instances.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182412,6 +188924,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182440,6 +188953,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182468,6 +188982,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182496,6 +189011,7 @@ "orig": "lay-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182524,6 +189040,7 @@ "orig": "out", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182552,6 +189069,7 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182580,6 +189098,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182608,6 +189127,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182636,6 +189156,7 @@ "orig": "shape", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182664,6 +189185,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182692,6 +189214,7 @@ "orig": "labeled,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182720,6 +189243,7 @@ "orig": "rectangular", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182748,6 +189272,7 @@ "orig": "bounding-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182776,6 +189301,7 @@ "orig": "boxes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182804,6 +189330,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182832,6 +189359,7 @@ "orig": "define", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182860,6 +189388,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182888,6 +189417,7 @@ "orig": "distinct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182916,6 +189446,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182944,6 +189475,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -182972,6 +189504,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183000,6 +189533,7 @@ "orig": "features,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183028,6 +189562,7 @@ "orig": "namely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183056,6 +189591,7 @@ "orig": "Cap-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183084,6 +189620,7 @@ "orig": "tion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183112,6 +189649,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183140,6 +189678,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183168,6 +189707,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183196,6 +189736,7 @@ "orig": "Formula", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183224,6 +189765,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183252,6 +189794,7 @@ "orig": "List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183280,6 +189823,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183308,6 +189852,7 @@ "orig": "Page-footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183336,6 +189881,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183364,6 +189910,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183392,6 +189939,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183420,6 +189968,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183448,6 +189997,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183476,6 +190026,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183504,6 +190055,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183532,6 +190084,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183560,6 +190113,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183588,6 +190142,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183616,6 +190171,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183644,6 +190200,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183672,6 +190229,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -183700,6 +190258,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183728,6 +190287,7 @@ "orig": "Our", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183756,6 +190316,7 @@ "orig": "reasoning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183784,6 +190345,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183812,6 +190374,7 @@ "orig": "picking", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183840,6 +190403,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183868,6 +190432,7 @@ "orig": "particular", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183896,6 +190461,7 @@ "orig": "label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183924,6 +190490,7 @@ "orig": "set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183952,6 +190519,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -183980,6 +190548,7 @@ "orig": "detailed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184008,6 +190577,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184036,6 +190606,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184064,6 +190635,7 @@ "orig": "4.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184092,6 +190664,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184120,6 +190693,7 @@ "orig": "addition", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184148,6 +190722,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184176,6 +190751,7 @@ "orig": "open", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184204,6 +190780,7 @@ "orig": "intellectual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184232,6 +190809,7 @@ "orig": "property", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184260,6 +190838,7 @@ "orig": "constraints", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184288,6 +190867,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184316,6 +190896,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184344,6 +190925,7 @@ "orig": "source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184372,6 +190954,7 @@ "orig": "documents,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184400,6 +190983,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184428,6 +191012,7 @@ "orig": "required", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184456,6 +191041,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184484,6 +191070,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184512,6 +191099,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184540,6 +191128,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184568,6 +191157,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184596,6 +191186,7 @@ "orig": "adhere", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184624,6 +191215,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184652,6 +191244,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184680,6 +191273,7 @@ "orig": "few", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184708,6 +191302,7 @@ "orig": "conditions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184736,6 +191331,7 @@ "orig": "Firstly,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184764,6 +191360,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184792,6 +191389,7 @@ "orig": "kept", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184820,6 +191418,7 @@ "orig": "scanned", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184848,6 +191447,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -184878,6 +191478,7 @@ "orig": "KDD '22, August 14-18, 2022, Washington, DC, USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -184906,6 +191507,7 @@ "orig": "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -184934,6 +191536,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -184962,6 +191565,7 @@ "orig": "INTRODUCTION", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -184990,6 +191594,7 @@ "orig": "Despite the substantial improvements achieved with machine-learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185018,6 +191623,7 @@ "orig": "(ML) approaches and deep neural networks in recent years, docu-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185046,6 +191652,7 @@ "orig": "ment conversion remains a challenging problem, as demonstrated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185074,6 +191681,7 @@ "orig": "by the numerous public competitions held on this topic [1-4]. The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185102,6 +191710,7 @@ "orig": "challenge originates from the huge variability in PDF documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185130,6 +191739,7 @@ "orig": "regarding layout, language and formats (scanned, programmatic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185158,6 +191768,7 @@ "orig": "or a combination of both). Engineering a single ML model that can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185186,6 +191797,7 @@ "orig": "be applied on all types of documents and provides high-quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185214,6 +191826,7 @@ "orig": "layout segmentation remains to this day extremely challenging [5].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185242,6 +191855,7 @@ "orig": "To highlight the variability in document layouts, we show a few", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185270,6 +191884,7 @@ "orig": "example documents from the DocLayNet dataset in Figure 1.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185298,6 +191913,7 @@ "orig": "Akeyproblem in the process of document conversion is to under-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185326,6 +191942,7 @@ "orig": "stand the structure of a single document page, i.e. which segments", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185354,6 +191971,7 @@ "orig": "of text should be grouped together in a unit. To train models for this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185382,6 +192000,7 @@ "orig": "task, there are currently two large datasets available to the com-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185410,6 +192029,7 @@ "orig": "munity, PubLayNet [6] and DocBank [7]. They were introduced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185438,6 +192058,7 @@ "orig": "in 2019 and 2020 respectively and significantly accelerated the im-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185466,6 +192087,7 @@ "orig": "plementation of layout detection and segmentation models due to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185494,6 +192116,7 @@ "orig": "their sizes of 300K and 500K ground-truth pages. These sizes were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185522,6 +192145,7 @@ "orig": "achieved by leveraging an automation approach. The benefit of au-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185550,6 +192174,7 @@ "orig": "tomated ground-truth generation is obvious: one can generate large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185578,6 +192203,7 @@ "orig": "ground-truth datasets at virtually no cost. However, the automation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185606,6 +192232,7 @@ "orig": "introduces a constraint on the variability in the dataset, because", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185634,6 +192261,7 @@ "orig": "corresponding structured source data must be available. PubLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185662,6 +192290,7 @@ "orig": "and DocBank were both generated from scientific document repos-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185690,6 +192319,7 @@ "orig": "itories (PubMed and arXiv), which provide XML or L A T E X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185718,6 +192348,7 @@ "orig": "sources.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185746,6 +192377,7 @@ "orig": "Those scientific documents present a limited variability in their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185774,6 +192406,7 @@ "orig": "layouts, because they are typeset in uniform templates provided by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185802,6 +192435,7 @@ "orig": "the publishers. Obviously, documents such as technical manuals,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185830,6 +192464,7 @@ "orig": "annual company reports, legal text, government tenders, etc. have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185858,6 +192493,7 @@ "orig": "very different and partially unique layouts. As a consequence, the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185886,6 +192522,7 @@ "orig": "layout predictions obtained from models trained on PubLayNet or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185914,6 +192551,7 @@ "orig": "DocBank is very reasonable when applied on scientific documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185942,6 +192580,7 @@ "orig": "However, for more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -185970,6 +192609,7 @@ "orig": "artistic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -185998,6 +192638,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186026,6 +192667,7 @@ "orig": "free-style", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -186054,6 +192696,7 @@ "orig": "layouts, we see sub-par", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186082,6 +192725,7 @@ "orig": "prediction quality from these models, which we demonstrate in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186110,6 +192754,7 @@ "orig": "Section 5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186138,6 +192783,7 @@ "orig": "In this paper, we present the DocLayNet dataset. It provides page-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186166,6 +192812,7 @@ "orig": "by-page layout annotation ground-truth using bounding-boxes for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186194,6 +192841,7 @@ "orig": "11 distinct class labels on 80863 unique document pages, of which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186222,6 +192870,7 @@ "orig": "a fraction carry double- or triple-annotations. DocLayNet is similar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186250,6 +192899,7 @@ "orig": "in spirit to PubLayNet and DocBank and will likewise be made", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186278,6 +192928,7 @@ "orig": "available to the public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186306,6 +192957,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186334,6 +192986,7 @@ "orig": "in order to stimulate the document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186362,6 +193015,7 @@ "orig": "analysis community. It distinguishes itself in the following aspects:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186390,6 +193044,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186418,6 +193073,7 @@ "orig": "Human Annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -186446,6 +193102,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186474,6 +193131,7 @@ "orig": "In contrast to PubLayNet and DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186502,6 +193160,7 @@ "orig": "we relied on human annotation instead of automation ap-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186530,6 +193189,7 @@ "orig": "proaches to generate the data set.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186558,6 +193218,7 @@ "orig": "(2)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186586,6 +193247,7 @@ "orig": "Large Layout Variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -186614,6 +193276,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186642,6 +193305,7 @@ "orig": "We include diverse and complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186670,6 +193334,7 @@ "orig": "layouts from a large variety of public sources.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186698,6 +193363,7 @@ "orig": "(3)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186726,6 +193392,7 @@ "orig": "Detailed Label Set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -186754,6 +193421,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186782,6 +193450,7 @@ "orig": "We define 11 class labels to distinguish", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186810,6 +193479,7 @@ "orig": "layout features in high detail. PubLayNet provides 5 labels;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186838,6 +193508,7 @@ "orig": "DocBank provides 13, although not a superset of ours.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186866,6 +193537,7 @@ "orig": "(4)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186894,6 +193566,7 @@ "orig": "Redundant Annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -186922,6 +193595,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186950,6 +193624,7 @@ "orig": "A fraction of the pages in the Do-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -186978,6 +193653,7 @@ "orig": "cLayNet data set carry more than one human annotation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187006,6 +193682,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187034,6 +193711,7 @@ "orig": "https://developer.ibm.com/exchanges/data/all/doclaynet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187062,6 +193740,7 @@ "orig": "This enables experimentation with annotation uncertainty", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187090,6 +193769,7 @@ "orig": "and quality control analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187118,6 +193798,7 @@ "orig": "(5)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187146,6 +193827,7 @@ "orig": "Pre-defined Train-, Test- & Validation-set", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -187174,6 +193856,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187202,6 +193885,7 @@ "orig": "Like DocBank, we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187230,6 +193914,7 @@ "orig": "provide fixed train-, test- & validation-sets to ensure propor-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187258,6 +193943,7 @@ "orig": "tional representation of the class-labels. Further, we prevent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187286,6 +193972,7 @@ "orig": "leakage of unique layouts across sets, which has a large effect", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187314,6 +194001,7 @@ "orig": "on model accuracy scores.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187342,6 +194030,7 @@ "orig": "All aspects outlined above are detailed in Section 3. In Section 4,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187370,6 +194059,7 @@ "orig": "we will elaborate on how we designed and executed this large-scale", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187398,6 +194088,7 @@ "orig": "human annotation campaign. We will also share key insights and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187426,6 +194117,7 @@ "orig": "lessons learned that might prove helpful for other parties planning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187454,6 +194146,7 @@ "orig": "to set up annotation campaigns.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187482,6 +194175,7 @@ "orig": "In Section 5, we will present baseline accuracy numbers for a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187510,6 +194204,7 @@ "orig": "variety of object detection methods (Faster R-CNN, Mask R-CNN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187538,6 +194233,7 @@ "orig": "and YOLOv5) trained on DocLayNet. We further show how the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187566,6 +194262,7 @@ "orig": "model performance is impacted by varying the DocLayNet dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187594,6 +194291,7 @@ "orig": "size, reducing the label set and modifying the train/test-split. Last", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187622,6 +194320,7 @@ "orig": "but not least, we compare the performance of models trained on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187650,6 +194349,7 @@ "orig": "PubLayNet, DocBank and DocLayNet and demonstrate that a model", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187678,6 +194378,7 @@ "orig": "trained on DocLayNet provides overall more robust layout recovery.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187706,6 +194407,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -187734,6 +194436,7 @@ "orig": "RELATED WORK", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -187762,6 +194465,7 @@ "orig": "While early approaches in document-layout analysis used rule-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187790,6 +194494,7 @@ "orig": "based algorithms and heuristics [8], the problem is lately addressed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187818,6 +194523,7 @@ "orig": "with deep learning methods. The most common approach is to lever-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187846,6 +194552,7 @@ "orig": "age object detection models [9-15]. In the last decade, the accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187874,6 +194581,7 @@ "orig": "and speed of these models has increased dramatically. Furthermore,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187902,6 +194610,7 @@ "orig": "most state-of-the-art object detection methods can be trained and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187930,6 +194639,7 @@ "orig": "applied with very little work, thanks to a standardisation effort", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187958,6 +194668,7 @@ "orig": "of the ground-truth data format [16] and common deep-learning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -187986,6 +194697,7 @@ "orig": "frameworks [17]. Reference data sets such as PubLayNet [6] and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188014,6 +194726,7 @@ "orig": "DocBank provide their data in the commonly accepted COCO for-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188042,6 +194755,7 @@ "orig": "mat [16].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188070,6 +194784,7 @@ "orig": "Lately, new types of ML models for document-layout analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188098,6 +194813,7 @@ "orig": "have emerged in the community [18-21]. These models do not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188126,6 +194842,7 @@ "orig": "approach the problem of layout analysis purely based on an image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188154,6 +194871,7 @@ "orig": "representation of the page, as computer vision methods do. Instead,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188182,6 +194900,7 @@ "orig": "they combine the text tokens and image representation of a page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188210,6 +194929,7 @@ "orig": "in order to obtain a segmentation. While the reported accuracies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188238,6 +194958,7 @@ "orig": "appear to be promising, a broadly accepted data format which links", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188266,6 +194987,7 @@ "orig": "geometric and textual features has yet to establish.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188294,6 +195016,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -188322,6 +195045,7 @@ "orig": "THE DOCLAYNET DATASET", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -188350,6 +195074,7 @@ "orig": "DocLayNet contains 80863 PDF pages. Among these, 7059 carry two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188378,6 +195103,7 @@ "orig": "instances of human annotations, and 1591 carry three. This amounts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188406,6 +195132,7 @@ "orig": "to 91104 total annotation instances. The annotations provide lay-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188434,6 +195161,7 @@ "orig": "out information in the shape of labeled, rectangular bounding-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188462,6 +195190,7 @@ "orig": "boxes. We define 11 distinct labels for layout features, namely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188490,6 +195219,7 @@ "orig": "Cap-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188518,6 +195248,7 @@ "orig": "tion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188546,6 +195277,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188574,6 +195306,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188602,6 +195335,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188630,6 +195364,7 @@ "orig": "Formula List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188658,6 +195393,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188686,6 +195422,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188714,6 +195451,7 @@ "orig": "Page-footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188742,6 +195480,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188770,6 +195509,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188798,6 +195538,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188826,6 +195567,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188854,6 +195596,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188882,6 +195625,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188910,6 +195654,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188938,6 +195683,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -188966,6 +195712,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -188994,6 +195741,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -189022,6 +195770,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189050,6 +195799,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189078,6 +195828,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -189106,6 +195857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189134,6 +195886,7 @@ "orig": "Our reasoning for picking this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189162,6 +195915,7 @@ "orig": "particular label set is detailed in Section 4.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189190,6 +195944,7 @@ "orig": "In addition to open intellectual property constraints for the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189218,6 +195973,7 @@ "orig": "source documents, we required that the documents in DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -189246,12 +196002,16 @@ "orig": "adhere to a few conditions. Firstly, we kept scanned documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/ligatures_01.pdf.page_no_3.py.json b/tests/data/groundtruth/ligatures_01.pdf.page_no_3.py.json index 29017ac4..b50c77aa 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.page_no_3.py.json +++ b/tests/data/groundtruth/ligatures_01.pdf.page_no_3.py.json @@ -74,6 +74,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -102,6 +103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -130,6 +132,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -158,6 +161,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -186,6 +190,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -214,6 +219,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -242,6 +248,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -270,6 +277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -298,6 +306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -326,6 +335,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -354,6 +364,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -382,6 +393,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -410,6 +422,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -438,6 +451,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -466,6 +480,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -522,6 +538,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -550,6 +567,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -578,6 +596,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -606,6 +625,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -634,6 +654,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -662,6 +683,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -690,6 +712,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -718,6 +741,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -746,6 +770,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -774,6 +799,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -802,6 +828,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -830,6 +857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -858,6 +886,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -886,6 +915,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -914,6 +944,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -942,6 +973,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -970,6 +1002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -998,6 +1031,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1026,6 +1060,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1054,6 +1089,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1082,6 +1118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1110,6 +1147,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1138,6 +1176,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1166,6 +1205,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1194,6 +1234,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1222,6 +1263,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1250,6 +1292,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1278,6 +1321,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1306,6 +1350,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1334,6 +1379,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1362,6 +1408,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1390,6 +1437,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1418,6 +1466,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1446,6 +1495,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1474,6 +1524,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1502,6 +1553,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1530,6 +1582,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1558,6 +1611,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1586,6 +1640,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1614,6 +1669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1642,6 +1698,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1670,6 +1727,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1698,6 +1756,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1726,6 +1785,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1754,6 +1814,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1782,6 +1843,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1810,6 +1872,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1838,6 +1901,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1866,6 +1930,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1894,6 +1959,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1922,6 +1988,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1950,6 +2017,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1978,6 +2046,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2006,6 +2075,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2034,6 +2104,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2062,6 +2133,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2090,6 +2162,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2118,6 +2191,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2146,6 +2220,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2174,6 +2249,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2202,6 +2278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2230,6 +2307,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2258,6 +2336,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2286,6 +2365,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2314,6 +2394,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2342,6 +2423,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2370,6 +2452,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2398,6 +2481,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2426,6 +2510,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2454,6 +2539,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2482,6 +2568,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2510,6 +2597,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2538,6 +2626,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2566,6 +2655,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2594,6 +2684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2622,6 +2713,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2650,6 +2742,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2678,6 +2771,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2706,6 +2800,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2734,6 +2829,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2762,6 +2858,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2790,6 +2887,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2818,6 +2916,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2846,6 +2945,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2874,6 +2974,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2902,6 +3003,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2930,6 +3032,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2958,6 +3061,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2986,6 +3090,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3014,6 +3119,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3042,6 +3148,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3070,6 +3177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3098,6 +3206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3126,6 +3235,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3154,6 +3264,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3182,6 +3293,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3210,6 +3322,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3238,6 +3351,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3266,6 +3380,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3294,6 +3409,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3322,6 +3438,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3350,6 +3467,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3378,6 +3496,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3406,6 +3525,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3434,6 +3554,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3462,6 +3583,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3490,6 +3612,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3518,6 +3641,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3546,6 +3670,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3574,6 +3699,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3602,6 +3728,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3630,6 +3757,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3658,6 +3786,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3686,6 +3815,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3714,6 +3844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3742,6 +3873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3770,6 +3902,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3798,6 +3931,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3826,6 +3960,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3854,6 +3989,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3882,6 +4018,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3910,6 +4047,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3938,6 +4076,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3966,6 +4105,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -3994,6 +4134,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4022,6 +4163,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4050,6 +4192,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4078,6 +4221,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4106,6 +4250,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4134,6 +4279,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4162,6 +4308,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4190,6 +4337,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4218,6 +4366,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4246,6 +4395,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4274,6 +4424,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4302,6 +4453,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4330,6 +4482,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4358,6 +4511,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4386,6 +4540,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4414,6 +4569,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4442,6 +4598,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4470,6 +4627,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4498,6 +4656,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4526,6 +4685,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4554,6 +4714,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4582,6 +4743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4610,6 +4772,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4638,6 +4801,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4666,6 +4830,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -4694,6 +4859,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4722,6 +4888,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4750,6 +4917,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4778,6 +4946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4806,6 +4975,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4834,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4862,6 +5033,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4890,6 +5062,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4918,6 +5091,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4946,6 +5120,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4974,6 +5149,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5002,6 +5178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5030,6 +5207,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5058,6 +5236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5086,6 +5265,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5114,6 +5294,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5142,6 +5323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5170,6 +5352,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5198,6 +5381,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5226,6 +5410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5254,6 +5439,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5282,6 +5468,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5310,6 +5497,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5338,6 +5526,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5366,6 +5555,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5394,6 +5584,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5422,6 +5613,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5450,6 +5642,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5478,6 +5671,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5506,6 +5700,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5534,6 +5729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5562,6 +5758,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5590,6 +5787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5618,6 +5816,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5646,6 +5845,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5674,6 +5874,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5702,6 +5903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5730,6 +5932,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5758,6 +5961,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5786,6 +5990,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5814,6 +6019,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5842,6 +6048,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5870,6 +6077,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5898,6 +6106,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5926,6 +6135,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5954,6 +6164,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5982,6 +6193,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6010,6 +6222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6038,6 +6251,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6066,6 +6280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6094,6 +6309,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6122,6 +6338,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6150,6 +6367,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6178,6 +6396,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6206,6 +6425,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6234,6 +6454,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6262,6 +6483,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6290,6 +6512,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6318,6 +6541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6346,6 +6570,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6374,6 +6599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6402,6 +6628,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6430,6 +6657,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6458,6 +6686,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6486,6 +6715,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6514,6 +6744,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6542,6 +6773,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6570,6 +6802,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6598,6 +6831,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6626,6 +6860,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6654,6 +6889,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6682,6 +6918,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6710,6 +6947,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6738,6 +6976,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6766,6 +7005,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6794,6 +7034,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6822,6 +7063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6850,6 +7092,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6878,6 +7121,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6906,6 +7150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6934,6 +7179,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6962,6 +7208,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -6990,6 +7237,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7018,6 +7266,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7046,6 +7295,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7074,6 +7324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7102,6 +7353,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7130,6 +7382,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7158,6 +7411,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7186,6 +7440,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7214,6 +7469,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7242,6 +7498,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7270,6 +7527,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7298,6 +7556,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7326,6 +7585,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7354,6 +7614,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7410,6 +7672,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7438,6 +7701,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7466,6 +7730,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7494,6 +7759,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7522,6 +7788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7550,6 +7817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7578,6 +7846,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7606,6 +7875,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7634,6 +7904,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7662,6 +7933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7690,6 +7962,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7718,6 +7991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7746,6 +8020,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7774,6 +8049,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7802,6 +8078,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7830,6 +8107,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7858,6 +8136,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7886,6 +8165,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7914,6 +8194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7942,6 +8223,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7970,6 +8252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -7998,6 +8281,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8026,6 +8310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8054,6 +8339,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8082,6 +8368,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8110,6 +8397,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8138,6 +8426,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8166,6 +8455,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8194,6 +8484,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8222,6 +8513,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8250,6 +8542,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8278,6 +8571,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8306,6 +8600,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8334,6 +8629,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8362,6 +8658,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8390,6 +8687,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8418,6 +8716,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8446,6 +8745,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8474,6 +8774,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8502,6 +8803,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8530,6 +8832,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8558,6 +8861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8614,6 +8919,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8642,6 +8948,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8698,6 +9006,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8726,6 +9035,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8754,6 +9064,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8782,6 +9093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8810,6 +9122,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8838,6 +9151,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8866,6 +9180,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8894,6 +9209,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8922,6 +9238,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8950,6 +9267,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -8978,6 +9296,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9006,6 +9325,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9034,6 +9354,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9062,6 +9383,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9090,6 +9412,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9118,6 +9441,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9146,6 +9470,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9174,6 +9499,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9202,6 +9528,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9230,6 +9557,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9258,6 +9586,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9286,6 +9615,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9314,6 +9644,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9342,6 +9673,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9370,6 +9702,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9398,6 +9731,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9426,6 +9760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9454,6 +9789,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9482,6 +9818,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9510,6 +9847,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9538,6 +9876,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9566,6 +9905,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9594,6 +9934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9622,6 +9963,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9650,6 +9992,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9678,6 +10021,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9706,6 +10050,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9730,10 +10075,11 @@ "r_y3": 485.92, "coord_origin": "BOTTOMLEFT" }, - "text": ">", - "orig": ">", + "text": "\u00a1", + "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F258", @@ -9762,6 +10108,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F260", @@ -9790,6 +10137,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F260", @@ -9818,6 +10166,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9846,6 +10195,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9874,6 +10224,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9902,6 +10253,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9958,6 +10311,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -9986,6 +10340,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10014,6 +10369,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10042,6 +10398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10070,6 +10427,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10098,6 +10456,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10126,6 +10485,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10154,6 +10514,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10182,6 +10543,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10210,6 +10572,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10238,6 +10601,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10266,6 +10630,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10294,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10322,6 +10688,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10350,6 +10717,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10378,6 +10746,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10406,6 +10775,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10434,6 +10804,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10490,6 +10862,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10518,6 +10891,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10546,6 +10920,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10574,6 +10949,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10602,6 +10978,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10630,6 +11007,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10658,6 +11036,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10686,6 +11065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10714,6 +11094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10742,6 +11123,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10770,6 +11152,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10798,6 +11181,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10826,6 +11210,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10854,6 +11239,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10882,6 +11268,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10910,6 +11297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10938,6 +11326,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10966,6 +11355,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -10994,6 +11384,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11022,6 +11413,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11050,6 +11442,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11078,6 +11471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11106,6 +11500,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11134,6 +11529,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11162,6 +11558,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11190,6 +11587,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11218,6 +11616,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11246,6 +11645,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11274,6 +11674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11302,6 +11703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11330,6 +11732,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11358,6 +11761,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11386,6 +11790,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11414,6 +11819,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11442,6 +11848,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11470,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11498,6 +11906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11526,6 +11935,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11554,6 +11964,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11582,6 +11993,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11610,6 +12022,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11638,6 +12051,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11666,6 +12080,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11694,6 +12109,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11722,6 +12138,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11750,6 +12167,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11778,6 +12196,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11806,6 +12225,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11834,6 +12254,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11862,6 +12283,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11890,6 +12312,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11918,6 +12341,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11946,6 +12370,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11974,6 +12399,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12002,6 +12428,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12030,6 +12457,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12058,6 +12486,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12086,6 +12515,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12114,6 +12544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12142,6 +12573,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12170,6 +12602,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12198,6 +12631,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12226,6 +12660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12254,6 +12689,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12282,6 +12718,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12310,6 +12747,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12338,6 +12776,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12366,6 +12805,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12394,6 +12834,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12422,6 +12863,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12450,6 +12892,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12478,6 +12921,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12506,6 +12950,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12534,6 +12979,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12562,6 +13008,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12590,6 +13037,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12618,6 +13066,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12646,6 +13095,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12674,6 +13124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12702,6 +13153,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12730,6 +13182,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12758,6 +13211,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12786,6 +13240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12814,6 +13269,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12842,6 +13298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12870,6 +13327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12898,6 +13356,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12926,6 +13385,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12954,6 +13414,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12982,6 +13443,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13010,6 +13472,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13038,6 +13501,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13066,6 +13530,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13094,6 +13559,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13122,6 +13588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13150,6 +13617,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13178,6 +13646,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13206,6 +13675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13234,6 +13704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13262,6 +13733,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13290,6 +13762,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13318,6 +13791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13346,6 +13820,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13374,6 +13849,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13402,6 +13878,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13430,6 +13907,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13458,6 +13936,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13486,6 +13965,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13514,6 +13994,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13542,6 +14023,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13570,6 +14052,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13598,6 +14081,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13626,6 +14110,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13654,6 +14139,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13682,6 +14168,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13710,6 +14197,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13738,6 +14226,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13766,6 +14255,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13794,6 +14284,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13822,6 +14313,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13850,6 +14342,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13878,6 +14371,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13906,6 +14400,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13934,6 +14429,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13962,6 +14458,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13990,6 +14487,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14018,6 +14516,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14046,6 +14545,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14074,6 +14574,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14102,6 +14603,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14130,6 +14632,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14158,6 +14661,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14186,6 +14690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14214,6 +14719,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14242,6 +14748,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14270,6 +14777,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14298,6 +14806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14326,6 +14835,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14354,6 +14864,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14382,6 +14893,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14410,6 +14922,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14438,6 +14951,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14466,6 +14980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14494,6 +15009,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14522,6 +15038,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14550,6 +15067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14578,6 +15096,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14606,6 +15125,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14634,6 +15154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14662,6 +15183,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14690,6 +15212,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14718,6 +15241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14746,6 +15270,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14774,6 +15299,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14802,6 +15328,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14830,6 +15357,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14858,6 +15386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14886,6 +15415,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14914,6 +15444,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14942,6 +15473,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14970,6 +15502,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14998,6 +15531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15026,6 +15560,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15054,6 +15589,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15082,6 +15618,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15110,6 +15647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15138,6 +15676,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15166,6 +15705,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15194,6 +15734,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15222,6 +15763,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15250,6 +15792,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15278,6 +15821,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15306,6 +15850,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15334,6 +15879,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15362,6 +15908,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15390,6 +15937,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15418,6 +15966,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15446,6 +15995,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15474,6 +16024,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15502,6 +16053,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15530,6 +16082,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15558,6 +16111,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15586,6 +16140,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15614,6 +16169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15642,6 +16198,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15670,6 +16227,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15698,6 +16256,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15726,6 +16285,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15754,6 +16314,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15782,6 +16343,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15810,6 +16372,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15838,6 +16401,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15866,6 +16430,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15894,6 +16459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15922,6 +16488,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15950,6 +16517,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15978,6 +16546,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16006,6 +16575,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16034,6 +16604,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16062,6 +16633,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16090,6 +16662,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16118,6 +16691,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16146,6 +16720,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16174,6 +16749,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16202,6 +16778,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16230,6 +16807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16258,6 +16836,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16286,6 +16865,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16314,6 +16894,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16342,6 +16923,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16370,6 +16952,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16398,6 +16981,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16426,6 +17010,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16454,6 +17039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16482,6 +17068,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16510,6 +17097,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16538,6 +17126,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16566,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16594,6 +17184,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16622,6 +17213,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16678,6 +17271,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16706,6 +17300,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16734,6 +17329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16762,6 +17358,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16846,6 +17445,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16874,6 +17474,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16902,6 +17503,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16930,6 +17532,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16958,6 +17561,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16986,6 +17590,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17014,6 +17619,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17042,6 +17648,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17070,6 +17677,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17098,6 +17706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17126,6 +17735,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17154,6 +17764,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17182,6 +17793,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17210,6 +17822,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17238,6 +17851,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17266,6 +17880,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17294,6 +17909,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17322,6 +17938,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17350,6 +17967,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17378,6 +17996,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17406,6 +18025,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17434,6 +18054,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17462,6 +18083,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17490,6 +18112,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17518,6 +18141,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17546,6 +18170,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17574,6 +18199,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17602,6 +18228,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17630,6 +18257,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17658,6 +18286,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17686,6 +18315,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17714,6 +18344,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17742,6 +18373,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17770,6 +18402,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17798,6 +18431,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17826,6 +18460,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17854,6 +18489,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17882,6 +18518,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17910,6 +18547,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17938,6 +18576,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17966,6 +18605,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17994,6 +18634,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18022,6 +18663,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18050,6 +18692,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18078,6 +18721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18106,6 +18750,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18134,6 +18779,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18162,6 +18808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18190,6 +18837,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18218,6 +18866,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18246,6 +18895,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18274,6 +18924,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18302,6 +18953,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18330,6 +18982,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18358,6 +19011,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18386,6 +19040,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18414,6 +19069,7 @@ "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18442,6 +19098,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18470,6 +19127,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18498,6 +19156,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18526,6 +19185,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18554,6 +19214,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18582,6 +19243,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18610,6 +19272,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18638,6 +19301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18666,6 +19330,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18694,6 +19359,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18722,6 +19388,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18750,6 +19417,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18778,6 +19446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18806,6 +19475,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18834,6 +19504,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18862,6 +19533,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18890,6 +19562,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18918,6 +19591,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18974,6 +19649,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19002,6 +19678,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19030,6 +19707,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19058,6 +19736,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19086,6 +19765,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19114,6 +19794,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19142,6 +19823,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19170,6 +19852,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19198,6 +19881,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19226,6 +19910,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19254,6 +19939,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19282,6 +19968,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19338,6 +20026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19366,6 +20055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19394,6 +20084,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19422,6 +20113,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19450,6 +20142,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19478,6 +20171,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19506,6 +20200,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19534,6 +20229,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19562,6 +20258,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19590,6 +20287,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19618,6 +20316,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19646,6 +20345,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19674,6 +20374,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19702,6 +20403,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19730,6 +20432,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19758,6 +20461,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19814,6 +20519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19842,6 +20548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19870,6 +20577,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19898,6 +20606,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19926,6 +20635,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19954,6 +20664,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19982,6 +20693,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20010,6 +20722,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20038,6 +20751,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20066,6 +20780,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20094,6 +20809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20122,6 +20838,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20150,6 +20867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20178,6 +20896,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20206,6 +20925,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20234,6 +20954,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20262,6 +20983,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20290,6 +21012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20318,6 +21041,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20374,6 +21099,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20402,6 +21128,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20430,6 +21157,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20458,6 +21186,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20486,6 +21215,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20514,6 +21244,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20542,6 +21273,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20570,6 +21302,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20598,6 +21331,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20626,6 +21360,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20654,6 +21389,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20682,6 +21418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20710,6 +21447,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20738,6 +21476,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20766,6 +21505,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20794,6 +21534,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20822,6 +21563,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20850,6 +21592,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20878,6 +21621,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20906,6 +21650,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20934,6 +21679,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20962,6 +21708,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -20990,6 +21737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21046,6 +21795,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21074,6 +21824,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21102,6 +21853,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21130,6 +21882,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21158,6 +21911,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21186,6 +21940,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21214,6 +21969,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21242,6 +21998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21270,6 +22027,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21298,6 +22056,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21326,6 +22085,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21354,6 +22114,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21382,6 +22143,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21410,6 +22172,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21438,6 +22201,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21466,6 +22230,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21494,6 +22259,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21522,6 +22288,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21550,6 +22317,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21578,6 +22346,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21606,6 +22375,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21634,6 +22404,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21662,6 +22433,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21690,6 +22462,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21718,6 +22491,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21746,6 +22520,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21802,6 +22578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21886,6 +22665,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21914,6 +22694,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21942,6 +22723,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21970,6 +22752,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -21998,6 +22781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22026,6 +22810,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22054,6 +22839,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22082,6 +22868,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22110,6 +22897,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22138,6 +22926,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22166,6 +22955,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22194,6 +22984,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22222,6 +23013,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22250,6 +23042,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22278,6 +23071,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22306,6 +23100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22334,6 +23129,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22362,6 +23158,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22390,6 +23187,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22418,6 +23216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22446,6 +23245,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22474,6 +23274,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22502,6 +23303,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22530,6 +23332,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22558,6 +23361,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22586,6 +23390,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22614,6 +23419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22642,6 +23448,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22670,6 +23477,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -22698,6 +23506,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22726,6 +23535,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22754,6 +23564,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22782,6 +23593,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22810,6 +23622,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22838,6 +23651,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22866,6 +23680,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22894,6 +23709,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22922,6 +23738,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22950,6 +23767,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22978,6 +23796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23006,6 +23825,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23034,6 +23854,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23062,6 +23883,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23090,6 +23912,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23118,6 +23941,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23146,6 +23970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23174,6 +23999,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23202,6 +24028,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23230,6 +24057,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23258,6 +24086,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23286,6 +24115,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23314,6 +24144,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23342,6 +24173,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23370,6 +24202,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23398,6 +24231,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23426,6 +24260,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23454,6 +24289,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23482,6 +24318,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23510,6 +24347,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23538,6 +24376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23566,6 +24405,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23594,6 +24434,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23622,6 +24463,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23650,6 +24492,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23678,6 +24521,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23706,6 +24550,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23734,6 +24579,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23762,6 +24608,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23790,6 +24637,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23818,6 +24666,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23846,6 +24695,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23874,6 +24724,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23902,6 +24753,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23930,6 +24782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23986,6 +24840,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24014,6 +24869,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24042,6 +24898,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24070,6 +24927,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24098,6 +24956,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24126,6 +24985,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24154,6 +25014,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24182,6 +25043,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24210,6 +25072,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24238,6 +25101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24266,6 +25130,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24294,6 +25159,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24322,6 +25188,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24350,6 +25217,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24378,6 +25246,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24406,6 +25275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24434,6 +25304,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24462,6 +25333,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24490,6 +25362,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24518,6 +25391,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24546,6 +25420,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24574,6 +25449,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24602,6 +25478,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24630,6 +25507,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24658,6 +25536,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24686,6 +25565,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24714,6 +25594,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24742,6 +25623,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24770,6 +25652,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24798,6 +25681,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24826,6 +25710,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24854,6 +25739,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24882,6 +25768,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24910,6 +25797,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24938,6 +25826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24966,6 +25855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24994,6 +25884,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25022,6 +25913,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25050,6 +25942,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25078,6 +25971,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25106,6 +26000,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25134,6 +26029,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25162,6 +26058,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25190,6 +26087,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25218,6 +26116,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25246,6 +26145,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25274,6 +26174,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25302,6 +26203,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25330,6 +26232,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25358,6 +26261,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25386,6 +26290,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25414,6 +26319,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25442,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25470,6 +26377,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25498,6 +26406,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25526,6 +26435,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25554,6 +26464,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25582,6 +26493,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -25610,6 +26522,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25638,6 +26551,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25666,6 +26580,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25694,6 +26609,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25722,6 +26638,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25750,6 +26667,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25778,6 +26696,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25806,6 +26725,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25834,6 +26754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25862,6 +26783,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25890,6 +26812,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25918,6 +26841,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25946,6 +26870,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25974,6 +26899,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26002,6 +26928,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26030,6 +26957,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26058,6 +26986,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26086,6 +27015,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26114,6 +27044,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26142,6 +27073,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26170,6 +27102,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26198,6 +27131,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26226,6 +27160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26254,6 +27189,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26282,6 +27218,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26310,6 +27247,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26338,6 +27276,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26366,6 +27305,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26394,6 +27334,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26422,6 +27363,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26450,6 +27392,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26478,6 +27421,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26506,6 +27450,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26534,6 +27479,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26562,6 +27508,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26590,6 +27537,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26618,6 +27566,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26646,6 +27595,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26674,6 +27624,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26702,6 +27653,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26730,6 +27682,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26758,6 +27711,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26786,6 +27740,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26814,6 +27769,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26842,6 +27798,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26870,6 +27827,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26898,6 +27856,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26926,6 +27885,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26954,6 +27914,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26982,6 +27943,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27010,6 +27972,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27038,6 +28001,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27066,6 +28030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27094,6 +28059,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27122,6 +28088,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27150,6 +28117,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27178,6 +28146,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27206,6 +28175,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27234,6 +28204,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27262,6 +28233,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27290,6 +28262,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27318,6 +28291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27346,6 +28320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27374,6 +28349,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27402,6 +28378,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27430,6 +28407,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27458,6 +28436,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27486,6 +28465,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27514,6 +28494,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27542,6 +28523,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27570,6 +28552,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27598,6 +28581,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27626,6 +28610,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27654,6 +28639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27682,6 +28668,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27710,6 +28697,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27738,6 +28726,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27766,6 +28755,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27794,6 +28784,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27822,6 +28813,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27850,6 +28842,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27878,6 +28871,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27906,6 +28900,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27934,6 +28929,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27962,6 +28958,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27990,6 +28987,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28018,6 +29016,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28046,6 +29045,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28074,6 +29074,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28102,6 +29103,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28130,6 +29132,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28158,6 +29161,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28186,6 +29190,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28214,6 +29219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28242,6 +29248,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28270,6 +29277,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28298,6 +29306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28326,6 +29335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28354,6 +29364,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28382,6 +29393,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28410,6 +29422,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28438,6 +29451,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28466,6 +29480,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28494,6 +29509,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28522,6 +29538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28550,6 +29567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28578,6 +29596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28606,6 +29625,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28634,6 +29654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28662,6 +29683,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28690,6 +29712,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28718,6 +29741,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28746,6 +29770,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28774,6 +29799,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28802,6 +29828,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28830,6 +29857,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28858,6 +29886,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28886,6 +29915,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28914,6 +29944,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -28942,6 +29973,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -28970,6 +30002,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -28998,6 +30031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29026,6 +30060,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29054,6 +30089,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29082,6 +30118,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29110,6 +30147,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29138,6 +30176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29166,6 +30205,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29194,6 +30234,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29222,6 +30263,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29250,6 +30292,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29278,6 +30321,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29306,6 +30350,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29334,6 +30379,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29362,6 +30408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29390,6 +30437,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29418,6 +30466,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29446,6 +30495,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29474,6 +30524,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29502,6 +30553,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29530,6 +30582,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29558,6 +30611,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29586,6 +30640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29614,6 +30669,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29642,6 +30698,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -29670,6 +30727,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29698,6 +30756,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29726,6 +30785,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29754,6 +30814,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29782,6 +30843,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29810,6 +30872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29838,6 +30901,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29866,6 +30930,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29894,6 +30959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29922,6 +30988,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29950,6 +31017,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29978,6 +31046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30006,6 +31075,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30034,6 +31104,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30062,6 +31133,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30090,6 +31162,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30118,6 +31191,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30146,6 +31220,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30174,6 +31249,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30202,6 +31278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30230,6 +31307,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30258,6 +31336,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30286,6 +31365,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30314,6 +31394,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30342,6 +31423,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30370,6 +31452,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30398,6 +31481,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30426,6 +31510,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30454,6 +31539,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30482,6 +31568,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30510,6 +31597,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30538,6 +31626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30566,6 +31655,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30594,6 +31684,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30622,6 +31713,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30650,6 +31742,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30678,6 +31771,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30706,6 +31800,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30734,6 +31829,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30762,6 +31858,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30790,6 +31887,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30818,6 +31916,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30846,6 +31945,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30874,6 +31974,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30902,6 +32003,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30930,6 +32032,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30958,6 +32061,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30986,6 +32090,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31014,6 +32119,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31042,6 +32148,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31070,6 +32177,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31098,6 +32206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31126,6 +32235,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31154,6 +32264,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31182,6 +32293,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31210,6 +32322,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31238,6 +32351,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31266,6 +32380,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31294,6 +32409,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31322,6 +32438,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31350,6 +32467,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31378,6 +32496,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31406,6 +32525,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31434,6 +32554,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31462,6 +32583,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31490,6 +32612,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31518,6 +32641,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31546,6 +32670,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31574,6 +32699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31602,6 +32728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31630,6 +32757,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31658,6 +32786,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31686,6 +32815,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31714,6 +32844,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31742,6 +32873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31770,6 +32902,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31798,6 +32931,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31826,6 +32960,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31854,6 +32989,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31882,6 +33018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31910,6 +33047,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31938,6 +33076,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31966,6 +33105,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31994,6 +33134,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32022,6 +33163,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32050,6 +33192,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32078,6 +33221,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32106,6 +33250,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32134,6 +33279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32162,6 +33308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32190,6 +33337,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32218,6 +33366,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32246,6 +33395,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32274,6 +33424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32302,6 +33453,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32330,6 +33482,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32358,6 +33511,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32386,6 +33540,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32414,6 +33569,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32442,6 +33598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32470,6 +33627,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32498,6 +33656,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32526,6 +33685,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32554,6 +33714,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32582,6 +33743,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32610,6 +33772,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32638,6 +33801,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32666,6 +33830,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32694,6 +33859,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32722,6 +33888,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32750,6 +33917,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32778,6 +33946,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32806,6 +33975,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32834,6 +34004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32862,6 +34033,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32890,6 +34062,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32918,6 +34091,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32946,6 +34120,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32974,6 +34149,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33002,6 +34178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33030,6 +34207,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33058,6 +34236,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33086,6 +34265,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33114,6 +34294,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33142,6 +34323,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33170,6 +34352,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33198,6 +34381,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33226,6 +34410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33254,6 +34439,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33282,6 +34468,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33310,6 +34497,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33338,6 +34526,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33366,6 +34555,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33394,6 +34584,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33422,6 +34613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33450,6 +34642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33478,6 +34671,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33506,6 +34700,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33534,6 +34729,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33562,6 +34758,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33590,6 +34787,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33618,6 +34816,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33646,6 +34845,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33674,6 +34874,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33702,6 +34903,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33730,6 +34932,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33758,6 +34961,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33786,6 +34990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33814,6 +35019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33842,6 +35048,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33870,6 +35077,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33898,6 +35106,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33926,6 +35135,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33954,6 +35164,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33982,6 +35193,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34010,6 +35222,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34038,6 +35251,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34066,6 +35280,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34094,6 +35309,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34122,6 +35338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34150,6 +35367,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34178,6 +35396,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34206,6 +35425,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34234,6 +35454,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34262,6 +35483,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34290,6 +35512,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34318,6 +35541,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34346,6 +35570,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34374,6 +35599,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34402,6 +35628,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34430,6 +35657,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34458,6 +35686,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34486,6 +35715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34514,6 +35744,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34542,6 +35773,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34570,6 +35802,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34598,6 +35831,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34626,6 +35860,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34654,6 +35889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34682,6 +35918,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34710,6 +35947,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34738,6 +35976,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34766,6 +36005,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34794,6 +36034,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34822,6 +36063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34850,6 +36092,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34878,6 +36121,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34906,6 +36150,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34934,6 +36179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34962,6 +36208,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34990,6 +36237,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35018,6 +36266,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35046,6 +36295,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35074,6 +36324,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35102,6 +36353,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35130,6 +36382,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35158,6 +36411,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35186,6 +36440,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35214,6 +36469,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35242,6 +36498,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35270,6 +36527,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35298,6 +36556,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35326,6 +36585,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35354,6 +36614,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35382,6 +36643,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35410,6 +36672,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35438,6 +36701,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35466,6 +36730,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35494,6 +36759,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35522,6 +36788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35550,6 +36817,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35578,6 +36846,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35606,6 +36875,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35634,6 +36904,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35662,6 +36933,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35690,6 +36962,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35718,6 +36991,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35746,6 +37020,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35774,6 +37049,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35802,6 +37078,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35830,6 +37107,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35858,6 +37136,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35886,6 +37165,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35914,6 +37194,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35942,6 +37223,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35970,6 +37252,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -35998,6 +37281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36026,6 +37310,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36054,6 +37339,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36082,6 +37368,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36110,6 +37397,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36138,6 +37426,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36166,6 +37455,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36194,6 +37484,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36222,6 +37513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36250,6 +37542,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36278,6 +37571,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36306,6 +37600,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36334,6 +37629,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36362,6 +37658,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36390,6 +37687,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36418,6 +37716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36446,6 +37745,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36474,6 +37774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36502,6 +37803,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36530,6 +37832,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36558,6 +37861,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36586,6 +37890,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36614,6 +37919,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36642,6 +37948,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36670,6 +37977,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36698,6 +38006,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36726,6 +38035,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36754,6 +38064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36782,6 +38093,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36810,6 +38122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36838,6 +38151,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36866,6 +38180,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36894,6 +38209,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36922,6 +38238,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36950,6 +38267,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -36978,6 +38296,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37006,6 +38325,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37034,6 +38354,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37062,6 +38383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37090,6 +38412,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37118,6 +38441,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37146,6 +38470,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37174,6 +38499,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37202,6 +38528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37230,6 +38557,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37258,6 +38586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37286,6 +38615,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37314,6 +38644,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37342,6 +38673,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37370,6 +38702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37398,6 +38731,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37426,6 +38760,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37454,6 +38789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37482,6 +38818,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37510,6 +38847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37538,6 +38876,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37566,6 +38905,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37594,6 +38934,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37622,6 +38963,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37650,6 +38992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37678,6 +39021,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37706,6 +39050,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37734,6 +39079,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37762,6 +39108,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37790,6 +39137,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37818,6 +39166,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37846,6 +39195,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37874,6 +39224,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37902,6 +39253,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37930,6 +39282,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37958,6 +39311,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -37986,6 +39340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38014,6 +39369,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38042,6 +39398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38070,6 +39427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38098,6 +39456,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38126,6 +39485,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38154,6 +39514,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38182,6 +39543,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38210,6 +39572,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38238,6 +39601,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38266,6 +39630,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38294,6 +39659,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38322,6 +39688,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38350,6 +39717,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38378,6 +39746,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38406,6 +39775,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38434,6 +39804,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38462,6 +39833,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38490,6 +39862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38518,6 +39891,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38546,6 +39920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38574,6 +39949,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38602,6 +39978,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38630,6 +40007,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38658,6 +40036,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38686,6 +40065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38714,6 +40094,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38742,6 +40123,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38770,6 +40152,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38798,6 +40181,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38826,6 +40210,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38854,6 +40239,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38882,6 +40268,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38910,6 +40297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38938,6 +40326,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38966,6 +40355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -38994,6 +40384,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39022,6 +40413,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39050,6 +40442,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39078,6 +40471,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39106,6 +40500,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39134,6 +40529,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39162,6 +40558,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39190,6 +40587,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39218,6 +40616,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39246,6 +40645,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39274,6 +40674,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39302,6 +40703,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39330,6 +40732,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39358,6 +40761,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39386,6 +40790,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39414,6 +40819,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39442,6 +40848,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39470,6 +40877,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39498,6 +40906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39526,6 +40935,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39554,6 +40964,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39582,6 +40993,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39610,6 +41022,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39638,6 +41051,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39666,6 +41080,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39694,6 +41109,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39722,6 +41138,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39750,6 +41167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39778,6 +41196,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39806,6 +41225,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39834,6 +41254,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39862,6 +41283,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39890,6 +41312,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39918,6 +41341,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39946,6 +41370,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -39974,6 +41399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40002,6 +41428,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40030,6 +41457,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40058,6 +41486,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40086,6 +41515,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40114,6 +41544,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40142,6 +41573,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40170,6 +41602,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40198,6 +41631,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40226,6 +41660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40254,6 +41689,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40282,6 +41718,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40310,6 +41747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40338,6 +41776,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40366,6 +41805,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40394,6 +41834,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40422,6 +41863,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40450,6 +41892,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40478,6 +41921,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40506,6 +41950,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40534,6 +41979,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40562,6 +42008,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40590,6 +42037,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40618,6 +42066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40646,6 +42095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40674,6 +42124,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40702,6 +42153,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40730,6 +42182,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40758,6 +42211,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40786,6 +42240,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40814,6 +42269,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40842,6 +42298,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40870,6 +42327,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40898,6 +42356,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40926,6 +42385,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40954,6 +42414,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40982,6 +42443,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41010,6 +42472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41038,6 +42501,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41066,6 +42530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41094,6 +42559,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41122,6 +42588,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41150,6 +42617,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41178,6 +42646,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41206,6 +42675,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41234,6 +42704,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41262,6 +42733,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41290,6 +42762,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41318,6 +42791,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41346,6 +42820,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41374,6 +42849,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41402,6 +42878,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41430,6 +42907,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41458,6 +42936,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41486,6 +42965,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41514,6 +42994,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41542,6 +43023,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41570,6 +43052,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41598,6 +43081,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41626,6 +43110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41654,6 +43139,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41682,6 +43168,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41710,6 +43197,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41738,6 +43226,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41766,6 +43255,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41794,6 +43284,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41822,6 +43313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41850,6 +43342,7 @@ "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41878,6 +43371,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41906,6 +43400,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41934,6 +43429,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41962,6 +43458,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41990,6 +43487,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42018,6 +43516,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42046,6 +43545,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42074,6 +43574,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42102,6 +43603,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42130,6 +43632,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42158,6 +43661,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42186,6 +43690,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42214,6 +43719,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42242,6 +43748,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42270,6 +43777,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42298,6 +43806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42326,6 +43835,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42354,6 +43864,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42382,6 +43893,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42410,6 +43922,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42438,6 +43951,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42466,6 +43980,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42494,6 +44009,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42522,6 +44038,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42550,6 +44067,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42578,6 +44096,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42606,6 +44125,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42634,6 +44154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42662,6 +44183,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42690,6 +44212,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42718,6 +44241,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42746,6 +44270,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42774,6 +44299,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42802,6 +44328,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42830,6 +44357,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42858,6 +44386,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42886,6 +44415,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42914,6 +44444,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42942,6 +44473,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42970,6 +44502,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42998,6 +44531,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43026,6 +44560,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43054,6 +44589,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43082,6 +44618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43110,6 +44647,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43138,6 +44676,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43166,6 +44705,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43194,6 +44734,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43222,6 +44763,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43250,6 +44792,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43278,6 +44821,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43306,6 +44850,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43334,6 +44879,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43362,6 +44908,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43390,6 +44937,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43418,6 +44966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43446,6 +44995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43474,6 +45024,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43502,6 +45053,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43530,6 +45082,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43558,6 +45111,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43586,6 +45140,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43614,6 +45169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43642,6 +45198,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43670,6 +45227,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43698,6 +45256,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43726,6 +45285,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43754,6 +45314,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43782,6 +45343,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43810,6 +45372,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43838,6 +45401,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43866,6 +45430,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43894,6 +45459,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43922,6 +45488,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43950,6 +45517,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43978,6 +45546,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44006,6 +45575,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44034,6 +45604,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44062,6 +45633,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44090,6 +45662,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44118,6 +45691,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44146,6 +45720,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44174,6 +45749,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44202,6 +45778,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44230,6 +45807,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44258,6 +45836,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44286,6 +45865,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44314,6 +45894,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44342,6 +45923,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44370,6 +45952,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44398,6 +45981,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44426,6 +46010,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44454,6 +46039,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44482,6 +46068,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44510,6 +46097,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44538,6 +46126,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44566,6 +46155,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44594,6 +46184,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44622,6 +46213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44650,6 +46242,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44678,6 +46271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44706,6 +46300,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44734,6 +46329,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44762,6 +46358,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44790,6 +46387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44818,6 +46416,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44846,6 +46445,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44874,6 +46474,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44902,6 +46503,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44930,6 +46532,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44958,6 +46561,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44986,6 +46590,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45014,6 +46619,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45042,6 +46648,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45070,6 +46677,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45098,6 +46706,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45126,6 +46735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45154,6 +46764,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45182,6 +46793,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45210,6 +46822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45238,6 +46851,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45266,6 +46880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45294,6 +46909,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45322,6 +46938,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45350,6 +46967,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45378,6 +46996,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45406,6 +47025,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45434,6 +47054,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45462,6 +47083,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45490,6 +47112,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45518,6 +47141,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45546,6 +47170,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45574,6 +47199,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45602,6 +47228,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45630,6 +47257,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45658,6 +47286,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45686,6 +47315,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45714,6 +47344,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45742,6 +47373,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45770,6 +47402,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45798,6 +47431,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45826,6 +47460,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45854,6 +47489,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45882,6 +47518,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45910,6 +47547,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45938,6 +47576,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45966,6 +47605,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45994,6 +47634,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46022,6 +47663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46050,6 +47692,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46078,6 +47721,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46106,6 +47750,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46134,6 +47779,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46162,6 +47808,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46190,6 +47837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46218,6 +47866,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46246,6 +47895,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46274,6 +47924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46302,6 +47953,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46330,6 +47982,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46358,6 +48011,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46386,6 +48040,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46414,6 +48069,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46442,6 +48098,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46470,6 +48127,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46498,6 +48156,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46526,6 +48185,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46554,6 +48214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46582,6 +48243,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46610,6 +48272,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46638,6 +48301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46666,6 +48330,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46694,6 +48359,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46722,6 +48388,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46750,6 +48417,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46778,6 +48446,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46806,6 +48475,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46834,6 +48504,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46862,6 +48533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46890,6 +48562,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46918,6 +48591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46946,6 +48620,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46974,6 +48649,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47002,6 +48678,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47030,6 +48707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47058,6 +48736,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47086,6 +48765,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47114,6 +48794,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47142,6 +48823,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47170,6 +48852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47198,6 +48881,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47226,6 +48910,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47254,6 +48939,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47282,6 +48968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47310,6 +48997,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47338,6 +49026,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47366,6 +49055,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47394,6 +49084,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47422,6 +49113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47450,6 +49142,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47478,6 +49171,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47506,6 +49200,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47534,6 +49229,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47562,6 +49258,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47590,6 +49287,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47618,6 +49316,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47646,6 +49345,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47674,6 +49374,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47702,6 +49403,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47730,6 +49432,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47758,6 +49461,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47786,6 +49490,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47814,6 +49519,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47842,6 +49548,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47870,6 +49577,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47898,6 +49606,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47926,6 +49635,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47954,6 +49664,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47982,6 +49693,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48010,6 +49722,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48038,6 +49751,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48066,6 +49780,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48094,6 +49809,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48122,6 +49838,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48150,6 +49867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48178,6 +49896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48206,6 +49925,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48234,6 +49954,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48262,6 +49983,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48290,6 +50012,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48318,6 +50041,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48346,6 +50070,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48374,6 +50099,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48402,6 +50128,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48430,6 +50157,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48458,6 +50186,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48486,6 +50215,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48514,6 +50244,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48542,6 +50273,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48570,6 +50302,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48598,6 +50331,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48626,6 +50360,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48654,6 +50389,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48682,6 +50418,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48710,6 +50447,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48738,6 +50476,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48766,6 +50505,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48794,6 +50534,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48822,6 +50563,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48850,6 +50592,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48878,6 +50621,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48906,6 +50650,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48934,6 +50679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48962,6 +50708,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48990,6 +50737,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49018,6 +50766,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49046,6 +50795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49074,6 +50824,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49102,6 +50853,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49130,6 +50882,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49158,6 +50911,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49186,6 +50940,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49214,6 +50969,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49242,6 +50998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49270,6 +51027,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49298,6 +51056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49326,6 +51085,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49354,6 +51114,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49382,6 +51143,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49410,6 +51172,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49438,6 +51201,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49466,6 +51230,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49494,6 +51259,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49522,6 +51288,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49550,6 +51317,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49578,6 +51346,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49606,6 +51375,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49634,6 +51404,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49662,6 +51433,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49690,6 +51462,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49718,6 +51491,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49746,6 +51520,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49774,6 +51549,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49802,6 +51578,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49830,6 +51607,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49858,6 +51636,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49886,6 +51665,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49914,6 +51694,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49942,6 +51723,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49970,6 +51752,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49998,6 +51781,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50026,6 +51810,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50054,6 +51839,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50082,6 +51868,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50110,6 +51897,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50138,6 +51926,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50166,6 +51955,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50194,6 +51984,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50222,6 +52013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50250,6 +52042,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50278,6 +52071,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50306,6 +52100,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50334,6 +52129,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50362,6 +52158,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50390,6 +52187,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50418,6 +52216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50446,6 +52245,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50474,6 +52274,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50502,6 +52303,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50530,6 +52332,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50558,6 +52361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50586,6 +52390,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50614,6 +52419,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50642,6 +52448,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50670,6 +52477,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50698,6 +52506,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50726,6 +52535,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50754,6 +52564,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50782,6 +52593,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50810,6 +52622,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50838,6 +52651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50866,6 +52680,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50894,6 +52709,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50922,6 +52738,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50950,6 +52767,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50978,6 +52796,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51006,6 +52825,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51034,6 +52854,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51062,6 +52883,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51090,6 +52912,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51118,6 +52941,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51146,6 +52970,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51174,6 +52999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51202,6 +53028,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51230,6 +53057,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51258,6 +53086,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51286,6 +53115,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51314,6 +53144,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51342,6 +53173,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51370,6 +53202,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51398,6 +53231,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51426,6 +53260,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51454,6 +53289,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51482,6 +53318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51510,6 +53347,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51538,6 +53376,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51566,6 +53405,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51594,6 +53434,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51622,6 +53463,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51650,6 +53492,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51678,6 +53521,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51706,6 +53550,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51734,6 +53579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51762,6 +53608,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51790,6 +53637,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51818,6 +53666,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51846,6 +53695,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51874,6 +53724,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51902,6 +53753,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51930,6 +53782,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51958,6 +53811,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51986,6 +53840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52014,6 +53869,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52042,6 +53898,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52070,6 +53927,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52098,6 +53956,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52126,6 +53985,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52154,6 +54014,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52182,6 +54043,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52210,6 +54072,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52238,6 +54101,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52266,6 +54130,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52294,6 +54159,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52322,6 +54188,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52350,6 +54217,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52378,6 +54246,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52406,6 +54275,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52434,6 +54304,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52462,6 +54333,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52490,6 +54362,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52518,6 +54391,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52546,6 +54420,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52574,6 +54449,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52602,6 +54478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52630,6 +54507,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52658,6 +54536,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52686,6 +54565,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52714,6 +54594,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52742,6 +54623,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52770,6 +54652,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52798,6 +54681,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52826,6 +54710,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52854,6 +54739,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52882,6 +54768,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52910,6 +54797,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52938,6 +54826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52966,6 +54855,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52994,6 +54884,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53022,6 +54913,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53050,6 +54942,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53078,6 +54971,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53106,6 +55000,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53134,6 +55029,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53162,6 +55058,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53190,6 +55087,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53218,6 +55116,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53246,6 +55145,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53274,6 +55174,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53302,6 +55203,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53330,6 +55232,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53358,6 +55261,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53386,6 +55290,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53414,6 +55319,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53442,6 +55348,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53470,6 +55377,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53498,6 +55406,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53526,6 +55435,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53554,6 +55464,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53582,6 +55493,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53610,6 +55522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53638,6 +55551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53666,6 +55580,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53694,6 +55609,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53722,6 +55638,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53750,6 +55667,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53778,6 +55696,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53806,6 +55725,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53834,6 +55754,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53862,6 +55783,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53890,6 +55812,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53918,6 +55841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53946,6 +55870,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53974,6 +55899,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54002,6 +55928,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54030,6 +55957,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54058,6 +55986,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54086,6 +56015,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54114,6 +56044,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54142,6 +56073,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54170,6 +56102,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54198,6 +56131,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54226,6 +56160,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54254,6 +56189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54282,6 +56218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54310,6 +56247,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54338,6 +56276,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54366,6 +56305,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54394,6 +56334,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54422,6 +56363,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54450,6 +56392,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54478,6 +56421,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54506,6 +56450,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54534,6 +56479,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54562,6 +56508,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54590,6 +56537,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54618,6 +56566,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54646,6 +56595,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54674,6 +56624,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54702,6 +56653,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54730,6 +56682,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54758,6 +56711,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54786,6 +56740,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54814,6 +56769,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54842,6 +56798,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54870,6 +56827,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54898,6 +56856,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54926,6 +56885,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54954,6 +56914,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54982,6 +56943,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55010,6 +56972,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55038,6 +57001,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55066,6 +57030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55094,6 +57059,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55122,6 +57088,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55150,6 +57117,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55178,6 +57146,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55206,6 +57175,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55234,6 +57204,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55262,6 +57233,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55290,6 +57262,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55318,6 +57291,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55346,6 +57320,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55374,6 +57349,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55402,6 +57378,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55430,6 +57407,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55458,6 +57436,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55486,6 +57465,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55514,6 +57494,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55542,6 +57523,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55570,6 +57552,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55598,6 +57581,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55626,6 +57610,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55654,6 +57639,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55682,6 +57668,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55710,6 +57697,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55738,6 +57726,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55766,6 +57755,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55794,6 +57784,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55822,6 +57813,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55850,6 +57842,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55878,6 +57871,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55906,6 +57900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55934,6 +57929,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55962,6 +57958,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55990,6 +57987,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56018,6 +58016,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56046,6 +58045,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56074,6 +58074,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56102,6 +58103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56130,6 +58132,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56158,6 +58161,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56186,6 +58190,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56214,6 +58219,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56242,6 +58248,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56270,6 +58277,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56298,6 +58306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56326,6 +58335,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56354,6 +58364,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56382,6 +58393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56410,6 +58422,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56438,6 +58451,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56466,6 +58480,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56494,6 +58509,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56522,6 +58538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56550,6 +58567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56578,6 +58596,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56606,6 +58625,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56634,6 +58654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56662,6 +58683,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56690,6 +58712,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56718,6 +58741,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56746,6 +58770,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56774,6 +58799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56802,6 +58828,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56830,6 +58857,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56858,6 +58886,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56886,6 +58915,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56914,6 +58944,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56942,6 +58973,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56970,6 +59002,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56998,6 +59031,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57026,6 +59060,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57054,6 +59089,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57082,6 +59118,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57110,6 +59147,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57138,6 +59176,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57166,6 +59205,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57194,6 +59234,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57222,6 +59263,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57250,6 +59292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57278,6 +59321,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57306,6 +59350,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57334,6 +59379,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57362,6 +59408,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57390,6 +59437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57418,6 +59466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57446,6 +59495,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57474,6 +59524,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57502,6 +59553,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57530,6 +59582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57558,6 +59611,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57586,6 +59640,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57614,6 +59669,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57642,6 +59698,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57670,6 +59727,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57698,6 +59756,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57726,6 +59785,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57754,6 +59814,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57782,6 +59843,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57810,6 +59872,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57838,6 +59901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57866,6 +59930,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57894,6 +59959,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57922,6 +59988,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57950,6 +60017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57978,6 +60046,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58006,6 +60075,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58034,6 +60104,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58062,6 +60133,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58090,6 +60162,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58118,6 +60191,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58146,6 +60220,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58174,6 +60249,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58202,6 +60278,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58230,6 +60307,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58258,6 +60336,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58286,6 +60365,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58314,6 +60394,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58342,6 +60423,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58370,6 +60452,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58398,6 +60481,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58426,6 +60510,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58454,6 +60539,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58482,6 +60568,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58510,6 +60597,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58538,6 +60626,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58566,6 +60655,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58594,6 +60684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58622,6 +60713,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58650,6 +60742,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58678,6 +60771,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58706,6 +60800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58734,6 +60829,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58762,6 +60858,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58790,6 +60887,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58818,6 +60916,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58846,6 +60945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58874,6 +60974,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58902,6 +61003,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58930,6 +61032,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58958,6 +61061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58986,6 +61090,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59014,6 +61119,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59042,6 +61148,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59070,6 +61177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59098,6 +61206,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59126,6 +61235,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59154,6 +61264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59182,6 +61293,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59210,6 +61322,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59238,6 +61351,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59266,6 +61380,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59294,6 +61409,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59322,6 +61438,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59350,6 +61467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59378,6 +61496,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59406,6 +61525,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59434,6 +61554,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59462,6 +61583,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59490,6 +61612,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59518,6 +61641,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59546,6 +61670,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59574,6 +61699,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59602,6 +61728,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59630,6 +61757,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59658,6 +61786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59686,6 +61815,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59714,6 +61844,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59742,6 +61873,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59770,6 +61902,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59798,6 +61931,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59826,6 +61960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59854,6 +61989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59882,6 +62018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59910,6 +62047,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59938,6 +62076,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59966,6 +62105,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59994,6 +62134,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60022,6 +62163,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60050,6 +62192,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60078,6 +62221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60106,6 +62250,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60134,6 +62279,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60162,6 +62308,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60190,6 +62337,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60218,6 +62366,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60246,6 +62395,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60274,6 +62424,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60302,6 +62453,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60330,6 +62482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60358,6 +62511,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60386,6 +62540,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60414,6 +62569,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60442,6 +62598,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60470,6 +62627,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60498,6 +62656,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60526,6 +62685,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60554,6 +62714,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60582,6 +62743,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60610,6 +62772,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60638,6 +62801,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60666,6 +62830,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60694,6 +62859,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60722,6 +62888,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60750,6 +62917,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60778,6 +62946,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60806,6 +62975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60834,6 +63004,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60862,6 +63033,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60890,6 +63062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60918,6 +63091,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60946,6 +63120,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60974,6 +63149,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61002,6 +63178,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61030,6 +63207,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61058,6 +63236,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61086,6 +63265,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61114,6 +63294,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61142,6 +63323,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61170,6 +63352,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61198,6 +63381,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61226,6 +63410,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61254,6 +63439,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61282,6 +63468,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61310,6 +63497,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61338,6 +63526,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61366,6 +63555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61394,6 +63584,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61422,6 +63613,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61450,6 +63642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61478,6 +63671,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61506,6 +63700,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61534,6 +63729,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61562,6 +63758,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61590,6 +63787,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61618,6 +63816,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61646,6 +63845,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61674,6 +63874,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61702,6 +63903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61730,6 +63932,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61758,6 +63961,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61786,6 +63990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61814,6 +64019,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61842,6 +64048,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61870,6 +64077,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61898,6 +64106,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61926,6 +64135,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61954,6 +64164,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61982,6 +64193,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62010,6 +64222,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62038,6 +64251,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62066,6 +64280,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62094,6 +64309,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62122,6 +64338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62150,6 +64367,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62178,6 +64396,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62206,6 +64425,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62234,6 +64454,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62262,6 +64483,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62290,6 +64512,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62318,6 +64541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62346,6 +64570,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62374,6 +64599,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62402,6 +64628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62430,6 +64657,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62458,6 +64686,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62486,6 +64715,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62514,6 +64744,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62542,6 +64773,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62570,6 +64802,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62598,6 +64831,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62626,6 +64860,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62654,6 +64889,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62682,6 +64918,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62710,6 +64947,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62738,6 +64976,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62766,6 +65005,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62794,6 +65034,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62822,6 +65063,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62850,6 +65092,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62878,6 +65121,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62906,6 +65150,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62934,6 +65179,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62962,6 +65208,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62990,6 +65237,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63018,6 +65266,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63046,6 +65295,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63074,6 +65324,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63102,6 +65353,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63130,6 +65382,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63158,6 +65411,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63186,6 +65440,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63214,6 +65469,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63242,6 +65498,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63270,6 +65527,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63298,6 +65556,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63326,6 +65585,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63354,6 +65614,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63382,6 +65643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63410,6 +65672,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63438,6 +65701,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63466,6 +65730,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63494,6 +65759,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63522,6 +65788,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63550,6 +65817,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63578,6 +65846,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63606,6 +65875,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63634,6 +65904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63662,6 +65933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63690,6 +65962,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63718,6 +65991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63746,6 +66020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63774,6 +66049,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63802,6 +66078,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63830,6 +66107,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63858,6 +66136,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63886,6 +66165,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63914,6 +66194,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63942,6 +66223,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63970,6 +66252,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63998,6 +66281,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64026,6 +66310,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64054,6 +66339,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64082,6 +66368,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64110,6 +66397,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64138,6 +66426,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64166,6 +66455,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64194,6 +66484,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64222,6 +66513,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64250,6 +66542,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64278,6 +66571,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64306,6 +66600,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64334,6 +66629,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64362,6 +66658,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64390,6 +66687,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64418,6 +66716,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64446,6 +66745,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64474,6 +66774,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64502,6 +66803,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64530,6 +66832,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64558,6 +66861,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64586,6 +66890,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64614,6 +66919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64642,6 +66948,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64670,6 +66977,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64698,6 +67006,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64726,6 +67035,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64754,6 +67064,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64782,6 +67093,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64810,6 +67122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64838,6 +67151,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64866,6 +67180,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64894,6 +67209,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64922,6 +67238,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64950,6 +67267,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64978,6 +67296,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65006,6 +67325,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65034,6 +67354,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65062,6 +67383,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65090,6 +67412,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65118,6 +67441,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65146,6 +67470,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65174,6 +67499,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65202,6 +67528,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65230,6 +67557,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65258,6 +67586,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65286,6 +67615,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65314,6 +67644,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65342,6 +67673,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65370,6 +67702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65398,6 +67731,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65426,6 +67760,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65454,6 +67789,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65482,6 +67818,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65510,6 +67847,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65538,6 +67876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65566,6 +67905,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65594,6 +67934,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65622,6 +67963,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65650,6 +67992,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65678,6 +68021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65706,6 +68050,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65734,6 +68079,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65762,6 +68108,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65790,6 +68137,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65818,6 +68166,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65846,6 +68195,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65874,6 +68224,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65902,6 +68253,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65930,6 +68282,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65958,6 +68311,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65986,6 +68340,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66014,6 +68369,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66042,6 +68398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66070,6 +68427,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66098,6 +68456,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66126,6 +68485,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66154,6 +68514,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66182,6 +68543,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66210,6 +68572,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66238,6 +68601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66266,6 +68630,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66294,6 +68659,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66322,6 +68688,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66350,6 +68717,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66378,6 +68746,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66406,6 +68775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66434,6 +68804,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66462,6 +68833,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66490,6 +68862,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66518,6 +68891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66546,6 +68920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66574,6 +68949,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66602,6 +68978,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66630,6 +69007,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66658,6 +69036,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66686,6 +69065,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66714,6 +69094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66742,6 +69123,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66770,6 +69152,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66798,6 +69181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66826,6 +69210,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66854,6 +69239,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66882,6 +69268,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66910,6 +69297,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66938,6 +69326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66966,6 +69355,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66994,6 +69384,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67022,6 +69413,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67050,6 +69442,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67078,6 +69471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67106,6 +69500,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67134,6 +69529,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67162,6 +69558,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67190,6 +69587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67218,6 +69616,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67246,6 +69645,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67274,6 +69674,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67302,6 +69703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67330,6 +69732,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67358,6 +69761,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67386,6 +69790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67414,6 +69819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67442,6 +69848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67470,6 +69877,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67498,6 +69906,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67526,6 +69935,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67554,6 +69964,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67582,6 +69993,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67610,6 +70022,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67638,6 +70051,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67666,6 +70080,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67694,6 +70109,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67722,6 +70138,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67750,6 +70167,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67778,6 +70196,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67806,6 +70225,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67834,6 +70254,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67862,6 +70283,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67890,6 +70312,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67918,6 +70341,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67946,6 +70370,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67974,6 +70399,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68002,6 +70428,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68030,6 +70457,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68058,6 +70486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68086,6 +70515,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68114,6 +70544,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68142,6 +70573,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68170,6 +70602,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68198,6 +70631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68226,6 +70660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68254,6 +70689,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68282,6 +70718,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68310,6 +70747,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68338,6 +70776,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68366,6 +70805,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68394,6 +70834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68422,6 +70863,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68450,6 +70892,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68478,6 +70921,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68506,6 +70950,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68534,6 +70979,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68562,6 +71008,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68590,6 +71037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68618,6 +71066,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68646,6 +71095,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68674,6 +71124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68702,6 +71153,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68730,6 +71182,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68758,6 +71211,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68786,6 +71240,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68814,6 +71269,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68842,6 +71298,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68870,6 +71327,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68898,6 +71356,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68926,6 +71385,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68954,6 +71414,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68982,6 +71443,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69010,6 +71472,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69038,6 +71501,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69066,6 +71530,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69094,6 +71559,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69122,6 +71588,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69150,6 +71617,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69178,6 +71646,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69206,6 +71675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69234,6 +71704,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69262,6 +71733,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69290,6 +71762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69318,6 +71791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69346,6 +71820,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69374,6 +71849,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69402,6 +71878,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69430,6 +71907,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69458,6 +71936,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69486,6 +71965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69514,6 +71994,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69542,6 +72023,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69570,6 +72052,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69598,6 +72081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69626,6 +72110,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69654,6 +72139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69682,6 +72168,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69710,6 +72197,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69738,6 +72226,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69766,6 +72255,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69794,6 +72284,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69822,6 +72313,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69850,6 +72342,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69878,6 +72371,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69906,6 +72400,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69934,6 +72429,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69962,6 +72458,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69990,6 +72487,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70018,6 +72516,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70046,6 +72545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70074,6 +72574,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70102,6 +72603,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70130,6 +72632,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70158,6 +72661,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70186,6 +72690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70214,6 +72719,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70242,6 +72748,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70270,6 +72777,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70298,6 +72806,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70326,6 +72835,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70354,6 +72864,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70382,6 +72893,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70410,6 +72922,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70438,6 +72951,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70466,6 +72980,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70494,6 +73009,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70522,6 +73038,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70550,6 +73067,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70578,6 +73096,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70606,6 +73125,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70634,6 +73154,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70662,6 +73183,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70690,6 +73212,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70718,6 +73241,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70746,6 +73270,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70774,6 +73299,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70802,6 +73328,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70830,6 +73357,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70858,6 +73386,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70886,6 +73415,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70914,6 +73444,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70942,6 +73473,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70970,6 +73502,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70998,6 +73531,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71026,6 +73560,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71054,6 +73589,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71082,6 +73618,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71110,6 +73647,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71138,6 +73676,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71166,6 +73705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71194,6 +73734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71222,6 +73763,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71250,6 +73792,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71278,6 +73821,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71306,6 +73850,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71334,6 +73879,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71362,6 +73908,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71390,6 +73937,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71418,6 +73966,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71446,6 +73995,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71474,6 +74024,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71502,6 +74053,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71530,6 +74082,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71558,6 +74111,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71586,6 +74140,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71614,6 +74169,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71642,6 +74198,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71670,6 +74227,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71698,6 +74256,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71726,6 +74285,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71754,6 +74314,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71782,6 +74343,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71810,6 +74372,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71838,6 +74401,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71866,6 +74430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71894,6 +74459,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71922,6 +74488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71950,6 +74517,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71978,6 +74546,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72006,6 +74575,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72034,6 +74604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72062,6 +74633,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72090,6 +74662,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72118,6 +74691,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72146,6 +74720,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72174,6 +74749,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72202,6 +74778,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72230,6 +74807,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72258,6 +74836,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72286,6 +74865,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72314,6 +74894,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72342,6 +74923,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72370,6 +74952,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72398,6 +74981,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72426,6 +75010,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72454,6 +75039,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72482,6 +75068,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72510,6 +75097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72538,6 +75126,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72566,6 +75155,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72594,6 +75184,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72622,6 +75213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72650,6 +75242,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72678,6 +75271,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72706,6 +75300,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72734,6 +75329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72762,6 +75358,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72790,6 +75387,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72818,6 +75416,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72846,6 +75445,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72874,6 +75474,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72902,6 +75503,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72930,6 +75532,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72958,6 +75561,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72986,6 +75590,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73014,6 +75619,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73042,6 +75648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73070,6 +75677,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73098,6 +75706,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73126,6 +75735,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73154,6 +75764,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73182,6 +75793,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73210,6 +75822,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73238,6 +75851,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73266,6 +75880,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73294,6 +75909,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73322,6 +75938,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73350,6 +75967,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73378,6 +75996,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73406,6 +76025,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73434,6 +76054,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73462,6 +76083,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73490,6 +76112,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73518,6 +76141,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73546,6 +76170,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73574,6 +76199,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73602,6 +76228,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73630,6 +76257,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73658,6 +76286,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73686,6 +76315,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73714,6 +76344,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73742,6 +76373,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73770,6 +76402,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73798,6 +76431,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73826,6 +76460,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73854,6 +76489,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73882,6 +76518,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73910,6 +76547,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73938,6 +76576,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73966,6 +76605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73994,6 +76634,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74022,6 +76663,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74050,6 +76692,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74078,6 +76721,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74106,6 +76750,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74134,6 +76779,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74162,6 +76808,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74190,6 +76837,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74218,6 +76866,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74246,6 +76895,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74274,6 +76924,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74302,6 +76953,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74330,6 +76982,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74358,6 +77011,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74386,6 +77040,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74414,6 +77069,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74442,6 +77098,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74470,6 +77127,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74498,6 +77156,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74526,6 +77185,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74554,6 +77214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74582,6 +77243,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74610,6 +77272,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74638,6 +77301,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74666,6 +77330,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74694,6 +77359,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74722,6 +77388,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74750,6 +77417,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74778,6 +77446,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -74806,6 +77475,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74834,6 +77504,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74862,6 +77533,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74890,6 +77562,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74918,6 +77591,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74946,6 +77620,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74974,6 +77649,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75002,6 +77678,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75030,6 +77707,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75058,6 +77736,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75086,6 +77765,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75114,6 +77794,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75142,6 +77823,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75170,6 +77852,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75198,6 +77881,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75226,6 +77910,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75254,6 +77939,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75282,6 +77968,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75310,6 +77997,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75338,6 +78026,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75366,6 +78055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75394,6 +78084,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75422,6 +78113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75450,6 +78142,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75478,6 +78171,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75506,6 +78200,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75534,6 +78229,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75562,6 +78258,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75590,6 +78287,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75618,6 +78316,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75646,6 +78345,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75674,6 +78374,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75702,6 +78403,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75730,6 +78432,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75758,6 +78461,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75786,6 +78490,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75814,6 +78519,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75842,6 +78548,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75870,6 +78577,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75898,6 +78606,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75926,6 +78635,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75954,6 +78664,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75982,6 +78693,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76010,6 +78722,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76038,6 +78751,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76066,6 +78780,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76094,6 +78809,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76122,6 +78838,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76150,6 +78867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76178,6 +78896,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76206,6 +78925,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76234,6 +78954,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76262,6 +78983,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76290,6 +79012,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76318,6 +79041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76346,6 +79070,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76374,6 +79099,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76402,6 +79128,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76430,6 +79157,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76458,6 +79186,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76486,6 +79215,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76514,6 +79244,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76542,6 +79273,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76570,6 +79302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76598,6 +79331,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76626,6 +79360,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76654,6 +79389,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76682,6 +79418,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76710,6 +79447,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76738,6 +79476,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76766,6 +79505,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76794,6 +79534,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76822,6 +79563,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76850,6 +79592,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76878,6 +79621,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76906,6 +79650,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76934,6 +79679,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76962,6 +79708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76990,6 +79737,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77018,6 +79766,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77046,6 +79795,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77074,6 +79824,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77102,6 +79853,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77130,6 +79882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77158,6 +79911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77186,6 +79940,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77214,6 +79969,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77242,6 +79998,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77270,6 +80027,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77298,6 +80056,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77326,6 +80085,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77354,6 +80114,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77382,6 +80143,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77410,6 +80172,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77438,6 +80201,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77466,6 +80230,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77494,6 +80259,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77522,6 +80288,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77550,6 +80317,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77578,6 +80346,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77606,6 +80375,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77634,6 +80404,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77662,6 +80433,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77690,6 +80462,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77718,6 +80491,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77746,6 +80520,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77774,6 +80549,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77802,6 +80578,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77830,6 +80607,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77858,6 +80636,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77886,6 +80665,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77914,6 +80694,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77942,6 +80723,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77970,6 +80752,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77994,10 +80777,11 @@ "r_y3": 584.142, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F273", @@ -78026,6 +80810,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78054,6 +80839,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78082,6 +80868,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78110,6 +80897,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78138,6 +80926,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78166,6 +80955,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78194,6 +80984,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78222,6 +81013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78250,6 +81042,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78278,6 +81071,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78306,6 +81100,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78334,6 +81129,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78362,6 +81158,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78390,6 +81187,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78418,6 +81216,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78446,6 +81245,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78474,6 +81274,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78502,6 +81303,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78530,6 +81332,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78558,6 +81361,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78586,6 +81390,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78614,6 +81419,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78642,6 +81448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78670,6 +81477,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78698,6 +81506,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78726,6 +81535,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78754,6 +81564,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78782,6 +81593,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78810,6 +81622,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78838,6 +81651,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78866,6 +81680,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78894,6 +81709,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78922,6 +81738,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78950,6 +81767,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78978,6 +81796,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79006,6 +81825,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79034,6 +81854,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79062,6 +81883,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79090,6 +81912,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79118,6 +81941,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79146,6 +81970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79174,6 +81999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79202,6 +82028,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79230,6 +82057,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79258,6 +82086,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79286,6 +82115,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79314,6 +82144,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79342,6 +82173,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79370,6 +82202,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79398,6 +82231,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79426,6 +82260,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79454,6 +82289,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79482,6 +82318,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79510,6 +82347,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79538,6 +82376,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79566,6 +82405,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79594,6 +82434,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79622,6 +82463,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79650,6 +82492,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79678,6 +82521,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79706,6 +82550,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79734,6 +82579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79762,6 +82608,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79790,6 +82637,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79818,6 +82666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79846,6 +82695,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79874,6 +82724,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79902,6 +82753,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79930,6 +82782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79958,6 +82811,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79986,6 +82840,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80014,6 +82869,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80042,6 +82898,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80070,6 +82927,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80098,6 +82956,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80126,6 +82985,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80154,6 +83014,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80182,6 +83043,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80210,6 +83072,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80238,6 +83101,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80266,6 +83130,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80294,6 +83159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80322,6 +83188,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80350,6 +83217,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80378,6 +83246,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80406,6 +83275,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80434,6 +83304,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80462,6 +83333,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80490,6 +83362,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80518,6 +83391,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80546,6 +83420,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80574,6 +83449,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80602,6 +83478,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80630,6 +83507,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80658,6 +83536,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80686,6 +83565,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80714,6 +83594,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80742,6 +83623,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80770,6 +83652,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80798,6 +83681,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80826,6 +83710,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80854,6 +83739,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80882,6 +83768,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80910,6 +83797,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80938,6 +83826,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80966,6 +83855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80994,6 +83884,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81022,6 +83913,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81050,6 +83942,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81078,6 +83971,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81106,6 +84000,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81134,6 +84029,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81162,6 +84058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81190,6 +84087,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81218,6 +84116,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81246,6 +84145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81274,6 +84174,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81302,6 +84203,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81330,6 +84232,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81358,6 +84261,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81386,6 +84290,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81414,6 +84319,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81442,6 +84348,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81470,6 +84377,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81498,6 +84406,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81526,6 +84435,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81554,6 +84464,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81582,6 +84493,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81610,6 +84522,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81638,6 +84551,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81666,6 +84580,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81694,6 +84609,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81722,6 +84638,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81750,6 +84667,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81778,6 +84696,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81806,6 +84725,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81834,6 +84754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81862,6 +84783,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81890,6 +84812,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81918,6 +84841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81946,6 +84870,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81974,6 +84899,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82002,6 +84928,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82030,6 +84957,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82058,6 +84986,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82086,6 +85015,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82114,6 +85044,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82142,6 +85073,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82170,6 +85102,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82198,6 +85131,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82226,6 +85160,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82254,6 +85189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82282,6 +85218,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82310,6 +85247,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82338,6 +85276,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82366,6 +85305,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82394,6 +85334,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82422,6 +85363,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82450,6 +85392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82478,6 +85421,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82506,6 +85450,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82534,6 +85479,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82562,6 +85508,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82590,6 +85537,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82618,6 +85566,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82646,6 +85595,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82674,6 +85624,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82702,6 +85653,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82730,6 +85682,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82758,6 +85711,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82786,6 +85740,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82814,6 +85769,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82842,6 +85798,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82870,6 +85827,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82898,6 +85856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82926,6 +85885,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82954,6 +85914,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82982,6 +85943,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83010,6 +85972,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83038,6 +86001,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83066,6 +86030,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83094,6 +86059,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83122,6 +86088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83150,6 +86117,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83178,6 +86146,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83206,6 +86175,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83234,6 +86204,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83262,6 +86233,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83290,6 +86262,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83318,6 +86291,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83346,6 +86320,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83374,6 +86349,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83402,6 +86378,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83430,6 +86407,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83458,6 +86436,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83486,6 +86465,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83514,6 +86494,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83542,6 +86523,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83570,6 +86552,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83598,6 +86581,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83626,6 +86610,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83654,6 +86639,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83682,6 +86668,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83710,6 +86697,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83738,6 +86726,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83766,6 +86755,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83794,6 +86784,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83822,6 +86813,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83850,6 +86842,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83878,6 +86871,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83906,6 +86900,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83934,6 +86929,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83962,6 +86958,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83990,6 +86987,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84018,6 +87016,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84046,6 +87045,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84074,6 +87074,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84102,6 +87103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84130,6 +87132,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84158,6 +87161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84186,6 +87190,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84214,6 +87219,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84242,6 +87248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84270,6 +87277,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84298,6 +87306,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84326,6 +87335,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84354,6 +87364,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84382,6 +87393,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84410,6 +87422,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84438,6 +87451,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84466,6 +87480,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84494,6 +87509,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84522,6 +87538,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84550,6 +87567,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84578,6 +87596,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84606,6 +87625,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84634,6 +87654,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84662,6 +87683,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84690,6 +87712,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84718,6 +87741,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84746,6 +87770,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84774,6 +87799,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84802,6 +87828,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84830,6 +87857,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84858,6 +87886,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84886,6 +87915,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84914,6 +87944,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84942,6 +87973,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84970,6 +88002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84998,6 +88031,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85026,6 +88060,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85054,6 +88089,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85082,6 +88118,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85110,6 +88147,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85138,6 +88176,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85166,6 +88205,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85194,6 +88234,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85222,6 +88263,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85250,6 +88292,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85278,6 +88321,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85306,6 +88350,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85334,6 +88379,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85362,6 +88408,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85390,6 +88437,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85418,6 +88466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85446,6 +88495,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85474,6 +88524,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85502,6 +88553,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85530,6 +88582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85558,6 +88611,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85586,6 +88640,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85614,6 +88669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85642,6 +88698,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85670,6 +88727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85698,6 +88756,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85726,6 +88785,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85754,6 +88814,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85782,6 +88843,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85810,6 +88872,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85838,6 +88901,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85866,6 +88930,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85894,6 +88959,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85922,6 +88988,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85950,6 +89017,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85978,6 +89046,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86006,6 +89075,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86034,6 +89104,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86062,6 +89133,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86090,6 +89162,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86118,6 +89191,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86146,6 +89220,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86174,6 +89249,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86202,6 +89278,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86230,6 +89307,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86258,6 +89336,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86286,6 +89365,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86314,6 +89394,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86342,6 +89423,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86370,6 +89452,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86398,6 +89481,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86426,6 +89510,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86454,6 +89539,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86482,6 +89568,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86510,6 +89597,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86538,6 +89626,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86566,6 +89655,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86594,6 +89684,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86622,6 +89713,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86650,6 +89742,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86678,6 +89771,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86706,6 +89800,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86734,6 +89829,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86762,6 +89858,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86790,6 +89887,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86818,6 +89916,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86846,6 +89945,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86874,6 +89974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86902,6 +90003,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86930,6 +90032,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86958,6 +90061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86986,6 +90090,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87014,6 +90119,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87042,6 +90148,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87070,6 +90177,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87098,6 +90206,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87126,6 +90235,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87154,6 +90264,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87182,6 +90293,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87210,6 +90322,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87238,6 +90351,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87266,6 +90380,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87294,6 +90409,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87322,6 +90438,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87350,6 +90467,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87378,6 +90496,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87406,6 +90525,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87434,6 +90554,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87462,6 +90583,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87490,6 +90612,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87518,6 +90641,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87546,6 +90670,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87574,6 +90699,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87602,6 +90728,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87630,6 +90757,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87658,6 +90786,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87686,6 +90815,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87714,6 +90844,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87742,6 +90873,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87770,6 +90902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87798,6 +90931,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87826,6 +90960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87854,6 +90989,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87882,6 +91018,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87910,6 +91047,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87938,6 +91076,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87966,6 +91105,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87994,6 +91134,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88022,6 +91163,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88050,6 +91192,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88078,6 +91221,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88106,6 +91250,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88134,6 +91279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88162,6 +91308,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88190,6 +91337,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88218,6 +91366,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88246,6 +91395,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88274,6 +91424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88302,6 +91453,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88330,6 +91482,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88358,6 +91511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88386,6 +91540,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88414,6 +91569,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88442,6 +91598,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88470,6 +91627,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88498,6 +91656,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88526,6 +91685,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88554,6 +91714,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88582,6 +91743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88610,6 +91772,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88638,6 +91801,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88666,6 +91830,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88694,6 +91859,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88722,6 +91888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88750,6 +91917,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88778,6 +91946,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88806,6 +91975,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88834,6 +92004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88862,6 +92033,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88890,6 +92062,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88918,6 +92091,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88946,6 +92120,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88974,6 +92149,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89002,6 +92178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89030,6 +92207,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89058,6 +92236,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89086,6 +92265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89114,6 +92294,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89142,6 +92323,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89170,6 +92352,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89198,6 +92381,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89226,6 +92410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89254,6 +92439,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89282,6 +92468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89310,6 +92497,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89338,6 +92526,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89366,6 +92555,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89394,6 +92584,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89422,6 +92613,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89450,6 +92642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89478,6 +92671,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89506,6 +92700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89534,6 +92729,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89562,6 +92758,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89590,6 +92787,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89618,6 +92816,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89646,6 +92845,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89674,6 +92874,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89702,6 +92903,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89730,6 +92932,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89758,6 +92961,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89786,6 +92990,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89814,6 +93019,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89842,6 +93048,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89870,6 +93077,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89898,6 +93106,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89926,6 +93135,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89954,6 +93164,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89982,6 +93193,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90010,6 +93222,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90038,6 +93251,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90066,6 +93280,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90094,6 +93309,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90122,6 +93338,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90150,6 +93367,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90178,6 +93396,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90206,6 +93425,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90234,6 +93454,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90262,6 +93483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90290,6 +93512,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90318,6 +93541,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90346,6 +93570,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90374,6 +93599,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90402,6 +93628,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90430,6 +93657,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90458,6 +93686,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90486,6 +93715,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90514,6 +93744,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90542,6 +93773,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90570,6 +93802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90598,6 +93831,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90626,6 +93860,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90654,6 +93889,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90682,6 +93918,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90710,6 +93947,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90738,6 +93976,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90766,6 +94005,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90794,6 +94034,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90822,6 +94063,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90850,6 +94092,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90878,6 +94121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90906,6 +94150,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90934,6 +94179,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90962,6 +94208,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90990,6 +94237,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91018,6 +94266,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91046,6 +94295,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91074,6 +94324,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91102,6 +94353,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91130,6 +94382,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91158,6 +94411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91186,6 +94440,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91214,6 +94469,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91242,6 +94498,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91270,6 +94527,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91298,6 +94556,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91326,6 +94585,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91354,6 +94614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91382,6 +94643,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91410,6 +94672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91438,6 +94701,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91466,6 +94730,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91494,6 +94759,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91522,6 +94788,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91550,6 +94817,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91578,6 +94846,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91606,6 +94875,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91634,6 +94904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91662,6 +94933,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91690,6 +94962,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91718,6 +94991,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91746,6 +95020,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91774,6 +95049,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91802,6 +95078,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91830,6 +95107,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91858,6 +95136,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91886,6 +95165,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91914,6 +95194,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91942,6 +95223,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91970,6 +95252,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91998,6 +95281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92026,6 +95310,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92054,6 +95339,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92082,6 +95368,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92110,6 +95397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92138,6 +95426,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92166,6 +95455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92194,6 +95484,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92222,6 +95513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92250,6 +95542,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92278,6 +95571,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92306,6 +95600,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92334,6 +95629,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92362,6 +95658,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92390,6 +95687,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92418,6 +95716,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92446,6 +95745,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92474,6 +95774,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92502,6 +95803,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92530,6 +95832,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92558,6 +95861,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92586,6 +95890,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92614,6 +95919,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92642,6 +95948,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92670,6 +95977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92698,6 +96006,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92726,6 +96035,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92754,6 +96064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92782,6 +96093,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92810,6 +96122,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92838,6 +96151,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92866,6 +96180,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92894,6 +96209,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92922,6 +96238,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92950,6 +96267,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92978,6 +96296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93006,6 +96325,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93034,6 +96354,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93062,6 +96383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93090,6 +96412,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93118,6 +96441,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93146,6 +96470,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93174,6 +96499,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93202,6 +96528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93230,6 +96557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93258,6 +96586,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93286,6 +96615,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93314,6 +96644,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93342,6 +96673,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93370,6 +96702,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93398,6 +96731,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93426,6 +96760,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93454,6 +96789,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93482,6 +96818,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93510,6 +96847,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93538,6 +96876,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93566,6 +96905,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93594,6 +96934,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93622,6 +96963,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93650,6 +96992,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93678,6 +97021,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93706,6 +97050,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93734,6 +97079,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93762,6 +97108,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93790,6 +97137,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93818,6 +97166,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93846,6 +97195,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93874,6 +97224,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93902,6 +97253,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93930,6 +97282,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93958,6 +97311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93986,6 +97340,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94014,6 +97369,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94042,6 +97398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94070,6 +97427,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94098,6 +97456,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94126,6 +97485,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94154,6 +97514,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94182,6 +97543,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94210,6 +97572,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94238,6 +97601,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94266,6 +97630,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94294,6 +97659,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94322,6 +97688,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94350,6 +97717,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94378,6 +97746,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94406,6 +97775,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94434,6 +97804,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94462,6 +97833,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94490,6 +97862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94518,6 +97891,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94546,6 +97920,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94574,6 +97949,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94602,6 +97978,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94630,6 +98007,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94658,6 +98036,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94686,6 +98065,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94714,6 +98094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94742,6 +98123,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94770,6 +98152,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94798,6 +98181,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94826,6 +98210,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94854,6 +98239,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94882,6 +98268,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94910,6 +98297,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94938,6 +98326,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94966,6 +98355,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94994,6 +98384,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95022,6 +98413,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95050,6 +98442,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95078,6 +98471,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95106,6 +98500,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95134,6 +98529,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95162,6 +98558,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95190,6 +98587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95218,6 +98616,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95246,6 +98645,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95274,6 +98674,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95302,6 +98703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95330,6 +98732,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95358,6 +98761,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95386,6 +98790,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95414,6 +98819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95442,6 +98848,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95470,6 +98877,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95498,6 +98906,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95526,6 +98935,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95554,6 +98964,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95582,6 +98993,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95610,6 +99022,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95638,6 +99051,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95666,6 +99080,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95694,6 +99109,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95722,6 +99138,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95750,6 +99167,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95778,6 +99196,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95806,6 +99225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95834,6 +99254,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95862,6 +99283,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95890,6 +99312,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95918,6 +99341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95946,6 +99370,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95974,6 +99399,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96002,6 +99428,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96030,6 +99457,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96058,6 +99486,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96086,6 +99515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96114,6 +99544,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96142,6 +99573,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96170,6 +99602,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96198,6 +99631,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96226,6 +99660,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96254,6 +99689,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96282,6 +99718,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96310,6 +99747,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96338,6 +99776,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96366,6 +99805,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96394,6 +99834,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96422,6 +99863,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96450,6 +99892,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96478,6 +99921,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96506,6 +99950,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96534,6 +99979,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96562,6 +100008,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96590,6 +100037,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96618,6 +100066,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96646,6 +100095,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96674,6 +100124,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96702,6 +100153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96730,6 +100182,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96758,6 +100211,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96786,6 +100240,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96814,6 +100269,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96842,6 +100298,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96870,6 +100327,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96898,6 +100356,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96926,6 +100385,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96954,6 +100414,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96982,6 +100443,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97010,6 +100472,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97038,6 +100501,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97066,6 +100530,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97094,6 +100559,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97122,6 +100588,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97150,6 +100617,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97178,6 +100646,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97206,6 +100675,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97234,6 +100704,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97262,6 +100733,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97290,6 +100762,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97318,6 +100791,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97346,6 +100820,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97374,6 +100849,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97402,6 +100878,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97430,6 +100907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97458,6 +100936,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97486,6 +100965,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97514,6 +100994,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97542,6 +101023,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97570,6 +101052,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97598,6 +101081,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97626,6 +101110,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97654,6 +101139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97682,6 +101168,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97710,6 +101197,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97738,6 +101226,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97766,6 +101255,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97794,6 +101284,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97822,6 +101313,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97850,6 +101342,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97878,6 +101371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97906,6 +101400,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97934,6 +101429,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97962,6 +101458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97990,6 +101487,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98018,6 +101516,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98046,6 +101545,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98074,6 +101574,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98102,6 +101603,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98130,6 +101632,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98158,6 +101661,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98186,6 +101690,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98214,6 +101719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98242,6 +101748,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98270,6 +101777,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98298,6 +101806,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98326,6 +101835,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98354,6 +101864,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98382,6 +101893,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98410,6 +101922,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98438,6 +101951,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98466,6 +101980,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98494,6 +102009,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98522,6 +102038,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98550,6 +102067,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98578,6 +102096,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98606,6 +102125,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98634,6 +102154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98662,6 +102183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98690,6 +102212,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98718,6 +102241,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98746,6 +102270,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98774,6 +102299,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98802,6 +102328,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98830,6 +102357,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98858,6 +102386,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98886,6 +102415,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98914,6 +102444,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98942,6 +102473,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98970,6 +102502,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98998,6 +102531,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99026,6 +102560,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99054,6 +102589,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99082,6 +102618,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99110,6 +102647,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99138,6 +102676,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99166,6 +102705,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99194,6 +102734,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99222,6 +102763,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99250,6 +102792,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99278,6 +102821,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99306,6 +102850,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99334,6 +102879,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99362,6 +102908,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99390,6 +102937,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99418,6 +102966,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99446,6 +102995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99474,6 +103024,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99502,6 +103053,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99530,6 +103082,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99558,6 +103111,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99586,6 +103140,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99614,6 +103169,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99642,6 +103198,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99670,6 +103227,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99698,6 +103256,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99726,6 +103285,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99754,6 +103314,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99782,6 +103343,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99810,6 +103372,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99838,6 +103401,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99866,6 +103430,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99894,6 +103459,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99922,6 +103488,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99950,6 +103517,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99978,6 +103546,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100006,6 +103575,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100034,6 +103604,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100062,6 +103633,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100090,6 +103662,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100118,6 +103691,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100146,6 +103720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100174,6 +103749,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100202,6 +103778,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100230,6 +103807,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100258,6 +103836,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100286,6 +103865,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100314,6 +103894,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100342,6 +103923,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100370,6 +103952,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100398,6 +103981,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100426,6 +104010,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100454,6 +104039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100482,6 +104068,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100510,6 +104097,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100538,6 +104126,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100566,6 +104155,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100594,6 +104184,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100622,6 +104213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100650,6 +104242,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100678,6 +104271,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100706,6 +104300,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100734,6 +104329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100762,6 +104358,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100790,6 +104387,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100818,6 +104416,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100846,6 +104445,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100874,6 +104474,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100902,6 +104503,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100930,6 +104532,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100958,6 +104561,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100986,6 +104590,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101014,6 +104619,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101042,6 +104648,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101070,6 +104677,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101098,6 +104706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101126,6 +104735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101154,6 +104764,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101182,6 +104793,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101210,6 +104822,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101238,6 +104851,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101266,6 +104880,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101294,6 +104909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101322,6 +104938,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101350,6 +104967,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101378,6 +104996,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101406,6 +105025,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101434,6 +105054,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101462,6 +105083,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101490,6 +105112,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101518,6 +105141,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101546,6 +105170,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101574,6 +105199,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101602,6 +105228,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101630,6 +105257,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101658,6 +105286,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101686,6 +105315,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101714,6 +105344,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101742,6 +105373,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101770,6 +105402,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101798,6 +105431,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101826,6 +105460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101854,6 +105489,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101882,6 +105518,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101910,6 +105547,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101938,6 +105576,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101966,6 +105605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101994,6 +105634,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102022,6 +105663,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102050,6 +105692,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102078,6 +105721,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102106,6 +105750,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102134,6 +105779,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102162,6 +105808,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102190,6 +105837,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102218,6 +105866,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102246,6 +105895,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102274,6 +105924,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102302,6 +105953,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102330,6 +105982,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102358,6 +106011,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102386,6 +106040,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102414,6 +106069,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102442,6 +106098,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102470,6 +106127,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102498,6 +106156,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102526,6 +106185,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102554,6 +106214,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102582,6 +106243,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102610,6 +106272,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102638,6 +106301,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102666,6 +106330,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102694,6 +106359,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102722,6 +106388,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102750,6 +106417,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102778,6 +106446,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102806,6 +106475,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102834,6 +106504,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102862,6 +106533,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102890,6 +106562,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102918,6 +106591,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102946,6 +106620,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102974,6 +106649,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103002,6 +106678,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103030,6 +106707,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103058,6 +106736,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103086,6 +106765,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103114,6 +106794,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103142,6 +106823,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103170,6 +106852,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103198,6 +106881,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103226,6 +106910,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103254,6 +106939,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103282,6 +106968,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103310,6 +106997,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103338,6 +107026,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103366,6 +107055,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103394,6 +107084,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103422,6 +107113,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103450,6 +107142,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103478,6 +107171,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103506,6 +107200,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103534,6 +107229,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103562,6 +107258,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103590,6 +107287,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103618,6 +107316,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103646,6 +107345,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103674,6 +107374,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103702,6 +107403,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103730,6 +107432,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103758,6 +107461,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103786,6 +107490,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103814,6 +107519,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103842,6 +107548,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103870,6 +107577,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103898,6 +107606,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103926,6 +107635,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103954,6 +107664,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103982,6 +107693,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104010,6 +107722,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104038,6 +107751,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104066,6 +107780,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104094,6 +107809,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104122,6 +107838,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104150,6 +107867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104178,6 +107896,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104206,6 +107925,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104234,6 +107954,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104262,6 +107983,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104290,6 +108012,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104318,6 +108041,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104346,6 +108070,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104374,6 +108099,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104402,6 +108128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104430,6 +108157,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104458,6 +108186,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104486,6 +108215,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104514,6 +108244,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104542,6 +108273,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104570,6 +108302,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104598,6 +108331,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104626,6 +108360,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104654,6 +108389,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104682,6 +108418,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104710,6 +108447,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104738,6 +108476,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104766,6 +108505,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104794,6 +108534,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104822,6 +108563,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104850,6 +108592,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104878,6 +108621,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104906,6 +108650,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104934,6 +108679,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104962,6 +108708,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104990,6 +108737,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105018,6 +108766,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105046,6 +108795,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105074,6 +108824,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105102,6 +108853,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105130,6 +108882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105158,6 +108911,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105186,6 +108940,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105214,6 +108969,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105242,6 +108998,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105270,6 +109027,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105298,6 +109056,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105326,6 +109085,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105354,6 +109114,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105382,6 +109143,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105410,6 +109172,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105438,6 +109201,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105466,6 +109230,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105494,6 +109259,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105522,6 +109288,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105550,6 +109317,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105578,6 +109346,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105606,6 +109375,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105634,6 +109404,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105662,6 +109433,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105690,6 +109462,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105718,6 +109491,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105746,6 +109520,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105774,6 +109549,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105802,6 +109578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105830,6 +109607,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105858,6 +109636,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105886,6 +109665,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105914,6 +109694,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105942,6 +109723,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105970,6 +109752,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -105998,6 +109781,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106026,6 +109810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106054,6 +109839,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106082,6 +109868,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106110,6 +109897,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106138,6 +109926,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106166,6 +109955,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106194,6 +109984,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106222,6 +110013,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106250,6 +110042,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106278,6 +110071,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106306,6 +110100,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106334,6 +110129,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106362,6 +110158,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106390,6 +110187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106418,6 +110216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106446,6 +110245,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106474,6 +110274,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106502,6 +110303,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106530,6 +110332,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106558,6 +110361,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106586,6 +110390,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106614,6 +110419,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106642,6 +110448,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106670,6 +110477,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106698,6 +110506,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106726,6 +110535,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106754,6 +110564,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106782,6 +110593,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106810,6 +110622,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106838,6 +110651,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106866,6 +110680,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106894,6 +110709,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106922,6 +110738,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106950,6 +110767,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106978,6 +110796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107006,6 +110825,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107034,6 +110854,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107062,6 +110883,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107090,6 +110912,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107118,6 +110941,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107146,6 +110970,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107174,6 +110999,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107202,6 +111028,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107230,6 +111057,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107258,6 +111086,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107286,6 +111115,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107314,6 +111144,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107342,6 +111173,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107370,6 +111202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107398,6 +111231,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107426,6 +111260,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107454,6 +111289,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107482,6 +111318,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107510,6 +111347,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107538,6 +111376,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107566,6 +111405,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107594,6 +111434,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107622,6 +111463,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107650,6 +111492,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107678,6 +111521,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107706,6 +111550,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107734,6 +111579,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107762,6 +111608,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107790,6 +111637,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107818,6 +111666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107846,6 +111695,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107874,6 +111724,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107902,6 +111753,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107930,6 +111782,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107958,6 +111811,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107986,6 +111840,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108014,6 +111869,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108042,6 +111898,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108070,6 +111927,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108098,6 +111956,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108126,6 +111985,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108154,6 +112014,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108182,6 +112043,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108210,6 +112072,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108238,6 +112101,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108266,6 +112130,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108294,6 +112159,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108322,6 +112188,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108350,6 +112217,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108378,6 +112246,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108406,6 +112275,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108434,6 +112304,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108462,6 +112333,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108490,6 +112362,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108518,6 +112391,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108546,6 +112420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108574,6 +112449,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108602,6 +112478,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108630,6 +112507,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108658,6 +112536,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108686,6 +112565,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108714,6 +112594,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108742,6 +112623,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108770,6 +112652,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108798,6 +112681,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108826,6 +112710,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108854,6 +112739,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108882,6 +112768,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108910,6 +112797,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108938,6 +112826,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108966,6 +112855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108994,6 +112884,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109022,6 +112913,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109050,6 +112942,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109078,6 +112971,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109106,6 +113000,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109134,6 +113029,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109162,6 +113058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109190,6 +113087,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109218,6 +113116,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109246,6 +113145,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109274,6 +113174,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109302,6 +113203,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109330,6 +113232,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109358,6 +113261,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -109386,6 +113290,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -109414,6 +113319,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -109442,6 +113348,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -109470,6 +113377,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109498,6 +113406,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109526,6 +113435,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109554,6 +113464,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109582,6 +113493,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109610,6 +113522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109638,6 +113551,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109666,6 +113580,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109694,6 +113609,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109722,6 +113638,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109750,6 +113667,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109778,6 +113696,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109806,6 +113725,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109834,6 +113754,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109862,6 +113783,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109890,6 +113812,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109918,6 +113841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109946,6 +113870,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109974,6 +113899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110002,6 +113928,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110030,6 +113957,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110058,6 +113986,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110086,6 +114015,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110114,6 +114044,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110142,6 +114073,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110170,6 +114102,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110198,6 +114131,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110226,6 +114160,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110254,6 +114189,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110282,6 +114218,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110310,6 +114247,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110338,6 +114276,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110366,6 +114305,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110394,6 +114334,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110422,6 +114363,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110450,6 +114392,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110478,6 +114421,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110506,6 +114450,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110534,6 +114479,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110562,6 +114508,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110590,6 +114537,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110618,6 +114566,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110646,6 +114595,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110674,6 +114624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110702,6 +114653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110730,6 +114682,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110758,6 +114711,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110786,6 +114740,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110814,6 +114769,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110842,6 +114798,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110870,6 +114827,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110898,6 +114856,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110926,6 +114885,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110954,6 +114914,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110982,6 +114943,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111010,6 +114972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111038,6 +115001,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111066,6 +115030,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111094,6 +115059,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111122,6 +115088,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111150,6 +115117,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111178,6 +115146,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111206,6 +115175,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111234,6 +115204,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111262,6 +115233,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111290,6 +115262,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111318,6 +115291,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111346,6 +115320,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111374,6 +115349,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111402,6 +115378,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111430,6 +115407,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111458,6 +115436,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111486,6 +115465,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111514,6 +115494,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111542,6 +115523,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111570,6 +115552,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111598,6 +115581,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111626,6 +115610,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111654,6 +115639,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111682,6 +115668,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111710,6 +115697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111738,6 +115726,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111766,6 +115755,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111794,6 +115784,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111822,6 +115813,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111850,6 +115842,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111878,6 +115871,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111906,6 +115900,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111934,6 +115929,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111962,6 +115958,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111990,6 +115987,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112018,6 +116016,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112046,6 +116045,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112074,6 +116074,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112102,6 +116103,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112130,6 +116132,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112158,6 +116161,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112186,6 +116190,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112214,6 +116219,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112242,6 +116248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112270,6 +116277,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112298,6 +116306,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112326,6 +116335,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112354,6 +116364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112382,6 +116393,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112410,6 +116422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112438,6 +116451,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112466,6 +116480,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112494,6 +116509,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112522,6 +116538,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112550,6 +116567,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112578,6 +116596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112606,6 +116625,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112634,6 +116654,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112662,6 +116683,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112690,6 +116712,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112718,6 +116741,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112746,6 +116770,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112774,6 +116799,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112802,6 +116828,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112830,6 +116857,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112858,6 +116886,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112886,6 +116915,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112914,6 +116944,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112942,6 +116973,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112970,6 +117002,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112998,6 +117031,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113026,6 +117060,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113054,6 +117089,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113082,6 +117118,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113110,6 +117147,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113138,6 +117176,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113166,6 +117205,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113194,6 +117234,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113222,6 +117263,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113250,6 +117292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113278,6 +117321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113306,6 +117350,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113334,6 +117379,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113362,6 +117408,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113390,6 +117437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113418,6 +117466,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113446,6 +117495,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113474,6 +117524,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113502,6 +117553,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113530,6 +117582,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113558,6 +117611,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113586,6 +117640,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113614,6 +117669,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113642,6 +117698,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113670,6 +117727,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113698,6 +117756,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113726,6 +117785,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113754,6 +117814,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113782,6 +117843,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113810,6 +117872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113838,6 +117901,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113866,6 +117930,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113894,6 +117959,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113922,6 +117988,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113950,6 +118017,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113978,6 +118046,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114006,6 +118075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114034,6 +118104,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114062,6 +118133,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114090,6 +118162,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114118,6 +118191,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114146,6 +118220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114174,6 +118249,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114202,6 +118278,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114230,6 +118307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114258,6 +118336,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114286,6 +118365,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114314,6 +118394,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114342,6 +118423,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114370,6 +118452,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114398,6 +118481,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114426,6 +118510,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114454,6 +118539,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114482,6 +118568,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114510,6 +118597,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114538,6 +118626,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114566,6 +118655,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114594,6 +118684,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114622,6 +118713,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114650,6 +118742,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114678,6 +118771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114706,6 +118800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114734,6 +118829,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114762,6 +118858,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114790,6 +118887,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114818,6 +118916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114846,6 +118945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114874,6 +118974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114902,6 +119003,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114930,6 +119032,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114958,6 +119061,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114986,6 +119090,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115014,6 +119119,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115042,6 +119148,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115070,6 +119177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115098,6 +119206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115126,6 +119235,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115154,6 +119264,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115182,6 +119293,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115210,6 +119322,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115238,6 +119351,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115266,6 +119380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115294,6 +119409,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115322,6 +119438,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115350,6 +119467,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115378,6 +119496,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115406,6 +119525,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115434,6 +119554,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115462,6 +119583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115490,6 +119612,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115518,6 +119641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115546,6 +119670,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115574,6 +119699,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115602,6 +119728,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115630,6 +119757,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115658,6 +119786,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115686,6 +119815,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115714,6 +119844,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115742,6 +119873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115770,6 +119902,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115798,6 +119931,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115826,6 +119960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115854,6 +119989,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115882,6 +120018,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115910,6 +120047,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115938,6 +120076,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115966,6 +120105,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115994,6 +120134,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116022,6 +120163,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116050,6 +120192,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116078,6 +120221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116106,6 +120250,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116134,6 +120279,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116162,6 +120308,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116190,6 +120337,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116218,6 +120366,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116246,6 +120395,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116274,6 +120424,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116302,6 +120453,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116330,6 +120482,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116358,6 +120511,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116386,6 +120540,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116414,6 +120569,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116442,6 +120598,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116470,6 +120627,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116498,6 +120656,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116526,6 +120685,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116554,6 +120714,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116582,6 +120743,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116610,6 +120772,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116638,6 +120801,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116666,6 +120830,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116694,6 +120859,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116722,6 +120888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116750,6 +120917,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116778,6 +120946,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116806,6 +120975,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116834,6 +121004,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116862,6 +121033,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116890,6 +121062,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116918,6 +121091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116946,6 +121120,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116974,6 +121149,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117002,6 +121178,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117030,6 +121207,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117058,6 +121236,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117086,6 +121265,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117114,6 +121294,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117142,6 +121323,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117170,6 +121352,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117198,6 +121381,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117226,6 +121410,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117254,6 +121439,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117282,6 +121468,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117310,6 +121497,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117338,6 +121526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117366,6 +121555,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117394,6 +121584,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117422,6 +121613,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117450,6 +121642,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117478,6 +121671,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117506,6 +121700,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117534,6 +121729,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117562,6 +121758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117590,6 +121787,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117618,6 +121816,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117646,6 +121845,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117674,6 +121874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117702,6 +121903,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117730,6 +121932,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117758,6 +121961,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117786,6 +121990,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117814,6 +122019,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117842,6 +122048,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117870,6 +122077,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117898,6 +122106,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117926,6 +122135,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117954,6 +122164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117982,6 +122193,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118010,6 +122222,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118038,6 +122251,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118066,6 +122280,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118094,6 +122309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118122,6 +122338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118150,6 +122367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118178,6 +122396,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118206,6 +122425,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118234,6 +122454,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118262,6 +122483,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118290,6 +122512,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118318,6 +122541,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118346,6 +122570,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118374,6 +122599,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118402,6 +122628,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118430,6 +122657,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118458,6 +122686,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118486,6 +122715,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118514,6 +122744,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118542,6 +122773,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118570,6 +122802,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118598,6 +122831,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118626,6 +122860,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118654,6 +122889,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118682,6 +122918,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118710,6 +122947,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118738,6 +122976,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118766,6 +123005,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118794,6 +123034,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118822,6 +123063,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118850,6 +123092,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118878,6 +123121,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118906,6 +123150,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118934,6 +123179,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118962,6 +123208,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118990,6 +123237,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119018,6 +123266,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119046,6 +123295,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119074,6 +123324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119102,6 +123353,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119130,6 +123382,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119158,6 +123411,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119186,6 +123440,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119214,6 +123469,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119242,6 +123498,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119270,6 +123527,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119298,6 +123556,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119326,6 +123585,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119354,6 +123614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119382,6 +123643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119410,6 +123672,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119438,6 +123701,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119466,6 +123730,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119494,6 +123759,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119522,6 +123788,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119550,6 +123817,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119578,6 +123846,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119606,6 +123875,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119634,6 +123904,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119662,6 +123933,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119690,6 +123962,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119718,6 +123991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119746,6 +124020,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119774,6 +124049,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119802,6 +124078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119830,6 +124107,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119858,6 +124136,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119886,6 +124165,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119914,6 +124194,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119942,6 +124223,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119970,6 +124252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119998,6 +124281,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120026,6 +124310,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120054,6 +124339,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120082,6 +124368,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120110,6 +124397,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120138,6 +124426,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120166,6 +124455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120194,6 +124484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120222,6 +124513,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120250,6 +124542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120278,6 +124571,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120306,6 +124600,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120334,6 +124629,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120362,6 +124658,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120390,6 +124687,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120418,6 +124716,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120446,6 +124745,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120474,6 +124774,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120502,6 +124803,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120530,6 +124832,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120558,6 +124861,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120586,6 +124890,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120614,6 +124919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120642,6 +124948,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120670,6 +124977,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120698,6 +125006,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120726,6 +125035,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120754,6 +125064,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120782,6 +125093,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120810,6 +125122,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120838,6 +125151,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120866,6 +125180,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120894,6 +125209,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120922,6 +125238,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120950,6 +125267,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120978,6 +125296,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121006,6 +125325,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121034,6 +125354,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121062,6 +125383,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121090,6 +125412,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121118,6 +125441,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121146,6 +125470,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121174,6 +125499,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121202,6 +125528,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121230,6 +125557,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121258,6 +125586,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121286,6 +125615,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121314,6 +125644,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121342,6 +125673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121370,6 +125702,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121398,6 +125731,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121426,6 +125760,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121454,6 +125789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121482,6 +125818,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121510,6 +125847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121538,6 +125876,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121566,6 +125905,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121594,6 +125934,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121622,6 +125963,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121650,6 +125992,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121678,6 +126021,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121706,6 +126050,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121734,6 +126079,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121762,6 +126108,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121790,6 +126137,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121818,6 +126166,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121846,6 +126195,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121874,6 +126224,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121902,6 +126253,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121930,6 +126282,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121958,6 +126311,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121986,6 +126340,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122014,6 +126369,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122042,6 +126398,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122070,6 +126427,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122098,6 +126456,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122126,6 +126485,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122154,6 +126514,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122182,6 +126543,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122210,6 +126572,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122238,6 +126601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122266,6 +126630,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122294,6 +126659,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122322,6 +126688,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122350,6 +126717,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122378,6 +126746,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122406,6 +126775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122434,6 +126804,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122462,6 +126833,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122490,6 +126862,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122518,6 +126891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122546,6 +126920,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122574,6 +126949,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122602,6 +126978,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122630,6 +127007,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122658,6 +127036,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122686,6 +127065,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122714,6 +127094,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122742,6 +127123,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122770,6 +127152,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122798,6 +127181,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122826,6 +127210,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122854,6 +127239,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122882,6 +127268,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122910,6 +127297,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122938,6 +127326,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122966,6 +127355,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122994,6 +127384,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123022,6 +127413,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123050,6 +127442,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123078,6 +127471,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123106,6 +127500,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123134,6 +127529,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123162,6 +127558,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123190,6 +127587,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123218,6 +127616,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123246,6 +127645,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123274,6 +127674,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123302,6 +127703,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123330,6 +127732,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123358,6 +127761,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123386,6 +127790,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123414,6 +127819,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123442,6 +127848,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123470,6 +127877,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123498,6 +127906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123526,6 +127935,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123554,6 +127964,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123582,6 +127993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123610,6 +128022,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123638,6 +128051,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123666,6 +128080,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123694,6 +128109,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123722,6 +128138,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123750,6 +128167,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123778,6 +128196,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123806,6 +128225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123834,6 +128254,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123862,6 +128283,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123890,6 +128312,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123918,6 +128341,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123946,6 +128370,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123974,6 +128399,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124002,6 +128428,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124030,6 +128457,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124058,6 +128486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124086,6 +128515,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124114,6 +128544,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124142,6 +128573,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124170,6 +128602,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124198,6 +128631,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124226,6 +128660,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124254,6 +128689,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124282,6 +128718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124310,6 +128747,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124338,6 +128776,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124366,6 +128805,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124394,6 +128834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124422,6 +128863,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124450,6 +128892,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124478,6 +128921,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124506,6 +128950,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124534,6 +128979,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124562,6 +129008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124590,6 +129037,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124618,6 +129066,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124646,6 +129095,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124674,6 +129124,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124702,6 +129153,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124730,6 +129182,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124758,6 +129211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124786,6 +129240,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124814,6 +129269,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124842,6 +129298,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124870,6 +129327,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124898,6 +129356,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124926,6 +129385,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124954,6 +129414,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124982,6 +129443,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125010,6 +129472,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125038,6 +129501,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125066,6 +129530,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125094,6 +129559,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125122,6 +129588,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125150,6 +129617,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125178,6 +129646,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125206,6 +129675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125234,6 +129704,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125262,6 +129733,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125290,6 +129762,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125318,6 +129791,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125346,6 +129820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125374,6 +129849,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125402,6 +129878,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125430,6 +129907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125458,6 +129936,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125486,6 +129965,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125514,6 +129994,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125542,6 +130023,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125570,6 +130052,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125598,6 +130081,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125626,6 +130110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125654,6 +130139,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125682,6 +130168,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125710,6 +130197,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125738,6 +130226,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125766,6 +130255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125794,6 +130284,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125822,6 +130313,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125850,6 +130342,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125878,6 +130371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125906,6 +130400,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125934,6 +130429,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125962,6 +130458,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125990,6 +130487,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126018,6 +130516,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126046,6 +130545,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126074,6 +130574,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126102,6 +130603,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126130,6 +130632,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126158,6 +130661,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126186,6 +130690,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126214,6 +130719,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126242,6 +130748,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126270,6 +130777,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126298,6 +130806,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126326,6 +130835,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126354,6 +130864,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126382,6 +130893,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126410,6 +130922,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126438,6 +130951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126466,6 +130980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126494,6 +131009,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126522,6 +131038,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126550,6 +131067,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126578,6 +131096,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126606,6 +131125,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126634,6 +131154,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126662,6 +131183,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126690,6 +131212,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126718,6 +131241,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126746,6 +131270,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126774,6 +131299,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126802,6 +131328,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126830,6 +131357,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126858,6 +131386,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126886,6 +131415,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126914,6 +131444,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126942,6 +131473,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126970,6 +131502,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126998,6 +131531,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127026,6 +131560,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127054,6 +131589,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127082,6 +131618,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127110,6 +131647,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127138,6 +131676,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127166,6 +131705,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127194,6 +131734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127222,6 +131763,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127250,6 +131792,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127278,6 +131821,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127306,6 +131850,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127334,6 +131879,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127362,6 +131908,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127390,6 +131937,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127418,6 +131966,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127446,6 +131995,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127474,6 +132024,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127502,6 +132053,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127530,6 +132082,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127558,6 +132111,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127586,6 +132140,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127614,6 +132169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127642,6 +132198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127670,6 +132227,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127698,6 +132256,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127726,6 +132285,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127754,6 +132314,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127782,6 +132343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127810,6 +132372,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127838,6 +132401,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127866,6 +132430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127894,6 +132459,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127922,6 +132488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127950,6 +132517,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127978,6 +132546,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128006,6 +132575,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128034,6 +132604,7 @@ "orig": "fl", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128062,6 +132633,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128090,6 +132662,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128118,6 +132691,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128146,6 +132720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128174,6 +132749,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128202,6 +132778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128230,6 +132807,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128258,6 +132836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128286,6 +132865,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128314,6 +132894,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128342,6 +132923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128370,6 +132952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128398,6 +132981,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128426,6 +133010,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128454,6 +133039,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128482,6 +133068,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128510,6 +133097,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128538,6 +133126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128566,6 +133155,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128594,6 +133184,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128622,6 +133213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128650,6 +133242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128678,6 +133271,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128706,6 +133300,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128734,6 +133329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128762,6 +133358,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128790,6 +133387,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128818,6 +133416,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128846,6 +133445,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128874,6 +133474,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128902,6 +133503,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128930,6 +133532,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128958,6 +133561,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128986,6 +133590,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129014,6 +133619,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129042,6 +133648,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129070,6 +133677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129098,6 +133706,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129126,6 +133735,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129154,6 +133764,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129182,6 +133793,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129210,6 +133822,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129238,6 +133851,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129266,6 +133880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129294,6 +133909,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129322,6 +133938,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129350,6 +133967,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129378,6 +133996,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129406,6 +134025,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129434,6 +134054,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129462,6 +134083,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129490,6 +134112,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129518,6 +134141,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129546,6 +134170,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129574,6 +134199,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129602,6 +134228,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129630,6 +134257,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129658,6 +134286,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129686,6 +134315,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129714,6 +134344,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129742,6 +134373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129770,6 +134402,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129798,6 +134431,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129826,6 +134460,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129854,6 +134489,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129882,6 +134518,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129910,6 +134547,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129938,6 +134576,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129966,6 +134605,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129994,6 +134634,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130022,6 +134663,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130050,6 +134692,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130078,6 +134721,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130106,6 +134750,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130134,6 +134779,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130162,6 +134808,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130190,6 +134837,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130218,6 +134866,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130246,6 +134895,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130274,6 +134924,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130302,6 +134953,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130330,6 +134982,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130358,6 +135011,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130386,6 +135040,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130414,6 +135069,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130442,6 +135098,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130470,6 +135127,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130498,6 +135156,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130526,6 +135185,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130554,6 +135214,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130582,6 +135243,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130610,6 +135272,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130638,6 +135301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130666,6 +135330,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130694,6 +135359,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130722,6 +135388,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130750,6 +135417,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130778,6 +135446,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130806,6 +135475,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130834,6 +135504,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130862,6 +135533,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130890,6 +135562,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130918,6 +135591,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130946,6 +135620,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130974,6 +135649,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131002,6 +135678,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131030,6 +135707,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131058,6 +135736,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131086,6 +135765,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131114,6 +135794,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131142,6 +135823,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131170,6 +135852,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131198,6 +135881,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131226,6 +135910,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131254,6 +135939,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131282,6 +135968,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131310,6 +135997,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131338,6 +136026,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131366,6 +136055,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131394,6 +136084,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131422,6 +136113,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131450,6 +136142,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131478,6 +136171,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -131506,6 +136200,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131534,6 +136229,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131562,6 +136258,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131590,6 +136287,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131618,6 +136316,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131646,6 +136345,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131674,6 +136374,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131702,6 +136403,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131730,6 +136432,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131758,6 +136461,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131786,6 +136490,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131814,6 +136519,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131842,6 +136548,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131870,6 +136577,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131898,6 +136606,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131926,6 +136635,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131954,6 +136664,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131982,6 +136693,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132010,6 +136722,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132038,6 +136751,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132066,6 +136780,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132094,6 +136809,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132122,6 +136838,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132150,6 +136867,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132178,6 +136896,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132206,6 +136925,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132234,6 +136954,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132262,6 +136983,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132290,6 +137012,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132318,6 +137041,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132346,6 +137070,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132374,6 +137099,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132402,6 +137128,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132430,6 +137157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132458,6 +137186,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132486,6 +137215,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132514,6 +137244,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132542,6 +137273,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132570,6 +137302,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132598,6 +137331,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132626,6 +137360,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132654,6 +137389,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132682,6 +137418,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132710,6 +137447,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132738,6 +137476,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132766,6 +137505,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132794,6 +137534,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132822,6 +137563,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132850,6 +137592,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132878,6 +137621,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132906,6 +137650,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132934,6 +137679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132962,6 +137708,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -132990,6 +137737,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133018,6 +137766,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133046,6 +137795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133074,6 +137824,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133102,6 +137853,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133130,6 +137882,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133158,6 +137911,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133186,6 +137940,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133214,6 +137969,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133242,6 +137998,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133270,6 +138027,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133298,6 +138056,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133326,6 +138085,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133354,6 +138114,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133382,6 +138143,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133410,6 +138172,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133438,6 +138201,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133466,6 +138230,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133494,6 +138259,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133522,6 +138288,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133550,6 +138317,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133578,6 +138346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133606,6 +138375,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133634,6 +138404,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133662,6 +138433,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133690,6 +138462,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133718,6 +138491,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133746,6 +138520,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133774,6 +138549,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133802,6 +138578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133830,6 +138607,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133858,6 +138636,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133886,6 +138665,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133914,6 +138694,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133942,6 +138723,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133970,6 +138752,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -133998,6 +138781,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134026,6 +138810,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134054,6 +138839,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134082,6 +138868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134110,6 +138897,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134138,6 +138926,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134166,6 +138955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134194,6 +138984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134222,6 +139013,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134250,6 +139042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134278,6 +139071,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134306,6 +139100,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134334,6 +139129,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134362,6 +139158,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134390,6 +139187,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134418,6 +139216,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134446,6 +139245,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134474,6 +139274,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134502,6 +139303,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134530,6 +139332,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134558,6 +139361,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134586,6 +139390,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134614,6 +139419,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134642,6 +139448,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134670,6 +139477,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134698,6 +139506,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134726,6 +139535,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134754,6 +139564,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134782,6 +139593,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134810,6 +139622,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134838,6 +139651,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134866,6 +139680,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134894,6 +139709,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134922,6 +139738,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134950,6 +139767,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -134978,6 +139796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135006,6 +139825,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135034,6 +139854,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135062,6 +139883,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135090,6 +139912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135118,6 +139941,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135146,6 +139970,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135174,6 +139999,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135202,6 +140028,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135230,6 +140057,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135258,6 +140086,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135286,6 +140115,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135314,6 +140144,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135342,6 +140173,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135370,6 +140202,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135398,6 +140231,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135426,6 +140260,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135454,6 +140289,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135482,6 +140318,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135510,6 +140347,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135538,6 +140376,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135566,6 +140405,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135594,6 +140434,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135622,6 +140463,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135650,6 +140492,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135678,6 +140521,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135706,6 +140550,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135734,6 +140579,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135762,6 +140608,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135790,6 +140637,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135818,6 +140666,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135846,6 +140695,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135874,6 +140724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135902,6 +140753,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135930,6 +140782,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135958,6 +140811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -135986,6 +140840,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136014,6 +140869,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136042,6 +140898,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136070,6 +140927,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136098,6 +140956,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136126,6 +140985,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136154,6 +141014,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136182,6 +141043,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136210,6 +141072,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136238,6 +141101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136266,6 +141130,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136294,6 +141159,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136322,6 +141188,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136350,6 +141217,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136378,6 +141246,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136406,6 +141275,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136434,6 +141304,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136462,6 +141333,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136490,6 +141362,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136518,6 +141391,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136546,6 +141420,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136574,6 +141449,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136602,6 +141478,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136630,6 +141507,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136658,6 +141536,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136686,6 +141565,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136714,6 +141594,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136742,6 +141623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136770,6 +141652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136798,6 +141681,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136826,6 +141710,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136854,6 +141739,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136882,6 +141768,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136910,6 +141797,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136938,6 +141826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136966,6 +141855,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -136994,6 +141884,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137022,6 +141913,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137050,6 +141942,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137078,6 +141971,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137106,6 +142000,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137134,6 +142029,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137162,6 +142058,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137190,6 +142087,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137218,6 +142116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137246,6 +142145,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137274,6 +142174,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137302,6 +142203,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137330,6 +142232,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137358,6 +142261,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137386,6 +142290,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137414,6 +142319,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137442,6 +142348,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137470,6 +142377,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137498,6 +142406,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137526,6 +142435,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137554,6 +142464,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137582,6 +142493,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137610,6 +142522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137638,6 +142551,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137666,6 +142580,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137694,6 +142609,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137722,6 +142638,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137750,6 +142667,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137778,6 +142696,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137806,6 +142725,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137834,6 +142754,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137862,6 +142783,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137890,6 +142812,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137918,6 +142841,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137946,6 +142870,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -137974,6 +142899,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138002,6 +142928,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138030,6 +142957,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138058,6 +142986,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138086,6 +143015,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138114,6 +143044,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138142,6 +143073,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138170,6 +143102,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138198,6 +143131,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138226,6 +143160,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138254,6 +143189,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138282,6 +143218,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138310,6 +143247,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138338,6 +143276,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138366,6 +143305,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138394,6 +143334,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138422,6 +143363,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138450,6 +143392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138478,6 +143421,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138506,6 +143450,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138534,6 +143479,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138562,6 +143508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138590,6 +143537,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138618,6 +143566,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138646,6 +143595,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138674,6 +143624,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138702,6 +143653,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138730,6 +143682,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138758,6 +143711,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138786,6 +143740,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138814,6 +143769,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138842,6 +143798,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138870,6 +143827,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138898,6 +143856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138926,6 +143885,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138954,6 +143914,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -138982,6 +143943,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139010,6 +143972,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139038,6 +144001,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139066,6 +144030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139094,6 +144059,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139122,6 +144088,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139150,6 +144117,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139178,6 +144146,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139206,6 +144175,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139234,6 +144204,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139262,6 +144233,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139290,6 +144262,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139318,6 +144291,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139346,6 +144320,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139374,6 +144349,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139402,6 +144378,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139430,6 +144407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139458,6 +144436,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139486,6 +144465,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139514,6 +144494,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139542,6 +144523,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139570,6 +144552,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139598,6 +144581,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139626,6 +144610,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139654,6 +144639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139682,6 +144668,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139710,6 +144697,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139738,6 +144726,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139766,6 +144755,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139794,6 +144784,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139822,6 +144813,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139850,6 +144842,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139878,6 +144871,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139906,6 +144900,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139934,6 +144929,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139962,6 +144958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -139990,6 +144987,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140018,6 +145016,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140046,6 +145045,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140074,6 +145074,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140102,6 +145103,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140130,6 +145132,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140158,6 +145161,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140186,6 +145190,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140214,6 +145219,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140242,6 +145248,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140270,6 +145277,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140298,6 +145306,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140326,6 +145335,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140354,6 +145364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140382,6 +145393,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140410,6 +145422,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140438,6 +145451,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140466,6 +145480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140494,6 +145509,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140522,6 +145538,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140550,6 +145567,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140578,6 +145596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140606,6 +145625,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140634,6 +145654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140662,6 +145683,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140690,6 +145712,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140718,6 +145741,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140746,6 +145770,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140774,6 +145799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140802,6 +145828,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140830,6 +145857,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140858,6 +145886,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140886,6 +145915,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140914,6 +145944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140942,6 +145973,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140970,6 +146002,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -140998,6 +146031,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141026,6 +146060,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141054,6 +146089,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141082,6 +146118,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141110,6 +146147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141138,6 +146176,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141166,6 +146205,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141194,6 +146234,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141222,6 +146263,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141250,6 +146292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141278,6 +146321,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141306,6 +146350,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141334,6 +146379,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141362,6 +146408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141390,6 +146437,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141418,6 +146466,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141446,6 +146495,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141474,6 +146524,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141502,6 +146553,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141530,6 +146582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141558,6 +146611,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141586,6 +146640,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141614,6 +146669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141642,6 +146698,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141670,6 +146727,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141698,6 +146756,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141726,6 +146785,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141754,6 +146814,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141782,6 +146843,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141810,6 +146872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141838,6 +146901,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141866,6 +146930,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141894,6 +146959,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141922,6 +146988,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141950,6 +147017,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -141978,6 +147046,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142006,6 +147075,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142034,6 +147104,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142062,6 +147133,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142090,6 +147162,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142118,6 +147191,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142146,6 +147220,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142174,6 +147249,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142202,6 +147278,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142230,6 +147307,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142258,6 +147336,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -142288,6 +147367,7 @@ "orig": "DocLayNet:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142316,6 +147396,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142344,6 +147425,7 @@ "orig": "Large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142372,6 +147454,7 @@ "orig": "Human-Annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142400,6 +147483,7 @@ "orig": "Dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142428,6 +147512,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142456,6 +147541,7 @@ "orig": "Document-Layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142484,6 +147570,7 @@ "orig": "Analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142512,6 +147599,7 @@ "orig": "KDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142540,6 +147628,7 @@ "orig": "'22,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142568,6 +147657,7 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142596,6 +147686,7 @@ "orig": "14-18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142624,6 +147715,7 @@ "orig": "2022,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142652,6 +147744,7 @@ "orig": "Washington,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142680,6 +147773,7 @@ "orig": "DC,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142708,6 +147802,7 @@ "orig": "USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -142736,6 +147831,7 @@ "orig": "Patents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142764,6 +147860,7 @@ "orig": "8%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142792,6 +147889,7 @@ "orig": "Scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142820,6 +147918,7 @@ "orig": "17%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142848,6 +147947,7 @@ "orig": "Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142876,6 +147976,7 @@ "orig": "32%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142904,6 +148005,7 @@ "orig": "Tenders", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142932,6 +148034,7 @@ "orig": "6%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142960,6 +148063,7 @@ "orig": "Laws", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -142988,6 +148092,7 @@ "orig": "16%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -143016,6 +148121,7 @@ "orig": "Manuals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -143044,6 +148150,7 @@ "orig": "21%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -143072,6 +148179,7 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143100,6 +148208,7 @@ "orig": "2:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143128,6 +148237,7 @@ "orig": "Distribution", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143156,6 +148266,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143184,6 +148295,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143212,6 +148324,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143240,6 +148353,7 @@ "orig": "across", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143268,6 +148382,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143296,6 +148411,7 @@ "orig": "categories.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -143324,6 +148440,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143352,6 +148469,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143380,6 +148498,7 @@ "orig": "minimum,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143408,6 +148527,7 @@ "orig": "since", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143436,6 +148556,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143464,6 +148585,7 @@ "orig": "introduce", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143492,6 +148614,7 @@ "orig": "difficulties", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143520,6 +148643,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143548,6 +148672,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143576,6 +148701,7 @@ "orig": "(see", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143604,6 +148730,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143632,6 +148759,7 @@ "orig": "4).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143660,6 +148788,7 @@ "orig": "As", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143688,6 +148817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143716,6 +148846,7 @@ "orig": "second", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143744,6 +148875,7 @@ "orig": "condition,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143772,6 +148904,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143800,6 +148933,7 @@ "orig": "focussed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143828,6 +148962,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143856,6 +148991,7 @@ "orig": "medium", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143884,6 +149020,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143912,6 +149049,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143940,6 +149078,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143968,6 +149107,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -143992,10 +149132,11 @@ "r_y3": 485.92, "coord_origin": "BOTTOMLEFT" }, - "text": ">", - "orig": ">", + "text": "\u00a1", + "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F258", @@ -144024,6 +149165,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F260", @@ -144052,6 +149194,7 @@ "orig": "pages)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144080,6 +149223,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144108,6 +149252,7 @@ "orig": "technical", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144136,6 +149281,7 @@ "orig": "content,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144164,6 +149310,7 @@ "orig": "dense", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144192,6 +149339,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144220,6 +149368,7 @@ "orig": "complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144248,6 +149397,7 @@ "orig": "tables,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144276,6 +149426,7 @@ "orig": "figures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144304,6 +149455,7 @@ "orig": "plots", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144332,6 +149484,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144360,6 +149513,7 @@ "orig": "captions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144388,6 +149542,7 @@ "orig": "Such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144416,6 +149571,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144444,6 +149600,7 @@ "orig": "carry", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144472,6 +149629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144500,6 +149658,7 @@ "orig": "lot", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144528,6 +149687,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144556,6 +149716,7 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144584,6 +149745,7 @@ "orig": "value,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144612,6 +149774,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144640,6 +149803,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144668,6 +149832,7 @@ "orig": "often", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144696,6 +149861,7 @@ "orig": "hard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144724,6 +149890,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144752,6 +149919,7 @@ "orig": "analyse", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144780,6 +149948,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144808,6 +149977,7 @@ "orig": "high", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144836,6 +150006,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144864,6 +150035,7 @@ "orig": "due", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144892,6 +150064,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144920,6 +150093,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144948,6 +150122,7 @@ "orig": "challenging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -144976,6 +150151,7 @@ "orig": "layouts.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145004,6 +150180,7 @@ "orig": "Counterexamples", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145032,6 +150209,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145060,6 +150238,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145088,6 +150267,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145116,6 +150296,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145144,6 +150325,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145172,6 +150354,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145200,6 +150383,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145228,6 +150412,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145256,6 +150441,7 @@ "orig": "receipts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145284,6 +150470,7 @@ "orig": "invoices,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145312,6 +150499,7 @@ "orig": "hand-written", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145340,6 +150528,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145368,6 +150557,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145396,6 +150586,7 @@ "orig": "photographs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145424,6 +150615,7 @@ "orig": "showing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145452,6 +150644,7 @@ "orig": "'text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145480,6 +150673,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145508,6 +150702,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145536,6 +150731,7 @@ "orig": "wild\".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145564,6 +150760,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145592,6 +150789,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145620,6 +150818,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145648,6 +150847,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145676,6 +150876,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145704,6 +150905,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145732,6 +150934,7 @@ "orig": "grouped", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145760,6 +150963,7 @@ "orig": "into", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145788,6 +150992,7 @@ "orig": "six", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145816,6 +151021,7 @@ "orig": "distinct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145844,6 +151050,7 @@ "orig": "cate-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145872,6 +151079,7 @@ "orig": "gories,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145900,6 +151108,7 @@ "orig": "namely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -145928,6 +151137,7 @@ "orig": "Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -145956,6 +151166,7 @@ "orig": "Reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -145984,6 +151195,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146012,6 +151224,7 @@ "orig": "Manuals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146040,6 +151253,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146068,6 +151282,7 @@ "orig": "Scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146096,6 +151311,7 @@ "orig": "Articles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146124,6 +151340,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146152,6 +151369,7 @@ "orig": "Laws", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146180,6 +151398,7 @@ "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146208,6 +151427,7 @@ "orig": "Regulations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146236,6 +151456,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146264,6 +151485,7 @@ "orig": "Patents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146292,6 +151514,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146320,6 +151543,7 @@ "orig": "Government", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146348,6 +151572,7 @@ "orig": "Tenders", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146376,6 +151601,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146404,6 +151630,7 @@ "orig": "Each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146432,6 +151659,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146460,6 +151688,7 @@ "orig": "cate-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146488,6 +151717,7 @@ "orig": "gory", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146516,6 +151746,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146544,6 +151775,7 @@ "orig": "sourced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146572,6 +151804,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146600,6 +151833,7 @@ "orig": "various", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146628,6 +151862,7 @@ "orig": "repositories.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146656,6 +151891,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146684,6 +151920,7 @@ "orig": "example,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146712,6 +151949,7 @@ "orig": "Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146740,6 +151978,7 @@ "orig": "Reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146768,6 +152007,7 @@ "orig": "contain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146796,6 +152036,7 @@ "orig": "both", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146824,6 +152065,7 @@ "orig": "free-style", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -146852,6 +152094,7 @@ "orig": "format", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146880,6 +152123,7 @@ "orig": "annual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146908,6 +152152,7 @@ "orig": "reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146936,6 +152181,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146964,6 +152210,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -146992,6 +152239,7 @@ "orig": "ex-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147020,6 +152268,7 @@ "orig": "pose", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147048,6 +152297,7 @@ "orig": "company-specific,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147076,6 +152326,7 @@ "orig": "artistic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147104,6 +152355,7 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147132,6 +152384,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147160,6 +152413,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147188,6 +152442,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147216,6 +152471,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147244,6 +152500,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147272,6 +152529,7 @@ "orig": "formal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147300,6 +152558,7 @@ "orig": "SEC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147328,6 +152587,7 @@ "orig": "filings.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147356,6 +152616,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147384,6 +152645,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147412,6 +152674,7 @@ "orig": "largest", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147440,6 +152703,7 @@ "orig": "categories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147468,6 +152732,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147496,6 +152761,7 @@ "orig": "Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147524,6 +152790,7 @@ "orig": "Reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147552,6 +152819,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147580,6 +152848,7 @@ "orig": "Man-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147608,6 +152877,7 @@ "orig": "uals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -147636,6 +152906,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147664,6 +152935,7 @@ "orig": "contain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147692,6 +152964,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147720,6 +152993,7 @@ "orig": "large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147748,6 +153022,7 @@ "orig": "amount", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147776,6 +153051,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147804,6 +153080,7 @@ "orig": "free-style", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147832,6 +153109,7 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147860,6 +153138,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147888,6 +153167,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147916,6 +153196,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147944,6 +153225,7 @@ "orig": "obtain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -147972,6 +153254,7 @@ "orig": "maximum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148000,6 +153283,7 @@ "orig": "variability.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148028,6 +153312,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148056,6 +153341,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148084,6 +153370,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148112,6 +153399,7 @@ "orig": "four", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148140,6 +153428,7 @@ "orig": "categories,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148168,6 +153457,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148196,6 +153486,7 @@ "orig": "boosted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148224,6 +153515,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148252,6 +153544,7 @@ "orig": "variability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148280,6 +153573,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148308,6 +153602,7 @@ "orig": "mixing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148336,6 +153631,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148364,6 +153660,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148392,6 +153689,7 @@ "orig": "independent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148420,6 +153718,7 @@ "orig": "providers,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148448,6 +153747,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148476,6 +153776,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148504,6 +153805,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148532,6 +153834,7 @@ "orig": "government", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148560,6 +153863,7 @@ "orig": "websites", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148588,6 +153892,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148616,6 +153921,7 @@ "orig": "publishers.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148644,6 +153950,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148672,6 +153979,7 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148700,6 +154008,7 @@ "orig": "2,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148728,6 +154037,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148756,6 +154066,7 @@ "orig": "show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148784,6 +154095,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148812,6 +154124,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148840,6 +154153,7 @@ "orig": "categories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148868,6 +154182,7 @@ "orig": "contained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148896,6 +154211,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148924,6 +154240,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148952,6 +154269,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -148980,6 +154298,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149008,6 +154327,7 @@ "orig": "respective", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149036,6 +154356,7 @@ "orig": "sizes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149064,6 +154385,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149092,6 +154414,7 @@ "orig": "did", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149120,6 +154443,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149148,6 +154472,7 @@ "orig": "control", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149176,6 +154501,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149204,6 +154530,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149232,6 +154559,7 @@ "orig": "selection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149260,6 +154588,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149288,6 +154617,7 @@ "orig": "regard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149316,6 +154646,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149344,6 +154675,7 @@ "orig": "lan-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149372,6 +154704,7 @@ "orig": "guage.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149400,6 +154733,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149428,6 +154762,7 @@ "orig": "vast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149456,6 +154791,7 @@ "orig": "majority", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149484,6 +154820,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149512,6 +154849,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149540,6 +154878,7 @@ "orig": "contained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149568,6 +154907,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149596,6 +154936,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149624,6 +154965,7 @@ "orig": "(close", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149652,6 +154994,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149680,6 +155023,7 @@ "orig": "95%)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149708,6 +155052,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149736,6 +155081,7 @@ "orig": "published", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149764,6 +155110,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149792,6 +155139,7 @@ "orig": "English", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149820,6 +155168,7 @@ "orig": "language.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149848,6 +155197,7 @@ "orig": "However,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149876,6 +155226,7 @@ "orig": "Do-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149904,6 +155255,7 @@ "orig": "cLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149932,6 +155284,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149960,6 +155313,7 @@ "orig": "contains", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -149988,6 +155342,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150016,6 +155371,7 @@ "orig": "number", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150044,6 +155400,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150072,6 +155429,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150100,6 +155458,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150128,6 +155487,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150156,6 +155516,7 @@ "orig": "languages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150184,6 +155545,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150212,6 +155574,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150240,6 +155603,7 @@ "orig": "German", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150268,6 +155632,7 @@ "orig": "(2.5%),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150296,6 +155661,7 @@ "orig": "French", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150324,6 +155690,7 @@ "orig": "(1.0%)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150352,6 +155719,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150380,6 +155748,7 @@ "orig": "Japanese", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150408,6 +155777,7 @@ "orig": "(1.0%).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150436,6 +155806,7 @@ "orig": "While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150464,6 +155835,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150492,6 +155864,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150520,6 +155893,7 @@ "orig": "language", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150548,6 +155922,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150576,6 +155951,7 @@ "orig": "negligible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150604,6 +155980,7 @@ "orig": "impact", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150632,6 +156009,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150660,6 +156038,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150688,6 +156067,7 @@ "orig": "performance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150716,6 +156096,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150744,6 +156125,7 @@ "orig": "computer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150772,6 +156154,7 @@ "orig": "vision", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150800,6 +156183,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150828,6 +156212,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150856,6 +156241,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150884,6 +156270,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150912,6 +156299,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150940,6 +156328,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150968,6 +156357,7 @@ "orig": "segmenta-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -150996,6 +156386,7 @@ "orig": "tion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151024,6 +156415,7 @@ "orig": "models,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151052,6 +156444,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151080,6 +156473,7 @@ "orig": "might", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151108,6 +156502,7 @@ "orig": "prove", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151136,6 +156531,7 @@ "orig": "challenging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151164,6 +156560,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151192,6 +156589,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151220,6 +156618,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151248,6 +156647,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151276,6 +156676,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151304,6 +156705,7 @@ "orig": "exploit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151332,6 +156734,7 @@ "orig": "textual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151360,6 +156763,7 @@ "orig": "features.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151388,6 +156792,7 @@ "orig": "To", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151416,6 +156821,7 @@ "orig": "ensure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151444,6 +156850,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151472,6 +156879,7 @@ "orig": "future", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151500,6 +156908,7 @@ "orig": "benchmarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151528,6 +156937,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151556,6 +156966,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151584,6 +156995,7 @@ "orig": "document-layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151612,6 +157024,7 @@ "orig": "analy-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151640,6 +157053,7 @@ "orig": "sis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151668,6 +157082,7 @@ "orig": "community", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151696,6 +157111,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151724,6 +157140,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151752,6 +157169,7 @@ "orig": "easily", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151780,6 +157198,7 @@ "orig": "compared,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151808,6 +157227,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151836,6 +157256,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151864,6 +157285,7 @@ "orig": "split", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151892,6 +157314,7 @@ "orig": "up", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151920,6 +157343,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151948,6 +157372,7 @@ "orig": "into", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -151976,6 +157401,7 @@ "orig": "pre-defined", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152004,6 +157430,7 @@ "orig": "train-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152032,6 +157459,7 @@ "orig": "test-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152060,6 +157488,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152088,6 +157517,7 @@ "orig": "validation-sets.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152116,6 +157546,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152144,6 +157575,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152172,6 +157604,7 @@ "orig": "way,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152200,6 +157633,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152228,6 +157662,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152256,6 +157691,7 @@ "orig": "avoid", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152284,6 +157720,7 @@ "orig": "spurious", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152312,6 +157749,7 @@ "orig": "variations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152340,6 +157778,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152368,6 +157807,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152396,6 +157836,7 @@ "orig": "evaluation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152424,6 +157865,7 @@ "orig": "scores", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152452,6 +157894,7 @@ "orig": "due", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152480,6 +157923,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152508,6 +157952,7 @@ "orig": "random", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152536,6 +157981,7 @@ "orig": "splitting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152564,6 +158010,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152592,6 +158039,7 @@ "orig": "train-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152620,6 +158068,7 @@ "orig": "test-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152648,6 +158097,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152676,6 +158126,7 @@ "orig": "validation-sets.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152704,6 +158155,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152732,6 +158184,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152760,6 +158213,7 @@ "orig": "ensured", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152788,6 +158242,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152816,6 +158271,7 @@ "orig": "less", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152844,6 +158300,7 @@ "orig": "frequent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152872,6 +158329,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152900,6 +158358,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152928,6 +158387,7 @@ "orig": "represented", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152956,6 +158416,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -152984,6 +158445,7 @@ "orig": "train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153012,6 +158474,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153040,6 +158503,7 @@ "orig": "test", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153068,6 +158532,7 @@ "orig": "sets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153096,6 +158561,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153124,6 +158590,7 @@ "orig": "equal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153152,6 +158619,7 @@ "orig": "proportions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153180,6 +158648,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153208,6 +158677,7 @@ "orig": "e.g.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153236,6 +158706,7 @@ "orig": "AAPL", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153264,6 +158735,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153292,6 +158764,7 @@ "orig": "https://www.annualreports.com/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153320,6 +158793,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153348,6 +158822,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153376,6 +158851,7 @@ "orig": "shows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153404,6 +158880,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153432,6 +158909,7 @@ "orig": "overall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153460,6 +158938,7 @@ "orig": "frequency", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153488,6 +158967,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153516,6 +158996,7 @@ "orig": "distribution", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153544,6 +159025,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153572,6 +159054,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153600,6 +159083,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153628,6 +159112,7 @@ "orig": "among", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153656,6 +159141,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153684,6 +159170,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153712,6 +159199,7 @@ "orig": "sets.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153740,6 +159228,7 @@ "orig": "Importantly,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153768,6 +159257,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153796,6 +159286,7 @@ "orig": "ensure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153824,6 +159315,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153852,6 +159344,7 @@ "orig": "subsets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153880,6 +159373,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153908,6 +159402,7 @@ "orig": "only", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153936,6 +159431,7 @@ "orig": "split", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153964,6 +159460,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -153992,6 +159489,7 @@ "orig": "full-document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154020,6 +159518,7 @@ "orig": "boundaries.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154048,6 +159547,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154076,6 +159576,7 @@ "orig": "avoids", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154104,6 +159605,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154132,6 +159634,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154160,6 +159663,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154188,6 +159692,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154216,6 +159721,7 @@ "orig": "same", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154244,6 +159750,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154272,6 +159779,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154300,6 +159808,7 @@ "orig": "spread", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154328,6 +159837,7 @@ "orig": "over", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154356,6 +159866,7 @@ "orig": "train,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154384,6 +159895,7 @@ "orig": "test", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154412,6 +159924,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154440,6 +159953,7 @@ "orig": "validation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154468,6 +159982,7 @@ "orig": "set,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154496,6 +160011,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154524,6 +160040,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154552,6 +160069,7 @@ "orig": "give", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154580,6 +160098,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154608,6 +160127,7 @@ "orig": "undesired", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154636,6 +160156,7 @@ "orig": "evaluation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154664,6 +160185,7 @@ "orig": "advantage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154692,6 +160214,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154720,6 +160243,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154748,6 +160272,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154776,6 +160301,7 @@ "orig": "lead", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154804,6 +160330,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154832,6 +160359,7 @@ "orig": "overestimation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154860,6 +160388,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154888,6 +160417,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154916,6 +160446,7 @@ "orig": "prediction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154944,6 +160475,7 @@ "orig": "accuracy.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -154972,6 +160504,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155000,6 +160533,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155028,6 +160562,7 @@ "orig": "show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155056,6 +160591,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155084,6 +160620,7 @@ "orig": "impact", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155112,6 +160649,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155140,6 +160678,7 @@ "orig": "this", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155168,6 +160707,7 @@ "orig": "decision", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155196,6 +160736,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155224,6 +160765,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155252,6 +160794,7 @@ "orig": "5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155280,6 +160823,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155308,6 +160852,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155336,6 +160881,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155364,6 +160910,7 @@ "orig": "accommodate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155392,6 +160939,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155420,6 +160968,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155448,6 +160997,7 @@ "orig": "types", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155476,6 +161026,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155504,6 +161055,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155532,6 +161084,7 @@ "orig": "currently", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155560,6 +161113,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155588,6 +161142,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155616,6 +161171,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155644,6 +161200,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155672,6 +161229,7 @@ "orig": "community,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155700,6 +161258,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155728,6 +161287,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155756,6 +161316,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155784,6 +161345,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155812,6 +161374,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155840,6 +161403,7 @@ "orig": "augmented", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -155868,6 +161432,7 @@ "orig": "COCO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155896,6 +161461,7 @@ "orig": "format", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155924,6 +161490,7 @@ "orig": "[16].", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155952,6 +161519,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -155980,6 +161548,7 @@ "orig": "entails", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156008,6 +161577,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156036,6 +161606,7 @@ "orig": "standard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156064,6 +161635,7 @@ "orig": "COCO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156092,6 +161664,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156120,6 +161693,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156148,6 +161722,7 @@ "orig": "(in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156176,6 +161751,7 @@ "orig": "JSON", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156204,6 +161780,7 @@ "orig": "format)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156232,6 +161809,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156260,6 +161838,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156288,6 +161867,7 @@ "orig": "associated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156316,6 +161896,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156344,6 +161925,7 @@ "orig": "images", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156372,6 +161954,7 @@ "orig": "(in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156400,6 +161983,7 @@ "orig": "PNG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156428,6 +162012,7 @@ "orig": "format,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156456,6 +162041,7 @@ "orig": "1025", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156480,10 +162066,11 @@ "r_y3": 584.142, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F273", @@ -156512,6 +162099,7 @@ "orig": "1025", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156540,6 +162128,7 @@ "orig": "pixels).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156568,6 +162157,7 @@ "orig": "Furthermore,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156596,6 +162186,7 @@ "orig": "custom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156624,6 +162215,7 @@ "orig": "fields", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156652,6 +162244,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156680,6 +162273,7 @@ "orig": "been", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156708,6 +162302,7 @@ "orig": "added", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156736,6 +162331,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156764,6 +162360,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156792,6 +162389,7 @@ "orig": "COCO", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156820,6 +162418,7 @@ "orig": "record", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156848,6 +162447,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156876,6 +162476,7 @@ "orig": "specify", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156904,6 +162505,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156932,6 +162534,7 @@ "orig": "category,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156960,6 +162563,7 @@ "orig": "original", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -156988,6 +162592,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157016,6 +162621,7 @@ "orig": "filename", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157044,6 +162650,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157072,6 +162679,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157100,6 +162708,7 @@ "orig": "number.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157128,6 +162737,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157156,6 +162766,7 @@ "orig": "addition,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157184,6 +162795,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157212,6 +162824,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157240,6 +162853,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157268,6 +162882,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157296,6 +162911,7 @@ "orig": "original", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157324,6 +162940,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157352,6 +162969,7 @@ "orig": "pages,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157380,6 +162998,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157408,6 +163027,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157436,6 +163056,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157464,6 +163085,7 @@ "orig": "sidecar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157492,6 +163114,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157520,6 +163143,7 @@ "orig": "containing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157548,6 +163172,7 @@ "orig": "parsed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157576,6 +163201,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157604,6 +163230,7 @@ "orig": "text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157632,6 +163259,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157660,6 +163288,7 @@ "orig": "text-cell", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157688,6 +163317,7 @@ "orig": "coordinates", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157716,6 +163346,7 @@ "orig": "(in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157744,6 +163375,7 @@ "orig": "JSON).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157772,6 +163404,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157800,6 +163433,7 @@ "orig": "additional", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157828,6 +163462,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157856,6 +163491,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157884,6 +163520,7 @@ "orig": "linked", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157912,6 +163549,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157940,6 +163578,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157968,6 +163607,7 @@ "orig": "primary", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -157996,6 +163636,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158024,6 +163665,7 @@ "orig": "images", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158052,6 +163694,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158080,6 +163723,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158108,6 +163752,7 @@ "orig": "matching", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158136,6 +163781,7 @@ "orig": "filenames.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158164,6 +163810,7 @@ "orig": "Despite", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158192,6 +163839,7 @@ "orig": "being", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158220,6 +163868,7 @@ "orig": "cost-intense", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158248,6 +163897,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158276,6 +163926,7 @@ "orig": "far", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158304,6 +163955,7 @@ "orig": "less", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158332,6 +163984,7 @@ "orig": "scalable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158360,6 +164013,7 @@ "orig": "than", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158388,6 +164042,7 @@ "orig": "automation,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158416,6 +164071,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158444,6 +164100,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158472,6 +164129,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158500,6 +164158,7 @@ "orig": "several", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158528,6 +164187,7 @@ "orig": "benefits", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158556,6 +164216,7 @@ "orig": "over", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158584,6 +164245,7 @@ "orig": "automated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158612,6 +164274,7 @@ "orig": "ground-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158640,6 +164303,7 @@ "orig": "truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158668,6 +164332,7 @@ "orig": "generation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158696,6 +164361,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158724,6 +164390,7 @@ "orig": "first", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158752,6 +164419,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158780,6 +164448,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158808,6 +164477,7 @@ "orig": "obvious", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158836,6 +164506,7 @@ "orig": "reason", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158864,6 +164535,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158892,6 +164564,7 @@ "orig": "leverage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158920,6 +164593,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158948,6 +164622,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -158976,6 +164651,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159004,6 +164680,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159032,6 +164709,7 @@ "orig": "freedom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159060,6 +164738,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159088,6 +164767,7 @@ "orig": "annotate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159116,6 +164796,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159144,6 +164825,7 @@ "orig": "type", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159172,6 +164854,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159200,6 +164883,7 @@ "orig": "doc-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159228,6 +164912,7 @@ "orig": "ument", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159256,6 +164941,7 @@ "orig": "without", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159284,6 +164970,7 @@ "orig": "requiring", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159312,6 +164999,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159340,6 +165028,7 @@ "orig": "programmatic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159368,6 +165057,7 @@ "orig": "source.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159396,6 +165086,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159424,6 +165115,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159452,6 +165144,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159480,6 +165173,7 @@ "orig": "documents,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159508,6 +165202,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159536,6 +165231,7 @@ "orig": "original", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159564,6 +165260,7 @@ "orig": "source", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159592,6 +165289,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159620,6 +165318,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159648,6 +165347,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159676,6 +165376,7 @@ "orig": "available.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159704,6 +165405,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159732,6 +165434,7 @@ "orig": "lat-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159760,6 +165463,7 @@ "orig": "ter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159788,6 +165492,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159816,6 +165521,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159844,6 +165550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159872,6 +165579,7 @@ "orig": "hard", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159900,6 +165608,7 @@ "orig": "constraint", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159928,6 +165637,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159956,6 +165666,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -159984,6 +165695,7 @@ "orig": "annotation,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160012,6 +165724,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160040,6 +165753,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160068,6 +165782,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160096,6 +165811,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160124,6 +165840,7 @@ "orig": "automated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160152,6 +165869,7 @@ "orig": "methods.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160180,6 +165898,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160208,6 +165927,7 @@ "orig": "second", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160236,6 +165956,7 @@ "orig": "reason", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160264,6 +165985,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160292,6 +166014,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160320,6 +166043,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160348,6 +166072,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160376,6 +166101,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160404,6 +166130,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160432,6 +166159,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160460,6 +166188,7 @@ "orig": "latter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160488,6 +166217,7 @@ "orig": "usually", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160516,6 +166246,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160544,6 +166275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160572,6 +166304,7 @@ "orig": "more", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160600,6 +166333,7 @@ "orig": "natural", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160628,6 +166362,7 @@ "orig": "interpretation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160656,6 +166391,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160684,6 +166420,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160712,6 +166449,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160740,6 +166478,7 @@ "orig": "layout.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160768,6 +166507,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160796,6 +166536,7 @@ "orig": "human-interpreted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160824,6 +166565,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160852,6 +166594,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160880,6 +166623,7 @@ "orig": "significantly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160908,6 +166652,7 @@ "orig": "devi-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160936,6 +166681,7 @@ "orig": "ate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160964,6 +166710,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -160992,6 +166739,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161020,6 +166768,7 @@ "orig": "programmatic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161048,6 +166797,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161076,6 +166826,7 @@ "orig": "used", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161104,6 +166855,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161132,6 +166884,7 @@ "orig": "typesetting.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161160,6 +166913,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161188,6 +166942,7 @@ "orig": "example,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161216,6 +166971,7 @@ "orig": "'invisible'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161244,6 +167000,7 @@ "orig": "tables", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161272,6 +167029,7 @@ "orig": "might", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161300,6 +167058,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161328,6 +167087,7 @@ "orig": "used", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161356,6 +167116,7 @@ "orig": "solely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161384,6 +167145,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161412,6 +167174,7 @@ "orig": "aligning", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161440,6 +167203,7 @@ "orig": "text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161468,6 +167232,7 @@ "orig": "paragraphs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161496,6 +167261,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161524,6 +167290,7 @@ "orig": "columns.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161552,6 +167319,7 @@ "orig": "Such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161580,6 +167348,7 @@ "orig": "typesetting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161608,6 +167377,7 @@ "orig": "tricks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161636,6 +167406,7 @@ "orig": "might", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161664,6 +167435,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161692,6 +167464,7 @@ "orig": "interpreted", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161720,6 +167493,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161748,6 +167522,7 @@ "orig": "au-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161776,6 +167551,7 @@ "orig": "tomated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161804,6 +167580,7 @@ "orig": "methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161832,6 +167609,7 @@ "orig": "incorrectly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161860,6 +167638,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161888,6 +167667,7 @@ "orig": "an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161916,6 +167696,7 @@ "orig": "actual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161944,6 +167725,7 @@ "orig": "table,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -161972,6 +167754,7 @@ "orig": "while", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162000,6 +167783,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162028,6 +167812,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162056,6 +167841,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162084,6 +167870,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162112,6 +167899,7 @@ "orig": "interpret", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162140,6 +167928,7 @@ "orig": "it", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162168,6 +167957,7 @@ "orig": "correctly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162196,6 +167986,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162224,6 +168015,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -162252,6 +168044,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162280,6 +168073,7 @@ "orig": "other", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162308,6 +168102,7 @@ "orig": "styles.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162336,6 +168131,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162364,6 +168160,7 @@ "orig": "same", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162392,6 +168189,7 @@ "orig": "applies", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162420,6 +168218,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162448,6 +168247,7 @@ "orig": "multi-line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162476,6 +168276,7 @@ "orig": "text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162504,6 +168305,7 @@ "orig": "elements,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162532,6 +168334,7 @@ "orig": "when", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162560,6 +168363,7 @@ "orig": "authors", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162588,6 +168392,7 @@ "orig": "decided", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162616,6 +168421,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162644,6 +168450,7 @@ "orig": "space", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162672,6 +168479,7 @@ "orig": "them", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162700,6 +168508,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162728,6 +168537,7 @@ "orig": "'invisible'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162756,6 +168566,7 @@ "orig": "list", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162784,6 +168595,7 @@ "orig": "elements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162812,6 +168624,7 @@ "orig": "without", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162840,6 +168653,7 @@ "orig": "bullet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162868,6 +168682,7 @@ "orig": "symbols.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162896,6 +168711,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162924,6 +168740,7 @@ "orig": "third", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162952,6 +168769,7 @@ "orig": "reason", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -162980,6 +168798,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163008,6 +168827,7 @@ "orig": "gather", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163036,6 +168856,7 @@ "orig": "ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163064,6 +168885,7 @@ "orig": "through", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163092,6 +168914,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163120,6 +168943,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163148,6 +168972,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163176,6 +169001,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163204,6 +169030,7 @@ "orig": "estimate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163232,6 +169059,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163260,6 +169088,7 @@ "orig": "'natural'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163288,6 +169117,7 @@ "orig": "upper", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163316,6 +169146,7 @@ "orig": "bound", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163344,6 +169175,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163372,6 +169204,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163400,6 +169233,7 @@ "orig": "segmentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163428,6 +169262,7 @@ "orig": "accuracy.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163456,6 +169291,7 @@ "orig": "As", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163484,6 +169320,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163512,6 +169349,7 @@ "orig": "will", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163540,6 +169378,7 @@ "orig": "show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163568,6 +169407,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163596,6 +169436,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163624,6 +169465,7 @@ "orig": "4,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163652,6 +169494,7 @@ "orig": "certain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163680,6 +169523,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163708,6 +169552,7 @@ "orig": "featuring", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163736,6 +169581,7 @@ "orig": "complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163764,6 +169610,7 @@ "orig": "layouts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163792,6 +169639,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163820,6 +169668,7 @@ "orig": "have", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163848,6 +169697,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163876,6 +169726,7 @@ "orig": "but", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163904,6 +169755,7 @@ "orig": "equally", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163932,6 +169784,7 @@ "orig": "acceptable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163960,6 +169813,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -163988,6 +169842,7 @@ "orig": "interpre-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164016,6 +169871,7 @@ "orig": "tations.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164044,6 +169900,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164072,6 +169929,7 @@ "orig": "natural", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164100,6 +169958,7 @@ "orig": "upper", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164128,6 +169987,7 @@ "orig": "bound", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164156,6 +170016,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164184,6 +170045,7 @@ "orig": "segmentation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164212,6 +170074,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164240,6 +170103,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164268,6 +170132,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164296,6 +170161,7 @@ "orig": "found", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164324,6 +170190,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164352,6 +170219,7 @@ "orig": "annotating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164380,6 +170248,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164408,6 +170277,7 @@ "orig": "same", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164436,6 +170306,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164464,6 +170335,7 @@ "orig": "multiple", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164492,6 +170364,7 @@ "orig": "times", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164520,6 +170393,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164548,6 +170422,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164576,6 +170451,7 @@ "orig": "people", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164604,6 +170480,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164632,6 +170509,7 @@ "orig": "evaluating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164660,6 +170538,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164688,6 +170567,7 @@ "orig": "inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164716,6 +170596,7 @@ "orig": "agreement.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164744,6 +170625,7 @@ "orig": "Such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164772,6 +170654,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164800,6 +170683,7 @@ "orig": "base-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164828,6 +170712,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164856,6 +170741,7 @@ "orig": "consistency", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164884,6 +170770,7 @@ "orig": "evaluation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164912,6 +170799,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164940,6 +170828,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164968,6 +170857,7 @@ "orig": "useful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -164996,6 +170886,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165024,6 +170915,7 @@ "orig": "define", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165052,6 +170944,7 @@ "orig": "expectations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165080,6 +170973,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165108,6 +171002,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165136,6 +171031,7 @@ "orig": "good", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165164,6 +171060,7 @@ "orig": "target", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165192,6 +171089,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165220,6 +171118,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165248,6 +171147,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165276,6 +171176,7 @@ "orig": "deep", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165304,6 +171205,7 @@ "orig": "neural", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165332,6 +171234,7 @@ "orig": "network", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165360,6 +171263,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165388,6 +171292,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165416,6 +171321,7 @@ "orig": "avoid", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165444,6 +171350,7 @@ "orig": "overfitting", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165472,6 +171379,7 @@ "orig": "(see", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165500,6 +171408,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165528,6 +171437,7 @@ "orig": "1).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165556,6 +171466,7 @@ "orig": "On", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165584,6 +171495,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165612,6 +171524,7 @@ "orig": "flip", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165640,6 +171553,7 @@ "orig": "side,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165668,6 +171582,7 @@ "orig": "achieving", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165696,6 +171611,7 @@ "orig": "high", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165724,6 +171640,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165752,6 +171669,7 @@ "orig": "consistency", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165780,6 +171698,7 @@ "orig": "proved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165808,6 +171727,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165836,6 +171756,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165864,6 +171785,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165892,6 +171814,7 @@ "orig": "key", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165920,6 +171843,7 @@ "orig": "challenge", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165948,6 +171872,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -165976,6 +171901,7 @@ "orig": "human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166004,6 +171930,7 @@ "orig": "annotation,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166032,6 +171959,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166060,6 +171988,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166088,6 +172017,7 @@ "orig": "outline", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166116,6 +172046,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166144,6 +172075,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166172,6 +172104,7 @@ "orig": "4.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166200,6 +172133,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -166228,6 +172162,7 @@ "orig": "ANNOTATION", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -166256,6 +172191,7 @@ "orig": "CAMPAIGN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -166284,6 +172220,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166312,6 +172249,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166340,6 +172278,7 @@ "orig": "campaign", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166368,6 +172307,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166396,6 +172336,7 @@ "orig": "carried", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166424,6 +172365,7 @@ "orig": "out", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166452,6 +172394,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166480,6 +172423,7 @@ "orig": "four", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166508,6 +172452,7 @@ "orig": "phases.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166536,6 +172481,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166564,6 +172510,7 @@ "orig": "phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166592,6 +172539,7 @@ "orig": "one,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166620,6 +172568,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166648,6 +172597,7 @@ "orig": "identified", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166676,6 +172626,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166704,6 +172655,7 @@ "orig": "prepared", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166732,6 +172684,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166760,6 +172713,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166788,6 +172742,7 @@ "orig": "sources", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166816,6 +172771,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166844,6 +172800,7 @@ "orig": "annotation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166872,6 +172829,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166900,6 +172858,7 @@ "orig": "phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166928,6 +172887,7 @@ "orig": "two,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166956,6 +172916,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -166984,6 +172945,7 @@ "orig": "determined", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167012,6 +172974,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167040,6 +173003,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167068,6 +173032,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167096,6 +173061,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167124,6 +173090,7 @@ "orig": "how", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167152,6 +173119,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167180,6 +173148,7 @@ "orig": "should", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167208,6 +173177,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167236,6 +173206,7 @@ "orig": "done", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167264,6 +173235,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167292,6 +173264,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167320,6 +173293,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167348,6 +173322,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167376,6 +173351,7 @@ "orig": "order", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167404,6 +173380,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167432,6 +173409,7 @@ "orig": "obtain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167460,6 +173438,7 @@ "orig": "maximum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167488,6 +173467,7 @@ "orig": "con-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167516,6 +173496,7 @@ "orig": "sistency.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167544,6 +173525,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167572,6 +173554,7 @@ "orig": "latter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167600,6 +173583,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167628,6 +173612,7 @@ "orig": "guided", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167656,6 +173641,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167684,6 +173670,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167712,6 +173699,7 @@ "orig": "detailed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167740,6 +173728,7 @@ "orig": "requirement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167768,6 +173757,7 @@ "orig": "analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167796,6 +173786,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167824,6 +173815,7 @@ "orig": "exhaustive", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167852,6 +173844,7 @@ "orig": "experiments.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167880,6 +173873,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167908,6 +173902,7 @@ "orig": "phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167936,6 +173931,7 @@ "orig": "three,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167964,6 +173960,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -167992,6 +173989,7 @@ "orig": "trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168020,6 +174018,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168048,6 +174047,7 @@ "orig": "annota-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168076,6 +174076,7 @@ "orig": "tion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168104,6 +174105,7 @@ "orig": "staff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168132,6 +174134,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168160,6 +174163,7 @@ "orig": "performed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168188,6 +174192,7 @@ "orig": "exams", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168216,6 +174221,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168244,6 +174250,7 @@ "orig": "quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168272,6 +174279,7 @@ "orig": "assurance.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168300,6 +174308,7 @@ "orig": "In", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168328,6 +174337,7 @@ "orig": "phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168356,6 +174366,7 @@ "orig": "four,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168386,6 +174397,7 @@ "orig": "DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -168414,6 +174426,7 @@ "orig": "KDD '22, August 14-18, 2022, Washington, DC, USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -168442,6 +174455,7 @@ "orig": "Patents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168470,6 +174484,7 @@ "orig": "8%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168498,6 +174513,7 @@ "orig": "Scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168526,6 +174542,7 @@ "orig": "17%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168554,6 +174571,7 @@ "orig": "Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168582,6 +174600,7 @@ "orig": "32%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168610,6 +174629,7 @@ "orig": "Tenders", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168638,6 +174658,7 @@ "orig": "6%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168666,6 +174687,7 @@ "orig": "Laws", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168694,6 +174716,7 @@ "orig": "16%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168722,6 +174745,7 @@ "orig": "Manuals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168750,6 +174774,7 @@ "orig": "21%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -168778,6 +174803,7 @@ "orig": "Figure 2: Distribution of DocLayNet pages across document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -168806,6 +174832,7 @@ "orig": "categories.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -168834,6 +174861,7 @@ "orig": "to a minimum, since they introduce difficulties in annotation (see", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168862,6 +174890,7 @@ "orig": "Section 4). As a second condition, we focussed on medium to large", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168890,6 +174919,7 @@ "orig": "documents (", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -168914,10 +174944,11 @@ "r_y3": 485.92, "coord_origin": "BOTTOMLEFT" }, - "text": ">", - "orig": ">", + "text": "\u00a1", + "orig": "\u00a1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F258", @@ -168946,6 +174977,7 @@ "orig": "10 pages) with technical content, dense in complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F260", @@ -168974,6 +175006,7 @@ "orig": "tables, figures, plots and captions. Such documents carry a lot of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169002,6 +175035,7 @@ "orig": "information value, but are often hard to analyse with high accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169030,6 +175064,7 @@ "orig": "due to their challenging layouts. Counterexamples of documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169058,6 +175093,7 @@ "orig": "not included in the dataset are receipts, invoices, hand-written", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169086,6 +175122,7 @@ "orig": "documents or photographs showing 'text in the wild\".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169114,6 +175151,7 @@ "orig": "The pages in DocLayNet can be grouped into six distinct cate-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169142,6 +175180,7 @@ "orig": "gories, namely", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169170,6 +175209,7 @@ "orig": "Financial Reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169198,6 +175238,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169226,6 +175267,7 @@ "orig": "Manuals Scientific Articles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169254,6 +175296,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169282,6 +175325,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169310,6 +175354,7 @@ "orig": "Laws &", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169338,6 +175383,7 @@ "orig": "Regulations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169366,6 +175412,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169394,6 +175441,7 @@ "orig": "Patents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169422,6 +175470,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169450,6 +175499,7 @@ "orig": "Government Tenders", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169478,6 +175528,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169506,6 +175557,7 @@ "orig": "Each document cate-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169534,6 +175586,7 @@ "orig": "gory was sourced from various repositories. For example, Financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169562,6 +175615,7 @@ "orig": "Reports contain both", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169590,6 +175644,7 @@ "orig": "free-style", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169618,6 +175673,7 @@ "orig": "format annual reports 2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169646,6 +175702,7 @@ "orig": "which ex-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169674,6 +175731,7 @@ "orig": "pose company-specific, artistic layouts as well as the more formal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169702,6 +175760,7 @@ "orig": "SEC filings. The two largest categories (", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169730,6 +175789,7 @@ "orig": "Financial Reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169758,6 +175818,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169786,6 +175847,7 @@ "orig": "Man-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169814,6 +175876,7 @@ "orig": "uals", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -169842,6 +175905,7 @@ "orig": ") contain a large amount of free-style layouts in order to obtain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169870,6 +175934,7 @@ "orig": "maximum variability. In the other four categories, we boosted the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169898,6 +175963,7 @@ "orig": "variability by mixing documents from independent providers, such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169926,6 +175992,7 @@ "orig": "as different government websites or publishers. In Figure 2, we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169954,6 +176021,7 @@ "orig": "show the document categories contained in DocLayNet with their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -169982,6 +176050,7 @@ "orig": "respective sizes.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170010,6 +176079,7 @@ "orig": "We did not control the document selection with regard to lan-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170038,6 +176108,7 @@ "orig": "guage. The vast majority of documents contained in DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170066,6 +176137,7 @@ "orig": "(close to 95%) are published in English language. However, Do-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170094,6 +176166,7 @@ "orig": "cLayNet also contains a number of documents in other languages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170122,6 +176195,7 @@ "orig": "such as German (2.5%), French (1.0%) and Japanese (1.0%). While", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170150,6 +176224,7 @@ "orig": "the document language has negligible impact on the performance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170178,6 +176253,7 @@ "orig": "of computer vision methods such as object detection and segmenta-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170206,6 +176282,7 @@ "orig": "tion models, it might prove challenging for layout analysis methods", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170234,6 +176311,7 @@ "orig": "which exploit textual features.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170262,6 +176340,7 @@ "orig": "To ensure that future benchmarks in the document-layout analy-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170290,6 +176369,7 @@ "orig": "sis community can be easily compared, we have split up DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170318,6 +176398,7 @@ "orig": "into pre-defined train-, test- and validation-sets. In this way, we can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170346,6 +176427,7 @@ "orig": "avoid spurious variations in the evaluation scores due to random", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170374,6 +176456,7 @@ "orig": "splitting in train-, test- and validation-sets. We also ensured that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170402,6 +176485,7 @@ "orig": "less frequent labels are represented in train and test sets in equal", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170430,6 +176514,7 @@ "orig": "proportions.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170458,6 +176543,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170486,6 +176572,7 @@ "orig": "e.g. AAPL from https://www.annualreports.com/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170514,6 +176601,7 @@ "orig": "Table 1 shows the overall frequency and distribution of the labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170542,6 +176630,7 @@ "orig": "among the different sets. Importantly, we ensure that subsets are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170570,6 +176659,7 @@ "orig": "only split on full-document boundaries. This avoids that pages of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170598,6 +176688,7 @@ "orig": "the same document are spread over train, test and validation set,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170626,6 +176717,7 @@ "orig": "which can give an undesired evaluation advantage to models and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170654,6 +176746,7 @@ "orig": "lead to overestimation of their prediction accuracy. We will show", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170682,6 +176775,7 @@ "orig": "the impact of this decision in Section 5.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170710,6 +176804,7 @@ "orig": "In order to accommodate the different types of models currently", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170738,6 +176833,7 @@ "orig": "in use by the community, we provide DocLayNet in an", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170766,6 +176862,7 @@ "orig": "augmented", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -170794,6 +176891,7 @@ "orig": "COCO format [16]. This entails the standard COCO ground-truth", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170822,6 +176920,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170850,6 +176949,7 @@ "orig": "(in JSON format) with the associated page images (in PNG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170878,6 +176978,7 @@ "orig": "format, 1025", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170902,10 +177003,11 @@ "r_y3": 584.142, "coord_origin": "BOTTOMLEFT" }, - "text": "\u00d7", - "orig": "\u00d7", + "text": "GLYPH<2>", + "orig": "GLYPH<2>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F273", @@ -170934,6 +177036,7 @@ "orig": "1025 pixels). Furthermore, custom fields have been", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170962,6 +177065,7 @@ "orig": "added to each COCO record to specify document category, original", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -170990,6 +177094,7 @@ "orig": "document filename and page number. In addition, we also provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171018,6 +177123,7 @@ "orig": "the original PDF pages, as well as sidecar files containing parsed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171046,6 +177152,7 @@ "orig": "PDF text and text-cell coordinates (in JSON). All additional files are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171074,6 +177181,7 @@ "orig": "linked to the primary page images by their matching filenames.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171102,6 +177210,7 @@ "orig": "Despite being cost-intense and far less scalable than automation,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171130,6 +177239,7 @@ "orig": "human annotation has several benefits over automated ground-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171158,6 +177268,7 @@ "orig": "truth generation. The first and most obvious reason to leverage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171186,6 +177297,7 @@ "orig": "human annotations is the freedom to annotate any type of doc-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171214,6 +177326,7 @@ "orig": "ument without requiring a programmatic source. For most PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171242,6 +177355,7 @@ "orig": "documents, the original source document is not available. The lat-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171270,6 +177384,7 @@ "orig": "ter is not a hard constraint with human annotation, but it is for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171298,6 +177413,7 @@ "orig": "automated methods. A second reason to use human annotations is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171326,6 +177442,7 @@ "orig": "that the latter usually provide a more natural interpretation of the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171354,6 +177471,7 @@ "orig": "page layout. The human-interpreted layout can significantly devi-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171382,6 +177500,7 @@ "orig": "ate from the programmatic layout used in typesetting. For example,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171410,6 +177529,7 @@ "orig": "'invisible' tables might be used solely for aligning text paragraphs", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171438,6 +177558,7 @@ "orig": "on columns. Such typesetting tricks might be interpreted by au-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171466,6 +177587,7 @@ "orig": "tomated methods incorrectly as an actual table, while the human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171494,6 +177616,7 @@ "orig": "annotation will interpret it correctly as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171522,6 +177645,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -171550,6 +177674,7 @@ "orig": "or other styles. The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171578,6 +177703,7 @@ "orig": "same applies to multi-line text elements, when authors decided to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171606,6 +177732,7 @@ "orig": "space them as 'invisible' list elements without bullet symbols. A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171634,6 +177761,7 @@ "orig": "third reason to gather ground-truth through human annotation is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171662,6 +177790,7 @@ "orig": "to estimate a 'natural' upper bound on the segmentation accuracy.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171690,6 +177819,7 @@ "orig": "As we will show in Section 4, certain documents featuring complex", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171718,6 +177848,7 @@ "orig": "layouts can have different but equally acceptable layout interpre-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171746,6 +177877,7 @@ "orig": "tations. This natural upper bound for segmentation accuracy can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171774,6 +177906,7 @@ "orig": "be found by annotating the same pages multiple times by different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171802,6 +177935,7 @@ "orig": "people and evaluating the inter-annotator agreement. Such a base-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171830,6 +177964,7 @@ "orig": "line consistency evaluation is very useful to define expectations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171858,6 +177993,7 @@ "orig": "for a good target accuracy in trained deep neural network models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171886,6 +178022,7 @@ "orig": "and avoid overfitting (see Table 1). On the flip side, achieving high", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171914,6 +178051,7 @@ "orig": "annotation consistency proved to be a key challenge in human", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171942,6 +178080,7 @@ "orig": "annotation, as we outline in Section 4.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -171970,6 +178109,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -171998,6 +178138,7 @@ "orig": "ANNOTATION CAMPAIGN", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -172026,6 +178167,7 @@ "orig": "The annotation campaign was carried out in four phases. In phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172054,6 +178196,7 @@ "orig": "one, we identified and prepared the data sources for annotation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172082,6 +178225,7 @@ "orig": "In phase two, we determined the class labels and how annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172110,6 +178254,7 @@ "orig": "should be done on the documents in order to obtain maximum con-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172138,6 +178283,7 @@ "orig": "sistency. The latter was guided by a detailed requirement analysis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172166,6 +178312,7 @@ "orig": "and exhaustive experiments. In phase three, we trained the annota-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -172194,12 +178341,16 @@ "orig": "tion staff and performed exams for quality assurance. In phase four,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/ligatures_01.pdf.page_no_4.py.json b/tests/data/groundtruth/ligatures_01.pdf.page_no_4.py.json index fbabca9e..1e577260 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.page_no_4.py.json +++ b/tests/data/groundtruth/ligatures_01.pdf.page_no_4.py.json @@ -103,6 +103,7 @@ "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -131,6 +132,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -159,6 +161,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -187,6 +190,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -215,6 +219,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -243,6 +248,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -271,6 +277,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -299,6 +306,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -327,6 +335,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -355,6 +364,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -383,6 +393,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -411,6 +422,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -439,6 +451,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -467,6 +480,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -495,6 +509,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -523,6 +538,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -551,6 +567,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -579,6 +596,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -607,6 +625,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -635,6 +654,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -663,6 +683,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -691,6 +712,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -719,6 +741,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -747,6 +770,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -775,6 +799,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -803,6 +828,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -831,6 +857,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -859,6 +886,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -887,6 +915,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -915,6 +944,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -943,6 +973,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -971,6 +1002,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -999,6 +1031,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1027,6 +1060,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1055,6 +1089,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1083,6 +1118,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1111,6 +1147,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1139,6 +1176,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1167,6 +1205,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1195,6 +1234,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1223,6 +1263,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1251,6 +1292,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1279,6 +1321,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1307,6 +1350,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1335,6 +1379,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1363,6 +1408,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1391,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1419,6 +1466,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1447,6 +1495,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1475,6 +1524,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1503,6 +1553,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1531,6 +1582,7 @@ "orig": "z", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1559,6 +1611,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1587,6 +1640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1615,6 +1669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1643,6 +1698,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1671,6 +1727,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1699,6 +1756,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1727,6 +1785,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1755,6 +1814,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1783,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1811,6 +1872,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1839,6 +1901,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1867,6 +1930,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1895,6 +1959,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1923,6 +1988,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1951,6 +2017,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -1979,6 +2046,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2007,6 +2075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2035,6 +2104,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2063,6 +2133,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2091,6 +2162,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2119,6 +2191,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2147,6 +2220,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2175,6 +2249,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2203,6 +2278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2231,6 +2307,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2259,6 +2336,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2287,6 +2365,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2315,6 +2394,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2343,6 +2423,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2371,6 +2452,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2399,6 +2481,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2427,6 +2510,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2455,6 +2539,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2483,6 +2568,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2511,6 +2597,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2539,6 +2626,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2567,6 +2655,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2595,6 +2684,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2623,6 +2713,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2651,6 +2742,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2679,6 +2771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2707,6 +2800,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2735,6 +2829,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2763,6 +2858,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2791,6 +2887,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2819,6 +2916,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2847,6 +2945,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2875,6 +2974,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2903,6 +3003,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2931,6 +3032,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2959,6 +3061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -2987,6 +3090,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3015,6 +3119,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3043,6 +3148,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3071,6 +3177,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3099,6 +3206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3127,6 +3235,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3155,6 +3264,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3183,6 +3293,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -3211,6 +3322,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3239,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3267,6 +3380,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3295,6 +3409,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3323,6 +3438,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3351,6 +3467,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3379,6 +3496,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3407,6 +3525,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3435,6 +3554,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3463,6 +3583,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3491,6 +3612,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3519,6 +3641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3547,6 +3670,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3575,6 +3699,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3603,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3631,6 +3757,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3659,6 +3786,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3687,6 +3815,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3715,6 +3844,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3743,6 +3873,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3771,6 +3902,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3799,6 +3931,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3827,6 +3960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3855,6 +3989,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3883,6 +4018,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3911,6 +4047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3939,6 +4076,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3967,6 +4105,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -3995,6 +4134,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4023,6 +4163,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4051,6 +4192,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4079,6 +4221,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4107,6 +4250,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4135,6 +4279,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4163,6 +4308,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4191,6 +4337,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4219,6 +4366,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4247,6 +4395,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4275,6 +4424,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4303,6 +4453,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4331,6 +4482,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4359,6 +4511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4387,6 +4540,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4415,6 +4569,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4443,6 +4598,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4471,6 +4627,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4499,6 +4656,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4527,6 +4685,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4555,6 +4714,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4583,6 +4743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4611,6 +4772,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4639,6 +4801,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4667,6 +4830,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4695,6 +4859,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4723,6 +4888,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4751,6 +4917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4779,6 +4946,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4807,6 +4975,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4835,6 +5004,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4863,6 +5033,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4891,6 +5062,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4919,6 +5091,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4947,6 +5120,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -4975,6 +5149,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5003,6 +5178,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5031,6 +5207,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5059,6 +5236,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5087,6 +5265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5115,6 +5294,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5143,6 +5323,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5171,6 +5352,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5199,6 +5381,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5227,6 +5410,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5255,6 +5439,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5283,6 +5468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5311,6 +5497,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5339,6 +5526,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5367,6 +5555,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5395,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5423,6 +5613,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5451,6 +5642,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5479,6 +5671,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5507,6 +5700,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5535,6 +5729,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5563,6 +5758,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5591,6 +5787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5619,6 +5816,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5647,6 +5845,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5675,6 +5874,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5703,6 +5903,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5731,6 +5932,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5759,6 +5961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5787,6 +5990,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5815,6 +6019,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5843,6 +6048,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5871,6 +6077,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5899,6 +6106,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5927,6 +6135,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5955,6 +6164,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -5983,6 +6193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6011,6 +6222,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6039,6 +6251,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6067,6 +6280,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6095,6 +6309,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6123,6 +6338,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6151,6 +6367,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6179,6 +6396,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6207,6 +6425,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6235,6 +6454,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6263,6 +6483,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6291,6 +6512,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6319,6 +6541,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6347,6 +6570,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6375,6 +6599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6403,6 +6628,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6431,6 +6657,7 @@ "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6459,6 +6686,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6487,6 +6715,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6515,6 +6744,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6543,6 +6773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6571,6 +6802,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6599,6 +6831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6627,6 +6860,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6655,6 +6889,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6683,6 +6918,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6711,6 +6947,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6739,6 +6976,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6767,6 +7005,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6795,6 +7034,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6823,6 +7063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6851,6 +7092,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6879,6 +7121,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6907,6 +7150,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6935,6 +7179,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6963,6 +7208,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -6991,6 +7237,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7019,6 +7266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7047,6 +7295,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7075,6 +7324,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7103,6 +7353,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7131,6 +7382,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7159,6 +7411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7187,6 +7440,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7215,6 +7469,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7243,6 +7498,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7271,6 +7527,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7299,6 +7556,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7327,6 +7585,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7355,6 +7614,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7383,6 +7643,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7411,6 +7672,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7439,6 +7701,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7467,6 +7730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7495,6 +7759,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7523,6 +7788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7551,6 +7817,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7579,6 +7846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7607,6 +7875,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7635,6 +7904,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7663,6 +7933,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7691,6 +7962,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7719,6 +7991,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7747,6 +8020,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7775,6 +8049,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7803,6 +8078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7831,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7859,6 +8136,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7887,6 +8165,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7915,6 +8194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7943,6 +8223,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7971,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -7999,6 +8281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8027,6 +8310,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8055,6 +8339,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8083,6 +8368,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8111,6 +8397,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8139,6 +8426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8167,6 +8455,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8195,6 +8484,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8223,6 +8513,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8251,6 +8542,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8279,6 +8571,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8307,6 +8600,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8335,6 +8629,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8363,6 +8658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8391,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8419,6 +8716,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8447,6 +8745,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8475,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8503,6 +8803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8531,6 +8832,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8559,6 +8861,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8587,6 +8890,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8615,6 +8919,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8643,6 +8948,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8671,6 +8977,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8699,6 +9006,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8727,6 +9035,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8755,6 +9064,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8783,6 +9093,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8811,6 +9122,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8839,6 +9151,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8867,6 +9180,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8895,6 +9209,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8923,6 +9238,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8951,6 +9267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -8979,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9007,6 +9325,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9035,6 +9354,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9063,6 +9383,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9091,6 +9412,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9119,6 +9441,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9147,6 +9470,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9175,6 +9499,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9203,6 +9528,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9231,6 +9557,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9259,6 +9586,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9287,6 +9615,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9315,6 +9644,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9343,6 +9673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9371,6 +9702,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9399,6 +9731,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9427,6 +9760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9455,6 +9789,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9483,6 +9818,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9511,6 +9847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9539,6 +9876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9567,6 +9905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9595,6 +9934,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9623,6 +9963,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9651,6 +9992,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9679,6 +10021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9707,6 +10050,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9735,6 +10079,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9763,6 +10108,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9791,6 +10137,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9819,6 +10166,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9847,6 +10195,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9875,6 +10224,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9903,6 +10253,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9931,6 +10282,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9959,6 +10311,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -9987,6 +10340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10015,6 +10369,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10043,6 +10398,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10071,6 +10427,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10099,6 +10456,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10127,6 +10485,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10155,6 +10514,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10183,6 +10543,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10211,6 +10572,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10239,6 +10601,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10267,6 +10630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10295,6 +10659,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10323,6 +10688,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10351,6 +10717,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10379,6 +10746,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10407,6 +10775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10435,6 +10804,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10463,6 +10833,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10491,6 +10862,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10519,6 +10891,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10547,6 +10920,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10575,6 +10949,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10603,6 +10978,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10631,6 +11007,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10659,6 +11036,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10687,6 +11065,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10715,6 +11094,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10743,6 +11123,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10771,6 +11152,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10799,6 +11181,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10827,6 +11210,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10855,6 +11239,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10883,6 +11268,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10911,6 +11297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10939,6 +11326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10967,6 +11355,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -10995,6 +11384,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11023,6 +11413,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11051,6 +11442,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11079,6 +11471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11107,6 +11500,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11135,6 +11529,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11163,6 +11558,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11191,6 +11587,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11219,6 +11616,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11247,6 +11645,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11275,6 +11674,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11303,6 +11703,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11331,6 +11732,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11359,6 +11761,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11387,6 +11790,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11415,6 +11819,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11443,6 +11848,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11471,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11499,6 +11906,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -11527,6 +11935,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11555,6 +11964,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11583,6 +11993,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11611,6 +12022,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11639,6 +12051,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11667,6 +12080,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11695,6 +12109,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11723,6 +12138,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11751,6 +12167,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11779,6 +12196,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11807,6 +12225,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11835,6 +12254,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11863,6 +12283,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11891,6 +12312,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11919,6 +12341,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11947,6 +12370,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -11975,6 +12399,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12003,6 +12428,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12031,6 +12457,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12059,6 +12486,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12087,6 +12515,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12115,6 +12544,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12143,6 +12573,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12171,6 +12602,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12199,6 +12631,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12227,6 +12660,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12255,6 +12689,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12283,6 +12718,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12311,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12339,6 +12776,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12367,6 +12805,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12395,6 +12834,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12423,6 +12863,7 @@ "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12451,6 +12892,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12479,6 +12921,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12507,6 +12950,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12535,6 +12979,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12563,6 +13008,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12591,6 +13037,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12619,6 +13066,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12647,6 +13095,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12675,6 +13124,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12703,6 +13153,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12731,6 +13182,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12759,6 +13211,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12787,6 +13240,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12815,6 +13269,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12843,6 +13298,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12871,6 +13327,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12899,6 +13356,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12927,6 +13385,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12955,6 +13414,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -12983,6 +13443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13011,6 +13472,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13039,6 +13501,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13067,6 +13530,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13095,6 +13559,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13123,6 +13588,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13151,6 +13617,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13179,6 +13646,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13207,6 +13675,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13235,6 +13704,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13263,6 +13733,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13291,6 +13762,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13319,6 +13791,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13347,6 +13820,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13375,6 +13849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13403,6 +13878,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13431,6 +13907,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13459,6 +13936,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13487,6 +13965,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13515,6 +13994,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13543,6 +14023,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13571,6 +14052,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13599,6 +14081,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13627,6 +14110,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13655,6 +14139,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13683,6 +14168,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13711,6 +14197,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13739,6 +14226,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13767,6 +14255,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13795,6 +14284,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13823,6 +14313,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13851,6 +14342,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13879,6 +14371,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13907,6 +14400,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13935,6 +14429,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13963,6 +14458,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -13991,6 +14487,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14019,6 +14516,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14047,6 +14545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14075,6 +14574,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14103,6 +14603,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14131,6 +14632,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14159,6 +14661,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14187,6 +14690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14215,6 +14719,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14243,6 +14748,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14271,6 +14777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14299,6 +14806,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14327,6 +14835,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14355,6 +14864,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14383,6 +14893,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14411,6 +14922,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14439,6 +14951,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14467,6 +14980,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14495,6 +15009,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14523,6 +15038,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14551,6 +15067,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14579,6 +15096,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14607,6 +15125,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14635,6 +15154,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14663,6 +15183,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14691,6 +15212,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14719,6 +15241,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14747,6 +15270,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14775,6 +15299,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14803,6 +15328,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14831,6 +15357,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14859,6 +15386,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14887,6 +15415,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14915,6 +15444,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14943,6 +15473,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14971,6 +15502,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -14999,6 +15531,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15027,6 +15560,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15055,6 +15589,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15083,6 +15618,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15111,6 +15647,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15139,6 +15676,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15167,6 +15705,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15195,6 +15734,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15223,6 +15763,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15251,6 +15792,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15279,6 +15821,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15307,6 +15850,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15335,6 +15879,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15363,6 +15908,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15391,6 +15937,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15419,6 +15966,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15447,6 +15995,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15475,6 +16024,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15503,6 +16053,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15531,6 +16082,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15559,6 +16111,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15587,6 +16140,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15615,6 +16169,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15643,6 +16198,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15671,6 +16227,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15699,6 +16256,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15727,6 +16285,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15755,6 +16314,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15783,6 +16343,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15811,6 +16372,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15839,6 +16401,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15867,6 +16430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15895,6 +16459,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15923,6 +16488,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15951,6 +16517,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -15979,6 +16546,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16007,6 +16575,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16035,6 +16604,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16063,6 +16633,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16091,6 +16662,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16119,6 +16691,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16147,6 +16720,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16175,6 +16749,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16203,6 +16778,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16231,6 +16807,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16259,6 +16836,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16287,6 +16865,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16315,6 +16894,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16343,6 +16923,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16371,6 +16952,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16399,6 +16981,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16427,6 +17010,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16455,6 +17039,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16483,6 +17068,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16511,6 +17097,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16539,6 +17126,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16567,6 +17155,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16595,6 +17184,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16623,6 +17213,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16651,6 +17242,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16679,6 +17271,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16707,6 +17300,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16735,6 +17329,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16763,6 +17358,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16791,6 +17387,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16819,6 +17416,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16847,6 +17445,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16875,6 +17474,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16903,6 +17503,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16931,6 +17532,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16959,6 +17561,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -16987,6 +17590,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17015,6 +17619,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17043,6 +17648,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17071,6 +17677,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17099,6 +17706,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17127,6 +17735,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17155,6 +17764,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17183,6 +17793,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17211,6 +17822,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17239,6 +17851,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17267,6 +17880,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17295,6 +17909,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17323,6 +17938,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17351,6 +17967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17379,6 +17996,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17407,6 +18025,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17435,6 +18054,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17463,6 +18083,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17491,6 +18112,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17519,6 +18141,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17547,6 +18170,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17575,6 +18199,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17603,6 +18228,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17631,6 +18257,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17659,6 +18286,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17687,6 +18315,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17715,6 +18344,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17743,6 +18373,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17771,6 +18402,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17799,6 +18431,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17827,6 +18460,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17855,6 +18489,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17883,6 +18518,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17911,6 +18547,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17939,6 +18576,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17967,6 +18605,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -17995,6 +18634,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18023,6 +18663,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18051,6 +18692,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18079,6 +18721,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18107,6 +18750,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18135,6 +18779,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18163,6 +18808,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18191,6 +18837,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18219,6 +18866,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18247,6 +18895,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18275,6 +18924,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18303,6 +18953,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18331,6 +18982,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18359,6 +19011,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18387,6 +19040,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18415,6 +19069,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18443,6 +19098,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18471,6 +19127,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18499,6 +19156,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18527,6 +19185,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18555,6 +19214,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18583,6 +19243,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18611,6 +19272,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18639,6 +19301,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18667,6 +19330,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18695,6 +19359,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18723,6 +19388,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18751,6 +19417,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18779,6 +19446,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18807,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18835,6 +19504,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18863,6 +19533,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18891,6 +19562,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18919,6 +19591,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18947,6 +19620,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -18975,6 +19649,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19003,6 +19678,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19031,6 +19707,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19059,6 +19736,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19087,6 +19765,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19115,6 +19794,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19143,6 +19823,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19171,6 +19852,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19199,6 +19881,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19227,6 +19910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19255,6 +19939,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19283,6 +19968,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19311,6 +19997,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19339,6 +20026,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19367,6 +20055,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19395,6 +20084,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19423,6 +20113,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19451,6 +20142,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19479,6 +20171,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19507,6 +20200,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19535,6 +20229,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19563,6 +20258,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19591,6 +20287,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19619,6 +20316,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19647,6 +20345,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19675,6 +20374,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19703,6 +20403,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19731,6 +20432,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19759,6 +20461,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19787,6 +20490,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19815,6 +20519,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19843,6 +20548,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19871,6 +20577,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19899,6 +20606,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19927,6 +20635,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19955,6 +20664,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -19983,6 +20693,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20011,6 +20722,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20039,6 +20751,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20067,6 +20780,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20095,6 +20809,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20123,6 +20838,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20151,6 +20867,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20179,6 +20896,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20207,6 +20925,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20235,6 +20954,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20263,6 +20983,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20291,6 +21012,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20319,6 +21041,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20347,6 +21070,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20375,6 +21099,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20403,6 +21128,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20431,6 +21157,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20459,6 +21186,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20487,6 +21215,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20515,6 +21244,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20543,6 +21273,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20571,6 +21302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20599,6 +21331,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20627,6 +21360,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20655,6 +21389,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20683,6 +21418,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20711,6 +21447,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20739,6 +21476,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20767,6 +21505,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20795,6 +21534,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20823,6 +21563,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20851,6 +21592,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20879,6 +21621,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20907,6 +21650,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20935,6 +21679,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20963,6 +21708,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -20991,6 +21737,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21019,6 +21766,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21047,6 +21795,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21075,6 +21824,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21103,6 +21853,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21131,6 +21882,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21159,6 +21911,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21187,6 +21940,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21215,6 +21969,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21243,6 +21998,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21271,6 +22027,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21299,6 +22056,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21327,6 +22085,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21355,6 +22114,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21383,6 +22143,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21411,6 +22172,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21439,6 +22201,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21467,6 +22230,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21495,6 +22259,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21523,6 +22288,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21551,6 +22317,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21579,6 +22346,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21607,6 +22375,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21635,6 +22404,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21663,6 +22433,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21691,6 +22462,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21719,6 +22491,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21747,6 +22520,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21775,6 +22549,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21803,6 +22578,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21831,6 +22607,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21859,6 +22636,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21887,6 +22665,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21915,6 +22694,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21943,6 +22723,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21971,6 +22752,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -21999,6 +22781,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22027,6 +22810,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22055,6 +22839,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22083,6 +22868,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22111,6 +22897,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22139,6 +22926,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22167,6 +22955,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22195,6 +22984,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22223,6 +23013,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22251,6 +23042,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22279,6 +23071,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22307,6 +23100,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22335,6 +23129,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22363,6 +23158,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22391,6 +23187,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22419,6 +23216,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22447,6 +23245,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22475,6 +23274,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22503,6 +23303,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22531,6 +23332,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22559,6 +23361,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22587,6 +23390,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22615,6 +23419,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22643,6 +23448,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22671,6 +23477,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22699,6 +23506,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22727,6 +23535,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22755,6 +23564,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22783,6 +23593,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22811,6 +23622,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22839,6 +23651,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22867,6 +23680,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22895,6 +23709,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22923,6 +23738,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22951,6 +23767,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -22979,6 +23796,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23007,6 +23825,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23035,6 +23854,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23063,6 +23883,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23091,6 +23912,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23119,6 +23941,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23147,6 +23970,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23175,6 +23999,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23203,6 +24028,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23231,6 +24057,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23259,6 +24086,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23287,6 +24115,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23315,6 +24144,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23343,6 +24173,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23371,6 +24202,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23399,6 +24231,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23427,6 +24260,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23455,6 +24289,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23483,6 +24318,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23511,6 +24347,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23539,6 +24376,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23567,6 +24405,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23595,6 +24434,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23623,6 +24463,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23651,6 +24492,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23679,6 +24521,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23707,6 +24550,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23735,6 +24579,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23763,6 +24608,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23791,6 +24637,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23819,6 +24666,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23847,6 +24695,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23875,6 +24724,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23903,6 +24753,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23931,6 +24782,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23959,6 +24811,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -23987,6 +24840,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24015,6 +24869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24043,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24071,6 +24927,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24099,6 +24956,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24127,6 +24985,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24155,6 +25014,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24183,6 +25043,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24211,6 +25072,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24239,6 +25101,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24267,6 +25130,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24295,6 +25159,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24323,6 +25188,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24351,6 +25217,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24379,6 +25246,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24407,6 +25275,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24435,6 +25304,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24463,6 +25333,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24491,6 +25362,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24519,6 +25391,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24547,6 +25420,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24575,6 +25449,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24603,6 +25478,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24631,6 +25507,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24659,6 +25536,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24687,6 +25565,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24715,6 +25594,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24743,6 +25623,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24771,6 +25652,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24799,6 +25681,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24827,6 +25710,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24855,6 +25739,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24883,6 +25768,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24911,6 +25797,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24939,6 +25826,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24967,6 +25855,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -24995,6 +25884,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25023,6 +25913,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25051,6 +25942,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25079,6 +25971,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25107,6 +26000,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25135,6 +26029,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25163,6 +26058,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25191,6 +26087,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25219,6 +26116,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25247,6 +26145,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25275,6 +26174,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25303,6 +26203,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25331,6 +26232,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25359,6 +26261,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25387,6 +26290,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25415,6 +26319,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25443,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25471,6 +26377,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25499,6 +26406,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25527,6 +26435,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25555,6 +26464,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25583,6 +26493,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25611,6 +26522,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25639,6 +26551,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25667,6 +26580,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25695,6 +26609,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25723,6 +26638,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25751,6 +26667,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25779,6 +26696,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25807,6 +26725,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25835,6 +26754,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25863,6 +26783,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25891,6 +26812,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25919,6 +26841,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25947,6 +26870,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -25975,6 +26899,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26003,6 +26928,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26031,6 +26957,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26059,6 +26986,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26087,6 +27015,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26115,6 +27044,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26143,6 +27073,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26171,6 +27102,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26199,6 +27131,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26227,6 +27160,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26255,6 +27189,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26283,6 +27218,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26311,6 +27247,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26339,6 +27276,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26367,6 +27305,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26395,6 +27334,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26423,6 +27363,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26451,6 +27392,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26479,6 +27421,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26507,6 +27450,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26535,6 +27479,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26563,6 +27508,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26591,6 +27537,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26619,6 +27566,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26647,6 +27595,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26675,6 +27624,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26703,6 +27653,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26731,6 +27682,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26759,6 +27711,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26787,6 +27740,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26815,6 +27769,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26843,6 +27798,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26871,6 +27827,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26899,6 +27856,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26927,6 +27885,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26955,6 +27914,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -26983,6 +27943,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27011,6 +27972,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27039,6 +28001,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27067,6 +28030,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27095,6 +28059,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27123,6 +28088,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27151,6 +28117,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27179,6 +28146,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27207,6 +28175,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27235,6 +28204,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27263,6 +28233,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27291,6 +28262,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27319,6 +28291,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27347,6 +28320,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27375,6 +28349,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27403,6 +28378,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27431,6 +28407,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27459,6 +28436,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27487,6 +28465,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27515,6 +28494,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27543,6 +28523,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27571,6 +28552,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27599,6 +28581,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27627,6 +28610,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27655,6 +28639,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27683,6 +28668,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27711,6 +28697,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27739,6 +28726,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27767,6 +28755,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27795,6 +28784,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27823,6 +28813,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27851,6 +28842,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27879,6 +28871,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27907,6 +28900,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27935,6 +28929,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27963,6 +28958,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -27991,6 +28987,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28019,6 +29016,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28047,6 +29045,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28075,6 +29074,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28103,6 +29103,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28131,6 +29132,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28159,6 +29161,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28187,6 +29190,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28215,6 +29219,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28243,6 +29248,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28271,6 +29277,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28299,6 +29306,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28327,6 +29335,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28355,6 +29364,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28383,6 +29393,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28411,6 +29422,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28439,6 +29451,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28467,6 +29480,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28495,6 +29509,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28523,6 +29538,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28551,6 +29567,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28579,6 +29596,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28607,6 +29625,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28635,6 +29654,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28663,6 +29683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28691,6 +29712,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28719,6 +29741,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28747,6 +29770,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28775,6 +29799,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28803,6 +29828,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28831,6 +29857,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28859,6 +29886,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28887,6 +29915,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28915,6 +29944,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28943,6 +29973,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28971,6 +30002,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -28999,6 +30031,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29027,6 +30060,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29055,6 +30089,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29083,6 +30118,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29111,6 +30147,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29139,6 +30176,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29167,6 +30205,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29195,6 +30234,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29223,6 +30263,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29251,6 +30292,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29279,6 +30321,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29307,6 +30350,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29335,6 +30379,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29363,6 +30408,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29391,6 +30437,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29419,6 +30466,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29447,6 +30495,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29475,6 +30524,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29503,6 +30553,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29531,6 +30582,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29559,6 +30611,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29587,6 +30640,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29615,6 +30669,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29643,6 +30698,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29671,6 +30727,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29699,6 +30756,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29727,6 +30785,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29755,6 +30814,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29783,6 +30843,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29811,6 +30872,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29839,6 +30901,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29867,6 +30930,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29895,6 +30959,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29923,6 +30988,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29951,6 +31017,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -29979,6 +31046,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30007,6 +31075,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30035,6 +31104,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30063,6 +31133,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30091,6 +31162,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30119,6 +31191,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30147,6 +31220,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30175,6 +31249,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30203,6 +31278,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30231,6 +31307,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30259,6 +31336,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30287,6 +31365,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30315,6 +31394,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30343,6 +31423,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30371,6 +31452,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30399,6 +31481,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30427,6 +31510,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30455,6 +31539,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30483,6 +31568,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30511,6 +31597,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30539,6 +31626,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30567,6 +31655,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30595,6 +31684,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30623,6 +31713,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30651,6 +31742,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30679,6 +31771,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30707,6 +31800,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30735,6 +31829,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30763,6 +31858,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30791,6 +31887,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30819,6 +31916,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30847,6 +31945,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30875,6 +31974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30903,6 +32003,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30931,6 +32032,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30959,6 +32061,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -30987,6 +32090,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31015,6 +32119,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31043,6 +32148,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31071,6 +32177,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31099,6 +32206,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31127,6 +32235,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31155,6 +32264,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31183,6 +32293,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31211,6 +32322,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31239,6 +32351,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31267,6 +32380,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31295,6 +32409,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31323,6 +32438,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31351,6 +32467,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31379,6 +32496,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31407,6 +32525,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31435,6 +32554,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31463,6 +32583,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31491,6 +32612,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31519,6 +32641,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31547,6 +32670,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31575,6 +32699,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31603,6 +32728,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31631,6 +32757,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31659,6 +32786,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31687,6 +32815,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31715,6 +32844,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31743,6 +32873,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31771,6 +32902,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31799,6 +32931,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31827,6 +32960,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31855,6 +32989,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31883,6 +33018,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31911,6 +33047,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31939,6 +33076,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31967,6 +33105,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -31995,6 +33134,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32023,6 +33163,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32051,6 +33192,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32079,6 +33221,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32107,6 +33250,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32135,6 +33279,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32163,6 +33308,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32191,6 +33337,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32219,6 +33366,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32247,6 +33395,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32275,6 +33424,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32303,6 +33453,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32331,6 +33482,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32359,6 +33511,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32387,6 +33540,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32415,6 +33569,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32443,6 +33598,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32471,6 +33627,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32499,6 +33656,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32527,6 +33685,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32555,6 +33714,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32583,6 +33743,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32611,6 +33772,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32639,6 +33801,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32667,6 +33830,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32695,6 +33859,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32723,6 +33888,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32751,6 +33917,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32779,6 +33946,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32807,6 +33975,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32835,6 +34004,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32863,6 +34033,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32891,6 +34062,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32919,6 +34091,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32947,6 +34120,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -32975,6 +34149,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33003,6 +34178,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33031,6 +34207,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33059,6 +34236,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33087,6 +34265,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33115,6 +34294,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33143,6 +34323,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33171,6 +34352,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33199,6 +34381,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33227,6 +34410,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33255,6 +34439,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33283,6 +34468,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33311,6 +34497,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33339,6 +34526,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33367,6 +34555,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33395,6 +34584,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33423,6 +34613,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33451,6 +34642,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33479,6 +34671,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33507,6 +34700,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33535,6 +34729,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33563,6 +34758,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33591,6 +34787,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33619,6 +34816,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33647,6 +34845,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33675,6 +34874,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33703,6 +34903,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33731,6 +34932,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33759,6 +34961,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33787,6 +34990,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33815,6 +35019,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33843,6 +35048,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33871,6 +35077,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33899,6 +35106,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33927,6 +35135,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33955,6 +35164,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -33983,6 +35193,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34011,6 +35222,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34039,6 +35251,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34067,6 +35280,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34095,6 +35309,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -34123,6 +35338,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34151,6 +35367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34179,6 +35396,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34207,6 +35425,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34235,6 +35454,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34263,6 +35483,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34291,6 +35512,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34319,6 +35541,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34347,6 +35570,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34375,6 +35599,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34403,6 +35628,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34431,6 +35657,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34459,6 +35686,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34487,6 +35715,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34515,6 +35744,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34543,6 +35773,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34571,6 +35802,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34599,6 +35831,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34627,6 +35860,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34655,6 +35889,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34683,6 +35918,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34711,6 +35947,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34739,6 +35976,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34767,6 +36005,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34795,6 +36034,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34823,6 +36063,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34851,6 +36092,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34879,6 +36121,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34907,6 +36150,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34935,6 +36179,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34963,6 +36208,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -34991,6 +36237,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35019,6 +36266,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35047,6 +36295,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35075,6 +36324,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35103,6 +36353,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35131,6 +36382,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35159,6 +36411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35187,6 +36440,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35215,6 +36469,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35243,6 +36498,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35271,6 +36527,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35299,6 +36556,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35327,6 +36585,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35355,6 +36614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35383,6 +36643,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35411,6 +36672,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35439,6 +36701,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35467,6 +36730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35495,6 +36759,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35523,6 +36788,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35551,6 +36817,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35579,6 +36846,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35607,6 +36875,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35635,6 +36904,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35663,6 +36933,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35691,6 +36962,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35719,6 +36991,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35747,6 +37020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35775,6 +37049,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35803,6 +37078,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35831,6 +37107,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35859,6 +37136,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35887,6 +37165,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35915,6 +37194,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35943,6 +37223,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35971,6 +37252,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -35999,6 +37281,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36027,6 +37310,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36055,6 +37339,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36083,6 +37368,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36111,6 +37397,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36139,6 +37426,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36167,6 +37455,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36195,6 +37484,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36223,6 +37513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36251,6 +37542,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36279,6 +37571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36307,6 +37600,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36335,6 +37629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36363,6 +37658,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36391,6 +37687,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36419,6 +37716,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36447,6 +37745,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36475,6 +37774,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36503,6 +37803,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36531,6 +37832,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36559,6 +37861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36587,6 +37890,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36615,6 +37919,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36643,6 +37948,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36671,6 +37977,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36699,6 +38006,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36727,6 +38035,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36755,6 +38064,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36783,6 +38093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36811,6 +38122,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36839,6 +38151,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36867,6 +38180,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36895,6 +38209,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36923,6 +38238,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36951,6 +38267,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -36979,6 +38296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37007,6 +38325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37035,6 +38354,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37063,6 +38383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37091,6 +38412,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37119,6 +38441,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37147,6 +38470,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37175,6 +38499,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37203,6 +38528,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37231,6 +38557,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37259,6 +38586,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37287,6 +38615,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37315,6 +38644,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37343,6 +38673,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37371,6 +38702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37399,6 +38731,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37427,6 +38760,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37455,6 +38789,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37483,6 +38818,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37511,6 +38847,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37539,6 +38876,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37567,6 +38905,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37595,6 +38934,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37623,6 +38963,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37651,6 +38992,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37679,6 +39021,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37707,6 +39050,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37735,6 +39079,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37763,6 +39108,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37791,6 +39137,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37819,6 +39166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37847,6 +39195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37875,6 +39224,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37903,6 +39253,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37931,6 +39282,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37959,6 +39311,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -37987,6 +39340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38015,6 +39369,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38043,6 +39398,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38071,6 +39427,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38099,6 +39456,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38127,6 +39485,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38155,6 +39514,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38183,6 +39543,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38211,6 +39572,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38239,6 +39601,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38267,6 +39630,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38295,6 +39659,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38323,6 +39688,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38351,6 +39717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38379,6 +39746,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38407,6 +39775,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38435,6 +39804,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38463,6 +39833,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38491,6 +39862,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38519,6 +39891,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38547,6 +39920,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38575,6 +39949,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38603,6 +39978,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38631,6 +40007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38659,6 +40036,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38687,6 +40065,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38715,6 +40094,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38743,6 +40123,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38771,6 +40152,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38799,6 +40181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38827,6 +40210,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38855,6 +40239,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38883,6 +40268,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38911,6 +40297,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38939,6 +40326,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38967,6 +40355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -38995,6 +40384,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39023,6 +40413,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39051,6 +40442,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39079,6 +40471,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39107,6 +40500,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39135,6 +40529,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39163,6 +40558,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39191,6 +40587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39219,6 +40616,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39247,6 +40645,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39275,6 +40674,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39303,6 +40703,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39331,6 +40732,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39359,6 +40761,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39387,6 +40790,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39415,6 +40819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39443,6 +40848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39471,6 +40877,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39499,6 +40906,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39527,6 +40935,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39555,6 +40964,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39583,6 +40993,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39611,6 +41022,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39639,6 +41051,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39667,6 +41080,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39695,6 +41109,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39723,6 +41138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39751,6 +41167,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39779,6 +41196,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39807,6 +41225,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39835,6 +41254,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39863,6 +41283,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39891,6 +41312,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39919,6 +41341,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39947,6 +41370,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -39975,6 +41399,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40003,6 +41428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40031,6 +41457,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40059,6 +41486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40087,6 +41515,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40115,6 +41544,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40143,6 +41573,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40171,6 +41602,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40199,6 +41631,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40227,6 +41660,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40255,6 +41689,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40283,6 +41718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40311,6 +41747,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40339,6 +41776,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40367,6 +41805,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40395,6 +41834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40423,6 +41863,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40451,6 +41892,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40479,6 +41921,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40507,6 +41950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40535,6 +41979,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40563,6 +42008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40591,6 +42037,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40619,6 +42066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40647,6 +42095,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40675,6 +42124,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40703,6 +42153,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40731,6 +42182,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40759,6 +42211,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40787,6 +42240,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -40815,6 +42269,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40843,6 +42298,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40871,6 +42327,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40899,6 +42356,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40927,6 +42385,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40955,6 +42414,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -40983,6 +42443,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41011,6 +42472,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41039,6 +42501,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41067,6 +42530,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41095,6 +42559,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41123,6 +42588,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41151,6 +42617,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41179,6 +42646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41207,6 +42675,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41235,6 +42704,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41263,6 +42733,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41291,6 +42762,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41319,6 +42791,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41347,6 +42820,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41375,6 +42849,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41403,6 +42878,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41431,6 +42907,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41459,6 +42936,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41487,6 +42965,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41515,6 +42994,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41543,6 +43023,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41571,6 +43052,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41599,6 +43081,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41627,6 +43110,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41655,6 +43139,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41683,6 +43168,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41711,6 +43197,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41739,6 +43226,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41767,6 +43255,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41795,6 +43284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41823,6 +43313,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41851,6 +43342,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41879,6 +43371,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41907,6 +43400,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41935,6 +43429,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41963,6 +43458,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -41991,6 +43487,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42019,6 +43516,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42047,6 +43545,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42075,6 +43574,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42103,6 +43603,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42131,6 +43632,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42159,6 +43661,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42187,6 +43690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42215,6 +43719,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42243,6 +43748,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42271,6 +43777,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42299,6 +43806,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42327,6 +43835,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42355,6 +43864,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42383,6 +43893,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42411,6 +43922,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42439,6 +43951,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42467,6 +43980,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42495,6 +44009,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42523,6 +44038,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42551,6 +44067,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42579,6 +44096,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42607,6 +44125,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42635,6 +44154,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42663,6 +44183,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42691,6 +44212,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42719,6 +44241,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42747,6 +44270,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42775,6 +44299,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42803,6 +44328,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42831,6 +44357,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42859,6 +44386,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42887,6 +44415,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42915,6 +44444,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42943,6 +44473,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42971,6 +44502,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -42999,6 +44531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43027,6 +44560,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43055,6 +44589,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43083,6 +44618,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43111,6 +44647,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43139,6 +44676,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43167,6 +44705,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43195,6 +44734,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43223,6 +44763,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43251,6 +44792,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43279,6 +44821,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43307,6 +44850,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43335,6 +44879,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43363,6 +44908,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43391,6 +44937,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43419,6 +44966,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43447,6 +44995,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43475,6 +45024,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43503,6 +45053,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43531,6 +45082,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43559,6 +45111,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43587,6 +45140,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43615,6 +45169,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43643,6 +45198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43671,6 +45227,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43699,6 +45256,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43727,6 +45285,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43755,6 +45314,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43783,6 +45343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43811,6 +45372,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43839,6 +45401,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43867,6 +45430,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43895,6 +45459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43923,6 +45488,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43951,6 +45517,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -43979,6 +45546,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44007,6 +45575,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44035,6 +45604,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44063,6 +45633,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44091,6 +45662,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44119,6 +45691,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44147,6 +45720,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44175,6 +45749,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44203,6 +45778,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44231,6 +45807,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44259,6 +45836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44287,6 +45865,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44315,6 +45894,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44343,6 +45923,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44371,6 +45952,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44399,6 +45981,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44427,6 +46010,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44455,6 +46039,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44483,6 +46068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44511,6 +46097,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44539,6 +46126,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44567,6 +46155,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44595,6 +46184,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44623,6 +46213,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44651,6 +46242,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44679,6 +46271,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44707,6 +46300,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44735,6 +46329,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44763,6 +46358,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44791,6 +46387,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44819,6 +46416,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44847,6 +46445,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44875,6 +46474,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44903,6 +46503,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44931,6 +46532,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44959,6 +46561,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -44987,6 +46590,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45015,6 +46619,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45043,6 +46648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45071,6 +46677,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45099,6 +46706,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45127,6 +46735,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45155,6 +46764,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45183,6 +46793,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45211,6 +46822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45239,6 +46851,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45267,6 +46880,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45295,6 +46909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45323,6 +46938,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45351,6 +46967,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45379,6 +46996,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45407,6 +47025,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45435,6 +47054,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45463,6 +47083,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45491,6 +47112,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45519,6 +47141,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45547,6 +47170,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45575,6 +47199,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45603,6 +47228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45631,6 +47257,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45659,6 +47286,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45687,6 +47315,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45715,6 +47344,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45743,6 +47373,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45771,6 +47402,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45799,6 +47431,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45827,6 +47460,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45855,6 +47489,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45883,6 +47518,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45911,6 +47547,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45939,6 +47576,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45967,6 +47605,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -45995,6 +47634,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46023,6 +47663,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46051,6 +47692,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46079,6 +47721,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46107,6 +47750,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46135,6 +47779,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46163,6 +47808,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46191,6 +47837,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46219,6 +47866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46247,6 +47895,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46275,6 +47924,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -46303,6 +47953,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46331,6 +47982,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46359,6 +48011,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46387,6 +48040,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46415,6 +48069,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46443,6 +48098,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46471,6 +48127,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46499,6 +48156,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46527,6 +48185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46555,6 +48214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46583,6 +48243,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46611,6 +48272,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46639,6 +48301,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46667,6 +48330,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46695,6 +48359,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46723,6 +48388,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46751,6 +48417,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46779,6 +48446,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46807,6 +48475,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46835,6 +48504,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46863,6 +48533,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46891,6 +48562,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46919,6 +48591,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46947,6 +48620,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -46975,6 +48649,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47003,6 +48678,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47031,6 +48707,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47059,6 +48736,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47087,6 +48765,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47115,6 +48794,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47143,6 +48823,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47171,6 +48852,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47199,6 +48881,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47227,6 +48910,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47255,6 +48939,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -47283,6 +48968,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47311,6 +48997,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47339,6 +49026,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47367,6 +49055,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47395,6 +49084,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47423,6 +49113,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47451,6 +49142,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47479,6 +49171,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47507,6 +49200,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47535,6 +49229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47563,6 +49258,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47591,6 +49287,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47619,6 +49316,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47647,6 +49345,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47675,6 +49374,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47703,6 +49403,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47731,6 +49432,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47759,6 +49461,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47787,6 +49490,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47815,6 +49519,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47843,6 +49548,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47871,6 +49577,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47899,6 +49606,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47927,6 +49635,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47955,6 +49664,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -47983,6 +49693,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48011,6 +49722,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48039,6 +49751,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48067,6 +49780,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48095,6 +49809,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48123,6 +49838,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48151,6 +49867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48179,6 +49896,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48207,6 +49925,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48235,6 +49954,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48263,6 +49983,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48291,6 +50012,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48319,6 +50041,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48347,6 +50070,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48375,6 +50099,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48403,6 +50128,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48431,6 +50157,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48459,6 +50186,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48487,6 +50215,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48515,6 +50244,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48543,6 +50273,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48571,6 +50302,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48599,6 +50331,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48627,6 +50360,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48655,6 +50389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48683,6 +50418,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48711,6 +50447,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48739,6 +50476,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48767,6 +50505,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48795,6 +50534,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48823,6 +50563,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48851,6 +50592,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48879,6 +50621,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48907,6 +50650,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48935,6 +50679,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48963,6 +50708,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -48991,6 +50737,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49019,6 +50766,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49047,6 +50795,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49075,6 +50824,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49103,6 +50853,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49131,6 +50882,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49159,6 +50911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49187,6 +50940,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49215,6 +50969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49243,6 +50998,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49271,6 +51027,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49299,6 +51056,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49327,6 +51085,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49355,6 +51114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49383,6 +51143,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49411,6 +51172,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49439,6 +51201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49467,6 +51230,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49495,6 +51259,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49523,6 +51288,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49551,6 +51317,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49579,6 +51346,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49607,6 +51375,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49635,6 +51404,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49663,6 +51433,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49691,6 +51462,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49719,6 +51491,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49747,6 +51520,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49775,6 +51549,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49803,6 +51578,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49831,6 +51607,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49859,6 +51636,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49887,6 +51665,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49915,6 +51694,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49943,6 +51723,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49971,6 +51752,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -49999,6 +51781,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50027,6 +51810,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50055,6 +51839,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50083,6 +51868,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50111,6 +51897,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50139,6 +51926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50167,6 +51955,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50195,6 +51984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50223,6 +52013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50251,6 +52042,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50279,6 +52071,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50307,6 +52100,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50335,6 +52129,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50363,6 +52158,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50391,6 +52187,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50419,6 +52216,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50447,6 +52245,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50475,6 +52274,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50503,6 +52303,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50531,6 +52332,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50559,6 +52361,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50587,6 +52390,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50615,6 +52419,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50643,6 +52448,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50671,6 +52477,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50699,6 +52506,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50727,6 +52535,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50755,6 +52564,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50783,6 +52593,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50811,6 +52622,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50839,6 +52651,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50867,6 +52680,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50895,6 +52709,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50923,6 +52738,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50951,6 +52767,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -50979,6 +52796,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51007,6 +52825,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51035,6 +52854,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51063,6 +52883,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51091,6 +52912,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51119,6 +52941,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51147,6 +52970,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51175,6 +52999,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51203,6 +53028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51231,6 +53057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51259,6 +53086,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51287,6 +53115,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51315,6 +53144,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51343,6 +53173,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51371,6 +53202,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51399,6 +53231,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51427,6 +53260,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51455,6 +53289,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51483,6 +53318,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51511,6 +53347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51539,6 +53376,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51567,6 +53405,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51595,6 +53434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51623,6 +53463,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51651,6 +53492,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51679,6 +53521,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51707,6 +53550,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51735,6 +53579,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51763,6 +53608,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51791,6 +53637,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51819,6 +53666,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51847,6 +53695,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51875,6 +53724,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51903,6 +53753,7 @@ "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51931,6 +53782,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51959,6 +53811,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -51987,6 +53840,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52015,6 +53869,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52043,6 +53898,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52071,6 +53927,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52099,6 +53956,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52127,6 +53985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52155,6 +54014,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52183,6 +54043,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52211,6 +54072,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52239,6 +54101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52267,6 +54130,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52295,6 +54159,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52323,6 +54188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52351,6 +54217,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52379,6 +54246,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52407,6 +54275,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52435,6 +54304,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52463,6 +54333,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52491,6 +54362,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52519,6 +54391,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52547,6 +54420,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52575,6 +54449,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52603,6 +54478,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52631,6 +54507,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52659,6 +54536,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52687,6 +54565,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52715,6 +54594,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52743,6 +54623,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52771,6 +54652,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52799,6 +54681,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52827,6 +54710,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52855,6 +54739,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52883,6 +54768,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52911,6 +54797,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52939,6 +54826,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52967,6 +54855,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -52995,6 +54884,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53023,6 +54913,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53051,6 +54942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53079,6 +54971,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53107,6 +55000,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53135,6 +55029,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53163,6 +55058,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53191,6 +55087,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53219,6 +55116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53247,6 +55145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53275,6 +55174,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53303,6 +55203,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53331,6 +55232,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53359,6 +55261,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53387,6 +55290,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53415,6 +55319,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53443,6 +55348,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53471,6 +55377,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53499,6 +55406,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53527,6 +55435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53555,6 +55464,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53583,6 +55493,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53611,6 +55522,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53639,6 +55551,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53667,6 +55580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53695,6 +55609,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53723,6 +55638,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53751,6 +55667,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53779,6 +55696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53807,6 +55725,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53835,6 +55754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53863,6 +55783,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53891,6 +55812,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53919,6 +55841,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53947,6 +55870,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -53975,6 +55899,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54003,6 +55928,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54031,6 +55957,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54059,6 +55986,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54087,6 +56015,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54115,6 +56044,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54143,6 +56073,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54171,6 +56102,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54199,6 +56131,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54227,6 +56160,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54255,6 +56189,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54283,6 +56218,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54311,6 +56247,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54339,6 +56276,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54367,6 +56305,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54395,6 +56334,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54423,6 +56363,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54451,6 +56392,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54479,6 +56421,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54507,6 +56450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54535,6 +56479,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54563,6 +56508,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54591,6 +56537,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54619,6 +56566,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54647,6 +56595,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54675,6 +56624,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54703,6 +56653,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54731,6 +56682,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54759,6 +56711,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54787,6 +56740,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54815,6 +56769,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54843,6 +56798,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54871,6 +56827,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54899,6 +56856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54927,6 +56885,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54955,6 +56914,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -54983,6 +56943,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55011,6 +56972,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55039,6 +57001,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55067,6 +57030,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55095,6 +57059,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55123,6 +57088,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55151,6 +57117,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55179,6 +57146,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55207,6 +57175,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55235,6 +57204,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55263,6 +57233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55291,6 +57262,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55319,6 +57291,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55347,6 +57320,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55375,6 +57349,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55403,6 +57378,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55431,6 +57407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55459,6 +57436,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55487,6 +57465,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55515,6 +57494,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55543,6 +57523,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55571,6 +57552,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55599,6 +57581,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55627,6 +57610,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55655,6 +57639,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55683,6 +57668,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55711,6 +57697,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55739,6 +57726,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55767,6 +57755,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55795,6 +57784,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55823,6 +57813,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55851,6 +57842,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55879,6 +57871,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55907,6 +57900,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55935,6 +57929,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55963,6 +57958,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -55991,6 +57987,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56019,6 +58016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56047,6 +58045,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56075,6 +58074,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56103,6 +58103,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56131,6 +58132,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56159,6 +58161,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56187,6 +58190,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56215,6 +58219,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56243,6 +58248,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56271,6 +58277,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56299,6 +58306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56327,6 +58335,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56355,6 +58364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56383,6 +58393,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56411,6 +58422,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56439,6 +58451,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56467,6 +58480,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56495,6 +58509,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56523,6 +58538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56551,6 +58567,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56579,6 +58596,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56607,6 +58625,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56635,6 +58654,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56663,6 +58683,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56691,6 +58712,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56719,6 +58741,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56747,6 +58770,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56775,6 +58799,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56803,6 +58828,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56831,6 +58857,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56859,6 +58886,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56887,6 +58915,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56915,6 +58944,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56943,6 +58973,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56971,6 +59002,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -56999,6 +59031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57027,6 +59060,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57055,6 +59089,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57083,6 +59118,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57111,6 +59147,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57139,6 +59176,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57167,6 +59205,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57195,6 +59234,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57223,6 +59263,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57251,6 +59292,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57279,6 +59321,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57307,6 +59350,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57335,6 +59379,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57363,6 +59408,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57391,6 +59437,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57419,6 +59466,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57447,6 +59495,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57475,6 +59524,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57503,6 +59553,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57531,6 +59582,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57559,6 +59611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57587,6 +59640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57615,6 +59669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57643,6 +59698,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57671,6 +59727,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57699,6 +59756,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57727,6 +59785,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57755,6 +59814,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57783,6 +59843,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57811,6 +59872,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57839,6 +59901,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57867,6 +59930,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57895,6 +59959,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57923,6 +59988,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57951,6 +60017,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -57979,6 +60046,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58007,6 +60075,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58035,6 +60104,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58063,6 +60133,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58091,6 +60162,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58119,6 +60191,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58147,6 +60220,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58175,6 +60249,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58203,6 +60278,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58231,6 +60307,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58259,6 +60336,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58287,6 +60365,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58315,6 +60394,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58343,6 +60423,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58371,6 +60452,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58399,6 +60481,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58427,6 +60510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58455,6 +60539,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58483,6 +60568,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58511,6 +60597,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58539,6 +60626,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58567,6 +60655,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58595,6 +60684,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58623,6 +60713,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58651,6 +60742,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58679,6 +60771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58707,6 +60800,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58735,6 +60829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58763,6 +60858,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58791,6 +60887,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58819,6 +60916,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58847,6 +60945,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58875,6 +60974,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58903,6 +61003,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58931,6 +61032,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58959,6 +61061,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -58987,6 +61090,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59015,6 +61119,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59043,6 +61148,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59071,6 +61177,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59099,6 +61206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59127,6 +61235,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59155,6 +61264,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59183,6 +61293,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59211,6 +61322,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59239,6 +61351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59267,6 +61380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59295,6 +61409,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59323,6 +61438,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59351,6 +61467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59379,6 +61496,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59407,6 +61525,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59435,6 +61554,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59463,6 +61583,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59491,6 +61612,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59519,6 +61641,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59547,6 +61670,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59575,6 +61699,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59603,6 +61728,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59631,6 +61757,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59659,6 +61786,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59687,6 +61815,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59715,6 +61844,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59743,6 +61873,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59771,6 +61902,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59799,6 +61931,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59827,6 +61960,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59855,6 +61989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59883,6 +62018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59911,6 +62047,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59939,6 +62076,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59967,6 +62105,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -59995,6 +62134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60023,6 +62163,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60051,6 +62192,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60079,6 +62221,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60107,6 +62250,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60135,6 +62279,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60163,6 +62308,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60191,6 +62337,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60219,6 +62366,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60247,6 +62395,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60275,6 +62424,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60303,6 +62453,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60331,6 +62482,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60359,6 +62511,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60387,6 +62540,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60415,6 +62569,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60443,6 +62598,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60471,6 +62627,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60499,6 +62656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60527,6 +62685,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60555,6 +62714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60583,6 +62743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60611,6 +62772,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60639,6 +62801,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60667,6 +62830,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60695,6 +62859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60723,6 +62888,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60751,6 +62917,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60779,6 +62946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60807,6 +62975,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60835,6 +63004,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60863,6 +63033,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60891,6 +63062,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60919,6 +63091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60947,6 +63120,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -60975,6 +63149,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61003,6 +63178,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61031,6 +63207,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61059,6 +63236,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61087,6 +63265,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61115,6 +63294,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61143,6 +63323,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61171,6 +63352,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61199,6 +63381,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61227,6 +63410,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61255,6 +63439,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61283,6 +63468,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61311,6 +63497,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61339,6 +63526,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61367,6 +63555,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61395,6 +63584,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61423,6 +63613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61451,6 +63642,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61479,6 +63671,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61507,6 +63700,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61535,6 +63729,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61563,6 +63758,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61591,6 +63787,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61619,6 +63816,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61647,6 +63845,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61675,6 +63874,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61703,6 +63903,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61731,6 +63932,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61759,6 +63961,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61787,6 +63990,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61815,6 +64019,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61843,6 +64048,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61871,6 +64077,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61899,6 +64106,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61927,6 +64135,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61955,6 +64164,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -61983,6 +64193,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62011,6 +64222,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62039,6 +64251,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62067,6 +64280,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62095,6 +64309,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62123,6 +64338,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62151,6 +64367,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62179,6 +64396,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62207,6 +64425,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62235,6 +64454,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62263,6 +64483,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62291,6 +64512,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62319,6 +64541,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62347,6 +64570,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62375,6 +64599,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62403,6 +64628,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62431,6 +64657,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62459,6 +64686,7 @@ "orig": "[", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62487,6 +64715,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62515,6 +64744,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62543,6 +64773,7 @@ "orig": "]", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62571,6 +64802,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62599,6 +64831,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62627,6 +64860,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62655,6 +64889,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62683,6 +64918,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62711,6 +64947,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62739,6 +64976,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62767,6 +65005,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62795,6 +65034,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62823,6 +65063,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62851,6 +65092,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62879,6 +65121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62907,6 +65150,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62935,6 +65179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62963,6 +65208,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -62991,6 +65237,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63019,6 +65266,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63047,6 +65295,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63075,6 +65324,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63103,6 +65353,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63131,6 +65382,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63159,6 +65411,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63187,6 +65440,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63215,6 +65469,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63243,6 +65498,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63271,6 +65527,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63299,6 +65556,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63327,6 +65585,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63355,6 +65614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63383,6 +65643,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63411,6 +65672,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63439,6 +65701,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63467,6 +65730,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63495,6 +65759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63523,6 +65788,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63551,6 +65817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63579,6 +65846,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63607,6 +65875,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63635,6 +65904,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63663,6 +65933,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63691,6 +65962,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63719,6 +65991,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63747,6 +66020,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63775,6 +66049,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63803,6 +66078,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63831,6 +66107,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63859,6 +66136,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63887,6 +66165,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63915,6 +66194,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63943,6 +66223,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63971,6 +66252,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -63999,6 +66281,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64027,6 +66310,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64055,6 +66339,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64083,6 +66368,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64111,6 +66397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64139,6 +66426,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64167,6 +66455,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64195,6 +66484,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64223,6 +66513,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64251,6 +66542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64279,6 +66571,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64307,6 +66600,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64335,6 +66629,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64363,6 +66658,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64391,6 +66687,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64419,6 +66716,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64447,6 +66745,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64475,6 +66774,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64503,6 +66803,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64531,6 +66832,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64559,6 +66861,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64587,6 +66890,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64615,6 +66919,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64643,6 +66948,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64671,6 +66977,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64699,6 +67006,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64727,6 +67035,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64755,6 +67064,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64783,6 +67093,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64811,6 +67122,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64839,6 +67151,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64867,6 +67180,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64895,6 +67209,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64923,6 +67238,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64951,6 +67267,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -64979,6 +67296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65007,6 +67325,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65035,6 +67354,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65063,6 +67383,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65091,6 +67412,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65119,6 +67441,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65147,6 +67470,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65175,6 +67499,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65203,6 +67528,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65231,6 +67557,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65259,6 +67586,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65287,6 +67615,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65315,6 +67644,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65343,6 +67673,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65371,6 +67702,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65399,6 +67731,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65427,6 +67760,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65455,6 +67789,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65483,6 +67818,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65511,6 +67847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65539,6 +67876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65567,6 +67905,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65595,6 +67934,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65623,6 +67963,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65651,6 +67992,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65679,6 +68021,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65707,6 +68050,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65735,6 +68079,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65763,6 +68108,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65791,6 +68137,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65819,6 +68166,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65847,6 +68195,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65875,6 +68224,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65903,6 +68253,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65931,6 +68282,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65959,6 +68311,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -65987,6 +68340,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66015,6 +68369,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66043,6 +68398,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66071,6 +68427,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66099,6 +68456,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66127,6 +68485,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66155,6 +68514,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66183,6 +68543,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66211,6 +68572,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66239,6 +68601,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66267,6 +68630,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66295,6 +68659,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66323,6 +68688,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66351,6 +68717,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66379,6 +68746,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66407,6 +68775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66435,6 +68804,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66463,6 +68833,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66491,6 +68862,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66519,6 +68891,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66547,6 +68920,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66575,6 +68949,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66603,6 +68978,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66631,6 +69007,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66659,6 +69036,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66687,6 +69065,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66715,6 +69094,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66743,6 +69123,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66771,6 +69152,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66799,6 +69181,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66827,6 +69210,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66855,6 +69239,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66883,6 +69268,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66911,6 +69297,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66939,6 +69326,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66967,6 +69355,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -66995,6 +69384,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67023,6 +69413,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67051,6 +69442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67079,6 +69471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67107,6 +69500,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67135,6 +69529,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67163,6 +69558,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67191,6 +69587,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67219,6 +69616,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67247,6 +69645,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67275,6 +69674,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67303,6 +69703,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67331,6 +69732,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67359,6 +69761,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67387,6 +69790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67415,6 +69819,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67443,6 +69848,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67471,6 +69877,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67499,6 +69906,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67527,6 +69935,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67555,6 +69964,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67583,6 +69993,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67611,6 +70022,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67639,6 +70051,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67667,6 +70080,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67695,6 +70109,7 @@ "orig": "ff", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67723,6 +70138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67751,6 +70167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67779,6 +70196,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67807,6 +70225,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67835,6 +70254,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67863,6 +70283,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67891,6 +70312,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67919,6 +70341,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67947,6 +70370,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -67975,6 +70399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68003,6 +70428,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68031,6 +70457,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68059,6 +70486,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68087,6 +70515,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68115,6 +70544,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68143,6 +70573,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68171,6 +70602,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68199,6 +70631,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68227,6 +70660,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68255,6 +70689,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68283,6 +70718,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68311,6 +70747,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68339,6 +70776,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68367,6 +70805,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68395,6 +70834,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68423,6 +70863,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68451,6 +70892,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68479,6 +70921,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68507,6 +70950,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68535,6 +70979,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68563,6 +71008,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68591,6 +71037,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68619,6 +71066,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68647,6 +71095,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68675,6 +71124,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68703,6 +71153,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68731,6 +71182,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68759,6 +71211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68787,6 +71240,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68815,6 +71269,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68843,6 +71298,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68871,6 +71327,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68899,6 +71356,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68927,6 +71385,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68955,6 +71414,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -68983,6 +71443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69011,6 +71472,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69039,6 +71501,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69067,6 +71530,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69095,6 +71559,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69123,6 +71588,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69151,6 +71617,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69179,6 +71646,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69207,6 +71675,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69235,6 +71704,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69263,6 +71733,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69291,6 +71762,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69319,6 +71791,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69347,6 +71820,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69375,6 +71849,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69403,6 +71878,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69431,6 +71907,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69459,6 +71936,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69487,6 +71965,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69515,6 +71994,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69543,6 +72023,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69571,6 +72052,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69599,6 +72081,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69627,6 +72110,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69655,6 +72139,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69683,6 +72168,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69711,6 +72197,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69739,6 +72226,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69767,6 +72255,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69795,6 +72284,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69823,6 +72313,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69851,6 +72342,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69879,6 +72371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69907,6 +72400,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69935,6 +72429,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69963,6 +72458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -69991,6 +72487,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70019,6 +72516,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70047,6 +72545,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70075,6 +72574,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70103,6 +72603,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70131,6 +72632,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70159,6 +72661,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70187,6 +72690,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70215,6 +72719,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70243,6 +72748,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70271,6 +72777,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70299,6 +72806,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70327,6 +72835,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70355,6 +72864,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70383,6 +72893,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70411,6 +72922,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70439,6 +72951,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70467,6 +72980,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70495,6 +73009,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70523,6 +73038,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70551,6 +73067,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70579,6 +73096,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70607,6 +73125,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70635,6 +73154,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70663,6 +73183,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70691,6 +73212,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70719,6 +73241,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70747,6 +73270,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70775,6 +73299,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70803,6 +73328,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70831,6 +73357,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70859,6 +73386,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70887,6 +73415,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70915,6 +73444,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70943,6 +73473,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70971,6 +73502,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -70999,6 +73531,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71027,6 +73560,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71055,6 +73589,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71083,6 +73618,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71111,6 +73647,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71139,6 +73676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71167,6 +73705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71195,6 +73734,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71223,6 +73763,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71251,6 +73792,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71279,6 +73821,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71307,6 +73850,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71335,6 +73879,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71363,6 +73908,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71391,6 +73937,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71419,6 +73966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71447,6 +73995,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71475,6 +74024,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71503,6 +74053,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71531,6 +74082,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71559,6 +74111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71587,6 +74140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71615,6 +74169,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71643,6 +74198,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71671,6 +74227,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71699,6 +74256,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71727,6 +74285,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71755,6 +74314,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71783,6 +74343,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71811,6 +74372,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71839,6 +74401,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71867,6 +74430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71895,6 +74459,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71923,6 +74488,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71951,6 +74517,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -71979,6 +74546,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72007,6 +74575,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72035,6 +74604,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72063,6 +74633,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72091,6 +74662,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72119,6 +74691,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72147,6 +74720,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72175,6 +74749,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72203,6 +74778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72231,6 +74807,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72259,6 +74836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72287,6 +74865,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72315,6 +74894,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72343,6 +74923,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72371,6 +74952,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72399,6 +74981,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72427,6 +75010,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72455,6 +75039,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72483,6 +75068,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72511,6 +75097,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72539,6 +75126,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72567,6 +75155,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72595,6 +75184,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72623,6 +75213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72651,6 +75242,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72679,6 +75271,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72707,6 +75300,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72735,6 +75329,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72763,6 +75358,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72791,6 +75387,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72819,6 +75416,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72847,6 +75445,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72875,6 +75474,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72903,6 +75503,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72931,6 +75532,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72959,6 +75561,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -72987,6 +75590,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73015,6 +75619,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73043,6 +75648,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73071,6 +75677,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73099,6 +75706,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73127,6 +75735,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73155,6 +75764,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73183,6 +75793,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73211,6 +75822,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73239,6 +75851,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73267,6 +75880,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73295,6 +75909,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73323,6 +75938,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73351,6 +75967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73379,6 +75996,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73407,6 +76025,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73435,6 +76054,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73463,6 +76083,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73491,6 +76112,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73519,6 +76141,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73547,6 +76170,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73575,6 +76199,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73603,6 +76228,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73631,6 +76257,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73659,6 +76286,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73687,6 +76315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73715,6 +76344,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73743,6 +76373,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73771,6 +76402,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73799,6 +76431,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73827,6 +76460,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73855,6 +76489,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73883,6 +76518,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73911,6 +76547,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73939,6 +76576,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73967,6 +76605,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -73995,6 +76634,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74023,6 +76663,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74051,6 +76692,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74079,6 +76721,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74107,6 +76750,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74135,6 +76779,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74163,6 +76808,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74191,6 +76837,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74219,6 +76866,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74247,6 +76895,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74275,6 +76924,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74303,6 +76953,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74331,6 +76982,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74359,6 +77011,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74387,6 +77040,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74415,6 +77069,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74443,6 +77098,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74471,6 +77127,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74499,6 +77156,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74527,6 +77185,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74555,6 +77214,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74583,6 +77243,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74611,6 +77272,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74639,6 +77301,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74667,6 +77330,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74695,6 +77359,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74723,6 +77388,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74751,6 +77417,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74779,6 +77446,7 @@ "orig": "j", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74807,6 +77475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74835,6 +77504,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74863,6 +77533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74891,6 +77562,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74919,6 +77591,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74947,6 +77620,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -74975,6 +77649,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75003,6 +77678,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75031,6 +77707,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75059,6 +77736,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75087,6 +77765,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75115,6 +77794,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75143,6 +77823,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75171,6 +77852,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75199,6 +77881,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75227,6 +77910,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75255,6 +77939,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75283,6 +77968,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75311,6 +77997,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75339,6 +78026,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75367,6 +78055,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75395,6 +78084,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75423,6 +78113,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75451,6 +78142,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75479,6 +78171,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75507,6 +78200,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75535,6 +78229,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75563,6 +78258,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75591,6 +78287,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75619,6 +78316,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75647,6 +78345,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75675,6 +78374,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75703,6 +78403,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75731,6 +78432,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75759,6 +78461,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75787,6 +78490,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75815,6 +78519,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75843,6 +78548,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75871,6 +78577,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75899,6 +78606,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75927,6 +78635,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75955,6 +78664,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -75983,6 +78693,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76011,6 +78722,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76039,6 +78751,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76067,6 +78780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76095,6 +78809,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76123,6 +78838,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76151,6 +78867,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76179,6 +78896,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76207,6 +78925,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76235,6 +78954,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76263,6 +78983,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76291,6 +79012,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76319,6 +79041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76347,6 +79070,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76375,6 +79099,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76403,6 +79128,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76431,6 +79157,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76459,6 +79186,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76487,6 +79215,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76515,6 +79244,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76543,6 +79273,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76571,6 +79302,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76599,6 +79331,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76627,6 +79360,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76655,6 +79389,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76683,6 +79418,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76711,6 +79447,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76739,6 +79476,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76767,6 +79505,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76795,6 +79534,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76823,6 +79563,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76851,6 +79592,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76879,6 +79621,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76907,6 +79650,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76935,6 +79679,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76963,6 +79708,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -76991,6 +79737,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77019,6 +79766,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77047,6 +79795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77075,6 +79824,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77103,6 +79853,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77131,6 +79882,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77159,6 +79911,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77187,6 +79940,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77215,6 +79969,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77243,6 +79998,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77271,6 +80027,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77299,6 +80056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77327,6 +80085,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77355,6 +80114,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77383,6 +80143,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77411,6 +80172,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -77439,6 +80201,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77467,6 +80230,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77495,6 +80259,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77523,6 +80288,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77551,6 +80317,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77579,6 +80346,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77607,6 +80375,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77635,6 +80404,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77663,6 +80433,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77691,6 +80462,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77719,6 +80491,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77747,6 +80520,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77775,6 +80549,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77803,6 +80578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77831,6 +80607,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77859,6 +80636,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77887,6 +80665,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77915,6 +80694,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77943,6 +80723,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77971,6 +80752,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -77999,6 +80781,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78027,6 +80810,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78055,6 +80839,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78083,6 +80868,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78111,6 +80897,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78139,6 +80926,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78167,6 +80955,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78195,6 +80984,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78223,6 +81013,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78251,6 +81042,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78279,6 +81071,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78307,6 +81100,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78335,6 +81129,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78363,6 +81158,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -78391,6 +81187,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78419,6 +81216,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78447,6 +81245,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78475,6 +81274,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78503,6 +81303,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78531,6 +81332,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78559,6 +81361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78587,6 +81390,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78615,6 +81419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78643,6 +81448,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78671,6 +81477,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78699,6 +81506,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78727,6 +81535,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78755,6 +81564,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78783,6 +81593,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78811,6 +81622,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78839,6 +81651,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78867,6 +81680,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78895,6 +81709,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78923,6 +81738,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78951,6 +81767,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -78979,6 +81796,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79007,6 +81825,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79035,6 +81854,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79063,6 +81883,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79091,6 +81912,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79119,6 +81941,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79147,6 +81970,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79175,6 +81999,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79203,6 +82028,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79231,6 +82057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79259,6 +82086,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79287,6 +82115,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79315,6 +82144,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79343,6 +82173,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79371,6 +82202,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79399,6 +82231,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79427,6 +82260,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79455,6 +82289,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79483,6 +82318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79511,6 +82347,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79539,6 +82376,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79567,6 +82405,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79595,6 +82434,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79623,6 +82463,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79651,6 +82492,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79679,6 +82521,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79707,6 +82550,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79735,6 +82579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79763,6 +82608,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79791,6 +82637,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79819,6 +82666,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79847,6 +82695,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79875,6 +82724,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79903,6 +82753,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79931,6 +82782,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79959,6 +82811,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -79987,6 +82840,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80015,6 +82869,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80043,6 +82898,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80071,6 +82927,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80099,6 +82956,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80127,6 +82985,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80155,6 +83014,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80183,6 +83043,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80211,6 +83072,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80239,6 +83101,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80267,6 +83130,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80295,6 +83159,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80323,6 +83188,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80351,6 +83217,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80379,6 +83246,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80407,6 +83275,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80435,6 +83304,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80463,6 +83333,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80491,6 +83362,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80519,6 +83391,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80547,6 +83420,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80575,6 +83449,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80603,6 +83478,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80631,6 +83507,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80659,6 +83536,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80687,6 +83565,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80715,6 +83594,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80743,6 +83623,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80771,6 +83652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80799,6 +83681,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80827,6 +83710,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80855,6 +83739,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80883,6 +83768,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80911,6 +83797,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80939,6 +83826,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80967,6 +83855,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -80995,6 +83884,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81023,6 +83913,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81051,6 +83942,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81079,6 +83971,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81107,6 +84000,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81135,6 +84029,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81163,6 +84058,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81191,6 +84087,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81219,6 +84116,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81247,6 +84145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81275,6 +84174,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81303,6 +84203,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81331,6 +84232,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81359,6 +84261,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81387,6 +84290,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81415,6 +84319,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81443,6 +84348,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81471,6 +84377,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81499,6 +84406,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81527,6 +84435,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81555,6 +84464,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81583,6 +84493,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81611,6 +84522,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81639,6 +84551,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81667,6 +84580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81695,6 +84609,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81723,6 +84638,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81751,6 +84667,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81779,6 +84696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81807,6 +84725,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81835,6 +84754,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81863,6 +84783,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81891,6 +84812,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81919,6 +84841,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81947,6 +84870,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -81975,6 +84899,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82003,6 +84928,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82031,6 +84957,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82059,6 +84986,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82087,6 +85015,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82115,6 +85044,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82143,6 +85073,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82171,6 +85102,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82199,6 +85131,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82227,6 +85160,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82255,6 +85189,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82283,6 +85218,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82311,6 +85247,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82339,6 +85276,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82367,6 +85305,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82395,6 +85334,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82423,6 +85363,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82451,6 +85392,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82479,6 +85421,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82507,6 +85450,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82535,6 +85479,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82563,6 +85508,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82591,6 +85537,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82619,6 +85566,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82647,6 +85595,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82675,6 +85624,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82703,6 +85653,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82731,6 +85682,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82759,6 +85711,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82787,6 +85740,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82815,6 +85769,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82843,6 +85798,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82871,6 +85827,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82899,6 +85856,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82927,6 +85885,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82955,6 +85914,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -82983,6 +85943,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83011,6 +85972,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83039,6 +86001,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83067,6 +86030,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83095,6 +86059,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83123,6 +86088,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83151,6 +86117,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83179,6 +86146,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83207,6 +86175,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83235,6 +86204,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83263,6 +86233,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83291,6 +86262,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83319,6 +86291,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83347,6 +86320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83375,6 +86349,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83403,6 +86378,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83431,6 +86407,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83459,6 +86436,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83487,6 +86465,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83515,6 +86494,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83543,6 +86523,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83571,6 +86552,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83599,6 +86581,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83627,6 +86610,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83655,6 +86639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83683,6 +86668,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83711,6 +86697,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83739,6 +86726,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83767,6 +86755,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83795,6 +86784,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83823,6 +86813,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83851,6 +86842,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83879,6 +86871,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83907,6 +86900,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83935,6 +86929,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83963,6 +86958,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -83991,6 +86987,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84019,6 +87016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84047,6 +87045,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84075,6 +87074,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84103,6 +87103,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84131,6 +87132,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84159,6 +87161,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84187,6 +87190,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84215,6 +87219,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84243,6 +87248,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84271,6 +87277,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84299,6 +87306,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84327,6 +87335,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84355,6 +87364,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84383,6 +87393,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84411,6 +87422,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84439,6 +87451,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84467,6 +87480,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84495,6 +87509,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84523,6 +87538,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84551,6 +87567,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84579,6 +87596,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84607,6 +87625,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84635,6 +87654,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84663,6 +87683,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84691,6 +87712,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84719,6 +87741,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84747,6 +87770,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84775,6 +87799,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84803,6 +87828,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84831,6 +87857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84859,6 +87886,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -84887,6 +87915,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84915,6 +87944,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84943,6 +87973,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84971,6 +88002,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -84999,6 +88031,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85027,6 +88060,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85055,6 +88089,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85083,6 +88118,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85111,6 +88147,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85139,6 +88176,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85167,6 +88205,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85195,6 +88234,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85223,6 +88263,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85251,6 +88292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85279,6 +88321,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85307,6 +88350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85335,6 +88379,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85363,6 +88408,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85391,6 +88437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85419,6 +88466,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85447,6 +88495,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85475,6 +88524,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85503,6 +88553,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85531,6 +88582,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85559,6 +88611,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85587,6 +88640,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85615,6 +88669,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85643,6 +88698,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85671,6 +88727,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85699,6 +88756,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85727,6 +88785,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85755,6 +88814,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85783,6 +88843,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85811,6 +88872,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -85839,6 +88901,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85867,6 +88930,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85895,6 +88959,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85923,6 +88988,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85951,6 +89017,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -85979,6 +89046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86007,6 +89075,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86035,6 +89104,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86063,6 +89133,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86091,6 +89162,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86119,6 +89191,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86147,6 +89220,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86175,6 +89249,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86203,6 +89278,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86231,6 +89307,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86259,6 +89336,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86287,6 +89365,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86315,6 +89394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86343,6 +89423,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86371,6 +89452,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86399,6 +89481,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86427,6 +89510,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86455,6 +89539,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86483,6 +89568,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86511,6 +89597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86539,6 +89626,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86567,6 +89655,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86595,6 +89684,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86623,6 +89713,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86651,6 +89742,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86679,6 +89771,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86707,6 +89800,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86735,6 +89829,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86763,6 +89858,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86791,6 +89887,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86819,6 +89916,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86847,6 +89945,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -86875,6 +89974,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86903,6 +90003,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86931,6 +90032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86959,6 +90061,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -86987,6 +90090,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -87015,6 +90119,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87043,6 +90148,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87071,6 +90177,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87099,6 +90206,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87127,6 +90235,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87155,6 +90264,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87183,6 +90293,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87211,6 +90322,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87239,6 +90351,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87267,6 +90380,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87295,6 +90409,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87323,6 +90438,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87351,6 +90467,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87379,6 +90496,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87407,6 +90525,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87435,6 +90554,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87463,6 +90583,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87491,6 +90612,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87519,6 +90641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87547,6 +90670,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87575,6 +90699,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87603,6 +90728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87631,6 +90757,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87659,6 +90786,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87687,6 +90815,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87715,6 +90844,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87743,6 +90873,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87771,6 +90902,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87799,6 +90931,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87827,6 +90960,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87855,6 +90989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87883,6 +91018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87911,6 +91047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87939,6 +91076,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87967,6 +91105,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -87995,6 +91134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88023,6 +91163,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88051,6 +91192,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88079,6 +91221,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88107,6 +91250,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88135,6 +91279,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88163,6 +91308,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88191,6 +91337,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88219,6 +91366,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88247,6 +91395,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88275,6 +91424,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88303,6 +91453,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88331,6 +91482,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88359,6 +91511,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88387,6 +91540,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88415,6 +91569,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88443,6 +91598,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88471,6 +91627,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88499,6 +91656,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88527,6 +91685,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88555,6 +91714,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88583,6 +91743,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88611,6 +91772,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88639,6 +91801,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88667,6 +91830,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88695,6 +91859,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88723,6 +91888,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88751,6 +91917,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88779,6 +91946,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88807,6 +91975,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88835,6 +92004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88863,6 +92033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88891,6 +92062,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88919,6 +92091,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88947,6 +92120,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -88975,6 +92149,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89003,6 +92178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89031,6 +92207,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89059,6 +92236,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89087,6 +92265,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89115,6 +92294,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89143,6 +92323,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89171,6 +92352,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89199,6 +92381,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89227,6 +92410,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89255,6 +92439,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89283,6 +92468,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89311,6 +92497,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89339,6 +92526,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89367,6 +92555,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89395,6 +92584,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89423,6 +92613,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89451,6 +92642,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89479,6 +92671,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89507,6 +92700,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89535,6 +92729,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89563,6 +92758,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89591,6 +92787,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89619,6 +92816,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89647,6 +92845,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89675,6 +92874,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89703,6 +92903,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89731,6 +92932,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89759,6 +92961,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89787,6 +92990,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89815,6 +93019,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89843,6 +93048,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89871,6 +93077,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89899,6 +93106,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89927,6 +93135,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89955,6 +93164,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -89983,6 +93193,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90011,6 +93222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90039,6 +93251,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90067,6 +93280,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90095,6 +93309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90123,6 +93338,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90151,6 +93367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90179,6 +93396,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90207,6 +93425,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90235,6 +93454,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90263,6 +93483,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90291,6 +93512,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90319,6 +93541,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90347,6 +93570,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90375,6 +93599,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90403,6 +93628,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90431,6 +93657,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90459,6 +93686,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90487,6 +93715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90515,6 +93744,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90543,6 +93773,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90571,6 +93802,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90599,6 +93831,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90627,6 +93860,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90655,6 +93889,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90683,6 +93918,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90711,6 +93947,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90739,6 +93976,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90767,6 +94005,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90795,6 +94034,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90823,6 +94063,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90851,6 +94092,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90879,6 +94121,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90907,6 +94150,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90935,6 +94179,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90963,6 +94208,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -90991,6 +94237,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91019,6 +94266,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91047,6 +94295,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91075,6 +94324,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91103,6 +94353,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91131,6 +94382,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91159,6 +94411,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91187,6 +94440,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91215,6 +94469,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91243,6 +94498,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91271,6 +94527,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91299,6 +94556,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91327,6 +94585,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91355,6 +94614,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91383,6 +94643,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91411,6 +94672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91439,6 +94701,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91467,6 +94730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91495,6 +94759,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91523,6 +94788,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91551,6 +94817,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91579,6 +94846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91607,6 +94875,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91635,6 +94904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91663,6 +94933,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91691,6 +94962,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91719,6 +94991,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91747,6 +95020,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91775,6 +95049,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91803,6 +95078,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91831,6 +95107,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91859,6 +95136,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91887,6 +95165,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91915,6 +95194,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91943,6 +95223,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91971,6 +95252,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -91999,6 +95281,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92027,6 +95310,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92055,6 +95339,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92083,6 +95368,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92111,6 +95397,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92139,6 +95426,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92167,6 +95455,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92195,6 +95484,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92223,6 +95513,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92251,6 +95542,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92279,6 +95571,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92307,6 +95600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92335,6 +95629,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92363,6 +95658,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92391,6 +95687,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92419,6 +95716,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92447,6 +95745,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92475,6 +95774,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92503,6 +95803,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92531,6 +95832,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92559,6 +95861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92587,6 +95890,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92615,6 +95919,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92643,6 +95948,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92671,6 +95977,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92699,6 +96006,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92727,6 +96035,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92755,6 +96064,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92783,6 +96093,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92811,6 +96122,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92839,6 +96151,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92867,6 +96180,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92895,6 +96209,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92923,6 +96238,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92951,6 +96267,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -92979,6 +96296,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93007,6 +96325,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93035,6 +96354,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93063,6 +96383,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93091,6 +96412,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93119,6 +96441,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93147,6 +96470,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93175,6 +96499,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93203,6 +96528,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93231,6 +96557,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93259,6 +96586,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93287,6 +96615,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93315,6 +96644,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93343,6 +96673,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93371,6 +96702,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93399,6 +96731,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93427,6 +96760,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93455,6 +96789,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93483,6 +96818,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93511,6 +96847,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93539,6 +96876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93567,6 +96905,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93595,6 +96934,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93623,6 +96963,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93651,6 +96992,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93679,6 +97021,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93707,6 +97050,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93735,6 +97079,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93763,6 +97108,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93791,6 +97137,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93819,6 +97166,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93847,6 +97195,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93875,6 +97224,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93903,6 +97253,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93931,6 +97282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93959,6 +97311,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -93987,6 +97340,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94015,6 +97369,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94043,6 +97398,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94071,6 +97427,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94099,6 +97456,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94127,6 +97485,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94155,6 +97514,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94183,6 +97543,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94211,6 +97572,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94239,6 +97601,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94267,6 +97630,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94295,6 +97659,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94323,6 +97688,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94351,6 +97717,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94379,6 +97746,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94407,6 +97775,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94435,6 +97804,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94463,6 +97833,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94491,6 +97862,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94519,6 +97891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94547,6 +97920,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94575,6 +97949,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94603,6 +97978,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94631,6 +98007,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94659,6 +98036,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94687,6 +98065,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94715,6 +98094,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94743,6 +98123,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94771,6 +98152,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94799,6 +98181,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94827,6 +98210,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94855,6 +98239,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94883,6 +98268,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94911,6 +98297,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94939,6 +98326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94967,6 +98355,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -94995,6 +98384,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95023,6 +98413,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95051,6 +98442,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95079,6 +98471,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95107,6 +98500,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95135,6 +98529,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95163,6 +98558,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95191,6 +98587,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95219,6 +98616,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95247,6 +98645,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95275,6 +98674,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95303,6 +98703,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95331,6 +98732,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95359,6 +98761,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95387,6 +98790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95415,6 +98819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95443,6 +98848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95471,6 +98877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95499,6 +98906,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95527,6 +98935,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95555,6 +98964,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95583,6 +98993,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95611,6 +99022,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95639,6 +99051,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95667,6 +99080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95695,6 +99109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95723,6 +99138,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95751,6 +99167,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95779,6 +99196,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95807,6 +99225,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95835,6 +99254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95863,6 +99283,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95891,6 +99312,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95919,6 +99341,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95947,6 +99370,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -95975,6 +99399,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96003,6 +99428,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96031,6 +99457,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96059,6 +99486,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96087,6 +99515,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96115,6 +99544,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96143,6 +99573,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96171,6 +99602,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96199,6 +99631,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96227,6 +99660,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96255,6 +99689,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96283,6 +99718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96311,6 +99747,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96339,6 +99776,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96367,6 +99805,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96395,6 +99834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96423,6 +99863,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96451,6 +99892,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96479,6 +99921,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96507,6 +99950,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96535,6 +99979,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96563,6 +100008,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96591,6 +100037,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96619,6 +100066,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96647,6 +100095,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96675,6 +100124,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96703,6 +100153,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96731,6 +100182,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96759,6 +100211,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96787,6 +100240,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96815,6 +100269,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96843,6 +100298,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96871,6 +100327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96899,6 +100356,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96927,6 +100385,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96955,6 +100414,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -96983,6 +100443,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97011,6 +100472,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97039,6 +100501,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97067,6 +100530,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97095,6 +100559,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97123,6 +100588,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97151,6 +100617,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97179,6 +100646,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97207,6 +100675,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97235,6 +100704,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97263,6 +100733,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97291,6 +100762,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97319,6 +100791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97347,6 +100820,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97375,6 +100849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97403,6 +100878,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97431,6 +100907,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97459,6 +100936,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97487,6 +100965,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97515,6 +100994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97543,6 +101023,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97571,6 +101052,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97599,6 +101081,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97627,6 +101110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97655,6 +101139,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97683,6 +101168,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97711,6 +101197,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97739,6 +101226,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97767,6 +101255,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97795,6 +101284,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97823,6 +101313,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97851,6 +101342,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97879,6 +101371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97907,6 +101400,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97935,6 +101429,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97963,6 +101458,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -97991,6 +101487,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98019,6 +101516,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98047,6 +101545,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98075,6 +101574,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98103,6 +101603,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98131,6 +101632,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98159,6 +101661,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98187,6 +101690,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98215,6 +101719,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98243,6 +101748,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98271,6 +101777,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98299,6 +101806,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98327,6 +101835,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98355,6 +101864,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98383,6 +101893,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98411,6 +101922,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98439,6 +101951,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98467,6 +101980,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98495,6 +102009,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98523,6 +102038,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98551,6 +102067,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98579,6 +102096,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98607,6 +102125,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98635,6 +102154,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98663,6 +102183,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98691,6 +102212,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98719,6 +102241,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98747,6 +102270,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98775,6 +102299,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -98803,6 +102328,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98831,6 +102357,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98859,6 +102386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98887,6 +102415,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98915,6 +102444,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98943,6 +102473,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98971,6 +102502,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -98999,6 +102531,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99027,6 +102560,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99055,6 +102589,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99083,6 +102618,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99111,6 +102647,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99139,6 +102676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99167,6 +102705,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99195,6 +102734,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99223,6 +102763,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99251,6 +102792,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99279,6 +102821,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99307,6 +102850,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99335,6 +102879,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99363,6 +102908,7 @@ "orig": "fi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99391,6 +102937,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99419,6 +102966,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99447,6 +102995,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99475,6 +103024,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99503,6 +103053,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99531,6 +103082,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99559,6 +103111,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99587,6 +103140,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99615,6 +103169,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -99643,6 +103198,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99671,6 +103227,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99699,6 +103256,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99727,6 +103285,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99755,6 +103314,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99783,6 +103343,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99811,6 +103372,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99839,6 +103401,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99867,6 +103430,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99895,6 +103459,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99923,6 +103488,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99951,6 +103517,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -99979,6 +103546,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100007,6 +103575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100035,6 +103604,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100063,6 +103633,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100091,6 +103662,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100119,6 +103691,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100147,6 +103720,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100175,6 +103749,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100203,6 +103778,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100231,6 +103807,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100259,6 +103836,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100287,6 +103865,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100315,6 +103894,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100343,6 +103923,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100371,6 +103952,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100399,6 +103981,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100427,6 +104010,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100455,6 +104039,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100483,6 +104068,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100511,6 +104097,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100539,6 +104126,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100567,6 +104155,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100595,6 +104184,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100623,6 +104213,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100651,6 +104242,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100679,6 +104271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100707,6 +104300,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100735,6 +104329,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100763,6 +104358,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100791,6 +104387,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100819,6 +104416,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100847,6 +104445,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100875,6 +104474,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100903,6 +104503,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100931,6 +104532,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100959,6 +104561,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -100987,6 +104590,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101015,6 +104619,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101043,6 +104648,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101071,6 +104677,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101099,6 +104706,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101127,6 +104735,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101155,6 +104764,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101183,6 +104793,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101211,6 +104822,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101239,6 +104851,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101267,6 +104880,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101295,6 +104909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101323,6 +104938,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101351,6 +104967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101379,6 +104996,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101407,6 +105025,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101435,6 +105054,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101463,6 +105083,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101491,6 +105112,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101519,6 +105141,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101547,6 +105170,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101575,6 +105199,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101603,6 +105228,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101631,6 +105257,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101659,6 +105286,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101687,6 +105315,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101715,6 +105344,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101743,6 +105373,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101771,6 +105402,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101799,6 +105431,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101827,6 +105460,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101855,6 +105489,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101883,6 +105518,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101911,6 +105547,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101939,6 +105576,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101967,6 +105605,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -101995,6 +105634,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102023,6 +105663,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102051,6 +105692,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102079,6 +105721,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102107,6 +105750,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102135,6 +105779,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102163,6 +105808,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102191,6 +105837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102219,6 +105866,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102247,6 +105895,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102275,6 +105924,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102303,6 +105953,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102331,6 +105982,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102359,6 +106011,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102387,6 +106040,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102415,6 +106069,7 @@ "orig": "ffi", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102443,6 +106098,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102471,6 +106127,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102499,6 +106156,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102527,6 +106185,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102555,6 +106214,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102583,6 +106243,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102611,6 +106272,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -102639,6 +106301,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102667,6 +106330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102695,6 +106359,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102723,6 +106388,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102751,6 +106417,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102779,6 +106446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102807,6 +106475,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102835,6 +106504,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102863,6 +106533,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102891,6 +106562,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102919,6 +106591,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102947,6 +106620,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -102975,6 +106649,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103003,6 +106678,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103031,6 +106707,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103059,6 +106736,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103087,6 +106765,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103115,6 +106794,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103143,6 +106823,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103171,6 +106852,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103199,6 +106881,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103227,6 +106910,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103255,6 +106939,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103283,6 +106968,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103311,6 +106997,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103339,6 +107026,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103367,6 +107055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103395,6 +107084,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103423,6 +107113,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103451,6 +107142,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103479,6 +107171,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103507,6 +107200,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103535,6 +107229,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103563,6 +107258,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103591,6 +107287,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103619,6 +107316,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103647,6 +107345,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103675,6 +107374,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103703,6 +107403,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103731,6 +107432,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103759,6 +107461,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103787,6 +107490,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103815,6 +107519,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103843,6 +107548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103871,6 +107577,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103899,6 +107606,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103927,6 +107635,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103955,6 +107664,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -103983,6 +107693,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104011,6 +107722,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104039,6 +107751,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104067,6 +107780,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104095,6 +107809,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104123,6 +107838,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104151,6 +107867,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104179,6 +107896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104207,6 +107925,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104235,6 +107954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104263,6 +107983,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104291,6 +108012,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104319,6 +108041,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104347,6 +108070,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104375,6 +108099,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104403,6 +108128,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104431,6 +108157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104459,6 +108186,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104487,6 +108215,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104515,6 +108244,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104543,6 +108273,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104571,6 +108302,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104599,6 +108331,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104627,6 +108360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104655,6 +108389,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104683,6 +108418,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104711,6 +108447,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104739,6 +108476,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104767,6 +108505,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104795,6 +108534,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104823,6 +108563,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104851,6 +108592,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104879,6 +108621,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -104909,6 +108652,7 @@ "orig": "KDD", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -104937,6 +108681,7 @@ "orig": "'22,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -104965,6 +108710,7 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -104993,6 +108739,7 @@ "orig": "14-18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105021,6 +108768,7 @@ "orig": "2022,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105049,6 +108797,7 @@ "orig": "Washington,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105077,6 +108826,7 @@ "orig": "DC,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105105,6 +108855,7 @@ "orig": "USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105133,6 +108884,7 @@ "orig": "Birgit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105161,6 +108913,7 @@ "orig": "Pfitzmann,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105189,6 +108942,7 @@ "orig": "Christoph", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105217,6 +108971,7 @@ "orig": "Auer,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105245,6 +109000,7 @@ "orig": "Michele", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105273,6 +109029,7 @@ "orig": "Dolfi,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105301,6 +109058,7 @@ "orig": "Ahmed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105329,6 +109087,7 @@ "orig": "S.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105357,6 +109116,7 @@ "orig": "Nassar,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105385,6 +109145,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105413,6 +109174,7 @@ "orig": "Peter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105441,6 +109203,7 @@ "orig": "Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -105469,6 +109232,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105497,6 +109261,7 @@ "orig": "1:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105525,6 +109290,7 @@ "orig": "DocLayNet", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105553,6 +109319,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105581,6 +109348,7 @@ "orig": "overview.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105609,6 +109377,7 @@ "orig": "Along", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105637,6 +109406,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105665,6 +109435,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105693,6 +109464,7 @@ "orig": "frequency", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105721,6 +109493,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105749,6 +109522,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105777,6 +109551,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105805,6 +109580,7 @@ "orig": "label,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105833,6 +109609,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105861,6 +109638,7 @@ "orig": "present", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105889,6 +109667,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105917,6 +109696,7 @@ "orig": "relative", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105945,6 +109725,7 @@ "orig": "occurrence", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -105973,6 +109754,7 @@ "orig": "(as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106001,6 +109783,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106029,6 +109812,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106057,6 +109841,7 @@ "orig": "row", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106085,6 +109870,7 @@ "orig": "'Total')", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106113,6 +109899,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106141,6 +109928,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106169,6 +109957,7 @@ "orig": "train,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106197,6 +109986,7 @@ "orig": "test", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106225,6 +110015,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106253,6 +110044,7 @@ "orig": "validation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106281,6 +110073,7 @@ "orig": "sets.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106309,6 +110102,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106337,6 +110131,7 @@ "orig": "inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106365,6 +110160,7 @@ "orig": "agreement", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106393,6 +110189,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106421,6 +110218,7 @@ "orig": "computed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106449,6 +110247,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106477,6 +110276,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106505,6 +110305,7 @@ "orig": "mAP@0.5-0.95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106533,6 +110334,7 @@ "orig": "metric", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106561,6 +110363,7 @@ "orig": "between", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106589,6 +110392,7 @@ "orig": "pairwise", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106617,6 +110421,7 @@ "orig": "annotations", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106645,6 +110450,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106673,6 +110479,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106701,6 +110508,7 @@ "orig": "triple-annotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106729,6 +110537,7 @@ "orig": "pages,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106757,6 +110566,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106785,6 +110595,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106813,6 +110624,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106841,6 +110653,7 @@ "orig": "obtain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106869,6 +110682,7 @@ "orig": "accuracy", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106897,6 +110711,7 @@ "orig": "ranges.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -106925,6 +110740,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106953,6 +110769,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -106981,6 +110798,7 @@ "orig": "Total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107009,6 +110827,7 @@ "orig": "triple", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107037,6 +110856,7 @@ "orig": "inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107065,6 +110885,7 @@ "orig": "mAP", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107093,6 +110914,7 @@ "orig": "@0.5-0.95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107121,6 +110943,7 @@ "orig": "(%)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107149,6 +110972,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107177,6 +111001,7 @@ "orig": "label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107205,6 +111030,7 @@ "orig": "Count", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107233,6 +111059,7 @@ "orig": "Train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107261,6 +111088,7 @@ "orig": "Test", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107289,6 +111117,7 @@ "orig": "Val", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107317,6 +111146,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107345,6 +111175,7 @@ "orig": "Fin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107373,6 +111204,7 @@ "orig": "Man", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107401,6 +111233,7 @@ "orig": "Sci", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107429,6 +111262,7 @@ "orig": "Law", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107457,6 +111291,7 @@ "orig": "Pat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107485,6 +111320,7 @@ "orig": "Ten", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107513,6 +111349,7 @@ "orig": "Caption", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107541,6 +111378,7 @@ "orig": "22524", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107569,6 +111407,7 @@ "orig": "2.04", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107597,6 +111436,7 @@ "orig": "1.77", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107625,6 +111465,7 @@ "orig": "2.32", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107653,6 +111494,7 @@ "orig": "84-89", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107681,6 +111523,7 @@ "orig": "40-61", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107709,6 +111552,7 @@ "orig": "86-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107737,6 +111581,7 @@ "orig": "94-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107765,6 +111610,7 @@ "orig": "95-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107793,6 +111639,7 @@ "orig": "69-78", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107821,6 +111668,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107849,6 +111697,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107877,6 +111726,7 @@ "orig": "6318", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107905,6 +111755,7 @@ "orig": "0.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107933,6 +111784,7 @@ "orig": "0.31", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107961,6 +111813,7 @@ "orig": "0.58", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -107989,6 +111842,7 @@ "orig": "83-91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108017,6 +111871,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108045,6 +111900,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108073,6 +111929,7 @@ "orig": "62-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108101,6 +111958,7 @@ "orig": "85-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108129,6 +111987,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108157,6 +112016,7 @@ "orig": "82-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108185,6 +112045,7 @@ "orig": "Formula", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108213,6 +112074,7 @@ "orig": "25027", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108241,6 +112103,7 @@ "orig": "2.25", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108269,6 +112132,7 @@ "orig": "1.90", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108297,6 +112161,7 @@ "orig": "2.96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108325,6 +112190,7 @@ "orig": "83-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108353,6 +112219,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108381,6 +112248,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108409,6 +112277,7 @@ "orig": "84-87", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108437,6 +112306,7 @@ "orig": "86-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108465,6 +112335,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108493,6 +112364,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108521,6 +112393,7 @@ "orig": "List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108549,6 +112422,7 @@ "orig": "185660", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108577,6 +112451,7 @@ "orig": "17.19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108605,6 +112480,7 @@ "orig": "13.34", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108633,6 +112509,7 @@ "orig": "15.82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108661,6 +112538,7 @@ "orig": "87-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108689,6 +112567,7 @@ "orig": "74-83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108717,6 +112596,7 @@ "orig": "90-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108745,6 +112625,7 @@ "orig": "97-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108773,6 +112654,7 @@ "orig": "81-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108801,6 +112683,7 @@ "orig": "75-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108829,6 +112712,7 @@ "orig": "93-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108857,6 +112741,7 @@ "orig": "Page-footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108885,6 +112770,7 @@ "orig": "70878", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108913,6 +112799,7 @@ "orig": "6.51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108941,6 +112828,7 @@ "orig": "5.58", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108969,6 +112857,7 @@ "orig": "6.00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -108997,6 +112886,7 @@ "orig": "93-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109025,6 +112915,7 @@ "orig": "88-90", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109053,6 +112944,7 @@ "orig": "95-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109081,6 +112973,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109109,6 +113002,7 @@ "orig": "92-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109137,6 +113031,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109165,6 +113060,7 @@ "orig": "96-98", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109193,6 +113089,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109221,6 +113118,7 @@ "orig": "58022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109249,6 +113147,7 @@ "orig": "5.10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109277,6 +113176,7 @@ "orig": "6.70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109305,6 +113205,7 @@ "orig": "5.06", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109333,6 +113234,7 @@ "orig": "85-89", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109361,6 +113263,7 @@ "orig": "66-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109389,6 +113292,7 @@ "orig": "90-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109417,6 +113321,7 @@ "orig": "98-100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109445,6 +113350,7 @@ "orig": "91-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109473,6 +113379,7 @@ "orig": "97-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109501,6 +113408,7 @@ "orig": "81-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109529,6 +113437,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109557,6 +113466,7 @@ "orig": "45976", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109585,6 +113495,7 @@ "orig": "4.21", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109613,6 +113524,7 @@ "orig": "2.78", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109641,6 +113553,7 @@ "orig": "5.31", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109669,6 +113582,7 @@ "orig": "69-71", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109697,6 +113611,7 @@ "orig": "56-59", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109725,6 +113640,7 @@ "orig": "82-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109753,6 +113669,7 @@ "orig": "69-82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109781,6 +113698,7 @@ "orig": "80-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109809,6 +113727,7 @@ "orig": "66-71", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109837,6 +113756,7 @@ "orig": "59-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109865,6 +113785,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109893,6 +113814,7 @@ "orig": "142884", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109921,6 +113843,7 @@ "orig": "12.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109949,6 +113872,7 @@ "orig": "15.77", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -109977,6 +113901,7 @@ "orig": "12.85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110005,6 +113930,7 @@ "orig": "83-84", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110033,6 +113959,7 @@ "orig": "76-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110061,6 +113988,7 @@ "orig": "90-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110089,6 +114017,7 @@ "orig": "94-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110117,6 +114046,7 @@ "orig": "87-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110145,6 +114075,7 @@ "orig": "69-73", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110173,6 +114104,7 @@ "orig": "78-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110201,6 +114133,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110229,6 +114162,7 @@ "orig": "34733", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110257,6 +114191,7 @@ "orig": "3.20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110285,6 +114220,7 @@ "orig": "2.27", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110313,6 +114249,7 @@ "orig": "3.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110341,6 +114278,7 @@ "orig": "77-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110369,6 +114307,7 @@ "orig": "75-80", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110397,6 +114336,7 @@ "orig": "83-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110425,6 +114365,7 @@ "orig": "98-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110453,6 +114394,7 @@ "orig": "58-80", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110481,6 +114423,7 @@ "orig": "79-84", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110509,6 +114452,7 @@ "orig": "70-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110537,6 +114481,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110565,6 +114510,7 @@ "orig": "510377", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110593,6 +114539,7 @@ "orig": "45.82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110621,6 +114568,7 @@ "orig": "49.28", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110649,6 +114597,7 @@ "orig": "45.00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110677,6 +114626,7 @@ "orig": "84-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110705,6 +114655,7 @@ "orig": "81-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110733,6 +114684,7 @@ "orig": "88-93", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110761,6 +114713,7 @@ "orig": "89-93", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110789,6 +114742,7 @@ "orig": "87-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110817,6 +114771,7 @@ "orig": "71-79", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110845,6 +114800,7 @@ "orig": "87-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110873,6 +114829,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110901,6 +114858,7 @@ "orig": "5071", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110929,6 +114887,7 @@ "orig": "0.47", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110957,6 +114916,7 @@ "orig": "0.30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -110985,6 +114945,7 @@ "orig": "0.50", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111013,6 +114974,7 @@ "orig": "60-72", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111041,6 +115003,7 @@ "orig": "24-63", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111069,6 +115032,7 @@ "orig": "50-63", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111097,6 +115061,7 @@ "orig": "94-100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111125,6 +115090,7 @@ "orig": "82-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111153,6 +115119,7 @@ "orig": "68-79", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111181,6 +115148,7 @@ "orig": "24-56", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111209,6 +115177,7 @@ "orig": "Total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111237,6 +115206,7 @@ "orig": "1107470", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111265,6 +115235,7 @@ "orig": "941123", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111293,6 +115264,7 @@ "orig": "99816", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111321,6 +115293,7 @@ "orig": "66531", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111349,6 +115322,7 @@ "orig": "82-83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111377,6 +115351,7 @@ "orig": "71-74", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111405,6 +115380,7 @@ "orig": "79-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111433,6 +115409,7 @@ "orig": "89-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111461,6 +115438,7 @@ "orig": "86-91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111489,6 +115467,7 @@ "orig": "71-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111517,6 +115496,7 @@ "orig": "68-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -111545,6 +115525,7 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111573,6 +115554,7 @@ "orig": "3:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111601,6 +115583,7 @@ "orig": "Corpus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111629,6 +115612,7 @@ "orig": "Conversion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111657,6 +115641,7 @@ "orig": "Service", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111685,6 +115670,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111713,6 +115699,7 @@ "orig": "user", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111741,6 +115728,7 @@ "orig": "inter-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111769,6 +115757,7 @@ "orig": "face.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111797,6 +115786,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111825,6 +115815,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111853,6 +115844,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111881,6 +115873,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111909,6 +115902,7 @@ "orig": "shown", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111937,6 +115931,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111965,6 +115960,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -111993,6 +115989,7 @@ "orig": "background,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112021,6 +116018,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112049,6 +116047,7 @@ "orig": "over-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112077,6 +116076,7 @@ "orig": "laid", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112105,6 +116105,7 @@ "orig": "text-cells", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112133,6 +116134,7 @@ "orig": "(in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112161,6 +116163,7 @@ "orig": "darker", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112189,6 +116192,7 @@ "orig": "shades).", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112217,6 +116221,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112245,6 +116250,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112273,6 +116279,7 @@ "orig": "boxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112301,6 +116308,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112329,6 +116337,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112357,6 +116366,7 @@ "orig": "drawn", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112385,6 +116395,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112413,6 +116424,7 @@ "orig": "dragging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112441,6 +116453,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112469,6 +116482,7 @@ "orig": "rectangle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112497,6 +116511,7 @@ "orig": "over", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112525,6 +116540,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112553,6 +116569,7 @@ "orig": "segment", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112581,6 +116598,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112609,6 +116627,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112637,6 +116656,7 @@ "orig": "respective", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112665,6 +116685,7 @@ "orig": "label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112693,6 +116714,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112721,6 +116743,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112749,6 +116772,7 @@ "orig": "palette", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112777,6 +116801,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112805,6 +116830,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112833,6 +116859,7 @@ "orig": "right.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -112861,6 +116888,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112889,6 +116917,7 @@ "orig": "distributed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112917,6 +116946,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112945,6 +116975,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -112973,6 +117004,7 @@ "orig": "workload", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113001,6 +117033,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113029,6 +117062,7 @@ "orig": "performed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113057,6 +117091,7 @@ "orig": "continuous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113085,6 +117120,7 @@ "orig": "quality", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113113,6 +117149,7 @@ "orig": "controls.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113141,6 +117178,7 @@ "orig": "Phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113169,6 +117207,7 @@ "orig": "one", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113197,6 +117236,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113225,6 +117265,7 @@ "orig": "two", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113253,6 +117294,7 @@ "orig": "required", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113281,6 +117323,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113309,6 +117352,7 @@ "orig": "small", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113337,6 +117381,7 @@ "orig": "team", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113365,6 +117410,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113393,6 +117439,7 @@ "orig": "experts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113421,6 +117468,7 @@ "orig": "only.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113449,6 +117497,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113477,6 +117526,7 @@ "orig": "phases", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113505,6 +117555,7 @@ "orig": "three", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113533,6 +117584,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113561,6 +117613,7 @@ "orig": "four,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113589,6 +117642,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113617,6 +117671,7 @@ "orig": "group", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113645,6 +117700,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113673,6 +117729,7 @@ "orig": "40", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113701,6 +117758,7 @@ "orig": "dedicated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113729,6 +117787,7 @@ "orig": "annotators", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113757,6 +117816,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113785,6 +117845,7 @@ "orig": "assembled", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113813,6 +117874,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113841,6 +117903,7 @@ "orig": "supervised.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -113869,6 +117932,7 @@ "orig": "Phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -113897,6 +117961,7 @@ "orig": "1:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -113925,6 +117990,7 @@ "orig": "Data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -113953,6 +118019,7 @@ "orig": "selection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -113981,6 +118048,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -114009,6 +118077,7 @@ "orig": "preparation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -114037,6 +118106,7 @@ "orig": "Our", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114065,6 +118135,7 @@ "orig": "inclusion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114093,6 +118164,7 @@ "orig": "cri-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114121,6 +118193,7 @@ "orig": "teria", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114149,6 +118222,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114177,6 +118251,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114205,6 +118280,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114233,6 +118309,7 @@ "orig": "described", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114261,6 +118338,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114289,6 +118367,7 @@ "orig": "Section", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114317,6 +118396,7 @@ "orig": "3.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114345,6 +118425,7 @@ "orig": "Alarge", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114373,6 +118454,7 @@ "orig": "effort", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114401,6 +118483,7 @@ "orig": "went", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114429,6 +118512,7 @@ "orig": "into", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114457,6 +118541,7 @@ "orig": "ensuring", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114485,6 +118570,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114513,6 +118599,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114541,6 +118628,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114569,6 +118657,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114597,6 +118686,7 @@ "orig": "free", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114625,6 +118715,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114653,6 +118744,7 @@ "orig": "use.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114681,6 +118773,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114709,6 +118802,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114737,6 +118831,7 @@ "orig": "sources", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114765,6 +118860,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114793,6 +118889,7 @@ "orig": "publication", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114821,6 +118918,7 @@ "orig": "repositories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114849,6 +118947,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114877,6 +118976,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114905,6 +119005,7 @@ "orig": "arXiv", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114933,6 +119034,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114961,6 +119063,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -114989,6 +119092,7 @@ "orig": "government", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115017,6 +119121,7 @@ "orig": "offices,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115045,6 +119150,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115073,6 +119179,7 @@ "orig": "websites", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115101,6 +119208,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115129,6 +119237,7 @@ "orig": "well", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115157,6 +119266,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115185,6 +119295,7 @@ "orig": "data", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115213,6 +119324,7 @@ "orig": "directory", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115241,6 +119353,7 @@ "orig": "services", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115269,6 +119382,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115297,6 +119411,7 @@ "orig": "financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115325,6 +119440,7 @@ "orig": "reports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115353,6 +119469,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115381,6 +119498,7 @@ "orig": "patents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115409,6 +119527,7 @@ "orig": "Scanned", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115437,6 +119556,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115465,6 +119585,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115493,6 +119614,7 @@ "orig": "excluded", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115521,6 +119643,7 @@ "orig": "wherever", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115549,6 +119672,7 @@ "orig": "possible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115577,6 +119701,7 @@ "orig": "because", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115605,6 +119730,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115633,6 +119759,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115661,6 +119788,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115689,6 +119817,7 @@ "orig": "rotated", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115717,6 +119846,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115745,6 +119875,7 @@ "orig": "skewed.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115773,6 +119904,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115801,6 +119933,7 @@ "orig": "would", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115829,6 +119962,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115857,6 +119991,7 @@ "orig": "allow", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115885,6 +120020,7 @@ "orig": "us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115913,6 +120049,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115941,6 +120078,7 @@ "orig": "perform", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115969,6 +120107,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -115997,6 +120136,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116025,6 +120165,7 @@ "orig": "rectangular", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116053,6 +120194,7 @@ "orig": "bounding-boxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116081,6 +120223,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116109,6 +120252,7 @@ "orig": "therefore", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116137,6 +120281,7 @@ "orig": "complicate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116165,6 +120310,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116193,6 +120339,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116221,6 +120368,7 @@ "orig": "process.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116249,6 +120397,7 @@ "orig": "Preparation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116277,6 +120426,7 @@ "orig": "work", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116305,6 +120455,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116333,6 +120484,7 @@ "orig": "uploading", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116361,6 +120513,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116389,6 +120542,7 @@ "orig": "parsing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116417,6 +120571,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116445,6 +120600,7 @@ "orig": "sourced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116473,6 +120629,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116501,6 +120658,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116529,6 +120687,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116557,6 +120716,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116585,6 +120745,7 @@ "orig": "Corpus", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116613,6 +120774,7 @@ "orig": "Conversion", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116641,6 +120803,7 @@ "orig": "Service", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116669,6 +120832,7 @@ "orig": "(CCS)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116697,6 +120861,7 @@ "orig": "[22],", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116725,6 +120890,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116753,6 +120919,7 @@ "orig": "cloud-native", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116781,6 +120948,7 @@ "orig": "platform", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116809,6 +120977,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116837,6 +121006,7 @@ "orig": "provides", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116865,6 +121035,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116893,6 +121064,7 @@ "orig": "visual", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116921,6 +121093,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116949,6 +121122,7 @@ "orig": "interface", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -116977,6 +121151,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117005,6 +121180,7 @@ "orig": "allows", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117033,6 +121209,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117061,6 +121238,7 @@ "orig": "dataset", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117089,6 +121267,7 @@ "orig": "inspection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117117,6 +121296,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117145,6 +121325,7 @@ "orig": "analysis.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117173,6 +121354,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117201,6 +121383,7 @@ "orig": "annotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117229,6 +121412,7 @@ "orig": "in-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117257,6 +121441,7 @@ "orig": "terface", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117285,6 +121470,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117313,6 +121499,7 @@ "orig": "CCS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117341,6 +121528,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117369,6 +121557,7 @@ "orig": "shown", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117397,6 +121586,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117425,6 +121615,7 @@ "orig": "Figure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117453,6 +121644,7 @@ "orig": "3.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117481,6 +121673,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117509,6 +121702,7 @@ "orig": "desired", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117537,6 +121731,7 @@ "orig": "balance", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117565,6 +121760,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117593,6 +121789,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117621,6 +121818,7 @@ "orig": "between", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117649,6 +121847,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117677,6 +121876,7 @@ "orig": "different", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117705,6 +121905,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117733,6 +121934,7 @@ "orig": "categories", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117761,6 +121963,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117789,6 +121992,7 @@ "orig": "achieved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117817,6 +122021,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117845,6 +122050,7 @@ "orig": "se-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117873,6 +122079,7 @@ "orig": "lective", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117901,6 +122108,7 @@ "orig": "subsampling", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117929,6 +122137,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117957,6 +122166,7 @@ "orig": "pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -117985,6 +122195,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118013,6 +122224,7 @@ "orig": "certain", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118041,6 +122253,7 @@ "orig": "desired", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118069,6 +122282,7 @@ "orig": "properties.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118097,6 +122311,7 @@ "orig": "For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118125,6 +122340,7 @@ "orig": "example,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118153,6 +122369,7 @@ "orig": "we", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118181,6 +122398,7 @@ "orig": "made", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118209,6 +122427,7 @@ "orig": "sure", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118237,6 +122456,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118265,6 +122485,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118293,6 +122514,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118321,6 +122543,7 @@ "orig": "title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118349,6 +122572,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118377,6 +122601,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118405,6 +122630,7 @@ "orig": "each", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118433,6 +122659,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118461,6 +122688,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118489,6 +122717,7 @@ "orig": "bias", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118517,6 +122746,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118545,6 +122775,7 @@ "orig": "remaining", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118573,6 +122804,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118601,6 +122833,7 @@ "orig": "selection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118629,6 +122862,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118657,6 +122891,7 @@ "orig": "those", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118685,6 +122920,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118713,6 +122949,7 @@ "orig": "figures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118741,6 +122978,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118769,6 +123007,7 @@ "orig": "tables.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118797,6 +123036,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118825,6 +123065,7 @@ "orig": "latter", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118853,6 +123094,7 @@ "orig": "was", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118881,6 +123123,7 @@ "orig": "achieved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118909,6 +123152,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118937,6 +123181,7 @@ "orig": "leveraging", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118965,6 +123210,7 @@ "orig": "pre-trained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -118993,6 +123239,7 @@ "orig": "object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119021,6 +123268,7 @@ "orig": "detection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119049,6 +123297,7 @@ "orig": "models", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119077,6 +123326,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119105,6 +123355,7 @@ "orig": "PubLayNet,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119133,6 +123384,7 @@ "orig": "which", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119161,6 +123413,7 @@ "orig": "helped", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119189,6 +123442,7 @@ "orig": "us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119217,6 +123471,7 @@ "orig": "estimate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119245,6 +123500,7 @@ "orig": "how", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119273,6 +123529,7 @@ "orig": "many", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119301,6 +123558,7 @@ "orig": "figures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119329,6 +123587,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119357,6 +123616,7 @@ "orig": "tables", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119385,6 +123645,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119413,6 +123674,7 @@ "orig": "given", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119441,6 +123703,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119469,6 +123732,7 @@ "orig": "contains.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119497,6 +123761,7 @@ "orig": "Phase", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119525,6 +123790,7 @@ "orig": "2:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119553,6 +123819,7 @@ "orig": "Label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119581,6 +123848,7 @@ "orig": "selection", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119609,6 +123877,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119637,6 +123906,7 @@ "orig": "guideline.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -119665,6 +123935,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119693,6 +123964,7 @@ "orig": "reviewed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119721,6 +123993,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119749,6 +124022,7 @@ "orig": "col-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119777,6 +124051,7 @@ "orig": "lected", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119805,6 +124080,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119833,6 +124109,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119861,6 +124138,7 @@ "orig": "identified", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119889,6 +124167,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119917,6 +124196,7 @@ "orig": "most", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119945,6 +124225,7 @@ "orig": "common", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -119973,6 +124254,7 @@ "orig": "structural", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120001,6 +124283,7 @@ "orig": "fea-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120029,6 +124312,7 @@ "orig": "tures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120057,6 +124341,7 @@ "orig": "they", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120085,6 +124370,7 @@ "orig": "exhibit.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120113,6 +124399,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120141,6 +124428,7 @@ "orig": "wasachieved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120169,6 +124457,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120197,6 +124486,7 @@ "orig": "identifying", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120225,6 +124515,7 @@ "orig": "recurrent", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120253,6 +124544,7 @@ "orig": "layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120281,6 +124573,7 @@ "orig": "elements", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120309,6 +124602,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120337,6 +124631,7 @@ "orig": "lead", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120365,6 +124660,7 @@ "orig": "us", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120393,6 +124689,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120421,6 +124718,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120449,6 +124747,7 @@ "orig": "definition", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120477,6 +124776,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120505,6 +124805,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120533,6 +124834,7 @@ "orig": "distinct", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120561,6 +124863,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120589,6 +124892,7 @@ "orig": "labels.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120617,6 +124921,7 @@ "orig": "These", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120645,6 +124950,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120673,6 +124979,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120701,6 +125008,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120729,6 +125037,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120757,6 +125066,7 @@ "orig": "Caption", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -120785,6 +125095,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120813,6 +125124,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -120841,6 +125153,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120869,6 +125182,7 @@ "orig": "Formula", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -120897,6 +125211,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120925,6 +125240,7 @@ "orig": "List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -120953,6 +125269,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -120981,6 +125298,7 @@ "orig": "Page-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121009,6 +125327,7 @@ "orig": "footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121037,6 +125356,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121065,6 +125385,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121093,6 +125414,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121121,6 +125443,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121149,6 +125472,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121177,6 +125501,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121205,6 +125530,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121233,6 +125559,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121261,6 +125588,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121289,6 +125617,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121317,6 +125646,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121345,6 +125675,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121373,6 +125704,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -121401,6 +125733,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121429,6 +125762,7 @@ "orig": "Critical", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121457,6 +125791,7 @@ "orig": "factors", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121485,6 +125820,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121513,6 +125849,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121541,6 +125878,7 @@ "orig": "considered", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121569,6 +125907,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121597,6 +125936,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121625,6 +125965,7 @@ "orig": "choice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121653,6 +125994,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121681,6 +126023,7 @@ "orig": "these", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121709,6 +126052,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121737,6 +126081,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121765,6 +126110,7 @@ "orig": "were", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121793,6 +126139,7 @@ "orig": "(1)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121821,6 +126168,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121849,6 +126197,7 @@ "orig": "overall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121877,6 +126226,7 @@ "orig": "occurrence", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121905,6 +126255,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121933,6 +126284,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121961,6 +126313,7 @@ "orig": "label,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -121989,6 +126342,7 @@ "orig": "(2)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122017,6 +126371,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122045,6 +126400,7 @@ "orig": "specificity", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122073,6 +126429,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122101,6 +126458,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122129,6 +126487,7 @@ "orig": "label,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122157,6 +126516,7 @@ "orig": "(3)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122185,6 +126545,7 @@ "orig": "recognisability", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122213,6 +126574,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122241,6 +126603,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122269,6 +126632,7 @@ "orig": "single", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122297,6 +126661,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122325,6 +126690,7 @@ "orig": "(i.e.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122353,6 +126719,7 @@ "orig": "no", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122381,6 +126748,7 @@ "orig": "need", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122409,6 +126777,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122437,6 +126806,7 @@ "orig": "context", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122465,6 +126835,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122493,6 +126864,7 @@ "orig": "previous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122521,6 +126893,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122549,6 +126922,7 @@ "orig": "next", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122577,6 +126951,7 @@ "orig": "page)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122605,6 +126980,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122633,6 +127009,7 @@ "orig": "(4)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122661,6 +127038,7 @@ "orig": "overall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122689,6 +127067,7 @@ "orig": "coverage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122717,6 +127096,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122745,6 +127125,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122773,6 +127154,7 @@ "orig": "page.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122801,6 +127183,7 @@ "orig": "Specificity", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122829,6 +127212,7 @@ "orig": "ensures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122857,6 +127241,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122885,6 +127270,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122913,6 +127299,7 @@ "orig": "choice", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122941,6 +127328,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122969,6 +127357,7 @@ "orig": "label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -122997,6 +127386,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123025,6 +127415,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123053,6 +127444,7 @@ "orig": "ambiguous,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123081,6 +127473,7 @@ "orig": "while", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123109,6 +127502,7 @@ "orig": "coverage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123137,6 +127531,7 @@ "orig": "ensures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123165,6 +127560,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123193,6 +127589,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123221,6 +127618,7 @@ "orig": "meaningful", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123249,6 +127647,7 @@ "orig": "items", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123277,6 +127676,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123305,6 +127705,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123333,6 +127734,7 @@ "orig": "page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123361,6 +127763,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123389,6 +127792,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123417,6 +127821,7 @@ "orig": "annotated.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123445,6 +127850,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123473,6 +127879,7 @@ "orig": "refrained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123501,6 +127908,7 @@ "orig": "from", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123529,6 +127937,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123557,6 +127966,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123585,6 +127995,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123613,6 +128024,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123641,6 +128053,7 @@ "orig": "very", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123669,6 +128082,7 @@ "orig": "specific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123697,6 +128111,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123725,6 +128140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123753,6 +128169,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123781,6 +128198,7 @@ "orig": "category,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123809,6 +128227,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123837,6 +128256,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123865,6 +128285,7 @@ "orig": "Abstract", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -123893,6 +128314,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123921,6 +128343,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -123949,6 +128372,7 @@ "orig": "Scientific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -123977,6 +128401,7 @@ "orig": "Articles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -124005,6 +128430,7 @@ "orig": "category.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124033,6 +128459,7 @@ "orig": "We", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124061,6 +128488,7 @@ "orig": "also", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124089,6 +128517,7 @@ "orig": "avoided", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124117,6 +128546,7 @@ "orig": "class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124145,6 +128575,7 @@ "orig": "labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124173,6 +128604,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124201,6 +128633,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124229,6 +128662,7 @@ "orig": "tightly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124257,6 +128691,7 @@ "orig": "linked", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124285,6 +128720,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124313,6 +128749,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124341,6 +128778,7 @@ "orig": "semantics", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124369,6 +128807,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124397,6 +128836,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124425,6 +128865,7 @@ "orig": "text.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124453,6 +128894,7 @@ "orig": "Labels", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124481,6 +128923,7 @@ "orig": "such", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124509,6 +128952,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124537,6 +128981,7 @@ "orig": "Author", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -124565,6 +129010,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124593,6 +129039,7 @@ "orig": "Affiliation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -124621,6 +129068,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124649,6 +129097,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124677,6 +129126,7 @@ "orig": "seen", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124705,6 +129155,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124733,6 +129184,7 @@ "orig": "DocBank,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124761,6 +129213,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124789,6 +129242,7 @@ "orig": "often", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124817,6 +129271,7 @@ "orig": "only", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124845,6 +129300,7 @@ "orig": "distinguishable", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124873,6 +129329,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124901,6 +129358,7 @@ "orig": "discriminating", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124929,6 +129387,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124957,6 +129416,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -124985,6 +129445,7 @@ "orig": "https://arxiv.org/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125015,6 +129476,7 @@ "orig": "KDD '22, August 14-18, 2022, Washington, DC, USA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -125043,6 +129505,7 @@ "orig": "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter Staar", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F219", @@ -125071,6 +129534,7 @@ "orig": "Table 1: DocLayNet dataset overview. Along with the frequency of each class label, we present the relative occurrence (as %", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -125099,6 +129563,7 @@ "orig": "of row 'Total') in the train, test and validation sets. The inter-annotator agreement is computed as the mAP@0.5-0.95 metric", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -125127,6 +129592,7 @@ "orig": "between pairwise annotations from the triple-annotated pages, from which we obtain accuracy ranges.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -125155,6 +129621,7 @@ "orig": "% of Total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125183,6 +129650,7 @@ "orig": "triple inter-annotator", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125211,6 +129679,7 @@ "orig": "mAP @ 0.5-0.95 (%)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125239,6 +129708,7 @@ "orig": "class label", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125267,6 +129737,7 @@ "orig": "Count", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125295,6 +129766,7 @@ "orig": "Train", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125323,6 +129795,7 @@ "orig": "Test", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125351,6 +129824,7 @@ "orig": "Val", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125379,6 +129853,7 @@ "orig": "All", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125407,6 +129882,7 @@ "orig": "Fin", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125435,6 +129911,7 @@ "orig": "Man", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125463,6 +129940,7 @@ "orig": "Sci", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125491,6 +129969,7 @@ "orig": "Law", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125519,6 +129998,7 @@ "orig": "Pat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125547,6 +130027,7 @@ "orig": "Ten", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125575,6 +130056,7 @@ "orig": "Caption", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125603,6 +130085,7 @@ "orig": "22524", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125631,6 +130114,7 @@ "orig": "2.04", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125659,6 +130143,7 @@ "orig": "1.77", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125687,6 +130172,7 @@ "orig": "2.32", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125715,6 +130201,7 @@ "orig": "84-89", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125743,6 +130230,7 @@ "orig": "40-61", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125771,6 +130259,7 @@ "orig": "86-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125799,6 +130288,7 @@ "orig": "94-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125827,6 +130317,7 @@ "orig": "95-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125855,6 +130346,7 @@ "orig": "69-78", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125883,6 +130375,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125911,6 +130404,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125939,6 +130433,7 @@ "orig": "6318", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125967,6 +130462,7 @@ "orig": "0.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -125995,6 +130491,7 @@ "orig": "0.31", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126023,6 +130520,7 @@ "orig": "0.58", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126051,6 +130549,7 @@ "orig": "83-91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126079,6 +130578,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126107,6 +130607,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126135,6 +130636,7 @@ "orig": "62-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126163,6 +130665,7 @@ "orig": "85-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126191,6 +130694,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126219,6 +130723,7 @@ "orig": "82-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126247,6 +130752,7 @@ "orig": "Formula", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126275,6 +130781,7 @@ "orig": "25027", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126303,6 +130810,7 @@ "orig": "2.25", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126331,6 +130839,7 @@ "orig": "1.90", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126359,6 +130868,7 @@ "orig": "2.96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126387,6 +130897,7 @@ "orig": "83-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126415,6 +130926,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126443,6 +130955,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126471,6 +130984,7 @@ "orig": "84-87", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126499,6 +131013,7 @@ "orig": "86-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126527,6 +131042,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126555,6 +131071,7 @@ "orig": "n/a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126583,6 +131100,7 @@ "orig": "List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126611,6 +131129,7 @@ "orig": "185660", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126639,6 +131158,7 @@ "orig": "17.19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126667,6 +131187,7 @@ "orig": "13.34", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126695,6 +131216,7 @@ "orig": "15.82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126723,6 +131245,7 @@ "orig": "87-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126751,6 +131274,7 @@ "orig": "74-83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126779,6 +131303,7 @@ "orig": "90-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126807,6 +131332,7 @@ "orig": "97-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126835,6 +131361,7 @@ "orig": "81-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126863,6 +131390,7 @@ "orig": "75-88", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126891,6 +131419,7 @@ "orig": "93-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126919,6 +131448,7 @@ "orig": "Page-footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126947,6 +131477,7 @@ "orig": "70878", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -126975,6 +131506,7 @@ "orig": "6.51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127003,6 +131535,7 @@ "orig": "5.58", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127031,6 +131564,7 @@ "orig": "6.00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127059,6 +131593,7 @@ "orig": "93-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127087,6 +131622,7 @@ "orig": "88-90", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127115,6 +131651,7 @@ "orig": "95-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127143,6 +131680,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127171,6 +131709,7 @@ "orig": "92-97", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127199,6 +131738,7 @@ "orig": "100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127227,6 +131767,7 @@ "orig": "96-98", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127255,6 +131796,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127283,6 +131825,7 @@ "orig": "58022", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127311,6 +131854,7 @@ "orig": "5.10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127339,6 +131883,7 @@ "orig": "6.70", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127367,6 +131912,7 @@ "orig": "5.06", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127395,6 +131941,7 @@ "orig": "85-89", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127423,6 +131970,7 @@ "orig": "66-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127451,6 +131999,7 @@ "orig": "90-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127479,6 +132028,7 @@ "orig": "98-100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127507,6 +132057,7 @@ "orig": "91-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127535,6 +132086,7 @@ "orig": "97-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127563,6 +132115,7 @@ "orig": "81-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127591,6 +132144,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127619,6 +132173,7 @@ "orig": "45976", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127647,6 +132202,7 @@ "orig": "4.21", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127675,6 +132231,7 @@ "orig": "2.78", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127703,6 +132260,7 @@ "orig": "5.31", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127731,6 +132289,7 @@ "orig": "69-71", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127759,6 +132318,7 @@ "orig": "56-59", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127787,6 +132347,7 @@ "orig": "82-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127815,6 +132376,7 @@ "orig": "69-82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127843,6 +132405,7 @@ "orig": "80-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127871,6 +132434,7 @@ "orig": "66-71", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127899,6 +132463,7 @@ "orig": "59-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127927,6 +132492,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127955,6 +132521,7 @@ "orig": "142884", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -127983,6 +132550,7 @@ "orig": "12.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128011,6 +132579,7 @@ "orig": "15.77", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128039,6 +132608,7 @@ "orig": "12.85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128067,6 +132637,7 @@ "orig": "83-84", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128095,6 +132666,7 @@ "orig": "76-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128123,6 +132695,7 @@ "orig": "90-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128151,6 +132724,7 @@ "orig": "94-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128179,6 +132753,7 @@ "orig": "87-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128207,6 +132782,7 @@ "orig": "69-73", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128235,6 +132811,7 @@ "orig": "78-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128263,6 +132840,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128291,6 +132869,7 @@ "orig": "34733", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128319,6 +132898,7 @@ "orig": "3.20", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128347,6 +132927,7 @@ "orig": "2.27", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128375,6 +132956,7 @@ "orig": "3.60", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128403,6 +132985,7 @@ "orig": "77-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128431,6 +133014,7 @@ "orig": "75-80", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128459,6 +133043,7 @@ "orig": "83-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128487,6 +133072,7 @@ "orig": "98-99", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128515,6 +133101,7 @@ "orig": "58-80", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128543,6 +133130,7 @@ "orig": "79-84", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128571,6 +133159,7 @@ "orig": "70-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128599,6 +133188,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128627,6 +133217,7 @@ "orig": "510377", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128655,6 +133246,7 @@ "orig": "45.82", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128683,6 +133275,7 @@ "orig": "49.28", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128711,6 +133304,7 @@ "orig": "45.00", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128739,6 +133333,7 @@ "orig": "84-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128767,6 +133362,7 @@ "orig": "81-86", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128795,6 +133391,7 @@ "orig": "88-93", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128823,6 +133420,7 @@ "orig": "89-93", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128851,6 +133449,7 @@ "orig": "87-92", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128879,6 +133478,7 @@ "orig": "71-79", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128907,6 +133507,7 @@ "orig": "87-95", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128935,6 +133536,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128963,6 +133565,7 @@ "orig": "5071", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -128991,6 +133594,7 @@ "orig": "0.47", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129019,6 +133623,7 @@ "orig": "0.30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129047,6 +133652,7 @@ "orig": "0.50", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129075,6 +133681,7 @@ "orig": "60-72", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129103,6 +133710,7 @@ "orig": "24-63", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129131,6 +133739,7 @@ "orig": "50-63", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129159,6 +133768,7 @@ "orig": "94-100", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129187,6 +133797,7 @@ "orig": "82-96", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129215,6 +133826,7 @@ "orig": "68-79", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129243,6 +133855,7 @@ "orig": "24-56", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129271,6 +133884,7 @@ "orig": "Total", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129299,6 +133913,7 @@ "orig": "1107470", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129327,6 +133942,7 @@ "orig": "941123", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129355,6 +133971,7 @@ "orig": "99816", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129383,6 +134000,7 @@ "orig": "66531", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129411,6 +134029,7 @@ "orig": "82-83", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129439,6 +134058,7 @@ "orig": "71-74", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129467,6 +134087,7 @@ "orig": "79-81", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129495,6 +134116,7 @@ "orig": "89-94", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129523,6 +134145,7 @@ "orig": "86-91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129551,6 +134174,7 @@ "orig": "71-76", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129579,6 +134203,7 @@ "orig": "68-85", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129607,6 +134232,7 @@ "orig": "Figure 3: Corpus Conversion Service annotation user inter-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129635,6 +134261,7 @@ "orig": "face. The PDF page is shown in the background, with over-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129663,6 +134290,7 @@ "orig": "laid text-cells (in darker shades). The annotation boxes can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129691,6 +134319,7 @@ "orig": "be drawn by dragging a rectangle over each segment with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129719,6 +134348,7 @@ "orig": "the respective label from the palette on the right.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129747,6 +134377,7 @@ "orig": "we distributed the annotation workload and performed continuous", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129775,6 +134406,7 @@ "orig": "quality controls. Phase one and two required a small team of experts", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129803,6 +134435,7 @@ "orig": "only. For phases three and four, a group of 40 dedicated annotators", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129831,6 +134464,7 @@ "orig": "were assembled and supervised.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129859,6 +134493,7 @@ "orig": "Phase 1: Data selection and preparation.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -129887,6 +134522,7 @@ "orig": "Our inclusion cri-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129915,6 +134551,7 @@ "orig": "teria for documents were described in Section 3. A large effort went", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129943,6 +134580,7 @@ "orig": "into ensuring that all documents are free to use. The data sources", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129971,6 +134609,7 @@ "orig": "include publication repositories such as arXiv", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -129999,6 +134638,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130027,6 +134667,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130055,6 +134696,7 @@ "orig": "government offices,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130083,6 +134725,7 @@ "orig": "company websites as well as data directory services for financial", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130111,6 +134754,7 @@ "orig": "reports and patents. Scanned documents were excluded wherever", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130139,6 +134783,7 @@ "orig": "possible because they can be rotated or skewed. This would not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130167,6 +134812,7 @@ "orig": "allow us to perform annotation with rectangular bounding-boxes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130195,6 +134841,7 @@ "orig": "and therefore complicate the annotation process.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130223,6 +134870,7 @@ "orig": "Preparation work included uploading and parsing the sourced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130251,6 +134899,7 @@ "orig": "PDF documents in the Corpus Conversion Service (CCS) [22], a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130279,6 +134928,7 @@ "orig": "cloud-native platform which provides a visual annotation interface", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130307,6 +134957,7 @@ "orig": "and allows for dataset inspection and analysis. The annotation in-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130335,6 +134986,7 @@ "orig": "terface of CCS is shown in Figure 3. The desired balance of pages", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130363,6 +135015,7 @@ "orig": "between the different document categories was achieved by se-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130391,6 +135044,7 @@ "orig": "lective subsampling of pages with certain desired properties. For", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130419,6 +135073,7 @@ "orig": "example, we made sure to include the title page of each document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130447,6 +135102,7 @@ "orig": "and bias the remaining page selection to those with figures or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130475,6 +135131,7 @@ "orig": "tables. The latter was achieved by leveraging pre-trained object", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130503,6 +135160,7 @@ "orig": "detection models from PubLayNet, which helped us estimate how", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130531,6 +135189,7 @@ "orig": "many figures and tables a given page contains.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130559,6 +135218,7 @@ "orig": "Phase 2: Label selection and guideline.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F138", @@ -130587,6 +135247,7 @@ "orig": "We reviewed the col-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130615,6 +135276,7 @@ "orig": "lected documents and identified the most common structural fea-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130643,6 +135305,7 @@ "orig": "tures they exhibit. This was achieved by identifying recurrent layout", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130671,6 +135334,7 @@ "orig": "elements and lead us to the definition of 11 distinct class labels.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130699,6 +135363,7 @@ "orig": "These 11 class labels are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130727,6 +135392,7 @@ "orig": "Caption", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -130755,6 +135421,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130783,6 +135450,7 @@ "orig": "Footnote", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -130811,6 +135479,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130839,6 +135508,7 @@ "orig": "Formula List-item", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -130867,6 +135537,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130895,6 +135566,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -130923,6 +135595,7 @@ "orig": "Page-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -130951,6 +135624,7 @@ "orig": "footer", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -130979,6 +135653,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131007,6 +135682,7 @@ "orig": "Page-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131035,6 +135711,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131063,6 +135740,7 @@ "orig": "Picture", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131091,6 +135769,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131119,6 +135798,7 @@ "orig": "Section-header", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131147,6 +135827,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131175,6 +135856,7 @@ "orig": "Table", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131203,6 +135885,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131231,6 +135914,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131259,6 +135943,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131287,6 +135972,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131315,6 +136001,7 @@ "orig": "Title", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131343,6 +136030,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131371,6 +136059,7 @@ "orig": "Critical factors that were considered for the choice of these class", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131399,6 +136088,7 @@ "orig": "labels were (1) the overall occurrence of the label, (2) the specificity", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131427,6 +136117,7 @@ "orig": "of the label, (3) recognisability on a single page (i.e. no need for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131455,6 +136146,7 @@ "orig": "context from previous or next page) and (4) overall coverage of the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131483,6 +136175,7 @@ "orig": "page. Specificity ensures that the choice of label is not ambiguous,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131511,6 +136204,7 @@ "orig": "while coverage ensures that all meaningful items on a page can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131539,6 +136233,7 @@ "orig": "be annotated. We refrained from class labels that are very specific", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131567,6 +136262,7 @@ "orig": "to a document category, such as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131595,6 +136291,7 @@ "orig": "Abstract", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131623,6 +136320,7 @@ "orig": "in the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131651,6 +136349,7 @@ "orig": "Scientific Articles", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131679,6 +136378,7 @@ "orig": "category. We also avoided class labels that are tightly linked to the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131707,6 +136407,7 @@ "orig": "semantics of the text. Labels such as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131735,6 +136436,7 @@ "orig": "Author", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131763,6 +136465,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131791,6 +136494,7 @@ "orig": "Affiliation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F148", @@ -131819,6 +136523,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131847,6 +136552,7 @@ "orig": "as seen", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131875,6 +136581,7 @@ "orig": "in DocBank, are often only distinguishable by discriminating on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131903,6 +136610,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", @@ -131931,12 +136639,16 @@ "orig": "https://arxiv.org/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F134", "font_name": "/RWPIRK+LinLibertineT" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/ligatures_01.pdf.v2.json b/tests/data/groundtruth/ligatures_01.pdf.v2.json index 1df0e79d..1b75ac39 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.v2.json +++ b/tests/data/groundtruth/ligatures_01.pdf.v2.json @@ -1639,7 +1639,7 @@ 657.754, "B", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1662,7 +1662,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1685,7 +1685,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1708,7 +1708,7 @@ 657.754, "g", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1731,7 +1731,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1754,7 +1754,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1777,7 +1777,7 @@ 657.754, "P", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1800,7 +1800,7 @@ 657.754, "fi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1823,7 +1823,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1846,7 +1846,7 @@ 657.754, "z", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1869,7 +1869,7 @@ 657.754, "m", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1892,7 +1892,7 @@ 657.754, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1915,7 +1915,7 @@ 657.754, "n", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1938,7 +1938,7 @@ 657.754, "n", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1961,7 +1961,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -1984,7 +1984,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2007,7 +2007,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2030,7 +2030,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2053,7 +2053,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2076,7 +2076,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2099,7 +2099,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2122,7 +2122,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2145,7 +2145,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2168,7 +2168,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2191,7 +2191,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2214,7 +2214,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2237,7 +2237,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2260,7 +2260,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2283,7 +2283,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2306,7 +2306,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2329,7 +2329,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2352,7 +2352,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2375,7 +2375,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2398,7 +2398,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2421,7 +2421,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2444,7 +2444,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2467,7 +2467,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2490,7 +2490,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2513,7 +2513,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2536,7 +2536,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2559,7 +2559,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2582,7 +2582,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2605,7 +2605,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2628,7 +2628,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2651,7 +2651,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2674,7 +2674,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2697,7 +2697,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2720,7 +2720,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2743,7 +2743,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2766,7 +2766,7 @@ 620.587, "p", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2789,7 +2789,7 @@ 620.587, "f", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2812,7 +2812,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2835,7 +2835,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2858,7 +2858,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2881,7 +2881,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2904,7 +2904,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2927,7 +2927,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2950,7 +2950,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2973,7 +2973,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2996,7 +2996,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3019,7 +3019,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3042,7 +3042,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3065,7 +3065,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3088,7 +3088,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3111,7 +3111,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3134,7 +3134,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3157,7 +3157,7 @@ 657.754, "C", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3180,7 +3180,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3203,7 +3203,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3226,7 +3226,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3249,7 +3249,7 @@ 657.754, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3272,7 +3272,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3295,7 +3295,7 @@ 657.754, "o", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3318,7 +3318,7 @@ 657.754, "p", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3341,7 +3341,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3364,7 +3364,7 @@ 657.754, "A", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3387,7 +3387,7 @@ 657.754, "u", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3410,7 +3410,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3433,7 +3433,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3456,7 +3456,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3479,7 +3479,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3502,7 +3502,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3525,7 +3525,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3548,7 +3548,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3571,7 +3571,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3594,7 +3594,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3617,7 +3617,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3640,7 +3640,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3663,7 +3663,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3686,7 +3686,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3709,7 +3709,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3732,7 +3732,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3755,7 +3755,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3778,7 +3778,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3801,7 +3801,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3824,7 +3824,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3847,7 +3847,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3870,7 +3870,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3893,7 +3893,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3916,7 +3916,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3939,7 +3939,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3962,7 +3962,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3985,7 +3985,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4008,7 +4008,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4031,7 +4031,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4054,7 +4054,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4077,7 +4077,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4100,7 +4100,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4123,7 +4123,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4146,7 +4146,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4169,7 +4169,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4192,7 +4192,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4215,7 +4215,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4238,7 +4238,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4261,7 +4261,7 @@ 620.587, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4284,7 +4284,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4307,7 +4307,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4330,7 +4330,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4353,7 +4353,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4376,7 +4376,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4399,7 +4399,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4422,7 +4422,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4445,7 +4445,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4468,7 +4468,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4491,7 +4491,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4514,7 +4514,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4537,7 +4537,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4560,7 +4560,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4583,7 +4583,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4606,7 +4606,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4629,7 +4629,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4652,7 +4652,7 @@ 657.754, "M", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4675,7 +4675,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4698,7 +4698,7 @@ 657.754, "c", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4721,7 +4721,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4744,7 +4744,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4767,7 +4767,7 @@ 657.754, "l", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4790,7 +4790,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4813,7 +4813,7 @@ 657.754, "D", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4836,7 +4836,7 @@ 657.754, "o", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4859,7 +4859,7 @@ 657.754, "l", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4882,7 +4882,7 @@ 657.754, "fi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4905,7 +4905,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4928,7 +4928,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4951,7 +4951,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4974,7 +4974,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4997,7 +4997,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5020,7 +5020,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5043,7 +5043,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5066,7 +5066,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5089,7 +5089,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5112,7 +5112,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5135,7 +5135,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5158,7 +5158,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5181,7 +5181,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5204,7 +5204,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5227,7 +5227,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5250,7 +5250,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5273,7 +5273,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5296,7 +5296,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5319,7 +5319,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5342,7 +5342,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5365,7 +5365,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5388,7 +5388,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5411,7 +5411,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5434,7 +5434,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5457,7 +5457,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5480,7 +5480,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5503,7 +5503,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5526,7 +5526,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5549,7 +5549,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5572,7 +5572,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5595,7 +5595,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5618,7 +5618,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5641,7 +5641,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5664,7 +5664,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5687,7 +5687,7 @@ 620.587, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5710,7 +5710,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5733,7 +5733,7 @@ 620.587, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5756,7 +5756,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5779,7 +5779,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5802,7 +5802,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5825,7 +5825,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5848,7 +5848,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5871,7 +5871,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5894,7 +5894,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5917,7 +5917,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5940,7 +5940,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5963,7 +5963,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5986,7 +5986,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6009,7 +6009,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6032,7 +6032,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6055,7 +6055,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6078,7 +6078,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6101,7 +6101,7 @@ 599.369, "A", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6124,7 +6124,7 @@ 599.369, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6147,7 +6147,7 @@ 599.369, "m", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6170,7 +6170,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6193,7 +6193,7 @@ 599.369, "d", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6216,7 +6216,7 @@ 599.369, "S", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6239,7 +6239,7 @@ 599.369, ".", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6262,7 +6262,7 @@ 599.369, "N", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6285,7 +6285,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6308,7 +6308,7 @@ 599.369, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6331,7 +6331,7 @@ 599.369, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6354,7 +6354,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6377,7 +6377,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6400,7 +6400,7 @@ 586.113, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6423,7 +6423,7 @@ 586.113, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6446,7 +6446,7 @@ 586.113, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6469,7 +6469,7 @@ 586.113, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6492,7 +6492,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6515,7 +6515,7 @@ 586.113, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6538,7 +6538,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6561,7 +6561,7 @@ 586.113, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6584,7 +6584,7 @@ 586.113, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6607,7 +6607,7 @@ 586.113, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6630,7 +6630,7 @@ 586.113, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6653,7 +6653,7 @@ 574.158, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6676,7 +6676,7 @@ 574.158, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6699,7 +6699,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6722,7 +6722,7 @@ 574.158, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6745,7 +6745,7 @@ 574.158, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6768,7 +6768,7 @@ 574.158, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6791,7 +6791,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6814,7 +6814,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6837,7 +6837,7 @@ 574.158, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6860,7 +6860,7 @@ 574.158, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6883,7 +6883,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6906,7 +6906,7 @@ 574.158, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6929,7 +6929,7 @@ 574.158, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6952,7 +6952,7 @@ 574.158, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6975,7 +6975,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6998,7 +6998,7 @@ 574.158, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7021,7 +7021,7 @@ 574.158, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7044,7 +7044,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7067,7 +7067,7 @@ 574.158, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7090,7 +7090,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7113,7 +7113,7 @@ 574.158, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7136,7 +7136,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7159,7 +7159,7 @@ 574.158, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7182,7 +7182,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7205,7 +7205,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7228,7 +7228,7 @@ 562.202, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7251,7 +7251,7 @@ 562.202, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7274,7 +7274,7 @@ 562.202, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7297,7 +7297,7 @@ 562.202, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7320,7 +7320,7 @@ 562.202, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7343,7 +7343,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7366,7 +7366,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7389,7 +7389,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7412,7 +7412,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7435,7 +7435,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7458,7 +7458,7 @@ 562.202, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7481,7 +7481,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7504,7 +7504,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7527,7 +7527,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7550,7 +7550,7 @@ 562.202, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7573,7 +7573,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7596,7 +7596,7 @@ 599.369, "P", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7619,7 +7619,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7642,7 +7642,7 @@ 599.369, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7665,7 +7665,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7688,7 +7688,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7711,7 +7711,7 @@ 599.369, "S", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7734,7 +7734,7 @@ 599.369, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7757,7 +7757,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7780,7 +7780,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7803,7 +7803,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7826,7 +7826,7 @@ 586.113, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7849,7 +7849,7 @@ 586.113, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7872,7 +7872,7 @@ 586.113, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7895,7 +7895,7 @@ 586.113, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7918,7 +7918,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7941,7 +7941,7 @@ 586.113, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7964,7 +7964,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7987,7 +7987,7 @@ 586.113, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8010,7 +8010,7 @@ 586.113, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8033,7 +8033,7 @@ 586.113, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8056,7 +8056,7 @@ 586.113, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8079,7 +8079,7 @@ 574.158, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8102,7 +8102,7 @@ 574.158, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8125,7 +8125,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8148,7 +8148,7 @@ 574.158, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8171,7 +8171,7 @@ 574.158, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8194,7 +8194,7 @@ 574.158, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8217,7 +8217,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8240,7 +8240,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8263,7 +8263,7 @@ 574.158, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8286,7 +8286,7 @@ 574.158, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8309,7 +8309,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8332,7 +8332,7 @@ 574.158, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8355,7 +8355,7 @@ 574.158, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8378,7 +8378,7 @@ 574.158, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8401,7 +8401,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8424,7 +8424,7 @@ 574.158, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8447,7 +8447,7 @@ 574.158, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8470,7 +8470,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8493,7 +8493,7 @@ 574.158, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8516,7 +8516,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8539,7 +8539,7 @@ 574.158, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8562,7 +8562,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8585,7 +8585,7 @@ 574.158, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8608,7 +8608,7 @@ 562.202, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8631,7 +8631,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8654,7 +8654,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8677,7 +8677,7 @@ 562.202, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8700,7 +8700,7 @@ 562.202, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8723,7 +8723,7 @@ 562.202, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8746,7 +8746,7 @@ 562.202, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8769,7 +8769,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8792,7 +8792,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8815,7 +8815,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8838,7 +8838,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8861,7 +8861,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8884,7 +8884,7 @@ 562.202, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8907,7 +8907,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8930,7 +8930,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8953,7 +8953,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8976,7 +8976,7 @@ 562.202, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8999,7 +8999,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -9206,7 +9206,7 @@ 528.665, "A", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9229,7 +9229,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9252,7 +9252,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9275,7 +9275,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9298,7 +9298,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9321,7 +9321,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9344,7 +9344,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9367,7 +9367,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9390,7 +9390,7 @@ 528.665, "d", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9413,7 +9413,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9436,7 +9436,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9459,7 +9459,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9482,7 +9482,7 @@ 528.665, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9505,7 +9505,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9528,7 +9528,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9551,7 +9551,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9574,7 +9574,7 @@ 528.665, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9597,7 +9597,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9620,7 +9620,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9643,7 +9643,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9666,7 +9666,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9689,7 +9689,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9712,7 +9712,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9735,7 +9735,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9758,7 +9758,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9781,7 +9781,7 @@ 528.665, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9804,7 +9804,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9827,7 +9827,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9850,7 +9850,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9873,7 +9873,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9896,7 +9896,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9919,7 +9919,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9942,7 +9942,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9965,7 +9965,7 @@ 528.665, "k", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9988,7 +9988,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10011,7 +10011,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10034,7 +10034,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10057,7 +10057,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10080,7 +10080,7 @@ 528.665, "q", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10103,7 +10103,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10126,7 +10126,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10149,7 +10149,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10172,7 +10172,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10195,7 +10195,7 @@ 528.665, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10218,7 +10218,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10241,7 +10241,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10264,7 +10264,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10287,7 +10287,7 @@ 528.665, "f", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10310,7 +10310,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10333,7 +10333,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10356,7 +10356,7 @@ 528.665, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10379,7 +10379,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10402,7 +10402,7 @@ 528.665, "g", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10425,7 +10425,7 @@ 528.665, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10448,7 +10448,7 @@ 528.665, "-", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10471,7 +10471,7 @@ 517.706, "q", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10494,7 +10494,7 @@ 517.706, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10517,7 +10517,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10540,7 +10540,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10563,7 +10563,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10586,7 +10586,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10609,7 +10609,7 @@ 517.706, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10632,7 +10632,7 @@ 517.706, "P", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10655,7 +10655,7 @@ 517.706, "D", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10678,7 +10678,7 @@ 517.706, "F", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10701,7 +10701,7 @@ 517.706, "d", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10724,7 +10724,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10747,7 +10747,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10770,7 +10770,7 @@ 517.706, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10793,7 +10793,7 @@ 517.706, "m", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10816,7 +10816,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10839,7 +10839,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10862,7 +10862,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10885,7 +10885,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10908,7 +10908,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10931,7 +10931,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10954,7 +10954,7 @@ 517.706, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10977,7 +10977,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11000,7 +11000,7 @@ 517.706, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11023,7 +11023,7 @@ 517.706, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11046,7 +11046,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11069,7 +11069,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11092,7 +11092,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11115,7 +11115,7 @@ 517.706, ".", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11138,7 +11138,7 @@ 517.706, "W", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11161,7 +11161,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11184,7 +11184,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11207,7 +11207,7 @@ 517.706, "h", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11230,7 +11230,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11253,7 +11253,7 @@ 517.706, "h", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11276,7 +11276,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11299,7 +11299,7 @@ 517.706, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11322,7 +11322,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11345,7 +11345,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11368,7 +11368,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11391,7 +11391,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11414,7 +11414,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11437,7 +11437,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11460,7 +11460,7 @@ 517.706, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11483,7 +11483,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11506,7 +11506,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11529,7 +11529,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11552,7 +11552,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11575,7 +11575,7 @@ 517.706, "b", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11598,7 +11598,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11621,7 +11621,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11644,7 +11644,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11667,7 +11667,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11690,7 +11690,7 @@ 517.706, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11713,7 +11713,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11736,7 +11736,7 @@ 517.706, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11759,7 +11759,7 @@ 506.747, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11782,7 +11782,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11805,7 +11805,7 @@ 506.747, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11828,7 +11828,7 @@ 506.747, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11851,7 +11851,7 @@ 506.747, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11874,7 +11874,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11897,7 +11897,7 @@ 506.747, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11920,7 +11920,7 @@ 506.747, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11943,7 +11943,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11966,7 +11966,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11989,7 +11989,7 @@ 506.747, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12012,7 +12012,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12035,7 +12035,7 @@ 506.747, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12058,7 +12058,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12081,7 +12081,7 @@ 506.747, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12104,7 +12104,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12127,7 +12127,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12150,7 +12150,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12173,7 +12173,7 @@ 506.747, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12196,7 +12196,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12219,7 +12219,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12242,7 +12242,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12265,7 +12265,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12288,7 +12288,7 @@ 506.747, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12311,7 +12311,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12334,7 +12334,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12357,7 +12357,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12380,7 +12380,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12403,7 +12403,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12426,7 +12426,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12449,7 +12449,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12472,7 +12472,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12495,7 +12495,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12518,7 +12518,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12541,7 +12541,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12564,7 +12564,7 @@ 506.747, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12587,7 +12587,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12610,7 +12610,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12633,7 +12633,7 @@ 506.747, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12656,7 +12656,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12679,7 +12679,7 @@ 506.747, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12702,7 +12702,7 @@ 506.747, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12725,7 +12725,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12748,7 +12748,7 @@ 506.747, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12771,7 +12771,7 @@ 506.747, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12794,7 +12794,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12817,7 +12817,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12840,7 +12840,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12863,7 +12863,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12886,7 +12886,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12909,7 +12909,7 @@ 506.747, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12932,7 +12932,7 @@ 506.747, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12955,7 +12955,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12978,7 +12978,7 @@ 506.747, "B", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13001,7 +13001,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13024,7 +13024,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13047,7 +13047,7 @@ 506.747, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13070,7 +13070,7 @@ 506.747, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13093,7 +13093,7 @@ 495.788, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13116,7 +13116,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13139,7 +13139,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13162,7 +13162,7 @@ 495.788, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13185,7 +13185,7 @@ 495.788, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13208,7 +13208,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13231,7 +13231,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13254,7 +13254,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13277,7 +13277,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13300,7 +13300,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13323,7 +13323,7 @@ 495.788, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13346,7 +13346,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13369,7 +13369,7 @@ 495.788, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13392,7 +13392,7 @@ 495.788, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13415,7 +13415,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13438,7 +13438,7 @@ 495.788, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13461,7 +13461,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13484,7 +13484,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13507,7 +13507,7 @@ 495.788, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13530,7 +13530,7 @@ 495.788, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13553,7 +13553,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13576,7 +13576,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13599,7 +13599,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13622,7 +13622,7 @@ 495.788, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13645,7 +13645,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13668,7 +13668,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13691,7 +13691,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13714,7 +13714,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13737,7 +13737,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13760,7 +13760,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13783,7 +13783,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13806,7 +13806,7 @@ 495.788, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13829,7 +13829,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13852,7 +13852,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13875,7 +13875,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13898,7 +13898,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13921,7 +13921,7 @@ 495.788, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13944,7 +13944,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13967,7 +13967,7 @@ 495.788, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13990,7 +13990,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14013,7 +14013,7 @@ 495.788, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14036,7 +14036,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14059,7 +14059,7 @@ 495.788, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14082,7 +14082,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14105,7 +14105,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14128,7 +14128,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14151,7 +14151,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14174,7 +14174,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14197,7 +14197,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14220,7 +14220,7 @@ 495.788, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14243,7 +14243,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14266,7 +14266,7 @@ 495.788, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14289,7 +14289,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14312,7 +14312,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14335,7 +14335,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14358,7 +14358,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14381,7 +14381,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14404,7 +14404,7 @@ 484.829, "c", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14427,7 +14427,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14450,7 +14450,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14473,7 +14473,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14496,7 +14496,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14519,7 +14519,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14542,7 +14542,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14565,7 +14565,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14588,7 +14588,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14611,7 +14611,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14634,7 +14634,7 @@ 484.829, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14657,7 +14657,7 @@ 484.829, "m", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14680,7 +14680,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14703,7 +14703,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14726,7 +14726,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14749,7 +14749,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14772,7 +14772,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14795,7 +14795,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14818,7 +14818,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14841,7 +14841,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14864,7 +14864,7 @@ 484.829, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14887,7 +14887,7 @@ 484.829, "W", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14910,7 +14910,7 @@ 484.829, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14933,7 +14933,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14956,7 +14956,7 @@ 484.829, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14979,7 +14979,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15002,7 +15002,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15025,7 +15025,7 @@ 484.829, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15048,7 +15048,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15071,7 +15071,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15094,7 +15094,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15117,7 +15117,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15140,7 +15140,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15163,7 +15163,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15186,7 +15186,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15209,7 +15209,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15232,7 +15232,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15255,7 +15255,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15278,7 +15278,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15301,7 +15301,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15324,7 +15324,7 @@ 484.829, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15347,7 +15347,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15370,7 +15370,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15393,7 +15393,7 @@ 484.829, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15416,7 +15416,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15439,7 +15439,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15462,7 +15462,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15485,7 +15485,7 @@ 484.829, "q", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15508,7 +15508,7 @@ 484.829, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15531,7 +15531,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15554,7 +15554,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15577,7 +15577,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15600,7 +15600,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15623,7 +15623,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15646,7 +15646,7 @@ 473.87, "z", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15669,7 +15669,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15692,7 +15692,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15715,7 +15715,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15738,7 +15738,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15761,7 +15761,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15784,7 +15784,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15807,7 +15807,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15830,7 +15830,7 @@ 473.87, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15853,7 +15853,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15876,7 +15876,7 @@ 473.87, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15899,7 +15899,7 @@ 473.87, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15922,7 +15922,7 @@ 473.87, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15945,7 +15945,7 @@ 473.87, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15968,7 +15968,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15991,7 +15991,7 @@ 473.87, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16014,7 +16014,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16037,7 +16037,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16060,7 +16060,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16083,7 +16083,7 @@ 473.87, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16106,7 +16106,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16129,7 +16129,7 @@ 473.87, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16152,7 +16152,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16175,7 +16175,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16198,7 +16198,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16221,7 +16221,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16244,7 +16244,7 @@ 473.87, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16267,7 +16267,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16290,7 +16290,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16313,7 +16313,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16336,7 +16336,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16359,7 +16359,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16382,7 +16382,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16405,7 +16405,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16428,7 +16428,7 @@ 473.87, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16451,7 +16451,7 @@ 473.87, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16474,7 +16474,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16497,7 +16497,7 @@ 473.87, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16520,7 +16520,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16543,7 +16543,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16566,7 +16566,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16589,7 +16589,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16612,7 +16612,7 @@ 473.87, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16635,7 +16635,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16658,7 +16658,7 @@ 473.87, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16681,7 +16681,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16704,7 +16704,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16727,7 +16727,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16750,7 +16750,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16773,7 +16773,7 @@ 473.87, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16796,7 +16796,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16819,7 +16819,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16842,7 +16842,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16865,7 +16865,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16888,7 +16888,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16911,7 +16911,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16934,7 +16934,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16957,7 +16957,7 @@ 462.911, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16980,7 +16980,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17003,7 +17003,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17026,7 +17026,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17049,7 +17049,7 @@ 462.911, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17072,7 +17072,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17095,7 +17095,7 @@ 462.911, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17118,7 +17118,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17141,7 +17141,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17164,7 +17164,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17187,7 +17187,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17210,7 +17210,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17233,7 +17233,7 @@ 462.911, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17256,7 +17256,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17279,7 +17279,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17302,7 +17302,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17325,7 +17325,7 @@ 462.911, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17348,7 +17348,7 @@ 462.911, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17371,7 +17371,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17394,7 +17394,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17417,7 +17417,7 @@ 462.911, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17440,7 +17440,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17463,7 +17463,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17486,7 +17486,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17509,7 +17509,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17532,7 +17532,7 @@ 462.911, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17555,7 +17555,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17578,7 +17578,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17601,7 +17601,7 @@ 462.911, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17624,7 +17624,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17647,7 +17647,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17670,7 +17670,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17693,7 +17693,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17716,7 +17716,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17739,7 +17739,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17762,7 +17762,7 @@ 462.911, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17785,7 +17785,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17808,7 +17808,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17831,7 +17831,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17854,7 +17854,7 @@ 462.911, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17877,7 +17877,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17900,7 +17900,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17923,7 +17923,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17946,7 +17946,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17969,7 +17969,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17992,7 +17992,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18015,7 +18015,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18038,7 +18038,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18061,7 +18061,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18084,7 +18084,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18107,7 +18107,7 @@ 462.911, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18130,7 +18130,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18153,7 +18153,7 @@ 462.911, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18176,7 +18176,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18199,7 +18199,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18222,7 +18222,7 @@ 451.952, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18245,7 +18245,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18268,7 +18268,7 @@ 451.952, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18291,7 +18291,7 @@ 451.952, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18314,7 +18314,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18337,7 +18337,7 @@ 451.952, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18360,7 +18360,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18383,7 +18383,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18406,7 +18406,7 @@ 451.952, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18429,7 +18429,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18452,7 +18452,7 @@ 451.952, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18475,7 +18475,7 @@ 451.952, "X", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18498,7 +18498,7 @@ 451.952, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18521,7 +18521,7 @@ 451.952, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18544,7 +18544,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18567,7 +18567,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18590,7 +18590,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18613,7 +18613,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18636,7 +18636,7 @@ 451.952, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18659,7 +18659,7 @@ 451.952, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18682,7 +18682,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18705,7 +18705,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18728,7 +18728,7 @@ 451.952, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18751,7 +18751,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18774,7 +18774,7 @@ 451.952, "q", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18797,7 +18797,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18820,7 +18820,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18843,7 +18843,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18866,7 +18866,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18889,7 +18889,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18912,7 +18912,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18935,7 +18935,7 @@ 451.952, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18958,7 +18958,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18981,7 +18981,7 @@ 451.952, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19004,7 +19004,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19027,7 +19027,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19050,7 +19050,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19073,7 +19073,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19096,7 +19096,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19119,7 +19119,7 @@ 451.952, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19142,7 +19142,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19165,7 +19165,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19188,7 +19188,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19211,7 +19211,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19234,7 +19234,7 @@ 451.952, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19257,7 +19257,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19280,7 +19280,7 @@ 451.952, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19303,7 +19303,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19326,7 +19326,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19349,7 +19349,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19372,7 +19372,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19395,7 +19395,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19418,7 +19418,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19441,7 +19441,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19464,7 +19464,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19487,7 +19487,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19510,7 +19510,7 @@ 440.993, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19533,7 +19533,7 @@ 440.993, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19556,7 +19556,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19579,7 +19579,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19602,7 +19602,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19625,7 +19625,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19648,7 +19648,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19671,7 +19671,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19694,7 +19694,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19717,7 +19717,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19740,7 +19740,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19763,7 +19763,7 @@ 440.993, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19786,7 +19786,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19809,7 +19809,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19832,7 +19832,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19855,7 +19855,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19878,7 +19878,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19901,7 +19901,7 @@ 440.993, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19924,7 +19924,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19947,7 +19947,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19970,7 +19970,7 @@ 440.993, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19993,7 +19993,7 @@ 440.993, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20016,7 +20016,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20039,7 +20039,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20062,7 +20062,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20085,7 +20085,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20108,7 +20108,7 @@ 440.993, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20131,7 +20131,7 @@ 440.993, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20154,7 +20154,7 @@ 440.993, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20177,7 +20177,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20200,7 +20200,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20223,7 +20223,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20246,7 +20246,7 @@ 440.993, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20269,7 +20269,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20292,7 +20292,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20315,7 +20315,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20338,7 +20338,7 @@ 440.993, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20361,7 +20361,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20384,7 +20384,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20407,7 +20407,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20430,7 +20430,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20453,7 +20453,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20476,7 +20476,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20499,7 +20499,7 @@ 440.993, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20522,7 +20522,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20545,7 +20545,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20568,7 +20568,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20591,7 +20591,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20614,7 +20614,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20637,7 +20637,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20660,7 +20660,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20683,7 +20683,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20706,7 +20706,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20729,7 +20729,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20752,7 +20752,7 @@ 430.035, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20775,7 +20775,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20798,7 +20798,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20821,7 +20821,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20844,7 +20844,7 @@ 430.035, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20867,7 +20867,7 @@ 430.035, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20890,7 +20890,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20913,7 +20913,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20936,7 +20936,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20959,7 +20959,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20982,7 +20982,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21005,7 +21005,7 @@ 430.035, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21028,7 +21028,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21051,7 +21051,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21074,7 +21074,7 @@ 430.035, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21097,7 +21097,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21120,7 +21120,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21143,7 +21143,7 @@ 430.035, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21166,7 +21166,7 @@ 430.035, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21189,7 +21189,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21212,7 +21212,7 @@ 430.035, "v", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21235,7 +21235,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21258,7 +21258,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21281,7 +21281,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21304,7 +21304,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21327,7 +21327,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21350,7 +21350,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21373,7 +21373,7 @@ 430.035, "y", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21396,7 +21396,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21419,7 +21419,7 @@ 430.035, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21442,7 +21442,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21465,7 +21465,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21488,7 +21488,7 @@ 430.035, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21511,7 +21511,7 @@ 430.035, "I", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21534,7 +21534,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21557,7 +21557,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21580,7 +21580,7 @@ 430.035, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21603,7 +21603,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21626,7 +21626,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21649,7 +21649,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21672,7 +21672,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21695,7 +21695,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21718,7 +21718,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21741,7 +21741,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21764,7 +21764,7 @@ 430.035, ",", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21787,7 +21787,7 @@ 430.035, "w", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21810,7 +21810,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21833,7 +21833,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21856,7 +21856,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21879,7 +21879,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21902,7 +21902,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21925,7 +21925,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21948,7 +21948,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21971,7 +21971,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -22201,7 +22201,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22224,7 +22224,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22247,7 +22247,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22270,7 +22270,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22293,7 +22293,7 @@ 419.076, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22316,7 +22316,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22339,7 +22339,7 @@ 419.076, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22362,7 +22362,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22385,7 +22385,7 @@ 419.076, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22408,7 +22408,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22431,7 +22431,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22454,7 +22454,7 @@ 419.076, "c", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22477,7 +22477,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22500,7 +22500,7 @@ 419.076, "y", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22523,7 +22523,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22546,7 +22546,7 @@ 419.076, "v", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22569,7 +22569,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22592,7 +22592,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22615,7 +22615,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22638,7 +22638,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22661,7 +22661,7 @@ 419.076, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22684,7 +22684,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22707,7 +22707,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22730,7 +22730,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22753,7 +22753,7 @@ 419.076, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22776,7 +22776,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22799,7 +22799,7 @@ 419.076, "c", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22822,7 +22822,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22845,7 +22845,7 @@ 419.076, "m", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22868,7 +22868,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22891,7 +22891,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22914,7 +22914,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22937,7 +22937,7 @@ 419.076, "-", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22960,7 +22960,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22983,7 +22983,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23006,7 +23006,7 @@ 419.076, "y", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23029,7 +23029,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23052,7 +23052,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23075,7 +23075,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23098,7 +23098,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23121,7 +23121,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23144,7 +23144,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23167,7 +23167,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23190,7 +23190,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23213,7 +23213,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23236,7 +23236,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23259,7 +23259,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23282,7 +23282,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23305,7 +23305,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23328,7 +23328,7 @@ 408.117, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23351,7 +23351,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23374,7 +23374,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23397,7 +23397,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23420,7 +23420,7 @@ 408.117, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23443,7 +23443,7 @@ 408.117, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23466,7 +23466,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23489,7 +23489,7 @@ 408.117, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23512,7 +23512,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23535,7 +23535,7 @@ 408.117, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23558,7 +23558,7 @@ 408.117, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23581,7 +23581,7 @@ 408.117, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23604,7 +23604,7 @@ 408.117, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23627,7 +23627,7 @@ 408.117, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23650,7 +23650,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23673,7 +23673,7 @@ 408.117, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23696,7 +23696,7 @@ 408.117, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23719,7 +23719,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23742,7 +23742,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23765,7 +23765,7 @@ 408.117, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23788,7 +23788,7 @@ 408.117, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23811,7 +23811,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23834,7 +23834,7 @@ 408.117, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23857,7 +23857,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23880,7 +23880,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23903,7 +23903,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23926,7 +23926,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23949,7 +23949,7 @@ 408.117, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23972,7 +23972,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23995,7 +23995,7 @@ 408.117, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24018,7 +24018,7 @@ 408.117, "8", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24041,7 +24041,7 @@ 408.117, "0", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24064,7 +24064,7 @@ 408.117, "8", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24087,7 +24087,7 @@ 408.117, "6", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24110,7 +24110,7 @@ 408.117, "3", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24133,7 +24133,7 @@ 408.117, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24156,7 +24156,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24179,7 +24179,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24202,7 +24202,7 @@ 408.117, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24225,7 +24225,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24248,7 +24248,7 @@ 408.117, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24271,7 +24271,7 @@ 408.117, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24294,7 +24294,7 @@ 408.117, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24317,7 +24317,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24340,7 +24340,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24363,7 +24363,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24386,7 +24386,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24409,7 +24409,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24432,7 +24432,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24455,7 +24455,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24478,7 +24478,7 @@ 408.117, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24501,7 +24501,7 @@ 408.117, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24524,7 +24524,7 @@ 397.158, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24547,7 +24547,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24570,7 +24570,7 @@ 397.158, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24593,7 +24593,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24616,7 +24616,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24639,7 +24639,7 @@ 397.158, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24662,7 +24662,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24685,7 +24685,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24708,7 +24708,7 @@ 397.158, "m", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24731,7 +24731,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24754,7 +24754,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24777,7 +24777,7 @@ 397.158, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24800,7 +24800,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24823,7 +24823,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24846,7 +24846,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24869,7 +24869,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24892,7 +24892,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24915,7 +24915,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24938,7 +24938,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24961,7 +24961,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24984,7 +24984,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25007,7 +25007,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25030,7 +25030,7 @@ 397.158, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25053,7 +25053,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25076,7 +25076,7 @@ 397.158, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25099,7 +25099,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25122,7 +25122,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25145,7 +25145,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25168,7 +25168,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25191,7 +25191,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25214,7 +25214,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25237,7 +25237,7 @@ 397.158, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25260,7 +25260,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25283,7 +25283,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25306,7 +25306,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25329,7 +25329,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25352,7 +25352,7 @@ 397.158, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25375,7 +25375,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25398,7 +25398,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25421,7 +25421,7 @@ 397.158, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25444,7 +25444,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25467,7 +25467,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25490,7 +25490,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25513,7 +25513,7 @@ 397.158, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25536,7 +25536,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25559,7 +25559,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25582,7 +25582,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25605,7 +25605,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25628,7 +25628,7 @@ 397.158, "b", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25651,7 +25651,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25674,7 +25674,7 @@ 397.158, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25697,7 +25697,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25720,7 +25720,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25743,7 +25743,7 @@ 397.158, "y", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25766,7 +25766,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25789,7 +25789,7 @@ 397.158, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25812,7 +25812,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25835,7 +25835,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25858,7 +25858,7 @@ 386.199, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25881,7 +25881,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25904,7 +25904,7 @@ 386.199, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25927,7 +25927,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25950,7 +25950,7 @@ 386.199, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25973,7 +25973,7 @@ 386.199, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25996,7 +25996,7 @@ 386.199, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26019,7 +26019,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26042,7 +26042,7 @@ 386.199, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26065,7 +26065,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26088,7 +26088,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26111,7 +26111,7 @@ 386.199, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26134,7 +26134,7 @@ 386.199, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26157,7 +26157,7 @@ 386.199, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26180,7 +26180,7 @@ 386.199, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26203,7 +26203,7 @@ 386.199, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26226,7 +26226,7 @@ 386.199, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26249,7 +26249,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26272,7 +26272,7 @@ 386.199, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26295,7 +26295,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26318,7 +26318,7 @@ 386.199, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26341,7 +26341,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26364,7 +26364,7 @@ 386.199, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26387,7 +26387,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26410,7 +26410,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26433,7 +26433,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26456,7 +26456,7 @@ 386.199, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26479,7 +26479,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26502,7 +26502,7 @@ 386.199, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26525,7 +26525,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26548,7 +26548,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26571,7 +26571,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26594,7 +26594,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26617,7 +26617,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26640,7 +26640,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26663,7 +26663,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26686,7 +26686,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26709,7 +26709,7 @@ 386.199, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26732,7 +26732,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26755,7 +26755,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26778,7 +26778,7 @@ 386.199, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26801,7 +26801,7 @@ 386.199, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26824,7 +26824,7 @@ 386.199, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26847,7 +26847,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26870,7 +26870,7 @@ 386.199, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26893,7 +26893,7 @@ 386.199, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26916,7 +26916,7 @@ 386.199, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26939,7 +26939,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26962,7 +26962,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26985,7 +26985,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27008,7 +27008,7 @@ 386.199, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27031,7 +27031,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27054,7 +27054,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27077,7 +27077,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27100,7 +27100,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27123,7 +27123,7 @@ 386.199, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27146,7 +27146,7 @@ 375.24, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27169,7 +27169,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27192,7 +27192,7 @@ 375.24, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27215,7 +27215,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27238,7 +27238,7 @@ 375.24, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27261,7 +27261,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27284,7 +27284,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27307,7 +27307,7 @@ 375.24, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27330,7 +27330,7 @@ 375.24, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27353,7 +27353,7 @@ 375.24, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27376,7 +27376,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27399,7 +27399,7 @@ 375.24, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27422,7 +27422,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27445,7 +27445,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27468,7 +27468,7 @@ 375.24, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27491,7 +27491,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27514,7 +27514,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27537,7 +27537,7 @@ 375.24, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27560,7 +27560,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27583,7 +27583,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27606,7 +27606,7 @@ 375.24, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27629,7 +27629,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27652,7 +27652,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27675,7 +27675,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27698,7 +27698,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27721,7 +27721,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27744,7 +27744,7 @@ 375.24, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27767,7 +27767,7 @@ 375.24, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27790,7 +27790,7 @@ 375.24, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27813,7 +27813,7 @@ 375.24, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27836,7 +27836,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27859,7 +27859,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27882,7 +27882,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27905,7 +27905,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27928,7 +27928,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27951,7 +27951,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27974,7 +27974,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27997,7 +27997,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28020,7 +28020,7 @@ 375.24, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28043,7 +28043,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28066,7 +28066,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28089,7 +28089,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28112,7 +28112,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28135,7 +28135,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28158,7 +28158,7 @@ 375.24, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28181,7 +28181,7 @@ 375.24, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28204,7 +28204,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28227,7 +28227,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28250,7 +28250,7 @@ 375.24, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28273,7 +28273,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28296,7 +28296,7 @@ 375.24, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28319,7 +28319,7 @@ 375.24, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28342,7 +28342,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28365,7 +28365,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28388,7 +28388,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28411,7 +28411,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28434,7 +28434,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28457,7 +28457,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28480,7 +28480,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28503,7 +28503,7 @@ 364.281, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28526,7 +28526,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28549,7 +28549,7 @@ 364.281, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28572,7 +28572,7 @@ 364.281, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28595,7 +28595,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28618,7 +28618,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28641,7 +28641,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28664,7 +28664,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28687,7 +28687,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28710,7 +28710,7 @@ 364.281, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28733,7 +28733,7 @@ 364.281, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28756,7 +28756,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28779,7 +28779,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28802,7 +28802,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28825,7 +28825,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28848,7 +28848,7 @@ 364.281, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28871,7 +28871,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28894,7 +28894,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28917,7 +28917,7 @@ 364.281, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28940,7 +28940,7 @@ 364.281, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28963,7 +28963,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28986,7 +28986,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29009,7 +29009,7 @@ 364.281, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29032,7 +29032,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29055,7 +29055,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29078,7 +29078,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29101,7 +29101,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29124,7 +29124,7 @@ 364.281, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29147,7 +29147,7 @@ 364.281, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29170,7 +29170,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29193,7 +29193,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29216,7 +29216,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29239,7 +29239,7 @@ 364.281, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29262,7 +29262,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29285,7 +29285,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29308,7 +29308,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29331,7 +29331,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29354,7 +29354,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29377,7 +29377,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29400,7 +29400,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29423,7 +29423,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29446,7 +29446,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29469,7 +29469,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29492,7 +29492,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29515,7 +29515,7 @@ 364.281, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29538,7 +29538,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29561,7 +29561,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29584,7 +29584,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29607,7 +29607,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29630,7 +29630,7 @@ 353.322, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29653,7 +29653,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29676,7 +29676,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29699,7 +29699,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29722,7 +29722,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29745,7 +29745,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29768,7 +29768,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29791,7 +29791,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29814,7 +29814,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29837,7 +29837,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29860,7 +29860,7 @@ 353.322, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29883,7 +29883,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29906,7 +29906,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29929,7 +29929,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29952,7 +29952,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29975,7 +29975,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29998,7 +29998,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30021,7 +30021,7 @@ 353.322, "-", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30044,7 +30044,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30067,7 +30067,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30090,7 +30090,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30113,7 +30113,7 @@ 353.322, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30136,7 +30136,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30159,7 +30159,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30182,7 +30182,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30205,7 +30205,7 @@ 353.322, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30228,7 +30228,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30251,7 +30251,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30274,7 +30274,7 @@ 353.322, "g", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30297,7 +30297,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30320,7 +30320,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30343,7 +30343,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30366,7 +30366,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30389,7 +30389,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30412,7 +30412,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30435,7 +30435,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30458,7 +30458,7 @@ 353.322, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30481,7 +30481,7 @@ 353.322, "I", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30504,7 +30504,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30527,7 +30527,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30550,7 +30550,7 @@ 353.322, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30573,7 +30573,7 @@ 353.322, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30596,7 +30596,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30619,7 +30619,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30642,7 +30642,7 @@ 353.322, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30665,7 +30665,7 @@ 353.322, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30688,7 +30688,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30711,7 +30711,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30734,7 +30734,7 @@ 353.322, "x", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30757,7 +30757,7 @@ 353.322, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30780,7 +30780,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30803,7 +30803,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30826,7 +30826,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30849,7 +30849,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30872,7 +30872,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30895,7 +30895,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30918,7 +30918,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30941,7 +30941,7 @@ 353.322, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30964,7 +30964,7 @@ 353.322, ",", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30987,7 +30987,7 @@ 342.363, "w", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31010,7 +31010,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31033,7 +31033,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31056,7 +31056,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31079,7 +31079,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31102,7 +31102,7 @@ 342.363, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31125,7 +31125,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31148,7 +31148,7 @@ 342.363, "d", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31171,7 +31171,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31194,7 +31194,7 @@ 342.363, "b", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31217,7 +31217,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31240,7 +31240,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31263,7 +31263,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31286,7 +31286,7 @@ 342.363, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31309,7 +31309,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31332,7 +31332,7 @@ 342.363, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31355,7 +31355,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31378,7 +31378,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31401,7 +31401,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31424,7 +31424,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31447,7 +31447,7 @@ 342.363, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31470,7 +31470,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31493,7 +31493,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31516,7 +31516,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31539,7 +31539,7 @@ 342.363, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31562,7 +31562,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31585,7 +31585,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31608,7 +31608,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31631,7 +31631,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31654,7 +31654,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31677,7 +31677,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31700,7 +31700,7 @@ 342.363, "(", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31723,7 +31723,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31746,7 +31746,7 @@ 342.363, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31769,7 +31769,7 @@ 342.363, "m", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31792,7 +31792,7 @@ 342.363, "A", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31815,7 +31815,7 @@ 342.363, "P", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31838,7 +31838,7 @@ 342.363, ")", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31861,7 +31861,7 @@ 342.363, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31884,7 +31884,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31907,7 +31907,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31930,7 +31930,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31953,7 +31953,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31976,7 +31976,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31999,7 +31999,7 @@ 342.363, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32022,7 +32022,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32045,7 +32045,7 @@ 342.363, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32068,7 +32068,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32091,7 +32091,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32114,7 +32114,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32137,7 +32137,7 @@ 342.363, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32160,7 +32160,7 @@ 342.363, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32183,7 +32183,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32206,7 +32206,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32229,7 +32229,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32252,7 +32252,7 @@ 331.404, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32275,7 +32275,7 @@ 331.404, "j", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32298,7 +32298,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32321,7 +32321,7 @@ 331.404, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32344,7 +32344,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32367,7 +32367,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32390,7 +32390,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32413,7 +32413,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32436,7 +32436,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32459,7 +32459,7 @@ 331.404, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32482,7 +32482,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32505,7 +32505,7 @@ 331.404, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32528,7 +32528,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32551,7 +32551,7 @@ 331.404, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32574,7 +32574,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32597,7 +32597,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32620,7 +32620,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32643,7 +32643,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32666,7 +32666,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32689,7 +32689,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32712,7 +32712,7 @@ 331.404, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32735,7 +32735,7 @@ 331.404, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32758,7 +32758,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32781,7 +32781,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32804,7 +32804,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32827,7 +32827,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32850,7 +32850,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32873,7 +32873,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32896,7 +32896,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32919,7 +32919,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32942,7 +32942,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32965,7 +32965,7 @@ 331.404, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32988,7 +32988,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33011,7 +33011,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33034,7 +33034,7 @@ 331.404, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33057,7 +33057,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33080,7 +33080,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33103,7 +33103,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33126,7 +33126,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33149,7 +33149,7 @@ 331.404, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33172,7 +33172,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33195,7 +33195,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33218,7 +33218,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33241,7 +33241,7 @@ 331.404, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33264,7 +33264,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33287,7 +33287,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33310,7 +33310,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33333,7 +33333,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33356,7 +33356,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33379,7 +33379,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33402,7 +33402,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33425,7 +33425,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33448,7 +33448,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33471,7 +33471,7 @@ 320.446, "f", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33494,7 +33494,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33517,7 +33517,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33540,7 +33540,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33563,7 +33563,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33586,7 +33586,7 @@ 320.446, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33609,7 +33609,7 @@ 320.446, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33632,7 +33632,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33655,7 +33655,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33678,7 +33678,7 @@ 320.446, "x", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33701,7 +33701,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33724,7 +33724,7 @@ 320.446, "m", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33747,7 +33747,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33770,7 +33770,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33793,7 +33793,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33816,7 +33816,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33839,7 +33839,7 @@ 320.446, "y", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33862,7 +33862,7 @@ 320.446, "1", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33885,7 +33885,7 @@ 320.446, "0", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33908,7 +33908,7 @@ 320.446, "%", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33931,7 +33931,7 @@ 320.446, "b", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33954,7 +33954,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33977,7 +33977,7 @@ 320.446, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34000,7 +34000,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34023,7 +34023,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34046,7 +34046,7 @@ 320.446, "d", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34069,7 +34069,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34092,7 +34092,7 @@ 320.446, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34115,7 +34115,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34138,7 +34138,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34161,7 +34161,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34184,7 +34184,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34207,7 +34207,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34230,7 +34230,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34253,7 +34253,7 @@ 320.446, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34276,7 +34276,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34299,7 +34299,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34322,7 +34322,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34345,7 +34345,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34368,7 +34368,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34391,7 +34391,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34414,7 +34414,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34437,7 +34437,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34460,7 +34460,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34483,7 +34483,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34506,7 +34506,7 @@ 320.446, "g", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34529,7 +34529,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34552,7 +34552,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34575,7 +34575,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34598,7 +34598,7 @@ 320.446, "m", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34621,7 +34621,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34644,7 +34644,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34667,7 +34667,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34690,7 +34690,7 @@ 320.446, ".", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34713,7 +34713,7 @@ 320.446, "F", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34736,7 +34736,7 @@ 320.446, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34759,7 +34759,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34782,7 +34782,7 @@ 320.446, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34805,7 +34805,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34828,7 +34828,7 @@ 309.487, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34851,7 +34851,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34874,7 +34874,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34897,7 +34897,7 @@ 309.487, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34920,7 +34920,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34943,7 +34943,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34966,7 +34966,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34989,7 +34989,7 @@ 309.487, ",", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35012,7 +35012,7 @@ 309.487, "w", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35035,7 +35035,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35058,7 +35058,7 @@ 309.487, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35081,7 +35081,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35104,7 +35104,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35127,7 +35127,7 @@ 309.487, "v", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35150,7 +35150,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35173,7 +35173,7 @@ 309.487, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35196,7 +35196,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35219,7 +35219,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35242,7 +35242,7 @@ 309.487, "v", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35265,7 +35265,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35288,7 +35288,7 @@ 309.487, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35311,7 +35311,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35334,7 +35334,7 @@ 309.487, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35357,7 +35357,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35380,7 +35380,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35403,7 +35403,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35426,7 +35426,7 @@ 309.487, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35449,7 +35449,7 @@ 309.487, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35472,7 +35472,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35495,7 +35495,7 @@ 309.487, "D", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35518,7 +35518,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35541,7 +35541,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35564,7 +35564,7 @@ 309.487, "L", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35587,7 +35587,7 @@ 309.487, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35610,7 +35610,7 @@ 309.487, "y", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35633,7 +35633,7 @@ 309.487, "N", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35656,7 +35656,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35679,7 +35679,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35702,7 +35702,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35725,7 +35725,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35748,7 +35748,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35771,7 +35771,7 @@ 309.487, "f", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35794,7 +35794,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35817,7 +35817,7 @@ 309.487, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35840,7 +35840,7 @@ 309.487, "ffi", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35863,7 +35863,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35886,7 +35886,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35909,7 +35909,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35932,7 +35932,7 @@ 309.487, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35955,7 +35955,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35978,7 +35978,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36001,7 +36001,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36024,7 +36024,7 @@ 309.487, "z", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36047,7 +36047,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36070,7 +36070,7 @@ 309.487, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36093,7 +36093,7 @@ 298.528, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36116,7 +36116,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36139,7 +36139,7 @@ 298.528, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36162,7 +36162,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36185,7 +36185,7 @@ 298.528, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36208,7 +36208,7 @@ 298.528, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36231,7 +36231,7 @@ 298.528, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36254,7 +36254,7 @@ 298.528, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36277,7 +36277,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36300,7 +36300,7 @@ 298.528, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36323,7 +36323,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36346,7 +36346,7 @@ 298.528, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36369,7 +36369,7 @@ 298.528, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36392,7 +36392,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36415,7 +36415,7 @@ 298.528, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36438,7 +36438,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36461,7 +36461,7 @@ 298.528, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36484,7 +36484,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36507,7 +36507,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36530,7 +36530,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36553,7 +36553,7 @@ 298.528, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36576,7 +36576,7 @@ 298.528, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36599,7 +36599,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36622,7 +36622,7 @@ 298.528, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36645,7 +36645,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36668,7 +36668,7 @@ 298.528, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36691,7 +36691,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36714,7 +36714,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36737,7 +36737,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36760,7 +36760,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36783,7 +36783,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36806,7 +36806,7 @@ 298.528, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36829,7 +36829,7 @@ 298.528, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36852,7 +36852,7 @@ 298.528, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36875,7 +36875,7 @@ 298.528, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36898,7 +36898,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36921,7 +36921,7 @@ 298.528, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36944,7 +36944,7 @@ 298.528, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36967,7 +36967,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36990,7 +36990,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37013,7 +37013,7 @@ 298.528, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37036,7 +37036,7 @@ 298.528, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37059,7 +37059,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37082,7 +37082,7 @@ 298.528, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37105,7 +37105,7 @@ 298.528, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37128,7 +37128,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37151,7 +37151,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37174,7 +37174,7 @@ 298.528, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37197,7 +37197,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37220,7 +37220,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37243,7 +37243,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37266,7 +37266,7 @@ 287.569, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37289,7 +37289,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37312,7 +37312,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37335,7 +37335,7 @@ 287.569, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37358,7 +37358,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37381,7 +37381,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37404,7 +37404,7 @@ 287.569, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37427,7 +37427,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37450,7 +37450,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37473,7 +37473,7 @@ 287.569, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37496,7 +37496,7 @@ 287.569, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37519,7 +37519,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37542,7 +37542,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37565,7 +37565,7 @@ 287.569, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37588,7 +37588,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37611,7 +37611,7 @@ 287.569, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37634,7 +37634,7 @@ 287.569, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37657,7 +37657,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37680,7 +37680,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37703,7 +37703,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37726,7 +37726,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37749,7 +37749,7 @@ 287.569, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37772,7 +37772,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37795,7 +37795,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37818,7 +37818,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37841,7 +37841,7 @@ 287.569, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37864,7 +37864,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37887,7 +37887,7 @@ 287.569, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37910,7 +37910,7 @@ 287.569, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37933,7 +37933,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37956,7 +37956,7 @@ 287.569, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37979,7 +37979,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38002,7 +38002,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38025,7 +38025,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38048,7 +38048,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38071,7 +38071,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38094,7 +38094,7 @@ 287.569, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38117,7 +38117,7 @@ 287.569, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38140,7 +38140,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38163,7 +38163,7 @@ 287.569, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38186,7 +38186,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38209,7 +38209,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38232,7 +38232,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38255,7 +38255,7 @@ 287.569, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38278,7 +38278,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38301,7 +38301,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38324,7 +38324,7 @@ 287.569, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38347,7 +38347,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38370,7 +38370,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38393,7 +38393,7 @@ 287.569, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38416,7 +38416,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38439,7 +38439,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38462,7 +38462,7 @@ 287.569, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38485,7 +38485,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38508,7 +38508,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38531,7 +38531,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38554,7 +38554,7 @@ 276.61, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38577,7 +38577,7 @@ 276.61, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38600,7 +38600,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38623,7 +38623,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38646,7 +38646,7 @@ 276.61, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38669,7 +38669,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38692,7 +38692,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38715,7 +38715,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38738,7 +38738,7 @@ 276.61, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38761,7 +38761,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38784,7 +38784,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38807,7 +38807,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38830,7 +38830,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38853,7 +38853,7 @@ 276.61, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38876,7 +38876,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38899,7 +38899,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38922,7 +38922,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38945,7 +38945,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38968,7 +38968,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38991,7 +38991,7 @@ 276.61, "b", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39014,7 +39014,7 @@ 276.61, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39037,7 +39037,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39060,7 +39060,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39083,7 +39083,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39106,7 +39106,7 @@ 276.61, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39129,7 +39129,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39152,7 +39152,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39175,7 +39175,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39198,7 +39198,7 @@ 276.61, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39221,7 +39221,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39244,7 +39244,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39267,7 +39267,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39290,7 +39290,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39313,7 +39313,7 @@ 276.61, "p", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39336,7 +39336,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39359,7 +39359,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39382,7 +39382,7 @@ 276.61, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39405,7 +39405,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39428,7 +39428,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39451,7 +39451,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39474,7 +39474,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39497,7 +39497,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39520,7 +39520,7 @@ 276.61, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39543,7 +39543,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39566,7 +39566,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39589,7 +39589,7 @@ 276.61, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39612,7 +39612,7 @@ 276.61, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39635,7 +39635,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39658,7 +39658,7 @@ 276.61, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39681,7 +39681,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39704,7 +39704,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39727,7 +39727,7 @@ 265.651, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39750,7 +39750,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39773,7 +39773,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39796,7 +39796,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39819,7 +39819,7 @@ 265.651, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39842,7 +39842,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39865,7 +39865,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39888,7 +39888,7 @@ 265.651, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39911,7 +39911,7 @@ 265.651, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39934,7 +39934,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39957,7 +39957,7 @@ 265.651, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39980,7 +39980,7 @@ 265.651, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40003,7 +40003,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40026,7 +40026,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40049,7 +40049,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40072,7 +40072,7 @@ 265.651, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40095,7 +40095,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40118,7 +40118,7 @@ 265.651, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40141,7 +40141,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40164,7 +40164,7 @@ 265.651, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40187,7 +40187,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40210,7 +40210,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40233,7 +40233,7 @@ 265.651, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40256,7 +40256,7 @@ 265.651, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40279,7 +40279,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40302,7 +40302,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40325,7 +40325,7 @@ 265.651, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40348,7 +40348,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40371,7 +40371,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40394,7 +40394,7 @@ 265.651, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40417,7 +40417,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40440,7 +40440,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40463,7 +40463,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40486,7 +40486,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40509,7 +40509,7 @@ 265.651, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40532,7 +40532,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40555,7 +40555,7 @@ 265.651, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40578,7 +40578,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40601,7 +40601,7 @@ 265.651, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -41728,7 +41728,7 @@ 225.37, ";", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -42556,7 +42556,7 @@ 214.411, ";", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -43476,7 +43476,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -43821,7 +43821,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -44189,7 +44189,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -44212,7 +44212,7 @@ 157.267, "P", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44235,7 +44235,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44258,7 +44258,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44281,7 +44281,7 @@ 157.267, "m", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44304,7 +44304,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44327,7 +44327,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44350,7 +44350,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44373,7 +44373,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44396,7 +44396,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44419,7 +44419,7 @@ 157.267, "n", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44442,7 +44442,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44465,7 +44465,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44488,7 +44488,7 @@ 157.267, "m", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44511,7 +44511,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44534,7 +44534,7 @@ 157.267, "k", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44557,7 +44557,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44580,7 +44580,7 @@ 157.267, "d", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44603,7 +44603,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44626,7 +44626,7 @@ 157.267, "g", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44649,7 +44649,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44672,7 +44672,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44695,7 +44695,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44718,7 +44718,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44741,7 +44741,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44764,7 +44764,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44787,7 +44787,7 @@ 157.267, "h", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44810,7 +44810,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44833,7 +44833,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44856,7 +44856,7 @@ 157.267, "d", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44879,7 +44879,7 @@ 157.267, "c", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44902,7 +44902,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44925,7 +44925,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44948,7 +44948,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44971,7 +44971,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44994,7 +44994,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45017,7 +45017,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45040,7 +45040,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45063,7 +45063,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45086,7 +45086,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45109,7 +45109,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45132,7 +45132,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45155,7 +45155,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45178,7 +45178,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45201,7 +45201,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45224,7 +45224,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45247,7 +45247,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45270,7 +45270,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45293,7 +45293,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45316,7 +45316,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45339,7 +45339,7 @@ 157.267, "h", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45362,7 +45362,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45385,7 +45385,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45408,7 +45408,7 @@ 157.267, "w", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45431,7 +45431,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45454,7 +45454,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45477,7 +45477,7 @@ 157.267, "k", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45500,7 +45500,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45523,7 +45523,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45546,7 +45546,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45569,7 +45569,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45592,7 +45592,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45615,7 +45615,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45638,7 +45638,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45661,7 +45661,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45684,7 +45684,7 @@ 157.267, "n", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45707,7 +45707,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45730,7 +45730,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45753,7 +45753,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45776,7 +45776,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45799,7 +45799,7 @@ 149.297, "c", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45822,7 +45822,7 @@ 149.297, "l", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45845,7 +45845,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45868,7 +45868,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45891,7 +45891,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45914,7 +45914,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45937,7 +45937,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45960,7 +45960,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45983,7 +45983,7 @@ 149.297, "m", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46006,7 +46006,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46029,7 +46029,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46052,7 +46052,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46075,7 +46075,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46098,7 +46098,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46121,7 +46121,7 @@ 149.297, "g", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46144,7 +46144,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46167,7 +46167,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46190,7 +46190,7 @@ 149.297, "n", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46213,7 +46213,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46236,7 +46236,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46259,7 +46259,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46282,7 +46282,7 @@ 149.297, "w", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46305,7 +46305,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46328,7 +46328,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46351,7 +46351,7 @@ 149.297, "h", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46374,7 +46374,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46397,7 +46397,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46420,7 +46420,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46443,7 +46443,7 @@ 149.297, "f", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46466,7 +46466,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46489,7 +46489,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46512,7 +46512,7 @@ 149.297, "p", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46535,7 +46535,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46558,7 +46558,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46581,7 +46581,7 @@ 149.297, "v", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46604,7 +46604,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46627,7 +46627,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46650,7 +46650,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46673,7 +46673,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46696,7 +46696,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46719,7 +46719,7 @@ 149.297, "h", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46742,7 +46742,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46765,7 +46765,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46788,7 +46788,7 @@ 149.297, "c", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46811,7 +46811,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46834,7 +46834,7 @@ 149.297, "p", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46857,7 +46857,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46880,7 +46880,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46903,7 +46903,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46926,7 +46926,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46949,7 +46949,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46972,7 +46972,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46995,7 +46995,7 @@ 149.297, "n", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47018,7 +47018,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47041,7 +47041,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47064,7 +47064,7 @@ 149.297, "m", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47087,7 +47087,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47110,7 +47110,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47133,7 +47133,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47156,7 +47156,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47179,7 +47179,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47202,7 +47202,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47225,7 +47225,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47248,7 +47248,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47271,7 +47271,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47294,7 +47294,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47317,7 +47317,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47340,7 +47340,7 @@ 149.297, "b", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47363,7 +47363,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47386,7 +47386,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47409,7 +47409,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47432,7 +47432,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47455,7 +47455,7 @@ 141.327, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47478,7 +47478,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47501,7 +47501,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47524,7 +47524,7 @@ 141.327, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47547,7 +47547,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47570,7 +47570,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47593,7 +47593,7 @@ 141.327, "fi", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47616,7 +47616,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47639,7 +47639,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47662,7 +47662,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47685,7 +47685,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47708,7 +47708,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47731,7 +47731,7 @@ 141.327, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47754,7 +47754,7 @@ 141.327, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47777,7 +47777,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47800,7 +47800,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47823,7 +47823,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47846,7 +47846,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47869,7 +47869,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47892,7 +47892,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47915,7 +47915,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47938,7 +47938,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47961,7 +47961,7 @@ 141.327, "v", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47984,7 +47984,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48007,7 +48007,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48030,7 +48030,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48053,7 +48053,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48076,7 +48076,7 @@ 141.327, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48099,7 +48099,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48122,7 +48122,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48145,7 +48145,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48168,7 +48168,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48191,7 +48191,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48214,7 +48214,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48237,7 +48237,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48260,7 +48260,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48283,7 +48283,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48306,7 +48306,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48329,7 +48329,7 @@ 141.327, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48352,7 +48352,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48375,7 +48375,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48398,7 +48398,7 @@ 141.327, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48421,7 +48421,7 @@ 141.327, "b", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48444,7 +48444,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48467,7 +48467,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48490,7 +48490,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48513,7 +48513,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48536,7 +48536,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48559,7 +48559,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48582,7 +48582,7 @@ 141.327, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48605,7 +48605,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48628,7 +48628,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48651,7 +48651,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48674,7 +48674,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48697,7 +48697,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48720,7 +48720,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48743,7 +48743,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48766,7 +48766,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48789,7 +48789,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48812,7 +48812,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48835,7 +48835,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48858,7 +48858,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48881,7 +48881,7 @@ 141.327, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48904,7 +48904,7 @@ 141.327, "u", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48927,7 +48927,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48950,7 +48950,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48973,7 +48973,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48996,7 +48996,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49019,7 +49019,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49042,7 +49042,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49065,7 +49065,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49088,7 +49088,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49111,7 +49111,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49134,7 +49134,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49157,7 +49157,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49180,7 +49180,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49203,7 +49203,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49226,7 +49226,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49249,7 +49249,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49272,7 +49272,7 @@ 133.357, "fi", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49295,7 +49295,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49318,7 +49318,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49341,7 +49341,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49364,7 +49364,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49387,7 +49387,7 @@ 133.357, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49410,7 +49410,7 @@ 133.357, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49433,7 +49433,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49456,7 +49456,7 @@ 133.357, ".", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49479,7 +49479,7 @@ 133.357, "C", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49502,7 +49502,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49525,7 +49525,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49548,7 +49548,7 @@ 133.357, "y", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49571,7 +49571,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49594,7 +49594,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49617,7 +49617,7 @@ 133.357, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49640,7 +49640,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49663,7 +49663,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49686,7 +49686,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49709,7 +49709,7 @@ 133.357, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49732,7 +49732,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49755,7 +49755,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49778,7 +49778,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49801,7 +49801,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49824,7 +49824,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49847,7 +49847,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49870,7 +49870,7 @@ 133.357, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49893,7 +49893,7 @@ 133.357, "-", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49916,7 +49916,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49939,7 +49939,7 @@ 133.357, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49962,7 +49962,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49985,7 +49985,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50008,7 +50008,7 @@ 133.357, "y", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50031,7 +50031,7 @@ 133.357, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50054,7 +50054,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50077,7 +50077,7 @@ 133.357, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50100,7 +50100,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50123,7 +50123,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50146,7 +50146,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50169,7 +50169,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50192,7 +50192,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50215,7 +50215,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50238,7 +50238,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50261,7 +50261,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50284,7 +50284,7 @@ 133.357, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50307,7 +50307,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50330,7 +50330,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50353,7 +50353,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50376,7 +50376,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50399,7 +50399,7 @@ 133.357, "w", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50422,7 +50422,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50445,7 +50445,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50468,7 +50468,7 @@ 133.357, "k", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50491,7 +50491,7 @@ 133.357, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50514,7 +50514,7 @@ 133.357, "u", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50537,7 +50537,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50560,7 +50560,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50583,7 +50583,7 @@ 133.357, "b", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50606,7 +50606,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50629,7 +50629,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50652,7 +50652,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50675,7 +50675,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50698,7 +50698,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50721,7 +50721,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50744,7 +50744,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50767,7 +50767,7 @@ 133.357, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50790,7 +50790,7 @@ 133.357, ".", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50813,7 +50813,7 @@ 125.387, "F", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50836,7 +50836,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50859,7 +50859,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50882,7 +50882,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50905,7 +50905,7 @@ 125.387, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50928,7 +50928,7 @@ 125.387, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50951,7 +50951,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50974,7 +50974,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50997,7 +50997,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51020,7 +51020,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51043,7 +51043,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51066,7 +51066,7 @@ 125.387, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51089,7 +51089,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51112,7 +51112,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51135,7 +51135,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51158,7 +51158,7 @@ 125.387, ",", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51181,7 +51181,7 @@ 125.387, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51204,7 +51204,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51227,7 +51227,7 @@ 125.387, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51250,7 +51250,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51273,7 +51273,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51296,7 +51296,7 @@ 125.387, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51319,7 +51319,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51342,7 +51342,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51365,7 +51365,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51388,7 +51388,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51411,7 +51411,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51434,7 +51434,7 @@ 125.387, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51457,7 +51457,7 @@ 125.387, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51480,7 +51480,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51503,7 +51503,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51526,7 +51526,7 @@ 125.387, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51549,7 +51549,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51572,7 +51572,7 @@ 125.387, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51595,7 +51595,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51618,7 +51618,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51641,7 +51641,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51664,7 +51664,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51687,7 +51687,7 @@ 125.387, "(", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51710,7 +51710,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51733,7 +51733,7 @@ 125.387, ")", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51756,7 +51756,7 @@ 125.387, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52745,7 +52745,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52768,7 +52768,7 @@ 107.853, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52791,7 +52791,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52814,7 +52814,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52837,7 +52837,7 @@ 107.853, "C", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52860,7 +52860,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52883,7 +52883,7 @@ 107.853, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52906,7 +52906,7 @@ 107.853, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52929,7 +52929,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52952,7 +52952,7 @@ 107.853, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52975,7 +52975,7 @@ 107.853, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52998,7 +52998,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53021,7 +53021,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53044,7 +53044,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53067,7 +53067,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53090,7 +53090,7 @@ 107.853, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53113,7 +53113,7 @@ 107.853, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53136,7 +53136,7 @@ 107.853, "b", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53159,7 +53159,7 @@ 107.853, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53182,7 +53182,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53205,7 +53205,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53228,7 +53228,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53251,7 +53251,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53274,7 +53274,7 @@ 107.853, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53297,7 +53297,7 @@ 107.853, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53320,7 +53320,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53343,7 +53343,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53366,7 +53366,7 @@ 107.853, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53389,7 +53389,7 @@ 107.853, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53412,7 +53412,7 @@ 107.853, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53435,7 +53435,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53458,7 +53458,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53481,7 +53481,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53504,7 +53504,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53527,7 +53527,7 @@ 107.853, "(", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53550,7 +53550,7 @@ 107.853, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53573,7 +53573,7 @@ 107.853, ")", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53596,7 +53596,7 @@ 107.853, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53619,7 +53619,7 @@ 99.882, "A", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53642,7 +53642,7 @@ 99.882, "C", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53665,7 +53665,7 @@ 99.882, "M", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53688,7 +53688,7 @@ 99.882, "I", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53711,7 +53711,7 @@ 99.882, "S", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53734,7 +53734,7 @@ 99.882, "B", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53757,7 +53757,7 @@ 99.882, "N", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53780,7 +53780,7 @@ 99.882, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53803,7 +53803,7 @@ 99.882, "7", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53826,7 +53826,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53849,7 +53849,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53872,7 +53872,7 @@ 99.882, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53895,7 +53895,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53918,7 +53918,7 @@ 99.882, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53941,7 +53941,7 @@ 99.882, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53964,7 +53964,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53987,7 +53987,7 @@ 99.882, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54010,7 +54010,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54033,7 +54033,7 @@ 99.882, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54056,7 +54056,7 @@ 99.882, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54079,7 +54079,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54102,7 +54102,7 @@ 99.882, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54125,7 +54125,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54148,7 +54148,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54171,7 +54171,7 @@ 99.882, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54194,7 +54194,7 @@ 99.882, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54217,7 +54217,7 @@ 99.882, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54240,7 +54240,7 @@ 99.882, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54263,7 +54263,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54286,7 +54286,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54309,7 +54309,7 @@ 99.882, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54332,7 +54332,7 @@ 91.912, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54355,7 +54355,7 @@ 91.912, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54378,7 +54378,7 @@ 91.912, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54401,7 +54401,7 @@ 91.912, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54424,7 +54424,7 @@ 91.912, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54447,7 +54447,7 @@ 91.912, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54470,7 +54470,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54493,7 +54493,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54516,7 +54516,7 @@ 91.912, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54539,7 +54539,7 @@ 91.912, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54562,7 +54562,7 @@ 91.912, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54585,7 +54585,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54608,7 +54608,7 @@ 91.912, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54631,7 +54631,7 @@ 91.912, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54654,7 +54654,7 @@ 91.912, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54677,7 +54677,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54700,7 +54700,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54723,7 +54723,7 @@ 91.912, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54746,7 +54746,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54769,7 +54769,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54792,7 +54792,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54815,7 +54815,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54838,7 +54838,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54861,7 +54861,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54884,7 +54884,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54907,7 +54907,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54930,7 +54930,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54953,7 +54953,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54976,7 +54976,7 @@ 91.912, "6", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54999,7 +54999,7 @@ 91.912, "7", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55022,7 +55022,7 @@ 91.912, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55045,7 +55045,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55068,7 +55068,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55091,7 +55091,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55114,7 +55114,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55137,7 +55137,7 @@ 91.912, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55160,7 +55160,7 @@ 91.912, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55183,7 +55183,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55206,7 +55206,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55227,7 +55227,7 @@ 439.734, 327.87, 439.734, - "1", + "!", -1, 0.612, "", @@ -55250,7 +55250,7 @@ 439.734, 329.141, 439.734, - "3", + "\"", -1, 0.612, "", @@ -55273,7 +55273,7 @@ 460.039, 327.83, 460.039, - "U", + "#", -1, 0.489, "", @@ -55296,7 +55296,7 @@ 460.039, 328.992, 460.039, - "S", + "$", -1, 0.489, "", @@ -55319,7 +55319,7 @@ 460.039, 330.007, 460.039, - "I", + "%", -1, 0.489, "", @@ -55342,7 +55342,7 @@ 460.039, 330.789, 460.039, - "N", + "&", -1, 0.489, "", @@ -55365,7 +55365,7 @@ 460.039, 332.0, 460.039, - "G", + "'", -1, 0.489, "", @@ -55388,7 +55388,7 @@ 460.039, 333.161, 460.039, - " ", + "(", -1, 0.489, "", @@ -55411,7 +55411,7 @@ 460.039, 333.65, 460.039, - "T", + ")", -1, 0.489, "", @@ -55434,7 +55434,7 @@ 460.039, 334.626, 460.039, - "H", + "*", -1, 0.489, "", @@ -55457,7 +55457,7 @@ 460.039, 335.823, 460.039, - "E", + "+", -1, 0.489, "", @@ -55480,7 +55480,7 @@ 460.039, 336.8, 460.039, - " ", + "(", -1, 0.489, "", @@ -55503,7 +55503,7 @@ 460.039, 337.289, 460.039, - "V", + ",", -1, 0.489, "", @@ -55526,7 +55526,7 @@ 460.039, 338.382, 460.039, - "E", + "+", -1, 0.489, "", @@ -55549,7 +55549,7 @@ 460.039, 339.36, 460.039, - "R", + "-", -1, 0.489, "", @@ -55572,7 +55572,7 @@ 460.039, 340.478, 460.039, - "T", + ")", -1, 0.489, "", @@ -55595,7 +55595,7 @@ 460.039, 341.454, 460.039, - "I", + "%", -1, 0.489, "", @@ -55618,7 +55618,7 @@ 460.039, 342.235, 460.039, - "C", + ".", -1, 0.489, "", @@ -55641,7 +55641,7 @@ 460.039, 343.271, 460.039, - "A", + "/", -1, 0.489, "", @@ -55664,7 +55664,7 @@ 460.039, 344.381, 460.039, - "L", + "0", -1, 0.489, "", @@ -55687,7 +55687,7 @@ 460.039, 345.292, 460.039, - " ", + "(", -1, 0.489, "", @@ -55710,7 +55710,7 @@ 460.039, 345.782, 460.039, - "T", + ")", -1, 0.489, "", @@ -55733,7 +55733,7 @@ 460.039, 346.757, 460.039, - "U", + "#", -1, 0.489, "", @@ -55756,7 +55756,7 @@ 460.039, 347.919, 460.039, - "B", + "1", -1, 0.489, "", @@ -55779,7 +55779,7 @@ 460.039, 349.009, 460.039, - "E", + "+", -1, 0.489, "", @@ -55802,7 +55802,7 @@ 460.039, 349.986, 460.039, - " ", + "(", -1, 0.489, "", @@ -55825,7 +55825,7 @@ 460.039, 350.474, 460.039, - "-", + "2", -1, 0.489, "", @@ -55848,7 +55848,7 @@ 458.429, 327.83, 458.429, - "M", + "3", -1, 0.489, "", @@ -55871,7 +55871,7 @@ 458.429, 329.186, 458.429, - "O", + "4", -1, 0.489, "", @@ -55894,7 +55894,7 @@ 458.429, 330.402, 458.429, - "D", + "5", -1, 0.489, "", @@ -55917,7 +55917,7 @@ 458.429, 331.59, 458.429, - "E", + "+", -1, 0.489, "", @@ -55940,7 +55940,7 @@ 458.429, 332.567, 458.429, - "L", + "0", -1, 0.489, "", @@ -55963,7 +55963,7 @@ 458.429, 333.478, 458.429, - "S", + "$", -1, 0.489, "", @@ -55986,7 +55986,7 @@ 458.429, 334.494, 458.429, - " ", + "(", -1, 0.489, "", @@ -56009,7 +56009,7 @@ 458.429, 334.983, 458.429, - "A", + "/", -1, 0.489, "", @@ -56032,7 +56032,7 @@ 458.429, 336.093, 458.429, - "Y", + "6", -1, 0.489, "", @@ -56055,7 +56055,7 @@ 458.429, 337.148, 458.429, - "1", + "!", -1, 0.489, "", @@ -56078,7 +56078,7 @@ 458.429, 338.165, 458.429, - "1", + "!", -1, 0.489, "", @@ -56101,7 +56101,7 @@ 458.429, 339.182, 458.429, - "2", + "7", -1, 0.489, "", @@ -56124,7 +56124,7 @@ 458.429, 340.199, 458.429, - "3", + "\"", -1, 0.489, "", @@ -56147,7 +56147,7 @@ 458.429, 341.217, 458.429, - "0", + "8", -1, 0.489, "", @@ -56170,7 +56170,7 @@ 458.429, 342.234, 458.429, - "/", + "9", -1, 0.489, "", @@ -56193,7 +56193,7 @@ 458.429, 343.219, 458.429, - "1", + "!", -1, 0.489, "", @@ -56216,7 +56216,7 @@ 458.429, 344.237, 458.429, - "1", + "!", -1, 0.489, "", @@ -56239,7 +56239,7 @@ 458.429, 345.254, 458.429, - "2", + "7", -1, 0.489, "", @@ -56262,7 +56262,7 @@ 458.429, 346.271, 458.429, - "3", + "\"", -1, 0.489, "", @@ -56285,7 +56285,7 @@ 458.429, 347.288, 458.429, - "4", + ":", -1, 0.489, "", @@ -56308,7 +56308,7 @@ 455.256, 327.83, 455.256, - "1", + "!", -1, 0.441, "", @@ -56331,7 +56331,7 @@ 455.256, 328.626, 455.256, - ".", + "\"", -1, 0.441, "", @@ -56354,7 +56354,7 @@ 455.256, 329.082, 455.256, - " ", + "#", -1, 0.441, "", @@ -56377,7 +56377,7 @@ 455.256, 329.523, 455.256, - "T", + "$", -1, 0.441, "", @@ -56400,7 +56400,7 @@ 455.256, 330.294, 455.256, - "h", + "%", -1, 0.441, "", @@ -56423,7 +56423,7 @@ 455.256, 331.086, 455.256, - "e", + "&", -1, 0.441, "", @@ -56446,7 +56446,7 @@ 455.256, 331.832, 455.256, - " ", + "#", -1, 0.441, "", @@ -56469,7 +56469,7 @@ 455.256, 332.27, 455.256, - "v", + "'", -1, 0.441, "", @@ -56492,7 +56492,7 @@ 455.256, 333.01, 455.256, - "e", + "&", -1, 0.441, "", @@ -56515,7 +56515,7 @@ 455.256, 333.756, 455.256, - "r", + "(", -1, 0.441, "", @@ -56538,7 +56538,7 @@ 455.256, 334.291, 455.256, - "t", + ")", -1, 0.441, "", @@ -56561,7 +56561,7 @@ 455.256, 334.784, 455.256, - "i", + "*", -1, 0.441, "", @@ -56584,7 +56584,7 @@ 455.256, 335.127, 455.256, - "c", + "+", -1, 0.441, "", @@ -56607,7 +56607,7 @@ 455.256, 335.778, 455.256, - "a", + ",", -1, 0.441, "", @@ -56630,7 +56630,7 @@ 455.256, 336.53, 455.256, - "l", + "-", -1, 0.441, "", @@ -56653,7 +56653,7 @@ 455.256, 336.873, 455.256, - " ", + "#", -1, 0.441, "", @@ -56676,7 +56676,7 @@ 455.256, 337.314, 455.256, - "t", + ")", -1, 0.441, "", @@ -56699,7 +56699,7 @@ 455.256, 337.806, 455.256, - "u", + ".", -1, 0.441, "", @@ -56722,7 +56722,7 @@ 455.256, 338.597, 455.256, - "b", + "/", -1, 0.441, "", @@ -56745,7 +56745,7 @@ 455.256, 339.377, 455.256, - "e", + "&", -1, 0.441, "", @@ -56768,7 +56768,7 @@ 455.256, 340.123, 455.256, - " ", + "#", -1, 0.441, "", @@ -56791,7 +56791,7 @@ 455.256, 340.562, 455.256, - "c", + "+", -1, 0.441, "", @@ -56814,7 +56814,7 @@ 455.256, 341.213, 455.256, - "a", + ",", -1, 0.441, "", @@ -56837,7 +56837,7 @@ 455.256, 341.964, 455.256, - "n", + "0", -1, 0.441, "", @@ -56860,7 +56860,7 @@ 455.256, 342.755, 455.256, - " ", + "#", -1, 0.441, "", @@ -56883,7 +56883,7 @@ 455.256, 343.196, 455.256, - "b", + "/", -1, 0.441, "", @@ -56906,7 +56906,7 @@ 455.256, 343.976, 455.256, - "e", + "&", -1, 0.441, "", @@ -56929,7 +56929,7 @@ 455.256, 344.719, 455.256, - " ", + "#", -1, 0.441, "", @@ -56952,7 +56952,7 @@ 455.256, 345.16, 455.256, - "u", + ".", -1, 0.441, "", @@ -56975,7 +56975,7 @@ 455.256, 345.951, 455.256, - "s", + "1", -1, 0.441, "", @@ -56998,7 +56998,7 @@ 455.256, 346.602, 455.256, - "e", + "&", -1, 0.441, "", @@ -57021,7 +57021,7 @@ 455.256, 347.347, 455.256, - "d", + "2", -1, 0.441, "", @@ -57044,7 +57044,7 @@ 455.256, 348.127, 455.256, - " ", + "#", -1, 0.441, "", @@ -57067,7 +57067,7 @@ 455.256, 348.568, 455.256, - "f", + "3", -1, 0.441, "", @@ -57090,7 +57090,7 @@ 455.256, 349.008, 455.256, - "o", + "4", -1, 0.441, "", @@ -57113,7 +57113,7 @@ 455.256, 349.768, 455.256, - "r", + "(", -1, 0.441, "", @@ -57136,7 +57136,7 @@ 455.256, 350.303, 455.256, - " ", + "#", -1, 0.441, "", @@ -57159,7 +57159,7 @@ 453.825, 327.83, 453.825, - " ", + "#", -1, 0.441, "", @@ -57182,7 +57182,7 @@ 453.825, 334.268, 453.825, - " ", + "#", -1, 0.441, "", @@ -57205,7 +57205,7 @@ 453.825, 328.651, 453.825, - " ", + "#", -1, 0.441, "", @@ -57228,7 +57228,7 @@ 453.825, 329.533, 453.825, - "i", + "*", -1, 0.441, "", @@ -57251,7 +57251,7 @@ 453.825, 329.876, 453.825, - "n", + "0", -1, 0.441, "", @@ -57274,7 +57274,7 @@ 453.825, 330.668, 453.825, - "s", + "1", -1, 0.441, "", @@ -57297,7 +57297,7 @@ 453.825, 331.32, 453.825, - "t", + ")", -1, 0.441, "", @@ -57320,7 +57320,7 @@ 453.825, 331.813, 453.825, - "r", + "(", -1, 0.441, "", @@ -57343,7 +57343,7 @@ 453.825, 332.348, 453.825, - "u", + ".", -1, 0.441, "", @@ -57366,7 +57366,7 @@ 453.825, 333.14, 453.825, - "c", + "+", -1, 0.441, "", @@ -57389,7 +57389,7 @@ 453.825, 333.792, 453.825, - "t", + ")", -1, 0.441, "", @@ -57412,7 +57412,7 @@ 453.825, 334.286, 453.825, - "i", + "*", -1, 0.441, "", @@ -57435,7 +57435,7 @@ 453.825, 334.629, 453.825, - "o", + "4", -1, 0.441, "", @@ -57458,7 +57458,7 @@ 453.825, 335.388, 453.825, - "n", + "0", -1, 0.441, "", @@ -57481,7 +57481,7 @@ 453.825, 336.181, 453.825, - "a", + ",", -1, 0.441, "", @@ -57504,7 +57504,7 @@ 453.825, 336.933, 453.825, - "l", + "-", -1, 0.441, "", @@ -57527,7 +57527,7 @@ 453.825, 337.276, 453.825, - " ", + "#", -1, 0.441, "", @@ -57550,7 +57550,7 @@ 453.825, 337.717, 453.825, - "v", + "'", -1, 0.441, "", @@ -57573,7 +57573,7 @@ 453.825, 338.458, 453.825, - "i", + "*", -1, 0.441, "", @@ -57596,7 +57596,7 @@ 453.825, 338.801, 453.825, - "e", + "&", -1, 0.441, "", @@ -57619,7 +57619,7 @@ 453.825, 339.547, 453.825, - "w", + "5", -1, 0.441, "", @@ -57642,7 +57642,7 @@ 453.825, 340.571, 453.825, - "i", + "*", -1, 0.441, "", @@ -57665,7 +57665,7 @@ 453.825, 340.914, 453.825, - "n", + "0", -1, 0.441, "", @@ -57688,7 +57688,7 @@ 453.825, 341.706, 453.825, - "g", + "6", -1, 0.441, "", @@ -57711,7 +57711,7 @@ 453.825, 342.486, 453.825, - " ", + "#", -1, 0.441, "", @@ -57734,7 +57734,7 @@ 453.825, 342.927, 453.825, - "o", + "4", -1, 0.441, "", @@ -57757,7 +57757,7 @@ 453.825, 343.687, 453.825, - "r", + "(", -1, 0.441, "", @@ -57780,7 +57780,7 @@ 453.825, 344.221, 453.825, - " ", + "#", -1, 0.441, "", @@ -57803,7 +57803,7 @@ 453.825, 344.662, 453.825, - "t", + ")", -1, 0.441, "", @@ -57826,7 +57826,7 @@ 453.825, 345.155, 453.825, - "o", + "4", -1, 0.441, "", @@ -57849,7 +57849,7 @@ 453.825, 345.915, 453.825, - " ", + "#", -1, 0.441, "", @@ -57872,7 +57872,7 @@ 453.825, 346.356, 453.825, - "p", + "7", -1, 0.441, "", @@ -57895,7 +57895,7 @@ 453.825, 347.135, 453.825, - "h", + "%", -1, 0.441, "", @@ -57918,7 +57918,7 @@ 453.825, 347.928, 453.825, - "o", + "4", -1, 0.441, "", @@ -57941,7 +57941,7 @@ 453.825, 348.688, 453.825, - "t", + ")", -1, 0.441, "", @@ -57964,7 +57964,7 @@ 453.825, 349.181, 453.825, - "o", + "4", -1, 0.441, "", @@ -57987,7 +57987,7 @@ 453.825, 349.941, 453.825, - "g", + "6", -1, 0.441, "", @@ -58010,7 +58010,7 @@ 453.825, 350.721, 453.825, - "r", + "(", -1, 0.441, "", @@ -58033,7 +58033,7 @@ 453.825, 351.255, 453.825, - "a", + ",", -1, 0.441, "", @@ -58056,7 +58056,7 @@ 453.825, 352.008, 453.825, - "p", + "7", -1, 0.441, "", @@ -58079,7 +58079,7 @@ 453.825, 352.787, 453.825, - "h", + "%", -1, 0.441, "", @@ -58102,7 +58102,7 @@ 453.825, 352.409, 453.825, - " ", + "#", -1, 0.441, "", @@ -58125,7 +58125,7 @@ 452.393, 327.771, 452.393, - " ", + "#", -1, 0.441, "", @@ -58148,7 +58148,7 @@ 452.393, 328.652, 452.393, - " ", + "#", -1, 0.441, "", @@ -58171,7 +58171,7 @@ 452.393, 329.534, 452.393, - "t", + ")", -1, 0.441, "", @@ -58194,7 +58194,7 @@ 452.393, 330.027, 452.393, - "h", + "%", -1, 0.441, "", @@ -58217,7 +58217,7 @@ 452.393, 330.819, 452.393, - "e", + "&", -1, 0.441, "", @@ -58240,7 +58240,7 @@ 452.393, 331.565, 452.393, - " ", + "#", -1, 0.441, "", @@ -58263,7 +58263,7 @@ 452.393, 332.006, 452.393, - "i", + "*", -1, 0.441, "", @@ -58286,7 +58286,7 @@ 452.393, 332.349, 452.393, - "m", + "8", -1, 0.441, "", @@ -58309,7 +58309,7 @@ 452.393, 333.567, 452.393, - "a", + ",", -1, 0.441, "", @@ -58332,7 +58332,7 @@ 452.393, 334.319, 452.393, - "g", + "6", -1, 0.441, "", @@ -58355,7 +58355,7 @@ 452.393, 335.099, 452.393, - "e", + "&", -1, 0.441, "", @@ -58378,7 +58378,7 @@ 452.393, 335.845, 452.393, - " ", + "#", -1, 0.441, "", @@ -58401,7 +58401,7 @@ 452.393, 336.286, 452.393, - "w", + "5", -1, 0.441, "", @@ -58424,7 +58424,7 @@ 452.393, 337.31, 452.393, - "i", + "*", -1, 0.441, "", @@ -58447,7 +58447,7 @@ 452.393, 337.653, 452.393, - "t", + ")", -1, 0.441, "", @@ -58470,7 +58470,7 @@ 452.393, 338.146, 452.393, - "h", + "%", -1, 0.441, "", @@ -58493,7 +58493,7 @@ 452.393, 338.939, 452.393, - " ", + "#", -1, 0.441, "", @@ -58516,7 +58516,7 @@ 452.393, 339.379, 452.393, - "a", + ",", -1, 0.441, "", @@ -58539,7 +58539,7 @@ 452.393, 340.132, 452.393, - " ", + "#", -1, 0.441, "", @@ -58562,7 +58562,7 @@ 452.393, 340.572, 452.393, - "d", + "2", -1, 0.441, "", @@ -58585,7 +58585,7 @@ 452.393, 341.352, 452.393, - "i", + "*", -1, 0.441, "", @@ -58608,7 +58608,7 @@ 452.393, 341.695, 452.393, - "g", + "6", -1, 0.441, "", @@ -58631,7 +58631,7 @@ 452.393, 342.475, 452.393, - "i", + "*", -1, 0.441, "", @@ -58654,7 +58654,7 @@ 452.393, 342.818, 452.393, - "t", + ")", -1, 0.441, "", @@ -58677,7 +58677,7 @@ 452.393, 343.311, 452.393, - "a", + ",", -1, 0.441, "", @@ -58700,7 +58700,7 @@ 452.393, 344.064, 452.393, - "l", + "-", -1, 0.441, "", @@ -58723,7 +58723,7 @@ 452.393, 344.407, 452.393, - " ", + "#", -1, 0.441, "", @@ -58746,7 +58746,7 @@ 452.393, 344.847, 452.393, - "c", + "+", -1, 0.441, "", @@ -58769,7 +58769,7 @@ 452.393, 345.499, 452.393, - "a", + ",", -1, 0.441, "", @@ -58792,7 +58792,7 @@ 452.393, 346.252, 452.393, - "m", + "8", -1, 0.441, "", @@ -58815,7 +58815,7 @@ 452.393, 347.47, 452.393, - "e", + "&", -1, 0.441, "", @@ -58838,7 +58838,7 @@ 452.393, 348.216, 452.393, - "r", + "(", -1, 0.441, "", @@ -58861,7 +58861,7 @@ 452.393, 348.75, 452.393, - "a", + ",", -1, 0.441, "", @@ -58884,7 +58884,7 @@ 452.393, 349.503, 452.393, - " ", + "#", -1, 0.441, "", @@ -58907,7 +58907,7 @@ 452.393, 349.943, 452.393, - "o", + "4", -1, 0.441, "", @@ -58930,7 +58930,7 @@ 452.393, 350.703, 452.393, - "r", + "(", -1, 0.441, "", @@ -58953,7 +58953,7 @@ 452.393, 351.238, 452.393, - " ", + "#", -1, 0.441, "", @@ -58976,7 +58976,7 @@ 452.393, 351.678, 452.393, - "a", + ",", -1, 0.441, "", @@ -58999,7 +58999,7 @@ 450.962, 340.706, 450.962, - " ", + "#", -1, 0.441, "", @@ -59022,7 +59022,7 @@ 450.962, 347.144, 450.962, - " ", + "#", -1, 0.441, "", @@ -59045,7 +59045,7 @@ 450.962, 328.152, 450.962, - " ", + "#", -1, 0.441, "", @@ -59068,7 +59068,7 @@ 450.962, 329.033, 450.962, - " ", + "#", -1, 0.441, "", @@ -59091,7 +59091,7 @@ 450.962, 329.474, 450.962, - "m", + "8", -1, 0.441, "", @@ -59114,7 +59114,7 @@ 450.962, 330.692, 450.962, - "i", + "*", -1, 0.441, "", @@ -59137,7 +59137,7 @@ 450.962, 331.035, 450.962, - "c", + "+", -1, 0.441, "", @@ -59160,7 +59160,7 @@ 450.962, 331.687, 450.962, - "r", + "(", -1, 0.441, "", @@ -59183,7 +59183,7 @@ 450.962, 332.221, 450.962, - "o", + "4", -1, 0.441, "", @@ -59206,7 +59206,7 @@ 450.962, 332.981, 450.962, - " ", + "#", -1, 0.441, "", @@ -59229,7 +59229,7 @@ 450.962, 333.422, 450.962, - "T", + "$", -1, 0.441, "", @@ -59252,7 +59252,7 @@ 450.962, 334.193, 450.962, - "V", + "9", -1, 0.441, "", @@ -59275,7 +59275,7 @@ 450.962, 335.049, 450.962, - " ", + "#", -1, 0.441, "", @@ -59298,7 +59298,7 @@ 450.962, 335.49, 450.962, - "u", + ".", -1, 0.441, "", @@ -59321,7 +59321,7 @@ 450.962, 336.282, 450.962, - "n", + "0", -1, 0.441, "", @@ -59344,7 +59344,7 @@ 450.962, 337.075, 450.962, - "i", + "*", -1, 0.441, "", @@ -59367,7 +59367,7 @@ 450.962, 337.418, 450.962, - "t", + ")", -1, 0.441, "", @@ -59390,7 +59390,7 @@ 450.962, 354.48, 450.962, - " ", + "#", -1, 0.441, "", @@ -59413,7 +59413,7 @@ 449.47, 327.831, 449.47, - "2", + ":", -1, 0.441, "", @@ -59436,7 +59436,7 @@ 449.47, 328.627, 449.47, - ".", + "\"", -1, 0.441, "", @@ -59459,7 +59459,7 @@ 449.47, 329.083, 449.47, - " ", + "#", -1, 0.441, "", @@ -59482,7 +59482,7 @@ 449.47, 329.524, 449.47, - "L", + ";", -1, 0.441, "", @@ -59505,7 +59505,7 @@ 449.47, 330.221, 449.47, - "o", + "4", -1, 0.441, "", @@ -59528,7 +59528,7 @@ 449.47, 330.981, 449.47, - "o", + "4", -1, 0.441, "", @@ -59551,7 +59551,7 @@ 449.47, 331.741, 449.47, - "s", + "1", -1, 0.441, "", @@ -59574,7 +59574,7 @@ 449.47, 332.393, 449.47, - "e", + "&", -1, 0.441, "", @@ -59597,7 +59597,7 @@ 449.47, 333.139, 449.47, - "n", + "0", -1, 0.441, "", @@ -59620,7 +59620,7 @@ 449.47, 333.931, 449.47, - " ", + "#", -1, 0.441, "", @@ -59643,7 +59643,7 @@ 449.47, 334.372, 449.47, - "t", + ")", -1, 0.441, "", @@ -59666,7 +59666,7 @@ 449.47, 334.865, 449.47, - "h", + "%", -1, 0.441, "", @@ -59689,7 +59689,7 @@ 449.47, 335.658, 449.47, - "e", + "&", -1, 0.441, "", @@ -59712,7 +59712,7 @@ 449.47, 336.404, 449.47, - " ", + "#", -1, 0.441, "", @@ -59735,7 +59735,7 @@ 449.47, 336.844, 449.47, - "r", + "(", -1, 0.441, "", @@ -59758,7 +59758,7 @@ 449.47, 337.379, 449.47, - "e", + "&", -1, 0.441, "", @@ -59781,7 +59781,7 @@ 449.47, 338.125, 449.47, - "t", + ")", -1, 0.441, "", @@ -59804,7 +59804,7 @@ 449.47, 338.618, 449.47, - "e", + "&", -1, 0.441, "", @@ -59827,7 +59827,7 @@ 449.47, 339.364, 449.47, - "n", + "0", -1, 0.441, "", @@ -59850,7 +59850,7 @@ 449.47, 340.157, 449.47, - "t", + ")", -1, 0.441, "", @@ -59873,7 +59873,7 @@ 449.47, 340.65, 449.47, - "i", + "*", -1, 0.441, "", @@ -59896,7 +59896,7 @@ 449.47, 340.993, 449.47, - "o", + "4", -1, 0.441, "", @@ -59919,7 +59919,7 @@ 449.47, 341.753, 449.47, - "n", + "0", -1, 0.441, "", @@ -59942,7 +59942,7 @@ 449.47, 342.545, 449.47, - " ", + "#", -1, 0.441, "", @@ -59965,7 +59965,7 @@ 449.47, 342.986, 449.47, - "s", + "1", -1, 0.441, "", @@ -59988,7 +59988,7 @@ 449.47, 343.638, 449.47, - "c", + "+", -1, 0.441, "", @@ -60011,7 +60011,7 @@ 449.47, 344.29, 449.47, - "r", + "(", -1, 0.441, "", @@ -60034,7 +60034,7 @@ 449.47, 344.825, 449.47, - "e", + "&", -1, 0.441, "", @@ -60057,7 +60057,7 @@ 449.47, 345.571, 449.47, - "w", + "5", -1, 0.441, "", @@ -60080,7 +60080,7 @@ 449.47, 346.546, 449.47, - ",", + "<", -1, 0.441, "", @@ -60103,7 +60103,7 @@ 449.47, 347.002, 449.47, - " ", + "#", -1, 0.441, "", @@ -60126,7 +60126,7 @@ 449.47, 347.442, 449.47, - "t", + ")", -1, 0.441, "", @@ -60149,7 +60149,7 @@ 449.47, 347.935, 449.47, - "h", + "%", -1, 0.441, "", @@ -60172,7 +60172,7 @@ 449.47, 348.728, 449.47, - "e", + "&", -1, 0.441, "", @@ -60195,7 +60195,7 @@ 449.47, 349.474, 449.47, - "n", + "0", -1, 0.441, "", @@ -60218,7 +60218,7 @@ 449.47, 350.266, 449.47, - " ", + "#", -1, 0.441, "", @@ -60241,7 +60241,7 @@ 449.47, 350.707, 449.47, - "r", + "(", -1, 0.441, "", @@ -60264,7 +60264,7 @@ 449.47, 351.241, 449.47, - "o", + "4", -1, 0.441, "", @@ -60287,7 +60287,7 @@ 449.47, 352.001, 449.47, - "t", + ")", -1, 0.441, "", @@ -60310,7 +60310,7 @@ 449.47, 352.494, 449.47, - "a", + ",", -1, 0.441, "", @@ -60333,7 +60333,7 @@ 449.47, 353.247, 449.47, - "t", + ")", -1, 0.441, "", @@ -60356,7 +60356,7 @@ 449.47, 353.74, 449.47, - "e", + "&", -1, 0.441, "", @@ -60379,7 +60379,7 @@ 449.47, 354.486, 449.47, - " ", + "#", -1, 0.441, "", @@ -60402,7 +60402,7 @@ 448.099, 354.923, 448.099, - " ", + "#", -1, 0.441, "", @@ -60425,7 +60425,7 @@ 448.039, 327.831, 448.039, - " ", + "#", -1, 0.441, "", @@ -60448,7 +60448,7 @@ 448.039, 328.713, 448.039, - " ", + "#", -1, 0.441, "", @@ -60471,7 +60471,7 @@ 448.039, 329.594, 448.039, - "t", + ")", -1, 0.441, "", @@ -60494,7 +60494,7 @@ 448.039, 330.087, 448.039, - "h", + "%", -1, 0.441, "", @@ -60517,7 +60517,7 @@ 448.039, 330.879, 448.039, - "e", + "&", -1, 0.441, "", @@ -60540,7 +60540,7 @@ 448.039, 331.626, 448.039, - " ", + "#", -1, 0.441, "", @@ -60563,7 +60563,7 @@ 448.039, 332.066, 448.039, - "a", + ",", -1, 0.441, "", @@ -60586,7 +60586,7 @@ 448.039, 332.819, 448.039, - "d", + "2", -1, 0.441, "", @@ -60609,7 +60609,7 @@ 448.039, 333.598, 448.039, - "j", + "=", -1, 0.441, "", @@ -60632,7 +60632,7 @@ 448.039, 334.029, 448.039, - "u", + ".", -1, 0.441, "", @@ -60655,7 +60655,7 @@ 448.039, 334.821, 448.039, - "s", + "1", -1, 0.441, "", @@ -60678,7 +60678,7 @@ 448.039, 335.474, 448.039, - "t", + ")", -1, 0.441, "", @@ -60701,7 +60701,7 @@ 448.039, 335.967, 448.039, - "m", + "8", -1, 0.441, "", @@ -60724,7 +60724,7 @@ 448.039, 337.185, 448.039, - "e", + "&", -1, 0.441, "", @@ -60747,7 +60747,7 @@ 448.039, 337.931, 448.039, - "n", + "0", -1, 0.441, "", @@ -60770,7 +60770,7 @@ 448.039, 338.723, 448.039, - "t", + ")", -1, 0.441, "", @@ -60793,7 +60793,7 @@ 448.039, 339.217, 448.039, - " ", + "#", -1, 0.441, "", @@ -60816,7 +60816,7 @@ 448.039, 339.657, 448.039, - "r", + "(", -1, 0.441, "", @@ -60839,7 +60839,7 @@ 448.039, 340.192, 448.039, - "i", + "*", -1, 0.441, "", @@ -60862,7 +60862,7 @@ 448.039, 340.535, 448.039, - "n", + "0", -1, 0.441, "", @@ -60885,7 +60885,7 @@ 448.039, 341.327, 448.039, - "g", + "6", -1, 0.441, "", @@ -60908,7 +60908,7 @@ 448.039, 342.107, 448.039, - " ", + "#", -1, 0.441, "", @@ -60931,7 +60931,7 @@ 448.039, 342.548, 448.039, - "t", + ")", -1, 0.441, "", @@ -60954,7 +60954,7 @@ 448.039, 343.041, 448.039, - "o", + "4", -1, 0.441, "", @@ -60977,7 +60977,7 @@ 448.039, 343.801, 448.039, - " ", + "#", -1, 0.441, "", @@ -61000,7 +61000,7 @@ 448.039, 344.241, 448.039, - "c", + "+", -1, 0.441, "", @@ -61023,7 +61023,7 @@ 448.039, 344.893, 448.039, - "h", + "%", -1, 0.441, "", @@ -61046,7 +61046,7 @@ 448.039, 345.686, 448.039, - "a", + ",", -1, 0.441, "", @@ -61069,7 +61069,7 @@ 448.039, 346.438, 448.039, - "n", + "0", -1, 0.441, "", @@ -61092,7 +61092,7 @@ 448.039, 347.231, 448.039, - "g", + "6", -1, 0.441, "", @@ -61115,7 +61115,7 @@ 448.039, 348.01, 448.039, - "e", + "&", -1, 0.441, "", @@ -61138,7 +61138,7 @@ 448.039, 348.757, 448.039, - " ", + "#", -1, 0.441, "", @@ -61161,7 +61161,7 @@ 448.039, 349.197, 448.039, - "t", + ")", -1, 0.441, "", @@ -61184,7 +61184,7 @@ 448.039, 349.69, 448.039, - "h", + "%", -1, 0.441, "", @@ -61207,7 +61207,7 @@ 448.039, 350.483, 448.039, - "e", + "&", -1, 0.441, "", @@ -61230,7 +61230,7 @@ 448.039, 351.229, 448.039, - " ", + "#", -1, 0.441, "", @@ -61253,7 +61253,7 @@ 446.667, 351.661, 446.667, - " ", + "#", -1, 0.441, "", @@ -61276,7 +61276,7 @@ 445.236, 327.831, 445.236, - " ", + "#", -1, 0.441, "", @@ -61299,7 +61299,7 @@ 445.236, 334.269, 445.236, - " ", + "#", -1, 0.441, "", @@ -61322,7 +61322,7 @@ 446.607, 328.212, 446.607, - " ", + "#", -1, 0.441, "", @@ -61345,7 +61345,7 @@ 446.607, 329.093, 446.607, - " ", + "#", -1, 0.441, "", @@ -61368,7 +61368,7 @@ 446.607, 329.534, 446.607, - "l", + "-", -1, 0.441, "", @@ -61391,7 +61391,7 @@ 446.607, 329.877, 446.607, - "e", + "&", -1, 0.441, "", @@ -61414,7 +61414,7 @@ 446.607, 330.622, 446.607, - "n", + "0", -1, 0.441, "", @@ -61437,7 +61437,7 @@ 446.607, 331.413, 446.607, - "g", + "6", -1, 0.441, "", @@ -61460,7 +61460,7 @@ 446.607, 332.193, 446.607, - "t", + ")", -1, 0.441, "", @@ -61483,7 +61483,7 @@ 446.607, 332.685, 446.607, - "h", + "%", -1, 0.441, "", @@ -61506,7 +61506,7 @@ 446.607, 333.477, 446.607, - " ", + "#", -1, 0.441, "", @@ -61529,7 +61529,7 @@ 446.607, 333.918, 446.607, - "o", + "4", -1, 0.441, "", @@ -61552,7 +61552,7 @@ 446.607, 334.677, 446.607, - "f", + "3", -1, 0.441, "", @@ -61575,7 +61575,7 @@ 446.607, 335.118, 446.607, - " ", + "#", -1, 0.441, "", @@ -61598,7 +61598,7 @@ 446.607, 335.556, 446.607, - "t", + ")", -1, 0.441, "", @@ -61621,7 +61621,7 @@ 446.607, 336.048, 446.607, - "h", + "%", -1, 0.441, "", @@ -61644,7 +61644,7 @@ 446.607, 336.841, 446.607, - "e", + "&", -1, 0.441, "", @@ -61667,7 +61667,7 @@ 446.607, 337.587, 446.607, - " ", + "#", -1, 0.441, "", @@ -61690,7 +61690,7 @@ 446.607, 338.026, 446.607, - "v", + "'", -1, 0.441, "", @@ -61713,7 +61713,7 @@ 446.607, 338.766, 446.607, - "e", + "&", -1, 0.441, "", @@ -61736,7 +61736,7 @@ 446.607, 339.511, 446.607, - "r", + "(", -1, 0.441, "", @@ -61759,7 +61759,7 @@ 446.607, 340.045, 446.607, - "t", + ")", -1, 0.441, "", @@ -61782,7 +61782,7 @@ 446.607, 340.536, 446.607, - "i", + "*", -1, 0.441, "", @@ -61805,7 +61805,7 @@ 446.607, 340.879, 446.607, - "c", + "+", -1, 0.441, "", @@ -61828,7 +61828,7 @@ 446.607, 341.531, 446.607, - "a", + ",", -1, 0.441, "", @@ -61851,7 +61851,7 @@ 446.607, 342.282, 446.607, - "l", + "-", -1, 0.441, "", @@ -61874,7 +61874,7 @@ 446.607, 342.625, 446.607, - " ", + "#", -1, 0.441, "", @@ -61897,7 +61897,7 @@ 446.607, 343.066, 446.607, - "t", + ")", -1, 0.441, "", @@ -61920,7 +61920,7 @@ 446.607, 343.559, 446.607, - "u", + ".", -1, 0.441, "", @@ -61943,7 +61943,7 @@ 446.607, 344.35, 446.607, - "b", + "/", -1, 0.441, "", @@ -61966,7 +61966,7 @@ 446.607, 345.13, 446.607, - "e", + "&", -1, 0.441, "", @@ -61989,7 +61989,7 @@ 446.607, 345.876, 446.607, - ".", + "\"", -1, 0.441, "", @@ -62012,7 +62012,7 @@ 444.814, 327.83, 444.814, - "3", + ">", -1, 0.441, "", @@ -62035,7 +62035,7 @@ 444.814, 328.626, 444.814, - ".", + "\"", -1, 0.441, "", @@ -62058,7 +62058,7 @@ 444.814, 329.082, 444.814, - " ", + "#", -1, 0.441, "", @@ -62081,7 +62081,7 @@ 444.814, 329.523, 444.814, - "M", + "?", -1, 0.441, "", @@ -62104,7 +62104,7 @@ 444.814, 330.578, 444.814, - "a", + ",", -1, 0.441, "", @@ -62127,7 +62127,7 @@ 444.814, 331.33, 444.814, - "k", + "@", -1, 0.441, "", @@ -62150,7 +62150,7 @@ 444.814, 332.071, 444.814, - "e", + "&", -1, 0.441, "", @@ -62173,7 +62173,7 @@ 444.814, 332.817, 444.814, - " ", + "#", -1, 0.441, "", @@ -62196,7 +62196,7 @@ 444.814, 333.258, 444.814, - "s", + "1", -1, 0.441, "", @@ -62219,7 +62219,7 @@ 444.814, 333.91, 444.814, - "u", + ".", -1, 0.441, "", @@ -62242,7 +62242,7 @@ 444.814, 334.702, 444.814, - "r", + "(", -1, 0.441, "", @@ -62265,7 +62265,7 @@ 444.814, 335.233, 444.814, - "e", + "&", -1, 0.441, "", @@ -62288,7 +62288,7 @@ 444.814, 335.978, 444.814, - " ", + "#", -1, 0.441, "", @@ -62311,7 +62311,7 @@ 444.814, 336.419, 444.814, - "t", + ")", -1, 0.441, "", @@ -62334,7 +62334,7 @@ 444.814, 336.912, 444.814, - "h", + "%", -1, 0.441, "", @@ -62357,7 +62357,7 @@ 444.814, 337.703, 444.814, - "a", + ",", -1, 0.441, "", @@ -62380,7 +62380,7 @@ 444.814, 338.454, 444.814, - "t", + ")", -1, 0.441, "", @@ -62403,7 +62403,7 @@ 444.814, 338.946, 444.814, - " ", + "#", -1, 0.441, "", @@ -62426,7 +62426,7 @@ 444.814, 339.387, 444.814, - "b", + "/", -1, 0.441, "", @@ -62449,7 +62449,7 @@ 444.814, 340.167, 444.814, - "o", + "4", -1, 0.441, "", @@ -62472,7 +62472,7 @@ 444.814, 340.925, 444.814, - "t", + ")", -1, 0.441, "", @@ -62495,7 +62495,7 @@ 444.814, 341.417, 444.814, - "h", + "%", -1, 0.441, "", @@ -62518,7 +62518,7 @@ 444.814, 342.208, 444.814, - " ", + "#", -1, 0.441, "", @@ -62541,7 +62541,7 @@ 444.814, 342.649, 444.814, - "t", + ")", -1, 0.441, "", @@ -62564,7 +62564,7 @@ 444.814, 343.141, 444.814, - "h", + "%", -1, 0.441, "", @@ -62587,7 +62587,7 @@ 444.814, 343.932, 444.814, - "e", + "&", -1, 0.441, "", @@ -62610,7 +62610,7 @@ 444.814, 344.677, 444.814, - " ", + "#", -1, 0.441, "", @@ -62633,7 +62633,7 @@ 444.814, 345.118, 444.814, - "i", + "*", -1, 0.441, "", @@ -62656,7 +62656,7 @@ 444.814, 345.461, 444.814, - "m", + "8", -1, 0.441, "", @@ -62679,7 +62679,7 @@ 444.814, 346.679, 444.814, - "a", + ",", -1, 0.441, "", @@ -62702,7 +62702,7 @@ 444.814, 347.427, 444.814, - "g", + "6", -1, 0.441, "", @@ -62725,7 +62725,7 @@ 444.814, 348.207, 444.814, - "e", + "&", -1, 0.441, "", @@ -62748,7 +62748,7 @@ 444.814, 348.952, 444.814, - "s", + "1", -1, 0.441, "", @@ -62771,7 +62771,7 @@ 444.814, 349.604, 444.814, - " ", + "#", -1, 0.441, "", @@ -62794,7 +62794,7 @@ 444.814, 350.045, 444.814, - "i", + "*", -1, 0.441, "", @@ -62817,7 +62817,7 @@ 444.814, 350.388, 444.814, - "n", + "0", -1, 0.441, "", @@ -62840,7 +62840,7 @@ 443.803, 351.181, 443.803, - " ", + "#", -1, 0.441, "", @@ -62863,7 +62863,7 @@ 536.179, 327.253, 536.179, - "O", + "4", -1, 1.101, "", @@ -62886,7 +62886,7 @@ 536.179, 329.989, 536.179, - "P", + ";", -1, 1.101, "", @@ -62909,7 +62909,7 @@ 536.179, 332.349, 536.179, - "E", + "+", -1, 1.101, "", @@ -62932,7 +62932,7 @@ 536.179, 334.547, 536.179, - "R", + "-", -1, 1.101, "", @@ -62955,7 +62955,7 @@ 536.179, 337.064, 536.179, - "A", + "/", -1, 1.101, "", @@ -62978,7 +62978,7 @@ 536.179, 339.562, 536.179, - "T", + ")", -1, 1.101, "", @@ -63001,7 +63001,7 @@ 536.179, 341.758, 536.179, - "I", + "%", -1, 1.101, "", @@ -63024,7 +63024,7 @@ 536.179, 343.515, 536.179, - "O", + "4", -1, 1.101, "", @@ -63047,7 +63047,7 @@ 536.179, 346.251, 536.179, - "N", + "&", -1, 1.101, "", @@ -63070,7 +63070,7 @@ 536.179, 348.978, 536.179, - " ", + "(", -1, 1.101, "", @@ -63093,7 +63093,7 @@ 536.359, 350.079, 536.359, - "(", + "<", -1, 1.101, "", @@ -63116,7 +63116,7 @@ 536.179, 351.827, 536.179, - "c", + "=", -1, 1.101, "", @@ -63139,7 +63139,7 @@ 536.179, 353.719, 536.179, - "o", + ">", -1, 1.101, "", @@ -63162,7 +63162,7 @@ 536.179, 355.931, 536.179, - "n", + "?", -1, 1.101, "", @@ -63185,7 +63185,7 @@ 536.179, 358.223, 536.179, - "t", + "@", -1, 1.101, "", @@ -63208,7 +63208,7 @@ 536.179, 359.69, 536.179, - ".", + "A", -1, 1.101, "", @@ -63231,7 +63231,7 @@ 536.359, 360.852, 536.359, - ")", + "B", -1, 1.101, "", @@ -63254,7 +63254,7 @@ 528.117, 326.88, 528.117, - "S", + "$", -1, 0.489, "", @@ -63277,7 +63277,7 @@ 528.117, 327.896, 528.117, - "E", + "+", -1, 0.489, "", @@ -63300,7 +63300,7 @@ 528.117, 328.873, 528.117, - "L", + "0", -1, 0.489, "", @@ -63323,7 +63323,7 @@ 528.117, 329.785, 528.117, - "E", + "+", -1, 0.489, "", @@ -63346,7 +63346,7 @@ 528.117, 330.762, 528.117, - "C", + ".", -1, 0.489, "", @@ -63369,7 +63369,7 @@ 528.117, 331.797, 528.117, - "T", + ")", -1, 0.489, "", @@ -63392,7 +63392,7 @@ 528.117, 332.773, 528.117, - "I", + "%", -1, 0.489, "", @@ -63415,7 +63415,7 @@ 528.117, 333.554, 528.117, - "N", + "&", -1, 0.489, "", @@ -63438,7 +63438,7 @@ 528.117, 334.766, 528.117, - "G", + "'", -1, 0.489, "", @@ -63461,7 +63461,7 @@ 528.117, 335.926, 528.117, - " ", + "(", -1, 0.489, "", @@ -63484,7 +63484,7 @@ 528.117, 336.416, 528.117, - "O", + "4", -1, 0.489, "", @@ -63507,7 +63507,7 @@ 528.117, 337.632, 528.117, - "B", + "1", -1, 0.489, "", @@ -63530,7 +63530,7 @@ 528.117, 338.722, 528.117, - "J", + "C", -1, 0.489, "", @@ -63553,7 +63553,7 @@ 528.117, 339.516, 528.117, - "E", + "+", -1, 0.489, "", @@ -63576,7 +63576,7 @@ 528.117, 340.493, 528.117, - "C", + ".", -1, 0.489, "", @@ -63599,7 +63599,7 @@ 528.117, 341.529, 528.117, - "T", + ")", -1, 0.489, "", @@ -63622,7 +63622,7 @@ 528.117, 342.504, 528.117, - "I", + "%", -1, 0.489, "", @@ -63645,7 +63645,7 @@ 528.117, 343.286, 528.117, - "V", + ",", -1, 0.489, "", @@ -63668,7 +63668,7 @@ 528.117, 344.379, 528.117, - "E", + "+", -1, 0.489, "", @@ -63691,7 +63691,7 @@ 528.117, 345.354, 528.117, - " ", + "(", -1, 0.489, "", @@ -63714,7 +63714,7 @@ 526.507, 326.88, 526.507, - "M", + "3", -1, 0.489, "", @@ -63737,7 +63737,7 @@ 526.507, 328.237, 526.507, - "A", + "/", -1, 0.489, "", @@ -63760,7 +63760,7 @@ 526.507, 329.347, 526.507, - "G", + "'", -1, 0.489, "", @@ -63783,7 +63783,7 @@ 526.507, 330.507, 526.507, - "N", + "&", -1, 0.489, "", @@ -63806,7 +63806,7 @@ 526.507, 331.719, 526.507, - "I", + "%", -1, 0.489, "", @@ -63829,7 +63829,7 @@ 526.507, 332.5, 526.507, - "F", + "D", -1, 0.489, "", @@ -63852,7 +63852,7 @@ 526.507, 333.43, 526.507, - "I", + "%", -1, 0.489, "", @@ -63875,7 +63875,7 @@ 526.507, 334.211, 526.507, - "C", + ".", -1, 0.489, "", @@ -63898,7 +63898,7 @@ 526.507, 335.247, 526.507, - "A", + "/", -1, 0.489, "", @@ -63921,7 +63921,7 @@ 526.507, 336.357, 526.507, - "T", + ")", -1, 0.489, "", @@ -63944,7 +63944,7 @@ 526.507, 337.333, 526.507, - "I", + "%", -1, 0.489, "", @@ -63967,7 +63967,7 @@ 526.507, 338.114, 526.507, - "O", + "4", -1, 0.489, "", @@ -63990,7 +63990,7 @@ 526.507, 339.33, 526.507, - "N", + "&", -1, 0.489, "", @@ -64013,7 +64013,7 @@ 526.507, 340.542, 526.507, - " ", + "#", -1, 0.504, "", @@ -64036,7 +64036,7 @@ 526.507, 346.194, 526.507, - " ", + "#", -1, 0.504, "", @@ -64059,7 +64059,7 @@ 524.897, 326.88, 524.897, - "1", + "!", -1, 0.504, "", @@ -64082,7 +64082,7 @@ 524.897, 327.79, 524.897, - ".", + "\"", -1, 0.504, "", @@ -64105,7 +64105,7 @@ 524.897, 328.311, 524.897, - " ", + "#", -1, 0.504, "", @@ -64128,7 +64128,7 @@ 524.897, 328.815, 524.897, - "T", + "$", -1, 0.504, "", @@ -64151,7 +64151,7 @@ 524.897, 329.696, 524.897, - "h", + "%", -1, 0.504, "", @@ -64174,7 +64174,7 @@ 524.897, 330.601, 524.897, - "e", + "&", -1, 0.504, "", @@ -64197,7 +64197,7 @@ 524.897, 331.454, 524.897, - "r", + "(", -1, 0.504, "", @@ -64220,7 +64220,7 @@ 524.897, 332.065, 524.897, - "e", + "&", -1, 0.504, "", @@ -64243,7 +64243,7 @@ 524.897, 332.918, 524.897, - " ", + "#", -1, 0.504, "", @@ -64266,7 +64266,7 @@ 524.897, 333.421, 524.897, - "a", + ",", -1, 0.504, "", @@ -64289,7 +64289,7 @@ 524.897, 334.281, 524.897, - "r", + "(", -1, 0.504, "", @@ -64312,7 +64312,7 @@ 524.897, 334.892, 524.897, - "e", + "&", -1, 0.504, "", @@ -64335,7 +64335,7 @@ 524.897, 335.745, 524.897, - " ", + "#", -1, 0.504, "", @@ -64358,7 +64358,7 @@ 524.897, 336.248, 524.897, - "t", + ")", -1, 0.504, "", @@ -64381,7 +64381,7 @@ 524.897, 336.812, 524.897, - "w", + "5", -1, 0.504, "", @@ -64404,7 +64404,7 @@ 524.897, 337.982, 524.897, - "o", + "4", -1, 0.504, "", @@ -64427,7 +64427,7 @@ 524.897, 338.851, 524.897, - " ", + "#", -1, 0.504, "", @@ -64450,7 +64450,7 @@ 524.897, 339.354, 524.897, - "o", + "4", -1, 0.504, "", @@ -64473,7 +64473,7 @@ 524.897, 340.223, 524.897, - "b", + "/", -1, 0.504, "", @@ -64496,7 +64496,7 @@ 524.897, 341.114, 524.897, - "j", + "=", -1, 0.504, "", @@ -64519,7 +64519,7 @@ 524.897, 341.606, 524.897, - "e", + "&", -1, 0.504, "", @@ -64542,7 +64542,7 @@ 524.897, 342.459, 524.897, - "c", + "+", -1, 0.504, "", @@ -64565,7 +64565,7 @@ 524.897, 343.204, 524.897, - "t", + ")", -1, 0.504, "", @@ -64588,7 +64588,7 @@ 524.897, 343.768, 524.897, - "i", + "*", -1, 0.504, "", @@ -64611,7 +64611,7 @@ 524.897, 344.16, 524.897, - "v", + "'", -1, 0.504, "", @@ -64634,7 +64634,7 @@ 524.897, 345.007, 524.897, - "e", + "&", -1, 0.504, "", @@ -64657,7 +64657,7 @@ 524.897, 345.859, 524.897, - "s", + "1", -1, 0.504, "", @@ -64680,7 +64680,7 @@ 524.897, 346.605, 524.897, - ".", + "\"", -1, 0.504, "", @@ -64703,7 +64703,7 @@ 524.897, 347.125, 524.897, - " ", + "#", -1, 0.504, "", @@ -64726,7 +64726,7 @@ 524.897, 347.629, 524.897, - "T", + "$", -1, 0.504, "", @@ -64749,7 +64749,7 @@ 524.897, 348.51, 524.897, - "h", + "%", -1, 0.504, "", @@ -64772,7 +64772,7 @@ 524.897, 349.416, 524.897, - "e", + "&", -1, 0.504, "", @@ -64795,7 +64795,7 @@ 524.897, 350.268, 524.897, - " ", + "#", -1, 0.504, "", @@ -64818,7 +64818,7 @@ 524.897, 350.772, 524.897, - "l", + "-", -1, 0.504, "", @@ -64841,7 +64841,7 @@ 524.897, 351.164, 524.897, - "o", + "4", -1, 0.504, "", @@ -64864,7 +64864,7 @@ 524.897, 352.032, 524.897, - "w", + "5", -1, 0.504, "", @@ -64887,7 +64887,7 @@ 524.897, 353.203, 524.897, - "e", + "&", -1, 0.504, "", @@ -64910,7 +64910,7 @@ 524.897, 354.055, 524.897, - "r", + "(", -1, 0.504, "", @@ -64933,7 +64933,7 @@ 524.897, 354.666, 524.897, - " ", + "#", -1, 0.504, "", @@ -64956,7 +64956,7 @@ 523.287, 326.88, 523.287, - " ", + "#", -1, 0.504, "", @@ -64979,7 +64979,7 @@ 523.287, 327.384, 523.287, - " ", + "#", -1, 0.504, "", @@ -65002,7 +65002,7 @@ 523.287, 327.888, 523.287, - " ", + "#", -1, 0.504, "", @@ -65025,7 +65025,7 @@ 523.287, 328.391, 523.287, - " ", + "#", -1, 0.504, "", @@ -65048,7 +65048,7 @@ 523.287, 328.895, 523.287, - "m", + "8", -1, 0.504, "", @@ -65071,7 +65071,7 @@ 523.287, 330.287, 523.287, - "a", + ",", -1, 0.504, "", @@ -65094,7 +65094,7 @@ 523.287, 331.147, 523.287, - "g", + "6", -1, 0.504, "", @@ -65117,7 +65117,7 @@ 523.287, 332.038, 523.287, - "n", + "0", -1, 0.504, "", @@ -65140,7 +65140,7 @@ 523.287, 332.943, 523.287, - "i", + "*", -1, 0.504, "", @@ -65163,7 +65163,7 @@ 523.287, 333.335, 523.287, - "f", + "3", -1, 0.504, "", @@ -65186,7 +65186,7 @@ 523.287, 333.839, 523.287, - "i", + "*", -1, 0.504, "", @@ -65209,7 +65209,7 @@ 523.287, 334.231, 523.287, - "c", + "+", -1, 0.504, "", @@ -65232,7 +65232,7 @@ 523.287, 334.976, 523.287, - "a", + ",", -1, 0.504, "", @@ -65255,7 +65255,7 @@ 523.287, 335.836, 523.287, - "t", + ")", -1, 0.504, "", @@ -65278,7 +65278,7 @@ 523.287, 336.4, 523.287, - "i", + "*", -1, 0.504, "", @@ -65301,7 +65301,7 @@ 523.287, 336.792, 523.287, - "o", + "4", -1, 0.504, "", @@ -65324,7 +65324,7 @@ 523.287, 337.66, 523.287, - "n", + "0", -1, 0.504, "", @@ -65347,7 +65347,7 @@ 523.287, 338.566, 523.287, - " ", + "#", -1, 0.504, "", @@ -65370,7 +65370,7 @@ 523.287, 339.069, 523.287, - "o", + "4", -1, 0.504, "", @@ -65393,7 +65393,7 @@ 523.287, 339.938, 523.287, - "b", + "/", -1, 0.504, "", @@ -65416,7 +65416,7 @@ 523.287, 340.829, 523.287, - "j", + "=", -1, 0.504, "", @@ -65439,7 +65439,7 @@ 523.287, 341.321, 523.287, - "e", + "&", -1, 0.504, "", @@ -65462,7 +65462,7 @@ 523.287, 342.174, 523.287, - "c", + "+", -1, 0.504, "", @@ -65485,7 +65485,7 @@ 523.287, 342.919, 523.287, - "t", + ")", -1, 0.504, "", @@ -65508,7 +65508,7 @@ 523.287, 343.483, 523.287, - "i", + "*", -1, 0.504, "", @@ -65531,7 +65531,7 @@ 523.287, 343.875, 523.287, - "v", + "'", -1, 0.504, "", @@ -65554,7 +65554,7 @@ 523.287, 344.722, 523.287, - "e", + "&", -1, 0.504, "", @@ -65577,7 +65577,7 @@ 523.287, 345.575, 523.287, - " ", + "#", -1, 0.504, "", @@ -65600,7 +65600,7 @@ 523.287, 346.078, 523.287, - "h", + "%", -1, 0.504, "", @@ -65623,7 +65623,7 @@ 523.287, 346.984, 523.287, - "a", + ",", -1, 0.504, "", @@ -65646,7 +65646,7 @@ 523.287, 347.844, 523.287, - "s", + "1", -1, 0.504, "", @@ -65669,7 +65669,7 @@ 523.287, 348.589, 523.287, - " ", + "#", -1, 0.504, "", @@ -65692,7 +65692,7 @@ 523.287, 349.092, 523.287, - "a", + ",", -1, 0.504, "", @@ -65715,7 +65715,7 @@ 523.287, 349.952, 523.287, - " ", + "#", -1, 0.504, "", @@ -65738,7 +65738,7 @@ 523.287, 350.456, 523.287, - "g", + "6", -1, 0.504, "", @@ -65761,7 +65761,7 @@ 523.287, 351.347, 523.287, - "r", + "(", -1, 0.504, "", @@ -65784,7 +65784,7 @@ 523.287, 351.958, 523.287, - "e", + "&", -1, 0.504, "", @@ -65807,7 +65807,7 @@ 523.287, 352.811, 523.287, - "a", + ",", -1, 0.504, "", @@ -65830,7 +65830,7 @@ 523.287, 353.671, 523.287, - "t", + ")", -1, 0.504, "", @@ -65853,7 +65853,7 @@ 523.287, 354.234, 523.287, - "e", + "&", -1, 0.504, "", @@ -65876,7 +65876,7 @@ 523.287, 355.087, 523.287, - "r", + "(", -1, 0.504, "", @@ -65899,7 +65899,7 @@ 523.287, 355.698, 523.287, - " ", + "#", -1, 0.504, "", @@ -65922,7 +65922,7 @@ 521.676, 326.88, 521.676, - " ", + "#", -1, 0.504, "", @@ -65945,7 +65945,7 @@ 521.676, 327.384, 521.676, - " ", + "#", -1, 0.504, "", @@ -65968,7 +65968,7 @@ 521.676, 327.888, 521.676, - " ", + "#", -1, 0.504, "", @@ -65991,7 +65991,7 @@ 521.676, 328.391, 521.676, - " ", + "#", -1, 0.504, "", @@ -66014,7 +66014,7 @@ 521.676, 328.895, 521.676, - "d", + "2", -1, 0.504, "", @@ -66037,7 +66037,7 @@ 521.676, 329.786, 521.676, - "e", + "&", -1, 0.504, "", @@ -66060,7 +66060,7 @@ 521.676, 330.639, 521.676, - "p", + "7", -1, 0.504, "", @@ -66083,7 +66083,7 @@ 521.676, 331.53, 521.676, - "t", + ")", -1, 0.504, "", @@ -66106,7 +66106,7 @@ 521.676, 332.094, 521.676, - "h", + "%", -1, 0.504, "", @@ -66129,7 +66129,7 @@ 521.676, 332.999, 521.676, - " ", + "#", -1, 0.504, "", @@ -66152,7 +66152,7 @@ 521.676, 333.503, 521.676, - "o", + "4", -1, 0.504, "", @@ -66175,7 +66175,7 @@ 521.676, 334.371, 521.676, - "f", + "3", -1, 0.504, "", @@ -66198,7 +66198,7 @@ 521.676, 334.875, 521.676, - " ", + "#", -1, 0.504, "", @@ -66221,7 +66221,7 @@ 521.676, 335.378, 521.676, - "f", + "3", -1, 0.504, "", @@ -66244,7 +66244,7 @@ 521.676, 335.882, 521.676, - "i", + "*", -1, 0.504, "", @@ -66267,7 +66267,7 @@ 521.676, 336.274, 521.676, - "e", + "&", -1, 0.504, "", @@ -66290,7 +66290,7 @@ 521.676, 337.127, 521.676, - "l", + "-", -1, 0.504, "", @@ -66313,7 +66313,7 @@ 521.676, 337.519, 521.676, - "d", + "2", -1, 0.504, "", @@ -66336,7 +66336,7 @@ 521.676, 338.41, 521.676, - " ", + "#", -1, 0.504, "", @@ -66359,7 +66359,7 @@ 521.676, 338.913, 521.676, - "a", + ",", -1, 0.504, "", @@ -66382,7 +66382,7 @@ 521.676, 339.773, 521.676, - "n", + "0", -1, 0.504, "", @@ -66405,7 +66405,7 @@ 521.676, 340.679, 521.676, - "d", + "2", -1, 0.504, "", @@ -66428,7 +66428,7 @@ 521.676, 341.57, 521.676, - " ", + "#", -1, 0.504, "", @@ -66451,7 +66451,7 @@ 521.676, 342.074, 521.676, - "v", + "'", -1, 0.504, "", @@ -66474,7 +66474,7 @@ 521.676, 342.921, 521.676, - "i", + "*", -1, 0.504, "", @@ -66497,7 +66497,7 @@ 521.676, 343.313, 521.676, - "e", + "&", -1, 0.504, "", @@ -66520,7 +66520,7 @@ 521.676, 344.165, 521.676, - "w", + "5", -1, 0.504, "", @@ -66543,7 +66543,7 @@ 521.676, 345.28, 521.676, - ".", + "\"", -1, 0.504, "", @@ -66566,7 +66566,7 @@ 520.066, 326.88, 520.066, - "2", + ":", -1, 0.504, "", @@ -66589,7 +66589,7 @@ 520.066, 327.79, 520.066, - ".", + "\"", -1, 0.504, "", @@ -66612,7 +66612,7 @@ 520.066, 328.311, 520.066, - " ", + "#", -1, 0.504, "", @@ -66635,7 +66635,7 @@ 520.066, 328.815, 520.066, - "I", + "A", -1, 0.504, "", @@ -66658,7 +66658,7 @@ 520.066, 329.417, 520.066, - "n", + "0", -1, 0.504, "", @@ -66681,7 +66681,7 @@ 520.066, 330.322, 520.066, - " ", + "#", -1, 0.504, "", @@ -66704,7 +66704,7 @@ 520.066, 330.826, 520.066, - "o", + "4", -1, 0.504, "", @@ -66727,7 +66727,7 @@ 520.066, 331.694, 520.066, - "r", + "(", -1, 0.504, "", @@ -66750,7 +66750,7 @@ 520.066, 332.305, 520.066, - "d", + "2", -1, 0.504, "", @@ -66773,7 +66773,7 @@ 520.066, 333.197, 520.066, - "e", + "&", -1, 0.504, "", @@ -66796,7 +66796,7 @@ 520.066, 334.049, 520.066, - "r", + "(", -1, 0.504, "", @@ -66819,7 +66819,7 @@ 520.066, 334.66, 520.066, - " ", + "#", -1, 0.504, "", @@ -66842,7 +66842,7 @@ 520.066, 335.164, 520.066, - "t", + ")", -1, 0.504, "", @@ -66865,7 +66865,7 @@ 520.066, 335.727, 520.066, - "o", + "4", -1, 0.504, "", @@ -66888,7 +66888,7 @@ 520.066, 336.596, 520.066, - " ", + "#", -1, 0.504, "", @@ -66911,7 +66911,7 @@ 520.066, 337.099, 520.066, - "o", + "4", -1, 0.504, "", @@ -66934,7 +66934,7 @@ 520.066, 337.968, 520.066, - "b", + "/", -1, 0.504, "", @@ -66957,7 +66957,7 @@ 520.066, 338.859, 520.066, - "s", + "1", -1, 0.504, "", @@ -66980,7 +66980,7 @@ 520.066, 339.604, 520.066, - "e", + "&", -1, 0.504, "", @@ -67003,7 +67003,7 @@ 520.066, 340.457, 520.066, - "r", + "(", -1, 0.504, "", @@ -67026,7 +67026,7 @@ 520.066, 341.068, 520.066, - "v", + "'", -1, 0.504, "", @@ -67049,7 +67049,7 @@ 520.066, 341.915, 520.066, - "e", + "&", -1, 0.504, "", @@ -67072,7 +67072,7 @@ 520.066, 342.768, 520.066, - " ", + "#", -1, 0.504, "", @@ -67095,7 +67095,7 @@ 520.066, 343.271, 520.066, - "t", + ")", -1, 0.504, "", @@ -67118,7 +67118,7 @@ 520.066, 343.835, 520.066, - "h", + "%", -1, 0.504, "", @@ -67141,7 +67141,7 @@ 520.066, 344.74, 520.066, - "e", + "&", -1, 0.504, "", @@ -67164,7 +67164,7 @@ 520.066, 345.593, 520.066, - " ", + "#", -1, 0.504, "", @@ -67187,7 +67187,7 @@ 520.066, 346.097, 520.066, - "s", + "1", -1, 0.504, "", @@ -67210,7 +67210,7 @@ 520.066, 346.842, 520.066, - "p", + "7", -1, 0.504, "", @@ -67233,7 +67233,7 @@ 520.066, 347.733, 520.066, - "e", + "&", -1, 0.504, "", @@ -67256,7 +67256,7 @@ 520.066, 348.586, 520.066, - "c", + "+", -1, 0.504, "", @@ -67279,7 +67279,7 @@ 520.066, 349.331, 520.066, - "i", + "*", -1, 0.504, "", @@ -67302,7 +67302,7 @@ 520.066, 349.723, 520.066, - "m", + "8", -1, 0.504, "", @@ -67325,7 +67325,7 @@ 520.066, 351.115, 520.066, - "e", + "&", -1, 0.504, "", @@ -67348,7 +67348,7 @@ 520.066, 351.968, 520.066, - "n", + "0", -1, 0.504, "", @@ -67371,7 +67371,7 @@ 520.066, 352.874, 520.066, - " ", + "#", -1, 0.504, "", @@ -67394,7 +67394,7 @@ 518.456, 326.88, 518.456, - " ", + "#", -1, 0.504, "", @@ -67417,7 +67417,7 @@ 518.456, 327.384, 518.456, - " ", + "#", -1, 0.504, "", @@ -67440,7 +67440,7 @@ 518.456, 327.888, 518.456, - " ", + "#", -1, 0.504, "", @@ -67463,7 +67463,7 @@ 518.456, 328.391, 518.456, - " ", + "#", -1, 0.504, "", @@ -67486,7 +67486,7 @@ 518.456, 328.895, 518.456, - "e", + "&", -1, 0.504, "", @@ -67509,7 +67509,7 @@ 518.456, 329.747, 518.456, - "a", + ",", -1, 0.504, "", @@ -67532,7 +67532,7 @@ 518.456, 330.607, 518.456, - "s", + "1", -1, 0.504, "", @@ -67555,7 +67555,7 @@ 518.456, 331.353, 518.456, - "i", + "*", -1, 0.504, "", @@ -67578,7 +67578,7 @@ 518.456, 331.745, 518.456, - "l", + "-", -1, 0.504, "", @@ -67601,7 +67601,7 @@ 518.456, 332.137, 518.456, - "y", + "B", -1, 0.504, "", @@ -67624,7 +67624,7 @@ 518.456, 332.983, 518.456, - " ", + "#", -1, 0.504, "", @@ -67647,7 +67647,7 @@ 518.456, 333.487, 518.456, - "u", + ".", -1, 0.504, "", @@ -67670,7 +67670,7 @@ 518.456, 334.393, 518.456, - "s", + "1", -1, 0.504, "", @@ -67693,7 +67693,7 @@ 518.456, 335.138, 518.456, - "e", + "&", -1, 0.504, "", @@ -67716,7 +67716,7 @@ 518.456, 335.991, 518.456, - " ", + "#", -1, 0.504, "", @@ -67739,7 +67739,7 @@ 518.456, 336.494, 518.456, - "t", + ")", -1, 0.504, "", @@ -67762,7 +67762,7 @@ 518.456, 337.058, 518.456, - "h", + "%", -1, 0.504, "", @@ -67785,7 +67785,7 @@ 518.456, 337.964, 518.456, - "e", + "&", -1, 0.504, "", @@ -67808,7 +67808,7 @@ 518.456, 338.816, 518.456, - " ", + "#", -1, 0.504, "", @@ -67831,7 +67831,7 @@ 518.456, 339.32, 518.456, - "l", + "-", -1, 0.504, "", @@ -67854,7 +67854,7 @@ 518.456, 339.712, 518.456, - "o", + "4", -1, 0.504, "", @@ -67877,7 +67877,7 @@ 518.456, 340.58, 518.456, - "w", + "5", -1, 0.504, "", @@ -67900,7 +67900,7 @@ 518.456, 341.75, 518.456, - "e", + "&", -1, 0.504, "", @@ -67923,7 +67923,7 @@ 518.456, 342.603, 518.456, - "r", + "(", -1, 0.504, "", @@ -67946,7 +67946,7 @@ 518.456, 343.214, 518.456, - " ", + "#", -1, 0.504, "", @@ -67969,7 +67969,7 @@ 518.456, 343.718, 518.456, - "m", + "8", -1, 0.504, "", @@ -67992,7 +67992,7 @@ 518.456, 345.11, 518.456, - "a", + ",", -1, 0.504, "", @@ -68015,7 +68015,7 @@ 518.456, 345.969, 518.456, - "g", + "6", -1, 0.504, "", @@ -68038,7 +68038,7 @@ 518.456, 346.861, 518.456, - "n", + "0", -1, 0.504, "", @@ -68061,7 +68061,7 @@ 518.456, 347.766, 518.456, - "i", + "*", -1, 0.504, "", @@ -68084,7 +68084,7 @@ 518.456, 348.158, 518.456, - "f", + "3", -1, 0.504, "", @@ -68107,7 +68107,7 @@ 518.456, 348.662, 518.456, - "i", + "*", -1, 0.504, "", @@ -68130,7 +68130,7 @@ 518.456, 349.054, 518.456, - "c", + "+", -1, 0.504, "", @@ -68153,7 +68153,7 @@ 518.456, 349.799, 518.456, - "a", + ",", -1, 0.504, "", @@ -68176,7 +68176,7 @@ 518.456, 350.659, 518.456, - "t", + ")", -1, 0.504, "", @@ -68199,7 +68199,7 @@ 518.456, 351.223, 518.456, - "i", + "*", -1, 0.504, "", @@ -68222,7 +68222,7 @@ 518.456, 351.615, 518.456, - "o", + "4", -1, 0.504, "", @@ -68245,7 +68245,7 @@ 518.456, 352.483, 518.456, - "n", + "0", -1, 0.504, "", @@ -68268,7 +68268,7 @@ 518.456, 353.389, 518.456, - " ", + "#", -1, 0.504, "", @@ -68291,7 +68291,7 @@ 516.846, 326.88, 516.846, - " ", + "#", -1, 0.504, "", @@ -68314,7 +68314,7 @@ 516.846, 327.384, 516.846, - " ", + "#", -1, 0.504, "", @@ -68337,7 +68337,7 @@ 516.846, 327.888, 516.846, - " ", + "#", -1, 0.504, "", @@ -68360,7 +68360,7 @@ 516.846, 328.391, 516.846, - " ", + "#", -1, 0.504, "", @@ -68383,7 +68383,7 @@ 516.846, 328.895, 516.846, - "o", + "4", -1, 0.504, "", @@ -68406,7 +68406,7 @@ 516.846, 329.763, 516.846, - "b", + "/", -1, 0.504, "", @@ -68429,7 +68429,7 @@ 516.846, 330.652, 516.846, - "j", + "=", -1, 0.504, "", @@ -68452,7 +68452,7 @@ 516.846, 331.142, 516.846, - "e", + "&", -1, 0.504, "", @@ -68475,7 +68475,7 @@ 516.846, 331.995, 516.846, - "c", + "+", -1, 0.504, "", @@ -68498,7 +68498,7 @@ 516.846, 332.739, 516.846, - "t", + ")", -1, 0.504, "", @@ -68521,7 +68521,7 @@ 516.846, 333.303, 516.846, - "i", + "*", -1, 0.504, "", @@ -68544,7 +68544,7 @@ 516.846, 333.695, 516.846, - "v", + "'", -1, 0.504, "", @@ -68567,7 +68567,7 @@ 516.846, 334.541, 516.846, - "e", + "&", -1, 0.504, "", @@ -68590,7 +68590,7 @@ 516.846, 335.394, 516.846, - " ", + "#", -1, 0.504, "", @@ -68613,7 +68613,7 @@ 516.846, 335.898, 516.846, - "f", + "3", -1, 0.504, "", @@ -68636,7 +68636,7 @@ 516.846, 336.401, 516.846, - "i", + "*", -1, 0.504, "", @@ -68659,7 +68659,7 @@ 516.846, 336.793, 516.846, - "r", + "(", -1, 0.504, "", @@ -68682,7 +68682,7 @@ 516.846, 337.403, 516.846, - "s", + "1", -1, 0.504, "", @@ -68705,7 +68705,7 @@ 516.846, 338.147, 516.846, - "t", + ")", -1, 0.504, "", @@ -68728,7 +68728,7 @@ 516.846, 338.71, 516.846, - ".", + "\"", -1, 0.504, "", @@ -68751,7 +68751,7 @@ 516.846, 339.23, 516.846, - " ", + "#", -1, 0.504, "", @@ -68774,7 +68774,7 @@ 516.846, 339.733, 516.846, - "T", + "$", -1, 0.504, "", @@ -68797,7 +68797,7 @@ 516.846, 340.613, 516.846, - "h", + "%", -1, 0.504, "", @@ -68820,7 +68820,7 @@ 516.846, 341.517, 516.846, - "e", + "&", -1, 0.504, "", @@ -68843,7 +68843,7 @@ 516.846, 342.368, 516.846, - "n", + "0", -1, 0.504, "", @@ -68866,7 +68866,7 @@ 516.846, 343.273, 516.846, - ",", + "<", -1, 0.504, "", @@ -68889,7 +68889,7 @@ 516.846, 343.792, 516.846, - " ", + "#", -1, 0.504, "", @@ -68912,7 +68912,7 @@ 516.846, 344.296, 516.846, - "b", + "/", -1, 0.504, "", @@ -68935,7 +68935,7 @@ 516.846, 345.187, 516.846, - "y", + "B", -1, 0.504, "", @@ -68958,7 +68958,7 @@ 516.846, 346.029, 516.846, - " ", + "#", -1, 0.504, "", @@ -68981,7 +68981,7 @@ 516.846, 346.533, 516.846, - "r", + "(", -1, 0.504, "", @@ -69004,7 +69004,7 @@ 516.846, 347.144, 516.846, - "o", + "4", -1, 0.504, "", @@ -69027,7 +69027,7 @@ 516.846, 348.011, 516.846, - "t", + ")", -1, 0.504, "", @@ -69050,7 +69050,7 @@ 516.846, 348.573, 516.846, - "a", + ",", -1, 0.504, "", @@ -69073,7 +69073,7 @@ 516.846, 349.432, 516.846, - "t", + ")", -1, 0.504, "", @@ -69096,7 +69096,7 @@ 516.846, 349.995, 516.846, - "i", + "*", -1, 0.504, "", @@ -69119,7 +69119,7 @@ 516.846, 350.387, 516.846, - "n", + "0", -1, 0.504, "", @@ -69142,7 +69142,7 @@ 516.846, 351.293, 516.846, - "g", + "6", -1, 0.504, "", @@ -69165,7 +69165,7 @@ 516.846, 352.184, 516.846, - " ", + "#", -1, 0.504, "", @@ -69188,7 +69188,7 @@ 516.846, 352.688, 516.846, - "t", + ")", -1, 0.504, "", @@ -69211,7 +69211,7 @@ 516.846, 353.251, 516.846, - "h", + "%", -1, 0.504, "", @@ -69234,7 +69234,7 @@ 516.846, 354.157, 516.846, - "e", + "&", -1, 0.504, "", @@ -69257,7 +69257,7 @@ 516.846, 355.01, 516.846, - " ", + "#", -1, 0.504, "", @@ -69280,7 +69280,7 @@ 516.846, 355.513, 516.846, - " ", + "#", -1, 0.504, "", @@ -69303,7 +69303,7 @@ 515.235, 326.88, 515.235, - " ", + "#", -1, 0.504, "", @@ -69326,7 +69326,7 @@ 515.235, 327.384, 515.235, - " ", + "#", -1, 0.504, "", @@ -69349,7 +69349,7 @@ 515.235, 327.888, 515.235, - " ", + "#", -1, 0.504, "", @@ -69372,7 +69372,7 @@ 515.235, 328.391, 515.235, - " ", + "#", -1, 0.504, "", @@ -69395,7 +69395,7 @@ 515.235, 328.895, 515.235, - "c", + "+", -1, 0.504, "", @@ -69418,7 +69418,7 @@ 515.235, 329.64, 515.235, - "a", + ",", -1, 0.504, "", @@ -69441,7 +69441,7 @@ 515.235, 330.5, 515.235, - "s", + "1", -1, 0.504, "", @@ -69464,7 +69464,7 @@ 515.235, 331.245, 515.235, - "e", + "&", -1, 0.504, "", @@ -69487,7 +69487,7 @@ 515.235, 332.098, 515.235, - ",", + "<", -1, 0.504, "", @@ -69510,7 +69510,7 @@ 515.235, 332.619, 515.235, - " ", + "#", -1, 0.504, "", @@ -69533,7 +69533,7 @@ 515.235, 333.122, 515.235, - "t", + ")", -1, 0.504, "", @@ -69556,7 +69556,7 @@ 515.235, 333.686, 515.235, - "h", + "%", -1, 0.504, "", @@ -69579,7 +69579,7 @@ 515.235, 334.592, 515.235, - "e", + "&", -1, 0.504, "", @@ -69602,7 +69602,7 @@ 515.235, 335.444, 515.235, - " ", + "#", -1, 0.504, "", @@ -69625,7 +69625,7 @@ 515.235, 335.948, 515.235, - "m", + "8", -1, 0.504, "", @@ -69648,7 +69648,7 @@ 515.235, 337.34, 515.235, - "a", + ",", -1, 0.504, "", @@ -69671,7 +69671,7 @@ 515.235, 338.2, 515.235, - "g", + "6", -1, 0.504, "", @@ -69694,7 +69694,7 @@ 515.235, 339.091, 515.235, - "n", + "0", -1, 0.504, "", @@ -69717,7 +69717,7 @@ 515.235, 339.996, 515.235, - "i", + "*", -1, 0.504, "", @@ -69740,7 +69740,7 @@ 515.235, 340.388, 515.235, - "f", + "3", -1, 0.504, "", @@ -69763,7 +69763,7 @@ 515.235, 340.892, 515.235, - "i", + "*", -1, 0.504, "", @@ -69786,7 +69786,7 @@ 515.235, 341.284, 515.235, - "c", + "+", -1, 0.504, "", @@ -69809,7 +69809,7 @@ 515.235, 342.029, 515.235, - "a", + ",", -1, 0.504, "", @@ -69832,7 +69832,7 @@ 515.235, 342.889, 515.235, - "t", + ")", -1, 0.504, "", @@ -69855,7 +69855,7 @@ 515.235, 343.453, 515.235, - "i", + "*", -1, 0.504, "", @@ -69878,7 +69878,7 @@ 515.235, 343.845, 515.235, - "o", + "4", -1, 0.504, "", @@ -69901,7 +69901,7 @@ 515.235, 344.713, 515.235, - "n", + "0", -1, 0.504, "", @@ -69924,7 +69924,7 @@ 515.235, 345.619, 515.235, - " ", + "#", -1, 0.504, "", @@ -69947,7 +69947,7 @@ 515.235, 346.122, 515.235, - "c", + "+", -1, 0.504, "", @@ -69970,7 +69970,7 @@ 515.235, 346.868, 515.235, - "a", + ",", -1, 0.504, "", @@ -69993,7 +69993,7 @@ 515.235, 347.728, 515.235, - "n", + "0", -1, 0.504, "", @@ -70016,7 +70016,7 @@ 515.235, 348.633, 515.235, - " ", + "#", -1, 0.504, "", @@ -70039,7 +70039,7 @@ 515.235, 349.137, 515.235, - "b", + "/", -1, 0.504, "", @@ -70062,7 +70062,7 @@ 515.235, 350.028, 515.235, - "e", + "&", -1, 0.504, "", @@ -70085,7 +70085,7 @@ 515.235, 350.881, 515.235, - " ", + "#", -1, 0.504, "", @@ -70108,7 +70108,7 @@ 515.235, 351.384, 515.235, - " ", + "#", -1, 0.504, "", @@ -70131,7 +70131,7 @@ 515.235, 352.632, 515.235, - " ", + "#", -1, 0.504, "", @@ -70154,7 +70154,7 @@ 513.625, 326.88, 513.625, - " ", + "#", -1, 0.504, "", @@ -70177,7 +70177,7 @@ 513.625, 327.384, 513.625, - " ", + "#", -1, 0.504, "", @@ -70200,7 +70200,7 @@ 513.625, 327.888, 513.625, - " ", + "#", -1, 0.504, "", @@ -70223,7 +70223,7 @@ 513.625, 328.391, 513.625, - " ", + "#", -1, 0.504, "", @@ -70246,7 +70246,7 @@ 513.625, 328.895, 513.625, - "c", + "+", -1, 0.504, "", @@ -70269,7 +70269,7 @@ 513.625, 329.64, 513.625, - "h", + "%", -1, 0.504, "", @@ -70292,7 +70292,7 @@ 513.625, 330.546, 513.625, - "a", + ",", -1, 0.504, "", @@ -70315,7 +70315,7 @@ 513.625, 331.405, 513.625, - "n", + "0", -1, 0.504, "", @@ -70338,7 +70338,7 @@ 513.625, 332.311, 513.625, - "g", + "6", -1, 0.504, "", @@ -70361,7 +70361,7 @@ 513.625, 333.202, 513.625, - "e", + "&", -1, 0.504, "", @@ -70384,7 +70384,7 @@ 513.625, 334.055, 513.625, - "d", + "2", -1, 0.504, "", @@ -70407,7 +70407,7 @@ 513.625, 334.946, 513.625, - ".", + "\"", -1, 0.504, "", @@ -70430,7 +70430,7 @@ 510.405, 326.88, 510.405, - "C", + ".", -1, 0.489, "", @@ -70453,7 +70453,7 @@ 510.405, 327.916, 510.405, - "H", + "*", -1, 0.489, "", @@ -70476,7 +70476,7 @@ 510.405, 329.114, 510.405, - "A", + "/", -1, 0.489, "", @@ -70499,7 +70499,7 @@ 510.405, 330.224, 510.405, - "N", + "&", -1, 0.489, "", @@ -70522,7 +70522,7 @@ 510.405, 331.436, 510.405, - "G", + "'", -1, 0.489, "", @@ -70545,7 +70545,7 @@ 510.405, 332.596, 510.405, - "I", + "%", -1, 0.489, "", @@ -70568,7 +70568,7 @@ 510.405, 333.377, 510.405, - "N", + "&", -1, 0.489, "", @@ -70591,7 +70591,7 @@ 510.405, 334.589, 510.405, - "G", + "'", -1, 0.489, "", @@ -70614,7 +70614,7 @@ 510.405, 335.749, 510.405, - " ", + "(", -1, 0.489, "", @@ -70637,7 +70637,7 @@ 510.405, 336.238, 510.405, - "T", + ")", -1, 0.489, "", @@ -70660,7 +70660,7 @@ 510.405, 337.214, 510.405, - "H", + "*", -1, 0.489, "", @@ -70683,7 +70683,7 @@ 510.405, 338.411, 510.405, - "E", + "+", -1, 0.489, "", @@ -70706,7 +70706,7 @@ 510.405, 339.388, 510.405, - " ", + "(", -1, 0.489, "", @@ -70729,7 +70729,7 @@ 510.405, 339.878, 510.405, - "I", + "%", -1, 0.489, "", @@ -70752,7 +70752,7 @@ 510.405, 340.659, 510.405, - "N", + "&", -1, 0.489, "", @@ -70775,7 +70775,7 @@ 510.405, 341.871, 510.405, - "T", + ")", -1, 0.489, "", @@ -70798,7 +70798,7 @@ 510.405, 342.846, 510.405, - "E", + "+", -1, 0.489, "", @@ -70821,7 +70821,7 @@ 510.405, 343.823, 510.405, - "R", + "-", -1, 0.489, "", @@ -70844,7 +70844,7 @@ 510.405, 344.942, 510.405, - "P", + ";", -1, 0.489, "", @@ -70867,7 +70867,7 @@ 510.405, 345.991, 510.405, - "U", + "#", -1, 0.489, "", @@ -70890,7 +70890,7 @@ 510.405, 347.153, 510.405, - "P", + ";", -1, 0.489, "", @@ -70913,7 +70913,7 @@ 510.405, 348.201, 510.405, - "I", + "%", -1, 0.489, "", @@ -70936,7 +70936,7 @@ 510.405, 348.982, 510.405, - "L", + "0", -1, 0.489, "", @@ -70959,7 +70959,7 @@ 510.405, 349.894, 510.405, - "L", + "0", -1, 0.489, "", @@ -70982,7 +70982,7 @@ 510.405, 350.805, 510.405, - "A", + "/", -1, 0.489, "", @@ -71005,7 +71005,7 @@ 510.405, 351.915, 510.405, - "R", + "-", -1, 0.489, "", @@ -71028,7 +71028,7 @@ 510.405, 353.034, 510.405, - "Y", + "6", -1, 0.489, "", @@ -71051,7 +71051,7 @@ 510.405, 354.088, 510.405, - " ", + "(", -1, 0.489, "", @@ -71074,7 +71074,7 @@ 508.795, 326.88, 508.795, - "D", + "5", -1, 0.489, "", @@ -71097,7 +71097,7 @@ 508.795, 328.068, 508.795, - "I", + "%", -1, 0.489, "", @@ -71120,7 +71120,7 @@ 508.795, 328.849, 508.795, - "S", + "$", -1, 0.489, "", @@ -71143,7 +71143,7 @@ 508.795, 329.865, 508.795, - "T", + ")", -1, 0.489, "", @@ -71166,7 +71166,7 @@ 508.795, 330.84, 508.795, - "A", + "/", -1, 0.489, "", @@ -71189,7 +71189,7 @@ 508.795, 331.951, 508.795, - "N", + "&", -1, 0.489, "", @@ -71212,7 +71212,7 @@ 508.795, 333.162, 508.795, - "C", + ".", -1, 0.489, "", @@ -71235,7 +71235,7 @@ 508.795, 334.198, 508.795, - "E", + "+", -1, 0.489, "", @@ -71258,7 +71258,7 @@ 507.184, 326.88, 507.184, - "1", + "!", -1, 0.504, "", @@ -71281,7 +71281,7 @@ 507.184, 327.79, 507.184, - ".", + "\"", -1, 0.504, "", @@ -71304,7 +71304,7 @@ 507.184, 328.311, 507.184, - " ", + "#", -1, 0.504, "", @@ -71327,7 +71327,7 @@ 507.184, 328.815, 507.184, - "T", + "$", -1, 0.504, "", @@ -71350,7 +71350,7 @@ 507.184, 329.696, 507.184, - "h", + "%", -1, 0.504, "", @@ -71373,7 +71373,7 @@ 507.184, 330.601, 507.184, - "e", + "&", -1, 0.504, "", @@ -71396,7 +71396,7 @@ 507.184, 331.454, 507.184, - " ", + "#", -1, 0.504, "", @@ -71419,7 +71419,7 @@ 507.184, 331.958, 507.184, - "d", + "2", -1, 0.504, "", @@ -71442,7 +71442,7 @@ 507.184, 332.849, 507.184, - "i", + "*", -1, 0.504, "", @@ -71465,7 +71465,7 @@ 507.184, 333.241, 507.184, - "s", + "1", -1, 0.504, "", @@ -71488,7 +71488,7 @@ 507.184, 333.986, 507.184, - "t", + ")", -1, 0.504, "", @@ -71511,7 +71511,7 @@ 507.184, 334.55, 507.184, - "a", + ",", -1, 0.504, "", @@ -71534,7 +71534,7 @@ 507.184, 335.41, 507.184, - "n", + "0", -1, 0.504, "", @@ -71557,7 +71557,7 @@ 507.184, 336.315, 507.184, - "c", + "+", -1, 0.504, "", @@ -71580,7 +71580,7 @@ 507.184, 337.061, 507.184, - "e", + "&", -1, 0.504, "", @@ -71603,7 +71603,7 @@ 507.184, 337.913, 507.184, - " ", + "#", -1, 0.504, "", @@ -71626,7 +71626,7 @@ 507.184, 338.417, 507.184, - "b", + "/", -1, 0.504, "", @@ -71649,7 +71649,7 @@ 507.184, 339.308, 507.184, - "e", + "&", -1, 0.504, "", @@ -71672,7 +71672,7 @@ 507.184, 340.161, 507.184, - "t", + ")", -1, 0.504, "", @@ -71695,7 +71695,7 @@ 507.184, 340.725, 507.184, - "w", + "5", -1, 0.504, "", @@ -71718,7 +71718,7 @@ 507.184, 341.895, 507.184, - "e", + "&", -1, 0.504, "", @@ -71741,7 +71741,7 @@ 507.184, 342.748, 507.184, - "e", + "&", -1, 0.504, "", @@ -71764,7 +71764,7 @@ 507.184, 343.6, 507.184, - "n", + "0", -1, 0.504, "", @@ -71787,7 +71787,7 @@ 507.184, 344.506, 507.184, - " ", + "#", -1, 0.504, "", @@ -71810,7 +71810,7 @@ 507.184, 345.009, 507.184, - "t", + ")", -1, 0.504, "", @@ -71833,7 +71833,7 @@ 507.184, 345.573, 507.184, - "h", + "%", -1, 0.504, "", @@ -71856,7 +71856,7 @@ 507.184, 346.479, 507.184, - "e", + "&", -1, 0.504, "", @@ -71879,7 +71879,7 @@ 507.184, 347.331, 507.184, - " ", + "#", -1, 0.504, "", @@ -71902,7 +71902,7 @@ 507.184, 347.835, 507.184, - "o", + "4", -1, 0.504, "", @@ -71925,7 +71925,7 @@ 507.184, 348.703, 507.184, - "b", + "/", -1, 0.504, "", @@ -71948,7 +71948,7 @@ 507.184, 349.595, 507.184, - "s", + "1", -1, 0.504, "", @@ -71971,7 +71971,7 @@ 507.184, 350.34, 507.184, - "e", + "&", -1, 0.504, "", @@ -71994,7 +71994,7 @@ 507.184, 351.193, 507.184, - "r", + "(", -1, 0.504, "", @@ -72017,7 +72017,7 @@ 507.184, 351.804, 507.184, - "v", + "'", -1, 0.504, "", @@ -72040,7 +72040,7 @@ 507.184, 352.65, 507.184, - "e", + "&", -1, 0.504, "", @@ -72063,7 +72063,7 @@ 507.184, 353.503, 507.184, - "r", + "(", -1, 0.504, "", @@ -72086,7 +72086,7 @@ 507.184, 354.114, 507.184, - "'", + "C", -1, 0.504, "", @@ -72109,7 +72109,7 @@ 507.184, 354.499, 507.184, - "s", + "1", -1, 0.504, "", @@ -72132,7 +72132,7 @@ 507.184, 355.244, 507.184, - " ", + "#", -1, 0.504, "", @@ -72155,7 +72155,7 @@ 505.574, 326.88, 505.574, - " ", + "#", -1, 0.504, "", @@ -72178,7 +72178,7 @@ 505.574, 327.384, 505.574, - " ", + "#", -1, 0.504, "", @@ -72201,7 +72201,7 @@ 505.574, 327.888, 505.574, - " ", + "#", -1, 0.504, "", @@ -72224,7 +72224,7 @@ 505.574, 328.391, 505.574, - " ", + "#", -1, 0.504, "", @@ -72247,7 +72247,7 @@ 505.574, 328.895, 505.574, - "p", + "7", -1, 0.504, "", @@ -72270,7 +72270,7 @@ 505.574, 329.786, 505.574, - "u", + ".", -1, 0.504, "", @@ -72293,7 +72293,7 @@ 505.574, 330.692, 505.574, - "p", + "7", -1, 0.504, "", @@ -72316,7 +72316,7 @@ 505.574, 331.583, 505.574, - "i", + "*", -1, 0.504, "", @@ -72339,7 +72339,7 @@ 505.574, 331.975, 505.574, - "l", + "-", -1, 0.504, "", @@ -72362,7 +72362,7 @@ 505.574, 332.367, 505.574, - "s", + "1", -1, 0.504, "", @@ -72385,7 +72385,7 @@ 505.574, 333.112, 505.574, - " ", + "#", -1, 0.504, "", @@ -72408,7 +72408,7 @@ 505.574, 333.616, 505.574, - "i", + "*", -1, 0.504, "", @@ -72431,7 +72431,7 @@ 505.574, 334.008, 505.574, - "s", + "1", -1, 0.504, "", @@ -72454,7 +72454,7 @@ 505.574, 334.753, 505.574, - " ", + "#", -1, 0.504, "", @@ -72477,7 +72477,7 @@ 505.574, 335.257, 505.574, - "t", + ")", -1, 0.504, "", @@ -72500,7 +72500,7 @@ 505.574, 335.82, 505.574, - "h", + "%", -1, 0.504, "", @@ -72523,7 +72523,7 @@ 505.574, 336.726, 505.574, - "e", + "&", -1, 0.504, "", @@ -72546,7 +72546,7 @@ 505.574, 337.579, 505.574, - " ", + "#", -1, 0.504, "", @@ -72569,7 +72569,7 @@ 505.574, 338.082, 505.574, - "i", + "*", -1, 0.504, "", @@ -72592,7 +72592,7 @@ 505.574, 338.474, 505.574, - "n", + "0", -1, 0.504, "", @@ -72615,7 +72615,7 @@ 505.574, 339.38, 505.574, - "t", + ")", -1, 0.504, "", @@ -72638,7 +72638,7 @@ 505.574, 339.944, 505.574, - "e", + "&", -1, 0.504, "", @@ -72661,7 +72661,7 @@ 505.574, 340.796, 505.574, - "r", + "(", -1, 0.504, "", @@ -72684,7 +72684,7 @@ 505.574, 341.407, 505.574, - "p", + "7", -1, 0.504, "", @@ -72707,7 +72707,7 @@ 505.574, 342.298, 505.574, - "u", + ".", -1, 0.504, "", @@ -72730,7 +72730,7 @@ 505.574, 343.204, 505.574, - "p", + "7", -1, 0.504, "", @@ -72753,7 +72753,7 @@ 505.574, 344.095, 505.574, - "i", + "*", -1, 0.504, "", @@ -72776,7 +72776,7 @@ 505.574, 344.487, 505.574, - "l", + "-", -1, 0.504, "", @@ -72799,7 +72799,7 @@ 505.574, 345.271, 505.574, - "a", + ",", -1, 0.504, "", @@ -72822,7 +72822,7 @@ 505.574, 346.131, 505.574, - "r", + "(", -1, 0.504, "", @@ -72845,7 +72845,7 @@ 505.574, 346.742, 505.574, - "y", + "B", -1, 0.504, "", @@ -72868,7 +72868,7 @@ 505.574, 347.589, 505.574, - " ", + "#", -1, 0.504, "", @@ -72891,7 +72891,7 @@ 505.574, 348.092, 505.574, - "d", + "2", -1, 0.504, "", @@ -72914,7 +72914,7 @@ 505.574, 348.984, 505.574, - "i", + "*", -1, 0.504, "", @@ -72937,7 +72937,7 @@ 505.574, 349.376, 505.574, - "s", + "1", -1, 0.504, "", @@ -72960,7 +72960,7 @@ 505.574, 350.121, 505.574, - "t", + ")", -1, 0.504, "", @@ -72983,7 +72983,7 @@ 505.574, 350.685, 505.574, - "a", + ",", -1, 0.504, "", @@ -73006,7 +73006,7 @@ 505.574, 351.545, 505.574, - "n", + "0", -1, 0.504, "", @@ -73029,7 +73029,7 @@ 505.574, 352.45, 505.574, - "c", + "+", -1, 0.504, "", @@ -73052,7 +73052,7 @@ 505.574, 353.196, 505.574, - "e", + "&", -1, 0.504, "", @@ -73075,7 +73075,7 @@ 505.574, 354.048, 505.574, - ".", + "\"", -1, 0.504, "", @@ -73098,7 +73098,7 @@ 505.574, 354.569, 505.574, - " ", + "#", -1, 0.504, "", @@ -73121,7 +73121,7 @@ 505.574, 355.073, 505.574, - " ", + "#", -1, 0.504, "", @@ -73144,7 +73144,7 @@ 503.964, 326.88, 503.964, - "2", + ":", -1, 0.504, "", @@ -73167,7 +73167,7 @@ 503.964, 327.79, 503.964, - ".", + "\"", -1, 0.504, "", @@ -73190,7 +73190,7 @@ 503.964, 328.311, 503.964, - " ", + "#", -1, 0.504, "", @@ -73213,7 +73213,7 @@ 503.964, 328.813, 503.964, - "T", + "$", -1, 0.504, "", @@ -73236,7 +73236,7 @@ 503.964, 329.543, 503.964, - "o", + "4", -1, 0.504, "", @@ -73259,7 +73259,7 @@ 503.964, 330.41, 503.964, - " ", + "#", -1, 0.504, "", @@ -73282,7 +73282,7 @@ 503.964, 330.913, 503.964, - "a", + ",", -1, 0.504, "", @@ -73305,7 +73305,7 @@ 503.964, 331.773, 503.964, - "d", + "2", -1, 0.504, "", @@ -73328,7 +73328,7 @@ 503.964, 332.664, 503.964, - "j", + "=", -1, 0.504, "", @@ -73351,7 +73351,7 @@ 503.964, 333.157, 503.964, - "u", + ".", -1, 0.504, "", @@ -73374,7 +73374,7 @@ 503.964, 334.062, 503.964, - "s", + "1", -1, 0.504, "", @@ -73397,7 +73397,7 @@ 503.964, 334.808, 503.964, - "t", + ")", -1, 0.504, "", @@ -73420,7 +73420,7 @@ 503.964, 335.371, 503.964, - " ", + "#", -1, 0.504, "", @@ -73443,7 +73443,7 @@ 503.964, 335.875, 503.964, - "t", + ")", -1, 0.504, "", @@ -73466,7 +73466,7 @@ 503.964, 336.438, 503.964, - "h", + "%", -1, 0.504, "", @@ -73489,7 +73489,7 @@ 503.964, 337.344, 503.964, - "e", + "&", -1, 0.504, "", @@ -73512,7 +73512,7 @@ 503.964, 338.197, 503.964, - " ", + "#", -1, 0.504, "", @@ -73535,7 +73535,7 @@ 503.964, 338.7, 503.964, - "i", + "*", -1, 0.504, "", @@ -73558,7 +73558,7 @@ 503.964, 339.092, 503.964, - "n", + "0", -1, 0.504, "", @@ -73581,7 +73581,7 @@ 503.964, 339.998, 503.964, - "t", + ")", -1, 0.504, "", @@ -73604,7 +73604,7 @@ 503.964, 340.562, 503.964, - "e", + "&", -1, 0.504, "", @@ -73627,7 +73627,7 @@ 503.964, 341.414, 503.964, - "r", + "(", -1, 0.504, "", @@ -73650,7 +73650,7 @@ 503.964, 342.025, 503.964, - "p", + "7", -1, 0.504, "", @@ -73673,7 +73673,7 @@ 503.964, 342.916, 503.964, - "u", + ".", -1, 0.504, "", @@ -73696,7 +73696,7 @@ 503.964, 343.822, 503.964, - "p", + "7", -1, 0.504, "", @@ -73719,7 +73719,7 @@ 503.964, 344.713, 503.964, - "i", + "*", -1, 0.504, "", @@ -73742,7 +73742,7 @@ 503.964, 345.105, 503.964, - "l", + "-", -1, 0.504, "", @@ -73765,7 +73765,7 @@ 503.964, 345.889, 503.964, - "a", + ",", -1, 0.504, "", @@ -73788,7 +73788,7 @@ 503.964, 346.749, 503.964, - "r", + "(", -1, 0.504, "", @@ -73811,7 +73811,7 @@ 503.964, 347.36, 503.964, - "y", + "B", -1, 0.504, "", @@ -73834,7 +73834,7 @@ 503.964, 348.207, 503.964, - " ", + "#", -1, 0.504, "", @@ -73857,7 +73857,7 @@ 503.964, 348.711, 503.964, - "d", + "2", -1, 0.504, "", @@ -73880,7 +73880,7 @@ 503.964, 349.602, 503.964, - "i", + "*", -1, 0.504, "", @@ -73903,7 +73903,7 @@ 503.964, 349.994, 503.964, - "s", + "1", -1, 0.504, "", @@ -73926,7 +73926,7 @@ 503.964, 350.739, 503.964, - "t", + ")", -1, 0.504, "", @@ -73949,7 +73949,7 @@ 503.964, 351.303, 503.964, - "a", + ",", -1, 0.504, "", @@ -73972,7 +73972,7 @@ 503.964, 352.163, 503.964, - "n", + "0", -1, 0.504, "", @@ -73995,7 +73995,7 @@ 503.964, 353.068, 503.964, - "c", + "+", -1, 0.504, "", @@ -74018,7 +74018,7 @@ 503.964, 353.814, 503.964, - "e", + "&", -1, 0.504, "", @@ -74041,7 +74041,7 @@ 503.964, 354.666, 503.964, - " ", + "#", -1, 0.504, "", @@ -74064,7 +74064,7 @@ 502.354, 326.882, 502.354, - " ", + "#", -1, 0.504, "", @@ -74087,7 +74087,7 @@ 502.354, 327.385, 502.354, - " ", + "#", -1, 0.504, "", @@ -74110,7 +74110,7 @@ 502.354, 327.889, 502.354, - " ", + "#", -1, 0.504, "", @@ -74133,7 +74133,7 @@ 502.354, 328.393, 502.354, - " ", + "#", -1, 0.504, "", @@ -74156,7 +74156,7 @@ 502.354, 328.896, 502.354, - "r", + "(", -1, 0.504, "", @@ -74179,7 +74179,7 @@ 502.354, 329.507, 502.354, - "o", + "4", -1, 0.504, "", @@ -74202,7 +74202,7 @@ 502.354, 330.375, 502.354, - "t", + ")", -1, 0.504, "", @@ -74225,7 +74225,7 @@ 502.354, 330.939, 502.354, - "a", + ",", -1, 0.504, "", @@ -74248,7 +74248,7 @@ 502.354, 331.799, 502.354, - "t", + ")", -1, 0.504, "", @@ -74271,7 +74271,7 @@ 502.354, 332.363, 502.354, - "e", + "&", -1, 0.504, "", @@ -74294,7 +74294,7 @@ 502.354, 333.215, 502.354, - " ", + "#", -1, 0.504, "", @@ -74317,7 +74317,7 @@ 502.354, 333.719, 502.354, - "t", + ")", -1, 0.504, "", @@ -74340,7 +74340,7 @@ 502.354, 334.283, 502.354, - "h", + "%", -1, 0.504, "", @@ -74363,7 +74363,7 @@ 502.354, 335.188, 502.354, - "e", + "&", -1, 0.504, "", @@ -74386,7 +74386,7 @@ 502.354, 336.041, 502.354, - " ", + "#", -1, 0.504, "", @@ -74409,7 +74409,7 @@ 502.354, 336.544, 502.354, - "p", + "7", -1, 0.504, "", @@ -74432,7 +74432,7 @@ 502.354, 337.436, 502.354, - "r", + "(", -1, 0.504, "", @@ -74455,7 +74455,7 @@ 502.354, 338.047, 502.354, - "i", + "*", -1, 0.504, "", @@ -74478,7 +74478,7 @@ 502.354, 338.439, 502.354, - "s", + "1", -1, 0.504, "", @@ -74501,7 +74501,7 @@ 502.354, 339.184, 502.354, - "m", + "8", -1, 0.504, "", @@ -74524,7 +74524,7 @@ 502.354, 340.576, 502.354, - " ", + "#", -1, 0.504, "", @@ -74547,7 +74547,7 @@ 502.354, 341.079, 502.354, - "c", + "+", -1, 0.504, "", @@ -74570,7 +74570,7 @@ 502.354, 341.825, 502.354, - "a", + ",", -1, 0.504, "", @@ -74593,7 +74593,7 @@ 502.354, 342.685, 502.354, - "p", + "7", -1, 0.504, "", @@ -74616,7 +74616,7 @@ 502.354, 343.576, 502.354, - "s", + "1", -1, 0.504, "", @@ -74639,7 +74639,7 @@ 502.354, 344.321, 502.354, - " ", + "#", -1, 0.504, "", @@ -74662,7 +74662,7 @@ 502.354, 344.825, 502.354, - "u", + ".", -1, 0.504, "", @@ -74685,7 +74685,7 @@ 502.354, 345.73, 502.354, - "n", + "0", -1, 0.504, "", @@ -74708,7 +74708,7 @@ 502.354, 346.636, 502.354, - "t", + ")", -1, 0.504, "", @@ -74731,7 +74731,7 @@ 502.354, 347.2, 502.354, - "i", + "*", -1, 0.504, "", @@ -74754,7 +74754,7 @@ 502.354, 347.592, 502.354, - "l", + "-", -1, 0.504, "", @@ -74777,7 +74777,7 @@ 502.354, 347.984, 502.354, - " ", + "#", -1, 0.504, "", @@ -74800,7 +74800,7 @@ 502.354, 348.487, 502.354, - "b", + "/", -1, 0.504, "", @@ -74823,7 +74823,7 @@ 502.354, 349.379, 502.354, - "o", + "4", -1, 0.504, "", @@ -74846,7 +74846,7 @@ 502.354, 350.247, 502.354, - "t", + ")", -1, 0.504, "", @@ -74869,7 +74869,7 @@ 502.354, 350.811, 502.354, - "h", + "%", -1, 0.504, "", @@ -74892,7 +74892,7 @@ 502.354, 351.716, 502.354, - " ", + "#", -1, 0.504, "", @@ -74915,7 +74915,7 @@ 502.354, 352.22, 502.354, - "e", + "&", -1, 0.504, "", @@ -74938,7 +74938,7 @@ 502.354, 353.073, 502.354, - "y", + "B", -1, 0.504, "", @@ -74961,7 +74961,7 @@ 502.354, 353.919, 502.354, - "e", + "&", -1, 0.504, "", @@ -74984,7 +74984,7 @@ 502.354, 354.772, 502.354, - "s", + "1", -1, 0.504, "", @@ -75007,7 +75007,7 @@ 502.354, 355.517, 502.354, - " ", + "#", -1, 0.504, "", @@ -75030,7 +75030,7 @@ 500.744, 326.882, 500.744, - " ", + "#", -1, 0.504, "", @@ -75053,7 +75053,7 @@ 500.744, 327.385, 500.744, - " ", + "#", -1, 0.504, "", @@ -75076,7 +75076,7 @@ 500.744, 327.889, 500.744, - " ", + "#", -1, 0.504, "", @@ -75099,7 +75099,7 @@ 500.744, 328.393, 500.744, - " ", + "#", -1, 0.504, "", @@ -75122,7 +75122,7 @@ 500.744, 328.896, 500.744, - "c", + "+", -1, 0.504, "", @@ -75145,7 +75145,7 @@ 500.744, 329.642, 500.744, - "o", + "4", -1, 0.504, "", @@ -75168,7 +75168,7 @@ 500.744, 330.51, 500.744, - "i", + "*", -1, 0.504, "", @@ -75191,7 +75191,7 @@ 500.744, 330.902, 500.744, - "n", + "0", -1, 0.504, "", @@ -75214,7 +75214,7 @@ 500.744, 331.808, 500.744, - "c", + "+", -1, 0.504, "", @@ -75237,7 +75237,7 @@ 500.744, 332.553, 500.744, - "i", + "*", -1, 0.504, "", @@ -75260,7 +75260,7 @@ 500.744, 332.945, 500.744, - "d", + "2", -1, 0.504, "", @@ -75283,7 +75283,7 @@ 500.744, 333.836, 500.744, - "e", + "&", -1, 0.504, "", @@ -75306,7 +75306,7 @@ 500.744, 334.689, 500.744, - " ", + "#", -1, 0.504, "", @@ -75329,7 +75329,7 @@ 500.744, 335.192, 500.744, - "w", + "5", -1, 0.504, "", @@ -75352,7 +75352,7 @@ 500.744, 336.363, 500.744, - "i", + "*", -1, 0.504, "", @@ -75375,7 +75375,7 @@ 500.744, 336.755, 500.744, - "t", + ")", -1, 0.504, "", @@ -75398,7 +75398,7 @@ 500.744, 337.318, 500.744, - "h", + "%", -1, 0.504, "", @@ -75421,7 +75421,7 @@ 500.744, 338.224, 500.744, - " ", + "#", -1, 0.504, "", @@ -75444,7 +75444,7 @@ 500.744, 338.728, 500.744, - "t", + ")", -1, 0.504, "", @@ -75467,7 +75467,7 @@ 500.744, 339.291, 500.744, - "h", + "%", -1, 0.504, "", @@ -75490,7 +75490,7 @@ 500.744, 340.197, 500.744, - "e", + "&", -1, 0.504, "", @@ -75513,7 +75513,7 @@ 500.744, 341.049, 500.744, - " ", + "#", -1, 0.504, "", @@ -75536,7 +75536,7 @@ 500.744, 341.553, 500.744, - "i", + "*", -1, 0.504, "", @@ -75559,7 +75559,7 @@ 500.744, 341.945, 500.744, - "m", + "8", -1, 0.504, "", @@ -75582,7 +75582,7 @@ 500.744, 343.337, 500.744, - "a", + ",", -1, 0.504, "", @@ -75605,7 +75605,7 @@ 500.744, 344.197, 500.744, - "g", + "6", -1, 0.504, "", @@ -75628,7 +75628,7 @@ 500.744, 345.088, 500.744, - "e", + "&", -1, 0.504, "", @@ -75651,7 +75651,7 @@ 500.744, 345.941, 500.744, - " ", + "#", -1, 0.504, "", @@ -75674,7 +75674,7 @@ 500.744, 346.444, 500.744, - "i", + "*", -1, 0.504, "", @@ -75697,7 +75697,7 @@ 500.744, 346.836, 500.744, - "n", + "0", -1, 0.504, "", @@ -75720,7 +75720,7 @@ 500.744, 347.742, 500.744, - " ", + "#", -1, 0.504, "", @@ -75743,7 +75743,7 @@ 500.744, 348.246, 500.744, - "t", + ")", -1, 0.504, "", @@ -75766,7 +75766,7 @@ 500.744, 348.809, 500.744, - "h", + "%", -1, 0.504, "", @@ -75789,7 +75789,7 @@ 500.744, 349.715, 500.744, - "e", + "&", -1, 0.504, "", @@ -75812,7 +75812,7 @@ 500.744, 350.567, 500.744, - " ", + "#", -1, 0.504, "", @@ -75835,7 +75835,7 @@ 500.744, 351.071, 500.744, - " ", + "#", -1, 0.504, "", @@ -75858,7 +75858,7 @@ 500.744, 352.633, 500.744, - " ", + "#", -1, 0.504, "", @@ -75881,7 +75881,7 @@ 499.133, 326.882, 499.133, - " ", + "#", -1, 0.504, "", @@ -75904,7 +75904,7 @@ 499.133, 327.385, 499.133, - " ", + "#", -1, 0.504, "", @@ -75927,7 +75927,7 @@ 499.133, 327.889, 499.133, - " ", + "#", -1, 0.504, "", @@ -75950,7 +75950,7 @@ 499.133, 328.393, 499.133, - " ", + "#", -1, 0.504, "", @@ -75973,7 +75973,7 @@ 499.133, 328.896, 499.133, - "e", + "&", -1, 0.504, "", @@ -75996,7 +75996,7 @@ 499.133, 329.749, 499.133, - "y", + "B", -1, 0.504, "", @@ -76019,7 +76019,7 @@ 499.133, 330.596, 499.133, - "e", + "&", -1, 0.504, "", @@ -76042,7 +76042,7 @@ 499.133, 331.448, 499.133, - "p", + "7", -1, 0.504, "", @@ -76065,7 +76065,7 @@ 499.133, 332.34, 499.133, - "i", + "*", -1, 0.504, "", @@ -76088,7 +76088,7 @@ 499.133, 332.732, 499.133, - "e", + "&", -1, 0.504, "", @@ -76111,7 +76111,7 @@ 499.133, 333.584, 499.133, - "c", + "+", -1, 0.504, "", @@ -76134,7 +76134,7 @@ 499.133, 334.33, 499.133, - "e", + "&", -1, 0.504, "", @@ -76157,7 +76157,7 @@ 499.133, 335.182, 499.133, - ".", + "\"", -1, 0.504, "", @@ -76180,7 +76180,7 @@ 499.133, 335.703, 499.133, - " ", + "#", -1, 0.504, "", @@ -76203,7 +76203,7 @@ 497.523, 326.882, 497.523, - " ", + "#", -1, 0.504, "", @@ -76226,7 +76226,7 @@ 495.913, 326.882, 495.913, - "F", + "D", -1, 0.489, "", @@ -76249,7 +76249,7 @@ 495.913, 327.812, 495.913, - "O", + "4", -1, 0.489, "", @@ -76272,7 +76272,7 @@ 495.913, 329.028, 495.913, - "C", + ".", -1, 0.489, "", @@ -76295,7 +76295,7 @@ 495.913, 330.064, 495.913, - "U", + "#", -1, 0.489, "", @@ -76318,7 +76318,7 @@ 495.913, 331.225, 495.913, - "S", + "$", -1, 0.489, "", @@ -76341,7 +76341,7 @@ 495.913, 332.241, 495.913, - "I", + "%", -1, 0.489, "", @@ -76364,7 +76364,7 @@ 495.913, 333.022, 495.913, - "N", + "&", -1, 0.489, "", @@ -76387,7 +76387,7 @@ 495.913, 334.234, 495.913, - "G", + "'", -1, 0.489, "", @@ -76410,7 +76410,7 @@ 494.303, 326.882, 494.303, - "1", + "!", -1, 0.504, "", @@ -76433,7 +76433,7 @@ 494.303, 327.792, 494.303, - ".", + "\"", -1, 0.504, "", @@ -76456,7 +76456,7 @@ 494.303, 328.312, 494.303, - " ", + "#", -1, 0.504, "", @@ -76479,7 +76479,7 @@ 494.303, 328.816, 494.303, - "R", + "D", -1, 0.504, "", @@ -76502,7 +76502,7 @@ 494.303, 329.775, 494.303, - "e", + "&", -1, 0.504, "", @@ -76525,7 +76525,7 @@ 494.303, 330.624, 494.303, - "m", + "8", -1, 0.504, "", @@ -76548,7 +76548,7 @@ 494.303, 332.015, 494.303, - "o", + "4", -1, 0.504, "", @@ -76571,7 +76571,7 @@ 494.303, 332.88, 494.303, - "v", + "'", -1, 0.504, "", @@ -76594,7 +76594,7 @@ 494.303, 333.726, 494.303, - "e", + "&", -1, 0.504, "", @@ -76617,7 +76617,7 @@ 494.303, 334.577, 494.303, - " ", + "#", -1, 0.504, "", @@ -76640,7 +76640,7 @@ 494.303, 335.079, 494.303, - "t", + ")", -1, 0.504, "", @@ -76663,7 +76663,7 @@ 494.303, 335.642, 494.303, - "h", + "%", -1, 0.504, "", @@ -76686,7 +76686,7 @@ 494.303, 336.546, 494.303, - "e", + "&", -1, 0.504, "", @@ -76709,7 +76709,7 @@ 494.303, 337.397, 494.303, - " ", + "#", -1, 0.504, "", @@ -76732,7 +76732,7 @@ 494.303, 337.898, 494.303, - "l", + "-", -1, 0.504, "", @@ -76755,7 +76755,7 @@ 494.303, 338.288, 494.303, - "e", + "&", -1, 0.504, "", @@ -76778,7 +76778,7 @@ 494.303, 339.14, 494.303, - "n", + "0", -1, 0.504, "", @@ -76801,7 +76801,7 @@ 494.303, 340.044, 494.303, - "s", + "1", -1, 0.504, "", @@ -76824,7 +76824,7 @@ 494.303, 340.788, 494.303, - " ", + "#", -1, 0.504, "", @@ -76847,7 +76847,7 @@ 494.303, 341.288, 494.303, - "p", + "7", -1, 0.504, "", @@ -76870,7 +76870,7 @@ 494.303, 342.178, 494.303, - "r", + "(", -1, 0.504, "", @@ -76893,7 +76893,7 @@ 494.303, 342.788, 494.303, - "o", + "4", -1, 0.504, "", @@ -76916,7 +76916,7 @@ 494.303, 343.655, 494.303, - "t", + ")", -1, 0.504, "", @@ -76939,7 +76939,7 @@ 494.303, 344.217, 494.303, - "e", + "&", -1, 0.504, "", @@ -76962,7 +76962,7 @@ 494.303, 345.068, 494.303, - "c", + "+", -1, 0.504, "", @@ -76985,7 +76985,7 @@ 494.303, 345.812, 494.303, - "t", + ")", -1, 0.504, "", @@ -77008,7 +77008,7 @@ 494.303, 346.374, 494.303, - "i", + "*", -1, 0.504, "", @@ -77031,7 +77031,7 @@ 494.303, 346.765, 494.303, - "v", + "'", -1, 0.504, "", @@ -77054,7 +77054,7 @@ 494.303, 347.61, 494.303, - "e", + "&", -1, 0.504, "", @@ -77077,7 +77077,7 @@ 494.303, 348.459, 494.303, - " ", + "#", -1, 0.504, "", @@ -77100,7 +77100,7 @@ 494.303, 348.961, 494.303, - "c", + "+", -1, 0.504, "", @@ -77123,7 +77123,7 @@ 494.303, 349.703, 494.303, - "o", + "4", -1, 0.504, "", @@ -77146,7 +77146,7 @@ 494.303, 350.57, 494.303, - "v", + "'", -1, 0.504, "", @@ -77169,7 +77169,7 @@ 494.303, 351.414, 494.303, - "e", + "&", -1, 0.504, "", @@ -77192,7 +77192,7 @@ 494.303, 352.256, 494.303, - "r", + "(", -1, 0.504, "", @@ -77215,7 +77215,7 @@ 494.303, 352.665, 494.303, - ".", + "\"", -1, 0.504, "", @@ -77238,7 +77238,7 @@ 492.692, 326.883, 492.692, - "2", + ":", -1, 0.504, "", @@ -77261,7 +77261,7 @@ 492.692, 327.793, 492.692, - ".", + "\"", -1, 0.504, "", @@ -77284,7 +77284,7 @@ 492.692, 328.314, 492.692, - " ", + "#", -1, 0.504, "", @@ -77307,7 +77307,7 @@ 492.692, 328.817, 492.692, - "P", + "E", -1, 0.504, "", @@ -77330,7 +77330,7 @@ 492.692, 329.68, 492.692, - "l", + "-", -1, 0.504, "", @@ -77353,7 +77353,7 @@ 492.692, 330.072, 492.692, - "a", + ",", -1, 0.504, "", @@ -77376,7 +77376,7 @@ 492.692, 330.932, 492.692, - "c", + "+", -1, 0.504, "", @@ -77399,7 +77399,7 @@ 492.692, 331.677, 492.692, - "e", + "&", -1, 0.504, "", @@ -77422,7 +77422,7 @@ 492.692, 332.53, 492.692, - " ", + "#", -1, 0.504, "", @@ -77445,7 +77445,7 @@ 492.692, 333.034, 492.692, - "t", + ")", -1, 0.504, "", @@ -77468,7 +77468,7 @@ 492.692, 333.597, 492.692, - "h", + "%", -1, 0.504, "", @@ -77491,7 +77491,7 @@ 492.692, 334.503, 492.692, - "e", + "&", -1, 0.504, "", @@ -77514,7 +77514,7 @@ 492.692, 335.355, 492.692, - " ", + "#", -1, 0.504, "", @@ -77537,7 +77537,7 @@ 492.692, 335.859, 492.692, - "s", + "1", -1, 0.504, "", @@ -77560,7 +77560,7 @@ 492.692, 336.604, 492.692, - "p", + "7", -1, 0.504, "", @@ -77583,7 +77583,7 @@ 492.692, 337.496, 492.692, - "e", + "&", -1, 0.504, "", @@ -77606,7 +77606,7 @@ 492.692, 338.348, 492.692, - "c", + "+", -1, 0.504, "", @@ -77629,7 +77629,7 @@ 492.692, 339.094, 492.692, - "i", + "*", -1, 0.504, "", @@ -77652,7 +77652,7 @@ 492.692, 339.486, 492.692, - "m", + "8", -1, 0.504, "", @@ -77675,7 +77675,7 @@ 492.692, 340.878, 492.692, - "e", + "&", -1, 0.504, "", @@ -77698,7 +77698,7 @@ 492.692, 341.73, 492.692, - "n", + "0", -1, 0.504, "", @@ -77721,7 +77721,7 @@ 492.692, 342.636, 492.692, - " ", + "#", -1, 0.504, "", @@ -77744,7 +77744,7 @@ 492.692, 343.14, 492.692, - "o", + "4", -1, 0.504, "", @@ -77767,7 +77767,7 @@ 492.692, 344.008, 492.692, - "n", + "0", -1, 0.504, "", @@ -77790,7 +77790,7 @@ 492.692, 344.914, 492.692, - " ", + "#", -1, 0.504, "", @@ -77813,7 +77813,7 @@ 492.692, 345.417, 492.692, - "t", + ")", -1, 0.504, "", @@ -77836,7 +77836,7 @@ 492.692, 345.981, 492.692, - "h", + "%", -1, 0.504, "", @@ -77859,7 +77859,7 @@ 492.692, 346.886, 492.692, - "e", + "&", -1, 0.504, "", @@ -77882,7 +77882,7 @@ 492.692, 347.739, 492.692, - " ", + "#", -1, 0.504, "", @@ -77905,7 +77905,7 @@ 492.692, 348.243, 492.692, - "w", + "5", -1, 0.504, "", @@ -77928,7 +77928,7 @@ 492.692, 349.413, 492.692, - "o", + "4", -1, 0.504, "", @@ -77951,7 +77951,7 @@ 492.692, 350.281, 492.692, - "r", + "(", -1, 0.504, "", @@ -77974,7 +77974,7 @@ 492.692, 350.892, 492.692, - "k", + "@", -1, 0.504, "", @@ -77997,7 +77997,7 @@ 492.692, 351.739, 492.692, - "i", + "*", -1, 0.504, "", @@ -78020,7 +78020,7 @@ 492.692, 352.131, 492.692, - "n", + "0", -1, 0.504, "", @@ -78043,7 +78043,7 @@ 492.692, 353.037, 492.692, - "g", + "6", -1, 0.504, "", @@ -78066,7 +78066,7 @@ 492.692, 353.928, 492.692, - " ", + "#", -1, 0.504, "", @@ -78089,7 +78089,7 @@ 491.082, 326.883, 491.082, - " ", + "#", -1, 0.504, "", @@ -78112,7 +78112,7 @@ 491.082, 327.387, 491.082, - " ", + "#", -1, 0.504, "", @@ -78135,7 +78135,7 @@ 491.082, 327.89, 491.082, - " ", + "#", -1, 0.504, "", @@ -78158,7 +78158,7 @@ 491.082, 328.394, 491.082, - " ", + "#", -1, 0.504, "", @@ -78181,7 +78181,7 @@ 491.082, 328.898, 491.082, - "s", + "1", -1, 0.504, "", @@ -78204,7 +78204,7 @@ 491.082, 329.643, 491.082, - "t", + ")", -1, 0.504, "", @@ -78227,7 +78227,7 @@ 491.082, 330.207, 491.082, - "a", + ",", -1, 0.504, "", @@ -78250,7 +78250,7 @@ 491.082, 331.066, 491.082, - "g", + "6", -1, 0.504, "", @@ -78273,7 +78273,7 @@ 491.082, 331.958, 491.082, - "e", + "&", -1, 0.504, "", @@ -78296,7 +78296,7 @@ 491.082, 332.808, 491.082, - ".", + "\"", -1, 0.504, "", @@ -78319,7 +78319,7 @@ 489.472, 326.883, 489.472, - "3", + ">", -1, 0.504, "", @@ -78342,7 +78342,7 @@ 489.472, 327.793, 489.472, - ".", + "\"", -1, 0.504, "", @@ -78365,7 +78365,7 @@ 489.472, 328.314, 489.472, - " ", + "#", -1, 0.504, "", @@ -78411,7 +78411,7 @@ 489.472, 329.603, 489.472, - "o", + "4", -1, 0.504, "", @@ -78434,7 +78434,7 @@ 489.472, 330.471, 489.472, - "c", + "+", -1, 0.504, "", @@ -78457,7 +78457,7 @@ 489.472, 331.217, 489.472, - "u", + ".", -1, 0.504, "", @@ -78480,7 +78480,7 @@ 489.472, 332.122, 489.472, - "s", + "1", -1, 0.504, "", @@ -78503,7 +78503,7 @@ 489.472, 332.868, 489.472, - " ", + "#", -1, 0.504, "", @@ -78526,7 +78526,7 @@ 489.472, 333.371, 489.472, - "t", + ")", -1, 0.504, "", @@ -78549,7 +78549,7 @@ 489.472, 333.935, 489.472, - "h", + "%", -1, 0.504, "", @@ -78572,7 +78572,7 @@ 489.472, 334.84, 489.472, - "e", + "&", -1, 0.504, "", @@ -78595,7 +78595,7 @@ 489.472, 335.693, 489.472, - " ", + "#", -1, 0.504, "", @@ -78618,7 +78618,7 @@ 489.472, 336.197, 489.472, - "s", + "1", -1, 0.504, "", @@ -78641,7 +78641,7 @@ 489.472, 336.942, 489.472, - "p", + "7", -1, 0.504, "", @@ -78664,7 +78664,7 @@ 489.472, 337.833, 489.472, - "e", + "&", -1, 0.504, "", @@ -78687,7 +78687,7 @@ 489.472, 338.686, 489.472, - "c", + "+", -1, 0.504, "", @@ -78710,7 +78710,7 @@ 489.472, 339.431, 489.472, - "i", + "*", -1, 0.504, "", @@ -78733,7 +78733,7 @@ 489.472, 339.823, 489.472, - "m", + "8", -1, 0.504, "", @@ -78756,7 +78756,7 @@ 489.472, 341.215, 489.472, - "e", + "&", -1, 0.504, "", @@ -78779,7 +78779,7 @@ 489.472, 342.068, 489.472, - "n", + "0", -1, 0.504, "", @@ -78802,7 +78802,7 @@ 489.472, 342.974, 489.472, - " ", + "#", -1, 0.504, "", @@ -78825,7 +78825,7 @@ 489.472, 343.477, 489.472, - "w", + "5", -1, 0.504, "", @@ -78848,7 +78848,7 @@ 489.472, 344.647, 489.472, - "i", + "*", -1, 0.504, "", @@ -78871,7 +78871,7 @@ 489.472, 345.039, 489.472, - "t", + ")", -1, 0.504, "", @@ -78894,7 +78894,7 @@ 489.472, 345.603, 489.472, - "h", + "%", -1, 0.504, "", @@ -78917,7 +78917,7 @@ 489.472, 346.509, 489.472, - " ", + "#", -1, 0.504, "", @@ -78940,7 +78940,7 @@ 489.472, 347.012, 489.472, - "t", + ")", -1, 0.504, "", @@ -78963,7 +78963,7 @@ 489.472, 347.576, 489.472, - "h", + "%", -1, 0.504, "", @@ -78986,7 +78986,7 @@ 489.472, 348.482, 489.472, - "e", + "&", -1, 0.504, "", @@ -79009,7 +79009,7 @@ 489.472, 349.334, 489.472, - " ", + "#", -1, 0.504, "", @@ -79032,7 +79032,7 @@ 489.472, 349.838, 489.472, - "l", + "-", -1, 0.504, "", @@ -79055,7 +79055,7 @@ 489.472, 350.23, 489.472, - "e", + "&", -1, 0.504, "", @@ -79078,7 +79078,7 @@ 489.472, 351.083, 489.472, - "f", + "3", -1, 0.504, "", @@ -79101,7 +79101,7 @@ 489.472, 351.586, 489.472, - "t", + ")", -1, 0.504, "", @@ -79124,7 +79124,7 @@ 489.472, 352.15, 489.472, - " ", + "#", -1, 0.504, "", @@ -79147,7 +79147,7 @@ 489.472, 352.653, 489.472, - "e", + "&", -1, 0.504, "", @@ -79170,7 +79170,7 @@ 489.472, 353.506, 489.472, - "y", + "B", -1, 0.504, "", @@ -79193,7 +79193,7 @@ 489.472, 354.353, 489.472, - "e", + "&", -1, 0.504, "", @@ -79216,7 +79216,7 @@ 489.472, 355.206, 489.472, - " ", + "#", -1, 0.504, "", @@ -79239,7 +79239,7 @@ 487.862, 326.883, 487.862, - " ", + "#", -1, 0.504, "", @@ -79262,7 +79262,7 @@ 487.862, 327.387, 487.862, - " ", + "#", -1, 0.504, "", @@ -79285,7 +79285,7 @@ 487.862, 327.89, 487.862, - " ", + "#", -1, 0.504, "", @@ -79308,7 +79308,7 @@ 487.862, 328.394, 487.862, - " ", + "#", -1, 0.504, "", @@ -79331,7 +79331,7 @@ 487.862, 328.898, 487.862, - "f", + "3", -1, 0.504, "", @@ -79354,7 +79354,7 @@ 487.862, 329.401, 487.862, - "i", + "*", -1, 0.504, "", @@ -79377,7 +79377,7 @@ 487.862, 329.793, 487.862, - "r", + "(", -1, 0.504, "", @@ -79400,7 +79400,7 @@ 487.862, 330.404, 487.862, - "s", + "1", -1, 0.504, "", @@ -79423,7 +79423,7 @@ 487.862, 331.149, 487.862, - "t", + ")", -1, 0.504, "", @@ -79446,7 +79446,7 @@ 487.862, 331.713, 487.862, - " ", + "#", -1, 0.504, "", @@ -79469,7 +79469,7 @@ 487.862, 332.217, 487.862, - "w", + "5", -1, 0.504, "", @@ -79492,7 +79492,7 @@ 487.862, 333.387, 487.862, - "h", + "%", -1, 0.504, "", @@ -79515,7 +79515,7 @@ 487.862, 334.293, 487.862, - "i", + "*", -1, 0.504, "", @@ -79538,7 +79538,7 @@ 487.862, 334.685, 487.862, - "l", + "-", -1, 0.504, "", @@ -79561,7 +79561,7 @@ 487.862, 335.077, 487.862, - "e", + "&", -1, 0.504, "", @@ -79584,7 +79584,7 @@ 487.862, 335.929, 487.862, - " ", + "#", -1, 0.504, "", @@ -79607,7 +79607,7 @@ 487.862, 336.433, 487.862, - "t", + ")", -1, 0.504, "", @@ -79630,7 +79630,7 @@ 487.862, 336.996, 487.862, - "u", + ".", -1, 0.504, "", @@ -79653,7 +79653,7 @@ 487.862, 337.902, 487.862, - "r", + "(", -1, 0.504, "", @@ -79676,7 +79676,7 @@ 487.862, 338.513, 487.862, - "n", + "0", -1, 0.504, "", @@ -79699,7 +79699,7 @@ 487.862, 339.419, 487.862, - "i", + "*", -1, 0.504, "", @@ -79722,7 +79722,7 @@ 487.862, 339.81, 487.862, - "n", + "0", -1, 0.504, "", @@ -79745,7 +79745,7 @@ 487.862, 340.716, 487.862, - "g", + "6", -1, 0.504, "", @@ -79768,7 +79768,7 @@ 487.862, 341.607, 487.862, - " ", + "#", -1, 0.504, "", @@ -79791,7 +79791,7 @@ 487.862, 342.111, 487.862, - "t", + ")", -1, 0.504, "", @@ -79814,7 +79814,7 @@ 487.862, 342.675, 487.862, - "h", + "%", -1, 0.504, "", @@ -79837,7 +79837,7 @@ 487.862, 343.58, 487.862, - "e", + "&", -1, 0.504, "", @@ -79860,7 +79860,7 @@ 487.862, 344.433, 487.862, - " ", + "#", -1, 0.504, "", @@ -79883,7 +79883,7 @@ 487.862, 344.936, 487.862, - "f", + "3", -1, 0.504, "", @@ -79906,7 +79906,7 @@ 487.862, 345.44, 487.862, - "o", + "4", -1, 0.504, "", @@ -79929,7 +79929,7 @@ 487.862, 346.308, 487.862, - "c", + "+", -1, 0.504, "", @@ -79952,7 +79952,7 @@ 487.862, 347.054, 487.862, - "u", + ".", -1, 0.504, "", @@ -79975,7 +79975,7 @@ 487.862, 347.959, 487.862, - "s", + "1", -1, 0.504, "", @@ -79998,7 +79998,7 @@ 487.862, 348.705, 487.862, - " ", + "#", -1, 0.504, "", @@ -80021,7 +80021,7 @@ 487.862, 349.208, 487.862, - "k", + "@", -1, 0.504, "", @@ -80044,7 +80044,7 @@ 487.862, 350.055, 487.862, - "n", + "0", -1, 0.504, "", @@ -80067,7 +80067,7 @@ 487.862, 350.961, 487.862, - "o", + "4", -1, 0.504, "", @@ -80090,7 +80090,7 @@ 487.862, 351.829, 487.862, - "b", + "/", -1, 0.504, "", @@ -80113,7 +80113,7 @@ 487.862, 352.721, 487.862, - " ", + "#", -1, 0.504, "", @@ -80136,7 +80136,7 @@ 487.862, 353.224, 487.862, - "u", + ".", -1, 0.504, "", @@ -80159,7 +80159,7 @@ 487.862, 354.13, 487.862, - "n", + "0", -1, 0.504, "", @@ -80182,7 +80182,7 @@ 487.862, 355.035, 487.862, - "t", + ")", -1, 0.504, "", @@ -80205,7 +80205,7 @@ 487.862, 355.599, 487.862, - "i", + "*", -1, 0.504, "", @@ -80228,7 +80228,7 @@ 487.862, 355.991, 487.862, - "l", + "-", -1, 0.504, "", @@ -80251,7 +80251,7 @@ 487.862, 356.383, 487.862, - " ", + "#", -1, 0.504, "", @@ -80274,7 +80274,7 @@ 486.252, 326.883, 486.252, - " ", + "#", -1, 0.504, "", @@ -80297,7 +80297,7 @@ 486.252, 327.387, 486.252, - " ", + "#", -1, 0.504, "", @@ -80320,7 +80320,7 @@ 486.252, 327.89, 486.252, - " ", + "#", -1, 0.504, "", @@ -80343,7 +80343,7 @@ 486.252, 328.394, 486.252, - " ", + "#", -1, 0.504, "", @@ -80366,7 +80366,7 @@ 486.252, 328.898, 486.252, - "t", + ")", -1, 0.504, "", @@ -80389,7 +80389,7 @@ 486.252, 329.461, 486.252, - "h", + "%", -1, 0.504, "", @@ -80412,7 +80412,7 @@ 486.252, 330.364, 486.252, - "e", + "&", -1, 0.504, "", @@ -80435,7 +80435,7 @@ 486.252, 331.215, 486.252, - " ", + "#", -1, 0.504, "", @@ -80458,7 +80458,7 @@ 486.252, 331.719, 486.252, - "i", + "*", -1, 0.504, "", @@ -80481,7 +80481,7 @@ 486.252, 332.111, 486.252, - "m", + "8", -1, 0.504, "", @@ -80504,7 +80504,7 @@ 486.252, 333.503, 486.252, - "a", + ",", -1, 0.504, "", @@ -80527,7 +80527,7 @@ 486.252, 334.363, 486.252, - "g", + "6", -1, 0.504, "", @@ -80550,7 +80550,7 @@ 486.252, 335.254, 486.252, - "e", + "&", -1, 0.504, "", @@ -80573,7 +80573,7 @@ 486.252, 336.107, 486.252, - " ", + "#", -1, 0.504, "", @@ -80596,7 +80596,7 @@ 486.252, 336.61, 486.252, - "a", + ",", -1, 0.504, "", @@ -80619,7 +80619,7 @@ 486.252, 337.47, 486.252, - "p", + "7", -1, 0.504, "", @@ -80642,7 +80642,7 @@ 486.252, 338.361, 486.252, - "p", + "7", -1, 0.504, "", @@ -80665,7 +80665,7 @@ 486.252, 339.25, 486.252, - "e", + "&", -1, 0.504, "", @@ -80688,7 +80688,7 @@ 486.252, 340.101, 486.252, - "a", + ",", -1, 0.504, "", @@ -80711,7 +80711,7 @@ 486.252, 340.959, 486.252, - "r", + "(", -1, 0.504, "", @@ -80734,7 +80734,7 @@ 486.252, 341.57, 486.252, - "s", + "1", -1, 0.504, "", @@ -80757,7 +80757,7 @@ 486.252, 342.313, 486.252, - " ", + "#", -1, 0.504, "", @@ -80780,7 +80780,7 @@ 486.252, 342.816, 486.252, - "c", + "+", -1, 0.504, "", @@ -80803,7 +80803,7 @@ 486.252, 343.56, 486.252, - "l", + "-", -1, 0.504, "", @@ -80826,7 +80826,7 @@ 486.252, 343.952, 486.252, - "e", + "&", -1, 0.504, "", @@ -80849,7 +80849,7 @@ 486.252, 344.803, 486.252, - "a", + ",", -1, 0.504, "", @@ -80872,7 +80872,7 @@ 486.252, 345.662, 486.252, - "r", + "(", -1, 0.504, "", @@ -80895,7 +80895,7 @@ 486.252, 346.273, 486.252, - " ", + "#", -1, 0.504, "", @@ -80918,7 +80918,7 @@ 486.252, 346.775, 486.252, - "a", + ",", -1, 0.504, "", @@ -80941,7 +80941,7 @@ 486.252, 347.633, 486.252, - "n", + "0", -1, 0.504, "", @@ -80964,7 +80964,7 @@ 486.252, 348.537, 486.252, - "d", + "2", -1, 0.504, "", @@ -80987,7 +80987,7 @@ 486.252, 349.429, 486.252, - " ", + "#", -1, 0.504, "", @@ -81010,7 +81010,7 @@ 486.252, 349.932, 486.252, - "s", + "1", -1, 0.504, "", @@ -81033,7 +81033,7 @@ 486.252, 350.678, 486.252, - "h", + "%", -1, 0.504, "", @@ -81056,7 +81056,7 @@ 486.252, 351.583, 486.252, - "a", + ",", -1, 0.504, "", @@ -81079,7 +81079,7 @@ 486.252, 352.443, 486.252, - "r", + "(", -1, 0.504, "", @@ -81102,7 +81102,7 @@ 486.252, 353.054, 486.252, - "p", + "7", -1, 0.504, "", @@ -81125,7 +81125,7 @@ 486.252, 353.945, 486.252, - ".", + "\"", -1, 0.504, "", @@ -81148,7 +81148,7 @@ 484.641, 326.883, 484.641, - "4", + "G", -1, 0.504, "", @@ -81171,7 +81171,7 @@ 484.641, 327.793, 484.641, - ".", + "\"", -1, 0.504, "", @@ -81194,7 +81194,7 @@ 484.641, 328.314, 484.641, - " ", + "#", -1, 0.504, "", @@ -81217,7 +81217,7 @@ 484.641, 328.816, 484.641, - "R", + "D", -1, 0.504, "", @@ -81240,7 +81240,7 @@ 484.641, 329.777, 484.641, - "o", + "4", -1, 0.504, "", @@ -81263,7 +81263,7 @@ 484.641, 330.644, 484.641, - "t", + ")", -1, 0.504, "", @@ -81286,7 +81286,7 @@ 484.641, 331.208, 484.641, - "a", + ",", -1, 0.504, "", @@ -81309,7 +81309,7 @@ 484.641, 332.068, 484.641, - "t", + ")", -1, 0.504, "", @@ -81332,7 +81332,7 @@ 484.641, 332.632, 484.641, - "e", + "&", -1, 0.504, "", @@ -81355,7 +81355,7 @@ 484.641, 333.484, 484.641, - " ", + "#", -1, 0.504, "", @@ -81378,7 +81378,7 @@ 484.641, 333.988, 484.641, - "t", + ")", -1, 0.504, "", @@ -81401,7 +81401,7 @@ 484.641, 334.551, 484.641, - "h", + "%", -1, 0.504, "", @@ -81424,7 +81424,7 @@ 484.641, 335.457, 484.641, - "e", + "&", -1, 0.504, "", @@ -81447,7 +81447,7 @@ 484.641, 336.31, 484.641, - " ", + "#", -1, 0.504, "", @@ -81470,7 +81470,7 @@ 484.641, 336.813, 484.641, - "r", + "(", -1, 0.504, "", @@ -81493,7 +81493,7 @@ 484.641, 337.424, 484.641, - "i", + "*", -1, 0.504, "", @@ -81516,7 +81516,7 @@ 484.641, 337.816, 484.641, - "g", + "6", -1, 0.504, "", @@ -81539,7 +81539,7 @@ 484.641, 338.707, 484.641, - "h", + "%", -1, 0.504, "", @@ -81562,7 +81562,7 @@ 484.641, 339.613, 484.641, - "t", + ")", -1, 0.504, "", @@ -81585,7 +81585,7 @@ 484.641, 340.177, 484.641, - " ", + "#", -1, 0.504, "", @@ -81608,7 +81608,7 @@ 484.641, 340.68, 484.641, - "e", + "&", -1, 0.504, "", @@ -81631,7 +81631,7 @@ 484.641, 341.533, 484.641, - "y", + "B", -1, 0.504, "", @@ -81654,7 +81654,7 @@ 484.641, 342.38, 484.641, - "e", + "&", -1, 0.504, "", @@ -81677,7 +81677,7 @@ 484.641, 343.233, 484.641, - "p", + "7", -1, 0.504, "", @@ -81700,7 +81700,7 @@ 484.641, 344.124, 484.641, - "i", + "*", -1, 0.504, "", @@ -81723,7 +81723,7 @@ 484.641, 344.516, 484.641, - "e", + "&", -1, 0.504, "", @@ -81746,7 +81746,7 @@ 484.641, 345.369, 484.641, - "c", + "+", -1, 0.504, "", @@ -81769,7 +81769,7 @@ 484.641, 346.114, 484.641, - "e", + "&", -1, 0.504, "", @@ -81792,7 +81792,7 @@ 484.641, 346.967, 484.641, - " ", + "#", -1, 0.504, "", @@ -81815,7 +81815,7 @@ 484.641, 347.47, 484.641, - "r", + "(", -1, 0.504, "", @@ -81838,7 +81838,7 @@ 484.641, 348.081, 484.641, - "i", + "*", -1, 0.504, "", @@ -81861,7 +81861,7 @@ 484.641, 348.473, 484.641, - "n", + "0", -1, 0.504, "", @@ -81884,7 +81884,7 @@ 484.641, 349.379, 484.641, - "g", + "6", -1, 0.504, "", @@ -81907,7 +81907,7 @@ 484.641, 350.27, 484.641, - " ", + "#", -1, 0.504, "", @@ -81930,7 +81930,7 @@ 484.641, 350.773, 484.641, - "u", + ".", -1, 0.504, "", @@ -81953,7 +81953,7 @@ 484.641, 351.679, 484.641, - "n", + "0", -1, 0.504, "", @@ -81976,7 +81976,7 @@ 484.641, 352.585, 484.641, - "t", + ")", -1, 0.504, "", @@ -81999,7 +81999,7 @@ 484.641, 353.148, 484.641, - "i", + "*", -1, 0.504, "", @@ -82022,7 +82022,7 @@ 484.641, 353.54, 484.641, - "l", + "-", -1, 0.504, "", @@ -82045,7 +82045,7 @@ 484.641, 353.932, 484.641, - " ", + "#", -1, 0.504, "", @@ -82068,7 +82068,7 @@ 484.641, 354.436, 484.641, - "t", + ")", -1, 0.504, "", @@ -82091,7 +82091,7 @@ 484.641, 355.0, 484.641, - "h", + "%", -1, 0.504, "", @@ -82114,7 +82114,7 @@ 484.641, 355.905, 484.641, - "e", + "&", -1, 0.504, "", @@ -82137,7 +82137,7 @@ 484.641, 356.758, 484.641, - " ", + "#", -1, 0.504, "", @@ -82160,7 +82160,7 @@ 483.031, 326.883, 483.031, - " ", + "#", -1, 0.504, "", @@ -82183,7 +82183,7 @@ 483.031, 327.387, 483.031, - " ", + "#", -1, 0.504, "", @@ -82206,7 +82206,7 @@ 483.031, 327.89, 483.031, - " ", + "#", -1, 0.504, "", @@ -82229,7 +82229,7 @@ 483.031, 328.394, 483.031, - " ", + "#", -1, 0.504, "", @@ -82252,7 +82252,7 @@ 483.031, 328.898, 483.031, - "i", + "*", -1, 0.504, "", @@ -82275,7 +82275,7 @@ 483.031, 329.29, 483.031, - "m", + "8", -1, 0.504, "", @@ -82298,7 +82298,7 @@ 483.031, 330.682, 483.031, - "a", + ",", -1, 0.504, "", @@ -82321,7 +82321,7 @@ 483.031, 331.541, 483.031, - "g", + "6", -1, 0.504, "", @@ -82344,7 +82344,7 @@ 483.031, 332.433, 483.031, - "e", + "&", -1, 0.504, "", @@ -82367,7 +82367,7 @@ 483.031, 333.285, 483.031, - "s", + "1", -1, 0.504, "", @@ -82390,7 +82390,7 @@ 483.031, 334.031, 483.031, - " ", + "#", -1, 0.504, "", @@ -82413,7 +82413,7 @@ 483.031, 334.534, 483.031, - "i", + "*", -1, 0.504, "", @@ -82436,7 +82436,7 @@ 483.031, 334.926, 483.031, - "n", + "0", -1, 0.504, "", @@ -82459,7 +82459,7 @@ 483.031, 335.832, 483.031, - " ", + "#", -1, 0.504, "", @@ -82482,7 +82482,7 @@ 483.031, 336.335, 483.031, - "e", + "&", -1, 0.504, "", @@ -82505,7 +82505,7 @@ 483.031, 337.188, 483.031, - "a", + ",", -1, 0.504, "", @@ -82528,7 +82528,7 @@ 483.031, 338.048, 483.031, - "c", + "+", -1, 0.504, "", @@ -82551,7 +82551,7 @@ 483.031, 338.793, 483.031, - "h", + "%", -1, 0.504, "", @@ -82574,7 +82574,7 @@ 483.031, 339.699, 483.031, - " ", + "#", -1, 0.504, "", @@ -82597,7 +82597,7 @@ 483.031, 340.202, 483.031, - "e", + "&", -1, 0.504, "", @@ -82620,7 +82620,7 @@ 483.031, 341.055, 483.031, - "y", + "B", -1, 0.504, "", @@ -82643,7 +82643,7 @@ 483.031, 341.902, 483.031, - "e", + "&", -1, 0.504, "", @@ -82666,7 +82666,7 @@ 483.031, 342.755, 483.031, - "p", + "7", -1, 0.504, "", @@ -82689,7 +82689,7 @@ 483.031, 343.646, 483.031, - "i", + "*", -1, 0.504, "", @@ -82712,7 +82712,7 @@ 483.031, 344.038, 483.031, - "e", + "&", -1, 0.504, "", @@ -82735,7 +82735,7 @@ 483.031, 344.891, 483.031, - "c", + "+", -1, 0.504, "", @@ -82758,7 +82758,7 @@ 483.031, 345.636, 483.031, - "e", + "&", -1, 0.504, "", @@ -82781,7 +82781,7 @@ 483.031, 346.489, 483.031, - " ", + "#", -1, 0.504, "", @@ -82804,7 +82804,7 @@ 483.031, 346.992, 483.031, - "c", + "+", -1, 0.504, "", @@ -82827,7 +82827,7 @@ 483.031, 347.738, 483.031, - "o", + "4", -1, 0.504, "", @@ -82850,7 +82850,7 @@ 483.031, 348.606, 483.031, - "i", + "*", -1, 0.504, "", @@ -82873,7 +82873,7 @@ 483.031, 348.998, 483.031, - "n", + "0", -1, 0.504, "", @@ -82896,7 +82896,7 @@ 483.031, 349.904, 483.031, - "c", + "+", -1, 0.504, "", @@ -82919,7 +82919,7 @@ 483.031, 350.649, 483.031, - "i", + "*", -1, 0.504, "", @@ -82942,7 +82942,7 @@ 483.031, 351.041, 483.031, - "d", + "2", -1, 0.504, "", @@ -82965,7 +82965,7 @@ 483.031, 351.932, 483.031, - "e", + "&", -1, 0.504, "", @@ -82988,7 +82988,7 @@ 483.031, 352.785, 483.031, - " ", + "#", -1, 0.504, "", @@ -83011,7 +83011,7 @@ 483.031, 353.289, 483.031, - "a", + ",", -1, 0.504, "", @@ -83034,7 +83034,7 @@ 483.031, 354.148, 483.031, - "n", + "0", -1, 0.504, "", @@ -83057,7 +83057,7 @@ 483.031, 355.054, 483.031, - "d", + "2", -1, 0.504, "", @@ -83080,7 +83080,7 @@ 483.031, 355.945, 483.031, - " ", + "#", -1, 0.504, "", @@ -83103,7 +83103,7 @@ 481.421, 326.883, 481.421, - " ", + "#", -1, 0.504, "", @@ -83126,7 +83126,7 @@ 481.421, 327.387, 481.421, - " ", + "#", -1, 0.504, "", @@ -83149,7 +83149,7 @@ 481.421, 327.89, 481.421, - " ", + "#", -1, 0.504, "", @@ -83172,7 +83172,7 @@ 481.421, 328.394, 481.421, - " ", + "#", -1, 0.504, "", @@ -83195,7 +83195,7 @@ 481.421, 328.898, 481.421, - "a", + ",", -1, 0.504, "", @@ -83218,7 +83218,7 @@ 481.421, 329.757, 481.421, - "r", + "(", -1, 0.504, "", @@ -83241,7 +83241,7 @@ 481.421, 330.368, 481.421, - "e", + "&", -1, 0.504, "", @@ -83264,7 +83264,7 @@ 481.421, 331.221, 481.421, - " ", + "#", -1, 0.504, "", @@ -83287,7 +83287,7 @@ 481.421, 331.725, 481.421, - "s", + "1", -1, 0.504, "", @@ -83310,7 +83310,7 @@ 481.421, 332.47, 481.421, - "h", + "%", -1, 0.504, "", @@ -83333,7 +83333,7 @@ 481.421, 333.375, 481.421, - "a", + ",", -1, 0.504, "", @@ -83356,7 +83356,7 @@ 481.421, 334.235, 481.421, - "r", + "(", -1, 0.504, "", @@ -83379,7 +83379,7 @@ 481.421, 334.846, 481.421, - "p", + "7", -1, 0.504, "", @@ -83402,7 +83402,7 @@ 481.421, 335.737, 481.421, - " ", + "#", -1, 0.504, "", @@ -83425,7 +83425,7 @@ 481.421, 336.241, 481.421, - "a", + ",", -1, 0.504, "", @@ -83448,7 +83448,7 @@ 481.421, 337.101, 481.421, - "n", + "0", -1, 0.504, "", @@ -83471,7 +83471,7 @@ 481.421, 338.006, 481.421, - "d", + "2", -1, 0.504, "", @@ -83494,7 +83494,7 @@ 481.421, 338.898, 481.421, - " ", + "#", -1, 0.504, "", @@ -83517,7 +83517,7 @@ 481.421, 339.401, 481.421, - "c", + "+", -1, 0.504, "", @@ -83540,7 +83540,7 @@ 481.421, 340.147, 481.421, - "l", + "-", -1, 0.504, "", @@ -83563,7 +83563,7 @@ 481.421, 340.539, 481.421, - "e", + "&", -1, 0.504, "", @@ -83586,7 +83586,7 @@ 481.421, 341.391, 481.421, - "a", + ",", -1, 0.504, "", @@ -83609,7 +83609,7 @@ 481.421, 342.243, 481.421, - "r", + "(", -1, 0.504, "", @@ -83632,7 +83632,7 @@ 481.421, 342.652, 481.421, - ".", + "\"", -1, 0.504, "", @@ -83655,7 +83655,7 @@ 478.201, 326.883, 478.201, - "C", + ".", -1, 0.489, "", @@ -83678,7 +83678,7 @@ 478.201, 327.919, 478.201, - "H", + "*", -1, 0.489, "", @@ -83701,7 +83701,7 @@ 478.201, 329.116, 478.201, - "A", + "/", -1, 0.489, "", @@ -83724,7 +83724,7 @@ 478.201, 330.227, 478.201, - "N", + "&", -1, 0.489, "", @@ -83747,7 +83747,7 @@ 478.201, 331.438, 478.201, - "G", + "'", -1, 0.489, "", @@ -83770,7 +83770,7 @@ 478.201, 332.599, 478.201, - "I", + "%", -1, 0.489, "", @@ -83793,7 +83793,7 @@ 478.201, 333.38, 478.201, - "N", + "&", -1, 0.489, "", @@ -83816,7 +83816,7 @@ 478.201, 334.592, 478.201, - "G", + "'", -1, 0.489, "", @@ -83839,7 +83839,7 @@ 478.201, 335.752, 478.201, - " ", + "(", -1, 0.489, "", @@ -83862,7 +83862,7 @@ 478.201, 336.241, 478.201, - "T", + ")", -1, 0.489, "", @@ -83885,7 +83885,7 @@ 478.201, 337.217, 478.201, - "H", + "*", -1, 0.489, "", @@ -83908,7 +83908,7 @@ 478.201, 338.414, 478.201, - "E", + "+", -1, 0.489, "", @@ -83931,7 +83931,7 @@ 478.201, 339.391, 478.201, - " ", + "(", -1, 0.489, "", @@ -83954,7 +83954,7 @@ 478.201, 339.881, 478.201, - "B", + "1", -1, 0.489, "", @@ -83977,7 +83977,7 @@ 478.201, 340.971, 478.201, - "U", + "#", -1, 0.489, "", @@ -84000,7 +84000,7 @@ 478.201, 342.132, 478.201, - "L", + "0", -1, 0.489, "", @@ -84023,7 +84023,7 @@ 478.201, 343.044, 478.201, - "B", + "1", -1, 0.489, "", @@ -84046,7 +84046,7 @@ 476.59, 326.883, 476.59, - "1", + "!", -1, 0.504, "", @@ -84069,7 +84069,7 @@ 476.59, 327.793, 476.59, - ".", + "\"", -1, 0.504, "", @@ -84092,7 +84092,7 @@ 476.59, 328.314, 476.59, - " ", + "#", -1, 0.504, "", @@ -84115,7 +84115,7 @@ 476.59, 328.817, 476.59, - "D", + "H", -1, 0.504, "", @@ -84138,7 +84138,7 @@ 476.59, 329.92, 476.59, - "i", + "*", -1, 0.504, "", @@ -84161,7 +84161,7 @@ 476.59, 330.312, 476.59, - "s", + "1", -1, 0.504, "", @@ -84184,7 +84184,7 @@ 476.59, 331.058, 476.59, - "c", + "+", -1, 0.504, "", @@ -84207,7 +84207,7 @@ 476.59, 331.803, 476.59, - "o", + "4", -1, 0.504, "", @@ -84230,7 +84230,7 @@ 476.59, 332.672, 476.59, - "n", + "0", -1, 0.504, "", @@ -84253,7 +84253,7 @@ 476.59, 333.577, 476.59, - "n", + "0", -1, 0.504, "", @@ -84276,7 +84276,7 @@ 476.59, 334.483, 476.59, - "e", + "&", -1, 0.504, "", @@ -84299,7 +84299,7 @@ 476.59, 335.335, 476.59, - "c", + "+", -1, 0.504, "", @@ -84322,7 +84322,7 @@ 476.59, 336.081, 476.59, - "t", + ")", -1, 0.504, "", @@ -84345,7 +84345,7 @@ 476.59, 336.644, 476.59, - " ", + "#", -1, 0.504, "", @@ -84368,7 +84368,7 @@ 476.59, 337.148, 476.59, - "t", + ")", -1, 0.504, "", @@ -84391,7 +84391,7 @@ 476.59, 337.712, 476.59, - "h", + "%", -1, 0.504, "", @@ -84414,7 +84414,7 @@ 476.59, 338.617, 476.59, - "e", + "&", -1, 0.504, "", @@ -84437,7 +84437,7 @@ 476.59, 339.47, 476.59, - " ", + "#", -1, 0.504, "", @@ -84460,7 +84460,7 @@ 476.59, 339.974, 476.59, - "p", + "7", -1, 0.504, "", @@ -84483,7 +84483,7 @@ 476.59, 340.865, 476.59, - "o", + "4", -1, 0.504, "", @@ -84506,7 +84506,7 @@ 476.59, 341.733, 476.59, - "w", + "5", -1, 0.504, "", @@ -84529,7 +84529,7 @@ 476.59, 342.904, 476.59, - "e", + "&", -1, 0.504, "", @@ -84552,7 +84552,7 @@ 476.59, 343.756, 476.59, - "r", + "(", -1, 0.504, "", @@ -84575,7 +84575,7 @@ 476.59, 344.367, 476.59, - " ", + "#", -1, 0.504, "", @@ -84598,7 +84598,7 @@ 476.59, 344.871, 476.59, - "c", + "+", -1, 0.504, "", @@ -84621,7 +84621,7 @@ 476.59, 345.616, 476.59, - "o", + "4", -1, 0.504, "", @@ -84644,7 +84644,7 @@ 476.59, 346.484, 476.59, - "r", + "(", -1, 0.504, "", @@ -84667,7 +84667,7 @@ 476.59, 347.095, 476.59, - "d", + "2", -1, 0.504, "", @@ -84690,7 +84690,7 @@ 476.59, 347.981, 476.59, - ".", + "\"", -1, 0.504, "", @@ -84713,7 +84713,7 @@ 474.98, 326.883, 474.98, - "2", + ":", -1, 0.504, "", @@ -84736,7 +84736,7 @@ 474.98, 327.793, 474.98, - ".", + "\"", -1, 0.504, "", @@ -84759,7 +84759,7 @@ 474.98, 328.314, 474.98, - " ", + "#", -1, 0.504, "", @@ -84782,7 +84782,7 @@ 474.98, 328.817, 474.98, - "W", + "I", -1, 0.504, "", @@ -84805,7 +84805,7 @@ 474.98, 330.231, 474.98, - "h", + "%", -1, 0.504, "", @@ -84828,7 +84828,7 @@ 474.98, 331.135, 474.98, - "e", + "&", -1, 0.504, "", @@ -84851,7 +84851,7 @@ 474.98, 331.988, 474.98, - "n", + "0", -1, 0.504, "", @@ -84874,7 +84874,7 @@ 474.98, 332.89, 474.98, - " ", + "#", -1, 0.504, "", @@ -84897,7 +84897,7 @@ 474.98, 333.394, 474.98, - "t", + ")", -1, 0.504, "", @@ -84920,7 +84920,7 @@ 474.98, 333.958, 474.98, - "h", + "%", -1, 0.504, "", @@ -84943,7 +84943,7 @@ 474.98, 334.863, 474.98, - "e", + "&", -1, 0.504, "", @@ -84966,7 +84966,7 @@ 474.98, 335.716, 474.98, - " ", + "#", -1, 0.504, "", @@ -84989,7 +84989,7 @@ 474.98, 336.22, 474.98, - "b", + "/", -1, 0.504, "", @@ -85012,7 +85012,7 @@ 474.98, 337.109, 474.98, - "u", + ".", -1, 0.504, "", @@ -85035,7 +85035,7 @@ 474.98, 338.014, 474.98, - "l", + "-", -1, 0.504, "", @@ -85058,7 +85058,7 @@ 474.98, 338.406, 474.98, - "b", + "/", -1, 0.504, "", @@ -85081,7 +85081,7 @@ 474.98, 339.297, 474.98, - " ", + "#", -1, 0.504, "", @@ -85104,7 +85104,7 @@ 474.98, 339.8, 474.98, - "i", + "*", -1, 0.504, "", @@ -85127,7 +85127,7 @@ 474.98, 340.192, 474.98, - "s", + "1", -1, 0.504, "", @@ -85150,7 +85150,7 @@ 474.98, 340.936, 474.98, - " ", + "#", -1, 0.504, "", @@ -85173,7 +85173,7 @@ 474.98, 341.44, 474.98, - "c", + "+", -1, 0.504, "", @@ -85196,7 +85196,7 @@ 474.98, 342.184, 474.98, - "o", + "4", -1, 0.504, "", @@ -85219,7 +85219,7 @@ 474.98, 343.051, 474.98, - "o", + "4", -1, 0.504, "", @@ -85242,7 +85242,7 @@ 474.98, 343.918, 474.98, - "l", + "-", -1, 0.504, "", @@ -85265,7 +85265,7 @@ 474.98, 344.31, 474.98, - ",", + "<", -1, 0.504, "", @@ -85288,7 +85288,7 @@ 474.98, 344.829, 474.98, - " ", + "#", -1, 0.504, "", @@ -85311,7 +85311,7 @@ 474.98, 345.333, 474.98, - "r", + "(", -1, 0.504, "", @@ -85334,7 +85334,7 @@ 474.98, 345.942, 474.98, - "e", + "&", -1, 0.504, "", @@ -85357,7 +85357,7 @@ 474.98, 346.793, 474.98, - "m", + "8", -1, 0.504, "", @@ -85380,7 +85380,7 @@ 474.98, 348.185, 474.98, - "o", + "4", -1, 0.504, "", @@ -85403,7 +85403,7 @@ 474.98, 349.052, 474.98, - "v", + "'", -1, 0.504, "", @@ -85426,7 +85426,7 @@ 474.98, 349.899, 474.98, - "e", + "&", -1, 0.504, "", @@ -85449,7 +85449,7 @@ 474.98, 350.752, 474.98, - " ", + "#", -1, 0.504, "", @@ -85472,7 +85472,7 @@ 474.98, 351.256, 474.98, - "t", + ")", -1, 0.504, "", @@ -85495,7 +85495,7 @@ 474.98, 351.819, 474.98, - "h", + "%", -1, 0.504, "", @@ -85518,7 +85518,7 @@ 474.98, 352.725, 474.98, - "e", + "&", -1, 0.504, "", @@ -85541,7 +85541,7 @@ 474.98, 353.578, 474.98, - " ", + "#", -1, 0.504, "", @@ -85564,7 +85564,7 @@ 473.37, 326.885, 473.37, - " ", + "#", -1, 0.504, "", @@ -85587,7 +85587,7 @@ 473.37, 327.388, 473.37, - " ", + "#", -1, 0.504, "", @@ -85610,7 +85610,7 @@ 473.37, 327.892, 473.37, - " ", + "#", -1, 0.504, "", @@ -85633,7 +85633,7 @@ 473.37, 328.395, 473.37, - " ", + "#", -1, 0.504, "", @@ -85656,7 +85656,7 @@ 473.37, 328.899, 473.37, - "o", + "4", -1, 0.504, "", @@ -85679,7 +85679,7 @@ 473.37, 329.767, 473.37, - "b", + "/", -1, 0.504, "", @@ -85702,7 +85702,7 @@ 473.37, 330.659, 473.37, - "l", + "-", -1, 0.504, "", @@ -85725,7 +85725,7 @@ 473.37, 331.051, 473.37, - "i", + "*", -1, 0.504, "", @@ -85748,7 +85748,7 @@ 473.37, 331.443, 473.37, - "q", + "J", -1, 0.504, "", @@ -85771,7 +85771,7 @@ 473.37, 332.334, 473.37, - "u", + ".", -1, 0.504, "", @@ -85794,7 +85794,7 @@ 473.37, 333.24, 473.37, - "e", + "&", -1, 0.504, "", @@ -85817,7 +85817,7 @@ 473.37, 334.092, 473.37, - " ", + "#", -1, 0.504, "", @@ -85840,7 +85840,7 @@ 473.37, 334.596, 473.37, - "i", + "*", -1, 0.504, "", @@ -85863,7 +85863,7 @@ 473.37, 334.988, 473.37, - "l", + "-", -1, 0.504, "", @@ -85886,7 +85886,7 @@ 473.37, 335.772, 473.37, - "u", + ".", -1, 0.504, "", @@ -85909,7 +85909,7 @@ 473.37, 336.677, 473.37, - "m", + "8", -1, 0.504, "", @@ -85932,7 +85932,7 @@ 473.37, 338.069, 473.37, - "i", + "*", -1, 0.504, "", @@ -85955,7 +85955,7 @@ 473.37, 338.46, 473.37, - "n", + "0", -1, 0.504, "", @@ -85978,7 +85978,7 @@ 473.37, 339.364, 473.37, - "a", + ",", -1, 0.504, "", @@ -86001,7 +86001,7 @@ 473.37, 340.223, 473.37, - "t", + ")", -1, 0.504, "", @@ -86024,7 +86024,7 @@ 473.37, 340.785, 473.37, - "o", + "4", -1, 0.504, "", @@ -86047,7 +86047,7 @@ 473.37, 341.652, 473.37, - "r", + "(", -1, 0.504, "", @@ -86070,7 +86070,7 @@ 473.37, 342.263, 473.37, - " ", + "#", -1, 0.504, "", @@ -86093,7 +86093,7 @@ 473.37, 342.765, 473.37, - "c", + "+", -1, 0.504, "", @@ -86116,7 +86116,7 @@ 473.37, 343.509, 473.37, - "a", + ",", -1, 0.504, "", @@ -86139,7 +86139,7 @@ 473.37, 344.367, 473.37, - "p", + "7", -1, 0.504, "", @@ -86162,7 +86162,7 @@ 473.37, 345.258, 473.37, - " ", + "#", -1, 0.504, "", @@ -86185,7 +86185,7 @@ 473.37, 345.762, 473.37, - "a", + ",", -1, 0.504, "", @@ -86208,7 +86208,7 @@ 473.37, 346.62, 473.37, - "n", + "0", -1, 0.504, "", @@ -86231,7 +86231,7 @@ 473.37, 347.525, 473.37, - "d", + "2", -1, 0.504, "", @@ -86254,7 +86254,7 @@ 473.37, 348.416, 473.37, - " ", + "#", -1, 0.504, "", @@ -86277,7 +86277,7 @@ 473.37, 348.919, 473.37, - "r", + "(", -1, 0.504, "", @@ -86300,7 +86300,7 @@ 473.37, 349.527, 473.37, - "e", + "&", -1, 0.504, "", @@ -86323,7 +86323,7 @@ 473.37, 350.379, 473.37, - "m", + "8", -1, 0.504, "", @@ -86346,7 +86346,7 @@ 473.37, 351.771, 473.37, - "o", + "4", -1, 0.504, "", @@ -86369,7 +86369,7 @@ 473.37, 352.639, 473.37, - "v", + "'", -1, 0.504, "", @@ -86392,7 +86392,7 @@ 473.37, 353.486, 473.37, - "e", + "&", -1, 0.504, "", @@ -86415,7 +86415,7 @@ 473.37, 354.339, 473.37, - " ", + "#", -1, 0.504, "", @@ -86438,7 +86438,7 @@ 471.76, 326.885, 471.76, - " ", + "#", -1, 0.504, "", @@ -86461,7 +86461,7 @@ 471.76, 327.388, 471.76, - " ", + "#", -1, 0.504, "", @@ -86484,7 +86484,7 @@ 471.76, 327.892, 471.76, - " ", + "#", -1, 0.504, "", @@ -86507,7 +86507,7 @@ 471.76, 328.395, 471.76, - " ", + "#", -1, 0.504, "", @@ -86530,7 +86530,7 @@ 471.76, 328.899, 471.76, - "t", + ")", -1, 0.504, "", @@ -86553,7 +86553,7 @@ 471.76, 329.463, 471.76, - "h", + "%", -1, 0.504, "", @@ -86576,7 +86576,7 @@ 471.76, 330.365, 471.76, - "e", + "&", -1, 0.504, "", @@ -86599,7 +86599,7 @@ 471.76, 331.217, 471.76, - " ", + "#", -1, 0.504, "", @@ -86622,7 +86622,7 @@ 471.76, 331.72, 471.76, - "h", + "%", -1, 0.504, "", @@ -86645,7 +86645,7 @@ 471.76, 332.623, 471.76, - "a", + ",", -1, 0.504, "", @@ -86668,7 +86668,7 @@ 471.76, 333.483, 471.76, - "l", + "-", -1, 0.504, "", @@ -86691,7 +86691,7 @@ 471.76, 333.875, 471.76, - "o", + "4", -1, 0.504, "", @@ -86714,7 +86714,7 @@ 471.76, 334.743, 471.76, - "g", + "6", -1, 0.504, "", @@ -86737,7 +86737,7 @@ 471.76, 335.634, 471.76, - "e", + "&", -1, 0.504, "", @@ -86760,7 +86760,7 @@ 471.76, 336.486, 471.76, - "n", + "0", -1, 0.504, "", @@ -86783,7 +86783,7 @@ 471.76, 337.391, 471.76, - " ", + "#", -1, 0.504, "", @@ -86806,7 +86806,7 @@ 471.76, 337.895, 471.76, - "b", + "/", -1, 0.504, "", @@ -86829,7 +86829,7 @@ 471.76, 338.785, 471.76, - "u", + ".", -1, 0.504, "", @@ -86852,7 +86852,7 @@ 471.76, 339.689, 471.76, - "l", + "-", -1, 0.504, "", @@ -86875,7 +86875,7 @@ 471.76, 340.081, 471.76, - "b", + "/", -1, 0.504, "", @@ -86898,7 +86898,7 @@ 471.76, 340.972, 471.76, - " ", + "#", -1, 0.504, "", @@ -86921,7 +86921,7 @@ 471.76, 341.476, 471.76, - "w", + "5", -1, 0.504, "", @@ -86944,7 +86944,7 @@ 471.76, 342.645, 471.76, - "i", + "*", -1, 0.504, "", @@ -86967,7 +86967,7 @@ 471.76, 343.037, 471.76, - "t", + ")", -1, 0.504, "", @@ -86990,7 +86990,7 @@ 471.76, 343.599, 471.76, - "h", + "%", -1, 0.504, "", @@ -87013,7 +87013,7 @@ 471.76, 344.503, 471.76, - " ", + "#", -1, 0.504, "", @@ -87036,7 +87036,7 @@ 471.76, 345.007, 471.76, - "c", + "+", -1, 0.504, "", @@ -87059,7 +87059,7 @@ 471.76, 345.751, 471.76, - "a", + ",", -1, 0.504, "", @@ -87082,7 +87082,7 @@ 471.76, 346.609, 471.76, - "p", + "7", -1, 0.504, "", @@ -87105,7 +87105,7 @@ 471.76, 347.5, 471.76, - ".", + "\"", -1, 0.504, "", @@ -87128,7 +87128,7 @@ 470.149, 326.885, 470.149, - "3", + ">", -1, 0.504, "", @@ -87151,7 +87151,7 @@ 470.149, 327.795, 470.149, - ".", + "\"", -1, 0.504, "", @@ -87174,7 +87174,7 @@ 470.149, 328.315, 470.149, - " ", + "#", -1, 0.504, "", @@ -87197,7 +87197,7 @@ 470.149, 328.817, 470.149, - "R", + "D", -1, 0.504, "", @@ -87220,7 +87220,7 @@ 470.149, 329.779, 470.149, - "e", + "&", -1, 0.504, "", @@ -87243,7 +87243,7 @@ 470.149, 330.63, 470.149, - "p", + "7", -1, 0.504, "", @@ -87266,7 +87266,7 @@ 470.149, 331.521, 470.149, - "l", + "-", -1, 0.504, "", @@ -87289,7 +87289,7 @@ 470.149, 331.913, 470.149, - "a", + ",", -1, 0.504, "", @@ -87312,7 +87312,7 @@ 470.149, 332.773, 470.149, - "c", + "+", -1, 0.504, "", @@ -87335,7 +87335,7 @@ 470.149, 333.519, 470.149, - "e", + "&", -1, 0.504, "", @@ -87358,7 +87358,7 @@ 470.149, 334.371, 470.149, - " ", + "#", -1, 0.504, "", @@ -87381,7 +87381,7 @@ 470.149, 334.875, 470.149, - "w", + "5", -1, 0.504, "", @@ -87404,7 +87404,7 @@ 470.149, 336.045, 470.149, - "i", + "*", -1, 0.504, "", @@ -87427,7 +87427,7 @@ 470.149, 336.437, 470.149, - "t", + ")", -1, 0.504, "", @@ -87450,7 +87450,7 @@ 470.149, 337.001, 470.149, - "h", + "%", -1, 0.504, "", @@ -87473,7 +87473,7 @@ 470.149, 337.906, 470.149, - " ", + "#", -1, 0.504, "", @@ -87496,7 +87496,7 @@ 470.149, 338.41, 470.149, - "a", + ",", -1, 0.504, "", @@ -87519,7 +87519,7 @@ 470.149, 339.27, 470.149, - " ", + "#", -1, 0.504, "", @@ -87542,7 +87542,7 @@ 470.149, 339.773, 470.149, - "n", + "0", -1, 0.504, "", @@ -87565,7 +87565,7 @@ 470.149, 340.679, 470.149, - "e", + "&", -1, 0.504, "", @@ -87588,7 +87588,7 @@ 470.149, 341.532, 470.149, - "w", + "5", -1, 0.504, "", @@ -87611,7 +87611,7 @@ 470.149, 342.702, 470.149, - " ", + "#", -1, 0.504, "", @@ -87634,7 +87634,7 @@ 470.149, 343.205, 470.149, - "h", + "%", -1, 0.504, "", @@ -87657,7 +87657,7 @@ 470.149, 344.111, 470.149, - "a", + ",", -1, 0.504, "", @@ -87680,7 +87680,7 @@ 470.149, 344.971, 470.149, - "l", + "-", -1, 0.504, "", @@ -87703,7 +87703,7 @@ 470.149, 345.363, 470.149, - "o", + "4", -1, 0.504, "", @@ -87726,7 +87726,7 @@ 470.149, 346.231, 470.149, - "g", + "6", -1, 0.504, "", @@ -87749,7 +87749,7 @@ 470.149, 347.122, 470.149, - "e", + "&", -1, 0.504, "", @@ -87772,7 +87772,7 @@ 470.149, 347.975, 470.149, - "n", + "0", -1, 0.504, "", @@ -87795,7 +87795,7 @@ 470.149, 348.881, 470.149, - " ", + "#", -1, 0.504, "", @@ -87818,7 +87818,7 @@ 470.149, 349.384, 470.149, - "b", + "/", -1, 0.504, "", @@ -87841,7 +87841,7 @@ 470.149, 350.276, 470.149, - "u", + ".", -1, 0.504, "", @@ -87864,7 +87864,7 @@ 470.149, 351.181, 470.149, - "l", + "-", -1, 0.504, "", @@ -87887,7 +87887,7 @@ 470.149, 351.573, 470.149, - "b", + "/", -1, 0.504, "", @@ -87910,7 +87910,7 @@ 470.149, 352.447, 470.149, - ".", + "\"", -1, 0.504, "", @@ -87933,7 +87933,7 @@ 468.539, 326.886, 468.539, - "4", + "G", -1, 0.504, "", @@ -87956,7 +87956,7 @@ 468.539, 327.796, 468.539, - ".", + "\"", -1, 0.504, "", @@ -87979,7 +87979,7 @@ 468.539, 328.317, 468.539, - " ", + "#", -1, 0.504, "", @@ -88002,7 +88002,7 @@ 468.539, 328.82, 468.539, - "O", + "K", -1, 0.504, "", @@ -88025,7 +88025,7 @@ 468.539, 329.946, 468.539, - "p", + "7", -1, 0.504, "", @@ -88048,7 +88048,7 @@ 468.539, 330.838, 468.539, - "e", + "&", -1, 0.504, "", @@ -88071,7 +88071,7 @@ 468.539, 331.69, 468.539, - "n", + "0", -1, 0.504, "", @@ -88094,7 +88094,7 @@ 468.539, 332.596, 468.539, - " ", + "#", -1, 0.504, "", @@ -88117,7 +88117,7 @@ 468.539, 333.099, 468.539, - "t", + ")", -1, 0.504, "", @@ -88140,7 +88140,7 @@ 468.539, 333.663, 468.539, - "h", + "%", -1, 0.504, "", @@ -88163,7 +88163,7 @@ 468.539, 334.569, 468.539, - "e", + "&", -1, 0.504, "", @@ -88186,7 +88186,7 @@ 468.539, 335.421, 468.539, - " ", + "#", -1, 0.504, "", @@ -88209,7 +88209,7 @@ 468.539, 335.925, 468.539, - "w", + "5", -1, 0.504, "", @@ -88232,7 +88232,7 @@ 468.539, 337.095, 468.539, - "i", + "*", -1, 0.504, "", @@ -88255,7 +88255,7 @@ 468.539, 337.487, 468.539, - "n", + "0", -1, 0.504, "", @@ -88278,7 +88278,7 @@ 468.539, 338.393, 468.539, - "d", + "2", -1, 0.504, "", @@ -88301,7 +88301,7 @@ 468.539, 339.284, 468.539, - "o", + "4", -1, 0.504, "", @@ -88324,7 +88324,7 @@ 468.539, 340.152, 468.539, - "w", + "5", -1, 0.504, "", @@ -88347,7 +88347,7 @@ 468.539, 341.323, 468.539, - " ", + "#", -1, 0.504, "", @@ -88370,7 +88370,7 @@ 468.539, 341.826, 468.539, - "i", + "*", -1, 0.504, "", @@ -88393,7 +88393,7 @@ 468.539, 342.218, 468.539, - "n", + "0", -1, 0.504, "", @@ -88416,7 +88416,7 @@ 468.539, 343.124, 468.539, - " ", + "#", -1, 0.504, "", @@ -88439,7 +88439,7 @@ 468.539, 343.627, 468.539, - "t", + ")", -1, 0.504, "", @@ -88462,7 +88462,7 @@ 468.539, 344.191, 468.539, - "h", + "%", -1, 0.504, "", @@ -88485,7 +88485,7 @@ 468.539, 345.097, 468.539, - "e", + "&", -1, 0.504, "", @@ -88508,7 +88508,7 @@ 468.539, 345.949, 468.539, - " ", + "#", -1, 0.504, "", @@ -88531,7 +88531,7 @@ 468.539, 346.453, 468.539, - "b", + "/", -1, 0.504, "", @@ -88554,7 +88554,7 @@ 468.539, 347.344, 468.539, - "a", + ",", -1, 0.504, "", @@ -88577,7 +88577,7 @@ 468.539, 348.204, 468.539, - "s", + "1", -1, 0.504, "", @@ -88600,7 +88600,7 @@ 468.539, 348.949, 468.539, - "e", + "&", -1, 0.504, "", @@ -88623,7 +88623,7 @@ 468.539, 349.802, 468.539, - " ", + "#", -1, 0.504, "", @@ -88646,7 +88646,7 @@ 468.539, 350.306, 468.539, - "p", + "7", -1, 0.504, "", @@ -88669,7 +88669,7 @@ 468.539, 351.197, 468.539, - "l", + "-", -1, 0.504, "", @@ -88692,7 +88692,7 @@ 468.539, 351.589, 468.539, - "a", + ",", -1, 0.504, "", @@ -88715,7 +88715,7 @@ 468.539, 352.449, 468.539, - "t", + ")", -1, 0.504, "", @@ -88738,7 +88738,7 @@ 468.539, 353.012, 468.539, - "e", + "&", -1, 0.504, "", @@ -88761,7 +88761,7 @@ 468.539, 353.865, 468.539, - " ", + "#", -1, 0.504, "", @@ -88784,7 +88784,7 @@ 468.539, 354.369, 468.539, - "a", + ",", -1, 0.504, "", @@ -88807,7 +88807,7 @@ 468.539, 355.228, 468.539, - "n", + "0", -1, 0.504, "", @@ -88830,7 +88830,7 @@ 468.539, 356.134, 468.539, - "d", + "2", -1, 0.504, "", @@ -88853,7 +88853,7 @@ 468.539, 357.025, 468.539, - " ", + "#", -1, 0.504, "", @@ -88876,7 +88876,7 @@ 466.929, 326.886, 466.929, - " ", + "#", -1, 0.504, "", @@ -88899,7 +88899,7 @@ 466.929, 327.39, 466.929, - " ", + "#", -1, 0.504, "", @@ -88922,7 +88922,7 @@ 466.929, 327.893, 466.929, - " ", + "#", -1, 0.504, "", @@ -88945,7 +88945,7 @@ 466.929, 328.397, 466.929, - " ", + "#", -1, 0.504, "", @@ -88968,7 +88968,7 @@ 466.929, 328.9, 466.929, - "r", + "(", -1, 0.504, "", @@ -88991,7 +88991,7 @@ 466.929, 329.511, 466.929, - "e", + "&", -1, 0.504, "", @@ -89014,7 +89014,7 @@ 466.929, 330.364, 466.929, - "p", + "7", -1, 0.504, "", @@ -89037,7 +89037,7 @@ 466.929, 331.255, 466.929, - "l", + "-", -1, 0.504, "", @@ -89060,7 +89060,7 @@ 466.929, 331.647, 466.929, - "a", + ",", -1, 0.504, "", @@ -89083,7 +89083,7 @@ 466.929, 332.507, 466.929, - "c", + "+", -1, 0.504, "", @@ -89106,7 +89106,7 @@ 466.929, 333.252, 466.929, - "e", + "&", -1, 0.504, "", @@ -89129,7 +89129,7 @@ 466.929, 334.105, 466.929, - " ", + "#", -1, 0.504, "", @@ -89152,7 +89152,7 @@ 466.929, 334.609, 466.929, - "t", + ")", -1, 0.504, "", @@ -89175,7 +89175,7 @@ 466.929, 335.172, 466.929, - "h", + "%", -1, 0.504, "", @@ -89198,7 +89198,7 @@ 466.929, 336.078, 466.929, - "e", + "&", -1, 0.504, "", @@ -89221,7 +89221,7 @@ 466.929, 336.931, 466.929, - " ", + "#", -1, 0.504, "", @@ -89244,7 +89244,7 @@ 466.929, 337.434, 466.929, - "h", + "%", -1, 0.504, "", @@ -89267,7 +89267,7 @@ 466.929, 338.34, 466.929, - "a", + ",", -1, 0.504, "", @@ -89290,7 +89290,7 @@ 466.929, 339.2, 466.929, - "l", + "-", -1, 0.504, "", @@ -89313,7 +89313,7 @@ 466.929, 339.592, 466.929, - "o", + "4", -1, 0.504, "", @@ -89336,7 +89336,7 @@ 466.929, 340.46, 466.929, - "g", + "6", -1, 0.504, "", @@ -89359,7 +89359,7 @@ 466.929, 341.351, 466.929, - "e", + "&", -1, 0.504, "", @@ -89382,7 +89382,7 @@ 466.929, 342.204, 466.929, - "n", + "0", -1, 0.504, "", @@ -89405,7 +89405,7 @@ 466.929, 343.11, 466.929, - " ", + "#", -1, 0.504, "", @@ -89428,7 +89428,7 @@ 466.929, 343.613, 466.929, - "l", + "-", -1, 0.504, "", @@ -89451,7 +89451,7 @@ 466.929, 344.005, 466.929, - "a", + ",", -1, 0.504, "", @@ -89474,7 +89474,7 @@ 466.929, 344.865, 466.929, - "m", + "8", -1, 0.504, "", @@ -89497,7 +89497,7 @@ 466.929, 346.257, 466.929, - "p", + "7", -1, 0.504, "", @@ -89520,7 +89520,7 @@ 466.929, 347.148, 466.929, - " ", + "#", -1, 0.504, "", @@ -89543,7 +89543,7 @@ 466.929, 347.652, 466.929, - "o", + "4", -1, 0.504, "", @@ -89566,7 +89566,7 @@ 466.929, 348.52, 466.929, - "r", + "(", -1, 0.504, "", @@ -89589,7 +89589,7 @@ 466.929, 349.131, 466.929, - " ", + "#", -1, 0.504, "", @@ -89612,7 +89612,7 @@ 466.929, 349.635, 466.929, - " ", + "#", -1, 0.504, "", @@ -89635,7 +89635,7 @@ 466.929, 352.638, 466.929, - " ", + "#", -1, 0.504, "", @@ -89658,7 +89658,7 @@ 465.319, 326.886, 465.319, - " ", + "#", -1, 0.504, "", @@ -89681,7 +89681,7 @@ 465.319, 327.39, 465.319, - " ", + "#", -1, 0.504, "", @@ -89704,7 +89704,7 @@ 465.319, 327.893, 465.319, - " ", + "#", -1, 0.504, "", @@ -89727,7 +89727,7 @@ 465.319, 328.397, 465.319, - " ", + "#", -1, 0.504, "", @@ -89750,7 +89750,7 @@ 465.319, 328.9, 465.319, - "f", + "3", -1, 0.504, "", @@ -89773,7 +89773,7 @@ 465.319, 329.404, 465.319, - "l", + "-", -1, 0.504, "", @@ -89796,7 +89796,7 @@ 465.319, 329.796, 465.319, - "u", + ".", -1, 0.504, "", @@ -89819,7 +89819,7 @@ 465.319, 330.702, 465.319, - "o", + "4", -1, 0.504, "", @@ -89842,7 +89842,7 @@ 465.319, 331.57, 465.319, - "r", + "(", -1, 0.504, "", @@ -89865,7 +89865,7 @@ 465.319, 332.181, 465.319, - "e", + "&", -1, 0.504, "", @@ -89888,7 +89888,7 @@ 465.319, 333.034, 465.319, - "s", + "1", -1, 0.504, "", @@ -89911,7 +89911,7 @@ 465.319, 333.779, 465.319, - "c", + "+", -1, 0.504, "", @@ -89934,7 +89934,7 @@ 465.319, 334.524, 465.319, - "e", + "&", -1, 0.504, "", @@ -89957,7 +89957,7 @@ 465.319, 335.377, 465.319, - "n", + "0", -1, 0.504, "", @@ -89980,7 +89980,7 @@ 465.319, 336.283, 465.319, - "t", + ")", -1, 0.504, "", @@ -90003,7 +90003,7 @@ 465.319, 336.846, 465.319, - " ", + "#", -1, 0.504, "", @@ -90026,7 +90026,7 @@ 465.319, 337.35, 465.319, - "l", + "-", -1, 0.504, "", @@ -90049,7 +90049,7 @@ 465.319, 337.742, 465.319, - "a", + ",", -1, 0.504, "", @@ -90072,7 +90072,7 @@ 465.319, 338.602, 465.319, - "m", + "8", -1, 0.504, "", @@ -90095,7 +90095,7 @@ 465.319, 339.994, 465.319, - "p", + "7", -1, 0.504, "", @@ -90118,7 +90118,7 @@ 465.319, 340.885, 465.319, - " ", + "#", -1, 0.504, "", @@ -90141,7 +90141,7 @@ 465.319, 341.388, 465.319, - "o", + "4", -1, 0.504, "", @@ -90164,7 +90164,7 @@ 465.319, 342.257, 465.319, - "f", + "3", -1, 0.504, "", @@ -90187,7 +90187,7 @@ 465.319, 342.76, 465.319, - " ", + "#", -1, 0.504, "", @@ -90210,7 +90210,7 @@ 465.319, 343.264, 465.319, - "t", + ")", -1, 0.504, "", @@ -90233,7 +90233,7 @@ 465.319, 343.828, 465.319, - "r", + "(", -1, 0.504, "", @@ -90256,7 +90256,7 @@ 465.319, 344.406, 465.319, - "a", + ",", -1, 0.504, "", @@ -90279,7 +90279,7 @@ 465.319, 345.266, 465.319, - "n", + "0", -1, 0.504, "", @@ -90302,7 +90302,7 @@ 465.319, 346.171, 465.319, - "s", + "1", -1, 0.504, "", @@ -90325,7 +90325,7 @@ 465.319, 346.916, 465.319, - "m", + "8", -1, 0.504, "", @@ -90348,7 +90348,7 @@ 465.319, 348.308, 465.319, - "i", + "*", -1, 0.504, "", @@ -90371,7 +90371,7 @@ 465.319, 348.7, 465.319, - "t", + ")", -1, 0.504, "", @@ -90394,7 +90394,7 @@ 465.319, 349.264, 465.319, - "t", + ")", -1, 0.504, "", @@ -90417,7 +90417,7 @@ 465.319, 349.828, 465.319, - "e", + "&", -1, 0.504, "", @@ -90440,7 +90440,7 @@ 465.319, 350.68, 465.319, - "d", + "2", -1, 0.504, "", @@ -90463,7 +90463,7 @@ 465.319, 351.572, 465.319, - " ", + "#", -1, 0.504, "", @@ -90486,7 +90486,7 @@ 465.319, 352.075, 465.319, - " ", + "#", -1, 0.504, "", @@ -90509,7 +90509,7 @@ 465.319, 352.638, 465.319, - " ", + "#", -1, 0.504, "", @@ -90532,7 +90532,7 @@ 463.709, 326.886, 463.709, - " ", + "#", -1, 0.504, "", @@ -90555,7 +90555,7 @@ 463.709, 327.39, 463.709, - " ", + "#", -1, 0.504, "", @@ -90578,7 +90578,7 @@ 463.709, 327.893, 463.709, - " ", + "#", -1, 0.504, "", @@ -90601,7 +90601,7 @@ 463.709, 328.397, 463.709, - " ", + "#", -1, 0.504, "", @@ -90624,7 +90624,7 @@ 463.709, 328.9, 463.709, - "i", + "*", -1, 0.504, "", @@ -90647,7 +90647,7 @@ 463.709, 329.292, 463.709, - "l", + "-", -1, 0.504, "", @@ -90670,7 +90670,7 @@ 463.709, 330.076, 463.709, - "u", + ".", -1, 0.504, "", @@ -90693,7 +90693,7 @@ 463.709, 330.982, 463.709, - "m", + "8", -1, 0.504, "", @@ -90716,7 +90716,7 @@ 463.709, 332.374, 463.709, - "i", + "*", -1, 0.504, "", @@ -90739,7 +90739,7 @@ 463.709, 332.766, 463.709, - "n", + "0", -1, 0.504, "", @@ -90762,7 +90762,7 @@ 463.709, 333.672, 463.709, - "a", + ",", -1, 0.504, "", @@ -90785,7 +90785,7 @@ 463.709, 334.531, 463.709, - "t", + ")", -1, 0.504, "", @@ -90808,7 +90808,7 @@ 463.709, 335.095, 463.709, - "o", + "4", -1, 0.504, "", @@ -90831,7 +90831,7 @@ 463.709, 335.962, 463.709, - "r", + "(", -1, 0.504, "", @@ -90854,7 +90854,7 @@ 463.709, 336.371, 463.709, - ".", + "\"", -1, 0.504, "", @@ -90877,7 +90877,7 @@ 528.117, 358.42, 528.117, - "F", + "D", -1, 0.489, "", @@ -90900,7 +90900,7 @@ 528.117, 359.35, 528.117, - "O", + "4", -1, 0.489, "", @@ -90923,7 +90923,7 @@ 528.117, 360.566, 528.117, - "C", + ".", -1, 0.489, "", @@ -90946,7 +90946,7 @@ 528.117, 361.602, 528.117, - "U", + "#", -1, 0.489, "", @@ -90969,7 +90969,7 @@ 528.117, 362.764, 528.117, - "S", + "$", -1, 0.489, "", @@ -90992,7 +90992,7 @@ 528.117, 363.779, 528.117, - "I", + "%", -1, 0.489, "", @@ -91015,7 +91015,7 @@ 528.117, 364.561, 528.117, - "N", + "&", -1, 0.489, "", @@ -91038,7 +91038,7 @@ 528.117, 365.772, 528.117, - "G", + "'", -1, 0.489, "", @@ -91061,7 +91061,7 @@ 526.507, 358.42, 526.507, - "1", + "!", -1, 0.504, "", @@ -91084,7 +91084,7 @@ 526.507, 359.33, 526.507, - ".", + "\"", -1, 0.504, "", @@ -91107,7 +91107,7 @@ 526.507, 359.851, 526.507, - " ", + "#", -1, 0.504, "", @@ -91130,7 +91130,7 @@ 526.507, 360.354, 526.507, - "T", + "$", -1, 0.504, "", @@ -91153,7 +91153,7 @@ 526.507, 361.096, 526.507, - "u", + ".", -1, 0.504, "", @@ -91176,7 +91176,7 @@ 526.507, 362.001, 526.507, - "r", + "(", -1, 0.504, "", @@ -91199,7 +91199,7 @@ 526.507, 362.612, 526.507, - "n", + "0", -1, 0.504, "", @@ -91222,7 +91222,7 @@ 526.507, 363.518, 526.507, - " ", + "#", -1, 0.504, "", @@ -91245,7 +91245,7 @@ 526.507, 364.021, 526.507, - "t", + ")", -1, 0.504, "", @@ -91268,7 +91268,7 @@ 526.507, 364.583, 526.507, - "h", + "%", -1, 0.504, "", @@ -91291,7 +91291,7 @@ 526.507, 365.488, 526.507, - "e", + "&", -1, 0.504, "", @@ -91314,7 +91314,7 @@ 526.507, 366.34, 526.507, - " ", + "#", -1, 0.504, "", @@ -91337,7 +91337,7 @@ 526.507, 366.844, 526.507, - "f", + "3", -1, 0.504, "", @@ -91360,7 +91360,7 @@ 526.507, 367.347, 526.507, - "o", + "4", -1, 0.504, "", @@ -91383,7 +91383,7 @@ 526.507, 368.216, 526.507, - "c", + "+", -1, 0.504, "", @@ -91406,7 +91406,7 @@ 526.507, 368.961, 526.507, - "u", + ".", -1, 0.504, "", @@ -91429,7 +91429,7 @@ 526.507, 369.867, 526.507, - "s", + "1", -1, 0.504, "", @@ -91452,7 +91452,7 @@ 526.507, 370.612, 526.507, - "i", + "*", -1, 0.504, "", @@ -91475,7 +91475,7 @@ 526.507, 371.003, 526.507, - "n", + "0", -1, 0.504, "", @@ -91498,7 +91498,7 @@ 526.507, 371.907, 526.507, - "g", + "6", -1, 0.504, "", @@ -91521,7 +91521,7 @@ 526.507, 372.798, 526.507, - " ", + "#", -1, 0.504, "", @@ -91544,7 +91544,7 @@ 526.507, 373.302, 526.507, - "k", + "@", -1, 0.504, "", @@ -91567,7 +91567,7 @@ 526.507, 374.149, 526.507, - "n", + "0", -1, 0.504, "", @@ -91590,7 +91590,7 @@ 526.507, 375.053, 526.507, - "o", + "4", -1, 0.504, "", @@ -91613,7 +91613,7 @@ 526.507, 375.92, 526.507, - "b", + "/", -1, 0.504, "", @@ -91636,7 +91636,7 @@ 526.507, 376.811, 526.507, - " ", + "#", -1, 0.504, "", @@ -91659,7 +91659,7 @@ 526.507, 377.315, 526.507, - "a", + ",", -1, 0.504, "", @@ -91682,7 +91682,7 @@ 526.507, 378.172, 526.507, - "w", + "5", -1, 0.504, "", @@ -91705,7 +91705,7 @@ 526.507, 379.342, 526.507, - "a", + ",", -1, 0.504, "", @@ -91728,7 +91728,7 @@ 526.507, 380.202, 526.507, - "y", + "B", -1, 0.504, "", @@ -91751,7 +91751,7 @@ 526.507, 381.049, 526.507, - " ", + "#", -1, 0.504, "", @@ -91774,7 +91774,7 @@ 526.507, 381.551, 526.507, - "o", + "4", -1, 0.504, "", @@ -91797,7 +91797,7 @@ 526.507, 382.418, 526.507, - "r", + "(", -1, 0.504, "", @@ -91820,7 +91820,7 @@ 526.507, 383.029, 526.507, - " ", + "#", -1, 0.504, "", @@ -91843,7 +91843,7 @@ 526.507, 383.531, 526.507, - "t", + ")", -1, 0.504, "", @@ -91866,7 +91866,7 @@ 526.507, 384.093, 526.507, - "o", + "4", -1, 0.504, "", @@ -91889,7 +91889,7 @@ 526.507, 384.961, 526.507, - "w", + "5", -1, 0.504, "", @@ -91912,7 +91912,7 @@ 526.507, 386.132, 526.507, - "a", + ",", -1, 0.504, "", @@ -91935,7 +91935,7 @@ 526.507, 386.992, 526.507, - "r", + "(", -1, 0.504, "", @@ -91958,7 +91958,7 @@ 526.507, 387.602, 526.507, - "d", + "2", -1, 0.504, "", @@ -91981,7 +91981,7 @@ 526.507, 388.494, 526.507, - " ", + "#", -1, 0.504, "", @@ -92004,7 +92004,7 @@ 524.897, 358.42, 524.897, - " ", + "#", -1, 0.504, "", @@ -92027,7 +92027,7 @@ 524.897, 358.924, 524.897, - " ", + "#", -1, 0.504, "", @@ -92050,7 +92050,7 @@ 524.897, 359.427, 524.897, - " ", + "#", -1, 0.504, "", @@ -92073,7 +92073,7 @@ 524.897, 359.931, 524.897, - " ", + "#", -1, 0.504, "", @@ -92096,7 +92096,7 @@ 524.897, 360.435, 524.897, - "y", + "B", -1, 0.504, "", @@ -92119,7 +92119,7 @@ 524.897, 361.279, 524.897, - "o", + "4", -1, 0.504, "", @@ -92142,7 +92142,7 @@ 524.897, 362.146, 524.897, - "u", + ".", -1, 0.504, "", @@ -92165,7 +92165,7 @@ 524.897, 363.051, 524.897, - " ", + "#", -1, 0.504, "", @@ -92188,7 +92188,7 @@ 524.897, 363.555, 524.897, - "u", + ".", -1, 0.504, "", @@ -92211,7 +92211,7 @@ 524.897, 364.459, 524.897, - "n", + "0", -1, 0.504, "", @@ -92234,7 +92234,7 @@ 524.897, 365.363, 524.897, - "t", + ")", -1, 0.504, "", @@ -92257,7 +92257,7 @@ 524.897, 365.927, 524.897, - "i", + "*", -1, 0.504, "", @@ -92280,7 +92280,7 @@ 524.897, 366.319, 524.897, - "l", + "-", -1, 0.504, "", @@ -92303,7 +92303,7 @@ 524.897, 366.711, 524.897, - " ", + "#", -1, 0.504, "", @@ -92326,7 +92326,7 @@ 524.897, 367.214, 524.897, - "a", + ",", -1, 0.504, "", @@ -92349,7 +92349,7 @@ 524.897, 368.074, 524.897, - " ", + "#", -1, 0.504, "", @@ -92372,7 +92372,7 @@ 524.897, 368.578, 524.897, - "c", + "+", -1, 0.504, "", @@ -92395,7 +92395,7 @@ 524.897, 369.323, 524.897, - "l", + "-", -1, 0.504, "", @@ -92418,7 +92418,7 @@ 524.897, 369.715, 524.897, - "e", + "&", -1, 0.504, "", @@ -92441,7 +92441,7 @@ 524.897, 370.566, 524.897, - "a", + ",", -1, 0.504, "", @@ -92464,7 +92464,7 @@ 524.897, 371.426, 524.897, - "r", + "(", -1, 0.504, "", @@ -92487,7 +92487,7 @@ 524.897, 372.037, 524.897, - " ", + "#", -1, 0.504, "", @@ -92510,7 +92510,7 @@ 524.897, 372.541, 524.897, - "i", + "*", -1, 0.504, "", @@ -92533,7 +92533,7 @@ 524.897, 372.933, 524.897, - "m", + "8", -1, 0.504, "", @@ -92556,7 +92556,7 @@ 524.897, 374.325, 524.897, - "a", + ",", -1, 0.504, "", @@ -92579,7 +92579,7 @@ 524.897, 375.184, 524.897, - "g", + "6", -1, 0.504, "", @@ -92602,7 +92602,7 @@ 524.897, 376.074, 524.897, - "e", + "&", -1, 0.504, "", @@ -92625,7 +92625,7 @@ 524.897, 376.926, 524.897, - " ", + "#", -1, 0.504, "", @@ -92648,7 +92648,7 @@ 524.897, 377.429, 524.897, - "i", + "*", -1, 0.504, "", @@ -92671,7 +92671,7 @@ 524.897, 377.821, 524.897, - "s", + "1", -1, 0.504, "", @@ -92694,7 +92694,7 @@ 524.897, 378.567, 524.897, - " ", + "#", -1, 0.504, "", @@ -92717,7 +92717,7 @@ 524.897, 379.07, 524.897, - "v", + "'", -1, 0.504, "", @@ -92740,7 +92740,7 @@ 524.897, 379.916, 524.897, - "i", + "*", -1, 0.504, "", @@ -92763,7 +92763,7 @@ 524.897, 380.308, 524.897, - "e", + "&", -1, 0.504, "", @@ -92786,7 +92786,7 @@ 524.897, 381.16, 524.897, - "w", + "5", -1, 0.504, "", @@ -92809,7 +92809,7 @@ 524.897, 382.329, 524.897, - "e", + "&", -1, 0.504, "", @@ -92832,7 +92832,7 @@ 524.897, 383.182, 524.897, - "d", + "2", -1, 0.504, "", @@ -92855,7 +92855,7 @@ 524.897, 384.069, 524.897, - ".", + "\"", -1, 0.504, "", @@ -92878,7 +92878,7 @@ 523.287, 358.422, 523.287, - "2", + ":", -1, 0.504, "", @@ -92901,7 +92901,7 @@ 523.287, 359.332, 523.287, - ".", + "\"", -1, 0.504, "", @@ -92924,7 +92924,7 @@ 523.287, 359.852, 523.287, - " ", + "#", -1, 0.504, "", @@ -92947,7 +92947,7 @@ 523.287, 360.356, 523.287, - "I", + "A", -1, 0.504, "", @@ -92970,7 +92970,7 @@ 523.287, 360.958, 523.287, - "f", + "3", -1, 0.504, "", @@ -92993,7 +92993,7 @@ 523.287, 361.462, 523.287, - " ", + "#", -1, 0.504, "", @@ -93016,7 +93016,7 @@ 523.287, 361.965, 523.287, - "t", + ")", -1, 0.504, "", @@ -93039,7 +93039,7 @@ 523.287, 362.529, 523.287, - "h", + "%", -1, 0.504, "", @@ -93062,7 +93062,7 @@ 523.287, 363.435, 523.287, - "e", + "&", -1, 0.504, "", @@ -93085,7 +93085,7 @@ 523.287, 364.287, 523.287, - " ", + "#", -1, 0.504, "", @@ -93108,7 +93108,7 @@ 523.287, 364.791, 523.287, - "i", + "*", -1, 0.504, "", @@ -93131,7 +93131,7 @@ 523.287, 365.183, 523.287, - "m", + "8", -1, 0.504, "", @@ -93154,7 +93154,7 @@ 523.287, 366.575, 523.287, - "a", + ",", -1, 0.504, "", @@ -93177,7 +93177,7 @@ 523.287, 367.435, 523.287, - "g", + "6", -1, 0.504, "", @@ -93200,7 +93200,7 @@ 523.287, 368.326, 523.287, - "e", + "&", -1, 0.504, "", @@ -93223,7 +93223,7 @@ 523.287, 369.179, 523.287, - " ", + "#", -1, 0.504, "", @@ -93246,7 +93246,7 @@ 523.287, 369.682, 523.287, - "i", + "*", -1, 0.504, "", @@ -93269,7 +93269,7 @@ 523.287, 370.074, 523.287, - "s", + "1", -1, 0.504, "", @@ -93292,7 +93292,7 @@ 523.287, 370.82, 523.287, - " ", + "#", -1, 0.504, "", @@ -93315,7 +93315,7 @@ 523.287, 371.323, 523.287, - "u", + ".", -1, 0.504, "", @@ -93338,7 +93338,7 @@ 523.287, 372.229, 523.287, - "n", + "0", -1, 0.504, "", @@ -93361,7 +93361,7 @@ 523.287, 373.134, 523.287, - "c", + "+", -1, 0.504, "", @@ -93384,7 +93384,7 @@ 523.287, 373.88, 523.287, - "l", + "-", -1, 0.504, "", @@ -93407,7 +93407,7 @@ 523.287, 374.272, 523.287, - "e", + "&", -1, 0.504, "", @@ -93430,7 +93430,7 @@ 523.287, 375.124, 523.287, - "a", + ",", -1, 0.504, "", @@ -93453,7 +93453,7 @@ 523.287, 375.984, 523.287, - "r", + "(", -1, 0.504, "", @@ -93476,7 +93476,7 @@ 523.287, 376.386, 523.287, - ",", + "<", -1, 0.504, "", @@ -93499,7 +93499,7 @@ 523.287, 376.907, 523.287, - " ", + "#", -1, 0.504, "", @@ -93522,7 +93522,7 @@ 523.287, 377.411, 523.287, - "a", + ",", -1, 0.504, "", @@ -93545,7 +93545,7 @@ 523.287, 378.27, 523.287, - "d", + "2", -1, 0.504, "", @@ -93568,7 +93568,7 @@ 523.287, 379.162, 523.287, - "j", + "=", -1, 0.504, "", @@ -93591,7 +93591,7 @@ 523.287, 379.654, 523.287, - "u", + ".", -1, 0.504, "", @@ -93614,7 +93614,7 @@ 523.287, 380.559, 523.287, - "s", + "1", -1, 0.504, "", @@ -93637,7 +93637,7 @@ 523.287, 381.305, 523.287, - "t", + ")", -1, 0.504, "", @@ -93660,7 +93660,7 @@ 523.287, 381.868, 523.287, - " ", + "#", -1, 0.504, "", @@ -93683,7 +93683,7 @@ 523.287, 382.372, 523.287, - "t", + ")", -1, 0.504, "", @@ -93706,7 +93706,7 @@ 523.287, 382.936, 523.287, - "h", + "%", -1, 0.504, "", @@ -93729,7 +93729,7 @@ 523.287, 383.841, 523.287, - "e", + "&", -1, 0.504, "", @@ -93752,7 +93752,7 @@ 523.287, 384.694, 523.287, - " ", + "#", -1, 0.504, "", @@ -93775,7 +93775,7 @@ 523.287, 385.195, 523.287, - " ", + "#", -1, 0.504, "", @@ -93798,7 +93798,7 @@ 521.676, 358.423, 521.676, - " ", + "#", -1, 0.504, "", @@ -93821,7 +93821,7 @@ 521.676, 358.927, 521.676, - " ", + "#", -1, 0.504, "", @@ -93844,7 +93844,7 @@ 521.676, 359.43, 521.676, - " ", + "#", -1, 0.504, "", @@ -93867,7 +93867,7 @@ 521.676, 359.934, 521.676, - " ", + "#", -1, 0.504, "", @@ -93890,7 +93890,7 @@ 521.676, 360.437, 521.676, - "h", + "%", -1, 0.504, "", @@ -93913,7 +93913,7 @@ 521.676, 361.343, 521.676, - "e", + "&", -1, 0.504, "", @@ -93936,7 +93936,7 @@ 521.676, 362.196, 521.676, - "i", + "*", -1, 0.504, "", @@ -93959,7 +93959,7 @@ 521.676, 362.588, 521.676, - "g", + "6", -1, 0.504, "", @@ -93982,7 +93982,7 @@ 521.676, 363.479, 521.676, - "h", + "%", -1, 0.504, "", @@ -94005,7 +94005,7 @@ 521.676, 364.385, 521.676, - "t", + ")", -1, 0.504, "", @@ -94028,7 +94028,7 @@ 521.676, 364.948, 521.676, - " ", + "#", -1, 0.504, "", @@ -94051,7 +94051,7 @@ 521.676, 365.452, 521.676, - "o", + "4", -1, 0.504, "", @@ -94074,7 +94074,7 @@ 521.676, 366.32, 521.676, - "f", + "3", -1, 0.504, "", @@ -94097,7 +94097,7 @@ 521.676, 366.824, 521.676, - " ", + "#", -1, 0.504, "", @@ -94120,7 +94120,7 @@ 521.676, 367.327, 521.676, - "t", + ")", -1, 0.504, "", @@ -94143,7 +94143,7 @@ 521.676, 367.891, 521.676, - "h", + "%", -1, 0.504, "", @@ -94166,7 +94166,7 @@ 521.676, 368.797, 521.676, - "e", + "&", -1, 0.504, "", @@ -94189,7 +94189,7 @@ 521.676, 369.649, 521.676, - " ", + "#", -1, 0.504, "", @@ -94212,7 +94212,7 @@ 521.676, 370.153, 521.676, - "e", + "&", -1, 0.504, "", @@ -94235,7 +94235,7 @@ 521.676, 371.006, 521.676, - "l", + "-", -1, 0.504, "", @@ -94258,7 +94258,7 @@ 521.676, 371.398, 521.676, - "e", + "&", -1, 0.504, "", @@ -94281,7 +94281,7 @@ 521.676, 372.25, 521.676, - "v", + "'", -1, 0.504, "", @@ -94304,7 +94304,7 @@ 521.676, 373.063, 521.676, - "a", + ",", -1, 0.504, "", @@ -94327,7 +94327,7 @@ 521.676, 373.923, 521.676, - "t", + ")", -1, 0.504, "", @@ -94350,7 +94350,7 @@ 521.676, 374.486, 521.676, - "o", + "4", -1, 0.504, "", @@ -94373,7 +94373,7 @@ 521.676, 375.355, 521.676, - "r", + "(", -1, 0.504, "", @@ -94396,7 +94396,7 @@ 521.676, 375.966, 521.676, - " ", + "#", -1, 0.504, "", @@ -94419,7 +94419,7 @@ 521.676, 376.469, 521.676, - "u", + ".", -1, 0.504, "", @@ -94442,7 +94442,7 @@ 521.676, 377.375, 521.676, - "p", + "7", -1, 0.504, "", @@ -94465,7 +94465,7 @@ 521.676, 378.266, 521.676, - " ", + "#", -1, 0.504, "", @@ -94488,7 +94488,7 @@ 521.676, 378.77, 521.676, - "o", + "4", -1, 0.504, "", @@ -94511,7 +94511,7 @@ 521.676, 379.638, 521.676, - "r", + "(", -1, 0.504, "", @@ -94534,7 +94534,7 @@ 521.676, 380.249, 521.676, - " ", + "#", -1, 0.504, "", @@ -94557,7 +94557,7 @@ 521.676, 380.753, 521.676, - "d", + "2", -1, 0.504, "", @@ -94580,7 +94580,7 @@ 521.676, 381.644, 521.676, - "o", + "4", -1, 0.504, "", @@ -94603,7 +94603,7 @@ 521.676, 382.512, 521.676, - "w", + "5", -1, 0.504, "", @@ -94626,7 +94626,7 @@ 521.676, 383.682, 521.676, - "n", + "0", -1, 0.504, "", @@ -94649,7 +94649,7 @@ 521.676, 384.588, 521.676, - ",", + "<", -1, 0.504, "", @@ -94672,7 +94672,7 @@ 521.676, 385.109, 521.676, - " ", + "#", -1, 0.504, "", @@ -94695,7 +94695,7 @@ 520.066, 358.423, 520.066, - " ", + "#", -1, 0.504, "", @@ -94718,7 +94718,7 @@ 520.066, 358.927, 520.066, - " ", + "#", -1, 0.504, "", @@ -94741,7 +94741,7 @@ 520.066, 359.43, 520.066, - " ", + "#", -1, 0.504, "", @@ -94764,7 +94764,7 @@ 520.066, 359.934, 520.066, - " ", + "#", -1, 0.504, "", @@ -94787,7 +94787,7 @@ 520.066, 360.437, 520.066, - "t", + ")", -1, 0.504, "", @@ -94810,7 +94810,7 @@ 520.066, 361.001, 520.066, - "h", + "%", -1, 0.504, "", @@ -94833,7 +94833,7 @@ 520.066, 361.907, 520.066, - "e", + "&", -1, 0.504, "", @@ -94856,7 +94856,7 @@ 520.066, 362.759, 520.066, - "n", + "0", -1, 0.504, "", @@ -94879,7 +94879,7 @@ 520.066, 363.665, 520.066, - " ", + "#", -1, 0.504, "", @@ -94902,7 +94902,7 @@ 520.066, 364.169, 520.066, - "t", + ")", -1, 0.504, "", @@ -94925,7 +94925,7 @@ 520.066, 364.732, 520.066, - "u", + ".", -1, 0.504, "", @@ -94948,7 +94948,7 @@ 520.066, 365.638, 520.066, - "r", + "(", -1, 0.504, "", @@ -94971,7 +94971,7 @@ 520.066, 366.249, 520.066, - "n", + "0", -1, 0.504, "", @@ -94994,7 +94994,7 @@ 520.066, 367.154, 520.066, - " ", + "#", -1, 0.504, "", @@ -95017,7 +95017,7 @@ 520.066, 367.658, 520.066, - "t", + ")", -1, 0.504, "", @@ -95040,7 +95040,7 @@ 520.066, 368.222, 520.066, - "h", + "%", -1, 0.504, "", @@ -95063,7 +95063,7 @@ 520.066, 369.127, 520.066, - "e", + "&", -1, 0.504, "", @@ -95086,7 +95086,7 @@ 520.066, 369.98, 520.066, - " ", + "#", -1, 0.504, "", @@ -95109,7 +95109,7 @@ 520.066, 370.483, 520.066, - "f", + "3", -1, 0.504, "", @@ -95132,7 +95132,7 @@ 520.066, 370.987, 520.066, - "o", + "4", -1, 0.504, "", @@ -95155,7 +95155,7 @@ 520.066, 371.855, 520.066, - "c", + "+", -1, 0.504, "", @@ -95178,7 +95178,7 @@ 520.066, 372.601, 520.066, - "u", + ".", -1, 0.504, "", @@ -95201,7 +95201,7 @@ 520.066, 373.506, 520.066, - "s", + "1", -1, 0.504, "", @@ -95224,7 +95224,7 @@ 520.066, 374.252, 520.066, - "i", + "*", -1, 0.504, "", @@ -95247,7 +95247,7 @@ 520.066, 374.644, 520.066, - "n", + "0", -1, 0.504, "", @@ -95270,7 +95270,7 @@ 520.066, 375.549, 520.066, - "g", + "6", -1, 0.504, "", @@ -95293,7 +95293,7 @@ 520.066, 376.441, 520.066, - " ", + "#", -1, 0.504, "", @@ -95316,7 +95316,7 @@ 520.066, 376.944, 520.066, - "k", + "@", -1, 0.504, "", @@ -95339,7 +95339,7 @@ 520.066, 377.791, 520.066, - "n", + "0", -1, 0.504, "", @@ -95362,7 +95362,7 @@ 520.066, 378.697, 520.066, - "o", + "4", -1, 0.504, "", @@ -95385,7 +95385,7 @@ 520.066, 379.565, 520.066, - "b", + "/", -1, 0.504, "", @@ -95408,7 +95408,7 @@ 520.066, 380.456, 520.066, - " ", + "#", -1, 0.504, "", @@ -95431,7 +95431,7 @@ 520.066, 380.96, 520.066, - "a", + ",", -1, 0.504, "", @@ -95454,7 +95454,7 @@ 520.066, 381.82, 520.066, - "g", + "6", -1, 0.504, "", @@ -95477,7 +95477,7 @@ 520.066, 382.711, 520.066, - "a", + ",", -1, 0.504, "", @@ -95500,7 +95500,7 @@ 520.066, 383.571, 520.066, - "i", + "*", -1, 0.504, "", @@ -95523,7 +95523,7 @@ 520.066, 383.963, 520.066, - "n", + "0", -1, 0.504, "", @@ -95546,7 +95546,7 @@ 520.066, 384.868, 520.066, - ".", + "\"", -1, 0.504, "", @@ -95569,7 +95569,7 @@ 516.846, 358.423, 516.846, - "Z", + "E", -1, 0.489, "", @@ -95592,7 +95592,7 @@ 516.846, 359.413, 516.846, - "O", + "4", -1, 0.489, "", @@ -95615,7 +95615,7 @@ 516.846, 360.629, 516.846, - "O", + "4", -1, 0.489, "", @@ -95638,7 +95638,7 @@ 516.846, 361.845, 516.846, - "M", + "3", -1, 0.489, "", @@ -95661,7 +95661,7 @@ 516.846, 363.201, 516.846, - " ", + "(", -1, 0.489, "", @@ -95684,7 +95684,7 @@ 516.846, 363.691, 516.846, - "M", + "3", -1, 0.489, "", @@ -95707,7 +95707,7 @@ 516.846, 365.047, 516.846, - "A", + "/", -1, 0.489, "", @@ -95730,7 +95730,7 @@ 516.846, 366.157, 516.846, - "G", + "'", -1, 0.489, "", @@ -95753,7 +95753,7 @@ 516.846, 367.317, 516.846, - "N", + "&", -1, 0.489, "", @@ -95776,7 +95776,7 @@ 516.846, 368.529, 516.846, - "I", + "%", -1, 0.489, "", @@ -95799,7 +95799,7 @@ 516.846, 369.31, 516.846, - "F", + "D", -1, 0.489, "", @@ -95822,7 +95822,7 @@ 516.846, 370.24, 516.846, - "I", + "%", -1, 0.489, "", @@ -95845,7 +95845,7 @@ 516.846, 371.021, 516.846, - "C", + ".", -1, 0.489, "", @@ -95868,7 +95868,7 @@ 516.846, 372.057, 516.846, - "A", + "/", -1, 0.489, "", @@ -95891,7 +95891,7 @@ 516.846, 373.167, 516.846, - "T", + ")", -1, 0.489, "", @@ -95914,7 +95914,7 @@ 516.846, 374.143, 516.846, - "I", + "%", -1, 0.489, "", @@ -95937,7 +95937,7 @@ 516.846, 374.924, 516.846, - "O", + "4", -1, 0.489, "", @@ -95960,7 +95960,7 @@ 516.846, 376.139, 516.846, - "N", + "&", -1, 0.489, "", @@ -95983,7 +95983,7 @@ 515.235, 358.423, 515.235, - "1", + "!", -1, 0.504, "", @@ -96006,7 +96006,7 @@ 515.235, 359.333, 515.235, - ".", + "\"", -1, 0.504, "", @@ -96029,7 +96029,7 @@ 515.235, 359.854, 515.235, - " ", + "#", -1, 0.504, "", @@ -96052,7 +96052,7 @@ 515.235, 360.357, 515.235, - "T", + "$", -1, 0.504, "", @@ -96075,7 +96075,7 @@ 515.235, 361.098, 515.235, - "u", + ".", -1, 0.504, "", @@ -96098,7 +96098,7 @@ 515.235, 362.004, 515.235, - "r", + "(", -1, 0.504, "", @@ -96121,7 +96121,7 @@ 515.235, 362.615, 515.235, - "n", + "0", -1, 0.504, "", @@ -96144,7 +96144,7 @@ 515.235, 363.52, 515.235, - " ", + "#", -1, 0.504, "", @@ -96167,7 +96167,7 @@ 515.235, 364.024, 515.235, - "t", + ")", -1, 0.504, "", @@ -96190,7 +96190,7 @@ 515.235, 364.588, 515.235, - "h", + "%", -1, 0.504, "", @@ -96213,7 +96213,7 @@ 515.235, 365.493, 515.235, - "e", + "&", -1, 0.504, "", @@ -96236,7 +96236,7 @@ 515.235, 366.346, 515.235, - " ", + "#", -1, 0.504, "", @@ -96259,7 +96259,7 @@ 515.235, 366.85, 515.235, - "z", + "L", -1, 0.504, "", @@ -96282,7 +96282,7 @@ 515.235, 367.601, 515.235, - "o", + "4", -1, 0.504, "", @@ -96305,7 +96305,7 @@ 515.235, 368.469, 515.235, - "o", + "4", -1, 0.504, "", @@ -96328,7 +96328,7 @@ 515.235, 369.337, 515.235, - "m", + "8", -1, 0.504, "", @@ -96351,7 +96351,7 @@ 515.235, 370.729, 515.235, - " ", + "#", -1, 0.504, "", @@ -96374,7 +96374,7 @@ 515.235, 371.233, 515.235, - "m", + "8", -1, 0.504, "", @@ -96397,7 +96397,7 @@ 515.235, 372.625, 515.235, - "a", + ",", -1, 0.504, "", @@ -96420,7 +96420,7 @@ 515.235, 373.485, 515.235, - "g", + "6", -1, 0.504, "", @@ -96443,7 +96443,7 @@ 515.235, 374.376, 515.235, - "n", + "0", -1, 0.504, "", @@ -96466,7 +96466,7 @@ 515.235, 375.282, 515.235, - "i", + "*", -1, 0.504, "", @@ -96489,7 +96489,7 @@ 515.235, 375.674, 515.235, - "f", + "3", -1, 0.504, "", @@ -96512,7 +96512,7 @@ 515.235, 376.177, 515.235, - "i", + "*", -1, 0.504, "", @@ -96535,7 +96535,7 @@ 515.235, 376.569, 515.235, - "c", + "+", -1, 0.504, "", @@ -96558,7 +96558,7 @@ 515.235, 377.315, 515.235, - "a", + ",", -1, 0.504, "", @@ -96581,7 +96581,7 @@ 515.235, 378.175, 515.235, - "t", + ")", -1, 0.504, "", @@ -96604,7 +96604,7 @@ 515.235, 378.738, 515.235, - "i", + "*", -1, 0.504, "", @@ -96627,7 +96627,7 @@ 515.235, 379.13, 515.235, - "o", + "4", -1, 0.504, "", @@ -96650,7 +96650,7 @@ 515.235, 379.999, 515.235, - "n", + "0", -1, 0.504, "", @@ -96673,7 +96673,7 @@ 515.235, 380.904, 515.235, - " ", + "#", -1, 0.504, "", @@ -96696,7 +96696,7 @@ 515.235, 381.408, 515.235, - "k", + "@", -1, 0.504, "", @@ -96719,7 +96719,7 @@ 515.235, 382.255, 515.235, - "n", + "0", -1, 0.504, "", @@ -96742,7 +96742,7 @@ 515.235, 383.16, 515.235, - "o", + "4", -1, 0.504, "", @@ -96765,7 +96765,7 @@ 515.235, 384.029, 515.235, - "b", + "/", -1, 0.504, "", @@ -96788,7 +96788,7 @@ 515.235, 384.92, 515.235, - " ", + "#", -1, 0.504, "", @@ -96811,7 +96811,7 @@ 515.235, 385.424, 515.235, - "t", + ")", -1, 0.504, "", @@ -96834,7 +96834,7 @@ 515.235, 385.987, 515.235, - "o", + "4", -1, 0.504, "", @@ -96857,7 +96857,7 @@ 515.235, 386.856, 515.235, - " ", + "#", -1, 0.504, "", @@ -96880,7 +96880,7 @@ 513.625, 358.423, 513.625, - " ", + "#", -1, 0.504, "", @@ -96903,7 +96903,7 @@ 513.625, 358.927, 513.625, - " ", + "#", -1, 0.504, "", @@ -96926,7 +96926,7 @@ 513.625, 359.43, 513.625, - " ", + "#", -1, 0.504, "", @@ -96949,7 +96949,7 @@ 513.625, 359.934, 513.625, - " ", + "#", -1, 0.504, "", @@ -96972,7 +96972,7 @@ 513.625, 360.437, 513.625, - "t", + ")", -1, 0.504, "", @@ -96995,7 +96995,7 @@ 513.625, 361.001, 513.625, - "h", + "%", -1, 0.504, "", @@ -97018,7 +97018,7 @@ 513.625, 361.907, 513.625, - "e", + "&", -1, 0.504, "", @@ -97041,7 +97041,7 @@ 513.625, 362.759, 513.625, - " ", + "#", -1, 0.504, "", @@ -97064,7 +97064,7 @@ 513.625, 363.263, 513.625, - "d", + "2", -1, 0.504, "", @@ -97087,7 +97087,7 @@ 513.625, 364.154, 513.625, - "e", + "&", -1, 0.504, "", @@ -97110,7 +97110,7 @@ 513.625, 365.007, 513.625, - "s", + "1", -1, 0.504, "", @@ -97133,7 +97133,7 @@ 513.625, 365.752, 513.625, - "i", + "*", -1, 0.504, "", @@ -97156,7 +97156,7 @@ 513.625, 366.144, 513.625, - "r", + "(", -1, 0.504, "", @@ -97179,7 +97179,7 @@ 513.625, 366.755, 513.625, - "e", + "&", -1, 0.504, "", @@ -97202,7 +97202,7 @@ 513.625, 367.608, 513.625, - "d", + "2", -1, 0.504, "", @@ -97225,7 +97225,7 @@ 513.625, 368.499, 513.625, - " ", + "#", -1, 0.504, "", @@ -97248,7 +97248,7 @@ 513.625, 369.003, 513.625, - "m", + "8", -1, 0.504, "", @@ -97271,7 +97271,7 @@ 513.625, 370.395, 513.625, - "a", + ",", -1, 0.504, "", @@ -97294,7 +97294,7 @@ 513.625, 371.255, 513.625, - "g", + "6", -1, 0.504, "", @@ -97317,7 +97317,7 @@ 513.625, 372.146, 513.625, - "n", + "0", -1, 0.504, "", @@ -97340,7 +97340,7 @@ 513.625, 373.051, 513.625, - "i", + "*", -1, 0.504, "", @@ -97363,7 +97363,7 @@ 513.625, 373.443, 513.625, - "f", + "3", -1, 0.504, "", @@ -97386,7 +97386,7 @@ 513.625, 373.947, 513.625, - "i", + "*", -1, 0.504, "", @@ -97409,7 +97409,7 @@ 513.625, 374.339, 513.625, - "c", + "+", -1, 0.504, "", @@ -97432,7 +97432,7 @@ 513.625, 375.084, 513.625, - "a", + ",", -1, 0.504, "", @@ -97455,7 +97455,7 @@ 513.625, 375.944, 513.625, - "t", + ")", -1, 0.504, "", @@ -97478,7 +97478,7 @@ 513.625, 376.508, 513.625, - "i", + "*", -1, 0.504, "", @@ -97501,7 +97501,7 @@ 513.625, 376.9, 513.625, - "o", + "4", -1, 0.504, "", @@ -97524,7 +97524,7 @@ 513.625, 377.768, 513.625, - "n", + "0", -1, 0.504, "", @@ -97547,7 +97547,7 @@ 513.625, 378.674, 513.625, - " ", + "#", -1, 0.504, "", @@ -97570,7 +97570,7 @@ 513.625, 379.177, 513.625, - "a", + ",", -1, 0.504, "", @@ -97593,7 +97593,7 @@ 513.625, 380.037, 513.625, - "n", + "0", -1, 0.504, "", @@ -97616,7 +97616,7 @@ 513.625, 380.943, 513.625, - "d", + "2", -1, 0.504, "", @@ -97639,7 +97639,7 @@ 513.625, 381.834, 513.625, - " ", + "#", -1, 0.504, "", @@ -97662,7 +97662,7 @@ 513.625, 382.338, 513.625, - "f", + "3", -1, 0.504, "", @@ -97685,7 +97685,7 @@ 513.625, 382.841, 513.625, - "i", + "*", -1, 0.504, "", @@ -97708,7 +97708,7 @@ 513.625, 383.233, 513.625, - "e", + "&", -1, 0.504, "", @@ -97731,7 +97731,7 @@ 513.625, 384.086, 513.625, - "l", + "-", -1, 0.504, "", @@ -97754,7 +97754,7 @@ 513.625, 384.478, 513.625, - "d", + "2", -1, 0.504, "", @@ -97777,7 +97777,7 @@ 513.625, 385.369, 513.625, - " ", + "#", -1, 0.504, "", @@ -97800,7 +97800,7 @@ 513.625, 385.873, 513.625, - "o", + "4", -1, 0.504, "", @@ -97823,7 +97823,7 @@ 513.625, 386.741, 513.625, - "f", + "3", -1, 0.504, "", @@ -97846,7 +97846,7 @@ 513.625, 387.245, 513.625, - " ", + "#", -1, 0.504, "", @@ -97869,7 +97869,7 @@ 512.015, 358.423, 512.015, - " ", + "#", -1, 0.504, "", @@ -97892,7 +97892,7 @@ 512.015, 358.927, 512.015, - " ", + "#", -1, 0.504, "", @@ -97915,7 +97915,7 @@ 512.015, 359.43, 512.015, - " ", + "#", -1, 0.504, "", @@ -97938,7 +97938,7 @@ 512.015, 359.934, 512.015, - " ", + "#", -1, 0.504, "", @@ -97961,7 +97961,7 @@ 512.015, 360.437, 512.015, - "v", + "'", -1, 0.504, "", @@ -97984,7 +97984,7 @@ 512.015, 361.284, 512.015, - "i", + "*", -1, 0.504, "", @@ -98007,7 +98007,7 @@ 512.015, 361.676, 512.015, - "e", + "&", -1, 0.504, "", @@ -98030,7 +98030,7 @@ 512.015, 362.529, 512.015, - "w", + "5", -1, 0.504, "", @@ -98053,7 +98053,7 @@ 512.015, 363.648, 512.015, - ".", + "\"", -1, 0.504, "", @@ -98076,7 +98076,7 @@ 510.405, 358.423, 510.405, - "2", + ":", -1, 0.504, "", @@ -98099,7 +98099,7 @@ 510.405, 359.333, 510.405, - ".", + "\"", -1, 0.504, "", @@ -98122,7 +98122,7 @@ 510.405, 359.854, 510.405, - " ", + "#", -1, 0.504, "", @@ -98145,7 +98145,7 @@ 510.405, 360.357, 510.405, - "I", + "A", -1, 0.504, "", @@ -98168,7 +98168,7 @@ 510.405, 360.96, 510.405, - "n", + "0", -1, 0.504, "", @@ -98191,7 +98191,7 @@ 510.405, 361.865, 510.405, - " ", + "#", -1, 0.504, "", @@ -98214,7 +98214,7 @@ 510.405, 362.369, 510.405, - "m", + "8", -1, 0.504, "", @@ -98237,7 +98237,7 @@ 510.405, 363.761, 510.405, - "o", + "4", -1, 0.504, "", @@ -98260,7 +98260,7 @@ 510.405, 364.629, 510.405, - "s", + "1", -1, 0.504, "", @@ -98283,7 +98283,7 @@ 510.405, 365.375, 510.405, - "t", + ")", -1, 0.504, "", @@ -98306,7 +98306,7 @@ 510.405, 365.938, 510.405, - " ", + "#", -1, 0.504, "", @@ -98329,7 +98329,7 @@ 510.405, 366.442, 510.405, - "s", + "1", -1, 0.504, "", @@ -98352,7 +98352,7 @@ 510.405, 367.187, 510.405, - "i", + "*", -1, 0.504, "", @@ -98375,7 +98375,7 @@ 510.405, 367.579, 510.405, - "t", + ")", -1, 0.504, "", @@ -98398,7 +98398,7 @@ 510.405, 368.143, 510.405, - "u", + ".", -1, 0.504, "", @@ -98421,7 +98421,7 @@ 510.405, 369.048, 510.405, - "a", + ",", -1, 0.504, "", @@ -98444,7 +98444,7 @@ 510.405, 369.908, 510.405, - "t", + ")", -1, 0.504, "", @@ -98467,7 +98467,7 @@ 510.405, 370.472, 510.405, - "i", + "*", -1, 0.504, "", @@ -98490,7 +98490,7 @@ 510.405, 370.864, 510.405, - "o", + "4", -1, 0.504, "", @@ -98513,7 +98513,7 @@ 510.405, 371.732, 510.405, - "n", + "0", -1, 0.504, "", @@ -98536,7 +98536,7 @@ 510.405, 372.638, 510.405, - "s", + "1", -1, 0.504, "", @@ -98559,7 +98559,7 @@ 510.405, 373.383, 510.405, - ",", + "<", -1, 0.504, "", @@ -98582,7 +98582,7 @@ 510.405, 373.904, 510.405, - " ", + "#", -1, 0.504, "", @@ -98605,7 +98605,7 @@ 510.405, 374.408, 510.405, - "i", + "*", -1, 0.504, "", @@ -98628,7 +98628,7 @@ 510.405, 374.8, 510.405, - "t", + ")", -1, 0.504, "", @@ -98651,7 +98651,7 @@ 510.405, 375.363, 510.405, - " ", + "#", -1, 0.504, "", @@ -98674,7 +98674,7 @@ 510.405, 375.867, 510.405, - "i", + "*", -1, 0.504, "", @@ -98697,7 +98697,7 @@ 510.405, 376.259, 510.405, - "s", + "1", -1, 0.504, "", @@ -98720,7 +98720,7 @@ 510.405, 377.004, 510.405, - " ", + "#", -1, 0.504, "", @@ -98743,7 +98743,7 @@ 510.405, 377.508, 510.405, - "r", + "(", -1, 0.504, "", @@ -98766,7 +98766,7 @@ 510.405, 378.119, 510.405, - "e", + "&", -1, 0.504, "", @@ -98789,7 +98789,7 @@ 510.405, 378.971, 510.405, - "c", + "+", -1, 0.504, "", @@ -98812,7 +98812,7 @@ 510.405, 379.717, 510.405, - "o", + "4", -1, 0.504, "", @@ -98835,7 +98835,7 @@ 510.405, 380.585, 510.405, - "m", + "8", -1, 0.504, "", @@ -98858,7 +98858,7 @@ 510.405, 381.977, 510.405, - "m", + "8", -1, 0.504, "", @@ -98881,7 +98881,7 @@ 510.405, 383.369, 510.405, - "e", + "&", -1, 0.504, "", @@ -98904,7 +98904,7 @@ 510.405, 384.222, 510.405, - "n", + "0", -1, 0.504, "", @@ -98927,7 +98927,7 @@ 510.405, 385.127, 510.405, - "d", + "2", -1, 0.504, "", @@ -98950,7 +98950,7 @@ 510.405, 386.019, 510.405, - "e", + "&", -1, 0.504, "", @@ -98973,7 +98973,7 @@ 510.405, 386.871, 510.405, - "d", + "2", -1, 0.504, "", @@ -98996,7 +98996,7 @@ 510.405, 387.763, 510.405, - " ", + "#", -1, 0.504, "", @@ -99019,7 +99019,7 @@ 508.795, 358.423, 508.795, - " ", + "#", -1, 0.504, "", @@ -99042,7 +99042,7 @@ 508.795, 358.927, 508.795, - " ", + "#", -1, 0.504, "", @@ -99065,7 +99065,7 @@ 508.795, 359.43, 508.795, - " ", + "#", -1, 0.504, "", @@ -99088,7 +99088,7 @@ 508.795, 359.934, 508.795, - " ", + "#", -1, 0.504, "", @@ -99111,7 +99111,7 @@ 508.795, 360.437, 508.795, - "t", + ")", -1, 0.504, "", @@ -99134,7 +99134,7 @@ 508.795, 360.998, 508.795, - "h", + "%", -1, 0.504, "", @@ -99157,7 +99157,7 @@ 508.795, 361.902, 508.795, - "a", + ",", -1, 0.504, "", @@ -99180,7 +99180,7 @@ 508.795, 362.762, 508.795, - "t", + ")", -1, 0.504, "", @@ -99203,7 +99203,7 @@ 508.795, 363.326, 508.795, - " ", + "#", -1, 0.504, "", @@ -99226,7 +99226,7 @@ 508.795, 363.828, 508.795, - "y", + "B", -1, 0.504, "", @@ -99249,7 +99249,7 @@ 508.795, 364.674, 508.795, - "o", + "4", -1, 0.504, "", @@ -99272,7 +99272,7 @@ 508.795, 365.542, 508.795, - "u", + ".", -1, 0.504, "", @@ -99295,7 +99295,7 @@ 508.795, 366.448, 508.795, - " ", + "#", -1, 0.504, "", @@ -99318,7 +99318,7 @@ 508.795, 366.951, 508.795, - "f", + "3", -1, 0.504, "", @@ -99341,7 +99341,7 @@ 508.795, 367.455, 508.795, - "o", + "4", -1, 0.504, "", @@ -99364,7 +99364,7 @@ 508.795, 368.323, 508.795, - "c", + "+", -1, 0.504, "", @@ -99387,7 +99387,7 @@ 508.795, 369.069, 508.795, - "u", + ".", -1, 0.504, "", @@ -99410,7 +99410,7 @@ 508.795, 369.973, 508.795, - "s", + "1", -1, 0.504, "", @@ -99433,7 +99433,7 @@ 508.795, 370.717, 508.795, - " ", + "#", -1, 0.504, "", @@ -99456,7 +99456,7 @@ 508.795, 371.22, 508.795, - "a", + ",", -1, 0.504, "", @@ -99479,7 +99479,7 @@ 508.795, 372.08, 508.795, - "t", + ")", -1, 0.504, "", @@ -99502,7 +99502,7 @@ 508.795, 372.644, 508.795, - " ", + "#", -1, 0.504, "", @@ -99525,7 +99525,7 @@ 508.795, 373.146, 508.795, - "t", + ")", -1, 0.504, "", @@ -99548,7 +99548,7 @@ 508.795, 373.708, 508.795, - "h", + "%", -1, 0.504, "", @@ -99571,7 +99571,7 @@ 508.795, 374.614, 508.795, - "e", + "&", -1, 0.504, "", @@ -99594,7 +99594,7 @@ 508.795, 375.466, 508.795, - " ", + "#", -1, 0.504, "", @@ -99617,7 +99617,7 @@ 508.795, 375.97, 508.795, - "l", + "-", -1, 0.504, "", @@ -99640,7 +99640,7 @@ 508.795, 376.362, 508.795, - "o", + "4", -1, 0.504, "", @@ -99663,7 +99663,7 @@ 508.795, 377.23, 508.795, - "w", + "5", -1, 0.504, "", @@ -99686,7 +99686,7 @@ 508.795, 378.401, 508.795, - "e", + "&", -1, 0.504, "", @@ -99709,7 +99709,7 @@ 508.795, 379.252, 508.795, - "s", + "1", -1, 0.504, "", @@ -99732,7 +99732,7 @@ 508.795, 379.996, 508.795, - "t", + ")", -1, 0.504, "", @@ -99755,7 +99755,7 @@ 508.795, 380.559, 508.795, - " ", + "#", -1, 0.504, "", @@ -99778,7 +99778,7 @@ 508.795, 381.063, 508.795, - " ", + "#", -1, 0.504, "", @@ -99801,7 +99801,7 @@ 508.795, 384.175, 508.795, - " ", + "#", -1, 0.504, "", @@ -99824,7 +99824,7 @@ 507.184, 358.423, 507.184, - " ", + "#", -1, 0.504, "", @@ -99847,7 +99847,7 @@ 507.184, 358.927, 507.184, - " ", + "#", -1, 0.504, "", @@ -99870,7 +99870,7 @@ 507.184, 359.43, 507.184, - " ", + "#", -1, 0.504, "", @@ -99893,7 +99893,7 @@ 507.184, 359.934, 507.184, - " ", + "#", -1, 0.504, "", @@ -99916,7 +99916,7 @@ 507.184, 360.437, 507.184, - "m", + "8", -1, 0.504, "", @@ -99939,7 +99939,7 @@ 507.184, 361.827, 507.184, - "a", + ",", -1, 0.504, "", @@ -99962,7 +99962,7 @@ 507.184, 362.685, 507.184, - "g", + "6", -1, 0.504, "", @@ -99985,7 +99985,7 @@ 507.184, 363.576, 507.184, - "n", + "0", -1, 0.504, "", @@ -100008,7 +100008,7 @@ 507.184, 364.482, 507.184, - "i", + "*", -1, 0.504, "", @@ -100031,7 +100031,7 @@ 507.184, 364.874, 507.184, - "f", + "3", -1, 0.504, "", @@ -100054,7 +100054,7 @@ 507.184, 365.377, 507.184, - "i", + "*", -1, 0.504, "", @@ -100077,7 +100077,7 @@ 507.184, 365.769, 507.184, - "c", + "+", -1, 0.504, "", @@ -100100,7 +100100,7 @@ 507.184, 366.515, 507.184, - "a", + ",", -1, 0.504, "", @@ -100123,7 +100123,7 @@ 507.184, 367.373, 507.184, - "t", + ")", -1, 0.504, "", @@ -100146,7 +100146,7 @@ 507.184, 367.937, 507.184, - "i", + "*", -1, 0.504, "", @@ -100169,7 +100169,7 @@ 507.184, 368.329, 507.184, - "o", + "4", -1, 0.504, "", @@ -100192,7 +100192,7 @@ 507.184, 369.197, 507.184, - "n", + "0", -1, 0.504, "", @@ -100215,7 +100215,7 @@ 507.184, 370.103, 507.184, - ",", + "<", -1, 0.504, "", @@ -100238,7 +100238,7 @@ 507.184, 370.622, 507.184, - " ", + "#", -1, 0.504, "", @@ -100261,7 +100261,7 @@ 507.184, 371.126, 507.184, - "t", + ")", -1, 0.504, "", @@ -100284,7 +100284,7 @@ 507.184, 371.689, 507.184, - "h", + "%", -1, 0.504, "", @@ -100307,7 +100307,7 @@ 507.184, 372.595, 507.184, - "e", + "&", -1, 0.504, "", @@ -100330,7 +100330,7 @@ 507.184, 373.446, 507.184, - "n", + "0", -1, 0.504, "", @@ -100353,7 +100353,7 @@ 507.184, 374.35, 507.184, - " ", + "#", -1, 0.504, "", @@ -100376,7 +100376,7 @@ 507.184, 374.854, 507.184, - "m", + "8", -1, 0.504, "", @@ -100399,7 +100399,7 @@ 507.184, 376.245, 507.184, - "o", + "4", -1, 0.504, "", @@ -100422,7 +100422,7 @@ 507.184, 377.112, 507.184, - "v", + "'", -1, 0.504, "", @@ -100445,7 +100445,7 @@ 507.184, 377.958, 507.184, - "e", + "&", -1, 0.504, "", @@ -100468,7 +100468,7 @@ 507.184, 378.811, 507.184, - " ", + "#", -1, 0.504, "", @@ -100491,7 +100491,7 @@ 507.184, 379.315, 507.184, - "t", + ")", -1, 0.504, "", @@ -100514,7 +100514,7 @@ 507.184, 379.877, 507.184, - "o", + "4", -1, 0.504, "", @@ -100537,7 +100537,7 @@ 507.184, 380.744, 507.184, - " ", + "#", -1, 0.504, "", @@ -100560,7 +100560,7 @@ 507.184, 381.248, 507.184, - "a", + ",", -1, 0.504, "", @@ -100583,7 +100583,7 @@ 507.184, 382.107, 507.184, - " ", + "#", -1, 0.504, "", @@ -100606,7 +100606,7 @@ 507.184, 382.611, 507.184, - "h", + "%", -1, 0.504, "", @@ -100629,7 +100629,7 @@ 507.184, 383.517, 507.184, - "i", + "*", -1, 0.504, "", @@ -100652,7 +100652,7 @@ 507.184, 383.909, 507.184, - "g", + "6", -1, 0.504, "", @@ -100675,7 +100675,7 @@ 507.184, 384.8, 507.184, - "h", + "%", -1, 0.504, "", @@ -100698,7 +100698,7 @@ 507.184, 385.705, 507.184, - "e", + "&", -1, 0.504, "", @@ -100721,7 +100721,7 @@ 507.184, 386.558, 507.184, - "r", + "(", -1, 0.504, "", @@ -100744,7 +100744,7 @@ 507.184, 387.169, 507.184, - " ", + "#", -1, 0.504, "", @@ -100767,7 +100767,7 @@ 505.574, 358.425, 505.574, - " ", + "#", -1, 0.504, "", @@ -100790,7 +100790,7 @@ 505.574, 358.928, 505.574, - " ", + "#", -1, 0.504, "", @@ -100813,7 +100813,7 @@ 505.574, 359.432, 505.574, - " ", + "#", -1, 0.504, "", @@ -100836,7 +100836,7 @@ 505.574, 359.935, 505.574, - " ", + "#", -1, 0.504, "", @@ -100859,7 +100859,7 @@ 505.574, 360.439, 505.574, - "m", + "8", -1, 0.504, "", @@ -100882,7 +100882,7 @@ 505.574, 361.831, 505.574, - "a", + ",", -1, 0.504, "", @@ -100905,7 +100905,7 @@ 505.574, 362.691, 505.574, - "g", + "6", -1, 0.504, "", @@ -100928,7 +100928,7 @@ 505.574, 363.582, 505.574, - "n", + "0", -1, 0.504, "", @@ -100951,7 +100951,7 @@ 505.574, 364.488, 505.574, - "i", + "*", -1, 0.504, "", @@ -100974,7 +100974,7 @@ 505.574, 364.88, 505.574, - "f", + "3", -1, 0.504, "", @@ -100997,7 +100997,7 @@ 505.574, 365.383, 505.574, - "i", + "*", -1, 0.504, "", @@ -101020,7 +101020,7 @@ 505.574, 365.775, 505.574, - "c", + "+", -1, 0.504, "", @@ -101043,7 +101043,7 @@ 505.574, 366.521, 505.574, - "a", + ",", -1, 0.504, "", @@ -101066,7 +101066,7 @@ 505.574, 367.38, 505.574, - "t", + ")", -1, 0.504, "", @@ -101089,7 +101089,7 @@ 505.574, 367.944, 505.574, - "i", + "*", -1, 0.504, "", @@ -101112,7 +101112,7 @@ 505.574, 368.336, 505.574, - "o", + "4", -1, 0.504, "", @@ -101135,7 +101135,7 @@ 505.574, 369.204, 505.574, - "n", + "0", -1, 0.504, "", @@ -101158,7 +101158,7 @@ 505.574, 370.11, 505.574, - " ", + "#", -1, 0.504, "", @@ -101181,7 +101181,7 @@ 505.574, 370.614, 505.574, - "a", + ",", -1, 0.504, "", @@ -101204,7 +101204,7 @@ 505.574, 371.473, 505.574, - "n", + "0", -1, 0.504, "", @@ -101227,7 +101227,7 @@ 505.574, 372.379, 505.574, - "d", + "2", -1, 0.504, "", @@ -101250,7 +101250,7 @@ 505.574, 373.27, 505.574, - " ", + "#", -1, 0.504, "", @@ -101273,7 +101273,7 @@ 505.574, 373.774, 505.574, - "r", + "(", -1, 0.504, "", @@ -101296,7 +101296,7 @@ 505.574, 374.385, 505.574, - "e", + "&", -1, 0.504, "", @@ -101319,7 +101319,7 @@ 505.574, 375.237, 505.574, - "-", + "M", -1, 0.504, "", @@ -101342,7 +101342,7 @@ 505.574, 375.887, 505.574, - "f", + "3", -1, 0.504, "", @@ -101365,7 +101365,7 @@ 505.574, 376.391, 505.574, - "o", + "4", -1, 0.504, "", @@ -101388,7 +101388,7 @@ 505.574, 377.259, 505.574, - "c", + "+", -1, 0.504, "", @@ -101411,7 +101411,7 @@ 505.574, 378.004, 505.574, - "u", + ".", -1, 0.504, "", @@ -101434,7 +101434,7 @@ 505.574, 378.91, 505.574, - "s", + "1", -1, 0.504, "", @@ -101457,7 +101457,7 @@ 505.574, 379.655, 505.574, - " ", + "#", -1, 0.504, "", @@ -101480,7 +101480,7 @@ 505.574, 380.159, 505.574, - "a", + ",", -1, 0.504, "", @@ -101503,7 +101503,7 @@ 505.574, 381.019, 505.574, - "s", + "1", -1, 0.504, "", @@ -101526,7 +101526,7 @@ 505.574, 381.764, 505.574, - " ", + "#", -1, 0.504, "", @@ -101549,7 +101549,7 @@ 505.574, 382.268, 505.574, - " ", + "#", -1, 0.504, "", @@ -101572,7 +101572,7 @@ 505.574, 384.176, 505.574, - " ", + "#", -1, 0.504, "", @@ -101595,7 +101595,7 @@ 503.964, 358.425, 503.964, - " ", + "#", -1, 0.504, "", @@ -101618,7 +101618,7 @@ 503.964, 358.928, 503.964, - " ", + "#", -1, 0.504, "", @@ -101641,7 +101641,7 @@ 503.964, 359.432, 503.964, - " ", + "#", -1, 0.504, "", @@ -101664,7 +101664,7 @@ 503.964, 359.935, 503.964, - " ", + "#", -1, 0.504, "", @@ -101687,7 +101687,7 @@ 503.964, 360.439, 503.964, - "n", + "0", -1, 0.504, "", @@ -101710,7 +101710,7 @@ 503.964, 361.344, 503.964, - "e", + "&", -1, 0.504, "", @@ -101733,7 +101733,7 @@ 503.964, 362.197, 503.964, - "c", + "+", -1, 0.504, "", @@ -101756,7 +101756,7 @@ 503.964, 362.943, 503.964, - "e", + "&", -1, 0.504, "", @@ -101779,7 +101779,7 @@ 503.964, 363.795, 503.964, - "s", + "1", -1, 0.504, "", @@ -101802,7 +101802,7 @@ 503.964, 364.541, 503.964, - "s", + "1", -1, 0.504, "", @@ -101825,7 +101825,7 @@ 503.964, 365.286, 503.964, - "a", + ",", -1, 0.504, "", @@ -101848,7 +101848,7 @@ 503.964, 366.146, 503.964, - "r", + "(", -1, 0.504, "", @@ -101871,7 +101871,7 @@ 503.964, 366.757, 503.964, - "y", + "B", -1, 0.504, "", @@ -101894,7 +101894,7 @@ 503.964, 367.466, 503.964, - ".", + "\"", -1, 0.504, "", @@ -101917,7 +101917,7 @@ 502.354, 358.425, 502.354, - "3", + ">", -1, 0.504, "", @@ -101940,7 +101940,7 @@ 502.354, 359.334, 502.354, - ".", + "\"", -1, 0.504, "", @@ -101963,7 +101963,7 @@ 502.354, 359.855, 502.354, - " ", + "#", -1, 0.504, "", @@ -101986,7 +101986,7 @@ 502.354, 360.359, 502.354, - "I", + "A", -1, 0.504, "", @@ -102009,7 +102009,7 @@ 502.354, 360.961, 502.354, - "f", + "3", -1, 0.504, "", @@ -102032,7 +102032,7 @@ 502.354, 361.465, 502.354, - " ", + "#", -1, 0.504, "", @@ -102055,7 +102055,7 @@ 502.354, 361.968, 502.354, - "t", + ")", -1, 0.504, "", @@ -102078,7 +102078,7 @@ 502.354, 362.532, 502.354, - "h", + "%", -1, 0.504, "", @@ -102101,7 +102101,7 @@ 502.354, 363.438, 502.354, - "e", + "&", -1, 0.504, "", @@ -102124,7 +102124,7 @@ 502.354, 364.29, 502.354, - " ", + "#", -1, 0.504, "", @@ -102147,7 +102147,7 @@ 502.354, 364.794, 502.354, - "i", + "*", -1, 0.504, "", @@ -102170,7 +102170,7 @@ 502.354, 365.186, 502.354, - "m", + "8", -1, 0.504, "", @@ -102193,7 +102193,7 @@ 502.354, 366.578, 502.354, - "a", + ",", -1, 0.504, "", @@ -102216,7 +102216,7 @@ 502.354, 367.438, 502.354, - "g", + "6", -1, 0.504, "", @@ -102239,7 +102239,7 @@ 502.354, 368.329, 502.354, - "e", + "&", -1, 0.504, "", @@ -102262,7 +102262,7 @@ 502.354, 369.182, 502.354, - " ", + "#", -1, 0.504, "", @@ -102285,7 +102285,7 @@ 502.354, 369.685, 502.354, - "i", + "*", -1, 0.504, "", @@ -102308,7 +102308,7 @@ 502.354, 370.077, 502.354, - "s", + "1", -1, 0.504, "", @@ -102331,7 +102331,7 @@ 502.354, 370.822, 502.354, - " ", + "#", -1, 0.504, "", @@ -102354,7 +102354,7 @@ 502.354, 371.326, 502.354, - "n", + "0", -1, 0.504, "", @@ -102377,7 +102377,7 @@ 502.354, 372.232, 502.354, - "o", + "4", -1, 0.504, "", @@ -102400,7 +102400,7 @@ 502.354, 373.1, 502.354, - "t", + ")", -1, 0.504, "", @@ -102423,7 +102423,7 @@ 502.354, 373.664, 502.354, - " ", + "#", -1, 0.504, "", @@ -102446,7 +102446,7 @@ 502.354, 374.167, 502.354, - "c", + "+", -1, 0.504, "", @@ -102469,7 +102469,7 @@ 502.354, 374.913, 502.354, - "l", + "-", -1, 0.504, "", @@ -102492,7 +102492,7 @@ 502.354, 375.305, 502.354, - "e", + "&", -1, 0.504, "", @@ -102515,7 +102515,7 @@ 502.354, 376.157, 502.354, - "a", + ",", -1, 0.504, "", @@ -102538,7 +102538,7 @@ 502.354, 377.017, 502.354, - "r", + "(", -1, 0.504, "", @@ -102561,7 +102561,7 @@ 502.354, 377.628, 502.354, - " ", + "#", -1, 0.504, "", @@ -102584,7 +102584,7 @@ 502.354, 378.132, 502.354, - "t", + ")", -1, 0.504, "", @@ -102607,7 +102607,7 @@ 502.354, 378.695, 502.354, - "o", + "4", -1, 0.504, "", @@ -102630,7 +102630,7 @@ 502.354, 379.564, 502.354, - " ", + "#", -1, 0.504, "", @@ -102653,7 +102653,7 @@ 502.354, 380.067, 502.354, - "b", + "/", -1, 0.504, "", @@ -102676,7 +102676,7 @@ 502.354, 380.959, 502.354, - "o", + "4", -1, 0.504, "", @@ -102699,7 +102699,7 @@ 502.354, 381.827, 502.354, - "t", + ")", -1, 0.504, "", @@ -102722,7 +102722,7 @@ 502.354, 382.391, 502.354, - "h", + "%", -1, 0.504, "", @@ -102745,7 +102745,7 @@ 502.354, 383.296, 502.354, - " ", + "#", -1, 0.504, "", @@ -102768,7 +102768,7 @@ 502.354, 383.8, 502.354, - "e", + "&", -1, 0.504, "", @@ -102791,7 +102791,7 @@ 502.354, 384.652, 502.354, - "y", + "B", -1, 0.504, "", @@ -102814,7 +102814,7 @@ 502.354, 385.499, 502.354, - "e", + "&", -1, 0.504, "", @@ -102837,7 +102837,7 @@ 502.354, 386.352, 502.354, - "s", + "1", -1, 0.504, "", @@ -102860,7 +102860,7 @@ 502.354, 387.097, 502.354, - " ", + "#", -1, 0.504, "", @@ -102883,7 +102883,7 @@ 500.744, 358.425, 500.744, - " ", + "#", -1, 0.504, "", @@ -102906,7 +102906,7 @@ 500.744, 358.928, 500.744, - " ", + "#", -1, 0.504, "", @@ -102929,7 +102929,7 @@ 500.744, 359.432, 500.744, - " ", + "#", -1, 0.504, "", @@ -102952,7 +102952,7 @@ 500.744, 359.935, 500.744, - " ", + "#", -1, 0.504, "", @@ -102975,7 +102975,7 @@ 500.744, 360.439, 500.744, - "a", + ",", -1, 0.504, "", @@ -102998,7 +102998,7 @@ 500.744, 361.299, 500.744, - "t", + ")", -1, 0.504, "", @@ -103021,7 +103021,7 @@ 500.744, 361.862, 500.744, - " ", + "#", -1, 0.504, "", @@ -103044,7 +103044,7 @@ 500.744, 362.366, 500.744, - "t", + ")", -1, 0.504, "", @@ -103067,7 +103067,7 @@ 500.744, 362.93, 500.744, - "h", + "%", -1, 0.504, "", @@ -103090,7 +103090,7 @@ 500.744, 363.835, 500.744, - "e", + "&", -1, 0.504, "", @@ -103113,7 +103113,7 @@ 500.744, 364.688, 500.744, - " ", + "#", -1, 0.504, "", @@ -103136,7 +103136,7 @@ 500.744, 365.191, 500.744, - "s", + "1", -1, 0.504, "", @@ -103159,7 +103159,7 @@ 500.744, 365.937, 500.744, - "a", + ",", -1, 0.504, "", @@ -103182,7 +103182,7 @@ 500.744, 366.797, 500.744, - "m", + "8", -1, 0.504, "", @@ -103205,7 +103205,7 @@ 500.744, 368.189, 500.744, - "e", + "&", -1, 0.504, "", @@ -103228,7 +103228,7 @@ 500.744, 369.041, 500.744, - " ", + "#", -1, 0.504, "", @@ -103251,7 +103251,7 @@ 500.744, 369.545, 500.744, - "t", + ")", -1, 0.504, "", @@ -103274,7 +103274,7 @@ 500.744, 370.109, 500.744, - "i", + "*", -1, 0.504, "", @@ -103297,7 +103297,7 @@ 500.744, 370.501, 500.744, - "m", + "8", -1, 0.504, "", @@ -103320,7 +103320,7 @@ 500.744, 371.893, 500.744, - "e", + "&", -1, 0.504, "", @@ -103343,7 +103343,7 @@ 500.744, 372.745, 500.744, - ",", + "<", -1, 0.504, "", @@ -103366,7 +103366,7 @@ 500.744, 373.266, 500.744, - " ", + "#", -1, 0.504, "", @@ -103389,7 +103389,7 @@ 500.744, 373.77, 500.744, - "t", + ")", -1, 0.504, "", @@ -103412,7 +103412,7 @@ 500.744, 374.333, 500.744, - "h", + "%", -1, 0.504, "", @@ -103435,7 +103435,7 @@ 500.744, 375.239, 500.744, - "e", + "&", -1, 0.504, "", @@ -103458,7 +103458,7 @@ 500.744, 376.092, 500.744, - " ", + "#", -1, 0.504, "", @@ -103481,7 +103481,7 @@ 500.744, 376.595, 500.744, - "d", + "2", -1, 0.504, "", @@ -103504,7 +103504,7 @@ 500.744, 377.486, 500.744, - "i", + "*", -1, 0.504, "", @@ -103527,7 +103527,7 @@ 500.744, 377.878, 500.744, - "o", + "4", -1, 0.504, "", @@ -103550,7 +103550,7 @@ 500.744, 378.747, 500.744, - "p", + "7", -1, 0.504, "", @@ -103573,7 +103573,7 @@ 500.744, 379.638, 500.744, - "t", + ")", -1, 0.504, "", @@ -103596,7 +103596,7 @@ 500.744, 380.202, 500.744, - "e", + "&", -1, 0.504, "", @@ -103619,7 +103619,7 @@ 500.744, 381.054, 500.744, - "r", + "(", -1, 0.504, "", @@ -103642,7 +103642,7 @@ 500.744, 381.665, 500.744, - " ", + "#", -1, 0.504, "", @@ -103665,7 +103665,7 @@ 500.744, 382.169, 500.744, - "r", + "(", -1, 0.504, "", @@ -103688,7 +103688,7 @@ 500.744, 382.78, 500.744, - "i", + "*", -1, 0.504, "", @@ -103711,7 +103711,7 @@ 500.744, 383.172, 500.744, - "n", + "0", -1, 0.504, "", @@ -103734,7 +103734,7 @@ 500.744, 384.077, 500.744, - "g", + "6", -1, 0.504, "", @@ -103757,7 +103757,7 @@ 500.744, 384.969, 500.744, - " ", + "#", -1, 0.504, "", @@ -103780,7 +103780,7 @@ 500.744, 385.472, 500.744, - "m", + "8", -1, 0.504, "", @@ -103803,7 +103803,7 @@ 500.744, 386.864, 500.744, - "a", + ",", -1, 0.504, "", @@ -103826,7 +103826,7 @@ 500.744, 387.724, 500.744, - "y", + "B", -1, 0.504, "", @@ -103849,7 +103849,7 @@ 500.744, 388.571, 500.744, - " ", + "#", -1, 0.504, "", @@ -103872,7 +103872,7 @@ 499.133, 358.425, 499.133, - " ", + "#", -1, 0.504, "", @@ -103895,7 +103895,7 @@ 499.133, 358.928, 499.133, - " ", + "#", -1, 0.504, "", @@ -103918,7 +103918,7 @@ 499.133, 359.432, 499.133, - " ", + "#", -1, 0.504, "", @@ -103941,7 +103941,7 @@ 499.133, 359.935, 499.133, - " ", + "#", -1, 0.504, "", @@ -103964,7 +103964,7 @@ 499.133, 360.439, 499.133, - "n", + "0", -1, 0.504, "", @@ -103987,7 +103987,7 @@ 499.133, 361.344, 499.133, - "e", + "&", -1, 0.504, "", @@ -104010,7 +104010,7 @@ 499.133, 362.197, 499.133, - "e", + "&", -1, 0.504, "", @@ -104033,7 +104033,7 @@ 499.133, 363.05, 499.133, - "d", + "2", -1, 0.504, "", @@ -104056,7 +104056,7 @@ 499.133, 363.941, 499.133, - " ", + "#", -1, 0.504, "", @@ -104079,7 +104079,7 @@ 499.133, 364.445, 499.133, - "a", + ",", -1, 0.504, "", @@ -104102,7 +104102,7 @@ 499.133, 365.304, 499.133, - "d", + "2", -1, 0.504, "", @@ -104125,7 +104125,7 @@ 499.133, 366.196, 499.133, - "j", + "=", -1, 0.504, "", @@ -104148,7 +104148,7 @@ 499.133, 366.688, 499.133, - "u", + ".", -1, 0.504, "", @@ -104171,7 +104171,7 @@ 499.133, 367.594, 499.133, - "s", + "1", -1, 0.504, "", @@ -104194,7 +104194,7 @@ 499.133, 368.339, 499.133, - "t", + ")", -1, 0.504, "", @@ -104217,7 +104217,7 @@ 499.133, 368.903, 499.133, - "m", + "8", -1, 0.504, "", @@ -104240,7 +104240,7 @@ 499.133, 370.295, 499.133, - "e", + "&", -1, 0.504, "", @@ -104263,7 +104263,7 @@ 499.133, 371.147, 499.133, - "n", + "0", -1, 0.504, "", @@ -104286,7 +104286,7 @@ 499.133, 372.053, 499.133, - "t", + ")", -1, 0.504, "", @@ -104309,7 +104309,7 @@ 499.133, 372.616, 499.133, - ".", + "\"", -1, 0.504, "", @@ -104332,7 +104332,7 @@ 495.913, 358.425, 495.913, - "D", + "5", -1, 0.489, "", @@ -104355,7 +104355,7 @@ 495.913, 359.612, 495.913, - "I", + "%", -1, 0.489, "", @@ -104378,7 +104378,7 @@ 495.913, 360.393, 495.913, - "O", + "4", -1, 0.489, "", @@ -104401,7 +104401,7 @@ 495.913, 361.609, 495.913, - "P", + ";", -1, 0.489, "", @@ -104424,7 +104424,7 @@ 495.913, 362.658, 495.913, - "T", + ")", -1, 0.489, "", @@ -104447,7 +104447,7 @@ 495.913, 363.634, 495.913, - "E", + "+", -1, 0.489, "", @@ -104470,7 +104470,7 @@ 495.913, 364.611, 495.913, - "R", + "-", -1, 0.489, "", @@ -104493,7 +104493,7 @@ 495.913, 365.729, 495.913, - " ", + "(", -1, 0.489, "", @@ -104516,7 +104516,7 @@ 495.913, 366.219, 495.913, - "R", + "-", -1, 0.489, "", @@ -104539,7 +104539,7 @@ 495.913, 367.337, 495.913, - "I", + "%", -1, 0.489, "", @@ -104562,7 +104562,7 @@ 495.913, 368.119, 495.913, - "N", + "&", -1, 0.489, "", @@ -104585,7 +104585,7 @@ 495.913, 369.33, 495.913, - "G", + "'", -1, 0.489, "", @@ -104608,7 +104608,7 @@ 495.913, 370.491, 495.913, - " ", + "(", -1, 0.489, "", @@ -104631,7 +104631,7 @@ 495.913, 370.98, 495.913, - "A", + "/", -1, 0.489, "", @@ -104654,7 +104654,7 @@ 495.913, 372.09, 495.913, - "D", + "5", -1, 0.489, "", @@ -104677,7 +104677,7 @@ 495.913, 373.277, 495.913, - "J", + "C", -1, 0.489, "", @@ -104700,7 +104700,7 @@ 495.913, 374.071, 495.913, - "U", + "#", -1, 0.489, "", @@ -104723,7 +104723,7 @@ 495.913, 375.233, 495.913, - "S", + "$", -1, 0.489, "", @@ -104746,7 +104746,7 @@ 495.913, 376.249, 495.913, - "T", + ")", -1, 0.489, "", @@ -104769,7 +104769,7 @@ 495.913, 377.225, 495.913, - "M", + "3", -1, 0.489, "", @@ -104792,7 +104792,7 @@ 495.913, 378.581, 495.913, - "E", + "+", -1, 0.489, "", @@ -104815,7 +104815,7 @@ 495.913, 379.558, 495.913, - "N", + "&", -1, 0.489, "", @@ -104838,7 +104838,7 @@ 495.913, 380.77, 495.913, - "T", + ")", -1, 0.489, "", @@ -104861,7 +104861,7 @@ 494.303, 358.425, 494.303, - "1", + "!", -1, 0.504, "", @@ -104884,7 +104884,7 @@ 494.303, 359.334, 494.303, - ".", + "\"", -1, 0.504, "", @@ -104907,7 +104907,7 @@ 494.303, 359.855, 494.303, - " ", + "#", -1, 0.504, "", @@ -104930,7 +104930,7 @@ 494.303, 360.357, 494.303, - "T", + "$", -1, 0.504, "", @@ -104953,7 +104953,7 @@ 494.303, 361.086, 494.303, - "o", + "4", -1, 0.504, "", @@ -104976,7 +104976,7 @@ 494.303, 361.954, 494.303, - " ", + "#", -1, 0.504, "", @@ -104999,7 +104999,7 @@ 494.303, 362.458, 494.303, - "a", + ",", -1, 0.504, "", @@ -105022,7 +105022,7 @@ 494.303, 363.317, 494.303, - "d", + "2", -1, 0.504, "", @@ -105045,7 +105045,7 @@ 494.303, 364.209, 494.303, - "j", + "=", -1, 0.504, "", @@ -105068,7 +105068,7 @@ 494.303, 364.701, 494.303, - "u", + ".", -1, 0.504, "", @@ -105091,7 +105091,7 @@ 494.303, 365.606, 494.303, - "s", + "1", -1, 0.504, "", @@ -105114,7 +105114,7 @@ 494.303, 366.352, 494.303, - "t", + ")", -1, 0.504, "", @@ -105137,7 +105137,7 @@ 494.303, 366.915, 494.303, - " ", + "#", -1, 0.504, "", @@ -105160,7 +105160,7 @@ 494.303, 367.419, 494.303, - "t", + ")", -1, 0.504, "", @@ -105183,7 +105183,7 @@ 494.303, 367.983, 494.303, - "h", + "%", -1, 0.504, "", @@ -105206,7 +105206,7 @@ 494.303, 368.888, 494.303, - "e", + "&", -1, 0.504, "", @@ -105229,7 +105229,7 @@ 494.303, 369.741, 494.303, - " ", + "#", -1, 0.504, "", @@ -105252,7 +105252,7 @@ 494.303, 370.244, 494.303, - "e", + "&", -1, 0.504, "", @@ -105275,7 +105275,7 @@ 494.303, 371.097, 494.303, - "y", + "B", -1, 0.504, "", @@ -105298,7 +105298,7 @@ 494.303, 371.944, 494.303, - "e", + "&", -1, 0.504, "", @@ -105321,7 +105321,7 @@ 494.303, 372.797, 494.303, - "p", + "7", -1, 0.504, "", @@ -105344,7 +105344,7 @@ 494.303, 373.688, 494.303, - "i", + "*", -1, 0.504, "", @@ -105367,7 +105367,7 @@ 494.303, 374.08, 494.303, - "e", + "&", -1, 0.504, "", @@ -105390,7 +105390,7 @@ 494.303, 374.933, 494.303, - "c", + "+", -1, 0.504, "", @@ -105413,7 +105413,7 @@ 494.303, 375.678, 494.303, - "e", + "&", -1, 0.504, "", @@ -105436,7 +105436,7 @@ 494.303, 376.531, 494.303, - " ", + "#", -1, 0.504, "", @@ -105459,7 +105459,7 @@ 494.303, 377.034, 494.303, - "f", + "3", -1, 0.504, "", @@ -105482,7 +105482,7 @@ 494.303, 377.538, 494.303, - "o", + "4", -1, 0.504, "", @@ -105505,7 +105505,7 @@ 494.303, 378.406, 494.303, - "r", + "(", -1, 0.504, "", @@ -105528,7 +105528,7 @@ 494.303, 379.017, 494.303, - " ", + "#", -1, 0.504, "", @@ -105551,7 +105551,7 @@ 494.303, 379.521, 494.303, - "v", + "'", -1, 0.504, "", @@ -105574,7 +105574,7 @@ 494.303, 380.368, 494.303, - "i", + "*", -1, 0.504, "", @@ -105597,7 +105597,7 @@ 494.303, 380.76, 494.303, - "e", + "&", -1, 0.504, "", @@ -105620,7 +105620,7 @@ 494.303, 381.612, 494.303, - "w", + "5", -1, 0.504, "", @@ -105643,7 +105643,7 @@ 494.303, 382.783, 494.303, - "i", + "*", -1, 0.504, "", @@ -105666,7 +105666,7 @@ 494.303, 383.175, 494.303, - "n", + "0", -1, 0.504, "", @@ -105689,7 +105689,7 @@ 494.303, 384.08, 494.303, - "g", + "6", -1, 0.504, "", @@ -105712,7 +105712,7 @@ 494.303, 384.971, 494.303, - " ", + "#", -1, 0.504, "", @@ -105735,7 +105735,7 @@ 494.303, 385.475, 494.303, - "w", + "5", -1, 0.504, "", @@ -105758,7 +105758,7 @@ 494.303, 386.645, 494.303, - "i", + "*", -1, 0.504, "", @@ -105781,7 +105781,7 @@ 494.303, 387.037, 494.303, - "t", + ")", -1, 0.504, "", @@ -105804,7 +105804,7 @@ 494.303, 387.601, 494.303, - "h", + "%", -1, 0.504, "", @@ -105827,7 +105827,7 @@ 494.303, 388.507, 494.303, - " ", + "#", -1, 0.504, "", @@ -105850,7 +105850,7 @@ 492.692, 358.425, 492.692, - " ", + "#", -1, 0.504, "", @@ -105873,7 +105873,7 @@ 492.692, 358.928, 492.692, - " ", + "#", -1, 0.504, "", @@ -105896,7 +105896,7 @@ 492.692, 359.432, 492.692, - " ", + "#", -1, 0.504, "", @@ -105919,7 +105919,7 @@ 492.692, 359.935, 492.692, - " ", + "#", -1, 0.504, "", @@ -105942,7 +105942,7 @@ 492.692, 360.439, 492.692, - "o", + "4", -1, 0.504, "", @@ -105965,7 +105965,7 @@ 492.692, 361.307, 492.692, - "r", + "(", -1, 0.504, "", @@ -105988,7 +105988,7 @@ 492.692, 361.918, 492.692, - " ", + "#", -1, 0.504, "", @@ -106011,7 +106011,7 @@ 492.692, 362.422, 492.692, - "w", + "5", -1, 0.504, "", @@ -106034,7 +106034,7 @@ 492.692, 363.592, 492.692, - "i", + "*", -1, 0.504, "", @@ -106057,7 +106057,7 @@ 492.692, 363.984, 492.692, - "t", + ")", -1, 0.504, "", @@ -106080,7 +106080,7 @@ 492.692, 364.548, 492.692, - "h", + "%", -1, 0.504, "", @@ -106103,7 +106103,7 @@ 492.692, 365.453, 492.692, - "o", + "4", -1, 0.504, "", @@ -106126,7 +106126,7 @@ 492.692, 366.322, 492.692, - "u", + ".", -1, 0.504, "", @@ -106149,7 +106149,7 @@ 492.692, 367.227, 492.692, - "t", + ")", -1, 0.504, "", @@ -106172,7 +106172,7 @@ 492.692, 367.791, 492.692, - " ", + "#", -1, 0.504, "", @@ -106195,7 +106195,7 @@ 492.692, 368.295, 492.692, - "e", + "&", -1, 0.504, "", @@ -106218,7 +106218,7 @@ 492.692, 369.147, 492.692, - "y", + "B", -1, 0.504, "", @@ -106241,7 +106241,7 @@ 492.692, 369.994, 492.692, - "e", + "&", -1, 0.504, "", @@ -106264,7 +106264,7 @@ 492.692, 370.847, 492.692, - "g", + "6", -1, 0.504, "", @@ -106287,7 +106287,7 @@ 492.692, 371.738, 492.692, - "l", + "-", -1, 0.504, "", @@ -106310,7 +106310,7 @@ 492.692, 372.13, 492.692, - "a", + ",", -1, 0.504, "", @@ -106333,7 +106333,7 @@ 492.692, 372.99, 492.692, - "s", + "1", -1, 0.504, "", @@ -106356,7 +106356,7 @@ 492.692, 373.735, 492.692, - "s", + "1", -1, 0.504, "", @@ -106379,7 +106379,7 @@ 492.692, 374.481, 492.692, - "e", + "&", -1, 0.504, "", @@ -106402,7 +106402,7 @@ 492.692, 375.333, 492.692, - "s", + "1", -1, 0.504, "", @@ -106425,7 +106425,7 @@ 492.692, 376.079, 492.692, - " ", + "#", -1, 0.504, "", @@ -106448,7 +106448,7 @@ 492.692, 376.582, 492.692, - "a", + ",", -1, 0.504, "", @@ -106471,7 +106471,7 @@ 492.692, 377.442, 492.692, - "n", + "0", -1, 0.504, "", @@ -106494,7 +106494,7 @@ 492.692, 378.348, 492.692, - "d", + "2", -1, 0.504, "", @@ -106517,7 +106517,7 @@ 492.692, 379.239, 492.692, - " ", + "#", -1, 0.504, "", @@ -106540,7 +106540,7 @@ 492.692, 379.743, 492.692, - "f", + "3", -1, 0.504, "", @@ -106563,7 +106563,7 @@ 492.692, 380.246, 492.692, - "o", + "4", -1, 0.504, "", @@ -106586,7 +106586,7 @@ 492.692, 381.114, 492.692, - "r", + "(", -1, 0.504, "", @@ -106609,7 +106609,7 @@ 492.692, 381.725, 492.692, - " ", + "#", -1, 0.504, "", @@ -106632,7 +106632,7 @@ 492.692, 382.229, 492.692, - " ", + "#", -1, 0.504, "", @@ -106655,7 +106655,7 @@ 492.692, 384.176, 492.692, - " ", + "#", -1, 0.504, "", @@ -106678,7 +106678,7 @@ 491.082, 358.425, 491.082, - " ", + "#", -1, 0.504, "", @@ -106701,7 +106701,7 @@ 491.082, 358.928, 491.082, - " ", + "#", -1, 0.504, "", @@ -106724,7 +106724,7 @@ 491.082, 359.432, 491.082, - " ", + "#", -1, 0.504, "", @@ -106747,7 +106747,7 @@ 491.082, 359.935, 491.082, - " ", + "#", -1, 0.504, "", @@ -106770,7 +106770,7 @@ 491.082, 360.439, 491.082, - "d", + "2", -1, 0.504, "", @@ -106793,7 +106793,7 @@ 491.082, 361.33, 491.082, - "i", + "*", -1, 0.504, "", @@ -106816,7 +106816,7 @@ 491.082, 361.722, 491.082, - "f", + "3", -1, 0.504, "", @@ -106839,7 +106839,7 @@ 491.082, 362.226, 491.082, - "f", + "3", -1, 0.504, "", @@ -106862,7 +106862,7 @@ 491.082, 362.729, 491.082, - "e", + "&", -1, 0.504, "", @@ -106885,7 +106885,7 @@ 491.082, 363.582, 491.082, - "r", + "(", -1, 0.504, "", @@ -106908,7 +106908,7 @@ 491.082, 364.193, 491.082, - "e", + "&", -1, 0.504, "", @@ -106931,7 +106931,7 @@ 491.082, 365.046, 491.082, - "n", + "0", -1, 0.504, "", @@ -106954,7 +106954,7 @@ 491.082, 365.951, 491.082, - "c", + "+", -1, 0.504, "", @@ -106977,7 +106977,7 @@ 491.082, 366.697, 491.082, - "e", + "&", -1, 0.504, "", @@ -107000,7 +107000,7 @@ 491.082, 367.549, 491.082, - "s", + "1", -1, 0.504, "", @@ -107023,7 +107023,7 @@ 491.082, 368.295, 491.082, - " ", + "#", -1, 0.504, "", @@ -107046,7 +107046,7 @@ 491.082, 368.798, 491.082, - "i", + "*", -1, 0.504, "", @@ -107069,7 +107069,7 @@ 491.082, 369.19, 491.082, - "n", + "0", -1, 0.504, "", @@ -107092,7 +107092,7 @@ 491.082, 370.096, 491.082, - " ", + "#", -1, 0.504, "", @@ -107115,7 +107115,7 @@ 491.082, 370.599, 491.082, - "a", + ",", -1, 0.504, "", @@ -107138,7 +107138,7 @@ 491.082, 371.459, 491.082, - "c", + "+", -1, 0.504, "", @@ -107161,7 +107161,7 @@ 491.082, 372.204, 491.082, - "u", + ".", -1, 0.504, "", @@ -107184,7 +107184,7 @@ 491.082, 373.11, 491.082, - "i", + "*", -1, 0.504, "", @@ -107207,7 +107207,7 @@ 491.082, 373.502, 491.082, - "t", + ")", -1, 0.504, "", @@ -107230,7 +107230,7 @@ 491.082, 374.066, 491.082, - "y", + "B", -1, 0.504, "", @@ -107253,7 +107253,7 @@ 491.082, 374.913, 491.082, - " ", + "#", -1, 0.504, "", @@ -107276,7 +107276,7 @@ 491.082, 375.416, 491.082, - "b", + "/", -1, 0.504, "", @@ -107299,7 +107299,7 @@ 491.082, 376.308, 491.082, - "e", + "&", -1, 0.504, "", @@ -107322,7 +107322,7 @@ 491.082, 377.16, 491.082, - "t", + ")", -1, 0.504, "", @@ -107345,7 +107345,7 @@ 491.082, 377.724, 491.082, - "w", + "5", -1, 0.504, "", @@ -107368,7 +107368,7 @@ 491.082, 378.894, 491.082, - "e", + "&", -1, 0.504, "", @@ -107391,7 +107391,7 @@ 491.082, 379.747, 491.082, - "e", + "&", -1, 0.504, "", @@ -107414,7 +107414,7 @@ 491.082, 380.599, 491.082, - "n", + "0", -1, 0.504, "", @@ -107437,7 +107437,7 @@ 491.082, 381.505, 491.082, - " ", + "#", -1, 0.504, "", @@ -107460,7 +107460,7 @@ 491.082, 382.009, 491.082, - "t", + ")", -1, 0.504, "", @@ -107483,7 +107483,7 @@ 491.082, 382.572, 491.082, - "h", + "%", -1, 0.504, "", @@ -107506,7 +107506,7 @@ 491.082, 383.478, 491.082, - "e", + "&", -1, 0.504, "", @@ -107529,7 +107529,7 @@ 491.082, 384.331, 491.082, - " ", + "#", -1, 0.504, "", @@ -107552,7 +107552,7 @@ 491.082, 384.834, 491.082, - "r", + "(", -1, 0.504, "", @@ -107575,7 +107575,7 @@ 491.082, 385.445, 491.082, - "i", + "*", -1, 0.504, "", @@ -107598,7 +107598,7 @@ 491.082, 385.837, 491.082, - "g", + "6", -1, 0.504, "", @@ -107621,7 +107621,7 @@ 491.082, 386.728, 491.082, - "h", + "%", -1, 0.504, "", @@ -107644,7 +107644,7 @@ 491.082, 387.634, 491.082, - "t", + ")", -1, 0.504, "", @@ -107667,7 +107667,7 @@ 491.082, 388.198, 491.082, - " ", + "#", -1, 0.504, "", @@ -107690,7 +107690,7 @@ 489.472, 358.425, 489.472, - " ", + "#", -1, 0.504, "", @@ -107713,7 +107713,7 @@ 489.472, 358.928, 489.472, - " ", + "#", -1, 0.504, "", @@ -107736,7 +107736,7 @@ 489.472, 359.432, 489.472, - " ", + "#", -1, 0.504, "", @@ -107759,7 +107759,7 @@ 489.472, 359.935, 489.472, - " ", + "#", -1, 0.504, "", @@ -107782,7 +107782,7 @@ 489.472, 360.439, 489.472, - "a", + ",", -1, 0.504, "", @@ -107805,7 +107805,7 @@ 489.472, 361.299, 489.472, - "n", + "0", -1, 0.504, "", @@ -107828,7 +107828,7 @@ 489.472, 362.204, 489.472, - "d", + "2", -1, 0.504, "", @@ -107851,7 +107851,7 @@ 489.472, 363.096, 489.472, - " ", + "#", -1, 0.504, "", @@ -107874,7 +107874,7 @@ 489.472, 363.599, 489.472, - "l", + "-", -1, 0.504, "", @@ -107897,7 +107897,7 @@ 489.472, 363.991, 489.472, - "e", + "&", -1, 0.504, "", @@ -107920,7 +107920,7 @@ 489.472, 364.844, 489.472, - "f", + "3", -1, 0.504, "", @@ -107943,7 +107943,7 @@ 489.472, 365.347, 489.472, - "t", + ")", -1, 0.504, "", @@ -107966,7 +107966,7 @@ 489.472, 365.911, 489.472, - " ", + "#", -1, 0.504, "", @@ -107989,7 +107989,7 @@ 489.472, 366.415, 489.472, - "e", + "&", -1, 0.504, "", @@ -108012,7 +108012,7 @@ 489.472, 367.267, 489.472, - "y", + "B", -1, 0.504, "", @@ -108035,7 +108035,7 @@ 489.472, 368.114, 489.472, - "e", + "&", -1, 0.504, "", @@ -108058,7 +108058,7 @@ 489.472, 368.967, 489.472, - "s", + "1", -1, 0.504, "", @@ -108081,7 +108081,7 @@ 489.472, 369.712, 489.472, - ",", + "<", -1, 0.504, "", @@ -108104,7 +108104,7 @@ 489.472, 370.233, 489.472, - " ", + "#", -1, 0.504, "", @@ -108127,7 +108127,7 @@ 489.472, 370.737, 489.472, - "f", + "3", -1, 0.504, "", @@ -108150,7 +108150,7 @@ 489.472, 371.24, 489.472, - "o", + "4", -1, 0.504, "", @@ -108173,7 +108173,7 @@ 489.472, 372.109, 489.472, - "l", + "-", -1, 0.504, "", @@ -108196,7 +108196,7 @@ 489.472, 372.893, 489.472, - "o", + "4", -1, 0.504, "", @@ -108219,7 +108219,7 @@ 489.472, 373.761, 489.472, - "w", + "5", -1, 0.504, "", @@ -108242,7 +108242,7 @@ 489.472, 374.931, 489.472, - " ", + "#", -1, 0.504, "", @@ -108265,7 +108265,7 @@ 489.472, 375.435, 489.472, - "t", + ")", -1, 0.504, "", @@ -108288,7 +108288,7 @@ 489.472, 375.999, 489.472, - "h", + "%", -1, 0.504, "", @@ -108311,7 +108311,7 @@ 489.472, 376.904, 489.472, - "e", + "&", -1, 0.504, "", @@ -108334,7 +108334,7 @@ 489.472, 377.757, 489.472, - " ", + "#", -1, 0.504, "", @@ -108357,7 +108357,7 @@ 489.472, 378.26, 489.472, - "f", + "3", -1, 0.504, "", @@ -108380,7 +108380,7 @@ 489.472, 378.764, 489.472, - "o", + "4", -1, 0.504, "", @@ -108403,7 +108403,7 @@ 489.472, 379.632, 489.472, - "l", + "-", -1, 0.504, "", @@ -108426,7 +108426,7 @@ 489.472, 380.416, 489.472, - "o", + "4", -1, 0.504, "", @@ -108449,7 +108449,7 @@ 489.472, 381.285, 489.472, - "w", + "5", -1, 0.504, "", @@ -108472,7 +108472,7 @@ 489.472, 382.455, 489.472, - "i", + "*", -1, 0.504, "", @@ -108495,7 +108495,7 @@ 489.472, 382.847, 489.472, - "n", + "0", -1, 0.504, "", @@ -108518,7 +108518,7 @@ 489.472, 383.753, 489.472, - "g", + "6", -1, 0.504, "", @@ -108541,7 +108541,7 @@ 489.472, 384.644, 489.472, - " ", + "#", -1, 0.504, "", @@ -108564,7 +108564,7 @@ 487.862, 358.425, 487.862, - " ", + "#", -1, 0.504, "", @@ -108587,7 +108587,7 @@ 487.862, 358.928, 487.862, - " ", + "#", -1, 0.504, "", @@ -108610,7 +108610,7 @@ 487.862, 359.432, 487.862, - " ", + "#", -1, 0.504, "", @@ -108633,7 +108633,7 @@ 487.862, 359.935, 487.862, - " ", + "#", -1, 0.504, "", @@ -108656,7 +108656,7 @@ 487.862, 360.439, 487.862, - "s", + "1", -1, 0.504, "", @@ -108679,7 +108679,7 @@ 487.862, 361.184, 487.862, - "t", + ")", -1, 0.504, "", @@ -108702,7 +108702,7 @@ 487.862, 361.748, 487.862, - "e", + "&", -1, 0.504, "", @@ -108725,7 +108725,7 @@ 487.862, 362.601, 487.862, - "p", + "7", -1, 0.504, "", @@ -108748,7 +108748,7 @@ 487.862, 363.492, 487.862, - "s", + "1", -1, 0.504, "", @@ -108771,7 +108771,7 @@ 487.862, 364.237, 487.862, - ":", + "N", -1, 0.504, "", @@ -108794,7 +108794,7 @@ 486.252, 358.425, 486.252, - " ", + "#", -1, 0.504, "", @@ -108817,7 +108817,7 @@ 486.252, 358.928, 486.252, - " ", + "#", -1, 0.504, "", @@ -108840,7 +108840,7 @@ 486.252, 359.432, 486.252, - " ", + "#", -1, 0.504, "", @@ -108863,7 +108863,7 @@ 486.252, 359.935, 486.252, - " ", + "#", -1, 0.504, "", @@ -108886,7 +108886,7 @@ 486.252, 360.439, 486.252, - "a", + ",", -1, 0.504, "", @@ -108909,7 +108909,7 @@ 486.252, 361.299, 486.252, - ".", + "\"", -1, 0.504, "", @@ -108932,7 +108932,7 @@ 486.252, 361.819, 486.252, - " ", + "#", -1, 0.504, "", @@ -108955,7 +108955,7 @@ 486.252, 362.323, 486.252, - "O", + "K", -1, 0.504, "", @@ -108978,7 +108978,7 @@ 486.252, 363.449, 486.252, - "b", + "/", -1, 0.504, "", @@ -109001,7 +109001,7 @@ 486.252, 364.34, 486.252, - "s", + "1", -1, 0.504, "", @@ -109024,7 +109024,7 @@ 486.252, 365.086, 486.252, - "e", + "&", -1, 0.504, "", @@ -109047,7 +109047,7 @@ 486.252, 365.938, 486.252, - "r", + "(", -1, 0.504, "", @@ -109070,7 +109070,7 @@ 486.252, 366.549, 486.252, - "v", + "'", -1, 0.504, "", @@ -109093,7 +109093,7 @@ 486.252, 367.396, 486.252, - "e", + "&", -1, 0.504, "", @@ -109116,7 +109116,7 @@ 486.252, 368.249, 486.252, - " ", + "#", -1, 0.504, "", @@ -109139,7 +109139,7 @@ 486.252, 368.752, 486.252, - "a", + ",", -1, 0.504, "", @@ -109162,7 +109162,7 @@ 486.252, 369.612, 486.252, - "n", + "0", -1, 0.504, "", @@ -109185,7 +109185,7 @@ 486.252, 370.518, 486.252, - " ", + "#", -1, 0.504, "", @@ -109208,7 +109208,7 @@ 486.252, 371.021, 486.252, - "i", + "*", -1, 0.504, "", @@ -109231,7 +109231,7 @@ 486.252, 371.413, 486.252, - "m", + "8", -1, 0.504, "", @@ -109254,7 +109254,7 @@ 486.252, 372.805, 486.252, - "a", + ",", -1, 0.504, "", @@ -109277,7 +109277,7 @@ 486.252, 373.665, 486.252, - "g", + "6", -1, 0.504, "", @@ -109300,7 +109300,7 @@ 486.252, 374.556, 486.252, - "e", + "&", -1, 0.504, "", @@ -109323,7 +109323,7 @@ 486.252, 375.409, 486.252, - " ", + "#", -1, 0.504, "", @@ -109346,7 +109346,7 @@ 486.252, 375.913, 486.252, - "t", + ")", -1, 0.504, "", @@ -109369,7 +109369,7 @@ 486.252, 376.476, 486.252, - "h", + "%", -1, 0.504, "", @@ -109392,7 +109392,7 @@ 486.252, 377.382, 486.252, - "r", + "(", -1, 0.504, "", @@ -109415,7 +109415,7 @@ 486.252, 377.993, 486.252, - "o", + "4", -1, 0.504, "", @@ -109438,7 +109438,7 @@ 486.252, 378.861, 486.252, - "u", + ".", -1, 0.504, "", @@ -109461,7 +109461,7 @@ 486.252, 379.767, 486.252, - "g", + "6", -1, 0.504, "", @@ -109484,7 +109484,7 @@ 486.252, 380.658, 486.252, - "h", + "%", -1, 0.504, "", @@ -109507,7 +109507,7 @@ 486.252, 381.564, 486.252, - " ", + "#", -1, 0.504, "", @@ -109530,7 +109530,7 @@ 486.252, 382.067, 486.252, - "t", + ")", -1, 0.504, "", @@ -109553,7 +109553,7 @@ 486.252, 382.631, 486.252, - "h", + "%", -1, 0.504, "", @@ -109576,7 +109576,7 @@ 486.252, 383.537, 486.252, - "e", + "&", -1, 0.504, "", @@ -109599,7 +109599,7 @@ 486.252, 384.389, 486.252, - " ", + "#", -1, 0.504, "", @@ -109622,7 +109622,7 @@ 486.252, 384.893, 486.252, - "l", + "-", -1, 0.504, "", @@ -109645,7 +109645,7 @@ 486.252, 385.285, 486.252, - "e", + "&", -1, 0.504, "", @@ -109668,7 +109668,7 @@ 486.252, 386.137, 486.252, - "f", + "3", -1, 0.504, "", @@ -109691,7 +109691,7 @@ 486.252, 386.641, 486.252, - "t", + ")", -1, 0.504, "", @@ -109714,7 +109714,7 @@ 486.252, 387.205, 486.252, - " ", + "#", -1, 0.504, "", @@ -109737,7 +109737,7 @@ 484.641, 358.425, 484.641, - " ", + "#", -1, 0.504, "", @@ -109760,7 +109760,7 @@ 484.641, 358.928, 484.641, - " ", + "#", -1, 0.504, "", @@ -109783,7 +109783,7 @@ 484.641, 359.432, 484.641, - " ", + "#", -1, 0.504, "", @@ -109806,7 +109806,7 @@ 484.641, 359.935, 484.641, - " ", + "#", -1, 0.504, "", @@ -109829,7 +109829,7 @@ 484.641, 360.439, 484.641, - " ", + "#", -1, 0.504, "", @@ -109852,7 +109852,7 @@ 484.641, 360.942, 484.641, - " ", + "#", -1, 0.504, "", @@ -109875,7 +109875,7 @@ 484.641, 361.446, 484.641, - " ", + "#", -1, 0.504, "", @@ -109898,7 +109898,7 @@ 484.641, 361.95, 484.641, - " ", + "#", -1, 0.504, "", @@ -109921,7 +109921,7 @@ 484.641, 362.453, 484.641, - "e", + "&", -1, 0.504, "", @@ -109944,7 +109944,7 @@ 484.641, 363.306, 484.641, - "y", + "B", -1, 0.504, "", @@ -109967,7 +109967,7 @@ 484.641, 364.153, 484.641, - "e", + "&", -1, 0.504, "", @@ -109990,7 +109990,7 @@ 484.641, 365.005, 484.641, - "p", + "7", -1, 0.504, "", @@ -110013,7 +110013,7 @@ 484.641, 365.897, 484.641, - "i", + "*", -1, 0.504, "", @@ -110036,7 +110036,7 @@ 484.641, 366.289, 484.641, - "e", + "&", -1, 0.504, "", @@ -110059,7 +110059,7 @@ 484.641, 367.141, 484.641, - "c", + "+", -1, 0.504, "", @@ -110082,7 +110082,7 @@ 484.641, 367.887, 484.641, - "e", + "&", -1, 0.504, "", @@ -110105,7 +110105,7 @@ 484.641, 368.739, 484.641, - " ", + "#", -1, 0.504, "", @@ -110128,7 +110128,7 @@ 484.641, 369.243, 484.641, - "a", + ",", -1, 0.504, "", @@ -110151,7 +110151,7 @@ 484.641, 370.103, 484.641, - "n", + "0", -1, 0.504, "", @@ -110174,7 +110174,7 @@ 484.641, 371.008, 484.641, - "d", + "2", -1, 0.504, "", @@ -110197,7 +110197,7 @@ 484.641, 371.9, 484.641, - " ", + "#", -1, 0.504, "", @@ -110220,7 +110220,7 @@ 484.641, 372.403, 484.641, - "b", + "/", -1, 0.504, "", @@ -110243,7 +110243,7 @@ 484.641, 373.295, 484.641, - "r", + "(", -1, 0.504, "", @@ -110266,7 +110266,7 @@ 484.641, 373.905, 484.641, - "i", + "*", -1, 0.504, "", @@ -110289,7 +110289,7 @@ 484.641, 374.297, 484.641, - "n", + "0", -1, 0.504, "", @@ -110312,7 +110312,7 @@ 484.641, 375.203, 484.641, - "g", + "6", -1, 0.504, "", @@ -110335,7 +110335,7 @@ 484.641, 376.094, 484.641, - " ", + "#", -1, 0.504, "", @@ -110358,7 +110358,7 @@ 484.641, 376.598, 484.641, - "a", + ",", -1, 0.504, "", @@ -110381,7 +110381,7 @@ 484.641, 377.458, 484.641, - " ", + "#", -1, 0.504, "", @@ -110404,7 +110404,7 @@ 484.641, 377.961, 484.641, - "s", + "1", -1, 0.504, "", @@ -110427,7 +110427,7 @@ 484.641, 378.707, 484.641, - "p", + "7", -1, 0.504, "", @@ -110450,7 +110450,7 @@ 484.641, 379.598, 484.641, - "e", + "&", -1, 0.504, "", @@ -110473,7 +110473,7 @@ 484.641, 380.451, 484.641, - "c", + "+", -1, 0.504, "", @@ -110496,7 +110496,7 @@ 484.641, 381.196, 484.641, - "i", + "*", -1, 0.504, "", @@ -110519,7 +110519,7 @@ 484.641, 381.588, 484.641, - "f", + "3", -1, 0.504, "", @@ -110542,7 +110542,7 @@ 484.641, 382.092, 484.641, - "i", + "*", -1, 0.504, "", @@ -110565,7 +110565,7 @@ 484.641, 382.484, 484.641, - "c", + "+", -1, 0.504, "", @@ -110588,7 +110588,7 @@ 484.641, 383.229, 484.641, - " ", + "#", -1, 0.504, "", @@ -110611,7 +110611,7 @@ 484.641, 383.733, 484.641, - "p", + "7", -1, 0.504, "", @@ -110634,7 +110634,7 @@ 484.641, 384.624, 484.641, - "o", + "4", -1, 0.504, "", @@ -110657,7 +110657,7 @@ 484.641, 385.492, 484.641, - "i", + "*", -1, 0.504, "", @@ -110680,7 +110680,7 @@ 484.641, 385.884, 484.641, - "n", + "0", -1, 0.504, "", @@ -110703,7 +110703,7 @@ 484.641, 386.79, 484.641, - "t", + ")", -1, 0.504, "", @@ -110726,7 +110726,7 @@ 484.641, 387.354, 484.641, - " ", + "#", -1, 0.504, "", @@ -110749,7 +110749,7 @@ 483.031, 358.425, 483.031, - " ", + "#", -1, 0.504, "", @@ -110772,7 +110772,7 @@ 483.031, 358.928, 483.031, - " ", + "#", -1, 0.504, "", @@ -110795,7 +110795,7 @@ 483.031, 359.432, 483.031, - " ", + "#", -1, 0.504, "", @@ -110818,7 +110818,7 @@ 483.031, 359.935, 483.031, - " ", + "#", -1, 0.504, "", @@ -110841,7 +110841,7 @@ 483.031, 360.439, 483.031, - " ", + "#", -1, 0.504, "", @@ -110864,7 +110864,7 @@ 483.031, 360.942, 483.031, - " ", + "#", -1, 0.504, "", @@ -110887,7 +110887,7 @@ 483.031, 361.446, 483.031, - " ", + "#", -1, 0.504, "", @@ -110910,7 +110910,7 @@ 483.031, 361.95, 483.031, - " ", + "#", -1, 0.504, "", @@ -110933,7 +110933,7 @@ 483.031, 362.453, 483.031, - "i", + "*", -1, 0.504, "", @@ -110956,7 +110956,7 @@ 483.031, 362.841, 483.031, - "n", + "0", -1, 0.504, "", @@ -110979,7 +110979,7 @@ 483.031, 363.745, 483.031, - "t", + ")", -1, 0.504, "", @@ -111002,7 +111002,7 @@ 483.031, 364.309, 483.031, - "o", + "4", -1, 0.504, "", @@ -111025,7 +111025,7 @@ 483.031, 365.177, 483.031, - " ", + "#", -1, 0.504, "", @@ -111048,7 +111048,7 @@ 483.031, 365.681, 483.031, - "f", + "3", -1, 0.504, "", @@ -111071,7 +111071,7 @@ 483.031, 366.184, 483.031, - "o", + "4", -1, 0.504, "", @@ -111094,7 +111094,7 @@ 483.031, 367.053, 483.031, - "c", + "+", -1, 0.504, "", @@ -111117,7 +111117,7 @@ 483.031, 367.798, 483.031, - "u", + ".", -1, 0.504, "", @@ -111140,7 +111140,7 @@ 483.031, 368.702, 483.031, - "s", + "1", -1, 0.504, "", @@ -111163,7 +111163,7 @@ 483.031, 369.446, 483.031, - " ", + "#", -1, 0.504, "", @@ -111186,7 +111186,7 @@ 483.031, 369.95, 483.031, - "u", + ".", -1, 0.504, "", @@ -111209,7 +111209,7 @@ 483.031, 370.853, 483.031, - "s", + "1", -1, 0.504, "", @@ -111232,7 +111232,7 @@ 483.031, 371.598, 483.031, - "i", + "*", -1, 0.504, "", @@ -111255,7 +111255,7 @@ 483.031, 371.99, 483.031, - "n", + "0", -1, 0.504, "", @@ -111278,7 +111278,7 @@ 483.031, 372.894, 483.031, - "g", + "6", -1, 0.504, "", @@ -111301,7 +111301,7 @@ 483.031, 373.785, 483.031, - " ", + "#", -1, 0.504, "", @@ -111324,7 +111324,7 @@ 483.031, 374.289, 483.031, - "t", + ")", -1, 0.504, "", @@ -111347,7 +111347,7 @@ 483.031, 374.853, 483.031, - "h", + "%", -1, 0.504, "", @@ -111370,7 +111370,7 @@ 483.031, 375.757, 483.031, - "e", + "&", -1, 0.504, "", @@ -111393,7 +111393,7 @@ 483.031, 376.608, 483.031, - " ", + "#", -1, 0.504, "", @@ -111416,7 +111416,7 @@ 483.031, 377.112, 483.031, - "f", + "3", -1, 0.504, "", @@ -111439,7 +111439,7 @@ 483.031, 377.614, 483.031, - "o", + "4", -1, 0.504, "", @@ -111462,7 +111462,7 @@ 483.031, 378.481, 483.031, - "c", + "+", -1, 0.504, "", @@ -111485,7 +111485,7 @@ 483.031, 379.226, 483.031, - "u", + ".", -1, 0.504, "", @@ -111508,7 +111508,7 @@ 483.031, 380.132, 483.031, - "s", + "1", -1, 0.504, "", @@ -111531,7 +111531,7 @@ 483.031, 380.877, 483.031, - " ", + "#", -1, 0.504, "", @@ -111554,7 +111554,7 @@ 483.031, 381.381, 483.031, - "k", + "@", -1, 0.504, "", @@ -111577,7 +111577,7 @@ 483.031, 382.228, 483.031, - "n", + "0", -1, 0.504, "", @@ -111600,7 +111600,7 @@ 483.031, 383.133, 483.031, - "o", + "4", -1, 0.504, "", @@ -111623,7 +111623,7 @@ 483.031, 384.002, 483.031, - "b", + "/", -1, 0.504, "", @@ -111646,7 +111646,7 @@ 483.031, 384.893, 483.031, - ".", + "\"", -1, 0.504, "", @@ -111669,7 +111669,7 @@ 481.421, 358.425, 481.421, - " ", + "#", -1, 0.504, "", @@ -111692,7 +111692,7 @@ 481.421, 358.928, 481.421, - " ", + "#", -1, 0.504, "", @@ -111715,7 +111715,7 @@ 481.421, 359.432, 481.421, - " ", + "#", -1, 0.504, "", @@ -111738,7 +111738,7 @@ 481.421, 359.935, 481.421, - " ", + "#", -1, 0.504, "", @@ -111761,7 +111761,7 @@ 481.421, 360.439, 481.421, - "b", + "/", -1, 0.504, "", @@ -111784,7 +111784,7 @@ 481.421, 361.327, 481.421, - ".", + "\"", -1, 0.504, "", @@ -111807,7 +111807,7 @@ 481.421, 361.847, 481.421, - " ", + "#", -1, 0.504, "", @@ -111830,7 +111830,7 @@ 481.421, 362.35, 481.421, - "B", + "O", -1, 0.504, "", @@ -111853,7 +111853,7 @@ 481.421, 363.332, 481.421, - "y", + "B", -1, 0.504, "", @@ -111876,7 +111876,7 @@ 481.421, 364.179, 481.421, - " ", + "#", -1, 0.504, "", @@ -111899,7 +111899,7 @@ 481.421, 364.682, 481.421, - "t", + ")", -1, 0.504, "", @@ -111922,7 +111922,7 @@ 481.421, 365.246, 481.421, - "u", + ".", -1, 0.504, "", @@ -111945,7 +111945,7 @@ 481.421, 366.151, 481.421, - "r", + "(", -1, 0.504, "", @@ -111968,7 +111968,7 @@ 481.421, 366.762, 481.421, - "n", + "0", -1, 0.504, "", @@ -111991,7 +111991,7 @@ 481.421, 367.668, 481.421, - "i", + "*", -1, 0.504, "", @@ -112014,7 +112014,7 @@ 481.421, 368.06, 481.421, - "n", + "0", -1, 0.504, "", @@ -112037,7 +112037,7 @@ 481.421, 368.965, 481.421, - "g", + "6", -1, 0.504, "", @@ -112060,7 +112060,7 @@ 481.421, 369.857, 481.421, - " ", + "#", -1, 0.504, "", @@ -112083,7 +112083,7 @@ 481.421, 370.358, 481.421, - "t", + ")", -1, 0.504, "", @@ -112106,7 +112106,7 @@ 481.421, 370.92, 481.421, - "h", + "%", -1, 0.504, "", @@ -112129,7 +112129,7 @@ 481.421, 371.825, 481.421, - "e", + "&", -1, 0.504, "", @@ -112152,7 +112152,7 @@ 481.421, 372.678, 481.421, - " ", + "#", -1, 0.504, "", @@ -112175,7 +112175,7 @@ 481.421, 373.182, 481.421, - "d", + "2", -1, 0.504, "", @@ -112198,7 +112198,7 @@ 481.421, 374.073, 481.421, - "i", + "*", -1, 0.504, "", @@ -112221,7 +112221,7 @@ 481.421, 374.465, 481.421, - "o", + "4", -1, 0.504, "", @@ -112244,7 +112244,7 @@ 481.421, 375.333, 481.421, - "p", + "7", -1, 0.504, "", @@ -112267,7 +112267,7 @@ 481.421, 376.225, 481.421, - "t", + ")", -1, 0.504, "", @@ -112290,7 +112290,7 @@ 481.421, 376.787, 481.421, - "e", + "&", -1, 0.504, "", @@ -112313,7 +112313,7 @@ 481.421, 377.639, 481.421, - "r", + "(", -1, 0.504, "", @@ -112336,7 +112336,7 @@ 481.421, 378.25, 481.421, - " ", + "#", -1, 0.504, "", @@ -112359,7 +112359,7 @@ 481.421, 378.754, 481.421, - "r", + "(", -1, 0.504, "", @@ -112382,7 +112382,7 @@ 481.421, 379.365, 481.421, - "i", + "*", -1, 0.504, "", @@ -112405,7 +112405,7 @@ 481.421, 379.757, 481.421, - "n", + "0", -1, 0.504, "", @@ -112428,7 +112428,7 @@ 481.421, 380.662, 481.421, - "g", + "6", -1, 0.504, "", @@ -112451,7 +112451,7 @@ 481.421, 381.554, 481.421, - " ", + "#", -1, 0.504, "", @@ -112474,7 +112474,7 @@ 481.421, 382.057, 481.421, - " ", + "#", -1, 0.504, "", @@ -112497,7 +112497,7 @@ 481.421, 384.177, 481.421, - " ", + "#", -1, 0.504, "", @@ -112520,7 +112520,7 @@ 479.811, 358.426, 479.811, - " ", + "#", -1, 0.504, "", @@ -112543,7 +112543,7 @@ 479.811, 358.93, 479.811, - " ", + "#", -1, 0.504, "", @@ -112566,7 +112566,7 @@ 479.811, 359.433, 479.811, - " ", + "#", -1, 0.504, "", @@ -112589,7 +112589,7 @@ 479.811, 359.937, 479.811, - " ", + "#", -1, 0.504, "", @@ -112612,7 +112612,7 @@ 479.811, 360.44, 479.811, - " ", + "#", -1, 0.504, "", @@ -112635,7 +112635,7 @@ 479.811, 360.944, 479.811, - " ", + "#", -1, 0.504, "", @@ -112658,7 +112658,7 @@ 479.811, 361.447, 479.811, - " ", + "#", -1, 0.504, "", @@ -112681,7 +112681,7 @@ 479.811, 361.951, 479.811, - " ", + "#", -1, 0.504, "", @@ -112704,7 +112704,7 @@ 479.811, 362.455, 479.811, - "a", + ",", -1, 0.504, "", @@ -112727,7 +112727,7 @@ 479.811, 363.314, 479.811, - "d", + "2", -1, 0.504, "", @@ -112750,7 +112750,7 @@ 479.811, 364.206, 479.811, - "j", + "=", -1, 0.504, "", @@ -112773,7 +112773,7 @@ 479.811, 364.698, 479.811, - "u", + ".", -1, 0.504, "", @@ -112796,7 +112796,7 @@ 479.811, 365.603, 479.811, - "s", + "1", -1, 0.504, "", @@ -112819,7 +112819,7 @@ 479.811, 366.349, 479.811, - "t", + ")", -1, 0.504, "", @@ -112842,7 +112842,7 @@ 479.811, 366.913, 479.811, - "m", + "8", -1, 0.504, "", @@ -112865,7 +112865,7 @@ 479.811, 368.305, 479.811, - "e", + "&", -1, 0.504, "", @@ -112888,7 +112888,7 @@ 479.811, 369.157, 479.811, - "n", + "0", -1, 0.504, "", @@ -112911,7 +112911,7 @@ 479.811, 370.063, 479.811, - "t", + ")", -1, 0.504, "", @@ -112934,7 +112934,7 @@ 479.811, 370.626, 479.811, - " ", + "#", -1, 0.504, "", @@ -112957,7 +112957,7 @@ 479.811, 371.13, 479.811, - "f", + "3", -1, 0.504, "", @@ -112980,7 +112980,7 @@ 479.811, 371.634, 479.811, - "o", + "4", -1, 0.504, "", @@ -113003,7 +113003,7 @@ 479.811, 372.502, 479.811, - "r", + "(", -1, 0.504, "", @@ -113026,7 +113026,7 @@ 479.811, 373.113, 479.811, - " ", + "#", -1, 0.504, "", @@ -113049,7 +113049,7 @@ 479.811, 373.617, 479.811, - "t", + ")", -1, 0.504, "", @@ -113072,7 +113072,7 @@ 479.811, 374.18, 479.811, - "h", + "%", -1, 0.504, "", @@ -113095,7 +113095,7 @@ 479.811, 375.086, 479.811, - "e", + "&", -1, 0.504, "", @@ -113118,7 +113118,7 @@ 479.811, 375.938, 479.811, - " ", + "#", -1, 0.504, "", @@ -113141,7 +113141,7 @@ 479.811, 376.442, 479.811, - "l", + "-", -1, 0.504, "", @@ -113164,7 +113164,7 @@ 479.811, 376.834, 479.811, - "e", + "&", -1, 0.504, "", @@ -113187,7 +113187,7 @@ 479.811, 377.687, 479.811, - "f", + "3", -1, 0.504, "", @@ -113210,7 +113210,7 @@ 479.811, 378.19, 479.811, - "t", + ")", -1, 0.504, "", @@ -113233,7 +113233,7 @@ 479.811, 378.754, 479.811, - " ", + "#", -1, 0.504, "", @@ -113256,7 +113256,7 @@ 479.811, 379.258, 479.811, - "e", + "&", -1, 0.504, "", @@ -113279,7 +113279,7 @@ 479.811, 380.11, 479.811, - "y", + "B", -1, 0.504, "", @@ -113302,7 +113302,7 @@ 479.811, 380.957, 479.811, - "e", + "&", -1, 0.504, "", @@ -113325,7 +113325,7 @@ 479.811, 381.81, 479.811, - "p", + "7", -1, 0.504, "", @@ -113348,7 +113348,7 @@ 479.811, 382.701, 479.811, - "i", + "*", -1, 0.504, "", @@ -113371,7 +113371,7 @@ 479.811, 383.093, 479.811, - "e", + "&", -1, 0.504, "", @@ -113394,7 +113394,7 @@ 479.811, 383.946, 479.811, - "c", + "+", -1, 0.504, "", @@ -113417,7 +113417,7 @@ 479.811, 384.691, 479.811, - "e", + "&", -1, 0.504, "", @@ -113440,7 +113440,7 @@ 479.811, 385.544, 479.811, - ",", + "<", -1, 0.504, "", @@ -113463,7 +113463,7 @@ 479.811, 386.064, 479.811, - " ", + "#", -1, 0.504, "", @@ -113486,7 +113486,7 @@ 478.201, 358.426, 478.201, - " ", + "#", -1, 0.504, "", @@ -113509,7 +113509,7 @@ 478.201, 358.93, 478.201, - " ", + "#", -1, 0.504, "", @@ -113532,7 +113532,7 @@ 478.201, 359.433, 478.201, - " ", + "#", -1, 0.504, "", @@ -113555,7 +113555,7 @@ 478.201, 359.937, 478.201, - " ", + "#", -1, 0.504, "", @@ -113578,7 +113578,7 @@ 478.201, 360.44, 478.201, - " ", + "#", -1, 0.504, "", @@ -113601,7 +113601,7 @@ 478.201, 360.944, 478.201, - " ", + "#", -1, 0.504, "", @@ -113624,7 +113624,7 @@ 478.201, 361.447, 478.201, - " ", + "#", -1, 0.504, "", @@ -113647,7 +113647,7 @@ 478.201, 361.951, 478.201, - " ", + "#", -1, 0.504, "", @@ -113670,7 +113670,7 @@ 478.201, 362.455, 478.201, - "b", + "/", -1, 0.504, "", @@ -113693,7 +113693,7 @@ 478.201, 363.346, 478.201, - "r", + "(", -1, 0.504, "", @@ -113716,7 +113716,7 @@ 478.201, 363.957, 478.201, - "i", + "*", -1, 0.504, "", @@ -113739,7 +113739,7 @@ 478.201, 364.349, 478.201, - "n", + "0", -1, 0.504, "", @@ -113762,7 +113762,7 @@ 478.201, 365.254, 478.201, - "g", + "6", -1, 0.504, "", @@ -113785,7 +113785,7 @@ 478.201, 366.146, 478.201, - " ", + "#", -1, 0.504, "", @@ -113808,7 +113808,7 @@ 478.201, 366.649, 478.201, - "t", + ")", -1, 0.504, "", @@ -113831,7 +113831,7 @@ 478.201, 367.213, 478.201, - "h", + "%", -1, 0.504, "", @@ -113854,7 +113854,7 @@ 478.201, 368.119, 478.201, - "e", + "&", -1, 0.504, "", @@ -113877,7 +113877,7 @@ 478.201, 368.971, 478.201, - " ", + "#", -1, 0.504, "", @@ -113900,7 +113900,7 @@ 478.201, 369.475, 478.201, - "s", + "1", -1, 0.504, "", @@ -113923,7 +113923,7 @@ 478.201, 370.22, 478.201, - "a", + ",", -1, 0.504, "", @@ -113946,7 +113946,7 @@ 478.201, 371.08, 478.201, - "m", + "8", -1, 0.504, "", @@ -113969,7 +113969,7 @@ 478.201, 372.472, 478.201, - "e", + "&", -1, 0.504, "", @@ -113992,7 +113992,7 @@ 478.201, 373.325, 478.201, - " ", + "#", -1, 0.504, "", @@ -114015,7 +114015,7 @@ 478.201, 373.828, 478.201, - "p", + "7", -1, 0.504, "", @@ -114038,7 +114038,7 @@ 478.201, 374.72, 478.201, - "o", + "4", -1, 0.504, "", @@ -114061,7 +114061,7 @@ 478.201, 375.588, 478.201, - "i", + "*", -1, 0.504, "", @@ -114084,7 +114084,7 @@ 478.201, 375.98, 478.201, - "n", + "0", -1, 0.504, "", @@ -114107,7 +114107,7 @@ 478.201, 376.886, 478.201, - "t", + ")", -1, 0.504, "", @@ -114130,7 +114130,7 @@ 478.201, 377.449, 478.201, - " ", + "#", -1, 0.504, "", @@ -114153,7 +114153,7 @@ 478.201, 377.953, 478.201, - "i", + "*", -1, 0.504, "", @@ -114176,7 +114176,7 @@ 478.201, 378.345, 478.201, - "n", + "0", -1, 0.504, "", @@ -114199,7 +114199,7 @@ 478.201, 379.25, 478.201, - "t", + ")", -1, 0.504, "", @@ -114222,7 +114222,7 @@ 478.201, 379.814, 478.201, - "o", + "4", -1, 0.504, "", @@ -114245,7 +114245,7 @@ 478.201, 380.682, 478.201, - " ", + "#", -1, 0.504, "", @@ -114268,7 +114268,7 @@ 478.201, 381.186, 478.201, - "s", + "1", -1, 0.504, "", @@ -114291,7 +114291,7 @@ 478.201, 381.931, 478.201, - "h", + "%", -1, 0.504, "", @@ -114314,7 +114314,7 @@ 478.201, 382.837, 478.201, - "a", + ",", -1, 0.504, "", @@ -114337,7 +114337,7 @@ 478.201, 383.697, 478.201, - "r", + "(", -1, 0.504, "", @@ -114360,7 +114360,7 @@ 478.201, 384.308, 478.201, - "p", + "7", -1, 0.504, "", @@ -114383,7 +114383,7 @@ 478.201, 385.199, 478.201, - " ", + "#", -1, 0.504, "", @@ -114406,7 +114406,7 @@ 476.59, 358.426, 476.59, - " ", + "#", -1, 0.504, "", @@ -114429,7 +114429,7 @@ 476.59, 358.93, 476.59, - " ", + "#", -1, 0.504, "", @@ -114452,7 +114452,7 @@ 476.59, 359.433, 476.59, - " ", + "#", -1, 0.504, "", @@ -114475,7 +114475,7 @@ 476.59, 359.937, 476.59, - " ", + "#", -1, 0.504, "", @@ -114498,7 +114498,7 @@ 476.59, 360.44, 476.59, - " ", + "#", -1, 0.504, "", @@ -114521,7 +114521,7 @@ 476.59, 360.944, 476.59, - " ", + "#", -1, 0.504, "", @@ -114544,7 +114544,7 @@ 476.59, 361.447, 476.59, - " ", + "#", -1, 0.504, "", @@ -114567,7 +114567,7 @@ 476.59, 361.951, 476.59, - " ", + "#", -1, 0.504, "", @@ -114590,7 +114590,7 @@ 476.59, 362.455, 476.59, - "f", + "3", -1, 0.504, "", @@ -114613,7 +114613,7 @@ 476.59, 362.958, 476.59, - "o", + "4", -1, 0.504, "", @@ -114636,7 +114636,7 @@ 476.59, 363.827, 476.59, - "c", + "+", -1, 0.504, "", @@ -114659,7 +114659,7 @@ 476.59, 364.572, 476.59, - "u", + ".", -1, 0.504, "", @@ -114682,7 +114682,7 @@ 476.59, 365.478, 476.59, - "s", + "1", -1, 0.504, "", @@ -114705,7 +114705,7 @@ 476.59, 366.223, 476.59, - ".", + "\"", -1, 0.504, "", @@ -114728,7 +114728,7 @@ 474.98, 358.426, 474.98, - " ", + "#", -1, 0.504, "", @@ -114751,7 +114751,7 @@ 474.98, 358.93, 474.98, - " ", + "#", -1, 0.504, "", @@ -114774,7 +114774,7 @@ 474.98, 359.433, 474.98, - " ", + "#", -1, 0.504, "", @@ -114797,7 +114797,7 @@ 474.98, 359.937, 474.98, - " ", + "#", -1, 0.504, "", @@ -114820,7 +114820,7 @@ 474.98, 360.44, 474.98, - " ", + "#", -1, 0.504, "", @@ -114843,7 +114843,7 @@ 474.98, 360.944, 474.98, - "c", + "+", -1, 0.504, "", @@ -114866,7 +114866,7 @@ 474.98, 361.689, 474.98, - ".", + "\"", -1, 0.504, "", @@ -114889,7 +114889,7 @@ 474.98, 362.21, 474.98, - "T", + "$", -1, 0.504, "", @@ -114912,7 +114912,7 @@ 474.98, 363.091, 474.98, - "h", + "%", -1, 0.504, "", @@ -114935,7 +114935,7 @@ 474.98, 363.997, 474.98, - "e", + "&", -1, 0.504, "", @@ -114958,7 +114958,7 @@ 474.98, 364.85, 474.98, - "n", + "0", -1, 0.504, "", @@ -114981,7 +114981,7 @@ 474.98, 365.755, 474.98, - " ", + "#", -1, 0.504, "", @@ -115004,7 +115004,7 @@ 474.98, 366.259, 474.98, - "b", + "/", -1, 0.504, "", @@ -115027,7 +115027,7 @@ 474.98, 367.15, 474.98, - "r", + "(", -1, 0.504, "", @@ -115050,7 +115050,7 @@ 474.98, 367.761, 474.98, - "i", + "*", -1, 0.504, "", @@ -115073,7 +115073,7 @@ 474.98, 368.153, 474.98, - "n", + "0", -1, 0.504, "", @@ -115096,7 +115096,7 @@ 474.98, 369.058, 474.98, - "g", + "6", -1, 0.504, "", @@ -115119,7 +115119,7 @@ 474.98, 369.95, 474.98, - " ", + "#", -1, 0.504, "", @@ -115142,7 +115142,7 @@ 474.98, 370.453, 474.98, - "t", + ")", -1, 0.504, "", @@ -115165,7 +115165,7 @@ 474.98, 371.017, 474.98, - "h", + "%", -1, 0.504, "", @@ -115188,7 +115188,7 @@ 474.98, 371.923, 474.98, - "e", + "&", -1, 0.504, "", @@ -115211,7 +115211,7 @@ 474.98, 372.775, 474.98, - " ", + "#", -1, 0.504, "", @@ -115234,7 +115234,7 @@ 474.98, 373.279, 474.98, - "s", + "1", -1, 0.504, "", @@ -115257,7 +115257,7 @@ 474.98, 374.024, 474.98, - "a", + ",", -1, 0.504, "", @@ -115280,7 +115280,7 @@ 474.98, 374.884, 474.98, - "m", + "8", -1, 0.504, "", @@ -115303,7 +115303,7 @@ 474.98, 376.276, 474.98, - "e", + "&", -1, 0.504, "", @@ -115326,7 +115326,7 @@ 474.98, 377.129, 474.98, - " ", + "#", -1, 0.504, "", @@ -115349,7 +115349,7 @@ 474.98, 377.632, 474.98, - "p", + "7", -1, 0.504, "", @@ -115372,7 +115372,7 @@ 474.98, 378.524, 474.98, - "o", + "4", -1, 0.504, "", @@ -115395,7 +115395,7 @@ 474.98, 379.392, 474.98, - "i", + "*", -1, 0.504, "", @@ -115418,7 +115418,7 @@ 474.98, 379.784, 474.98, - "n", + "0", -1, 0.504, "", @@ -115441,7 +115441,7 @@ 474.98, 380.69, 474.98, - "t", + ")", -1, 0.504, "", @@ -115464,7 +115464,7 @@ 474.98, 381.253, 474.98, - " ", + "#", -1, 0.504, "", @@ -115487,7 +115487,7 @@ 474.98, 381.757, 474.98, - "i", + "*", -1, 0.504, "", @@ -115510,7 +115510,7 @@ 474.98, 382.149, 474.98, - "n", + "0", -1, 0.504, "", @@ -115533,7 +115533,7 @@ 474.98, 383.054, 474.98, - "t", + ")", -1, 0.504, "", @@ -115556,7 +115556,7 @@ 474.98, 383.618, 474.98, - "o", + "4", -1, 0.504, "", @@ -115579,7 +115579,7 @@ 474.98, 384.487, 474.98, - " ", + "#", -1, 0.504, "", @@ -115602,7 +115602,7 @@ 473.37, 358.426, 473.37, - " ", + "#", -1, 0.504, "", @@ -115625,7 +115625,7 @@ 473.37, 358.93, 473.37, - " ", + "#", -1, 0.504, "", @@ -115648,7 +115648,7 @@ 473.37, 359.433, 473.37, - " ", + "#", -1, 0.504, "", @@ -115671,7 +115671,7 @@ 473.37, 359.937, 473.37, - " ", + "#", -1, 0.504, "", @@ -115694,7 +115694,7 @@ 473.37, 360.44, 473.37, - " ", + "#", -1, 0.504, "", @@ -115717,7 +115717,7 @@ 473.37, 360.944, 473.37, - " ", + "#", -1, 0.504, "", @@ -115740,7 +115740,7 @@ 473.37, 361.447, 473.37, - " ", + "#", -1, 0.504, "", @@ -115763,7 +115763,7 @@ 473.37, 361.951, 473.37, - " ", + "#", -1, 0.504, "", @@ -115786,7 +115786,7 @@ 473.37, 362.455, 473.37, - "f", + "3", -1, 0.504, "", @@ -115809,7 +115809,7 @@ 473.37, 362.958, 473.37, - "o", + "4", -1, 0.504, "", @@ -115832,7 +115832,7 @@ 473.37, 363.827, 473.37, - "c", + "+", -1, 0.504, "", @@ -115855,7 +115855,7 @@ 473.37, 364.572, 473.37, - "u", + ".", -1, 0.504, "", @@ -115878,7 +115878,7 @@ 473.37, 365.478, 473.37, - "s", + "1", -1, 0.504, "", @@ -115901,7 +115901,7 @@ 473.37, 366.223, 473.37, - " ", + "#", -1, 0.504, "", @@ -115924,7 +115924,7 @@ 473.37, 366.727, 473.37, - "t", + ")", -1, 0.504, "", @@ -115947,7 +115947,7 @@ 473.37, 367.29, 473.37, - "h", + "%", -1, 0.504, "", @@ -115970,7 +115970,7 @@ 473.37, 368.196, 473.37, - "r", + "(", -1, 0.504, "", @@ -115993,7 +115993,7 @@ 473.37, 368.807, 473.37, - "o", + "4", -1, 0.504, "", @@ -116016,7 +116016,7 @@ 473.37, 369.675, 473.37, - "u", + ".", -1, 0.504, "", @@ -116039,7 +116039,7 @@ 473.37, 370.581, 473.37, - "g", + "6", -1, 0.504, "", @@ -116062,7 +116062,7 @@ 473.37, 371.472, 473.37, - "h", + "%", -1, 0.504, "", @@ -116085,7 +116085,7 @@ 473.37, 372.378, 473.37, - " ", + "#", -1, 0.504, "", @@ -116108,7 +116108,7 @@ 473.37, 372.881, 473.37, - "t", + ")", -1, 0.504, "", @@ -116131,7 +116131,7 @@ 473.37, 373.445, 473.37, - "h", + "%", -1, 0.504, "", @@ -116154,7 +116154,7 @@ 473.37, 374.35, 473.37, - "e", + "&", -1, 0.504, "", @@ -116177,7 +116177,7 @@ 473.37, 375.203, 473.37, - " ", + "#", -1, 0.504, "", @@ -116200,7 +116200,7 @@ 473.37, 375.707, 473.37, - "r", + "(", -1, 0.504, "", @@ -116223,7 +116223,7 @@ 473.37, 376.318, 473.37, - "i", + "*", -1, 0.504, "", @@ -116246,7 +116246,7 @@ 473.37, 376.71, 473.37, - "g", + "6", -1, 0.504, "", @@ -116269,7 +116269,7 @@ 473.37, 377.601, 473.37, - "h", + "%", -1, 0.504, "", @@ -116292,7 +116292,7 @@ 473.37, 378.506, 473.37, - "t", + ")", -1, 0.504, "", @@ -116315,7 +116315,7 @@ 473.37, 379.07, 473.37, - " ", + "#", -1, 0.504, "", @@ -116338,7 +116338,7 @@ 473.37, 379.574, 473.37, - "e", + "&", -1, 0.504, "", @@ -116361,7 +116361,7 @@ 473.37, 380.426, 473.37, - "y", + "B", -1, 0.504, "", @@ -116384,7 +116384,7 @@ 473.37, 381.273, 473.37, - "e", + "&", -1, 0.504, "", @@ -116407,7 +116407,7 @@ 473.37, 382.126, 473.37, - "p", + "7", -1, 0.504, "", @@ -116430,7 +116430,7 @@ 473.37, 383.017, 473.37, - "i", + "*", -1, 0.504, "", @@ -116453,7 +116453,7 @@ 473.37, 383.409, 473.37, - "e", + "&", -1, 0.504, "", @@ -116476,7 +116476,7 @@ 473.37, 384.262, 473.37, - "c", + "+", -1, 0.504, "", @@ -116499,7 +116499,7 @@ 473.37, 385.007, 473.37, - "e", + "&", -1, 0.504, "", @@ -116522,7 +116522,7 @@ 473.37, 385.86, 473.37, - " ", + "#", -1, 0.504, "", @@ -116545,7 +116545,7 @@ 473.37, 386.364, 473.37, - " ", + "#", -1, 0.504, "", @@ -116568,7 +116568,7 @@ 471.76, 358.426, 471.76, - " ", + "#", -1, 0.504, "", @@ -116591,7 +116591,7 @@ 471.76, 358.93, 471.76, - " ", + "#", -1, 0.504, "", @@ -116614,7 +116614,7 @@ 471.76, 359.433, 471.76, - " ", + "#", -1, 0.504, "", @@ -116637,7 +116637,7 @@ 471.76, 359.937, 471.76, - " ", + "#", -1, 0.504, "", @@ -116660,7 +116660,7 @@ 471.76, 360.44, 471.76, - " ", + "#", -1, 0.504, "", @@ -116683,7 +116683,7 @@ 471.76, 360.944, 471.76, - " ", + "#", -1, 0.504, "", @@ -116706,7 +116706,7 @@ 471.76, 361.447, 471.76, - " ", + "#", -1, 0.504, "", @@ -116729,7 +116729,7 @@ 471.76, 361.951, 471.76, - " ", + "#", -1, 0.504, "", @@ -116752,7 +116752,7 @@ 471.76, 362.455, 471.76, - "b", + "/", -1, 0.504, "", @@ -116775,7 +116775,7 @@ 471.76, 363.346, 471.76, - "y", + "B", -1, 0.504, "", @@ -116798,7 +116798,7 @@ 471.76, 364.193, 471.76, - " ", + "#", -1, 0.504, "", @@ -116821,7 +116821,7 @@ 471.76, 364.696, 471.76, - "t", + ")", -1, 0.504, "", @@ -116844,7 +116844,7 @@ 471.76, 365.26, 471.76, - "u", + ".", -1, 0.504, "", @@ -116867,7 +116867,7 @@ 471.76, 366.166, 471.76, - "r", + "(", -1, 0.504, "", @@ -116890,7 +116890,7 @@ 471.76, 366.777, 471.76, - "n", + "0", -1, 0.504, "", @@ -116913,7 +116913,7 @@ 471.76, 367.682, 471.76, - "i", + "*", -1, 0.504, "", @@ -116936,7 +116936,7 @@ 471.76, 368.074, 471.76, - "n", + "0", -1, 0.504, "", @@ -116959,7 +116959,7 @@ 471.76, 368.98, 471.76, - "g", + "6", -1, 0.504, "", @@ -116982,7 +116982,7 @@ 471.76, 369.871, 471.76, - " ", + "#", -1, 0.504, "", @@ -117005,7 +117005,7 @@ 471.76, 370.375, 471.76, - "t", + ")", -1, 0.504, "", @@ -117028,7 +117028,7 @@ 471.76, 370.938, 471.76, - "h", + "%", -1, 0.504, "", @@ -117051,7 +117051,7 @@ 471.76, 371.844, 471.76, - "e", + "&", -1, 0.504, "", @@ -117074,7 +117074,7 @@ 471.76, 372.697, 471.76, - " ", + "#", -1, 0.504, "", @@ -117097,7 +117097,7 @@ 471.76, 373.2, 471.76, - "r", + "(", -1, 0.504, "", @@ -117120,7 +117120,7 @@ 471.76, 373.811, 471.76, - "i", + "*", -1, 0.504, "", @@ -117143,7 +117143,7 @@ 471.76, 374.203, 471.76, - "g", + "6", -1, 0.504, "", @@ -117166,7 +117166,7 @@ 471.76, 375.094, 471.76, - "h", + "%", -1, 0.504, "", @@ -117189,7 +117189,7 @@ 471.76, 376.0, 471.76, - "t", + ")", -1, 0.504, "", @@ -117212,7 +117212,7 @@ 471.76, 376.564, 471.76, - " ", + "#", -1, 0.504, "", @@ -117235,7 +117235,7 @@ 471.76, 377.067, 471.76, - "d", + "2", -1, 0.504, "", @@ -117258,7 +117258,7 @@ 471.76, 377.958, 471.76, - "i", + "*", -1, 0.504, "", @@ -117281,7 +117281,7 @@ 471.76, 378.35, 471.76, - "o", + "4", -1, 0.504, "", @@ -117304,7 +117304,7 @@ 471.76, 379.219, 471.76, - "p", + "7", -1, 0.504, "", @@ -117327,7 +117327,7 @@ 471.76, 380.11, 471.76, - "t", + ")", -1, 0.504, "", @@ -117350,7 +117350,7 @@ 471.76, 380.674, 471.76, - "e", + "&", -1, 0.504, "", @@ -117373,7 +117373,7 @@ 471.76, 381.527, 471.76, - "r", + "(", -1, 0.504, "", @@ -117396,7 +117396,7 @@ 471.76, 382.137, 471.76, - " ", + "#", -1, 0.504, "", @@ -117419,7 +117419,7 @@ 471.76, 382.641, 471.76, - "r", + "(", -1, 0.504, "", @@ -117442,7 +117442,7 @@ 471.76, 383.252, 471.76, - "i", + "*", -1, 0.504, "", @@ -117465,7 +117465,7 @@ 471.76, 383.644, 471.76, - "n", + "0", -1, 0.504, "", @@ -117488,7 +117488,7 @@ 471.76, 384.549, 471.76, - "g", + "6", -1, 0.504, "", @@ -117511,7 +117511,7 @@ 471.76, 385.428, 471.76, - ".", + "\"", -1, 0.504, "", @@ -117534,7 +117534,7 @@ 470.149, 358.426, 470.149, - " ", + "#", -1, 0.504, "", @@ -117557,7 +117557,7 @@ 470.149, 358.93, 470.149, - " ", + "#", -1, 0.504, "", @@ -117580,7 +117580,7 @@ 470.149, 359.433, 470.149, - " ", + "#", -1, 0.504, "", @@ -117603,7 +117603,7 @@ 470.149, 359.937, 470.149, - " ", + "#", -1, 0.504, "", @@ -117626,7 +117626,7 @@ 470.149, 360.44, 470.149, - " ", + "#", -1, 0.504, "", @@ -117649,7 +117649,7 @@ 470.149, 360.944, 470.149, - "d", + "2", -1, 0.504, "", @@ -117672,7 +117672,7 @@ 470.149, 361.835, 470.149, - ".", + "\"", -1, 0.504, "", @@ -117695,7 +117695,7 @@ 470.149, 362.356, 470.149, - "W", + "I", -1, 0.504, "", @@ -117718,7 +117718,7 @@ 470.149, 363.771, 470.149, - "i", + "*", -1, 0.504, "", @@ -117741,7 +117741,7 @@ 470.149, 364.163, 470.149, - "t", + ")", -1, 0.504, "", @@ -117764,7 +117764,7 @@ 470.149, 364.727, 470.149, - "h", + "%", -1, 0.504, "", @@ -117787,7 +117787,7 @@ 470.149, 365.632, 470.149, - " ", + "#", -1, 0.504, "", @@ -117810,7 +117810,7 @@ 470.149, 366.136, 470.149, - "m", + "8", -1, 0.504, "", @@ -117833,7 +117833,7 @@ 470.149, 367.528, 470.149, - "o", + "4", -1, 0.504, "", @@ -117856,7 +117856,7 @@ 470.149, 368.396, 470.149, - "r", + "(", -1, 0.504, "", @@ -117879,7 +117879,7 @@ 470.149, 369.007, 470.149, - "e", + "&", -1, 0.504, "", @@ -117902,7 +117902,7 @@ 470.149, 369.86, 470.149, - " ", + "#", -1, 0.504, "", @@ -117925,7 +117925,7 @@ 470.149, 370.363, 470.149, - "t", + ")", -1, 0.504, "", @@ -117948,7 +117948,7 @@ 470.149, 370.927, 470.149, - "h", + "%", -1, 0.504, "", @@ -117971,7 +117971,7 @@ 470.149, 371.832, 470.149, - "a", + ",", -1, 0.504, "", @@ -117994,7 +117994,7 @@ 470.149, 372.692, 470.149, - "n", + "0", -1, 0.504, "", @@ -118017,7 +118017,7 @@ 470.149, 373.598, 470.149, - " ", + "#", -1, 0.504, "", @@ -118040,7 +118040,7 @@ 470.149, 374.101, 470.149, - "o", + "4", -1, 0.504, "", @@ -118063,7 +118063,7 @@ 470.149, 374.97, 470.149, - "n", + "0", -1, 0.504, "", @@ -118086,7 +118086,7 @@ 470.149, 375.875, 470.149, - "e", + "&", -1, 0.504, "", @@ -118109,7 +118109,7 @@ 470.149, 376.728, 470.149, - " ", + "#", -1, 0.504, "", @@ -118132,7 +118132,7 @@ 470.149, 377.232, 470.149, - "v", + "'", -1, 0.504, "", @@ -118155,7 +118155,7 @@ 470.149, 378.079, 470.149, - "i", + "*", -1, 0.504, "", @@ -118178,7 +118178,7 @@ 470.149, 378.471, 470.149, - "e", + "&", -1, 0.504, "", @@ -118201,7 +118201,7 @@ 470.149, 379.323, 470.149, - "w", + "5", -1, 0.504, "", @@ -118224,7 +118224,7 @@ 470.149, 380.494, 470.149, - "e", + "&", -1, 0.504, "", @@ -118247,7 +118247,7 @@ 470.149, 381.346, 470.149, - "r", + "(", -1, 0.504, "", @@ -118270,7 +118270,7 @@ 470.149, 381.745, 470.149, - ",", + "<", -1, 0.504, "", @@ -118293,7 +118293,7 @@ 470.149, 382.266, 470.149, - " ", + "#", -1, 0.504, "", @@ -118316,7 +118316,7 @@ 470.149, 382.77, 470.149, - "e", + "&", -1, 0.504, "", @@ -118339,7 +118339,7 @@ 470.149, 383.622, 470.149, - "a", + ",", -1, 0.504, "", @@ -118362,7 +118362,7 @@ 470.149, 384.482, 470.149, - "c", + "+", -1, 0.504, "", @@ -118385,7 +118385,7 @@ 470.149, 385.228, 470.149, - "h", + "%", -1, 0.504, "", @@ -118408,7 +118408,7 @@ 470.149, 386.133, 470.149, - " ", + "#", -1, 0.504, "", @@ -118431,7 +118431,7 @@ 470.149, 386.634, 470.149, - " ", + "#", -1, 0.504, "", @@ -118454,7 +118454,7 @@ 468.539, 358.426, 468.539, - " ", + "#", -1, 0.504, "", @@ -118477,7 +118477,7 @@ 468.539, 358.93, 468.539, - " ", + "#", -1, 0.504, "", @@ -118500,7 +118500,7 @@ 468.539, 359.433, 468.539, - " ", + "#", -1, 0.504, "", @@ -118523,7 +118523,7 @@ 468.539, 359.937, 468.539, - " ", + "#", -1, 0.504, "", @@ -118546,7 +118546,7 @@ 468.539, 360.44, 468.539, - " ", + "#", -1, 0.504, "", @@ -118569,7 +118569,7 @@ 468.539, 360.944, 468.539, - " ", + "#", -1, 0.504, "", @@ -118592,7 +118592,7 @@ 468.539, 361.447, 468.539, - " ", + "#", -1, 0.504, "", @@ -118615,7 +118615,7 @@ 468.539, 361.951, 468.539, - " ", + "#", -1, 0.504, "", @@ -118638,7 +118638,7 @@ 468.539, 362.455, 468.539, - "v", + "'", -1, 0.504, "", @@ -118661,7 +118661,7 @@ 468.539, 363.302, 468.539, - "i", + "*", -1, 0.504, "", @@ -118684,7 +118684,7 @@ 468.539, 363.694, 468.539, - "e", + "&", -1, 0.504, "", @@ -118707,7 +118707,7 @@ 468.539, 364.546, 468.539, - "w", + "5", -1, 0.504, "", @@ -118730,7 +118730,7 @@ 468.539, 365.717, 468.539, - "e", + "&", -1, 0.504, "", @@ -118753,7 +118753,7 @@ 468.539, 366.569, 468.539, - "r", + "(", -1, 0.504, "", @@ -118776,7 +118776,7 @@ 468.539, 367.18, 468.539, - " ", + "#", -1, 0.504, "", @@ -118799,7 +118799,7 @@ 468.539, 367.684, 468.539, - "s", + "1", -1, 0.504, "", @@ -118822,7 +118822,7 @@ 468.539, 368.429, 468.539, - "h", + "%", -1, 0.504, "", @@ -118845,7 +118845,7 @@ 468.539, 369.335, 468.539, - "o", + "4", -1, 0.504, "", @@ -118868,7 +118868,7 @@ 468.539, 370.203, 468.539, - "u", + ".", -1, 0.504, "", @@ -118891,7 +118891,7 @@ 468.539, 371.109, 468.539, - "l", + "-", -1, 0.504, "", @@ -118914,7 +118914,7 @@ 468.539, 371.501, 468.539, - "d", + "2", -1, 0.504, "", @@ -118937,7 +118937,7 @@ 468.539, 372.392, 468.539, - " ", + "#", -1, 0.504, "", @@ -118960,7 +118960,7 @@ 468.539, 372.895, 468.539, - "n", + "0", -1, 0.504, "", @@ -118983,7 +118983,7 @@ 468.539, 373.801, 468.539, - "o", + "4", -1, 0.504, "", @@ -119006,7 +119006,7 @@ 468.539, 374.669, 468.539, - "t", + ")", -1, 0.504, "", @@ -119029,7 +119029,7 @@ 468.539, 375.233, 468.539, - "e", + "&", -1, 0.504, "", @@ -119052,7 +119052,7 @@ 468.539, 376.086, 468.539, - " ", + "#", -1, 0.504, "", @@ -119075,7 +119075,7 @@ 468.539, 376.589, 468.539, - "t", + ")", -1, 0.504, "", @@ -119098,7 +119098,7 @@ 468.539, 377.153, 468.539, - "h", + "%", -1, 0.504, "", @@ -119121,7 +119121,7 @@ 468.539, 378.059, 468.539, - "e", + "&", -1, 0.504, "", @@ -119144,7 +119144,7 @@ 468.539, 378.911, 468.539, - "i", + "*", -1, 0.504, "", @@ -119167,7 +119167,7 @@ 468.539, 379.303, 468.539, - "r", + "(", -1, 0.504, "", @@ -119190,7 +119190,7 @@ 468.539, 379.914, 468.539, - " ", + "#", -1, 0.504, "", @@ -119213,7 +119213,7 @@ 468.539, 380.418, 468.539, - "o", + "4", -1, 0.504, "", @@ -119236,7 +119236,7 @@ 468.539, 381.286, 468.539, - "w", + "5", -1, 0.504, "", @@ -119259,7 +119259,7 @@ 468.539, 382.456, 468.539, - "n", + "0", -1, 0.504, "", @@ -119282,7 +119282,7 @@ 468.539, 383.362, 468.539, - " ", + "#", -1, 0.504, "", @@ -119305,7 +119305,7 @@ 468.539, 383.866, 468.539, - " ", + "#", -1, 0.504, "", @@ -119328,7 +119328,7 @@ 466.929, 358.426, 466.929, - " ", + "#", -1, 0.504, "", @@ -119351,7 +119351,7 @@ 466.929, 358.93, 466.929, - " ", + "#", -1, 0.504, "", @@ -119374,7 +119374,7 @@ 466.929, 359.433, 466.929, - " ", + "#", -1, 0.504, "", @@ -119397,7 +119397,7 @@ 466.929, 359.937, 466.929, - " ", + "#", -1, 0.504, "", @@ -119420,7 +119420,7 @@ 466.929, 360.44, 466.929, - " ", + "#", -1, 0.504, "", @@ -119443,7 +119443,7 @@ 466.929, 360.944, 466.929, - " ", + "#", -1, 0.504, "", @@ -119466,7 +119466,7 @@ 466.929, 361.447, 466.929, - " ", + "#", -1, 0.504, "", @@ -119489,7 +119489,7 @@ 466.929, 361.951, 466.929, - " ", + "#", -1, 0.504, "", @@ -119512,7 +119512,7 @@ 466.929, 362.455, 466.929, - "d", + "2", -1, 0.504, "", @@ -119535,7 +119535,7 @@ 466.929, 363.346, 466.929, - "i", + "*", -1, 0.504, "", @@ -119558,7 +119558,7 @@ 466.929, 363.738, 466.929, - "o", + "4", -1, 0.504, "", @@ -119581,7 +119581,7 @@ 466.929, 364.606, 466.929, - "p", + "7", -1, 0.504, "", @@ -119604,7 +119604,7 @@ 466.929, 365.498, 466.929, - "t", + ")", -1, 0.504, "", @@ -119627,7 +119627,7 @@ 466.929, 366.061, 466.929, - "e", + "&", -1, 0.504, "", @@ -119650,7 +119650,7 @@ 466.929, 366.914, 466.929, - "r", + "(", -1, 0.504, "", @@ -119673,7 +119673,7 @@ 466.929, 367.525, 466.929, - " ", + "#", -1, 0.504, "", @@ -119696,7 +119696,7 @@ 466.929, 368.028, 466.929, - "r", + "(", -1, 0.504, "", @@ -119719,7 +119719,7 @@ 466.929, 368.639, 466.929, - "i", + "*", -1, 0.504, "", @@ -119742,7 +119742,7 @@ 466.929, 369.031, 466.929, - "n", + "0", -1, 0.504, "", @@ -119765,7 +119765,7 @@ 466.929, 369.937, 466.929, - "g", + "6", -1, 0.504, "", @@ -119788,7 +119788,7 @@ 466.929, 370.828, 466.929, - " ", + "#", -1, 0.504, "", @@ -119811,7 +119811,7 @@ 466.929, 371.332, 466.929, - "p", + "7", -1, 0.504, "", @@ -119834,7 +119834,7 @@ 466.929, 372.223, 466.929, - "o", + "4", -1, 0.504, "", @@ -119857,7 +119857,7 @@ 466.929, 373.091, 466.929, - "s", + "1", -1, 0.504, "", @@ -119880,7 +119880,7 @@ 466.929, 373.837, 466.929, - "i", + "*", -1, 0.504, "", @@ -119903,7 +119903,7 @@ 466.929, 374.229, 466.929, - "t", + ")", -1, 0.504, "", @@ -119926,7 +119926,7 @@ 466.929, 374.792, 466.929, - "i", + "*", -1, 0.504, "", @@ -119949,7 +119949,7 @@ 466.929, 375.184, 466.929, - "o", + "4", -1, 0.504, "", @@ -119972,7 +119972,7 @@ 466.929, 376.053, 466.929, - "n", + "0", -1, 0.504, "", @@ -119995,7 +119995,7 @@ 466.929, 376.958, 466.929, - " ", + "#", -1, 0.504, "", @@ -120018,7 +120018,7 @@ 466.929, 377.462, 466.929, - "f", + "3", -1, 0.504, "", @@ -120041,7 +120041,7 @@ 466.929, 377.966, 466.929, - "o", + "4", -1, 0.504, "", @@ -120064,7 +120064,7 @@ 466.929, 378.834, 466.929, - "r", + "(", -1, 0.504, "", @@ -120087,7 +120087,7 @@ 466.929, 379.445, 466.929, - " ", + "#", -1, 0.504, "", @@ -120110,7 +120110,7 @@ 466.929, 379.949, 466.929, - "t", + ")", -1, 0.504, "", @@ -120133,7 +120133,7 @@ 466.929, 380.512, 466.929, - "h", + "%", -1, 0.504, "", @@ -120156,7 +120156,7 @@ 466.929, 381.418, 466.929, - "e", + "&", -1, 0.504, "", @@ -120179,7 +120179,7 @@ 466.929, 382.27, 466.929, - " ", + "#", -1, 0.504, "", @@ -120202,7 +120202,7 @@ 466.929, 382.774, 466.929, - "l", + "-", -1, 0.504, "", @@ -120225,7 +120225,7 @@ 466.929, 383.166, 466.929, - "e", + "&", -1, 0.504, "", @@ -120248,7 +120248,7 @@ 466.929, 384.019, 466.929, - "f", + "3", -1, 0.504, "", @@ -120271,7 +120271,7 @@ 466.929, 384.522, 466.929, - "t", + ")", -1, 0.504, "", @@ -120294,7 +120294,7 @@ 466.929, 385.086, 466.929, - " ", + "#", -1, 0.504, "", @@ -120317,7 +120317,7 @@ 466.929, 385.59, 466.929, - " ", + "#", -1, 0.504, "", @@ -120340,7 +120340,7 @@ 465.319, 358.426, 465.319, - " ", + "#", -1, 0.504, "", @@ -120363,7 +120363,7 @@ 465.319, 358.93, 465.319, - " ", + "#", -1, 0.504, "", @@ -120386,7 +120386,7 @@ 465.319, 359.433, 465.319, - " ", + "#", -1, 0.504, "", @@ -120409,7 +120409,7 @@ 465.319, 359.937, 465.319, - " ", + "#", -1, 0.504, "", @@ -120432,7 +120432,7 @@ 465.319, 360.44, 465.319, - " ", + "#", -1, 0.504, "", @@ -120455,7 +120455,7 @@ 465.319, 360.944, 465.319, - " ", + "#", -1, 0.504, "", @@ -120478,7 +120478,7 @@ 465.319, 361.447, 465.319, - " ", + "#", -1, 0.504, "", @@ -120501,7 +120501,7 @@ 465.319, 361.951, 465.319, - " ", + "#", -1, 0.504, "", @@ -120524,7 +120524,7 @@ 465.319, 362.455, 465.319, - "a", + ",", -1, 0.504, "", @@ -120547,7 +120547,7 @@ 465.319, 363.314, 465.319, - "n", + "0", -1, 0.504, "", @@ -120570,7 +120570,7 @@ 465.319, 364.22, 465.319, - "d", + "2", -1, 0.504, "", @@ -120593,7 +120593,7 @@ 465.319, 365.111, 465.319, - " ", + "#", -1, 0.504, "", @@ -120616,7 +120616,7 @@ 465.319, 365.615, 465.319, - "r", + "(", -1, 0.504, "", @@ -120639,7 +120639,7 @@ 465.319, 366.226, 465.319, - "i", + "*", -1, 0.504, "", @@ -120662,7 +120662,7 @@ 465.319, 366.618, 465.319, - "g", + "6", -1, 0.504, "", @@ -120685,7 +120685,7 @@ 465.319, 367.509, 465.319, - "h", + "%", -1, 0.504, "", @@ -120708,7 +120708,7 @@ 465.319, 368.415, 465.319, - "t", + ")", -1, 0.504, "", @@ -120731,7 +120731,7 @@ 465.319, 368.978, 465.319, - " ", + "#", -1, 0.504, "", @@ -120754,7 +120754,7 @@ 465.319, 369.482, 465.319, - "e", + "&", -1, 0.504, "", @@ -120777,7 +120777,7 @@ 465.319, 370.335, 465.319, - "y", + "B", -1, 0.504, "", @@ -120800,7 +120800,7 @@ 465.319, 371.182, 465.319, - "e", + "&", -1, 0.504, "", @@ -120823,7 +120823,7 @@ 465.319, 372.034, 465.319, - "p", + "7", -1, 0.504, "", @@ -120846,7 +120846,7 @@ 465.319, 372.926, 465.319, - "i", + "*", -1, 0.504, "", @@ -120869,7 +120869,7 @@ 465.319, 373.318, 465.319, - "e", + "&", -1, 0.504, "", @@ -120892,7 +120892,7 @@ 465.319, 374.17, 465.319, - "c", + "+", -1, 0.504, "", @@ -120915,7 +120915,7 @@ 465.319, 374.916, 465.319, - "e", + "&", -1, 0.504, "", @@ -120938,7 +120938,7 @@ 465.319, 375.768, 465.319, - "s", + "1", -1, 0.504, "", @@ -120961,7 +120961,7 @@ 465.319, 376.514, 465.319, - ",", + "<", -1, 0.504, "", @@ -120984,7 +120984,7 @@ 465.319, 377.034, 465.319, - " ", + "#", -1, 0.504, "", @@ -121007,7 +121007,7 @@ 465.319, 377.538, 465.319, - "t", + ")", -1, 0.504, "", @@ -121030,7 +121030,7 @@ 465.319, 378.102, 465.319, - "h", + "%", -1, 0.504, "", @@ -121053,7 +121053,7 @@ 465.319, 379.007, 465.319, - "e", + "&", -1, 0.504, "", @@ -121076,7 +121076,7 @@ 465.319, 379.86, 465.319, - "n", + "0", -1, 0.504, "", @@ -121099,7 +121099,7 @@ 465.319, 380.765, 465.319, - " ", + "#", -1, 0.504, "", @@ -121122,7 +121122,7 @@ 465.319, 381.269, 465.319, - "b", + "/", -1, 0.504, "", @@ -121145,7 +121145,7 @@ 465.319, 382.16, 465.319, - "e", + "&", -1, 0.504, "", @@ -121168,7 +121168,7 @@ 465.319, 383.013, 465.319, - "f", + "3", -1, 0.504, "", @@ -121191,7 +121191,7 @@ 465.319, 383.517, 465.319, - "o", + "4", -1, 0.504, "", @@ -121214,7 +121214,7 @@ 465.319, 384.385, 465.319, - "r", + "(", -1, 0.504, "", @@ -121237,7 +121237,7 @@ 465.319, 384.996, 465.319, - "e", + "&", -1, 0.504, "", @@ -121260,7 +121260,7 @@ 465.319, 385.848, 465.319, - " ", + "#", -1, 0.504, "", @@ -121283,7 +121283,7 @@ 463.709, 358.426, 463.709, - " ", + "#", -1, 0.504, "", @@ -121306,7 +121306,7 @@ 463.709, 358.93, 463.709, - " ", + "#", -1, 0.504, "", @@ -121329,7 +121329,7 @@ 463.709, 359.433, 463.709, - " ", + "#", -1, 0.504, "", @@ -121352,7 +121352,7 @@ 463.709, 359.937, 463.709, - " ", + "#", -1, 0.504, "", @@ -121375,7 +121375,7 @@ 463.709, 360.44, 463.709, - " ", + "#", -1, 0.504, "", @@ -121398,7 +121398,7 @@ 463.709, 360.944, 463.709, - " ", + "#", -1, 0.504, "", @@ -121421,7 +121421,7 @@ 463.709, 361.447, 463.709, - " ", + "#", -1, 0.504, "", @@ -121444,7 +121444,7 @@ 463.709, 361.951, 463.709, - " ", + "#", -1, 0.504, "", @@ -121467,7 +121467,7 @@ 463.709, 362.455, 463.709, - "v", + "'", -1, 0.504, "", @@ -121490,7 +121490,7 @@ 463.709, 363.302, 463.709, - "i", + "*", -1, 0.504, "", @@ -121513,7 +121513,7 @@ 463.709, 363.694, 463.709, - "e", + "&", -1, 0.504, "", @@ -121536,7 +121536,7 @@ 463.709, 364.546, 463.709, - "w", + "5", -1, 0.504, "", @@ -121559,7 +121559,7 @@ 463.709, 365.717, 463.709, - "i", + "*", -1, 0.504, "", @@ -121582,7 +121582,7 @@ 463.709, 366.109, 463.709, - "n", + "0", -1, 0.504, "", @@ -121605,7 +121605,7 @@ 463.709, 367.014, 463.709, - "g", + "6", -1, 0.504, "", @@ -121628,7 +121628,7 @@ 463.709, 367.905, 463.709, - " ", + "#", -1, 0.504, "", @@ -121651,7 +121651,7 @@ 463.709, 368.409, 463.709, - "s", + "1", -1, 0.504, "", @@ -121674,7 +121674,7 @@ 463.709, 369.154, 463.709, - "e", + "&", -1, 0.504, "", @@ -121697,7 +121697,7 @@ 463.709, 370.007, 463.709, - "t", + ")", -1, 0.504, "", @@ -121720,7 +121720,7 @@ 463.709, 370.571, 463.709, - " ", + "#", -1, 0.504, "", @@ -121743,7 +121743,7 @@ 463.709, 371.074, 463.709, - "t", + ")", -1, 0.504, "", @@ -121766,7 +121766,7 @@ 463.709, 371.638, 463.709, - "h", + "%", -1, 0.504, "", @@ -121789,7 +121789,7 @@ 463.709, 372.544, 463.709, - "e", + "&", -1, 0.504, "", @@ -121812,7 +121812,7 @@ 463.709, 373.396, 463.709, - " ", + "#", -1, 0.504, "", @@ -121835,7 +121835,7 @@ 463.709, 373.9, 463.709, - "d", + "2", -1, 0.504, "", @@ -121858,7 +121858,7 @@ 463.709, 374.791, 463.709, - "i", + "*", -1, 0.504, "", @@ -121881,7 +121881,7 @@ 463.709, 375.183, 463.709, - "o", + "4", -1, 0.504, "", @@ -121904,7 +121904,7 @@ 463.709, 376.051, 463.709, - "p", + "7", -1, 0.504, "", @@ -121927,7 +121927,7 @@ 463.709, 376.943, 463.709, - "t", + ")", -1, 0.504, "", @@ -121950,7 +121950,7 @@ 463.709, 377.506, 463.709, - "e", + "&", -1, 0.504, "", @@ -121973,7 +121973,7 @@ 463.709, 378.359, 463.709, - "r", + "(", -1, 0.504, "", @@ -121996,7 +121996,7 @@ 463.709, 378.97, 463.709, - " ", + "#", -1, 0.504, "", @@ -122019,7 +122019,7 @@ 463.709, 379.474, 463.709, - "r", + "(", -1, 0.504, "", @@ -122042,7 +122042,7 @@ 463.709, 380.084, 463.709, - "i", + "*", -1, 0.504, "", @@ -122065,7 +122065,7 @@ 463.709, 380.476, 463.709, - "n", + "0", -1, 0.504, "", @@ -122088,7 +122088,7 @@ 463.709, 381.382, 463.709, - "g", + "6", -1, 0.504, "", @@ -122111,7 +122111,7 @@ 463.709, 382.273, 463.709, - " ", + "#", -1, 0.504, "", @@ -122134,7 +122134,7 @@ 463.709, 382.777, 463.709, - " ", + "#", -1, 0.504, "", @@ -122157,7 +122157,7 @@ 463.709, 384.177, 463.709, - " ", + "#", -1, 0.504, "", @@ -122180,7 +122180,7 @@ 462.098, 358.426, 462.098, - " ", + "#", -1, 0.504, "", @@ -122203,7 +122203,7 @@ 462.098, 358.93, 462.098, - " ", + "#", -1, 0.504, "", @@ -122226,7 +122226,7 @@ 462.098, 359.433, 462.098, - " ", + "#", -1, 0.504, "", @@ -122249,7 +122249,7 @@ 462.098, 359.937, 462.098, - " ", + "#", -1, 0.504, "", @@ -122272,7 +122272,7 @@ 462.098, 360.44, 462.098, - " ", + "#", -1, 0.504, "", @@ -122295,7 +122295,7 @@ 462.098, 360.944, 462.098, - " ", + "#", -1, 0.504, "", @@ -122318,7 +122318,7 @@ 462.098, 361.447, 462.098, - " ", + "#", -1, 0.504, "", @@ -122341,7 +122341,7 @@ 462.098, 361.951, 462.098, - " ", + "#", -1, 0.504, "", @@ -122364,7 +122364,7 @@ 462.098, 362.455, 462.098, - "a", + ",", -1, 0.504, "", @@ -122387,7 +122387,7 @@ 462.098, 363.314, 462.098, - "d", + "2", -1, 0.504, "", @@ -122410,7 +122410,7 @@ 462.098, 364.206, 462.098, - "j", + "=", -1, 0.504, "", @@ -122433,7 +122433,7 @@ 462.098, 364.698, 462.098, - "u", + ".", -1, 0.504, "", @@ -122456,7 +122456,7 @@ 462.098, 365.603, 462.098, - "s", + "1", -1, 0.504, "", @@ -122479,7 +122479,7 @@ 462.098, 366.349, 462.098, - "t", + ")", -1, 0.504, "", @@ -122502,7 +122502,7 @@ 462.098, 366.913, 462.098, - "m", + "8", -1, 0.504, "", @@ -122525,7 +122525,7 @@ 462.098, 368.305, 462.098, - "e", + "&", -1, 0.504, "", @@ -122548,7 +122548,7 @@ 462.098, 369.157, 462.098, - "n", + "0", -1, 0.504, "", @@ -122571,7 +122571,7 @@ 462.098, 370.063, 462.098, - "t", + ")", -1, 0.504, "", @@ -122594,7 +122594,7 @@ 462.098, 370.626, 462.098, - "s", + "1", -1, 0.504, "", @@ -122617,7 +122617,7 @@ 462.098, 371.372, 462.098, - " ", + "#", -1, 0.504, "", @@ -122640,7 +122640,7 @@ 462.098, 371.875, 462.098, - "t", + ")", -1, 0.504, "", @@ -122663,7 +122663,7 @@ 462.098, 372.439, 462.098, - "o", + "4", -1, 0.504, "", @@ -122686,7 +122686,7 @@ 462.098, 373.307, 462.098, - " ", + "#", -1, 0.504, "", @@ -122709,7 +122709,7 @@ 462.098, 373.811, 462.098, - "t", + ")", -1, 0.504, "", @@ -122732,7 +122732,7 @@ 462.098, 374.375, 462.098, - "h", + "%", -1, 0.504, "", @@ -122755,7 +122755,7 @@ 462.098, 375.28, 462.098, - "a", + ",", -1, 0.504, "", @@ -122778,7 +122778,7 @@ 462.098, 376.14, 462.098, - "t", + ")", -1, 0.504, "", @@ -122801,7 +122801,7 @@ 462.098, 376.704, 462.098, - " ", + "#", -1, 0.504, "", @@ -122824,7 +122824,7 @@ 462.098, 377.207, 462.098, - "s", + "1", -1, 0.504, "", @@ -122847,7 +122847,7 @@ 462.098, 377.953, 462.098, - "e", + "&", -1, 0.504, "", @@ -122870,7 +122870,7 @@ 462.098, 378.805, 462.098, - "t", + ")", -1, 0.504, "", @@ -122893,7 +122893,7 @@ 462.098, 379.369, 462.098, - "t", + ")", -1, 0.504, "", @@ -122916,7 +122916,7 @@ 462.098, 379.933, 462.098, - "i", + "*", -1, 0.504, "", @@ -122939,7 +122939,7 @@ 462.098, 380.325, 462.098, - "n", + "0", -1, 0.504, "", @@ -122962,7 +122962,7 @@ 462.098, 381.23, 462.098, - "g", + "6", -1, 0.504, "", @@ -122985,7 +122985,7 @@ 462.098, 382.113, 462.098, - ".", + "\"", -1, 0.504, "", @@ -123008,7 +123008,7 @@ 458.878, 358.426, 458.878, - "C", + ".", -1, 0.489, "", @@ -123031,7 +123031,7 @@ 458.878, 359.462, 458.878, - "H", + "*", -1, 0.489, "", @@ -123054,7 +123054,7 @@ 458.878, 360.659, 458.878, - "A", + "/", -1, 0.489, "", @@ -123077,7 +123077,7 @@ 458.878, 361.769, 458.878, - "N", + "&", -1, 0.489, "", @@ -123100,7 +123100,7 @@ 458.878, 362.981, 458.878, - "G", + "'", -1, 0.489, "", @@ -123123,7 +123123,7 @@ 458.878, 364.141, 458.878, - "I", + "%", -1, 0.489, "", @@ -123146,7 +123146,7 @@ 458.878, 364.923, 458.878, - "N", + "&", -1, 0.489, "", @@ -123169,7 +123169,7 @@ 458.878, 366.134, 458.878, - "G", + "'", -1, 0.489, "", @@ -123192,7 +123192,7 @@ 458.878, 367.295, 458.878, - " ", + "(", -1, 0.489, "", @@ -123215,7 +123215,7 @@ 458.878, 367.784, 458.878, - "T", + ")", -1, 0.489, "", @@ -123238,7 +123238,7 @@ 458.878, 368.759, 458.878, - "H", + "*", -1, 0.489, "", @@ -123261,7 +123261,7 @@ 458.878, 369.957, 458.878, - "E", + "+", -1, 0.489, "", @@ -123284,7 +123284,7 @@ 458.878, 370.934, 458.878, - " ", + "(", -1, 0.489, "", @@ -123307,7 +123307,7 @@ 458.878, 371.423, 458.878, - "B", + "1", -1, 0.489, "", @@ -123330,7 +123330,7 @@ 458.878, 372.513, 458.878, - "U", + "#", -1, 0.489, "", @@ -123353,7 +123353,7 @@ 458.878, 373.675, 458.878, - "L", + "0", -1, 0.489, "", @@ -123376,7 +123376,7 @@ 458.878, 374.586, 458.878, - "B", + "1", -1, 0.489, "", @@ -123399,7 +123399,7 @@ 457.268, 358.426, 457.268, - "1", + "!", -1, 0.504, "", @@ -123422,7 +123422,7 @@ 457.268, 359.336, 457.268, - ".", + "\"", -1, 0.504, "", @@ -123445,7 +123445,7 @@ 457.268, 359.857, 457.268, - " ", + "#", -1, 0.504, "", @@ -123468,7 +123468,7 @@ 457.268, 360.36, 457.268, - "D", + "H", -1, 0.504, "", @@ -123491,7 +123491,7 @@ 457.268, 361.463, 457.268, - "i", + "*", -1, 0.504, "", @@ -123514,7 +123514,7 @@ 457.268, 361.855, 457.268, - "s", + "1", -1, 0.504, "", @@ -123537,7 +123537,7 @@ 457.268, 362.601, 457.268, - "c", + "+", -1, 0.504, "", @@ -123560,7 +123560,7 @@ 457.268, 363.346, 457.268, - "o", + "4", -1, 0.504, "", @@ -123583,7 +123583,7 @@ 457.268, 364.214, 457.268, - "n", + "0", -1, 0.504, "", @@ -123606,7 +123606,7 @@ 457.268, 365.12, 457.268, - "n", + "0", -1, 0.504, "", @@ -123629,7 +123629,7 @@ 457.268, 366.026, 457.268, - "e", + "&", -1, 0.504, "", @@ -123652,7 +123652,7 @@ 457.268, 366.878, 457.268, - "c", + "+", -1, 0.504, "", @@ -123675,7 +123675,7 @@ 457.268, 367.624, 457.268, - "t", + ")", -1, 0.504, "", @@ -123698,7 +123698,7 @@ 457.268, 368.187, 457.268, - " ", + "#", -1, 0.504, "", @@ -123721,7 +123721,7 @@ 457.268, 368.691, 457.268, - "t", + ")", -1, 0.504, "", @@ -123744,7 +123744,7 @@ 457.268, 369.254, 457.268, - "h", + "%", -1, 0.504, "", @@ -123767,7 +123767,7 @@ 457.268, 370.16, 457.268, - "e", + "&", -1, 0.504, "", @@ -123790,7 +123790,7 @@ 457.268, 371.013, 457.268, - " ", + "#", -1, 0.504, "", @@ -123813,7 +123813,7 @@ 457.268, 371.516, 457.268, - "p", + "7", -1, 0.504, "", @@ -123836,7 +123836,7 @@ 457.268, 372.408, 457.268, - "o", + "4", -1, 0.504, "", @@ -123859,7 +123859,7 @@ 457.268, 373.276, 457.268, - "w", + "5", -1, 0.504, "", @@ -123882,7 +123882,7 @@ 457.268, 374.446, 457.268, - "e", + "&", -1, 0.504, "", @@ -123905,7 +123905,7 @@ 457.268, 375.299, 457.268, - "r", + "(", -1, 0.504, "", @@ -123928,7 +123928,7 @@ 457.268, 375.91, 457.268, - " ", + "#", -1, 0.504, "", @@ -123951,7 +123951,7 @@ 457.268, 376.413, 457.268, - "c", + "+", -1, 0.504, "", @@ -123974,7 +123974,7 @@ 457.268, 377.159, 457.268, - "o", + "4", -1, 0.504, "", @@ -123997,7 +123997,7 @@ 457.268, 378.027, 457.268, - "r", + "(", -1, 0.504, "", @@ -124020,7 +124020,7 @@ 457.268, 378.638, 457.268, - "d", + "2", -1, 0.504, "", @@ -124043,7 +124043,7 @@ 457.268, 379.529, 457.268, - " ", + "#", -1, 0.504, "", @@ -124066,7 +124066,7 @@ 457.268, 380.033, 457.268, - "f", + "3", -1, 0.504, "", @@ -124089,7 +124089,7 @@ 457.268, 380.537, 457.268, - "r", + "(", -1, 0.504, "", @@ -124112,7 +124112,7 @@ 457.268, 381.147, 457.268, - "o", + "4", -1, 0.504, "", @@ -124135,7 +124135,7 @@ 457.268, 382.016, 457.268, - "m", + "8", -1, 0.504, "", @@ -124158,7 +124158,7 @@ 457.268, 383.408, 457.268, - " ", + "#", -1, 0.504, "", @@ -124181,7 +124181,7 @@ 457.268, 383.911, 457.268, - "t", + ")", -1, 0.504, "", @@ -124204,7 +124204,7 @@ 457.268, 384.475, 457.268, - "h", + "%", -1, 0.504, "", @@ -124227,7 +124227,7 @@ 457.268, 385.381, 457.268, - "e", + "&", -1, 0.504, "", @@ -124250,7 +124250,7 @@ 457.268, 386.233, 457.268, - " ", + "#", -1, 0.504, "", @@ -124273,7 +124273,7 @@ 455.658, 358.426, 455.658, - " ", + "#", -1, 0.504, "", @@ -124296,7 +124296,7 @@ 455.658, 358.93, 455.658, - " ", + "#", -1, 0.504, "", @@ -124319,7 +124319,7 @@ 455.658, 359.433, 455.658, - " ", + "#", -1, 0.504, "", @@ -124342,7 +124342,7 @@ 455.658, 359.937, 455.658, - " ", + "#", -1, 0.504, "", @@ -124365,7 +124365,7 @@ 455.658, 360.44, 455.658, - "e", + "&", -1, 0.504, "", @@ -124388,7 +124388,7 @@ 455.658, 361.293, 455.658, - "l", + "-", -1, 0.504, "", @@ -124411,7 +124411,7 @@ 455.658, 361.685, 455.658, - "e", + "&", -1, 0.504, "", @@ -124434,7 +124434,7 @@ 455.658, 362.538, 455.658, - "c", + "+", -1, 0.504, "", @@ -124457,7 +124457,7 @@ 455.658, 363.283, 455.658, - "t", + ")", -1, 0.504, "", @@ -124480,7 +124480,7 @@ 455.658, 363.847, 455.658, - "r", + "(", -1, 0.504, "", @@ -124503,7 +124503,7 @@ 455.658, 364.458, 455.658, - "i", + "*", -1, 0.504, "", @@ -124526,7 +124526,7 @@ 455.658, 364.85, 455.658, - "c", + "+", -1, 0.504, "", @@ -124549,7 +124549,7 @@ 455.658, 365.595, 455.658, - "a", + ",", -1, 0.504, "", @@ -124572,7 +124572,7 @@ 455.658, 366.455, 455.658, - "l", + "-", -1, 0.504, "", @@ -124595,7 +124595,7 @@ 455.658, 366.847, 455.658, - " ", + "#", -1, 0.504, "", @@ -124618,7 +124618,7 @@ 455.658, 367.35, 455.658, - "o", + "4", -1, 0.504, "", @@ -124641,7 +124641,7 @@ 455.658, 368.219, 455.658, - "u", + ".", -1, 0.504, "", @@ -124664,7 +124664,7 @@ 455.658, 369.124, 455.658, - "t", + ")", -1, 0.504, "", @@ -124687,7 +124687,7 @@ 455.658, 369.688, 455.658, - "l", + "-", -1, 0.504, "", @@ -124710,7 +124710,7 @@ 455.658, 370.08, 455.658, - "e", + "&", -1, 0.504, "", @@ -124733,7 +124733,7 @@ 455.658, 370.933, 455.658, - "t", + ")", -1, 0.504, "", @@ -124756,7 +124756,7 @@ 455.658, 371.493, 455.658, - ".", + "\"", -1, 0.504, "", @@ -124779,7 +124779,7 @@ 454.047, 358.426, 454.047, - "2", + ":", -1, 0.504, "", @@ -124802,7 +124802,7 @@ 454.047, 359.336, 454.047, - ".", + "\"", -1, 0.504, "", @@ -124825,7 +124825,7 @@ 454.047, 359.855, 454.047, - " ", + "#", -1, 0.504, "", @@ -124848,7 +124848,7 @@ 454.047, 360.359, 454.047, - "W", + "I", -1, 0.504, "", @@ -124871,7 +124871,7 @@ 454.047, 361.774, 454.047, - "h", + "%", -1, 0.504, "", @@ -124894,7 +124894,7 @@ 454.047, 362.678, 454.047, - "e", + "&", -1, 0.504, "", @@ -124917,7 +124917,7 @@ 454.047, 363.529, 454.047, - "n", + "0", -1, 0.504, "", @@ -124940,7 +124940,7 @@ 454.047, 364.435, 454.047, - " ", + "#", -1, 0.504, "", @@ -124963,7 +124963,7 @@ 454.047, 364.938, 454.047, - "t", + ")", -1, 0.504, "", @@ -124986,7 +124986,7 @@ 454.047, 365.5, 454.047, - "h", + "%", -1, 0.504, "", @@ -125009,7 +125009,7 @@ 454.047, 366.405, 454.047, - "e", + "&", -1, 0.504, "", @@ -125032,7 +125032,7 @@ 454.047, 367.257, 454.047, - " ", + "#", -1, 0.504, "", @@ -125055,7 +125055,7 @@ 454.047, 367.761, 454.047, - "b", + "/", -1, 0.504, "", @@ -125078,7 +125078,7 @@ 454.047, 368.652, 454.047, - "u", + ".", -1, 0.504, "", @@ -125101,7 +125101,7 @@ 454.047, 369.558, 454.047, - "l", + "-", -1, 0.504, "", @@ -125124,7 +125124,7 @@ 454.047, 369.95, 454.047, - "b", + "/", -1, 0.504, "", @@ -125147,7 +125147,7 @@ 454.047, 370.841, 454.047, - " ", + "#", -1, 0.504, "", @@ -125170,7 +125170,7 @@ 454.047, 371.345, 454.047, - "i", + "*", -1, 0.504, "", @@ -125193,7 +125193,7 @@ 454.047, 371.737, 454.047, - "s", + "1", -1, 0.504, "", @@ -125216,7 +125216,7 @@ 454.047, 372.482, 454.047, - " ", + "#", -1, 0.504, "", @@ -125239,7 +125239,7 @@ 454.047, 372.984, 454.047, - "c", + "+", -1, 0.504, "", @@ -125262,7 +125262,7 @@ 454.047, 373.728, 454.047, - "o", + "4", -1, 0.504, "", @@ -125285,7 +125285,7 @@ 454.047, 374.596, 454.047, - "o", + "4", -1, 0.504, "", @@ -125308,7 +125308,7 @@ 454.047, 375.465, 454.047, - "l", + "-", -1, 0.504, "", @@ -125331,7 +125331,7 @@ 454.047, 375.857, 454.047, - ",", + "<", -1, 0.504, "", @@ -125354,7 +125354,7 @@ 454.047, 376.378, 454.047, - " ", + "#", -1, 0.504, "", @@ -125377,7 +125377,7 @@ 454.047, 376.881, 454.047, - "r", + "(", -1, 0.504, "", @@ -125400,7 +125400,7 @@ 454.047, 377.492, 454.047, - "e", + "&", -1, 0.504, "", @@ -125423,7 +125423,7 @@ 454.047, 378.345, 454.047, - "m", + "8", -1, 0.504, "", @@ -125446,7 +125446,7 @@ 454.047, 379.737, 454.047, - "o", + "4", -1, 0.504, "", @@ -125469,7 +125469,7 @@ 454.047, 380.605, 454.047, - "v", + "'", -1, 0.504, "", @@ -125492,7 +125492,7 @@ 454.047, 381.452, 454.047, - "e", + "&", -1, 0.504, "", @@ -125515,7 +125515,7 @@ 454.047, 382.305, 454.047, - " ", + "#", -1, 0.504, "", @@ -125538,7 +125538,7 @@ 454.047, 382.808, 454.047, - "t", + ")", -1, 0.504, "", @@ -125561,7 +125561,7 @@ 454.047, 383.372, 454.047, - "h", + "%", -1, 0.504, "", @@ -125584,7 +125584,7 @@ 454.047, 384.278, 454.047, - "e", + "&", -1, 0.504, "", @@ -125607,7 +125607,7 @@ 454.047, 385.13, 454.047, - " ", + "#", -1, 0.504, "", @@ -125630,7 +125630,7 @@ 452.437, 358.426, 452.437, - " ", + "#", -1, 0.504, "", @@ -125653,7 +125653,7 @@ 452.437, 358.93, 452.437, - " ", + "#", -1, 0.504, "", @@ -125676,7 +125676,7 @@ 452.437, 359.433, 452.437, - " ", + "#", -1, 0.504, "", @@ -125699,7 +125699,7 @@ 452.437, 359.937, 452.437, - " ", + "#", -1, 0.504, "", @@ -125722,7 +125722,7 @@ 452.437, 360.44, 452.437, - "o", + "4", -1, 0.504, "", @@ -125745,7 +125745,7 @@ 452.437, 361.309, 452.437, - "b", + "/", -1, 0.504, "", @@ -125768,7 +125768,7 @@ 452.437, 362.2, 452.437, - "l", + "-", -1, 0.504, "", @@ -125791,7 +125791,7 @@ 452.437, 362.592, 452.437, - "i", + "*", -1, 0.504, "", @@ -125814,7 +125814,7 @@ 452.437, 362.984, 452.437, - "q", + "J", -1, 0.504, "", @@ -125837,7 +125837,7 @@ 452.437, 363.874, 452.437, - "u", + ".", -1, 0.504, "", @@ -125860,7 +125860,7 @@ 452.437, 364.778, 452.437, - "e", + "&", -1, 0.504, "", @@ -125883,7 +125883,7 @@ 452.437, 365.631, 452.437, - " ", + "#", -1, 0.504, "", @@ -125906,7 +125906,7 @@ 452.437, 366.134, 452.437, - "i", + "*", -1, 0.504, "", @@ -125929,7 +125929,7 @@ 452.437, 366.526, 452.437, - "l", + "-", -1, 0.504, "", @@ -125952,7 +125952,7 @@ 452.437, 367.31, 452.437, - "u", + ".", -1, 0.504, "", @@ -125975,7 +125975,7 @@ 452.437, 368.216, 452.437, - "m", + "8", -1, 0.504, "", @@ -125998,7 +125998,7 @@ 452.437, 369.608, 452.437, - "i", + "*", -1, 0.504, "", @@ -126021,7 +126021,7 @@ 452.437, 370.0, 452.437, - "n", + "0", -1, 0.504, "", @@ -126044,7 +126044,7 @@ 452.437, 370.905, 452.437, - "a", + ",", -1, 0.504, "", @@ -126067,7 +126067,7 @@ 452.437, 371.764, 452.437, - "t", + ")", -1, 0.504, "", @@ -126090,7 +126090,7 @@ 452.437, 372.328, 452.437, - "o", + "4", -1, 0.504, "", @@ -126113,7 +126113,7 @@ 452.437, 373.196, 452.437, - "r", + "(", -1, 0.504, "", @@ -126136,7 +126136,7 @@ 452.437, 373.807, 452.437, - " ", + "#", -1, 0.504, "", @@ -126159,7 +126159,7 @@ 452.437, 374.309, 452.437, - "c", + "+", -1, 0.504, "", @@ -126182,7 +126182,7 @@ 452.437, 375.053, 452.437, - "a", + ",", -1, 0.504, "", @@ -126205,7 +126205,7 @@ 452.437, 375.913, 452.437, - "p", + "7", -1, 0.504, "", @@ -126228,7 +126228,7 @@ 452.437, 376.804, 452.437, - " ", + "#", -1, 0.504, "", @@ -126251,7 +126251,7 @@ 452.437, 377.308, 452.437, - "a", + ",", -1, 0.504, "", @@ -126274,7 +126274,7 @@ 452.437, 378.167, 452.437, - "n", + "0", -1, 0.504, "", @@ -126297,7 +126297,7 @@ 452.437, 379.073, 452.437, - "d", + "2", -1, 0.504, "", @@ -126320,7 +126320,7 @@ 452.437, 379.964, 452.437, - " ", + "#", -1, 0.504, "", @@ -126343,7 +126343,7 @@ 452.437, 380.468, 452.437, - "r", + "(", -1, 0.504, "", @@ -126366,7 +126366,7 @@ 452.437, 381.079, 452.437, - "e", + "&", -1, 0.504, "", @@ -126389,7 +126389,7 @@ 452.437, 381.931, 452.437, - "m", + "8", -1, 0.504, "", @@ -126412,7 +126412,7 @@ 452.437, 383.323, 452.437, - "o", + "4", -1, 0.504, "", @@ -126435,7 +126435,7 @@ 452.437, 384.192, 452.437, - "v", + "'", -1, 0.504, "", @@ -126458,7 +126458,7 @@ 452.437, 385.039, 452.437, - "e", + "&", -1, 0.504, "", @@ -126481,7 +126481,7 @@ 452.437, 385.891, 452.437, - " ", + "#", -1, 0.504, "", @@ -126504,7 +126504,7 @@ 450.827, 358.426, 450.827, - " ", + "#", -1, 0.504, "", @@ -126527,7 +126527,7 @@ 450.827, 358.93, 450.827, - " ", + "#", -1, 0.504, "", @@ -126550,7 +126550,7 @@ 450.827, 359.433, 450.827, - " ", + "#", -1, 0.504, "", @@ -126573,7 +126573,7 @@ 450.827, 359.937, 450.827, - " ", + "#", -1, 0.504, "", @@ -126596,7 +126596,7 @@ 450.827, 360.44, 450.827, - "t", + ")", -1, 0.504, "", @@ -126619,7 +126619,7 @@ 450.827, 361.001, 450.827, - "h", + "%", -1, 0.504, "", @@ -126642,7 +126642,7 @@ 450.827, 361.905, 450.827, - "e", + "&", -1, 0.504, "", @@ -126665,7 +126665,7 @@ 450.827, 362.758, 450.827, - " ", + "#", -1, 0.504, "", @@ -126688,7 +126688,7 @@ 450.827, 363.262, 450.827, - "h", + "%", -1, 0.504, "", @@ -126711,7 +126711,7 @@ 450.827, 364.166, 450.827, - "a", + ",", -1, 0.504, "", @@ -126734,7 +126734,7 @@ 450.827, 365.024, 450.827, - "l", + "-", -1, 0.504, "", @@ -126757,7 +126757,7 @@ 450.827, 365.416, 450.827, - "o", + "4", -1, 0.504, "", @@ -126780,7 +126780,7 @@ 450.827, 366.284, 450.827, - "g", + "6", -1, 0.504, "", @@ -126803,7 +126803,7 @@ 450.827, 367.176, 450.827, - "e", + "&", -1, 0.504, "", @@ -126826,7 +126826,7 @@ 450.827, 368.028, 450.827, - "n", + "0", -1, 0.504, "", @@ -126849,7 +126849,7 @@ 450.827, 368.934, 450.827, - " ", + "#", -1, 0.504, "", @@ -126872,7 +126872,7 @@ 450.827, 369.438, 450.827, - "b", + "/", -1, 0.504, "", @@ -126895,7 +126895,7 @@ 450.827, 370.329, 450.827, - "u", + ".", -1, 0.504, "", @@ -126918,7 +126918,7 @@ 450.827, 371.233, 450.827, - "l", + "-", -1, 0.504, "", @@ -126941,7 +126941,7 @@ 450.827, 371.625, 450.827, - "b", + "/", -1, 0.504, "", @@ -126964,7 +126964,7 @@ 450.827, 372.516, 450.827, - " ", + "#", -1, 0.504, "", @@ -126987,7 +126987,7 @@ 450.827, 373.02, 450.827, - "w", + "5", -1, 0.504, "", @@ -127010,7 +127010,7 @@ 450.827, 374.19, 450.827, - "i", + "*", -1, 0.504, "", @@ -127033,7 +127033,7 @@ 450.827, 374.582, 450.827, - "t", + ")", -1, 0.504, "", @@ -127056,7 +127056,7 @@ 450.827, 375.146, 450.827, - "h", + "%", -1, 0.504, "", @@ -127079,7 +127079,7 @@ 450.827, 376.051, 450.827, - " ", + "#", -1, 0.504, "", @@ -127102,7 +127102,7 @@ 450.827, 376.555, 450.827, - "c", + "+", -1, 0.504, "", @@ -127125,7 +127125,7 @@ 450.827, 377.3, 450.827, - "a", + ",", -1, 0.504, "", @@ -127148,7 +127148,7 @@ 450.827, 378.16, 450.827, - "p", + "7", -1, 0.504, "", @@ -127171,7 +127171,7 @@ 450.827, 379.052, 450.827, - ".", + "\"", -1, 0.504, "", @@ -127194,7 +127194,7 @@ 449.217, 358.427, 449.217, - "3", + ">", -1, 0.504, "", @@ -127217,7 +127217,7 @@ 449.217, 359.337, 449.217, - ".", + "\"", -1, 0.504, "", @@ -127240,7 +127240,7 @@ 449.217, 359.858, 449.217, - " ", + "#", -1, 0.504, "", @@ -127263,7 +127263,7 @@ 449.217, 360.36, 449.217, - "R", + "D", -1, 0.504, "", @@ -127286,7 +127286,7 @@ 449.217, 361.322, 449.217, - "e", + "&", -1, 0.504, "", @@ -127309,7 +127309,7 @@ 449.217, 362.173, 449.217, - "p", + "7", -1, 0.504, "", @@ -127332,7 +127332,7 @@ 449.217, 363.064, 449.217, - "l", + "-", -1, 0.504, "", @@ -127355,7 +127355,7 @@ 449.217, 363.456, 449.217, - "a", + ",", -1, 0.504, "", @@ -127378,7 +127378,7 @@ 449.217, 364.316, 449.217, - "c", + "+", -1, 0.504, "", @@ -127401,7 +127401,7 @@ 449.217, 365.061, 449.217, - "e", + "&", -1, 0.504, "", @@ -127424,7 +127424,7 @@ 449.217, 365.914, 449.217, - " ", + "#", -1, 0.504, "", @@ -127447,7 +127447,7 @@ 449.217, 366.418, 449.217, - "w", + "5", -1, 0.504, "", @@ -127470,7 +127470,7 @@ 449.217, 367.588, 449.217, - "i", + "*", -1, 0.504, "", @@ -127493,7 +127493,7 @@ 449.217, 367.98, 449.217, - "t", + ")", -1, 0.504, "", @@ -127516,7 +127516,7 @@ 449.217, 368.543, 449.217, - "h", + "%", -1, 0.504, "", @@ -127539,7 +127539,7 @@ 449.217, 369.449, 449.217, - " ", + "#", -1, 0.504, "", @@ -127562,7 +127562,7 @@ 449.217, 369.953, 449.217, - "a", + ",", -1, 0.504, "", @@ -127585,7 +127585,7 @@ 449.217, 370.812, 449.217, - " ", + "#", -1, 0.504, "", @@ -127608,7 +127608,7 @@ 449.217, 371.316, 449.217, - "n", + "0", -1, 0.504, "", @@ -127631,7 +127631,7 @@ 449.217, 372.222, 449.217, - "e", + "&", -1, 0.504, "", @@ -127654,7 +127654,7 @@ 449.217, 373.074, 449.217, - "w", + "5", -1, 0.504, "", @@ -127677,7 +127677,7 @@ 449.217, 374.245, 449.217, - " ", + "#", -1, 0.504, "", @@ -127700,7 +127700,7 @@ 449.217, 374.748, 449.217, - "h", + "%", -1, 0.504, "", @@ -127723,7 +127723,7 @@ 449.217, 375.654, 449.217, - "a", + ",", -1, 0.504, "", @@ -127746,7 +127746,7 @@ 449.217, 376.514, 449.217, - "l", + "-", -1, 0.504, "", @@ -127769,7 +127769,7 @@ 449.217, 376.906, 449.217, - "o", + "4", -1, 0.504, "", @@ -127792,7 +127792,7 @@ 449.217, 377.774, 449.217, - "g", + "6", -1, 0.504, "", @@ -127815,7 +127815,7 @@ 449.217, 378.665, 449.217, - "e", + "&", -1, 0.504, "", @@ -127838,7 +127838,7 @@ 449.217, 379.518, 449.217, - "n", + "0", -1, 0.504, "", @@ -127861,7 +127861,7 @@ 449.217, 380.423, 449.217, - " ", + "#", -1, 0.504, "", @@ -127884,7 +127884,7 @@ 449.217, 380.927, 449.217, - "b", + "/", -1, 0.504, "", @@ -127907,7 +127907,7 @@ 449.217, 381.818, 449.217, - "u", + ".", -1, 0.504, "", @@ -127930,7 +127930,7 @@ 449.217, 382.724, 449.217, - "l", + "-", -1, 0.504, "", @@ -127953,7 +127953,7 @@ 449.217, 383.116, 449.217, - "b", + "/", -1, 0.504, "", @@ -127976,7 +127976,7 @@ 449.217, 383.99, 449.217, - ".", + "\"", -1, 0.504, "", @@ -127999,7 +127999,7 @@ 447.606, 358.429, 447.606, - "4", + "G", -1, 0.504, "", @@ -128022,7 +128022,7 @@ 447.606, 359.339, 447.606, - ".", + "\"", -1, 0.504, "", @@ -128045,7 +128045,7 @@ 447.606, 359.859, 447.606, - " ", + "#", -1, 0.504, "", @@ -128068,7 +128068,7 @@ 447.606, 360.363, 447.606, - "O", + "K", -1, 0.504, "", @@ -128091,7 +128091,7 @@ 447.606, 361.489, 447.606, - "p", + "7", -1, 0.504, "", @@ -128114,7 +128114,7 @@ 447.606, 362.38, 447.606, - "e", + "&", -1, 0.504, "", @@ -128137,7 +128137,7 @@ 447.606, 363.233, 447.606, - "n", + "0", -1, 0.504, "", @@ -128160,7 +128160,7 @@ 447.606, 364.139, 447.606, - " ", + "#", -1, 0.504, "", @@ -128183,7 +128183,7 @@ 447.606, 364.642, 447.606, - "t", + ")", -1, 0.504, "", @@ -128206,7 +128206,7 @@ 447.606, 365.206, 447.606, - "h", + "%", -1, 0.504, "", @@ -128229,7 +128229,7 @@ 447.606, 366.111, 447.606, - "e", + "&", -1, 0.504, "", @@ -128252,7 +128252,7 @@ 447.606, 366.964, 447.606, - " ", + "#", -1, 0.504, "", @@ -128275,7 +128275,7 @@ 447.606, 367.468, 447.606, - "w", + "5", -1, 0.504, "", @@ -128298,7 +128298,7 @@ 447.606, 368.638, 447.606, - "i", + "*", -1, 0.504, "", @@ -128321,7 +128321,7 @@ 447.606, 369.03, 447.606, - "n", + "0", -1, 0.504, "", @@ -128344,7 +128344,7 @@ 447.606, 369.935, 447.606, - "d", + "2", -1, 0.504, "", @@ -128367,7 +128367,7 @@ 447.606, 370.827, 447.606, - "o", + "4", -1, 0.504, "", @@ -128390,7 +128390,7 @@ 447.606, 371.695, 447.606, - "w", + "5", -1, 0.504, "", @@ -128413,7 +128413,7 @@ 447.606, 372.865, 447.606, - " ", + "#", -1, 0.504, "", @@ -128436,7 +128436,7 @@ 447.606, 373.369, 447.606, - "i", + "*", -1, 0.504, "", @@ -128459,7 +128459,7 @@ 447.606, 373.761, 447.606, - "n", + "0", -1, 0.504, "", @@ -128482,7 +128482,7 @@ 447.606, 374.667, 447.606, - " ", + "#", -1, 0.504, "", @@ -128505,7 +128505,7 @@ 447.606, 375.17, 447.606, - "t", + ")", -1, 0.504, "", @@ -128528,7 +128528,7 @@ 447.606, 375.734, 447.606, - "h", + "%", -1, 0.504, "", @@ -128551,7 +128551,7 @@ 447.606, 376.639, 447.606, - "e", + "&", -1, 0.504, "", @@ -128574,7 +128574,7 @@ 447.606, 377.492, 447.606, - " ", + "#", -1, 0.504, "", @@ -128597,7 +128597,7 @@ 447.606, 377.996, 447.606, - "b", + "/", -1, 0.504, "", @@ -128620,7 +128620,7 @@ 447.606, 378.887, 447.606, - "a", + ",", -1, 0.504, "", @@ -128643,7 +128643,7 @@ 447.606, 379.747, 447.606, - "s", + "1", -1, 0.504, "", @@ -128666,7 +128666,7 @@ 447.606, 380.492, 447.606, - "e", + "&", -1, 0.504, "", @@ -128689,7 +128689,7 @@ 447.606, 381.345, 447.606, - " ", + "#", -1, 0.504, "", @@ -128712,7 +128712,7 @@ 447.606, 381.848, 447.606, - "p", + "7", -1, 0.504, "", @@ -128735,7 +128735,7 @@ 447.606, 382.74, 447.606, - "l", + "-", -1, 0.504, "", @@ -128758,7 +128758,7 @@ 447.606, 383.132, 447.606, - "a", + ",", -1, 0.504, "", @@ -128781,7 +128781,7 @@ 447.606, 383.992, 447.606, - "t", + ")", -1, 0.504, "", @@ -128804,7 +128804,7 @@ 447.606, 384.555, 447.606, - "e", + "&", -1, 0.504, "", @@ -128827,7 +128827,7 @@ 447.606, 385.408, 447.606, - " ", + "#", -1, 0.504, "", @@ -128850,7 +128850,7 @@ 447.606, 385.911, 447.606, - " ", + "#", -1, 0.504, "", @@ -128873,7 +128873,7 @@ 445.996, 358.429, 445.996, - " ", + "#", -1, 0.504, "", @@ -128896,7 +128896,7 @@ 445.996, 358.932, 445.996, - " ", + "#", -1, 0.504, "", @@ -128919,7 +128919,7 @@ 445.996, 359.436, 445.996, - " ", + "#", -1, 0.504, "", @@ -128942,7 +128942,7 @@ 445.996, 359.94, 445.996, - " ", + "#", -1, 0.504, "", @@ -128965,7 +128965,7 @@ 445.996, 360.443, 445.996, - "a", + ",", -1, 0.504, "", @@ -128988,7 +128988,7 @@ 445.996, 361.303, 445.996, - "n", + "0", -1, 0.504, "", @@ -129011,7 +129011,7 @@ 445.996, 362.209, 445.996, - "d", + "2", -1, 0.504, "", @@ -129034,7 +129034,7 @@ 445.996, 363.1, 445.996, - " ", + "#", -1, 0.504, "", @@ -129057,7 +129057,7 @@ 445.996, 363.603, 445.996, - "r", + "(", -1, 0.504, "", @@ -129080,7 +129080,7 @@ 445.996, 364.214, 445.996, - "e", + "&", -1, 0.504, "", @@ -129103,7 +129103,7 @@ 445.996, 365.067, 445.996, - "p", + "7", -1, 0.504, "", @@ -129126,7 +129126,7 @@ 445.996, 365.958, 445.996, - "l", + "-", -1, 0.504, "", @@ -129149,7 +129149,7 @@ 445.996, 366.35, 445.996, - "a", + ",", -1, 0.504, "", @@ -129172,7 +129172,7 @@ 445.996, 367.21, 445.996, - "c", + "+", -1, 0.504, "", @@ -129195,7 +129195,7 @@ 445.996, 367.955, 445.996, - "e", + "&", -1, 0.504, "", @@ -129218,7 +129218,7 @@ 445.996, 368.808, 445.996, - " ", + "#", -1, 0.504, "", @@ -129241,7 +129241,7 @@ 445.996, 369.312, 445.996, - "t", + ")", -1, 0.504, "", @@ -129264,7 +129264,7 @@ 445.996, 369.875, 445.996, - "h", + "%", -1, 0.504, "", @@ -129287,7 +129287,7 @@ 445.996, 370.781, 445.996, - "e", + "&", -1, 0.504, "", @@ -129310,7 +129310,7 @@ 445.996, 371.634, 445.996, - " ", + "#", -1, 0.504, "", @@ -129333,7 +129333,7 @@ 445.996, 372.137, 445.996, - "h", + "%", -1, 0.504, "", @@ -129356,7 +129356,7 @@ 445.996, 373.043, 445.996, - "a", + ",", -1, 0.504, "", @@ -129379,7 +129379,7 @@ 445.996, 373.903, 445.996, - "l", + "-", -1, 0.504, "", @@ -129402,7 +129402,7 @@ 445.996, 374.295, 445.996, - "o", + "4", -1, 0.504, "", @@ -129425,7 +129425,7 @@ 445.996, 375.163, 445.996, - "g", + "6", -1, 0.504, "", @@ -129448,7 +129448,7 @@ 445.996, 376.054, 445.996, - "e", + "&", -1, 0.504, "", @@ -129471,7 +129471,7 @@ 445.996, 376.907, 445.996, - "n", + "0", -1, 0.504, "", @@ -129494,7 +129494,7 @@ 445.996, 377.813, 445.996, - " ", + "#", -1, 0.504, "", @@ -129517,7 +129517,7 @@ 445.996, 378.316, 445.996, - "l", + "-", -1, 0.504, "", @@ -129540,7 +129540,7 @@ 445.996, 378.708, 445.996, - "a", + ",", -1, 0.504, "", @@ -129563,7 +129563,7 @@ 445.996, 379.568, 445.996, - "m", + "8", -1, 0.504, "", @@ -129586,7 +129586,7 @@ 445.996, 380.96, 445.996, - "p", + "7", -1, 0.504, "", @@ -129609,7 +129609,7 @@ 445.996, 381.851, 445.996, - " ", + "#", -1, 0.504, "", @@ -129632,7 +129632,7 @@ 445.996, 382.355, 445.996, - "o", + "4", -1, 0.504, "", @@ -129655,7 +129655,7 @@ 445.996, 383.223, 445.996, - "r", + "(", -1, 0.504, "", @@ -129678,7 +129678,7 @@ 445.996, 383.834, 445.996, - " ", + "#", -1, 0.504, "", @@ -129701,7 +129701,7 @@ 444.386, 358.429, 444.386, - " ", + "#", -1, 0.504, "", @@ -129724,7 +129724,7 @@ 444.386, 358.932, 444.386, - " ", + "#", -1, 0.504, "", @@ -129747,7 +129747,7 @@ 444.386, 359.436, 444.386, - " ", + "#", -1, 0.504, "", @@ -129770,7 +129770,7 @@ 444.386, 359.94, 444.386, - " ", + "#", -1, 0.504, "", @@ -129793,7 +129793,7 @@ 444.386, 360.443, 444.386, - "f", + "3", -1, 0.504, "", @@ -129816,7 +129816,7 @@ 444.386, 360.947, 444.386, - "l", + "-", -1, 0.504, "", @@ -129839,7 +129839,7 @@ 444.386, 361.339, 444.386, - "u", + ".", -1, 0.504, "", @@ -129862,7 +129862,7 @@ 444.386, 362.244, 444.386, - "o", + "4", -1, 0.504, "", @@ -129885,7 +129885,7 @@ 444.386, 363.113, 444.386, - "r", + "(", -1, 0.504, "", @@ -129908,7 +129908,7 @@ 444.386, 363.724, 444.386, - "e", + "&", -1, 0.504, "", @@ -129931,7 +129931,7 @@ 444.386, 364.576, 444.386, - "s", + "1", -1, 0.504, "", @@ -129954,7 +129954,7 @@ 444.386, 365.322, 444.386, - "c", + "+", -1, 0.504, "", @@ -129977,7 +129977,7 @@ 444.386, 366.067, 444.386, - "e", + "&", -1, 0.504, "", @@ -130000,7 +130000,7 @@ 444.386, 366.92, 444.386, - "n", + "0", -1, 0.504, "", @@ -130023,7 +130023,7 @@ 444.386, 367.825, 444.386, - "t", + ")", -1, 0.504, "", @@ -130046,7 +130046,7 @@ 444.386, 368.389, 444.386, - " ", + "#", -1, 0.504, "", @@ -130069,7 +130069,7 @@ 444.386, 368.893, 444.386, - "l", + "-", -1, 0.504, "", @@ -130092,7 +130092,7 @@ 444.386, 369.285, 444.386, - "a", + ",", -1, 0.504, "", @@ -130115,7 +130115,7 @@ 444.386, 370.144, 444.386, - "m", + "8", -1, 0.504, "", @@ -130138,7 +130138,7 @@ 444.386, 371.536, 444.386, - "p", + "7", -1, 0.504, "", @@ -130161,7 +130161,7 @@ 444.386, 372.428, 444.386, - " ", + "#", -1, 0.504, "", @@ -130184,7 +130184,7 @@ 444.386, 372.931, 444.386, - "o", + "4", -1, 0.504, "", @@ -130207,7 +130207,7 @@ 444.386, 373.8, 444.386, - "f", + "3", -1, 0.504, "", @@ -130230,7 +130230,7 @@ 444.386, 374.303, 444.386, - " ", + "#", -1, 0.504, "", @@ -130253,7 +130253,7 @@ 444.386, 374.807, 444.386, - "t", + ")", -1, 0.504, "", @@ -130276,7 +130276,7 @@ 444.386, 375.37, 444.386, - "r", + "(", -1, 0.504, "", @@ -130299,7 +130299,7 @@ 444.386, 375.948, 444.386, - "a", + ",", -1, 0.504, "", @@ -130322,7 +130322,7 @@ 444.386, 376.808, 444.386, - "n", + "0", -1, 0.504, "", @@ -130345,7 +130345,7 @@ 444.386, 377.714, 444.386, - "s", + "1", -1, 0.504, "", @@ -130368,7 +130368,7 @@ 444.386, 378.459, 444.386, - "m", + "8", -1, 0.504, "", @@ -130391,7 +130391,7 @@ 444.386, 379.851, 444.386, - "i", + "*", -1, 0.504, "", @@ -130414,7 +130414,7 @@ 444.386, 380.243, 444.386, - "t", + ")", -1, 0.504, "", @@ -130437,7 +130437,7 @@ 444.386, 380.807, 444.386, - "t", + ")", -1, 0.504, "", @@ -130460,7 +130460,7 @@ 444.386, 381.371, 444.386, - "e", + "&", -1, 0.504, "", @@ -130483,7 +130483,7 @@ 444.386, 382.223, 444.386, - "d", + "2", -1, 0.504, "", @@ -130506,7 +130506,7 @@ 444.386, 383.115, 444.386, - " ", + "#", -1, 0.504, "", @@ -130529,7 +130529,7 @@ 444.386, 383.618, 444.386, - " ", + "#", -1, 0.504, "", @@ -130552,7 +130552,7 @@ 444.386, 384.18, 444.386, - " ", + "#", -1, 0.504, "", @@ -130575,7 +130575,7 @@ 442.776, 358.429, 442.776, - " ", + "#", -1, 0.504, "", @@ -130598,7 +130598,7 @@ 442.776, 358.932, 442.776, - " ", + "#", -1, 0.504, "", @@ -130621,7 +130621,7 @@ 442.776, 359.436, 442.776, - " ", + "#", -1, 0.504, "", @@ -130644,7 +130644,7 @@ 442.776, 359.94, 442.776, - " ", + "#", -1, 0.504, "", @@ -130667,7 +130667,7 @@ 442.776, 360.443, 442.776, - "i", + "*", -1, 0.504, "", @@ -130690,7 +130690,7 @@ 442.776, 360.835, 442.776, - "l", + "-", -1, 0.504, "", @@ -130713,7 +130713,7 @@ 442.776, 361.619, 442.776, - "u", + ".", -1, 0.504, "", @@ -130736,7 +130736,7 @@ 442.776, 362.525, 442.776, - "m", + "8", -1, 0.504, "", @@ -130759,7 +130759,7 @@ 442.776, 363.917, 442.776, - "i", + "*", -1, 0.504, "", @@ -130782,7 +130782,7 @@ 442.776, 364.309, 442.776, - "n", + "0", -1, 0.504, "", @@ -130805,7 +130805,7 @@ 442.776, 365.214, 442.776, - "a", + ",", -1, 0.504, "", @@ -130828,7 +130828,7 @@ 442.776, 366.074, 442.776, - "t", + ")", -1, 0.504, "", @@ -130851,7 +130851,7 @@ 442.776, 366.638, 442.776, - "o", + "4", -1, 0.504, "", @@ -130874,7 +130874,7 @@ 442.776, 367.505, 442.776, - "r", + "(", -1, 0.504, "", @@ -130897,7 +130897,7 @@ 442.776, 367.914, 442.776, - ".", + "\"", -1, 0.504, "", @@ -130920,7 +130920,7 @@ 441.166, 358.429, 441.166, - " ", + "#", -1, 0.504, "", @@ -130943,7 +130943,7 @@ 441.166, 364.867, 441.166, - " ", + "#", -1, 0.504, "", @@ -130966,7 +130966,7 @@ 441.166, 371.305, 441.166, - " ", + "#", -1, 0.504, "", @@ -130989,7 +130989,7 @@ 441.166, 377.741, 441.166, - " ", + "#", -1, 0.504, "", @@ -131012,7 +131012,7 @@ 441.166, 384.18, 441.166, - " ", + "#", -1, 0.504, "", @@ -131035,7 +131035,7 @@ 530.47, 326.596, 530.47, - "M", + "3", -1, 0.489, "", @@ -131058,7 +131058,7 @@ 530.47, 327.952, 530.47, - "o", + ">", -1, 0.489, "", @@ -131081,7 +131081,7 @@ 530.47, 328.935, 530.47, - "d", + "F", -1, 0.489, "", @@ -131104,7 +131104,7 @@ 530.47, 329.935, 530.47, - "e", + "G", -1, 0.489, "", @@ -131127,7 +131127,7 @@ 530.47, 330.885, 530.47, - "l", + "H", -1, 0.489, "", @@ -131150,7 +131150,7 @@ 530.47, 331.374, 530.47, - " ", + "(", -1, 0.489, "", @@ -131173,7 +131173,7 @@ 530.47, 331.863, 530.47, - "A", + "/", -1, 0.489, "", @@ -131196,7 +131196,7 @@ 530.47, 332.973, 530.47, - "Y", + "6", -1, 0.489, "", @@ -131219,7 +131219,7 @@ 530.47, 334.028, 530.47, - "1", + "!", -1, 0.489, "", @@ -131242,7 +131242,7 @@ 530.47, 335.045, 530.47, - "1", + "!", -1, 0.489, "", @@ -131265,7 +131265,7 @@ 530.47, 336.062, 530.47, - "2", + "7", -1, 0.489, "", @@ -131288,7 +131288,7 @@ 530.47, 337.079, 530.47, - "3", + "\"", -1, 0.489, "", @@ -131311,7 +131311,7 @@ 530.47, 338.097, 530.47, - "0", + "8", -1, 0.489, "", @@ -131334,7 +131334,7 @@ 530.47, 358.486, 530.47, - "M", + "3", -1, 0.489, "", @@ -131357,7 +131357,7 @@ 530.47, 359.842, 530.47, - "o", + ">", -1, 0.489, "", @@ -131380,7 +131380,7 @@ 530.47, 360.825, 530.47, - "d", + "F", -1, 0.489, "", @@ -131403,7 +131403,7 @@ 530.47, 361.825, 530.47, - "e", + "G", -1, 0.489, "", @@ -131426,7 +131426,7 @@ 530.47, 362.775, 530.47, - "l", + "H", -1, 0.489, "", @@ -131449,7 +131449,7 @@ 530.47, 363.264, 530.47, - " ", + "(", -1, 0.489, "", @@ -131472,7 +131472,7 @@ 530.47, 363.754, 530.47, - "A", + "/", -1, 0.489, "", @@ -131495,7 +131495,7 @@ 530.47, 364.864, 530.47, - "Y", + "6", -1, 0.489, "", @@ -131518,7 +131518,7 @@ 530.47, 365.918, 530.47, - "1", + "!", -1, 0.489, "", @@ -131541,7 +131541,7 @@ 530.47, 366.935, 530.47, - "1", + "!", -1, 0.489, "", @@ -131564,7 +131564,7 @@ 530.47, 367.953, 530.47, - "2", + "7", -1, 0.489, "", @@ -131587,7 +131587,7 @@ 530.47, 368.97, 530.47, - "3", + "\"", -1, 0.489, "", @@ -131610,7 +131610,7 @@ 530.47, 369.987, 530.47, - "4", + ":", -1, 0.489, "", @@ -131633,7 +131633,7 @@ 439.745, 455.435, 439.745, - "1", + "!", -1, 0.612, "", @@ -131656,7 +131656,7 @@ 439.745, 456.707, 439.745, - "4", + ":", -1, 0.612, "", @@ -131679,7 +131679,7 @@ 516.154, 408.245, 516.154, - "O", + "K", -1, 0.415, "", @@ -131702,7 +131702,7 @@ 516.154, 409.172, 516.154, - "b", + "/", -1, 0.415, "", @@ -131725,7 +131725,7 @@ 516.154, 409.906, 516.154, - "j", + "=", -1, 0.415, "", @@ -131748,7 +131748,7 @@ 516.154, 410.309, 516.154, - "e", + "&", -1, 0.415, "", @@ -131771,7 +131771,7 @@ 516.154, 411.011, 516.154, - "c", + "+", -1, 0.415, "", @@ -131794,7 +131794,7 @@ 516.154, 411.623, 516.154, - "t", + ")", -1, 0.415, "", @@ -131817,7 +131817,7 @@ 516.154, 412.086, 516.154, - "i", + "*", -1, 0.415, "", @@ -131840,7 +131840,7 @@ 516.154, 412.409, 516.154, - "v", + "'", -1, 0.415, "", @@ -131863,7 +131863,7 @@ 516.154, 413.106, 516.154, - "e", + "&", -1, 0.415, "", @@ -131886,7 +131886,7 @@ 516.154, 413.809, 516.154, - "s", + "1", -1, 0.415, "", @@ -131909,7 +131909,7 @@ 522.698, 409.396, 522.698, - "R", + "D", -1, 0.415, "", @@ -131932,7 +131932,7 @@ 522.698, 410.188, 522.698, - "e", + "&", -1, 0.415, "", @@ -131955,7 +131955,7 @@ 522.698, 410.89, 522.698, - "v", + "'", -1, 0.415, "", @@ -131978,7 +131978,7 @@ 522.698, 411.587, 522.698, - "o", + "4", -1, 0.415, "", @@ -132001,7 +132001,7 @@ 522.698, 412.301, 522.698, - "l", + "-", -1, 0.415, "", @@ -132024,7 +132024,7 @@ 522.698, 412.623, 522.698, - "v", + "'", -1, 0.415, "", @@ -132047,7 +132047,7 @@ 522.698, 413.32, 522.698, - "i", + "*", -1, 0.415, "", @@ -132070,7 +132070,7 @@ 522.698, 413.642, 522.698, - "n", + "0", -1, 0.415, "", @@ -132093,7 +132093,7 @@ 522.698, 414.387, 522.698, - "g", + "6", -1, 0.415, "", @@ -132116,7 +132116,7 @@ 522.698, 415.121, 522.698, - " ", + "#", -1, 0.415, "", @@ -132139,7 +132139,7 @@ 522.698, 415.535, 522.698, - "T", + "$", -1, 0.415, "", @@ -132162,7 +132162,7 @@ 522.698, 416.146, 522.698, - "u", + ".", -1, 0.415, "", @@ -132185,7 +132185,7 @@ 522.698, 416.892, 522.698, - "r", + "(", -1, 0.415, "", @@ -132208,7 +132208,7 @@ 522.698, 417.396, 522.698, - "r", + "(", -1, 0.415, "", @@ -132231,7 +132231,7 @@ 522.698, 417.899, 522.698, - "e", + "&", -1, 0.415, "", @@ -132254,7 +132254,7 @@ 522.698, 418.602, 522.698, - "t", + ")", -1, 0.415, "", @@ -132277,7 +132277,7 @@ 512.554, 441.39, 512.554, - "C", + "P", -1, 0.415, "", @@ -132300,7 +132300,7 @@ 512.554, 442.213, 512.554, - "o", + "4", -1, 0.415, "", @@ -132323,7 +132323,7 @@ 512.554, 442.928, 512.554, - "a", + ",", -1, 0.415, "", @@ -132346,7 +132346,7 @@ 512.554, 443.637, 512.554, - "r", + "(", -1, 0.415, "", @@ -132369,7 +132369,7 @@ 512.554, 444.141, 512.554, - "s", + "1", -1, 0.415, "", @@ -132392,7 +132392,7 @@ 512.554, 444.755, 512.554, - "e", + "&", -1, 0.415, "", @@ -132415,7 +132415,7 @@ 512.554, 445.457, 512.554, - " ", + "#", -1, 0.415, "", @@ -132438,7 +132438,7 @@ 511.374, 441.39, 511.374, - "A", + "Q", -1, 0.415, "", @@ -132461,7 +132461,7 @@ 511.374, 442.196, 511.374, - "d", + "2", -1, 0.415, "", @@ -132484,7 +132484,7 @@ 511.374, 442.931, 511.374, - "j", + "=", -1, 0.415, "", @@ -132507,7 +132507,7 @@ 511.374, 443.336, 511.374, - "u", + ".", -1, 0.415, "", @@ -132530,7 +132530,7 @@ 511.374, 444.083, 511.374, - "s", + "1", -1, 0.415, "", @@ -132553,7 +132553,7 @@ 511.374, 444.697, 511.374, - "t", + ")", -1, 0.415, "", @@ -132576,7 +132576,7 @@ 511.374, 445.162, 511.374, - "m", + "8", -1, 0.415, "", @@ -132599,7 +132599,7 @@ 511.374, 446.309, 511.374, - "e", + "&", -1, 0.415, "", @@ -132622,7 +132622,7 @@ 511.374, 447.012, 511.374, - "n", + "0", -1, 0.415, "", @@ -132645,7 +132645,7 @@ 511.374, 447.759, 511.374, - "t", + ")", -1, 0.415, "", @@ -132668,7 +132668,7 @@ 510.194, 441.39, 510.194, - "K", + "R", -1, 0.415, "", @@ -132691,7 +132691,7 @@ 510.194, 442.207, 510.194, - "n", + "0", -1, 0.415, "", @@ -132714,7 +132714,7 @@ 510.194, 442.953, 510.194, - "o", + "4", -1, 0.415, "", @@ -132737,7 +132737,7 @@ 510.194, 443.669, 510.194, - "b", + "/", -1, 0.415, "", @@ -132760,7 +132760,7 @@ 536.181, 398.793, 536.181, - "M", + "3", -1, 1.101, "", @@ -132783,7 +132783,7 @@ 536.181, 401.844, 536.181, - "O", + "4", -1, 1.101, "", @@ -132806,7 +132806,7 @@ 536.181, 404.581, 536.181, - "D", + "5", -1, 1.101, "", @@ -132829,7 +132829,7 @@ 536.181, 407.252, 536.181, - "E", + "+", -1, 1.101, "", @@ -132852,7 +132852,7 @@ 536.181, 409.451, 536.181, - "L", + "0", -1, 1.101, "", @@ -132875,7 +132875,7 @@ 536.181, 411.501, 536.181, - " ", + "(", -1, 1.101, "", @@ -132898,7 +132898,7 @@ 536.181, 412.602, 536.181, - "A", + "/", -1, 1.101, "", @@ -132921,7 +132921,7 @@ 536.181, 415.1, 536.181, - "Y", + "6", -1, 1.101, "", @@ -132944,7 +132944,7 @@ 536.181, 417.472, 536.181, - "1", + "!", -1, 1.101, "", @@ -132967,7 +132967,7 @@ 536.181, 419.761, 536.181, - "1", + "!", -1, 1.101, "", @@ -132990,7 +132990,7 @@ 536.181, 422.05, 536.181, - "2", + "7", -1, 1.101, "", @@ -133013,7 +133013,7 @@ 536.181, 424.338, 536.181, - "3", + "\"", -1, 1.101, "", @@ -133036,7 +133036,7 @@ 536.181, 426.627, 536.181, - "6", + "I", -1, 1.101, "", @@ -133059,7 +133059,7 @@ 486.084, 398.325, 486.084, - "M", + "3", -1, 1.101, "", @@ -133082,7 +133082,7 @@ 486.084, 401.377, 486.084, - "I", + "%", -1, 1.101, "", @@ -133105,7 +133105,7 @@ 486.084, 403.134, 486.084, - "C", + ".", -1, 1.101, "", @@ -133128,7 +133128,7 @@ 486.084, 405.465, 486.084, - "R", + "-", -1, 1.101, "", @@ -133151,7 +133151,7 @@ 486.084, 407.982, 486.084, - "O", + "4", -1, 1.101, "", @@ -133174,7 +133174,7 @@ 486.084, 410.718, 486.084, - "S", + "$", -1, 1.101, "", @@ -133197,7 +133197,7 @@ 486.084, 413.004, 486.084, - "C", + ".", -1, 1.101, "", @@ -133220,7 +133220,7 @@ 486.084, 415.334, 486.084, - "O", + "4", -1, 1.101, "", @@ -133243,7 +133243,7 @@ 486.084, 418.07, 486.084, - "P", + ";", -1, 1.101, "", @@ -133266,7 +133266,7 @@ 486.084, 420.43, 486.084, - "E", + "+", -1, 1.101, "", @@ -133289,7 +133289,7 @@ 486.084, 422.628, 486.084, - " ", + "(", -1, 1.101, "", @@ -133312,7 +133312,7 @@ 486.084, 423.729, 486.084, - "U", + "#", -1, 1.101, "", @@ -133335,7 +133335,7 @@ 486.084, 426.343, 486.084, - "S", + "$", -1, 1.101, "", @@ -133358,7 +133358,7 @@ 486.084, 428.628, 486.084, - "A", + "/", -1, 1.101, "", @@ -133381,7 +133381,7 @@ 486.084, 431.126, 486.084, - "G", + "'", -1, 1.101, "", @@ -133404,7 +133404,7 @@ 486.084, 433.737, 486.084, - "E", + "+", -1, 1.101, "", @@ -133427,7 +133427,7 @@ 481.156, 398.086, 481.156, - "B", + "O", -1, 0.629, "", @@ -133450,7 +133450,7 @@ 481.156, 399.313, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133473,7 +133473,7 @@ 481.156, 400.536, 481.156, - "R", + "D", -1, 0.629, "", @@ -133519,7 +133519,7 @@ 481.156, 403.002, 481.156, - "K", + "R", -1, 0.629, "", @@ -133542,7 +133542,7 @@ 481.156, 404.241, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133565,7 +133565,7 @@ 481.156, 405.464, 481.156, - " ", + "#", -1, 0.629, "", @@ -133588,7 +133588,7 @@ 481.156, 406.094, 481.156, - "M", + "?", -1, 0.629, "", @@ -133611,7 +133611,7 @@ 481.156, 407.601, 481.156, - "o", + "4", -1, 0.629, "", @@ -133634,7 +133634,7 @@ 481.156, 408.687, 481.156, - "d", + "2", -1, 0.629, "", @@ -133657,7 +133657,7 @@ 481.156, 409.801, 481.156, - "e", + "&", -1, 0.629, "", @@ -133680,7 +133680,7 @@ 481.156, 410.867, 481.156, - "l", + "-", -1, 0.629, "", @@ -133703,7 +133703,7 @@ 481.156, 411.357, 481.156, - " ", + "#", -1, 0.629, "", @@ -133726,7 +133726,7 @@ 481.156, 411.981, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133749,7 +133749,7 @@ 481.156, 413.134, 481.156, - "Y", + "T", -1, 0.629, "", @@ -133772,7 +133772,7 @@ 481.156, 414.234, 481.156, - "1", + "!", -1, 0.629, "", @@ -133795,7 +133795,7 @@ 481.156, 415.372, 481.156, - "1", + "!", -1, 0.629, "", @@ -133818,7 +133818,7 @@ 481.156, 416.509, 481.156, - "2", + ":", -1, 0.629, "", @@ -133841,7 +133841,7 @@ 481.156, 417.646, 481.156, - "3", + ">", -1, 0.629, "", @@ -133864,7 +133864,7 @@ 481.156, 418.784, 481.156, - "6", + "U", -1, 0.629, "", @@ -133887,7 +133887,7 @@ 481.156, 419.921, 481.156, - " ", + "#", -1, 0.629, "", @@ -133910,7 +133910,7 @@ 481.156, 420.551, 481.156, - "i", + "*", -1, 0.629, "", @@ -133933,7 +133933,7 @@ 481.156, 421.041, 481.156, - "s", + "1", -1, 0.629, "", @@ -133956,7 +133956,7 @@ 481.156, 421.972, 481.156, - " ", + "#", -1, 0.629, "", @@ -133979,7 +133979,7 @@ 481.156, 422.602, 481.156, - "a", + ",", -1, 0.629, "", @@ -134002,7 +134002,7 @@ 481.156, 423.677, 481.156, - " ", + "#", -1, 0.629, "", @@ -134025,7 +134025,7 @@ 481.156, 424.306, 481.156, - "p", + "7", -1, 0.629, "", @@ -134048,7 +134048,7 @@ 481.156, 425.42, 481.156, - "o", + "4", -1, 0.629, "", @@ -134071,7 +134071,7 @@ 481.156, 426.506, 481.156, - "w", + "5", -1, 0.629, "", @@ -134094,7 +134094,7 @@ 481.156, 427.968, 481.156, - "e", + "&", -1, 0.629, "", @@ -134117,7 +134117,7 @@ 481.156, 429.034, 481.156, - "r", + "(", -1, 0.629, "", @@ -134140,7 +134140,7 @@ 481.156, 429.798, 481.156, - "f", + "3", -1, 0.629, "", @@ -134163,7 +134163,7 @@ 481.156, 430.427, 481.156, - "u", + ".", -1, 0.629, "", @@ -134186,7 +134186,7 @@ 481.156, 431.559, 481.156, - "l", + "-", -1, 0.629, "", @@ -134209,7 +134209,7 @@ 481.156, 432.049, 481.156, - " ", + "#", -1, 0.629, "", @@ -134232,7 +134232,7 @@ 481.156, 432.679, 481.156, - "f", + "3", -1, 0.629, "", @@ -134255,7 +134255,7 @@ 481.156, 433.308, 481.156, - "i", + "*", -1, 0.629, "", @@ -134278,7 +134278,7 @@ 481.156, 433.793, 481.156, - "x", + "V", -1, 0.629, "", @@ -134301,7 +134301,7 @@ 481.156, 434.83, 481.156, - "e", + "&", -1, 0.629, "", @@ -134324,7 +134324,7 @@ 481.156, 435.896, 481.156, - "d", + "2", -1, 0.629, "", @@ -134347,7 +134347,7 @@ 481.156, 437.01, 481.156, - " ", + "#", -1, 0.629, "", @@ -134370,7 +134370,7 @@ 481.156, 437.64, 481.156, - "p", + "7", -1, 0.629, "", @@ -134393,7 +134393,7 @@ 481.156, 438.754, 481.156, - "o", + "4", -1, 0.629, "", @@ -134416,7 +134416,7 @@ 481.156, 439.839, 481.156, - "w", + "5", -1, 0.629, "", @@ -134439,7 +134439,7 @@ 481.156, 441.302, 481.156, - "e", + "&", -1, 0.629, "", @@ -134462,7 +134462,7 @@ 481.156, 442.368, 481.156, - "r", + "(", -1, 0.629, "", @@ -134485,7 +134485,7 @@ 481.156, 443.131, 481.156, - " ", + "#", -1, 0.629, "", @@ -134508,7 +134508,7 @@ 481.156, 443.761, 481.156, - "c", + "+", -1, 0.629, "", @@ -134531,7 +134531,7 @@ 481.156, 444.693, 481.156, - "o", + "4", -1, 0.629, "", @@ -134554,7 +134554,7 @@ 481.156, 445.778, 481.156, - "m", + "8", -1, 0.629, "", @@ -134577,7 +134577,7 @@ 481.156, 447.518, 481.156, - "p", + "7", -1, 0.629, "", @@ -134600,7 +134600,7 @@ 481.156, 448.632, 481.156, - "o", + "4", -1, 0.629, "", @@ -134623,7 +134623,7 @@ 481.156, 449.718, 481.156, - "u", + ".", -1, 0.629, "", @@ -134646,7 +134646,7 @@ 481.156, 450.85, 481.156, - "n", + "0", -1, 0.629, "", @@ -134669,7 +134669,7 @@ 481.156, 451.982, 481.156, - "d", + "2", -1, 0.629, "", @@ -134692,7 +134692,7 @@ 481.156, 453.092, 481.156, - " ", + "#", -1, 0.629, "", @@ -134715,7 +134715,7 @@ 479.009, 398.086, 479.009, - "m", + "8", -1, 0.629, "", @@ -134738,7 +134738,7 @@ 479.009, 399.826, 479.009, - "i", + "*", -1, 0.629, "", @@ -134761,7 +134761,7 @@ 479.009, 400.316, 479.009, - "c", + "+", -1, 0.629, "", @@ -134784,7 +134784,7 @@ 479.009, 401.248, 479.009, - "r", + "(", -1, 0.629, "", @@ -134807,7 +134807,7 @@ 479.009, 402.011, 479.009, - "o", + "4", -1, 0.629, "", @@ -134830,7 +134830,7 @@ 479.009, 403.097, 479.009, - "s", + "1", -1, 0.629, "", @@ -134853,7 +134853,7 @@ 479.009, 404.028, 479.009, - "c", + "+", -1, 0.629, "", @@ -134876,7 +134876,7 @@ 479.009, 404.96, 479.009, - "o", + "4", -1, 0.629, "", @@ -134899,7 +134899,7 @@ 479.009, 406.046, 479.009, - "p", + "7", -1, 0.629, "", @@ -134922,7 +134922,7 @@ 479.009, 407.16, 479.009, - "e", + "&", -1, 0.629, "", @@ -134945,7 +134945,7 @@ 479.009, 408.226, 479.009, - " ", + "#", -1, 0.629, "", @@ -134968,7 +134968,7 @@ 479.009, 408.855, 479.009, - "d", + "2", -1, 0.629, "", @@ -134991,7 +134991,7 @@ 479.009, 409.969, 479.009, - "e", + "&", -1, 0.629, "", @@ -135014,7 +135014,7 @@ 479.009, 411.035, 479.009, - "s", + "1", -1, 0.629, "", @@ -135037,7 +135037,7 @@ 479.009, 411.967, 479.009, - "i", + "*", -1, 0.629, "", @@ -135060,7 +135060,7 @@ 479.009, 412.457, 479.009, - "g", + "6", -1, 0.629, "", @@ -135083,7 +135083,7 @@ 479.009, 413.571, 479.009, - "n", + "0", -1, 0.629, "", @@ -135106,7 +135106,7 @@ 479.009, 414.703, 479.009, - "e", + "&", -1, 0.629, "", @@ -135129,7 +135129,7 @@ 479.009, 415.769, 479.009, - "d", + "2", -1, 0.629, "", @@ -135152,7 +135152,7 @@ 479.009, 416.883, 479.009, - " ", + "#", -1, 0.629, "", @@ -135175,7 +135175,7 @@ 479.009, 417.512, 479.009, - "f", + "3", -1, 0.629, "", @@ -135198,7 +135198,7 @@ 479.009, 418.142, 479.009, - "o", + "4", -1, 0.629, "", @@ -135221,7 +135221,7 @@ 479.009, 419.227, 479.009, - "r", + "(", -1, 0.629, "", @@ -135244,7 +135244,7 @@ 479.009, 419.991, 479.009, - " ", + "#", -1, 0.629, "", @@ -135267,7 +135267,7 @@ 479.009, 420.62, 479.009, - "b", + "/", -1, 0.629, "", @@ -135290,7 +135290,7 @@ 479.009, 421.734, 479.009, - "i", + "*", -1, 0.629, "", @@ -135313,7 +135313,7 @@ 479.009, 422.224, 479.009, - "o", + "4", -1, 0.629, "", @@ -135336,7 +135336,7 @@ 479.009, 423.31, 479.009, - "l", + "-", -1, 0.629, "", @@ -135359,7 +135359,7 @@ 479.009, 423.8, 479.009, - "o", + "4", -1, 0.629, "", @@ -135382,7 +135382,7 @@ 479.009, 424.885, 479.009, - "g", + "6", -1, 0.629, "", @@ -135405,7 +135405,7 @@ 479.009, 426.0, 479.009, - "i", + "*", -1, 0.629, "", @@ -135428,7 +135428,7 @@ 479.009, 426.49, 479.009, - "c", + "+", -1, 0.629, "", @@ -135451,7 +135451,7 @@ 479.009, 427.421, 479.009, - "a", + ",", -1, 0.629, "", @@ -135474,7 +135474,7 @@ 479.009, 428.496, 479.009, - "l", + "-", -1, 0.629, "", @@ -135497,7 +135497,7 @@ 479.009, 428.986, 479.009, - " ", + "#", -1, 0.629, "", @@ -135520,7 +135520,7 @@ 479.009, 429.615, 479.009, - "s", + "1", -1, 0.629, "", @@ -135543,7 +135543,7 @@ 479.009, 430.547, 479.009, - "t", + ")", -1, 0.629, "", @@ -135566,7 +135566,7 @@ 479.009, 431.252, 479.009, - "u", + ".", -1, 0.629, "", @@ -135589,7 +135589,7 @@ 479.009, 432.384, 479.009, - "d", + "2", -1, 0.629, "", @@ -135612,7 +135612,7 @@ 479.009, 433.498, 479.009, - "i", + "*", -1, 0.629, "", @@ -135635,7 +135635,7 @@ 479.009, 433.988, 479.009, - "e", + "&", -1, 0.629, "", @@ -135658,7 +135658,7 @@ 479.009, 435.054, 479.009, - "s", + "1", -1, 0.629, "", @@ -135681,7 +135681,7 @@ 479.009, 435.985, 479.009, - " ", + "#", -1, 0.629, "", @@ -135704,7 +135704,7 @@ 479.009, 436.615, 479.009, - "s", + "1", -1, 0.629, "", @@ -135727,7 +135727,7 @@ 479.009, 437.547, 479.009, - "u", + ".", -1, 0.629, "", @@ -135750,7 +135750,7 @@ 479.009, 438.679, 479.009, - "c", + "+", -1, 0.629, "", @@ -135773,7 +135773,7 @@ 479.009, 439.61, 479.009, - "h", + "%", -1, 0.629, "", @@ -135796,7 +135796,7 @@ 479.009, 440.742, 479.009, - " ", + "#", -1, 0.629, "", @@ -135819,7 +135819,7 @@ 479.009, 441.372, 479.009, - "a", + ",", -1, 0.629, "", @@ -135842,7 +135842,7 @@ 479.009, 442.446, 479.009, - "s", + "1", -1, 0.629, "", @@ -135865,7 +135865,7 @@ 479.009, 443.378, 479.009, - " ", + "#", -1, 0.629, "", @@ -135888,7 +135888,7 @@ 479.009, 444.008, 479.009, - "s", + "1", -1, 0.629, "", @@ -135911,7 +135911,7 @@ 479.009, 444.939, 479.009, - "p", + "7", -1, 0.629, "", @@ -135934,7 +135934,7 @@ 479.009, 446.053, 479.009, - "e", + "&", -1, 0.629, "", @@ -135957,7 +135957,7 @@ 479.009, 447.119, 479.009, - "c", + "+", -1, 0.629, "", @@ -135980,7 +135980,7 @@ 479.009, 448.051, 479.009, - "i", + "*", -1, 0.629, "", @@ -136003,7 +136003,7 @@ 479.009, 448.541, 479.009, - "m", + "8", -1, 0.629, "", @@ -136026,7 +136026,7 @@ 479.009, 450.281, 479.009, - "e", + "&", -1, 0.629, "", @@ -136049,7 +136049,7 @@ 479.009, 451.347, 479.009, - "n", + "0", -1, 0.629, "", @@ -136072,7 +136072,7 @@ 479.009, 452.47, 479.009, - " ", + "#", -1, 0.629, "", @@ -136095,7 +136095,7 @@ 476.862, 398.086, 476.862, - "e", + "&", -1, 0.629, "", @@ -136118,7 +136118,7 @@ 476.862, 399.152, 476.862, - "x", + "V", -1, 0.629, "", @@ -136141,7 +136141,7 @@ 476.862, 400.21, 476.862, - "a", + ",", -1, 0.629, "", @@ -136164,7 +136164,7 @@ 476.862, 401.285, 476.862, - "m", + "8", -1, 0.629, "", @@ -136187,7 +136187,7 @@ 476.862, 403.025, 476.862, - "i", + "*", -1, 0.629, "", @@ -136210,7 +136210,7 @@ 476.862, 403.515, 476.862, - "n", + "0", -1, 0.629, "", @@ -136233,7 +136233,7 @@ 476.862, 404.647, 476.862, - "a", + ",", -1, 0.629, "", @@ -136256,7 +136256,7 @@ 476.862, 405.722, 476.862, - "t", + ")", -1, 0.629, "", @@ -136279,7 +136279,7 @@ 476.862, 406.427, 476.862, - "i", + "*", -1, 0.629, "", @@ -136302,7 +136302,7 @@ 476.862, 406.917, 476.862, - "o", + "4", -1, 0.629, "", @@ -136325,7 +136325,7 @@ 476.862, 408.002, 476.862, - "n", + "0", -1, 0.629, "", @@ -136348,7 +136348,7 @@ 476.862, 409.134, 476.862, - ".", + "\"", -1, 0.629, "", @@ -136371,7 +136371,7 @@ 476.862, 409.785, 476.862, - " ", + "#", -1, 0.629, "", @@ -136394,7 +136394,7 @@ 476.862, 410.414, 476.862, - "I", + "A", -1, 0.629, "", @@ -136417,7 +136417,7 @@ 476.862, 411.167, 476.862, - "t", + ")", -1, 0.629, "", @@ -136440,7 +136440,7 @@ 476.862, 411.872, 476.862, - " ", + "#", -1, 0.629, "", @@ -136463,7 +136463,7 @@ 476.862, 412.501, 476.862, - "c", + "+", -1, 0.629, "", @@ -136486,7 +136486,7 @@ 476.862, 413.433, 476.862, - "a", + ",", -1, 0.629, "", @@ -136509,7 +136509,7 @@ 476.862, 414.508, 476.862, - "n", + "0", -1, 0.629, "", @@ -136532,7 +136532,7 @@ 476.862, 415.64, 476.862, - " ", + "#", -1, 0.629, "", @@ -136555,7 +136555,7 @@ 476.862, 416.269, 476.862, - "a", + ",", -1, 0.629, "", @@ -136578,7 +136578,7 @@ 476.862, 417.344, 476.862, - "l", + "-", -1, 0.629, "", @@ -136601,7 +136601,7 @@ 476.862, 417.834, 476.862, - "s", + "1", -1, 0.629, "", @@ -136624,7 +136624,7 @@ 476.862, 418.766, 476.862, - "o", + "4", -1, 0.629, "", @@ -136647,7 +136647,7 @@ 476.862, 419.851, 476.862, - " ", + "#", -1, 0.629, "", @@ -136670,7 +136670,7 @@ 476.862, 420.481, 476.862, - "b", + "/", -1, 0.629, "", @@ -136693,7 +136693,7 @@ 476.862, 421.595, 476.862, - "e", + "&", -1, 0.629, "", @@ -136716,7 +136716,7 @@ 476.862, 422.661, 476.862, - " ", + "#", -1, 0.629, "", @@ -136739,7 +136739,7 @@ 476.862, 423.29, 476.862, - "u", + ".", -1, 0.629, "", @@ -136762,7 +136762,7 @@ 476.862, 424.422, 476.862, - "s", + "1", -1, 0.629, "", @@ -136785,7 +136785,7 @@ 476.862, 425.354, 476.862, - "e", + "&", -1, 0.629, "", @@ -136808,7 +136808,7 @@ 476.862, 426.42, 476.862, - "d", + "2", -1, 0.629, "", @@ -136831,7 +136831,7 @@ 476.862, 427.534, 476.862, - " ", + "#", -1, 0.629, "", @@ -136854,7 +136854,7 @@ 476.862, 428.163, 476.862, - "f", + "3", -1, 0.629, "", @@ -136877,7 +136877,7 @@ 476.862, 428.793, 476.862, - "o", + "4", -1, 0.629, "", @@ -136900,7 +136900,7 @@ 476.862, 429.878, 476.862, - "r", + "(", -1, 0.629, "", @@ -136923,7 +136923,7 @@ 476.862, 430.642, 476.862, - " ", + "#", -1, 0.629, "", @@ -136946,7 +136946,7 @@ 476.862, 431.271, 476.862, - "e", + "&", -1, 0.629, "", @@ -136969,7 +136969,7 @@ 476.862, 432.337, 476.862, - "x", + "V", -1, 0.629, "", @@ -136992,7 +136992,7 @@ 476.862, 433.396, 476.862, - "a", + ",", -1, 0.629, "", @@ -137015,7 +137015,7 @@ 476.862, 434.471, 476.862, - "m", + "8", -1, 0.629, "", @@ -137038,7 +137038,7 @@ 476.862, 436.211, 476.862, - "i", + "*", -1, 0.629, "", @@ -137061,7 +137061,7 @@ 476.862, 436.701, 476.862, - "n", + "0", -1, 0.629, "", @@ -137084,7 +137084,7 @@ 476.862, 437.833, 476.862, - "i", + "*", -1, 0.629, "", @@ -137107,7 +137107,7 @@ 476.862, 438.323, 476.862, - "n", + "0", -1, 0.629, "", @@ -137130,7 +137130,7 @@ 476.862, 439.455, 476.862, - "g", + "6", -1, 0.629, "", @@ -137153,7 +137153,7 @@ 476.862, 440.569, 476.862, - " ", + "#", -1, 0.629, "", @@ -137176,7 +137176,7 @@ 476.862, 441.198, 476.862, - "b", + "/", -1, 0.629, "", @@ -137199,7 +137199,7 @@ 476.862, 442.312, 476.862, - "a", + ",", -1, 0.629, "", @@ -137222,7 +137222,7 @@ 476.862, 443.387, 476.862, - "c", + "+", -1, 0.629, "", @@ -137245,7 +137245,7 @@ 476.862, 444.319, 476.862, - "t", + ")", -1, 0.629, "", @@ -137268,7 +137268,7 @@ 476.862, 445.023, 476.862, - "e", + "&", -1, 0.629, "", @@ -137291,7 +137291,7 @@ 476.862, 446.089, 476.862, - "r", + "(", -1, 0.629, "", @@ -137314,7 +137314,7 @@ 476.862, 446.853, 476.862, - "i", + "*", -1, 0.629, "", @@ -137337,7 +137337,7 @@ 476.862, 447.343, 476.862, - "a", + ",", -1, 0.629, "", @@ -137360,7 +137360,7 @@ 476.862, 448.418, 476.862, - " ", + "#", -1, 0.629, "", @@ -137383,7 +137383,7 @@ 476.862, 449.047, 476.862, - "a", + ",", -1, 0.629, "", @@ -137406,7 +137406,7 @@ 476.862, 450.122, 476.862, - "n", + "0", -1, 0.629, "", @@ -137429,7 +137429,7 @@ 476.862, 451.254, 476.862, - "d", + "2", -1, 0.629, "", @@ -137452,7 +137452,7 @@ 476.862, 452.368, 476.862, - " ", + "#", -1, 0.629, "", @@ -137475,7 +137475,7 @@ 476.862, 452.997, 476.862, - " ", + "#", -1, 0.629, "", @@ -137498,7 +137498,7 @@ 476.862, 453.627, 476.862, - " ", + "#", -1, 0.629, "", @@ -137521,7 +137521,7 @@ 476.862, 454.256, 476.862, - " ", + "#", -1, 0.629, "", @@ -137544,7 +137544,7 @@ 476.862, 454.886, 476.862, - " ", + "#", -1, 0.629, "", @@ -137567,7 +137567,7 @@ 476.862, 455.515, 476.862, - " ", + "#", -1, 0.629, "", @@ -137590,7 +137590,7 @@ 476.862, 456.145, 476.862, - " ", + "#", -1, 0.629, "", @@ -137613,7 +137613,7 @@ 476.862, 456.774, 476.862, - " ", + "#", -1, 0.629, "", @@ -137636,7 +137636,7 @@ 476.862, 457.404, 476.862, - " ", + "#", -1, 0.629, "", @@ -137659,7 +137659,7 @@ 476.862, 458.008, 476.862, - " ", + "#", -1, 0.629, "", @@ -137682,7 +137682,7 @@ 474.715, 398.086, 474.715, - "f", + "3", -1, 0.629, "", @@ -137705,7 +137705,7 @@ 474.715, 398.715, 474.715, - "o", + "4", -1, 0.629, "", @@ -137728,7 +137728,7 @@ 474.715, 399.801, 474.715, - "r", + "(", -1, 0.629, "", @@ -137751,7 +137751,7 @@ 474.715, 400.565, 474.715, - " ", + "#", -1, 0.629, "", @@ -137774,7 +137774,7 @@ 474.715, 401.194, 474.715, - "g", + "6", -1, 0.629, "", @@ -137797,7 +137797,7 @@ 474.715, 402.308, 474.715, - "e", + "&", -1, 0.629, "", @@ -137820,7 +137820,7 @@ 474.715, 403.374, 474.715, - "n", + "0", -1, 0.629, "", @@ -137843,7 +137843,7 @@ 474.715, 404.506, 474.715, - "e", + "&", -1, 0.629, "", @@ -137866,7 +137866,7 @@ 474.715, 405.568, 474.715, - "r", + "(", -1, 0.629, "", @@ -137889,7 +137889,7 @@ 474.715, 406.301, 474.715, - "a", + ",", -1, 0.629, "", @@ -137912,7 +137912,7 @@ 474.715, 407.374, 474.715, - "l", + "-", -1, 0.629, "", @@ -137935,7 +137935,7 @@ 474.715, 407.864, 474.715, - " ", + "#", -1, 0.629, "", @@ -137958,7 +137958,7 @@ 474.715, 408.494, 474.715, - "c", + "+", -1, 0.629, "", @@ -137981,7 +137981,7 @@ 474.715, 409.426, 474.715, - "l", + "-", -1, 0.629, "", @@ -138004,7 +138004,7 @@ 474.715, 409.916, 474.715, - "i", + "*", -1, 0.629, "", @@ -138027,7 +138027,7 @@ 474.715, 410.406, 474.715, - "n", + "0", -1, 0.629, "", @@ -138050,7 +138050,7 @@ 474.715, 411.538, 474.715, - "i", + "*", -1, 0.629, "", @@ -138073,7 +138073,7 @@ 474.715, 412.028, 474.715, - "c", + "+", -1, 0.629, "", @@ -138096,7 +138096,7 @@ 474.715, 412.959, 474.715, - "a", + ",", -1, 0.629, "", @@ -138119,7 +138119,7 @@ 474.715, 414.034, 474.715, - "l", + "-", -1, 0.629, "", @@ -138142,7 +138142,7 @@ 474.715, 414.524, 474.715, - " ", + "#", -1, 0.629, "", @@ -138165,7 +138165,7 @@ 474.715, 415.153, 474.715, - "a", + ",", -1, 0.629, "", @@ -138188,7 +138188,7 @@ 474.715, 416.228, 474.715, - "n", + "0", -1, 0.629, "", @@ -138211,7 +138211,7 @@ 474.715, 417.36, 474.715, - "d", + "2", -1, 0.629, "", @@ -138234,7 +138234,7 @@ 474.715, 418.474, 474.715, - " ", + "#", -1, 0.629, "", @@ -138257,7 +138257,7 @@ 474.715, 419.104, 474.715, - "m", + "8", -1, 0.629, "", @@ -138280,7 +138280,7 @@ 474.715, 420.844, 474.715, - "e", + "&", -1, 0.629, "", @@ -138303,7 +138303,7 @@ 474.715, 421.91, 474.715, - "d", + "2", -1, 0.629, "", @@ -138326,7 +138326,7 @@ 474.715, 423.024, 474.715, - "i", + "*", -1, 0.629, "", @@ -138349,7 +138349,7 @@ 474.715, 423.514, 474.715, - "c", + "+", -1, 0.629, "", @@ -138372,7 +138372,7 @@ 474.715, 424.445, 474.715, - "a", + ",", -1, 0.629, "", @@ -138395,7 +138395,7 @@ 474.715, 425.52, 474.715, - "l", + "-", -1, 0.629, "", @@ -138418,7 +138418,7 @@ 474.715, 426.01, 474.715, - " ", + "#", -1, 0.629, "", @@ -138441,7 +138441,7 @@ 474.715, 426.64, 474.715, - "s", + "1", -1, 0.629, "", @@ -138464,7 +138464,7 @@ 474.715, 427.571, 474.715, - "t", + ")", -1, 0.629, "", @@ -138487,7 +138487,7 @@ 474.715, 428.276, 474.715, - "u", + ".", -1, 0.629, "", @@ -138510,7 +138510,7 @@ 474.715, 429.408, 474.715, - "d", + "2", -1, 0.629, "", @@ -138533,7 +138533,7 @@ 474.715, 430.522, 474.715, - "i", + "*", -1, 0.629, "", @@ -138556,7 +138556,7 @@ 474.715, 431.012, 474.715, - "e", + "&", -1, 0.629, "", @@ -138579,7 +138579,7 @@ 474.715, 432.078, 474.715, - "s", + "1", -1, 0.629, "", @@ -138602,7 +138602,7 @@ 474.715, 433.01, 474.715, - " ", + "#", -1, 0.629, "", @@ -138625,7 +138625,7 @@ 474.715, 433.639, 474.715, - "a", + ",", -1, 0.629, "", @@ -138648,7 +138648,7 @@ 474.715, 434.714, 474.715, - "n", + "0", -1, 0.629, "", @@ -138671,7 +138671,7 @@ 474.715, 435.846, 474.715, - "d", + "2", -1, 0.629, "", @@ -138694,7 +138694,7 @@ 474.715, 436.96, 474.715, - " ", + "#", -1, 0.629, "", @@ -138717,7 +138717,7 @@ 474.715, 437.589, 474.715, - "o", + "4", -1, 0.629, "", @@ -138740,7 +138740,7 @@ 474.715, 438.675, 474.715, - "t", + ")", -1, 0.629, "", @@ -138763,7 +138763,7 @@ 474.715, 439.38, 474.715, - "h", + "%", -1, 0.629, "", @@ -138786,7 +138786,7 @@ 474.715, 440.512, 474.715, - "e", + "&", -1, 0.629, "", @@ -138809,7 +138809,7 @@ 474.715, 441.577, 474.715, - "r", + "(", -1, 0.629, "", @@ -138832,7 +138832,7 @@ 474.715, 442.341, 474.715, - " ", + "#", -1, 0.629, "", @@ -138855,7 +138855,7 @@ 474.715, 442.97, 474.715, - "s", + "1", -1, 0.629, "", @@ -138878,7 +138878,7 @@ 474.715, 443.902, 474.715, - "c", + "+", -1, 0.629, "", @@ -138901,7 +138901,7 @@ 474.715, 444.834, 474.715, - "i", + "*", -1, 0.629, "", @@ -138924,7 +138924,7 @@ 474.715, 445.324, 474.715, - "e", + "&", -1, 0.629, "", @@ -138947,7 +138947,7 @@ 474.715, 446.39, 474.715, - "n", + "0", -1, 0.629, "", @@ -138970,7 +138970,7 @@ 474.715, 447.522, 474.715, - "t", + ")", -1, 0.629, "", @@ -138993,7 +138993,7 @@ 474.715, 448.226, 474.715, - "i", + "*", -1, 0.629, "", @@ -139016,7 +139016,7 @@ 474.715, 448.716, 474.715, - "f", + "3", -1, 0.629, "", @@ -139039,7 +139039,7 @@ 474.715, 449.346, 474.715, - "i", + "*", -1, 0.629, "", @@ -139062,7 +139062,7 @@ 474.715, 449.836, 474.715, - "c", + "+", -1, 0.629, "", @@ -139085,7 +139085,7 @@ 474.715, 450.767, 474.715, - " ", + "#", -1, 0.629, "", @@ -139108,7 +139108,7 @@ 474.715, 451.397, 474.715, - "u", + ".", -1, 0.629, "", @@ -139131,7 +139131,7 @@ 474.715, 452.529, 474.715, - "s", + "1", -1, 0.629, "", @@ -139154,7 +139154,7 @@ 474.715, 453.461, 474.715, - "e", + "&", -1, 0.629, "", @@ -139177,7 +139177,7 @@ 474.715, 454.526, 474.715, - "s", + "1", -1, 0.629, "", @@ -139200,7 +139200,7 @@ 474.715, 455.458, 474.715, - ".", + "\"", -1, 0.629, "", @@ -139223,7 +139223,7 @@ 474.715, 456.109, 474.715, - " ", + "#", -1, 0.629, "", @@ -139246,7 +139246,7 @@ 470.698, 398.624, 470.698, - "C", + ".", -1, 1.101, "", @@ -139269,7 +139269,7 @@ 470.698, 400.955, 470.698, - "O", + "4", -1, 1.101, "", @@ -139292,7 +139292,7 @@ 470.698, 403.691, 470.698, - "N", + "&", -1, 1.101, "", @@ -139315,7 +139315,7 @@ 470.698, 406.417, 470.698, - "S", + "$", -1, 1.101, "", @@ -139338,7 +139338,7 @@ 470.698, 408.703, 470.698, - "T", + ")", -1, 1.101, "", @@ -139361,7 +139361,7 @@ 470.698, 410.898, 470.698, - "R", + "-", -1, 1.101, "", @@ -139384,7 +139384,7 @@ 470.698, 413.415, 470.698, - "U", + "#", -1, 1.101, "", @@ -139407,7 +139407,7 @@ 470.698, 416.029, 470.698, - "C", + ".", -1, 1.101, "", @@ -139430,7 +139430,7 @@ 470.698, 418.359, 470.698, - "T", + ")", -1, 1.101, "", @@ -139453,7 +139453,7 @@ 470.698, 420.555, 470.698, - "I", + "%", -1, 1.101, "", @@ -139476,7 +139476,7 @@ 470.698, 422.312, 470.698, - "O", + "4", -1, 1.101, "", @@ -139499,7 +139499,7 @@ 470.698, 425.048, 470.698, - "N", + "&", -1, 1.101, "", @@ -139522,7 +139522,7 @@ 465.054, 398.086, 465.054, - "B", + "O", -1, 0.629, "", @@ -139545,7 +139545,7 @@ 465.054, 399.313, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139568,7 +139568,7 @@ 465.054, 400.536, 465.054, - "R", + "D", -1, 0.629, "", @@ -139614,7 +139614,7 @@ 465.054, 403.002, 465.054, - "K", + "R", -1, 0.629, "", @@ -139637,7 +139637,7 @@ 465.054, 404.241, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139660,7 +139660,7 @@ 465.054, 405.464, 465.054, - " ", + "#", -1, 0.629, "", @@ -139683,7 +139683,7 @@ 465.054, 406.094, 465.054, - "M", + "?", -1, 0.629, "", @@ -139706,7 +139706,7 @@ 465.054, 407.601, 465.054, - "o", + "4", -1, 0.629, "", @@ -139729,7 +139729,7 @@ 465.054, 408.687, 465.054, - "d", + "2", -1, 0.629, "", @@ -139752,7 +139752,7 @@ 465.054, 409.801, 465.054, - "e", + "&", -1, 0.629, "", @@ -139775,7 +139775,7 @@ 465.054, 410.867, 465.054, - "l", + "-", -1, 0.629, "", @@ -139798,7 +139798,7 @@ 465.054, 411.357, 465.054, - " ", + "#", -1, 0.629, "", @@ -139821,7 +139821,7 @@ 465.054, 411.981, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139844,7 +139844,7 @@ 465.054, 413.134, 465.054, - "Y", + "T", -1, 0.629, "", @@ -139867,7 +139867,7 @@ 465.054, 414.234, 465.054, - "1", + "!", -1, 0.629, "", @@ -139890,7 +139890,7 @@ 465.054, 415.372, 465.054, - "1", + "!", -1, 0.629, "", @@ -139913,7 +139913,7 @@ 465.054, 416.509, 465.054, - "2", + ":", -1, 0.629, "", @@ -139936,7 +139936,7 @@ 465.054, 417.646, 465.054, - "3", + ">", -1, 0.629, "", @@ -139959,7 +139959,7 @@ 465.054, 418.784, 465.054, - "6", + "U", -1, 0.629, "", @@ -139982,7 +139982,7 @@ 465.054, 419.921, 465.054, - " ", + "#", -1, 0.629, "", @@ -140005,7 +140005,7 @@ 465.054, 420.551, 465.054, - "i", + "*", -1, 0.629, "", @@ -140028,7 +140028,7 @@ 465.054, 421.041, 465.054, - "s", + "1", -1, 0.629, "", @@ -140051,7 +140051,7 @@ 465.054, 421.972, 465.054, - " ", + "#", -1, 0.629, "", @@ -140074,7 +140074,7 @@ 465.054, 422.602, 465.054, - "a", + ",", -1, 0.629, "", @@ -140097,7 +140097,7 @@ 465.054, 423.677, 465.054, - " ", + "#", -1, 0.629, "", @@ -140120,7 +140120,7 @@ 465.054, 424.306, 465.054, - "f", + "3", -1, 0.629, "", @@ -140143,7 +140143,7 @@ 465.054, 424.935, 465.054, - "i", + "*", -1, 0.629, "", @@ -140166,7 +140166,7 @@ 465.054, 425.42, 465.054, - "x", + "V", -1, 0.629, "", @@ -140189,7 +140189,7 @@ 465.054, 426.459, 465.054, - "e", + "&", -1, 0.629, "", @@ -140212,7 +140212,7 @@ 465.054, 427.523, 465.054, - "d", + "2", -1, 0.629, "", @@ -140235,7 +140235,7 @@ 465.054, 428.637, 465.054, - " ", + "#", -1, 0.629, "", @@ -140258,7 +140258,7 @@ 465.054, 429.267, 465.054, - "p", + "7", -1, 0.629, "", @@ -140281,7 +140281,7 @@ 465.054, 430.381, 465.054, - "o", + "4", -1, 0.629, "", @@ -140304,7 +140304,7 @@ 465.054, 431.466, 465.054, - "w", + "5", -1, 0.629, "", @@ -140327,7 +140327,7 @@ 465.054, 432.929, 465.054, - "e", + "&", -1, 0.629, "", @@ -140350,7 +140350,7 @@ 465.054, 433.995, 465.054, - "r", + "(", -1, 0.629, "", @@ -140373,7 +140373,7 @@ 465.054, 434.759, 465.054, - " ", + "#", -1, 0.629, "", @@ -140396,7 +140396,7 @@ 465.054, 435.388, 465.054, - "c", + "+", -1, 0.629, "", @@ -140419,7 +140419,7 @@ 465.054, 436.32, 465.054, - "o", + "4", -1, 0.629, "", @@ -140442,7 +140442,7 @@ 465.054, 437.405, 465.054, - "m", + "8", -1, 0.629, "", @@ -140465,7 +140465,7 @@ 465.054, 439.145, 465.054, - "p", + "7", -1, 0.629, "", @@ -140488,7 +140488,7 @@ 465.054, 440.259, 465.054, - "o", + "4", -1, 0.629, "", @@ -140511,7 +140511,7 @@ 465.054, 441.345, 465.054, - "u", + ".", -1, 0.629, "", @@ -140534,7 +140534,7 @@ 465.054, 442.477, 465.054, - "n", + "0", -1, 0.629, "", @@ -140557,7 +140557,7 @@ 465.054, 443.609, 465.054, - "d", + "2", -1, 0.629, "", @@ -140580,7 +140580,7 @@ 465.054, 444.723, 465.054, - " ", + "#", -1, 0.629, "", @@ -140603,7 +140603,7 @@ 465.054, 445.352, 465.054, - "m", + "8", -1, 0.629, "", @@ -140626,7 +140626,7 @@ 465.054, 447.092, 465.054, - "i", + "*", -1, 0.629, "", @@ -140649,7 +140649,7 @@ 465.054, 447.582, 465.054, - "c", + "+", -1, 0.629, "", @@ -140672,7 +140672,7 @@ 465.054, 448.514, 465.054, - "r", + "(", -1, 0.629, "", @@ -140695,7 +140695,7 @@ 465.054, 449.278, 465.054, - "o", + "4", -1, 0.629, "", @@ -140718,7 +140718,7 @@ 465.054, 450.363, 465.054, - "s", + "1", -1, 0.629, "", @@ -140741,7 +140741,7 @@ 465.054, 451.295, 465.054, - "c", + "+", -1, 0.629, "", @@ -140764,7 +140764,7 @@ 465.054, 452.227, 465.054, - "o", + "4", -1, 0.629, "", @@ -140787,7 +140787,7 @@ 465.054, 453.312, 465.054, - "p", + "7", -1, 0.629, "", @@ -140810,7 +140810,7 @@ 465.054, 454.426, 465.054, - "e", + "&", -1, 0.629, "", @@ -140833,7 +140833,7 @@ 465.054, 455.492, 465.054, - ".", + "\"", -1, 0.629, "", @@ -140856,7 +140856,7 @@ 465.054, 456.143, 465.054, - " ", + "#", -1, 0.629, "", @@ -140879,7 +140879,7 @@ 465.054, 456.773, 465.054, - " ", + "#", -1, 0.629, "", @@ -140902,7 +140902,7 @@ 465.054, 457.395, 465.054, - " ", + "#", -1, 0.629, "", @@ -140925,7 +140925,7 @@ 462.907, 398.084, 462.907, - "I", + "A", -1, 0.629, "", @@ -140948,7 +140948,7 @@ 462.907, 398.837, 462.907, - "t", + ")", -1, 0.629, "", @@ -140971,7 +140971,7 @@ 462.907, 399.542, 462.907, - " ", + "#", -1, 0.629, "", @@ -140994,7 +140994,7 @@ 462.907, 400.171, 462.907, - "i", + "*", -1, 0.629, "", @@ -141017,7 +141017,7 @@ 462.907, 400.661, 462.907, - "s", + "1", -1, 0.629, "", @@ -141040,7 +141040,7 @@ 462.907, 401.593, 462.907, - " ", + "#", -1, 0.629, "", @@ -141063,7 +141063,7 @@ 462.907, 402.222, 462.907, - "c", + "+", -1, 0.629, "", @@ -141086,7 +141086,7 @@ 462.907, 403.154, 462.907, - "o", + "4", -1, 0.629, "", @@ -141109,7 +141109,7 @@ 462.907, 404.239, 462.907, - "n", + "0", -1, 0.629, "", @@ -141132,7 +141132,7 @@ 462.907, 405.371, 462.907, - "s", + "1", -1, 0.629, "", @@ -141155,7 +141155,7 @@ 462.907, 406.303, 462.907, - "t", + ")", -1, 0.629, "", @@ -141178,7 +141178,7 @@ 462.907, 407.008, 462.907, - "r", + "(", -1, 0.629, "", @@ -141201,7 +141201,7 @@ 462.907, 407.771, 462.907, - "u", + ".", -1, 0.629, "", @@ -141224,7 +141224,7 @@ 462.907, 408.903, 462.907, - "c", + "+", -1, 0.629, "", @@ -141247,7 +141247,7 @@ 462.907, 409.835, 462.907, - "t", + ")", -1, 0.629, "", @@ -141270,7 +141270,7 @@ 462.907, 410.54, 462.907, - "e", + "&", -1, 0.629, "", @@ -141293,7 +141293,7 @@ 462.907, 411.605, 462.907, - "d", + "2", -1, 0.629, "", @@ -141316,7 +141316,7 @@ 462.907, 412.72, 462.907, - " ", + "#", -1, 0.629, "", @@ -141339,7 +141339,7 @@ 462.907, 413.349, 462.907, - "w", + "5", -1, 0.629, "", @@ -141362,7 +141362,7 @@ 462.907, 414.812, 462.907, - "i", + "*", -1, 0.629, "", @@ -141385,7 +141385,7 @@ 462.907, 415.302, 462.907, - "t", + ")", -1, 0.629, "", @@ -141408,7 +141408,7 @@ 462.907, 416.006, 462.907, - "h", + "%", -1, 0.629, "", @@ -141431,7 +141431,7 @@ 462.907, 417.138, 462.907, - " ", + "#", -1, 0.629, "", @@ -141454,7 +141454,7 @@ 462.907, 417.768, 462.907, - "t", + ")", -1, 0.629, "", @@ -141477,7 +141477,7 @@ 462.907, 418.473, 462.907, - "w", + "5", -1, 0.629, "", @@ -141500,7 +141500,7 @@ 462.907, 419.935, 462.907, - "o", + "4", -1, 0.629, "", @@ -141523,7 +141523,7 @@ 462.907, 421.021, 462.907, - " ", + "#", -1, 0.629, "", @@ -141546,7 +141546,7 @@ 462.907, 421.65, 462.907, - "o", + "4", -1, 0.629, "", @@ -141569,7 +141569,7 @@ 462.907, 422.736, 462.907, - "p", + "7", -1, 0.629, "", @@ -141592,7 +141592,7 @@ 462.907, 423.85, 462.907, - "t", + ")", -1, 0.629, "", @@ -141615,7 +141615,7 @@ 462.907, 424.555, 462.907, - "i", + "*", -1, 0.629, "", @@ -141638,7 +141638,7 @@ 462.907, 425.045, 462.907, - "c", + "+", -1, 0.629, "", @@ -141661,7 +141661,7 @@ 462.907, 425.976, 462.907, - "a", + ",", -1, 0.629, "", @@ -141684,7 +141684,7 @@ 462.907, 427.051, 462.907, - "l", + "-", -1, 0.629, "", @@ -141707,7 +141707,7 @@ 462.907, 427.541, 462.907, - " ", + "#", -1, 0.629, "", @@ -141730,7 +141730,7 @@ 462.907, 428.171, 462.907, - "p", + "7", -1, 0.629, "", @@ -141753,7 +141753,7 @@ 462.907, 429.285, 462.907, - "a", + ",", -1, 0.629, "", @@ -141776,7 +141776,7 @@ 462.907, 430.359, 462.907, - "t", + ")", -1, 0.629, "", @@ -141799,7 +141799,7 @@ 462.907, 431.064, 462.907, - "h", + "%", -1, 0.629, "", @@ -141822,7 +141822,7 @@ 462.907, 432.196, 462.907, - "s", + "1", -1, 0.629, "", @@ -141845,7 +141845,7 @@ 462.907, 433.128, 462.907, - " ", + "#", -1, 0.629, "", @@ -141868,7 +141868,7 @@ 462.907, 433.757, 462.907, - "a", + ",", -1, 0.629, "", @@ -141891,7 +141891,7 @@ 462.907, 434.832, 462.907, - "t", + ")", -1, 0.629, "", @@ -141914,7 +141914,7 @@ 462.907, 435.537, 462.907, - " ", + "#", -1, 0.629, "", @@ -141937,7 +141937,7 @@ 462.907, 436.166, 462.907, - "t", + ")", -1, 0.629, "", @@ -141960,7 +141960,7 @@ 462.907, 436.871, 462.907, - "h", + "%", -1, 0.629, "", @@ -141983,7 +141983,7 @@ 462.907, 438.003, 462.907, - "e", + "&", -1, 0.629, "", @@ -142006,7 +142006,7 @@ 462.907, 439.068, 462.907, - " ", + "#", -1, 0.629, "", @@ -142029,7 +142029,7 @@ 462.907, 439.698, 462.907, - "s", + "1", -1, 0.629, "", @@ -142052,7 +142052,7 @@ 462.907, 440.63, 462.907, - "a", + ",", -1, 0.629, "", @@ -142075,7 +142075,7 @@ 462.907, 441.704, 462.907, - "m", + "8", -1, 0.629, "", @@ -142098,7 +142098,7 @@ 462.907, 443.444, 462.907, - "e", + "&", -1, 0.629, "", @@ -142121,7 +142121,7 @@ 462.907, 444.51, 462.907, - " ", + "#", -1, 0.629, "", @@ -142144,7 +142144,7 @@ 462.907, 445.14, 462.907, - "a", + ",", -1, 0.629, "", @@ -142167,7 +142167,7 @@ 462.907, 446.214, 462.907, - "n", + "0", -1, 0.629, "", @@ -142190,7 +142190,7 @@ 462.907, 447.346, 462.907, - "g", + "6", -1, 0.629, "", @@ -142213,7 +142213,7 @@ 462.907, 448.461, 462.907, - "l", + "-", -1, 0.629, "", @@ -142236,7 +142236,7 @@ 462.907, 448.951, 462.907, - "e", + "&", -1, 0.629, "", @@ -142259,7 +142259,7 @@ 462.907, 450.016, 462.907, - ".", + "\"", -1, 0.629, "", @@ -142282,7 +142282,7 @@ 462.907, 450.667, 462.907, - " ", + "#", -1, 0.629, "", @@ -142305,7 +142305,7 @@ 462.907, 451.297, 462.907, - "I", + "A", -1, 0.629, "", @@ -142328,7 +142328,7 @@ 462.907, 452.05, 462.907, - "t", + ")", -1, 0.629, "", @@ -142351,7 +142351,7 @@ 462.907, 452.754, 462.907, - " ", + "#", -1, 0.629, "", @@ -142374,7 +142374,7 @@ 462.907, 453.384, 462.907, - "i", + "*", -1, 0.629, "", @@ -142397,7 +142397,7 @@ 462.907, 453.874, 462.907, - "s", + "1", -1, 0.629, "", @@ -142420,7 +142420,7 @@ 462.907, 454.793, 462.907, - " ", + "#", -1, 0.629, "", @@ -142443,7 +142443,7 @@ 460.761, 398.084, 460.761, - "e", + "&", -1, 0.629, "", @@ -142466,7 +142466,7 @@ 460.761, 399.15, 460.761, - "q", + "J", -1, 0.629, "", @@ -142489,7 +142489,7 @@ 460.761, 400.264, 460.761, - "u", + ".", -1, 0.629, "", @@ -142512,7 +142512,7 @@ 460.761, 401.396, 460.761, - "i", + "*", -1, 0.629, "", @@ -142535,7 +142535,7 @@ 460.761, 401.886, 460.761, - "p", + "7", -1, 0.629, "", @@ -142558,7 +142558,7 @@ 460.761, 403.0, 460.761, - "p", + "7", -1, 0.629, "", @@ -142581,7 +142581,7 @@ 460.761, 404.114, 460.761, - "e", + "&", -1, 0.629, "", @@ -142604,7 +142604,7 @@ 460.761, 405.18, 460.761, - "d", + "2", -1, 0.629, "", @@ -142627,7 +142627,7 @@ 460.761, 406.294, 460.761, - " ", + "#", -1, 0.629, "", @@ -142650,7 +142650,7 @@ 460.761, 406.924, 460.761, - "w", + "5", -1, 0.629, "", @@ -142673,7 +142673,7 @@ 460.761, 408.387, 460.761, - "i", + "*", -1, 0.629, "", @@ -142696,7 +142696,7 @@ 460.761, 408.877, 460.761, - "t", + ")", -1, 0.629, "", @@ -142719,7 +142719,7 @@ 460.761, 409.581, 460.761, - "h", + "%", -1, 0.629, "", @@ -142742,7 +142742,7 @@ 460.761, 410.713, 460.761, - " ", + "#", -1, 0.629, "", @@ -142765,7 +142765,7 @@ 460.761, 411.343, 460.761, - "t", + ")", -1, 0.629, "", @@ -142788,7 +142788,7 @@ 460.761, 412.047, 460.761, - "r", + "(", -1, 0.629, "", @@ -142811,7 +142811,7 @@ 460.761, 412.779, 460.761, - "a", + ",", -1, 0.629, "", @@ -142834,7 +142834,7 @@ 460.761, 413.853, 460.761, - "n", + "0", -1, 0.629, "", @@ -142857,7 +142857,7 @@ 460.761, 414.985, 460.761, - "s", + "1", -1, 0.629, "", @@ -142880,7 +142880,7 @@ 460.761, 415.917, 460.761, - "m", + "8", -1, 0.629, "", @@ -142903,7 +142903,7 @@ 460.761, 417.657, 460.761, - "i", + "*", -1, 0.629, "", @@ -142926,7 +142926,7 @@ 460.761, 418.147, 460.761, - "t", + ")", -1, 0.629, "", @@ -142949,7 +142949,7 @@ 460.761, 418.852, 460.761, - "t", + ")", -1, 0.629, "", @@ -142972,7 +142972,7 @@ 460.761, 419.556, 460.761, - "e", + "&", -1, 0.629, "", @@ -142995,7 +142995,7 @@ 460.761, 420.622, 460.761, - "d", + "2", -1, 0.629, "", @@ -143018,7 +143018,7 @@ 460.761, 421.736, 460.761, - " ", + "#", -1, 0.629, "", @@ -143041,7 +143041,7 @@ 460.761, 422.366, 460.761, - "i", + "*", -1, 0.629, "", @@ -143064,7 +143064,7 @@ 460.761, 422.856, 460.761, - "l", + "-", -1, 0.629, "", @@ -143087,7 +143087,7 @@ 460.761, 423.836, 460.761, - "u", + ".", -1, 0.629, "", @@ -143110,7 +143110,7 @@ 460.761, 424.968, 460.761, - "m", + "8", -1, 0.629, "", @@ -143133,7 +143133,7 @@ 460.761, 426.708, 460.761, - "i", + "*", -1, 0.629, "", @@ -143156,7 +143156,7 @@ 460.761, 427.198, 460.761, - "n", + "0", -1, 0.629, "", @@ -143179,7 +143179,7 @@ 460.761, 428.33, 460.761, - "a", + ",", -1, 0.629, "", @@ -143202,7 +143202,7 @@ 460.761, 429.404, 460.761, - "t", + ")", -1, 0.629, "", @@ -143225,7 +143225,7 @@ 460.761, 430.109, 460.761, - "i", + "*", -1, 0.629, "", @@ -143248,7 +143248,7 @@ 460.761, 430.599, 460.761, - "o", + "4", -1, 0.629, "", @@ -143271,7 +143271,7 @@ 460.761, 431.685, 460.761, - "n", + "0", -1, 0.629, "", @@ -143294,7 +143294,7 @@ 460.761, 432.817, 460.761, - ".", + "\"", -1, 0.629, "", @@ -143317,7 +143317,7 @@ 460.761, 433.467, 460.761, - " ", + "#", -1, 0.629, "", @@ -143340,7 +143340,7 @@ 460.761, 434.097, 460.761, - "B", + "O", -1, 0.629, "", @@ -143363,7 +143363,7 @@ 460.761, 435.324, 460.761, - "y", + "B", -1, 0.629, "", @@ -143386,7 +143386,7 @@ 460.761, 436.382, 460.761, - " ", + "#", -1, 0.629, "", @@ -143409,7 +143409,7 @@ 460.761, 437.012, 460.761, - "u", + ".", -1, 0.629, "", @@ -143432,7 +143432,7 @@ 460.761, 438.144, 460.761, - "s", + "1", -1, 0.629, "", @@ -143455,7 +143455,7 @@ 460.761, 439.076, 460.761, - "i", + "*", -1, 0.629, "", @@ -143478,7 +143478,7 @@ 460.761, 439.566, 460.761, - "n", + "0", -1, 0.629, "", @@ -143501,7 +143501,7 @@ 460.761, 440.698, 460.761, - "g", + "6", -1, 0.629, "", @@ -143524,7 +143524,7 @@ 460.761, 441.812, 460.761, - " ", + "#", -1, 0.629, "", @@ -143547,7 +143547,7 @@ 460.761, 442.441, 460.761, - "t", + ")", -1, 0.629, "", @@ -143570,7 +143570,7 @@ 460.761, 443.146, 460.761, - "h", + "%", -1, 0.629, "", @@ -143593,7 +143593,7 @@ 460.761, 444.278, 460.761, - "i", + "*", -1, 0.629, "", @@ -143616,7 +143616,7 @@ 460.761, 444.768, 460.761, - "s", + "1", -1, 0.629, "", @@ -143639,7 +143639,7 @@ 460.761, 445.699, 460.761, - " ", + "#", -1, 0.629, "", @@ -143662,7 +143662,7 @@ 460.761, 446.329, 460.761, - "i", + "*", -1, 0.629, "", @@ -143685,7 +143685,7 @@ 460.761, 446.819, 460.761, - "n", + "0", -1, 0.629, "", @@ -143708,7 +143708,7 @@ 460.761, 447.951, 460.761, - "s", + "1", -1, 0.629, "", @@ -143731,7 +143731,7 @@ 460.761, 448.883, 460.761, - "t", + ")", -1, 0.629, "", @@ -143754,7 +143754,7 @@ 460.761, 449.587, 460.761, - "r", + "(", -1, 0.629, "", @@ -143777,7 +143777,7 @@ 460.761, 450.351, 460.761, - "u", + ".", -1, 0.629, "", @@ -143800,7 +143800,7 @@ 460.761, 451.483, 460.761, - "m", + "8", -1, 0.629, "", @@ -143823,7 +143823,7 @@ 460.761, 453.223, 460.761, - "e", + "&", -1, 0.629, "", @@ -143846,7 +143846,7 @@ 460.761, 454.289, 460.761, - "n", + "0", -1, 0.629, "", @@ -143869,7 +143869,7 @@ 460.761, 455.421, 460.761, - "t", + ")", -1, 0.629, "", @@ -143892,7 +143892,7 @@ 460.761, 456.125, 460.761, - ",", + "<", -1, 0.629, "", @@ -143915,7 +143915,7 @@ 460.761, 456.769, 460.761, - " ", + "#", -1, 0.629, "", @@ -143938,7 +143938,7 @@ 458.614, 398.084, 458.614, - "t", + ")", -1, 0.629, "", @@ -143961,7 +143961,7 @@ 458.614, 398.789, 458.614, - "h", + "%", -1, 0.629, "", @@ -143984,7 +143984,7 @@ 458.614, 399.921, 458.614, - "e", + "&", -1, 0.629, "", @@ -144007,7 +144007,7 @@ 458.614, 400.987, 458.614, - " ", + "#", -1, 0.629, "", @@ -144030,7 +144030,7 @@ 458.614, 401.616, 458.614, - "u", + ".", -1, 0.629, "", @@ -144053,7 +144053,7 @@ 458.614, 402.748, 458.614, - "s", + "1", -1, 0.629, "", @@ -144076,7 +144076,7 @@ 458.614, 403.68, 458.614, - "e", + "&", -1, 0.629, "", @@ -144099,7 +144099,7 @@ 458.614, 404.746, 458.614, - "r", + "(", -1, 0.629, "", @@ -144122,7 +144122,7 @@ 458.614, 405.509, 458.614, - " ", + "#", -1, 0.629, "", @@ -144145,7 +144145,7 @@ 458.614, 406.139, 458.614, - "c", + "+", -1, 0.629, "", @@ -144168,7 +144168,7 @@ 458.614, 407.07, 458.614, - "a", + ",", -1, 0.629, "", @@ -144191,7 +144191,7 @@ 458.614, 408.145, 458.614, - "n", + "0", -1, 0.629, "", @@ -144214,7 +144214,7 @@ 458.614, 409.277, 458.614, - " ", + "#", -1, 0.629, "", @@ -144237,7 +144237,7 @@ 458.614, 409.907, 458.614, - "o", + "4", -1, 0.629, "", @@ -144260,7 +144260,7 @@ 458.614, 410.992, 458.614, - "b", + "/", -1, 0.629, "", @@ -144283,7 +144283,7 @@ 458.614, 412.106, 458.614, - "s", + "1", -1, 0.629, "", @@ -144306,7 +144306,7 @@ 458.614, 413.038, 458.614, - "e", + "&", -1, 0.629, "", @@ -144329,7 +144329,7 @@ 458.614, 414.104, 458.614, - "r", + "(", -1, 0.629, "", @@ -144352,7 +144352,7 @@ 458.614, 414.867, 458.614, - "v", + "'", -1, 0.629, "", @@ -144375,7 +144375,7 @@ 458.614, 415.926, 458.614, - "e", + "&", -1, 0.629, "", @@ -144398,7 +144398,7 @@ 458.614, 416.992, 458.614, - " ", + "#", -1, 0.629, "", @@ -144421,7 +144421,7 @@ 458.614, 417.621, 458.614, - "s", + "1", -1, 0.629, "", @@ -144444,7 +144444,7 @@ 458.614, 418.553, 458.614, - "p", + "7", -1, 0.629, "", @@ -144467,7 +144467,7 @@ 458.614, 419.667, 458.614, - "e", + "&", -1, 0.629, "", @@ -144490,7 +144490,7 @@ 458.614, 420.733, 458.614, - "c", + "+", -1, 0.629, "", @@ -144513,7 +144513,7 @@ 458.614, 421.665, 458.614, - "i", + "*", -1, 0.629, "", @@ -144536,7 +144536,7 @@ 458.614, 422.155, 458.614, - "m", + "8", -1, 0.629, "", @@ -144559,7 +144559,7 @@ 458.614, 423.895, 458.614, - "e", + "&", -1, 0.629, "", @@ -144582,7 +144582,7 @@ 458.614, 424.961, 458.614, - "n", + "0", -1, 0.629, "", @@ -144605,7 +144605,7 @@ 458.614, 426.093, 458.614, - "s", + "1", -1, 0.629, "", @@ -144628,7 +144628,7 @@ 458.614, 427.024, 458.614, - " ", + "#", -1, 0.629, "", @@ -144651,7 +144651,7 @@ 458.614, 427.654, 458.614, - "a", + ",", -1, 0.629, "", @@ -144674,7 +144674,7 @@ 458.614, 428.728, 458.614, - "t", + ")", -1, 0.629, "", @@ -144697,7 +144697,7 @@ 458.614, 429.433, 458.614, - " ", + "#", -1, 0.629, "", @@ -144720,7 +144720,7 @@ 458.614, 430.063, 458.614, - "m", + "8", -1, 0.629, "", @@ -144743,7 +144743,7 @@ 458.614, 431.803, 458.614, - "a", + ",", -1, 0.629, "", @@ -144766,7 +144766,7 @@ 458.614, 432.877, 458.614, - "g", + "6", -1, 0.629, "", @@ -144789,7 +144789,7 @@ 458.614, 433.991, 458.614, - "n", + "0", -1, 0.629, "", @@ -144812,7 +144812,7 @@ 458.614, 435.123, 458.614, - "i", + "*", -1, 0.629, "", @@ -144835,7 +144835,7 @@ 458.614, 435.613, 458.614, - "f", + "3", -1, 0.629, "", @@ -144858,7 +144858,7 @@ 458.614, 436.243, 458.614, - "i", + "*", -1, 0.629, "", @@ -144881,7 +144881,7 @@ 458.614, 436.733, 458.614, - "c", + "+", -1, 0.629, "", @@ -144904,7 +144904,7 @@ 458.614, 437.665, 458.614, - "a", + ",", -1, 0.629, "", @@ -144927,7 +144927,7 @@ 458.614, 438.739, 458.614, - "t", + ")", -1, 0.629, "", @@ -144950,7 +144950,7 @@ 458.614, 439.444, 458.614, - "i", + "*", -1, 0.629, "", @@ -144973,7 +144973,7 @@ 458.614, 439.934, 458.614, - "o", + "4", -1, 0.629, "", @@ -144996,7 +144996,7 @@ 458.614, 441.019, 458.614, - "n", + "0", -1, 0.629, "", @@ -145019,7 +145019,7 @@ 458.614, 442.151, 458.614, - " ", + "#", -1, 0.629, "", @@ -145042,7 +145042,7 @@ 458.614, 442.781, 458.614, - "f", + "3", -1, 0.629, "", @@ -145065,7 +145065,7 @@ 458.614, 443.41, 458.614, - "r", + "(", -1, 0.629, "", @@ -145088,7 +145088,7 @@ 458.614, 444.174, 458.614, - "o", + "4", -1, 0.629, "", @@ -145111,7 +145111,7 @@ 458.614, 445.259, 458.614, - "m", + "8", -1, 0.629, "", @@ -145134,7 +145134,7 @@ 458.614, 447.0, 458.614, - " ", + "#", -1, 0.629, "", @@ -145157,7 +145157,7 @@ 458.614, 447.629, 458.614, - "4", + "G", -1, 0.629, "", @@ -145180,7 +145180,7 @@ 458.614, 448.766, 458.614, - "0", + "W", -1, 0.629, "", @@ -145203,7 +145203,7 @@ 458.614, 449.904, 458.614, - "x", + "V", -1, 0.629, "", @@ -145226,7 +145226,7 @@ 458.614, 450.962, 458.614, - " ", + "#", -1, 0.629, "", @@ -145249,7 +145249,7 @@ 458.614, 451.592, 458.614, - "t", + ")", -1, 0.629, "", @@ -145272,7 +145272,7 @@ 458.614, 452.296, 458.614, - "o", + "4", -1, 0.629, "", @@ -145295,7 +145295,7 @@ 458.614, 453.348, 458.614, - " ", + "#", -1, 0.629, "", @@ -145318,7 +145318,7 @@ 456.467, 398.084, 456.467, - "1", + "!", -1, 0.629, "", @@ -145341,7 +145341,7 @@ 456.467, 399.222, 456.467, - "0", + "W", -1, 0.629, "", @@ -145364,7 +145364,7 @@ 456.467, 400.359, 456.467, - "0", + "W", -1, 0.629, "", @@ -145387,7 +145387,7 @@ 456.467, 401.496, 456.467, - "0", + "W", -1, 0.629, "", @@ -145410,7 +145410,7 @@ 456.467, 402.634, 456.467, - "x", + "V", -1, 0.629, "", @@ -145433,7 +145433,7 @@ 456.467, 403.692, 456.467, - " ", + "#", -1, 0.629, "", @@ -145456,7 +145456,7 @@ 456.467, 404.322, 456.467, - "b", + "/", -1, 0.629, "", @@ -145479,7 +145479,7 @@ 456.467, 405.436, 456.467, - "y", + "B", -1, 0.629, "", @@ -145502,7 +145502,7 @@ 456.467, 406.495, 456.467, - " ", + "#", -1, 0.629, "", @@ -145525,7 +145525,7 @@ 456.467, 407.124, 456.467, - "s", + "1", -1, 0.629, "", @@ -145548,7 +145548,7 @@ 456.467, 408.056, 456.467, - "e", + "&", -1, 0.629, "", @@ -145571,7 +145571,7 @@ 456.467, 409.122, 456.467, - "l", + "-", -1, 0.629, "", @@ -145594,7 +145594,7 @@ 456.467, 409.612, 456.467, - "e", + "&", -1, 0.629, "", @@ -145617,7 +145617,7 @@ 456.467, 410.677, 456.467, - "c", + "+", -1, 0.629, "", @@ -145640,7 +145640,7 @@ 456.467, 411.609, 456.467, - "t", + ")", -1, 0.629, "", @@ -145663,7 +145663,7 @@ 456.467, 412.314, 456.467, - "i", + "*", -1, 0.629, "", @@ -145686,7 +145686,7 @@ 456.467, 412.804, 456.467, - "n", + "0", -1, 0.629, "", @@ -145709,7 +145709,7 @@ 456.467, 413.936, 456.467, - "g", + "6", -1, 0.629, "", @@ -145732,7 +145732,7 @@ 456.467, 415.05, 456.467, - " ", + "#", -1, 0.629, "", @@ -145755,7 +145755,7 @@ 456.467, 415.679, 456.467, - "t", + ")", -1, 0.629, "", @@ -145778,7 +145778,7 @@ 456.467, 416.384, 456.467, - "h", + "%", -1, 0.629, "", @@ -145801,7 +145801,7 @@ 456.467, 417.516, 456.467, - "e", + "&", -1, 0.629, "", @@ -145824,7 +145824,7 @@ 456.467, 418.582, 456.467, - " ", + "#", -1, 0.629, "", @@ -145847,7 +145847,7 @@ 456.467, 419.211, 456.467, - "d", + "2", -1, 0.629, "", @@ -145870,7 +145870,7 @@ 456.467, 420.325, 456.467, - "e", + "&", -1, 0.629, "", @@ -145893,7 +145893,7 @@ 456.467, 421.391, 456.467, - "s", + "1", -1, 0.629, "", @@ -145916,7 +145916,7 @@ 456.467, 422.323, 456.467, - "i", + "*", -1, 0.629, "", @@ -145939,7 +145939,7 @@ 456.467, 422.813, 456.467, - "r", + "(", -1, 0.629, "", @@ -145962,7 +145962,7 @@ 456.467, 423.576, 456.467, - "e", + "&", -1, 0.629, "", @@ -145985,7 +145985,7 @@ 456.467, 424.642, 456.467, - "d", + "2", -1, 0.629, "", @@ -146008,7 +146008,7 @@ 456.467, 425.756, 456.467, - " ", + "#", -1, 0.629, "", @@ -146031,7 +146031,7 @@ 456.467, 426.386, 456.467, - "o", + "4", -1, 0.629, "", @@ -146054,7 +146054,7 @@ 456.467, 427.471, 456.467, - "b", + "/", -1, 0.629, "", @@ -146077,7 +146077,7 @@ 456.467, 428.585, 456.467, - "j", + "=", -1, 0.629, "", @@ -146100,7 +146100,7 @@ 456.467, 429.201, 456.467, - "e", + "&", -1, 0.629, "", @@ -146123,7 +146123,7 @@ 456.467, 430.266, 456.467, - "c", + "+", -1, 0.629, "", @@ -146146,7 +146146,7 @@ 456.467, 431.198, 456.467, - "t", + ")", -1, 0.629, "", @@ -146169,7 +146169,7 @@ 456.467, 431.903, 456.467, - "i", + "*", -1, 0.629, "", @@ -146192,7 +146192,7 @@ 456.467, 432.393, 456.467, - "v", + "'", -1, 0.629, "", @@ -146215,7 +146215,7 @@ 456.467, 433.451, 456.467, - "e", + "&", -1, 0.629, "", @@ -146238,7 +146238,7 @@ 456.467, 434.517, 456.467, - " ", + "#", -1, 0.629, "", @@ -146261,7 +146261,7 @@ 456.467, 435.147, 456.467, - "l", + "-", -1, 0.629, "", @@ -146284,7 +146284,7 @@ 456.467, 435.637, 456.467, - "e", + "&", -1, 0.629, "", @@ -146307,7 +146307,7 @@ 456.467, 436.702, 456.467, - "n", + "0", -1, 0.629, "", @@ -146330,7 +146330,7 @@ 456.467, 437.834, 456.467, - "s", + "1", -1, 0.629, "", @@ -146353,7 +146353,7 @@ 456.467, 438.766, 456.467, - ".", + "\"", -1, 0.629, "", @@ -146376,7 +146376,7 @@ 456.467, 439.417, 456.467, - " ", + "#", -1, 0.629, "", @@ -146399,7 +146399,7 @@ 456.467, 440.047, 456.467, - "C", + "P", -1, 0.629, "", @@ -146422,7 +146422,7 @@ 456.467, 441.295, 456.467, - "o", + "4", -1, 0.629, "", @@ -146445,7 +146445,7 @@ 456.467, 442.38, 456.467, - "a", + ",", -1, 0.629, "", @@ -146468,7 +146468,7 @@ 456.467, 443.455, 456.467, - "r", + "(", -1, 0.629, "", @@ -146491,7 +146491,7 @@ 456.467, 444.219, 456.467, - "s", + "1", -1, 0.629, "", @@ -146514,7 +146514,7 @@ 456.467, 445.15, 456.467, - "e", + "&", -1, 0.629, "", @@ -146537,7 +146537,7 @@ 456.467, 446.216, 456.467, - " ", + "#", -1, 0.629, "", @@ -146560,7 +146560,7 @@ 456.467, 446.846, 456.467, - "a", + ",", -1, 0.629, "", @@ -146583,7 +146583,7 @@ 456.467, 447.92, 456.467, - "n", + "0", -1, 0.629, "", @@ -146606,7 +146606,7 @@ 456.467, 449.052, 456.467, - "d", + "2", -1, 0.629, "", @@ -146629,7 +146629,7 @@ 456.467, 450.167, 456.467, - " ", + "#", -1, 0.629, "", @@ -146652,7 +146652,7 @@ 456.467, 450.796, 456.467, - "f", + "3", -1, 0.629, "", @@ -146675,7 +146675,7 @@ 456.467, 451.426, 456.467, - "i", + "*", -1, 0.629, "", @@ -146698,7 +146698,7 @@ 456.467, 451.916, 456.467, - "n", + "0", -1, 0.629, "", @@ -146721,7 +146721,7 @@ 456.467, 453.048, 456.467, - "e", + "&", -1, 0.629, "", @@ -146744,7 +146744,7 @@ 456.467, 454.078, 456.467, - " ", + "#", -1, 0.629, "", @@ -146767,7 +146767,7 @@ 454.32, 398.084, 454.32, - "f", + "3", -1, 0.629, "", @@ -146790,7 +146790,7 @@ 454.32, 398.714, 454.32, - "o", + "4", -1, 0.629, "", @@ -146813,7 +146813,7 @@ 454.32, 399.799, 454.32, - "c", + "+", -1, 0.629, "", @@ -146836,7 +146836,7 @@ 454.32, 400.731, 454.32, - "u", + ".", -1, 0.629, "", @@ -146859,7 +146859,7 @@ 454.32, 401.863, 454.32, - "s", + "1", -1, 0.629, "", @@ -146882,7 +146882,7 @@ 454.32, 402.795, 454.32, - " ", + "#", -1, 0.629, "", @@ -146905,7 +146905,7 @@ 454.32, 403.424, 454.32, - "a", + ",", -1, 0.629, "", @@ -146928,7 +146928,7 @@ 454.32, 404.499, 454.32, - "d", + "2", -1, 0.629, "", @@ -146951,7 +146951,7 @@ 454.32, 405.613, 454.32, - "j", + "=", -1, 0.629, "", @@ -146974,7 +146974,7 @@ 454.32, 406.228, 454.32, - "u", + ".", -1, 0.629, "", @@ -146997,7 +146997,7 @@ 454.32, 407.36, 454.32, - "s", + "1", -1, 0.629, "", @@ -147020,7 +147020,7 @@ 454.32, 408.292, 454.32, - "t", + ")", -1, 0.629, "", @@ -147043,7 +147043,7 @@ 454.32, 408.996, 454.32, - "m", + "8", -1, 0.629, "", @@ -147066,7 +147066,7 @@ 454.32, 410.736, 454.32, - "e", + "&", -1, 0.629, "", @@ -147089,7 +147089,7 @@ 454.32, 411.802, 454.32, - "n", + "0", -1, 0.629, "", @@ -147112,7 +147112,7 @@ 454.32, 412.934, 454.32, - "t", + ")", -1, 0.629, "", @@ -147135,7 +147135,7 @@ 454.32, 413.639, 454.32, - "s", + "1", -1, 0.629, "", @@ -147158,7 +147158,7 @@ 454.32, 414.57, 454.32, - " ", + "#", -1, 0.629, "", @@ -147181,7 +147181,7 @@ 454.32, 415.2, 454.32, - "p", + "7", -1, 0.629, "", @@ -147204,7 +147204,7 @@ 454.32, 416.314, 454.32, - "r", + "(", -1, 0.629, "", @@ -147227,7 +147227,7 @@ 454.32, 417.078, 454.32, - "o", + "4", -1, 0.629, "", @@ -147250,7 +147250,7 @@ 454.32, 418.163, 454.32, - "v", + "'", -1, 0.629, "", @@ -147273,7 +147273,7 @@ 454.32, 419.222, 454.32, - "i", + "*", -1, 0.629, "", @@ -147296,7 +147296,7 @@ 454.32, 419.712, 454.32, - "d", + "2", -1, 0.629, "", @@ -147319,7 +147319,7 @@ 454.32, 420.826, 454.32, - "e", + "&", -1, 0.629, "", @@ -147342,7 +147342,7 @@ 454.32, 421.892, 454.32, - " ", + "#", -1, 0.629, "", @@ -147365,7 +147365,7 @@ 454.32, 422.521, 454.32, - "a", + ",", -1, 0.629, "", @@ -147388,7 +147388,7 @@ 454.32, 423.596, 454.32, - "c", + "+", -1, 0.629, "", @@ -147411,7 +147411,7 @@ 454.32, 424.528, 454.32, - "c", + "+", -1, 0.629, "", @@ -147434,7 +147434,7 @@ 454.32, 425.459, 454.32, - "u", + ".", -1, 0.629, "", @@ -147457,7 +147457,7 @@ 454.32, 426.572, 454.32, - "r", + "(", -1, 0.629, "", @@ -147480,7 +147480,7 @@ 454.32, 427.305, 454.32, - "a", + ",", -1, 0.629, "", @@ -147503,7 +147503,7 @@ 454.32, 428.378, 454.32, - "c", + "+", -1, 0.629, "", @@ -147526,7 +147526,7 @@ 454.32, 429.31, 454.32, - "y", + "B", -1, 0.629, "", @@ -147549,7 +147549,7 @@ 454.32, 430.368, 454.32, - " ", + "#", -1, 0.629, "", @@ -147572,7 +147572,7 @@ 454.32, 430.998, 454.32, - "a", + ",", -1, 0.629, "", @@ -147595,7 +147595,7 @@ 454.32, 432.073, 454.32, - "n", + "0", -1, 0.629, "", @@ -147618,7 +147618,7 @@ 454.32, 433.205, 454.32, - "d", + "2", -1, 0.629, "", @@ -147641,7 +147641,7 @@ 454.32, 434.319, 454.32, - " ", + "#", -1, 0.629, "", @@ -147664,7 +147664,7 @@ 454.32, 434.948, 454.32, - "i", + "*", -1, 0.629, "", @@ -147687,7 +147687,7 @@ 454.32, 435.438, 454.32, - "m", + "8", -1, 0.629, "", @@ -147710,7 +147710,7 @@ 454.32, 437.178, 454.32, - "a", + ",", -1, 0.629, "", @@ -147733,7 +147733,7 @@ 454.32, 438.253, 454.32, - "g", + "6", -1, 0.629, "", @@ -147756,7 +147756,7 @@ 454.32, 439.367, 454.32, - "e", + "&", -1, 0.629, "", @@ -147779,7 +147779,7 @@ 454.32, 440.433, 454.32, - " ", + "#", -1, 0.629, "", @@ -147802,7 +147802,7 @@ 454.32, 441.062, 454.32, - "d", + "2", -1, 0.629, "", @@ -147825,7 +147825,7 @@ 454.32, 442.176, 454.32, - "e", + "&", -1, 0.629, "", @@ -147848,7 +147848,7 @@ 454.32, 443.242, 454.32, - "t", + ")", -1, 0.629, "", @@ -147871,7 +147871,7 @@ 454.32, 443.947, 454.32, - "a", + ",", -1, 0.629, "", @@ -147894,7 +147894,7 @@ 454.32, 445.022, 454.32, - "i", + "*", -1, 0.629, "", @@ -147917,7 +147917,7 @@ 454.32, 445.512, 454.32, - "l", + "-", -1, 0.629, "", @@ -147940,7 +147940,7 @@ 454.32, 446.002, 454.32, - ".", + "\"", -1, 0.629, "", @@ -147963,7 +147963,7 @@ 454.32, 446.653, 454.32, - " ", + "#", -1, 0.629, "", @@ -147986,7 +147986,7 @@ 454.32, 447.282, 454.32, - "T", + "$", -1, 0.629, "", @@ -148009,7 +148009,7 @@ 454.32, 448.384, 454.32, - "h", + "%", -1, 0.629, "", @@ -148032,7 +148032,7 @@ 454.32, 449.516, 454.32, - "e", + "&", -1, 0.629, "", @@ -148055,7 +148055,7 @@ 454.32, 450.581, 454.32, - " ", + "#", -1, 0.629, "", @@ -148078,7 +148078,7 @@ 454.32, 451.211, 454.32, - "r", + "(", -1, 0.629, "", @@ -148101,7 +148101,7 @@ 454.32, 451.975, 454.32, - "o", + "4", -1, 0.629, "", @@ -148124,7 +148124,7 @@ 454.32, 453.06, 454.32, - "t", + ")", -1, 0.629, "", @@ -148147,7 +148147,7 @@ 454.32, 453.765, 454.32, - "a", + ",", -1, 0.629, "", @@ -148170,7 +148170,7 @@ 454.32, 454.839, 454.32, - "t", + ")", -1, 0.629, "", @@ -148193,7 +148193,7 @@ 454.32, 455.544, 454.32, - "i", + "*", -1, 0.629, "", @@ -148216,7 +148216,7 @@ 454.32, 456.034, 454.32, - "n", + "0", -1, 0.629, "", @@ -148239,7 +148239,7 @@ 454.32, 457.166, 454.32, - "g", + "6", -1, 0.629, "", @@ -148262,7 +148262,7 @@ 454.32, 458.273, 454.32, - " ", + "#", -1, 0.629, "", @@ -148285,7 +148285,7 @@ 452.173, 398.086, 452.173, - "h", + "%", -1, 0.629, "", @@ -148308,7 +148308,7 @@ 452.173, 399.218, 452.173, - "e", + "&", -1, 0.629, "", @@ -148331,7 +148331,7 @@ 452.173, 400.284, 452.173, - "a", + ",", -1, 0.629, "", @@ -148354,7 +148354,7 @@ 452.173, 401.359, 452.173, - "d", + "2", -1, 0.629, "", @@ -148377,7 +148377,7 @@ 452.173, 402.473, 452.173, - " ", + "#", -1, 0.629, "", @@ -148400,7 +148400,7 @@ 452.173, 403.102, 452.173, - "a", + ",", -1, 0.629, "", @@ -148423,7 +148423,7 @@ 452.173, 404.177, 452.173, - "l", + "-", -1, 0.629, "", @@ -148446,7 +148446,7 @@ 452.173, 405.157, 452.173, - "o", + "4", -1, 0.629, "", @@ -148469,7 +148469,7 @@ 452.173, 406.242, 452.173, - "w", + "5", -1, 0.629, "", @@ -148492,7 +148492,7 @@ 452.173, 407.705, 452.173, - "s", + "1", -1, 0.629, "", @@ -148515,7 +148515,7 @@ 452.173, 408.637, 452.173, - " ", + "#", -1, 0.629, "", @@ -148538,7 +148538,7 @@ 452.173, 409.266, 452.173, - "t", + ")", -1, 0.629, "", @@ -148561,7 +148561,7 @@ 452.173, 409.971, 452.173, - "h", + "%", -1, 0.629, "", @@ -148584,7 +148584,7 @@ 452.173, 411.103, 452.173, - "e", + "&", -1, 0.629, "", @@ -148607,7 +148607,7 @@ 452.173, 412.169, 452.173, - " ", + "#", -1, 0.629, "", @@ -148630,7 +148630,7 @@ 452.173, 412.798, 452.173, - "u", + ".", -1, 0.629, "", @@ -148653,7 +148653,7 @@ 452.173, 413.93, 452.173, - "s", + "1", -1, 0.629, "", @@ -148676,7 +148676,7 @@ 452.173, 414.862, 452.173, - "e", + "&", -1, 0.629, "", @@ -148699,7 +148699,7 @@ 452.173, 415.928, 452.173, - "r", + "(", -1, 0.629, "", @@ -148722,7 +148722,7 @@ 452.173, 416.691, 452.173, - " ", + "#", -1, 0.629, "", @@ -148745,7 +148745,7 @@ 452.173, 417.321, 452.173, - "t", + ")", -1, 0.629, "", @@ -148768,7 +148768,7 @@ 452.173, 418.025, 452.173, - "o", + "4", -1, 0.629, "", @@ -148791,7 +148791,7 @@ 452.173, 419.111, 452.173, - " ", + "#", -1, 0.629, "", @@ -148814,7 +148814,7 @@ 452.173, 419.74, 452.173, - "p", + "7", -1, 0.629, "", @@ -148837,7 +148837,7 @@ 452.173, 420.855, 452.173, - "o", + "4", -1, 0.629, "", @@ -148860,7 +148860,7 @@ 452.173, 421.94, 452.173, - "s", + "1", -1, 0.629, "", @@ -148883,7 +148883,7 @@ 452.173, 422.872, 452.173, - "i", + "*", -1, 0.629, "", @@ -148906,7 +148906,7 @@ 452.173, 423.362, 452.173, - "t", + ")", -1, 0.629, "", @@ -148929,7 +148929,7 @@ 452.173, 424.066, 452.173, - "i", + "*", -1, 0.629, "", @@ -148952,7 +148952,7 @@ 452.173, 424.556, 452.173, - "o", + "4", -1, 0.629, "", @@ -148975,7 +148975,7 @@ 452.173, 425.642, 452.173, - "n", + "0", -1, 0.629, "", @@ -148998,7 +148998,7 @@ 452.173, 426.774, 452.173, - " ", + "#", -1, 0.629, "", @@ -149021,7 +149021,7 @@ 452.173, 427.403, 452.173, - "t", + ")", -1, 0.629, "", @@ -149044,7 +149044,7 @@ 452.173, 428.108, 452.173, - "h", + "%", -1, 0.629, "", @@ -149067,7 +149067,7 @@ 452.173, 429.24, 452.173, - "e", + "&", -1, 0.629, "", @@ -149090,7 +149090,7 @@ 452.173, 430.306, 452.173, - " ", + "#", -1, 0.629, "", @@ -149113,7 +149113,7 @@ 452.173, 430.935, 452.173, - "e", + "&", -1, 0.629, "", @@ -149136,7 +149136,7 @@ 452.173, 432.001, 452.173, - "y", + "B", -1, 0.629, "", @@ -149159,7 +149159,7 @@ 452.173, 433.06, 452.173, - "e", + "&", -1, 0.629, "", @@ -149182,7 +149182,7 @@ 452.173, 434.126, 452.173, - "p", + "7", -1, 0.629, "", @@ -149205,7 +149205,7 @@ 452.173, 435.24, 452.173, - "i", + "*", -1, 0.629, "", @@ -149228,7 +149228,7 @@ 452.173, 435.73, 452.173, - "e", + "&", -1, 0.629, "", @@ -149251,7 +149251,7 @@ 452.173, 436.795, 452.173, - "c", + "+", -1, 0.629, "", @@ -149274,7 +149274,7 @@ 452.173, 437.727, 452.173, - "e", + "&", -1, 0.629, "", @@ -149297,7 +149297,7 @@ 452.173, 438.793, 452.173, - "s", + "1", -1, 0.629, "", @@ -149320,7 +149320,7 @@ 452.173, 439.725, 452.173, - " ", + "#", -1, 0.629, "", @@ -149343,7 +149343,7 @@ 452.173, 440.354, 452.173, - "f", + "3", -1, 0.629, "", @@ -149366,7 +149366,7 @@ 452.173, 440.984, 452.173, - "o", + "4", -1, 0.629, "", @@ -149389,7 +149389,7 @@ 452.173, 442.069, 452.173, - "r", + "(", -1, 0.629, "", @@ -149412,7 +149412,7 @@ 452.173, 442.833, 452.173, - " ", + "#", -1, 0.629, "", @@ -149435,7 +149435,7 @@ 452.173, 443.462, 452.173, - "m", + "8", -1, 0.629, "", @@ -149458,7 +149458,7 @@ 452.173, 445.202, 452.173, - "a", + ",", -1, 0.629, "", @@ -149481,7 +149481,7 @@ 452.173, 446.277, 452.173, - "x", + "V", -1, 0.629, "", @@ -149504,7 +149504,7 @@ 452.173, 447.336, 452.173, - "i", + "*", -1, 0.629, "", @@ -149527,7 +149527,7 @@ 452.173, 447.826, 452.173, - "m", + "8", -1, 0.629, "", @@ -149550,7 +149550,7 @@ 452.173, 449.566, 452.173, - "u", + ".", -1, 0.629, "", @@ -149573,7 +149573,7 @@ 452.173, 450.698, 452.173, - "m", + "8", -1, 0.629, "", @@ -149596,7 +149596,7 @@ 452.173, 452.438, 452.173, - " ", + "#", -1, 0.629, "", @@ -149619,7 +149619,7 @@ 450.026, 398.086, 450.026, - "v", + "'", -1, 0.629, "", @@ -149642,7 +149642,7 @@ 450.026, 399.145, 450.026, - "i", + "*", -1, 0.629, "", @@ -149665,7 +149665,7 @@ 450.026, 399.635, 450.026, - "e", + "&", -1, 0.629, "", @@ -149688,7 +149688,7 @@ 450.026, 400.7, 450.026, - "w", + "5", -1, 0.629, "", @@ -149711,7 +149711,7 @@ 450.026, 402.163, 450.026, - "i", + "*", -1, 0.629, "", @@ -149734,7 +149734,7 @@ 450.026, 402.653, 450.026, - "n", + "0", -1, 0.629, "", @@ -149757,7 +149757,7 @@ 450.026, 403.785, 450.026, - "g", + "6", -1, 0.629, "", @@ -149780,7 +149780,7 @@ 450.026, 404.899, 450.026, - " ", + "#", -1, 0.629, "", @@ -149803,7 +149803,7 @@ 450.026, 405.529, 450.026, - "c", + "+", -1, 0.629, "", @@ -149826,7 +149826,7 @@ 450.026, 406.461, 450.026, - "o", + "4", -1, 0.629, "", @@ -149849,7 +149849,7 @@ 450.026, 407.546, 450.026, - "m", + "8", -1, 0.629, "", @@ -149872,7 +149872,7 @@ 450.026, 409.286, 450.026, - "f", + "3", -1, 0.629, "", @@ -149895,7 +149895,7 @@ 450.026, 409.916, 450.026, - "o", + "4", -1, 0.629, "", @@ -149918,7 +149918,7 @@ 450.026, 411.001, 450.026, - "r", + "(", -1, 0.629, "", @@ -149941,7 +149941,7 @@ 450.026, 411.765, 450.026, - "t", + ")", -1, 0.629, "", @@ -149964,7 +149964,7 @@ 450.026, 412.469, 450.026, - " ", + "#", -1, 0.629, "", @@ -149987,7 +149987,7 @@ 450.026, 413.099, 450.026, - "a", + ",", -1, 0.629, "", @@ -150010,7 +150010,7 @@ 450.026, 414.173, 450.026, - "n", + "0", -1, 0.629, "", @@ -150033,7 +150033,7 @@ 450.026, 415.305, 450.026, - "d", + "2", -1, 0.629, "", @@ -150056,7 +150056,7 @@ 450.026, 416.42, 450.026, - " ", + "#", -1, 0.629, "", @@ -150079,7 +150079,7 @@ 450.026, 417.049, 450.026, - "e", + "&", -1, 0.629, "", @@ -150102,7 +150102,7 @@ 450.026, 418.115, 450.026, - "a", + ",", -1, 0.629, "", @@ -150125,7 +150125,7 @@ 450.026, 419.19, 450.026, - "s", + "1", -1, 0.629, "", @@ -150148,7 +150148,7 @@ 450.026, 420.121, 450.026, - "y", + "B", -1, 0.629, "", @@ -150171,7 +150171,7 @@ 450.026, 421.18, 450.026, - " ", + "#", -1, 0.629, "", @@ -150194,7 +150194,7 @@ 450.026, 421.81, 450.026, - "a", + ",", -1, 0.629, "", @@ -150217,7 +150217,7 @@ 450.026, 422.884, 450.026, - "c", + "+", -1, 0.629, "", @@ -150240,7 +150240,7 @@ 450.026, 423.816, 450.026, - "c", + "+", -1, 0.629, "", @@ -150263,7 +150263,7 @@ 450.026, 424.748, 450.026, - "e", + "&", -1, 0.629, "", @@ -150286,7 +150286,7 @@ 450.026, 425.814, 450.026, - "s", + "1", -1, 0.629, "", @@ -150309,7 +150309,7 @@ 450.026, 426.745, 450.026, - "s", + "1", -1, 0.629, "", @@ -150332,7 +150332,7 @@ 450.026, 427.677, 450.026, - " ", + "#", -1, 0.629, "", @@ -150355,7 +150355,7 @@ 450.026, 428.306, 450.026, - "t", + ")", -1, 0.629, "", @@ -150378,7 +150378,7 @@ 450.026, 429.011, 450.026, - "o", + "4", -1, 0.629, "", @@ -150401,7 +150401,7 @@ 450.026, 430.097, 450.026, - " ", + "#", -1, 0.629, "", @@ -150424,7 +150424,7 @@ 450.026, 430.726, 450.026, - "a", + ",", -1, 0.629, "", @@ -150447,7 +150447,7 @@ 450.026, 431.801, 450.026, - "l", + "-", -1, 0.629, "", @@ -150470,7 +150470,7 @@ 450.026, 432.781, 450.026, - " ", + "#", -1, 0.629, "", @@ -150493,7 +150493,7 @@ 450.026, 433.41, 450.026, - "a", + ",", -1, 0.629, "", @@ -150516,7 +150516,7 @@ 450.026, 434.485, 450.026, - "d", + "2", -1, 0.629, "", @@ -150539,7 +150539,7 @@ 450.026, 435.599, 450.026, - "j", + "=", -1, 0.629, "", @@ -150562,7 +150562,7 @@ 450.026, 436.214, 450.026, - "u", + ".", -1, 0.629, "", @@ -150585,7 +150585,7 @@ 450.026, 437.346, 450.026, - "s", + "1", -1, 0.629, "", @@ -150608,7 +150608,7 @@ 450.026, 438.278, 450.026, - "t", + ")", -1, 0.629, "", @@ -150631,7 +150631,7 @@ 450.026, 438.983, 450.026, - "m", + "8", -1, 0.629, "", @@ -150654,7 +150654,7 @@ 450.026, 440.723, 450.026, - "e", + "&", -1, 0.629, "", @@ -150677,7 +150677,7 @@ 450.026, 441.788, 450.026, - "n", + "0", -1, 0.629, "", @@ -150700,7 +150700,7 @@ 450.026, 442.92, 450.026, - "t", + ")", -1, 0.629, "", @@ -150723,7 +150723,7 @@ 450.026, 443.625, 450.026, - " ", + "#", -1, 0.629, "", @@ -150746,7 +150746,7 @@ 450.026, 444.254, 450.026, - "k", + "@", -1, 0.629, "", @@ -150769,7 +150769,7 @@ 450.026, 445.313, 450.026, - "n", + "0", -1, 0.629, "", @@ -150792,7 +150792,7 @@ 450.026, 446.445, 450.026, - "o", + "4", -1, 0.629, "", @@ -150815,7 +150815,7 @@ 450.026, 447.531, 450.026, - "b", + "/", -1, 0.629, "", @@ -150838,7 +150838,7 @@ 450.026, 448.645, 450.026, - "s", + "1", -1, 0.629, "", @@ -150861,7 +150861,7 @@ 450.026, 449.576, 450.026, - ".", + "\"", -1, 0.629, "", @@ -150884,7 +150884,7 @@ 450.026, 450.227, 450.026, - " ", + "#", -1, 0.629, "", @@ -150907,7 +150907,7 @@ 450.026, 450.843, 450.026, - " ", + "#", -1, 0.629, "", @@ -150930,7 +150930,7 @@ 490.37, 422.106, 490.37, - "M", + "3", -1, 0.489, "", @@ -150953,7 +150953,7 @@ 490.37, 423.463, 490.37, - "o", + ">", -1, 0.489, "", @@ -150976,7 +150976,7 @@ 490.37, 424.445, 490.37, - "d", + "F", -1, 0.489, "", @@ -150999,7 +150999,7 @@ 490.37, 425.445, 490.37, - "e", + "G", -1, 0.489, "", @@ -151022,7 +151022,7 @@ 490.37, 426.395, 490.37, - "l", + "H", -1, 0.489, "", @@ -151045,7 +151045,7 @@ 490.37, 426.885, 490.37, - " ", + "(", -1, 0.489, "", @@ -151068,7 +151068,7 @@ 490.37, 427.374, 490.37, - "A", + "/", -1, 0.489, "", @@ -151091,7 +151091,7 @@ 490.37, 428.484, 490.37, - "Y", + "6", -1, 0.489, "", @@ -151114,7 +151114,7 @@ 490.37, 429.538, 490.37, - "1", + "!", -1, 0.489, "", @@ -151137,7 +151137,7 @@ 490.37, 430.556, 490.37, - "1", + "!", -1, 0.489, "", @@ -151160,7 +151160,7 @@ 490.37, 431.573, 490.37, - "2", + "7", -1, 0.489, "", @@ -151183,7 +151183,7 @@ 490.37, 432.59, 490.37, - "3", + "\"", -1, 0.489, "", @@ -151206,7 +151206,7 @@ 490.37, 433.607, 490.37, - "6", + "I", -1, 0.489, "", @@ -151252,7 +151252,7 @@ 508.594, 442.694, 508.594, - "i", + "*", -1, 0.415, "", @@ -151275,7 +151275,7 @@ 508.594, 443.017, 508.594, - "n", + "0", -1, 0.415, "", @@ -151298,7 +151298,7 @@ 508.594, 443.764, 508.594, - "e", + "&", -1, 0.415, "", @@ -151321,7 +151321,7 @@ 508.594, 444.467, 508.594, - " ", + "#", -1, 0.415, "", @@ -151344,7 +151344,7 @@ 507.414, 442.016, 507.414, - "A", + "Q", -1, 0.415, "", @@ -151367,7 +151367,7 @@ 507.414, 442.823, 507.414, - "d", + "2", -1, 0.415, "", @@ -151390,7 +151390,7 @@ 507.414, 443.557, 507.414, - "j", + "=", -1, 0.415, "", @@ -151413,7 +151413,7 @@ 507.414, 443.963, 507.414, - "u", + ".", -1, 0.415, "", @@ -151436,7 +151436,7 @@ 507.414, 444.71, 507.414, - "s", + "1", -1, 0.415, "", @@ -151459,7 +151459,7 @@ 507.414, 445.324, 507.414, - "t", + ")", -1, 0.415, "", @@ -151482,7 +151482,7 @@ 507.414, 445.789, 507.414, - "m", + "8", -1, 0.415, "", @@ -151505,7 +151505,7 @@ 507.414, 446.936, 507.414, - "e", + "&", -1, 0.415, "", @@ -151528,7 +151528,7 @@ 507.414, 447.639, 507.414, - "n", + "0", -1, 0.415, "", @@ -151551,7 +151551,7 @@ 507.414, 448.385, 507.414, - "t", + ")", -1, 0.415, "", @@ -151574,7 +151574,7 @@ 506.234, 442.016, 506.234, - "K", + "R", -1, 0.415, "", @@ -151597,7 +151597,7 @@ 506.234, 442.833, 506.234, - "n", + "0", -1, 0.415, "", @@ -151620,7 +151620,7 @@ 506.234, 443.58, 506.234, - "o", + "4", -1, 0.415, "", @@ -151643,7 +151643,7 @@ 506.234, 444.296, 506.234, - "b", + "/", -1, 0.415, "", @@ -151689,7 +151689,7 @@ 512.554, 408.812, 512.554, - "t", + ")", -1, 0.415, "", @@ -151712,7 +151712,7 @@ 512.554, 409.277, 512.554, - "a", + ",", -1, 0.415, "", @@ -151735,7 +151735,7 @@ 512.554, 409.985, 512.554, - "g", + "6", -1, 0.415, "", @@ -151758,7 +151758,7 @@ 512.554, 410.719, 512.554, - "e", + "&", -1, 0.415, "", @@ -151781,7 +151781,7 @@ 510.766, 404.072, 510.766, - "C", + "P", -1, 0.415, "", @@ -151804,7 +151804,7 @@ 510.766, 404.895, 510.766, - "o", + "4", -1, 0.415, "", @@ -151827,7 +151827,7 @@ 510.766, 405.611, 510.766, - "n", + "0", -1, 0.415, "", @@ -151850,7 +151850,7 @@ 510.766, 406.357, 510.766, - "d", + "2", -1, 0.415, "", @@ -151873,7 +151873,7 @@ 510.766, 407.092, 510.766, - "e", + "&", -1, 0.415, "", @@ -151896,7 +151896,7 @@ 510.766, 407.795, 510.766, - "n", + "0", -1, 0.415, "", @@ -151919,7 +151919,7 @@ 510.766, 408.541, 510.766, - "s", + "1", -1, 0.415, "", @@ -151942,7 +151942,7 @@ 510.766, 409.156, 510.766, - "e", + "&", -1, 0.415, "", @@ -151965,7 +151965,7 @@ 510.766, 409.858, 510.766, - "r", + "(", -1, 0.415, "", @@ -151988,7 +151988,7 @@ 510.766, 410.362, 510.766, - " ", + "#", -1, 0.415, "", @@ -152034,7 +152034,7 @@ 509.586, 404.722, 509.586, - "o", + "4", -1, 0.415, "", @@ -152057,7 +152057,7 @@ 509.586, 405.436, 509.586, - "c", + "+", -1, 0.415, "", @@ -152080,7 +152080,7 @@ 509.586, 406.051, 509.586, - "u", + ".", -1, 0.415, "", @@ -152103,7 +152103,7 @@ 509.586, 406.797, 509.586, - "s", + "1", -1, 0.415, "", @@ -152126,7 +152126,7 @@ 509.586, 407.411, 509.586, - "i", + "*", -1, 0.415, "", @@ -152149,7 +152149,7 @@ 509.586, 407.735, 509.586, - "n", + "0", -1, 0.415, "", @@ -152172,7 +152172,7 @@ 509.586, 408.481, 509.586, - "g", + "6", -1, 0.415, "", @@ -152195,7 +152195,7 @@ 508.406, 404.072, 508.406, - "K", + "R", -1, 0.415, "", @@ -152218,7 +152218,7 @@ 508.406, 404.889, 508.406, - "n", + "0", -1, 0.415, "", @@ -152241,7 +152241,7 @@ 508.406, 405.635, 508.406, - "o", + "4", -1, 0.415, "", @@ -152264,7 +152264,7 @@ 508.406, 406.351, 508.406, - "b", + "/", -1, 0.415, "", @@ -152287,7 +152287,7 @@ 529.358, 441.813, 529.358, - "E", + "X", -1, 0.415, "", @@ -152310,7 +152310,7 @@ 529.358, 442.558, 529.358, - "y", + "B", -1, 0.415, "", @@ -152333,7 +152333,7 @@ 529.358, 443.256, 529.358, - "e", + "&", -1, 0.415, "", @@ -152356,7 +152356,7 @@ 529.358, 443.959, 529.358, - "p", + "7", -1, 0.415, "", @@ -152379,7 +152379,7 @@ 529.358, 444.694, 529.358, - "i", + "*", -1, 0.415, "", @@ -152402,7 +152402,7 @@ 529.358, 445.017, 529.358, - "e", + "&", -1, 0.415, "", @@ -152425,7 +152425,7 @@ 529.358, 445.72, 529.358, - "c", + "+", -1, 0.415, "", @@ -152448,7 +152448,7 @@ 529.358, 446.334, 529.358, - "e", + "&", -1, 0.415, "", @@ -152494,7 +152494,7 @@ 520.55, 438.152, 520.55, - "t", + ")", -1, 0.415, "", @@ -152517,7 +152517,7 @@ 520.55, 438.616, 520.55, - "a", + ",", -1, 0.415, "", @@ -152540,7 +152540,7 @@ 520.55, 439.325, 520.55, - "n", + "0", -1, 0.415, "", @@ -152563,7 +152563,7 @@ 520.55, 440.071, 520.55, - "d", + "2", -1, 0.415, "", @@ -152586,7 +152586,7 @@ 507.28, 409.716, 507.28, - "L", + ";", -1, 0.415, "", @@ -152609,7 +152609,7 @@ 507.28, 410.373, 507.28, - "a", + ",", -1, 0.415, "", @@ -152632,7 +152632,7 @@ 507.28, 411.081, 507.28, - "m", + "8", -1, 0.415, "", @@ -152655,7 +152655,7 @@ 507.28, 412.228, 507.28, - "p", + "7", -1, 0.415, "", @@ -152678,7 +152678,7 @@ 507.28, 412.962, 507.28, - " ", + "#", -1, 0.415, "", @@ -152701,7 +152701,7 @@ 505.849, 409.716, 505.849, - "O", + "K", -1, 0.415, "", @@ -152724,7 +152724,7 @@ 505.849, 410.644, 505.849, - "n", + "0", -1, 0.415, "", @@ -152747,7 +152747,7 @@ 505.849, 411.39, 505.849, - "/", + "Y", -1, 0.415, "", @@ -152770,7 +152770,7 @@ 505.849, 411.925, 505.849, - "O", + "K", -1, 0.415, "", @@ -152793,7 +152793,7 @@ 505.849, 412.852, 505.849, - "f", + "3", -1, 0.415, "", @@ -152839,7 +152839,7 @@ 504.417, 410.523, 504.417, - "w", + "5", -1, 0.415, "", @@ -152862,7 +152862,7 @@ 504.417, 411.487, 504.417, - "i", + "*", -1, 0.415, "", @@ -152885,7 +152885,7 @@ 504.417, 411.809, 504.417, - "t", + ")", -1, 0.415, "", @@ -152908,7 +152908,7 @@ 504.417, 412.274, 504.417, - "c", + "+", -1, 0.415, "", @@ -152931,7 +152931,7 @@ 504.417, 412.888, 504.417, - "h", + "%", -1, 0.415, "", @@ -152954,7 +152954,7 @@ 494.965, 434.871, 494.965, - "L", + ";", -1, 0.415, "", @@ -152977,7 +152977,7 @@ 494.965, 435.528, 494.965, - "a", + ",", -1, 0.415, "", @@ -153000,7 +153000,7 @@ 494.965, 436.236, 494.965, - "m", + "8", -1, 0.415, "", @@ -153023,7 +153023,7 @@ 494.965, 437.383, 494.965, - "p", + "7", -1, 0.415, "", @@ -153046,7 +153046,7 @@ 494.965, 438.117, 494.965, - " ", + "#", -1, 0.415, "", @@ -153069,7 +153069,7 @@ 499.497, 439.52, 499.497, - "P", + "E", -1, 0.415, "", @@ -153092,7 +153092,7 @@ 499.497, 440.204, 499.497, - "o", + "4", -1, 0.415, "", @@ -153115,7 +153115,7 @@ 499.497, 440.918, 499.497, - "w", + "5", -1, 0.415, "", @@ -153138,7 +153138,7 @@ 499.497, 441.882, 499.497, - "e", + "&", -1, 0.415, "", @@ -153161,7 +153161,7 @@ 499.497, 442.584, 499.497, - "r", + "(", -1, 0.415, "", @@ -153184,7 +153184,7 @@ 498.066, 439.52, 498.066, - "C", + "P", -1, 0.415, "", @@ -153207,7 +153207,7 @@ 498.066, 440.343, 498.066, - "o", + "4", -1, 0.415, "", @@ -153230,7 +153230,7 @@ 498.066, 441.058, 498.066, - "r", + "(", -1, 0.415, "", @@ -153253,7 +153253,7 @@ 498.066, 441.562, 498.066, - "d", + "2", -1, 0.415, "", @@ -153276,7 +153276,7 @@ 527.02, 413.558, 527.02, - "R", + "D", -1, 0.415, "", @@ -153299,7 +153299,7 @@ 527.02, 414.35, 527.02, - "o", + "4", -1, 0.415, "", @@ -153322,7 +153322,7 @@ 527.02, 415.064, 527.02, - "t", + ")", -1, 0.415, "", @@ -153345,7 +153345,7 @@ 527.02, 415.529, 527.02, - "a", + ",", -1, 0.415, "", @@ -153368,7 +153368,7 @@ 527.02, 416.237, 527.02, - "t", + ")", -1, 0.415, "", @@ -153391,7 +153391,7 @@ 527.02, 416.701, 527.02, - "i", + "*", -1, 0.415, "", @@ -153414,7 +153414,7 @@ 527.02, 417.024, 527.02, - "n", + "0", -1, 0.415, "", @@ -153437,7 +153437,7 @@ 527.02, 417.77, 527.02, - "g", + "6", -1, 0.415, "", @@ -153460,7 +153460,7 @@ 527.02, 418.504, 527.02, - " ", + "#", -1, 0.415, "", @@ -153483,7 +153483,7 @@ 527.02, 418.919, 527.02, - "H", + "Z", -1, 0.415, "", @@ -153506,7 +153506,7 @@ 527.02, 419.804, 527.02, - "e", + "&", -1, 0.415, "", @@ -153529,7 +153529,7 @@ 527.02, 420.507, 527.02, - "a", + ",", -1, 0.415, "", @@ -153552,7 +153552,7 @@ 527.02, 421.215, 527.02, - "d", + "2", -1, 0.415, "", @@ -153598,7 +153598,7 @@ 504.775, 442.649, 504.775, - "t", + ")", -1, 0.415, "", @@ -153621,7 +153621,7 @@ 504.775, 443.114, 504.775, - "a", + ",", -1, 0.415, "", @@ -153644,7 +153644,7 @@ 504.775, 443.822, 504.775, - "g", + "6", -1, 0.415, "", @@ -153667,7 +153667,7 @@ 504.775, 444.556, 504.775, - "e", + "&", -1, 0.415, "", @@ -153690,7 +153690,7 @@ 504.775, 445.258, 504.775, - " ", + "#", -1, 0.415, "", @@ -153713,7 +153713,7 @@ 504.775, 445.673, 504.775, - "C", + "P", -1, 0.415, "", @@ -153736,7 +153736,7 @@ 504.775, 446.496, 504.775, - "l", + "-", -1, 0.415, "", @@ -153759,7 +153759,7 @@ 504.775, 446.819, 504.775, - "i", + "*", -1, 0.415, "", @@ -153782,7 +153782,7 @@ 504.775, 447.142, 504.775, - "p", + "7", -1, 0.415, "", @@ -153805,7 +153805,7 @@ 503.343, 441.843, 503.343, - "A", + "Q", -1, 0.415, "", @@ -153828,7 +153828,7 @@ 503.343, 442.649, 503.343, - "d", + "2", -1, 0.415, "", @@ -153851,7 +153851,7 @@ 503.343, 443.383, 503.343, - "j", + "=", -1, 0.415, "", @@ -153874,7 +153874,7 @@ 503.343, 443.789, 503.343, - "u", + ".", -1, 0.415, "", @@ -153897,7 +153897,7 @@ 503.343, 444.535, 503.343, - "s", + "1", -1, 0.415, "", @@ -153920,7 +153920,7 @@ 503.343, 445.149, 503.343, - "t", + ")", -1, 0.415, "", @@ -153943,7 +153943,7 @@ 503.343, 445.613, 503.343, - "m", + "8", -1, 0.415, "", @@ -153966,7 +153966,7 @@ 503.343, 446.76, 503.343, - "e", + "&", -1, 0.415, "", @@ -153989,7 +153989,7 @@ 503.343, 447.462, 503.343, - "n", + "0", -1, 0.415, "", @@ -154012,7 +154012,7 @@ 503.343, 448.208, 503.343, - "t", + ")", -1, 0.415, "", @@ -154035,7 +154035,7 @@ 531.814, 407.24, 531.814, - "I", + "A", -1, 0.415, "", @@ -154058,7 +154058,7 @@ 531.814, 407.736, 531.814, - "n", + "0", -1, 0.415, "", @@ -154081,7 +154081,7 @@ 531.814, 408.482, 531.814, - "t", + ")", -1, 0.415, "", @@ -154104,7 +154104,7 @@ 531.814, 408.947, 531.814, - "e", + "&", -1, 0.415, "", @@ -154127,7 +154127,7 @@ 531.814, 409.649, 531.814, - "r", + "(", -1, 0.415, "", @@ -154150,7 +154150,7 @@ 531.814, 410.152, 531.814, - "p", + "7", -1, 0.415, "", @@ -154173,7 +154173,7 @@ 531.814, 410.887, 531.814, - "u", + ".", -1, 0.415, "", @@ -154196,7 +154196,7 @@ 531.814, 411.633, 531.814, - "p", + "7", -1, 0.415, "", @@ -154219,7 +154219,7 @@ 531.814, 412.367, 531.814, - "i", + "*", -1, 0.415, "", @@ -154242,7 +154242,7 @@ 531.814, 412.69, 531.814, - "l", + "-", -1, 0.415, "", @@ -154265,7 +154265,7 @@ 531.814, 413.335, 531.814, - "a", + ",", -1, 0.415, "", @@ -154288,7 +154288,7 @@ 531.814, 414.044, 531.814, - "r", + "(", -1, 0.415, "", @@ -154311,7 +154311,7 @@ 531.814, 414.547, 531.814, - "y", + "B", -1, 0.415, "", @@ -154334,7 +154334,7 @@ 531.814, 415.245, 531.814, - " ", + "#", -1, 0.415, "", @@ -154380,7 +154380,7 @@ 531.814, 416.464, 531.814, - "l", + "-", -1, 0.415, "", @@ -154403,7 +154403,7 @@ 531.814, 416.787, 531.814, - "i", + "*", -1, 0.415, "", @@ -154426,7 +154426,7 @@ 531.814, 417.11, 531.814, - "d", + "2", -1, 0.415, "", @@ -154449,7 +154449,7 @@ 531.814, 417.844, 531.814, - "e", + "&", -1, 0.415, "", @@ -154472,7 +154472,7 @@ 531.814, 418.547, 531.814, - " ", + "#", -1, 0.415, "", @@ -154495,7 +154495,7 @@ 531.814, 418.962, 531.814, - "A", + "Q", -1, 0.415, "", @@ -154518,7 +154518,7 @@ 531.814, 419.768, 531.814, - "d", + "2", -1, 0.415, "", @@ -154541,7 +154541,7 @@ 531.814, 420.502, 531.814, - "j", + "=", -1, 0.415, "", @@ -154564,7 +154564,7 @@ 531.814, 420.907, 531.814, - "u", + ".", -1, 0.415, "", @@ -154587,7 +154587,7 @@ 531.814, 421.653, 531.814, - "s", + "1", -1, 0.415, "", @@ -154610,7 +154610,7 @@ 531.814, 422.267, 531.814, - "t", + ")", -1, 0.415, "", @@ -154633,7 +154633,7 @@ 531.814, 422.732, 531.814, - "m", + "8", -1, 0.415, "", @@ -154656,7 +154656,7 @@ 531.814, 423.878, 531.814, - "e", + "&", -1, 0.415, "", @@ -154679,7 +154679,7 @@ 531.814, 424.581, 531.814, - "n", + "0", -1, 0.415, "", @@ -154702,7 +154702,7 @@ 531.814, 425.327, 531.814, - "t", + ")", -1, 0.415, "", @@ -154725,7 +154725,7 @@ 412.978, 449.101, 412.978, - "C", + "!", -1, 0.528, "", @@ -154748,7 +154748,7 @@ 412.978, 450.472, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154771,7 +154771,7 @@ 412.978, 451.0, 412.978, - "r", + "#", -1, 0.528, "", @@ -154794,7 +154794,7 @@ 412.978, 451.738, 412.978, - "c", + "$", -1, 0.528, "", @@ -154817,7 +154817,7 @@ 412.978, 452.794, 412.978, - "l", + "%", -1, 0.528, "", @@ -154840,7 +154840,7 @@ 412.978, 453.322, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154863,7 +154863,7 @@ 412.978, 453.85, 412.978, - "n", + "&", -1, 0.528, "", @@ -154886,7 +154886,7 @@ 412.978, 455.01, 412.978, - "g", + "'", -1, 0.528, "", @@ -154909,7 +154909,7 @@ 412.978, 456.17, 412.978, - " ", + "(", -1, 0.528, "", @@ -154932,7 +154932,7 @@ 412.978, 456.698, 412.978, - "M", + ")", -1, 0.528, "", @@ -154955,7 +154955,7 @@ 412.978, 458.28, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154978,7 +154978,7 @@ 412.978, 458.808, 412.978, - "n", + "&", -1, 0.528, "", @@ -155001,7 +155001,7 @@ 412.978, 459.968, 412.978, - "i", + "\"", -1, 0.528, "", @@ -155024,7 +155024,7 @@ 412.978, 460.496, 412.978, - "m", + "*", -1, 0.528, "", @@ -155047,7 +155047,7 @@ 412.978, 462.184, 412.978, - "u", + "+", -1, 0.528, "", @@ -155070,7 +155070,7 @@ 412.978, 463.344, 412.978, - "m", + "*", -1, 0.528, "", @@ -155093,7 +155093,7 @@ 412.978, 465.033, 412.978, - "s", + ",", -1, 0.528, "", @@ -155231,7 +155231,7 @@ 408.421, 454.061, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155323,7 +155323,7 @@ 408.421, 457.965, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155369,7 +155369,7 @@ 408.421, 459.549, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155530,7 +155530,7 @@ 408.421, 466.305, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155599,7 +155599,7 @@ 408.421, 468.416, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155691,7 +155691,7 @@ 408.421, 471.584, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155829,7 +155829,7 @@ 408.421, 478.41, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156036,7 +156036,7 @@ 408.421, 484.634, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156105,7 +156105,7 @@ 408.421, 486.639, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156128,7 +156128,7 @@ 408.421, 487.167, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156151,7 +156151,7 @@ 408.421, 488.223, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156174,7 +156174,7 @@ 408.421, 489.279, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156197,7 +156197,7 @@ 408.421, 490.335, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156220,7 +156220,7 @@ 408.421, 491.391, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156335,7 +156335,7 @@ 408.421, 495.086, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156496,7 +156496,7 @@ 408.421, 501.166, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156703,7 +156703,7 @@ 408.421, 507.602, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156818,7 +156818,7 @@ 408.421, 511.929, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157048,7 +157048,7 @@ 408.421, 521.11, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157117,7 +157117,7 @@ 408.421, 523.643, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157347,7 +157347,7 @@ 408.421, 532.933, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157439,7 +157439,7 @@ 408.421, 536.1, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157577,7 +157577,7 @@ 408.421, 541.377, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157646,7 +157646,7 @@ 408.421, 543.489, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157830,7 +157830,7 @@ 408.421, 550.243, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157853,7 +157853,7 @@ 405.884, 449.101, 405.884, - "i", + "!", -1, 0.528, "", @@ -157876,7 +157876,7 @@ 405.884, 449.522, 405.884, - "m", + "\"", -1, 0.528, "", @@ -157899,7 +157899,7 @@ 405.884, 451.104, 405.884, - "p", + "#", -1, 0.528, "", @@ -157922,7 +157922,7 @@ 405.884, 452.16, 405.884, - "r", + "$", -1, 0.528, "", @@ -157945,7 +157945,7 @@ 405.884, 452.792, 405.884, - "o", + "%", -1, 0.528, "", @@ -157968,7 +157968,7 @@ 405.884, 453.848, 405.884, - "v", + "&", -1, 0.528, "", @@ -157991,7 +157991,7 @@ 405.884, 454.797, 405.884, - "e", + "'", -1, 0.528, "", @@ -158014,7 +158014,7 @@ 405.884, 455.853, 405.884, - "d", + "(", -1, 0.528, "", @@ -158037,7 +158037,7 @@ 405.884, 456.909, 405.884, - " ", + ")", -1, 0.528, "", @@ -158060,7 +158060,7 @@ 405.884, 457.437, 405.884, - "o", + "%", -1, 0.528, "", @@ -158083,7 +158083,7 @@ 405.884, 458.493, 405.884, - "b", + "*", -1, 0.528, "", @@ -158106,7 +158106,7 @@ 405.884, 459.549, 405.884, - "s", + "+", -1, 0.528, "", @@ -158129,7 +158129,7 @@ 405.884, 460.498, 405.884, - "t", + ",", -1, 0.528, "", @@ -158152,7 +158152,7 @@ 405.884, 461.026, 405.884, - "a", + "-", -1, 0.528, "", @@ -158175,7 +158175,7 @@ 405.884, 462.082, 405.884, - "c", + ".", -1, 0.528, "", @@ -158198,7 +158198,7 @@ 405.884, 463.031, 405.884, - "l", + "/", -1, 0.528, "", @@ -158221,7 +158221,7 @@ 405.884, 463.453, 405.884, - "e", + "'", -1, 0.528, "", @@ -158244,7 +158244,7 @@ 405.884, 464.508, 405.884, - " ", + ")", -1, 0.528, "", @@ -158267,7 +158267,7 @@ 405.884, 465.036, 405.884, - "p", + "#", -1, 0.528, "", @@ -158290,7 +158290,7 @@ 405.884, 466.092, 405.884, - "r", + "$", -1, 0.528, "", @@ -158313,7 +158313,7 @@ 405.884, 466.725, 405.884, - "o", + "%", -1, 0.528, "", @@ -158336,7 +158336,7 @@ 405.884, 467.78, 405.884, - "t", + ",", -1, 0.528, "", @@ -158359,7 +158359,7 @@ 405.884, 468.308, 405.884, - "e", + "'", -1, 0.528, "", @@ -158382,7 +158382,7 @@ 405.884, 469.364, 405.884, - "c", + ".", -1, 0.528, "", @@ -158405,7 +158405,7 @@ 405.884, 470.313, 405.884, - "t", + ",", -1, 0.528, "", @@ -158428,7 +158428,7 @@ 405.884, 470.841, 405.884, - "i", + "!", -1, 0.528, "", @@ -158451,7 +158451,7 @@ 405.884, 471.263, 405.884, - "o", + "%", -1, 0.528, "", @@ -158474,7 +158474,7 @@ 405.884, 472.319, 405.884, - "n", + "0", -1, 0.528, "", @@ -158497,7 +158497,7 @@ 405.884, 473.374, 405.884, - ".", + "1", -1, 0.528, "", @@ -158520,7 +158520,7 @@ 405.884, 473.902, 405.884, - " ", + ")", -1, 0.528, "", @@ -158543,7 +158543,7 @@ 405.884, 474.399, 405.884, - "T", + "2", -1, 0.528, "", @@ -158566,7 +158566,7 @@ 405.884, 475.348, 405.884, - "o", + "%", -1, 0.528, "", @@ -158589,7 +158589,7 @@ 405.884, 476.404, 405.884, - " ", + ")", -1, 0.528, "", @@ -158612,7 +158612,7 @@ 405.884, 476.932, 405.884, - "i", + "!", -1, 0.528, "", @@ -158635,7 +158635,7 @@ 405.884, 477.353, 405.884, - "n", + "0", -1, 0.528, "", @@ -158658,7 +158658,7 @@ 405.884, 478.409, 405.884, - "d", + "(", -1, 0.528, "", @@ -158681,7 +158681,7 @@ 405.884, 479.465, 405.884, - "i", + "!", -1, 0.528, "", @@ -158704,7 +158704,7 @@ 405.884, 479.886, 405.884, - "c", + ".", -1, 0.528, "", @@ -158727,7 +158727,7 @@ 405.884, 480.836, 405.884, - "a", + "-", -1, 0.528, "", @@ -158750,7 +158750,7 @@ 405.884, 481.892, 405.884, - "t", + ",", -1, 0.528, "", @@ -158773,7 +158773,7 @@ 405.884, 482.42, 405.884, - "e", + "'", -1, 0.528, "", @@ -158796,7 +158796,7 @@ 405.884, 483.475, 405.884, - " ", + ")", -1, 0.528, "", @@ -158819,7 +158819,7 @@ 405.884, 484.003, 405.884, - "t", + ",", -1, 0.528, "", @@ -158842,7 +158842,7 @@ 405.884, 484.531, 405.884, - "h", + "3", -1, 0.528, "", @@ -158865,7 +158865,7 @@ 405.884, 485.587, 405.884, - "a", + "-", -1, 0.528, "", @@ -158888,7 +158888,7 @@ 405.884, 486.643, 405.884, - "t", + ",", -1, 0.528, "", @@ -158911,7 +158911,7 @@ 405.884, 487.171, 405.884, - " ", + ")", -1, 0.528, "", @@ -158934,7 +158934,7 @@ 405.884, 487.698, 405.884, - "t", + ",", -1, 0.528, "", @@ -158957,7 +158957,7 @@ 405.884, 488.226, 405.884, - "h", + "3", -1, 0.528, "", @@ -158980,7 +158980,7 @@ 405.884, 489.282, 405.884, - "e", + "'", -1, 0.528, "", @@ -159003,7 +159003,7 @@ 405.884, 490.338, 405.884, - " ", + ")", -1, 0.528, "", @@ -159026,7 +159026,7 @@ 405.884, 490.866, 405.884, - "n", + "0", -1, 0.528, "", @@ -159049,7 +159049,7 @@ 405.884, 491.922, 405.884, - "e", + "'", -1, 0.528, "", @@ -159072,7 +159072,7 @@ 405.884, 492.977, 405.884, - "w", + "4", -1, 0.528, "", @@ -159095,7 +159095,7 @@ 405.884, 494.348, 405.884, - " ", + ")", -1, 0.528, "", @@ -159118,7 +159118,7 @@ 405.884, 494.876, 405.884, - "c", + ".", -1, 0.528, "", @@ -159141,7 +159141,7 @@ 405.884, 495.826, 405.884, - "r", + "$", -1, 0.528, "", @@ -159164,7 +159164,7 @@ 405.884, 496.458, 405.884, - "i", + "!", -1, 0.528, "", @@ -159187,7 +159187,7 @@ 405.884, 496.88, 405.884, - "t", + ",", -1, 0.528, "", @@ -159210,7 +159210,7 @@ 405.884, 497.408, 405.884, - "e", + "'", -1, 0.528, "", @@ -159233,7 +159233,7 @@ 405.884, 498.463, 405.884, - "r", + "$", -1, 0.528, "", @@ -159256,7 +159256,7 @@ 405.884, 499.096, 405.884, - "i", + "!", -1, 0.528, "", @@ -159279,7 +159279,7 @@ 405.884, 499.517, 405.884, - "a", + "-", -1, 0.528, "", @@ -159302,7 +159302,7 @@ 405.884, 500.573, 405.884, - " ", + ")", -1, 0.528, "", @@ -159325,7 +159325,7 @@ 405.884, 501.101, 405.884, - "h", + "3", -1, 0.528, "", @@ -159348,7 +159348,7 @@ 405.884, 502.157, 405.884, - "a", + "-", -1, 0.528, "", @@ -159371,7 +159371,7 @@ 405.884, 503.213, 405.884, - "d", + "(", -1, 0.528, "", @@ -159394,7 +159394,7 @@ 405.884, 504.268, 405.884, - " ", + ")", -1, 0.528, "", @@ -159417,7 +159417,7 @@ 405.884, 504.796, 405.884, - "b", + "*", -1, 0.528, "", @@ -159440,7 +159440,7 @@ 405.884, 505.852, 405.884, - "e", + "'", -1, 0.528, "", @@ -159463,7 +159463,7 @@ 405.884, 506.908, 405.884, - "e", + "'", -1, 0.528, "", @@ -159486,7 +159486,7 @@ 405.884, 507.964, 405.884, - "n", + "0", -1, 0.528, "", @@ -159509,7 +159509,7 @@ 405.884, 509.019, 405.884, - " ", + ")", -1, 0.528, "", @@ -159532,7 +159532,7 @@ 405.884, 509.547, 405.884, - "a", + "-", -1, 0.528, "", @@ -159555,7 +159555,7 @@ 405.884, 510.603, 405.884, - "p", + "#", -1, 0.528, "", @@ -159578,7 +159578,7 @@ 405.884, 511.659, 405.884, - "p", + "#", -1, 0.528, "", @@ -159601,7 +159601,7 @@ 405.884, 512.715, 405.884, - "l", + "/", -1, 0.528, "", @@ -159624,7 +159624,7 @@ 405.884, 513.136, 405.884, - "i", + "!", -1, 0.528, "", @@ -159647,7 +159647,7 @@ 405.884, 513.558, 405.884, - "e", + "'", -1, 0.528, "", @@ -159670,7 +159670,7 @@ 405.884, 514.614, 405.884, - "d", + "(", -1, 0.528, "", @@ -159693,7 +159693,7 @@ 405.884, 515.669, 405.884, - " ", + ")", -1, 0.528, "", @@ -159716,7 +159716,7 @@ 405.884, 516.197, 405.884, - "t", + ",", -1, 0.528, "", @@ -159739,7 +159739,7 @@ 405.884, 516.725, 405.884, - "o", + "%", -1, 0.528, "", @@ -159762,7 +159762,7 @@ 405.884, 517.781, 405.884, - " ", + ")", -1, 0.528, "", @@ -159785,7 +159785,7 @@ 405.884, 518.309, 405.884, - "a", + "-", -1, 0.528, "", @@ -159808,7 +159808,7 @@ 405.884, 519.365, 405.884, - " ", + ")", -1, 0.528, "", @@ -159831,7 +159831,7 @@ 405.884, 519.893, 405.884, - "g", + "5", -1, 0.528, "", @@ -159854,7 +159854,7 @@ 405.884, 520.948, 405.884, - "i", + "!", -1, 0.528, "", @@ -159877,7 +159877,7 @@ 405.884, 521.37, 405.884, - "v", + "&", -1, 0.528, "", @@ -159900,7 +159900,7 @@ 405.884, 522.319, 405.884, - "e", + "'", -1, 0.528, "", @@ -159923,7 +159923,7 @@ 405.884, 523.375, 405.884, - "n", + "0", -1, 0.528, "", @@ -159946,7 +159946,7 @@ 405.884, 524.431, 405.884, - " ", + ")", -1, 0.528, "", @@ -159969,7 +159969,7 @@ 405.884, 524.959, 405.884, - "p", + "#", -1, 0.528, "", @@ -159992,7 +159992,7 @@ 405.884, 526.015, 405.884, - "r", + "$", -1, 0.528, "", @@ -160015,7 +160015,7 @@ 405.884, 526.647, 405.884, - "o", + "%", -1, 0.528, "", @@ -160038,7 +160038,7 @@ 405.884, 527.703, 405.884, - "c", + ".", -1, 0.528, "", @@ -160061,7 +160061,7 @@ 405.884, 528.652, 405.884, - "e", + "'", -1, 0.528, "", @@ -160084,7 +160084,7 @@ 405.884, 529.708, 405.884, - "d", + "(", -1, 0.528, "", @@ -160107,7 +160107,7 @@ 405.884, 530.764, 405.884, - "u", + "6", -1, 0.528, "", @@ -160130,7 +160130,7 @@ 405.884, 531.82, 405.884, - "r", + "$", -1, 0.528, "", @@ -160153,7 +160153,7 @@ 405.884, 532.452, 405.884, - "e", + "'", -1, 0.528, "", @@ -160176,7 +160176,7 @@ 405.884, 533.508, 405.884, - ",", + "7", -1, 0.528, "", @@ -160199,7 +160199,7 @@ 405.884, 534.036, 405.884, - " ", + ")", -1, 0.528, "", @@ -160222,7 +160222,7 @@ 405.884, 534.564, 405.884, - "a", + "-", -1, 0.528, "", @@ -160245,7 +160245,7 @@ 405.884, 535.619, 405.884, - " ", + ")", -1, 0.528, "", @@ -160268,7 +160268,7 @@ 405.884, 538.311, 405.884, - " ", + ")", -1, 0.528, "", @@ -160291,7 +160291,7 @@ 405.884, 538.839, 405.884, - "i", + "!", -1, 0.528, "", @@ -160314,7 +160314,7 @@ 405.884, 539.26, 405.884, - "s", + "+", -1, 0.528, "", @@ -160337,7 +160337,7 @@ 405.884, 540.21, 405.884, - " ", + ")", -1, 0.528, "", @@ -160360,7 +160360,7 @@ 405.884, 540.738, 405.884, - "p", + "#", -1, 0.528, "", @@ -160383,7 +160383,7 @@ 405.884, 541.793, 405.884, - "l", + "/", -1, 0.528, "", @@ -160406,7 +160406,7 @@ 405.884, 542.215, 405.884, - "a", + "-", -1, 0.528, "", @@ -160429,7 +160429,7 @@ 405.884, 543.271, 405.884, - "c", + ".", -1, 0.528, "", @@ -160452,7 +160452,7 @@ 405.884, 544.22, 405.884, - "e", + "'", -1, 0.528, "", @@ -160475,7 +160475,7 @@ 405.884, 545.276, 405.884, - "d", + "(", -1, 0.528, "", @@ -160498,7 +160498,7 @@ 405.884, 546.332, 405.884, - " ", + ")", -1, 0.528, "", @@ -160521,7 +160521,7 @@ 405.884, 546.86, 405.884, - "o", + "%", -1, 0.528, "", @@ -160544,7 +160544,7 @@ 405.884, 547.916, 405.884, - "n", + "0", -1, 0.528, "", @@ -160567,7 +160567,7 @@ 405.884, 548.971, 405.884, - " ", + ")", -1, 0.528, "", @@ -160590,7 +160590,7 @@ 403.605, 449.101, 403.605, - "t", + ",", -1, 0.528, "", @@ -160613,7 +160613,7 @@ 403.605, 449.629, 403.605, - "h", + "3", -1, 0.528, "", @@ -160636,7 +160636,7 @@ 403.605, 450.684, 403.605, - "e", + "'", -1, 0.528, "", @@ -160659,7 +160659,7 @@ 403.605, 451.74, 403.605, - " ", + ")", -1, 0.528, "", @@ -160682,7 +160682,7 @@ 403.605, 452.268, 403.605, - "c", + ".", -1, 0.528, "", @@ -160705,7 +160705,7 @@ 403.605, 453.218, 403.605, - "i", + "!", -1, 0.528, "", @@ -160728,7 +160728,7 @@ 403.605, 453.639, 403.605, - "r", + "$", -1, 0.528, "", @@ -160751,7 +160751,7 @@ 403.605, 454.271, 403.605, - "c", + ".", -1, 0.528, "", @@ -160774,7 +160774,7 @@ 403.605, 455.221, 403.605, - "l", + "/", -1, 0.528, "", @@ -160797,7 +160797,7 @@ 403.605, 455.642, 403.605, - "i", + "!", -1, 0.528, "", @@ -160820,7 +160820,7 @@ 403.605, 456.064, 403.605, - "n", + "0", -1, 0.528, "", @@ -160843,7 +160843,7 @@ 403.605, 457.12, 403.605, - "g", + "5", -1, 0.528, "", @@ -160866,7 +160866,7 @@ 403.605, 458.176, 403.605, - " ", + ")", -1, 0.528, "", @@ -160889,7 +160889,7 @@ 403.605, 458.704, 403.605, - "l", + "/", -1, 0.528, "", @@ -160912,7 +160912,7 @@ 403.605, 459.125, 403.605, - "i", + "!", -1, 0.528, "", @@ -160935,7 +160935,7 @@ 403.605, 459.547, 403.605, - "n", + "0", -1, 0.528, "", @@ -160958,7 +160958,7 @@ 403.605, 460.602, 403.605, - "e", + "'", -1, 0.528, "", @@ -160981,7 +160981,7 @@ 403.605, 461.658, 403.605, - " ", + ")", -1, 0.528, "", @@ -161004,7 +161004,7 @@ 403.605, 462.186, 403.605, - "o", + "%", -1, 0.528, "", @@ -161027,7 +161027,7 @@ 403.605, 463.242, 403.605, - "f", + "8", -1, 0.528, "", @@ -161050,7 +161050,7 @@ 403.605, 463.77, 403.605, - " ", + ")", -1, 0.528, "", @@ -161073,7 +161073,7 @@ 403.605, 464.298, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161096,7 +161096,7 @@ 403.605, 465.879, 403.605, - "i", + "!", -1, 0.528, "", @@ -161119,7 +161119,7 @@ 403.605, 466.301, 403.605, - "n", + "0", -1, 0.528, "", @@ -161142,7 +161142,7 @@ 403.605, 467.357, 403.605, - "i", + "!", -1, 0.528, "", @@ -161165,7 +161165,7 @@ 403.605, 467.778, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161188,7 +161188,7 @@ 403.605, 469.36, 403.605, - "u", + "6", -1, 0.528, "", @@ -161211,7 +161211,7 @@ 403.605, 470.416, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161234,7 +161234,7 @@ 403.605, 471.998, 403.605, - "s", + "+", -1, 0.528, "", @@ -161257,7 +161257,7 @@ 403.605, 472.947, 403.605, - ".", + "1", -1, 0.528, "", @@ -161280,7 +161280,7 @@ 403.605, 473.475, 403.605, - " ", + ")", -1, 0.528, "", @@ -161303,7 +161303,7 @@ 403.605, 473.971, 403.605, - "T", + "2", -1, 0.528, "", @@ -161326,7 +161326,7 @@ 403.605, 475.131, 403.605, - "h", + "3", -1, 0.528, "", @@ -161349,7 +161349,7 @@ 403.605, 476.187, 403.605, - "e", + "'", -1, 0.528, "", @@ -161372,7 +161372,7 @@ 403.605, 477.243, 403.605, - " ", + ")", -1, 0.528, "", @@ -161395,7 +161395,7 @@ 403.605, 477.771, 403.605, - "n", + "0", -1, 0.528, "", @@ -161418,7 +161418,7 @@ 403.605, 478.827, 403.605, - "e", + "'", -1, 0.528, "", @@ -161441,7 +161441,7 @@ 403.605, 479.882, 403.605, - "w", + "4", -1, 0.528, "", @@ -161464,7 +161464,7 @@ 403.605, 481.253, 403.605, - " ", + ")", -1, 0.528, "", @@ -161487,7 +161487,7 @@ 403.605, 481.781, 403.605, - "c", + ".", -1, 0.528, "", @@ -161510,7 +161510,7 @@ 403.605, 482.731, 403.605, - "i", + "!", -1, 0.528, "", @@ -161533,7 +161533,7 @@ 403.605, 483.152, 403.605, - "r", + "$", -1, 0.528, "", @@ -161556,7 +161556,7 @@ 403.605, 483.785, 403.605, - "c", + ".", -1, 0.528, "", @@ -161579,7 +161579,7 @@ 403.605, 484.734, 403.605, - "l", + "/", -1, 0.528, "", @@ -161602,7 +161602,7 @@ 403.605, 485.156, 403.605, - "i", + "!", -1, 0.528, "", @@ -161625,7 +161625,7 @@ 403.605, 485.577, 403.605, - "n", + "0", -1, 0.528, "", @@ -161648,7 +161648,7 @@ 403.605, 486.633, 403.605, - "g", + "5", -1, 0.528, "", @@ -161671,7 +161671,7 @@ 403.605, 487.689, 403.605, - " ", + ")", -1, 0.528, "", @@ -161694,7 +161694,7 @@ 403.605, 488.217, 403.605, - "t", + ",", -1, 0.528, "", @@ -161717,7 +161717,7 @@ 403.605, 488.745, 403.605, - "a", + "-", -1, 0.528, "", @@ -161740,7 +161740,7 @@ 403.605, 489.8, 403.605, - "b", + "*", -1, 0.528, "", @@ -161763,7 +161763,7 @@ 403.605, 490.856, 403.605, - "l", + "/", -1, 0.528, "", @@ -161786,7 +161786,7 @@ 403.605, 491.278, 403.605, - "e", + "'", -1, 0.528, "", @@ -161809,7 +161809,7 @@ 403.605, 492.334, 403.605, - "s", + "+", -1, 0.528, "", @@ -161832,7 +161832,7 @@ 403.605, 493.283, 403.605, - " ", + ")", -1, 0.528, "", @@ -161855,7 +161855,7 @@ 403.605, 493.811, 403.605, - "a", + "-", -1, 0.528, "", @@ -161878,7 +161878,7 @@ 403.605, 494.867, 403.605, - "n", + "0", -1, 0.528, "", @@ -161901,7 +161901,7 @@ 403.605, 495.922, 403.605, - "d", + "(", -1, 0.528, "", @@ -161924,7 +161924,7 @@ 403.605, 496.978, 403.605, - " ", + ")", -1, 0.528, "", @@ -161947,7 +161947,7 @@ 403.605, 497.506, 403.605, - "e", + "'", -1, 0.528, "", @@ -161970,7 +161970,7 @@ 403.605, 498.562, 403.605, - "x", + "9", -1, 0.528, "", @@ -161993,7 +161993,7 @@ 403.605, 499.511, 403.605, - "p", + "#", -1, 0.528, "", @@ -162016,7 +162016,7 @@ 403.605, 500.567, 403.605, - "l", + "/", -1, 0.528, "", @@ -162039,7 +162039,7 @@ 403.605, 500.989, 403.605, - "a", + "-", -1, 0.528, "", @@ -162062,7 +162062,7 @@ 403.605, 502.045, 403.605, - "n", + "0", -1, 0.528, "", @@ -162085,7 +162085,7 @@ 403.605, 503.1, 403.605, - "a", + "-", -1, 0.528, "", @@ -162108,7 +162108,7 @@ 403.605, 504.156, 403.605, - "t", + ",", -1, 0.528, "", @@ -162131,7 +162131,7 @@ 403.605, 504.684, 403.605, - "o", + "%", -1, 0.528, "", @@ -162154,7 +162154,7 @@ 403.605, 505.74, 403.605, - "r", + "$", -1, 0.528, "", @@ -162177,7 +162177,7 @@ 403.605, 506.372, 403.605, - "y", + ":", -1, 0.528, "", @@ -162200,7 +162200,7 @@ 403.605, 507.322, 403.605, - " ", + ")", -1, 0.528, "", @@ -162223,7 +162223,7 @@ 403.605, 507.849, 403.605, - "i", + "!", -1, 0.528, "", @@ -162246,7 +162246,7 @@ 403.605, 508.271, 403.605, - "n", + "0", -1, 0.528, "", @@ -162269,7 +162269,7 @@ 403.605, 509.327, 403.605, - "f", + "8", -1, 0.528, "", @@ -162292,7 +162292,7 @@ 403.605, 509.855, 403.605, - "o", + "%", -1, 0.528, "", @@ -162315,7 +162315,7 @@ 403.605, 510.911, 403.605, - "r", + "$", -1, 0.528, "", @@ -162338,7 +162338,7 @@ 403.605, 511.543, 403.605, - "m", + "\"", -1, 0.528, "", @@ -162361,7 +162361,7 @@ 403.605, 513.125, 403.605, - "a", + "-", -1, 0.528, "", @@ -162384,7 +162384,7 @@ 403.605, 514.18, 403.605, - "t", + ",", -1, 0.528, "", @@ -162407,7 +162407,7 @@ 403.605, 514.708, 403.605, - "i", + "!", -1, 0.528, "", @@ -162430,7 +162430,7 @@ 403.605, 515.13, 403.605, - "o", + "%", -1, 0.528, "", @@ -162453,7 +162453,7 @@ 403.605, 516.186, 403.605, - "n", + "0", -1, 0.528, "", @@ -162476,7 +162476,7 @@ 403.605, 517.241, 403.605, - " ", + ")", -1, 0.528, "", @@ -162499,7 +162499,7 @@ 403.605, 517.769, 403.605, - "i", + "!", -1, 0.528, "", @@ -162522,7 +162522,7 @@ 403.605, 518.191, 403.605, - "s", + "+", -1, 0.528, "", @@ -162545,7 +162545,7 @@ 403.605, 519.14, 403.605, - " ", + ")", -1, 0.528, "", @@ -162568,7 +162568,7 @@ 403.605, 519.668, 403.605, - "l", + "/", -1, 0.528, "", @@ -162591,7 +162591,7 @@ 403.605, 520.09, 403.605, - "o", + "%", -1, 0.528, "", @@ -162614,7 +162614,7 @@ 403.605, 521.146, 403.605, - "c", + ".", -1, 0.528, "", @@ -162637,7 +162637,7 @@ 403.605, 522.095, 403.605, - "a", + "-", -1, 0.528, "", @@ -162660,7 +162660,7 @@ 403.605, 523.151, 403.605, - "t", + ",", -1, 0.528, "", @@ -162683,7 +162683,7 @@ 403.605, 523.679, 403.605, - "e", + "'", -1, 0.528, "", @@ -162706,7 +162706,7 @@ 403.605, 524.735, 403.605, - "d", + "(", -1, 0.528, "", @@ -162729,7 +162729,7 @@ 403.605, 525.79, 403.605, - " ", + ")", -1, 0.528, "", @@ -162752,7 +162752,7 @@ 403.605, 526.318, 403.605, - "i", + "!", -1, 0.528, "", @@ -162775,7 +162775,7 @@ 403.605, 526.74, 403.605, - "n", + "0", -1, 0.528, "", @@ -162798,7 +162798,7 @@ 403.605, 527.796, 403.605, - " ", + ")", -1, 0.528, "", @@ -162821,7 +162821,7 @@ 403.605, 528.324, 403.605, - "t", + ",", -1, 0.528, "", @@ -162844,7 +162844,7 @@ 403.605, 528.851, 403.605, - "h", + "3", -1, 0.528, "", @@ -162867,7 +162867,7 @@ 403.605, 529.907, 403.605, - "e", + "'", -1, 0.528, "", @@ -162890,7 +162890,7 @@ 403.605, 530.963, 403.605, - " ", + ")", -1, 0.528, "", @@ -162913,7 +162913,7 @@ 403.605, 531.491, 403.605, - "L", + ";", -1, 0.528, "", @@ -162936,7 +162936,7 @@ 403.605, 532.547, 403.605, - "e", + "'", -1, 0.528, "", @@ -162959,7 +162959,7 @@ 403.605, 533.602, 403.605, - "g", + "5", -1, 0.528, "", @@ -162982,7 +162982,7 @@ 403.605, 534.658, 403.605, - "e", + "'", -1, 0.528, "", @@ -163005,7 +163005,7 @@ 403.605, 535.714, 403.605, - "n", + "0", -1, 0.528, "", @@ -163028,7 +163028,7 @@ 403.605, 536.77, 403.605, - "d", + "(", -1, 0.528, "", @@ -163051,7 +163051,7 @@ 403.605, 537.826, 403.605, - " ", + ")", -1, 0.528, "", @@ -163074,7 +163074,7 @@ 403.605, 538.354, 403.605, - "o", + "%", -1, 0.528, "", @@ -163097,7 +163097,7 @@ 403.605, 539.409, 403.605, - "f", + "8", -1, 0.528, "", @@ -163120,7 +163120,7 @@ 403.605, 539.937, 403.605, - " ", + ")", -1, 0.528, "", @@ -163143,7 +163143,7 @@ 403.605, 540.465, 403.605, - "t", + ",", -1, 0.528, "", @@ -163166,7 +163166,7 @@ 403.605, 540.993, 403.605, - "h", + "3", -1, 0.528, "", @@ -163189,7 +163189,7 @@ 403.605, 542.049, 403.605, - "e", + "'", -1, 0.528, "", @@ -163212,7 +163212,7 @@ 403.605, 543.105, 403.605, - " ", + ")", -1, 0.528, "", @@ -163235,7 +163235,7 @@ 403.605, 543.606, 403.605, - "T", + "2", -1, 0.528, "", @@ -163258,7 +163258,7 @@ 403.605, 544.766, 403.605, - "P", + "<", -1, 0.528, "", @@ -163281,7 +163281,7 @@ 403.605, 546.033, 403.605, - "P", + "<", -1, 0.528, "", @@ -163304,7 +163304,7 @@ 403.605, 547.054, 403.605, - ".", + "1", -1, 0.528, "", @@ -163396,7 +163396,7 @@ 398.428, 452.373, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163649,7 +163649,7 @@ 398.428, 462.822, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163787,7 +163787,7 @@ 398.428, 467.889, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163994,7 +163994,7 @@ 398.428, 475.805, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164201,7 +164201,7 @@ 398.428, 482.24, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164408,7 +164408,7 @@ 398.428, 490.685, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164546,7 +164546,7 @@ 398.428, 495.962, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164638,7 +164638,7 @@ 398.428, 499.551, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164707,7 +164707,7 @@ 398.428, 502.19, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164937,7 +164937,7 @@ 398.428, 510.318, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165006,7 +165006,7 @@ 398.428, 512.851, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165098,7 +165098,7 @@ 398.428, 516.018, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165282,7 +165282,7 @@ 398.428, 523.724, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165351,7 +165351,7 @@ 398.428, 525.836, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165443,7 +165443,7 @@ 398.428, 529.003, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165466,7 +165466,7 @@ 398.428, 532.058, 398.428, - " ", + ")", -1, 0.528, "", @@ -165489,7 +165489,7 @@ 398.428, 532.586, 398.428, - "o", + "%", -1, 0.528, "", @@ -165512,7 +165512,7 @@ 398.428, 533.642, 398.428, - "n", + "0", -1, 0.528, "", @@ -165535,7 +165535,7 @@ 398.428, 534.698, 398.428, - " ", + ")", -1, 0.528, "", @@ -165558,7 +165558,7 @@ 398.428, 535.226, 398.428, - "t", + ",", -1, 0.528, "", @@ -165581,7 +165581,7 @@ 398.428, 535.754, 398.428, - "h", + "3", -1, 0.528, "", @@ -165604,7 +165604,7 @@ 398.428, 536.809, 398.428, - "e", + "'", -1, 0.528, "", @@ -165627,7 +165627,7 @@ 398.428, 537.865, 398.428, - " ", + ")", -1, 0.528, "", @@ -165650,7 +165650,7 @@ 398.428, 538.393, 398.428, - "c", + ".", -1, 0.528, "", @@ -165673,7 +165673,7 @@ 398.428, 539.343, 398.428, - "i", + "!", -1, 0.528, "", @@ -165696,7 +165696,7 @@ 398.428, 539.764, 398.428, - "r", + "$", -1, 0.528, "", @@ -165719,7 +165719,7 @@ 398.428, 540.396, 398.428, - "c", + ".", -1, 0.528, "", @@ -165742,7 +165742,7 @@ 398.428, 541.346, 398.428, - "l", + "/", -1, 0.528, "", @@ -165765,7 +165765,7 @@ 398.428, 541.767, 398.428, - "i", + "!", -1, 0.528, "", @@ -165788,7 +165788,7 @@ 398.428, 542.189, 398.428, - "n", + "0", -1, 0.528, "", @@ -165811,7 +165811,7 @@ 398.428, 543.245, 398.428, - "g", + "5", -1, 0.528, "", @@ -165834,7 +165834,7 @@ 398.428, 544.301, 398.428, - " ", + ")", -1, 0.528, "", @@ -165857,7 +165857,7 @@ 398.428, 544.828, 398.428, - "l", + "/", -1, 0.528, "", @@ -165880,7 +165880,7 @@ 398.428, 545.25, 398.428, - "i", + "!", -1, 0.528, "", @@ -165903,7 +165903,7 @@ 398.428, 545.672, 398.428, - "n", + "0", -1, 0.528, "", @@ -165926,7 +165926,7 @@ 398.428, 546.727, 398.428, - "e", + "'", -1, 0.528, "", @@ -165949,7 +165949,7 @@ 398.428, 547.783, 398.428, - " ", + ")", -1, 0.528, "", @@ -165972,7 +165972,7 @@ 398.428, 548.311, 398.428, - "o", + "%", -1, 0.528, "", @@ -165995,7 +165995,7 @@ 398.428, 549.367, 398.428, - "f", + "8", -1, 0.528, "", @@ -166018,7 +166018,7 @@ 398.428, 549.895, 398.428, - " ", + ")", -1, 0.528, "", @@ -166041,7 +166041,7 @@ 396.15, 449.101, 396.15, - "m", + "\"", -1, 0.528, "", @@ -166064,7 +166064,7 @@ 396.15, 450.683, 396.15, - "i", + "!", -1, 0.528, "", @@ -166087,7 +166087,7 @@ 396.15, 451.104, 396.15, - "n", + "0", -1, 0.528, "", @@ -166110,7 +166110,7 @@ 396.15, 452.16, 396.15, - "i", + "!", -1, 0.528, "", @@ -166133,7 +166133,7 @@ 396.15, 452.581, 396.15, - "m", + "\"", -1, 0.528, "", @@ -166156,7 +166156,7 @@ 396.15, 454.163, 396.15, - "a", + "-", -1, 0.528, "", @@ -166179,7 +166179,7 @@ 396.15, 455.219, 396.15, - ".", + "1", -1, 0.528, "", @@ -166317,7 +166317,7 @@ 376.081, 454.23, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166524,7 +166524,7 @@ 376.081, 461.64, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166731,7 +166731,7 @@ 376.081, 467.811, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166938,7 +166938,7 @@ 376.081, 475.54, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167214,7 +167214,7 @@ 376.081, 485.893, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167375,7 +167375,7 @@ 376.081, 491.687, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167628,7 +167628,7 @@ 382.422, 505.405, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167835,7 +167835,7 @@ 382.422, 513.576, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168042,7 +168042,7 @@ 382.422, 519.747, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168249,7 +168249,7 @@ 382.422, 527.476, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168525,7 +168525,7 @@ 382.422, 537.83, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168732,7 +168732,7 @@ 382.422, 544.892, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168893,7 +168893,7 @@ 382.422, 550.686, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168916,7 +168916,7 @@ 380.371, 501.131, 380.371, - "T", + "!", -1, 0.475, "", @@ -168939,7 +168939,7 @@ 380.371, 502.018, 380.371, - "a", + "\"", -1, 0.475, "", @@ -168962,7 +168962,7 @@ 380.371, 502.968, 380.371, - "b", + "#", -1, 0.475, "", @@ -168985,7 +168985,7 @@ 380.371, 503.918, 380.371, - "l", + "$", -1, 0.475, "", @@ -169008,7 +169008,7 @@ 380.371, 504.298, 380.371, - "e", + "%", -1, 0.475, "", @@ -169031,7 +169031,7 @@ 371.381, 449.101, 371.381, - "A", + "-", -1, 0.633, "", @@ -169054,7 +169054,7 @@ 371.381, 450.746, 371.381, - "I", + ".", -1, 0.633, "", @@ -169077,7 +169077,7 @@ 371.381, 451.379, 371.381, - "R", + "/", -1, 0.633, "", @@ -169100,7 +169100,7 @@ 371.381, 453.025, 371.381, - "P", + "0", -1, 0.633, "", @@ -169123,7 +169123,7 @@ 371.381, 454.545, 371.381, - "O", + "1", -1, 0.633, "", @@ -169146,7 +169146,7 @@ 371.381, 456.317, 371.381, - "R", + "/", -1, 0.633, "", @@ -169169,7 +169169,7 @@ 371.381, 457.963, 371.381, - "T", + "2", -1, 0.633, "", @@ -169192,7 +169192,7 @@ 371.381, 459.355, 371.381, - " ", + "(", -1, 0.633, "", @@ -169215,7 +169215,7 @@ 371.381, 459.988, 371.381, - "S", + "3", -1, 0.633, "", @@ -169238,7 +169238,7 @@ 371.381, 461.508, 371.381, - "K", + "4", -1, 0.633, "", @@ -169261,7 +169261,7 @@ 371.381, 463.153, 371.381, - "E", + "5", -1, 0.633, "", @@ -169284,7 +169284,7 @@ 371.381, 464.673, 371.381, - "T", + "2", -1, 0.633, "", @@ -169307,7 +169307,7 @@ 371.381, 466.066, 371.381, - "C", + "!", -1, 0.633, "", @@ -169330,7 +169330,7 @@ 371.381, 467.711, 371.381, - "H", + "6", -1, 0.633, "", @@ -169353,7 +169353,7 @@ 368.831, 449.101, 368.831, - " ", + "(", -1, 0.528, "", @@ -169376,7 +169376,7 @@ 368.831, 455.937, 368.831, - " ", + "(", -1, 0.528, "", @@ -169399,7 +169399,7 @@ 368.831, 462.773, 368.831, - " ", + "(", -1, 0.528, "", @@ -169422,7 +169422,7 @@ 368.831, 463.297, 368.831, - " ", + ")", -1, 0.528, "", @@ -169445,7 +169445,7 @@ 368.831, 463.821, 368.831, - " ", + ")", -1, 0.528, "", @@ -169468,7 +169468,7 @@ 368.831, 464.346, 368.831, - " ", + ")", -1, 0.528, "", @@ -169491,7 +169491,7 @@ 368.831, 464.87, 368.831, - " ", + ")", -1, 0.528, "", @@ -169514,7 +169514,7 @@ 368.831, 465.394, 368.831, - " ", + ")", -1, 0.528, "", @@ -169537,7 +169537,7 @@ 368.831, 465.918, 368.831, - " ", + ")", -1, 0.528, "", @@ -169560,7 +169560,7 @@ 368.831, 466.442, 368.831, - " ", + ")", -1, 0.528, "", @@ -169583,7 +169583,7 @@ 368.831, 466.966, 368.831, - " ", + ")", -1, 0.528, "", @@ -169606,7 +169606,7 @@ 368.831, 467.49, 368.831, - " ", + ")", -1, 0.528, "", @@ -169629,7 +169629,7 @@ 368.831, 468.014, 368.831, - " ", + ")", -1, 0.528, "", @@ -169652,7 +169652,7 @@ 368.831, 468.538, 368.831, - " ", + ")", -1, 0.528, "", @@ -169675,7 +169675,7 @@ 368.831, 469.062, 368.831, - " ", + ")", -1, 0.528, "", @@ -169698,7 +169698,7 @@ 368.831, 469.587, 368.831, - " ", + ")", -1, 0.528, "", @@ -169721,7 +169721,7 @@ 368.831, 470.111, 368.831, - " ", + ")", -1, 0.528, "", @@ -169744,7 +169744,7 @@ 368.831, 470.635, 368.831, - " ", + ")", -1, 0.528, "", @@ -169767,7 +169767,7 @@ 368.831, 471.159, 368.831, - " ", + ")", -1, 0.528, "", @@ -169790,7 +169790,7 @@ 368.831, 471.683, 368.831, - " ", + ")", -1, 0.528, "", @@ -169813,7 +169813,7 @@ 368.831, 472.207, 368.831, - " ", + ")", -1, 0.528, "", @@ -169836,7 +169836,7 @@ 368.831, 472.731, 368.831, - " ", + ")", -1, 0.528, "", @@ -169859,7 +169859,7 @@ 368.831, 473.255, 368.831, - " ", + ")", -1, 0.528, "", @@ -169882,7 +169882,7 @@ 368.831, 473.779, 368.831, - " ", + ")", -1, 0.528, "", @@ -169905,7 +169905,7 @@ 368.831, 474.303, 368.831, - " ", + ")", -1, 0.528, "", @@ -169928,7 +169928,7 @@ 368.831, 474.828, 368.831, - " ", + ")", -1, 0.528, "", @@ -169951,7 +169951,7 @@ 368.831, 475.352, 368.831, - " ", + ")", -1, 0.528, "", @@ -169974,7 +169974,7 @@ 368.831, 475.876, 368.831, - " ", + ")", -1, 0.528, "", @@ -169997,7 +169997,7 @@ 368.831, 476.4, 368.831, - " ", + ")", -1, 0.528, "", @@ -170020,7 +170020,7 @@ 368.831, 476.924, 368.831, - " ", + ")", -1, 0.528, "", @@ -170043,7 +170043,7 @@ 368.831, 477.448, 368.831, - " ", + ")", -1, 0.528, "", @@ -170066,7 +170066,7 @@ 368.831, 477.972, 368.831, - " ", + ")", -1, 0.528, "", @@ -170089,7 +170089,7 @@ 368.831, 478.496, 368.831, - " ", + ")", -1, 0.528, "", @@ -170112,7 +170112,7 @@ 368.831, 479.02, 368.831, - " ", + ")", -1, 0.528, "", @@ -170135,7 +170135,7 @@ 368.831, 479.544, 368.831, - " ", + ")", -1, 0.528, "", @@ -170158,7 +170158,7 @@ 368.831, 480.069, 368.831, - " ", + ")", -1, 0.528, "", @@ -170181,7 +170181,7 @@ 368.831, 480.593, 368.831, - " ", + ")", -1, 0.528, "", @@ -170204,7 +170204,7 @@ 368.831, 481.117, 368.831, - " ", + ")", -1, 0.528, "", @@ -170227,7 +170227,7 @@ 368.831, 481.641, 368.831, - " ", + ")", -1, 0.528, "", @@ -170250,7 +170250,7 @@ 368.831, 482.165, 368.831, - " ", + ")", -1, 0.528, "", @@ -170273,7 +170273,7 @@ 368.831, 482.689, 368.831, - " ", + ")", -1, 0.528, "", @@ -170296,7 +170296,7 @@ 368.831, 483.213, 368.831, - " ", + ")", -1, 0.528, "", @@ -170319,7 +170319,7 @@ 368.831, 483.737, 368.831, - " ", + ")", -1, 0.528, "", @@ -170342,7 +170342,7 @@ 368.831, 484.261, 368.831, - " ", + ")", -1, 0.528, "", @@ -170365,7 +170365,7 @@ 368.831, 484.785, 368.831, - " ", + ")", -1, 0.528, "", @@ -170388,7 +170388,7 @@ 368.831, 485.31, 368.831, - " ", + ")", -1, 0.528, "", @@ -170411,7 +170411,7 @@ 368.831, 485.834, 368.831, - " ", + ")", -1, 0.528, "", @@ -170434,7 +170434,7 @@ 368.831, 486.358, 368.831, - " ", + ")", -1, 0.528, "", @@ -170457,7 +170457,7 @@ 368.831, 486.882, 368.831, - " ", + ")", -1, 0.528, "", @@ -170480,7 +170480,7 @@ 368.831, 487.406, 368.831, - " ", + ")", -1, 0.528, "", @@ -170503,7 +170503,7 @@ 368.831, 487.93, 368.831, - " ", + ")", -1, 0.528, "", @@ -170526,7 +170526,7 @@ 368.831, 488.454, 368.831, - " ", + ")", -1, 0.528, "", @@ -170549,7 +170549,7 @@ 368.831, 488.978, 368.831, - " ", + ")", -1, 0.528, "", @@ -170572,7 +170572,7 @@ 368.831, 489.502, 368.831, - " ", + ")", -1, 0.528, "", @@ -170595,7 +170595,7 @@ 368.831, 490.026, 368.831, - " ", + ")", -1, 0.528, "", @@ -170618,7 +170618,7 @@ 368.831, 490.55, 368.831, - " ", + ")", -1, 0.528, "", @@ -170641,7 +170641,7 @@ 368.831, 491.075, 368.831, - " ", + ")", -1, 0.528, "", @@ -170664,7 +170664,7 @@ 368.831, 491.599, 368.831, - " ", + ")", -1, 0.528, "", @@ -170687,7 +170687,7 @@ 368.831, 492.123, 368.831, - " ", + ")", -1, 0.528, "", @@ -170710,7 +170710,7 @@ 368.831, 492.647, 368.831, - " ", + ")", -1, 0.528, "", @@ -170733,7 +170733,7 @@ 368.831, 493.171, 368.831, - " ", + ")", -1, 0.528, "", @@ -170756,7 +170756,7 @@ 368.831, 493.695, 368.831, - " ", + ")", -1, 0.528, "", @@ -170779,7 +170779,7 @@ 368.831, 494.219, 368.831, - " ", + ")", -1, 0.528, "", @@ -170802,7 +170802,7 @@ 368.831, 494.743, 368.831, - " ", + ")", -1, 0.528, "", @@ -170825,7 +170825,7 @@ 368.831, 495.267, 368.831, - " ", + ")", -1, 0.528, "", @@ -170848,7 +170848,7 @@ 368.831, 495.791, 368.831, - " ", + ")", -1, 0.528, "", @@ -170871,7 +170871,7 @@ 368.831, 496.316, 368.831, - " ", + ")", -1, 0.528, "", @@ -170894,7 +170894,7 @@ 368.831, 496.84, 368.831, - " ", + ")", -1, 0.528, "", @@ -170917,7 +170917,7 @@ 368.831, 497.364, 368.831, - " ", + ")", -1, 0.528, "", @@ -170940,7 +170940,7 @@ 368.831, 497.888, 368.831, - " ", + ")", -1, 0.528, "", @@ -170963,7 +170963,7 @@ 368.831, 498.412, 368.831, - " ", + ")", -1, 0.528, "", @@ -170986,7 +170986,7 @@ 368.831, 498.936, 368.831, - " ", + ")", -1, 0.528, "", @@ -171009,7 +171009,7 @@ 368.831, 499.46, 368.831, - " ", + ")", -1, 0.528, "", @@ -171032,7 +171032,7 @@ 368.831, 499.984, 368.831, - " ", + ")", -1, 0.528, "", @@ -171055,7 +171055,7 @@ 368.831, 500.508, 368.831, - " ", + ")", -1, 0.528, "", @@ -171078,7 +171078,7 @@ 368.831, 501.032, 368.831, - " ", + ")", -1, 0.528, "", @@ -171101,7 +171101,7 @@ 368.831, 501.557, 368.831, - " ", + ")", -1, 0.528, "", @@ -171124,7 +171124,7 @@ 368.831, 502.081, 368.831, - " ", + ")", -1, 0.528, "", @@ -171147,7 +171147,7 @@ 368.831, 502.605, 368.831, - " ", + ")", -1, 0.528, "", @@ -171170,7 +171170,7 @@ 368.831, 503.129, 368.831, - " ", + ")", -1, 0.528, "", @@ -171193,7 +171193,7 @@ 368.831, 503.653, 368.831, - " ", + ")", -1, 0.528, "", @@ -171216,7 +171216,7 @@ 368.831, 504.177, 368.831, - " ", + ")", -1, 0.528, "", @@ -171239,7 +171239,7 @@ 368.831, 504.701, 368.831, - " ", + ")", -1, 0.528, "", @@ -171262,7 +171262,7 @@ 368.831, 505.225, 368.831, - " ", + ")", -1, 0.528, "", @@ -171285,7 +171285,7 @@ 368.831, 505.749, 368.831, - " ", + ")", -1, 0.528, "", @@ -171308,7 +171308,7 @@ 368.831, 506.273, 368.831, - " ", + ")", -1, 0.528, "", @@ -171331,7 +171331,7 @@ 368.831, 506.798, 368.831, - " ", + ")", -1, 0.528, "", @@ -171354,7 +171354,7 @@ 368.831, 507.322, 368.831, - " ", + ")", -1, 0.528, "", @@ -171377,7 +171377,7 @@ 368.831, 507.846, 368.831, - " ", + ")", -1, 0.528, "", @@ -171400,7 +171400,7 @@ 368.831, 508.37, 368.831, - " ", + ")", -1, 0.528, "", @@ -171423,7 +171423,7 @@ 368.831, 508.894, 368.831, - " ", + ")", -1, 0.528, "", @@ -171446,7 +171446,7 @@ 368.831, 509.418, 368.831, - " ", + ")", -1, 0.528, "", @@ -171469,7 +171469,7 @@ 368.831, 509.942, 368.831, - " ", + ")", -1, 0.528, "", @@ -171492,7 +171492,7 @@ 368.831, 510.466, 368.831, - " ", + ")", -1, 0.528, "", @@ -171515,7 +171515,7 @@ 368.831, 510.99, 368.831, - " ", + ")", -1, 0.528, "", @@ -171538,7 +171538,7 @@ 368.831, 511.514, 368.831, - " ", + ")", -1, 0.528, "", @@ -171561,7 +171561,7 @@ 368.831, 512.039, 368.831, - " ", + ")", -1, 0.528, "", @@ -171584,7 +171584,7 @@ 368.831, 512.563, 368.831, - " ", + ")", -1, 0.528, "", @@ -171607,7 +171607,7 @@ 368.831, 513.087, 368.831, - " ", + ")", -1, 0.528, "", @@ -171630,7 +171630,7 @@ 368.831, 513.611, 368.831, - " ", + ")", -1, 0.528, "", @@ -171653,7 +171653,7 @@ 368.831, 514.135, 368.831, - " ", + ")", -1, 0.528, "", @@ -171676,7 +171676,7 @@ 368.831, 514.659, 368.831, - " ", + ")", -1, 0.528, "", @@ -171699,7 +171699,7 @@ 368.831, 515.183, 368.831, - " ", + ")", -1, 0.528, "", @@ -171722,7 +171722,7 @@ 368.831, 515.707, 368.831, - " ", + ")", -1, 0.528, "", @@ -171745,7 +171745,7 @@ 368.831, 516.231, 368.831, - " ", + ")", -1, 0.528, "", @@ -171768,7 +171768,7 @@ 368.831, 516.755, 368.831, - " ", + ")", -1, 0.528, "", @@ -171791,7 +171791,7 @@ 368.831, 517.28, 368.831, - " ", + ")", -1, 0.528, "", @@ -171814,7 +171814,7 @@ 368.831, 517.804, 368.831, - " ", + ")", -1, 0.528, "", @@ -171837,7 +171837,7 @@ 368.831, 518.328, 368.831, - " ", + ")", -1, 0.528, "", @@ -171860,7 +171860,7 @@ 368.831, 518.852, 368.831, - " ", + ")", -1, 0.528, "", @@ -171883,7 +171883,7 @@ 368.831, 519.376, 368.831, - " ", + ")", -1, 0.528, "", @@ -171906,7 +171906,7 @@ 368.831, 519.9, 368.831, - " ", + ")", -1, 0.528, "", @@ -171929,7 +171929,7 @@ 368.831, 520.424, 368.831, - " ", + ")", -1, 0.528, "", @@ -171952,7 +171952,7 @@ 368.831, 520.948, 368.831, - " ", + ")", -1, 0.528, "", @@ -171975,7 +171975,7 @@ 368.831, 521.472, 368.831, - " ", + ")", -1, 0.528, "", @@ -171998,7 +171998,7 @@ 368.831, 521.996, 368.831, - " ", + ")", -1, 0.528, "", @@ -172021,7 +172021,7 @@ 368.831, 522.52, 368.831, - " ", + ")", -1, 0.528, "", @@ -172044,7 +172044,7 @@ 368.831, 523.045, 368.831, - " ", + ")", -1, 0.528, "", @@ -172067,7 +172067,7 @@ 368.831, 523.569, 368.831, - " ", + ")", -1, 0.528, "", @@ -172090,7 +172090,7 @@ 368.831, 524.093, 368.831, - " ", + ")", -1, 0.528, "", @@ -172113,7 +172113,7 @@ 368.831, 524.617, 368.831, - " ", + ")", -1, 0.528, "", @@ -172136,7 +172136,7 @@ 368.831, 525.141, 368.831, - " ", + ")", -1, 0.528, "", @@ -172159,7 +172159,7 @@ 368.831, 525.665, 368.831, - " ", + ")", -1, 0.528, "", @@ -172182,7 +172182,7 @@ 368.831, 526.189, 368.831, - " ", + ")", -1, 0.528, "", @@ -172205,7 +172205,7 @@ 368.831, 526.713, 368.831, - " ", + ")", -1, 0.528, "", @@ -172228,7 +172228,7 @@ 368.831, 527.237, 368.831, - " ", + ")", -1, 0.528, "", @@ -172251,7 +172251,7 @@ 366.552, 449.101, 366.552, - "T", + "2", -1, 0.528, "", @@ -172274,7 +172274,7 @@ 366.552, 450.261, 366.552, - "h", + "3", -1, 0.528, "", @@ -172297,7 +172297,7 @@ 366.552, 451.317, 366.552, - "e", + "'", -1, 0.528, "", @@ -172320,7 +172320,7 @@ 366.552, 452.373, 366.552, - " ", + ")", -1, 0.528, "", @@ -172343,7 +172343,7 @@ 366.552, 452.9, 366.552, - "a", + "-", -1, 0.528, "", @@ -172366,7 +172366,7 @@ 366.552, 453.956, 366.552, - "i", + "!", -1, 0.528, "", @@ -172389,7 +172389,7 @@ 366.552, 454.378, 366.552, - "r", + "$", -1, 0.528, "", @@ -172412,7 +172412,7 @@ 366.552, 455.01, 366.552, - "p", + "#", -1, 0.528, "", @@ -172435,7 +172435,7 @@ 366.552, 456.066, 366.552, - "o", + "%", -1, 0.528, "", @@ -172458,7 +172458,7 @@ 366.552, 457.122, 366.552, - "r", + "$", -1, 0.528, "", @@ -172481,7 +172481,7 @@ 366.552, 457.754, 366.552, - "t", + ",", -1, 0.528, "", @@ -172504,7 +172504,7 @@ 366.552, 458.282, 366.552, - " ", + ")", -1, 0.528, "", @@ -172527,7 +172527,7 @@ 366.552, 458.81, 366.552, - "s", + "+", -1, 0.528, "", @@ -172550,7 +172550,7 @@ 366.552, 459.759, 366.552, - "k", + "=", -1, 0.528, "", @@ -172573,7 +172573,7 @@ 366.552, 460.709, 366.552, - "e", + "'", -1, 0.528, "", @@ -172596,7 +172596,7 @@ 366.552, 461.765, 366.552, - "t", + ",", -1, 0.528, "", @@ -172619,7 +172619,7 @@ 366.552, 462.292, 366.552, - "c", + ".", -1, 0.528, "", @@ -172642,7 +172642,7 @@ 366.552, 463.242, 366.552, - "h", + "3", -1, 0.528, "", @@ -172665,7 +172665,7 @@ 366.552, 464.298, 366.552, - " ", + ")", -1, 0.528, "", @@ -172688,7 +172688,7 @@ 366.552, 464.826, 366.552, - "i", + "!", -1, 0.528, "", @@ -172711,7 +172711,7 @@ 366.552, 465.247, 366.552, - "s", + "+", -1, 0.528, "", @@ -172734,7 +172734,7 @@ 366.552, 466.197, 366.552, - " ", + ")", -1, 0.528, "", @@ -172757,7 +172757,7 @@ 366.552, 466.725, 366.552, - "a", + "-", -1, 0.528, "", @@ -172780,7 +172780,7 @@ 366.552, 467.78, 366.552, - " ", + ")", -1, 0.528, "", @@ -172803,7 +172803,7 @@ 366.552, 468.308, 366.552, - "d", + "(", -1, 0.528, "", @@ -172826,7 +172826,7 @@ 366.552, 469.364, 366.552, - "e", + "'", -1, 0.528, "", @@ -172849,7 +172849,7 @@ 366.552, 470.42, 366.552, - "p", + "#", -1, 0.528, "", @@ -172872,7 +172872,7 @@ 366.552, 471.476, 366.552, - "i", + "!", -1, 0.528, "", @@ -172895,7 +172895,7 @@ 366.552, 471.897, 366.552, - "c", + ".", -1, 0.528, "", @@ -172918,7 +172918,7 @@ 366.552, 472.847, 366.552, - "t", + ",", -1, 0.528, "", @@ -172941,7 +172941,7 @@ 366.552, 473.374, 366.552, - "i", + "!", -1, 0.528, "", @@ -172964,7 +172964,7 @@ 366.552, 473.796, 366.552, - "o", + "%", -1, 0.528, "", @@ -172987,7 +172987,7 @@ 366.552, 474.852, 366.552, - "n", + "0", -1, 0.528, "", @@ -173010,7 +173010,7 @@ 366.552, 475.908, 366.552, - " ", + ")", -1, 0.528, "", @@ -173033,7 +173033,7 @@ 366.552, 476.436, 366.552, - "o", + "%", -1, 0.528, "", @@ -173056,7 +173056,7 @@ 366.552, 477.491, 366.552, - "f", + "8", -1, 0.528, "", @@ -173079,7 +173079,7 @@ 366.552, 478.019, 366.552, - " ", + ")", -1, 0.528, "", @@ -173102,7 +173102,7 @@ 366.552, 478.547, 366.552, - "t", + ",", -1, 0.528, "", @@ -173125,7 +173125,7 @@ 366.552, 479.075, 366.552, - "h", + "3", -1, 0.528, "", @@ -173148,7 +173148,7 @@ 366.552, 480.131, 366.552, - "e", + "'", -1, 0.528, "", @@ -173171,7 +173171,7 @@ 366.552, 481.187, 366.552, - " ", + ")", -1, 0.528, "", @@ -173194,7 +173194,7 @@ 366.552, 481.714, 366.552, - "a", + "-", -1, 0.528, "", @@ -173217,7 +173217,7 @@ 366.552, 482.77, 366.552, - "i", + "!", -1, 0.528, "", @@ -173240,7 +173240,7 @@ 366.552, 483.192, 366.552, - "r", + "$", -1, 0.528, "", @@ -173263,7 +173263,7 @@ 366.552, 483.824, 366.552, - "p", + "#", -1, 0.528, "", @@ -173286,7 +173286,7 @@ 366.552, 484.88, 366.552, - "o", + "%", -1, 0.528, "", @@ -173309,7 +173309,7 @@ 366.552, 485.936, 366.552, - "r", + "$", -1, 0.528, "", @@ -173332,7 +173332,7 @@ 366.552, 486.568, 366.552, - "t", + ",", -1, 0.528, "", @@ -173355,7 +173355,7 @@ 366.552, 487.096, 366.552, - " ", + ")", -1, 0.528, "", @@ -173378,7 +173378,7 @@ 366.552, 487.624, 366.552, - "w", + "4", -1, 0.528, "", @@ -173401,7 +173401,7 @@ 366.552, 488.995, 366.552, - "i", + "!", -1, 0.528, "", @@ -173424,7 +173424,7 @@ 366.552, 489.416, 366.552, - "t", + ",", -1, 0.528, "", @@ -173447,7 +173447,7 @@ 366.552, 489.944, 366.552, - "h", + "3", -1, 0.528, "", @@ -173470,7 +173470,7 @@ 366.552, 491.0, 366.552, - " ", + ")", -1, 0.528, "", @@ -173493,7 +173493,7 @@ 366.552, 491.528, 366.552, - "e", + "'", -1, 0.528, "", @@ -173516,7 +173516,7 @@ 366.552, 492.584, 366.552, - "m", + "\"", -1, 0.528, "", @@ -173539,7 +173539,7 @@ 366.552, 494.166, 366.552, - "p", + "#", -1, 0.528, "", @@ -173562,7 +173562,7 @@ 366.552, 495.221, 366.552, - "h", + "3", -1, 0.528, "", @@ -173585,7 +173585,7 @@ 366.552, 496.277, 366.552, - "a", + "-", -1, 0.528, "", @@ -173608,7 +173608,7 @@ 366.552, 497.333, 366.552, - "s", + "+", -1, 0.528, "", @@ -173631,7 +173631,7 @@ 366.552, 498.282, 366.552, - "i", + "!", -1, 0.528, "", @@ -173654,7 +173654,7 @@ 366.552, 498.704, 366.552, - "s", + "+", -1, 0.528, "", @@ -173677,7 +173677,7 @@ 366.552, 499.653, 366.552, - " ", + ")", -1, 0.528, "", @@ -173700,7 +173700,7 @@ 366.552, 500.181, 366.552, - "o", + "%", -1, 0.528, "", @@ -173723,7 +173723,7 @@ 366.552, 501.237, 366.552, - "n", + "0", -1, 0.528, "", @@ -173746,7 +173746,7 @@ 366.552, 502.293, 366.552, - " ", + ")", -1, 0.528, "", @@ -173769,7 +173769,7 @@ 366.552, 502.821, 366.552, - "r", + "$", -1, 0.528, "", @@ -173792,7 +173792,7 @@ 366.552, 503.453, 366.552, - "u", + "6", -1, 0.528, "", @@ -173815,7 +173815,7 @@ 366.552, 504.509, 366.552, - "n", + "0", -1, 0.528, "", @@ -173838,7 +173838,7 @@ 366.552, 505.565, 366.552, - "w", + "4", -1, 0.528, "", @@ -173861,7 +173861,7 @@ 366.552, 506.936, 366.552, - "a", + "-", -1, 0.528, "", @@ -173884,7 +173884,7 @@ 366.552, 507.992, 366.552, - "y", + ":", -1, 0.528, "", @@ -173907,7 +173907,7 @@ 366.552, 508.941, 366.552, - " ", + ")", -1, 0.528, "", @@ -173930,7 +173930,7 @@ 366.552, 509.469, 366.552, - "p", + "#", -1, 0.528, "", @@ -173953,7 +173953,7 @@ 366.552, 510.525, 366.552, - "a", + "-", -1, 0.528, "", @@ -173976,7 +173976,7 @@ 366.552, 511.58, 366.552, - "t", + ",", -1, 0.528, "", @@ -173999,7 +173999,7 @@ 366.552, 512.108, 366.552, - "t", + ",", -1, 0.528, "", @@ -174022,7 +174022,7 @@ 366.552, 512.636, 366.552, - "e", + "'", -1, 0.528, "", @@ -174045,7 +174045,7 @@ 366.552, 513.692, 366.552, - "r", + "$", -1, 0.528, "", @@ -174068,7 +174068,7 @@ 366.552, 514.324, 366.552, - "n", + "0", -1, 0.528, "", @@ -174091,7 +174091,7 @@ 366.552, 515.38, 366.552, - " ", + ")", -1, 0.528, "", @@ -174114,7 +174114,7 @@ 366.552, 515.908, 366.552, - "a", + "-", -1, 0.528, "", @@ -174137,7 +174137,7 @@ 366.552, 516.964, 366.552, - "n", + "0", -1, 0.528, "", @@ -174160,7 +174160,7 @@ 366.552, 518.02, 366.552, - "d", + "(", -1, 0.528, "", @@ -174183,7 +174183,7 @@ 366.552, 519.075, 366.552, - " ", + ")", -1, 0.528, "", @@ -174206,7 +174206,7 @@ 366.552, 519.603, 366.552, - "r", + "$", -1, 0.528, "", @@ -174229,7 +174229,7 @@ 366.552, 520.236, 366.552, - "e", + "'", -1, 0.528, "", @@ -174252,7 +174252,7 @@ 366.552, 521.291, 366.552, - "l", + "/", -1, 0.528, "", @@ -174275,7 +174275,7 @@ 366.552, 521.713, 366.552, - "a", + "-", -1, 0.528, "", @@ -174298,7 +174298,7 @@ 366.552, 522.769, 366.552, - "t", + ",", -1, 0.528, "", @@ -174321,7 +174321,7 @@ 366.552, 523.297, 366.552, - "e", + "'", -1, 0.528, "", @@ -174344,7 +174344,7 @@ 366.552, 524.353, 366.552, - "d", + "(", -1, 0.528, "", @@ -174367,7 +174367,7 @@ 366.552, 525.408, 366.552, - " ", + ")", -1, 0.528, "", @@ -174390,7 +174390,7 @@ 364.273, 449.101, 364.273, - "i", + "!", -1, 0.528, "", @@ -174413,7 +174413,7 @@ 364.273, 449.522, 364.273, - "n", + "0", -1, 0.528, "", @@ -174436,7 +174436,7 @@ 364.273, 450.578, 364.273, - "f", + "8", -1, 0.528, "", @@ -174459,7 +174459,7 @@ 364.273, 451.106, 364.273, - "o", + "%", -1, 0.528, "", @@ -174482,7 +174482,7 @@ 364.273, 452.162, 364.273, - "r", + "$", -1, 0.528, "", @@ -174505,7 +174505,7 @@ 364.273, 452.794, 364.273, - "m", + "\"", -1, 0.528, "", @@ -174528,7 +174528,7 @@ 364.273, 454.376, 364.273, - "a", + "-", -1, 0.528, "", @@ -174551,7 +174551,7 @@ 364.273, 455.432, 364.273, - "t", + ",", -1, 0.528, "", @@ -174574,7 +174574,7 @@ 364.273, 455.96, 364.273, - "i", + "!", -1, 0.528, "", @@ -174597,7 +174597,7 @@ 364.273, 456.381, 364.273, - "o", + "%", -1, 0.528, "", @@ -174620,7 +174620,7 @@ 364.273, 457.437, 364.273, - "n", + "0", -1, 0.528, "", @@ -174643,7 +174643,7 @@ 364.273, 458.493, 364.273, - ",", + "7", -1, 0.528, "", @@ -174666,7 +174666,7 @@ 364.273, 459.021, 364.273, - " ", + ")", -1, 0.528, "", @@ -174689,7 +174689,7 @@ 364.273, 459.549, 364.273, - "p", + "#", -1, 0.528, "", @@ -174712,7 +174712,7 @@ 364.273, 460.604, 364.273, - "o", + "%", -1, 0.528, "", @@ -174735,7 +174735,7 @@ 364.273, 461.66, 364.273, - "s", + "+", -1, 0.528, "", @@ -174758,7 +174758,7 @@ 364.273, 462.61, 364.273, - "i", + "!", -1, 0.528, "", @@ -174781,7 +174781,7 @@ 364.273, 463.031, 364.273, - "t", + ",", -1, 0.528, "", @@ -174804,7 +174804,7 @@ 364.273, 463.559, 364.273, - "i", + "!", -1, 0.528, "", @@ -174827,7 +174827,7 @@ 364.273, 463.981, 364.273, - "o", + "%", -1, 0.528, "", @@ -174850,7 +174850,7 @@ 364.273, 465.036, 364.273, - "n", + "0", -1, 0.528, "", @@ -174873,7 +174873,7 @@ 364.273, 466.092, 364.273, - "e", + "'", -1, 0.528, "", @@ -174896,7 +174896,7 @@ 364.273, 467.148, 364.273, - "d", + "(", -1, 0.528, "", @@ -174919,7 +174919,7 @@ 364.273, 468.204, 364.273, - " ", + ")", -1, 0.528, "", @@ -174942,7 +174942,7 @@ 364.273, 468.732, 364.273, - "i", + "!", -1, 0.528, "", @@ -174965,7 +174965,7 @@ 364.273, 469.153, 364.273, - "n", + "0", -1, 0.528, "", @@ -174988,7 +174988,7 @@ 364.273, 470.209, 364.273, - " ", + ")", -1, 0.528, "", @@ -175011,7 +175011,7 @@ 364.273, 470.737, 364.273, - "e", + "'", -1, 0.528, "", @@ -175034,7 +175034,7 @@ 364.273, 471.793, 364.273, - "i", + "!", -1, 0.528, "", @@ -175057,7 +175057,7 @@ 364.273, 472.214, 364.273, - "t", + ",", -1, 0.528, "", @@ -175080,7 +175080,7 @@ 364.273, 472.742, 364.273, - "h", + "3", -1, 0.528, "", @@ -175103,7 +175103,7 @@ 364.273, 473.798, 364.273, - "e", + "'", -1, 0.528, "", @@ -175126,7 +175126,7 @@ 364.273, 474.854, 364.273, - "r", + "$", -1, 0.528, "", @@ -175149,7 +175149,7 @@ 364.273, 475.486, 364.273, - " ", + ")", -1, 0.528, "", @@ -175172,7 +175172,7 @@ 364.273, 476.014, 364.273, - "t", + ",", -1, 0.528, "", @@ -175195,7 +175195,7 @@ 364.273, 476.542, 364.273, - "h", + "3", -1, 0.528, "", @@ -175218,7 +175218,7 @@ 364.273, 477.598, 364.273, - "e", + "'", -1, 0.528, "", @@ -175241,7 +175241,7 @@ 364.273, 478.653, 364.273, - " ", + ")", -1, 0.528, "", @@ -175264,7 +175264,7 @@ 364.273, 479.181, 364.273, - "l", + "/", -1, 0.528, "", @@ -175287,7 +175287,7 @@ 364.273, 479.603, 364.273, - "o", + "%", -1, 0.528, "", @@ -175310,7 +175310,7 @@ 364.273, 480.659, 364.273, - "w", + "4", -1, 0.528, "", @@ -175333,7 +175333,7 @@ 364.273, 482.03, 364.273, - "e", + "'", -1, 0.528, "", @@ -175356,7 +175356,7 @@ 364.273, 483.085, 364.273, - "r", + "$", -1, 0.528, "", @@ -175379,7 +175379,7 @@ 364.273, 483.718, 364.273, - " ", + ")", -1, 0.528, "", @@ -175402,7 +175402,7 @@ 364.273, 484.246, 364.273, - "l", + "/", -1, 0.528, "", @@ -175425,7 +175425,7 @@ 364.273, 484.667, 364.273, - "e", + "'", -1, 0.528, "", @@ -175448,7 +175448,7 @@ 364.273, 485.723, 364.273, - "f", + "8", -1, 0.528, "", @@ -175471,7 +175471,7 @@ 364.273, 486.251, 364.273, - "t", + ",", -1, 0.528, "", @@ -175494,7 +175494,7 @@ 364.273, 486.779, 364.273, - " ", + ")", -1, 0.528, "", @@ -175517,7 +175517,7 @@ 364.273, 487.307, 364.273, - "o", + "%", -1, 0.528, "", @@ -175540,7 +175540,7 @@ 364.273, 488.363, 364.273, - "r", + "$", -1, 0.528, "", @@ -175563,7 +175563,7 @@ 364.273, 488.995, 364.273, - " ", + ")", -1, 0.528, "", @@ -175586,7 +175586,7 @@ 364.273, 489.523, 364.273, - "l", + "/", -1, 0.528, "", @@ -175609,7 +175609,7 @@ 364.273, 489.944, 364.273, - "o", + "%", -1, 0.528, "", @@ -175632,7 +175632,7 @@ 364.273, 491.0, 364.273, - "w", + "4", -1, 0.528, "", @@ -175655,7 +175655,7 @@ 364.273, 492.371, 364.273, - "e", + "'", -1, 0.528, "", @@ -175678,7 +175678,7 @@ 364.273, 493.427, 364.273, - "r", + "$", -1, 0.528, "", @@ -175701,7 +175701,7 @@ 364.273, 494.059, 364.273, - " ", + ")", -1, 0.528, "", @@ -175724,7 +175724,7 @@ 364.273, 494.587, 364.273, - "r", + "$", -1, 0.528, "", @@ -175747,7 +175747,7 @@ 364.273, 495.219, 364.273, - "i", + "!", -1, 0.528, "", @@ -175770,7 +175770,7 @@ 364.273, 495.641, 364.273, - "g", + "5", -1, 0.528, "", @@ -175793,7 +175793,7 @@ 364.273, 496.697, 364.273, - "h", + "3", -1, 0.528, "", @@ -175816,7 +175816,7 @@ 364.273, 497.753, 364.273, - "t", + ",", -1, 0.528, "", @@ -175839,7 +175839,7 @@ 364.273, 498.281, 364.273, - " ", + ")", -1, 0.528, "", @@ -175862,7 +175862,7 @@ 364.273, 498.808, 364.273, - "c", + ".", -1, 0.528, "", @@ -175885,7 +175885,7 @@ 364.273, 499.758, 364.273, - "o", + "%", -1, 0.528, "", @@ -175908,7 +175908,7 @@ 364.273, 500.814, 364.273, - "r", + "$", -1, 0.528, "", @@ -175931,7 +175931,7 @@ 364.273, 501.446, 364.273, - "n", + "0", -1, 0.528, "", @@ -175954,7 +175954,7 @@ 364.273, 502.502, 364.273, - "e", + "'", -1, 0.528, "", @@ -175977,7 +175977,7 @@ 364.273, 503.558, 364.273, - "r", + "$", -1, 0.528, "", @@ -176000,7 +176000,7 @@ 364.273, 504.19, 364.273, - " ", + ")", -1, 0.528, "", @@ -176023,7 +176023,7 @@ 364.273, 504.718, 364.273, - "o", + "%", -1, 0.528, "", @@ -176046,7 +176046,7 @@ 364.273, 505.774, 364.273, - "f", + "8", -1, 0.528, "", @@ -176069,7 +176069,7 @@ 364.273, 506.302, 364.273, - " ", + ")", -1, 0.528, "", @@ -176092,7 +176092,7 @@ 364.273, 506.829, 364.273, - "t", + ",", -1, 0.528, "", @@ -176115,7 +176115,7 @@ 364.273, 507.357, 364.273, - "h", + "3", -1, 0.528, "", @@ -176138,7 +176138,7 @@ 364.273, 508.413, 364.273, - "e", + "'", -1, 0.528, "", @@ -176161,7 +176161,7 @@ 364.273, 509.469, 364.273, - " ", + ")", -1, 0.528, "", @@ -176184,7 +176184,7 @@ 364.273, 509.997, 364.273, - "c", + ".", -1, 0.528, "", @@ -176207,7 +176207,7 @@ 364.273, 510.946, 364.273, - "h", + "3", -1, 0.528, "", @@ -176230,7 +176230,7 @@ 364.273, 512.002, 364.273, - "a", + "-", -1, 0.528, "", @@ -176253,7 +176253,7 @@ 364.273, 513.058, 364.273, - "r", + "$", -1, 0.528, "", @@ -176276,7 +176276,7 @@ 364.273, 513.69, 364.273, - "t", + ",", -1, 0.528, "", @@ -176299,7 +176299,7 @@ 364.273, 514.218, 364.273, - " ", + ")", -1, 0.528, "", @@ -176322,7 +176322,7 @@ 364.273, 514.746, 364.273, - "t", + ",", -1, 0.528, "", @@ -176345,7 +176345,7 @@ 364.273, 515.274, 364.273, - "o", + "%", -1, 0.528, "", @@ -176368,7 +176368,7 @@ 364.273, 516.33, 364.273, - " ", + ")", -1, 0.528, "", @@ -176391,7 +176391,7 @@ 364.273, 516.858, 364.273, - "a", + "-", -1, 0.528, "", @@ -176414,7 +176414,7 @@ 364.273, 517.913, 364.273, - "i", + "!", -1, 0.528, "", @@ -176437,7 +176437,7 @@ 364.273, 518.335, 364.273, - "d", + "(", -1, 0.528, "", @@ -176460,7 +176460,7 @@ 364.273, 519.391, 364.273, - " ", + ")", -1, 0.528, "", @@ -176483,7 +176483,7 @@ 364.273, 519.919, 364.273, - "p", + "#", -1, 0.528, "", @@ -176506,7 +176506,7 @@ 364.273, 520.974, 364.273, - "i", + "!", -1, 0.528, "", @@ -176529,7 +176529,7 @@ 364.273, 521.402, 364.273, - "-", + ">", -1, 0.528, "", @@ -176552,7 +176552,7 @@ 361.995, 449.101, 361.995, - "l", + "/", -1, 0.528, "", @@ -176575,7 +176575,7 @@ 361.995, 449.522, 361.995, - "o", + "%", -1, 0.528, "", @@ -176598,7 +176598,7 @@ 361.995, 450.578, 361.995, - "t", + ",", -1, 0.528, "", @@ -176621,7 +176621,7 @@ 361.995, 451.106, 361.995, - " ", + ")", -1, 0.528, "", @@ -176644,7 +176644,7 @@ 361.995, 451.634, 361.995, - "r", + "$", -1, 0.528, "", @@ -176667,7 +176667,7 @@ 361.995, 452.266, 361.995, - "e", + "'", -1, 0.528, "", @@ -176690,7 +176690,7 @@ 361.995, 453.322, 361.995, - "c", + ".", -1, 0.528, "", @@ -176713,7 +176713,7 @@ 361.995, 454.271, 361.995, - "o", + "%", -1, 0.528, "", @@ -176736,7 +176736,7 @@ 361.995, 455.327, 361.995, - "g", + "5", -1, 0.528, "", @@ -176759,7 +176759,7 @@ 361.995, 456.383, 361.995, - "n", + "0", -1, 0.528, "", @@ -176782,7 +176782,7 @@ 361.995, 457.439, 361.995, - "i", + "!", -1, 0.528, "", @@ -176805,7 +176805,7 @@ 361.995, 457.86, 361.995, - "t", + ",", -1, 0.528, "", @@ -176828,7 +176828,7 @@ 361.995, 458.388, 361.995, - "i", + "!", -1, 0.528, "", @@ -176851,7 +176851,7 @@ 361.995, 458.81, 361.995, - "o", + "%", -1, 0.528, "", @@ -176874,7 +176874,7 @@ 361.995, 459.866, 361.995, - "n", + "0", -1, 0.528, "", @@ -176897,7 +176897,7 @@ 361.995, 460.921, 361.995, - " ", + ")", -1, 0.528, "", @@ -176920,7 +176920,7 @@ 361.995, 461.449, 361.995, - "o", + "%", -1, 0.528, "", @@ -176943,7 +176943,7 @@ 361.995, 462.505, 361.995, - "f", + "8", -1, 0.528, "", @@ -176966,7 +176966,7 @@ 361.995, 463.033, 361.995, - " ", + ")", -1, 0.528, "", @@ -176989,7 +176989,7 @@ 361.995, 463.561, 361.995, - "t", + ",", -1, 0.528, "", @@ -177012,7 +177012,7 @@ 361.995, 464.089, 361.995, - "h", + "3", -1, 0.528, "", @@ -177035,7 +177035,7 @@ 361.995, 465.145, 361.995, - "e", + "'", -1, 0.528, "", @@ -177058,7 +177058,7 @@ 361.995, 466.2, 361.995, - " ", + ")", -1, 0.528, "", @@ -177081,7 +177081,7 @@ 361.995, 466.728, 361.995, - "a", + "-", -1, 0.528, "", @@ -177104,7 +177104,7 @@ 361.995, 467.784, 361.995, - "i", + "!", -1, 0.528, "", @@ -177127,7 +177127,7 @@ 361.995, 468.206, 361.995, - "r", + "$", -1, 0.528, "", @@ -177150,7 +177150,7 @@ 361.995, 468.838, 361.995, - "p", + "#", -1, 0.528, "", @@ -177173,7 +177173,7 @@ 361.995, 469.894, 361.995, - "o", + "%", -1, 0.528, "", @@ -177196,7 +177196,7 @@ 361.995, 470.95, 361.995, - "r", + "$", -1, 0.528, "", @@ -177219,7 +177219,7 @@ 361.995, 471.582, 361.995, - "t", + ",", -1, 0.528, "", @@ -177242,7 +177242,7 @@ 361.995, 472.11, 361.995, - " ", + ")", -1, 0.528, "", @@ -177265,7 +177265,7 @@ 361.995, 472.638, 361.995, - "f", + "8", -1, 0.528, "", @@ -177288,7 +177288,7 @@ 361.995, 473.166, 361.995, - "r", + "$", -1, 0.528, "", @@ -177311,7 +177311,7 @@ 361.995, 473.798, 361.995, - "o", + "%", -1, 0.528, "", @@ -177334,7 +177334,7 @@ 361.995, 474.854, 361.995, - "m", + "\"", -1, 0.528, "", @@ -177357,7 +177357,7 @@ 361.995, 476.436, 361.995, - " ", + ")", -1, 0.528, "", @@ -177380,7 +177380,7 @@ 361.995, 476.963, 361.995, - "t", + ",", -1, 0.528, "", @@ -177403,7 +177403,7 @@ 361.995, 477.491, 361.995, - "h", + "3", -1, 0.528, "", @@ -177426,7 +177426,7 @@ 361.995, 478.547, 361.995, - "e", + "'", -1, 0.528, "", @@ -177449,7 +177449,7 @@ 361.995, 479.603, 361.995, - " ", + ")", -1, 0.528, "", @@ -177472,7 +177472,7 @@ 361.995, 480.131, 361.995, - "a", + "-", -1, 0.528, "", @@ -177495,7 +177495,7 @@ 361.995, 481.187, 361.995, - "i", + "!", -1, 0.528, "", @@ -177518,7 +177518,7 @@ 361.995, 481.608, 361.995, - "r", + "$", -1, 0.528, "", @@ -177541,7 +177541,7 @@ 361.995, 482.24, 361.995, - " ", + ")", -1, 0.528, "", @@ -177564,7 +177564,7 @@ 361.995, 482.768, 361.995, - "a", + "-", -1, 0.528, "", @@ -177587,7 +177587,7 @@ 361.995, 483.824, 361.995, - "n", + "0", -1, 0.528, "", @@ -177610,7 +177610,7 @@ 361.995, 484.88, 361.995, - "d", + "(", -1, 0.528, "", @@ -177633,7 +177633,7 @@ 361.995, 485.936, 361.995, - " ", + ")", -1, 0.528, "", @@ -177656,7 +177656,7 @@ 361.995, 486.464, 361.995, - "t", + ",", -1, 0.528, "", @@ -177679,7 +177679,7 @@ 361.995, 486.992, 361.995, - "o", + "%", -1, 0.528, "", @@ -177702,7 +177702,7 @@ 361.995, 488.047, 361.995, - " ", + ")", -1, 0.528, "", @@ -177725,7 +177725,7 @@ 361.995, 488.575, 361.995, - "p", + "#", -1, 0.528, "", @@ -177748,7 +177748,7 @@ 361.995, 489.631, 361.995, - "r", + "$", -1, 0.528, "", @@ -177771,7 +177771,7 @@ 361.995, 490.263, 361.995, - "o", + "%", -1, 0.528, "", @@ -177794,7 +177794,7 @@ 361.995, 491.319, 361.995, - "v", + "&", -1, 0.528, "", @@ -177817,7 +177817,7 @@ 361.995, 492.269, 361.995, - "i", + "!", -1, 0.528, "", @@ -177840,7 +177840,7 @@ 361.995, 492.69, 361.995, - "d", + "(", -1, 0.528, "", @@ -177863,7 +177863,7 @@ 361.995, 493.746, 361.995, - "e", + "'", -1, 0.528, "", @@ -177886,7 +177886,7 @@ 361.995, 494.802, 361.995, - " ", + ")", -1, 0.528, "", @@ -177909,7 +177909,7 @@ 361.995, 495.33, 361.995, - "s", + "+", -1, 0.528, "", @@ -177932,7 +177932,7 @@ 361.995, 496.279, 361.995, - "o", + "%", -1, 0.528, "", @@ -177955,7 +177955,7 @@ 361.995, 497.335, 361.995, - "m", + "\"", -1, 0.528, "", @@ -177978,7 +177978,7 @@ 361.995, 498.917, 361.995, - "e", + "'", -1, 0.528, "", @@ -178001,7 +178001,7 @@ 361.995, 499.972, 361.995, - " ", + ")", -1, 0.528, "", @@ -178024,7 +178024,7 @@ 361.995, 500.5, 361.995, - "i", + "!", -1, 0.528, "", @@ -178047,7 +178047,7 @@ 361.995, 500.922, 361.995, - "n", + "0", -1, 0.528, "", @@ -178070,7 +178070,7 @@ 361.995, 501.978, 361.995, - "f", + "8", -1, 0.528, "", @@ -178093,7 +178093,7 @@ 361.995, 502.506, 361.995, - "o", + "%", -1, 0.528, "", @@ -178116,7 +178116,7 @@ 361.995, 503.561, 361.995, - "r", + "$", -1, 0.528, "", @@ -178139,7 +178139,7 @@ 361.995, 504.194, 361.995, - "m", + "\"", -1, 0.528, "", @@ -178162,7 +178162,7 @@ 361.995, 505.776, 361.995, - "a", + "-", -1, 0.528, "", @@ -178185,7 +178185,7 @@ 361.995, 506.831, 361.995, - "t", + ",", -1, 0.528, "", @@ -178208,7 +178208,7 @@ 361.995, 507.359, 361.995, - "i", + "!", -1, 0.528, "", @@ -178231,7 +178231,7 @@ 361.995, 507.781, 361.995, - "o", + "%", -1, 0.528, "", @@ -178254,7 +178254,7 @@ 361.995, 508.837, 361.995, - "n", + "0", -1, 0.528, "", @@ -178277,7 +178277,7 @@ 361.995, 509.892, 361.995, - " ", + ")", -1, 0.528, "", @@ -178300,7 +178300,7 @@ 361.995, 510.42, 361.995, - "t", + ",", -1, 0.528, "", @@ -178323,7 +178323,7 @@ 361.995, 510.948, 361.995, - "o", + "%", -1, 0.528, "", @@ -178346,7 +178346,7 @@ 361.995, 512.004, 361.995, - " ", + ")", -1, 0.528, "", @@ -178369,7 +178369,7 @@ 361.995, 512.532, 361.995, - "a", + "-", -1, 0.528, "", @@ -178392,7 +178392,7 @@ 361.995, 513.588, 361.995, - "i", + "!", -1, 0.528, "", @@ -178415,7 +178415,7 @@ 361.995, 514.009, 361.995, - "d", + "(", -1, 0.528, "", @@ -178438,7 +178438,7 @@ 361.995, 515.065, 361.995, - " ", + ")", -1, 0.528, "", @@ -178461,7 +178461,7 @@ 361.995, 515.593, 361.995, - "o", + "%", -1, 0.528, "", @@ -178484,7 +178484,7 @@ 361.995, 516.649, 361.995, - "n", + "0", -1, 0.528, "", @@ -178507,7 +178507,7 @@ 361.995, 517.704, 361.995, - " ", + ")", -1, 0.528, "", @@ -178530,7 +178530,7 @@ 361.995, 518.232, 361.995, - "g", + "5", -1, 0.528, "", @@ -178553,7 +178553,7 @@ 361.995, 519.288, 361.995, - "r", + "$", -1, 0.528, "", @@ -178576,7 +178576,7 @@ 361.995, 519.92, 361.995, - "o", + "%", -1, 0.528, "", @@ -178599,7 +178599,7 @@ 361.995, 520.976, 361.995, - "u", + "6", -1, 0.528, "", @@ -178622,7 +178622,7 @@ 361.995, 522.032, 361.995, - "n", + "0", -1, 0.528, "", @@ -178645,7 +178645,7 @@ 361.995, 523.088, 361.995, - "d", + "(", -1, 0.528, "", @@ -178668,7 +178668,7 @@ 361.995, 524.144, 361.995, - " ", + ")", -1, 0.528, "", @@ -178691,7 +178691,7 @@ 359.716, 449.101, 359.716, - "n", + "0", -1, 0.528, "", @@ -178714,7 +178714,7 @@ 359.716, 450.157, 359.716, - "a", + "-", -1, 0.528, "", @@ -178737,7 +178737,7 @@ 359.716, 451.212, 359.716, - "v", + "&", -1, 0.528, "", @@ -178760,7 +178760,7 @@ 359.716, 452.162, 359.716, - "i", + "!", -1, 0.528, "", @@ -178783,7 +178783,7 @@ 359.716, 452.583, 359.716, - "g", + "5", -1, 0.528, "", @@ -178806,7 +178806,7 @@ 359.716, 453.639, 359.716, - "a", + "-", -1, 0.528, "", @@ -178829,7 +178829,7 @@ 359.716, 454.695, 359.716, - "t", + ",", -1, 0.528, "", @@ -178852,7 +178852,7 @@ 359.716, 455.223, 359.716, - "i", + "!", -1, 0.528, "", @@ -178875,7 +178875,7 @@ 359.716, 455.644, 359.716, - "o", + "%", -1, 0.528, "", @@ -178898,7 +178898,7 @@ 359.716, 456.7, 359.716, - "n", + "0", -1, 0.528, "", @@ -178921,7 +178921,7 @@ 359.716, 457.756, 359.716, - " ", + ")", -1, 0.528, "", @@ -178944,7 +178944,7 @@ 359.716, 458.284, 359.716, - "o", + "%", -1, 0.528, "", @@ -178967,7 +178967,7 @@ 359.716, 459.34, 359.716, - "f", + "8", -1, 0.528, "", @@ -178990,7 +178990,7 @@ 359.716, 459.868, 359.716, - " ", + ")", -1, 0.528, "", @@ -179013,7 +179013,7 @@ 359.716, 460.395, 359.716, - "t", + ",", -1, 0.528, "", @@ -179036,7 +179036,7 @@ 359.716, 460.923, 359.716, - "h", + "3", -1, 0.528, "", @@ -179059,7 +179059,7 @@ 359.716, 461.979, 359.716, - "e", + "'", -1, 0.528, "", @@ -179082,7 +179082,7 @@ 359.716, 463.035, 359.716, - " ", + ")", -1, 0.528, "", @@ -179105,7 +179105,7 @@ 359.716, 463.563, 359.716, - "a", + "-", -1, 0.528, "", @@ -179128,7 +179128,7 @@ 359.716, 464.619, 359.716, - "i", + "!", -1, 0.528, "", @@ -179151,7 +179151,7 @@ 359.716, 465.04, 359.716, - "r", + "$", -1, 0.528, "", @@ -179174,7 +179174,7 @@ 359.716, 465.673, 359.716, - "p", + "#", -1, 0.528, "", @@ -179197,7 +179197,7 @@ 359.716, 466.728, 359.716, - "o", + "%", -1, 0.528, "", @@ -179220,7 +179220,7 @@ 359.716, 467.784, 359.716, - "r", + "$", -1, 0.528, "", @@ -179243,7 +179243,7 @@ 359.716, 468.416, 359.716, - "t", + ",", -1, 0.528, "", @@ -179266,7 +179266,7 @@ 359.716, 468.944, 359.716, - ".", + "1", -1, 0.528, "", @@ -179289,7 +179289,7 @@ 359.716, 469.472, 359.716, - " ", + ")", -1, 0.528, "", @@ -179312,7 +179312,7 @@ 359.716, 469.967, 359.716, - "T", + "2", -1, 0.528, "", @@ -179335,7 +179335,7 @@ 359.716, 471.128, 359.716, - "h", + "3", -1, 0.528, "", @@ -179358,7 +179358,7 @@ 359.716, 472.183, 359.716, - "e", + "'", -1, 0.528, "", @@ -179381,7 +179381,7 @@ 359.716, 473.239, 359.716, - " ", + ")", -1, 0.528, "", @@ -179404,7 +179404,7 @@ 359.716, 473.767, 359.716, - "r", + "$", -1, 0.528, "", @@ -179427,7 +179427,7 @@ 359.716, 474.4, 359.716, - "u", + "6", -1, 0.528, "", @@ -179450,7 +179450,7 @@ 359.716, 475.455, 359.716, - "n", + "0", -1, 0.528, "", @@ -179473,7 +179473,7 @@ 359.716, 476.511, 359.716, - "w", + "4", -1, 0.528, "", @@ -179496,7 +179496,7 @@ 359.716, 477.882, 359.716, - "a", + "-", -1, 0.528, "", @@ -179519,7 +179519,7 @@ 359.716, 478.938, 359.716, - "y", + ":", -1, 0.528, "", @@ -179542,7 +179542,7 @@ 359.716, 479.887, 359.716, - "s", + "+", -1, 0.528, "", @@ -179565,7 +179565,7 @@ 359.716, 480.837, 359.716, - " ", + ")", -1, 0.528, "", @@ -179588,7 +179588,7 @@ 359.716, 481.365, 359.716, - "a", + "-", -1, 0.528, "", @@ -179611,7 +179611,7 @@ 359.716, 482.42, 359.716, - "r", + "$", -1, 0.528, "", @@ -179634,7 +179634,7 @@ 359.716, 483.053, 359.716, - "e", + "'", -1, 0.528, "", @@ -179657,7 +179657,7 @@ 359.716, 484.109, 359.716, - " ", + ")", -1, 0.528, "", @@ -179680,7 +179680,7 @@ 359.716, 484.637, 359.716, - "d", + "(", -1, 0.528, "", @@ -179703,7 +179703,7 @@ 359.716, 485.692, 359.716, - "r", + "$", -1, 0.528, "", @@ -179726,7 +179726,7 @@ 359.716, 486.325, 359.716, - "a", + "-", -1, 0.528, "", @@ -179749,7 +179749,7 @@ 359.716, 487.38, 359.716, - "w", + "4", -1, 0.528, "", @@ -179772,7 +179772,7 @@ 359.716, 488.751, 359.716, - "n", + "0", -1, 0.528, "", @@ -179795,7 +179795,7 @@ 359.716, 489.807, 359.716, - " ", + ")", -1, 0.528, "", @@ -179818,7 +179818,7 @@ 359.716, 490.335, 359.716, - "t", + ",", -1, 0.528, "", @@ -179841,7 +179841,7 @@ 359.716, 490.863, 359.716, - "o", + "%", -1, 0.528, "", @@ -179864,7 +179864,7 @@ 359.716, 491.919, 359.716, - " ", + ")", -1, 0.528, "", @@ -179887,7 +179887,7 @@ 359.716, 492.447, 359.716, - "s", + "+", -1, 0.528, "", @@ -179910,7 +179910,7 @@ 359.716, 493.396, 359.716, - "c", + ".", -1, 0.528, "", @@ -179933,7 +179933,7 @@ 359.716, 494.346, 359.716, - "a", + "-", -1, 0.528, "", @@ -179956,7 +179956,7 @@ 359.716, 495.401, 359.716, - "l", + "/", -1, 0.528, "", @@ -179979,7 +179979,7 @@ 359.716, 495.823, 359.716, - "e", + "'", -1, 0.528, "", @@ -180002,7 +180002,7 @@ 359.716, 496.879, 359.716, - " ", + ")", -1, 0.528, "", @@ -180025,7 +180025,7 @@ 359.716, 497.407, 359.716, - "a", + "-", -1, 0.528, "", @@ -180048,7 +180048,7 @@ 359.716, 498.462, 359.716, - "n", + "0", -1, 0.528, "", @@ -180071,7 +180071,7 @@ 359.716, 499.518, 359.716, - "d", + "(", -1, 0.528, "", @@ -180094,7 +180094,7 @@ 359.716, 500.574, 359.716, - " ", + ")", -1, 0.528, "", @@ -180117,7 +180117,7 @@ 359.716, 501.102, 359.716, - "o", + "%", -1, 0.528, "", @@ -180140,7 +180140,7 @@ 359.716, 502.158, 359.716, - "r", + "$", -1, 0.528, "", @@ -180163,7 +180163,7 @@ 359.716, 502.79, 359.716, - "i", + "!", -1, 0.528, "", @@ -180186,7 +180186,7 @@ 359.716, 503.212, 359.716, - "e", + "'", -1, 0.528, "", @@ -180209,7 +180209,7 @@ 359.716, 504.267, 359.716, - "n", + "0", -1, 0.528, "", @@ -180232,7 +180232,7 @@ 359.716, 505.323, 359.716, - "t", + ",", -1, 0.528, "", @@ -180255,7 +180255,7 @@ 359.716, 505.851, 359.716, - "e", + "'", -1, 0.528, "", @@ -180278,7 +180278,7 @@ 359.716, 506.907, 359.716, - "d", + "(", -1, 0.528, "", @@ -180301,7 +180301,7 @@ 359.716, 507.963, 359.716, - " ", + ")", -1, 0.528, "", @@ -180324,7 +180324,7 @@ 359.716, 508.491, 359.716, - "t", + ",", -1, 0.528, "", @@ -180347,7 +180347,7 @@ 359.716, 509.018, 359.716, - "o", + "%", -1, 0.528, "", @@ -180370,7 +180370,7 @@ 359.716, 510.074, 359.716, - " ", + ")", -1, 0.528, "", @@ -180393,7 +180393,7 @@ 359.716, 510.602, 359.716, - "t", + ",", -1, 0.528, "", @@ -180416,7 +180416,7 @@ 359.716, 511.13, 359.716, - "r", + "$", -1, 0.528, "", @@ -180439,7 +180439,7 @@ 359.716, 511.762, 359.716, - "u", + "6", -1, 0.528, "", @@ -180462,7 +180462,7 @@ 359.716, 512.818, 359.716, - "e", + "'", -1, 0.528, "", @@ -180485,7 +180485,7 @@ 359.716, 513.874, 359.716, - " ", + ")", -1, 0.528, "", @@ -180508,7 +180508,7 @@ 359.716, 514.402, 359.716, - "n", + "0", -1, 0.528, "", @@ -180531,7 +180531,7 @@ 359.716, 515.458, 359.716, - "o", + "%", -1, 0.528, "", @@ -180554,7 +180554,7 @@ 359.716, 516.513, 359.716, - "r", + "$", -1, 0.528, "", @@ -180577,7 +180577,7 @@ 359.716, 517.146, 359.716, - "t", + ",", -1, 0.528, "", @@ -180600,7 +180600,7 @@ 359.716, 517.674, 359.716, - "h", + "3", -1, 0.528, "", @@ -180623,7 +180623,7 @@ 359.716, 518.729, 359.716, - ".", + "1", -1, 0.528, "", @@ -180646,7 +180646,7 @@ 359.716, 519.257, 359.716, - " ", + ")", -1, 0.528, "", @@ -180669,7 +180669,7 @@ 359.716, 519.785, 359.716, - "R", + "?", -1, 0.528, "", @@ -180692,7 +180692,7 @@ 359.716, 521.156, 359.716, - "u", + "6", -1, 0.528, "", @@ -180715,7 +180715,7 @@ 359.716, 522.212, 359.716, - "n", + "0", -1, 0.528, "", @@ -180738,7 +180738,7 @@ 359.716, 523.268, 359.716, - "w", + "4", -1, 0.528, "", @@ -180761,7 +180761,7 @@ 359.716, 524.639, 359.716, - "a", + "-", -1, 0.528, "", @@ -180784,7 +180784,7 @@ 359.716, 525.695, 359.716, - "y", + ":", -1, 0.528, "", @@ -180807,7 +180807,7 @@ 359.716, 526.644, 359.716, - " ", + ")", -1, 0.528, "", @@ -180830,7 +180830,7 @@ 357.437, 449.101, 357.437, - "d", + "(", -1, 0.528, "", @@ -180853,7 +180853,7 @@ 357.437, 450.157, 357.437, - "i", + "!", -1, 0.528, "", @@ -180876,7 +180876,7 @@ 357.437, 450.578, 357.437, - "m", + "\"", -1, 0.528, "", @@ -180899,7 +180899,7 @@ 357.437, 452.16, 357.437, - "e", + "'", -1, 0.528, "", @@ -180922,7 +180922,7 @@ 357.437, 453.216, 357.437, - "n", + "0", -1, 0.528, "", @@ -180945,7 +180945,7 @@ 357.437, 454.271, 357.437, - "s", + "+", -1, 0.528, "", @@ -180968,7 +180968,7 @@ 357.437, 455.221, 357.437, - "i", + "!", -1, 0.528, "", @@ -180991,7 +180991,7 @@ 357.437, 455.642, 357.437, - "o", + "%", -1, 0.528, "", @@ -181014,7 +181014,7 @@ 357.437, 456.698, 357.437, - "n", + "0", -1, 0.528, "", @@ -181037,7 +181037,7 @@ 357.437, 457.754, 357.437, - "s", + "+", -1, 0.528, "", @@ -181060,7 +181060,7 @@ 357.437, 458.704, 357.437, - " ", + ")", -1, 0.528, "", @@ -181083,7 +181083,7 @@ 357.437, 459.231, 357.437, - "(", + "@", -1, 0.528, "", @@ -181106,7 +181106,7 @@ 357.437, 459.864, 357.437, - "l", + "/", -1, 0.528, "", @@ -181129,7 +181129,7 @@ 357.437, 460.285, 357.437, - "e", + "'", -1, 0.528, "", @@ -181152,7 +181152,7 @@ 357.437, 461.341, 357.437, - "n", + "0", -1, 0.528, "", @@ -181175,7 +181175,7 @@ 357.437, 462.397, 357.437, - "g", + "5", -1, 0.528, "", @@ -181198,7 +181198,7 @@ 357.437, 463.453, 357.437, - "t", + ",", -1, 0.528, "", @@ -181221,7 +181221,7 @@ 357.437, 463.981, 357.437, - "h", + "3", -1, 0.528, "", @@ -181244,7 +181244,7 @@ 357.437, 465.036, 357.437, - " ", + ")", -1, 0.528, "", @@ -181267,7 +181267,7 @@ 357.437, 465.564, 357.437, - "a", + "-", -1, 0.528, "", @@ -181290,7 +181290,7 @@ 357.437, 466.62, 357.437, - "n", + "0", -1, 0.528, "", @@ -181313,7 +181313,7 @@ 357.437, 467.676, 357.437, - "d", + "(", -1, 0.528, "", @@ -181336,7 +181336,7 @@ 357.437, 468.732, 357.437, - " ", + ")", -1, 0.528, "", @@ -181359,7 +181359,7 @@ 357.437, 469.26, 357.437, - "w", + "4", -1, 0.528, "", @@ -181382,7 +181382,7 @@ 357.437, 470.631, 357.437, - "i", + "!", -1, 0.528, "", @@ -181405,7 +181405,7 @@ 357.437, 471.052, 357.437, - "d", + "(", -1, 0.528, "", @@ -181428,7 +181428,7 @@ 357.437, 472.108, 357.437, - "t", + ",", -1, 0.528, "", @@ -181451,7 +181451,7 @@ 357.437, 472.636, 357.437, - "h", + "3", -1, 0.528, "", @@ -181474,7 +181474,7 @@ 357.437, 473.692, 357.437, - ")", + "A", -1, 0.528, "", @@ -181497,7 +181497,7 @@ 357.437, 474.324, 357.437, - " ", + ")", -1, 0.528, "", @@ -181520,7 +181520,7 @@ 357.437, 474.852, 357.437, - "a", + "-", -1, 0.528, "", @@ -181543,7 +181543,7 @@ 357.437, 475.908, 357.437, - "r", + "$", -1, 0.528, "", @@ -181566,7 +181566,7 @@ 357.437, 476.54, 357.437, - "e", + "'", -1, 0.528, "", @@ -181589,7 +181589,7 @@ 357.437, 477.596, 357.437, - " ", + ")", -1, 0.528, "", @@ -181612,7 +181612,7 @@ 357.437, 478.124, 357.437, - "s", + "+", -1, 0.528, "", @@ -181635,7 +181635,7 @@ 357.437, 479.073, 357.437, - "h", + "3", -1, 0.528, "", @@ -181658,7 +181658,7 @@ 357.437, 480.129, 357.437, - "o", + "%", -1, 0.528, "", @@ -181681,7 +181681,7 @@ 357.437, 481.185, 357.437, - "w", + "4", -1, 0.528, "", @@ -181704,7 +181704,7 @@ 357.437, 482.556, 357.437, - "n", + "0", -1, 0.528, "", @@ -181727,7 +181727,7 @@ 357.437, 483.611, 357.437, - " ", + ")", -1, 0.528, "", @@ -181750,7 +181750,7 @@ 357.437, 484.139, 357.437, - "f", + "8", -1, 0.528, "", @@ -181773,7 +181773,7 @@ 357.437, 484.667, 357.437, - "o", + "%", -1, 0.528, "", @@ -181796,7 +181796,7 @@ 357.437, 485.723, 357.437, - "r", + "$", -1, 0.528, "", @@ -181819,7 +181819,7 @@ 357.437, 486.355, 357.437, - " ", + ")", -1, 0.528, "", @@ -181842,7 +181842,7 @@ 357.437, 486.883, 357.437, - "a", + "-", -1, 0.528, "", @@ -181865,7 +181865,7 @@ 357.437, 487.939, 357.437, - "l", + "/", -1, 0.528, "", @@ -181888,7 +181888,7 @@ 357.437, 488.782, 357.437, - " ", + ")", -1, 0.528, "", @@ -181911,7 +181911,7 @@ 357.437, 489.31, 357.437, - "a", + "-", -1, 0.528, "", @@ -181934,7 +181934,7 @@ 357.437, 490.366, 357.437, - "c", + ".", -1, 0.528, "", @@ -181957,7 +181957,7 @@ 357.437, 491.315, 357.437, - "t", + ",", -1, 0.528, "", @@ -181980,7 +181980,7 @@ 357.437, 491.843, 357.437, - "i", + "!", -1, 0.528, "", @@ -182003,7 +182003,7 @@ 357.437, 492.265, 357.437, - "v", + "&", -1, 0.528, "", @@ -182026,7 +182026,7 @@ 357.437, 493.214, 357.437, - "e", + "'", -1, 0.528, "", @@ -182049,7 +182049,7 @@ 357.437, 494.27, 357.437, - " ", + ")", -1, 0.528, "", @@ -182072,7 +182072,7 @@ 357.437, 494.798, 357.437, - "r", + "$", -1, 0.528, "", @@ -182095,7 +182095,7 @@ 357.437, 495.43, 357.437, - "u", + "6", -1, 0.528, "", @@ -182118,7 +182118,7 @@ 357.437, 496.486, 357.437, - "n", + "0", -1, 0.528, "", @@ -182141,7 +182141,7 @@ 357.437, 497.542, 357.437, - "w", + "4", -1, 0.528, "", @@ -182164,7 +182164,7 @@ 357.437, 498.913, 357.437, - "a", + "-", -1, 0.528, "", @@ -182187,7 +182187,7 @@ 357.437, 499.969, 357.437, - "y", + ":", -1, 0.528, "", @@ -182210,7 +182210,7 @@ 357.437, 500.918, 357.437, - "s", + "+", -1, 0.528, "", @@ -182233,7 +182233,7 @@ 357.437, 501.868, 357.437, - ".", + "1", -1, 0.528, "", @@ -182256,7 +182256,7 @@ 352.88, 449.101, 352.88, - "R", + "?", -1, 0.528, "", @@ -182279,7 +182279,7 @@ 352.88, 450.472, 352.88, - "u", + "6", -1, 0.528, "", @@ -182302,7 +182302,7 @@ 352.88, 451.528, 352.88, - "n", + "0", -1, 0.528, "", @@ -182325,7 +182325,7 @@ 352.88, 452.583, 352.88, - "w", + "4", -1, 0.528, "", @@ -182348,7 +182348,7 @@ 352.88, 453.954, 352.88, - "a", + "-", -1, 0.528, "", @@ -182371,7 +182371,7 @@ 352.88, 455.01, 352.88, - "y", + ":", -1, 0.528, "", @@ -182394,7 +182394,7 @@ 352.88, 455.96, 352.88, - "(", + "@", -1, 0.528, "", @@ -182417,7 +182417,7 @@ 352.88, 456.592, 352.88, - "s", + "+", -1, 0.528, "", @@ -182440,7 +182440,7 @@ 352.88, 457.541, 352.88, - ")", + "A", -1, 0.528, "", @@ -182463,7 +182463,7 @@ 352.88, 458.174, 352.88, - " ", + ")", -1, 0.528, "", @@ -182486,7 +182486,7 @@ 352.88, 458.702, 352.88, - "a", + "-", -1, 0.528, "", @@ -182509,7 +182509,7 @@ 352.88, 459.757, 352.88, - "r", + "$", -1, 0.528, "", @@ -182532,7 +182532,7 @@ 352.88, 460.39, 352.88, - "e", + "'", -1, 0.528, "", @@ -182555,7 +182555,7 @@ 352.88, 461.446, 352.88, - " ", + ")", -1, 0.528, "", @@ -182578,7 +182578,7 @@ 352.88, 461.973, 352.88, - "d", + "(", -1, 0.528, "", @@ -182601,7 +182601,7 @@ 352.88, 463.029, 352.88, - "e", + "'", -1, 0.528, "", @@ -182624,7 +182624,7 @@ 352.88, 464.085, 352.88, - "p", + "#", -1, 0.528, "", @@ -182647,7 +182647,7 @@ 352.88, 465.141, 352.88, - "i", + "!", -1, 0.528, "", @@ -182670,7 +182670,7 @@ 352.88, 465.562, 352.88, - "c", + ".", -1, 0.528, "", @@ -182693,7 +182693,7 @@ 352.88, 466.512, 352.88, - "t", + ",", -1, 0.528, "", @@ -182716,7 +182716,7 @@ 352.88, 467.04, 352.88, - "e", + "'", -1, 0.528, "", @@ -182739,7 +182739,7 @@ 352.88, 468.096, 352.88, - "d", + "(", -1, 0.528, "", @@ -182762,7 +182762,7 @@ 352.88, 469.151, 352.88, - " ", + ")", -1, 0.528, "", @@ -182785,7 +182785,7 @@ 352.88, 469.679, 352.88, - "b", + "*", -1, 0.528, "", @@ -182808,7 +182808,7 @@ 352.88, 470.735, 352.88, - "a", + "-", -1, 0.528, "", @@ -182831,7 +182831,7 @@ 352.88, 471.791, 352.88, - "s", + "+", -1, 0.528, "", @@ -182854,7 +182854,7 @@ 352.88, 472.74, 352.88, - "e", + "'", -1, 0.528, "", @@ -182877,7 +182877,7 @@ 352.88, 473.796, 352.88, - "d", + "(", -1, 0.528, "", @@ -182900,7 +182900,7 @@ 352.88, 474.852, 352.88, - " ", + ")", -1, 0.528, "", @@ -182923,7 +182923,7 @@ 352.88, 475.38, 352.88, - "o", + "%", -1, 0.528, "", @@ -182946,7 +182946,7 @@ 352.88, 476.436, 352.88, - "n", + "0", -1, 0.528, "", @@ -182969,7 +182969,7 @@ 352.88, 477.491, 352.88, - " ", + ")", -1, 0.528, "", @@ -182992,7 +182992,7 @@ 352.88, 478.019, 352.88, - "w", + "4", -1, 0.528, "", @@ -183015,7 +183015,7 @@ 352.88, 479.39, 352.88, - "h", + "3", -1, 0.528, "", @@ -183038,7 +183038,7 @@ 352.88, 480.446, 352.88, - "a", + "-", -1, 0.528, "", @@ -183061,7 +183061,7 @@ 352.88, 481.502, 352.88, - "t", + ",", -1, 0.528, "", @@ -183084,7 +183084,7 @@ 352.88, 482.03, 352.88, - " ", + ")", -1, 0.528, "", @@ -183107,7 +183107,7 @@ 352.88, 482.558, 352.88, - "t", + ",", -1, 0.528, "", @@ -183130,7 +183130,7 @@ 352.88, 483.085, 352.88, - "y", + ":", -1, 0.528, "", @@ -183153,7 +183153,7 @@ 352.88, 484.035, 352.88, - "p", + "#", -1, 0.528, "", @@ -183176,7 +183176,7 @@ 352.88, 485.091, 352.88, - "e", + "'", -1, 0.528, "", @@ -183199,7 +183199,7 @@ 352.88, 486.147, 352.88, - " ", + ")", -1, 0.528, "", @@ -183222,7 +183222,7 @@ 352.88, 486.674, 352.88, - "a", + "-", -1, 0.528, "", @@ -183245,7 +183245,7 @@ 352.88, 487.73, 352.88, - "n", + "0", -1, 0.528, "", @@ -183268,7 +183268,7 @@ 352.88, 488.786, 352.88, - "d", + "(", -1, 0.528, "", @@ -183291,7 +183291,7 @@ 352.88, 489.842, 352.88, - " ", + ")", -1, 0.528, "", @@ -183314,7 +183314,7 @@ 352.88, 490.37, 352.88, - "c", + ".", -1, 0.528, "", @@ -183337,7 +183337,7 @@ 352.88, 491.319, 352.88, - "o", + "%", -1, 0.528, "", @@ -183360,7 +183360,7 @@ 352.88, 492.375, 352.88, - "n", + "0", -1, 0.528, "", @@ -183383,7 +183383,7 @@ 352.88, 493.431, 352.88, - "s", + "+", -1, 0.528, "", @@ -183406,7 +183406,7 @@ 352.88, 494.38, 352.88, - "t", + ",", -1, 0.528, "", @@ -183429,7 +183429,7 @@ 352.88, 494.908, 352.88, - "r", + "$", -1, 0.528, "", @@ -183452,7 +183452,7 @@ 352.88, 495.54, 352.88, - "u", + "6", -1, 0.528, "", @@ -183475,7 +183475,7 @@ 352.88, 496.596, 352.88, - "c", + ".", -1, 0.528, "", @@ -183498,7 +183498,7 @@ 352.88, 497.546, 352.88, - "t", + ",", -1, 0.528, "", @@ -183521,7 +183521,7 @@ 352.88, 498.074, 352.88, - "i", + "!", -1, 0.528, "", @@ -183544,7 +183544,7 @@ 352.88, 498.495, 352.88, - "o", + "%", -1, 0.528, "", @@ -183567,7 +183567,7 @@ 352.88, 499.551, 352.88, - "n", + "0", -1, 0.528, "", @@ -183590,7 +183590,7 @@ 352.88, 500.607, 352.88, - " ", + ")", -1, 0.528, "", @@ -183613,7 +183613,7 @@ 352.88, 501.135, 352.88, - "o", + "%", -1, 0.528, "", @@ -183636,7 +183636,7 @@ 352.88, 502.19, 352.88, - "f", + "8", -1, 0.528, "", @@ -183659,7 +183659,7 @@ 352.88, 502.718, 352.88, - " ", + ")", -1, 0.528, "", @@ -183682,7 +183682,7 @@ 352.88, 503.246, 352.88, - "t", + ",", -1, 0.528, "", @@ -183705,7 +183705,7 @@ 352.88, 503.774, 352.88, - "h", + "3", -1, 0.528, "", @@ -183728,7 +183728,7 @@ 352.88, 504.83, 352.88, - "e", + "'", -1, 0.528, "", @@ -183751,7 +183751,7 @@ 352.88, 505.886, 352.88, - " ", + ")", -1, 0.528, "", @@ -183774,7 +183774,7 @@ 352.88, 506.414, 352.88, - "r", + "$", -1, 0.528, "", @@ -183797,7 +183797,7 @@ 352.88, 507.046, 352.88, - "u", + "6", -1, 0.528, "", @@ -183820,7 +183820,7 @@ 352.88, 508.102, 352.88, - "n", + "0", -1, 0.528, "", @@ -183843,7 +183843,7 @@ 352.88, 509.157, 352.88, - "w", + "4", -1, 0.528, "", @@ -183866,7 +183866,7 @@ 352.88, 510.528, 352.88, - "a", + "-", -1, 0.528, "", @@ -183889,7 +183889,7 @@ 352.88, 511.584, 352.88, - "y", + ":", -1, 0.528, "", @@ -183912,7 +183912,7 @@ 352.88, 512.399, 352.88, - ".", + "1", -1, 0.528, "", @@ -183935,7 +183935,7 @@ 347.607, 449.955, 347.607, - "H", + "B", -1, 0.475, "", @@ -183958,7 +183958,7 @@ 347.607, 451.189, 347.607, - "a", + "-", -1, 0.475, "", @@ -183981,7 +183981,7 @@ 347.607, 452.139, 347.607, - "r", + "$", -1, 0.475, "", @@ -184004,7 +184004,7 @@ 347.607, 452.708, 347.607, - "d", + "(", -1, 0.475, "", @@ -184027,7 +184027,7 @@ 347.607, 453.659, 347.607, - " ", + ")", -1, 0.475, "", @@ -184050,7 +184050,7 @@ 347.607, 454.134, 347.607, - "S", + "C", -1, 0.475, "", @@ -184073,7 +184073,7 @@ 347.607, 455.274, 347.607, - "u", + "6", -1, 0.475, "", @@ -184096,7 +184096,7 @@ 347.607, 456.224, 347.607, - "r", + "$", -1, 0.475, "", @@ -184119,7 +184119,7 @@ 347.607, 456.793, 347.607, - "f", + "8", -1, 0.475, "", @@ -184142,7 +184142,7 @@ 347.607, 457.268, 347.607, - "a", + "-", -1, 0.475, "", @@ -184165,7 +184165,7 @@ 347.607, 458.218, 347.607, - "c", + ".", -1, 0.475, "", @@ -184188,7 +184188,7 @@ 347.607, 459.073, 347.607, - "e", + "'", -1, 0.475, "", @@ -184211,7 +184211,7 @@ 347.607, 464.9, 347.607, - "O", + "D", -1, 0.475, "", @@ -184234,7 +184234,7 @@ 347.607, 466.229, 347.607, - "t", + ",", -1, 0.475, "", @@ -184257,7 +184257,7 @@ 347.607, 466.704, 347.607, - "h", + "3", -1, 0.475, "", @@ -184280,7 +184280,7 @@ 347.607, 467.655, 347.607, - "e", + "'", -1, 0.475, "", @@ -184303,7 +184303,7 @@ 347.607, 468.605, 347.607, - "r", + "$", -1, 0.475, "", @@ -184326,7 +184326,7 @@ 347.607, 469.174, 347.607, - " ", + ")", -1, 0.475, "", @@ -184349,7 +184349,7 @@ 347.607, 469.618, 347.607, - "T", + "2", -1, 0.475, "", @@ -184372,7 +184372,7 @@ 347.607, 470.662, 347.607, - "h", + "3", -1, 0.475, "", @@ -184395,7 +184395,7 @@ 347.607, 471.613, 347.607, - "a", + "-", -1, 0.475, "", @@ -184418,7 +184418,7 @@ 347.607, 472.563, 347.607, - "n", + "0", -1, 0.475, "", @@ -184441,7 +184441,7 @@ 347.607, 473.513, 347.607, - " ", + ")", -1, 0.475, "", @@ -184464,7 +184464,7 @@ 345.556, 464.9, 345.556, - "H", + "B", -1, 0.475, "", @@ -184487,7 +184487,7 @@ 345.556, 466.134, 345.556, - "a", + "-", -1, 0.475, "", @@ -184510,7 +184510,7 @@ 345.556, 467.084, 345.556, - "r", + "$", -1, 0.475, "", @@ -184533,7 +184533,7 @@ 345.556, 467.653, 345.556, - "d", + "(", -1, 0.475, "", @@ -184556,7 +184556,7 @@ 345.556, 468.603, 345.556, - " ", + ")", -1, 0.475, "", @@ -184579,7 +184579,7 @@ 345.556, 469.078, 345.556, - "S", + "C", -1, 0.475, "", @@ -184602,7 +184602,7 @@ 345.556, 470.218, 345.556, - "u", + "6", -1, 0.475, "", @@ -184625,7 +184625,7 @@ 345.556, 471.168, 345.556, - "r", + "$", -1, 0.475, "", @@ -184648,7 +184648,7 @@ 345.556, 471.737, 345.556, - "f", + "8", -1, 0.475, "", @@ -184671,7 +184671,7 @@ 345.556, 472.213, 345.556, - "a", + "-", -1, 0.475, "", @@ -184694,7 +184694,7 @@ 345.556, 473.163, 345.556, - "c", + ".", -1, 0.475, "", @@ -184717,7 +184717,7 @@ 345.556, 474.017, 345.556, - "e", + "'", -1, 0.475, "", @@ -184740,7 +184740,7 @@ 347.607, 478.914, 347.607, - "M", + "E", -1, 0.475, "", @@ -184763,7 +184763,7 @@ 347.607, 480.337, 347.607, - "e", + "'", -1, 0.475, "", @@ -184786,7 +184786,7 @@ 347.607, 481.287, 347.607, - "t", + ",", -1, 0.475, "", @@ -184809,7 +184809,7 @@ 347.607, 481.763, 347.607, - "a", + "-", -1, 0.475, "", @@ -184832,7 +184832,7 @@ 347.607, 482.713, 347.607, - "l", + "/", -1, 0.475, "", @@ -184855,7 +184855,7 @@ 347.607, 483.092, 347.607, - " ", + ")", -1, 0.475, "", @@ -184878,7 +184878,7 @@ 347.607, 483.567, 347.607, - "S", + "C", -1, 0.475, "", @@ -184901,7 +184901,7 @@ 347.607, 484.707, 347.607, - "u", + "6", -1, 0.475, "", @@ -184924,7 +184924,7 @@ 347.607, 485.657, 347.607, - "r", + "$", -1, 0.475, "", @@ -184947,7 +184947,7 @@ 347.607, 486.226, 347.607, - "f", + "8", -1, 0.475, "", @@ -184970,7 +184970,7 @@ 347.607, 486.702, 347.607, - "a", + "-", -1, 0.475, "", @@ -184993,7 +184993,7 @@ 347.607, 487.652, 347.607, - "c", + ".", -1, 0.475, "", @@ -185016,7 +185016,7 @@ 347.607, 488.506, 347.607, - "e", + "'", -1, 0.475, "", @@ -185039,7 +185039,7 @@ 347.607, 493.064, 347.607, - "C", + "F", -1, 0.475, "", @@ -185062,7 +185062,7 @@ 347.607, 494.298, 347.607, - "l", + "/", -1, 0.475, "", @@ -185085,7 +185085,7 @@ 347.607, 494.678, 347.607, - "o", + "%", -1, 0.475, "", @@ -185108,7 +185108,7 @@ 347.607, 495.628, 347.607, - "s", + "+", -1, 0.475, "", @@ -185131,7 +185131,7 @@ 347.607, 496.482, 347.607, - "e", + "'", -1, 0.475, "", @@ -185154,7 +185154,7 @@ 347.607, 497.432, 347.607, - "d", + "(", -1, 0.475, "", @@ -185177,7 +185177,7 @@ 347.607, 498.383, 347.607, - " ", + ")", -1, 0.475, "", @@ -185200,7 +185200,7 @@ 347.607, 498.858, 347.607, - "R", + "?", -1, 0.475, "", @@ -185223,7 +185223,7 @@ 347.607, 500.092, 347.607, - "u", + "6", -1, 0.475, "", @@ -185246,7 +185246,7 @@ 347.607, 501.042, 347.607, - "n", + "0", -1, 0.475, "", @@ -185269,7 +185269,7 @@ 347.607, 501.992, 347.607, - "w", + "4", -1, 0.475, "", @@ -185292,7 +185292,7 @@ 347.607, 503.226, 347.607, - "a", + "-", -1, 0.475, "", @@ -185315,7 +185315,7 @@ 347.607, 504.176, 347.607, - "y", + ":", -1, 0.475, "", @@ -185338,7 +185338,7 @@ 347.607, 509.581, 347.607, - "U", + "G", -1, 0.475, "", @@ -185361,7 +185361,7 @@ 347.607, 510.815, 347.607, - "n", + "0", -1, 0.475, "", @@ -185384,7 +185384,7 @@ 347.607, 511.765, 347.607, - "d", + "(", -1, 0.475, "", @@ -185407,7 +185407,7 @@ 347.607, 512.715, 347.607, - "e", + "'", -1, 0.475, "", @@ -185430,7 +185430,7 @@ 347.607, 513.665, 347.607, - "r", + "$", -1, 0.475, "", @@ -185453,7 +185453,7 @@ 347.607, 514.235, 347.607, - " ", + ")", -1, 0.475, "", @@ -185476,7 +185476,7 @@ 347.607, 514.71, 347.607, - "C", + "F", -1, 0.475, "", @@ -185499,7 +185499,7 @@ 347.607, 515.944, 347.607, - "o", + "%", -1, 0.475, "", @@ -185522,7 +185522,7 @@ 347.607, 516.894, 347.607, - "n", + "0", -1, 0.475, "", @@ -185545,7 +185545,7 @@ 347.607, 517.844, 347.607, - "s", + "+", -1, 0.475, "", @@ -185568,7 +185568,7 @@ 347.607, 518.699, 347.607, - "t", + ",", -1, 0.475, "", @@ -185591,7 +185591,7 @@ 347.607, 519.174, 347.607, - "r", + "$", -1, 0.475, "", @@ -185614,7 +185614,7 @@ 347.607, 519.743, 347.607, - "u", + "6", -1, 0.475, "", @@ -185637,7 +185637,7 @@ 347.607, 520.693, 347.607, - "c", + ".", -1, 0.475, "", @@ -185660,7 +185660,7 @@ 347.607, 521.547, 347.607, - "t", + ",", -1, 0.475, "", @@ -185683,7 +185683,7 @@ 347.607, 522.023, 347.607, - "i", + "!", -1, 0.475, "", @@ -185706,7 +185706,7 @@ 347.607, 522.402, 347.607, - "o", + "%", -1, 0.475, "", @@ -185729,7 +185729,7 @@ 347.607, 523.352, 347.607, - "n", + "0", -1, 0.475, "", @@ -185752,7 +185752,7 @@ 336.865, 449.955, 336.865, - "S", + "C", -1, 0.475, "", @@ -185775,7 +185775,7 @@ 336.865, 451.095, 336.865, - "t", + ",", -1, 0.475, "", @@ -185798,7 +185798,7 @@ 336.865, 451.57, 336.865, - "o", + "%", -1, 0.475, "", @@ -185821,7 +185821,7 @@ 336.865, 452.52, 336.865, - "p", + "#", -1, 0.475, "", @@ -185844,7 +185844,7 @@ 336.865, 453.471, 336.865, - "w", + "4", -1, 0.475, "", @@ -185867,7 +185867,7 @@ 336.865, 454.705, 336.865, - "a", + "-", -1, 0.475, "", @@ -185890,7 +185890,7 @@ 336.865, 455.655, 336.865, - "y", + ":", -1, 0.475, "", @@ -185913,7 +185913,7 @@ 336.865, 456.509, 336.865, - "s", + "+", -1, 0.475, "", @@ -185936,7 +185936,7 @@ 336.865, 457.364, 336.865, - ",", + "7", -1, 0.475, "", @@ -185959,7 +185959,7 @@ 336.865, 457.839, 336.865, - " ", + ")", -1, 0.475, "", @@ -185982,7 +185982,7 @@ 334.814, 449.955, 334.814, - "T", + "2", -1, 0.475, "", @@ -186005,7 +186005,7 @@ 334.814, 450.81, 334.814, - "a", + "-", -1, 0.475, "", @@ -186028,7 +186028,7 @@ 334.814, 451.76, 334.814, - "x", + "9", -1, 0.475, "", @@ -186051,7 +186051,7 @@ 334.814, 452.614, 334.814, - "i", + "!", -1, 0.475, "", @@ -186074,7 +186074,7 @@ 334.814, 452.994, 334.814, - "w", + "4", -1, 0.475, "", @@ -186097,7 +186097,7 @@ 334.814, 454.228, 334.814, - "a", + "-", -1, 0.475, "", @@ -186120,7 +186120,7 @@ 334.814, 455.178, 334.814, - "y", + ":", -1, 0.475, "", @@ -186143,7 +186143,7 @@ 334.814, 456.033, 334.814, - "s", + "+", -1, 0.475, "", @@ -186166,7 +186166,7 @@ 334.814, 456.887, 334.814, - ",", + "7", -1, 0.475, "", @@ -186189,7 +186189,7 @@ 334.814, 457.362, 334.814, - " ", + ")", -1, 0.475, "", @@ -186212,7 +186212,7 @@ 334.814, 457.837, 334.814, - "P", + "<", -1, 0.475, "", @@ -186235,7 +186235,7 @@ 334.814, 458.977, 334.814, - "a", + "-", -1, 0.475, "", @@ -186258,7 +186258,7 @@ 334.814, 459.927, 334.814, - "r", + "$", -1, 0.475, "", @@ -186281,7 +186281,7 @@ 334.814, 460.496, 334.814, - "k", + "=", -1, 0.475, "", @@ -186304,7 +186304,7 @@ 334.814, 461.352, 334.814, - "-", + ">", -1, 0.475, "", @@ -186327,7 +186327,7 @@ 332.763, 449.955, 332.763, - "i", + "!", -1, 0.475, "", @@ -186350,7 +186350,7 @@ 332.763, 450.335, 332.763, - "n", + "0", -1, 0.475, "", @@ -186373,7 +186373,7 @@ 332.763, 451.285, 332.763, - "g", + "5", -1, 0.475, "", @@ -186396,7 +186396,7 @@ 332.763, 452.235, 332.763, - " ", + ")", -1, 0.475, "", @@ -186419,7 +186419,7 @@ 332.763, 452.616, 332.763, - "A", + "H", -1, 0.475, "", @@ -186442,7 +186442,7 @@ 332.763, 453.756, 332.763, - "r", + "$", -1, 0.475, "", @@ -186465,7 +186465,7 @@ 332.763, 454.325, 332.763, - "e", + "'", -1, 0.475, "", @@ -186488,7 +186488,7 @@ 332.763, 455.275, 332.763, - "a", + "-", -1, 0.475, "", @@ -186511,7 +186511,7 @@ 332.763, 456.226, 332.763, - "s", + "+", -1, 0.475, "", @@ -186534,7 +186534,7 @@ 336.865, 464.9, 336.865, - "D", + "I", -1, 0.475, "", @@ -186557,7 +186557,7 @@ 336.865, 466.134, 336.865, - "i", + "!", -1, 0.475, "", @@ -186580,7 +186580,7 @@ 336.865, 466.513, 336.865, - "s", + "+", -1, 0.475, "", @@ -186603,7 +186603,7 @@ 336.865, 467.367, 336.865, - "p", + "#", -1, 0.475, "", @@ -186626,7 +186626,7 @@ 336.865, 468.318, 336.865, - "l", + "/", -1, 0.475, "", @@ -186649,7 +186649,7 @@ 336.865, 468.697, 336.865, - "a", + "-", -1, 0.475, "", @@ -186672,7 +186672,7 @@ 336.865, 469.647, 336.865, - "c", + ".", -1, 0.475, "", @@ -186695,7 +186695,7 @@ 336.865, 470.502, 336.865, - "e", + "'", -1, 0.475, "", @@ -186718,7 +186718,7 @@ 336.865, 471.452, 336.865, - "d", + "(", -1, 0.475, "", @@ -186741,7 +186741,7 @@ 336.865, 472.402, 336.865, - " ", + ")", -1, 0.475, "", @@ -186764,7 +186764,7 @@ 334.814, 464.9, 334.814, - "T", + "2", -1, 0.475, "", @@ -186787,7 +186787,7 @@ 334.814, 465.944, 334.814, - "h", + "3", -1, 0.475, "", @@ -186810,7 +186810,7 @@ 334.814, 466.894, 334.814, - "r", + "$", -1, 0.475, "", @@ -186833,7 +186833,7 @@ 334.814, 467.463, 334.814, - "e", + "'", -1, 0.475, "", @@ -186856,7 +186856,7 @@ 334.814, 468.413, 334.814, - "s", + "+", -1, 0.475, "", @@ -186879,7 +186879,7 @@ 334.814, 469.268, 334.814, - "h", + "3", -1, 0.475, "", @@ -186902,7 +186902,7 @@ 334.814, 470.218, 334.814, - "o", + "%", -1, 0.475, "", @@ -186925,7 +186925,7 @@ 334.814, 471.168, 334.814, - "l", + "/", -1, 0.475, "", @@ -186948,7 +186948,7 @@ 334.814, 471.548, 334.814, - "d", + "(", -1, 0.475, "", @@ -186971,7 +186971,7 @@ 336.865, 478.914, 336.865, - "C", + "F", -1, 0.475, "", @@ -186994,7 +186994,7 @@ 336.865, 480.147, 336.865, - "l", + "/", -1, 0.475, "", @@ -187017,7 +187017,7 @@ 336.865, 480.527, 336.865, - "o", + "%", -1, 0.475, "", @@ -187040,7 +187040,7 @@ 336.865, 481.477, 336.865, - "s", + "+", -1, 0.475, "", @@ -187063,7 +187063,7 @@ 336.865, 482.332, 336.865, - "e", + "'", -1, 0.475, "", @@ -187086,7 +187086,7 @@ 336.865, 483.282, 336.865, - "d", + "(", -1, 0.475, "", @@ -187109,7 +187109,7 @@ 336.865, 484.232, 336.865, - " ", + ")", -1, 0.475, "", @@ -187132,7 +187132,7 @@ 334.814, 478.914, 334.814, - "P", + "<", -1, 0.475, "", @@ -187155,7 +187155,7 @@ 334.814, 480.053, 334.814, - "a", + "-", -1, 0.475, "", @@ -187178,7 +187178,7 @@ 334.814, 481.004, 334.814, - "v", + "&", -1, 0.475, "", @@ -187201,7 +187201,7 @@ 334.814, 481.858, 334.814, - "e", + "'", -1, 0.475, "", @@ -187224,7 +187224,7 @@ 334.814, 482.808, 334.814, - "m", + "\"", -1, 0.475, "", @@ -187247,7 +187247,7 @@ 334.814, 484.232, 334.814, - "e", + "'", -1, 0.475, "", @@ -187270,7 +187270,7 @@ 334.814, 485.182, 334.814, - "n", + "0", -1, 0.475, "", @@ -187293,7 +187293,7 @@ 334.814, 486.132, 334.814, - "t", + ",", -1, 0.475, "", @@ -187316,7 +187316,7 @@ 336.865, 493.064, 336.865, - "W", + "J", -1, 0.475, "", @@ -187339,7 +187339,7 @@ 336.865, 494.614, 336.865, - "a", + "-", -1, 0.475, "", @@ -187362,7 +187362,7 @@ 336.865, 495.564, 336.865, - "t", + ",", -1, 0.475, "", @@ -187385,7 +187385,7 @@ 336.865, 496.039, 336.865, - "e", + "'", -1, 0.475, "", @@ -187408,7 +187408,7 @@ 336.865, 496.989, 336.865, - "r", + "$", -1, 0.475, "", @@ -187431,7 +187431,7 @@ 336.865, 497.558, 336.865, - " ", + ")", -1, 0.475, "", @@ -187454,7 +187454,7 @@ 336.865, 498.034, 336.865, - "R", + "?", -1, 0.475, "", @@ -187477,7 +187477,7 @@ 336.865, 499.267, 336.865, - "u", + "6", -1, 0.475, "", @@ -187500,7 +187500,7 @@ 336.865, 500.218, 336.865, - "n", + "0", -1, 0.475, "", @@ -187523,7 +187523,7 @@ 336.865, 501.168, 336.865, - "w", + "4", -1, 0.475, "", @@ -187546,7 +187546,7 @@ 336.865, 502.402, 336.865, - "a", + "-", -1, 0.475, "", @@ -187569,7 +187569,7 @@ 336.865, 503.352, 336.865, - "y", + ":", -1, 0.475, "", @@ -187592,7 +187592,7 @@ 322.311, 449.101, 322.311, - "T", + "2", -1, 0.528, "", @@ -187615,7 +187615,7 @@ 322.311, 450.05, 322.311, - "a", + "-", -1, 0.528, "", @@ -187638,7 +187638,7 @@ 322.311, 451.106, 322.311, - "x", + "9", -1, 0.528, "", @@ -187661,7 +187661,7 @@ 322.311, 452.055, 322.311, - "i", + "!", -1, 0.528, "", @@ -187684,7 +187684,7 @@ 322.311, 452.477, 322.311, - "w", + "4", -1, 0.528, "", @@ -187707,7 +187707,7 @@ 322.311, 453.848, 322.311, - "a", + "-", -1, 0.528, "", @@ -187730,7 +187730,7 @@ 322.311, 454.904, 322.311, - "y", + ":", -1, 0.528, "", @@ -187753,7 +187753,7 @@ 322.311, 455.853, 322.311, - "s", + "+", -1, 0.528, "", @@ -187776,7 +187776,7 @@ 322.311, 456.803, 322.311, - " ", + ")", -1, 0.528, "", @@ -187799,7 +187799,7 @@ 322.311, 457.331, 322.311, - "a", + "-", -1, 0.528, "", @@ -187822,7 +187822,7 @@ 322.311, 458.386, 322.311, - "n", + "0", -1, 0.528, "", @@ -187845,7 +187845,7 @@ 322.311, 459.442, 322.311, - "d", + "(", -1, 0.528, "", @@ -187868,7 +187868,7 @@ 322.311, 460.498, 322.311, - " ", + ")", -1, 0.528, "", @@ -187891,7 +187891,7 @@ 322.311, 461.026, 322.311, - "a", + "-", -1, 0.528, "", @@ -187914,7 +187914,7 @@ 322.311, 462.082, 322.311, - "p", + "#", -1, 0.528, "", @@ -187937,7 +187937,7 @@ 322.311, 463.137, 322.311, - "r", + "$", -1, 0.528, "", @@ -187960,7 +187960,7 @@ 322.311, 463.77, 322.311, - "o", + "%", -1, 0.528, "", @@ -187983,7 +187983,7 @@ 322.311, 464.826, 322.311, - "n", + "0", -1, 0.528, "", @@ -188006,7 +188006,7 @@ 322.311, 465.881, 322.311, - "s", + "+", -1, 0.528, "", @@ -188029,7 +188029,7 @@ 322.311, 466.831, 322.311, - " ", + ")", -1, 0.528, "", @@ -188052,7 +188052,7 @@ 322.311, 467.359, 322.311, - "a", + "-", -1, 0.528, "", @@ -188075,7 +188075,7 @@ 322.311, 468.415, 322.311, - "r", + "$", -1, 0.528, "", @@ -188098,7 +188098,7 @@ 322.311, 469.047, 322.311, - "e", + "'", -1, 0.528, "", @@ -188121,7 +188121,7 @@ 322.311, 470.103, 322.311, - " ", + ")", -1, 0.528, "", @@ -188144,7 +188144,7 @@ 322.311, 470.631, 322.311, - "s", + "+", -1, 0.528, "", @@ -188167,7 +188167,7 @@ 322.311, 471.58, 322.311, - "h", + "3", -1, 0.528, "", @@ -188190,7 +188190,7 @@ 322.311, 472.636, 322.311, - "a", + "-", -1, 0.528, "", @@ -188213,7 +188213,7 @@ 322.311, 473.692, 322.311, - "d", + "(", -1, 0.528, "", @@ -188236,7 +188236,7 @@ 322.311, 474.747, 322.311, - "e", + "'", -1, 0.528, "", @@ -188259,7 +188259,7 @@ 322.311, 475.803, 322.311, - "d", + "(", -1, 0.528, "", @@ -188282,7 +188282,7 @@ 322.311, 476.859, 322.311, - " ", + ")", -1, 0.528, "", @@ -188305,7 +188305,7 @@ 322.311, 477.387, 322.311, - "g", + "5", -1, 0.528, "", @@ -188328,7 +188328,7 @@ 322.311, 478.443, 322.311, - "r", + "$", -1, 0.528, "", @@ -188351,7 +188351,7 @@ 322.311, 479.075, 322.311, - "e", + "'", -1, 0.528, "", @@ -188374,7 +188374,7 @@ 322.311, 480.131, 322.311, - "y", + ":", -1, 0.528, "", @@ -188397,7 +188397,7 @@ 322.311, 480.944, 322.311, - ".", + "1", -1, 0.528, "", @@ -188420,7 +188420,7 @@ 322.311, 481.471, 322.311, - " ", + ")", -1, 0.528, "", @@ -188443,7 +188443,7 @@ 322.311, 481.999, 322.311, - "O", + "D", -1, 0.528, "", @@ -188466,7 +188466,7 @@ 322.311, 483.477, 322.311, - "t", + ",", -1, 0.528, "", @@ -188489,7 +188489,7 @@ 322.311, 484.005, 322.311, - "h", + "3", -1, 0.528, "", @@ -188512,7 +188512,7 @@ 322.311, 485.06, 322.311, - "e", + "'", -1, 0.528, "", @@ -188535,7 +188535,7 @@ 322.311, 486.116, 322.311, - "r", + "$", -1, 0.528, "", @@ -188558,7 +188558,7 @@ 322.311, 486.748, 322.311, - " ", + ")", -1, 0.528, "", @@ -188581,7 +188581,7 @@ 322.311, 487.276, 322.311, - "r", + "$", -1, 0.528, "", @@ -188604,7 +188604,7 @@ 322.311, 487.909, 322.311, - "u", + "6", -1, 0.528, "", @@ -188627,7 +188627,7 @@ 322.311, 488.964, 322.311, - "n", + "0", -1, 0.528, "", @@ -188650,7 +188650,7 @@ 322.311, 490.02, 322.311, - "w", + "4", -1, 0.528, "", @@ -188673,7 +188673,7 @@ 322.311, 491.391, 322.311, - "a", + "-", -1, 0.528, "", @@ -188696,7 +188696,7 @@ 322.311, 492.447, 322.311, - "y", + ":", -1, 0.528, "", @@ -188719,7 +188719,7 @@ 322.311, 493.397, 322.311, - " ", + ")", -1, 0.528, "", @@ -188742,7 +188742,7 @@ 322.311, 493.924, 322.311, - "f", + "8", -1, 0.528, "", @@ -188765,7 +188765,7 @@ 322.311, 494.452, 322.311, - "e", + "'", -1, 0.528, "", @@ -188788,7 +188788,7 @@ 322.311, 495.508, 322.311, - "a", + "-", -1, 0.528, "", @@ -188811,7 +188811,7 @@ 322.311, 496.564, 322.311, - "t", + ",", -1, 0.528, "", @@ -188834,7 +188834,7 @@ 322.311, 497.092, 322.311, - "u", + "6", -1, 0.528, "", @@ -188857,7 +188857,7 @@ 322.311, 498.148, 322.311, - "r", + "$", -1, 0.528, "", @@ -188880,7 +188880,7 @@ 322.311, 498.78, 322.311, - "e", + "'", -1, 0.528, "", @@ -188903,7 +188903,7 @@ 322.311, 499.836, 322.311, - "s", + "+", -1, 0.528, "", @@ -188926,7 +188926,7 @@ 322.311, 500.785, 322.311, - " ", + ")", -1, 0.528, "", @@ -188949,7 +188949,7 @@ 322.311, 501.313, 322.311, - "t", + ",", -1, 0.528, "", @@ -188972,7 +188972,7 @@ 322.311, 501.841, 322.311, - "h", + "3", -1, 0.528, "", @@ -188995,7 +188995,7 @@ 322.311, 502.897, 322.311, - "a", + "-", -1, 0.528, "", @@ -189018,7 +189018,7 @@ 322.311, 503.953, 322.311, - "t", + ",", -1, 0.528, "", @@ -189041,7 +189041,7 @@ 322.311, 504.48, 322.311, - " ", + ")", -1, 0.528, "", @@ -189064,7 +189064,7 @@ 322.311, 505.008, 322.311, - "m", + "\"", -1, 0.528, "", @@ -189087,7 +189087,7 @@ 322.311, 506.59, 322.311, - "a", + "-", -1, 0.528, "", @@ -189110,7 +189110,7 @@ 322.311, 507.646, 322.311, - "y", + ":", -1, 0.528, "", @@ -189133,7 +189133,7 @@ 322.311, 508.595, 322.311, - " ", + ")", -1, 0.528, "", @@ -189156,7 +189156,7 @@ 322.311, 509.123, 322.311, - "b", + "*", -1, 0.528, "", @@ -189179,7 +189179,7 @@ 322.311, 510.179, 322.311, - "e", + "'", -1, 0.528, "", @@ -189202,7 +189202,7 @@ 322.311, 511.235, 322.311, - " ", + ")", -1, 0.528, "", @@ -189225,7 +189225,7 @@ 322.311, 511.763, 322.311, - "s", + "+", -1, 0.528, "", @@ -189248,7 +189248,7 @@ 322.311, 512.712, 322.311, - "h", + "3", -1, 0.528, "", @@ -189271,7 +189271,7 @@ 322.311, 513.768, 322.311, - "o", + "%", -1, 0.528, "", @@ -189294,7 +189294,7 @@ 322.311, 514.824, 322.311, - "w", + "4", -1, 0.528, "", @@ -189317,7 +189317,7 @@ 322.311, 516.195, 322.311, - "n", + "0", -1, 0.528, "", @@ -189340,7 +189340,7 @@ 322.311, 517.251, 322.311, - " ", + ")", -1, 0.528, "", @@ -189363,7 +189363,7 @@ 322.311, 517.778, 322.311, - "a", + "-", -1, 0.528, "", @@ -189386,7 +189386,7 @@ 322.311, 518.834, 322.311, - "r", + "$", -1, 0.528, "", @@ -189409,7 +189409,7 @@ 322.311, 519.467, 322.311, - "e", + "'", -1, 0.528, "", @@ -189432,7 +189432,7 @@ 322.311, 520.522, 322.311, - " ", + ")", -1, 0.528, "", @@ -189455,7 +189455,7 @@ 322.311, 521.05, 322.311, - "r", + "$", -1, 0.528, "", @@ -189478,7 +189478,7 @@ 322.311, 521.683, 322.311, - "u", + "6", -1, 0.528, "", @@ -189501,7 +189501,7 @@ 322.311, 522.738, 322.311, - "n", + "0", -1, 0.528, "", @@ -189524,7 +189524,7 @@ 322.311, 523.794, 322.311, - "w", + "4", -1, 0.528, "", @@ -189547,7 +189547,7 @@ 322.311, 525.165, 322.311, - "a", + "-", -1, 0.528, "", @@ -189570,7 +189570,7 @@ 322.311, 526.221, 322.311, - "y", + ":", -1, 0.528, "", @@ -189593,7 +189593,7 @@ 322.311, 527.17, 322.311, - " ", + ")", -1, 0.528, "", @@ -189616,7 +189616,7 @@ 322.311, 527.698, 322.311, - "n", + "0", -1, 0.528, "", @@ -189639,7 +189639,7 @@ 322.311, 528.754, 322.311, - "u", + "6", -1, 0.528, "", @@ -189662,7 +189662,7 @@ 322.311, 529.81, 322.311, - "m", + "\"", -1, 0.528, "", @@ -189685,7 +189685,7 @@ 322.311, 531.392, 322.311, - "b", + "*", -1, 0.528, "", @@ -189708,7 +189708,7 @@ 322.311, 532.448, 322.311, - "e", + "'", -1, 0.528, "", @@ -189731,7 +189731,7 @@ 322.311, 533.503, 322.311, - "r", + "$", -1, 0.528, "", @@ -189754,7 +189754,7 @@ 322.311, 534.136, 322.311, - "s", + "+", -1, 0.528, "", @@ -189777,7 +189777,7 @@ 322.311, 535.085, 322.311, - ",", + "7", -1, 0.528, "", @@ -189800,7 +189800,7 @@ 322.311, 535.613, 322.311, - " ", + ")", -1, 0.528, "", @@ -189823,7 +189823,7 @@ 322.311, 536.141, 322.311, - "r", + "$", -1, 0.528, "", @@ -189846,7 +189846,7 @@ 322.311, 536.773, 322.311, - "u", + "6", -1, 0.528, "", @@ -189869,7 +189869,7 @@ 322.311, 537.829, 322.311, - "n", + "0", -1, 0.528, "", @@ -189892,7 +189892,7 @@ 322.311, 538.885, 322.311, - "w", + "4", -1, 0.528, "", @@ -189915,7 +189915,7 @@ 322.311, 540.256, 322.311, - "a", + "-", -1, 0.528, "", @@ -189938,7 +189938,7 @@ 322.311, 541.312, 322.311, - "y", + ":", -1, 0.528, "", @@ -189961,7 +189961,7 @@ 322.311, 542.261, 322.311, - " ", + ")", -1, 0.528, "", @@ -189984,7 +189984,7 @@ 322.311, 542.789, 322.311, - "d", + "(", -1, 0.528, "", @@ -190007,7 +190007,7 @@ 322.311, 543.845, 322.311, - "i", + "!", -1, 0.528, "", @@ -190030,7 +190030,7 @@ 322.311, 544.266, 322.311, - "m", + "\"", -1, 0.528, "", @@ -190053,7 +190053,7 @@ 322.311, 545.848, 322.311, - "e", + "'", -1, 0.528, "", @@ -190076,7 +190076,7 @@ 322.311, 546.904, 322.311, - "n", + "0", -1, 0.528, "", @@ -190099,7 +190099,7 @@ 322.311, 547.964, 322.311, - "-", + ">", -1, 0.528, "", @@ -190122,7 +190122,7 @@ 320.033, 449.101, 320.033, - "s", + "+", -1, 0.528, "", @@ -190145,7 +190145,7 @@ 320.033, 450.05, 320.033, - "i", + "!", -1, 0.528, "", @@ -190168,7 +190168,7 @@ 320.033, 450.472, 320.033, - "o", + "%", -1, 0.528, "", @@ -190191,7 +190191,7 @@ 320.033, 451.528, 320.033, - "n", + "0", -1, 0.528, "", @@ -190214,7 +190214,7 @@ 320.033, 452.583, 320.033, - "s", + "+", -1, 0.528, "", @@ -190237,7 +190237,7 @@ 320.033, 453.533, 320.033, - ",", + "7", -1, 0.528, "", @@ -190260,7 +190260,7 @@ 320.033, 454.061, 320.033, - " ", + ")", -1, 0.528, "", @@ -190283,7 +190283,7 @@ 320.033, 454.589, 320.033, - "r", + "$", -1, 0.528, "", @@ -190306,7 +190306,7 @@ 320.033, 455.221, 320.033, - "u", + "6", -1, 0.528, "", @@ -190329,7 +190329,7 @@ 320.033, 456.277, 320.033, - "n", + "0", -1, 0.528, "", @@ -190352,7 +190352,7 @@ 320.033, 457.333, 320.033, - "w", + "4", -1, 0.528, "", @@ -190375,7 +190375,7 @@ 320.033, 458.704, 320.033, - "a", + "-", -1, 0.528, "", @@ -190398,7 +190398,7 @@ 320.033, 459.759, 320.033, - "y", + ":", -1, 0.528, "", @@ -190421,7 +190421,7 @@ 320.033, 460.709, 320.033, - " ", + ")", -1, 0.528, "", @@ -190444,7 +190444,7 @@ 320.033, 461.237, 320.033, - "s", + "+", -1, 0.528, "", @@ -190467,7 +190467,7 @@ 320.033, 462.186, 320.033, - "l", + "/", -1, 0.528, "", @@ -190490,7 +190490,7 @@ 320.033, 462.608, 320.033, - "o", + "%", -1, 0.528, "", @@ -190513,7 +190513,7 @@ 320.033, 463.663, 320.033, - "p", + "#", -1, 0.528, "", @@ -190536,7 +190536,7 @@ 320.033, 464.719, 320.033, - "e", + "'", -1, 0.528, "", @@ -190559,7 +190559,7 @@ 320.033, 465.775, 320.033, - ",", + "7", -1, 0.528, "", @@ -190582,7 +190582,7 @@ 320.033, 466.303, 320.033, - " ", + ")", -1, 0.528, "", @@ -190605,7 +190605,7 @@ 320.033, 466.831, 320.033, - "a", + "-", -1, 0.528, "", @@ -190628,7 +190628,7 @@ 320.033, 467.887, 320.033, - "r", + "$", -1, 0.528, "", @@ -190651,7 +190651,7 @@ 320.033, 468.519, 320.033, - "r", + "$", -1, 0.528, "", @@ -190674,7 +190674,7 @@ 320.033, 469.151, 320.033, - "e", + "'", -1, 0.528, "", @@ -190697,7 +190697,7 @@ 320.033, 470.207, 320.033, - "s", + "+", -1, 0.528, "", @@ -190720,7 +190720,7 @@ 320.033, 471.157, 320.033, - "t", + ",", -1, 0.528, "", @@ -190743,7 +190743,7 @@ 320.033, 471.684, 320.033, - "i", + "!", -1, 0.528, "", @@ -190766,7 +190766,7 @@ 320.033, 472.106, 320.033, - "n", + "0", -1, 0.528, "", @@ -190789,7 +190789,7 @@ 320.033, 473.162, 320.033, - "g", + "5", -1, 0.528, "", @@ -190812,7 +190812,7 @@ 320.033, 474.218, 320.033, - " ", + ")", -1, 0.528, "", @@ -190835,7 +190835,7 @@ 320.033, 474.745, 320.033, - "g", + "5", -1, 0.528, "", @@ -190858,7 +190858,7 @@ 320.033, 475.801, 320.033, - "e", + "'", -1, 0.528, "", @@ -190881,7 +190881,7 @@ 320.033, 476.857, 320.033, - "a", + "-", -1, 0.528, "", @@ -190904,7 +190904,7 @@ 320.033, 477.913, 320.033, - "r", + "$", -1, 0.528, "", @@ -190927,7 +190927,7 @@ 320.033, 478.444, 320.033, - ",", + "7", -1, 0.528, "", @@ -190950,7 +190950,7 @@ 320.033, 478.972, 320.033, - " ", + ")", -1, 0.528, "", @@ -190973,7 +190973,7 @@ 320.033, 479.5, 320.033, - "a", + "-", -1, 0.528, "", @@ -190996,7 +190996,7 @@ 320.033, 480.555, 320.033, - "n", + "0", -1, 0.528, "", @@ -191019,7 +191019,7 @@ 320.033, 481.611, 320.033, - "d", + "(", -1, 0.528, "", @@ -191042,7 +191042,7 @@ 320.033, 482.667, 320.033, - " ", + ")", -1, 0.528, "", @@ -191065,7 +191065,7 @@ 320.033, 483.195, 320.033, - "d", + "(", -1, 0.528, "", @@ -191088,7 +191088,7 @@ 320.033, 484.251, 320.033, - "i", + "!", -1, 0.528, "", @@ -191111,7 +191111,7 @@ 320.033, 484.672, 320.033, - "s", + "+", -1, 0.528, "", @@ -191134,7 +191134,7 @@ 320.033, 485.622, 320.033, - "p", + "#", -1, 0.528, "", @@ -191157,7 +191157,7 @@ 320.033, 486.677, 320.033, - "l", + "/", -1, 0.528, "", @@ -191180,7 +191180,7 @@ 320.033, 487.099, 320.033, - "a", + "-", -1, 0.528, "", @@ -191203,7 +191203,7 @@ 320.033, 488.155, 320.033, - "c", + ".", -1, 0.528, "", @@ -191226,7 +191226,7 @@ 320.033, 489.104, 320.033, - "e", + "'", -1, 0.528, "", @@ -191249,7 +191249,7 @@ 320.033, 490.16, 320.033, - "d", + "(", -1, 0.528, "", @@ -191272,7 +191272,7 @@ 320.033, 491.216, 320.033, - " ", + ")", -1, 0.528, "", @@ -191295,7 +191295,7 @@ 320.033, 491.744, 320.033, - "t", + ",", -1, 0.528, "", @@ -191318,7 +191318,7 @@ 320.033, 492.272, 320.033, - "h", + "3", -1, 0.528, "", @@ -191341,7 +191341,7 @@ 320.033, 493.327, 320.033, - "r", + "$", -1, 0.528, "", @@ -191364,7 +191364,7 @@ 320.033, 493.96, 320.033, - "e", + "'", -1, 0.528, "", @@ -191387,7 +191387,7 @@ 320.033, 495.016, 320.033, - "s", + "+", -1, 0.528, "", @@ -191410,7 +191410,7 @@ 320.033, 495.965, 320.033, - "h", + "3", -1, 0.528, "", @@ -191433,7 +191433,7 @@ 320.033, 497.021, 320.033, - "o", + "%", -1, 0.528, "", @@ -191456,7 +191456,7 @@ 320.033, 498.077, 320.033, - "l", + "/", -1, 0.528, "", @@ -191479,7 +191479,7 @@ 320.033, 498.498, 320.033, - "d", + "(", -1, 0.528, "", @@ -191502,7 +191502,7 @@ 320.033, 499.554, 320.033, - ".", + "1", -1, 0.528, "", @@ -191640,7 +191640,7 @@ 315.475, 453.85, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -191916,7 +191916,7 @@ 315.475, 463.77, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192169,7 +192169,7 @@ 315.475, 473.585, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192376,7 +192376,7 @@ 315.475, 480.129, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192399,7 +192399,7 @@ 315.475, 480.657, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192514,7 +192514,7 @@ 315.475, 484.667, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192721,7 +192721,7 @@ 315.475, 493.112, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192928,7 +192928,7 @@ 315.475, 500.922, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192951,7 +192951,7 @@ 315.475, 501.45, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193135,7 +193135,7 @@ 315.475, 507.359, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193296,7 +193296,7 @@ 315.475, 514.116, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193319,7 +193319,7 @@ 315.475, 514.643, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193549,7 +193549,7 @@ 315.475, 523.192, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193572,7 +193572,7 @@ 315.475, 523.72, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193756,7 +193756,7 @@ 315.475, 529.947, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193894,7 +193894,7 @@ 315.475, 535.022, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193917,7 +193917,7 @@ 315.475, 535.55, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194101,7 +194101,7 @@ 315.475, 543.815, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194124,7 +194124,7 @@ 315.475, 544.343, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194239,7 +194239,7 @@ 315.475, 547.826, 315.475, - "-", + ">", -1, 0.528, "", @@ -194262,7 +194262,7 @@ 313.197, 449.101, 313.197, - "p", + "#", -1, 0.528, "", @@ -194285,7 +194285,7 @@ 313.197, 450.157, 313.197, - "a", + "-", -1, 0.528, "", @@ -194308,7 +194308,7 @@ 313.197, 451.212, 313.197, - "d", + "(", -1, 0.528, "", @@ -194331,7 +194331,7 @@ 313.197, 452.268, 313.197, - "s", + "+", -1, 0.528, "", @@ -194354,7 +194354,7 @@ 313.197, 453.218, 313.197, - " ", + ")", -1, 0.528, "", @@ -194377,7 +194377,7 @@ 313.197, 453.745, 313.197, - "m", + "\"", -1, 0.528, "", @@ -194400,7 +194400,7 @@ 313.197, 455.327, 313.197, - "a", + "-", -1, 0.528, "", @@ -194423,7 +194423,7 @@ 313.197, 456.383, 313.197, - "y", + ":", -1, 0.528, "", @@ -194446,7 +194446,7 @@ 313.197, 457.333, 313.197, - " ", + ")", -1, 0.528, "", @@ -194469,7 +194469,7 @@ 313.197, 457.86, 313.197, - "a", + "-", -1, 0.528, "", @@ -194492,7 +194492,7 @@ 313.197, 458.916, 313.197, - "l", + "/", -1, 0.528, "", @@ -194515,7 +194515,7 @@ 313.197, 459.338, 313.197, - "s", + "+", -1, 0.528, "", @@ -194538,7 +194538,7 @@ 313.197, 460.287, 313.197, - "o", + "%", -1, 0.528, "", @@ -194561,7 +194561,7 @@ 313.197, 461.343, 313.197, - " ", + ")", -1, 0.528, "", @@ -194584,7 +194584,7 @@ 313.197, 461.871, 313.197, - "b", + "*", -1, 0.528, "", @@ -194607,7 +194607,7 @@ 313.197, 462.927, 313.197, - "e", + "'", -1, 0.528, "", @@ -194630,7 +194630,7 @@ 313.197, 463.982, 313.197, - " ", + ")", -1, 0.528, "", @@ -194653,7 +194653,7 @@ 313.197, 464.51, 313.197, - "s", + "+", -1, 0.528, "", @@ -194676,7 +194676,7 @@ 313.197, 465.46, 313.197, - "h", + "3", -1, 0.528, "", @@ -194699,7 +194699,7 @@ 313.197, 466.516, 313.197, - "o", + "%", -1, 0.528, "", @@ -194722,7 +194722,7 @@ 313.197, 467.571, 313.197, - "w", + "4", -1, 0.528, "", @@ -194745,7 +194745,7 @@ 313.197, 468.942, 313.197, - "n", + "0", -1, 0.528, "", @@ -194768,7 +194768,7 @@ 313.197, 469.998, 313.197, - ".", + "1", -1, 0.528, "", @@ -194952,7 +194952,7 @@ 308.639, 455.43, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195182,7 +195182,7 @@ 308.639, 464.4, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195274,7 +195274,7 @@ 308.639, 468.304, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195504,7 +195504,7 @@ 308.639, 479.344, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195619,7 +195619,7 @@ 308.639, 484.409, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195849,7 +195849,7 @@ 304.082, 449.101, 304.082, - "T", + "2", -1, 0.528, "", @@ -195872,7 +195872,7 @@ 304.082, 450.261, 304.082, - "h", + "3", -1, 0.528, "", @@ -195895,7 +195895,7 @@ 304.082, 451.317, 304.082, - "e", + "'", -1, 0.528, "", @@ -195918,7 +195918,7 @@ 304.082, 452.373, 304.082, - " ", + ")", -1, 0.528, "", @@ -195941,7 +195941,7 @@ 304.082, 452.9, 304.082, - "a", + "-", -1, 0.528, "", @@ -195964,7 +195964,7 @@ 304.082, 453.956, 304.082, - "i", + "!", -1, 0.528, "", @@ -195987,7 +195987,7 @@ 304.082, 454.378, 304.082, - "r", + "$", -1, 0.528, "", @@ -196010,7 +196010,7 @@ 304.082, 455.01, 304.082, - "p", + "#", -1, 0.528, "", @@ -196033,7 +196033,7 @@ 304.082, 456.066, 304.082, - "o", + "%", -1, 0.528, "", @@ -196056,7 +196056,7 @@ 304.082, 457.122, 304.082, - "r", + "$", -1, 0.528, "", @@ -196079,7 +196079,7 @@ 304.082, 457.754, 304.082, - "t", + ",", -1, 0.528, "", @@ -196102,7 +196102,7 @@ 304.082, 458.282, 304.082, - " ", + ")", -1, 0.528, "", @@ -196125,7 +196125,7 @@ 304.082, 458.81, 304.082, - "e", + "'", -1, 0.528, "", @@ -196148,7 +196148,7 @@ 304.082, 459.866, 304.082, - "l", + "/", -1, 0.528, "", @@ -196171,7 +196171,7 @@ 304.082, 460.287, 304.082, - "e", + "'", -1, 0.528, "", @@ -196194,7 +196194,7 @@ 304.082, 461.343, 304.082, - "v", + "&", -1, 0.528, "", @@ -196217,7 +196217,7 @@ 304.082, 462.292, 304.082, - "a", + "-", -1, 0.528, "", @@ -196240,7 +196240,7 @@ 304.082, 463.348, 304.082, - "t", + ",", -1, 0.528, "", @@ -196263,7 +196263,7 @@ 304.082, 463.876, 304.082, - "i", + "!", -1, 0.528, "", @@ -196286,7 +196286,7 @@ 304.082, 464.298, 304.082, - "o", + "%", -1, 0.528, "", @@ -196309,7 +196309,7 @@ 304.082, 465.353, 304.082, - "n", + "0", -1, 0.528, "", @@ -196332,7 +196332,7 @@ 304.082, 466.409, 304.082, - " ", + ")", -1, 0.528, "", @@ -196355,7 +196355,7 @@ 304.082, 466.937, 304.082, - "i", + "!", -1, 0.528, "", @@ -196378,7 +196378,7 @@ 304.082, 467.359, 304.082, - "s", + "+", -1, 0.528, "", @@ -196401,7 +196401,7 @@ 304.082, 468.308, 304.082, - " ", + ")", -1, 0.528, "", @@ -196424,7 +196424,7 @@ 304.082, 468.836, 304.082, - "s", + "+", -1, 0.528, "", @@ -196447,7 +196447,7 @@ 304.082, 469.786, 304.082, - "h", + "3", -1, 0.528, "", @@ -196470,7 +196470,7 @@ 304.082, 470.841, 304.082, - "o", + "%", -1, 0.528, "", @@ -196493,7 +196493,7 @@ 304.082, 471.897, 304.082, - "w", + "4", -1, 0.528, "", @@ -196516,7 +196516,7 @@ 304.082, 473.268, 304.082, - "n", + "0", -1, 0.528, "", @@ -196539,7 +196539,7 @@ 304.082, 474.324, 304.082, - " ", + ")", -1, 0.528, "", @@ -196562,7 +196562,7 @@ 304.082, 474.852, 304.082, - "e", + "'", -1, 0.528, "", @@ -196585,7 +196585,7 @@ 304.082, 475.908, 304.082, - "n", + "0", -1, 0.528, "", @@ -196608,7 +196608,7 @@ 304.082, 476.963, 304.082, - "c", + ".", -1, 0.528, "", @@ -196631,7 +196631,7 @@ 304.082, 477.913, 304.082, - "l", + "/", -1, 0.528, "", @@ -196654,7 +196654,7 @@ 304.082, 478.334, 304.082, - "o", + "%", -1, 0.528, "", @@ -196677,7 +196677,7 @@ 304.082, 479.39, 304.082, - "s", + "+", -1, 0.528, "", @@ -196700,7 +196700,7 @@ 304.082, 480.34, 304.082, - "e", + "'", -1, 0.528, "", @@ -196723,7 +196723,7 @@ 304.082, 481.395, 304.082, - "d", + "(", -1, 0.528, "", @@ -196746,7 +196746,7 @@ 304.082, 482.451, 304.082, - " ", + ")", -1, 0.528, "", @@ -196769,7 +196769,7 @@ 304.082, 482.979, 304.082, - "w", + "4", -1, 0.528, "", @@ -196792,7 +196792,7 @@ 304.082, 484.35, 304.082, - "i", + "!", -1, 0.528, "", @@ -196815,7 +196815,7 @@ 304.082, 484.772, 304.082, - "t", + ",", -1, 0.528, "", @@ -196838,7 +196838,7 @@ 304.082, 485.3, 304.082, - "h", + "3", -1, 0.528, "", @@ -196861,7 +196861,7 @@ 304.082, 486.355, 304.082, - "i", + "!", -1, 0.528, "", @@ -196884,7 +196884,7 @@ 304.082, 486.777, 304.082, - "n", + "0", -1, 0.528, "", @@ -196907,7 +196907,7 @@ 304.082, 487.833, 304.082, - " ", + ")", -1, 0.528, "", @@ -196930,7 +196930,7 @@ 304.082, 488.361, 304.082, - "a", + "-", -1, 0.528, "", @@ -196953,7 +196953,7 @@ 304.082, 489.416, 304.082, - " ", + ")", -1, 0.528, "", @@ -196976,7 +196976,7 @@ 304.082, 489.944, 304.082, - "b", + "*", -1, 0.528, "", @@ -196999,7 +196999,7 @@ 304.082, 491.0, 304.082, - "o", + "%", -1, 0.528, "", @@ -197022,7 +197022,7 @@ 304.082, 492.056, 304.082, - "x", + "9", -1, 0.528, "", @@ -197045,7 +197045,7 @@ 304.082, 493.005, 304.082, - " ", + ")", -1, 0.528, "", @@ -197068,7 +197068,7 @@ 304.082, 493.533, 304.082, - "i", + "!", -1, 0.528, "", @@ -197091,7 +197091,7 @@ 304.082, 493.955, 304.082, - "n", + "0", -1, 0.528, "", @@ -197114,7 +197114,7 @@ 304.082, 495.011, 304.082, - " ", + ")", -1, 0.528, "", @@ -197137,7 +197137,7 @@ 304.082, 495.539, 304.082, - "t", + ",", -1, 0.528, "", @@ -197160,7 +197160,7 @@ 304.082, 496.066, 304.082, - "h", + "3", -1, 0.528, "", @@ -197183,7 +197183,7 @@ 304.082, 497.122, 304.082, - "e", + "'", -1, 0.528, "", @@ -197206,7 +197206,7 @@ 304.082, 498.178, 304.082, - " ", + ")", -1, 0.528, "", @@ -197229,7 +197229,7 @@ 304.082, 498.706, 304.082, - "u", + "6", -1, 0.528, "", @@ -197252,7 +197252,7 @@ 304.082, 499.762, 304.082, - "p", + "#", -1, 0.528, "", @@ -197275,7 +197275,7 @@ 304.082, 500.817, 304.082, - "p", + "#", -1, 0.528, "", @@ -197298,7 +197298,7 @@ 304.082, 501.873, 304.082, - "e", + "'", -1, 0.528, "", @@ -197321,7 +197321,7 @@ 304.082, 502.929, 304.082, - "r", + "$", -1, 0.528, "", @@ -197344,7 +197344,7 @@ 304.082, 503.561, 304.082, - " ", + ")", -1, 0.528, "", @@ -197367,7 +197367,7 @@ 304.082, 504.089, 304.082, - "l", + "/", -1, 0.528, "", @@ -197390,7 +197390,7 @@ 304.082, 504.511, 304.082, - "e", + "'", -1, 0.528, "", @@ -197413,7 +197413,7 @@ 304.082, 505.567, 304.082, - "f", + "8", -1, 0.528, "", @@ -197436,7 +197436,7 @@ 304.082, 506.095, 304.082, - "t", + ",", -1, 0.528, "", @@ -197459,7 +197459,7 @@ 304.082, 506.622, 304.082, - " ", + ")", -1, 0.528, "", @@ -197482,7 +197482,7 @@ 304.082, 507.15, 304.082, - "c", + ".", -1, 0.528, "", @@ -197505,7 +197505,7 @@ 304.082, 508.1, 304.082, - "o", + "%", -1, 0.528, "", @@ -197528,7 +197528,7 @@ 304.082, 509.156, 304.082, - "r", + "$", -1, 0.528, "", @@ -197551,7 +197551,7 @@ 304.082, 509.788, 304.082, - "n", + "0", -1, 0.528, "", @@ -197574,7 +197574,7 @@ 304.082, 510.844, 304.082, - "e", + "'", -1, 0.528, "", @@ -197597,7 +197597,7 @@ 304.082, 511.899, 304.082, - "r", + "$", -1, 0.528, "", @@ -197620,7 +197620,7 @@ 304.082, 512.532, 304.082, - " ", + ")", -1, 0.528, "", @@ -197643,7 +197643,7 @@ 304.082, 513.06, 304.082, - "o", + "%", -1, 0.528, "", @@ -197666,7 +197666,7 @@ 304.082, 514.116, 304.082, - "f", + "8", -1, 0.528, "", @@ -197689,7 +197689,7 @@ 304.082, 514.643, 304.082, - " ", + ")", -1, 0.528, "", @@ -197712,7 +197712,7 @@ 304.082, 515.171, 304.082, - "t", + ",", -1, 0.528, "", @@ -197735,7 +197735,7 @@ 304.082, 515.699, 304.082, - "h", + "3", -1, 0.528, "", @@ -197758,7 +197758,7 @@ 304.082, 516.755, 304.082, - "e", + "'", -1, 0.528, "", @@ -197781,7 +197781,7 @@ 304.082, 517.811, 304.082, - " ", + ")", -1, 0.528, "", @@ -197804,7 +197804,7 @@ 304.082, 518.339, 304.082, - "s", + "+", -1, 0.528, "", @@ -197827,7 +197827,7 @@ 304.082, 519.288, 304.082, - "k", + "=", -1, 0.528, "", @@ -197850,7 +197850,7 @@ 304.082, 520.238, 304.082, - "e", + "'", -1, 0.528, "", @@ -197873,7 +197873,7 @@ 304.082, 521.293, 304.082, - "t", + ",", -1, 0.528, "", @@ -197896,7 +197896,7 @@ 304.082, 521.821, 304.082, - "c", + ".", -1, 0.528, "", @@ -197919,7 +197919,7 @@ 304.082, 522.771, 304.082, - "h", + "3", -1, 0.528, "", @@ -197942,7 +197942,7 @@ 304.082, 523.827, 304.082, - " ", + ")", -1, 0.528, "", @@ -197965,7 +197965,7 @@ 304.082, 524.354, 304.082, - "b", + "*", -1, 0.528, "", @@ -197988,7 +197988,7 @@ 304.082, 525.41, 304.082, - "o", + "%", -1, 0.528, "", @@ -198011,7 +198011,7 @@ 304.082, 526.466, 304.082, - "x", + "9", -1, 0.528, "", @@ -198034,7 +198034,7 @@ 304.082, 527.415, 304.082, - " ", + ")", -1, 0.528, "", @@ -198057,7 +198057,7 @@ 304.082, 527.943, 304.082, - "a", + "-", -1, 0.528, "", @@ -198080,7 +198080,7 @@ 304.082, 528.999, 304.082, - "n", + "0", -1, 0.528, "", @@ -198103,7 +198103,7 @@ 304.082, 530.055, 304.082, - "d", + "(", -1, 0.528, "", @@ -198126,7 +198126,7 @@ 304.082, 531.111, 304.082, - " ", + ")", -1, 0.528, "", @@ -198149,7 +198149,7 @@ 304.082, 531.639, 304.082, - "t", + ",", -1, 0.528, "", @@ -198172,7 +198172,7 @@ 304.082, 532.167, 304.082, - "h", + "3", -1, 0.528, "", @@ -198195,7 +198195,7 @@ 304.082, 533.222, 304.082, - "e", + "'", -1, 0.528, "", @@ -198218,7 +198218,7 @@ 304.082, 534.278, 304.082, - " ", + ")", -1, 0.528, "", @@ -198241,7 +198241,7 @@ 304.082, 534.806, 304.082, - "t", + ",", -1, 0.528, "", @@ -198264,7 +198264,7 @@ 304.082, 535.334, 304.082, - "o", + "%", -1, 0.528, "", @@ -198287,7 +198287,7 @@ 304.082, 536.39, 304.082, - "u", + "6", -1, 0.528, "", @@ -198310,7 +198310,7 @@ 304.082, 537.445, 304.082, - "c", + ".", -1, 0.528, "", @@ -198333,7 +198333,7 @@ 304.082, 538.395, 304.082, - "h", + "3", -1, 0.528, "", @@ -198356,7 +198356,7 @@ 304.082, 539.451, 304.082, - "d", + "(", -1, 0.528, "", @@ -198379,7 +198379,7 @@ 304.082, 540.507, 304.082, - "o", + "%", -1, 0.528, "", @@ -198402,7 +198402,7 @@ 304.082, 541.562, 304.082, - "w", + "4", -1, 0.528, "", @@ -198425,7 +198425,7 @@ 304.082, 542.933, 304.082, - "n", + "0", -1, 0.528, "", @@ -198448,7 +198448,7 @@ 304.082, 543.989, 304.082, - " ", + ")", -1, 0.528, "", @@ -198471,7 +198471,7 @@ 304.082, 544.517, 304.082, - "z", + "K", -1, 0.528, "", @@ -198494,7 +198494,7 @@ 304.082, 545.466, 304.082, - "o", + "%", -1, 0.528, "", @@ -198517,7 +198517,7 @@ 304.082, 546.522, 304.082, - "n", + "0", -1, 0.528, "", @@ -198540,7 +198540,7 @@ 304.082, 547.578, 304.082, - "e", + "'", -1, 0.528, "", @@ -198563,7 +198563,7 @@ 304.082, 548.634, 304.082, - " ", + ")", -1, 0.528, "", @@ -198586,7 +198586,7 @@ 301.803, 449.101, 301.803, - "e", + "'", -1, 0.528, "", @@ -198609,7 +198609,7 @@ 301.803, 450.157, 301.803, - "l", + "/", -1, 0.528, "", @@ -198632,7 +198632,7 @@ 301.803, 450.578, 301.803, - "e", + "'", -1, 0.528, "", @@ -198655,7 +198655,7 @@ 301.803, 451.634, 301.803, - "v", + "&", -1, 0.528, "", @@ -198678,7 +198678,7 @@ 301.803, 452.583, 301.803, - "a", + "-", -1, 0.528, "", @@ -198701,7 +198701,7 @@ 301.803, 453.639, 301.803, - "t", + ",", -1, 0.528, "", @@ -198724,7 +198724,7 @@ 301.803, 454.167, 301.803, - "i", + "!", -1, 0.528, "", @@ -198747,7 +198747,7 @@ 301.803, 454.589, 301.803, - "o", + "%", -1, 0.528, "", @@ -198770,7 +198770,7 @@ 301.803, 455.644, 301.803, - "n", + "0", -1, 0.528, "", @@ -198793,7 +198793,7 @@ 301.803, 456.7, 301.803, - " ", + ")", -1, 0.528, "", @@ -198816,7 +198816,7 @@ 301.803, 457.228, 301.803, - "(", + "@", -1, 0.528, "", @@ -198839,7 +198839,7 @@ 301.803, 457.86, 301.803, - "T", + "2", -1, 0.528, "", @@ -198862,7 +198862,7 @@ 301.803, 459.021, 301.803, - "D", + "I", -1, 0.528, "", @@ -198885,7 +198885,7 @@ 301.803, 460.392, 301.803, - "Z", + "L", -1, 0.528, "", @@ -198908,7 +198908,7 @@ 301.803, 461.552, 301.803, - "E", + "M", -1, 0.528, "", @@ -198931,7 +198931,7 @@ 301.803, 462.818, 301.803, - ")", + "A", -1, 0.528, "", @@ -198954,7 +198954,7 @@ 301.803, 463.451, 301.803, - " ", + ")", -1, 0.528, "", @@ -198977,7 +198977,7 @@ 301.803, 463.979, 301.803, - "i", + "!", -1, 0.528, "", @@ -199000,7 +199000,7 @@ 301.803, 464.4, 301.803, - "s", + "+", -1, 0.528, "", @@ -199023,7 +199023,7 @@ 301.803, 465.35, 301.803, - " ", + ")", -1, 0.528, "", @@ -199046,7 +199046,7 @@ 301.803, 465.878, 301.803, - "s", + "+", -1, 0.528, "", @@ -199069,7 +199069,7 @@ 301.803, 466.827, 301.803, - "h", + "3", -1, 0.528, "", @@ -199092,7 +199092,7 @@ 301.803, 467.883, 301.803, - "o", + "%", -1, 0.528, "", @@ -199115,7 +199115,7 @@ 301.803, 468.939, 301.803, - "w", + "4", -1, 0.528, "", @@ -199138,7 +199138,7 @@ 301.803, 470.31, 301.803, - "n", + "0", -1, 0.528, "", @@ -199161,7 +199161,7 @@ 301.803, 471.365, 301.803, - " ", + ")", -1, 0.528, "", @@ -199184,7 +199184,7 @@ 301.803, 471.893, 301.803, - "i", + "!", -1, 0.528, "", @@ -199207,7 +199207,7 @@ 301.803, 472.315, 301.803, - "n", + "0", -1, 0.528, "", @@ -199230,7 +199230,7 @@ 301.803, 473.371, 301.803, - " ", + ")", -1, 0.528, "", @@ -199253,7 +199253,7 @@ 301.803, 473.899, 301.803, - "t", + ",", -1, 0.528, "", @@ -199276,7 +199276,7 @@ 301.803, 474.426, 301.803, - "h", + "3", -1, 0.528, "", @@ -199299,7 +199299,7 @@ 301.803, 475.482, 301.803, - "e", + "'", -1, 0.528, "", @@ -199322,7 +199322,7 @@ 301.803, 476.538, 301.803, - " ", + ")", -1, 0.528, "", @@ -199345,7 +199345,7 @@ 301.803, 477.066, 301.803, - "u", + "6", -1, 0.528, "", @@ -199368,7 +199368,7 @@ 301.803, 478.122, 301.803, - "p", + "#", -1, 0.528, "", @@ -199391,7 +199391,7 @@ 301.803, 479.178, 301.803, - "p", + "#", -1, 0.528, "", @@ -199414,7 +199414,7 @@ 301.803, 480.233, 301.803, - "e", + "'", -1, 0.528, "", @@ -199437,7 +199437,7 @@ 301.803, 481.289, 301.803, - "r", + "$", -1, 0.528, "", @@ -199460,7 +199460,7 @@ 301.803, 481.921, 301.803, - " ", + ")", -1, 0.528, "", @@ -199483,7 +199483,7 @@ 301.803, 482.449, 301.803, - "r", + "$", -1, 0.528, "", @@ -199506,7 +199506,7 @@ 301.803, 483.082, 301.803, - "i", + "!", -1, 0.528, "", @@ -199529,7 +199529,7 @@ 301.803, 483.503, 301.803, - "g", + "5", -1, 0.528, "", @@ -199552,7 +199552,7 @@ 301.803, 484.559, 301.803, - "h", + "3", -1, 0.528, "", @@ -199575,7 +199575,7 @@ 301.803, 485.615, 301.803, - "t", + ",", -1, 0.528, "", @@ -199598,7 +199598,7 @@ 301.803, 486.143, 301.803, - " ", + ")", -1, 0.528, "", @@ -199621,7 +199621,7 @@ 301.803, 486.671, 301.803, - "c", + ".", -1, 0.528, "", @@ -199644,7 +199644,7 @@ 301.803, 487.62, 301.803, - "o", + "%", -1, 0.528, "", @@ -199667,7 +199667,7 @@ 301.803, 488.676, 301.803, - "r", + "$", -1, 0.528, "", @@ -199690,7 +199690,7 @@ 301.803, 489.308, 301.803, - "n", + "0", -1, 0.528, "", @@ -199713,7 +199713,7 @@ 301.803, 490.364, 301.803, - "e", + "'", -1, 0.528, "", @@ -199736,7 +199736,7 @@ 301.803, 491.42, 301.803, - "r", + "$", -1, 0.528, "", @@ -199759,7 +199759,7 @@ 301.803, 492.052, 301.803, - " ", + ")", -1, 0.528, "", @@ -199782,7 +199782,7 @@ 301.803, 492.58, 301.803, - "o", + "%", -1, 0.528, "", @@ -199805,7 +199805,7 @@ 301.803, 493.636, 301.803, - "f", + "8", -1, 0.528, "", @@ -199828,7 +199828,7 @@ 301.803, 494.164, 301.803, - " ", + ")", -1, 0.528, "", @@ -199851,7 +199851,7 @@ 301.803, 494.692, 301.803, - "t", + ",", -1, 0.528, "", @@ -199874,7 +199874,7 @@ 301.803, 495.219, 301.803, - "h", + "3", -1, 0.528, "", @@ -199897,7 +199897,7 @@ 301.803, 496.275, 301.803, - "e", + "'", -1, 0.528, "", @@ -199920,7 +199920,7 @@ 301.803, 497.331, 301.803, - " ", + ")", -1, 0.528, "", @@ -199943,7 +199943,7 @@ 301.803, 497.859, 301.803, - "s", + "+", -1, 0.528, "", @@ -199966,7 +199966,7 @@ 301.803, 498.808, 301.803, - "k", + "=", -1, 0.528, "", @@ -199989,7 +199989,7 @@ 301.803, 499.758, 301.803, - "e", + "'", -1, 0.528, "", @@ -200012,7 +200012,7 @@ 301.803, 500.814, 301.803, - "t", + ",", -1, 0.528, "", @@ -200035,7 +200035,7 @@ 301.803, 501.342, 301.803, - "c", + ".", -1, 0.528, "", @@ -200058,7 +200058,7 @@ 301.803, 502.291, 301.803, - "h", + "3", -1, 0.528, "", @@ -200081,7 +200081,7 @@ 301.803, 503.347, 301.803, - " ", + ")", -1, 0.528, "", @@ -200104,7 +200104,7 @@ 301.803, 503.875, 301.803, - "b", + "*", -1, 0.528, "", @@ -200127,7 +200127,7 @@ 301.803, 504.93, 301.803, - "o", + "%", -1, 0.528, "", @@ -200150,7 +200150,7 @@ 301.803, 505.986, 301.803, - "x", + "9", -1, 0.528, "", @@ -200173,7 +200173,7 @@ 301.803, 506.936, 301.803, - ".", + "1", -1, 0.528, "", @@ -200196,7 +200196,7 @@ 301.803, 507.464, 301.803, - " ", + ")", -1, 0.528, "", @@ -200219,7 +200219,7 @@ 301.803, 507.96, 301.803, - "T", + "2", -1, 0.528, "", @@ -200242,7 +200242,7 @@ 301.803, 509.121, 301.803, - "h", + "3", -1, 0.528, "", @@ -200265,7 +200265,7 @@ 301.803, 510.176, 301.803, - "e", + "'", -1, 0.528, "", @@ -200288,7 +200288,7 @@ 301.803, 511.232, 301.803, - " ", + ")", -1, 0.528, "", @@ -200311,7 +200311,7 @@ 301.803, 511.76, 301.803, - "a", + "-", -1, 0.528, "", @@ -200334,7 +200334,7 @@ 301.803, 512.816, 301.803, - "i", + "!", -1, 0.528, "", @@ -200357,7 +200357,7 @@ 301.803, 513.237, 301.803, - "r", + "$", -1, 0.528, "", @@ -200380,7 +200380,7 @@ 301.803, 513.87, 301.803, - "p", + "#", -1, 0.528, "", @@ -200403,7 +200403,7 @@ 301.803, 514.926, 301.803, - "o", + "%", -1, 0.528, "", @@ -200426,7 +200426,7 @@ 301.803, 515.981, 301.803, - "r", + "$", -1, 0.528, "", @@ -200449,7 +200449,7 @@ 301.803, 516.614, 301.803, - "t", + ",", -1, 0.528, "", @@ -200472,7 +200472,7 @@ 301.803, 517.142, 301.803, - " ", + ")", -1, 0.528, "", @@ -200495,7 +200495,7 @@ 301.803, 517.67, 301.803, - "e", + "'", -1, 0.528, "", @@ -200518,7 +200518,7 @@ 301.803, 518.725, 301.803, - "l", + "/", -1, 0.528, "", @@ -200541,7 +200541,7 @@ 301.803, 519.147, 301.803, - "e", + "'", -1, 0.528, "", @@ -200564,7 +200564,7 @@ 301.803, 520.203, 301.803, - "v", + "&", -1, 0.528, "", @@ -200587,7 +200587,7 @@ 301.803, 521.152, 301.803, - "a", + "-", -1, 0.528, "", @@ -200610,7 +200610,7 @@ 301.803, 522.208, 301.803, - "t", + ",", -1, 0.528, "", @@ -200633,7 +200633,7 @@ 301.803, 522.736, 301.803, - "i", + "!", -1, 0.528, "", @@ -200656,7 +200656,7 @@ 301.803, 523.157, 301.803, - "o", + "%", -1, 0.528, "", @@ -200679,7 +200679,7 @@ 301.803, 524.213, 301.803, - "n", + "0", -1, 0.528, "", @@ -200702,7 +200702,7 @@ 301.803, 525.269, 301.803, - " ", + ")", -1, 0.528, "", @@ -200725,7 +200725,7 @@ 301.803, 525.797, 301.803, - "i", + "!", -1, 0.528, "", @@ -200748,7 +200748,7 @@ 301.803, 526.218, 301.803, - "s", + "+", -1, 0.528, "", @@ -200771,7 +200771,7 @@ 301.803, 527.168, 301.803, - " ", + ")", -1, 0.528, "", @@ -200794,7 +200794,7 @@ 301.803, 527.696, 301.803, - "t", + ",", -1, 0.528, "", @@ -200817,7 +200817,7 @@ 301.803, 528.224, 301.803, - "h", + "3", -1, 0.528, "", @@ -200840,7 +200840,7 @@ 301.803, 529.279, 301.803, - "e", + "'", -1, 0.528, "", @@ -200863,7 +200863,7 @@ 301.803, 530.335, 301.803, - " ", + ")", -1, 0.528, "", @@ -200886,7 +200886,7 @@ 301.803, 530.863, 301.803, - "h", + "3", -1, 0.528, "", @@ -200909,7 +200909,7 @@ 301.803, 531.919, 301.803, - "i", + "!", -1, 0.528, "", @@ -200932,7 +200932,7 @@ 301.803, 532.34, 301.803, - "g", + "5", -1, 0.528, "", @@ -200955,7 +200955,7 @@ 301.803, 533.396, 301.803, - "h", + "3", -1, 0.528, "", @@ -200978,7 +200978,7 @@ 301.803, 534.452, 301.803, - "e", + "'", -1, 0.528, "", @@ -201001,7 +201001,7 @@ 301.803, 535.508, 301.803, - "s", + "+", -1, 0.528, "", @@ -201024,7 +201024,7 @@ 301.803, 536.457, 301.803, - "t", + ",", -1, 0.528, "", @@ -201047,7 +201047,7 @@ 301.803, 536.985, 301.803, - " ", + ")", -1, 0.528, "", @@ -201070,7 +201070,7 @@ 301.803, 537.513, 301.803, - "p", + "#", -1, 0.528, "", @@ -201093,7 +201093,7 @@ 301.803, 538.569, 301.803, - "o", + "%", -1, 0.528, "", @@ -201116,7 +201116,7 @@ 301.803, 539.625, 301.803, - "i", + "!", -1, 0.528, "", @@ -201139,7 +201139,7 @@ 301.803, 540.046, 301.803, - "n", + "0", -1, 0.528, "", @@ -201162,7 +201162,7 @@ 301.803, 541.102, 301.803, - "t", + ",", -1, 0.528, "", @@ -201185,7 +201185,7 @@ 301.803, 541.63, 301.803, - " ", + ")", -1, 0.528, "", @@ -201208,7 +201208,7 @@ 301.803, 542.158, 301.803, - "o", + "%", -1, 0.528, "", @@ -201231,7 +201231,7 @@ 301.803, 543.214, 301.803, - "f", + "8", -1, 0.528, "", @@ -201254,7 +201254,7 @@ 301.803, 543.741, 301.803, - " ", + ")", -1, 0.528, "", @@ -201277,7 +201277,7 @@ 301.803, 544.269, 301.803, - "a", + "-", -1, 0.528, "", @@ -201300,7 +201300,7 @@ 301.803, 545.325, 301.803, - "n", + "0", -1, 0.528, "", @@ -201323,7 +201323,7 @@ 301.803, 546.381, 301.803, - " ", + ")", -1, 0.528, "", @@ -201553,7 +201553,7 @@ 299.525, 455.82, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -201714,7 +201714,7 @@ 299.525, 461.942, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -201898,7 +201898,7 @@ 299.525, 469.54, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202105,7 +202105,7 @@ 299.525, 478.51, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202174,7 +202174,7 @@ 299.525, 480.516, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202289,7 +202289,7 @@ 299.525, 484.211, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202404,7 +202404,7 @@ 299.525, 488.536, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202519,7 +202519,7 @@ 299.525, 493.814, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202611,7 +202611,7 @@ 299.525, 497.402, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202749,7 +202749,7 @@ 299.525, 501.835, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202772,7 +202772,7 @@ 299.525, 502.362, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202864,7 +202864,7 @@ 299.525, 506.132, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202979,7 +202979,7 @@ 299.525, 511.583, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203048,7 +203048,7 @@ 299.525, 513.482, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203140,7 +203140,7 @@ 299.525, 516.65, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203324,7 +203324,7 @@ 299.525, 523.3, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203554,7 +203554,7 @@ 299.525, 531.427, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203623,7 +203623,7 @@ 299.525, 533.432, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203715,7 +203715,7 @@ 299.525, 536.6, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203830,7 +203830,7 @@ 299.525, 540.187, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203853,7 +203853,7 @@ 299.525, 540.714, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203876,7 +203876,7 @@ 299.525, 541.77, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203899,7 +203899,7 @@ 299.525, 542.298, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203922,7 +203922,7 @@ 299.525, 543.354, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203945,7 +203945,7 @@ 299.525, 544.41, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203968,7 +203968,7 @@ 299.525, 545.466, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204083,7 +204083,7 @@ 299.525, 549.161, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204152,7 +204152,7 @@ 299.525, 551.272, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204175,7 +204175,7 @@ 297.246, 449.101, 297.246, - "t", + ",", -1, 0.528, "", @@ -204198,7 +204198,7 @@ 297.246, 449.629, 297.246, - "h", + "3", -1, 0.528, "", @@ -204221,7 +204221,7 @@ 297.246, 450.684, 297.246, - "e", + "'", -1, 0.528, "", @@ -204244,7 +204244,7 @@ 297.246, 451.74, 297.246, - " ", + ")", -1, 0.528, "", @@ -204267,7 +204267,7 @@ 297.246, 452.268, 297.246, - "l", + "/", -1, 0.528, "", @@ -204290,7 +204290,7 @@ 297.246, 452.69, 297.246, - "a", + "-", -1, 0.528, "", @@ -204313,7 +204313,7 @@ 297.246, 453.745, 297.246, - "n", + "0", -1, 0.528, "", @@ -204336,7 +204336,7 @@ 297.246, 454.801, 297.246, - "d", + "(", -1, 0.528, "", @@ -204359,7 +204359,7 @@ 297.246, 455.857, 297.246, - "i", + "!", -1, 0.528, "", @@ -204382,7 +204382,7 @@ 297.246, 456.279, 297.246, - "n", + "0", -1, 0.528, "", @@ -204405,7 +204405,7 @@ 297.246, 457.334, 297.246, - "g", + "5", -1, 0.528, "", @@ -204428,7 +204428,7 @@ 297.246, 458.39, 297.246, - " ", + ")", -1, 0.528, "", @@ -204451,7 +204451,7 @@ 297.246, 458.918, 297.246, - "s", + "+", -1, 0.528, "", @@ -204474,7 +204474,7 @@ 297.246, 459.868, 297.246, - "u", + "6", -1, 0.528, "", @@ -204497,7 +204497,7 @@ 297.246, 460.923, 297.246, - "r", + "$", -1, 0.528, "", @@ -204520,7 +204520,7 @@ 297.246, 461.556, 297.246, - "f", + "8", -1, 0.528, "", @@ -204543,7 +204543,7 @@ 297.246, 462.084, 297.246, - "a", + "-", -1, 0.528, "", @@ -204566,7 +204566,7 @@ 297.246, 463.139, 297.246, - "c", + ".", -1, 0.528, "", @@ -204589,7 +204589,7 @@ 297.246, 464.089, 297.246, - "e", + "'", -1, 0.528, "", @@ -204612,7 +204612,7 @@ 297.246, 465.145, 297.246, - ".", + "1", -1, 0.528, "", @@ -204635,7 +204635,7 @@ 297.246, 465.673, 297.246, - " ", + ")", -1, 0.528, "", @@ -204658,7 +204658,7 @@ 297.246, 466.2, 297.246, - "C", + "F", -1, 0.528, "", @@ -204681,7 +204681,7 @@ 297.246, 467.571, 297.246, - "i", + "!", -1, 0.528, "", @@ -204704,7 +204704,7 @@ 297.246, 467.993, 297.246, - "r", + "$", -1, 0.528, "", @@ -204727,7 +204727,7 @@ 297.246, 468.625, 297.246, - "c", + ".", -1, 0.528, "", @@ -204750,7 +204750,7 @@ 297.246, 469.575, 297.246, - "l", + "/", -1, 0.528, "", @@ -204773,7 +204773,7 @@ 297.246, 469.996, 297.246, - "i", + "!", -1, 0.528, "", @@ -204796,7 +204796,7 @@ 297.246, 470.418, 297.246, - "n", + "0", -1, 0.528, "", @@ -204819,7 +204819,7 @@ 297.246, 471.474, 297.246, - "g", + "5", -1, 0.528, "", @@ -204842,7 +204842,7 @@ 297.246, 472.529, 297.246, - " ", + ")", -1, 0.528, "", @@ -204865,7 +204865,7 @@ 297.246, 473.057, 297.246, - "o", + "%", -1, 0.528, "", @@ -204888,7 +204888,7 @@ 297.246, 474.113, 297.246, - "n", + "0", -1, 0.528, "", @@ -204911,7 +204911,7 @@ 297.246, 475.169, 297.246, - "l", + "/", -1, 0.528, "", @@ -204934,7 +204934,7 @@ 297.246, 475.59, 297.246, - "y", + ":", -1, 0.528, "", @@ -204957,7 +204957,7 @@ 297.246, 476.54, 297.246, - " ", + ")", -1, 0.528, "", @@ -204980,7 +204980,7 @@ 297.246, 477.068, 297.246, - "a", + "-", -1, 0.528, "", @@ -205003,7 +205003,7 @@ 297.246, 478.124, 297.246, - "p", + "#", -1, 0.528, "", @@ -205026,7 +205026,7 @@ 297.246, 479.179, 297.246, - "p", + "#", -1, 0.528, "", @@ -205049,7 +205049,7 @@ 297.246, 480.235, 297.246, - "r", + "$", -1, 0.528, "", @@ -205072,7 +205072,7 @@ 297.246, 480.868, 297.246, - "o", + "%", -1, 0.528, "", @@ -205095,7 +205095,7 @@ 297.246, 481.923, 297.246, - "a", + "-", -1, 0.528, "", @@ -205118,7 +205118,7 @@ 297.246, 482.979, 297.246, - "c", + ".", -1, 0.528, "", @@ -205141,7 +205141,7 @@ 297.246, 483.929, 297.246, - "h", + "3", -1, 0.528, "", @@ -205164,7 +205164,7 @@ 297.246, 484.984, 297.246, - "e", + "'", -1, 0.528, "", @@ -205187,7 +205187,7 @@ 297.246, 486.04, 297.246, - "s", + "+", -1, 0.528, "", @@ -205210,7 +205210,7 @@ 297.246, 486.99, 297.246, - " ", + ")", -1, 0.528, "", @@ -205233,7 +205233,7 @@ 297.246, 487.518, 297.246, - "w", + "4", -1, 0.528, "", @@ -205256,7 +205256,7 @@ 297.246, 488.889, 297.246, - "i", + "!", -1, 0.528, "", @@ -205279,7 +205279,7 @@ 297.246, 489.31, 297.246, - "l", + "/", -1, 0.528, "", @@ -205302,7 +205302,7 @@ 297.246, 490.153, 297.246, - " ", + ")", -1, 0.528, "", @@ -205325,7 +205325,7 @@ 297.246, 490.681, 297.246, - "n", + "0", -1, 0.528, "", @@ -205348,7 +205348,7 @@ 297.246, 491.737, 297.246, - "o", + "%", -1, 0.528, "", @@ -205371,7 +205371,7 @@ 297.246, 492.793, 297.246, - "t", + ",", -1, 0.528, "", @@ -205394,7 +205394,7 @@ 297.246, 493.321, 297.246, - " ", + ")", -1, 0.528, "", @@ -205417,7 +205417,7 @@ 297.246, 493.848, 297.246, - "s", + "+", -1, 0.528, "", @@ -205440,7 +205440,7 @@ 297.246, 494.798, 297.246, - "h", + "3", -1, 0.528, "", @@ -205463,7 +205463,7 @@ 297.246, 495.854, 297.246, - "o", + "%", -1, 0.528, "", @@ -205486,7 +205486,7 @@ 297.246, 496.91, 297.246, - "w", + "4", -1, 0.528, "", @@ -205509,7 +205509,7 @@ 297.246, 498.281, 297.246, - " ", + ")", -1, 0.528, "", @@ -205532,7 +205532,7 @@ 297.246, 498.808, 297.246, - "a", + "-", -1, 0.528, "", @@ -205555,7 +205555,7 @@ 297.246, 499.864, 297.246, - " ", + ")", -1, 0.528, "", @@ -205578,7 +205578,7 @@ 297.246, 500.365, 297.246, - "T", + "2", -1, 0.528, "", @@ -205601,7 +205601,7 @@ 297.246, 501.525, 297.246, - "D", + "I", -1, 0.528, "", @@ -205624,7 +205624,7 @@ 297.246, 502.896, 297.246, - "Z", + "L", -1, 0.528, "", @@ -205647,7 +205647,7 @@ 297.246, 504.056, 297.246, - "E", + "M", -1, 0.528, "", @@ -205670,7 +205670,7 @@ 297.246, 505.323, 297.246, - ".", + "1", -1, 0.528, "", @@ -205762,7 +205762,7 @@ 321.057, 444.85, 320.129, - "F", + "N", -1, 0.422, "", @@ -205785,7 +205785,7 @@ 321.986, 444.85, 320.973, - "A", + "H", -1, 0.422, "", @@ -205808,7 +205808,7 @@ 322.999, 444.85, 321.986, - "A", + "H", -1, 0.422, "", @@ -205831,7 +205831,7 @@ 323.338, 444.85, 322.916, - " ", + ")", -1, 0.422, "", @@ -205854,7 +205854,7 @@ 324.435, 444.85, 323.338, - "C", + "F", -1, 0.422, "", @@ -205877,7 +205877,7 @@ 325.279, 444.85, 324.435, - "h", + "3", -1, 0.422, "", @@ -205900,7 +205900,7 @@ 326.124, 444.85, 325.279, - "a", + "-", -1, 0.422, "", @@ -205923,7 +205923,7 @@ 326.63, 444.85, 326.124, - "r", + "$", -1, 0.422, "", @@ -205946,7 +205946,7 @@ 327.052, 444.85, 326.63, - "t", + ",", -1, 0.422, "", @@ -205969,7 +205969,7 @@ 327.474, 444.85, 327.052, - " ", + ")", -1, 0.422, "", @@ -205992,7 +205992,7 @@ 328.571, 444.85, 327.474, - "U", + "G", -1, 0.422, "", @@ -206015,7 +206015,7 @@ 329.331, 444.85, 328.571, - "s", + "+", -1, 0.422, "", @@ -206038,7 +206038,7 @@ 330.175, 444.85, 329.331, - "e", + "'", -1, 0.422, "", @@ -206061,7 +206061,7 @@ 330.681, 444.85, 330.175, - "r", + "$", -1, 0.422, "", @@ -206084,7 +206084,7 @@ 331.441, 444.85, 330.681, - "s", + "+", -1, 0.422, "", @@ -206107,7 +206107,7 @@ 331.778, 444.85, 331.441, - "'", + "O", -1, 0.422, "", @@ -206130,7 +206130,7 @@ 332.145, 444.85, 331.722, - " ", + ")", -1, 0.422, "", @@ -206153,7 +206153,7 @@ 333.327, 444.85, 332.145, - "G", + "P", -1, 0.422, "", @@ -206176,7 +206176,7 @@ 334.171, 444.85, 333.327, - "u", + "6", -1, 0.422, "", @@ -206199,7 +206199,7 @@ 334.508, 444.85, 334.171, - "i", + "!", -1, 0.422, "", @@ -206222,7 +206222,7 @@ 335.353, 444.85, 334.508, - "d", + "(", -1, 0.422, "", @@ -206245,7 +206245,7 @@ 336.198, 444.85, 335.353, - "e", + "'", -1, 0.422, "", @@ -206268,7 +206268,7 @@ 336.62, 444.85, 336.198, - " ", + ")", -1, 0.422, "", @@ -206291,7 +206291,7 @@ 337.126, 444.85, 336.62, - "-", + ">", -1, 0.422, "", @@ -206314,7 +206314,7 @@ 337.548, 444.85, 337.126, - " ", + ")", -1, 0.422, "", @@ -206337,7 +206337,7 @@ 338.449, 444.85, 337.521, - "T", + "2", -1, 0.422, "", @@ -206360,7 +206360,7 @@ 339.125, 444.85, 338.28, - "e", + "'", -1, 0.422, "", @@ -206383,7 +206383,7 @@ 339.631, 444.85, 339.125, - "r", + "$", -1, 0.422, "", @@ -206406,7 +206406,7 @@ 340.896, 444.85, 339.631, - "m", + "\"", -1, 0.422, "", @@ -206429,7 +206429,7 @@ 341.233, 444.85, 340.896, - "i", + "!", -1, 0.422, "", @@ -206452,7 +206452,7 @@ 342.078, 444.85, 341.233, - "n", + "0", -1, 0.422, "", @@ -206475,7 +206475,7 @@ 342.923, 444.85, 342.078, - "a", + "-", -1, 0.422, "", @@ -206498,7 +206498,7 @@ 343.26, 444.85, 342.923, - "l", + "/", -1, 0.422, "", @@ -206521,7 +206521,7 @@ 343.682, 444.85, 343.26, - " ", + ")", -1, 0.422, "", @@ -206544,7 +206544,7 @@ 344.696, 444.85, 343.682, - "P", + "<", -1, 0.422, "", @@ -206567,7 +206567,7 @@ 345.201, 444.85, 344.696, - "r", + "$", -1, 0.422, "", @@ -206590,7 +206590,7 @@ 346.046, 444.85, 345.201, - "o", + "%", -1, 0.422, "", @@ -206613,7 +206613,7 @@ 346.806, 444.85, 346.046, - "c", + ".", -1, 0.422, "", @@ -206636,7 +206636,7 @@ 347.65, 444.85, 346.806, - "e", + "'", -1, 0.422, "", @@ -206659,7 +206659,7 @@ 348.495, 444.85, 347.65, - "d", + "(", -1, 0.422, "", @@ -206682,7 +206682,7 @@ 349.34, 444.85, 348.495, - "u", + "6", -1, 0.422, "", @@ -206705,7 +206705,7 @@ 349.845, 444.85, 349.34, - "r", + "$", -1, 0.422, "", @@ -206728,7 +206728,7 @@ 350.69, 444.85, 349.845, - "e", + "'", -1, 0.422, "", @@ -206751,7 +206751,7 @@ 351.45, 444.85, 350.69, - "s", + "+", -1, 0.422, "", @@ -206774,7 +206774,7 @@ 351.872, 444.85, 351.45, - " ", + ")", -1, 0.422, "", @@ -206797,7 +206797,7 @@ 352.885, 444.85, 351.872, - "P", + "<", -1, 0.422, "", @@ -206820,7 +206820,7 @@ 353.73, 444.85, 352.885, - "u", + "6", -1, 0.422, "", @@ -206843,7 +206843,7 @@ 354.574, 444.85, 353.73, - "b", + "*", -1, 0.422, "", @@ -206866,7 +206866,7 @@ 354.912, 444.85, 354.574, - "l", + "/", -1, 0.422, "", @@ -206889,7 +206889,7 @@ 355.249, 444.85, 354.912, - "i", + "!", -1, 0.422, "", @@ -206912,7 +206912,7 @@ 356.008, 444.85, 355.249, - "c", + ".", -1, 0.422, "", @@ -206935,7 +206935,7 @@ 356.853, 444.85, 356.008, - "a", + "-", -1, 0.422, "", @@ -206958,7 +206958,7 @@ 357.275, 444.85, 356.853, - "t", + ",", -1, 0.422, "", @@ -206981,7 +206981,7 @@ 357.613, 444.85, 357.275, - "i", + "!", -1, 0.422, "", @@ -207004,7 +207004,7 @@ 358.457, 444.85, 357.613, - "o", + "%", -1, 0.422, "", @@ -207027,7 +207027,7 @@ 359.302, 444.85, 358.457, - "n", + "0", -1, 0.422, "", @@ -207050,7 +207050,7 @@ 359.724, 444.85, 359.302, - " ", + ")", -1, 0.422, "", @@ -207073,7 +207073,7 @@ 360.23, 444.85, 359.724, - "(", + "@", -1, 0.422, "", @@ -207096,7 +207096,7 @@ 361.158, 444.85, 360.23, - "T", + "2", -1, 0.422, "", @@ -207119,7 +207119,7 @@ 362.172, 444.85, 361.158, - "P", + "<", -1, 0.422, "", @@ -207142,7 +207142,7 @@ 363.185, 444.85, 362.172, - "P", + "<", -1, 0.422, "", @@ -207165,7 +207165,7 @@ 363.691, 444.85, 363.185, - ")", + "A", -1, 0.422, "", @@ -207188,7 +207188,7 @@ 364.113, 444.85, 363.691, - " ", + ")", -1, 0.422, "", @@ -207211,7 +207211,7 @@ 364.619, 444.85, 364.113, - "-", + ">", -1, 0.422, "", @@ -207234,7 +207234,7 @@ 365.041, 444.85, 364.619, - " ", + ")", -1, 0.422, "", @@ -207257,7 +207257,7 @@ 365.944, 444.85, 365.016, - "T", + "2", -1, 0.422, "", @@ -207280,7 +207280,7 @@ 366.62, 444.85, 365.776, - "e", + "'", -1, 0.422, "", @@ -207303,7 +207303,7 @@ 367.126, 444.85, 366.62, - "r", + "$", -1, 0.422, "", @@ -207326,7 +207326,7 @@ 368.392, 444.85, 367.126, - "m", + "\"", -1, 0.422, "", @@ -207349,7 +207349,7 @@ 369.151, 444.85, 368.392, - "s", + "+", -1, 0.422, "", @@ -263103,7 +263103,7 @@ 183.902, "P", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263126,7 +263126,7 @@ 183.902, "D", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263149,7 +263149,7 @@ 183.902, "F", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263172,7 +263172,7 @@ 183.902, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263195,7 +263195,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263218,7 +263218,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263241,7 +263241,7 @@ 183.902, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263264,7 +263264,7 @@ 183.902, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263287,7 +263287,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263310,7 +263310,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263333,7 +263333,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263356,7 +263356,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263379,7 +263379,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263402,7 +263402,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263425,7 +263425,7 @@ 183.902, "v", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263448,7 +263448,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263471,7 +263471,7 @@ 183.902, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263494,7 +263494,7 @@ 183.902, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263517,7 +263517,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263540,7 +263540,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263563,7 +263563,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263586,7 +263586,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263609,7 +263609,7 @@ 183.902, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263632,7 +263632,7 @@ 183.902, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263655,7 +263655,7 @@ 183.902, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263678,7 +263678,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263701,7 +263701,7 @@ 183.902, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263724,7 +263724,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263747,7 +263747,7 @@ 183.902, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263770,7 +263770,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263793,7 +263793,7 @@ 183.902, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263816,7 +263816,7 @@ 183.902, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263839,7 +263839,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263862,7 +263862,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263885,7 +263885,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263908,7 +263908,7 @@ 183.902, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263931,7 +263931,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263954,7 +263954,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263977,7 +263977,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264000,7 +264000,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264023,7 +264023,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264046,7 +264046,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264069,7 +264069,7 @@ 183.902, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264092,7 +264092,7 @@ 183.902, "j", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264115,7 +264115,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264138,7 +264138,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264161,7 +264161,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264184,7 +264184,7 @@ 183.902, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264207,7 +264207,7 @@ 183.902, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264230,7 +264230,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264253,7 +264253,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264276,7 +264276,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264299,7 +264299,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264322,7 +264322,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264345,7 +264345,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264368,7 +264368,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264391,7 +264391,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264414,7 +264414,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264437,7 +264437,7 @@ 172.943, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264460,7 +264460,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264483,7 +264483,7 @@ 172.943, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264506,7 +264506,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264529,7 +264529,7 @@ 172.943, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264552,7 +264552,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264575,7 +264575,7 @@ 172.943, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264598,7 +264598,7 @@ 172.943, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264621,7 +264621,7 @@ 172.943, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264644,7 +264644,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264667,7 +264667,7 @@ 172.943, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264690,7 +264690,7 @@ 172.943, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264713,7 +264713,7 @@ 172.943, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264736,7 +264736,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264759,7 +264759,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264782,7 +264782,7 @@ 172.943, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264805,7 +264805,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264828,7 +264828,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264851,7 +264851,7 @@ 172.943, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264874,7 +264874,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264897,7 +264897,7 @@ 172.943, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264920,7 +264920,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264943,7 +264943,7 @@ 172.943, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -265403,7 +265403,7 @@ 141.497, "B", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265426,7 +265426,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265449,7 +265449,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265472,7 +265472,7 @@ 141.497, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265495,7 +265495,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265518,7 +265518,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265541,7 +265541,7 @@ 141.497, "P", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265564,7 +265564,7 @@ 141.497, "fi", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265587,7 +265587,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265610,7 +265610,7 @@ 141.497, "z", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265633,7 +265633,7 @@ 141.497, "m", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265656,7 +265656,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265679,7 +265679,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265702,7 +265702,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265725,7 +265725,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265748,7 +265748,7 @@ 141.497, "C", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265771,7 +265771,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265794,7 +265794,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265817,7 +265817,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265840,7 +265840,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265863,7 +265863,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265886,7 +265886,7 @@ 141.497, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265909,7 +265909,7 @@ 141.497, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265932,7 +265932,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265955,7 +265955,7 @@ 141.497, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265978,7 +265978,7 @@ 141.497, "u", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266001,7 +266001,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266024,7 +266024,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266047,7 +266047,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266070,7 +266070,7 @@ 141.497, "M", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266093,7 +266093,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266116,7 +266116,7 @@ 141.497, "c", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266139,7 +266139,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266162,7 +266162,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266185,7 +266185,7 @@ 141.497, "l", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266208,7 +266208,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266231,7 +266231,7 @@ 141.497, "D", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266254,7 +266254,7 @@ 141.497, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266277,7 +266277,7 @@ 141.497, "l", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266300,7 +266300,7 @@ 141.497, "fi", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266323,7 +266323,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266346,7 +266346,7 @@ 141.497, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266369,7 +266369,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266392,7 +266392,7 @@ 141.497, "m", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266415,7 +266415,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266438,7 +266438,7 @@ 141.497, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266461,7 +266461,7 @@ 141.497, "S", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266484,7 +266484,7 @@ 141.497, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266507,7 +266507,7 @@ 141.497, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266530,7 +266530,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266553,7 +266553,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266576,7 +266576,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266599,7 +266599,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266622,7 +266622,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266645,7 +266645,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266668,7 +266668,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266691,7 +266691,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266714,7 +266714,7 @@ 141.497, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266737,7 +266737,7 @@ 141.497, "P", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266760,7 +266760,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266783,7 +266783,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266806,7 +266806,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266829,7 +266829,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266852,7 +266852,7 @@ 131.534, "S", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266875,7 +266875,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266898,7 +266898,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266921,7 +266921,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266944,7 +266944,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266967,7 +266967,7 @@ 131.534, ".", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266990,7 +266990,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267013,7 +267013,7 @@ 131.534, "0", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267036,7 +267036,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267059,7 +267059,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267082,7 +267082,7 @@ 131.534, ".", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267105,7 +267105,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267128,7 +267128,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267151,7 +267151,7 @@ 131.534, "c", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267174,7 +267174,7 @@ 131.534, "L", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267197,7 +267197,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267220,7 +267220,7 @@ 131.534, "y", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267243,7 +267243,7 @@ 131.534, "N", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267266,7 +267266,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267289,7 +267289,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267312,7 +267312,7 @@ 131.534, ":", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267335,7 +267335,7 @@ 131.534, "A", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267358,7 +267358,7 @@ 131.534, "L", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267381,7 +267381,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267404,7 +267404,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267427,7 +267427,7 @@ 131.534, "g", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267450,7 +267450,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267473,7 +267473,7 @@ 131.534, "H", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267496,7 +267496,7 @@ 131.534, "u", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267519,7 +267519,7 @@ 131.534, "m", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267542,7 +267542,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267565,7 +267565,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267588,7 +267588,7 @@ 131.534, "-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267611,7 +267611,7 @@ 131.534, "A", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267634,7 +267634,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267657,7 +267657,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267680,7 +267680,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267703,7 +267703,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267726,7 +267726,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267749,7 +267749,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267772,7 +267772,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267795,7 +267795,7 @@ 131.534, "d", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267818,7 +267818,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267841,7 +267841,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267864,7 +267864,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267887,7 +267887,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267910,7 +267910,7 @@ 131.534, "s", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267933,7 +267933,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267956,7 +267956,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267979,7 +267979,7 @@ 131.534, "f", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268002,7 +268002,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268025,7 +268025,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268048,7 +268048,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268071,7 +268071,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268094,7 +268094,7 @@ 131.534, "c", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268117,7 +268117,7 @@ 131.534, "u", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268140,7 +268140,7 @@ 131.534, "m", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268163,7 +268163,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268186,7 +268186,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268209,7 +268209,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268232,7 +268232,7 @@ 131.534, "-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268255,7 +268255,7 @@ 121.572, "L", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268278,7 +268278,7 @@ 121.572, "a", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268301,7 +268301,7 @@ 121.572, "y", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268324,7 +268324,7 @@ 121.572, "o", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268347,7 +268347,7 @@ 121.572, "u", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268370,7 +268370,7 @@ 121.572, "t", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268393,7 +268393,7 @@ 121.572, "A", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268416,7 +268416,7 @@ 121.572, "n", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268439,7 +268439,7 @@ 121.572, "a", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268462,7 +268462,7 @@ 121.572, "l", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268485,7 +268485,7 @@ 121.572, "y", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268508,7 +268508,7 @@ 121.572, "s", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268531,7 +268531,7 @@ 121.572, "i", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268554,7 +268554,7 @@ 121.572, "s", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268577,7 +268577,7 @@ 121.572, ".", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268600,7 +268600,7 @@ 121.572, "I", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268623,7 +268623,7 @@ 121.572, "n", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -271337,7 +271337,7 @@ 101.646, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271360,7 +271360,7 @@ 101.646, "C", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271383,7 +271383,7 @@ 101.646, "M", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271406,7 +271406,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271429,7 +271429,7 @@ 101.646, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271452,7 +271452,7 @@ 101.646, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271475,7 +271475,7 @@ 101.646, "w", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271498,7 +271498,7 @@ 101.646, "Y", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271521,7 +271521,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271544,7 +271544,7 @@ 101.646, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271567,7 +271567,7 @@ 101.646, "k", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271590,7 +271590,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271613,7 +271613,7 @@ 101.646, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271636,7 +271636,7 @@ 101.646, "Y", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271659,7 +271659,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271682,7 +271682,7 @@ 101.646, "U", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271705,7 +271705,7 @@ 101.646, "S", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271728,7 +271728,7 @@ 101.646, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271751,7 +271751,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271774,7 +271774,7 @@ 101.646, "9", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271797,7 +271797,7 @@ 101.646, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271820,7 +271820,7 @@ 101.646, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271843,7 +271843,7 @@ 101.646, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271866,7 +271866,7 @@ 101.646, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271889,7 +271889,7 @@ 101.646, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271912,7 +271912,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271935,7 +271935,7 @@ 101.646, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271958,7 +271958,7 @@ 101.646, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271981,7 +271981,7 @@ 101.646, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272004,7 +272004,7 @@ 101.646, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272027,7 +272027,7 @@ 101.646, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272050,7 +272050,7 @@ 101.646, ":", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272073,7 +272073,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272096,7 +272096,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272119,7 +272119,7 @@ 101.646, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272142,7 +272142,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272165,7 +272165,7 @@ 101.646, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272188,7 +272188,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272211,7 +272211,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272234,7 +272234,7 @@ 101.646, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272257,7 +272257,7 @@ 101.646, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272280,7 +272280,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272303,7 +272303,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272326,7 +272326,7 @@ 101.646, "0", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272349,7 +272349,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272372,7 +272372,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272395,7 +272395,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272418,7 +272418,7 @@ 101.646, "4", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272441,7 +272441,7 @@ 101.646, "5", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272464,7 +272464,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272487,7 +272487,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272510,7 +272510,7 @@ 91.684, "5", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272533,7 +272533,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272556,7 +272556,7 @@ 91.684, "4", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272579,7 +272579,7 @@ 91.684, "6", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272602,7 +272602,7 @@ 91.684, "7", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272625,7 +272625,7 @@ 91.684, "8", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272648,7 +272648,7 @@ 91.684, ".", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272671,7 +272671,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272694,7 +272694,7 @@ 91.684, "5", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272717,7 +272717,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272740,7 +272740,7 @@ 91.684, "9", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272763,7 +272763,7 @@ 91.684, "0", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272786,7 +272786,7 @@ 91.684, "4", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272809,7 +272809,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -329352,7 +329352,7 @@ 657.754, "Birgit Pfitzmann", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329375,7 +329375,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329398,7 +329398,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329421,7 +329421,7 @@ 620.587, "bpf@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329444,7 +329444,7 @@ 657.754, "Christoph Auer", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329467,7 +329467,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329490,7 +329490,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329513,7 +329513,7 @@ 620.587, "cau@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329536,7 +329536,7 @@ 657.754, "Michele Dolfi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329559,7 +329559,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329582,7 +329582,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329605,7 +329605,7 @@ 620.587, "dol@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329628,7 +329628,7 @@ 599.369, "Ahmed S. Nassar", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329651,7 +329651,7 @@ 586.113, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329674,7 +329674,7 @@ 574.158, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329697,7 +329697,7 @@ 562.202, "ahn@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329720,7 +329720,7 @@ 599.369, "Peter Staar", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329743,7 +329743,7 @@ 586.113, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329766,7 +329766,7 @@ 574.158, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329789,7 +329789,7 @@ 562.202, "taa@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329835,7 +329835,7 @@ 528.665, "Accurate document layout analysis is a key requirement for high-", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -329858,7 +329858,7 @@ 517.706, "quality PDF document conversion. With the recent availability of", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -329881,7 +329881,7 @@ 506.747, "public, large ground-truth datasets such as PubLayNet and DocBank,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -329904,7 +329904,7 @@ 495.788, "deep-learning models have proven to be very effective at layout", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329927,7 +329927,7 @@ 484.829, "detection and segmentation. While these datasets are of adequate", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -329950,7 +329950,7 @@ 473.87, "size to train such models, they severely lack in layout variability", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329973,7 +329973,7 @@ 462.911, "since they are sourced from scientific article repositories such as", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329996,7 +329996,7 @@ 451.952, "PubMed and arXiv only. Consequently, the accuracy of the layout", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330019,7 +330019,7 @@ 440.993, "segmentation drops significantly when these models are applied", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330042,7 +330042,7 @@ 430.035, "on more challenging and diverse layouts. In this paper, we present", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -330088,7 +330088,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -330111,7 +330111,7 @@ 419.076, "a new, publicly available, document-layout annotation", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -330134,7 +330134,7 @@ 408.117, "dataset in COCO format. It contains 80863 manually annotated", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330157,7 +330157,7 @@ 397.158, "pages from diverse data sources to represent a wide variability in", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -330180,7 +330180,7 @@ 386.199, "layouts. For each PDF page, the layout annotations provide labelled", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -330203,7 +330203,7 @@ 375.24, "bounding-boxes with a choice of 11 distinct classes. DocLayNet", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330226,7 +330226,7 @@ 364.281, "also provides a subset of double- and triple-annotated pages to", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330249,7 +330249,7 @@ 353.322, "determine the inter-annotator agreement. In multiple experiments,", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -330272,7 +330272,7 @@ 342.363, "we provide baseline accuracy scores (in mAP) for a set of popular", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -330295,7 +330295,7 @@ 331.404, "object detection models. We also demonstrate that these models", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330318,7 +330318,7 @@ 320.446, "fall approximately 10% behind the inter-annotator agreement. Fur-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -330341,7 +330341,7 @@ 309.487, "thermore, we provide evidence that DocLayNet is of sufficient size.", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -330364,7 +330364,7 @@ 298.528, "Lastly, we compare models trained on PubLayNet, DocBank and", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330387,7 +330387,7 @@ 287.569, "DocLayNet, showing that layout predictions of the DocLayNet-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330410,7 +330410,7 @@ 276.61, "trained models are more robust and thus the preferred choice for", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -330433,7 +330433,7 @@ 265.651, "general-purpose document-layout analysis.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330571,7 +330571,7 @@ 225.37, "; \u2022", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -330686,7 +330686,7 @@ 214.411, ";", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330801,7 +330801,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330824,7 +330824,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330870,7 +330870,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330893,7 +330893,7 @@ 157.267, "Permission to make digital or hard copies of part or all of this work for personal or", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -330916,7 +330916,7 @@ 149.297, "classroom use is granted without fee provided that copies are not made or distributed", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -330939,7 +330939,7 @@ 141.327, "for profit or commercial advantage and that copies bear this notice and the full citation", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -330962,7 +330962,7 @@ 133.357, "on the first page. Copyrights for third-party components of this work must be honored.", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -330985,7 +330985,7 @@ 125.387, "For all other uses, contact the owner/author(s).", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331054,7 +331054,7 @@ 99.882, "ACM ISBN 978-1-4503-9385-0/22/08.", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331077,7 +331077,7 @@ 91.912, "https://doi.org/10.1145/3534678.3539043", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331098,7 +331098,7 @@ 439.734, 327.87, 439.734, - "13", + "!\"", -1, 0.612, "", @@ -331121,7 +331121,7 @@ 460.039, 327.83, 460.039, - "USING THE VERTICAL TUBE -", + "#$%&'()*+(,+-)%./0()#1+(2", -1, 0.489, "", @@ -331144,7 +331144,7 @@ 458.429, 327.83, 458.429, - "MODELS AY11230/11234", + "345+0$(/6!!7\"89!!7\":", -1, 0.489, "", @@ -331167,7 +331167,7 @@ 455.256, 327.83, 455.256, - "1. The vertical tube can be used for ", + "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", -1, 0.441, "", @@ -331190,7 +331190,7 @@ 453.825, 327.83, 453.825, - " ", + "# #", -1, 0.441, "", @@ -331213,7 +331213,7 @@ 453.825, 334.268, 453.825, - " ional viewing or to photograph", + "# *40,-#'*&5*06#4(#)4#7%4)46(,7%", -1, 0.441, "", @@ -331236,7 +331236,7 @@ 453.825, 329.533, 453.825, - "instruct", + "*01)(.+)", -1, 0.441, "", @@ -331259,7 +331259,7 @@ 453.825, 352.409, 453.825, - " ", + "#", -1, 0.441, "", @@ -331282,7 +331282,7 @@ 452.393, 327.771, 452.393, - " ", + "#", -1, 0.441, "", @@ -331305,7 +331305,7 @@ 452.393, 328.652, 452.393, - " ", + "#", -1, 0.441, "", @@ -331328,7 +331328,7 @@ 452.393, 329.534, 452.393, - "the image with a digital camera or a", + ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", -1, 0.441, "", @@ -331351,7 +331351,7 @@ 450.962, 340.706, 450.962, - " ", + "#", -1, 0.441, "", @@ -331374,7 +331374,7 @@ 450.962, 347.144, 450.962, - " ", + "#", -1, 0.441, "", @@ -331397,7 +331397,7 @@ 450.962, 328.152, 450.962, - " ", + "#", -1, 0.441, "", @@ -331420,7 +331420,7 @@ 450.962, 329.033, 450.962, - " micro TV unit", + "#8*+(4#$9#.0*)", -1, 0.441, "", @@ -331443,7 +331443,7 @@ 450.962, 354.48, 450.962, - " ", + "#", -1, 0.441, "", @@ -331466,7 +331466,7 @@ 449.47, 327.831, 449.47, - "2. Loosen the retention screw, then rotate ", + ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", -1, 0.441, "", @@ -331489,7 +331489,7 @@ 448.099, 354.923, 448.099, - " ", + "#", -1, 0.441, "", @@ -331512,7 +331512,7 @@ 448.039, 327.831, 448.039, - " ", + "#", -1, 0.441, "", @@ -331535,7 +331535,7 @@ 448.039, 328.713, 448.039, - " ", + "#", -1, 0.441, "", @@ -331558,7 +331558,7 @@ 448.039, 329.594, 448.039, - "the adjustment ring to change the ", + ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", -1, 0.441, "", @@ -331581,7 +331581,7 @@ 446.667, 351.661, 446.667, - " ", + "#", -1, 0.441, "", @@ -331604,7 +331604,7 @@ 445.236, 327.831, 445.236, - " ", + "#", -1, 0.441, "", @@ -331627,7 +331627,7 @@ 444.814, 334.269, 445.236, - " re that both the images in", + "# (&#)%,)#/4)%#)%&#*8,6&1#*0", -1, 0.441, "", @@ -331650,7 +331650,7 @@ 446.607, 328.212, 446.607, - " ", + "#", -1, 0.441, "", @@ -331673,7 +331673,7 @@ 446.607, 329.093, 446.607, - " length of the vertical tube.", + "#-&06)%#43#)%&#'&()*+,-#)./&\"", -1, 0.441, "", @@ -331696,7 +331696,7 @@ 444.814, 327.83, 444.814, - "3. Make su", + ">\"#?,@.", -1, 0.441, "", @@ -331719,7 +331719,7 @@ 443.803, 351.181, 443.803, - " ", + "#", -1, 0.441, "", @@ -331742,7 +331742,7 @@ 536.359, 327.253, 536.179, - "OPERATION (cont.)", + "4;+-/)%4&(<=>?@AB", -1, 1.101, "", @@ -331765,7 +331765,7 @@ 528.117, 326.88, 528.117, - "SELECTING OBJECTIVE ", + "$+0+.)%&'(41C+.)%,+(", -1, 0.489, "", @@ -331788,7 +331788,7 @@ 526.507, 326.88, 526.507, - "MAGNIFICATION", + "3/'&%D%./)%4&", -1, 0.489, "", @@ -331811,7 +331811,7 @@ 526.507, 340.542, 526.507, - " ", + "#", -1, 0.504, "", @@ -331834,7 +331834,7 @@ 526.507, 346.194, 526.507, - " ", + "#", -1, 0.504, "", @@ -331857,7 +331857,7 @@ 524.897, 326.88, 524.897, - "1. There are two objectives. The lower ", + "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", -1, 0.504, "", @@ -331880,7 +331880,7 @@ 523.287, 326.88, 523.287, - " magnification objective has a greater ", + "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", -1, 0.504, "", @@ -331903,7 +331903,7 @@ 521.676, 326.88, 521.676, - " depth of field and view.", + "####2&7)%#43#3*&-2#,02#'*&5\"", -1, 0.504, "", @@ -331926,7 +331926,7 @@ 520.066, 326.88, 520.066, - "2. In order to observe the specimen ", + ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", -1, 0.504, "", @@ -331949,7 +331949,7 @@ 518.456, 326.88, 518.456, - " easily use the lower magnification ", + "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", -1, 0.504, "", @@ -331972,7 +331972,7 @@ 516.846, 326.88, 516.846, - " objective first. Then, by rotating the ", + "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", -1, 0.504, "", @@ -331995,7 +331995,7 @@ 515.235, 326.88, 515.235, - " case, the magnification can be ", + "####+,1&<#)%,60*3*+,)*40#+,0#/&##", -1, 0.504, "", @@ -332018,7 +332018,7 @@ 515.235, 352.632, 515.235, - " ", + "#", -1, 0.504, "", @@ -332041,7 +332041,7 @@ 513.625, 326.88, 513.625, - " changed.", + "####+%,06&2\"", -1, 0.504, "", @@ -332064,7 +332064,7 @@ 510.405, 326.88, 510.405, - "CHANGING THE INTERPUPILLARY ", + ".*/&'%&'()*+(%&)+-;#;%00/-6(", -1, 0.489, "", @@ -332087,7 +332087,7 @@ 508.795, 326.88, 508.795, - "DISTANCE", + "5%$)/&.+", -1, 0.489, "", @@ -332110,7 +332110,7 @@ 507.184, 326.88, 507.184, - "1. The distance between the observer's ", + "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", -1, 0.504, "", @@ -332133,7 +332133,7 @@ 505.574, 326.88, 505.574, - " pupils is the interpupil ary distance. ", + "####7.7*-1#*1#)%&#*0)&(7.7*- ,(B#2*1),0+&\"##", -1, 0.504, "", @@ -332156,7 +332156,7 @@ 503.964, 326.88, 503.964, - "2. To adjust the interpupil ary distance ", + ":\"#$4#,2=.1)#)%&#*0)&(7.7*- ,(B#2*1),0+&#", -1, 0.504, "", @@ -332179,7 +332179,7 @@ 502.354, 326.882, 502.354, - " rotate the prism caps until both eyes ", + "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", -1, 0.504, "", @@ -332202,7 +332202,7 @@ 500.744, 326.882, 500.744, - " coincide with the image in the ", + "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", -1, 0.504, "", @@ -332225,7 +332225,7 @@ 500.744, 352.633, 500.744, - " ", + "#", -1, 0.504, "", @@ -332248,7 +332248,7 @@ 499.133, 326.882, 499.133, - " eyepiece. ", + "####&B&7*&+&\"#", -1, 0.504, "", @@ -332271,7 +332271,7 @@ 497.523, 326.882, 497.523, - " ", + "#", -1, 0.504, "", @@ -332294,7 +332294,7 @@ 495.913, 326.882, 495.913, - "FOCUSING", + "D4.#$%&'", -1, 0.489, "", @@ -332317,7 +332317,7 @@ 494.303, 326.882, 494.303, - "1. Remove the lens protective cover.", + "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", -1, 0.504, "", @@ -332340,7 +332340,7 @@ 492.692, 326.883, 492.692, - "2. Place the specimen on the working ", + ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", -1, 0.504, "", @@ -332363,7 +332363,7 @@ 491.082, 326.883, 491.082, - " stage.", + "####1),6&\"", -1, 0.504, "", @@ -332386,7 +332386,7 @@ 489.472, 326.883, 489.472, - "3. Focus the specimen with the left eye ", + ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", -1, 0.504, "", @@ -332409,7 +332409,7 @@ 487.862, 326.883, 487.862, - " first while turning the focus knob until ", + "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", -1, 0.504, "", @@ -332432,7 +332432,7 @@ 486.252, 326.883, 486.252, - " the image appears clear and sharp.", + "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", -1, 0.504, "", @@ -332455,7 +332455,7 @@ 484.641, 326.883, 484.641, - "4. Rotate the right eyepiece ring until the ", + "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", -1, 0.504, "", @@ -332478,7 +332478,7 @@ 483.031, 326.883, 483.031, - " images in each eyepiece coincide and ", + "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", -1, 0.504, "", @@ -332501,7 +332501,7 @@ 481.421, 326.883, 481.421, - " are sharp and clear.", + "####,(%,(7#,02#+-&,(\"", -1, 0.504, "", @@ -332524,7 +332524,7 @@ 478.201, 326.883, 478.201, - "CHANGING THE BULB", + ".*/&'%&'()*+(1#01", -1, 0.489, "", @@ -332547,7 +332547,7 @@ 476.59, 326.883, 476.59, - "1. Disconnect the power cord.", + "!\"#H*1+400&+)#)%˩&(#+4(2\"", -1, 0.504, "", @@ -332570,7 +332570,7 @@ 474.98, 326.883, 474.98, - "2. When the bulb is cool, remove the ", + ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", -1, 0.504, "", @@ -332593,7 +332593,7 @@ 473.37, 326.885, 473.37, - " oblique il uminator cap and remove ", + "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", -1, 0.504, "", @@ -332616,7 +332616,7 @@ 471.76, 326.885, 471.76, - " the halogen bulb with cap.", + "####)%&#%,-46&0#/.-/#5*)%#+,7\"", -1, 0.504, "", @@ -332639,7 +332639,7 @@ 470.149, 326.885, 470.149, - "3. Replace with a new halogen bulb.", + ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", -1, 0.504, "", @@ -332662,7 +332662,7 @@ 468.539, 326.886, 468.539, - "4. Open the window in the base plate and ", + "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", -1, 0.504, "", @@ -332685,7 +332685,7 @@ 466.929, 326.886, 466.929, - " replace the halogen lamp or ", + "####(&7-,+&#)%&#%,-46&0#-,87#4(##", -1, 0.504, "", @@ -332708,7 +332708,7 @@ 466.929, 352.638, 466.929, - " ", + "#", -1, 0.504, "", @@ -332731,7 +332731,7 @@ 465.319, 326.886, 465.319, - " fluorescent lamp of transmitted ", + "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", -1, 0.504, "", @@ -332754,7 +332754,7 @@ 463.709, 326.886, 463.709, - " il uminator.", + "####*- .8*0,)4(\"", -1, 0.504, "", @@ -332777,7 +332777,7 @@ 528.117, 358.42, 528.117, - "FOCUSING", + "D4.#$%&'", -1, 0.489, "", @@ -332800,7 +332800,7 @@ 526.507, 358.42, 526.507, - "1. Turn the focusing knob away or toward ", + "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", -1, 0.504, "", @@ -332823,7 +332823,7 @@ 524.897, 358.42, 524.897, - " you until a clear image is viewed.", + "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", -1, 0.504, "", @@ -332846,7 +332846,7 @@ 523.287, 358.422, 523.287, - "2. If the image is unclear, adjust the ", + ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", -1, 0.504, "", @@ -332869,7 +332869,7 @@ 521.676, 358.423, 521.676, - " height of the elevator up or down, ", + "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", -1, 0.504, "", @@ -332892,7 +332892,7 @@ 520.066, 358.423, 520.066, - " then turn the focusing knob again.", + "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", -1, 0.504, "", @@ -332915,7 +332915,7 @@ 516.846, 358.423, 516.846, - "ZOOM MAGNIFICATION", + "E443(3/'&%D%./)%4&", -1, 0.489, "", @@ -332938,7 +332938,7 @@ 515.235, 358.423, 515.235, - "1. Turn the zoom magnification knob to ", + "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", -1, 0.504, "", @@ -332961,7 +332961,7 @@ 513.625, 358.423, 513.625, - " the desired magnification and field of ", + "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", -1, 0.504, "", @@ -332984,7 +332984,7 @@ 512.015, 358.423, 512.015, - " view.", + "####'*&5\"", -1, 0.504, "", @@ -333007,7 +333007,7 @@ 510.405, 358.423, 510.405, - "2. In most situations, it is recommended ", + ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", -1, 0.504, "", @@ -333030,7 +333030,7 @@ 508.795, 358.423, 508.795, - " that you focus at the lowest ", + "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", -1, 0.504, "", @@ -333053,7 +333053,7 @@ 508.795, 384.175, 508.795, - " ", + "#", -1, 0.504, "", @@ -333076,7 +333076,7 @@ 507.184, 358.423, 507.184, - " magnification, then move to a higher ", + "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", -1, 0.504, "", @@ -333099,7 +333099,7 @@ 505.574, 358.425, 505.574, - " magnification and re-focus as ", + "####8,60*3*+,)*40#,02#(&M34+.1#,1##", -1, 0.504, "", @@ -333122,7 +333122,7 @@ 505.574, 384.176, 505.574, - " ", + "#", -1, 0.504, "", @@ -333145,7 +333145,7 @@ 503.964, 358.425, 503.964, - " necessary.", + "####0&+&11,(B\"", -1, 0.504, "", @@ -333168,7 +333168,7 @@ 502.354, 358.425, 502.354, - "3. If the image is not clear to both eyes ", + ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", -1, 0.504, "", @@ -333191,7 +333191,7 @@ 500.744, 358.425, 500.744, - " at the same time, the diopter ring may ", + "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", -1, 0.504, "", @@ -333214,7 +333214,7 @@ 499.133, 358.425, 499.133, - " need adjustment.", + "####0&&2#,2=.1)8&0)\"", -1, 0.504, "", @@ -333237,7 +333237,7 @@ 495.913, 358.425, 495.913, - "DIOPTER RING ADJUSTMENT", + "5%4;)+-(-%&'(/5C#$)3+&)", -1, 0.489, "", @@ -333260,7 +333260,7 @@ 494.303, 358.425, 494.303, - "1. To adjust the eyepiece for viewing with ", + "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", -1, 0.504, "", @@ -333283,7 +333283,7 @@ 492.692, 358.425, 492.692, - " or without eyeglasses and for ", + "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", -1, 0.504, "", @@ -333306,7 +333306,7 @@ 492.692, 384.176, 492.692, - " ", + "#", -1, 0.504, "", @@ -333329,7 +333329,7 @@ 491.082, 358.425, 491.082, - " differences in acuity between the right ", + "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", -1, 0.504, "", @@ -333352,7 +333352,7 @@ 489.472, 358.425, 489.472, - " and left eyes, fol ow the fol owing ", + "####,02#-&3)#&B&1<#34- 45#)%"- 45*06#", -1, 0.504, "", @@ -333375,7 +333375,7 @@ 487.862, 358.425, 487.862, - " steps:", + "####1)&71N", -1, 0.504, "", @@ -333398,7 +333398,7 @@ 486.252, 358.425, 486.252, - " a. Observe an image through the left ", + "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", -1, 0.504, "", @@ -333421,7 +333421,7 @@ 484.641, 358.425, 484.641, - " eyepiece and bring a specific point ", + "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", -1, 0.504, "", @@ -333444,7 +333444,7 @@ 483.031, 358.425, 483.031, - " into focus using the focus knob.", + "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", -1, 0.504, "", @@ -333467,7 +333467,7 @@ 481.421, 358.425, 481.421, - " b. By turning the diopter ring ", + "####/\"#OB#).(0*06#)%*47)&(#(*06##", -1, 0.504, "", @@ -333490,7 +333490,7 @@ 481.421, 384.177, 481.421, - " ", + "#", -1, 0.504, "", @@ -333513,7 +333513,7 @@ 479.811, 358.426, 479.811, - " adjustment for the left eyepiece, ", + "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", -1, 0.504, "", @@ -333536,7 +333536,7 @@ 478.201, 358.426, 478.201, - " bring the same point into sharp ", + "########/(*06#)%,8J*0)#*0)4#1%,(7#", -1, 0.504, "", @@ -333559,7 +333559,7 @@ 476.59, 358.426, 476.59, - " focus.", + "########34+.1\"", -1, 0.504, "", @@ -333582,7 +333582,7 @@ 474.98, 358.426, 474.98, - " c.Then bring the same point into ", + "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", -1, 0.504, "", @@ -333605,7 +333605,7 @@ 473.37, 358.426, 473.37, - " focus through the right eyepiece ", + "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", -1, 0.504, "", @@ -333628,7 +333628,7 @@ 471.76, 358.426, 471.76, - " by turning the right diopter ring.", + "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", -1, 0.504, "", @@ -333651,7 +333651,7 @@ 470.149, 358.426, 470.149, - " d.With more than one viewer, each ", + "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", -1, 0.504, "", @@ -333674,7 +333674,7 @@ 468.539, 358.426, 468.539, - " viewer should note their own ", + "########'*&5&(#1%4.-2#04)&#)%&*(#450##", -1, 0.504, "", @@ -333697,7 +333697,7 @@ 466.929, 358.426, 466.929, - " diopter ring position for the left ", + "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", -1, 0.504, "", @@ -333720,7 +333720,7 @@ 465.319, 358.426, 465.319, - " and right eyepieces, then before ", + "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", -1, 0.504, "", @@ -333743,7 +333743,7 @@ 463.709, 358.426, 463.709, - " viewing set the diopter ring ", + "########'*&5*06#1&)#)%*47)&(#(*06##", -1, 0.504, "", @@ -333766,7 +333766,7 @@ 463.709, 384.177, 463.709, - " ", + "#", -1, 0.504, "", @@ -333789,7 +333789,7 @@ 462.098, 358.426, 462.098, - " adjustments to that setting.", + "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", -1, 0.504, "", @@ -333812,7 +333812,7 @@ 458.878, 358.426, 458.878, - "CHANGING THE BULB", + ".*/&'%&'()*+(1#01", -1, 0.489, "", @@ -333835,7 +333835,7 @@ 457.268, 358.426, 457.268, - "1. Disconnect the power cord from the ", + "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", -1, 0.504, "", @@ -333858,7 +333858,7 @@ 455.658, 358.426, 455.658, - " electrical outlet.", + "####&-&+)(*+,-#4.)-&)\"", -1, 0.504, "", @@ -333881,7 +333881,7 @@ 454.047, 358.426, 454.047, - "2. When the bulb is cool, remove the ", + ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", -1, 0.504, "", @@ -333904,7 +333904,7 @@ 452.437, 358.426, 452.437, - " oblique il uminator cap and remove ", + "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", -1, 0.504, "", @@ -333927,7 +333927,7 @@ 450.827, 358.426, 450.827, - " the halogen bulb with cap.", + "####)%&#%,-46&0#/.-/#5*)%#+,7\"", -1, 0.504, "", @@ -333950,7 +333950,7 @@ 449.217, 358.427, 449.217, - "3. Replace with a new halogen bulb.", + ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", -1, 0.504, "", @@ -333973,7 +333973,7 @@ 447.606, 358.429, 447.606, - "4. Open the window in the base plate ", + "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", -1, 0.504, "", @@ -333996,7 +333996,7 @@ 445.996, 358.429, 445.996, - " and replace the halogen lamp or ", + "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", -1, 0.504, "", @@ -334019,7 +334019,7 @@ 444.386, 358.429, 444.386, - " fluorescent lamp of transmitted ", + "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", -1, 0.504, "", @@ -334042,7 +334042,7 @@ 442.776, 358.429, 442.776, - " il uminator.", + "####*- .8*0,)4(\"", -1, 0.504, "", @@ -334065,7 +334065,7 @@ 441.166, 358.429, 441.166, - " ", + "#", -1, 0.504, "", @@ -334088,7 +334088,7 @@ 441.166, 364.867, 441.166, - " ", + "#", -1, 0.504, "", @@ -334111,7 +334111,7 @@ 441.166, 371.305, 441.166, - " ", + "#", -1, 0.504, "", @@ -334134,7 +334134,7 @@ 441.166, 377.741, 441.166, - " ", + "#", -1, 0.504, "", @@ -334157,7 +334157,7 @@ 441.166, 384.18, 441.166, - " ", + "#", -1, 0.504, "", @@ -334180,7 +334180,7 @@ 530.47, 326.596, 530.47, - "Model AY11230", + "3>FGH(/6!!7\"8", -1, 0.489, "", @@ -334203,7 +334203,7 @@ 530.47, 358.486, 530.47, - "Model AY11234", + "3>FGH(/6!!7\":", -1, 0.489, "", @@ -334226,7 +334226,7 @@ 439.745, 455.435, 439.745, - "14", + "!:", -1, 0.612, "", @@ -334249,7 +334249,7 @@ 516.154, 408.245, 516.154, - "Objectives", + "K/=&+)*'&1", -1, 0.415, "", @@ -334272,7 +334272,7 @@ 522.698, 409.396, 522.698, - "Revolving Turret", + "D&'4-'*06#$.((&)", -1, 0.415, "", @@ -334295,7 +334295,7 @@ 512.554, 441.39, 512.554, - "Coarse ", + "P4,(1&#", -1, 0.415, "", @@ -334318,7 +334318,7 @@ 511.374, 441.39, 511.374, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -334341,7 +334341,7 @@ 510.194, 441.39, 510.194, - "Knob", + "R04/", -1, 0.415, "", @@ -334364,7 +334364,7 @@ 536.181, 398.793, 536.181, - "MODEL AY11236", + "345+0(/6!!7\"I", -1, 1.101, "", @@ -334387,7 +334387,7 @@ 486.084, 398.325, 486.084, - "MICROSCOPE USAGE", + "3%.-4$.4;+(#$/'+", -1, 1.101, "", @@ -334410,7 +334410,7 @@ 481.156, 398.086, 481.156, - "BARSKA Model AY11236 is a powerful fixed power compound ", + "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", -1, 0.629, "", @@ -334433,7 +334433,7 @@ 479.009, 398.086, 479.009, - "microscope designed for biological studies such as specimen ", + "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", -1, 0.629, "", @@ -334456,7 +334456,7 @@ 476.862, 398.086, 476.862, - "examination. It can also be used for examining bacteria and ", + "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", -1, 0.629, "", @@ -334479,7 +334479,7 @@ 474.715, 398.086, 474.715, - "for general clinical and medical studies and other scientific uses. ", + "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", -1, 0.629, "", @@ -334502,7 +334502,7 @@ 470.698, 398.624, 470.698, - "CONSTRUCTION", + ".4&$)-#.)%4&", -1, 1.101, "", @@ -334525,7 +334525,7 @@ 465.054, 398.086, 465.054, - "BARSKA Model AY11236 is a fixed power compound microscope. ", + "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", -1, 0.629, "", @@ -334548,7 +334548,7 @@ 462.907, 398.084, 462.907, - "It is constructed with two optical paths at the same angle. It is ", + "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", -1, 0.629, "", @@ -334571,7 +334571,7 @@ 460.761, 398.084, 460.761, - "equipped with transmitted il umination. By using this instrument, ", + "&J.*77&2#5*)%#)(,018*))&2#*- .8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", -1, 0.629, "", @@ -334594,7 +334594,7 @@ 458.614, 398.084, 458.614, - "the user can observe specimens at magnification from 40x to ", + ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", -1, 0.629, "", @@ -334617,7 +334617,7 @@ 456.467, 398.084, 456.467, - "1000x by selecting the desired objective lens. Coarse and fine ", + "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", -1, 0.629, "", @@ -334640,7 +334640,7 @@ 454.32, 398.084, 454.32, - "focus adjustments provide accuracy and image detail. The rotating ", + "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", -1, 0.629, "", @@ -334663,7 +334663,7 @@ 452.173, 398.086, 452.173, - "head al ows the user to position the eyepieces for maximum ", + "%&,2#,- 451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", -1, 0.629, "", @@ -334686,7 +334686,7 @@ 450.026, 398.086, 450.026, - "viewing comfort and easy access to al adjustment knobs. ", + "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,- #,2=.1)8&0)#@04/1\"##", -1, 0.629, "", @@ -334709,7 +334709,7 @@ 490.37, 422.106, 490.37, - "Model AY11236", + "3>FGH(/6!!7\"I", -1, 0.489, "", @@ -334732,7 +334732,7 @@ 508.594, 442.016, 508.594, - "Fine ", + "F*0&#", -1, 0.415, "", @@ -334755,7 +334755,7 @@ 507.414, 442.016, 507.414, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -334778,7 +334778,7 @@ 506.234, 442.016, 506.234, - "Knob", + "R04/", -1, 0.415, "", @@ -334801,7 +334801,7 @@ 512.554, 408.006, 512.554, - "Stage", + "S),6&", -1, 0.415, "", @@ -334824,7 +334824,7 @@ 510.766, 404.072, 510.766, - "Condenser ", + "P402&01&(#", -1, 0.415, "", @@ -334847,7 +334847,7 @@ 509.586, 404.072, 509.586, - "Focusing", + "F4+.1*06", -1, 0.415, "", @@ -334870,7 +334870,7 @@ 508.406, 404.072, 508.406, - "Knob", + "R04/", -1, 0.415, "", @@ -334893,7 +334893,7 @@ 529.358, 441.813, 529.358, - "Eyepiece", + "XB&7*&+&", -1, 0.415, "", @@ -334916,7 +334916,7 @@ 520.55, 437.346, 520.55, - "Stand", + "S),02", -1, 0.415, "", @@ -334939,7 +334939,7 @@ 507.28, 409.716, 507.28, - "Lamp ", + ";,87#", -1, 0.415, "", @@ -334962,7 +334962,7 @@ 505.849, 409.716, 505.849, - "On/Of", + "K0YK3", -1, 0.415, "", @@ -334985,7 +334985,7 @@ 504.417, 409.716, 504.417, - "Switch", + "S5*)+%", -1, 0.415, "", @@ -335008,7 +335008,7 @@ 494.965, 434.871, 494.965, - "Lamp ", + ";,87#", -1, 0.415, "", @@ -335031,7 +335031,7 @@ 499.497, 439.52, 499.497, - "Power", + "E45&(", -1, 0.415, "", @@ -335054,7 +335054,7 @@ 498.066, 439.52, 498.066, - "Cord", + "P4(2", -1, 0.415, "", @@ -335077,7 +335077,7 @@ 527.02, 413.558, 527.02, - "Rotating Head", + "D4),)*06#Z&,2", -1, 0.415, "", @@ -335100,7 +335100,7 @@ 504.775, 441.843, 504.775, - "Stage Clip", + "S),6&#P-*7", -1, 0.415, "", @@ -335123,7 +335123,7 @@ 503.343, 441.843, 503.343, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -335146,7 +335146,7 @@ 531.814, 407.24, 531.814, - "Interpupil ary Slide Adjustment", + "A0)&(7.7*- ,(B#S-*2&#Q2=.1)8&0)", -1, 0.415, "", @@ -335169,7 +335169,7 @@ 412.978, 449.101, 412.978, - "Circling Minimums", + "!\"#$%\"&'()\"&\"*+*,", -1, 0.528, "", @@ -335192,7 +335192,7 @@ 408.421, 449.101, 408.421, - "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", + "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", -1, 1.899, "/Identity-H", @@ -335215,7 +335215,7 @@ 405.884, 449.101, 405.884, - "improved obstacle protection. To indicate that the new criteria had been applied to a given procedure, a ", + "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", -1, 0.528, "", @@ -335238,7 +335238,7 @@ 405.884, 538.311, 405.884, - " is placed on ", + ")!+)#/-.'()%0)", -1, 0.528, "", @@ -335261,7 +335261,7 @@ 403.605, 449.101, 403.605, - "the circling line of minimums. The new circling tables and explanatory information is located in the Legend of the TPP.", + ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", -1, 0.528, "", @@ -335284,7 +335284,7 @@ 398.428, 449.101, 398.428, - "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", + "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", -1, 1.899, "/Identity-H", @@ -335307,7 +335307,7 @@ 398.428, 532.058, 398.428, - " on the circling line of ", + ")%0),3').!$./!05)/!0')%8)", -1, 0.528, "", @@ -335330,7 +335330,7 @@ 396.15, 449.101, 396.15, - "minima.", + "\"!0!\"-1", -1, 0.528, "", @@ -335353,7 +335353,7 @@ 376.081, 449.955, 376.081, - "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7 DEOH", + "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7 DEOH", -1, 1.709, "/Identity-H", @@ -335376,7 +335376,7 @@ 382.422, 501.131, 382.422, - "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph $LUVSDFHglyph5DGLXVglyph", + "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH $LUVSDFHGLYPH5DGLXVGLYPH", -1, 1.709, "/Identity-H", @@ -335399,7 +335399,7 @@ 380.371, 501.131, 380.371, - "Table", + "!\"#$%", -1, 0.475, "", @@ -335422,7 +335422,7 @@ 371.381, 449.101, 371.381, - "AIRPORT SKETCH", + "-./01/2(3452!6", -1, 0.633, "", @@ -335445,7 +335445,7 @@ 368.831, 449.101, 368.831, - " ", + "(", -1, 0.528, "", @@ -335468,7 +335468,7 @@ 368.831, 455.937, 368.831, - " ", + "(", -1, 0.528, "", @@ -335491,7 +335491,7 @@ 368.831, 462.773, 368.831, - " ", + "(", -1, 0.528, "", @@ -335514,7 +335514,7 @@ 368.831, 463.297, 368.831, - " ", + ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", -1, 0.528, "", @@ -335537,7 +335537,7 @@ 366.552, 449.101, 366.552, - "The airport sketch is a depiction of the airport with emphasis on runway pattern and related ", + "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", -1, 0.528, "", @@ -335560,7 +335560,7 @@ 364.273, 449.101, 364.273, - "information, positioned in either the lower left or lower right corner of the chart to aid pi-", + "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", -1, 0.528, "", @@ -335583,7 +335583,7 @@ 361.995, 449.101, 361.995, - "lot recognition of the airport from the air and to provide some information to aid on ground ", + "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", -1, 0.528, "", @@ -335606,7 +335606,7 @@ 359.716, 449.101, 359.716, - "navigation of the airport. The runways are drawn to scale and oriented to true north. Runway ", + "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", -1, 0.528, "", @@ -335629,7 +335629,7 @@ 357.437, 449.101, 357.437, - "dimensions (length and width) are shown for al active runways.", + "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/ )-.,!&')$604-:+1", -1, 0.528, "", @@ -335652,7 +335652,7 @@ 352.88, 449.101, 352.88, - "Runway(s) are depicted based on what type and construction of the runway.", + "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", -1, 0.528, "", @@ -335675,7 +335675,7 @@ 347.607, 449.955, 347.607, - "Hard Surface", + "B-$()C6$8-.'", -1, 0.475, "", @@ -335698,7 +335698,7 @@ 347.607, 464.9, 347.607, - "Other Than ", + "D,3'$)23-0)", -1, 0.475, "", @@ -335721,7 +335721,7 @@ 345.556, 464.9, 345.556, - "Hard Surface", + "B-$()C6$8-.'", -1, 0.475, "", @@ -335744,7 +335744,7 @@ 347.607, 478.914, 347.607, - "Metal Surface", + "E',-/)C6$8-.'", -1, 0.475, "", @@ -335767,7 +335767,7 @@ 347.607, 493.064, 347.607, - "Closed Runway", + "F/%+'()?604-:", -1, 0.475, "", @@ -335790,7 +335790,7 @@ 347.607, 509.581, 347.607, - "Under Construction", + "G0('$)F%0+,$6.,!%0", -1, 0.475, "", @@ -335813,7 +335813,7 @@ 336.865, 449.955, 336.865, - "Stopways, ", + "C,%#4-:+7)", -1, 0.475, "", @@ -335836,7 +335836,7 @@ 334.814, 449.955, 334.814, - "Taxiways, Park-", + "2-9!4-:+7)<-$=>", -1, 0.475, "", @@ -335859,7 +335859,7 @@ 332.763, 449.955, 332.763, - "ing Areas", + "!05)H$'-+", -1, 0.475, "", @@ -335882,7 +335882,7 @@ 336.865, 464.9, 336.865, - "Displaced ", + "I!+#/-.'()", -1, 0.475, "", @@ -335905,7 +335905,7 @@ 334.814, 464.9, 334.814, - "Threshold", + "23$'+3%/(", -1, 0.475, "", @@ -335928,7 +335928,7 @@ 336.865, 478.914, 336.865, - "Closed ", + "F/%+'()", -1, 0.475, "", @@ -335951,7 +335951,7 @@ 334.814, 478.914, 334.814, - "Pavement", + "<-&'\"'0,", -1, 0.475, "", @@ -335974,7 +335974,7 @@ 336.865, 493.064, 336.865, - "Water Runway", + "J-,'$)?604-:", -1, 0.475, "", @@ -335997,7 +335997,7 @@ 322.311, 449.101, 322.311, - "Taxiways and aprons are shaded grey. Other runway features that may be shown are runway numbers, runway dimen-", + "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", -1, 0.528, "", @@ -336020,7 +336020,7 @@ 320.033, 449.101, 320.033, - "sions, runway slope, arresting gear, and displaced threshold.", + "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", -1, 0.528, "", @@ -336043,7 +336043,7 @@ 315.475, 449.101, 315.475, - "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU glyphglyph1$ 9 $,'VglyphglyphKHOL", + "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU GLYPHGLYPH1$ 9 $,'VGLYPHGLYPHKHOL", -1, 1.899, "/Identity-H", @@ -336066,7 +336066,7 @@ 315.475, 547.826, 315.475, - "-", + ">", -1, 0.528, "", @@ -336089,7 +336089,7 @@ 313.197, 449.101, 313.197, - "pads may also be shown.", + "#-(+)\"-:)-/+%)*')+3%401", -1, 0.528, "", @@ -336112,7 +336112,7 @@ 308.639, 449.101, 308.639, - "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7 RXFKGRZQglyph=RQHglyph(OHYDWLRQ", + "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7 RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", -1, 1.899, "/Identity-H", @@ -336135,7 +336135,7 @@ 304.082, 449.101, 304.082, - "The airport elevation is shown enclosed within a box in the upper left corner of the sketch box and the touchdown zone ", + "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", -1, 0.528, "", @@ -336158,7 +336158,7 @@ 301.803, 449.101, 301.803, - "elevation (TDZE) is shown in the upper right corner of the sketch box. The airport elevation is the highest point of an ", + "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", -1, 0.528, "", @@ -336181,7 +336181,7 @@ 299.525, 449.101, 299.525, - "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", + "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", -1, 1.899, "/Identity-H", @@ -336204,7 +336204,7 @@ 297.246, 449.101, 297.246, - "the landing surface. Circling only approaches wil not show a TDZE.", + ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/ )0%,)+3%4)-)2ILM1", -1, 0.528, "", @@ -336250,7 +336250,7 @@ 369.151, 444.85, 320.129, - "FAA Chart Users' Guide - Terminal Procedures Publication (TPP) - Terms", + "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", -1, 0.422, "", @@ -339656,7 +339656,7 @@ 183.902, "PDF document conversion, layout segmentation, object-detection,", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -339679,7 +339679,7 @@ 172.943, "data set, Machine Learning", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -339725,7 +339725,7 @@ 141.497, "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -339748,7 +339748,7 @@ 131.534, "Staar. 2022. DocLayNet: A Large Human-Annotated Dataset for Document-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -339771,7 +339771,7 @@ 121.572, "Layout Analysis. In", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -339863,7 +339863,7 @@ 101.646, "ACM, New York, NY, USA, 9 pages. https://doi.org/10.1145/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -339886,7 +339886,7 @@ 91.684, "3534678.3539043", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -395492,12 +395492,12 @@ ] }, "timings": { - "decode_annots": 7e-06, - "decode_contents": 0.058775, - "decode_dimensions": 1e-06, - "decode_page": 0.603096, - "decode_resources": 0.003641, - "sanitise_contents": 0.540104 + "decode_annots": 5e-06, + "decode_contents": 0.07533, + "decode_dimensions": 0.0, + "decode_page": 0.602371, + "decode_resources": 0.00495, + "sanitise_contents": 0.107108 } }, { @@ -396072,7 +396072,7 @@ 731.44, "K", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396095,7 +396095,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396118,7 +396118,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396141,7 +396141,7 @@ 731.44, "'", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396164,7 +396164,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396187,7 +396187,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396210,7 +396210,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396233,7 +396233,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396256,7 +396256,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396279,7 +396279,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396302,7 +396302,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396325,7 +396325,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396348,7 +396348,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396371,7 +396371,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396394,7 +396394,7 @@ 731.44, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396417,7 +396417,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396440,7 +396440,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396463,7 +396463,7 @@ 731.44, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396486,7 +396486,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396509,7 +396509,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396532,7 +396532,7 @@ 731.44, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396555,7 +396555,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396578,7 +396578,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396601,7 +396601,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396624,7 +396624,7 @@ 731.44, "W", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396647,7 +396647,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396670,7 +396670,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396693,7 +396693,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396716,7 +396716,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396739,7 +396739,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396762,7 +396762,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396785,7 +396785,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396808,7 +396808,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396831,7 +396831,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396854,7 +396854,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396877,7 +396877,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396900,7 +396900,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396923,7 +396923,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396946,7 +396946,7 @@ 731.44, "U", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396969,7 +396969,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -396992,7 +396992,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397015,7 +397015,7 @@ 731.44, "B", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397038,7 +397038,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397061,7 +397061,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397084,7 +397084,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397107,7 +397107,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397130,7 +397130,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397153,7 +397153,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397176,7 +397176,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397199,7 +397199,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397222,7 +397222,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397245,7 +397245,7 @@ 731.44, "z", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397268,7 +397268,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397291,7 +397291,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397314,7 +397314,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397337,7 +397337,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397360,7 +397360,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397383,7 +397383,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397406,7 +397406,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397429,7 +397429,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397452,7 +397452,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397475,7 +397475,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397498,7 +397498,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397521,7 +397521,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397544,7 +397544,7 @@ 731.44, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397567,7 +397567,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397590,7 +397590,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397613,7 +397613,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397636,7 +397636,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397659,7 +397659,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397682,7 +397682,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397705,7 +397705,7 @@ 731.44, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397728,7 +397728,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397751,7 +397751,7 @@ 731.44, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397774,7 +397774,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397797,7 +397797,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397820,7 +397820,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397843,7 +397843,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397866,7 +397866,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397889,7 +397889,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397912,7 +397912,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397935,7 +397935,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397958,7 +397958,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -397981,7 +397981,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398004,7 +398004,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398027,7 +398027,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398050,7 +398050,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398073,7 +398073,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398096,7 +398096,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398119,7 +398119,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398142,7 +398142,7 @@ 731.44, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398165,7 +398165,7 @@ 731.44, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398188,7 +398188,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398211,7 +398211,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398234,7 +398234,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398257,7 +398257,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398280,7 +398280,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398303,7 +398303,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398326,7 +398326,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398349,7 +398349,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398372,7 +398372,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398395,7 +398395,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398418,7 +398418,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398441,7 +398441,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398464,7 +398464,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398487,7 +398487,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398510,7 +398510,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398533,7 +398533,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398556,7 +398556,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398579,7 +398579,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398602,7 +398602,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -398924,7 +398924,7 @@ 680.586, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -398947,7 +398947,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -398970,7 +398970,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -398993,7 +398993,7 @@ 680.586, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399016,7 +399016,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399039,7 +399039,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399062,7 +399062,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399085,7 +399085,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399108,7 +399108,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399131,7 +399131,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399154,7 +399154,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399177,7 +399177,7 @@ 680.586, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399200,7 +399200,7 @@ 680.586, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399223,7 +399223,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399246,7 +399246,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399269,7 +399269,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399292,7 +399292,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399315,7 +399315,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399338,7 +399338,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399361,7 +399361,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399384,7 +399384,7 @@ 680.586, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399407,7 +399407,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399430,7 +399430,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399453,7 +399453,7 @@ 680.586, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399476,7 +399476,7 @@ 680.586, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399499,7 +399499,7 @@ 680.586, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399522,7 +399522,7 @@ 680.586, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399545,7 +399545,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399568,7 +399568,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399591,7 +399591,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399614,7 +399614,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399637,7 +399637,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399660,7 +399660,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399683,7 +399683,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399706,7 +399706,7 @@ 680.586, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399729,7 +399729,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399752,7 +399752,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399775,7 +399775,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399798,7 +399798,7 @@ 680.586, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399821,7 +399821,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399844,7 +399844,7 @@ 680.586, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399867,7 +399867,7 @@ 680.586, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399890,7 +399890,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399913,7 +399913,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399936,7 +399936,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399959,7 +399959,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -399982,7 +399982,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400005,7 +400005,7 @@ 680.586, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400028,7 +400028,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400051,7 +400051,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400074,7 +400074,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400097,7 +400097,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400120,7 +400120,7 @@ 680.586, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400143,7 +400143,7 @@ 680.586, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400166,7 +400166,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400189,7 +400189,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400212,7 +400212,7 @@ 680.586, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400235,7 +400235,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400258,7 +400258,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400281,7 +400281,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400304,7 +400304,7 @@ 680.586, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -400327,7 +400327,7 @@ 669.627, "(", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400350,7 +400350,7 @@ 669.627, "M", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400373,7 +400373,7 @@ 669.627, "L", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400396,7 +400396,7 @@ 669.627, ")", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400419,7 +400419,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400442,7 +400442,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400465,7 +400465,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400488,7 +400488,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400511,7 +400511,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400534,7 +400534,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400557,7 +400557,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400580,7 +400580,7 @@ 669.627, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400603,7 +400603,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400626,7 +400626,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400649,7 +400649,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400672,7 +400672,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400695,7 +400695,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400718,7 +400718,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400741,7 +400741,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400764,7 +400764,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400787,7 +400787,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400810,7 +400810,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400833,7 +400833,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400856,7 +400856,7 @@ 669.627, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400879,7 +400879,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400902,7 +400902,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400925,7 +400925,7 @@ 669.627, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400948,7 +400948,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400971,7 +400971,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -400994,7 +400994,7 @@ 669.627, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401017,7 +401017,7 @@ 669.627, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401040,7 +401040,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401063,7 +401063,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401086,7 +401086,7 @@ 669.627, "k", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401109,7 +401109,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401132,7 +401132,7 @@ 669.627, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401155,7 +401155,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401178,7 +401178,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401201,7 +401201,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401224,7 +401224,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401247,7 +401247,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401270,7 +401270,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401293,7 +401293,7 @@ 669.627, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401316,7 +401316,7 @@ 669.627, "y", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401339,7 +401339,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401362,7 +401362,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401385,7 +401385,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401408,7 +401408,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401431,7 +401431,7 @@ 669.627, ",", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401454,7 +401454,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401477,7 +401477,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401500,7 +401500,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401523,7 +401523,7 @@ 669.627, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401546,7 +401546,7 @@ 669.627, "-", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -401569,7 +401569,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401592,7 +401592,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401615,7 +401615,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401638,7 +401638,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401661,7 +401661,7 @@ 658.668, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401684,7 +401684,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401707,7 +401707,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401730,7 +401730,7 @@ 658.668, "v", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401753,7 +401753,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401776,7 +401776,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401799,7 +401799,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401822,7 +401822,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401845,7 +401845,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401868,7 +401868,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401891,7 +401891,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401914,7 +401914,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401937,7 +401937,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401960,7 +401960,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -401983,7 +401983,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402006,7 +402006,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402029,7 +402029,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402052,7 +402052,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402075,7 +402075,7 @@ 658.668, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402098,7 +402098,7 @@ 658.668, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402121,7 +402121,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402144,7 +402144,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402167,7 +402167,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402190,7 +402190,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402213,7 +402213,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402236,7 +402236,7 @@ 658.668, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402259,7 +402259,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402282,7 +402282,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402305,7 +402305,7 @@ 658.668, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402328,7 +402328,7 @@ 658.668, "p", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402351,7 +402351,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402374,7 +402374,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402397,7 +402397,7 @@ 658.668, "b", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402420,7 +402420,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402443,7 +402443,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402466,7 +402466,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402489,7 +402489,7 @@ 658.668, ",", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402512,7 +402512,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402535,7 +402535,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402558,7 +402558,7 @@ 658.668, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402581,7 +402581,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402604,7 +402604,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402627,7 +402627,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402650,7 +402650,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402673,7 +402673,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402696,7 +402696,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402719,7 +402719,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402742,7 +402742,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402765,7 +402765,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402788,7 +402788,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402811,7 +402811,7 @@ 658.668, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -402834,7 +402834,7 @@ 647.71, "b", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402857,7 +402857,7 @@ 647.71, "y", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402880,7 +402880,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402903,7 +402903,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402926,7 +402926,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402949,7 +402949,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402972,7 +402972,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -402995,7 +402995,7 @@ 647.71, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403018,7 +403018,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403041,7 +403041,7 @@ 647.71, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403064,7 +403064,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403087,7 +403087,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403110,7 +403110,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403133,7 +403133,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403156,7 +403156,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403179,7 +403179,7 @@ 647.71, "b", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403202,7 +403202,7 @@ 647.71, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403225,7 +403225,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403248,7 +403248,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403271,7 +403271,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403294,7 +403294,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403317,7 +403317,7 @@ 647.71, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403340,7 +403340,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403363,7 +403363,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403386,7 +403386,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403409,7 +403409,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403432,7 +403432,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403455,7 +403455,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403478,7 +403478,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403501,7 +403501,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403524,7 +403524,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403547,7 +403547,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403570,7 +403570,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403593,7 +403593,7 @@ 647.71, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403616,7 +403616,7 @@ 647.71, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403639,7 +403639,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403662,7 +403662,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403685,7 +403685,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403708,7 +403708,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403731,7 +403731,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403754,7 +403754,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403777,7 +403777,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403800,7 +403800,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403823,7 +403823,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403846,7 +403846,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403869,7 +403869,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403892,7 +403892,7 @@ 647.71, "[", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403915,7 +403915,7 @@ 647.71, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -403938,7 +403938,7 @@ 647.71, "-", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -403961,7 +403961,7 @@ 647.71, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -403984,7 +403984,7 @@ 647.71, "]", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -404007,7 +404007,7 @@ 647.71, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -404030,7 +404030,7 @@ 647.71, "T", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -404053,7 +404053,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -404076,7 +404076,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -404099,7 +404099,7 @@ 636.751, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404122,7 +404122,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404145,7 +404145,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404168,7 +404168,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404191,7 +404191,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404214,7 +404214,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404237,7 +404237,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404260,7 +404260,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404283,7 +404283,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404306,7 +404306,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404329,7 +404329,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404352,7 +404352,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404375,7 +404375,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404398,7 +404398,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404421,7 +404421,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404444,7 +404444,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404467,7 +404467,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404490,7 +404490,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404513,7 +404513,7 @@ 636.751, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404536,7 +404536,7 @@ 636.751, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404559,7 +404559,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404582,7 +404582,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404605,7 +404605,7 @@ 636.751, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404628,7 +404628,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404651,7 +404651,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404674,7 +404674,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404697,7 +404697,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404720,7 +404720,7 @@ 636.751, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404743,7 +404743,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404766,7 +404766,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404789,7 +404789,7 @@ 636.751, "v", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404812,7 +404812,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404835,7 +404835,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404858,7 +404858,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404881,7 +404881,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404904,7 +404904,7 @@ 636.751, "b", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404927,7 +404927,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404950,7 +404950,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404973,7 +404973,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -404996,7 +404996,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405019,7 +405019,7 @@ 636.751, "y", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405042,7 +405042,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405065,7 +405065,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405088,7 +405088,7 @@ 636.751, "P", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405111,7 +405111,7 @@ 636.751, "D", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405134,7 +405134,7 @@ 636.751, "F", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405157,7 +405157,7 @@ 636.751, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405180,7 +405180,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405203,7 +405203,7 @@ 636.751, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405226,7 +405226,7 @@ 636.751, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405249,7 +405249,7 @@ 636.751, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405272,7 +405272,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405295,7 +405295,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405318,7 +405318,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405341,7 +405341,7 @@ 636.751, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -405364,7 +405364,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405387,7 +405387,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405410,7 +405410,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405433,7 +405433,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405456,7 +405456,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405479,7 +405479,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405502,7 +405502,7 @@ 625.792, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405525,7 +405525,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405548,7 +405548,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405571,7 +405571,7 @@ 625.792, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405594,7 +405594,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405617,7 +405617,7 @@ 625.792, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405640,7 +405640,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405663,7 +405663,7 @@ 625.792, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405686,7 +405686,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405709,7 +405709,7 @@ 625.792, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405732,7 +405732,7 @@ 625.792, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405755,7 +405755,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405778,7 +405778,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405801,7 +405801,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405824,7 +405824,7 @@ 625.792, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405847,7 +405847,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405870,7 +405870,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405893,7 +405893,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405916,7 +405916,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405939,7 +405939,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405962,7 +405962,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -405985,7 +405985,7 @@ 625.792, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406008,7 +406008,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406031,7 +406031,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406054,7 +406054,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406077,7 +406077,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406100,7 +406100,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406123,7 +406123,7 @@ 625.792, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406146,7 +406146,7 @@ 625.792, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406169,7 +406169,7 @@ 625.792, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406192,7 +406192,7 @@ 625.792, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406215,7 +406215,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406238,7 +406238,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406261,7 +406261,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406284,7 +406284,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406307,7 +406307,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406330,7 +406330,7 @@ 625.792, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406353,7 +406353,7 @@ 625.792, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406376,7 +406376,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406399,7 +406399,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406422,7 +406422,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406445,7 +406445,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406468,7 +406468,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406491,7 +406491,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406514,7 +406514,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406537,7 +406537,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406560,7 +406560,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406583,7 +406583,7 @@ 625.792, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406606,7 +406606,7 @@ 625.792, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -406629,7 +406629,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406652,7 +406652,7 @@ 614.833, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406675,7 +406675,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406698,7 +406698,7 @@ 614.833, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406721,7 +406721,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406744,7 +406744,7 @@ 614.833, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406767,7 +406767,7 @@ 614.833, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406790,7 +406790,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406813,7 +406813,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406836,7 +406836,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406859,7 +406859,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406882,7 +406882,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406905,7 +406905,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406928,7 +406928,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406951,7 +406951,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406974,7 +406974,7 @@ 614.833, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -406997,7 +406997,7 @@ 614.833, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407020,7 +407020,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407043,7 +407043,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407066,7 +407066,7 @@ 614.833, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407089,7 +407089,7 @@ 614.833, ")", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407112,7 +407112,7 @@ 614.833, ".", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407135,7 +407135,7 @@ 614.833, "E", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407158,7 +407158,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407181,7 +407181,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407204,7 +407204,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407227,7 +407227,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407250,7 +407250,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407273,7 +407273,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407296,7 +407296,7 @@ 614.833, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407319,7 +407319,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407342,7 +407342,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407365,7 +407365,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407388,7 +407388,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407411,7 +407411,7 @@ 614.833, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407434,7 +407434,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407457,7 +407457,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407480,7 +407480,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407503,7 +407503,7 @@ 614.833, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407526,7 +407526,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407549,7 +407549,7 @@ 614.833, "M", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407572,7 +407572,7 @@ 614.833, "L", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407595,7 +407595,7 @@ 614.833, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407618,7 +407618,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407641,7 +407641,7 @@ 614.833, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407664,7 +407664,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407687,7 +407687,7 @@ 614.833, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407710,7 +407710,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407733,7 +407733,7 @@ 614.833, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407756,7 +407756,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407779,7 +407779,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407802,7 +407802,7 @@ 614.833, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407825,7 +407825,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407848,7 +407848,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -407871,7 +407871,7 @@ 603.874, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -407894,7 +407894,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -407917,7 +407917,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -407940,7 +407940,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -407963,7 +407963,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -407986,7 +407986,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408009,7 +408009,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408032,7 +408032,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408055,7 +408055,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408078,7 +408078,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408101,7 +408101,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408124,7 +408124,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408147,7 +408147,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408170,7 +408170,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408193,7 +408193,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408216,7 +408216,7 @@ 603.874, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408239,7 +408239,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408262,7 +408262,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408285,7 +408285,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408308,7 +408308,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408331,7 +408331,7 @@ 603.874, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408354,7 +408354,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408377,7 +408377,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408400,7 +408400,7 @@ 603.874, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408423,7 +408423,7 @@ 603.874, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408446,7 +408446,7 @@ 603.874, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408469,7 +408469,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408492,7 +408492,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408515,7 +408515,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408538,7 +408538,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408561,7 +408561,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408584,7 +408584,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408607,7 +408607,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408630,7 +408630,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408653,7 +408653,7 @@ 603.874, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408676,7 +408676,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408699,7 +408699,7 @@ 603.874, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408722,7 +408722,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408745,7 +408745,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408768,7 +408768,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408791,7 +408791,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408814,7 +408814,7 @@ 603.874, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408837,7 +408837,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408860,7 +408860,7 @@ 603.874, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408883,7 +408883,7 @@ 603.874, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408906,7 +408906,7 @@ 603.874, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408929,7 +408929,7 @@ 603.874, "q", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408952,7 +408952,7 @@ 603.874, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408975,7 +408975,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -408998,7 +408998,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -409021,7 +409021,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -409044,7 +409044,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -409067,7 +409067,7 @@ 603.874, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -409090,7 +409090,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409113,7 +409113,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409136,7 +409136,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409159,7 +409159,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409182,7 +409182,7 @@ 592.915, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409205,7 +409205,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409228,7 +409228,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409251,7 +409251,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409274,7 +409274,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409297,7 +409297,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409320,7 +409320,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409343,7 +409343,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409366,7 +409366,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409389,7 +409389,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409412,7 +409412,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409435,7 +409435,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409458,7 +409458,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409481,7 +409481,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409504,7 +409504,7 @@ 592.915, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409527,7 +409527,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409550,7 +409550,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409573,7 +409573,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409596,7 +409596,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409619,7 +409619,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409642,7 +409642,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409665,7 +409665,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409688,7 +409688,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409711,7 +409711,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409734,7 +409734,7 @@ 592.915, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409757,7 +409757,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409780,7 +409780,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409803,7 +409803,7 @@ 592.915, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409826,7 +409826,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409849,7 +409849,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409872,7 +409872,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409895,7 +409895,7 @@ 592.915, "x", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409918,7 +409918,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409941,7 +409941,7 @@ 592.915, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409964,7 +409964,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -409987,7 +409987,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410010,7 +410010,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410033,7 +410033,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410056,7 +410056,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410079,7 +410079,7 @@ 592.915, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410102,7 +410102,7 @@ 592.915, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410125,7 +410125,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410148,7 +410148,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410171,7 +410171,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410194,7 +410194,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410217,7 +410217,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410240,7 +410240,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410263,7 +410263,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410286,7 +410286,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410309,7 +410309,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410332,7 +410332,7 @@ 592.915, "[", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410355,7 +410355,7 @@ 592.915, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -410378,7 +410378,7 @@ 592.915, "]", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410401,7 +410401,7 @@ 592.915, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -410424,7 +410424,7 @@ 581.956, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410447,7 +410447,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410470,7 +410470,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410493,7 +410493,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410516,7 +410516,7 @@ 581.956, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410539,7 +410539,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410562,7 +410562,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410585,7 +410585,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410608,7 +410608,7 @@ 581.956, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410631,7 +410631,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410654,7 +410654,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410677,7 +410677,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410700,7 +410700,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410723,7 +410723,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410746,7 +410746,7 @@ 581.956, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410769,7 +410769,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410792,7 +410792,7 @@ 581.956, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410815,7 +410815,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410838,7 +410838,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410861,7 +410861,7 @@ 581.956, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410884,7 +410884,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410907,7 +410907,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410930,7 +410930,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410953,7 +410953,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410976,7 +410976,7 @@ 581.956, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -410999,7 +410999,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411022,7 +411022,7 @@ 581.956, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411045,7 +411045,7 @@ 581.956, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411068,7 +411068,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411091,7 +411091,7 @@ 581.956, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411114,7 +411114,7 @@ 581.956, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411137,7 +411137,7 @@ 581.956, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411160,7 +411160,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411183,7 +411183,7 @@ 581.956, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411206,7 +411206,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411229,7 +411229,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411252,7 +411252,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411275,7 +411275,7 @@ 581.956, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411298,7 +411298,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411321,7 +411321,7 @@ 581.956, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411344,7 +411344,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411367,7 +411367,7 @@ 581.956, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411390,7 +411390,7 @@ 581.956, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411413,7 +411413,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411436,7 +411436,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411459,7 +411459,7 @@ 581.956, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411482,7 +411482,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411505,7 +411505,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411528,7 +411528,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411551,7 +411551,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411574,7 +411574,7 @@ 581.956, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411597,7 +411597,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411620,7 +411620,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -411643,7 +411643,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411666,7 +411666,7 @@ 570.997, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411689,7 +411689,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411712,7 +411712,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411735,7 +411735,7 @@ 570.997, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411758,7 +411758,7 @@ 570.997, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411781,7 +411781,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411804,7 +411804,7 @@ 570.997, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411827,7 +411827,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411850,7 +411850,7 @@ 570.997, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411873,7 +411873,7 @@ 570.997, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411896,7 +411896,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411919,7 +411919,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411942,7 +411942,7 @@ 570.997, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411965,7 +411965,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -411988,7 +411988,7 @@ 570.997, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412011,7 +412011,7 @@ 570.997, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412034,7 +412034,7 @@ 570.997, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412057,7 +412057,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412080,7 +412080,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412103,7 +412103,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412126,7 +412126,7 @@ 570.997, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412149,7 +412149,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412172,7 +412172,7 @@ 570.997, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412195,7 +412195,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412218,7 +412218,7 @@ 570.997, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412241,7 +412241,7 @@ 570.997, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412264,7 +412264,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412287,7 +412287,7 @@ 570.997, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412310,7 +412310,7 @@ 570.997, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412333,7 +412333,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412356,7 +412356,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412379,7 +412379,7 @@ 570.997, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412402,7 +412402,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412425,7 +412425,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412448,7 +412448,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412471,7 +412471,7 @@ 570.997, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412494,7 +412494,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412517,7 +412517,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412540,7 +412540,7 @@ 570.997, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412563,7 +412563,7 @@ 570.997, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412586,7 +412586,7 @@ 570.997, "F", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412609,7 +412609,7 @@ 570.997, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412632,7 +412632,7 @@ 570.997, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412655,7 +412655,7 @@ 570.997, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412678,7 +412678,7 @@ 570.997, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412701,7 +412701,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412724,7 +412724,7 @@ 570.997, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412747,7 +412747,7 @@ 570.997, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -412770,7 +412770,7 @@ 560.038, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412793,7 +412793,7 @@ 560.038, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412816,7 +412816,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412839,7 +412839,7 @@ 560.038, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412862,7 +412862,7 @@ 560.038, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412885,7 +412885,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412908,7 +412908,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412931,7 +412931,7 @@ 560.038, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412954,7 +412954,7 @@ 560.038, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -412977,7 +412977,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413000,7 +413000,7 @@ 560.038, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413023,7 +413023,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413046,7 +413046,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413069,7 +413069,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413092,7 +413092,7 @@ 560.038, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413115,7 +413115,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413138,7 +413138,7 @@ 560.038, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413161,7 +413161,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413184,7 +413184,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413207,7 +413207,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413230,7 +413230,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413253,7 +413253,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413276,7 +413276,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413299,7 +413299,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413322,7 +413322,7 @@ 560.038, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413345,7 +413345,7 @@ 560.038, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413368,7 +413368,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413391,7 +413391,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413414,7 +413414,7 @@ 560.038, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413437,7 +413437,7 @@ 560.038, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413460,7 +413460,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413483,7 +413483,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413506,7 +413506,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413529,7 +413529,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413552,7 +413552,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413575,7 +413575,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413598,7 +413598,7 @@ 560.038, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413621,7 +413621,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413644,7 +413644,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413667,7 +413667,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413690,7 +413690,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413713,7 +413713,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413736,7 +413736,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413759,7 +413759,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413782,7 +413782,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413805,7 +413805,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413828,7 +413828,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413851,7 +413851,7 @@ 560.038, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413874,7 +413874,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413897,7 +413897,7 @@ 560.038, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413920,7 +413920,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413943,7 +413943,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413966,7 +413966,7 @@ 560.038, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -413989,7 +413989,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414012,7 +414012,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414035,7 +414035,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414058,7 +414058,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414081,7 +414081,7 @@ 549.079, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414104,7 +414104,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414127,7 +414127,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414150,7 +414150,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414173,7 +414173,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414196,7 +414196,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414219,7 +414219,7 @@ 549.079, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414242,7 +414242,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414265,7 +414265,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414288,7 +414288,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414311,7 +414311,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414334,7 +414334,7 @@ 549.079, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414357,7 +414357,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414380,7 +414380,7 @@ 549.079, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414403,7 +414403,7 @@ 549.079, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414426,7 +414426,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414449,7 +414449,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414472,7 +414472,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414495,7 +414495,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414518,7 +414518,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414541,7 +414541,7 @@ 549.079, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414564,7 +414564,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414587,7 +414587,7 @@ 549.079, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414610,7 +414610,7 @@ 549.079, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414633,7 +414633,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414656,7 +414656,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414679,7 +414679,7 @@ 549.079, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414702,7 +414702,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414725,7 +414725,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414748,7 +414748,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414771,7 +414771,7 @@ 549.079, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414794,7 +414794,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414817,7 +414817,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414840,7 +414840,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414863,7 +414863,7 @@ 549.079, ",", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414886,7 +414886,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414909,7 +414909,7 @@ 549.079, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414932,7 +414932,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414955,7 +414955,7 @@ 549.079, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -414978,7 +414978,7 @@ 549.079, "w", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415001,7 +415001,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415024,7 +415024,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415047,7 +415047,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415070,7 +415070,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415093,7 +415093,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415116,7 +415116,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415139,7 +415139,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415162,7 +415162,7 @@ 549.079, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415185,7 +415185,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415208,7 +415208,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415231,7 +415231,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415254,7 +415254,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -415277,7 +415277,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415300,7 +415300,7 @@ 538.121, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415323,7 +415323,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415346,7 +415346,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415369,7 +415369,7 @@ 538.121, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415392,7 +415392,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415415,7 +415415,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415438,7 +415438,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415461,7 +415461,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415484,7 +415484,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415507,7 +415507,7 @@ 538.121, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415530,7 +415530,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415553,7 +415553,7 @@ 538.121, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415576,7 +415576,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415599,7 +415599,7 @@ 538.121, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415622,7 +415622,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415645,7 +415645,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415668,7 +415668,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415691,7 +415691,7 @@ 538.121, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415714,7 +415714,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415737,7 +415737,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415760,7 +415760,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415783,7 +415783,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415806,7 +415806,7 @@ 538.121, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415829,7 +415829,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415852,7 +415852,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415875,7 +415875,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415898,7 +415898,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415921,7 +415921,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415944,7 +415944,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415967,7 +415967,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -415990,7 +415990,7 @@ 538.121, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416013,7 +416013,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416036,7 +416036,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416059,7 +416059,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416082,7 +416082,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416105,7 +416105,7 @@ 538.121, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416128,7 +416128,7 @@ 538.121, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416151,7 +416151,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416174,7 +416174,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416197,7 +416197,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416220,7 +416220,7 @@ 538.121, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416243,7 +416243,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416266,7 +416266,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416289,7 +416289,7 @@ 538.121, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416312,7 +416312,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416335,7 +416335,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416358,7 +416358,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416381,7 +416381,7 @@ 538.121, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416404,7 +416404,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416427,7 +416427,7 @@ 538.121, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416450,7 +416450,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416473,7 +416473,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416496,7 +416496,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416519,7 +416519,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416542,7 +416542,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416565,7 +416565,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -416588,7 +416588,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416611,7 +416611,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416634,7 +416634,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416657,7 +416657,7 @@ 527.162, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416680,7 +416680,7 @@ 527.162, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416703,7 +416703,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416726,7 +416726,7 @@ 527.162, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416749,7 +416749,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416772,7 +416772,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416795,7 +416795,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416818,7 +416818,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416841,7 +416841,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416864,7 +416864,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416887,7 +416887,7 @@ 527.162, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416910,7 +416910,7 @@ 527.162, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416933,7 +416933,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416956,7 +416956,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -416979,7 +416979,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417002,7 +417002,7 @@ 527.162, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417025,7 +417025,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417048,7 +417048,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417071,7 +417071,7 @@ 527.162, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417094,7 +417094,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417117,7 +417117,7 @@ 527.162, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417140,7 +417140,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417163,7 +417163,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417186,7 +417186,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417209,7 +417209,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417232,7 +417232,7 @@ 527.162, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417255,7 +417255,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417278,7 +417278,7 @@ 527.162, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417301,7 +417301,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417324,7 +417324,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417347,7 +417347,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417370,7 +417370,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417393,7 +417393,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417416,7 +417416,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417439,7 +417439,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417462,7 +417462,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417485,7 +417485,7 @@ 527.162, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417508,7 +417508,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417531,7 +417531,7 @@ 527.162, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417554,7 +417554,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417577,7 +417577,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417600,7 +417600,7 @@ 527.162, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417623,7 +417623,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417646,7 +417646,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417669,7 +417669,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417692,7 +417692,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417715,7 +417715,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417738,7 +417738,7 @@ 527.162, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417761,7 +417761,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417784,7 +417784,7 @@ 527.162, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417807,7 +417807,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417830,7 +417830,7 @@ 527.162, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417853,7 +417853,7 @@ 527.162, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417876,7 +417876,7 @@ 516.203, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417899,7 +417899,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417922,7 +417922,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417945,7 +417945,7 @@ 516.203, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417968,7 +417968,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -417991,7 +417991,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418014,7 +418014,7 @@ 516.203, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418037,7 +418037,7 @@ 516.203, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418060,7 +418060,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418083,7 +418083,7 @@ 516.203, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418106,7 +418106,7 @@ 516.203, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418129,7 +418129,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418152,7 +418152,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418175,7 +418175,7 @@ 516.203, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418198,7 +418198,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418221,7 +418221,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418244,7 +418244,7 @@ 516.203, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418267,7 +418267,7 @@ 516.203, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -418290,7 +418290,7 @@ 516.203, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418313,7 +418313,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418336,7 +418336,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418359,7 +418359,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418382,7 +418382,7 @@ 516.203, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418405,7 +418405,7 @@ 516.203, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418428,7 +418428,7 @@ 516.203, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418451,7 +418451,7 @@ 516.203, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418474,7 +418474,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418497,7 +418497,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418520,7 +418520,7 @@ 516.203, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418543,7 +418543,7 @@ 516.203, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418566,7 +418566,7 @@ 516.203, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -418589,7 +418589,7 @@ 516.203, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418612,7 +418612,7 @@ 516.203, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418635,7 +418635,7 @@ 516.203, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418658,7 +418658,7 @@ 516.203, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418681,7 +418681,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418704,7 +418704,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418727,7 +418727,7 @@ 516.203, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418750,7 +418750,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418773,7 +418773,7 @@ 516.203, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418796,7 +418796,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418819,7 +418819,7 @@ 516.203, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418842,7 +418842,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418865,7 +418865,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418888,7 +418888,7 @@ 516.203, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418911,7 +418911,7 @@ 516.203, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418934,7 +418934,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418957,7 +418957,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -418980,7 +418980,7 @@ 516.203, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -419003,7 +419003,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -419026,7 +419026,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -419049,7 +419049,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419072,7 +419072,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419095,7 +419095,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419118,7 +419118,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419141,7 +419141,7 @@ 505.244, "1", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419164,7 +419164,7 @@ 505.244, "9", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419187,7 +419187,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419210,7 +419210,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419233,7 +419233,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419256,7 +419256,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419279,7 +419279,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419302,7 +419302,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419325,7 +419325,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419348,7 +419348,7 @@ 505.244, "r", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419371,7 +419371,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419394,7 +419394,7 @@ 505.244, "s", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419417,7 +419417,7 @@ 505.244, "p", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419440,7 +419440,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419463,7 +419463,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419486,7 +419486,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419509,7 +419509,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419532,7 +419532,7 @@ 505.244, "v", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419555,7 +419555,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419578,7 +419578,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419601,7 +419601,7 @@ 505.244, "y", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419624,7 +419624,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419647,7 +419647,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419670,7 +419670,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419693,7 +419693,7 @@ 505.244, "s", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419716,7 +419716,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419739,7 +419739,7 @@ 505.244, "g", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419762,7 +419762,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419785,7 +419785,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419808,7 +419808,7 @@ 505.244, "fi", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419831,7 +419831,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419854,7 +419854,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419877,7 +419877,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419900,7 +419900,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419923,7 +419923,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419946,7 +419946,7 @@ 505.244, "y", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419969,7 +419969,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -419992,7 +419992,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420015,7 +420015,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420038,7 +420038,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420061,7 +420061,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420084,7 +420084,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420107,7 +420107,7 @@ 505.244, "r", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420130,7 +420130,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420153,7 +420153,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420176,7 +420176,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420199,7 +420199,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420222,7 +420222,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420245,7 +420245,7 @@ 505.244, "h", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420268,7 +420268,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420291,7 +420291,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420314,7 +420314,7 @@ 505.244, "m", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420337,7 +420337,7 @@ 505.244, "-", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -420360,7 +420360,7 @@ 494.285, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420383,7 +420383,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420406,7 +420406,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420429,7 +420429,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420452,7 +420452,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420475,7 +420475,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420498,7 +420498,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420521,7 +420521,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420544,7 +420544,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420567,7 +420567,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420590,7 +420590,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420613,7 +420613,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420636,7 +420636,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420659,7 +420659,7 @@ 494.285, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420682,7 +420682,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420705,7 +420705,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420728,7 +420728,7 @@ 494.285, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420751,7 +420751,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420774,7 +420774,7 @@ 494.285, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420797,7 +420797,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420820,7 +420820,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420843,7 +420843,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420866,7 +420866,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420889,7 +420889,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420912,7 +420912,7 @@ 494.285, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420935,7 +420935,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420958,7 +420958,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -420981,7 +420981,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421004,7 +421004,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421027,7 +421027,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421050,7 +421050,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421073,7 +421073,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421096,7 +421096,7 @@ 494.285, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421119,7 +421119,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421142,7 +421142,7 @@ 494.285, "g", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421165,7 +421165,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421188,7 +421188,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421211,7 +421211,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421234,7 +421234,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421257,7 +421257,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421280,7 +421280,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421303,7 +421303,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421326,7 +421326,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421349,7 +421349,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421372,7 +421372,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421395,7 +421395,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421418,7 +421418,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421441,7 +421441,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421464,7 +421464,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421487,7 +421487,7 @@ 494.285, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421510,7 +421510,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421533,7 +421533,7 @@ 494.285, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421556,7 +421556,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421579,7 +421579,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421602,7 +421602,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -421625,7 +421625,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421648,7 +421648,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421671,7 +421671,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421694,7 +421694,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421717,7 +421717,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421740,7 +421740,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421763,7 +421763,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421786,7 +421786,7 @@ 483.326, "z", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421809,7 +421809,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421832,7 +421832,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421855,7 +421855,7 @@ 483.326, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421878,7 +421878,7 @@ 483.326, "f", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421901,7 +421901,7 @@ 483.326, "3", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421924,7 +421924,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421947,7 +421947,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421970,7 +421970,7 @@ 483.326, "K", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -421993,7 +421993,7 @@ 483.326, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422016,7 +422016,7 @@ 483.326, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422039,7 +422039,7 @@ 483.326, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422062,7 +422062,7 @@ 483.326, "5", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422085,7 +422085,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422108,7 +422108,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422131,7 +422131,7 @@ 483.326, "K", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422154,7 +422154,7 @@ 483.326, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422177,7 +422177,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422200,7 +422200,7 @@ 483.326, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422223,7 +422223,7 @@ 483.326, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422246,7 +422246,7 @@ 483.326, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422269,7 +422269,7 @@ 483.326, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422292,7 +422292,7 @@ 483.326, "-", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422315,7 +422315,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422338,7 +422338,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422361,7 +422361,7 @@ 483.326, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422384,7 +422384,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422407,7 +422407,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422430,7 +422430,7 @@ 483.326, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422453,7 +422453,7 @@ 483.326, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422476,7 +422476,7 @@ 483.326, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422499,7 +422499,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422522,7 +422522,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422545,7 +422545,7 @@ 483.326, ".", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422568,7 +422568,7 @@ 483.326, "T", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422591,7 +422591,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422614,7 +422614,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422637,7 +422637,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422660,7 +422660,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422683,7 +422683,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422706,7 +422706,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422729,7 +422729,7 @@ 483.326, "z", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422752,7 +422752,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422775,7 +422775,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422798,7 +422798,7 @@ 483.326, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422821,7 +422821,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422844,7 +422844,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422867,7 +422867,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -422890,7 +422890,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -422913,7 +422913,7 @@ 472.367, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -422936,7 +422936,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -422959,7 +422959,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -422982,7 +422982,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423005,7 +423005,7 @@ 472.367, "v", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423028,7 +423028,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423051,7 +423051,7 @@ 472.367, "d", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423074,7 +423074,7 @@ 472.367, "b", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423097,7 +423097,7 @@ 472.367, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423120,7 +423120,7 @@ 472.367, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423143,7 +423143,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423166,7 +423166,7 @@ 472.367, "v", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423189,7 +423189,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423212,7 +423212,7 @@ 472.367, "r", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423235,7 +423235,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423258,7 +423258,7 @@ 472.367, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423281,7 +423281,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423304,7 +423304,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423327,7 +423327,7 @@ 472.367, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423350,7 +423350,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423373,7 +423373,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423396,7 +423396,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423419,7 +423419,7 @@ 472.367, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423442,7 +423442,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423465,7 +423465,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423488,7 +423488,7 @@ 472.367, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423511,7 +423511,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423534,7 +423534,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423557,7 +423557,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423580,7 +423580,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423603,7 +423603,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423626,7 +423626,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423649,7 +423649,7 @@ 472.367, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423672,7 +423672,7 @@ 472.367, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423695,7 +423695,7 @@ 472.367, "r", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423718,7 +423718,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423741,7 +423741,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423764,7 +423764,7 @@ 472.367, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423787,7 +423787,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423810,7 +423810,7 @@ 472.367, ".", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423833,7 +423833,7 @@ 472.367, "T", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423856,7 +423856,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423879,7 +423879,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423902,7 +423902,7 @@ 472.367, "b", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423925,7 +423925,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423948,7 +423948,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423971,7 +423971,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -423994,7 +423994,7 @@ 472.367, "fi", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424017,7 +424017,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424040,7 +424040,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424063,7 +424063,7 @@ 472.367, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424086,7 +424086,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424109,7 +424109,7 @@ 472.367, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424132,7 +424132,7 @@ 472.367, "-", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -424155,7 +424155,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424178,7 +424178,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424201,7 +424201,7 @@ 461.408, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424224,7 +424224,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424247,7 +424247,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424270,7 +424270,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424293,7 +424293,7 @@ 461.408, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424316,7 +424316,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424339,7 +424339,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424362,7 +424362,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424385,7 +424385,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424408,7 +424408,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424431,7 +424431,7 @@ 461.408, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424454,7 +424454,7 @@ 461.408, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424477,7 +424477,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424500,7 +424500,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424523,7 +424523,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424546,7 +424546,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424569,7 +424569,7 @@ 461.408, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424592,7 +424592,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424615,7 +424615,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424638,7 +424638,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424661,7 +424661,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424684,7 +424684,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424707,7 +424707,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424730,7 +424730,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424753,7 +424753,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424776,7 +424776,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424799,7 +424799,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424822,7 +424822,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424845,7 +424845,7 @@ 461.408, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424868,7 +424868,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424891,7 +424891,7 @@ 461.408, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424914,7 +424914,7 @@ 461.408, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424937,7 +424937,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424960,7 +424960,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -424983,7 +424983,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425006,7 +425006,7 @@ 461.408, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425029,7 +425029,7 @@ 461.408, ":", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425052,7 +425052,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425075,7 +425075,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425098,7 +425098,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425121,7 +425121,7 @@ 461.408, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425144,7 +425144,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425167,7 +425167,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425190,7 +425190,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425213,7 +425213,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425236,7 +425236,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425259,7 +425259,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425282,7 +425282,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425305,7 +425305,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425328,7 +425328,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425351,7 +425351,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425374,7 +425374,7 @@ 461.408, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425397,7 +425397,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425420,7 +425420,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425443,7 +425443,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425466,7 +425466,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425489,7 +425489,7 @@ 450.449, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425512,7 +425512,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425535,7 +425535,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425558,7 +425558,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425581,7 +425581,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425604,7 +425604,7 @@ 450.449, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425627,7 +425627,7 @@ 450.449, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425650,7 +425650,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425673,7 +425673,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425696,7 +425696,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425719,7 +425719,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425742,7 +425742,7 @@ 450.449, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425765,7 +425765,7 @@ 450.449, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425788,7 +425788,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425811,7 +425811,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425834,7 +425834,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425857,7 +425857,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425880,7 +425880,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425903,7 +425903,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425926,7 +425926,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425949,7 +425949,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425972,7 +425972,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -425995,7 +425995,7 @@ 450.449, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426018,7 +426018,7 @@ 450.449, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426041,7 +426041,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426064,7 +426064,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426087,7 +426087,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426110,7 +426110,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426133,7 +426133,7 @@ 450.449, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426156,7 +426156,7 @@ 450.449, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426179,7 +426179,7 @@ 450.449, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426202,7 +426202,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426225,7 +426225,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426248,7 +426248,7 @@ 450.449, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426271,7 +426271,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426294,7 +426294,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426317,7 +426317,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426340,7 +426340,7 @@ 450.449, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426363,7 +426363,7 @@ 450.449, "H", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426386,7 +426386,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426409,7 +426409,7 @@ 450.449, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426432,7 +426432,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426455,7 +426455,7 @@ 450.449, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426478,7 +426478,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426501,7 +426501,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426524,7 +426524,7 @@ 450.449, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426547,7 +426547,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426570,7 +426570,7 @@ 450.449, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426593,7 +426593,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426616,7 +426616,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426639,7 +426639,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426662,7 +426662,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426685,7 +426685,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426708,7 +426708,7 @@ 450.449, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426731,7 +426731,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426754,7 +426754,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426777,7 +426777,7 @@ 450.449, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426800,7 +426800,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426823,7 +426823,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -426846,7 +426846,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426869,7 +426869,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426892,7 +426892,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426915,7 +426915,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426938,7 +426938,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426961,7 +426961,7 @@ 439.49, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -426984,7 +426984,7 @@ 439.49, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427007,7 +427007,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427030,7 +427030,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427053,7 +427053,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427076,7 +427076,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427099,7 +427099,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427122,7 +427122,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427145,7 +427145,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427168,7 +427168,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427191,7 +427191,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427214,7 +427214,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427237,7 +427237,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427260,7 +427260,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427283,7 +427283,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427306,7 +427306,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427329,7 +427329,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427352,7 +427352,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427375,7 +427375,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427398,7 +427398,7 @@ 439.49, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427421,7 +427421,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427444,7 +427444,7 @@ 439.49, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427467,7 +427467,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427490,7 +427490,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427513,7 +427513,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427536,7 +427536,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427559,7 +427559,7 @@ 439.49, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427582,7 +427582,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427605,7 +427605,7 @@ 439.49, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427628,7 +427628,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427651,7 +427651,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427674,7 +427674,7 @@ 439.49, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427697,7 +427697,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427720,7 +427720,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427743,7 +427743,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427766,7 +427766,7 @@ 439.49, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427789,7 +427789,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427812,7 +427812,7 @@ 439.49, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427835,7 +427835,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427858,7 +427858,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427881,7 +427881,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427904,7 +427904,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427927,7 +427927,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427950,7 +427950,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427973,7 +427973,7 @@ 439.49, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -427996,7 +427996,7 @@ 439.49, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428019,7 +428019,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428042,7 +428042,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428065,7 +428065,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428088,7 +428088,7 @@ 439.49, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428111,7 +428111,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428134,7 +428134,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -428157,7 +428157,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428180,7 +428180,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428203,7 +428203,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428226,7 +428226,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428249,7 +428249,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428272,7 +428272,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428295,7 +428295,7 @@ 428.531, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428318,7 +428318,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428341,7 +428341,7 @@ 428.531, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428364,7 +428364,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428387,7 +428387,7 @@ 428.531, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428410,7 +428410,7 @@ 428.531, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428433,7 +428433,7 @@ 428.531, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428456,7 +428456,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428479,7 +428479,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428502,7 +428502,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428525,7 +428525,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428548,7 +428548,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428571,7 +428571,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428594,7 +428594,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428617,7 +428617,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428640,7 +428640,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428663,7 +428663,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428686,7 +428686,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428709,7 +428709,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428732,7 +428732,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428755,7 +428755,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428778,7 +428778,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428801,7 +428801,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428824,7 +428824,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428847,7 +428847,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428870,7 +428870,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428893,7 +428893,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428916,7 +428916,7 @@ 428.531, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428939,7 +428939,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428962,7 +428962,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -428985,7 +428985,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429008,7 +429008,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429031,7 +429031,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429054,7 +429054,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429077,7 +429077,7 @@ 428.531, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429100,7 +429100,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429123,7 +429123,7 @@ 428.531, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429146,7 +429146,7 @@ 428.531, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429169,7 +429169,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429192,7 +429192,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429215,7 +429215,7 @@ 428.531, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429238,7 +429238,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429261,7 +429261,7 @@ 428.531, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429284,7 +429284,7 @@ 428.531, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429307,7 +429307,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429330,7 +429330,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429353,7 +429353,7 @@ 428.531, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429376,7 +429376,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429399,7 +429399,7 @@ 428.531, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429422,7 +429422,7 @@ 428.531, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429445,7 +429445,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429468,7 +429468,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -429491,7 +429491,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429514,7 +429514,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429537,7 +429537,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429560,7 +429560,7 @@ 417.573, "D", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429583,7 +429583,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429606,7 +429606,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429629,7 +429629,7 @@ 417.573, "B", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429652,7 +429652,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429675,7 +429675,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429698,7 +429698,7 @@ 417.573, "k", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429721,7 +429721,7 @@ 417.573, "w", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429744,7 +429744,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429767,7 +429767,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429790,7 +429790,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429813,7 +429813,7 @@ 417.573, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429836,7 +429836,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429859,7 +429859,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429882,7 +429882,7 @@ 417.573, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429905,7 +429905,7 @@ 417.573, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429928,7 +429928,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429951,7 +429951,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429974,7 +429974,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -429997,7 +429997,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430020,7 +430020,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430043,7 +430043,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430066,7 +430066,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430089,7 +430089,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430112,7 +430112,7 @@ 417.573, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430135,7 +430135,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430158,7 +430158,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430181,7 +430181,7 @@ 417.573, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430204,7 +430204,7 @@ 417.573, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430227,7 +430227,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430250,7 +430250,7 @@ 417.573, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430273,7 +430273,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430296,7 +430296,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430319,7 +430319,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430342,7 +430342,7 @@ 417.573, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430365,7 +430365,7 @@ 417.573, "fi", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430388,7 +430388,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430411,7 +430411,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430434,7 +430434,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430457,7 +430457,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430480,7 +430480,7 @@ 417.573, "u", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430503,7 +430503,7 @@ 417.573, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430526,7 +430526,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430549,7 +430549,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430572,7 +430572,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430595,7 +430595,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430618,7 +430618,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430641,7 +430641,7 @@ 417.573, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430664,7 +430664,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430687,7 +430687,7 @@ 417.573, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430710,7 +430710,7 @@ 417.573, "-", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -430733,7 +430733,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430756,7 +430756,7 @@ 406.614, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430779,7 +430779,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430802,7 +430802,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430825,7 +430825,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430848,7 +430848,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430871,7 +430871,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430894,7 +430894,7 @@ 406.614, "(", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430917,7 +430917,7 @@ 406.614, "P", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430940,7 +430940,7 @@ 406.614, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430963,7 +430963,7 @@ 406.614, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -430986,7 +430986,7 @@ 406.614, "M", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431009,7 +431009,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431032,7 +431032,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431055,7 +431055,7 @@ 406.614, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431078,7 +431078,7 @@ 406.614, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431101,7 +431101,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431124,7 +431124,7 @@ 406.614, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431147,7 +431147,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431170,7 +431170,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431193,7 +431193,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431216,7 +431216,7 @@ 406.614, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431239,7 +431239,7 @@ 406.614, ")", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431262,7 +431262,7 @@ 406.614, ",", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431285,7 +431285,7 @@ 406.614, "w", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431308,7 +431308,7 @@ 406.614, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431331,7 +431331,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431354,7 +431354,7 @@ 406.614, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431377,7 +431377,7 @@ 406.614, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431400,7 +431400,7 @@ 406.614, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431423,7 +431423,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431446,7 +431446,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431469,7 +431469,7 @@ 406.614, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431492,7 +431492,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431515,7 +431515,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431538,7 +431538,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431561,7 +431561,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431584,7 +431584,7 @@ 406.614, "M", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431607,7 +431607,7 @@ 406.614, "L", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431630,7 +431630,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431653,7 +431653,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431676,7 +431676,7 @@ 406.614, "L", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431699,7 +431699,7 @@ 406.619, "A", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -431722,7 +431722,7 @@ 406.614, "T", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431745,7 +431745,7 @@ 404.69, "E", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -431768,7 +431768,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431791,7 +431791,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431814,7 +431814,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431837,7 +431837,7 @@ 406.614, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431860,7 +431860,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431883,7 +431883,7 @@ 406.614, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431906,7 +431906,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431929,7 +431929,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431952,7 +431952,7 @@ 406.614, ".", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -431975,7 +431975,7 @@ 395.655, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -431998,7 +431998,7 @@ 395.655, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432021,7 +432021,7 @@ 395.655, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432044,7 +432044,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432067,7 +432067,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432090,7 +432090,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432113,7 +432113,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432136,7 +432136,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432159,7 +432159,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432182,7 +432182,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432205,7 +432205,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432228,7 +432228,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432251,7 +432251,7 @@ 395.655, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432274,7 +432274,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432297,7 +432297,7 @@ 395.655, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432320,7 +432320,7 @@ 395.655, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432343,7 +432343,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432366,7 +432366,7 @@ 395.655, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432389,7 +432389,7 @@ 395.655, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432412,7 +432412,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432435,7 +432435,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432458,7 +432458,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432481,7 +432481,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432504,7 +432504,7 @@ 395.655, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432527,7 +432527,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432550,7 +432550,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432573,7 +432573,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432596,7 +432596,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432619,7 +432619,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432642,7 +432642,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432665,7 +432665,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432688,7 +432688,7 @@ 395.655, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432711,7 +432711,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432734,7 +432734,7 @@ 395.655, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432757,7 +432757,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432780,7 +432780,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432803,7 +432803,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432826,7 +432826,7 @@ 395.655, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432849,7 +432849,7 @@ 395.655, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432872,7 +432872,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432895,7 +432895,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432918,7 +432918,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432941,7 +432941,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432964,7 +432964,7 @@ 395.655, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -432987,7 +432987,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433010,7 +433010,7 @@ 395.655, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433033,7 +433033,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433056,7 +433056,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433079,7 +433079,7 @@ 395.655, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433102,7 +433102,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433125,7 +433125,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433148,7 +433148,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433171,7 +433171,7 @@ 395.655, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433194,7 +433194,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433217,7 +433217,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433240,7 +433240,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -433263,7 +433263,7 @@ 384.696, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433286,7 +433286,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433309,7 +433309,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433332,7 +433332,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433355,7 +433355,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433378,7 +433378,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433401,7 +433401,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433424,7 +433424,7 @@ 384.696, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433447,7 +433447,7 @@ 384.696, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433470,7 +433470,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433493,7 +433493,7 @@ 384.696, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433516,7 +433516,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433539,7 +433539,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433562,7 +433562,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433585,7 +433585,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433608,7 +433608,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433631,7 +433631,7 @@ 384.696, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433654,7 +433654,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433677,7 +433677,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433700,7 +433700,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433723,7 +433723,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433746,7 +433746,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433769,7 +433769,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433792,7 +433792,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433815,7 +433815,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433838,7 +433838,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433861,7 +433861,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433884,7 +433884,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433907,7 +433907,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433930,7 +433930,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433953,7 +433953,7 @@ 384.696, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433976,7 +433976,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -433999,7 +433999,7 @@ 384.696, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434022,7 +434022,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434045,7 +434045,7 @@ 384.696, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434068,7 +434068,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434091,7 +434091,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434114,7 +434114,7 @@ 384.696, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434137,7 +434137,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434160,7 +434160,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434183,7 +434183,7 @@ 384.696, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434206,7 +434206,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434229,7 +434229,7 @@ 384.696, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434252,7 +434252,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434275,7 +434275,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434298,7 +434298,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434321,7 +434321,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434344,7 +434344,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434367,7 +434367,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434390,7 +434390,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434413,7 +434413,7 @@ 384.696, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434436,7 +434436,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434459,7 +434459,7 @@ 384.696, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434482,7 +434482,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434505,7 +434505,7 @@ 384.696, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434528,7 +434528,7 @@ 384.696, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434551,7 +434551,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -434574,7 +434574,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434597,7 +434597,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434620,7 +434620,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434643,7 +434643,7 @@ 373.737, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434666,7 +434666,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434689,7 +434689,7 @@ 373.737, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434712,7 +434712,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434735,7 +434735,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434758,7 +434758,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434781,7 +434781,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434804,7 +434804,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434827,7 +434827,7 @@ 373.737, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434850,7 +434850,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434873,7 +434873,7 @@ 373.737, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434896,7 +434896,7 @@ 373.737, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434919,7 +434919,7 @@ 373.737, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434942,7 +434942,7 @@ 373.737, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434965,7 +434965,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -434988,7 +434988,7 @@ 373.737, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435011,7 +435011,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435034,7 +435034,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435057,7 +435057,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435080,7 +435080,7 @@ 373.737, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435103,7 +435103,7 @@ 373.737, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435126,7 +435126,7 @@ 373.737, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435149,7 +435149,7 @@ 373.737, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435172,7 +435172,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435195,7 +435195,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435218,7 +435218,7 @@ 373.737, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435241,7 +435241,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435264,7 +435264,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435287,7 +435287,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435310,7 +435310,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435333,7 +435333,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435356,7 +435356,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435379,7 +435379,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435402,7 +435402,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435425,7 +435425,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435448,7 +435448,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435471,7 +435471,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435494,7 +435494,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435517,7 +435517,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435540,7 +435540,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435563,7 +435563,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435586,7 +435586,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435609,7 +435609,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435632,7 +435632,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435655,7 +435655,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435678,7 +435678,7 @@ 373.737, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435701,7 +435701,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435724,7 +435724,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435747,7 +435747,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435770,7 +435770,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435793,7 +435793,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435816,7 +435816,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435839,7 +435839,7 @@ 373.737, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -435862,7 +435862,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -435885,7 +435885,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -435908,7 +435908,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -435931,7 +435931,7 @@ 362.778, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -435954,7 +435954,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -435977,7 +435977,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436000,7 +436000,7 @@ 362.778, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436023,7 +436023,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436046,7 +436046,7 @@ 362.778, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436069,7 +436069,7 @@ 362.778, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436092,7 +436092,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436115,7 +436115,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436138,7 +436138,7 @@ 362.778, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436161,7 +436161,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436184,7 +436184,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436207,7 +436207,7 @@ 362.778, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436230,7 +436230,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436253,7 +436253,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436276,7 +436276,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436299,7 +436299,7 @@ 362.778, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436322,7 +436322,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436345,7 +436345,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436368,7 +436368,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436391,7 +436391,7 @@ 362.778, "g", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436414,7 +436414,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436437,7 +436437,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436460,7 +436460,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436483,7 +436483,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436506,7 +436506,7 @@ 362.778, "x", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436529,7 +436529,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436552,7 +436552,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436575,7 +436575,7 @@ 362.778, "g", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436598,7 +436598,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436621,7 +436621,7 @@ 362.778, "v", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436644,7 +436644,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436667,7 +436667,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436690,7 +436690,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436713,7 +436713,7 @@ 362.778, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436736,7 +436736,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436759,7 +436759,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436782,7 +436782,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436805,7 +436805,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436828,7 +436828,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436851,7 +436851,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436874,7 +436874,7 @@ 362.778, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436897,7 +436897,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436920,7 +436920,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436943,7 +436943,7 @@ 362.778, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436966,7 +436966,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -436989,7 +436989,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437012,7 +437012,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437035,7 +437035,7 @@ 362.778, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437058,7 +437058,7 @@ 362.778, ".", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437081,7 +437081,7 @@ 362.778, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437104,7 +437104,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437127,7 +437127,7 @@ 362.778, "v", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437150,7 +437150,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -437173,7 +437173,7 @@ 351.819, "v", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437196,7 +437196,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437219,7 +437219,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437242,7 +437242,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437265,7 +437265,7 @@ 351.819, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437288,7 +437288,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437311,7 +437311,7 @@ 351.819, "ff", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437334,7 +437334,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437357,7 +437357,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437380,7 +437380,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437403,7 +437403,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437426,7 +437426,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437449,7 +437449,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437472,7 +437472,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437495,7 +437495,7 @@ 351.819, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437518,7 +437518,7 @@ 351.819, "p", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437541,7 +437541,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437564,7 +437564,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437587,7 +437587,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437610,7 +437610,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437633,7 +437633,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437656,7 +437656,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437679,7 +437679,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437702,7 +437702,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437725,7 +437725,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437748,7 +437748,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437771,7 +437771,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437794,7 +437794,7 @@ 351.819, "q", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437817,7 +437817,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437840,7 +437840,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437863,7 +437863,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437886,7 +437886,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437909,7 +437909,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437932,7 +437932,7 @@ 351.819, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437955,7 +437955,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -437978,7 +437978,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438001,7 +438001,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438024,7 +438024,7 @@ 351.819, ".", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438047,7 +438047,7 @@ 351.819, "A", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438070,7 +438070,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438093,7 +438093,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438116,7 +438116,7 @@ 351.819, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438139,7 +438139,7 @@ 351.819, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438162,7 +438162,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438185,7 +438185,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438208,7 +438208,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438231,7 +438231,7 @@ 351.819, "q", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438254,7 +438254,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438277,7 +438277,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438300,7 +438300,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438323,7 +438323,7 @@ 351.819, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438346,7 +438346,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438369,7 +438369,7 @@ 351.819, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438392,7 +438392,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438415,7 +438415,7 @@ 351.819, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438438,7 +438438,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -438461,7 +438461,7 @@ 340.86, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438484,7 +438484,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438507,7 +438507,7 @@ 340.86, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438530,7 +438530,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438553,7 +438553,7 @@ 340.86, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438576,7 +438576,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438599,7 +438599,7 @@ 340.86, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438622,7 +438622,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438645,7 +438645,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438668,7 +438668,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438691,7 +438691,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438714,7 +438714,7 @@ 340.86, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438737,7 +438737,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438760,7 +438760,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438783,7 +438783,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438806,7 +438806,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438829,7 +438829,7 @@ 340.86, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438852,7 +438852,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438875,7 +438875,7 @@ 340.86, "b", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438898,7 +438898,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438921,7 +438921,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438944,7 +438944,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438967,7 +438967,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -438990,7 +438990,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439013,7 +439013,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439036,7 +439036,7 @@ 340.86, "f", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439059,7 +439059,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439082,7 +439082,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439105,7 +439105,7 @@ 340.86, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439128,7 +439128,7 @@ 340.86, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439151,7 +439151,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439174,7 +439174,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439197,7 +439197,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439220,7 +439220,7 @@ 340.86, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439243,7 +439243,7 @@ 340.86, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439266,7 +439266,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439289,7 +439289,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439312,7 +439312,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439335,7 +439335,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439358,7 +439358,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439381,7 +439381,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439404,7 +439404,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439427,7 +439427,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439450,7 +439450,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439473,7 +439473,7 @@ 340.86, "P", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439496,7 +439496,7 @@ 340.86, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439519,7 +439519,7 @@ 340.86, "b", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439542,7 +439542,7 @@ 340.86, "L", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439565,7 +439565,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439588,7 +439588,7 @@ 340.86, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439611,7 +439611,7 @@ 340.86, "N", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439634,7 +439634,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439657,7 +439657,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439680,7 +439680,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439703,7 +439703,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -439726,7 +439726,7 @@ 329.901, "D", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439749,7 +439749,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439772,7 +439772,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439795,7 +439795,7 @@ 329.901, "B", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439818,7 +439818,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439841,7 +439841,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439864,7 +439864,7 @@ 329.901, "k", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439887,7 +439887,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439910,7 +439910,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439933,7 +439933,7 @@ 329.901, "v", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439956,7 +439956,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -439979,7 +439979,7 @@ 329.901, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440002,7 +440002,7 @@ 329.901, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440025,7 +440025,7 @@ 329.901, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440048,7 +440048,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440071,7 +440071,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440094,7 +440094,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440117,7 +440117,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440140,7 +440140,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440163,7 +440163,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440186,7 +440186,7 @@ 329.901, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440209,7 +440209,7 @@ 329.901, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440232,7 +440232,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440255,7 +440255,7 @@ 329.901, "w", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440278,7 +440278,7 @@ 329.901, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440301,7 +440301,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440324,7 +440324,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440347,7 +440347,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440370,7 +440370,7 @@ 329.901, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440393,7 +440393,7 @@ 329.901, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440416,7 +440416,7 @@ 329.901, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440439,7 +440439,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440462,7 +440462,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440485,7 +440485,7 @@ 329.901, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440508,7 +440508,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440531,7 +440531,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440554,7 +440554,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440577,7 +440577,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440600,7 +440600,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440623,7 +440623,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440646,7 +440646,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440669,7 +440669,7 @@ 329.901, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440692,7 +440692,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440715,7 +440715,7 @@ 329.901, "fi", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440738,7 +440738,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440761,7 +440761,7 @@ 329.901, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440784,7 +440784,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440807,7 +440807,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440830,7 +440830,7 @@ 329.901, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440853,7 +440853,7 @@ 329.901, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440876,7 +440876,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440899,7 +440899,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440922,7 +440922,7 @@ 329.901, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440945,7 +440945,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440968,7 +440968,7 @@ 329.901, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -440991,7 +440991,7 @@ 318.942, "H", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441014,7 +441014,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441037,7 +441037,7 @@ 318.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441060,7 +441060,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441083,7 +441083,7 @@ 318.942, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441106,7 +441106,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441129,7 +441129,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441152,7 +441152,7 @@ 318.942, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441175,7 +441175,7 @@ 318.942, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441198,7 +441198,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441221,7 +441221,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441244,7 +441244,7 @@ 318.942, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441267,7 +441267,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441290,7 +441290,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441313,7 +441313,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441520,7 +441520,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441543,7 +441543,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441796,7 +441796,7 @@ 318.942, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441819,7 +441819,7 @@ 318.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441842,7 +441842,7 @@ 318.942, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441865,7 +441865,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441888,7 +441888,7 @@ 318.942, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441911,7 +441911,7 @@ 318.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441934,7 +441934,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441957,7 +441957,7 @@ 318.942, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -441980,7 +441980,7 @@ 318.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442003,7 +442003,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442026,7 +442026,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442049,7 +442049,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442072,7 +442072,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442095,7 +442095,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442118,7 +442118,7 @@ 318.942, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442141,7 +442141,7 @@ 318.942, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442164,7 +442164,7 @@ 318.942, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442187,7 +442187,7 @@ 318.942, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442210,7 +442210,7 @@ 318.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442233,7 +442233,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442256,7 +442256,7 @@ 307.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442279,7 +442279,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442302,7 +442302,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442325,7 +442325,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442348,7 +442348,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442371,7 +442371,7 @@ 307.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442394,7 +442394,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442417,7 +442417,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442440,7 +442440,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442463,7 +442463,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442486,7 +442486,7 @@ 307.984, "q", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442509,7 +442509,7 @@ 307.984, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442532,7 +442532,7 @@ 307.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442555,7 +442555,7 @@ 307.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442578,7 +442578,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442601,7 +442601,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442624,7 +442624,7 @@ 307.984, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442647,7 +442647,7 @@ 307.984, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442670,7 +442670,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442693,7 +442693,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442716,7 +442716,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442739,7 +442739,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442762,7 +442762,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442785,7 +442785,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442808,7 +442808,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442831,7 +442831,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442854,7 +442854,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442877,7 +442877,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442900,7 +442900,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442923,7 +442923,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442946,7 +442946,7 @@ 307.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442969,7 +442969,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -442992,7 +442992,7 @@ 307.984, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443015,7 +443015,7 @@ 307.984, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443038,7 +443038,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443061,7 +443061,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443084,7 +443084,7 @@ 307.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443107,7 +443107,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443130,7 +443130,7 @@ 307.984, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443153,7 +443153,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443176,7 +443176,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443199,7 +443199,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443222,7 +443222,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443245,7 +443245,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443268,7 +443268,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443291,7 +443291,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443314,7 +443314,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443337,7 +443337,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443360,7 +443360,7 @@ 307.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443383,7 +443383,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443406,7 +443406,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443429,7 +443429,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443452,7 +443452,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -443475,7 +443475,7 @@ 297.025, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443498,7 +443498,7 @@ 297.025, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443521,7 +443521,7 @@ 297.025, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443544,7 +443544,7 @@ 297.025, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443567,7 +443567,7 @@ 297.025, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443590,7 +443590,7 @@ 297.025, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443613,7 +443613,7 @@ 297.025, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443636,7 +443636,7 @@ 297.025, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443659,7 +443659,7 @@ 297.025, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -443682,7 +443682,7 @@ 286.066, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443705,7 +443705,7 @@ 286.066, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443728,7 +443728,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443751,7 +443751,7 @@ 286.066, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443774,7 +443774,7 @@ 286.066, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443797,7 +443797,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443820,7 +443820,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443843,7 +443843,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443866,7 +443866,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443889,7 +443889,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443912,7 +443912,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443935,7 +443935,7 @@ 286.066, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443958,7 +443958,7 @@ 286.066, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -443981,7 +443981,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444004,7 +444004,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444027,7 +444027,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444050,7 +444050,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444073,7 +444073,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444096,7 +444096,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444119,7 +444119,7 @@ 286.066, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444142,7 +444142,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444165,7 +444165,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444188,7 +444188,7 @@ 286.066, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444211,7 +444211,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444234,7 +444234,7 @@ 286.066, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444257,7 +444257,7 @@ 286.066, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444280,7 +444280,7 @@ 286.066, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444303,7 +444303,7 @@ 286.066, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444326,7 +444326,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444349,7 +444349,7 @@ 286.066, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444372,7 +444372,7 @@ 286.066, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444395,7 +444395,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444418,7 +444418,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444441,7 +444441,7 @@ 286.066, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444464,7 +444464,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444487,7 +444487,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444510,7 +444510,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444533,7 +444533,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444556,7 +444556,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444579,7 +444579,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444602,7 +444602,7 @@ 286.066, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444625,7 +444625,7 @@ 286.066, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444648,7 +444648,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444671,7 +444671,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444694,7 +444694,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444717,7 +444717,7 @@ 286.066, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444740,7 +444740,7 @@ 286.066, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444763,7 +444763,7 @@ 286.066, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444786,7 +444786,7 @@ 286.066, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444809,7 +444809,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444832,7 +444832,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444855,7 +444855,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444878,7 +444878,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444901,7 +444901,7 @@ 286.066, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444924,7 +444924,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444947,7 +444947,7 @@ 286.066, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -444970,7 +444970,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -444993,7 +444993,7 @@ 275.107, "y", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445016,7 +445016,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445039,7 +445039,7 @@ 275.107, "p", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445062,7 +445062,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445085,7 +445085,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445108,7 +445108,7 @@ 275.107, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445131,7 +445131,7 @@ 275.107, "l", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445154,7 +445154,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445177,7 +445177,7 @@ 275.107, "y", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445200,7 +445200,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445223,7 +445223,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445246,7 +445246,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445269,7 +445269,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445292,7 +445292,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445315,7 +445315,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445338,7 +445338,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445361,7 +445361,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445384,7 +445384,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445407,7 +445407,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445430,7 +445430,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445453,7 +445453,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445476,7 +445476,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445499,7 +445499,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445522,7 +445522,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445545,7 +445545,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445568,7 +445568,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445591,7 +445591,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445614,7 +445614,7 @@ 275.107, "d", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445637,7 +445637,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445660,7 +445660,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445683,7 +445683,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445706,7 +445706,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445729,7 +445729,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445752,7 +445752,7 @@ 275.107, "h", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445775,7 +445775,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445798,7 +445798,7 @@ 275.107, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445821,7 +445821,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445844,7 +445844,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445867,7 +445867,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445890,7 +445890,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445913,7 +445913,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445936,7 +445936,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445959,7 +445959,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -445982,7 +445982,7 @@ 275.107, "d", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446005,7 +446005,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446028,7 +446028,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446051,7 +446051,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446074,7 +446074,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446097,7 +446097,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446120,7 +446120,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446143,7 +446143,7 @@ 275.107, "x", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446166,7 +446166,7 @@ 275.107, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446189,7 +446189,7 @@ 275.107, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446212,7 +446212,7 @@ 275.107, "f", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446235,7 +446235,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446258,7 +446258,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -446281,7 +446281,7 @@ 264.148, "1", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446304,7 +446304,7 @@ 264.148, "1", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446327,7 +446327,7 @@ 264.148, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446350,7 +446350,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446373,7 +446373,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446396,7 +446396,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446419,7 +446419,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446442,7 +446442,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446465,7 +446465,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446488,7 +446488,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446511,7 +446511,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446534,7 +446534,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446557,7 +446557,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446580,7 +446580,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446603,7 +446603,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446626,7 +446626,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446649,7 +446649,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446672,7 +446672,7 @@ 264.148, "b", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446695,7 +446695,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446718,7 +446718,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446741,7 +446741,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446764,7 +446764,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446787,7 +446787,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446810,7 +446810,7 @@ 264.148, "8", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446833,7 +446833,7 @@ 264.148, "0", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446856,7 +446856,7 @@ 264.148, "8", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446879,7 +446879,7 @@ 264.148, "6", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446902,7 +446902,7 @@ 264.148, "3", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446925,7 +446925,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446948,7 +446948,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446971,7 +446971,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -446994,7 +446994,7 @@ 264.148, "q", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447017,7 +447017,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447040,7 +447040,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447063,7 +447063,7 @@ 264.148, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447086,7 +447086,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447109,7 +447109,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447132,7 +447132,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447155,7 +447155,7 @@ 264.148, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447178,7 +447178,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447201,7 +447201,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447224,7 +447224,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447247,7 +447247,7 @@ 264.148, "p", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447270,7 +447270,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447293,7 +447293,7 @@ 264.148, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447316,7 +447316,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447339,7 +447339,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447362,7 +447362,7 @@ 264.148, ",", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447385,7 +447385,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447408,7 +447408,7 @@ 264.148, "f", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447431,7 +447431,7 @@ 264.148, "w", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447454,7 +447454,7 @@ 264.148, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447477,7 +447477,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447500,7 +447500,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447523,7 +447523,7 @@ 264.148, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -447546,7 +447546,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447569,7 +447569,7 @@ 253.189, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447592,7 +447592,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447615,7 +447615,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447638,7 +447638,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447661,7 +447661,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447684,7 +447684,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447707,7 +447707,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447730,7 +447730,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447753,7 +447753,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447776,7 +447776,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447799,7 +447799,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447822,7 +447822,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447845,7 +447845,7 @@ 253.189, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447868,7 +447868,7 @@ 253.189, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447891,7 +447891,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447914,7 +447914,7 @@ 253.189, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447937,7 +447937,7 @@ 253.189, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447960,7 +447960,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -447983,7 +447983,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448006,7 +448006,7 @@ 253.189, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448029,7 +448029,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448052,7 +448052,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448075,7 +448075,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448098,7 +448098,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448121,7 +448121,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448144,7 +448144,7 @@ 253.189, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448167,7 +448167,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448190,7 +448190,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448213,7 +448213,7 @@ 253.189, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448236,7 +448236,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448259,7 +448259,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448282,7 +448282,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448305,7 +448305,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448328,7 +448328,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448351,7 +448351,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448374,7 +448374,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448397,7 +448397,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448420,7 +448420,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448443,7 +448443,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448466,7 +448466,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448489,7 +448489,7 @@ 253.189, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448512,7 +448512,7 @@ 253.189, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448535,7 +448535,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448558,7 +448558,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448581,7 +448581,7 @@ 253.189, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448604,7 +448604,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448627,7 +448627,7 @@ 253.189, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448650,7 +448650,7 @@ 253.189, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448673,7 +448673,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448696,7 +448696,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448719,7 +448719,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448742,7 +448742,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448765,7 +448765,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448788,7 +448788,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448811,7 +448811,7 @@ 253.189, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448834,7 +448834,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448857,7 +448857,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448880,7 +448880,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448903,7 +448903,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -448926,7 +448926,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -448949,7 +448949,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -448972,7 +448972,7 @@ 242.23, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -448995,7 +448995,7 @@ 242.23, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449018,7 +449018,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449041,7 +449041,7 @@ 242.23, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449064,7 +449064,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449087,7 +449087,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449110,7 +449110,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449133,7 +449133,7 @@ 242.23, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449156,7 +449156,7 @@ 242.23, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449179,7 +449179,7 @@ 242.23, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449202,7 +449202,7 @@ 242.23, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449225,7 +449225,7 @@ 242.23, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449248,7 +449248,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449271,7 +449271,7 @@ 242.23, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449294,7 +449294,7 @@ 242.23, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449317,7 +449317,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449340,7 +449340,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449363,7 +449363,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449386,7 +449386,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449409,7 +449409,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449432,7 +449432,7 @@ 242.23, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449455,7 +449455,7 @@ 242.23, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449478,7 +449478,7 @@ 242.23, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449501,7 +449501,7 @@ 242.23, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449524,7 +449524,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449547,7 +449547,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449570,7 +449570,7 @@ 242.23, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449593,7 +449593,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449616,7 +449616,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449639,7 +449639,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449662,7 +449662,7 @@ 242.23, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449685,7 +449685,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449708,7 +449708,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449731,7 +449731,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449754,7 +449754,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449777,7 +449777,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449800,7 +449800,7 @@ 242.23, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449823,7 +449823,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449846,7 +449846,7 @@ 242.23, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449869,7 +449869,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449892,7 +449892,7 @@ 242.23, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449915,7 +449915,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449938,7 +449938,7 @@ 242.23, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449961,7 +449961,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -449984,7 +449984,7 @@ 242.23, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -450007,7 +450007,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -450030,7 +450030,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -450053,7 +450053,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -450076,7 +450076,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450099,7 +450099,7 @@ 231.271, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450122,7 +450122,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450145,7 +450145,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450168,7 +450168,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450191,7 +450191,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450214,7 +450214,7 @@ 231.271, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450237,7 +450237,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450260,7 +450260,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450283,7 +450283,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450306,7 +450306,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450329,7 +450329,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450352,7 +450352,7 @@ 231.271, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450375,7 +450375,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450398,7 +450398,7 @@ 231.271, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450421,7 +450421,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450444,7 +450444,7 @@ 231.271, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450467,7 +450467,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450490,7 +450490,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450513,7 +450513,7 @@ 231.271, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450536,7 +450536,7 @@ 233.42, "1", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -450559,7 +450559,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450582,7 +450582,7 @@ 231.271, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450605,7 +450605,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450628,7 +450628,7 @@ 231.271, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450651,7 +450651,7 @@ 231.271, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450674,7 +450674,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450697,7 +450697,7 @@ 231.271, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450720,7 +450720,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450743,7 +450743,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450766,7 +450766,7 @@ 231.271, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450789,7 +450789,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450812,7 +450812,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450835,7 +450835,7 @@ 231.271, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450858,7 +450858,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450881,7 +450881,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450904,7 +450904,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450927,7 +450927,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450950,7 +450950,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450973,7 +450973,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -450996,7 +450996,7 @@ 231.271, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451019,7 +451019,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451042,7 +451042,7 @@ 231.271, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451065,7 +451065,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451088,7 +451088,7 @@ 231.271, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451111,7 +451111,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451134,7 +451134,7 @@ 231.271, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451157,7 +451157,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451180,7 +451180,7 @@ 231.271, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451203,7 +451203,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451226,7 +451226,7 @@ 231.271, "-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451249,7 +451249,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451272,7 +451272,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451295,7 +451295,7 @@ 231.271, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451318,7 +451318,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451341,7 +451341,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451364,7 +451364,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -451387,7 +451387,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451410,7 +451410,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451433,7 +451433,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451456,7 +451456,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451479,7 +451479,7 @@ 220.312, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451502,7 +451502,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451525,7 +451525,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451548,7 +451548,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451571,7 +451571,7 @@ 220.312, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451594,7 +451594,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451617,7 +451617,7 @@ 220.312, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451640,7 +451640,7 @@ 220.312, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451663,7 +451663,7 @@ 220.312, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451686,7 +451686,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451709,7 +451709,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451732,7 +451732,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451755,7 +451755,7 @@ 220.312, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451778,7 +451778,7 @@ 220.312, ".", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451801,7 +451801,7 @@ 220.312, "I", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451824,7 +451824,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451847,7 +451847,7 @@ 220.312, "d", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451870,7 +451870,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451893,7 +451893,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451916,7 +451916,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451939,7 +451939,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451962,7 +451962,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -451985,7 +451985,7 @@ 220.312, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452008,7 +452008,7 @@ 220.312, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452031,7 +452031,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452054,7 +452054,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452077,7 +452077,7 @@ 220.312, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452100,7 +452100,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452123,7 +452123,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452146,7 +452146,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452169,7 +452169,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452192,7 +452192,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452215,7 +452215,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452238,7 +452238,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452261,7 +452261,7 @@ 220.312, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452284,7 +452284,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452307,7 +452307,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452330,7 +452330,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452353,7 +452353,7 @@ 220.312, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452376,7 +452376,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452399,7 +452399,7 @@ 220.312, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452422,7 +452422,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452445,7 +452445,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452468,7 +452468,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452491,7 +452491,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452514,7 +452514,7 @@ 220.312, "w", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452537,7 +452537,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452560,7 +452560,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452583,7 +452583,7 @@ 220.312, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452606,7 +452606,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452629,7 +452629,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452652,7 +452652,7 @@ 220.312, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452675,7 +452675,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452698,7 +452698,7 @@ 220.312, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452721,7 +452721,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452744,7 +452744,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452767,7 +452767,7 @@ 220.312, ":", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -452790,7 +452790,7 @@ 206.988, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -452813,7 +452813,7 @@ 206.988, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -452836,7 +452836,7 @@ 206.988, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -453204,7 +453204,7 @@ 206.988, ":", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453227,7 +453227,7 @@ 206.988, "I", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453250,7 +453250,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453273,7 +453273,7 @@ 206.988, "c", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453296,7 +453296,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453319,7 +453319,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453342,7 +453342,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453365,7 +453365,7 @@ 206.988, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453388,7 +453388,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453411,7 +453411,7 @@ 206.988, "s", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453434,7 +453434,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453457,7 +453457,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453480,7 +453480,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453503,7 +453503,7 @@ 206.988, "P", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453526,7 +453526,7 @@ 206.988, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453549,7 +453549,7 @@ 206.988, "b", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453572,7 +453572,7 @@ 206.988, "L", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453595,7 +453595,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453618,7 +453618,7 @@ 206.988, "y", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453641,7 +453641,7 @@ 206.988, "N", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453664,7 +453664,7 @@ 206.988, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453687,7 +453687,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453710,7 +453710,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453733,7 +453733,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453756,7 +453756,7 @@ 206.988, "d", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453779,7 +453779,7 @@ 206.988, "D", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453802,7 +453802,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453825,7 +453825,7 @@ 206.988, "c", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453848,7 +453848,7 @@ 206.988, "B", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453871,7 +453871,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453894,7 +453894,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453917,7 +453917,7 @@ 206.988, "k", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453940,7 +453940,7 @@ 206.988, ",", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -453963,7 +453963,7 @@ 196.029, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -453986,7 +453986,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454009,7 +454009,7 @@ 196.029, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454032,7 +454032,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454055,7 +454055,7 @@ 196.029, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454078,7 +454078,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454101,7 +454101,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454124,7 +454124,7 @@ 196.029, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454147,7 +454147,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454170,7 +454170,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454193,7 +454193,7 @@ 196.029, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454216,7 +454216,7 @@ 196.029, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454239,7 +454239,7 @@ 196.029, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454262,7 +454262,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454285,7 +454285,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454308,7 +454308,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454331,7 +454331,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454354,7 +454354,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454377,7 +454377,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454400,7 +454400,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454423,7 +454423,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454446,7 +454446,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454469,7 +454469,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454492,7 +454492,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454515,7 +454515,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454538,7 +454538,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454561,7 +454561,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454584,7 +454584,7 @@ 196.029, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454607,7 +454607,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454630,7 +454630,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454653,7 +454653,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454676,7 +454676,7 @@ 196.029, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454699,7 +454699,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454722,7 +454722,7 @@ 196.029, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454745,7 +454745,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454768,7 +454768,7 @@ 196.029, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454791,7 +454791,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454814,7 +454814,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454837,7 +454837,7 @@ 196.029, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454860,7 +454860,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454883,7 +454883,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454906,7 +454906,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454929,7 +454929,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454952,7 +454952,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454975,7 +454975,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -454998,7 +454998,7 @@ 196.029, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -455021,7 +455021,7 @@ 196.029, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -455044,7 +455044,7 @@ 185.07, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455067,7 +455067,7 @@ 185.07, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455090,7 +455090,7 @@ 185.07, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455113,7 +455113,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455136,7 +455136,7 @@ 185.07, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455159,7 +455159,7 @@ 185.07, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455182,7 +455182,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455205,7 +455205,7 @@ 185.07, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455228,7 +455228,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455251,7 +455251,7 @@ 185.07, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455274,7 +455274,7 @@ 185.07, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455297,7 +455297,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455320,7 +455320,7 @@ 185.07, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455343,7 +455343,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455366,7 +455366,7 @@ 185.07, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455389,7 +455389,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455412,7 +455412,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455435,7 +455435,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455458,7 +455458,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455481,7 +455481,7 @@ 185.07, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455504,7 +455504,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455527,7 +455527,7 @@ 185.07, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455550,7 +455550,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455573,7 +455573,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455596,7 +455596,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455619,7 +455619,7 @@ 185.07, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455642,7 +455642,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455665,7 +455665,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455688,7 +455688,7 @@ 185.07, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455711,7 +455711,7 @@ 174.111, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455734,7 +455734,7 @@ 174.111, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -455757,7 +455757,7 @@ 174.111, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -456286,7 +456286,7 @@ 174.111, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456309,7 +456309,7 @@ 174.111, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456332,7 +456332,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456355,7 +456355,7 @@ 174.111, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456378,7 +456378,7 @@ 174.111, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456401,7 +456401,7 @@ 174.111, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456424,7 +456424,7 @@ 174.111, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456447,7 +456447,7 @@ 174.111, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456470,7 +456470,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456493,7 +456493,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456516,7 +456516,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456539,7 +456539,7 @@ 174.111, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456562,7 +456562,7 @@ 174.111, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456585,7 +456585,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456608,7 +456608,7 @@ 174.111, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456631,7 +456631,7 @@ 174.111, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456654,7 +456654,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456677,7 +456677,7 @@ 174.111, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456700,7 +456700,7 @@ 174.111, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456723,7 +456723,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456746,7 +456746,7 @@ 174.111, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456769,7 +456769,7 @@ 174.111, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456792,7 +456792,7 @@ 174.111, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456815,7 +456815,7 @@ 174.111, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456838,7 +456838,7 @@ 174.111, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456861,7 +456861,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456884,7 +456884,7 @@ 174.111, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -456907,7 +456907,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -456930,7 +456930,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -456953,7 +456953,7 @@ 163.153, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -456976,7 +456976,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -456999,7 +456999,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457022,7 +457022,7 @@ 163.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457045,7 +457045,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457068,7 +457068,7 @@ 163.153, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457091,7 +457091,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457114,7 +457114,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457137,7 +457137,7 @@ 163.153, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457160,7 +457160,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457183,7 +457183,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457206,7 +457206,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457229,7 +457229,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457252,7 +457252,7 @@ 163.153, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457275,7 +457275,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457298,7 +457298,7 @@ 163.153, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457321,7 +457321,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457344,7 +457344,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457367,7 +457367,7 @@ 163.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457390,7 +457390,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457413,7 +457413,7 @@ 163.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457436,7 +457436,7 @@ 163.153, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457459,7 +457459,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457482,7 +457482,7 @@ 163.153, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457505,7 +457505,7 @@ 163.153, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457528,7 +457528,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457551,7 +457551,7 @@ 163.153, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457574,7 +457574,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457597,7 +457597,7 @@ 163.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457620,7 +457620,7 @@ 163.153, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457643,7 +457643,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457666,7 +457666,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457689,7 +457689,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457712,7 +457712,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457735,7 +457735,7 @@ 163.153, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457758,7 +457758,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457781,7 +457781,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457804,7 +457804,7 @@ 163.153, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457827,7 +457827,7 @@ 152.194, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457850,7 +457850,7 @@ 152.194, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -457873,7 +457873,7 @@ 152.194, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -458264,7 +458264,7 @@ 152.194, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458287,7 +458287,7 @@ 152.194, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458310,7 +458310,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458333,7 +458333,7 @@ 152.194, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458356,7 +458356,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458379,7 +458379,7 @@ 152.194, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458402,7 +458402,7 @@ 152.194, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458425,7 +458425,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458448,7 +458448,7 @@ 152.194, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458471,7 +458471,7 @@ 152.194, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458494,7 +458494,7 @@ 152.194, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458517,7 +458517,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458540,7 +458540,7 @@ 152.194, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458563,7 +458563,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458586,7 +458586,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458609,7 +458609,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458632,7 +458632,7 @@ 152.194, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458655,7 +458655,7 @@ 152.194, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458678,7 +458678,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458701,7 +458701,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458724,7 +458724,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458747,7 +458747,7 @@ 152.194, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458770,7 +458770,7 @@ 152.194, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458793,7 +458793,7 @@ 152.194, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458816,7 +458816,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458839,7 +458839,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458862,7 +458862,7 @@ 152.194, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458885,7 +458885,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458908,7 +458908,7 @@ 152.194, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458931,7 +458931,7 @@ 152.194, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458954,7 +458954,7 @@ 152.194, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -458977,7 +458977,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -459000,7 +459000,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -459023,7 +459023,7 @@ 152.194, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -459046,7 +459046,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459069,7 +459069,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459092,7 +459092,7 @@ 141.235, "y", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459115,7 +459115,7 @@ 141.235, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459138,7 +459138,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459161,7 +459161,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459184,7 +459184,7 @@ 141.235, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459207,7 +459207,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459230,7 +459230,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459253,7 +459253,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459276,7 +459276,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459299,7 +459299,7 @@ 141.235, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459322,7 +459322,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459345,7 +459345,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459368,7 +459368,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459391,7 +459391,7 @@ 141.235, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459414,7 +459414,7 @@ 141.235, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459437,7 +459437,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459460,7 +459460,7 @@ 141.235, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459483,7 +459483,7 @@ 141.235, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459506,7 +459506,7 @@ 141.235, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459529,7 +459529,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459552,7 +459552,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459575,7 +459575,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459598,7 +459598,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459621,7 +459621,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459644,7 +459644,7 @@ 141.235, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459667,7 +459667,7 @@ 141.235, "P", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459690,7 +459690,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459713,7 +459713,7 @@ 141.235, "b", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459736,7 +459736,7 @@ 141.235, "L", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459759,7 +459759,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459782,7 +459782,7 @@ 141.235, "y", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459805,7 +459805,7 @@ 141.235, "N", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459828,7 +459828,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459851,7 +459851,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459874,7 +459874,7 @@ 141.235, "p", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459897,7 +459897,7 @@ 141.235, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459920,7 +459920,7 @@ 141.235, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459943,7 +459943,7 @@ 141.235, "v", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459966,7 +459966,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -459989,7 +459989,7 @@ 141.235, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460012,7 +460012,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460035,7 +460035,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460058,7 +460058,7 @@ 141.235, "5", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460081,7 +460081,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460104,7 +460104,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460127,7 +460127,7 @@ 141.235, "b", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460150,7 +460150,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460173,7 +460173,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460196,7 +460196,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460219,7 +460219,7 @@ 141.235, ";", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -460242,7 +460242,7 @@ 130.276, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460265,7 +460265,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460288,7 +460288,7 @@ 130.276, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460311,7 +460311,7 @@ 130.276, "B", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460334,7 +460334,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460357,7 +460357,7 @@ 130.276, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460380,7 +460380,7 @@ 130.276, "k", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460403,7 +460403,7 @@ 130.276, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460426,7 +460426,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460449,7 +460449,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460472,7 +460472,7 @@ 130.276, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460495,7 +460495,7 @@ 130.276, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460518,7 +460518,7 @@ 130.276, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460541,7 +460541,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460564,7 +460564,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460587,7 +460587,7 @@ 130.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460610,7 +460610,7 @@ 130.276, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460633,7 +460633,7 @@ 130.276, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460656,7 +460656,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460679,7 +460679,7 @@ 130.276, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460702,7 +460702,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460725,7 +460725,7 @@ 130.276, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460748,7 +460748,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460771,7 +460771,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460794,7 +460794,7 @@ 130.276, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460817,7 +460817,7 @@ 130.276, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460840,7 +460840,7 @@ 130.276, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460863,7 +460863,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460886,7 +460886,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460909,7 +460909,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460932,7 +460932,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460955,7 +460955,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -460978,7 +460978,7 @@ 130.276, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461001,7 +461001,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461024,7 +461024,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461047,7 +461047,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461070,7 +461070,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461093,7 +461093,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461116,7 +461116,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461139,7 +461139,7 @@ 130.276, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461162,7 +461162,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461185,7 +461185,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461208,7 +461208,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461231,7 +461231,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461254,7 +461254,7 @@ 130.276, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461277,7 +461277,7 @@ 119.317, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461300,7 +461300,7 @@ 119.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461323,7 +461323,7 @@ 119.317, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -461806,7 +461806,7 @@ 119.317, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461829,7 +461829,7 @@ 119.317, "A", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461852,7 +461852,7 @@ 119.317, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461875,7 +461875,7 @@ 119.317, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461898,7 +461898,7 @@ 119.317, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461921,7 +461921,7 @@ 119.317, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461944,7 +461944,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461967,7 +461967,7 @@ 119.317, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -461990,7 +461990,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462013,7 +462013,7 @@ 119.317, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462036,7 +462036,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462059,7 +462059,7 @@ 119.317, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462082,7 +462082,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462105,7 +462105,7 @@ 119.317, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462128,7 +462128,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462151,7 +462151,7 @@ 119.317, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462174,7 +462174,7 @@ 119.317, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462197,7 +462197,7 @@ 119.317, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462220,7 +462220,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462243,7 +462243,7 @@ 119.317, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462266,7 +462266,7 @@ 119.317, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462289,7 +462289,7 @@ 119.317, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462312,7 +462312,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462335,7 +462335,7 @@ 119.317, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462358,7 +462358,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462381,7 +462381,7 @@ 119.317, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462404,7 +462404,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462427,7 +462427,7 @@ 119.317, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462450,7 +462450,7 @@ 108.358, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462473,7 +462473,7 @@ 108.358, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462496,7 +462496,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462519,7 +462519,7 @@ 108.358, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462542,7 +462542,7 @@ 108.358, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462565,7 +462565,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462588,7 +462588,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462611,7 +462611,7 @@ 108.358, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462634,7 +462634,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462657,7 +462657,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462680,7 +462680,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462703,7 +462703,7 @@ 108.358, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462726,7 +462726,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462749,7 +462749,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462772,7 +462772,7 @@ 108.358, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462795,7 +462795,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462818,7 +462818,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462841,7 +462841,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462864,7 +462864,7 @@ 108.358, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462887,7 +462887,7 @@ 108.358, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462910,7 +462910,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462933,7 +462933,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462956,7 +462956,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -462979,7 +462979,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463002,7 +463002,7 @@ 108.358, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463025,7 +463025,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463048,7 +463048,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463071,7 +463071,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463094,7 +463094,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463117,7 +463117,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463140,7 +463140,7 @@ 108.358, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463163,7 +463163,7 @@ 108.358, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463186,7 +463186,7 @@ 108.358, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463209,7 +463209,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463232,7 +463232,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463255,7 +463255,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463278,7 +463278,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463301,7 +463301,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463324,7 +463324,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463347,7 +463347,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463370,7 +463370,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463393,7 +463393,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463416,7 +463416,7 @@ 108.358, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463439,7 +463439,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463462,7 +463462,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463485,7 +463485,7 @@ 108.358, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -463508,7 +463508,7 @@ 91.103, "1", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -463531,7 +463531,7 @@ 89.439, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463554,7 +463554,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463577,7 +463577,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463600,7 +463600,7 @@ 89.439, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463623,7 +463623,7 @@ 89.439, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463646,7 +463646,7 @@ 89.439, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463669,7 +463669,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463692,7 +463692,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463715,7 +463715,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463738,7 +463738,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463761,7 +463761,7 @@ 89.439, "v", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463784,7 +463784,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463807,7 +463807,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463830,7 +463830,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463853,7 +463853,7 @@ 89.439, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463876,7 +463876,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463899,7 +463899,7 @@ 89.439, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463922,7 +463922,7 @@ 89.439, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463945,7 +463945,7 @@ 89.439, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463968,7 +463968,7 @@ 89.439, "b", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -463991,7 +463991,7 @@ 89.439, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464014,7 +464014,7 @@ 89.439, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464037,7 +464037,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464060,7 +464060,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464083,7 +464083,7 @@ 89.439, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464106,7 +464106,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464129,7 +464129,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464152,7 +464152,7 @@ 89.439, "x", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464175,7 +464175,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464198,7 +464198,7 @@ 89.439, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464221,7 +464221,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464244,7 +464244,7 @@ 89.439, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464267,7 +464267,7 @@ 89.439, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464290,7 +464290,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464313,7 +464313,7 @@ 89.439, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464336,7 +464336,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464359,7 +464359,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464382,7 +464382,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464405,7 +464405,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464428,7 +464428,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464451,7 +464451,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464474,7 +464474,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464497,7 +464497,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464520,7 +464520,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464543,7 +464543,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464566,7 +464566,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464589,7 +464589,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464612,7 +464612,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464635,7 +464635,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464658,7 +464658,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464681,7 +464681,7 @@ 89.439, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464704,7 +464704,7 @@ 89.439, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464727,7 +464727,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464750,7 +464750,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -464773,7 +464773,7 @@ 704.206, "T", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464796,7 +464796,7 @@ 704.206, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464819,7 +464819,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464842,7 +464842,7 @@ 704.206, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464865,7 +464865,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464888,7 +464888,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464911,7 +464911,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464934,7 +464934,7 @@ 704.206, "b", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464957,7 +464957,7 @@ 704.206, "l", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -464980,7 +464980,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465003,7 +465003,7 @@ 704.206, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465026,7 +465026,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465049,7 +465049,7 @@ 704.206, "x", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465072,7 +465072,7 @@ 704.206, "p", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465095,7 +465095,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465118,7 +465118,7 @@ 704.206, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465141,7 +465141,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465164,7 +465164,7 @@ 704.206, "m", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465187,7 +465187,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465210,7 +465210,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465233,7 +465233,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465256,7 +465256,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465279,7 +465279,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465302,7 +465302,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465325,7 +465325,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465348,7 +465348,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465371,7 +465371,7 @@ 704.206, "w", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465394,7 +465394,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465417,7 +465417,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465440,7 +465440,7 @@ 704.206, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465463,7 +465463,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465486,7 +465486,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465509,7 +465509,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465532,7 +465532,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465555,7 +465555,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465578,7 +465578,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465601,7 +465601,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465624,7 +465624,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465647,7 +465647,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465670,7 +465670,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465693,7 +465693,7 @@ 704.206, "u", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465716,7 +465716,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465739,7 +465739,7 @@ 704.206, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465762,7 +465762,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465785,7 +465785,7 @@ 704.206, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465808,7 +465808,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465831,7 +465831,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465854,7 +465854,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465877,7 +465877,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465900,7 +465900,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465923,7 +465923,7 @@ 704.206, "y", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -465946,7 +465946,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -465969,7 +465969,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -465992,7 +465992,7 @@ 693.247, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466015,7 +466015,7 @@ 693.247, "q", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466038,7 +466038,7 @@ 693.247, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466061,7 +466061,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466084,7 +466084,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466107,7 +466107,7 @@ 693.247, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466130,7 +466130,7 @@ 693.247, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466153,7 +466153,7 @@ 693.247, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466176,7 +466176,7 @@ 693.247, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466199,7 +466199,7 @@ 693.247, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466222,7 +466222,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466245,7 +466245,7 @@ 693.247, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466268,7 +466268,7 @@ 693.247, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466291,7 +466291,7 @@ 693.247, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466314,7 +466314,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466337,7 +466337,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466360,7 +466360,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466383,7 +466383,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466406,7 +466406,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466429,7 +466429,7 @@ 693.247, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466452,7 +466452,7 @@ 693.247, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466475,7 +466475,7 @@ 693.247, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466498,7 +466498,7 @@ 693.247, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466521,7 +466521,7 @@ 693.247, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466544,7 +466544,7 @@ 682.288, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466567,7 +466567,7 @@ 682.288, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -466590,7 +466590,7 @@ 682.288, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -467464,7 +467464,7 @@ 682.288, ":", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467487,7 +467487,7 @@ 682.288, "L", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467510,7 +467510,7 @@ 682.288, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467533,7 +467533,7 @@ 682.288, "k", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467556,7 +467556,7 @@ 682.288, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467579,7 +467579,7 @@ 682.288, "D", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467602,7 +467602,7 @@ 682.288, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467625,7 +467625,7 @@ 682.288, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467648,7 +467648,7 @@ 682.288, "B", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467671,7 +467671,7 @@ 682.288, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467694,7 +467694,7 @@ 682.288, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467717,7 +467717,7 @@ 682.288, "k", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467740,7 +467740,7 @@ 682.288, ",", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467763,7 +467763,7 @@ 682.288, "w", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467786,7 +467786,7 @@ 682.288, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -467809,7 +467809,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467832,7 +467832,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467855,7 +467855,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467878,7 +467878,7 @@ 671.329, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467901,7 +467901,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467924,7 +467924,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467947,7 +467947,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467970,7 +467970,7 @@ 671.329, "fi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -467993,7 +467993,7 @@ 671.329, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468016,7 +468016,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468039,7 +468039,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468062,7 +468062,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468085,7 +468085,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468108,7 +468108,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468131,7 +468131,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468154,7 +468154,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468177,7 +468177,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468200,7 +468200,7 @@ 671.329, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468223,7 +468223,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468246,7 +468246,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468269,7 +468269,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468292,7 +468292,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468315,7 +468315,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468338,7 +468338,7 @@ 671.329, "&", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468361,7 +468361,7 @@ 671.329, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468384,7 +468384,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468407,7 +468407,7 @@ 671.329, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468430,7 +468430,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468453,7 +468453,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468476,7 +468476,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468499,7 +468499,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468522,7 +468522,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468545,7 +468545,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468568,7 +468568,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468591,7 +468591,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468614,7 +468614,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468637,7 +468637,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468660,7 +468660,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468683,7 +468683,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468706,7 +468706,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468729,7 +468729,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468752,7 +468752,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468775,7 +468775,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468798,7 +468798,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468821,7 +468821,7 @@ 671.329, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468844,7 +468844,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468867,7 +468867,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468890,7 +468890,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468913,7 +468913,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468936,7 +468936,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468959,7 +468959,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -468982,7 +468982,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -469005,7 +469005,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -469028,7 +469028,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -469051,7 +469051,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469074,7 +469074,7 @@ 660.371, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469097,7 +469097,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469120,7 +469120,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469143,7 +469143,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469166,7 +469166,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469189,7 +469189,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469212,7 +469212,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469235,7 +469235,7 @@ 660.371, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469258,7 +469258,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469281,7 +469281,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469304,7 +469304,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469327,7 +469327,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469350,7 +469350,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469373,7 +469373,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469396,7 +469396,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469419,7 +469419,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469442,7 +469442,7 @@ 660.371, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469465,7 +469465,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469488,7 +469488,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469511,7 +469511,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469534,7 +469534,7 @@ 660.371, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469557,7 +469557,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469580,7 +469580,7 @@ 660.371, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469603,7 +469603,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469626,7 +469626,7 @@ 660.371, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469649,7 +469649,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469672,7 +469672,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469695,7 +469695,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469718,7 +469718,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469741,7 +469741,7 @@ 660.371, "-", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469764,7 +469764,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469787,7 +469787,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469810,7 +469810,7 @@ 660.371, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469833,7 +469833,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469856,7 +469856,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469879,7 +469879,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469902,7 +469902,7 @@ 660.371, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469925,7 +469925,7 @@ 660.371, "F", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469948,7 +469948,7 @@ 660.371, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469971,7 +469971,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -469994,7 +469994,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470017,7 +470017,7 @@ 660.371, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470040,7 +470040,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470063,7 +470063,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470086,7 +470086,7 @@ 660.371, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470109,7 +470109,7 @@ 660.371, "w", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470132,7 +470132,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470155,7 +470155,7 @@ 660.371, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470178,7 +470178,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470201,7 +470201,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470224,7 +470224,7 @@ 660.371, "v", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470247,7 +470247,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470270,7 +470270,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470293,7 +470293,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -470316,7 +470316,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470339,7 +470339,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470362,7 +470362,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470385,7 +470385,7 @@ 649.412, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470408,7 +470408,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470431,7 +470431,7 @@ 649.412, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470454,7 +470454,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470477,7 +470477,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470500,7 +470500,7 @@ 649.412, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470523,7 +470523,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470546,7 +470546,7 @@ 649.412, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470569,7 +470569,7 @@ 649.412, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470592,7 +470592,7 @@ 649.412, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470615,7 +470615,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470638,7 +470638,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470661,7 +470661,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470684,7 +470684,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470707,7 +470707,7 @@ 649.412, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470730,7 +470730,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470753,7 +470753,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470776,7 +470776,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470799,7 +470799,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470822,7 +470822,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470845,7 +470845,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470868,7 +470868,7 @@ 649.412, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470891,7 +470891,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470914,7 +470914,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470937,7 +470937,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470960,7 +470960,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -470983,7 +470983,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471006,7 +471006,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471029,7 +471029,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471052,7 +471052,7 @@ 649.412, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471075,7 +471075,7 @@ 649.412, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471098,7 +471098,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471121,7 +471121,7 @@ 649.412, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471144,7 +471144,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471167,7 +471167,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471190,7 +471190,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471213,7 +471213,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471236,7 +471236,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471259,7 +471259,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471282,7 +471282,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471305,7 +471305,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471328,7 +471328,7 @@ 649.412, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471351,7 +471351,7 @@ 649.412, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471374,7 +471374,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471397,7 +471397,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471420,7 +471420,7 @@ 649.412, "ff", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471443,7 +471443,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471466,7 +471466,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471489,7 +471489,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -471512,7 +471512,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471535,7 +471535,7 @@ 638.453, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471558,7 +471558,7 @@ 638.453, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471581,7 +471581,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471604,7 +471604,7 @@ 638.453, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471627,7 +471627,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471650,7 +471650,7 @@ 638.453, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471673,7 +471673,7 @@ 638.453, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471696,7 +471696,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471719,7 +471719,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471742,7 +471742,7 @@ 638.453, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471765,7 +471765,7 @@ 638.453, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471788,7 +471788,7 @@ 638.453, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471811,7 +471811,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471834,7 +471834,7 @@ 638.453, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471857,7 +471857,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471880,7 +471880,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471903,7 +471903,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471926,7 +471926,7 @@ 638.453, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471949,7 +471949,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471972,7 +471972,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -471995,7 +471995,7 @@ 638.453, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -472018,7 +472018,7 @@ 623.594, "A", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472041,7 +472041,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472064,7 +472064,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472087,7 +472087,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472110,7 +472110,7 @@ 623.594, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472133,7 +472133,7 @@ 623.594, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472156,7 +472156,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472179,7 +472179,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472202,7 +472202,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472225,7 +472225,7 @@ 623.594, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472248,7 +472248,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472271,7 +472271,7 @@ 623.594, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472294,7 +472294,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472317,7 +472317,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472340,7 +472340,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472363,7 +472363,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472386,7 +472386,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472409,7 +472409,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472432,7 +472432,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472455,7 +472455,7 @@ 623.594, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472478,7 +472478,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472501,7 +472501,7 @@ 623.594, "v", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472524,7 +472524,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472547,7 +472547,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472570,7 +472570,7 @@ 623.594, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472593,7 +472593,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472616,7 +472616,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472639,7 +472639,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472662,7 +472662,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472685,7 +472685,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472708,7 +472708,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472731,7 +472731,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472754,7 +472754,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472777,7 +472777,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472800,7 +472800,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472823,7 +472823,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472846,7 +472846,7 @@ 623.594, "S", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472869,7 +472869,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472892,7 +472892,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472915,7 +472915,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472938,7 +472938,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472961,7 +472961,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -472984,7 +472984,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473007,7 +473007,7 @@ 623.594, "3", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473030,7 +473030,7 @@ 623.594, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473053,7 +473053,7 @@ 623.594, "I", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473076,7 +473076,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473099,7 +473099,7 @@ 623.594, "S", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473122,7 +473122,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473145,7 +473145,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473168,7 +473168,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473191,7 +473191,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473214,7 +473214,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473237,7 +473237,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473260,7 +473260,7 @@ 623.594, "4", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473283,7 +473283,7 @@ 623.594, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -473306,7 +473306,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473329,7 +473329,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473352,7 +473352,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473375,7 +473375,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473398,7 +473398,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473421,7 +473421,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473444,7 +473444,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473467,7 +473467,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473490,7 +473490,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473513,7 +473513,7 @@ 612.635, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473536,7 +473536,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473559,7 +473559,7 @@ 612.635, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473582,7 +473582,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473605,7 +473605,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473628,7 +473628,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473651,7 +473651,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473674,7 +473674,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473697,7 +473697,7 @@ 612.635, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473720,7 +473720,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473743,7 +473743,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473766,7 +473766,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473789,7 +473789,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473812,7 +473812,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473835,7 +473835,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473858,7 +473858,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473881,7 +473881,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473904,7 +473904,7 @@ 612.635, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473927,7 +473927,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473950,7 +473950,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473973,7 +473973,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -473996,7 +473996,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474019,7 +474019,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474042,7 +474042,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474065,7 +474065,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474088,7 +474088,7 @@ 612.635, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474111,7 +474111,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474134,7 +474134,7 @@ 612.635, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474157,7 +474157,7 @@ 612.635, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474180,7 +474180,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474203,7 +474203,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474226,7 +474226,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474249,7 +474249,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474272,7 +474272,7 @@ 612.635, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474295,7 +474295,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474318,7 +474318,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474341,7 +474341,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474364,7 +474364,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474387,7 +474387,7 @@ 612.635, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474410,7 +474410,7 @@ 612.635, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474433,7 +474433,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474456,7 +474456,7 @@ 612.635, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474479,7 +474479,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474502,7 +474502,7 @@ 612.635, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474525,7 +474525,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474548,7 +474548,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474571,7 +474571,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -474594,7 +474594,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474617,7 +474617,7 @@ 601.676, "u", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474640,7 +474640,7 @@ 601.676, "m", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474663,7 +474663,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474686,7 +474686,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474709,7 +474709,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474732,7 +474732,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474755,7 +474755,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474778,7 +474778,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474801,7 +474801,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474824,7 +474824,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474847,7 +474847,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474870,7 +474870,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474893,7 +474893,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474916,7 +474916,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474939,7 +474939,7 @@ 601.676, "c", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474962,7 +474962,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -474985,7 +474985,7 @@ 601.676, "m", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475008,7 +475008,7 @@ 601.676, "p", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475031,7 +475031,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475054,7 +475054,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475077,7 +475077,7 @@ 601.676, "g", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475100,7 +475100,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475123,7 +475123,7 @@ 601.676, ".", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475146,7 +475146,7 @@ 601.676, "W", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475169,7 +475169,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475192,7 +475192,7 @@ 601.676, "w", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475215,7 +475215,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475238,7 +475238,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475261,7 +475261,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475284,7 +475284,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475307,7 +475307,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475330,7 +475330,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475353,7 +475353,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475376,7 +475376,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475399,7 +475399,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475422,7 +475422,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475445,7 +475445,7 @@ 601.676, "r", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475468,7 +475468,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475491,7 +475491,7 @@ 601.676, "k", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475514,7 +475514,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475537,7 +475537,7 @@ 601.676, "y", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475560,7 +475560,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475583,7 +475583,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475606,7 +475606,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475629,7 +475629,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475652,7 +475652,7 @@ 601.676, "g", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475675,7 +475675,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475698,7 +475698,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475721,7 +475721,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475744,7 +475744,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475767,7 +475767,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475790,7 +475790,7 @@ 601.676, "d", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -475813,7 +475813,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475836,7 +475836,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475859,7 +475859,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475882,7 +475882,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475905,7 +475905,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475928,7 +475928,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475951,7 +475951,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475974,7 +475974,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -475997,7 +475997,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476020,7 +476020,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476043,7 +476043,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476066,7 +476066,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476089,7 +476089,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476112,7 +476112,7 @@ 590.717, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476135,7 +476135,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476158,7 +476158,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476181,7 +476181,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476204,7 +476204,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476227,7 +476227,7 @@ 590.717, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476250,7 +476250,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476273,7 +476273,7 @@ 590.717, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476296,7 +476296,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476319,7 +476319,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476342,7 +476342,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476365,7 +476365,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476388,7 +476388,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476411,7 +476411,7 @@ 590.717, "v", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476434,7 +476434,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476457,7 +476457,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476480,7 +476480,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476503,7 +476503,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476526,7 +476526,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476549,7 +476549,7 @@ 590.717, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476572,7 +476572,7 @@ 590.717, "u", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476595,7 +476595,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476618,7 +476618,7 @@ 590.717, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476641,7 +476641,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476664,7 +476664,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476687,7 +476687,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476710,7 +476710,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476733,7 +476733,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476756,7 +476756,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476779,7 +476779,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476802,7 +476802,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476825,7 +476825,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476848,7 +476848,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476871,7 +476871,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476894,7 +476894,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476917,7 +476917,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476940,7 +476940,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476963,7 +476963,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -476986,7 +476986,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477009,7 +477009,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477032,7 +477032,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477055,7 +477055,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477078,7 +477078,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477101,7 +477101,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477124,7 +477124,7 @@ 590.717, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -477147,7 +477147,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477170,7 +477170,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477193,7 +477193,7 @@ 579.758, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477216,7 +477216,7 @@ 579.758, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477239,7 +477239,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477262,7 +477262,7 @@ 579.758, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477285,7 +477285,7 @@ 579.758, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477308,7 +477308,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477331,7 +477331,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477354,7 +477354,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477377,7 +477377,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477400,7 +477400,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477423,7 +477423,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477446,7 +477446,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477469,7 +477469,7 @@ 579.758, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477492,7 +477492,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477515,7 +477515,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477538,7 +477538,7 @@ 579.758, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477561,7 +477561,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477584,7 +477584,7 @@ 579.758, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477607,7 +477607,7 @@ 579.758, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477630,7 +477630,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477653,7 +477653,7 @@ 579.758, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477676,7 +477676,7 @@ 579.758, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477699,7 +477699,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477722,7 +477722,7 @@ 579.758, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477745,7 +477745,7 @@ 579.758, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -477768,7 +477768,7 @@ 568.799, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477791,7 +477791,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477814,7 +477814,7 @@ 568.799, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477837,7 +477837,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477860,7 +477860,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477883,7 +477883,7 @@ 568.799, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477906,7 +477906,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477929,7 +477929,7 @@ 568.799, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477952,7 +477952,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477975,7 +477975,7 @@ 568.799, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -477998,7 +477998,7 @@ 568.799, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478021,7 +478021,7 @@ 568.799, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478044,7 +478044,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478067,7 +478067,7 @@ 568.799, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478090,7 +478090,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478113,7 +478113,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478136,7 +478136,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478159,7 +478159,7 @@ 568.799, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478182,7 +478182,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478205,7 +478205,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478228,7 +478228,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478251,7 +478251,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478274,7 +478274,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478297,7 +478297,7 @@ 568.799, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478320,7 +478320,7 @@ 568.799, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478343,7 +478343,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478366,7 +478366,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478389,7 +478389,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478412,7 +478412,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478435,7 +478435,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478458,7 +478458,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478481,7 +478481,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478504,7 +478504,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478527,7 +478527,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478550,7 +478550,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478573,7 +478573,7 @@ 568.799, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478596,7 +478596,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478619,7 +478619,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478642,7 +478642,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478665,7 +478665,7 @@ 568.799, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478688,7 +478688,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478711,7 +478711,7 @@ 568.799, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478734,7 +478734,7 @@ 568.799, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478757,7 +478757,7 @@ 568.799, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478780,7 +478780,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478803,7 +478803,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478826,7 +478826,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478849,7 +478849,7 @@ 568.799, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478872,7 +478872,7 @@ 568.799, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478895,7 +478895,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478918,7 +478918,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -478941,7 +478941,7 @@ 557.84, "v", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -478964,7 +478964,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -478987,7 +478987,7 @@ 557.84, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479010,7 +479010,7 @@ 557.84, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479033,7 +479033,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479056,7 +479056,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479079,7 +479079,7 @@ 557.84, "y", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479102,7 +479102,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479125,7 +479125,7 @@ 557.84, "f", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479148,7 +479148,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479171,7 +479171,7 @@ 557.84, "b", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479194,7 +479194,7 @@ 557.84, "j", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479217,7 +479217,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479240,7 +479240,7 @@ 557.84, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479263,7 +479263,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479286,7 +479286,7 @@ 557.84, "d", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479309,7 +479309,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479332,7 +479332,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479355,7 +479355,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479378,7 +479378,7 @@ 557.84, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479401,7 +479401,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479424,7 +479424,7 @@ 557.84, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479447,7 +479447,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479470,7 +479470,7 @@ 557.84, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479493,7 +479493,7 @@ 557.84, "m", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479516,7 +479516,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479539,7 +479539,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479562,7 +479562,7 @@ 557.84, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479585,7 +479585,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479608,7 +479608,7 @@ 557.84, "d", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479631,7 +479631,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479654,7 +479654,7 @@ 557.84, "(", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479677,7 +479677,7 @@ 557.84, "F", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479700,7 +479700,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479723,7 +479723,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479746,7 +479746,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479769,7 +479769,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479792,7 +479792,7 @@ 557.84, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479815,7 +479815,7 @@ 557.84, "R", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479838,7 +479838,7 @@ 557.84, "-", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479861,7 +479861,7 @@ 557.84, "C", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479884,7 +479884,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479907,7 +479907,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479930,7 +479930,7 @@ 557.84, ",", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479953,7 +479953,7 @@ 557.84, "M", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479976,7 +479976,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -479999,7 +479999,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480022,7 +480022,7 @@ 557.84, "k", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480045,7 +480045,7 @@ 557.84, "R", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480068,7 +480068,7 @@ 557.84, "-", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480091,7 +480091,7 @@ 557.84, "C", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480114,7 +480114,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480137,7 +480137,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -480160,7 +480160,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480183,7 +480183,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480206,7 +480206,7 @@ 546.881, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480229,7 +480229,7 @@ 546.881, "Y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480252,7 +480252,7 @@ 546.881, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480275,7 +480275,7 @@ 546.881, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480298,7 +480298,7 @@ 546.881, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480321,7 +480321,7 @@ 546.881, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480344,7 +480344,7 @@ 546.881, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480367,7 +480367,7 @@ 546.881, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480390,7 +480390,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480413,7 +480413,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480436,7 +480436,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480459,7 +480459,7 @@ 546.881, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480482,7 +480482,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480505,7 +480505,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480528,7 +480528,7 @@ 546.881, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480551,7 +480551,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480574,7 +480574,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480597,7 +480597,7 @@ 546.881, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480620,7 +480620,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480643,7 +480643,7 @@ 546.881, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480666,7 +480666,7 @@ 546.881, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480689,7 +480689,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480712,7 +480712,7 @@ 546.881, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480735,7 +480735,7 @@ 546.881, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480758,7 +480758,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480781,7 +480781,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480804,7 +480804,7 @@ 546.881, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480827,7 +480827,7 @@ 546.881, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480850,7 +480850,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480873,7 +480873,7 @@ 546.881, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480896,7 +480896,7 @@ 546.881, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480919,7 +480919,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480942,7 +480942,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480965,7 +480965,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -480988,7 +480988,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481011,7 +481011,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481034,7 +481034,7 @@ 546.881, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481057,7 +481057,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481080,7 +481080,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481103,7 +481103,7 @@ 546.881, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481126,7 +481126,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481149,7 +481149,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481172,7 +481172,7 @@ 546.881, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481195,7 +481195,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481218,7 +481218,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481241,7 +481241,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -481264,7 +481264,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481287,7 +481287,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481310,7 +481310,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481333,7 +481333,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481356,7 +481356,7 @@ 535.922, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481379,7 +481379,7 @@ 535.922, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481402,7 +481402,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481425,7 +481425,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481448,7 +481448,7 @@ 535.922, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481471,7 +481471,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481494,7 +481494,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481517,7 +481517,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481540,7 +481540,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481563,7 +481563,7 @@ 535.922, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481586,7 +481586,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481609,7 +481609,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481632,7 +481632,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481655,7 +481655,7 @@ 535.922, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481678,7 +481678,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481701,7 +481701,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481724,7 +481724,7 @@ 535.922, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481747,7 +481747,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481770,7 +481770,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481793,7 +481793,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481816,7 +481816,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481839,7 +481839,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481862,7 +481862,7 @@ 535.922, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481885,7 +481885,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481908,7 +481908,7 @@ 535.922, "v", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481931,7 +481931,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481954,7 +481954,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -481977,7 +481977,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482000,7 +482000,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482023,7 +482023,7 @@ 535.922, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482046,7 +482046,7 @@ 535.922, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482069,7 +482069,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482092,7 +482092,7 @@ 535.922, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482115,7 +482115,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482138,7 +482138,7 @@ 535.922, "D", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482161,7 +482161,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482184,7 +482184,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482207,7 +482207,7 @@ 535.922, "L", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482230,7 +482230,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482253,7 +482253,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482276,7 +482276,7 @@ 535.922, "N", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482299,7 +482299,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482322,7 +482322,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482345,7 +482345,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482368,7 +482368,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482391,7 +482391,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482414,7 +482414,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482437,7 +482437,7 @@ 535.922, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482460,7 +482460,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482483,7 +482483,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -482506,7 +482506,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482529,7 +482529,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482552,7 +482552,7 @@ 524.964, "z", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482575,7 +482575,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482598,7 +482598,7 @@ 524.964, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482621,7 +482621,7 @@ 524.964, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482644,7 +482644,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482667,7 +482667,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482690,7 +482690,7 @@ 524.964, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482713,7 +482713,7 @@ 524.964, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482736,7 +482736,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482759,7 +482759,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482782,7 +482782,7 @@ 524.964, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482805,7 +482805,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482828,7 +482828,7 @@ 524.964, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482851,7 +482851,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482874,7 +482874,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482897,7 +482897,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482920,7 +482920,7 @@ 524.964, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482943,7 +482943,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482966,7 +482966,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -482989,7 +482989,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483012,7 +483012,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483035,7 +483035,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483058,7 +483058,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483081,7 +483081,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483104,7 +483104,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483127,7 +483127,7 @@ 524.964, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483150,7 +483150,7 @@ 524.964, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483173,7 +483173,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483196,7 +483196,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483219,7 +483219,7 @@ 524.964, "f", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483242,7 +483242,7 @@ 524.964, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483265,7 +483265,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483288,7 +483288,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483311,7 +483311,7 @@ 524.964, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483334,7 +483334,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483357,7 +483357,7 @@ 524.964, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483380,7 +483380,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483403,7 +483403,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483426,7 +483426,7 @@ 524.964, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483449,7 +483449,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483472,7 +483472,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483495,7 +483495,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483518,7 +483518,7 @@ 524.964, "/", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483541,7 +483541,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483564,7 +483564,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483587,7 +483587,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483610,7 +483610,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483633,7 +483633,7 @@ 524.964, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483656,7 +483656,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483679,7 +483679,7 @@ 524.964, "p", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483702,7 +483702,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483725,7 +483725,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483748,7 +483748,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483771,7 +483771,7 @@ 524.964, ".", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483794,7 +483794,7 @@ 524.964, "L", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483817,7 +483817,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483840,7 +483840,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483863,7 +483863,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -483886,7 +483886,7 @@ 514.005, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -483909,7 +483909,7 @@ 514.005, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -483932,7 +483932,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -483955,7 +483955,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -483978,7 +483978,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484001,7 +484001,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484024,7 +484024,7 @@ 514.005, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484047,7 +484047,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484070,7 +484070,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484093,7 +484093,7 @@ 514.005, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484116,7 +484116,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484139,7 +484139,7 @@ 514.005, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484162,7 +484162,7 @@ 514.005, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484185,7 +484185,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484208,7 +484208,7 @@ 514.005, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484231,7 +484231,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484254,7 +484254,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484277,7 +484277,7 @@ 514.005, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484300,7 +484300,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484323,7 +484323,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484346,7 +484346,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484369,7 +484369,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484392,7 +484392,7 @@ 514.005, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484415,7 +484415,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484438,7 +484438,7 @@ 514.005, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484461,7 +484461,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484484,7 +484484,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484507,7 +484507,7 @@ 514.005, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484530,7 +484530,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484553,7 +484553,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484576,7 +484576,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484599,7 +484599,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484622,7 +484622,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484645,7 +484645,7 @@ 514.005, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484668,7 +484668,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484691,7 +484691,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484714,7 +484714,7 @@ 514.005, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484737,7 +484737,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484760,7 +484760,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484783,7 +484783,7 @@ 514.005, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484806,7 +484806,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484829,7 +484829,7 @@ 514.005, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484852,7 +484852,7 @@ 514.005, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484875,7 +484875,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484898,7 +484898,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484921,7 +484921,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484944,7 +484944,7 @@ 514.005, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484967,7 +484967,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -484990,7 +484990,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -485013,7 +485013,7 @@ 514.005, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -485036,7 +485036,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -485059,7 +485059,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -485082,7 +485082,7 @@ 503.046, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485105,7 +485105,7 @@ 503.046, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485128,7 +485128,7 @@ 503.046, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485151,7 +485151,7 @@ 503.046, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485174,7 +485174,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485197,7 +485197,7 @@ 503.046, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485220,7 +485220,7 @@ 503.046, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485243,7 +485243,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485266,7 +485266,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485289,7 +485289,7 @@ 503.046, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485312,7 +485312,7 @@ 503.046, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485335,7 +485335,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485358,7 +485358,7 @@ 503.046, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485381,7 +485381,7 @@ 503.046, "B", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485404,7 +485404,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485427,7 +485427,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485450,7 +485450,7 @@ 503.046, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485473,7 +485473,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485496,7 +485496,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485519,7 +485519,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485542,7 +485542,7 @@ 503.046, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485565,7 +485565,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485588,7 +485588,7 @@ 503.046, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485611,7 +485611,7 @@ 503.046, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485634,7 +485634,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485657,7 +485657,7 @@ 503.046, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485680,7 +485680,7 @@ 503.046, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485703,7 +485703,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485726,7 +485726,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485749,7 +485749,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485772,7 +485772,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485795,7 +485795,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485818,7 +485818,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485841,7 +485841,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485864,7 +485864,7 @@ 503.046, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485887,7 +485887,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485910,7 +485910,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485933,7 +485933,7 @@ 503.046, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485956,7 +485956,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -485979,7 +485979,7 @@ 503.046, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486002,7 +486002,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486025,7 +486025,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486048,7 +486048,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486071,7 +486071,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486094,7 +486094,7 @@ 503.046, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486117,7 +486117,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486140,7 +486140,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486163,7 +486163,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486186,7 +486186,7 @@ 503.046, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486209,7 +486209,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486232,7 +486232,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486255,7 +486255,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486278,7 +486278,7 @@ 503.046, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486301,7 +486301,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486324,7 +486324,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486347,7 +486347,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486370,7 +486370,7 @@ 492.087, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486393,7 +486393,7 @@ 492.087, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486416,7 +486416,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486439,7 +486439,7 @@ 492.087, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486462,7 +486462,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486485,7 +486485,7 @@ 492.087, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486508,7 +486508,7 @@ 492.087, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486531,7 +486531,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486554,7 +486554,7 @@ 492.087, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486577,7 +486577,7 @@ 492.087, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486600,7 +486600,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486623,7 +486623,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486646,7 +486646,7 @@ 492.087, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486669,7 +486669,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486692,7 +486692,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486715,7 +486715,7 @@ 492.087, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486738,7 +486738,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486761,7 +486761,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486784,7 +486784,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486807,7 +486807,7 @@ 492.087, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486830,7 +486830,7 @@ 492.087, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486853,7 +486853,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486876,7 +486876,7 @@ 492.087, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486899,7 +486899,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486922,7 +486922,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486945,7 +486945,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486968,7 +486968,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -486991,7 +486991,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487014,7 +487014,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487037,7 +487037,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487060,7 +487060,7 @@ 492.087, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487083,7 +487083,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487106,7 +487106,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487129,7 +487129,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487152,7 +487152,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487175,7 +487175,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487198,7 +487198,7 @@ 492.087, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487221,7 +487221,7 @@ 492.087, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487244,7 +487244,7 @@ 492.087, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487267,7 +487267,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487290,7 +487290,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487313,7 +487313,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487336,7 +487336,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487359,7 +487359,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487382,7 +487382,7 @@ 492.087, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487405,7 +487405,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487428,7 +487428,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487451,7 +487451,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487474,7 +487474,7 @@ 492.087, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487497,7 +487497,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487520,7 +487520,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487543,7 +487543,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487566,7 +487566,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487589,7 +487589,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487612,7 +487612,7 @@ 492.087, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -487911,7 +487911,7 @@ 445.237, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -487934,7 +487934,7 @@ 445.237, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -487957,7 +487957,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -487980,7 +487980,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488003,7 +488003,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488026,7 +488026,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488049,7 +488049,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488072,7 +488072,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488095,7 +488095,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488118,7 +488118,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488141,7 +488141,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488164,7 +488164,7 @@ 445.237, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488187,7 +488187,7 @@ 445.237, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488210,7 +488210,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488233,7 +488233,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488256,7 +488256,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488279,7 +488279,7 @@ 445.237, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488302,7 +488302,7 @@ 445.237, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488325,7 +488325,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488348,7 +488348,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488371,7 +488371,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488394,7 +488394,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488417,7 +488417,7 @@ 445.237, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488440,7 +488440,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488463,7 +488463,7 @@ 445.237, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488486,7 +488486,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488509,7 +488509,7 @@ 445.237, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488532,7 +488532,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488555,7 +488555,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488578,7 +488578,7 @@ 445.237, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488601,7 +488601,7 @@ 445.237, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488624,7 +488624,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488647,7 +488647,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488670,7 +488670,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488693,7 +488693,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488716,7 +488716,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488739,7 +488739,7 @@ 445.237, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488762,7 +488762,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488785,7 +488785,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488808,7 +488808,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488831,7 +488831,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488854,7 +488854,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488877,7 +488877,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488900,7 +488900,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488923,7 +488923,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488946,7 +488946,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488969,7 +488969,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -488992,7 +488992,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489015,7 +489015,7 @@ 445.237, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489038,7 +489038,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489061,7 +489061,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489084,7 +489084,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489107,7 +489107,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489130,7 +489130,7 @@ 445.237, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -489153,7 +489153,7 @@ 434.278, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489176,7 +489176,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489199,7 +489199,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489222,7 +489222,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489245,7 +489245,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489268,7 +489268,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489291,7 +489291,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489314,7 +489314,7 @@ 434.278, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489337,7 +489337,7 @@ 434.278, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489360,7 +489360,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489383,7 +489383,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489406,7 +489406,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489429,7 +489429,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489452,7 +489452,7 @@ 434.278, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489475,7 +489475,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489498,7 +489498,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489521,7 +489521,7 @@ 434.278, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489544,7 +489544,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489567,7 +489567,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489590,7 +489590,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489613,7 +489613,7 @@ 434.278, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489636,7 +489636,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489659,7 +489659,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489682,7 +489682,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489705,7 +489705,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489728,7 +489728,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489751,7 +489751,7 @@ 434.278, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489774,7 +489774,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489797,7 +489797,7 @@ 434.278, "[", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489820,7 +489820,7 @@ 434.278, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -489843,7 +489843,7 @@ 434.278, "]", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489866,7 +489866,7 @@ 434.278, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489889,7 +489889,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489912,7 +489912,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489935,7 +489935,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489958,7 +489958,7 @@ 434.278, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -489981,7 +489981,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490004,7 +490004,7 @@ 434.278, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490027,7 +490027,7 @@ 434.278, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490050,7 +490050,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490073,7 +490073,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490096,7 +490096,7 @@ 434.278, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490119,7 +490119,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490142,7 +490142,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490165,7 +490165,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490188,7 +490188,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490211,7 +490211,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490234,7 +490234,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490257,7 +490257,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490280,7 +490280,7 @@ 434.278, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490303,7 +490303,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490326,7 +490326,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490349,7 +490349,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490372,7 +490372,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490395,7 +490395,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490418,7 +490418,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490441,7 +490441,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490464,7 +490464,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490487,7 +490487,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490510,7 +490510,7 @@ 423.319, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490533,7 +490533,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490556,7 +490556,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490579,7 +490579,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490602,7 +490602,7 @@ 423.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490625,7 +490625,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490648,7 +490648,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490671,7 +490671,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490694,7 +490694,7 @@ 423.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490717,7 +490717,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490740,7 +490740,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490763,7 +490763,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490786,7 +490786,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490809,7 +490809,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490832,7 +490832,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490855,7 +490855,7 @@ 423.319, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490878,7 +490878,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490901,7 +490901,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490924,7 +490924,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490947,7 +490947,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490970,7 +490970,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -490993,7 +490993,7 @@ 423.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491016,7 +491016,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491039,7 +491039,7 @@ 423.319, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491062,7 +491062,7 @@ 423.319, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491085,7 +491085,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491108,7 +491108,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491131,7 +491131,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491154,7 +491154,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491177,7 +491177,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491200,7 +491200,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491223,7 +491223,7 @@ 423.319, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491246,7 +491246,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491269,7 +491269,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491292,7 +491292,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491315,7 +491315,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491338,7 +491338,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491361,7 +491361,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491384,7 +491384,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491407,7 +491407,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491430,7 +491430,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491453,7 +491453,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491476,7 +491476,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491499,7 +491499,7 @@ 423.319, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491522,7 +491522,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491545,7 +491545,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491568,7 +491568,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491591,7 +491591,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491614,7 +491614,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491637,7 +491637,7 @@ 423.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491660,7 +491660,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491683,7 +491683,7 @@ 423.319, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491706,7 +491706,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491729,7 +491729,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491752,7 +491752,7 @@ 423.319, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491775,7 +491775,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491798,7 +491798,7 @@ 412.36, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491821,7 +491821,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491844,7 +491844,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491867,7 +491867,7 @@ 412.36, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491890,7 +491890,7 @@ 412.36, "j", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491913,7 +491913,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491936,7 +491936,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491959,7 +491959,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -491982,7 +491982,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492005,7 +492005,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492028,7 +492028,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492051,7 +492051,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492074,7 +492074,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492097,7 +492097,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492120,7 +492120,7 @@ 412.36, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492143,7 +492143,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492166,7 +492166,7 @@ 412.36, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492189,7 +492189,7 @@ 412.36, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492212,7 +492212,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492235,7 +492235,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492258,7 +492258,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492281,7 +492281,7 @@ 412.36, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492304,7 +492304,7 @@ 412.36, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492327,7 +492327,7 @@ 412.36, "[", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492350,7 +492350,7 @@ 412.36, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -492373,7 +492373,7 @@ 412.36, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492396,7 +492396,7 @@ 412.36, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -492419,7 +492419,7 @@ 412.36, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -492442,7 +492442,7 @@ 412.36, "]", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492465,7 +492465,7 @@ 412.36, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492488,7 +492488,7 @@ 412.36, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492511,7 +492511,7 @@ 412.36, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492534,7 +492534,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492557,7 +492557,7 @@ 412.36, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492580,7 +492580,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492603,7 +492603,7 @@ 412.36, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492626,7 +492626,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492649,7 +492649,7 @@ 412.36, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492672,7 +492672,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492695,7 +492695,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492718,7 +492718,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492741,7 +492741,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492764,7 +492764,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492787,7 +492787,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492810,7 +492810,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492833,7 +492833,7 @@ 412.36, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492856,7 +492856,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492879,7 +492879,7 @@ 412.36, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492902,7 +492902,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492925,7 +492925,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492948,7 +492948,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492971,7 +492971,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -492994,7 +492994,7 @@ 412.36, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493017,7 +493017,7 @@ 412.36, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493040,7 +493040,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493063,7 +493063,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493086,7 +493086,7 @@ 412.36, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493109,7 +493109,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493132,7 +493132,7 @@ 401.401, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493155,7 +493155,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493178,7 +493178,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493201,7 +493201,7 @@ 401.401, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493224,7 +493224,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493247,7 +493247,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493270,7 +493270,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493293,7 +493293,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493316,7 +493316,7 @@ 401.401, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493339,7 +493339,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493362,7 +493362,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493385,7 +493385,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493408,7 +493408,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493431,7 +493431,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493454,7 +493454,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493477,7 +493477,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493500,7 +493500,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493523,7 +493523,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493546,7 +493546,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493569,7 +493569,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493592,7 +493592,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493615,7 +493615,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493638,7 +493638,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493661,7 +493661,7 @@ 401.401, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493684,7 +493684,7 @@ 401.401, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493707,7 +493707,7 @@ 401.401, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493730,7 +493730,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493753,7 +493753,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493776,7 +493776,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493799,7 +493799,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493822,7 +493822,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493845,7 +493845,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493868,7 +493868,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493891,7 +493891,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493914,7 +493914,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493937,7 +493937,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493960,7 +493960,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -493983,7 +493983,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494006,7 +494006,7 @@ 401.401, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494029,7 +494029,7 @@ 401.401, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494052,7 +494052,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494075,7 +494075,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494098,7 +494098,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494121,7 +494121,7 @@ 401.401, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494144,7 +494144,7 @@ 401.401, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494167,7 +494167,7 @@ 401.401, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494190,7 +494190,7 @@ 401.401, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494213,7 +494213,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494236,7 +494236,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494259,7 +494259,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494282,7 +494282,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494305,7 +494305,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494328,7 +494328,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494351,7 +494351,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494374,7 +494374,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494397,7 +494397,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494420,7 +494420,7 @@ 401.401, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -494443,7 +494443,7 @@ 390.442, "m", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494466,7 +494466,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494489,7 +494489,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494512,7 +494512,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494535,7 +494535,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494558,7 +494558,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494581,7 +494581,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494604,7 +494604,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494627,7 +494627,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494650,7 +494650,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494673,7 +494673,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494696,7 +494696,7 @@ 390.442, "f", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494719,7 +494719,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494742,7 +494742,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494765,7 +494765,7 @@ 390.442, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494788,7 +494788,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494811,7 +494811,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494834,7 +494834,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494857,7 +494857,7 @@ 390.442, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494880,7 +494880,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494903,7 +494903,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494926,7 +494926,7 @@ 390.442, "b", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494949,7 +494949,7 @@ 390.442, "j", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494972,7 +494972,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -494995,7 +494995,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495018,7 +495018,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495041,7 +495041,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495064,7 +495064,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495087,7 +495087,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495110,7 +495110,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495133,7 +495133,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495156,7 +495156,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495179,7 +495179,7 @@ 390.442, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495202,7 +495202,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495225,7 +495225,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495248,7 +495248,7 @@ 390.442, "m", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495271,7 +495271,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495294,7 +495294,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495317,7 +495317,7 @@ 390.442, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495340,7 +495340,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495363,7 +495363,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495386,7 +495386,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495409,7 +495409,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495432,7 +495432,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495455,7 +495455,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495478,7 +495478,7 @@ 390.442, "b", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495501,7 +495501,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495524,7 +495524,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495547,7 +495547,7 @@ 390.442, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495570,7 +495570,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495593,7 +495593,7 @@ 390.442, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495616,7 +495616,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495639,7 +495639,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495662,7 +495662,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495685,7 +495685,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495708,7 +495708,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495731,7 +495731,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -495754,7 +495754,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495777,7 +495777,7 @@ 379.483, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495800,7 +495800,7 @@ 379.483, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495823,7 +495823,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495846,7 +495846,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495869,7 +495869,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495892,7 +495892,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495915,7 +495915,7 @@ 379.483, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495938,7 +495938,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495961,7 +495961,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -495984,7 +495984,7 @@ 379.483, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496007,7 +496007,7 @@ 379.483, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496030,7 +496030,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496053,7 +496053,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496076,7 +496076,7 @@ 379.483, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496099,7 +496099,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496122,7 +496122,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496145,7 +496145,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496168,7 +496168,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496191,7 +496191,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496214,7 +496214,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496237,7 +496237,7 @@ 379.483, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496260,7 +496260,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496283,7 +496283,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496306,7 +496306,7 @@ 379.483, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496329,7 +496329,7 @@ 379.483, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496352,7 +496352,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496375,7 +496375,7 @@ 379.483, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496398,7 +496398,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496421,7 +496421,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496444,7 +496444,7 @@ 379.483, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496467,7 +496467,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496490,7 +496490,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496513,7 +496513,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496536,7 +496536,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496559,7 +496559,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496582,7 +496582,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496605,7 +496605,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496628,7 +496628,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496651,7 +496651,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496674,7 +496674,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496697,7 +496697,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496720,7 +496720,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496743,7 +496743,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496766,7 +496766,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496789,7 +496789,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496812,7 +496812,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496835,7 +496835,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496858,7 +496858,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496881,7 +496881,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496904,7 +496904,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496927,7 +496927,7 @@ 379.483, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496950,7 +496950,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496973,7 +496973,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -496996,7 +496996,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497019,7 +497019,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497042,7 +497042,7 @@ 368.524, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497065,7 +497065,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497088,7 +497088,7 @@ 368.524, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497111,7 +497111,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497134,7 +497134,7 @@ 368.524, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497157,7 +497157,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497180,7 +497180,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497203,7 +497203,7 @@ 368.524, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497226,7 +497226,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497249,7 +497249,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497272,7 +497272,7 @@ 368.524, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497295,7 +497295,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497318,7 +497318,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497341,7 +497341,7 @@ 368.524, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497364,7 +497364,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497387,7 +497387,7 @@ 368.524, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497410,7 +497410,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497433,7 +497433,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497456,7 +497456,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497479,7 +497479,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497502,7 +497502,7 @@ 368.524, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497525,7 +497525,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497548,7 +497548,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497571,7 +497571,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497594,7 +497594,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497617,7 +497617,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497640,7 +497640,7 @@ 368.524, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497663,7 +497663,7 @@ 368.524, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -497686,7 +497686,7 @@ 368.524, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -497709,7 +497709,7 @@ 368.524, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497732,7 +497732,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497755,7 +497755,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497778,7 +497778,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497801,7 +497801,7 @@ 368.524, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497824,7 +497824,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497847,7 +497847,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497870,7 +497870,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497893,7 +497893,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497916,7 +497916,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497939,7 +497939,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497962,7 +497962,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -497985,7 +497985,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498008,7 +498008,7 @@ 368.524, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498031,7 +498031,7 @@ 368.524, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498054,7 +498054,7 @@ 368.524, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498077,7 +498077,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498100,7 +498100,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498123,7 +498123,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498146,7 +498146,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498169,7 +498169,7 @@ 368.524, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498192,7 +498192,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498215,7 +498215,7 @@ 368.524, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498238,7 +498238,7 @@ 357.566, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498261,7 +498261,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498284,7 +498284,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498307,7 +498307,7 @@ 357.566, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498330,7 +498330,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498353,7 +498353,7 @@ 357.566, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498376,7 +498376,7 @@ 357.566, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498399,7 +498399,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498422,7 +498422,7 @@ 357.566, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498445,7 +498445,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498468,7 +498468,7 @@ 357.566, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498491,7 +498491,7 @@ 357.566, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -498514,7 +498514,7 @@ 357.566, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -498537,7 +498537,7 @@ 357.566, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498560,7 +498560,7 @@ 357.566, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498583,7 +498583,7 @@ 357.566, "R", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498606,7 +498606,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498629,7 +498629,7 @@ 357.566, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498652,7 +498652,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498675,7 +498675,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498698,7 +498698,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498721,7 +498721,7 @@ 357.566, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498744,7 +498744,7 @@ 357.566, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498767,7 +498767,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498790,7 +498790,7 @@ 357.566, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498813,7 +498813,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498836,7 +498836,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498859,7 +498859,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498882,7 +498882,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498905,7 +498905,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498928,7 +498928,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498951,7 +498951,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498974,7 +498974,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -498997,7 +498997,7 @@ 357.566, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499020,7 +499020,7 @@ 357.566, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499043,7 +499043,7 @@ 357.566, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499066,7 +499066,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499089,7 +499089,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499112,7 +499112,7 @@ 357.566, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499135,7 +499135,7 @@ 357.566, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499158,7 +499158,7 @@ 357.566, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499181,7 +499181,7 @@ 357.566, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499204,7 +499204,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499227,7 +499227,7 @@ 357.566, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499250,7 +499250,7 @@ 357.566, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499273,7 +499273,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499296,7 +499296,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499319,7 +499319,7 @@ 357.566, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499342,7 +499342,7 @@ 357.566, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -499365,7 +499365,7 @@ 357.566, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499388,7 +499388,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499411,7 +499411,7 @@ 357.566, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499434,7 +499434,7 @@ 357.566, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -499457,7 +499457,7 @@ 346.607, "D", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499480,7 +499480,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499503,7 +499503,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499526,7 +499526,7 @@ 346.607, "B", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499549,7 +499549,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499572,7 +499572,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499595,7 +499595,7 @@ 346.607, "k", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499618,7 +499618,7 @@ 346.607, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499641,7 +499641,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499664,7 +499664,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499687,7 +499687,7 @@ 346.607, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499710,7 +499710,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499733,7 +499733,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499756,7 +499756,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499779,7 +499779,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499802,7 +499802,7 @@ 346.607, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499825,7 +499825,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499848,7 +499848,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499871,7 +499871,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499894,7 +499894,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499917,7 +499917,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499940,7 +499940,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499963,7 +499963,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -499986,7 +499986,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500009,7 +500009,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500032,7 +500032,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500055,7 +500055,7 @@ 346.607, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500078,7 +500078,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500101,7 +500101,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500124,7 +500124,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500147,7 +500147,7 @@ 346.607, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500170,7 +500170,7 @@ 346.607, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500193,7 +500193,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500216,7 +500216,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500239,7 +500239,7 @@ 346.607, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500262,7 +500262,7 @@ 346.607, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500285,7 +500285,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500308,7 +500308,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500331,7 +500331,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500354,7 +500354,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500377,7 +500377,7 @@ 346.607, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500400,7 +500400,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500423,7 +500423,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500446,7 +500446,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500469,7 +500469,7 @@ 346.607, "C", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500492,7 +500492,7 @@ 346.607, "O", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500515,7 +500515,7 @@ 346.607, "C", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500538,7 +500538,7 @@ 346.607, "O", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500561,7 +500561,7 @@ 346.607, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500584,7 +500584,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500607,7 +500607,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500630,7 +500630,7 @@ 346.607, "-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -500653,7 +500653,7 @@ 335.648, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500676,7 +500676,7 @@ 335.648, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500699,7 +500699,7 @@ 335.648, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500722,7 +500722,7 @@ 335.648, "[", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500745,7 +500745,7 @@ 335.648, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500768,7 +500768,7 @@ 335.648, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500791,7 +500791,7 @@ 335.648, "]", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500814,7 +500814,7 @@ 335.648, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -500837,7 +500837,7 @@ 324.689, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500860,7 +500860,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500883,7 +500883,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500906,7 +500906,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500929,7 +500929,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500952,7 +500952,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500975,7 +500975,7 @@ 324.689, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -500998,7 +500998,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501021,7 +501021,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501044,7 +501044,7 @@ 324.689, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501067,7 +501067,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501090,7 +501090,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501113,7 +501113,7 @@ 324.689, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501136,7 +501136,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501159,7 +501159,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501182,7 +501182,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501205,7 +501205,7 @@ 324.689, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501228,7 +501228,7 @@ 324.689, "M", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501251,7 +501251,7 @@ 324.689, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501274,7 +501274,7 @@ 324.689, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501297,7 +501297,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501320,7 +501320,7 @@ 324.689, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501343,7 +501343,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501366,7 +501366,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501389,7 +501389,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501412,7 +501412,7 @@ 324.689, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501435,7 +501435,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501458,7 +501458,7 @@ 324.689, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501481,7 +501481,7 @@ 324.689, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501504,7 +501504,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501527,7 +501527,7 @@ 324.689, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501550,7 +501550,7 @@ 324.689, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501573,7 +501573,7 @@ 324.689, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501596,7 +501596,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501619,7 +501619,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501642,7 +501642,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501665,7 +501665,7 @@ 324.689, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501688,7 +501688,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501711,7 +501711,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501734,7 +501734,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501757,7 +501757,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501780,7 +501780,7 @@ 324.689, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501803,7 +501803,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501826,7 +501826,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501849,7 +501849,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501872,7 +501872,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501895,7 +501895,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501918,7 +501918,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501941,7 +501941,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501964,7 +501964,7 @@ 324.689, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -501987,7 +501987,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502010,7 +502010,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502033,7 +502033,7 @@ 313.73, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502056,7 +502056,7 @@ 313.73, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502079,7 +502079,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502102,7 +502102,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502125,7 +502125,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502148,7 +502148,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502171,7 +502171,7 @@ 313.73, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502194,7 +502194,7 @@ 313.73, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502217,7 +502217,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502240,7 +502240,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502263,7 +502263,7 @@ 313.73, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502286,7 +502286,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502309,7 +502309,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502332,7 +502332,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502355,7 +502355,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502378,7 +502378,7 @@ 313.73, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502401,7 +502401,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502424,7 +502424,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502447,7 +502447,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502470,7 +502470,7 @@ 313.73, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502493,7 +502493,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502516,7 +502516,7 @@ 313.73, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502539,7 +502539,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502562,7 +502562,7 @@ 313.73, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502585,7 +502585,7 @@ 313.73, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502608,7 +502608,7 @@ 313.73, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -502631,7 +502631,7 @@ 313.73, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -502654,7 +502654,7 @@ 313.73, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502677,7 +502677,7 @@ 313.73, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -502700,7 +502700,7 @@ 313.73, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -502723,7 +502723,7 @@ 313.73, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502746,7 +502746,7 @@ 313.73, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502769,7 +502769,7 @@ 313.73, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502792,7 +502792,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502815,7 +502815,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502838,7 +502838,7 @@ 313.73, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502861,7 +502861,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502884,7 +502884,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502907,7 +502907,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502930,7 +502930,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502953,7 +502953,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502976,7 +502976,7 @@ 313.73, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -502999,7 +502999,7 @@ 313.73, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503022,7 +503022,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503045,7 +503045,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503068,7 +503068,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503091,7 +503091,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503114,7 +503114,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -503137,7 +503137,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503160,7 +503160,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503183,7 +503183,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503206,7 +503206,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503229,7 +503229,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503252,7 +503252,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503275,7 +503275,7 @@ 302.771, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503298,7 +503298,7 @@ 302.771, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503321,7 +503321,7 @@ 302.771, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503344,7 +503344,7 @@ 302.771, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503367,7 +503367,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503390,7 +503390,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503413,7 +503413,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503436,7 +503436,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503459,7 +503459,7 @@ 302.771, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503482,7 +503482,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503505,7 +503505,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503528,7 +503528,7 @@ 302.771, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503551,7 +503551,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503574,7 +503574,7 @@ 302.771, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503597,7 +503597,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503620,7 +503620,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503643,7 +503643,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503666,7 +503666,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503689,7 +503689,7 @@ 302.771, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503712,7 +503712,7 @@ 302.771, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503735,7 +503735,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503758,7 +503758,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503781,7 +503781,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503804,7 +503804,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503827,7 +503827,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503850,7 +503850,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503873,7 +503873,7 @@ 302.771, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503896,7 +503896,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503919,7 +503919,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503942,7 +503942,7 @@ 302.771, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503965,7 +503965,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -503988,7 +503988,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504011,7 +504011,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504034,7 +504034,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504057,7 +504057,7 @@ 302.771, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504080,7 +504080,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504103,7 +504103,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504126,7 +504126,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504149,7 +504149,7 @@ 302.771, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504172,7 +504172,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504195,7 +504195,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504218,7 +504218,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504241,7 +504241,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504264,7 +504264,7 @@ 302.771, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504287,7 +504287,7 @@ 302.771, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504310,7 +504310,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504333,7 +504333,7 @@ 302.771, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504356,7 +504356,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -504379,7 +504379,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504402,7 +504402,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504425,7 +504425,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504448,7 +504448,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504471,7 +504471,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504494,7 +504494,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504517,7 +504517,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504540,7 +504540,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504563,7 +504563,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504586,7 +504586,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504609,7 +504609,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504632,7 +504632,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504655,7 +504655,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504678,7 +504678,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504701,7 +504701,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504724,7 +504724,7 @@ 291.812, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504747,7 +504747,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504770,7 +504770,7 @@ 291.812, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504793,7 +504793,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504816,7 +504816,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504839,7 +504839,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504862,7 +504862,7 @@ 291.812, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504885,7 +504885,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504908,7 +504908,7 @@ 291.812, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504931,7 +504931,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504954,7 +504954,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -504977,7 +504977,7 @@ 291.812, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505000,7 +505000,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505023,7 +505023,7 @@ 291.812, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505046,7 +505046,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505069,7 +505069,7 @@ 291.812, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505092,7 +505092,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505115,7 +505115,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505138,7 +505138,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505161,7 +505161,7 @@ 291.812, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505184,7 +505184,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505207,7 +505207,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505230,7 +505230,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505253,7 +505253,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505276,7 +505276,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505299,7 +505299,7 @@ 291.812, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505322,7 +505322,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505345,7 +505345,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505368,7 +505368,7 @@ 291.812, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505391,7 +505391,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505414,7 +505414,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505437,7 +505437,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505460,7 +505460,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505483,7 +505483,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505506,7 +505506,7 @@ 291.812, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505529,7 +505529,7 @@ 291.812, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505552,7 +505552,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505575,7 +505575,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505598,7 +505598,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505621,7 +505621,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505644,7 +505644,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505667,7 +505667,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505690,7 +505690,7 @@ 291.812, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -505713,7 +505713,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505736,7 +505736,7 @@ 280.853, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505759,7 +505759,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505782,7 +505782,7 @@ 280.853, "y", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505805,7 +505805,7 @@ 280.853, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505828,7 +505828,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505851,7 +505851,7 @@ 280.853, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505874,7 +505874,7 @@ 280.853, "b", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505897,7 +505897,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505920,7 +505920,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505943,7 +505943,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505966,7 +505966,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -505989,7 +505989,7 @@ 280.853, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506012,7 +506012,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506035,7 +506035,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506058,7 +506058,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506081,7 +506081,7 @@ 280.853, "x", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506104,7 +506104,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506127,7 +506127,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506150,7 +506150,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506173,7 +506173,7 @@ 280.853, "k", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506196,7 +506196,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506219,7 +506219,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506242,7 +506242,7 @@ 280.853, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506265,7 +506265,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506288,7 +506288,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506311,7 +506311,7 @@ 280.853, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506334,7 +506334,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506357,7 +506357,7 @@ 280.853, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506380,7 +506380,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506403,7 +506403,7 @@ 280.853, "g", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506426,7 +506426,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506449,7 +506449,7 @@ 280.853, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506472,7 +506472,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506495,7 +506495,7 @@ 280.853, "p", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506518,7 +506518,7 @@ 280.853, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506541,7 +506541,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506564,7 +506564,7 @@ 280.853, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506587,7 +506587,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506610,7 +506610,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506633,7 +506633,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506656,7 +506656,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506679,7 +506679,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506702,7 +506702,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506725,7 +506725,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506748,7 +506748,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506771,7 +506771,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506794,7 +506794,7 @@ 280.853, "f", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506817,7 +506817,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506840,7 +506840,7 @@ 280.853, "p", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506863,7 +506863,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506886,7 +506886,7 @@ 280.853, "g", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506909,7 +506909,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -506932,7 +506932,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -506955,7 +506955,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -506978,7 +506978,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507001,7 +507001,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507024,7 +507024,7 @@ 269.894, "d", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507047,7 +507047,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507070,7 +507070,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507093,7 +507093,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507116,7 +507116,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507139,7 +507139,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507162,7 +507162,7 @@ 269.894, "b", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507185,7 +507185,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507208,7 +507208,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507231,7 +507231,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507254,7 +507254,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507277,7 +507277,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507300,7 +507300,7 @@ 269.894, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507323,7 +507323,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507346,7 +507346,7 @@ 269.894, "g", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507369,7 +507369,7 @@ 269.894, "m", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507392,7 +507392,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507415,7 +507415,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507438,7 +507438,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507461,7 +507461,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507484,7 +507484,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507507,7 +507507,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507530,7 +507530,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507553,7 +507553,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507576,7 +507576,7 @@ 269.894, ".", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507599,7 +507599,7 @@ 269.894, "W", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507622,7 +507622,7 @@ 269.894, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507645,7 +507645,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507668,7 +507668,7 @@ 269.894, "l", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507691,7 +507691,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507714,7 +507714,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507737,7 +507737,7 @@ 269.894, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507760,7 +507760,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507783,7 +507783,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507806,7 +507806,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507829,7 +507829,7 @@ 269.894, "p", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507852,7 +507852,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507875,7 +507875,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507898,7 +507898,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507921,7 +507921,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507944,7 +507944,7 @@ 269.894, "d", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507967,7 +507967,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -507990,7 +507990,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508013,7 +508013,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508036,7 +508036,7 @@ 269.894, "u", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508059,7 +508059,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508082,7 +508082,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508105,7 +508105,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508128,7 +508128,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508151,7 +508151,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508174,7 +508174,7 @@ 269.894, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -508197,7 +508197,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508220,7 +508220,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508243,7 +508243,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508266,7 +508266,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508289,7 +508289,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508312,7 +508312,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508335,7 +508335,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508358,7 +508358,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508381,7 +508381,7 @@ 258.935, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508404,7 +508404,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508427,7 +508427,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508450,7 +508450,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508473,7 +508473,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508496,7 +508496,7 @@ 258.935, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508519,7 +508519,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508542,7 +508542,7 @@ 258.935, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508565,7 +508565,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508588,7 +508588,7 @@ 258.935, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508611,7 +508611,7 @@ 258.935, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508634,7 +508634,7 @@ 258.935, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508657,7 +508657,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508680,7 +508680,7 @@ 258.935, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508703,7 +508703,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508726,7 +508726,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508749,7 +508749,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508772,7 +508772,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508795,7 +508795,7 @@ 258.935, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508818,7 +508818,7 @@ 258.935, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508841,7 +508841,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508864,7 +508864,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508887,7 +508887,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508910,7 +508910,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508933,7 +508933,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508956,7 +508956,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -508979,7 +508979,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509002,7 +509002,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509025,7 +509025,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509048,7 +509048,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509071,7 +509071,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509094,7 +509094,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509117,7 +509117,7 @@ 258.935, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509140,7 +509140,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509163,7 +509163,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509186,7 +509186,7 @@ 258.935, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509209,7 +509209,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509232,7 +509232,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509255,7 +509255,7 @@ 258.935, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509278,7 +509278,7 @@ 258.935, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509301,7 +509301,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509324,7 +509324,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509347,7 +509347,7 @@ 258.935, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509370,7 +509370,7 @@ 258.935, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509393,7 +509393,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509416,7 +509416,7 @@ 258.935, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509439,7 +509439,7 @@ 258.935, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509462,7 +509462,7 @@ 258.935, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -509485,7 +509485,7 @@ 247.976, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509508,7 +509508,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509531,7 +509531,7 @@ 247.976, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509554,7 +509554,7 @@ 247.976, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509577,7 +509577,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509600,7 +509600,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509623,7 +509623,7 @@ 247.976, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509646,7 +509646,7 @@ 247.976, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509669,7 +509669,7 @@ 247.976, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509692,7 +509692,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509715,7 +509715,7 @@ 247.976, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509738,7 +509738,7 @@ 247.976, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509761,7 +509761,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509784,7 +509784,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509807,7 +509807,7 @@ 247.976, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509830,7 +509830,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509853,7 +509853,7 @@ 247.976, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509876,7 +509876,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509899,7 +509899,7 @@ 247.976, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509922,7 +509922,7 @@ 247.976, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509945,7 +509945,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509968,7 +509968,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -509991,7 +509991,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510014,7 +510014,7 @@ 247.976, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510037,7 +510037,7 @@ 247.976, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510060,7 +510060,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510083,7 +510083,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510106,7 +510106,7 @@ 247.976, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510129,7 +510129,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510152,7 +510152,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510175,7 +510175,7 @@ 247.976, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510198,7 +510198,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510221,7 +510221,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510244,7 +510244,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510267,7 +510267,7 @@ 247.976, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510290,7 +510290,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510313,7 +510313,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510336,7 +510336,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510359,7 +510359,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510382,7 +510382,7 @@ 247.976, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510405,7 +510405,7 @@ 247.976, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510428,7 +510428,7 @@ 247.976, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510451,7 +510451,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510474,7 +510474,7 @@ 247.976, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510497,7 +510497,7 @@ 247.976, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -510980,7 +510980,7 @@ 201.126, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511003,7 +511003,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511026,7 +511026,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511049,7 +511049,7 @@ 201.126, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511072,7 +511072,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511095,7 +511095,7 @@ 201.126, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511118,7 +511118,7 @@ 201.126, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511141,7 +511141,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511164,7 +511164,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511187,7 +511187,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511210,7 +511210,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511233,7 +511233,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511256,7 +511256,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511279,7 +511279,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511302,7 +511302,7 @@ 201.126, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511325,7 +511325,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511348,7 +511348,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511371,7 +511371,7 @@ 201.126, "8", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511394,7 +511394,7 @@ 201.126, "0", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511417,7 +511417,7 @@ 201.126, "8", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511440,7 +511440,7 @@ 201.126, "6", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511463,7 +511463,7 @@ 201.126, "3", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511486,7 +511486,7 @@ 201.126, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511509,7 +511509,7 @@ 201.126, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511532,7 +511532,7 @@ 201.126, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511555,7 +511555,7 @@ 201.126, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511578,7 +511578,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511601,7 +511601,7 @@ 201.126, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511624,7 +511624,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511647,7 +511647,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511670,7 +511670,7 @@ 201.126, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511693,7 +511693,7 @@ 201.126, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511716,7 +511716,7 @@ 201.126, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511739,7 +511739,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511762,7 +511762,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511785,7 +511785,7 @@ 201.126, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511808,7 +511808,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511831,7 +511831,7 @@ 201.126, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511854,7 +511854,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511877,7 +511877,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511900,7 +511900,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511923,7 +511923,7 @@ 201.126, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511946,7 +511946,7 @@ 201.126, "7", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511969,7 +511969,7 @@ 201.126, "0", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -511992,7 +511992,7 @@ 201.126, "5", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512015,7 +512015,7 @@ 201.126, "9", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512038,7 +512038,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512061,7 +512061,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512084,7 +512084,7 @@ 201.126, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512107,7 +512107,7 @@ 201.126, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512130,7 +512130,7 @@ 201.126, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512153,7 +512153,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512176,7 +512176,7 @@ 201.126, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512199,7 +512199,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512222,7 +512222,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512245,7 +512245,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512268,7 +512268,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512291,7 +512291,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512314,7 +512314,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512337,7 +512337,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512360,7 +512360,7 @@ 190.167, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512383,7 +512383,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512406,7 +512406,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512429,7 +512429,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512452,7 +512452,7 @@ 190.167, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512475,7 +512475,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512498,7 +512498,7 @@ 190.167, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512521,7 +512521,7 @@ 190.167, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512544,7 +512544,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512567,7 +512567,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512590,7 +512590,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512613,7 +512613,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512636,7 +512636,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512659,7 +512659,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512682,7 +512682,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512705,7 +512705,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512728,7 +512728,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512751,7 +512751,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512774,7 +512774,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512797,7 +512797,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512820,7 +512820,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512843,7 +512843,7 @@ 190.167, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512866,7 +512866,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512889,7 +512889,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512912,7 +512912,7 @@ 190.167, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512935,7 +512935,7 @@ 190.167, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512958,7 +512958,7 @@ 190.167, "5", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -512981,7 +512981,7 @@ 190.167, "9", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513004,7 +513004,7 @@ 190.167, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513027,7 +513027,7 @@ 190.167, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513050,7 +513050,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513073,7 +513073,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513096,7 +513096,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513119,7 +513119,7 @@ 190.167, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513142,7 +513142,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513165,7 +513165,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513188,7 +513188,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513211,7 +513211,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513234,7 +513234,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513257,7 +513257,7 @@ 190.167, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513280,7 +513280,7 @@ 190.167, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513303,7 +513303,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513326,7 +513326,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513349,7 +513349,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513372,7 +513372,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513395,7 +513395,7 @@ 190.167, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513418,7 +513418,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513441,7 +513441,7 @@ 190.167, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513464,7 +513464,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513487,7 +513487,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513510,7 +513510,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -513533,7 +513533,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513556,7 +513556,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513579,7 +513579,7 @@ 179.209, "9", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513602,7 +513602,7 @@ 179.209, "1", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513625,7 +513625,7 @@ 179.209, "1", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513648,7 +513648,7 @@ 179.209, "0", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513671,7 +513671,7 @@ 179.209, "4", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513694,7 +513694,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513717,7 +513717,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513740,7 +513740,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513763,7 +513763,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513786,7 +513786,7 @@ 179.209, "l", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513809,7 +513809,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513832,7 +513832,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513855,7 +513855,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513878,7 +513878,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513901,7 +513901,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513924,7 +513924,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513947,7 +513947,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513970,7 +513970,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -513993,7 +513993,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514016,7 +514016,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514039,7 +514039,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514062,7 +514062,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514085,7 +514085,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514108,7 +514108,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514131,7 +514131,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514154,7 +514154,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514177,7 +514177,7 @@ 179.209, "c", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514200,7 +514200,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514223,7 +514223,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514246,7 +514246,7 @@ 179.209, ".", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514269,7 +514269,7 @@ 179.209, "T", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514292,7 +514292,7 @@ 179.209, "h", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514315,7 +514315,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514338,7 +514338,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514361,7 +514361,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514384,7 +514384,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514407,7 +514407,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514430,7 +514430,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514453,7 +514453,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514476,7 +514476,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514499,7 +514499,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514522,7 +514522,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514545,7 +514545,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514568,7 +514568,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514591,7 +514591,7 @@ 179.209, "p", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514614,7 +514614,7 @@ 179.209, "r", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514637,7 +514637,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514660,7 +514660,7 @@ 179.209, "v", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514683,7 +514683,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514706,7 +514706,7 @@ 179.209, "d", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514729,7 +514729,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514752,7 +514752,7 @@ 179.209, "l", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514775,7 +514775,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514798,7 +514798,7 @@ 179.209, "y", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514821,7 +514821,7 @@ 179.209, "-", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -514844,7 +514844,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514867,7 +514867,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514890,7 +514890,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514913,7 +514913,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514936,7 +514936,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514959,7 +514959,7 @@ 168.25, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -514982,7 +514982,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515005,7 +515005,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515028,7 +515028,7 @@ 168.25, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515051,7 +515051,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515074,7 +515074,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515097,7 +515097,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515120,7 +515120,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515143,7 +515143,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515166,7 +515166,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515189,7 +515189,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515212,7 +515212,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515235,7 +515235,7 @@ 168.25, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515258,7 +515258,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515281,7 +515281,7 @@ 168.25, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515304,7 +515304,7 @@ 168.25, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515327,7 +515327,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515350,7 +515350,7 @@ 168.25, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515373,7 +515373,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515396,7 +515396,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515419,7 +515419,7 @@ 168.25, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515442,7 +515442,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515465,7 +515465,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515488,7 +515488,7 @@ 168.25, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515511,7 +515511,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515534,7 +515534,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515557,7 +515557,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515580,7 +515580,7 @@ 168.25, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515603,7 +515603,7 @@ 168.25, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515626,7 +515626,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515649,7 +515649,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515672,7 +515672,7 @@ 168.25, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515695,7 +515695,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515718,7 +515718,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515741,7 +515741,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515764,7 +515764,7 @@ 168.25, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515787,7 +515787,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515810,7 +515810,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515833,7 +515833,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515856,7 +515856,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515879,7 +515879,7 @@ 168.25, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515902,7 +515902,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515925,7 +515925,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515948,7 +515948,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515971,7 +515971,7 @@ 168.25, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -515994,7 +515994,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -516017,7 +516017,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -516040,7 +516040,7 @@ 168.25, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -516063,7 +516063,7 @@ 168.25, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -516086,7 +516086,7 @@ 157.291, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516109,7 +516109,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516132,7 +516132,7 @@ 157.291, "x", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516155,7 +516155,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516178,7 +516178,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516201,7 +516201,7 @@ 157.291, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516224,7 +516224,7 @@ 157.291, "W", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516247,7 +516247,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516270,7 +516270,7 @@ 157.291, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516293,7 +516293,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516316,7 +516316,7 @@ 157.291, "fi", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516339,7 +516339,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516362,7 +516362,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516385,7 +516385,7 @@ 157.291, "1", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516408,7 +516408,7 @@ 157.291, "1", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516431,7 +516431,7 @@ 157.291, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516454,7 +516454,7 @@ 157.291, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516477,7 +516477,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516500,7 +516500,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516523,7 +516523,7 @@ 157.291, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516546,7 +516546,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516569,7 +516569,7 @@ 157.291, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516592,7 +516592,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516615,7 +516615,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516638,7 +516638,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516661,7 +516661,7 @@ 157.291, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516684,7 +516684,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516707,7 +516707,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516730,7 +516730,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516753,7 +516753,7 @@ 157.291, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516776,7 +516776,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516799,7 +516799,7 @@ 157.291, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516822,7 +516822,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516845,7 +516845,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516868,7 +516868,7 @@ 157.291, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516891,7 +516891,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516914,7 +516914,7 @@ 157.291, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516937,7 +516937,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516960,7 +516960,7 @@ 157.291, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -516983,7 +516983,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517006,7 +517006,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517029,7 +517029,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517052,7 +517052,7 @@ 157.291, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517075,7 +517075,7 @@ 157.291, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517098,7 +517098,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517121,7 +517121,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517144,7 +517144,7 @@ 157.291, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517167,7 +517167,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517190,7 +517190,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517213,7 +517213,7 @@ 157.291, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517236,7 +517236,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517259,7 +517259,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517282,7 +517282,7 @@ 157.291, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -517489,7 +517489,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -517696,7 +517696,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -517880,7 +517880,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -518110,7 +518110,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -518386,7 +518386,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -518662,7 +518662,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -518846,7 +518846,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -519191,7 +519191,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519329,7 +519329,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519444,7 +519444,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519467,7 +519467,7 @@ 135.373, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519490,7 +519490,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519513,7 +519513,7 @@ 135.373, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519651,7 +519651,7 @@ 135.373, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519674,7 +519674,7 @@ 135.373, "O", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519697,7 +519697,7 @@ 135.373, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519720,7 +519720,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519743,7 +519743,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519766,7 +519766,7 @@ 135.373, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519789,7 +519789,7 @@ 135.373, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519812,7 +519812,7 @@ 135.373, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519835,7 +519835,7 @@ 135.373, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519858,7 +519858,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519881,7 +519881,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519904,7 +519904,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519927,7 +519927,7 @@ 135.373, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519950,7 +519950,7 @@ 135.373, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519973,7 +519973,7 @@ 135.373, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -519996,7 +519996,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520019,7 +520019,7 @@ 135.373, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520042,7 +520042,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520065,7 +520065,7 @@ 135.373, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520088,7 +520088,7 @@ 135.373, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520111,7 +520111,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520134,7 +520134,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520157,7 +520157,7 @@ 135.373, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520180,7 +520180,7 @@ 135.373, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520203,7 +520203,7 @@ 135.373, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520226,7 +520226,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520249,7 +520249,7 @@ 135.373, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -520272,7 +520272,7 @@ 124.414, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520295,7 +520295,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520318,7 +520318,7 @@ 124.414, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520341,7 +520341,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520364,7 +520364,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520387,7 +520387,7 @@ 124.414, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520410,7 +520410,7 @@ 124.414, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520433,7 +520433,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520456,7 +520456,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520479,7 +520479,7 @@ 124.414, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520502,7 +520502,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520525,7 +520525,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520548,7 +520548,7 @@ 124.414, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520571,7 +520571,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520594,7 +520594,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520617,7 +520617,7 @@ 124.414, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520640,7 +520640,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520663,7 +520663,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520686,7 +520686,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520709,7 +520709,7 @@ 124.414, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520732,7 +520732,7 @@ 124.414, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520755,7 +520755,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520778,7 +520778,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520801,7 +520801,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520824,7 +520824,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520847,7 +520847,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520870,7 +520870,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520893,7 +520893,7 @@ 124.414, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520916,7 +520916,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520939,7 +520939,7 @@ 124.414, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520962,7 +520962,7 @@ 124.414, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -520985,7 +520985,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521008,7 +521008,7 @@ 124.414, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521031,7 +521031,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521054,7 +521054,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521077,7 +521077,7 @@ 124.414, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521100,7 +521100,7 @@ 124.414, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521123,7 +521123,7 @@ 124.414, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521146,7 +521146,7 @@ 124.414, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -521169,7 +521169,7 @@ 113.455, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521192,7 +521192,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521215,7 +521215,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521238,7 +521238,7 @@ 113.455, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521261,7 +521261,7 @@ 113.455, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521284,7 +521284,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521307,7 +521307,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521330,7 +521330,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521353,7 +521353,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521376,7 +521376,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521399,7 +521399,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521422,7 +521422,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521445,7 +521445,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521468,7 +521468,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521491,7 +521491,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521514,7 +521514,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521537,7 +521537,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521560,7 +521560,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521583,7 +521583,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521606,7 +521606,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521629,7 +521629,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521652,7 +521652,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521675,7 +521675,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521698,7 +521698,7 @@ 113.455, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521721,7 +521721,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521744,7 +521744,7 @@ 113.455, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521767,7 +521767,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521790,7 +521790,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521813,7 +521813,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521836,7 +521836,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521859,7 +521859,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521882,7 +521882,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521905,7 +521905,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521928,7 +521928,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521951,7 +521951,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521974,7 +521974,7 @@ 113.455, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -521997,7 +521997,7 @@ 113.455, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522020,7 +522020,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522043,7 +522043,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522066,7 +522066,7 @@ 113.455, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522089,7 +522089,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522112,7 +522112,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522135,7 +522135,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522158,7 +522158,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522181,7 +522181,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522204,7 +522204,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522227,7 +522227,7 @@ 113.455, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522250,7 +522250,7 @@ 113.455, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522273,7 +522273,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522296,7 +522296,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522319,7 +522319,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522342,7 +522342,7 @@ 113.455, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522365,7 +522365,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -522388,7 +522388,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522411,7 +522411,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522434,7 +522434,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522457,7 +522457,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522480,7 +522480,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522503,7 +522503,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522526,7 +522526,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522549,7 +522549,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522572,7 +522572,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522595,7 +522595,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522618,7 +522618,7 @@ 102.496, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522641,7 +522641,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522664,7 +522664,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522687,7 +522687,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522710,7 +522710,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522733,7 +522733,7 @@ 102.496, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522756,7 +522756,7 @@ 102.496, "w", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522779,7 +522779,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522802,7 +522802,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522825,7 +522825,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522848,7 +522848,7 @@ 102.496, "q", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522871,7 +522871,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522894,7 +522894,7 @@ 102.496, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522917,7 +522917,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522940,7 +522940,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522963,7 +522963,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -522986,7 +522986,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523009,7 +523009,7 @@ 102.496, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523032,7 +523032,7 @@ 102.496, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523055,7 +523055,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523078,7 +523078,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523101,7 +523101,7 @@ 102.496, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523124,7 +523124,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523147,7 +523147,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523170,7 +523170,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523193,7 +523193,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523216,7 +523216,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523239,7 +523239,7 @@ 102.496, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523262,7 +523262,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523285,7 +523285,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523308,7 +523308,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523331,7 +523331,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523354,7 +523354,7 @@ 102.496, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523377,7 +523377,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523400,7 +523400,7 @@ 102.496, "D", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523423,7 +523423,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523446,7 +523446,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523469,7 +523469,7 @@ 102.496, "L", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523492,7 +523492,7 @@ 102.496, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523515,7 +523515,7 @@ 102.496, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523538,7 +523538,7 @@ 102.496, "N", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523561,7 +523561,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523584,7 +523584,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -523607,7 +523607,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523630,7 +523630,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523653,7 +523653,7 @@ 91.537, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523676,7 +523676,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523699,7 +523699,7 @@ 91.537, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523722,7 +523722,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523745,7 +523745,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523768,7 +523768,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523791,7 +523791,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523814,7 +523814,7 @@ 91.537, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523837,7 +523837,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523860,7 +523860,7 @@ 91.537, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523883,7 +523883,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523906,7 +523906,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523929,7 +523929,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523952,7 +523952,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523975,7 +523975,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -523998,7 +523998,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524021,7 +524021,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524044,7 +524044,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524067,7 +524067,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524090,7 +524090,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524113,7 +524113,7 @@ 91.537, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524136,7 +524136,7 @@ 91.537, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524159,7 +524159,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524182,7 +524182,7 @@ 91.537, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524205,7 +524205,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524228,7 +524228,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524251,7 +524251,7 @@ 91.537, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524274,7 +524274,7 @@ 91.537, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524297,7 +524297,7 @@ 91.537, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524320,7 +524320,7 @@ 91.537, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524343,7 +524343,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524366,7 +524366,7 @@ 91.537, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524389,7 +524389,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524412,7 +524412,7 @@ 91.537, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524435,7 +524435,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524458,7 +524458,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524481,7 +524481,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524504,7 +524504,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524527,7 +524527,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524550,7 +524550,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524573,7 +524573,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524596,7 +524596,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524619,7 +524619,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524642,7 +524642,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524665,7 +524665,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524688,7 +524688,7 @@ 91.537, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524711,7 +524711,7 @@ 91.537, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524734,7 +524734,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524757,7 +524757,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524780,7 +524780,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524803,7 +524803,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -524924,7 +524924,7 @@ 731.44, "KDD '22, August 14-18, 2022, Washington, DC, USA", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -524947,7 +524947,7 @@ 731.44, "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter Staar", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -525016,7 +525016,7 @@ 680.586, "Despite the substantial improvements achieved with machine-learning", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525039,7 +525039,7 @@ 669.627, "(ML) approaches and deep neural networks in recent years, docu-", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -525062,7 +525062,7 @@ 658.668, "ment conversion remains a challenging problem, as demonstrated", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -525085,7 +525085,7 @@ 647.71, "by the numerous public competitions held on this topic [1-4]. The", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -525108,7 +525108,7 @@ 636.751, "challenge originates from the huge variability in PDF documents", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -525131,7 +525131,7 @@ 625.792, "regarding layout, language and formats (scanned, programmatic", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525154,7 +525154,7 @@ 614.833, "or a combination of both). Engineering a single ML model that can", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -525177,7 +525177,7 @@ 603.874, "be applied on all types of documents and provides high-quality", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525200,7 +525200,7 @@ 592.915, "layout segmentation remains to this day extremely challenging [5].", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -525223,7 +525223,7 @@ 581.956, "To highlight the variability in document layouts, we show a few", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525246,7 +525246,7 @@ 570.997, "example documents from the DocLayNet dataset in Figure 1.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -525269,7 +525269,7 @@ 560.038, "Akeyproblem in the process of document conversion is to under-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525292,7 +525292,7 @@ 549.079, "stand the structure of a single document page, i.e. which segments", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -525315,7 +525315,7 @@ 538.121, "of text should be grouped together in a unit. To train models for this", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525338,7 +525338,7 @@ 527.162, "task, there are currently two large datasets available to the com-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525361,7 +525361,7 @@ 516.203, "munity, PubLayNet [6] and DocBank [7]. They were introduced", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525384,7 +525384,7 @@ 505.244, "in 2019 and 2020 respectively and significantly accelerated the im-", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -525407,7 +525407,7 @@ 494.285, "plementation of layout detection and segmentation models due to", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -525430,7 +525430,7 @@ 483.326, "their sizes of 300K and 500K ground-truth pages. These sizes were", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -525453,7 +525453,7 @@ 472.367, "achieved by leveraging an automation approach. The benefit of au-", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -525476,7 +525476,7 @@ 461.408, "tomated ground-truth generation is obvious: one can generate large", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525499,7 +525499,7 @@ 450.449, "ground-truth datasets at virtually no cost. However, the automation", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525522,7 +525522,7 @@ 439.49, "introduces a constraint on the variability in the dataset, because", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525545,7 +525545,7 @@ 428.531, "corresponding structured source data must be available. PubLayNet", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525568,7 +525568,7 @@ 417.573, "and DocBank were both generated from scientific document repos-", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -525591,7 +525591,7 @@ 406.614, "itories (PubMed and arXiv), which provide XML or L A T E X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -525614,7 +525614,7 @@ 406.614, "sources.", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -525637,7 +525637,7 @@ 395.655, "Those scientific documents present a limited variability in their", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525660,7 +525660,7 @@ 384.696, "layouts, because they are typeset in uniform templates provided by", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525683,7 +525683,7 @@ 373.737, "the publishers. Obviously, documents such as technical manuals,", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525706,7 +525706,7 @@ 362.778, "annual company reports, legal text, government tenders, etc. have", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -525729,7 +525729,7 @@ 351.819, "very different and partially unique layouts. As a consequence, the", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -525752,7 +525752,7 @@ 340.86, "layout predictions obtained from models trained on PubLayNet or", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -525775,7 +525775,7 @@ 329.901, "DocBank is very reasonable when applied on scientific documents.", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -525798,7 +525798,7 @@ 318.942, "However, for more", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525844,7 +525844,7 @@ 318.942, "or", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525890,7 +525890,7 @@ 318.942, "layouts, we see sub-par", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525913,7 +525913,7 @@ 307.984, "prediction quality from these models, which we demonstrate in", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -525936,7 +525936,7 @@ 297.025, "Section 5.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -525959,7 +525959,7 @@ 286.066, "In this paper, we present the DocLayNet dataset. It provides page-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -525982,7 +525982,7 @@ 275.107, "by-page layout annotation ground-truth using bounding-boxes for", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -526005,7 +526005,7 @@ 264.148, "11 distinct class labels on 80863 unique document pages, of which", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -526028,7 +526028,7 @@ 253.189, "a fraction carry double- or triple-annotations. DocLayNet is similar", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -526051,7 +526051,7 @@ 242.23, "in spirit to PubLayNet and DocBank and will likewise be made", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526074,7 +526074,7 @@ 231.271, "available to the public", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -526097,7 +526097,7 @@ 233.42, "1", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -526120,7 +526120,7 @@ 231.271, "in order to stimulate the document-layout", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -526143,7 +526143,7 @@ 220.312, "analysis community. It distinguishes itself in the following aspects:", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -526166,7 +526166,7 @@ 206.988, "(1)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526212,7 +526212,7 @@ 206.988, ":", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -526235,7 +526235,7 @@ 206.988, "In contrast to PubLayNet and DocBank,", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -526258,7 +526258,7 @@ 196.029, "we relied on human annotation instead of automation ap-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526281,7 +526281,7 @@ 185.07, "proaches to generate the data set.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526304,7 +526304,7 @@ 174.111, "(2)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526350,7 +526350,7 @@ 174.111, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526373,7 +526373,7 @@ 174.111, "We include diverse and complex", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526396,7 +526396,7 @@ 163.153, "layouts from a large variety of public sources.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526419,7 +526419,7 @@ 152.194, "(3)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526465,7 +526465,7 @@ 152.194, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526488,7 +526488,7 @@ 152.194, "We define 11 class labels to distinguish", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526511,7 +526511,7 @@ 141.235, "layout features in high detail. PubLayNet provides 5 labels;", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -526534,7 +526534,7 @@ 130.276, "DocBank provides 13, although not a superset of ours.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526557,7 +526557,7 @@ 119.317, "(4)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526603,7 +526603,7 @@ 119.317, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526626,7 +526626,7 @@ 119.317, "A fraction of the pages in the Do-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526649,7 +526649,7 @@ 108.358, "cLayNet data set carry more than one human annotation.", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -526672,7 +526672,7 @@ 91.103, "1", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -526695,7 +526695,7 @@ 89.439, "https://developer.ibm.com/exchanges/data/all/doclaynet", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -526718,7 +526718,7 @@ 704.206, "This enables experimentation with annotation uncertainty", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -526741,7 +526741,7 @@ 693.247, "and quality control analysis.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526764,7 +526764,7 @@ 682.288, "(5)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526810,7 +526810,7 @@ 682.288, ":", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -526833,7 +526833,7 @@ 682.288, "Like DocBank, we", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -526856,7 +526856,7 @@ 671.329, "provide fixed train-, test- & validation-sets to ensure propor-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -526879,7 +526879,7 @@ 660.371, "tional representation of the class-labels. Further, we prevent", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -526902,7 +526902,7 @@ 649.412, "leakage of unique layouts across sets, which has a large effect", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -526925,7 +526925,7 @@ 638.453, "on model accuracy scores.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -526948,7 +526948,7 @@ 623.594, "All aspects outlined above are detailed in Section 3. In Section 4,", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -526971,7 +526971,7 @@ 612.635, "we will elaborate on how we designed and executed this large-scale", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -526994,7 +526994,7 @@ 601.676, "human annotation campaign. We will also share key insights and", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -527017,7 +527017,7 @@ 590.717, "lessons learned that might prove helpful for other parties planning", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -527040,7 +527040,7 @@ 579.758, "to set up annotation campaigns.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -527063,7 +527063,7 @@ 568.799, "In Section 5, we will present baseline accuracy numbers for a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527086,7 +527086,7 @@ 557.84, "variety of object detection methods (Faster R-CNN, Mask R-CNN", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -527109,7 +527109,7 @@ 546.881, "and YOLOv5) trained on DocLayNet. We further show how the", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527132,7 +527132,7 @@ 535.922, "model performance is impacted by varying the DocLayNet dataset", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -527155,7 +527155,7 @@ 524.964, "size, reducing the label set and modifying the train/test-split. Last", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -527178,7 +527178,7 @@ 514.005, "but not least, we compare the performance of models trained on", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527201,7 +527201,7 @@ 503.046, "PubLayNet, DocBank and DocLayNet and demonstrate that a model", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527224,7 +527224,7 @@ 492.087, "trained on DocLayNet provides overall more robust layout recovery.", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527293,7 +527293,7 @@ 445.237, "While early approaches in document-layout analysis used rule-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527316,7 +527316,7 @@ 434.278, "based algorithms and heuristics [8], the problem is lately addressed", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527339,7 +527339,7 @@ 423.319, "with deep learning methods. The most common approach is to lever-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527362,7 +527362,7 @@ 412.36, "age object detection models [9-15]. In the last decade, the accuracy", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527385,7 +527385,7 @@ 401.401, "and speed of these models has increased dramatically. Furthermore,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527408,7 +527408,7 @@ 390.442, "most state-of-the-art object detection methods can be trained and", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -527431,7 +527431,7 @@ 379.483, "applied with very little work, thanks to a standardisation effort", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527454,7 +527454,7 @@ 368.524, "of the ground-truth data format [16] and common deep-learning", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527477,7 +527477,7 @@ 357.566, "frameworks [17]. Reference data sets such as PubLayNet [6] and", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527500,7 +527500,7 @@ 346.607, "DocBank provide their data in the commonly accepted COCO for-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -527523,7 +527523,7 @@ 335.648, "mat [16].", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -527546,7 +527546,7 @@ 324.689, "Lately, new types of ML models for document-layout analysis", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527569,7 +527569,7 @@ 313.73, "have emerged in the community [18-21]. These models do not", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527592,7 +527592,7 @@ 302.771, "approach the problem of layout analysis purely based on an image", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -527615,7 +527615,7 @@ 291.812, "representation of the page, as computer vision methods do. Instead,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527638,7 +527638,7 @@ 280.853, "they combine the text tokens and image representation of a page", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -527661,7 +527661,7 @@ 269.894, "in order to obtain a segmentation. While the reported accuracies", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -527684,7 +527684,7 @@ 258.935, "appear to be promising, a broadly accepted data format which links", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527707,7 +527707,7 @@ 247.976, "geometric and textual features has yet to establish.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -527776,7 +527776,7 @@ 201.126, "DocLayNet contains 80863 PDF pages. Among these, 7059 carry two", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527799,7 +527799,7 @@ 190.167, "instances of human annotations, and 1591 carry three. This amounts", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -527822,7 +527822,7 @@ 179.209, "to 91104 total annotation instances. The annotations provide lay-", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -527845,7 +527845,7 @@ 168.25, "out information in the shape of labeled, rectangular bounding-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -527868,7 +527868,7 @@ 157.291, "boxes. We define 11 distinct labels for layout features, namely", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -527937,7 +527937,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -527983,7 +527983,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528029,7 +528029,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528052,7 +528052,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528098,7 +528098,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528144,7 +528144,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528190,7 +528190,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -528236,7 +528236,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528282,7 +528282,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528328,7 +528328,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528351,7 +528351,7 @@ 135.373, "and", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528397,7 +528397,7 @@ 135.373, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528420,7 +528420,7 @@ 135.373, "Our reasoning for picking this", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -528443,7 +528443,7 @@ 124.414, "particular label set is detailed in Section 4.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -528466,7 +528466,7 @@ 113.455, "In addition to open intellectual property constraints for the", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -528489,7 +528489,7 @@ 102.496, "source documents, we required that the documents in DocLayNet", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -528512,7 +528512,7 @@ 91.537, "adhere to a few conditions. Firstly, we kept scanned documents", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -528616,12 +528616,12 @@ ] }, "timings": { - "decode_annots": 2.1e-05, - "decode_contents": 0.002526, - "decode_dimensions": 1e-06, - "decode_page": 0.226651, - "decode_resources": 0.002029, - "sanitise_contents": 0.221202 + "decode_annots": 2e-05, + "decode_contents": 0.002475, + "decode_dimensions": 0.0, + "decode_page": 0.174004, + "decode_resources": 0.0021, + "sanitise_contents": 0.088922 } }, { @@ -528870,7 +528870,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -528893,7 +528893,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -528916,7 +528916,7 @@ 731.44, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -528939,7 +528939,7 @@ 731.44, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -528962,7 +528962,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -528985,7 +528985,7 @@ 731.44, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529008,7 +529008,7 @@ 731.44, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529031,7 +529031,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529054,7 +529054,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529077,7 +529077,7 @@ 731.44, ":", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529100,7 +529100,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529123,7 +529123,7 @@ 731.44, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529146,7 +529146,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529169,7 +529169,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529192,7 +529192,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529215,7 +529215,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529238,7 +529238,7 @@ 731.44, "H", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529261,7 +529261,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529284,7 +529284,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529307,7 +529307,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529330,7 +529330,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529353,7 +529353,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529376,7 +529376,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529399,7 +529399,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529422,7 +529422,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529445,7 +529445,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529468,7 +529468,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529491,7 +529491,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529514,7 +529514,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529537,7 +529537,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529560,7 +529560,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529583,7 +529583,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529606,7 +529606,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529629,7 +529629,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529652,7 +529652,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529675,7 +529675,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529698,7 +529698,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529721,7 +529721,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529744,7 +529744,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529767,7 +529767,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529790,7 +529790,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529813,7 +529813,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529836,7 +529836,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529859,7 +529859,7 @@ 731.44, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529882,7 +529882,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529905,7 +529905,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529928,7 +529928,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529951,7 +529951,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529974,7 +529974,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -529997,7 +529997,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530020,7 +530020,7 @@ 731.44, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530043,7 +530043,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530066,7 +530066,7 @@ 731.44, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530089,7 +530089,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530112,7 +530112,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530135,7 +530135,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530158,7 +530158,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530181,7 +530181,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530204,7 +530204,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530227,7 +530227,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530250,7 +530250,7 @@ 731.44, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530273,7 +530273,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530296,7 +530296,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530319,7 +530319,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530342,7 +530342,7 @@ 731.44, "K", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530365,7 +530365,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530388,7 +530388,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530411,7 +530411,7 @@ 731.44, "'", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530434,7 +530434,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530457,7 +530457,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530480,7 +530480,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530503,7 +530503,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530526,7 +530526,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530549,7 +530549,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530572,7 +530572,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530595,7 +530595,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530618,7 +530618,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530641,7 +530641,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530664,7 +530664,7 @@ 731.44, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530687,7 +530687,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530710,7 +530710,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530733,7 +530733,7 @@ 731.44, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530756,7 +530756,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530779,7 +530779,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530802,7 +530802,7 @@ 731.44, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530825,7 +530825,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530848,7 +530848,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530871,7 +530871,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530894,7 +530894,7 @@ 731.44, "W", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530917,7 +530917,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530940,7 +530940,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530963,7 +530963,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -530986,7 +530986,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531009,7 +531009,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531032,7 +531032,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531055,7 +531055,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531078,7 +531078,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531101,7 +531101,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531124,7 +531124,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531147,7 +531147,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531170,7 +531170,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531193,7 +531193,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531216,7 +531216,7 @@ 731.44, "U", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531239,7 +531239,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -531262,7 +531262,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -534068,7 +534068,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534091,7 +534091,7 @@ 509.766, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534114,7 +534114,7 @@ 509.766, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534137,7 +534137,7 @@ 509.766, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534160,7 +534160,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534183,7 +534183,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534206,7 +534206,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534229,7 +534229,7 @@ 509.766, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534252,7 +534252,7 @@ 509.766, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534275,7 +534275,7 @@ 509.766, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534298,7 +534298,7 @@ 509.766, ",", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534321,7 +534321,7 @@ 509.766, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534344,7 +534344,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534367,7 +534367,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534390,7 +534390,7 @@ 509.766, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534413,7 +534413,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534436,7 +534436,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534459,7 +534459,7 @@ 509.766, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534482,7 +534482,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534505,7 +534505,7 @@ 509.766, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534528,7 +534528,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534551,7 +534551,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534574,7 +534574,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534597,7 +534597,7 @@ 509.766, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534620,7 +534620,7 @@ 509.766, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534643,7 +534643,7 @@ 509.766, "d", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534666,7 +534666,7 @@ 509.766, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534689,7 +534689,7 @@ 509.766, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534712,7 +534712,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534735,7 +534735,7 @@ 509.766, "d", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534758,7 +534758,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534781,7 +534781,7 @@ 509.766, "ffi", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534804,7 +534804,7 @@ 509.766, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534827,7 +534827,7 @@ 509.766, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534850,7 +534850,7 @@ 509.766, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534873,7 +534873,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534896,7 +534896,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534919,7 +534919,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534942,7 +534942,7 @@ 509.766, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534965,7 +534965,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -534988,7 +534988,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535011,7 +535011,7 @@ 509.766, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535034,7 +535034,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535057,7 +535057,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535080,7 +535080,7 @@ 509.766, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535103,7 +535103,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535126,7 +535126,7 @@ 509.766, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535149,7 +535149,7 @@ 509.766, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535172,7 +535172,7 @@ 509.766, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535195,7 +535195,7 @@ 509.766, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535218,7 +535218,7 @@ 509.766, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535241,7 +535241,7 @@ 509.766, "(", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535264,7 +535264,7 @@ 509.766, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535287,7 +535287,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535310,7 +535310,7 @@ 509.766, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -535333,7 +535333,7 @@ 498.807, "S", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535356,7 +535356,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535379,7 +535379,7 @@ 498.807, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535402,7 +535402,7 @@ 498.807, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535425,7 +535425,7 @@ 498.807, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535448,7 +535448,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535471,7 +535471,7 @@ 498.807, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535494,7 +535494,7 @@ 498.807, "4", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535517,7 +535517,7 @@ 498.807, ")", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535540,7 +535540,7 @@ 498.807, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535563,7 +535563,7 @@ 498.807, "A", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535586,7 +535586,7 @@ 498.807, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535609,7 +535609,7 @@ 498.807, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535632,7 +535632,7 @@ 498.807, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535655,7 +535655,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535678,7 +535678,7 @@ 498.807, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535701,7 +535701,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535724,7 +535724,7 @@ 498.807, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535747,7 +535747,7 @@ 498.807, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535770,7 +535770,7 @@ 498.807, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535793,7 +535793,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535816,7 +535816,7 @@ 498.807, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535839,7 +535839,7 @@ 498.807, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535862,7 +535862,7 @@ 498.807, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535885,7 +535885,7 @@ 498.807, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535908,7 +535908,7 @@ 498.807, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535931,7 +535931,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535954,7 +535954,7 @@ 498.807, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -535977,7 +535977,7 @@ 498.807, ",", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536000,7 +536000,7 @@ 498.807, "w", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536023,7 +536023,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536046,7 +536046,7 @@ 498.807, "f", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536069,7 +536069,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536092,7 +536092,7 @@ 498.807, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536115,7 +536115,7 @@ 498.807, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536138,7 +536138,7 @@ 498.807, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536161,7 +536161,7 @@ 498.807, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536184,7 +536184,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536207,7 +536207,7 @@ 498.807, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536230,7 +536230,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536253,7 +536253,7 @@ 498.807, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536276,7 +536276,7 @@ 498.807, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536299,7 +536299,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536322,7 +536322,7 @@ 498.807, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536345,7 +536345,7 @@ 498.807, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536368,7 +536368,7 @@ 498.807, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536391,7 +536391,7 @@ 498.807, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536414,7 +536414,7 @@ 498.807, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536437,7 +536437,7 @@ 498.807, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536460,7 +536460,7 @@ 498.807, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536483,7 +536483,7 @@ 498.807, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536506,7 +536506,7 @@ 498.807, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536529,7 +536529,7 @@ 498.807, "g", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536552,7 +536552,7 @@ 498.807, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -536575,7 +536575,7 @@ 487.848, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536598,7 +536598,7 @@ 487.848, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536621,7 +536621,7 @@ 487.848, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536644,7 +536644,7 @@ 487.848, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536667,7 +536667,7 @@ 487.848, "m", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536690,7 +536690,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536713,7 +536713,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536736,7 +536736,7 @@ 487.848, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536759,7 +536759,7 @@ 487.848, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536782,7 +536782,7 @@ 487.848, "(", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536803,7 +536803,7 @@ 485.92, 99.071, 485.92, - ">", + "\u00a1", -1, 4.483, "", @@ -536874,7 +536874,7 @@ 487.848, "p", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536897,7 +536897,7 @@ 487.848, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536920,7 +536920,7 @@ 487.848, "g", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536943,7 +536943,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536966,7 +536966,7 @@ 487.848, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -536989,7 +536989,7 @@ 487.848, ")", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537012,7 +537012,7 @@ 487.848, "w", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537035,7 +537035,7 @@ 487.848, "i", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537058,7 +537058,7 @@ 487.848, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537081,7 +537081,7 @@ 487.848, "h", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537104,7 +537104,7 @@ 487.848, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537127,7 +537127,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537150,7 +537150,7 @@ 487.848, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537173,7 +537173,7 @@ 487.848, "h", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537196,7 +537196,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537219,7 +537219,7 @@ 487.848, "i", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537242,7 +537242,7 @@ 487.848, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537265,7 +537265,7 @@ 487.848, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537288,7 +537288,7 @@ 487.848, "l", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537311,7 +537311,7 @@ 487.848, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537334,7 +537334,7 @@ 487.848, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537357,7 +537357,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537380,7 +537380,7 @@ 487.848, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537403,7 +537403,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537426,7 +537426,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537449,7 +537449,7 @@ 487.848, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537472,7 +537472,7 @@ 487.848, ",", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537495,7 +537495,7 @@ 487.848, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537518,7 +537518,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537541,7 +537541,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537564,7 +537564,7 @@ 487.848, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537587,7 +537587,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537610,7 +537610,7 @@ 487.848, "i", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537633,7 +537633,7 @@ 487.848, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537656,7 +537656,7 @@ 487.848, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537679,7 +537679,7 @@ 487.848, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537702,7 +537702,7 @@ 487.848, "m", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537725,7 +537725,7 @@ 487.848, "p", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537748,7 +537748,7 @@ 487.848, "l", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537771,7 +537771,7 @@ 487.848, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537794,7 +537794,7 @@ 487.848, "x", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -537817,7 +537817,7 @@ 476.889, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537840,7 +537840,7 @@ 476.889, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537863,7 +537863,7 @@ 476.889, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537886,7 +537886,7 @@ 476.889, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537909,7 +537909,7 @@ 476.889, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537932,7 +537932,7 @@ 476.889, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537955,7 +537955,7 @@ 476.889, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -537978,7 +537978,7 @@ 476.889, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538001,7 +538001,7 @@ 476.889, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538024,7 +538024,7 @@ 476.889, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538047,7 +538047,7 @@ 476.889, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538070,7 +538070,7 @@ 476.889, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538093,7 +538093,7 @@ 476.889, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538116,7 +538116,7 @@ 476.889, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538139,7 +538139,7 @@ 476.889, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538162,7 +538162,7 @@ 476.889, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538185,7 +538185,7 @@ 476.889, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538208,7 +538208,7 @@ 476.889, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538231,7 +538231,7 @@ 476.889, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538254,7 +538254,7 @@ 476.889, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538277,7 +538277,7 @@ 476.889, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538300,7 +538300,7 @@ 476.889, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538323,7 +538323,7 @@ 476.889, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538346,7 +538346,7 @@ 476.889, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538369,7 +538369,7 @@ 476.889, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538392,7 +538392,7 @@ 476.889, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538415,7 +538415,7 @@ 476.889, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538438,7 +538438,7 @@ 476.889, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538461,7 +538461,7 @@ 476.889, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538484,7 +538484,7 @@ 476.889, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538507,7 +538507,7 @@ 476.889, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538530,7 +538530,7 @@ 476.889, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538553,7 +538553,7 @@ 476.889, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538576,7 +538576,7 @@ 476.889, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538599,7 +538599,7 @@ 476.889, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538622,7 +538622,7 @@ 476.889, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538645,7 +538645,7 @@ 476.889, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538668,7 +538668,7 @@ 476.889, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538691,7 +538691,7 @@ 476.889, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538714,7 +538714,7 @@ 476.889, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538737,7 +538737,7 @@ 476.889, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538760,7 +538760,7 @@ 476.889, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538783,7 +538783,7 @@ 476.889, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538806,7 +538806,7 @@ 476.889, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538829,7 +538829,7 @@ 476.889, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538852,7 +538852,7 @@ 476.889, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538875,7 +538875,7 @@ 476.889, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538898,7 +538898,7 @@ 476.889, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538921,7 +538921,7 @@ 476.889, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538944,7 +538944,7 @@ 476.889, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538967,7 +538967,7 @@ 476.889, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -538990,7 +538990,7 @@ 476.889, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -539013,7 +539013,7 @@ 476.889, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -539036,7 +539036,7 @@ 476.889, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -539059,7 +539059,7 @@ 476.889, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -539082,7 +539082,7 @@ 465.931, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539105,7 +539105,7 @@ 465.931, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539128,7 +539128,7 @@ 465.931, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539151,7 +539151,7 @@ 465.931, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539174,7 +539174,7 @@ 465.931, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539197,7 +539197,7 @@ 465.931, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539220,7 +539220,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539243,7 +539243,7 @@ 465.931, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539266,7 +539266,7 @@ 465.931, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539289,7 +539289,7 @@ 465.931, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539312,7 +539312,7 @@ 465.931, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539335,7 +539335,7 @@ 465.931, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539358,7 +539358,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539381,7 +539381,7 @@ 465.931, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539404,7 +539404,7 @@ 465.931, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539427,7 +539427,7 @@ 465.931, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539450,7 +539450,7 @@ 465.931, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539473,7 +539473,7 @@ 465.931, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539496,7 +539496,7 @@ 465.931, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539519,7 +539519,7 @@ 465.931, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539542,7 +539542,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539565,7 +539565,7 @@ 465.931, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539588,7 +539588,7 @@ 465.931, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539611,7 +539611,7 @@ 465.931, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539634,7 +539634,7 @@ 465.931, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539657,7 +539657,7 @@ 465.931, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539680,7 +539680,7 @@ 465.931, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539703,7 +539703,7 @@ 465.931, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539726,7 +539726,7 @@ 465.931, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539749,7 +539749,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539772,7 +539772,7 @@ 465.931, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539795,7 +539795,7 @@ 465.931, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539818,7 +539818,7 @@ 465.931, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539841,7 +539841,7 @@ 465.931, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539864,7 +539864,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539887,7 +539887,7 @@ 465.931, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539910,7 +539910,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539933,7 +539933,7 @@ 465.931, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539956,7 +539956,7 @@ 465.931, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -539979,7 +539979,7 @@ 465.931, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540002,7 +540002,7 @@ 465.931, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540025,7 +540025,7 @@ 465.931, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540048,7 +540048,7 @@ 465.931, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540071,7 +540071,7 @@ 465.931, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540094,7 +540094,7 @@ 465.931, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540117,7 +540117,7 @@ 465.931, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540140,7 +540140,7 @@ 465.931, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540163,7 +540163,7 @@ 465.931, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540186,7 +540186,7 @@ 465.931, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540209,7 +540209,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540232,7 +540232,7 @@ 465.931, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540255,7 +540255,7 @@ 465.931, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540278,7 +540278,7 @@ 465.931, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540301,7 +540301,7 @@ 465.931, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540324,7 +540324,7 @@ 465.931, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540347,7 +540347,7 @@ 465.931, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540370,7 +540370,7 @@ 465.931, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -540393,7 +540393,7 @@ 454.972, "d", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540416,7 +540416,7 @@ 454.972, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540439,7 +540439,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540462,7 +540462,7 @@ 454.972, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540485,7 +540485,7 @@ 454.972, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540508,7 +540508,7 @@ 454.972, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540531,7 +540531,7 @@ 454.972, "h", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540554,7 +540554,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540577,7 +540577,7 @@ 454.972, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540600,7 +540600,7 @@ 454.972, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540623,7 +540623,7 @@ 454.972, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540646,7 +540646,7 @@ 454.972, "h", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540669,7 +540669,7 @@ 454.972, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540692,7 +540692,7 @@ 454.972, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540715,7 +540715,7 @@ 454.972, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540738,7 +540738,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540761,7 +540761,7 @@ 454.972, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540784,7 +540784,7 @@ 454.972, "g", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540807,7 +540807,7 @@ 454.972, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540830,7 +540830,7 @@ 454.972, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540853,7 +540853,7 @@ 454.972, "g", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540876,7 +540876,7 @@ 454.972, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540899,7 +540899,7 @@ 454.972, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540922,7 +540922,7 @@ 454.972, "y", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540945,7 +540945,7 @@ 454.972, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540968,7 +540968,7 @@ 454.972, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -540991,7 +540991,7 @@ 454.972, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541014,7 +541014,7 @@ 454.972, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541037,7 +541037,7 @@ 454.972, ".", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541060,7 +541060,7 @@ 454.972, "C", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541083,7 +541083,7 @@ 454.972, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541106,7 +541106,7 @@ 454.972, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541129,7 +541129,7 @@ 454.972, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541152,7 +541152,7 @@ 454.972, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541175,7 +541175,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541198,7 +541198,7 @@ 454.972, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541221,7 +541221,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541244,7 +541244,7 @@ 454.972, "x", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541267,7 +541267,7 @@ 454.972, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541290,7 +541290,7 @@ 454.972, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541313,7 +541313,7 @@ 454.972, "p", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541336,7 +541336,7 @@ 454.972, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541359,7 +541359,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541382,7 +541382,7 @@ 454.972, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541405,7 +541405,7 @@ 454.972, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541428,7 +541428,7 @@ 454.972, "f", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541451,7 +541451,7 @@ 454.972, "d", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541474,7 +541474,7 @@ 454.972, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541497,7 +541497,7 @@ 454.972, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541520,7 +541520,7 @@ 454.972, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541543,7 +541543,7 @@ 454.972, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541566,7 +541566,7 @@ 454.972, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541589,7 +541589,7 @@ 454.972, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541612,7 +541612,7 @@ 454.972, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541635,7 +541635,7 @@ 454.972, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -541658,7 +541658,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541681,7 +541681,7 @@ 444.013, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541704,7 +541704,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541727,7 +541727,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541750,7 +541750,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541773,7 +541773,7 @@ 444.013, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541796,7 +541796,7 @@ 444.013, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541819,7 +541819,7 @@ 444.013, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541842,7 +541842,7 @@ 444.013, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541865,7 +541865,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541888,7 +541888,7 @@ 444.013, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541911,7 +541911,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541934,7 +541934,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541957,7 +541957,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -541980,7 +541980,7 @@ 444.013, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542003,7 +542003,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542026,7 +542026,7 @@ 444.013, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542049,7 +542049,7 @@ 444.013, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542072,7 +542072,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542095,7 +542095,7 @@ 444.013, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542118,7 +542118,7 @@ 444.013, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542141,7 +542141,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542164,7 +542164,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542187,7 +542187,7 @@ 444.013, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542210,7 +542210,7 @@ 444.013, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542233,7 +542233,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542256,7 +542256,7 @@ 444.013, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542279,7 +542279,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542302,7 +542302,7 @@ 444.013, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542325,7 +542325,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542348,7 +542348,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542371,7 +542371,7 @@ 444.013, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542394,7 +542394,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542417,7 +542417,7 @@ 444.013, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542440,7 +542440,7 @@ 444.013, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542463,7 +542463,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542486,7 +542486,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542509,7 +542509,7 @@ 444.013, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542532,7 +542532,7 @@ 444.013, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542555,7 +542555,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542578,7 +542578,7 @@ 444.013, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542601,7 +542601,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542624,7 +542624,7 @@ 444.013, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542647,7 +542647,7 @@ 444.013, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542670,7 +542670,7 @@ 444.013, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542693,7 +542693,7 @@ 444.013, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542716,7 +542716,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542739,7 +542739,7 @@ 444.013, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542762,7 +542762,7 @@ 444.013, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542785,7 +542785,7 @@ 444.013, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542808,7 +542808,7 @@ 444.013, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542831,7 +542831,7 @@ 444.013, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542854,7 +542854,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542877,7 +542877,7 @@ 444.013, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542900,7 +542900,7 @@ 444.013, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542923,7 +542923,7 @@ 444.013, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -542946,7 +542946,7 @@ 433.054, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -542969,7 +542969,7 @@ 433.054, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -542992,7 +542992,7 @@ 433.054, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543015,7 +543015,7 @@ 433.054, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543038,7 +543038,7 @@ 433.054, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543061,7 +543061,7 @@ 433.054, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543084,7 +543084,7 @@ 433.054, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543107,7 +543107,7 @@ 433.054, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543130,7 +543130,7 @@ 433.054, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543153,7 +543153,7 @@ 433.054, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543176,7 +543176,7 @@ 433.054, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543199,7 +543199,7 @@ 433.054, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543222,7 +543222,7 @@ 433.054, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543245,7 +543245,7 @@ 433.054, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543268,7 +543268,7 @@ 433.054, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543291,7 +543291,7 @@ 433.054, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543314,7 +543314,7 @@ 433.054, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543337,7 +543337,7 @@ 433.054, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543360,7 +543360,7 @@ 433.054, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543383,7 +543383,7 @@ 433.054, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543406,7 +543406,7 @@ 433.054, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543429,7 +543429,7 @@ 433.054, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543452,7 +543452,7 @@ 433.054, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543475,7 +543475,7 @@ 433.054, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543498,7 +543498,7 @@ 433.054, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543521,7 +543521,7 @@ 433.054, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543544,7 +543544,7 @@ 433.054, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543567,7 +543567,7 @@ 433.054, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543590,7 +543590,7 @@ 433.054, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543613,7 +543613,7 @@ 433.054, "'", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543636,7 +543636,7 @@ 433.054, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543659,7 +543659,7 @@ 433.054, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543682,7 +543682,7 @@ 433.054, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543705,7 +543705,7 @@ 433.054, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543728,7 +543728,7 @@ 433.054, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543751,7 +543751,7 @@ 433.054, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543774,7 +543774,7 @@ 433.054, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543797,7 +543797,7 @@ 433.054, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543820,7 +543820,7 @@ 433.054, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543843,7 +543843,7 @@ 433.054, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543866,7 +543866,7 @@ 433.054, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543889,7 +543889,7 @@ 433.054, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543912,7 +543912,7 @@ 433.054, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543935,7 +543935,7 @@ 433.054, "\"", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543958,7 +543958,7 @@ 433.054, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -543981,7 +543981,7 @@ 422.095, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544004,7 +544004,7 @@ 422.095, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544027,7 +544027,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544050,7 +544050,7 @@ 422.095, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544073,7 +544073,7 @@ 422.095, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544096,7 +544096,7 @@ 422.095, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544119,7 +544119,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544142,7 +544142,7 @@ 422.095, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544165,7 +544165,7 @@ 422.095, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544188,7 +544188,7 @@ 422.095, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544211,7 +544211,7 @@ 422.095, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544234,7 +544234,7 @@ 422.095, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544257,7 +544257,7 @@ 422.095, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544280,7 +544280,7 @@ 422.095, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544303,7 +544303,7 @@ 422.095, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544326,7 +544326,7 @@ 422.095, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544349,7 +544349,7 @@ 422.095, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544372,7 +544372,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544395,7 +544395,7 @@ 422.095, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544418,7 +544418,7 @@ 422.095, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544441,7 +544441,7 @@ 422.095, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544464,7 +544464,7 @@ 422.095, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544487,7 +544487,7 @@ 422.095, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544510,7 +544510,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544533,7 +544533,7 @@ 422.095, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544556,7 +544556,7 @@ 422.095, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544579,7 +544579,7 @@ 422.095, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544602,7 +544602,7 @@ 422.095, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544625,7 +544625,7 @@ 422.095, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544648,7 +544648,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544671,7 +544671,7 @@ 422.095, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544694,7 +544694,7 @@ 422.095, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544717,7 +544717,7 @@ 422.095, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544740,7 +544740,7 @@ 422.095, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544763,7 +544763,7 @@ 422.095, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544786,7 +544786,7 @@ 422.095, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544809,7 +544809,7 @@ 422.095, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544832,7 +544832,7 @@ 422.095, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544855,7 +544855,7 @@ 422.095, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544878,7 +544878,7 @@ 422.095, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544901,7 +544901,7 @@ 422.095, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544924,7 +544924,7 @@ 422.095, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544947,7 +544947,7 @@ 422.095, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544970,7 +544970,7 @@ 422.095, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -544993,7 +544993,7 @@ 422.095, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545016,7 +545016,7 @@ 422.095, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545039,7 +545039,7 @@ 422.095, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545062,7 +545062,7 @@ 422.095, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545085,7 +545085,7 @@ 422.095, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545108,7 +545108,7 @@ 422.095, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545131,7 +545131,7 @@ 422.095, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -545154,7 +545154,7 @@ 411.136, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545177,7 +545177,7 @@ 411.136, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545200,7 +545200,7 @@ 411.136, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545223,7 +545223,7 @@ 411.136, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545246,7 +545246,7 @@ 411.136, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545269,7 +545269,7 @@ 411.136, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545292,7 +545292,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545315,7 +545315,7 @@ 411.136, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545338,7 +545338,7 @@ 411.136, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545361,7 +545361,7 @@ 411.136, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545384,7 +545384,7 @@ 411.136, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545407,7 +545407,7 @@ 411.136, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545430,7 +545430,7 @@ 411.136, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -545821,7 +545821,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -546005,7 +546005,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -546419,7 +546419,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -546810,7 +546810,7 @@ 400.177, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -546994,7 +546994,7 @@ 400.177, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547017,7 +547017,7 @@ 400.177, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547040,7 +547040,7 @@ 400.177, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547454,7 +547454,7 @@ 400.177, ".", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547477,7 +547477,7 @@ 400.177, "E", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547500,7 +547500,7 @@ 400.177, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547523,7 +547523,7 @@ 400.177, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547546,7 +547546,7 @@ 400.177, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547569,7 +547569,7 @@ 400.177, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547592,7 +547592,7 @@ 400.177, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547615,7 +547615,7 @@ 400.177, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547638,7 +547638,7 @@ 400.177, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547661,7 +547661,7 @@ 400.177, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547684,7 +547684,7 @@ 400.177, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547707,7 +547707,7 @@ 400.177, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547730,7 +547730,7 @@ 400.177, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547753,7 +547753,7 @@ 400.177, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547776,7 +547776,7 @@ 400.177, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547799,7 +547799,7 @@ 400.177, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547822,7 +547822,7 @@ 400.177, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547845,7 +547845,7 @@ 400.177, "-", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -547868,7 +547868,7 @@ 389.218, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -547891,7 +547891,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -547914,7 +547914,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -547937,7 +547937,7 @@ 389.218, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -547960,7 +547960,7 @@ 389.218, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -547983,7 +547983,7 @@ 389.218, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548006,7 +548006,7 @@ 389.218, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548029,7 +548029,7 @@ 389.218, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548052,7 +548052,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548075,7 +548075,7 @@ 389.218, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548098,7 +548098,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548121,7 +548121,7 @@ 389.218, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548144,7 +548144,7 @@ 389.218, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548167,7 +548167,7 @@ 389.218, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548190,7 +548190,7 @@ 389.218, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548213,7 +548213,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548236,7 +548236,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548259,7 +548259,7 @@ 389.218, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548282,7 +548282,7 @@ 389.218, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548305,7 +548305,7 @@ 389.218, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548328,7 +548328,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548351,7 +548351,7 @@ 389.218, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548374,7 +548374,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548397,7 +548397,7 @@ 389.218, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548420,7 +548420,7 @@ 389.218, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548443,7 +548443,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548466,7 +548466,7 @@ 389.218, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548489,7 +548489,7 @@ 389.218, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548512,7 +548512,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548535,7 +548535,7 @@ 389.218, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548558,7 +548558,7 @@ 389.218, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548581,7 +548581,7 @@ 389.218, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548604,7 +548604,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548627,7 +548627,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548650,7 +548650,7 @@ 389.218, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548673,7 +548673,7 @@ 389.218, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548696,7 +548696,7 @@ 389.218, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548719,7 +548719,7 @@ 389.218, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548742,7 +548742,7 @@ 389.218, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548765,7 +548765,7 @@ 389.218, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548788,7 +548788,7 @@ 389.218, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548811,7 +548811,7 @@ 389.218, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548834,7 +548834,7 @@ 389.218, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548857,7 +548857,7 @@ 389.218, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548880,7 +548880,7 @@ 389.218, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548903,7 +548903,7 @@ 389.218, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548926,7 +548926,7 @@ 389.218, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548949,7 +548949,7 @@ 389.218, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548972,7 +548972,7 @@ 389.218, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -548995,7 +548995,7 @@ 389.218, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549018,7 +549018,7 @@ 389.218, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549041,7 +549041,7 @@ 389.218, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549064,7 +549064,7 @@ 389.218, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549087,7 +549087,7 @@ 389.218, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549110,7 +549110,7 @@ 389.218, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549133,7 +549133,7 @@ 389.218, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549156,7 +549156,7 @@ 389.218, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549179,7 +549179,7 @@ 389.218, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -549202,7 +549202,7 @@ 378.259, "R", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549225,7 +549225,7 @@ 378.259, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549248,7 +549248,7 @@ 378.259, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549271,7 +549271,7 @@ 378.259, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549294,7 +549294,7 @@ 378.259, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549317,7 +549317,7 @@ 378.259, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549340,7 +549340,7 @@ 378.259, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549363,7 +549363,7 @@ 378.259, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549386,7 +549386,7 @@ 378.259, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549409,7 +549409,7 @@ 378.259, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549432,7 +549432,7 @@ 378.259, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549455,7 +549455,7 @@ 378.259, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549478,7 +549478,7 @@ 378.259, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549501,7 +549501,7 @@ 378.259, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549524,7 +549524,7 @@ 378.259, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549547,7 +549547,7 @@ 378.259, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549570,7 +549570,7 @@ 378.259, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549593,7 +549593,7 @@ 378.259, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549846,7 +549846,7 @@ 378.259, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549869,7 +549869,7 @@ 378.259, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549892,7 +549892,7 @@ 378.259, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549915,7 +549915,7 @@ 378.259, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549938,7 +549938,7 @@ 378.259, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549961,7 +549961,7 @@ 378.259, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -549984,7 +549984,7 @@ 378.259, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550007,7 +550007,7 @@ 378.259, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550030,7 +550030,7 @@ 378.259, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550053,7 +550053,7 @@ 378.259, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550076,7 +550076,7 @@ 378.259, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550099,7 +550099,7 @@ 378.259, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550122,7 +550122,7 @@ 378.259, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550145,7 +550145,7 @@ 378.259, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550168,7 +550168,7 @@ 378.259, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550191,7 +550191,7 @@ 378.259, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550214,7 +550214,7 @@ 378.259, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550237,7 +550237,7 @@ 378.259, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550260,7 +550260,7 @@ 378.259, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550283,7 +550283,7 @@ 380.408, "2", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -550306,7 +550306,7 @@ 378.259, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550329,7 +550329,7 @@ 378.259, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550352,7 +550352,7 @@ 378.259, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550375,7 +550375,7 @@ 378.259, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550398,7 +550398,7 @@ 378.259, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550421,7 +550421,7 @@ 378.259, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550444,7 +550444,7 @@ 378.259, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550467,7 +550467,7 @@ 378.259, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -550490,7 +550490,7 @@ 367.3, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550513,7 +550513,7 @@ 367.3, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550536,7 +550536,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550559,7 +550559,7 @@ 367.3, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550582,7 +550582,7 @@ 367.3, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550605,7 +550605,7 @@ 367.3, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550628,7 +550628,7 @@ 367.3, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550651,7 +550651,7 @@ 367.3, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550674,7 +550674,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550697,7 +550697,7 @@ 367.3, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550720,7 +550720,7 @@ 367.3, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550743,7 +550743,7 @@ 367.3, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550766,7 +550766,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550789,7 +550789,7 @@ 367.3, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550812,7 +550812,7 @@ 367.3, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550835,7 +550835,7 @@ 367.3, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550858,7 +550858,7 @@ 367.3, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550881,7 +550881,7 @@ 367.3, "fi", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550904,7 +550904,7 @@ 367.3, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550927,7 +550927,7 @@ 367.3, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550950,7 +550950,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550973,7 +550973,7 @@ 367.3, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -550996,7 +550996,7 @@ 367.3, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551019,7 +551019,7 @@ 367.3, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551042,7 +551042,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551065,7 +551065,7 @@ 367.3, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551088,7 +551088,7 @@ 367.3, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551111,7 +551111,7 @@ 367.3, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551134,7 +551134,7 @@ 367.3, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551157,7 +551157,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551180,7 +551180,7 @@ 367.3, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551203,7 +551203,7 @@ 367.3, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551226,7 +551226,7 @@ 367.3, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551249,7 +551249,7 @@ 367.3, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551272,7 +551272,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551295,7 +551295,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551318,7 +551318,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551341,7 +551341,7 @@ 367.3, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551364,7 +551364,7 @@ 367.3, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551387,7 +551387,7 @@ 367.3, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551410,7 +551410,7 @@ 367.3, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551433,7 +551433,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551456,7 +551456,7 @@ 367.3, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551479,7 +551479,7 @@ 367.3, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551502,7 +551502,7 @@ 367.3, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551525,7 +551525,7 @@ 367.3, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551548,7 +551548,7 @@ 367.3, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551571,7 +551571,7 @@ 367.3, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551594,7 +551594,7 @@ 367.3, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551617,7 +551617,7 @@ 367.3, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551640,7 +551640,7 @@ 367.3, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551663,7 +551663,7 @@ 367.3, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551686,7 +551686,7 @@ 367.3, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551709,7 +551709,7 @@ 367.3, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551732,7 +551732,7 @@ 367.3, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551755,7 +551755,7 @@ 367.3, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -551778,7 +551778,7 @@ 356.342, "S", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551801,7 +551801,7 @@ 356.342, "E", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551824,7 +551824,7 @@ 356.342, "C", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551847,7 +551847,7 @@ 356.342, "fi", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551870,7 +551870,7 @@ 356.342, "l", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551893,7 +551893,7 @@ 356.342, "i", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551916,7 +551916,7 @@ 356.342, "n", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551939,7 +551939,7 @@ 356.342, "g", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551962,7 +551962,7 @@ 356.342, "s", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -551985,7 +551985,7 @@ 356.342, ".", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552008,7 +552008,7 @@ 356.342, "T", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552031,7 +552031,7 @@ 356.342, "h", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552054,7 +552054,7 @@ 356.342, "e", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552077,7 +552077,7 @@ 356.342, "t", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552100,7 +552100,7 @@ 356.342, "w", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552123,7 +552123,7 @@ 356.342, "o", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552146,7 +552146,7 @@ 356.342, "l", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552169,7 +552169,7 @@ 356.342, "a", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552192,7 +552192,7 @@ 356.342, "r", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552215,7 +552215,7 @@ 356.342, "g", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552238,7 +552238,7 @@ 356.342, "e", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552261,7 +552261,7 @@ 356.342, "s", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552284,7 +552284,7 @@ 356.342, "t", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552307,7 +552307,7 @@ 356.342, "c", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552330,7 +552330,7 @@ 356.342, "a", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552353,7 +552353,7 @@ 356.342, "t", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552376,7 +552376,7 @@ 356.342, "e", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552399,7 +552399,7 @@ 356.342, "g", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552422,7 +552422,7 @@ 356.342, "o", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552445,7 +552445,7 @@ 356.342, "r", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552468,7 +552468,7 @@ 356.342, "i", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552491,7 +552491,7 @@ 356.342, "e", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552514,7 +552514,7 @@ 356.342, "s", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552537,7 +552537,7 @@ 356.342, "(", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552928,7 +552928,7 @@ 356.342, "a", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552951,7 +552951,7 @@ 356.342, "n", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -552974,7 +552974,7 @@ 356.342, "d", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -553181,7 +553181,7 @@ 345.383, ")", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553204,7 +553204,7 @@ 345.383, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553227,7 +553227,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553250,7 +553250,7 @@ 345.383, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553273,7 +553273,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553296,7 +553296,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553319,7 +553319,7 @@ 345.383, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553342,7 +553342,7 @@ 345.383, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553365,7 +553365,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553388,7 +553388,7 @@ 345.383, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553411,7 +553411,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553434,7 +553434,7 @@ 345.383, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553457,7 +553457,7 @@ 345.383, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553480,7 +553480,7 @@ 345.383, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553503,7 +553503,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553526,7 +553526,7 @@ 345.383, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553549,7 +553549,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553572,7 +553572,7 @@ 345.383, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553595,7 +553595,7 @@ 345.383, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553618,7 +553618,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553641,7 +553641,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553664,7 +553664,7 @@ 345.383, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553687,7 +553687,7 @@ 345.383, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553710,7 +553710,7 @@ 345.383, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553733,7 +553733,7 @@ 345.383, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553756,7 +553756,7 @@ 345.383, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553779,7 +553779,7 @@ 345.383, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553802,7 +553802,7 @@ 345.383, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553825,7 +553825,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553848,7 +553848,7 @@ 345.383, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553871,7 +553871,7 @@ 345.383, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553894,7 +553894,7 @@ 345.383, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553917,7 +553917,7 @@ 345.383, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553940,7 +553940,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553963,7 +553963,7 @@ 345.383, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -553986,7 +553986,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554009,7 +554009,7 @@ 345.383, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554032,7 +554032,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554055,7 +554055,7 @@ 345.383, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554078,7 +554078,7 @@ 345.383, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554101,7 +554101,7 @@ 345.383, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554124,7 +554124,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554147,7 +554147,7 @@ 345.383, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554170,7 +554170,7 @@ 345.383, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554193,7 +554193,7 @@ 345.383, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554216,7 +554216,7 @@ 345.383, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554239,7 +554239,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554262,7 +554262,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554285,7 +554285,7 @@ 345.383, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554308,7 +554308,7 @@ 345.383, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554331,7 +554331,7 @@ 345.383, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554354,7 +554354,7 @@ 345.383, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554377,7 +554377,7 @@ 345.383, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554400,7 +554400,7 @@ 345.383, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -554423,7 +554423,7 @@ 334.424, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554446,7 +554446,7 @@ 334.424, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554469,7 +554469,7 @@ 334.424, "x", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554492,7 +554492,7 @@ 334.424, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554515,7 +554515,7 @@ 334.424, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554538,7 +554538,7 @@ 334.424, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554561,7 +554561,7 @@ 334.424, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554584,7 +554584,7 @@ 334.424, "v", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554607,7 +554607,7 @@ 334.424, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554630,7 +554630,7 @@ 334.424, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554653,7 +554653,7 @@ 334.424, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554676,7 +554676,7 @@ 334.424, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554699,7 +554699,7 @@ 334.424, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554722,7 +554722,7 @@ 334.424, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554745,7 +554745,7 @@ 334.424, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554768,7 +554768,7 @@ 334.424, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554791,7 +554791,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554814,7 +554814,7 @@ 334.424, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554837,7 +554837,7 @@ 334.424, ".", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554860,7 +554860,7 @@ 334.424, "I", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554883,7 +554883,7 @@ 334.424, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554906,7 +554906,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554929,7 +554929,7 @@ 334.424, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554952,7 +554952,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554975,7 +554975,7 @@ 334.424, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -554998,7 +554998,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555021,7 +555021,7 @@ 334.424, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555044,7 +555044,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555067,7 +555067,7 @@ 334.424, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555090,7 +555090,7 @@ 334.424, "f", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555113,7 +555113,7 @@ 334.424, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555136,7 +555136,7 @@ 334.424, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555159,7 +555159,7 @@ 334.424, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555182,7 +555182,7 @@ 334.424, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555205,7 +555205,7 @@ 334.424, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555228,7 +555228,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555251,7 +555251,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555274,7 +555274,7 @@ 334.424, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555297,7 +555297,7 @@ 334.424, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555320,7 +555320,7 @@ 334.424, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555343,7 +555343,7 @@ 334.424, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555366,7 +555366,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555389,7 +555389,7 @@ 334.424, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555412,7 +555412,7 @@ 334.424, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555435,7 +555435,7 @@ 334.424, "w", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555458,7 +555458,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555481,7 +555481,7 @@ 334.424, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555504,7 +555504,7 @@ 334.424, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555527,7 +555527,7 @@ 334.424, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555550,7 +555550,7 @@ 334.424, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555573,7 +555573,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555596,7 +555596,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555619,7 +555619,7 @@ 334.424, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555642,7 +555642,7 @@ 334.424, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555665,7 +555665,7 @@ 334.424, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555688,7 +555688,7 @@ 334.424, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -555711,7 +555711,7 @@ 323.465, "v", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555734,7 +555734,7 @@ 323.465, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555757,7 +555757,7 @@ 323.465, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555780,7 +555780,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555803,7 +555803,7 @@ 323.465, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555826,7 +555826,7 @@ 323.465, "b", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555849,7 +555849,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555872,7 +555872,7 @@ 323.465, "l", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555895,7 +555895,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555918,7 +555918,7 @@ 323.465, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555941,7 +555941,7 @@ 323.465, "y", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555964,7 +555964,7 @@ 323.465, "b", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -555987,7 +555987,7 @@ 323.465, "y", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556010,7 +556010,7 @@ 323.465, "m", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556033,7 +556033,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556056,7 +556056,7 @@ 323.465, "x", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556079,7 +556079,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556102,7 +556102,7 @@ 323.465, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556125,7 +556125,7 @@ 323.465, "g", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556148,7 +556148,7 @@ 323.465, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556171,7 +556171,7 @@ 323.465, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556194,7 +556194,7 @@ 323.465, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556217,7 +556217,7 @@ 323.465, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556240,7 +556240,7 @@ 323.465, "m", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556263,7 +556263,7 @@ 323.465, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556286,7 +556286,7 @@ 323.465, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556309,7 +556309,7 @@ 323.465, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556332,7 +556332,7 @@ 323.465, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556355,7 +556355,7 @@ 323.465, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556378,7 +556378,7 @@ 323.465, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556401,7 +556401,7 @@ 323.465, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556424,7 +556424,7 @@ 323.465, "m", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556447,7 +556447,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556470,7 +556470,7 @@ 323.465, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556493,7 +556493,7 @@ 323.465, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556516,7 +556516,7 @@ 323.465, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556539,7 +556539,7 @@ 323.465, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556562,7 +556562,7 @@ 323.465, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556585,7 +556585,7 @@ 323.465, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556608,7 +556608,7 @@ 323.465, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556631,7 +556631,7 @@ 323.465, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556654,7 +556654,7 @@ 323.465, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556677,7 +556677,7 @@ 323.465, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556700,7 +556700,7 @@ 323.465, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556723,7 +556723,7 @@ 323.465, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556746,7 +556746,7 @@ 323.465, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556769,7 +556769,7 @@ 323.465, "v", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556792,7 +556792,7 @@ 323.465, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556815,7 +556815,7 @@ 323.465, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556838,7 +556838,7 @@ 323.465, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556861,7 +556861,7 @@ 323.465, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556884,7 +556884,7 @@ 323.465, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556907,7 +556907,7 @@ 323.465, ",", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556930,7 +556930,7 @@ 323.465, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556953,7 +556953,7 @@ 323.465, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556976,7 +556976,7 @@ 323.465, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -556999,7 +556999,7 @@ 323.465, "h", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -557022,7 +557022,7 @@ 312.506, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557045,7 +557045,7 @@ 312.506, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557068,7 +557068,7 @@ 312.506, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557091,7 +557091,7 @@ 312.506, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557114,7 +557114,7 @@ 312.506, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557137,7 +557137,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557160,7 +557160,7 @@ 312.506, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557183,7 +557183,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557206,7 +557206,7 @@ 312.506, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557229,7 +557229,7 @@ 312.506, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557252,7 +557252,7 @@ 312.506, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557275,7 +557275,7 @@ 312.506, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557298,7 +557298,7 @@ 312.506, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557321,7 +557321,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557344,7 +557344,7 @@ 312.506, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557367,7 +557367,7 @@ 312.506, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557390,7 +557390,7 @@ 312.506, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557413,7 +557413,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557436,7 +557436,7 @@ 312.506, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557459,7 +557459,7 @@ 312.506, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557482,7 +557482,7 @@ 312.506, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557505,7 +557505,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557528,7 +557528,7 @@ 312.506, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557551,7 +557551,7 @@ 312.506, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557574,7 +557574,7 @@ 312.506, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557597,7 +557597,7 @@ 312.506, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557620,7 +557620,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557643,7 +557643,7 @@ 312.506, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557666,7 +557666,7 @@ 312.506, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557689,7 +557689,7 @@ 312.506, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557712,7 +557712,7 @@ 312.506, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557735,7 +557735,7 @@ 312.506, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557758,7 +557758,7 @@ 312.506, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557781,7 +557781,7 @@ 312.506, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557804,7 +557804,7 @@ 312.506, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557827,7 +557827,7 @@ 312.506, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557850,7 +557850,7 @@ 312.506, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557873,7 +557873,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557896,7 +557896,7 @@ 312.506, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557919,7 +557919,7 @@ 312.506, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557942,7 +557942,7 @@ 312.506, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557965,7 +557965,7 @@ 312.506, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -557988,7 +557988,7 @@ 312.506, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558011,7 +558011,7 @@ 312.506, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558034,7 +558034,7 @@ 312.506, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558057,7 +558057,7 @@ 312.506, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558080,7 +558080,7 @@ 312.506, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558103,7 +558103,7 @@ 312.506, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558126,7 +558126,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558149,7 +558149,7 @@ 312.506, "2", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558172,7 +558172,7 @@ 312.506, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558195,7 +558195,7 @@ 312.506, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558218,7 +558218,7 @@ 312.506, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -558241,7 +558241,7 @@ 301.547, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558264,7 +558264,7 @@ 301.547, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558287,7 +558287,7 @@ 301.547, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558310,7 +558310,7 @@ 301.547, "w", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558333,7 +558333,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558356,7 +558356,7 @@ 301.547, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558379,7 +558379,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558402,7 +558402,7 @@ 301.547, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558425,7 +558425,7 @@ 301.547, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558448,7 +558448,7 @@ 301.547, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558471,7 +558471,7 @@ 301.547, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558494,7 +558494,7 @@ 301.547, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558517,7 +558517,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558540,7 +558540,7 @@ 301.547, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558563,7 +558563,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558586,7 +558586,7 @@ 301.547, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558609,7 +558609,7 @@ 301.547, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558632,7 +558632,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558655,7 +558655,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558678,7 +558678,7 @@ 301.547, "g", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558701,7 +558701,7 @@ 301.547, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558724,7 +558724,7 @@ 301.547, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558747,7 +558747,7 @@ 301.547, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558770,7 +558770,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558793,7 +558793,7 @@ 301.547, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558816,7 +558816,7 @@ 301.547, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558839,7 +558839,7 @@ 301.547, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558862,7 +558862,7 @@ 301.547, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558885,7 +558885,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558908,7 +558908,7 @@ 301.547, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558931,7 +558931,7 @@ 301.547, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558954,7 +558954,7 @@ 301.547, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -558977,7 +558977,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559000,7 +559000,7 @@ 301.547, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559023,7 +559023,7 @@ 301.547, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559046,7 +559046,7 @@ 301.547, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559069,7 +559069,7 @@ 301.547, "D", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559092,7 +559092,7 @@ 301.547, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559115,7 +559115,7 @@ 301.547, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559138,7 +559138,7 @@ 301.547, "L", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559161,7 +559161,7 @@ 301.547, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559184,7 +559184,7 @@ 301.547, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559207,7 +559207,7 @@ 301.547, "N", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559230,7 +559230,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559253,7 +559253,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559276,7 +559276,7 @@ 301.547, "w", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559299,7 +559299,7 @@ 301.547, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559322,7 +559322,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559345,7 +559345,7 @@ 301.547, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559368,7 +559368,7 @@ 301.547, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559391,7 +559391,7 @@ 301.547, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559414,7 +559414,7 @@ 301.547, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559437,7 +559437,7 @@ 301.547, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559460,7 +559460,7 @@ 301.547, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -559483,7 +559483,7 @@ 290.588, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559506,7 +559506,7 @@ 290.588, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559529,7 +559529,7 @@ 290.588, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559552,7 +559552,7 @@ 290.588, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559575,7 +559575,7 @@ 290.588, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559598,7 +559598,7 @@ 290.588, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559621,7 +559621,7 @@ 290.588, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559644,7 +559644,7 @@ 290.588, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559667,7 +559667,7 @@ 290.588, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559690,7 +559690,7 @@ 290.588, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559713,7 +559713,7 @@ 290.588, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559736,7 +559736,7 @@ 290.588, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559759,7 +559759,7 @@ 290.588, "z", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559782,7 +559782,7 @@ 290.588, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559805,7 +559805,7 @@ 290.588, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559828,7 +559828,7 @@ 290.588, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -559851,7 +559851,7 @@ 279.629, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559874,7 +559874,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559897,7 +559897,7 @@ 279.629, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559920,7 +559920,7 @@ 279.629, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559943,7 +559943,7 @@ 279.629, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559966,7 +559966,7 @@ 279.629, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -559989,7 +559989,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560012,7 +560012,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560035,7 +560035,7 @@ 279.629, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560058,7 +560058,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560081,7 +560081,7 @@ 279.629, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560104,7 +560104,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560127,7 +560127,7 @@ 279.629, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560150,7 +560150,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560173,7 +560173,7 @@ 279.629, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560196,7 +560196,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560219,7 +560219,7 @@ 279.629, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560242,7 +560242,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560265,7 +560265,7 @@ 279.629, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560288,7 +560288,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560311,7 +560311,7 @@ 279.629, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560334,7 +560334,7 @@ 279.629, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560357,7 +560357,7 @@ 279.629, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560380,7 +560380,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560403,7 +560403,7 @@ 279.629, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560426,7 +560426,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560449,7 +560449,7 @@ 279.629, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560472,7 +560472,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560495,7 +560495,7 @@ 279.629, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560518,7 +560518,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560541,7 +560541,7 @@ 279.629, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560564,7 +560564,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560587,7 +560587,7 @@ 279.629, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560610,7 +560610,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560633,7 +560633,7 @@ 279.629, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560656,7 +560656,7 @@ 279.629, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560679,7 +560679,7 @@ 279.629, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560702,7 +560702,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560725,7 +560725,7 @@ 279.629, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560748,7 +560748,7 @@ 279.629, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560771,7 +560771,7 @@ 279.629, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560794,7 +560794,7 @@ 279.629, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560817,7 +560817,7 @@ 279.629, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560840,7 +560840,7 @@ 279.629, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560863,7 +560863,7 @@ 279.629, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560886,7 +560886,7 @@ 279.629, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560909,7 +560909,7 @@ 279.629, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560932,7 +560932,7 @@ 279.629, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560955,7 +560955,7 @@ 279.629, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -560978,7 +560978,7 @@ 279.629, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561001,7 +561001,7 @@ 279.629, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561024,7 +561024,7 @@ 268.67, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561047,7 +561047,7 @@ 268.67, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561070,7 +561070,7 @@ 268.67, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561093,7 +561093,7 @@ 268.67, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561116,7 +561116,7 @@ 268.67, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561139,7 +561139,7 @@ 268.67, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561162,7 +561162,7 @@ 268.67, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561185,7 +561185,7 @@ 268.67, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561208,7 +561208,7 @@ 268.67, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561231,7 +561231,7 @@ 268.67, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561254,7 +561254,7 @@ 268.67, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561277,7 +561277,7 @@ 268.67, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561300,7 +561300,7 @@ 268.67, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561323,7 +561323,7 @@ 268.67, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561346,7 +561346,7 @@ 268.67, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561369,7 +561369,7 @@ 268.67, "j", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561392,7 +561392,7 @@ 268.67, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561415,7 +561415,7 @@ 268.67, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561438,7 +561438,7 @@ 268.67, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561461,7 +561461,7 @@ 268.67, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561484,7 +561484,7 @@ 268.67, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561507,7 +561507,7 @@ 268.67, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561530,7 +561530,7 @@ 268.67, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561553,7 +561553,7 @@ 268.67, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561576,7 +561576,7 @@ 268.67, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561599,7 +561599,7 @@ 268.67, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561622,7 +561622,7 @@ 268.67, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561645,7 +561645,7 @@ 268.67, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561668,7 +561668,7 @@ 268.67, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561691,7 +561691,7 @@ 268.67, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561714,7 +561714,7 @@ 268.67, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561737,7 +561737,7 @@ 268.67, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561760,7 +561760,7 @@ 268.67, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561783,7 +561783,7 @@ 268.67, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561806,7 +561806,7 @@ 268.67, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561829,7 +561829,7 @@ 268.67, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561852,7 +561852,7 @@ 268.67, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561875,7 +561875,7 @@ 268.67, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561898,7 +561898,7 @@ 268.67, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561921,7 +561921,7 @@ 268.67, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561944,7 +561944,7 @@ 268.67, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561967,7 +561967,7 @@ 268.67, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -561990,7 +561990,7 @@ 268.67, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562013,7 +562013,7 @@ 268.67, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562036,7 +562036,7 @@ 268.67, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562059,7 +562059,7 @@ 268.67, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562082,7 +562082,7 @@ 268.67, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562105,7 +562105,7 @@ 268.67, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562128,7 +562128,7 @@ 268.67, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562151,7 +562151,7 @@ 268.67, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562174,7 +562174,7 @@ 268.67, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562197,7 +562197,7 @@ 268.67, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562220,7 +562220,7 @@ 257.711, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562243,7 +562243,7 @@ 257.711, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562266,7 +562266,7 @@ 257.711, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562289,7 +562289,7 @@ 257.711, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562312,7 +562312,7 @@ 257.711, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562335,7 +562335,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562358,7 +562358,7 @@ 257.711, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562381,7 +562381,7 @@ 257.711, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562404,7 +562404,7 @@ 257.711, "9", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562427,7 +562427,7 @@ 257.711, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562450,7 +562450,7 @@ 257.711, "%", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562473,7 +562473,7 @@ 257.711, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562496,7 +562496,7 @@ 257.711, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562519,7 +562519,7 @@ 257.711, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562542,7 +562542,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562565,7 +562565,7 @@ 257.711, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562588,7 +562588,7 @@ 257.711, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562611,7 +562611,7 @@ 257.711, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562634,7 +562634,7 @@ 257.711, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562657,7 +562657,7 @@ 257.711, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562680,7 +562680,7 @@ 257.711, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562703,7 +562703,7 @@ 257.711, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562726,7 +562726,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562749,7 +562749,7 @@ 257.711, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562772,7 +562772,7 @@ 257.711, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562795,7 +562795,7 @@ 257.711, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562818,7 +562818,7 @@ 257.711, "E", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562841,7 +562841,7 @@ 257.711, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562864,7 +562864,7 @@ 257.711, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562887,7 +562887,7 @@ 257.711, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562910,7 +562910,7 @@ 257.711, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562933,7 +562933,7 @@ 257.711, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562956,7 +562956,7 @@ 257.711, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -562979,7 +562979,7 @@ 257.711, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563002,7 +563002,7 @@ 257.711, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563025,7 +563025,7 @@ 257.711, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563048,7 +563048,7 @@ 257.711, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563071,7 +563071,7 @@ 257.711, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563094,7 +563094,7 @@ 257.711, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563117,7 +563117,7 @@ 257.711, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563140,7 +563140,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563163,7 +563163,7 @@ 257.711, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563186,7 +563186,7 @@ 257.711, "H", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563209,7 +563209,7 @@ 257.711, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563232,7 +563232,7 @@ 257.711, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563255,7 +563255,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563278,7 +563278,7 @@ 257.711, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563301,7 +563301,7 @@ 257.711, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563324,7 +563324,7 @@ 257.711, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563347,7 +563347,7 @@ 257.711, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563370,7 +563370,7 @@ 257.711, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563393,7 +563393,7 @@ 257.711, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563416,7 +563416,7 @@ 257.711, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -563439,7 +563439,7 @@ 246.752, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563462,7 +563462,7 @@ 246.752, "L", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563485,7 +563485,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563508,7 +563508,7 @@ 246.752, "y", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563531,7 +563531,7 @@ 246.752, "N", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563554,7 +563554,7 @@ 246.752, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563577,7 +563577,7 @@ 246.752, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563600,7 +563600,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563623,7 +563623,7 @@ 246.752, "l", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563646,7 +563646,7 @@ 246.752, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563669,7 +563669,7 @@ 246.752, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563692,7 +563692,7 @@ 246.752, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563715,7 +563715,7 @@ 246.752, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563738,7 +563738,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563761,7 +563761,7 @@ 246.752, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563784,7 +563784,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563807,7 +563807,7 @@ 246.752, "i", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563830,7 +563830,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563853,7 +563853,7 @@ 246.752, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563876,7 +563876,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563899,7 +563899,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563922,7 +563922,7 @@ 246.752, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563945,7 +563945,7 @@ 246.752, "m", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563968,7 +563968,7 @@ 246.752, "b", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -563991,7 +563991,7 @@ 246.752, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564014,7 +564014,7 @@ 246.752, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564037,7 +564037,7 @@ 246.752, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564060,7 +564060,7 @@ 246.752, "f", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564083,7 +564083,7 @@ 246.752, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564106,7 +564106,7 @@ 246.752, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564129,7 +564129,7 @@ 246.752, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564152,7 +564152,7 @@ 246.752, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564175,7 +564175,7 @@ 246.752, "m", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564198,7 +564198,7 @@ 246.752, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564221,7 +564221,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564244,7 +564244,7 @@ 246.752, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564267,7 +564267,7 @@ 246.752, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564290,7 +564290,7 @@ 246.752, "i", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564313,7 +564313,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564336,7 +564336,7 @@ 246.752, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564359,7 +564359,7 @@ 246.752, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564382,7 +564382,7 @@ 246.752, "h", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564405,7 +564405,7 @@ 246.752, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564428,7 +564428,7 @@ 246.752, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564451,7 +564451,7 @@ 246.752, "l", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564474,7 +564474,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564497,7 +564497,7 @@ 246.752, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564520,7 +564520,7 @@ 246.752, "g", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564543,7 +564543,7 @@ 246.752, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564566,7 +564566,7 @@ 246.752, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564589,7 +564589,7 @@ 246.752, "g", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564612,7 +564612,7 @@ 246.752, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564635,7 +564635,7 @@ 246.752, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -564658,7 +564658,7 @@ 235.794, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564681,7 +564681,7 @@ 235.794, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564704,7 +564704,7 @@ 235.794, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564727,7 +564727,7 @@ 235.794, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564750,7 +564750,7 @@ 235.794, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564773,7 +564773,7 @@ 235.794, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564796,7 +564796,7 @@ 235.794, "G", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564819,7 +564819,7 @@ 235.794, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564842,7 +564842,7 @@ 235.794, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564865,7 +564865,7 @@ 235.794, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564888,7 +564888,7 @@ 235.794, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564911,7 +564911,7 @@ 235.794, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564934,7 +564934,7 @@ 235.794, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564957,7 +564957,7 @@ 235.794, "2", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -564980,7 +564980,7 @@ 235.794, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565003,7 +565003,7 @@ 235.794, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565026,7 +565026,7 @@ 235.794, "%", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565049,7 +565049,7 @@ 235.794, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565072,7 +565072,7 @@ 235.794, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565095,7 +565095,7 @@ 235.794, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565118,7 +565118,7 @@ 235.794, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565141,7 +565141,7 @@ 235.794, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565164,7 +565164,7 @@ 235.794, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565187,7 +565187,7 @@ 235.794, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565210,7 +565210,7 @@ 235.794, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565233,7 +565233,7 @@ 235.794, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565256,7 +565256,7 @@ 235.794, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565279,7 +565279,7 @@ 235.794, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565302,7 +565302,7 @@ 235.794, "0", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565325,7 +565325,7 @@ 235.794, "%", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565348,7 +565348,7 @@ 235.794, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565371,7 +565371,7 @@ 235.794, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565394,7 +565394,7 @@ 235.794, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565417,7 +565417,7 @@ 235.794, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565440,7 +565440,7 @@ 235.794, "J", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565463,7 +565463,7 @@ 235.794, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565486,7 +565486,7 @@ 235.794, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565509,7 +565509,7 @@ 235.794, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565532,7 +565532,7 @@ 235.794, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565555,7 +565555,7 @@ 235.794, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565578,7 +565578,7 @@ 235.794, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565601,7 +565601,7 @@ 235.794, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565624,7 +565624,7 @@ 235.794, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565647,7 +565647,7 @@ 235.794, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565670,7 +565670,7 @@ 235.794, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565693,7 +565693,7 @@ 235.794, "0", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565716,7 +565716,7 @@ 235.794, "%", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565739,7 +565739,7 @@ 235.794, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565762,7 +565762,7 @@ 235.794, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565785,7 +565785,7 @@ 235.794, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565808,7 +565808,7 @@ 235.794, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565831,7 +565831,7 @@ 235.794, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565854,7 +565854,7 @@ 235.794, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565877,7 +565877,7 @@ 235.794, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -565900,7 +565900,7 @@ 224.835, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -565923,7 +565923,7 @@ 224.835, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -565946,7 +565946,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -565969,7 +565969,7 @@ 224.835, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -565992,7 +565992,7 @@ 224.835, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566015,7 +566015,7 @@ 224.835, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566038,7 +566038,7 @@ 224.835, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566061,7 +566061,7 @@ 224.835, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566084,7 +566084,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566107,7 +566107,7 @@ 224.835, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566130,7 +566130,7 @@ 224.835, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566153,7 +566153,7 @@ 224.835, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566176,7 +566176,7 @@ 224.835, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566199,7 +566199,7 @@ 224.835, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566222,7 +566222,7 @@ 224.835, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566245,7 +566245,7 @@ 224.835, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566268,7 +566268,7 @@ 224.835, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566291,7 +566291,7 @@ 224.835, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566314,7 +566314,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566337,7 +566337,7 @@ 224.835, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566360,7 +566360,7 @@ 224.835, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566383,7 +566383,7 @@ 224.835, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566406,7 +566406,7 @@ 224.835, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566429,7 +566429,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566452,7 +566452,7 @@ 224.835, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566475,7 +566475,7 @@ 224.835, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566498,7 +566498,7 @@ 224.835, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566521,7 +566521,7 @@ 224.835, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566544,7 +566544,7 @@ 224.835, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566567,7 +566567,7 @@ 224.835, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566590,7 +566590,7 @@ 224.835, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566613,7 +566613,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566636,7 +566636,7 @@ 224.835, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566659,7 +566659,7 @@ 224.835, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566682,7 +566682,7 @@ 224.835, "p", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566705,7 +566705,7 @@ 224.835, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566728,7 +566728,7 @@ 224.835, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566751,7 +566751,7 @@ 224.835, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566774,7 +566774,7 @@ 224.835, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566797,7 +566797,7 @@ 224.835, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566820,7 +566820,7 @@ 224.835, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566843,7 +566843,7 @@ 224.835, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566866,7 +566866,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566889,7 +566889,7 @@ 224.835, "p", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566912,7 +566912,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566935,7 +566935,7 @@ 224.835, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566958,7 +566958,7 @@ 224.835, "f", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -566981,7 +566981,7 @@ 224.835, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567004,7 +567004,7 @@ 224.835, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567027,7 +567027,7 @@ 224.835, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567050,7 +567050,7 @@ 224.835, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567073,7 +567073,7 @@ 224.835, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567096,7 +567096,7 @@ 224.835, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567119,7 +567119,7 @@ 224.835, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -567142,7 +567142,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567165,7 +567165,7 @@ 213.876, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567188,7 +567188,7 @@ 213.876, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567211,7 +567211,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567234,7 +567234,7 @@ 213.876, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567257,7 +567257,7 @@ 213.876, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567280,7 +567280,7 @@ 213.876, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567303,7 +567303,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567326,7 +567326,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567349,7 +567349,7 @@ 213.876, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567372,7 +567372,7 @@ 213.876, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567395,7 +567395,7 @@ 213.876, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567418,7 +567418,7 @@ 213.876, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567441,7 +567441,7 @@ 213.876, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567464,7 +567464,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567487,7 +567487,7 @@ 213.876, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567510,7 +567510,7 @@ 213.876, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567533,7 +567533,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567556,7 +567556,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567579,7 +567579,7 @@ 213.876, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567602,7 +567602,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567625,7 +567625,7 @@ 213.876, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567648,7 +567648,7 @@ 213.876, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567671,7 +567671,7 @@ 213.876, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567694,7 +567694,7 @@ 213.876, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567717,7 +567717,7 @@ 213.876, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567740,7 +567740,7 @@ 213.876, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567763,7 +567763,7 @@ 213.876, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567786,7 +567786,7 @@ 213.876, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567809,7 +567809,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567832,7 +567832,7 @@ 213.876, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567855,7 +567855,7 @@ 213.876, "j", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567878,7 +567878,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567901,7 +567901,7 @@ 213.876, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567924,7 +567924,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567947,7 +567947,7 @@ 213.876, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567970,7 +567970,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -567993,7 +567993,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568016,7 +568016,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568039,7 +568039,7 @@ 213.876, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568062,7 +568062,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568085,7 +568085,7 @@ 213.876, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568108,7 +568108,7 @@ 213.876, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568131,7 +568131,7 @@ 213.876, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568154,7 +568154,7 @@ 213.876, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568177,7 +568177,7 @@ 213.876, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568200,7 +568200,7 @@ 213.876, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568223,7 +568223,7 @@ 213.876, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568246,7 +568246,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568269,7 +568269,7 @@ 213.876, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568292,7 +568292,7 @@ 213.876, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568315,7 +568315,7 @@ 213.876, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568338,7 +568338,7 @@ 213.876, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568361,7 +568361,7 @@ 213.876, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568384,7 +568384,7 @@ 213.876, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568407,7 +568407,7 @@ 213.876, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568430,7 +568430,7 @@ 202.917, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568453,7 +568453,7 @@ 202.917, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568476,7 +568476,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568499,7 +568499,7 @@ 202.917, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568522,7 +568522,7 @@ 202.917, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568545,7 +568545,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568568,7 +568568,7 @@ 202.917, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568591,7 +568591,7 @@ 202.917, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568614,7 +568614,7 @@ 202.917, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568637,7 +568637,7 @@ 202.917, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568660,7 +568660,7 @@ 202.917, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568683,7 +568683,7 @@ 202.917, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568706,7 +568706,7 @@ 202.917, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568729,7 +568729,7 @@ 202.917, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568752,7 +568752,7 @@ 202.917, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568775,7 +568775,7 @@ 202.917, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568798,7 +568798,7 @@ 202.917, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568821,7 +568821,7 @@ 202.917, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568844,7 +568844,7 @@ 202.917, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568867,7 +568867,7 @@ 202.917, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568890,7 +568890,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568913,7 +568913,7 @@ 202.917, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568936,7 +568936,7 @@ 202.917, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568959,7 +568959,7 @@ 202.917, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -568982,7 +568982,7 @@ 202.917, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569005,7 +569005,7 @@ 202.917, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569028,7 +569028,7 @@ 202.917, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569051,7 +569051,7 @@ 202.917, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569074,7 +569074,7 @@ 202.917, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569097,7 +569097,7 @@ 202.917, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569120,7 +569120,7 @@ 202.917, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569143,7 +569143,7 @@ 202.917, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569166,7 +569166,7 @@ 202.917, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569189,7 +569189,7 @@ 202.917, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569212,7 +569212,7 @@ 202.917, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569235,7 +569235,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569258,7 +569258,7 @@ 202.917, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569281,7 +569281,7 @@ 202.917, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569304,7 +569304,7 @@ 202.917, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569327,7 +569327,7 @@ 202.917, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569350,7 +569350,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569373,7 +569373,7 @@ 202.917, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569396,7 +569396,7 @@ 202.917, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569419,7 +569419,7 @@ 202.917, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569442,7 +569442,7 @@ 202.917, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569465,7 +569465,7 @@ 202.917, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569488,7 +569488,7 @@ 202.917, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569511,7 +569511,7 @@ 202.917, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569534,7 +569534,7 @@ 202.917, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569557,7 +569557,7 @@ 202.917, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569580,7 +569580,7 @@ 202.917, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569603,7 +569603,7 @@ 202.917, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569626,7 +569626,7 @@ 202.917, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569649,7 +569649,7 @@ 202.917, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569672,7 +569672,7 @@ 202.917, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569695,7 +569695,7 @@ 202.917, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569718,7 +569718,7 @@ 202.917, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569741,7 +569741,7 @@ 202.917, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -569764,7 +569764,7 @@ 191.958, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569787,7 +569787,7 @@ 191.958, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569810,7 +569810,7 @@ 191.958, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569833,7 +569833,7 @@ 191.958, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569856,7 +569856,7 @@ 191.958, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569879,7 +569879,7 @@ 191.958, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569902,7 +569902,7 @@ 191.958, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569925,7 +569925,7 @@ 191.958, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569948,7 +569948,7 @@ 191.958, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569971,7 +569971,7 @@ 191.958, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -569994,7 +569994,7 @@ 191.958, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570017,7 +570017,7 @@ 191.958, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570040,7 +570040,7 @@ 191.958, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570063,7 +570063,7 @@ 191.958, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570086,7 +570086,7 @@ 191.958, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570109,7 +570109,7 @@ 191.958, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570132,7 +570132,7 @@ 191.958, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570155,7 +570155,7 @@ 191.958, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570178,7 +570178,7 @@ 191.958, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570201,7 +570201,7 @@ 191.958, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570224,7 +570224,7 @@ 191.958, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570247,7 +570247,7 @@ 191.958, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570270,7 +570270,7 @@ 191.958, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570293,7 +570293,7 @@ 191.958, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570316,7 +570316,7 @@ 191.958, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570339,7 +570339,7 @@ 191.958, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570362,7 +570362,7 @@ 191.958, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570385,7 +570385,7 @@ 191.958, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -570408,7 +570408,7 @@ 180.999, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570431,7 +570431,7 @@ 180.999, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570454,7 +570454,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570477,7 +570477,7 @@ 180.999, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570500,7 +570500,7 @@ 180.999, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570523,7 +570523,7 @@ 180.999, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570546,7 +570546,7 @@ 180.999, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570569,7 +570569,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570592,7 +570592,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570615,7 +570615,7 @@ 180.999, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570638,7 +570638,7 @@ 180.999, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570661,7 +570661,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570684,7 +570684,7 @@ 180.999, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570707,7 +570707,7 @@ 180.999, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570730,7 +570730,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570753,7 +570753,7 @@ 180.999, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570776,7 +570776,7 @@ 180.999, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570799,7 +570799,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570822,7 +570822,7 @@ 180.999, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570845,7 +570845,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570868,7 +570868,7 @@ 180.999, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570891,7 +570891,7 @@ 180.999, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570914,7 +570914,7 @@ 180.999, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570937,7 +570937,7 @@ 180.999, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570960,7 +570960,7 @@ 180.999, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -570983,7 +570983,7 @@ 180.999, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571006,7 +571006,7 @@ 180.999, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571029,7 +571029,7 @@ 180.999, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571052,7 +571052,7 @@ 180.999, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571075,7 +571075,7 @@ 180.999, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571098,7 +571098,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571121,7 +571121,7 @@ 180.999, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571144,7 +571144,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571167,7 +571167,7 @@ 180.999, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571190,7 +571190,7 @@ 180.999, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571213,7 +571213,7 @@ 180.999, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571236,7 +571236,7 @@ 180.999, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571259,7 +571259,7 @@ 180.999, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571282,7 +571282,7 @@ 180.999, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571305,7 +571305,7 @@ 180.999, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571328,7 +571328,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571351,7 +571351,7 @@ 180.999, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571374,7 +571374,7 @@ 180.999, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571397,7 +571397,7 @@ 180.999, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571420,7 +571420,7 @@ 180.999, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571443,7 +571443,7 @@ 180.999, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571466,7 +571466,7 @@ 180.999, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571489,7 +571489,7 @@ 180.999, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571512,7 +571512,7 @@ 180.999, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571535,7 +571535,7 @@ 180.999, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571558,7 +571558,7 @@ 180.999, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571581,7 +571581,7 @@ 180.999, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571604,7 +571604,7 @@ 180.999, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571627,7 +571627,7 @@ 180.999, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571650,7 +571650,7 @@ 170.04, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571673,7 +571673,7 @@ 170.04, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571696,7 +571696,7 @@ 170.04, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571719,7 +571719,7 @@ 170.04, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571742,7 +571742,7 @@ 170.04, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571765,7 +571765,7 @@ 170.04, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571788,7 +571788,7 @@ 170.04, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571811,7 +571811,7 @@ 170.04, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571834,7 +571834,7 @@ 170.04, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571857,7 +571857,7 @@ 170.04, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571880,7 +571880,7 @@ 170.04, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571903,7 +571903,7 @@ 170.04, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571926,7 +571926,7 @@ 170.04, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571949,7 +571949,7 @@ 170.04, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571972,7 +571972,7 @@ 170.04, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -571995,7 +571995,7 @@ 170.04, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572018,7 +572018,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572041,7 +572041,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572064,7 +572064,7 @@ 170.04, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572087,7 +572087,7 @@ 170.04, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572110,7 +572110,7 @@ 170.04, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572133,7 +572133,7 @@ 170.04, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572156,7 +572156,7 @@ 170.04, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572179,7 +572179,7 @@ 170.04, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572202,7 +572202,7 @@ 170.04, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572225,7 +572225,7 @@ 170.04, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572248,7 +572248,7 @@ 170.04, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572271,7 +572271,7 @@ 170.04, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572294,7 +572294,7 @@ 170.04, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572317,7 +572317,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572340,7 +572340,7 @@ 170.04, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572363,7 +572363,7 @@ 170.04, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572386,7 +572386,7 @@ 170.04, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572409,7 +572409,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572432,7 +572432,7 @@ 170.04, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572455,7 +572455,7 @@ 170.04, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572478,7 +572478,7 @@ 170.04, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572501,7 +572501,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572524,7 +572524,7 @@ 170.04, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572547,7 +572547,7 @@ 170.04, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572570,7 +572570,7 @@ 170.04, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572593,7 +572593,7 @@ 170.04, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572616,7 +572616,7 @@ 170.04, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572639,7 +572639,7 @@ 170.04, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572662,7 +572662,7 @@ 170.04, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572685,7 +572685,7 @@ 170.04, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572708,7 +572708,7 @@ 170.04, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572731,7 +572731,7 @@ 170.04, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572754,7 +572754,7 @@ 170.04, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572777,7 +572777,7 @@ 170.04, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572800,7 +572800,7 @@ 170.04, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572823,7 +572823,7 @@ 170.04, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572846,7 +572846,7 @@ 170.04, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572869,7 +572869,7 @@ 170.04, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572892,7 +572892,7 @@ 159.081, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572915,7 +572915,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572938,7 +572938,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572961,7 +572961,7 @@ 159.081, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -572984,7 +572984,7 @@ 159.081, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573007,7 +573007,7 @@ 159.081, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573030,7 +573030,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573053,7 +573053,7 @@ 159.081, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573076,7 +573076,7 @@ 159.081, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573099,7 +573099,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573122,7 +573122,7 @@ 159.081, "fi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573145,7 +573145,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573168,7 +573168,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573191,7 +573191,7 @@ 159.081, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573214,7 +573214,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573237,7 +573237,7 @@ 159.081, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573260,7 +573260,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573283,7 +573283,7 @@ 159.081, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573306,7 +573306,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573329,7 +573329,7 @@ 159.081, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573352,7 +573352,7 @@ 159.081, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573375,7 +573375,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573398,7 +573398,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573421,7 +573421,7 @@ 159.081, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573444,7 +573444,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573467,7 +573467,7 @@ 159.081, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573490,7 +573490,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573513,7 +573513,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573536,7 +573536,7 @@ 159.081, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573559,7 +573559,7 @@ 159.081, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573582,7 +573582,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573605,7 +573605,7 @@ 159.081, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573628,7 +573628,7 @@ 159.081, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573651,7 +573651,7 @@ 159.081, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573674,7 +573674,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573697,7 +573697,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573720,7 +573720,7 @@ 159.081, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573743,7 +573743,7 @@ 159.081, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573766,7 +573766,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573789,7 +573789,7 @@ 159.081, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573812,7 +573812,7 @@ 159.081, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573835,7 +573835,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573858,7 +573858,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573881,7 +573881,7 @@ 159.081, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573904,7 +573904,7 @@ 159.081, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573927,7 +573927,7 @@ 159.081, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573950,7 +573950,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573973,7 +573973,7 @@ 159.081, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -573996,7 +573996,7 @@ 159.081, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574019,7 +574019,7 @@ 159.081, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574042,7 +574042,7 @@ 159.081, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574065,7 +574065,7 @@ 159.081, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574088,7 +574088,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574111,7 +574111,7 @@ 159.081, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574134,7 +574134,7 @@ 159.081, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574157,7 +574157,7 @@ 159.081, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574180,7 +574180,7 @@ 159.081, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574203,7 +574203,7 @@ 159.081, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574226,7 +574226,7 @@ 159.081, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574249,7 +574249,7 @@ 159.081, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -574272,7 +574272,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574295,7 +574295,7 @@ 148.122, "v", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574318,7 +574318,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574341,7 +574341,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574364,7 +574364,7 @@ 148.122, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574387,7 +574387,7 @@ 148.122, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574410,7 +574410,7 @@ 148.122, "p", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574433,7 +574433,7 @@ 148.122, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574456,7 +574456,7 @@ 148.122, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574479,7 +574479,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574502,7 +574502,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574525,7 +574525,7 @@ 148.122, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574548,7 +574548,7 @@ 148.122, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574571,7 +574571,7 @@ 148.122, "v", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574594,7 +574594,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574617,7 +574617,7 @@ 148.122, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574640,7 +574640,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574663,7 +574663,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574686,7 +574686,7 @@ 148.122, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574709,7 +574709,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574732,7 +574732,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574755,7 +574755,7 @@ 148.122, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574778,7 +574778,7 @@ 148.122, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574801,7 +574801,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574824,7 +574824,7 @@ 148.122, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574847,7 +574847,7 @@ 148.122, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574870,7 +574870,7 @@ 148.122, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574893,7 +574893,7 @@ 148.122, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574916,7 +574916,7 @@ 148.122, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574939,7 +574939,7 @@ 148.122, "v", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574962,7 +574962,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -574985,7 +574985,7 @@ 148.122, "l", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575008,7 +575008,7 @@ 148.122, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575031,7 +575031,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575054,7 +575054,7 @@ 148.122, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575077,7 +575077,7 @@ 148.122, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575100,7 +575100,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575123,7 +575123,7 @@ 148.122, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575146,7 +575146,7 @@ 148.122, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575169,7 +575169,7 @@ 148.122, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575192,7 +575192,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575215,7 +575215,7 @@ 148.122, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575238,7 +575238,7 @@ 148.122, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575261,7 +575261,7 @@ 148.122, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575284,7 +575284,7 @@ 148.122, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575307,7 +575307,7 @@ 148.122, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575330,7 +575330,7 @@ 148.122, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575353,7 +575353,7 @@ 148.122, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575376,7 +575376,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575399,7 +575399,7 @@ 148.122, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575422,7 +575422,7 @@ 148.122, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575445,7 +575445,7 @@ 148.122, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575468,7 +575468,7 @@ 148.122, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575491,7 +575491,7 @@ 148.122, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575514,7 +575514,7 @@ 148.122, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -575537,7 +575537,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575560,7 +575560,7 @@ 137.163, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575583,7 +575583,7 @@ 137.163, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575606,7 +575606,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575629,7 +575629,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575652,7 +575652,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575675,7 +575675,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575698,7 +575698,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575721,7 +575721,7 @@ 137.163, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575744,7 +575744,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575767,7 +575767,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575790,7 +575790,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575813,7 +575813,7 @@ 137.163, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575836,7 +575836,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575859,7 +575859,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575882,7 +575882,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575905,7 +575905,7 @@ 137.163, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575928,7 +575928,7 @@ 137.163, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575951,7 +575951,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575974,7 +575974,7 @@ 137.163, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -575997,7 +575997,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576020,7 +576020,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576043,7 +576043,7 @@ 137.163, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576066,7 +576066,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576089,7 +576089,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576112,7 +576112,7 @@ 137.163, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576135,7 +576135,7 @@ 137.163, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576158,7 +576158,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576181,7 +576181,7 @@ 137.163, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576204,7 +576204,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576227,7 +576227,7 @@ 137.163, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576250,7 +576250,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576273,7 +576273,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576296,7 +576296,7 @@ 137.163, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576319,7 +576319,7 @@ 137.163, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576342,7 +576342,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576365,7 +576365,7 @@ 137.163, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576388,7 +576388,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576411,7 +576411,7 @@ 137.163, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576434,7 +576434,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576457,7 +576457,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576480,7 +576480,7 @@ 137.163, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576503,7 +576503,7 @@ 137.163, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576526,7 +576526,7 @@ 137.163, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576549,7 +576549,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576572,7 +576572,7 @@ 137.163, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576595,7 +576595,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576618,7 +576618,7 @@ 137.163, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576641,7 +576641,7 @@ 137.163, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576664,7 +576664,7 @@ 137.163, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576687,7 +576687,7 @@ 137.163, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576710,7 +576710,7 @@ 137.163, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576733,7 +576733,7 @@ 137.163, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576756,7 +576756,7 @@ 137.163, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576779,7 +576779,7 @@ 137.163, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576802,7 +576802,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576825,7 +576825,7 @@ 137.163, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576848,7 +576848,7 @@ 137.163, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576871,7 +576871,7 @@ 137.163, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -576894,7 +576894,7 @@ 126.205, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -576917,7 +576917,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -576940,7 +576940,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -576963,7 +576963,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -576986,7 +576986,7 @@ 126.205, "f", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577009,7 +577009,7 @@ 126.205, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577032,7 +577032,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577055,7 +577055,7 @@ 126.205, "q", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577078,7 +577078,7 @@ 126.205, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577101,7 +577101,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577124,7 +577124,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577147,7 +577147,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577170,7 +577170,7 @@ 126.205, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577193,7 +577193,7 @@ 126.205, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577216,7 +577216,7 @@ 126.205, "b", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577239,7 +577239,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577262,7 +577262,7 @@ 126.205, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577285,7 +577285,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577308,7 +577308,7 @@ 126.205, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577331,7 +577331,7 @@ 126.205, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577354,7 +577354,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577377,7 +577377,7 @@ 126.205, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577400,7 +577400,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577423,7 +577423,7 @@ 126.205, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577446,7 +577446,7 @@ 126.205, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577469,7 +577469,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577492,7 +577492,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577515,7 +577515,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577538,7 +577538,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577561,7 +577561,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577584,7 +577584,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577607,7 +577607,7 @@ 126.205, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577630,7 +577630,7 @@ 126.205, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577653,7 +577653,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577676,7 +577676,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577699,7 +577699,7 @@ 126.205, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577722,7 +577722,7 @@ 126.205, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577745,7 +577745,7 @@ 126.205, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577768,7 +577768,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577791,7 +577791,7 @@ 126.205, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577814,7 +577814,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577837,7 +577837,7 @@ 126.205, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577860,7 +577860,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577883,7 +577883,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577906,7 +577906,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577929,7 +577929,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577952,7 +577952,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577975,7 +577975,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -577998,7 +577998,7 @@ 126.205, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578021,7 +578021,7 @@ 126.205, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578044,7 +578044,7 @@ 126.205, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578067,7 +578067,7 @@ 126.205, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578090,7 +578090,7 @@ 126.205, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578113,7 +578113,7 @@ 126.205, "q", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578136,7 +578136,7 @@ 126.205, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578159,7 +578159,7 @@ 126.205, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578182,7 +578182,7 @@ 126.205, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -578205,7 +578205,7 @@ 115.246, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578228,7 +578228,7 @@ 115.246, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578251,7 +578251,7 @@ 115.246, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578274,7 +578274,7 @@ 115.246, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578297,7 +578297,7 @@ 115.246, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578320,7 +578320,7 @@ 115.246, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578343,7 +578343,7 @@ 115.246, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578366,7 +578366,7 @@ 115.246, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578389,7 +578389,7 @@ 115.246, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578412,7 +578412,7 @@ 115.246, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578435,7 +578435,7 @@ 115.246, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578458,7 +578458,7 @@ 115.246, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -578481,7 +578481,7 @@ 91.673, "2", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -578504,7 +578504,7 @@ 90.009, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578527,7 +578527,7 @@ 90.009, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578550,7 +578550,7 @@ 90.009, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578573,7 +578573,7 @@ 90.009, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578596,7 +578596,7 @@ 90.009, "A", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578619,7 +578619,7 @@ 90.009, "A", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578642,7 +578642,7 @@ 90.009, "P", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578665,7 +578665,7 @@ 90.009, "L", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578688,7 +578688,7 @@ 90.009, "f", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578711,7 +578711,7 @@ 90.009, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578734,7 +578734,7 @@ 90.009, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578757,7 +578757,7 @@ 90.009, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578780,7 +578780,7 @@ 90.009, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578803,7 +578803,7 @@ 90.009, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578826,7 +578826,7 @@ 90.009, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578849,7 +578849,7 @@ 90.009, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578872,7 +578872,7 @@ 90.009, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578895,7 +578895,7 @@ 90.009, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578918,7 +578918,7 @@ 90.009, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578941,7 +578941,7 @@ 90.009, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578964,7 +578964,7 @@ 90.009, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -578987,7 +578987,7 @@ 90.009, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579010,7 +579010,7 @@ 90.009, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579033,7 +579033,7 @@ 90.009, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579056,7 +579056,7 @@ 90.009, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579079,7 +579079,7 @@ 90.009, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579102,7 +579102,7 @@ 90.009, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579125,7 +579125,7 @@ 90.009, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579148,7 +579148,7 @@ 90.009, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579171,7 +579171,7 @@ 90.009, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579194,7 +579194,7 @@ 90.009, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579217,7 +579217,7 @@ 90.009, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579240,7 +579240,7 @@ 90.009, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579263,7 +579263,7 @@ 90.009, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579286,7 +579286,7 @@ 90.009, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579309,7 +579309,7 @@ 90.009, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579332,7 +579332,7 @@ 90.009, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579355,7 +579355,7 @@ 90.009, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579378,7 +579378,7 @@ 90.009, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579401,7 +579401,7 @@ 90.009, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579424,7 +579424,7 @@ 90.009, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579447,7 +579447,7 @@ 90.009, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -579470,7 +579470,7 @@ 704.206, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579493,7 +579493,7 @@ 704.206, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579516,7 +579516,7 @@ 704.206, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579539,7 +579539,7 @@ 704.206, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579562,7 +579562,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579585,7 +579585,7 @@ 704.206, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579608,7 +579608,7 @@ 704.206, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579631,7 +579631,7 @@ 704.206, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579654,7 +579654,7 @@ 704.206, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579677,7 +579677,7 @@ 704.206, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579700,7 +579700,7 @@ 704.206, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579723,7 +579723,7 @@ 704.206, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579746,7 +579746,7 @@ 704.206, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579769,7 +579769,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579792,7 +579792,7 @@ 704.206, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579815,7 +579815,7 @@ 704.206, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579838,7 +579838,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579861,7 +579861,7 @@ 704.206, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579884,7 +579884,7 @@ 704.206, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579907,7 +579907,7 @@ 704.206, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579930,7 +579930,7 @@ 704.206, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579953,7 +579953,7 @@ 704.206, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579976,7 +579976,7 @@ 704.206, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -579999,7 +579999,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580022,7 +580022,7 @@ 704.206, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580045,7 +580045,7 @@ 704.206, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580068,7 +580068,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580091,7 +580091,7 @@ 704.206, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580114,7 +580114,7 @@ 704.206, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580137,7 +580137,7 @@ 704.206, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580160,7 +580160,7 @@ 704.206, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580183,7 +580183,7 @@ 704.206, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580206,7 +580206,7 @@ 704.206, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580229,7 +580229,7 @@ 704.206, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580252,7 +580252,7 @@ 704.206, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580275,7 +580275,7 @@ 704.206, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580298,7 +580298,7 @@ 704.206, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580321,7 +580321,7 @@ 704.206, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580344,7 +580344,7 @@ 704.206, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580367,7 +580367,7 @@ 704.206, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580390,7 +580390,7 @@ 704.206, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580413,7 +580413,7 @@ 704.206, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580436,7 +580436,7 @@ 704.206, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580459,7 +580459,7 @@ 704.206, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580482,7 +580482,7 @@ 704.206, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580505,7 +580505,7 @@ 704.206, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580528,7 +580528,7 @@ 704.206, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580551,7 +580551,7 @@ 704.206, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580574,7 +580574,7 @@ 704.206, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580597,7 +580597,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580620,7 +580620,7 @@ 704.206, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580643,7 +580643,7 @@ 704.206, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580666,7 +580666,7 @@ 704.206, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580689,7 +580689,7 @@ 704.206, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580712,7 +580712,7 @@ 704.206, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580735,7 +580735,7 @@ 704.206, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -580758,7 +580758,7 @@ 693.247, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580781,7 +580781,7 @@ 693.247, "m", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580804,7 +580804,7 @@ 693.247, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580827,7 +580827,7 @@ 693.247, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580850,7 +580850,7 @@ 693.247, "g", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580873,7 +580873,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580896,7 +580896,7 @@ 693.247, "h", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580919,7 +580919,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580942,7 +580942,7 @@ 693.247, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580965,7 +580965,7 @@ 693.247, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -580988,7 +580988,7 @@ 693.247, "ff", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581011,7 +581011,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581034,7 +581034,7 @@ 693.247, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581057,7 +581057,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581080,7 +581080,7 @@ 693.247, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581103,7 +581103,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581126,7 +581126,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581149,7 +581149,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581172,7 +581172,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581195,7 +581195,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581218,7 +581218,7 @@ 693.247, ".", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581241,7 +581241,7 @@ 693.247, "I", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581264,7 +581264,7 @@ 693.247, "m", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581287,7 +581287,7 @@ 693.247, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581310,7 +581310,7 @@ 693.247, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581333,7 +581333,7 @@ 693.247, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581356,7 +581356,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581379,7 +581379,7 @@ 693.247, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581402,7 +581402,7 @@ 693.247, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581425,7 +581425,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581448,7 +581448,7 @@ 693.247, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581471,7 +581471,7 @@ 693.247, "y", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581494,7 +581494,7 @@ 693.247, ",", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581517,7 +581517,7 @@ 693.247, "w", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581540,7 +581540,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581563,7 +581563,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581586,7 +581586,7 @@ 693.247, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581609,7 +581609,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581632,7 +581632,7 @@ 693.247, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581655,7 +581655,7 @@ 693.247, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581678,7 +581678,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581701,7 +581701,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581724,7 +581724,7 @@ 693.247, "h", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581747,7 +581747,7 @@ 693.247, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581770,7 +581770,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581793,7 +581793,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581816,7 +581816,7 @@ 693.247, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581839,7 +581839,7 @@ 693.247, "b", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581862,7 +581862,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581885,7 +581885,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581908,7 +581908,7 @@ 693.247, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581931,7 +581931,7 @@ 693.247, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581954,7 +581954,7 @@ 693.247, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -581977,7 +581977,7 @@ 693.247, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -582000,7 +582000,7 @@ 693.247, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -582023,7 +582023,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582046,7 +582046,7 @@ 682.288, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582069,7 +582069,7 @@ 682.288, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582092,7 +582092,7 @@ 682.288, "y", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582115,7 +582115,7 @@ 682.288, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582138,7 +582138,7 @@ 682.288, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582161,7 +582161,7 @@ 682.288, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582184,7 +582184,7 @@ 682.288, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582207,7 +582207,7 @@ 682.288, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582230,7 +582230,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582253,7 +582253,7 @@ 682.288, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582276,7 +582276,7 @@ 682.288, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582299,7 +582299,7 @@ 682.288, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582322,7 +582322,7 @@ 682.288, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582345,7 +582345,7 @@ 682.288, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582368,7 +582368,7 @@ 682.288, "-", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582391,7 +582391,7 @@ 682.288, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582414,7 +582414,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582437,7 +582437,7 @@ 682.288, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582460,7 +582460,7 @@ 682.288, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582483,7 +582483,7 @@ 682.288, "m", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582506,7 +582506,7 @@ 682.288, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582529,7 +582529,7 @@ 682.288, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582552,7 +582552,7 @@ 682.288, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582575,7 +582575,7 @@ 682.288, "b", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582598,7 +582598,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582621,7 +582621,7 @@ 682.288, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582644,7 +582644,7 @@ 682.288, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582667,7 +582667,7 @@ 682.288, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582690,7 +582690,7 @@ 682.288, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582713,7 +582713,7 @@ 682.288, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582736,7 +582736,7 @@ 682.288, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582759,7 +582759,7 @@ 682.288, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582782,7 +582782,7 @@ 682.288, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582805,7 +582805,7 @@ 682.288, ".", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582828,7 +582828,7 @@ 682.288, "T", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582851,7 +582851,7 @@ 682.288, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582874,7 +582874,7 @@ 682.288, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582897,7 +582897,7 @@ 682.288, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582920,7 +582920,7 @@ 682.288, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582943,7 +582943,7 @@ 682.288, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582966,7 +582966,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -582989,7 +582989,7 @@ 682.288, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583012,7 +583012,7 @@ 682.288, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583035,7 +583035,7 @@ 682.288, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583058,7 +583058,7 @@ 682.288, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583081,7 +583081,7 @@ 682.288, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583104,7 +583104,7 @@ 682.288, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583127,7 +583127,7 @@ 682.288, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583150,7 +583150,7 @@ 682.288, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583173,7 +583173,7 @@ 682.288, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583196,7 +583196,7 @@ 682.288, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583219,7 +583219,7 @@ 682.288, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583242,7 +583242,7 @@ 682.288, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583265,7 +583265,7 @@ 682.288, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583288,7 +583288,7 @@ 682.288, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -583311,7 +583311,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583334,7 +583334,7 @@ 671.329, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583357,7 +583357,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583380,7 +583380,7 @@ 671.329, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583403,7 +583403,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583426,7 +583426,7 @@ 671.329, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583449,7 +583449,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583472,7 +583472,7 @@ 671.329, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583495,7 +583495,7 @@ 671.329, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583518,7 +583518,7 @@ 671.329, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583541,7 +583541,7 @@ 671.329, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583564,7 +583564,7 @@ 671.329, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583587,7 +583587,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583610,7 +583610,7 @@ 671.329, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583633,7 +583633,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583656,7 +583656,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583679,7 +583679,7 @@ 671.329, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583702,7 +583702,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583725,7 +583725,7 @@ 671.329, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583748,7 +583748,7 @@ 671.329, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583771,7 +583771,7 @@ 671.329, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583794,7 +583794,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583817,7 +583817,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583840,7 +583840,7 @@ 671.329, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583863,7 +583863,7 @@ 671.329, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583886,7 +583886,7 @@ 671.329, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583909,7 +583909,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583932,7 +583932,7 @@ 671.329, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583955,7 +583955,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -583978,7 +583978,7 @@ 671.329, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584001,7 +584001,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584024,7 +584024,7 @@ 671.329, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584047,7 +584047,7 @@ 671.329, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584070,7 +584070,7 @@ 671.329, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584093,7 +584093,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584116,7 +584116,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584139,7 +584139,7 @@ 671.329, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584162,7 +584162,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584185,7 +584185,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584208,7 +584208,7 @@ 671.329, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584231,7 +584231,7 @@ 671.329, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584254,7 +584254,7 @@ 671.329, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584277,7 +584277,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584300,7 +584300,7 @@ 671.329, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584323,7 +584323,7 @@ 671.329, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584346,7 +584346,7 @@ 671.329, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584369,7 +584369,7 @@ 671.329, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584392,7 +584392,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584415,7 +584415,7 @@ 671.329, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584438,7 +584438,7 @@ 671.329, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584461,7 +584461,7 @@ 671.329, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584484,7 +584484,7 @@ 671.329, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584507,7 +584507,7 @@ 671.329, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584530,7 +584530,7 @@ 671.329, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584553,7 +584553,7 @@ 671.329, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -584576,7 +584576,7 @@ 660.371, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584599,7 +584599,7 @@ 660.371, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584622,7 +584622,7 @@ 660.371, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584645,7 +584645,7 @@ 660.371, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584668,7 +584668,7 @@ 660.371, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584691,7 +584691,7 @@ 660.371, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584714,7 +584714,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584737,7 +584737,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584760,7 +584760,7 @@ 660.371, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584783,7 +584783,7 @@ 660.371, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584806,7 +584806,7 @@ 660.371, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584829,7 +584829,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584852,7 +584852,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584875,7 +584875,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584898,7 +584898,7 @@ 660.371, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584921,7 +584921,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584944,7 +584944,7 @@ 660.371, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584967,7 +584967,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -584990,7 +584990,7 @@ 660.371, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585013,7 +585013,7 @@ 660.371, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585036,7 +585036,7 @@ 660.371, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585059,7 +585059,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585082,7 +585082,7 @@ 660.371, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585105,7 +585105,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585128,7 +585128,7 @@ 660.371, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585151,7 +585151,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585174,7 +585174,7 @@ 660.371, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585197,7 +585197,7 @@ 660.371, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585220,7 +585220,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585243,7 +585243,7 @@ 660.371, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585266,7 +585266,7 @@ 660.371, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585289,7 +585289,7 @@ 660.371, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585312,7 +585312,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585335,7 +585335,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585358,7 +585358,7 @@ 660.371, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585381,7 +585381,7 @@ 660.371, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585404,7 +585404,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585427,7 +585427,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585450,7 +585450,7 @@ 660.371, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585473,7 +585473,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585496,7 +585496,7 @@ 660.371, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585519,7 +585519,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585542,7 +585542,7 @@ 660.371, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585565,7 +585565,7 @@ 660.371, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585588,7 +585588,7 @@ 660.371, "m", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585611,7 +585611,7 @@ 660.371, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585634,7 +585634,7 @@ 660.371, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585657,7 +585657,7 @@ 660.371, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585680,7 +585680,7 @@ 660.371, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585703,7 +585703,7 @@ 660.371, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585726,7 +585726,7 @@ 660.371, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585749,7 +585749,7 @@ 660.371, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585772,7 +585772,7 @@ 660.371, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -585795,7 +585795,7 @@ 649.412, "l", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585818,7 +585818,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585841,7 +585841,7 @@ 649.412, "a", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585864,7 +585864,7 @@ 649.412, "d", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585887,7 +585887,7 @@ 649.412, "t", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585910,7 +585910,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585933,7 +585933,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585956,7 +585956,7 @@ 649.412, "v", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -585979,7 +585979,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586002,7 +586002,7 @@ 649.412, "r", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586025,7 +586025,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586048,7 +586048,7 @@ 649.412, "s", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586071,7 +586071,7 @@ 649.412, "t", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586094,7 +586094,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586117,7 +586117,7 @@ 649.412, "m", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586140,7 +586140,7 @@ 649.412, "a", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586163,7 +586163,7 @@ 649.412, "t", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586186,7 +586186,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586209,7 +586209,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586232,7 +586232,7 @@ 649.412, "n", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586255,7 +586255,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586278,7 +586278,7 @@ 649.412, "f", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586301,7 +586301,7 @@ 649.412, "t", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586324,7 +586324,7 @@ 649.412, "h", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586347,7 +586347,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586370,7 +586370,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586393,7 +586393,7 @@ 649.412, "r", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586416,7 +586416,7 @@ 649.412, "p", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586439,7 +586439,7 @@ 649.412, "r", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586462,7 +586462,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586485,7 +586485,7 @@ 649.412, "d", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586508,7 +586508,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586531,7 +586531,7 @@ 649.412, "c", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586554,7 +586554,7 @@ 649.412, "t", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586577,7 +586577,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586600,7 +586600,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586623,7 +586623,7 @@ 649.412, "n", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586646,7 +586646,7 @@ 649.412, "a", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586669,7 +586669,7 @@ 649.412, "c", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586692,7 +586692,7 @@ 649.412, "c", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586715,7 +586715,7 @@ 649.412, "u", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586738,7 +586738,7 @@ 649.412, "r", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586761,7 +586761,7 @@ 649.412, "a", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586784,7 +586784,7 @@ 649.412, "c", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586807,7 +586807,7 @@ 649.412, "y", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586830,7 +586830,7 @@ 649.412, ".", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586853,7 +586853,7 @@ 649.412, "W", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586876,7 +586876,7 @@ 649.412, "e", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586899,7 +586899,7 @@ 649.412, "w", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586922,7 +586922,7 @@ 649.412, "i", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586945,7 +586945,7 @@ 649.412, "l", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586968,7 +586968,7 @@ 649.412, "l", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -586991,7 +586991,7 @@ 649.412, "s", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -587014,7 +587014,7 @@ 649.412, "h", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -587037,7 +587037,7 @@ 649.412, "o", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -587060,7 +587060,7 @@ 649.412, "w", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -587083,7 +587083,7 @@ 638.453, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587106,7 +587106,7 @@ 638.453, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587129,7 +587129,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587152,7 +587152,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587175,7 +587175,7 @@ 638.453, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587198,7 +587198,7 @@ 638.453, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587221,7 +587221,7 @@ 638.453, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587244,7 +587244,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587267,7 +587267,7 @@ 638.453, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587290,7 +587290,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587313,7 +587313,7 @@ 638.453, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587336,7 +587336,7 @@ 638.453, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587359,7 +587359,7 @@ 638.453, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587382,7 +587382,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587405,7 +587405,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587428,7 +587428,7 @@ 638.453, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587451,7 +587451,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587474,7 +587474,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587497,7 +587497,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587520,7 +587520,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587543,7 +587543,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587566,7 +587566,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587589,7 +587589,7 @@ 638.453, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587612,7 +587612,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587635,7 +587635,7 @@ 638.453, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587658,7 +587658,7 @@ 638.453, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587681,7 +587681,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587704,7 +587704,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587727,7 +587727,7 @@ 638.453, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587750,7 +587750,7 @@ 638.453, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587773,7 +587773,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587796,7 +587796,7 @@ 638.453, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587819,7 +587819,7 @@ 638.453, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587842,7 +587842,7 @@ 638.453, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -587865,7 +587865,7 @@ 627.494, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -587888,7 +587888,7 @@ 627.494, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -587911,7 +587911,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -587934,7 +587934,7 @@ 627.494, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -587957,7 +587957,7 @@ 627.494, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -587980,7 +587980,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588003,7 +588003,7 @@ 627.494, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588026,7 +588026,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588049,7 +588049,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588072,7 +588072,7 @@ 627.494, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588095,7 +588095,7 @@ 627.494, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588118,7 +588118,7 @@ 627.494, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588141,7 +588141,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588164,7 +588164,7 @@ 627.494, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588187,7 +588187,7 @@ 627.494, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588210,7 +588210,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588233,7 +588233,7 @@ 627.494, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588256,7 +588256,7 @@ 627.494, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588279,7 +588279,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588302,7 +588302,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588325,7 +588325,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588348,7 +588348,7 @@ 627.494, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588371,7 +588371,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588394,7 +588394,7 @@ 627.494, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588417,7 +588417,7 @@ 627.494, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588440,7 +588440,7 @@ 627.494, "ff", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588463,7 +588463,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588486,7 +588486,7 @@ 627.494, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588509,7 +588509,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588532,7 +588532,7 @@ 627.494, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588555,7 +588555,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588578,7 +588578,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588601,7 +588601,7 @@ 627.494, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588624,7 +588624,7 @@ 627.494, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588647,7 +588647,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588670,7 +588670,7 @@ 627.494, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588693,7 +588693,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588716,7 +588716,7 @@ 627.494, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588739,7 +588739,7 @@ 627.494, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588762,7 +588762,7 @@ 627.494, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588785,7 +588785,7 @@ 627.494, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588808,7 +588808,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588831,7 +588831,7 @@ 627.494, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588854,7 +588854,7 @@ 627.494, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588877,7 +588877,7 @@ 627.494, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588900,7 +588900,7 @@ 627.494, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588923,7 +588923,7 @@ 627.494, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588946,7 +588946,7 @@ 627.494, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588969,7 +588969,7 @@ 627.494, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -588992,7 +588992,7 @@ 627.494, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -589015,7 +589015,7 @@ 627.494, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -589038,7 +589038,7 @@ 627.494, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -589061,7 +589061,7 @@ 627.494, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -589084,7 +589084,7 @@ 616.535, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589107,7 +589107,7 @@ 616.535, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589130,7 +589130,7 @@ 616.535, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589153,7 +589153,7 @@ 616.535, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589176,7 +589176,7 @@ 616.535, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589199,7 +589199,7 @@ 616.535, "b", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589222,7 +589222,7 @@ 616.535, "y", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589245,7 +589245,7 @@ 616.535, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589268,7 +589268,7 @@ 616.535, "h", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589291,7 +589291,7 @@ 616.535, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589314,7 +589314,7 @@ 616.535, "c", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589337,7 +589337,7 @@ 616.535, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589360,7 +589360,7 @@ 616.535, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589383,7 +589383,7 @@ 616.535, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589406,7 +589406,7 @@ 616.535, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589429,7 +589429,7 @@ 616.535, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589452,7 +589452,7 @@ 616.535, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589475,7 +589475,7 @@ 616.535, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589498,7 +589498,7 @@ 616.535, "y", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589521,7 +589521,7 @@ 616.535, ",", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589544,7 +589544,7 @@ 616.535, "w", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589567,7 +589567,7 @@ 616.535, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589590,7 +589590,7 @@ 616.535, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589613,7 +589613,7 @@ 616.535, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589636,7 +589636,7 @@ 616.535, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589659,7 +589659,7 @@ 616.535, "v", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589682,7 +589682,7 @@ 616.535, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589705,7 +589705,7 @@ 616.535, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589728,7 +589728,7 @@ 616.535, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589751,7 +589751,7 @@ 616.535, "D", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589774,7 +589774,7 @@ 616.535, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589797,7 +589797,7 @@ 616.535, "c", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589820,7 +589820,7 @@ 616.535, "L", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589843,7 +589843,7 @@ 616.535, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589866,7 +589866,7 @@ 616.535, "y", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589889,7 +589889,7 @@ 616.535, "N", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589912,7 +589912,7 @@ 616.535, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589935,7 +589935,7 @@ 616.535, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589958,7 +589958,7 @@ 616.535, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -589981,7 +589981,7 @@ 616.535, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -590004,7 +590004,7 @@ 616.535, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -590027,7 +590027,7 @@ 616.535, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -590257,7 +590257,7 @@ 605.576, "C", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590280,7 +590280,7 @@ 605.576, "O", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590303,7 +590303,7 @@ 605.576, "C", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590326,7 +590326,7 @@ 605.576, "O", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590349,7 +590349,7 @@ 605.576, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590372,7 +590372,7 @@ 605.576, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590395,7 +590395,7 @@ 605.576, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590418,7 +590418,7 @@ 605.576, "m", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590441,7 +590441,7 @@ 605.576, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590464,7 +590464,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590487,7 +590487,7 @@ 605.576, "[", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590510,7 +590510,7 @@ 605.576, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -590533,7 +590533,7 @@ 605.576, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -590556,7 +590556,7 @@ 605.576, "]", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590579,7 +590579,7 @@ 605.576, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590602,7 +590602,7 @@ 605.576, "T", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590625,7 +590625,7 @@ 605.576, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590648,7 +590648,7 @@ 605.576, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590671,7 +590671,7 @@ 605.576, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590694,7 +590694,7 @@ 605.576, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590717,7 +590717,7 @@ 605.576, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590740,7 +590740,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590763,7 +590763,7 @@ 605.576, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590786,7 +590786,7 @@ 605.576, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590809,7 +590809,7 @@ 605.576, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590832,7 +590832,7 @@ 605.576, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590855,7 +590855,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590878,7 +590878,7 @@ 605.576, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590901,7 +590901,7 @@ 605.576, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590924,7 +590924,7 @@ 605.576, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590947,7 +590947,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590970,7 +590970,7 @@ 605.576, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -590993,7 +590993,7 @@ 605.576, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591016,7 +591016,7 @@ 605.576, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591039,7 +591039,7 @@ 605.576, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591062,7 +591062,7 @@ 605.576, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591085,7 +591085,7 @@ 605.576, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591108,7 +591108,7 @@ 605.576, "C", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591131,7 +591131,7 @@ 605.576, "O", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591154,7 +591154,7 @@ 605.576, "C", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591177,7 +591177,7 @@ 605.576, "O", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591200,7 +591200,7 @@ 605.576, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591223,7 +591223,7 @@ 605.576, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591246,7 +591246,7 @@ 605.576, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591269,7 +591269,7 @@ 605.576, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591292,7 +591292,7 @@ 605.576, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591315,7 +591315,7 @@ 605.576, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591338,7 +591338,7 @@ 605.576, "-", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591361,7 +591361,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591384,7 +591384,7 @@ 605.576, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591407,7 +591407,7 @@ 605.576, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591430,7 +591430,7 @@ 605.576, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591453,7 +591453,7 @@ 605.576, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -591476,7 +591476,7 @@ 594.617, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591499,7 +591499,7 @@ 594.617, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591522,7 +591522,7 @@ 594.617, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591545,7 +591545,7 @@ 594.617, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591568,7 +591568,7 @@ 594.617, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591591,7 +591591,7 @@ 594.617, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591614,7 +591614,7 @@ 594.617, "J", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591637,7 +591637,7 @@ 594.617, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591660,7 +591660,7 @@ 594.617, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591683,7 +591683,7 @@ 594.617, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591706,7 +591706,7 @@ 594.617, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591729,7 +591729,7 @@ 594.617, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591752,7 +591752,7 @@ 594.617, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591775,7 +591775,7 @@ 594.617, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591798,7 +591798,7 @@ 594.617, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591821,7 +591821,7 @@ 594.617, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591844,7 +591844,7 @@ 594.617, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591867,7 +591867,7 @@ 594.617, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591890,7 +591890,7 @@ 594.617, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591913,7 +591913,7 @@ 594.617, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591936,7 +591936,7 @@ 594.617, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591959,7 +591959,7 @@ 594.617, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -591982,7 +591982,7 @@ 594.617, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592005,7 +592005,7 @@ 594.617, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592028,7 +592028,7 @@ 594.617, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592051,7 +592051,7 @@ 594.617, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592074,7 +592074,7 @@ 594.617, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592097,7 +592097,7 @@ 594.617, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592120,7 +592120,7 @@ 594.617, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592143,7 +592143,7 @@ 594.617, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592166,7 +592166,7 @@ 594.617, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592189,7 +592189,7 @@ 594.617, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592212,7 +592212,7 @@ 594.617, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592235,7 +592235,7 @@ 594.617, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592258,7 +592258,7 @@ 594.617, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592281,7 +592281,7 @@ 594.617, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592304,7 +592304,7 @@ 594.617, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592327,7 +592327,7 @@ 594.617, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592350,7 +592350,7 @@ 594.617, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592373,7 +592373,7 @@ 594.617, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592396,7 +592396,7 @@ 594.617, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592419,7 +592419,7 @@ 594.617, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592442,7 +592442,7 @@ 594.617, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592465,7 +592465,7 @@ 594.617, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592488,7 +592488,7 @@ 594.617, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592511,7 +592511,7 @@ 594.617, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592534,7 +592534,7 @@ 594.617, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592557,7 +592557,7 @@ 594.617, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592580,7 +592580,7 @@ 594.617, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592603,7 +592603,7 @@ 594.617, "G", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -592626,7 +592626,7 @@ 583.658, "f", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592649,7 +592649,7 @@ 583.658, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592672,7 +592672,7 @@ 583.658, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592695,7 +592695,7 @@ 583.658, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592718,7 +592718,7 @@ 583.658, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592741,7 +592741,7 @@ 583.658, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592764,7 +592764,7 @@ 583.658, ",", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592787,7 +592787,7 @@ 583.658, "1", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592810,7 +592810,7 @@ 583.658, "0", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592833,7 +592833,7 @@ 583.658, "2", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592856,7 +592856,7 @@ 583.658, "5", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592877,9 +592877,9 @@ 584.142, 364.287, 584.142, - "\u00d7", + "GLYPH<2>", -1, - 4.483, + 9.182, "", "STANDARD", "/F273", @@ -592902,7 +592902,7 @@ 583.658, "1", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592925,7 +592925,7 @@ 583.658, "0", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592948,7 +592948,7 @@ 583.658, "2", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592971,7 +592971,7 @@ 583.658, "5", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -592994,7 +592994,7 @@ 583.658, "p", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593017,7 +593017,7 @@ 583.658, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593040,7 +593040,7 @@ 583.658, "x", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593063,7 +593063,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593086,7 +593086,7 @@ 583.658, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593109,7 +593109,7 @@ 583.658, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593132,7 +593132,7 @@ 583.658, ")", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593155,7 +593155,7 @@ 583.658, ".", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593178,7 +593178,7 @@ 583.658, "F", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593201,7 +593201,7 @@ 583.658, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593224,7 +593224,7 @@ 583.658, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593247,7 +593247,7 @@ 583.658, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593270,7 +593270,7 @@ 583.658, "h", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593293,7 +593293,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593316,7 +593316,7 @@ 583.658, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593339,7 +593339,7 @@ 583.658, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593362,7 +593362,7 @@ 583.658, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593385,7 +593385,7 @@ 583.658, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593408,7 +593408,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593431,7 +593431,7 @@ 583.658, ",", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593454,7 +593454,7 @@ 583.658, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593477,7 +593477,7 @@ 583.658, "u", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593500,7 +593500,7 @@ 583.658, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593523,7 +593523,7 @@ 583.658, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593546,7 +593546,7 @@ 583.658, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593569,7 +593569,7 @@ 583.658, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593592,7 +593592,7 @@ 583.658, "fi", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593615,7 +593615,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593638,7 +593638,7 @@ 583.658, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593661,7 +593661,7 @@ 583.658, "d", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593684,7 +593684,7 @@ 583.658, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593707,7 +593707,7 @@ 583.658, "h", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593730,7 +593730,7 @@ 583.658, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593753,7 +593753,7 @@ 583.658, "v", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593776,7 +593776,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593799,7 +593799,7 @@ 583.658, "b", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593822,7 +593822,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593845,7 +593845,7 @@ 583.658, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593868,7 +593868,7 @@ 583.658, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -593891,7 +593891,7 @@ 572.699, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -593914,7 +593914,7 @@ 572.699, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -593937,7 +593937,7 @@ 572.699, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -593960,7 +593960,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -593983,7 +593983,7 @@ 572.699, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594006,7 +594006,7 @@ 572.699, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594029,7 +594029,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594052,7 +594052,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594075,7 +594075,7 @@ 572.699, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594098,7 +594098,7 @@ 572.699, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594121,7 +594121,7 @@ 572.699, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594144,7 +594144,7 @@ 572.699, "C", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594167,7 +594167,7 @@ 572.699, "O", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594190,7 +594190,7 @@ 572.699, "C", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594213,7 +594213,7 @@ 572.699, "O", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594236,7 +594236,7 @@ 572.699, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594259,7 +594259,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594282,7 +594282,7 @@ 572.699, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594305,7 +594305,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594328,7 +594328,7 @@ 572.699, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594351,7 +594351,7 @@ 572.699, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594374,7 +594374,7 @@ 572.699, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594397,7 +594397,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594420,7 +594420,7 @@ 572.699, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594443,7 +594443,7 @@ 572.699, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594466,7 +594466,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594489,7 +594489,7 @@ 572.699, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594512,7 +594512,7 @@ 572.699, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594535,7 +594535,7 @@ 572.699, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594558,7 +594558,7 @@ 572.699, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594581,7 +594581,7 @@ 572.699, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594604,7 +594604,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594627,7 +594627,7 @@ 572.699, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594650,7 +594650,7 @@ 572.699, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594673,7 +594673,7 @@ 572.699, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594696,7 +594696,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594719,7 +594719,7 @@ 572.699, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594742,7 +594742,7 @@ 572.699, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594765,7 +594765,7 @@ 572.699, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594788,7 +594788,7 @@ 572.699, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594811,7 +594811,7 @@ 572.699, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594834,7 +594834,7 @@ 572.699, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594857,7 +594857,7 @@ 572.699, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594880,7 +594880,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594903,7 +594903,7 @@ 572.699, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594926,7 +594926,7 @@ 572.699, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594949,7 +594949,7 @@ 572.699, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594972,7 +594972,7 @@ 572.699, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -594995,7 +594995,7 @@ 572.699, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595018,7 +595018,7 @@ 572.699, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595041,7 +595041,7 @@ 572.699, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595064,7 +595064,7 @@ 572.699, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595087,7 +595087,7 @@ 572.699, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595110,7 +595110,7 @@ 572.699, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595133,7 +595133,7 @@ 572.699, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -595156,7 +595156,7 @@ 561.74, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595179,7 +595179,7 @@ 561.74, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595202,7 +595202,7 @@ 561.74, "c", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595225,7 +595225,7 @@ 561.74, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595248,7 +595248,7 @@ 561.74, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595271,7 +595271,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595294,7 +595294,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595317,7 +595317,7 @@ 561.74, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595340,7 +595340,7 @@ 561.74, "fi", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595363,7 +595363,7 @@ 561.74, "l", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595386,7 +595386,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595409,7 +595409,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595432,7 +595432,7 @@ 561.74, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595455,7 +595455,7 @@ 561.74, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595478,7 +595478,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595501,7 +595501,7 @@ 561.74, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595524,7 +595524,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595547,7 +595547,7 @@ 561.74, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595570,7 +595570,7 @@ 561.74, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595593,7 +595593,7 @@ 561.74, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595616,7 +595616,7 @@ 561.74, "g", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595639,7 +595639,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595662,7 +595662,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595685,7 +595685,7 @@ 561.74, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595708,7 +595708,7 @@ 561.74, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595731,7 +595731,7 @@ 561.74, "b", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595754,7 +595754,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595777,7 +595777,7 @@ 561.74, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595800,7 +595800,7 @@ 561.74, ".", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595823,7 +595823,7 @@ 561.74, "I", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595846,7 +595846,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595869,7 +595869,7 @@ 561.74, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595892,7 +595892,7 @@ 561.74, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595915,7 +595915,7 @@ 561.74, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595938,7 +595938,7 @@ 561.74, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595961,7 +595961,7 @@ 561.74, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -595984,7 +595984,7 @@ 561.74, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596007,7 +596007,7 @@ 561.74, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596030,7 +596030,7 @@ 561.74, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596053,7 +596053,7 @@ 561.74, ",", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596076,7 +596076,7 @@ 561.74, "w", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596099,7 +596099,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596122,7 +596122,7 @@ 561.74, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596145,7 +596145,7 @@ 561.74, "l", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596168,7 +596168,7 @@ 561.74, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596191,7 +596191,7 @@ 561.74, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596214,7 +596214,7 @@ 561.74, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596237,7 +596237,7 @@ 561.74, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596260,7 +596260,7 @@ 561.74, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596283,7 +596283,7 @@ 561.74, "v", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596306,7 +596306,7 @@ 561.74, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596329,7 +596329,7 @@ 561.74, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596352,7 +596352,7 @@ 561.74, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -596375,7 +596375,7 @@ 550.782, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596398,7 +596398,7 @@ 550.782, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596421,7 +596421,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596444,7 +596444,7 @@ 550.782, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596467,7 +596467,7 @@ 550.782, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596490,7 +596490,7 @@ 550.782, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596513,7 +596513,7 @@ 550.782, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596536,7 +596536,7 @@ 550.782, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596559,7 +596559,7 @@ 550.782, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596582,7 +596582,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596605,7 +596605,7 @@ 550.782, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596628,7 +596628,7 @@ 550.782, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596651,7 +596651,7 @@ 550.782, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596674,7 +596674,7 @@ 550.782, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596697,7 +596697,7 @@ 550.782, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596720,7 +596720,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596743,7 +596743,7 @@ 550.782, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596766,7 +596766,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596789,7 +596789,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596812,7 +596812,7 @@ 550.782, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596835,7 +596835,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596858,7 +596858,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596881,7 +596881,7 @@ 550.782, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596904,7 +596904,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596927,7 +596927,7 @@ 550.782, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596950,7 +596950,7 @@ 550.782, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596973,7 +596973,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -596996,7 +596996,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597019,7 +597019,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597042,7 +597042,7 @@ 550.782, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597065,7 +597065,7 @@ 550.782, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597088,7 +597088,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597111,7 +597111,7 @@ 550.782, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597134,7 +597134,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597157,7 +597157,7 @@ 550.782, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597180,7 +597180,7 @@ 550.782, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597203,7 +597203,7 @@ 550.782, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597226,7 +597226,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597249,7 +597249,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597272,7 +597272,7 @@ 550.782, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597295,7 +597295,7 @@ 550.782, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597318,7 +597318,7 @@ 550.782, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597341,7 +597341,7 @@ 550.782, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597364,7 +597364,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597387,7 +597387,7 @@ 550.782, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597410,7 +597410,7 @@ 550.782, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597433,7 +597433,7 @@ 550.782, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597456,7 +597456,7 @@ 550.782, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597479,7 +597479,7 @@ 550.782, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597502,7 +597502,7 @@ 550.782, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597525,7 +597525,7 @@ 550.782, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597548,7 +597548,7 @@ 550.782, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597571,7 +597571,7 @@ 550.782, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597594,7 +597594,7 @@ 550.782, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597617,7 +597617,7 @@ 550.782, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -597640,7 +597640,7 @@ 539.823, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597663,7 +597663,7 @@ 539.823, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597686,7 +597686,7 @@ 539.823, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597709,7 +597709,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597732,7 +597732,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597755,7 +597755,7 @@ 539.823, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597778,7 +597778,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597801,7 +597801,7 @@ 539.823, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597824,7 +597824,7 @@ 539.823, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597847,7 +597847,7 @@ 539.823, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597870,7 +597870,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597893,7 +597893,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597916,7 +597916,7 @@ 539.823, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597939,7 +597939,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597962,7 +597962,7 @@ 539.823, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -597985,7 +597985,7 @@ 539.823, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598008,7 +598008,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598031,7 +598031,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598054,7 +598054,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598077,7 +598077,7 @@ 539.823, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598100,7 +598100,7 @@ 539.823, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598123,7 +598123,7 @@ 539.823, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598146,7 +598146,7 @@ 539.823, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598169,7 +598169,7 @@ 539.823, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598192,7 +598192,7 @@ 539.823, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598215,7 +598215,7 @@ 539.823, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598238,7 +598238,7 @@ 539.823, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598261,7 +598261,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598284,7 +598284,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598307,7 +598307,7 @@ 539.823, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598330,7 +598330,7 @@ 539.823, "(", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598353,7 +598353,7 @@ 539.823, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598376,7 +598376,7 @@ 539.823, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598399,7 +598399,7 @@ 539.823, "J", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598422,7 +598422,7 @@ 539.823, "S", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598445,7 +598445,7 @@ 539.823, "O", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598468,7 +598468,7 @@ 539.823, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598491,7 +598491,7 @@ 539.823, ")", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598514,7 +598514,7 @@ 539.823, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598537,7 +598537,7 @@ 539.823, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598560,7 +598560,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598583,7 +598583,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598606,7 +598606,7 @@ 539.823, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598629,7 +598629,7 @@ 539.823, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598652,7 +598652,7 @@ 539.823, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598675,7 +598675,7 @@ 539.823, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598698,7 +598698,7 @@ 539.823, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598721,7 +598721,7 @@ 539.823, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598744,7 +598744,7 @@ 539.823, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598767,7 +598767,7 @@ 539.823, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598790,7 +598790,7 @@ 539.823, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598813,7 +598813,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598836,7 +598836,7 @@ 539.823, "fi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598859,7 +598859,7 @@ 539.823, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598882,7 +598882,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598905,7 +598905,7 @@ 539.823, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598928,7 +598928,7 @@ 539.823, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598951,7 +598951,7 @@ 539.823, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598974,7 +598974,7 @@ 539.823, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -598997,7 +598997,7 @@ 528.864, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599020,7 +599020,7 @@ 528.864, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599043,7 +599043,7 @@ 528.864, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599066,7 +599066,7 @@ 528.864, "k", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599089,7 +599089,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599112,7 +599112,7 @@ 528.864, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599135,7 +599135,7 @@ 528.864, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599158,7 +599158,7 @@ 528.864, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599181,7 +599181,7 @@ 528.864, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599204,7 +599204,7 @@ 528.864, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599227,7 +599227,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599250,7 +599250,7 @@ 528.864, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599273,7 +599273,7 @@ 528.864, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599296,7 +599296,7 @@ 528.864, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599319,7 +599319,7 @@ 528.864, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599342,7 +599342,7 @@ 528.864, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599365,7 +599365,7 @@ 528.864, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599388,7 +599388,7 @@ 528.864, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599411,7 +599411,7 @@ 528.864, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599434,7 +599434,7 @@ 528.864, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599457,7 +599457,7 @@ 528.864, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599480,7 +599480,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599503,7 +599503,7 @@ 528.864, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599526,7 +599526,7 @@ 528.864, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599549,7 +599549,7 @@ 528.864, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599572,7 +599572,7 @@ 528.864, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599595,7 +599595,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599618,7 +599618,7 @@ 528.864, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599641,7 +599641,7 @@ 528.864, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599664,7 +599664,7 @@ 528.864, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599687,7 +599687,7 @@ 528.864, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599710,7 +599710,7 @@ 528.864, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599733,7 +599733,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599756,7 +599756,7 @@ 528.864, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599779,7 +599779,7 @@ 528.864, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599802,7 +599802,7 @@ 528.864, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599825,7 +599825,7 @@ 528.864, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599848,7 +599848,7 @@ 528.864, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599871,7 +599871,7 @@ 528.864, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599894,7 +599894,7 @@ 528.864, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599917,7 +599917,7 @@ 528.864, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599940,7 +599940,7 @@ 528.864, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599963,7 +599963,7 @@ 528.864, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -599986,7 +599986,7 @@ 528.864, "fi", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600009,7 +600009,7 @@ 528.864, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600032,7 +600032,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600055,7 +600055,7 @@ 528.864, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600078,7 +600078,7 @@ 528.864, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600101,7 +600101,7 @@ 528.864, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600124,7 +600124,7 @@ 528.864, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600147,7 +600147,7 @@ 528.864, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600170,7 +600170,7 @@ 528.864, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -600193,7 +600193,7 @@ 517.905, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600216,7 +600216,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600239,7 +600239,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600262,7 +600262,7 @@ 517.905, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600285,7 +600285,7 @@ 517.905, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600308,7 +600308,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600331,7 +600331,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600354,7 +600354,7 @@ 517.905, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600377,7 +600377,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600400,7 +600400,7 @@ 517.905, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600423,7 +600423,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600446,7 +600446,7 @@ 517.905, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600469,7 +600469,7 @@ 517.905, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600492,7 +600492,7 @@ 517.905, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600515,7 +600515,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600538,7 +600538,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600561,7 +600561,7 @@ 517.905, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600584,7 +600584,7 @@ 517.905, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600607,7 +600607,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600630,7 +600630,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600653,7 +600653,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600676,7 +600676,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600699,7 +600699,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600722,7 +600722,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600745,7 +600745,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600768,7 +600768,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600791,7 +600791,7 @@ 517.905, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600814,7 +600814,7 @@ 517.905, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600837,7 +600837,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600860,7 +600860,7 @@ 517.905, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600883,7 +600883,7 @@ 517.905, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600906,7 +600906,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600929,7 +600929,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600952,7 +600952,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600975,7 +600975,7 @@ 517.905, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -600998,7 +600998,7 @@ 517.905, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601021,7 +601021,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601044,7 +601044,7 @@ 517.905, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601067,7 +601067,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601090,7 +601090,7 @@ 517.905, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601113,7 +601113,7 @@ 517.905, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601136,7 +601136,7 @@ 517.905, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601159,7 +601159,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601182,7 +601182,7 @@ 517.905, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601205,7 +601205,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601228,7 +601228,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601251,7 +601251,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601274,7 +601274,7 @@ 517.905, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601297,7 +601297,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601320,7 +601320,7 @@ 517.905, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601343,7 +601343,7 @@ 517.905, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601366,7 +601366,7 @@ 517.905, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601389,7 +601389,7 @@ 517.905, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601412,7 +601412,7 @@ 517.905, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601435,7 +601435,7 @@ 517.905, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601458,7 +601458,7 @@ 517.905, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601481,7 +601481,7 @@ 517.905, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -601504,7 +601504,7 @@ 506.946, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601527,7 +601527,7 @@ 506.946, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601550,7 +601550,7 @@ 506.946, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601573,7 +601573,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601596,7 +601596,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601619,7 +601619,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601642,7 +601642,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601665,7 +601665,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601688,7 +601688,7 @@ 506.946, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601711,7 +601711,7 @@ 506.946, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601734,7 +601734,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601757,7 +601757,7 @@ 506.946, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601780,7 +601780,7 @@ 506.946, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601803,7 +601803,7 @@ 506.946, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601826,7 +601826,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601849,7 +601849,7 @@ 506.946, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601872,7 +601872,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601895,7 +601895,7 @@ 506.946, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601918,7 +601918,7 @@ 506.946, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601941,7 +601941,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601964,7 +601964,7 @@ 506.946, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -601987,7 +601987,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602010,7 +602010,7 @@ 506.946, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602033,7 +602033,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602056,7 +602056,7 @@ 506.946, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602079,7 +602079,7 @@ 506.946, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602102,7 +602102,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602125,7 +602125,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602148,7 +602148,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602171,7 +602171,7 @@ 506.946, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602194,7 +602194,7 @@ 506.946, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602217,7 +602217,7 @@ 506.946, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602240,7 +602240,7 @@ 506.946, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602263,7 +602263,7 @@ 506.946, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602286,7 +602286,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602309,7 +602309,7 @@ 506.946, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602332,7 +602332,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602355,7 +602355,7 @@ 506.946, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602378,7 +602378,7 @@ 506.946, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602401,7 +602401,7 @@ 506.946, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602424,7 +602424,7 @@ 506.946, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602447,7 +602447,7 @@ 506.946, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602470,7 +602470,7 @@ 506.946, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602493,7 +602493,7 @@ 506.946, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602516,7 +602516,7 @@ 506.946, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602539,7 +602539,7 @@ 506.946, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602562,7 +602562,7 @@ 506.946, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602585,7 +602585,7 @@ 506.946, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602608,7 +602608,7 @@ 506.946, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602631,7 +602631,7 @@ 506.946, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602654,7 +602654,7 @@ 506.946, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602677,7 +602677,7 @@ 506.946, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602700,7 +602700,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602723,7 +602723,7 @@ 495.987, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602746,7 +602746,7 @@ 495.987, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602769,7 +602769,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602792,7 +602792,7 @@ 495.987, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602815,7 +602815,7 @@ 495.987, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602838,7 +602838,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602861,7 +602861,7 @@ 495.987, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602884,7 +602884,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602907,7 +602907,7 @@ 495.987, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602930,7 +602930,7 @@ 495.987, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602953,7 +602953,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602976,7 +602976,7 @@ 495.987, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -602999,7 +602999,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603022,7 +603022,7 @@ 495.987, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603045,7 +603045,7 @@ 495.987, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603068,7 +603068,7 @@ 495.987, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603091,7 +603091,7 @@ 495.987, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603114,7 +603114,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603137,7 +603137,7 @@ 495.987, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603160,7 +603160,7 @@ 495.987, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603183,7 +603183,7 @@ 495.987, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603206,7 +603206,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603229,7 +603229,7 @@ 495.987, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603252,7 +603252,7 @@ 495.987, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603275,7 +603275,7 @@ 495.987, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603298,7 +603298,7 @@ 495.987, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603321,7 +603321,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603344,7 +603344,7 @@ 495.987, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603367,7 +603367,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603390,7 +603390,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603413,7 +603413,7 @@ 495.987, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603436,7 +603436,7 @@ 495.987, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603459,7 +603459,7 @@ 495.987, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603482,7 +603482,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603505,7 +603505,7 @@ 495.987, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603528,7 +603528,7 @@ 495.987, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603551,7 +603551,7 @@ 495.987, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603574,7 +603574,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603597,7 +603597,7 @@ 495.987, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603620,7 +603620,7 @@ 495.987, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603643,7 +603643,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603666,7 +603666,7 @@ 495.987, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603689,7 +603689,7 @@ 495.987, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603712,7 +603712,7 @@ 495.987, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603735,7 +603735,7 @@ 495.987, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603758,7 +603758,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603781,7 +603781,7 @@ 495.987, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603804,7 +603804,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603827,7 +603827,7 @@ 495.987, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603850,7 +603850,7 @@ 495.987, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603873,7 +603873,7 @@ 495.987, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603896,7 +603896,7 @@ 495.987, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603919,7 +603919,7 @@ 485.028, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603942,7 +603942,7 @@ 485.028, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603965,7 +603965,7 @@ 485.028, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -603988,7 +603988,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604011,7 +604011,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604034,7 +604034,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604057,7 +604057,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604080,7 +604080,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604103,7 +604103,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604126,7 +604126,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604149,7 +604149,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604172,7 +604172,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604195,7 +604195,7 @@ 485.028, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604218,7 +604218,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604241,7 +604241,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604264,7 +604264,7 @@ 485.028, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604287,7 +604287,7 @@ 485.028, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604310,7 +604310,7 @@ 485.028, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604333,7 +604333,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604356,7 +604356,7 @@ 485.028, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604379,7 +604379,7 @@ 485.028, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604402,7 +604402,7 @@ 485.028, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604425,7 +604425,7 @@ 485.028, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604448,7 +604448,7 @@ 485.028, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604471,7 +604471,7 @@ 485.028, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604494,7 +604494,7 @@ 485.028, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604517,7 +604517,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604540,7 +604540,7 @@ 485.028, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604563,7 +604563,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604586,7 +604586,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604609,7 +604609,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604632,7 +604632,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604655,7 +604655,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604678,7 +604678,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604701,7 +604701,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604724,7 +604724,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604747,7 +604747,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604770,7 +604770,7 @@ 485.028, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604793,7 +604793,7 @@ 485.028, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604816,7 +604816,7 @@ 485.028, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604839,7 +604839,7 @@ 485.028, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604862,7 +604862,7 @@ 485.028, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604885,7 +604885,7 @@ 485.028, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604908,7 +604908,7 @@ 485.028, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604931,7 +604931,7 @@ 485.028, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604954,7 +604954,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -604977,7 +604977,7 @@ 485.028, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605000,7 +605000,7 @@ 485.028, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605023,7 +605023,7 @@ 485.028, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605046,7 +605046,7 @@ 485.028, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605069,7 +605069,7 @@ 485.028, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605092,7 +605092,7 @@ 474.069, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605115,7 +605115,7 @@ 474.069, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605138,7 +605138,7 @@ 474.069, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605161,7 +605161,7 @@ 474.069, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605184,7 +605184,7 @@ 474.069, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605207,7 +605207,7 @@ 474.069, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605230,7 +605230,7 @@ 474.069, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605253,7 +605253,7 @@ 474.069, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605276,7 +605276,7 @@ 474.069, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605299,7 +605299,7 @@ 474.069, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605322,7 +605322,7 @@ 474.069, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605345,7 +605345,7 @@ 474.069, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605368,7 +605368,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605391,7 +605391,7 @@ 474.069, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605414,7 +605414,7 @@ 474.069, "q", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605437,7 +605437,7 @@ 474.069, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605460,7 +605460,7 @@ 474.069, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605483,7 +605483,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605506,7 +605506,7 @@ 474.069, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605529,7 +605529,7 @@ 474.069, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605552,7 +605552,7 @@ 474.069, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605575,7 +605575,7 @@ 474.069, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605598,7 +605598,7 @@ 474.069, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605621,7 +605621,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605644,7 +605644,7 @@ 474.069, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605667,7 +605667,7 @@ 474.069, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605690,7 +605690,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605713,7 +605713,7 @@ 474.069, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605736,7 +605736,7 @@ 474.069, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605759,7 +605759,7 @@ 474.069, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605782,7 +605782,7 @@ 474.069, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605805,7 +605805,7 @@ 474.069, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605828,7 +605828,7 @@ 474.069, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605851,7 +605851,7 @@ 474.069, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605874,7 +605874,7 @@ 474.069, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605897,7 +605897,7 @@ 474.069, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605920,7 +605920,7 @@ 474.069, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605943,7 +605943,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605966,7 +605966,7 @@ 474.069, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -605989,7 +605989,7 @@ 474.069, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606012,7 +606012,7 @@ 474.069, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606035,7 +606035,7 @@ 474.069, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606058,7 +606058,7 @@ 474.069, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606081,7 +606081,7 @@ 474.069, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606104,7 +606104,7 @@ 474.069, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606127,7 +606127,7 @@ 474.069, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606150,7 +606150,7 @@ 474.069, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606173,7 +606173,7 @@ 474.069, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606196,7 +606196,7 @@ 474.069, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606219,7 +606219,7 @@ 474.069, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606242,7 +606242,7 @@ 474.069, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -606265,7 +606265,7 @@ 463.11, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606288,7 +606288,7 @@ 463.11, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606311,7 +606311,7 @@ 463.11, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606334,7 +606334,7 @@ 463.11, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606357,7 +606357,7 @@ 463.11, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606380,7 +606380,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606403,7 +606403,7 @@ 463.11, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606426,7 +606426,7 @@ 463.11, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606449,7 +606449,7 @@ 463.11, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606472,7 +606472,7 @@ 463.11, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606495,7 +606495,7 @@ 463.11, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606518,7 +606518,7 @@ 463.11, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606541,7 +606541,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606564,7 +606564,7 @@ 463.11, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606587,7 +606587,7 @@ 463.11, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606610,7 +606610,7 @@ 463.11, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606633,7 +606633,7 @@ 463.11, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606656,7 +606656,7 @@ 463.11, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606679,7 +606679,7 @@ 463.11, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606702,7 +606702,7 @@ 463.11, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606725,7 +606725,7 @@ 463.11, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606748,7 +606748,7 @@ 463.11, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606771,7 +606771,7 @@ 463.11, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606794,7 +606794,7 @@ 463.11, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606817,7 +606817,7 @@ 463.11, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606840,7 +606840,7 @@ 463.11, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606863,7 +606863,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606886,7 +606886,7 @@ 463.11, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606909,7 +606909,7 @@ 463.11, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606932,7 +606932,7 @@ 463.11, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606955,7 +606955,7 @@ 463.11, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -606978,7 +606978,7 @@ 463.11, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607001,7 +607001,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607024,7 +607024,7 @@ 463.11, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607047,7 +607047,7 @@ 463.11, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607070,7 +607070,7 @@ 463.11, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607093,7 +607093,7 @@ 463.11, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607116,7 +607116,7 @@ 463.11, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607139,7 +607139,7 @@ 463.11, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607162,7 +607162,7 @@ 463.11, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607185,7 +607185,7 @@ 463.11, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607208,7 +607208,7 @@ 463.11, "v", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607231,7 +607231,7 @@ 463.11, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607254,7 +607254,7 @@ 463.11, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607277,7 +607277,7 @@ 463.11, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607300,7 +607300,7 @@ 463.11, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607323,7 +607323,7 @@ 463.11, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607346,7 +607346,7 @@ 463.11, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607369,7 +607369,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607392,7 +607392,7 @@ 463.11, ".", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607415,7 +607415,7 @@ 463.11, "T", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607438,7 +607438,7 @@ 463.11, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607461,7 +607461,7 @@ 463.11, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607484,7 +607484,7 @@ 463.11, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607507,7 +607507,7 @@ 463.11, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607530,7 +607530,7 @@ 463.11, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607553,7 +607553,7 @@ 463.11, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -607576,7 +607576,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607599,7 +607599,7 @@ 452.151, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607622,7 +607622,7 @@ 452.151, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607645,7 +607645,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607668,7 +607668,7 @@ 452.151, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607691,7 +607691,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607714,7 +607714,7 @@ 452.151, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607737,7 +607737,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607760,7 +607760,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607783,7 +607783,7 @@ 452.151, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607806,7 +607806,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607829,7 +607829,7 @@ 452.151, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607852,7 +607852,7 @@ 452.151, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607875,7 +607875,7 @@ 452.151, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607898,7 +607898,7 @@ 452.151, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607921,7 +607921,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607944,7 +607944,7 @@ 452.151, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607967,7 +607967,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -607990,7 +607990,7 @@ 452.151, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608013,7 +608013,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608036,7 +608036,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608059,7 +608059,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608082,7 +608082,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608105,7 +608105,7 @@ 452.151, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608128,7 +608128,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608151,7 +608151,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608174,7 +608174,7 @@ 452.151, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608197,7 +608197,7 @@ 452.151, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608220,7 +608220,7 @@ 452.151, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608243,7 +608243,7 @@ 452.151, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608266,7 +608266,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608289,7 +608289,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608312,7 +608312,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608335,7 +608335,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608358,7 +608358,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608381,7 +608381,7 @@ 452.151, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608404,7 +608404,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608427,7 +608427,7 @@ 452.151, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608450,7 +608450,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608473,7 +608473,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608496,7 +608496,7 @@ 452.151, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608519,7 +608519,7 @@ 452.151, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608542,7 +608542,7 @@ 452.151, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608565,7 +608565,7 @@ 452.151, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608588,7 +608588,7 @@ 452.151, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608611,7 +608611,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608634,7 +608634,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608657,7 +608657,7 @@ 452.151, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608680,7 +608680,7 @@ 452.151, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608703,7 +608703,7 @@ 452.151, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608726,7 +608726,7 @@ 452.151, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608749,7 +608749,7 @@ 452.151, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608772,7 +608772,7 @@ 452.151, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -608795,7 +608795,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608818,7 +608818,7 @@ 441.192, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608841,7 +608841,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608864,7 +608864,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608887,7 +608887,7 @@ 441.192, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608910,7 +608910,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608933,7 +608933,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608956,7 +608956,7 @@ 441.192, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -608979,7 +608979,7 @@ 441.192, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609002,7 +609002,7 @@ 441.192, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609025,7 +609025,7 @@ 441.192, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609048,7 +609048,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609071,7 +609071,7 @@ 441.192, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609094,7 +609094,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609117,7 +609117,7 @@ 441.192, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609140,7 +609140,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609163,7 +609163,7 @@ 441.192, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609186,7 +609186,7 @@ 441.192, "A", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609209,7 +609209,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609232,7 +609232,7 @@ 441.192, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609255,7 +609255,7 @@ 441.192, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609278,7 +609278,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609301,7 +609301,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609324,7 +609324,7 @@ 441.192, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609347,7 +609347,7 @@ 441.192, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609370,7 +609370,7 @@ 441.192, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609393,7 +609393,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609416,7 +609416,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609439,7 +609439,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609462,7 +609462,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609485,7 +609485,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609508,7 +609508,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609531,7 +609531,7 @@ 441.192, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609554,7 +609554,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609577,7 +609577,7 @@ 441.192, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609600,7 +609600,7 @@ 441.192, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609623,7 +609623,7 @@ 441.192, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609646,7 +609646,7 @@ 441.192, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609669,7 +609669,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609692,7 +609692,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609715,7 +609715,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609738,7 +609738,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609761,7 +609761,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609784,7 +609784,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609807,7 +609807,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609830,7 +609830,7 @@ 441.192, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609853,7 +609853,7 @@ 441.192, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609876,7 +609876,7 @@ 441.192, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609899,7 +609899,7 @@ 441.192, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609922,7 +609922,7 @@ 441.192, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609945,7 +609945,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609968,7 +609968,7 @@ 441.192, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -609991,7 +609991,7 @@ 441.192, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -610014,7 +610014,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610037,7 +610037,7 @@ 430.234, "h", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610060,7 +610060,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610083,7 +610083,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610106,7 +610106,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610129,7 +610129,7 @@ 430.234, "h", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610152,7 +610152,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610175,7 +610175,7 @@ 430.234, "l", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610198,7 +610198,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610221,7 +610221,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610244,7 +610244,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610267,7 +610267,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610290,7 +610290,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610313,7 +610313,7 @@ 430.234, "u", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610336,7 +610336,7 @@ 430.234, "s", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610359,7 +610359,7 @@ 430.234, "u", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610382,7 +610382,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610405,7 +610405,7 @@ 430.234, "l", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610428,7 +610428,7 @@ 430.234, "l", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610451,7 +610451,7 @@ 430.234, "y", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610474,7 +610474,7 @@ 430.234, "p", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610497,7 +610497,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610520,7 +610520,7 @@ 430.234, "o", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610543,7 +610543,7 @@ 430.234, "v", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610566,7 +610566,7 @@ 430.234, "i", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610589,7 +610589,7 @@ 430.234, "d", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610612,7 +610612,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610635,7 +610635,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610658,7 +610658,7 @@ 430.234, "m", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610681,7 +610681,7 @@ 430.234, "o", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610704,7 +610704,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610727,7 +610727,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610750,7 +610750,7 @@ 430.234, "n", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610773,7 +610773,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610796,7 +610796,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610819,7 +610819,7 @@ 430.234, "u", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610842,7 +610842,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610865,7 +610865,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610888,7 +610888,7 @@ 430.234, "l", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610911,7 +610911,7 @@ 430.234, "i", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610934,7 +610934,7 @@ 430.234, "n", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610957,7 +610957,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -610980,7 +610980,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611003,7 +611003,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611026,7 +611026,7 @@ 430.234, "p", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611049,7 +611049,7 @@ 430.234, "r", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611072,7 +611072,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611095,7 +611095,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611118,7 +611118,7 @@ 430.234, "a", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611141,7 +611141,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611164,7 +611164,7 @@ 430.234, "i", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611187,7 +611187,7 @@ 430.234, "o", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611210,7 +611210,7 @@ 430.234, "n", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611233,7 +611233,7 @@ 430.234, "o", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611256,7 +611256,7 @@ 430.234, "f", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611279,7 +611279,7 @@ 430.234, "t", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611302,7 +611302,7 @@ 430.234, "h", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611325,7 +611325,7 @@ 430.234, "e", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -611348,7 +611348,7 @@ 419.275, "p", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611371,7 +611371,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611394,7 +611394,7 @@ 419.275, "g", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611417,7 +611417,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611440,7 +611440,7 @@ 419.275, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611463,7 +611463,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611486,7 +611486,7 @@ 419.275, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611509,7 +611509,7 @@ 419.275, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611532,7 +611532,7 @@ 419.275, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611555,7 +611555,7 @@ 419.275, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611578,7 +611578,7 @@ 419.275, ".", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611601,7 +611601,7 @@ 419.275, "T", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611624,7 +611624,7 @@ 419.275, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611647,7 +611647,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611670,7 +611670,7 @@ 419.275, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611693,7 +611693,7 @@ 419.275, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611716,7 +611716,7 @@ 419.275, "m", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611739,7 +611739,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611762,7 +611762,7 @@ 419.275, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611785,7 +611785,7 @@ 419.275, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611808,7 +611808,7 @@ 419.275, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611831,7 +611831,7 @@ 419.275, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611854,7 +611854,7 @@ 419.275, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611877,7 +611877,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611900,7 +611900,7 @@ 419.275, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611923,7 +611923,7 @@ 419.275, "p", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611946,7 +611946,7 @@ 419.275, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611969,7 +611969,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -611992,7 +611992,7 @@ 419.275, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612015,7 +612015,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612038,7 +612038,7 @@ 419.275, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612061,7 +612061,7 @@ 419.275, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612084,7 +612084,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612107,7 +612107,7 @@ 419.275, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612130,7 +612130,7 @@ 419.275, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612153,7 +612153,7 @@ 419.275, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612176,7 +612176,7 @@ 419.275, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612199,7 +612199,7 @@ 419.275, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612222,7 +612222,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612245,7 +612245,7 @@ 419.275, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612268,7 +612268,7 @@ 419.275, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612291,7 +612291,7 @@ 419.275, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612314,7 +612314,7 @@ 419.275, "g", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612337,7 +612337,7 @@ 419.275, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612360,7 +612360,7 @@ 419.275, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612383,7 +612383,7 @@ 419.275, "fi", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612406,7 +612406,7 @@ 419.275, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612429,7 +612429,7 @@ 419.275, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612452,7 +612452,7 @@ 419.275, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612475,7 +612475,7 @@ 419.275, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612498,7 +612498,7 @@ 419.275, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612521,7 +612521,7 @@ 419.275, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612544,7 +612544,7 @@ 419.275, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612567,7 +612567,7 @@ 419.275, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612590,7 +612590,7 @@ 419.275, "v", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612613,7 +612613,7 @@ 419.275, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612636,7 +612636,7 @@ 419.275, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -612659,7 +612659,7 @@ 408.316, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612682,7 +612682,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612705,7 +612705,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612728,7 +612728,7 @@ 408.316, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612751,7 +612751,7 @@ 408.316, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612774,7 +612774,7 @@ 408.316, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612797,7 +612797,7 @@ 408.316, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612820,7 +612820,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612843,7 +612843,7 @@ 408.316, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612866,7 +612866,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612889,7 +612889,7 @@ 408.316, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612912,7 +612912,7 @@ 408.316, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612935,7 +612935,7 @@ 408.316, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612958,7 +612958,7 @@ 408.316, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -612981,7 +612981,7 @@ 408.316, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613004,7 +613004,7 @@ 408.316, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613027,7 +613027,7 @@ 408.316, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613050,7 +613050,7 @@ 408.316, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613073,7 +613073,7 @@ 408.316, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613096,7 +613096,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613119,7 +613119,7 @@ 408.316, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613142,7 +613142,7 @@ 408.316, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613165,7 +613165,7 @@ 408.316, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613188,7 +613188,7 @@ 408.316, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613211,7 +613211,7 @@ 408.316, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613234,7 +613234,7 @@ 408.316, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613257,7 +613257,7 @@ 408.316, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613280,7 +613280,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613303,7 +613303,7 @@ 408.316, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613326,7 +613326,7 @@ 408.316, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613349,7 +613349,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613372,7 +613372,7 @@ 408.316, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613395,7 +613395,7 @@ 408.316, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613418,7 +613418,7 @@ 408.316, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613441,7 +613441,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613464,7 +613464,7 @@ 408.316, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613487,7 +613487,7 @@ 408.316, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613510,7 +613510,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613533,7 +613533,7 @@ 408.316, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613556,7 +613556,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613579,7 +613579,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613602,7 +613602,7 @@ 408.316, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613625,7 +613625,7 @@ 408.316, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613648,7 +613648,7 @@ 408.316, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613671,7 +613671,7 @@ 408.316, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613694,7 +613694,7 @@ 408.316, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613717,7 +613717,7 @@ 408.316, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613740,7 +613740,7 @@ 408.316, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613763,7 +613763,7 @@ 408.316, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613786,7 +613786,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613809,7 +613809,7 @@ 408.316, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613832,7 +613832,7 @@ 408.316, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613855,7 +613855,7 @@ 408.316, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613878,7 +613878,7 @@ 408.316, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613901,7 +613901,7 @@ 408.316, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613924,7 +613924,7 @@ 408.316, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613947,7 +613947,7 @@ 408.316, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -613970,7 +613970,7 @@ 397.357, "'", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -613993,7 +613993,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614016,7 +614016,7 @@ 397.357, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614039,7 +614039,7 @@ 397.357, "v", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614062,7 +614062,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614085,7 +614085,7 @@ 397.357, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614108,7 +614108,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614131,7 +614131,7 @@ 397.357, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614154,7 +614154,7 @@ 397.357, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614177,7 +614177,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614200,7 +614200,7 @@ 397.357, "'", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614223,7 +614223,7 @@ 397.357, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614246,7 +614246,7 @@ 397.357, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614269,7 +614269,7 @@ 397.357, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614292,7 +614292,7 @@ 397.357, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614315,7 +614315,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614338,7 +614338,7 @@ 397.357, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614361,7 +614361,7 @@ 397.357, "m", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614384,7 +614384,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614407,7 +614407,7 @@ 397.357, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614430,7 +614430,7 @@ 397.357, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614453,7 +614453,7 @@ 397.357, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614476,7 +614476,7 @@ 397.357, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614499,7 +614499,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614522,7 +614522,7 @@ 397.357, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614545,7 +614545,7 @@ 397.357, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614568,7 +614568,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614591,7 +614591,7 @@ 397.357, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614614,7 +614614,7 @@ 397.357, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614637,7 +614637,7 @@ 397.357, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614660,7 +614660,7 @@ 397.357, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614683,7 +614683,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614706,7 +614706,7 @@ 397.357, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614729,7 +614729,7 @@ 397.357, "y", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614752,7 +614752,7 @@ 397.357, "f", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614775,7 +614775,7 @@ 397.357, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614798,7 +614798,7 @@ 397.357, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614821,7 +614821,7 @@ 397.357, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614844,7 +614844,7 @@ 397.357, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614867,7 +614867,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614890,7 +614890,7 @@ 397.357, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614913,7 +614913,7 @@ 397.357, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614936,7 +614936,7 @@ 397.357, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614959,7 +614959,7 @@ 397.357, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -614982,7 +614982,7 @@ 397.357, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615005,7 +615005,7 @@ 397.357, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615028,7 +615028,7 @@ 397.357, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615051,7 +615051,7 @@ 397.357, "x", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615074,7 +615074,7 @@ 397.357, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615097,7 +615097,7 @@ 397.357, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615120,7 +615120,7 @@ 397.357, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615143,7 +615143,7 @@ 397.357, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615166,7 +615166,7 @@ 397.357, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615189,7 +615189,7 @@ 397.357, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615212,7 +615212,7 @@ 397.357, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615235,7 +615235,7 @@ 397.357, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615258,7 +615258,7 @@ 397.357, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615281,7 +615281,7 @@ 397.357, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615304,7 +615304,7 @@ 397.357, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -615327,7 +615327,7 @@ 386.398, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615350,7 +615350,7 @@ 386.398, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615373,7 +615373,7 @@ 386.398, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615396,7 +615396,7 @@ 386.398, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615419,7 +615419,7 @@ 386.398, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615442,7 +615442,7 @@ 386.398, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615465,7 +615465,7 @@ 386.398, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615488,7 +615488,7 @@ 386.398, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615511,7 +615511,7 @@ 386.398, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615534,7 +615534,7 @@ 386.398, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615557,7 +615557,7 @@ 386.398, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615580,7 +615580,7 @@ 386.398, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615603,7 +615603,7 @@ 386.398, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615626,7 +615626,7 @@ 386.398, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615649,7 +615649,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615672,7 +615672,7 @@ 386.398, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615695,7 +615695,7 @@ 386.398, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615718,7 +615718,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615741,7 +615741,7 @@ 386.398, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615764,7 +615764,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615787,7 +615787,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615810,7 +615810,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615833,7 +615833,7 @@ 386.398, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615856,7 +615856,7 @@ 386.398, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615879,7 +615879,7 @@ 386.398, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615902,7 +615902,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615925,7 +615925,7 @@ 386.398, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615948,7 +615948,7 @@ 386.398, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615971,7 +615971,7 @@ 386.398, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -615994,7 +615994,7 @@ 386.398, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616017,7 +616017,7 @@ 386.398, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616040,7 +616040,7 @@ 386.398, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616063,7 +616063,7 @@ 386.398, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616086,7 +616086,7 @@ 386.398, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616109,7 +616109,7 @@ 386.398, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616132,7 +616132,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616155,7 +616155,7 @@ 386.398, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616178,7 +616178,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616201,7 +616201,7 @@ 386.398, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616224,7 +616224,7 @@ 386.398, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616247,7 +616247,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616270,7 +616270,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616293,7 +616293,7 @@ 386.398, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616316,7 +616316,7 @@ 386.398, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616339,7 +616339,7 @@ 386.398, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616362,7 +616362,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616385,7 +616385,7 @@ 386.398, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616408,7 +616408,7 @@ 386.398, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616431,7 +616431,7 @@ 386.398, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616454,7 +616454,7 @@ 386.398, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616477,7 +616477,7 @@ 386.398, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616500,7 +616500,7 @@ 386.398, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616523,7 +616523,7 @@ 386.398, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616546,7 +616546,7 @@ 386.398, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -616569,7 +616569,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616592,7 +616592,7 @@ 375.439, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616615,7 +616615,7 @@ 375.439, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616638,7 +616638,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616661,7 +616661,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616684,7 +616684,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616707,7 +616707,7 @@ 375.439, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616730,7 +616730,7 @@ 375.439, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616753,7 +616753,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616776,7 +616776,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616799,7 +616799,7 @@ 375.439, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616822,7 +616822,7 @@ 375.439, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616845,7 +616845,7 @@ 375.439, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616868,7 +616868,7 @@ 375.439, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616891,7 +616891,7 @@ 375.439, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616914,7 +616914,7 @@ 375.439, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616937,7 +616937,7 @@ 375.439, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616960,7 +616960,7 @@ 375.439, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -616983,7 +616983,7 @@ 375.439, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617006,7 +617006,7 @@ 375.439, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617029,7 +617029,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617052,7 +617052,7 @@ 375.439, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617075,7 +617075,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617098,7 +617098,7 @@ 375.439, "l", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617121,7 +617121,7 @@ 375.439, "y", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617144,7 +617144,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617167,7 +617167,7 @@ 375.439, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617190,7 +617190,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617213,7 +617213,7 @@ 375.439, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617236,7 +617236,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617259,7 +617259,7 @@ 375.439, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617282,7 +617282,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617305,7 +617305,7 @@ 375.439, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617328,7 +617328,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617351,7 +617351,7 @@ 375.439, "l", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617374,7 +617374,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617397,7 +617397,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617420,7 +617420,7 @@ 375.439, "b", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617443,7 +617443,7 @@ 375.439, "l", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617466,7 +617466,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617489,7 +617489,7 @@ 375.439, ",", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617512,7 +617512,7 @@ 375.439, "w", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617535,7 +617535,7 @@ 375.439, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617558,7 +617558,7 @@ 375.439, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617581,7 +617581,7 @@ 375.439, "l", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617604,7 +617604,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617627,7 +617627,7 @@ 375.439, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617650,7 +617650,7 @@ 375.439, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617673,7 +617673,7 @@ 375.439, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617696,7 +617696,7 @@ 375.439, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617719,7 +617719,7 @@ 375.439, "u", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617742,7 +617742,7 @@ 375.439, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617765,7 +617765,7 @@ 375.439, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617788,7 +617788,7 @@ 375.439, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -617811,7 +617811,7 @@ 364.48, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617834,7 +617834,7 @@ 364.48, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617857,7 +617857,7 @@ 364.48, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617880,7 +617880,7 @@ 364.48, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617903,7 +617903,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617926,7 +617926,7 @@ 364.48, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617949,7 +617949,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617972,7 +617972,7 @@ 364.48, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -617995,7 +617995,7 @@ 364.48, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618018,7 +618018,7 @@ 364.48, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618041,7 +618041,7 @@ 364.48, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618064,7 +618064,7 @@ 364.48, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618087,7 +618087,7 @@ 364.48, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618110,7 +618110,7 @@ 364.48, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618133,7 +618133,7 @@ 364.48, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618156,7 +618156,7 @@ 364.48, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618179,7 +618179,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618202,7 +618202,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618225,7 +618225,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618248,7 +618248,7 @@ 364.48, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618271,7 +618271,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618294,7 +618294,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618317,7 +618317,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618340,7 +618340,7 @@ 364.48, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618363,7 +618363,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618386,7 +618386,7 @@ 364.48, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618409,7 +618409,7 @@ 364.48, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618432,7 +618432,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618455,7 +618455,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618478,7 +618478,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618501,7 +618501,7 @@ 364.48, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618524,7 +618524,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618547,7 +618547,7 @@ 364.48, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618570,7 +618570,7 @@ 364.48, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618593,7 +618593,7 @@ 364.48, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618616,7 +618616,7 @@ 364.48, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618731,7 +618731,7 @@ 364.48, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618754,7 +618754,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618777,7 +618777,7 @@ 364.48, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618800,7 +618800,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618823,7 +618823,7 @@ 364.48, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618846,7 +618846,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618869,7 +618869,7 @@ 364.48, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618892,7 +618892,7 @@ 364.48, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618915,7 +618915,7 @@ 364.48, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618938,7 +618938,7 @@ 364.48, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618961,7 +618961,7 @@ 364.48, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -618984,7 +618984,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619007,7 +619007,7 @@ 364.48, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619030,7 +619030,7 @@ 364.48, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619053,7 +619053,7 @@ 364.48, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619076,7 +619076,7 @@ 364.48, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619099,7 +619099,7 @@ 364.48, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -619122,7 +619122,7 @@ 353.521, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619145,7 +619145,7 @@ 353.521, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619168,7 +619168,7 @@ 353.521, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619191,7 +619191,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619214,7 +619214,7 @@ 353.521, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619237,7 +619237,7 @@ 353.521, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619260,7 +619260,7 @@ 353.521, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619283,7 +619283,7 @@ 353.521, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619306,7 +619306,7 @@ 353.521, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619329,7 +619329,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619352,7 +619352,7 @@ 353.521, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619375,7 +619375,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619398,7 +619398,7 @@ 353.521, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619421,7 +619421,7 @@ 353.521, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619444,7 +619444,7 @@ 353.521, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619467,7 +619467,7 @@ 353.521, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619490,7 +619490,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619513,7 +619513,7 @@ 353.521, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619536,7 +619536,7 @@ 353.521, "-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619559,7 +619559,7 @@ 353.521, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619582,7 +619582,7 @@ 353.521, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619605,7 +619605,7 @@ 353.521, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619628,7 +619628,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619651,7 +619651,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619674,7 +619674,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619697,7 +619697,7 @@ 353.521, "x", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619720,7 +619720,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619743,7 +619743,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619766,7 +619766,7 @@ 353.521, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619789,7 +619789,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619812,7 +619812,7 @@ 353.521, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619835,7 +619835,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619858,7 +619858,7 @@ 353.521, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619881,7 +619881,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619904,7 +619904,7 @@ 353.521, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619927,7 +619927,7 @@ 353.521, ",", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619950,7 +619950,7 @@ 353.521, "w", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619973,7 +619973,7 @@ 353.521, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -619996,7 +619996,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620019,7 +620019,7 @@ 353.521, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620042,7 +620042,7 @@ 353.521, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620065,7 +620065,7 @@ 353.521, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620088,7 +620088,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620111,7 +620111,7 @@ 353.521, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620134,7 +620134,7 @@ 353.521, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620157,7 +620157,7 @@ 353.521, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620180,7 +620180,7 @@ 353.521, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620203,7 +620203,7 @@ 353.521, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620226,7 +620226,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620249,7 +620249,7 @@ 353.521, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620272,7 +620272,7 @@ 353.521, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620295,7 +620295,7 @@ 353.521, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620318,7 +620318,7 @@ 353.521, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620341,7 +620341,7 @@ 353.521, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620364,7 +620364,7 @@ 353.521, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620387,7 +620387,7 @@ 353.521, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -620410,7 +620410,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620433,7 +620433,7 @@ 342.562, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620456,7 +620456,7 @@ 342.562, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620479,7 +620479,7 @@ 342.562, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620502,7 +620502,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620525,7 +620525,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620548,7 +620548,7 @@ 342.562, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620571,7 +620571,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620594,7 +620594,7 @@ 342.562, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620617,7 +620617,7 @@ 342.562, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620640,7 +620640,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620663,7 +620663,7 @@ 342.562, "'", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620686,7 +620686,7 @@ 342.562, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620709,7 +620709,7 @@ 342.562, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620732,7 +620732,7 @@ 342.562, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620755,7 +620755,7 @@ 342.562, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620778,7 +620778,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620801,7 +620801,7 @@ 342.562, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620824,7 +620824,7 @@ 342.562, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620847,7 +620847,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620870,7 +620870,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620893,7 +620893,7 @@ 342.562, "'", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620916,7 +620916,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620939,7 +620939,7 @@ 342.562, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620962,7 +620962,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -620985,7 +620985,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621008,7 +621008,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621031,7 +621031,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621054,7 +621054,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621077,7 +621077,7 @@ 342.562, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621100,7 +621100,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621123,7 +621123,7 @@ 342.562, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621146,7 +621146,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621169,7 +621169,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621192,7 +621192,7 @@ 342.562, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621215,7 +621215,7 @@ 342.562, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621238,7 +621238,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621261,7 +621261,7 @@ 342.562, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621284,7 +621284,7 @@ 342.562, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621307,7 +621307,7 @@ 342.562, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621330,7 +621330,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621353,7 +621353,7 @@ 342.562, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621376,7 +621376,7 @@ 342.562, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621399,7 +621399,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621422,7 +621422,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621445,7 +621445,7 @@ 342.562, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621468,7 +621468,7 @@ 342.562, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621491,7 +621491,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621514,7 +621514,7 @@ 342.562, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621537,7 +621537,7 @@ 342.562, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621560,7 +621560,7 @@ 342.562, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621583,7 +621583,7 @@ 342.562, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621606,7 +621606,7 @@ 342.562, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621629,7 +621629,7 @@ 342.562, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621652,7 +621652,7 @@ 342.562, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621675,7 +621675,7 @@ 342.562, "A", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -621698,7 +621698,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621721,7 +621721,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621744,7 +621744,7 @@ 331.603, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621767,7 +621767,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621790,7 +621790,7 @@ 331.603, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621813,7 +621813,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621836,7 +621836,7 @@ 331.603, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621859,7 +621859,7 @@ 331.603, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621882,7 +621882,7 @@ 331.603, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621905,7 +621905,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621928,7 +621928,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621951,7 +621951,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621974,7 +621974,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -621997,7 +621997,7 @@ 331.603, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622020,7 +622020,7 @@ 331.603, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622043,7 +622043,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622066,7 +622066,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622089,7 +622089,7 @@ 331.603, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622112,7 +622112,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622135,7 +622135,7 @@ 331.603, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622158,7 +622158,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622181,7 +622181,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622204,7 +622204,7 @@ 331.603, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622227,7 +622227,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622250,7 +622250,7 @@ 331.603, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622273,7 +622273,7 @@ 331.603, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622296,7 +622296,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622319,7 +622319,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622342,7 +622342,7 @@ 331.603, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622365,7 +622365,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622388,7 +622388,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622411,7 +622411,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622434,7 +622434,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622457,7 +622457,7 @@ 331.603, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622480,7 +622480,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622503,7 +622503,7 @@ 331.603, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622526,7 +622526,7 @@ 331.603, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622549,7 +622549,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622572,7 +622572,7 @@ 331.603, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622595,7 +622595,7 @@ 331.603, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622618,7 +622618,7 @@ 331.603, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622641,7 +622641,7 @@ 331.603, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622664,7 +622664,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622687,7 +622687,7 @@ 331.603, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622710,7 +622710,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622733,7 +622733,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622756,7 +622756,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622779,7 +622779,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622802,7 +622802,7 @@ 331.603, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622825,7 +622825,7 @@ 331.603, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622848,7 +622848,7 @@ 331.603, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622871,7 +622871,7 @@ 331.603, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622894,7 +622894,7 @@ 331.603, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622917,7 +622917,7 @@ 331.603, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622940,7 +622940,7 @@ 331.603, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -622963,7 +622963,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -622986,7 +622986,7 @@ 320.645, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623009,7 +623009,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623032,7 +623032,7 @@ 320.645, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623055,7 +623055,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623078,7 +623078,7 @@ 320.645, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623101,7 +623101,7 @@ 320.645, "m", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623124,7 +623124,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623147,7 +623147,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623170,7 +623170,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623193,7 +623193,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623216,7 +623216,7 @@ 320.645, "'", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623239,7 +623239,7 @@ 320.645, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623262,7 +623262,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623285,7 +623285,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623308,7 +623308,7 @@ 320.645, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623331,7 +623331,7 @@ 320.645, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623354,7 +623354,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623377,7 +623377,7 @@ 320.645, "l", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623400,7 +623400,7 @@ 320.645, "'", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623423,7 +623423,7 @@ 320.645, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623446,7 +623446,7 @@ 320.645, "p", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623469,7 +623469,7 @@ 320.645, "p", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623492,7 +623492,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623515,7 +623515,7 @@ 320.645, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623538,7 +623538,7 @@ 320.645, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623561,7 +623561,7 @@ 320.645, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623584,7 +623584,7 @@ 320.645, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623607,7 +623607,7 @@ 320.645, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623630,7 +623630,7 @@ 320.645, "d", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623653,7 +623653,7 @@ 320.645, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623676,7 +623676,7 @@ 320.645, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623699,7 +623699,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623722,7 +623722,7 @@ 320.645, "h", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623745,7 +623745,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623768,7 +623768,7 @@ 320.645, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623791,7 +623791,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623814,7 +623814,7 @@ 320.645, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623837,7 +623837,7 @@ 320.645, "m", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623860,7 +623860,7 @@ 320.645, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623883,7 +623883,7 @@ 320.645, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623906,7 +623906,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623929,7 +623929,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623952,7 +623952,7 @@ 320.645, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623975,7 +623975,7 @@ 320.645, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -623998,7 +623998,7 @@ 320.645, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624021,7 +624021,7 @@ 320.645, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624044,7 +624044,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624067,7 +624067,7 @@ 320.645, "c", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624090,7 +624090,7 @@ 320.645, "c", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624113,7 +624113,7 @@ 320.645, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624136,7 +624136,7 @@ 320.645, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624159,7 +624159,7 @@ 320.645, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624182,7 +624182,7 @@ 320.645, "c", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624205,7 +624205,7 @@ 320.645, "y", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624228,7 +624228,7 @@ 320.645, ".", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -624251,7 +624251,7 @@ 309.686, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624274,7 +624274,7 @@ 309.686, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624297,7 +624297,7 @@ 309.686, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624320,7 +624320,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624343,7 +624343,7 @@ 309.686, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624366,7 +624366,7 @@ 309.686, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624389,7 +624389,7 @@ 309.686, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624412,7 +624412,7 @@ 309.686, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624435,7 +624435,7 @@ 309.686, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624458,7 +624458,7 @@ 309.686, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624481,7 +624481,7 @@ 309.686, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624504,7 +624504,7 @@ 309.686, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624527,7 +624527,7 @@ 309.686, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624550,7 +624550,7 @@ 309.686, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624573,7 +624573,7 @@ 309.686, "S", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624596,7 +624596,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624619,7 +624619,7 @@ 309.686, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624642,7 +624642,7 @@ 309.686, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624665,7 +624665,7 @@ 309.686, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624688,7 +624688,7 @@ 309.686, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624711,7 +624711,7 @@ 309.686, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624734,7 +624734,7 @@ 309.686, "4", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624757,7 +624757,7 @@ 309.686, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624780,7 +624780,7 @@ 309.686, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624803,7 +624803,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624826,7 +624826,7 @@ 309.686, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624849,7 +624849,7 @@ 309.686, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624872,7 +624872,7 @@ 309.686, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624895,7 +624895,7 @@ 309.686, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624918,7 +624918,7 @@ 309.686, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624941,7 +624941,7 @@ 309.686, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624964,7 +624964,7 @@ 309.686, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -624987,7 +624987,7 @@ 309.686, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625010,7 +625010,7 @@ 309.686, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625033,7 +625033,7 @@ 309.686, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625056,7 +625056,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625079,7 +625079,7 @@ 309.686, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625102,7 +625102,7 @@ 309.686, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625125,7 +625125,7 @@ 309.686, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625148,7 +625148,7 @@ 309.686, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625171,7 +625171,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625194,7 +625194,7 @@ 309.686, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625217,7 +625217,7 @@ 309.686, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625240,7 +625240,7 @@ 309.686, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625263,7 +625263,7 @@ 309.686, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625286,7 +625286,7 @@ 309.686, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625309,7 +625309,7 @@ 309.686, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625332,7 +625332,7 @@ 309.686, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625355,7 +625355,7 @@ 309.686, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625378,7 +625378,7 @@ 309.686, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625401,7 +625401,7 @@ 309.686, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625424,7 +625424,7 @@ 309.686, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625447,7 +625447,7 @@ 309.686, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625470,7 +625470,7 @@ 309.686, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625493,7 +625493,7 @@ 309.686, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -625516,7 +625516,7 @@ 298.727, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625539,7 +625539,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625562,7 +625562,7 @@ 298.727, "y", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625585,7 +625585,7 @@ 298.727, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625608,7 +625608,7 @@ 298.727, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625631,7 +625631,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625654,7 +625654,7 @@ 298.727, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625677,7 +625677,7 @@ 298.727, "c", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625700,7 +625700,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625723,7 +625723,7 @@ 298.727, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625746,7 +625746,7 @@ 298.727, "h", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625769,7 +625769,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625792,7 +625792,7 @@ 298.727, "v", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625815,7 +625815,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625838,7 +625838,7 @@ 298.727, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625861,7 +625861,7 @@ 298.727, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625884,7 +625884,7 @@ 298.727, "ff", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625907,7 +625907,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625930,7 +625930,7 @@ 298.727, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625953,7 +625953,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625976,7 +625976,7 @@ 298.727, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -625999,7 +625999,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626022,7 +626022,7 @@ 298.727, "b", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626045,7 +626045,7 @@ 298.727, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626068,7 +626068,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626091,7 +626091,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626114,7 +626114,7 @@ 298.727, "q", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626137,7 +626137,7 @@ 298.727, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626160,7 +626160,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626183,7 +626183,7 @@ 298.727, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626206,7 +626206,7 @@ 298.727, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626229,7 +626229,7 @@ 298.727, "y", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626252,7 +626252,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626275,7 +626275,7 @@ 298.727, "c", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626298,7 +626298,7 @@ 298.727, "c", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626321,7 +626321,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626344,7 +626344,7 @@ 298.727, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626367,7 +626367,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626390,7 +626390,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626413,7 +626413,7 @@ 298.727, "b", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626436,7 +626436,7 @@ 298.727, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626459,7 +626459,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626482,7 +626482,7 @@ 298.727, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626505,7 +626505,7 @@ 298.727, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626528,7 +626528,7 @@ 298.727, "y", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626551,7 +626551,7 @@ 298.727, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626574,7 +626574,7 @@ 298.727, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626597,7 +626597,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626620,7 +626620,7 @@ 298.727, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626643,7 +626643,7 @@ 298.727, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626666,7 +626666,7 @@ 298.727, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626689,7 +626689,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626712,7 +626712,7 @@ 298.727, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626735,7 +626735,7 @@ 298.727, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626758,7 +626758,7 @@ 298.727, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626781,7 +626781,7 @@ 298.727, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626804,7 +626804,7 @@ 298.727, "-", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -626827,7 +626827,7 @@ 287.768, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626850,7 +626850,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626873,7 +626873,7 @@ 287.768, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626896,7 +626896,7 @@ 287.768, "i", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626919,7 +626919,7 @@ 287.768, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626942,7 +626942,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626965,7 +626965,7 @@ 287.768, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -626988,7 +626988,7 @@ 287.768, ".", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627011,7 +627011,7 @@ 287.768, "T", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627034,7 +627034,7 @@ 287.768, "h", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627057,7 +627057,7 @@ 287.768, "i", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627080,7 +627080,7 @@ 287.768, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627103,7 +627103,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627126,7 +627126,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627149,7 +627149,7 @@ 287.768, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627172,7 +627172,7 @@ 287.768, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627195,7 +627195,7 @@ 287.768, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627218,7 +627218,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627241,7 +627241,7 @@ 287.768, "l", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627264,7 +627264,7 @@ 287.768, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627287,7 +627287,7 @@ 287.768, "p", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627310,7 +627310,7 @@ 287.768, "p", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627333,7 +627333,7 @@ 287.768, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627356,7 +627356,7 @@ 287.768, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627379,7 +627379,7 @@ 287.768, "b", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627402,7 +627402,7 @@ 287.768, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627425,7 +627425,7 @@ 287.768, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627448,7 +627448,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627471,7 +627471,7 @@ 287.768, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627494,7 +627494,7 @@ 287.768, "f", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627517,7 +627517,7 @@ 287.768, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627540,7 +627540,7 @@ 287.768, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627563,7 +627563,7 @@ 287.768, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627586,7 +627586,7 @@ 287.768, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627609,7 +627609,7 @@ 287.768, "g", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627632,7 +627632,7 @@ 287.768, "m", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627655,7 +627655,7 @@ 287.768, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627678,7 +627678,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627701,7 +627701,7 @@ 287.768, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627724,7 +627724,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627747,7 +627747,7 @@ 287.768, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627770,7 +627770,7 @@ 287.768, "i", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627793,7 +627793,7 @@ 287.768, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627816,7 +627816,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627839,7 +627839,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627862,7 +627862,7 @@ 287.768, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627885,7 +627885,7 @@ 287.768, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627908,7 +627908,7 @@ 287.768, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627931,7 +627931,7 @@ 287.768, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627954,7 +627954,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -627977,7 +627977,7 @@ 287.768, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -628000,7 +628000,7 @@ 287.768, "y", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -628023,7 +628023,7 @@ 287.768, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -628046,7 +628046,7 @@ 287.768, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -628069,7 +628069,7 @@ 287.768, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -628092,7 +628092,7 @@ 276.809, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628115,7 +628115,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628138,7 +628138,7 @@ 276.809, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628161,7 +628161,7 @@ 276.809, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628184,7 +628184,7 @@ 276.809, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628207,7 +628207,7 @@ 276.809, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628230,7 +628230,7 @@ 276.809, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628253,7 +628253,7 @@ 276.809, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628276,7 +628276,7 @@ 276.809, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628299,7 +628299,7 @@ 276.809, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628322,7 +628322,7 @@ 276.809, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628345,7 +628345,7 @@ 276.809, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628368,7 +628368,7 @@ 276.809, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628391,7 +628391,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628414,7 +628414,7 @@ 276.809, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628437,7 +628437,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628460,7 +628460,7 @@ 276.809, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628483,7 +628483,7 @@ 276.809, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628506,7 +628506,7 @@ 276.809, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628529,7 +628529,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628552,7 +628552,7 @@ 276.809, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628575,7 +628575,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628598,7 +628598,7 @@ 276.809, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628621,7 +628621,7 @@ 276.809, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628644,7 +628644,7 @@ 276.809, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628667,7 +628667,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628690,7 +628690,7 @@ 276.809, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628713,7 +628713,7 @@ 276.809, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628736,7 +628736,7 @@ 276.809, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628759,7 +628759,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628782,7 +628782,7 @@ 276.809, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628805,7 +628805,7 @@ 276.809, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628828,7 +628828,7 @@ 276.809, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628851,7 +628851,7 @@ 276.809, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628874,7 +628874,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628897,7 +628897,7 @@ 276.809, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628920,7 +628920,7 @@ 276.809, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628943,7 +628943,7 @@ 276.809, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628966,7 +628966,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -628989,7 +628989,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629012,7 +629012,7 @@ 276.809, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629035,7 +629035,7 @@ 276.809, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629058,7 +629058,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629081,7 +629081,7 @@ 276.809, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629104,7 +629104,7 @@ 276.809, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629127,7 +629127,7 @@ 276.809, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629150,7 +629150,7 @@ 276.809, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629173,7 +629173,7 @@ 276.809, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629196,7 +629196,7 @@ 276.809, "ff", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629219,7 +629219,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629242,7 +629242,7 @@ 276.809, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629265,7 +629265,7 @@ 276.809, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629288,7 +629288,7 @@ 276.809, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629311,7 +629311,7 @@ 276.809, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -629334,7 +629334,7 @@ 265.85, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629357,7 +629357,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629380,7 +629380,7 @@ 265.85, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629403,7 +629403,7 @@ 265.85, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629426,7 +629426,7 @@ 265.85, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629449,7 +629449,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629472,7 +629472,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629495,7 +629495,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629518,7 +629518,7 @@ 265.85, "d", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629541,7 +629541,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629564,7 +629564,7 @@ 265.85, "v", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629587,7 +629587,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629610,7 +629610,7 @@ 265.85, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629633,7 +629633,7 @@ 265.85, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629656,7 +629656,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629679,7 +629679,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629702,7 +629702,7 @@ 265.85, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629725,7 +629725,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629748,7 +629748,7 @@ 265.85, "g", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629771,7 +629771,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629794,7 +629794,7 @@ 265.85, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629817,7 +629817,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629840,7 +629840,7 @@ 265.85, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629863,7 +629863,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629886,7 +629886,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629909,7 +629909,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629932,7 +629932,7 @@ 265.85, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629955,7 +629955,7 @@ 265.85, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -629978,7 +629978,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630001,7 +630001,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630024,7 +630024,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630047,7 +630047,7 @@ 265.85, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630070,7 +630070,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630093,7 +630093,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630116,7 +630116,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630139,7 +630139,7 @@ 265.85, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630162,7 +630162,7 @@ 265.85, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630185,7 +630185,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630208,7 +630208,7 @@ 265.85, "g", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630231,7 +630231,7 @@ 265.85, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630254,7 +630254,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630277,7 +630277,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630300,7 +630300,7 @@ 265.85, "m", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630323,7 +630323,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630346,7 +630346,7 @@ 265.85, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630369,7 +630369,7 @@ 265.85, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630392,7 +630392,7 @@ 265.85, ".", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630415,7 +630415,7 @@ 265.85, "S", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630438,7 +630438,7 @@ 265.85, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630461,7 +630461,7 @@ 265.85, "c", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630484,7 +630484,7 @@ 265.85, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630507,7 +630507,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630530,7 +630530,7 @@ 265.85, "b", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630553,7 +630553,7 @@ 265.85, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630576,7 +630576,7 @@ 265.85, "s", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630599,7 +630599,7 @@ 265.85, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630622,7 +630622,7 @@ 265.85, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -630645,7 +630645,7 @@ 254.891, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630668,7 +630668,7 @@ 254.891, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630691,7 +630691,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630714,7 +630714,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630737,7 +630737,7 @@ 254.891, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630760,7 +630760,7 @@ 254.891, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630783,7 +630783,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630806,7 +630806,7 @@ 254.891, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630829,7 +630829,7 @@ 254.891, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630852,7 +630852,7 @@ 254.891, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630875,7 +630875,7 @@ 254.891, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630898,7 +630898,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630921,7 +630921,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630944,7 +630944,7 @@ 254.891, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630967,7 +630967,7 @@ 254.891, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -630990,7 +630990,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631013,7 +631013,7 @@ 254.891, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631036,7 +631036,7 @@ 254.891, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631059,7 +631059,7 @@ 254.891, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631082,7 +631082,7 @@ 254.891, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631105,7 +631105,7 @@ 254.891, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631128,7 +631128,7 @@ 254.891, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631151,7 +631151,7 @@ 254.891, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631174,7 +631174,7 @@ 254.891, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631197,7 +631197,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631220,7 +631220,7 @@ 254.891, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631243,7 +631243,7 @@ 254.891, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631266,7 +631266,7 @@ 254.891, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631289,7 +631289,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631312,7 +631312,7 @@ 254.891, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631335,7 +631335,7 @@ 254.891, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631358,7 +631358,7 @@ 254.891, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631381,7 +631381,7 @@ 254.891, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631404,7 +631404,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631427,7 +631427,7 @@ 254.891, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631450,7 +631450,7 @@ 254.891, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631473,7 +631473,7 @@ 254.891, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631496,7 +631496,7 @@ 254.891, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631519,7 +631519,7 @@ 254.891, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631542,7 +631542,7 @@ 254.891, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631565,7 +631565,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631588,7 +631588,7 @@ 254.891, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631611,7 +631611,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631634,7 +631634,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631657,7 +631657,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631680,7 +631680,7 @@ 254.891, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631703,7 +631703,7 @@ 254.891, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631726,7 +631726,7 @@ 254.891, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631749,7 +631749,7 @@ 254.891, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631772,7 +631772,7 @@ 254.891, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631795,7 +631795,7 @@ 254.891, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631818,7 +631818,7 @@ 254.891, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631841,7 +631841,7 @@ 254.891, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631864,7 +631864,7 @@ 254.891, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631887,7 +631887,7 @@ 254.891, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631910,7 +631910,7 @@ 254.891, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -631933,7 +631933,7 @@ 243.932, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -631956,7 +631956,7 @@ 243.932, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -631979,7 +631979,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632002,7 +632002,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632025,7 +632025,7 @@ 243.932, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632048,7 +632048,7 @@ 243.932, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632071,7 +632071,7 @@ 243.932, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632094,7 +632094,7 @@ 243.932, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632117,7 +632117,7 @@ 243.932, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632140,7 +632140,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632163,7 +632163,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632186,7 +632186,7 @@ 243.932, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632209,7 +632209,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632232,7 +632232,7 @@ 243.932, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632255,7 +632255,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632278,7 +632278,7 @@ 243.932, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632301,7 +632301,7 @@ 243.932, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632324,7 +632324,7 @@ 243.932, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632347,7 +632347,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632370,7 +632370,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632393,7 +632393,7 @@ 243.932, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632416,7 +632416,7 @@ 243.932, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632439,7 +632439,7 @@ 243.932, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632462,7 +632462,7 @@ 243.932, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632485,7 +632485,7 @@ 243.932, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632508,7 +632508,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632531,7 +632531,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632554,7 +632554,7 @@ 243.932, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632577,7 +632577,7 @@ 243.932, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632600,7 +632600,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632623,7 +632623,7 @@ 243.932, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632646,7 +632646,7 @@ 243.932, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632669,7 +632669,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632692,7 +632692,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632715,7 +632715,7 @@ 243.932, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632738,7 +632738,7 @@ 243.932, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632761,7 +632761,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632784,7 +632784,7 @@ 243.932, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632807,7 +632807,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632830,7 +632830,7 @@ 243.932, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632853,7 +632853,7 @@ 243.932, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632876,7 +632876,7 @@ 243.932, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632899,7 +632899,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632922,7 +632922,7 @@ 243.932, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632945,7 +632945,7 @@ 243.932, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632968,7 +632968,7 @@ 243.932, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -632991,7 +632991,7 @@ 243.932, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633014,7 +633014,7 @@ 243.932, "k", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633037,7 +633037,7 @@ 243.932, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633060,7 +633060,7 @@ 243.932, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633083,7 +633083,7 @@ 243.932, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633106,7 +633106,7 @@ 243.932, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633129,7 +633129,7 @@ 243.932, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633152,7 +633152,7 @@ 243.932, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -633175,7 +633175,7 @@ 232.973, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633198,7 +633198,7 @@ 232.973, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633221,7 +633221,7 @@ 232.973, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633244,7 +633244,7 @@ 232.973, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633267,7 +633267,7 @@ 232.973, "v", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633290,7 +633290,7 @@ 232.973, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633313,7 +633313,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633336,7 +633336,7 @@ 232.973, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633359,7 +633359,7 @@ 232.973, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633382,7 +633382,7 @@ 232.973, "v", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633405,7 +633405,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633428,7 +633428,7 @@ 232.973, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633451,7 +633451,7 @@ 232.973, "fi", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633474,7 +633474,7 @@ 232.973, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633497,7 +633497,7 @@ 232.973, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633520,7 +633520,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633543,7 +633543,7 @@ 232.973, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633566,7 +633566,7 @@ 232.973, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633589,7 +633589,7 @@ 232.973, "(", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633612,7 +633612,7 @@ 232.973, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633635,7 +633635,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633658,7 +633658,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633681,7 +633681,7 @@ 232.973, "T", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633704,7 +633704,7 @@ 232.973, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633727,7 +633727,7 @@ 232.973, "b", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633750,7 +633750,7 @@ 232.973, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633773,7 +633773,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633796,7 +633796,7 @@ 232.973, "1", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633819,7 +633819,7 @@ 232.973, ")", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633842,7 +633842,7 @@ 232.973, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633865,7 +633865,7 @@ 232.973, "O", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633888,7 +633888,7 @@ 232.973, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633911,7 +633911,7 @@ 232.973, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633934,7 +633934,7 @@ 232.973, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633957,7 +633957,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -633980,7 +633980,7 @@ 232.973, "fl", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634003,7 +634003,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634026,7 +634026,7 @@ 232.973, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634049,7 +634049,7 @@ 232.973, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634072,7 +634072,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634095,7 +634095,7 @@ 232.973, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634118,7 +634118,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634141,7 +634141,7 @@ 232.973, ",", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634164,7 +634164,7 @@ 232.973, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634187,7 +634187,7 @@ 232.973, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634210,7 +634210,7 @@ 232.973, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634233,7 +634233,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634256,7 +634256,7 @@ 232.973, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634279,7 +634279,7 @@ 232.973, "v", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634302,7 +634302,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634325,7 +634325,7 @@ 232.973, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634348,7 +634348,7 @@ 232.973, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634371,7 +634371,7 @@ 232.973, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634394,7 +634394,7 @@ 232.973, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634417,7 +634417,7 @@ 232.973, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634440,7 +634440,7 @@ 232.973, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -634463,7 +634463,7 @@ 222.014, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634486,7 +634486,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634509,7 +634509,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634532,7 +634532,7 @@ 222.014, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634555,7 +634555,7 @@ 222.014, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634578,7 +634578,7 @@ 222.014, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634601,7 +634601,7 @@ 222.014, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634624,7 +634624,7 @@ 222.014, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634647,7 +634647,7 @@ 222.014, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634670,7 +634670,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634693,7 +634693,7 @@ 222.014, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634716,7 +634716,7 @@ 222.014, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634739,7 +634739,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634762,7 +634762,7 @@ 222.014, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634785,7 +634785,7 @@ 222.014, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634808,7 +634808,7 @@ 222.014, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634831,7 +634831,7 @@ 222.014, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634854,7 +634854,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634877,7 +634877,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634900,7 +634900,7 @@ 222.014, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634923,7 +634923,7 @@ 222.014, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634946,7 +634946,7 @@ 222.014, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634969,7 +634969,7 @@ 222.014, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -634992,7 +634992,7 @@ 222.014, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635015,7 +635015,7 @@ 222.014, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635038,7 +635038,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635061,7 +635061,7 @@ 222.014, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635084,7 +635084,7 @@ 222.014, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635107,7 +635107,7 @@ 222.014, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635130,7 +635130,7 @@ 222.014, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635153,7 +635153,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635176,7 +635176,7 @@ 222.014, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635199,7 +635199,7 @@ 222.014, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635222,7 +635222,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635245,7 +635245,7 @@ 222.014, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635268,7 +635268,7 @@ 222.014, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635291,7 +635291,7 @@ 222.014, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635314,7 +635314,7 @@ 222.014, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635337,7 +635337,7 @@ 222.014, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635360,7 +635360,7 @@ 222.014, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635383,7 +635383,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635406,7 +635406,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635429,7 +635429,7 @@ 222.014, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635452,7 +635452,7 @@ 222.014, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635475,7 +635475,7 @@ 222.014, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635498,7 +635498,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635521,7 +635521,7 @@ 222.014, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635544,7 +635544,7 @@ 222.014, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635567,7 +635567,7 @@ 222.014, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635590,7 +635590,7 @@ 222.014, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635613,7 +635613,7 @@ 222.014, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -635636,7 +635636,7 @@ 211.055, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635659,7 +635659,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635682,7 +635682,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635705,7 +635705,7 @@ 211.055, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635728,7 +635728,7 @@ 211.055, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635751,7 +635751,7 @@ 211.055, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635774,7 +635774,7 @@ 211.055, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635797,7 +635797,7 @@ 211.055, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635820,7 +635820,7 @@ 211.055, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635843,7 +635843,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635866,7 +635866,7 @@ 211.055, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635889,7 +635889,7 @@ 211.055, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635912,7 +635912,7 @@ 211.055, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635935,7 +635935,7 @@ 211.055, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635958,7 +635958,7 @@ 211.055, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -635981,7 +635981,7 @@ 211.055, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636004,7 +636004,7 @@ 211.055, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636027,7 +636027,7 @@ 211.055, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636050,7 +636050,7 @@ 211.055, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636073,7 +636073,7 @@ 211.055, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636096,7 +636096,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636119,7 +636119,7 @@ 211.055, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636142,7 +636142,7 @@ 211.055, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636165,7 +636165,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636188,7 +636188,7 @@ 211.055, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636211,7 +636211,7 @@ 211.055, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636234,7 +636234,7 @@ 211.055, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636257,7 +636257,7 @@ 211.055, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636280,7 +636280,7 @@ 211.055, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636303,7 +636303,7 @@ 211.055, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636326,7 +636326,7 @@ 211.055, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636349,7 +636349,7 @@ 211.055, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636372,7 +636372,7 @@ 211.055, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -636832,7 +636832,7 @@ 159.596, "T", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636855,7 +636855,7 @@ 159.596, "h", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636878,7 +636878,7 @@ 159.596, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636901,7 +636901,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636924,7 +636924,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636947,7 +636947,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636970,7 +636970,7 @@ 159.596, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -636993,7 +636993,7 @@ 159.596, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637016,7 +637016,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637039,7 +637039,7 @@ 159.596, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637062,7 +637062,7 @@ 159.596, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637085,7 +637085,7 @@ 159.596, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637108,7 +637108,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637131,7 +637131,7 @@ 159.596, "c", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637154,7 +637154,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637177,7 +637177,7 @@ 159.596, "m", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637200,7 +637200,7 @@ 159.596, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637223,7 +637223,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637246,7 +637246,7 @@ 159.596, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637269,7 +637269,7 @@ 159.596, "g", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637292,7 +637292,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637315,7 +637315,7 @@ 159.596, "w", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637338,7 +637338,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637361,7 +637361,7 @@ 159.596, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637384,7 +637384,7 @@ 159.596, "c", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637407,7 +637407,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637430,7 +637430,7 @@ 159.596, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637453,7 +637453,7 @@ 159.596, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637476,7 +637476,7 @@ 159.596, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637499,7 +637499,7 @@ 159.596, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637522,7 +637522,7 @@ 159.596, "d", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637545,7 +637545,7 @@ 159.596, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637568,7 +637568,7 @@ 159.596, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637591,7 +637591,7 @@ 159.596, "t", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637614,7 +637614,7 @@ 159.596, "i", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637637,7 +637637,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637660,7 +637660,7 @@ 159.596, "f", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637683,7 +637683,7 @@ 159.596, "o", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637706,7 +637706,7 @@ 159.596, "u", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637729,7 +637729,7 @@ 159.596, "r", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637752,7 +637752,7 @@ 159.596, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637775,7 +637775,7 @@ 159.596, "h", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637798,7 +637798,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637821,7 +637821,7 @@ 159.596, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637844,7 +637844,7 @@ 159.596, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637867,7 +637867,7 @@ 159.596, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637890,7 +637890,7 @@ 159.596, ".", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637913,7 +637913,7 @@ 159.596, "I", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637936,7 +637936,7 @@ 159.596, "n", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637959,7 +637959,7 @@ 159.596, "p", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -637982,7 +637982,7 @@ 159.596, "h", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -638005,7 +638005,7 @@ 159.596, "a", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -638028,7 +638028,7 @@ 159.596, "s", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -638051,7 +638051,7 @@ 159.596, "e", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -638074,7 +638074,7 @@ 148.637, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638097,7 +638097,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638120,7 +638120,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638143,7 +638143,7 @@ 148.637, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638166,7 +638166,7 @@ 148.637, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638189,7 +638189,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638212,7 +638212,7 @@ 148.637, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638235,7 +638235,7 @@ 148.637, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638258,7 +638258,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638281,7 +638281,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638304,7 +638304,7 @@ 148.637, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638327,7 +638327,7 @@ 148.637, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638350,7 +638350,7 @@ 148.637, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638373,7 +638373,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638396,7 +638396,7 @@ 148.637, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638419,7 +638419,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638442,7 +638442,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638465,7 +638465,7 @@ 148.637, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638488,7 +638488,7 @@ 148.637, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638511,7 +638511,7 @@ 148.637, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638534,7 +638534,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638557,7 +638557,7 @@ 148.637, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638580,7 +638580,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638603,7 +638603,7 @@ 148.637, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638626,7 +638626,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638649,7 +638649,7 @@ 148.637, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638672,7 +638672,7 @@ 148.637, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638695,7 +638695,7 @@ 148.637, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638718,7 +638718,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638741,7 +638741,7 @@ 148.637, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638764,7 +638764,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638787,7 +638787,7 @@ 148.637, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638810,7 +638810,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638833,7 +638833,7 @@ 148.637, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638856,7 +638856,7 @@ 148.637, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638879,7 +638879,7 @@ 148.637, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638902,7 +638902,7 @@ 148.637, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638925,7 +638925,7 @@ 148.637, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638948,7 +638948,7 @@ 148.637, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638971,7 +638971,7 @@ 148.637, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -638994,7 +638994,7 @@ 148.637, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639017,7 +639017,7 @@ 148.637, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639040,7 +639040,7 @@ 148.637, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639063,7 +639063,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639086,7 +639086,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639109,7 +639109,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639132,7 +639132,7 @@ 148.637, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639155,7 +639155,7 @@ 148.637, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639178,7 +639178,7 @@ 148.637, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639201,7 +639201,7 @@ 148.637, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639224,7 +639224,7 @@ 148.637, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639247,7 +639247,7 @@ 148.637, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639270,7 +639270,7 @@ 148.637, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639293,7 +639293,7 @@ 148.637, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -639316,7 +639316,7 @@ 137.678, "I", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639339,7 +639339,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639362,7 +639362,7 @@ 137.678, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639385,7 +639385,7 @@ 137.678, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639408,7 +639408,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639431,7 +639431,7 @@ 137.678, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639454,7 +639454,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639477,7 +639477,7 @@ 137.678, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639500,7 +639500,7 @@ 137.678, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639523,7 +639523,7 @@ 137.678, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639546,7 +639546,7 @@ 137.678, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639569,7 +639569,7 @@ 137.678, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639592,7 +639592,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639615,7 +639615,7 @@ 137.678, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639638,7 +639638,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639661,7 +639661,7 @@ 137.678, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639684,7 +639684,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639707,7 +639707,7 @@ 137.678, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639730,7 +639730,7 @@ 137.678, "m", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639753,7 +639753,7 @@ 137.678, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639776,7 +639776,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639799,7 +639799,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639822,7 +639822,7 @@ 137.678, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639845,7 +639845,7 @@ 137.678, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639868,7 +639868,7 @@ 137.678, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639891,7 +639891,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639914,7 +639914,7 @@ 137.678, "c", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639937,7 +639937,7 @@ 137.678, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639960,7 +639960,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -639983,7 +639983,7 @@ 137.678, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640006,7 +640006,7 @@ 137.678, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640029,7 +640029,7 @@ 137.678, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640052,7 +640052,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640075,7 +640075,7 @@ 137.678, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640098,7 +640098,7 @@ 137.678, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640121,7 +640121,7 @@ 137.678, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640144,7 +640144,7 @@ 137.678, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640167,7 +640167,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640190,7 +640190,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640213,7 +640213,7 @@ 137.678, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640236,7 +640236,7 @@ 137.678, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640259,7 +640259,7 @@ 137.678, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640282,7 +640282,7 @@ 137.678, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640305,7 +640305,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640328,7 +640328,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640351,7 +640351,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640374,7 +640374,7 @@ 137.678, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640397,7 +640397,7 @@ 137.678, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640420,7 +640420,7 @@ 137.678, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640443,7 +640443,7 @@ 137.678, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640466,7 +640466,7 @@ 137.678, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640489,7 +640489,7 @@ 137.678, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640512,7 +640512,7 @@ 137.678, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640535,7 +640535,7 @@ 137.678, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -640558,7 +640558,7 @@ 126.719, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640581,7 +640581,7 @@ 126.719, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640604,7 +640604,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640627,7 +640627,7 @@ 126.719, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640650,7 +640650,7 @@ 126.719, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640673,7 +640673,7 @@ 126.719, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640696,7 +640696,7 @@ 126.719, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640719,7 +640719,7 @@ 126.719, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640742,7 +640742,7 @@ 126.719, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640765,7 +640765,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640788,7 +640788,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640811,7 +640811,7 @@ 126.719, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640834,7 +640834,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640857,7 +640857,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640880,7 +640880,7 @@ 126.719, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640903,7 +640903,7 @@ 126.719, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640926,7 +640926,7 @@ 126.719, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640949,7 +640949,7 @@ 126.719, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640972,7 +640972,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -640995,7 +640995,7 @@ 126.719, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641018,7 +641018,7 @@ 126.719, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641041,7 +641041,7 @@ 126.719, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641064,7 +641064,7 @@ 126.719, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641087,7 +641087,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641110,7 +641110,7 @@ 126.719, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641133,7 +641133,7 @@ 126.719, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641156,7 +641156,7 @@ 126.719, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641179,7 +641179,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641202,7 +641202,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641225,7 +641225,7 @@ 126.719, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641248,7 +641248,7 @@ 126.719, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641271,7 +641271,7 @@ 126.719, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641294,7 +641294,7 @@ 126.719, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641317,7 +641317,7 @@ 126.719, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641340,7 +641340,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641363,7 +641363,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641386,7 +641386,7 @@ 126.719, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641409,7 +641409,7 @@ 126.719, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641432,7 +641432,7 @@ 126.719, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641455,7 +641455,7 @@ 126.719, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641478,7 +641478,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641501,7 +641501,7 @@ 126.719, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641524,7 +641524,7 @@ 126.719, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641547,7 +641547,7 @@ 126.719, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641570,7 +641570,7 @@ 126.719, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641593,7 +641593,7 @@ 126.719, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641616,7 +641616,7 @@ 126.719, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641639,7 +641639,7 @@ 126.719, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641662,7 +641662,7 @@ 126.719, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641685,7 +641685,7 @@ 126.719, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641708,7 +641708,7 @@ 126.719, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641731,7 +641731,7 @@ 126.719, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -641754,7 +641754,7 @@ 115.76, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641777,7 +641777,7 @@ 115.76, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641800,7 +641800,7 @@ 115.76, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641823,7 +641823,7 @@ 115.76, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641846,7 +641846,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641869,7 +641869,7 @@ 115.76, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641892,7 +641892,7 @@ 115.76, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641915,7 +641915,7 @@ 115.76, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641938,7 +641938,7 @@ 115.76, ".", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641961,7 +641961,7 @@ 115.76, "T", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -641984,7 +641984,7 @@ 115.76, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642007,7 +642007,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642030,7 +642030,7 @@ 115.76, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642053,7 +642053,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642076,7 +642076,7 @@ 115.76, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642099,7 +642099,7 @@ 115.76, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642122,7 +642122,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642145,7 +642145,7 @@ 115.76, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642168,7 +642168,7 @@ 115.76, "w", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642191,7 +642191,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642214,7 +642214,7 @@ 115.76, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642237,7 +642237,7 @@ 115.76, "g", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642260,7 +642260,7 @@ 115.76, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642283,7 +642283,7 @@ 115.76, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642306,7 +642306,7 @@ 115.76, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642329,7 +642329,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642352,7 +642352,7 @@ 115.76, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642375,7 +642375,7 @@ 115.76, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642398,7 +642398,7 @@ 115.76, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642421,7 +642421,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642444,7 +642444,7 @@ 115.76, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642467,7 +642467,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642490,7 +642490,7 @@ 115.76, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642513,7 +642513,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642536,7 +642536,7 @@ 115.76, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642559,7 +642559,7 @@ 115.76, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642582,7 +642582,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642605,7 +642605,7 @@ 115.76, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642628,7 +642628,7 @@ 115.76, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642651,7 +642651,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642674,7 +642674,7 @@ 115.76, "q", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642697,7 +642697,7 @@ 115.76, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642720,7 +642720,7 @@ 115.76, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642743,7 +642743,7 @@ 115.76, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642766,7 +642766,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642789,7 +642789,7 @@ 115.76, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642812,7 +642812,7 @@ 115.76, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642835,7 +642835,7 @@ 115.76, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642858,7 +642858,7 @@ 115.76, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642881,7 +642881,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642904,7 +642904,7 @@ 115.76, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642927,7 +642927,7 @@ 115.76, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642950,7 +642950,7 @@ 115.76, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642973,7 +642973,7 @@ 115.76, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -642996,7 +642996,7 @@ 115.76, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -643019,7 +643019,7 @@ 115.76, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -643042,7 +643042,7 @@ 115.76, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -643065,7 +643065,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643088,7 +643088,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643111,7 +643111,7 @@ 104.801, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643134,7 +643134,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643157,7 +643157,7 @@ 104.801, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643180,7 +643180,7 @@ 104.801, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643203,7 +643203,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643226,7 +643226,7 @@ 104.801, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643249,7 +643249,7 @@ 104.801, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643272,7 +643272,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643295,7 +643295,7 @@ 104.801, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643318,7 +643318,7 @@ 104.801, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643341,7 +643341,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643364,7 +643364,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643387,7 +643387,7 @@ 104.801, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643410,7 +643410,7 @@ 104.801, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643433,7 +643433,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643456,7 +643456,7 @@ 104.801, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643479,7 +643479,7 @@ 104.801, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643502,7 +643502,7 @@ 104.801, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643525,7 +643525,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643548,7 +643548,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643571,7 +643571,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643594,7 +643594,7 @@ 104.801, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643617,7 +643617,7 @@ 104.801, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643640,7 +643640,7 @@ 104.801, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643663,7 +643663,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643686,7 +643686,7 @@ 104.801, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643709,7 +643709,7 @@ 104.801, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643732,7 +643732,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643755,7 +643755,7 @@ 104.801, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643778,7 +643778,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643801,7 +643801,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643824,7 +643824,7 @@ 104.801, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643847,7 +643847,7 @@ 104.801, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643870,7 +643870,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643893,7 +643893,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643916,7 +643916,7 @@ 104.801, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643939,7 +643939,7 @@ 104.801, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643962,7 +643962,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -643985,7 +643985,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644008,7 +644008,7 @@ 104.801, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644031,7 +644031,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644054,7 +644054,7 @@ 104.801, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644077,7 +644077,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644100,7 +644100,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644123,7 +644123,7 @@ 104.801, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644146,7 +644146,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644169,7 +644169,7 @@ 104.801, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644192,7 +644192,7 @@ 104.801, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644215,7 +644215,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644238,7 +644238,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644261,7 +644261,7 @@ 104.801, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644284,7 +644284,7 @@ 104.801, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644307,7 +644307,7 @@ 104.801, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644330,7 +644330,7 @@ 104.801, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644353,7 +644353,7 @@ 104.801, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644376,7 +644376,7 @@ 93.842, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644399,7 +644399,7 @@ 93.842, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644422,7 +644422,7 @@ 93.842, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644445,7 +644445,7 @@ 93.842, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644468,7 +644468,7 @@ 93.842, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644491,7 +644491,7 @@ 93.842, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644514,7 +644514,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644537,7 +644537,7 @@ 93.842, "ff", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644560,7 +644560,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644583,7 +644583,7 @@ 93.842, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644606,7 +644606,7 @@ 93.842, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644629,7 +644629,7 @@ 93.842, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644652,7 +644652,7 @@ 93.842, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644675,7 +644675,7 @@ 93.842, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644698,7 +644698,7 @@ 93.842, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644721,7 +644721,7 @@ 93.842, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644744,7 +644744,7 @@ 93.842, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644767,7 +644767,7 @@ 93.842, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644790,7 +644790,7 @@ 93.842, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644813,7 +644813,7 @@ 93.842, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644836,7 +644836,7 @@ 93.842, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644859,7 +644859,7 @@ 93.842, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644882,7 +644882,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644905,7 +644905,7 @@ 93.842, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644928,7 +644928,7 @@ 93.842, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644951,7 +644951,7 @@ 93.842, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644974,7 +644974,7 @@ 93.842, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -644997,7 +644997,7 @@ 93.842, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645020,7 +645020,7 @@ 93.842, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645043,7 +645043,7 @@ 93.842, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645066,7 +645066,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645089,7 +645089,7 @@ 93.842, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645112,7 +645112,7 @@ 93.842, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645135,7 +645135,7 @@ 93.842, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645158,7 +645158,7 @@ 93.842, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645181,7 +645181,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645204,7 +645204,7 @@ 93.842, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645227,7 +645227,7 @@ 93.842, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645250,7 +645250,7 @@ 93.842, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645273,7 +645273,7 @@ 93.842, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645296,7 +645296,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645319,7 +645319,7 @@ 93.842, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645342,7 +645342,7 @@ 93.842, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645365,7 +645365,7 @@ 93.842, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645388,7 +645388,7 @@ 93.842, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645411,7 +645411,7 @@ 93.842, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645434,7 +645434,7 @@ 93.842, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645457,7 +645457,7 @@ 93.842, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645480,7 +645480,7 @@ 93.842, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645503,7 +645503,7 @@ 93.842, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645526,7 +645526,7 @@ 93.842, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645549,7 +645549,7 @@ 93.842, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645572,7 +645572,7 @@ 93.842, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645595,7 +645595,7 @@ 93.842, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645618,7 +645618,7 @@ 93.842, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645641,7 +645641,7 @@ 93.842, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -645664,7 +645664,7 @@ 93.842, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646109,7 +646109,7 @@ 731.44, "DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -646132,7 +646132,7 @@ 731.44, "KDD '22, August 14-18, 2022, Washington, DC, USA", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -646477,7 +646477,7 @@ 509.766, "to a minimum, since they introduce difficulties in annotation (see", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -646500,7 +646500,7 @@ 498.807, "Section 4). As a second condition, we focussed on medium to large", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -646523,7 +646523,7 @@ 487.848, "documents (", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -646544,7 +646544,7 @@ 485.92, 99.071, 485.92, - ">", + "\u00a1", -1, 4.483, "", @@ -646592,7 +646592,7 @@ 476.889, "tables, figures, plots and captions. Such documents carry a lot of", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -646615,7 +646615,7 @@ 465.931, "information value, but are often hard to analyse with high accuracy", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646638,7 +646638,7 @@ 454.972, "due to their challenging layouts. Counterexamples of documents", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -646661,7 +646661,7 @@ 444.013, "not included in the dataset are receipts, invoices, hand-written", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -646684,7 +646684,7 @@ 433.054, "documents or photographs showing 'text in the wild\".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -646707,7 +646707,7 @@ 422.095, "The pages in DocLayNet can be grouped into six distinct cate-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -646730,7 +646730,7 @@ 411.136, "gories, namely", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646776,7 +646776,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646822,7 +646822,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646845,7 +646845,7 @@ 411.136, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -646914,7 +646914,7 @@ 400.177, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -646960,7 +646960,7 @@ 400.177, "and", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -647006,7 +647006,7 @@ 400.177, ".", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -647029,7 +647029,7 @@ 400.177, "Each document cate-", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -647052,7 +647052,7 @@ 389.218, "gory was sourced from various repositories. For example, Financial", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647075,7 +647075,7 @@ 378.259, "Reports contain both", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647121,7 +647121,7 @@ 378.259, "format annual reports 2", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647144,7 +647144,7 @@ 378.259, "which ex-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647167,7 +647167,7 @@ 367.3, "pose company-specific, artistic layouts as well as the more formal", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -647190,7 +647190,7 @@ 356.342, "SEC filings. The two largest categories (", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -647236,7 +647236,7 @@ 356.342, "and", -1, - 4.416, + 2.208, "", "STANDARD", "/F134", @@ -647305,7 +647305,7 @@ 345.383, ") contain a large amount of free-style layouts in order to obtain", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647328,7 +647328,7 @@ 334.424, "maximum variability. In the other four categories, we boosted the", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -647351,7 +647351,7 @@ 323.465, "variability by mixing documents from independent providers, such", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -647374,7 +647374,7 @@ 312.506, "as different government websites or publishers. In Figure 2, we", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647397,7 +647397,7 @@ 301.547, "show the document categories contained in DocLayNet with their", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -647420,7 +647420,7 @@ 290.588, "respective sizes.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -647443,7 +647443,7 @@ 279.629, "We did not control the document selection with regard to lan-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647466,7 +647466,7 @@ 268.67, "guage. The vast majority of documents contained in DocLayNet", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647489,7 +647489,7 @@ 257.711, "(close to 95%) are published in English language. However, Do-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647512,7 +647512,7 @@ 246.752, "cLayNet also contains a number of documents in other languages", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -647535,7 +647535,7 @@ 235.794, "such as German (2.5%), French (1.0%) and Japanese (1.0%). While", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647558,7 +647558,7 @@ 224.835, "the document language has negligible impact on the performance", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -647581,7 +647581,7 @@ 213.876, "of computer vision methods such as object detection and segmenta-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647604,7 +647604,7 @@ 202.917, "tion models, it might prove challenging for layout analysis methods", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647627,7 +647627,7 @@ 191.958, "which exploit textual features.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -647650,7 +647650,7 @@ 180.999, "To ensure that future benchmarks in the document-layout analy-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647673,7 +647673,7 @@ 170.04, "sis community can be easily compared, we have split up DocLayNet", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647696,7 +647696,7 @@ 159.081, "into pre-defined train-, test- and validation-sets. In this way, we can", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647719,7 +647719,7 @@ 148.122, "avoid spurious variations in the evaluation scores due to random", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -647742,7 +647742,7 @@ 137.163, "splitting in train-, test- and validation-sets. We also ensured that", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647765,7 +647765,7 @@ 126.205, "less frequent labels are represented in train and test sets in equal", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -647788,7 +647788,7 @@ 115.246, "proportions.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -647811,7 +647811,7 @@ 91.673, "2", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -647834,7 +647834,7 @@ 90.009, "e.g. AAPL from https://www.annualreports.com/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -647857,7 +647857,7 @@ 704.206, "Table 1 shows the overall frequency and distribution of the labels", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -647880,7 +647880,7 @@ 693.247, "among the different sets. Importantly, we ensure that subsets are", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -647903,7 +647903,7 @@ 682.288, "only split on full-document boundaries. This avoids that pages of", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -647926,7 +647926,7 @@ 671.329, "the same document are spread over train, test and validation set,", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -647949,7 +647949,7 @@ 660.371, "which can give an undesired evaluation advantage to models and", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -647972,7 +647972,7 @@ 649.412, "lead to overestimation of their prediction accuracy. We will show", -1, - 4.528, + 2.264, "", "STANDARD", "/F134", @@ -647995,7 +647995,7 @@ 638.453, "the impact of this decision in Section 5.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -648018,7 +648018,7 @@ 627.494, "In order to accommodate the different types of models currently", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648041,7 +648041,7 @@ 616.535, "in use by the community, we provide DocLayNet in an", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -648087,7 +648087,7 @@ 605.576, "COCO format [16]. This entails the standard COCO ground-truth", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -648110,7 +648110,7 @@ 594.617, "file", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648133,7 +648133,7 @@ 594.617, "(in JSON format) with the associated page images (in PNG", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648156,7 +648156,7 @@ 583.658, "format, 1025", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -648177,9 +648177,9 @@ 584.142, 364.287, 584.142, - "\u00d7", + "GLYPH<2>", -1, - 4.483, + 9.182, "", "STANDARD", "/F273", @@ -648202,7 +648202,7 @@ 583.658, "1025 pixels). Furthermore, custom fields have been", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -648225,7 +648225,7 @@ 572.699, "added to each COCO record to specify document category, original", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648248,7 +648248,7 @@ 561.74, "document filename and page number. In addition, we also provide", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -648271,7 +648271,7 @@ 550.782, "the original PDF pages, as well as sidecar files containing parsed", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648294,7 +648294,7 @@ 539.823, "PDF text and text-cell coordinates (in JSON). All additional files are", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648317,7 +648317,7 @@ 528.864, "linked to the primary page images by their matching filenames.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -648340,7 +648340,7 @@ 517.905, "Despite being cost-intense and far less scalable than automation,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648363,7 +648363,7 @@ 506.946, "human annotation has several benefits over automated ground-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648386,7 +648386,7 @@ 495.987, "truth generation. The first and most obvious reason to leverage", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648409,7 +648409,7 @@ 485.028, "human annotations is the freedom to annotate any type of doc-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648432,7 +648432,7 @@ 474.069, "ument without requiring a programmatic source. For most PDF", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648455,7 +648455,7 @@ 463.11, "documents, the original source document is not available. The lat-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -648478,7 +648478,7 @@ 452.151, "ter is not a hard constraint with human annotation, but it is for", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648501,7 +648501,7 @@ 441.192, "automated methods. A second reason to use human annotations is", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -648524,7 +648524,7 @@ 430.234, "that the latter usually provide a more natural interpretation of the", -1, - 4.452, + 2.226, "", "STANDARD", "/F134", @@ -648547,7 +648547,7 @@ 419.275, "page layout. The human-interpreted layout can significantly devi-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -648570,7 +648570,7 @@ 408.316, "ate from the programmatic layout used in typesetting. For example,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648593,7 +648593,7 @@ 397.357, "'invisible' tables might be used solely for aligning text paragraphs", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -648616,7 +648616,7 @@ 386.398, "on columns. Such typesetting tricks might be interpreted by au-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648639,7 +648639,7 @@ 375.439, "tomated methods incorrectly as an actual table, while the human", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -648662,7 +648662,7 @@ 364.48, "annotation will interpret it correctly as", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648708,7 +648708,7 @@ 364.48, "or other styles. The", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648731,7 +648731,7 @@ 353.521, "same applies to multi-line text elements, when authors decided to", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -648754,7 +648754,7 @@ 342.562, "space them as 'invisible' list elements without bullet symbols. A", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648777,7 +648777,7 @@ 331.603, "third reason to gather ground-truth through human annotation is", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -648800,7 +648800,7 @@ 320.645, "to estimate a 'natural' upper bound on the segmentation accuracy.", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -648823,7 +648823,7 @@ 309.686, "As we will show in Section 4, certain documents featuring complex", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -648846,7 +648846,7 @@ 298.727, "layouts can have different but equally acceptable layout interpre-", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -648869,7 +648869,7 @@ 287.768, "tations. This natural upper bound for segmentation accuracy can", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -648892,7 +648892,7 @@ 276.809, "be found by annotating the same pages multiple times by different", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -648915,7 +648915,7 @@ 265.85, "people and evaluating the inter-annotator agreement. Such a base-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -648938,7 +648938,7 @@ 254.891, "line consistency evaluation is very useful to define expectations", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -648961,7 +648961,7 @@ 243.932, "for a good target accuracy in trained deep neural network models", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -648984,7 +648984,7 @@ 232.973, "and avoid overfitting (see Table 1). On the flip side, achieving high", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -649007,7 +649007,7 @@ 222.014, "annotation consistency proved to be a key challenge in human", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -649030,7 +649030,7 @@ 211.055, "annotation, as we outline in Section 4.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -649099,7 +649099,7 @@ 159.596, "The annotation campaign was carried out in four phases. In phase", -1, - 4.456, + 2.228, "", "STANDARD", "/F134", @@ -649122,7 +649122,7 @@ 148.637, "one, we identified and prepared the data sources for annotation.", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -649145,7 +649145,7 @@ 137.678, "In phase two, we determined the class labels and how annotations", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -649168,7 +649168,7 @@ 126.719, "should be done on the documents in order to obtain maximum con-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -649191,7 +649191,7 @@ 115.76, "sistency. The latter was guided by a detailed requirement analysis", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -649214,7 +649214,7 @@ 104.801, "and exhaustive experiments. In phase three, we trained the annota-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -649237,7 +649237,7 @@ 93.842, "tion staff and performed exams for quality assurance. In phase four,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -649665,12 +649665,12 @@ ] }, "timings": { - "decode_annots": 9e-06, - "decode_contents": 0.004653, + "decode_annots": 8e-06, + "decode_contents": 0.004561, "decode_dimensions": 1e-06, - "decode_page": 0.185491, - "decode_resources": 0.002994, - "sanitise_contents": 0.17709 + "decode_page": 0.14919, + "decode_resources": 0.002911, + "sanitise_contents": 0.076103 } }, { @@ -649820,7 +649820,7 @@ 731.44, "K", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649843,7 +649843,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649866,7 +649866,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649889,7 +649889,7 @@ 731.44, "'", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649912,7 +649912,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649935,7 +649935,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649958,7 +649958,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -649981,7 +649981,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650004,7 +650004,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650027,7 +650027,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650050,7 +650050,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650073,7 +650073,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650096,7 +650096,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650119,7 +650119,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650142,7 +650142,7 @@ 731.44, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650165,7 +650165,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650188,7 +650188,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650211,7 +650211,7 @@ 731.44, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650234,7 +650234,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650257,7 +650257,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650280,7 +650280,7 @@ 731.44, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650303,7 +650303,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650326,7 +650326,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650349,7 +650349,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650372,7 +650372,7 @@ 731.44, "W", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650395,7 +650395,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650418,7 +650418,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650441,7 +650441,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650464,7 +650464,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650487,7 +650487,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650510,7 +650510,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650533,7 +650533,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650556,7 +650556,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650579,7 +650579,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650602,7 +650602,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650625,7 +650625,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650648,7 +650648,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650671,7 +650671,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650694,7 +650694,7 @@ 731.44, "U", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650717,7 +650717,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650740,7 +650740,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650763,7 +650763,7 @@ 731.44, "B", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650786,7 +650786,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650809,7 +650809,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650832,7 +650832,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650855,7 +650855,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650878,7 +650878,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650901,7 +650901,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650924,7 +650924,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650947,7 +650947,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650970,7 +650970,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -650993,7 +650993,7 @@ 731.44, "z", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651016,7 +651016,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651039,7 +651039,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651062,7 +651062,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651085,7 +651085,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651108,7 +651108,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651131,7 +651131,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651154,7 +651154,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651177,7 +651177,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651200,7 +651200,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651223,7 +651223,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651246,7 +651246,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651269,7 +651269,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651292,7 +651292,7 @@ 731.44, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651315,7 +651315,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651338,7 +651338,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651361,7 +651361,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651384,7 +651384,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651407,7 +651407,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651430,7 +651430,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651453,7 +651453,7 @@ 731.44, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651476,7 +651476,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651499,7 +651499,7 @@ 731.44, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651522,7 +651522,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651545,7 +651545,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651568,7 +651568,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651591,7 +651591,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651614,7 +651614,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651637,7 +651637,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651660,7 +651660,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651683,7 +651683,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651706,7 +651706,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651729,7 +651729,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651752,7 +651752,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651775,7 +651775,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651798,7 +651798,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651821,7 +651821,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651844,7 +651844,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651867,7 +651867,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651890,7 +651890,7 @@ 731.44, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651913,7 +651913,7 @@ 731.44, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651936,7 +651936,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651959,7 +651959,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -651982,7 +651982,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652005,7 +652005,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652028,7 +652028,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652051,7 +652051,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652074,7 +652074,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652097,7 +652097,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652120,7 +652120,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652143,7 +652143,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652166,7 +652166,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652189,7 +652189,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652212,7 +652212,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652235,7 +652235,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652258,7 +652258,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652281,7 +652281,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652304,7 +652304,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652327,7 +652327,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -652350,7 +652350,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -659204,7 +659204,7 @@ 651.346, "%", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659227,7 +659227,7 @@ 651.346, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659250,7 +659250,7 @@ 651.346, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659273,7 +659273,7 @@ 651.346, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659296,7 +659296,7 @@ 651.346, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659319,7 +659319,7 @@ 651.346, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659342,7 +659342,7 @@ 651.346, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659365,7 +659365,7 @@ 651.346, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659388,7 +659388,7 @@ 651.346, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659411,7 +659411,7 @@ 651.346, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659434,7 +659434,7 @@ 651.346, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659457,7 +659457,7 @@ 651.346, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659480,7 +659480,7 @@ 651.346, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659503,7 +659503,7 @@ 651.346, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659526,7 +659526,7 @@ 651.346, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659549,7 +659549,7 @@ 651.346, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659572,7 +659572,7 @@ 651.346, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659595,7 +659595,7 @@ 651.346, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659618,7 +659618,7 @@ 651.346, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659641,7 +659641,7 @@ 651.346, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659664,7 +659664,7 @@ 651.346, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659687,7 +659687,7 @@ 651.346, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659710,7 +659710,7 @@ 651.346, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659733,7 +659733,7 @@ 651.346, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659756,7 +659756,7 @@ 651.346, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659779,7 +659779,7 @@ 651.346, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659802,7 +659802,7 @@ 651.346, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659825,7 +659825,7 @@ 651.346, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659848,7 +659848,7 @@ 651.346, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659871,7 +659871,7 @@ 651.346, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659894,7 +659894,7 @@ 651.346, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659917,7 +659917,7 @@ 651.346, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659940,7 +659940,7 @@ 651.346, "@", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659963,7 +659963,7 @@ 651.346, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -659986,7 +659986,7 @@ 651.346, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660009,7 +660009,7 @@ 651.346, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660032,7 +660032,7 @@ 651.346, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660055,7 +660055,7 @@ 651.346, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660078,7 +660078,7 @@ 651.346, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660101,7 +660101,7 @@ 651.346, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660124,7 +660124,7 @@ 651.346, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660147,7 +660147,7 @@ 651.346, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660170,7 +660170,7 @@ 651.346, "%", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660193,7 +660193,7 @@ 651.346, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660216,7 +660216,7 @@ 640.387, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660239,7 +660239,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660262,7 +660262,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660285,7 +660285,7 @@ 640.387, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660308,7 +660308,7 @@ 640.387, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660331,7 +660331,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660354,7 +660354,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660377,7 +660377,7 @@ 640.387, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660400,7 +660400,7 @@ 640.387, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660423,7 +660423,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660446,7 +660446,7 @@ 640.387, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660469,7 +660469,7 @@ 640.387, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660492,7 +660492,7 @@ 640.387, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660515,7 +660515,7 @@ 640.387, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660538,7 +660538,7 @@ 640.387, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660561,7 +660561,7 @@ 640.387, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660584,7 +660584,7 @@ 640.387, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660607,7 +660607,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660630,7 +660630,7 @@ 640.387, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660653,7 +660653,7 @@ 640.387, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660676,7 +660676,7 @@ 640.387, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660699,7 +660699,7 @@ 640.387, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660722,7 +660722,7 @@ 640.387, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660745,7 +660745,7 @@ 640.387, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660768,7 +660768,7 @@ 640.387, "V", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660791,7 +660791,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660814,7 +660814,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660837,7 +660837,7 @@ 640.387, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660860,7 +660860,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660883,7 +660883,7 @@ 640.387, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660906,7 +660906,7 @@ 640.387, "F", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660929,7 +660929,7 @@ 640.387, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660952,7 +660952,7 @@ 640.387, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660975,7 +660975,7 @@ 640.387, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -660998,7 +660998,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661021,7 +661021,7 @@ 640.387, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661044,7 +661044,7 @@ 640.387, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661067,7 +661067,7 @@ 640.387, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661090,7 +661090,7 @@ 640.387, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661113,7 +661113,7 @@ 640.387, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661136,7 +661136,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661159,7 +661159,7 @@ 640.387, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661182,7 +661182,7 @@ 640.387, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661205,7 +661205,7 @@ 640.387, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661228,7 +661228,7 @@ 640.387, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661251,7 +661251,7 @@ 640.387, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661274,7 +661274,7 @@ 640.387, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661297,7 +661297,7 @@ 640.387, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661320,7 +661320,7 @@ 629.03, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661343,7 +661343,7 @@ 629.03, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661366,7 +661366,7 @@ 629.03, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661389,7 +661389,7 @@ 629.03, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661412,7 +661412,7 @@ 629.03, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661435,7 +661435,7 @@ 629.03, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661458,7 +661458,7 @@ 629.03, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661481,7 +661481,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661504,7 +661504,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661527,7 +661527,7 @@ 629.03, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661550,7 +661550,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661573,7 +661573,7 @@ 629.03, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661596,7 +661596,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661619,7 +661619,7 @@ 629.03, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661642,7 +661642,7 @@ 629.03, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661665,7 +661665,7 @@ 629.03, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661688,7 +661688,7 @@ 629.03, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661711,7 +661711,7 @@ 629.03, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661734,7 +661734,7 @@ 629.03, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661757,7 +661757,7 @@ 629.03, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661780,7 +661780,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661803,7 +661803,7 @@ 629.03, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661826,7 +661826,7 @@ 629.03, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661849,7 +661849,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661872,7 +661872,7 @@ 629.03, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661895,7 +661895,7 @@ 629.03, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661918,7 +661918,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661941,7 +661941,7 @@ 629.03, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661964,7 +661964,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -661987,7 +661987,7 @@ 629.03, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662010,7 +662010,7 @@ 629.03, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662033,7 +662033,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662056,7 +662056,7 @@ 629.03, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662079,7 +662079,7 @@ 629.03, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662102,7 +662102,7 @@ 629.03, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662125,7 +662125,7 @@ 629.03, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662148,7 +662148,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662171,7 +662171,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662194,7 +662194,7 @@ 629.03, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662217,7 +662217,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662240,7 +662240,7 @@ 629.03, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662263,7 +662263,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662286,7 +662286,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662309,7 +662309,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662332,7 +662332,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662355,7 +662355,7 @@ 629.03, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662378,7 +662378,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662401,7 +662401,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662424,7 +662424,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662447,7 +662447,7 @@ 629.03, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662470,7 +662470,7 @@ 629.03, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662493,7 +662493,7 @@ 629.03, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662516,7 +662516,7 @@ 629.03, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662539,7 +662539,7 @@ 629.03, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662562,7 +662562,7 @@ 629.03, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662585,7 +662585,7 @@ 629.03, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662608,7 +662608,7 @@ 629.03, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662631,7 +662631,7 @@ 618.071, "F", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662654,7 +662654,7 @@ 618.071, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662677,7 +662677,7 @@ 618.071, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662700,7 +662700,7 @@ 618.071, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662723,7 +662723,7 @@ 618.071, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662746,7 +662746,7 @@ 618.071, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662769,7 +662769,7 @@ 618.071, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662792,7 +662792,7 @@ 618.071, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662815,7 +662815,7 @@ 618.071, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662838,7 +662838,7 @@ 618.071, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662861,7 +662861,7 @@ 618.071, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662884,7 +662884,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662907,7 +662907,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662930,7 +662930,7 @@ 618.071, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662953,7 +662953,7 @@ 618.071, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662976,7 +662976,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -662999,7 +662999,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663022,7 +663022,7 @@ 618.071, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663045,7 +663045,7 @@ 618.071, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663068,7 +663068,7 @@ 618.071, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663091,7 +663091,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663114,7 +663114,7 @@ 618.071, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663137,7 +663137,7 @@ 618.071, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663160,7 +663160,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663183,7 +663183,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663206,7 +663206,7 @@ 618.071, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663229,7 +663229,7 @@ 618.071, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663252,7 +663252,7 @@ 618.071, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663275,7 +663275,7 @@ 618.071, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663298,7 +663298,7 @@ 618.071, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663321,7 +663321,7 @@ 618.071, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663344,7 +663344,7 @@ 618.071, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663367,7 +663367,7 @@ 618.071, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663390,7 +663390,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663413,7 +663413,7 @@ 618.071, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663436,7 +663436,7 @@ 618.071, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663459,7 +663459,7 @@ 618.071, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663482,7 +663482,7 @@ 618.071, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663505,7 +663505,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663528,7 +663528,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663551,7 +663551,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663574,7 +663574,7 @@ 618.071, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663597,7 +663597,7 @@ 618.071, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663620,7 +663620,7 @@ 618.071, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663643,7 +663643,7 @@ 618.071, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663666,7 +663666,7 @@ 618.071, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663689,7 +663689,7 @@ 618.071, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663712,7 +663712,7 @@ 618.071, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663735,7 +663735,7 @@ 618.071, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663758,7 +663758,7 @@ 618.071, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663781,7 +663781,7 @@ 618.071, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663804,7 +663804,7 @@ 618.071, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663827,7 +663827,7 @@ 618.071, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663850,7 +663850,7 @@ 607.112, "F", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663873,7 +663873,7 @@ 607.112, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663896,7 +663896,7 @@ 607.112, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663919,7 +663919,7 @@ 607.112, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663942,7 +663942,7 @@ 607.112, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663965,7 +663965,7 @@ 607.112, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -663988,7 +663988,7 @@ 607.112, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664011,7 +664011,7 @@ 607.112, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664034,7 +664034,7 @@ 607.112, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664057,7 +664057,7 @@ 607.112, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664080,7 +664080,7 @@ 607.112, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664103,7 +664103,7 @@ 607.112, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664126,7 +664126,7 @@ 607.112, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664149,7 +664149,7 @@ 607.112, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664172,7 +664172,7 @@ 607.112, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664195,7 +664195,7 @@ 607.112, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664218,7 +664218,7 @@ 607.112, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664241,7 +664241,7 @@ 607.112, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664264,7 +664264,7 @@ 607.112, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664287,7 +664287,7 @@ 607.112, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664310,7 +664310,7 @@ 607.112, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664333,7 +664333,7 @@ 607.112, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664356,7 +664356,7 @@ 607.112, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664379,7 +664379,7 @@ 607.112, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664402,7 +664402,7 @@ 607.112, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664425,7 +664425,7 @@ 607.112, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664448,7 +664448,7 @@ 607.112, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664471,7 +664471,7 @@ 607.112, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664494,7 +664494,7 @@ 607.112, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664517,7 +664517,7 @@ 607.112, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664540,7 +664540,7 @@ 607.112, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664563,7 +664563,7 @@ 607.112, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664586,7 +664586,7 @@ 607.112, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664609,7 +664609,7 @@ 607.112, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664632,7 +664632,7 @@ 607.112, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664655,7 +664655,7 @@ 607.112, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664678,7 +664678,7 @@ 607.112, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664701,7 +664701,7 @@ 607.112, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664724,7 +664724,7 @@ 607.112, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664747,7 +664747,7 @@ 607.112, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664770,7 +664770,7 @@ 607.112, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664793,7 +664793,7 @@ 607.112, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664816,7 +664816,7 @@ 607.112, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664839,7 +664839,7 @@ 607.112, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664862,7 +664862,7 @@ 607.112, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664885,7 +664885,7 @@ 607.112, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664908,7 +664908,7 @@ 607.112, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664931,7 +664931,7 @@ 607.112, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664954,7 +664954,7 @@ 607.112, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -664977,7 +664977,7 @@ 607.112, "/", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665000,7 +665000,7 @@ 607.112, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665023,7 +665023,7 @@ 596.153, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665046,7 +665046,7 @@ 596.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665069,7 +665069,7 @@ 596.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665092,7 +665092,7 @@ 596.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665115,7 +665115,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665138,7 +665138,7 @@ 596.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665161,7 +665161,7 @@ 596.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665184,7 +665184,7 @@ 596.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665207,7 +665207,7 @@ 596.153, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665230,7 +665230,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665253,7 +665253,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665276,7 +665276,7 @@ 596.153, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665299,7 +665299,7 @@ 596.153, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665322,7 +665322,7 @@ 596.153, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665345,7 +665345,7 @@ 596.153, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665368,7 +665368,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665391,7 +665391,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665414,7 +665414,7 @@ 596.153, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665437,7 +665437,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665460,7 +665460,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665483,7 +665483,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665506,7 +665506,7 @@ 596.153, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665529,7 +665529,7 @@ 596.153, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665552,7 +665552,7 @@ 596.153, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665575,7 +665575,7 @@ 596.153, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665598,7 +665598,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665621,7 +665621,7 @@ 596.153, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665644,7 +665644,7 @@ 596.153, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665667,7 +665667,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665690,7 +665690,7 @@ 596.153, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665713,7 +665713,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665736,7 +665736,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665759,7 +665759,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665782,7 +665782,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665805,7 +665805,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665828,7 +665828,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665851,7 +665851,7 @@ 596.153, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665874,7 +665874,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665897,7 +665897,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665920,7 +665920,7 @@ 596.153, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665943,7 +665943,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665966,7 +665966,7 @@ 596.153, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -665989,7 +665989,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666012,7 +666012,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666035,7 +666035,7 @@ 596.153, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666058,7 +666058,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666081,7 +666081,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666104,7 +666104,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666127,7 +666127,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666150,7 +666150,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666173,7 +666173,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666196,7 +666196,7 @@ 596.153, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666219,7 +666219,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666242,7 +666242,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666265,7 +666265,7 @@ 596.153, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666288,7 +666288,7 @@ 596.153, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666311,7 +666311,7 @@ 596.153, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666334,7 +666334,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666357,7 +666357,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666380,7 +666380,7 @@ 596.153, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666403,7 +666403,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666426,7 +666426,7 @@ 596.153, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666449,7 +666449,7 @@ 596.153, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666472,7 +666472,7 @@ 596.153, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666495,7 +666495,7 @@ 596.153, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666518,7 +666518,7 @@ 585.194, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666541,7 +666541,7 @@ 585.194, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666564,7 +666564,7 @@ 585.194, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666587,7 +666587,7 @@ 585.194, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666610,7 +666610,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666633,7 +666633,7 @@ 585.194, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666656,7 +666656,7 @@ 585.194, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666679,7 +666679,7 @@ 585.194, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666702,7 +666702,7 @@ 585.194, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666725,7 +666725,7 @@ 585.194, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666748,7 +666748,7 @@ 585.194, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666771,7 +666771,7 @@ 585.194, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666794,7 +666794,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666817,7 +666817,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666840,7 +666840,7 @@ 585.194, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666863,7 +666863,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666886,7 +666886,7 @@ 585.194, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666909,7 +666909,7 @@ 585.194, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666932,7 +666932,7 @@ 585.194, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666955,7 +666955,7 @@ 585.194, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -666978,7 +666978,7 @@ 585.194, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667001,7 +667001,7 @@ 585.194, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667024,7 +667024,7 @@ 585.194, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667047,7 +667047,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667070,7 +667070,7 @@ 585.194, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667093,7 +667093,7 @@ 585.194, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667116,7 +667116,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667139,7 +667139,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667162,7 +667162,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667185,7 +667185,7 @@ 585.194, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667208,7 +667208,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667231,7 +667231,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667254,7 +667254,7 @@ 585.194, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667277,7 +667277,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667300,7 +667300,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667323,7 +667323,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667346,7 +667346,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667369,7 +667369,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667392,7 +667392,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667415,7 +667415,7 @@ 585.194, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667438,7 +667438,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667461,7 +667461,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667484,7 +667484,7 @@ 585.194, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667507,7 +667507,7 @@ 585.194, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667530,7 +667530,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667553,7 +667553,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667576,7 +667576,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667599,7 +667599,7 @@ 585.194, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667622,7 +667622,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667645,7 +667645,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667668,7 +667668,7 @@ 585.194, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667691,7 +667691,7 @@ 585.194, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667714,7 +667714,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667737,7 +667737,7 @@ 585.194, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667760,7 +667760,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667783,7 +667783,7 @@ 585.194, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667806,7 +667806,7 @@ 585.194, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667829,7 +667829,7 @@ 585.194, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667852,7 +667852,7 @@ 585.194, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667875,7 +667875,7 @@ 574.235, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667898,7 +667898,7 @@ 574.235, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667921,7 +667921,7 @@ 574.235, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667944,7 +667944,7 @@ 574.235, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667967,7 +667967,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -667990,7 +667990,7 @@ 574.235, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668013,7 +668013,7 @@ 574.235, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668036,7 +668036,7 @@ 574.235, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668059,7 +668059,7 @@ 574.235, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668082,7 +668082,7 @@ 574.235, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668105,7 +668105,7 @@ 574.235, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668128,7 +668128,7 @@ 574.235, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668151,7 +668151,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668174,7 +668174,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668197,7 +668197,7 @@ 574.235, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668220,7 +668220,7 @@ 574.235, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668243,7 +668243,7 @@ 574.235, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668266,7 +668266,7 @@ 574.235, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668289,7 +668289,7 @@ 574.235, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668312,7 +668312,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668335,7 +668335,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668358,7 +668358,7 @@ 574.235, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668381,7 +668381,7 @@ 574.235, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668404,7 +668404,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668427,7 +668427,7 @@ 574.235, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668450,7 +668450,7 @@ 574.235, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668473,7 +668473,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668496,7 +668496,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668519,7 +668519,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668542,7 +668542,7 @@ 574.235, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668565,7 +668565,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668588,7 +668588,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668611,7 +668611,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668634,7 +668634,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668657,7 +668657,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668680,7 +668680,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668703,7 +668703,7 @@ 574.235, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668726,7 +668726,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668749,7 +668749,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668772,7 +668772,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668795,7 +668795,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668818,7 +668818,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668841,7 +668841,7 @@ 574.235, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668864,7 +668864,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668887,7 +668887,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668910,7 +668910,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668933,7 +668933,7 @@ 574.235, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668956,7 +668956,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -668979,7 +668979,7 @@ 574.235, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669002,7 +669002,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669025,7 +669025,7 @@ 574.235, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669048,7 +669048,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669071,7 +669071,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669094,7 +669094,7 @@ 574.235, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669117,7 +669117,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669140,7 +669140,7 @@ 574.235, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669163,7 +669163,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669186,7 +669186,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669209,7 +669209,7 @@ 574.235, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669232,7 +669232,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669255,7 +669255,7 @@ 574.235, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669278,7 +669278,7 @@ 574.235, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669301,7 +669301,7 @@ 574.235, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669324,7 +669324,7 @@ 574.235, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669347,7 +669347,7 @@ 563.276, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669370,7 +669370,7 @@ 563.276, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669393,7 +669393,7 @@ 563.276, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669416,7 +669416,7 @@ 563.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669439,7 +669439,7 @@ 563.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669462,7 +669462,7 @@ 563.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669485,7 +669485,7 @@ 563.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669508,7 +669508,7 @@ 563.276, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669531,7 +669531,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669554,7 +669554,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669577,7 +669577,7 @@ 563.276, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669600,7 +669600,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669623,7 +669623,7 @@ 563.276, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669646,7 +669646,7 @@ 563.276, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669669,7 +669669,7 @@ 563.276, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669692,7 +669692,7 @@ 563.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669715,7 +669715,7 @@ 563.276, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669738,7 +669738,7 @@ 563.276, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669761,7 +669761,7 @@ 563.276, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669784,7 +669784,7 @@ 563.276, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669807,7 +669807,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669830,7 +669830,7 @@ 563.276, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669853,7 +669853,7 @@ 563.276, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669876,7 +669876,7 @@ 563.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669899,7 +669899,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669922,7 +669922,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669945,7 +669945,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669968,7 +669968,7 @@ 563.276, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -669991,7 +669991,7 @@ 563.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670014,7 +670014,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670037,7 +670037,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670060,7 +670060,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670083,7 +670083,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670106,7 +670106,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670129,7 +670129,7 @@ 563.276, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670152,7 +670152,7 @@ 563.276, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670175,7 +670175,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670198,7 +670198,7 @@ 563.276, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670221,7 +670221,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670244,7 +670244,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670267,7 +670267,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670290,7 +670290,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670313,7 +670313,7 @@ 563.276, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670336,7 +670336,7 @@ 563.276, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670359,7 +670359,7 @@ 563.276, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670382,7 +670382,7 @@ 563.276, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670405,7 +670405,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670428,7 +670428,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670451,7 +670451,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670474,7 +670474,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670497,7 +670497,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670520,7 +670520,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670543,7 +670543,7 @@ 563.276, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670566,7 +670566,7 @@ 563.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670589,7 +670589,7 @@ 563.276, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670612,7 +670612,7 @@ 563.276, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670635,7 +670635,7 @@ 563.276, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670658,7 +670658,7 @@ 563.276, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670681,7 +670681,7 @@ 563.276, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670704,7 +670704,7 @@ 552.317, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670727,7 +670727,7 @@ 552.317, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670750,7 +670750,7 @@ 552.317, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670773,7 +670773,7 @@ 552.317, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670796,7 +670796,7 @@ 552.317, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670819,7 +670819,7 @@ 552.317, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670842,7 +670842,7 @@ 552.317, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670865,7 +670865,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670888,7 +670888,7 @@ 552.317, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670911,7 +670911,7 @@ 552.317, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670934,7 +670934,7 @@ 552.317, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670957,7 +670957,7 @@ 552.317, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -670980,7 +670980,7 @@ 552.317, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671003,7 +671003,7 @@ 552.317, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671026,7 +671026,7 @@ 552.317, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671049,7 +671049,7 @@ 552.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671072,7 +671072,7 @@ 552.317, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671095,7 +671095,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671118,7 +671118,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671141,7 +671141,7 @@ 552.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671164,7 +671164,7 @@ 552.317, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671187,7 +671187,7 @@ 552.317, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671210,7 +671210,7 @@ 552.317, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671233,7 +671233,7 @@ 552.317, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671256,7 +671256,7 @@ 552.317, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671279,7 +671279,7 @@ 552.317, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671302,7 +671302,7 @@ 552.317, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671325,7 +671325,7 @@ 552.317, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671348,7 +671348,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671371,7 +671371,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671394,7 +671394,7 @@ 552.317, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671417,7 +671417,7 @@ 552.317, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671440,7 +671440,7 @@ 552.317, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671463,7 +671463,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671486,7 +671486,7 @@ 552.317, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671509,7 +671509,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671532,7 +671532,7 @@ 552.317, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671555,7 +671555,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671578,7 +671578,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671601,7 +671601,7 @@ 552.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671624,7 +671624,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671647,7 +671647,7 @@ 552.317, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671670,7 +671670,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671693,7 +671693,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671716,7 +671716,7 @@ 552.317, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671739,7 +671739,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671762,7 +671762,7 @@ 552.317, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671785,7 +671785,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671808,7 +671808,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671831,7 +671831,7 @@ 552.317, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671854,7 +671854,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671877,7 +671877,7 @@ 552.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671900,7 +671900,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671923,7 +671923,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671946,7 +671946,7 @@ 552.317, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671969,7 +671969,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -671992,7 +671992,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672015,7 +672015,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672038,7 +672038,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672061,7 +672061,7 @@ 552.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672084,7 +672084,7 @@ 552.317, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672107,7 +672107,7 @@ 552.317, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672130,7 +672130,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672153,7 +672153,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672176,7 +672176,7 @@ 552.317, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672199,7 +672199,7 @@ 552.317, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672222,7 +672222,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672245,7 +672245,7 @@ 552.317, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672268,7 +672268,7 @@ 552.317, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672291,7 +672291,7 @@ 552.317, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672314,7 +672314,7 @@ 541.358, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672337,7 +672337,7 @@ 541.358, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672360,7 +672360,7 @@ 541.358, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672383,7 +672383,7 @@ 541.358, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672406,7 +672406,7 @@ 541.358, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672429,7 +672429,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672452,7 +672452,7 @@ 541.358, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672475,7 +672475,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672498,7 +672498,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672521,7 +672521,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672544,7 +672544,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672567,7 +672567,7 @@ 541.358, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672590,7 +672590,7 @@ 541.358, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672613,7 +672613,7 @@ 541.358, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672636,7 +672636,7 @@ 541.358, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672659,7 +672659,7 @@ 541.358, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672682,7 +672682,7 @@ 541.358, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672705,7 +672705,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672728,7 +672728,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672751,7 +672751,7 @@ 541.358, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672774,7 +672774,7 @@ 541.358, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672797,7 +672797,7 @@ 541.358, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672820,7 +672820,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672843,7 +672843,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672866,7 +672866,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672889,7 +672889,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672912,7 +672912,7 @@ 541.358, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672935,7 +672935,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672958,7 +672958,7 @@ 541.358, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -672981,7 +672981,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673004,7 +673004,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673027,7 +673027,7 @@ 541.358, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673050,7 +673050,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673073,7 +673073,7 @@ 541.358, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673096,7 +673096,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673119,7 +673119,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673142,7 +673142,7 @@ 541.358, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673165,7 +673165,7 @@ 541.358, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673188,7 +673188,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673211,7 +673211,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673234,7 +673234,7 @@ 541.358, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673257,7 +673257,7 @@ 541.358, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673280,7 +673280,7 @@ 541.358, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673303,7 +673303,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673326,7 +673326,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673349,7 +673349,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673372,7 +673372,7 @@ 541.358, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673395,7 +673395,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673418,7 +673418,7 @@ 541.358, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673441,7 +673441,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673464,7 +673464,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673487,7 +673487,7 @@ 541.358, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673510,7 +673510,7 @@ 541.358, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673533,7 +673533,7 @@ 541.358, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673556,7 +673556,7 @@ 541.358, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673579,7 +673579,7 @@ 541.358, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673602,7 +673602,7 @@ 541.358, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673625,7 +673625,7 @@ 530.4, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673648,7 +673648,7 @@ 530.4, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673671,7 +673671,7 @@ 530.4, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673694,7 +673694,7 @@ 530.4, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673717,7 +673717,7 @@ 530.4, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673740,7 +673740,7 @@ 530.4, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673763,7 +673763,7 @@ 530.4, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673786,7 +673786,7 @@ 530.4, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673809,7 +673809,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673832,7 +673832,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673855,7 +673855,7 @@ 530.4, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673878,7 +673878,7 @@ 530.4, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673901,7 +673901,7 @@ 530.4, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673924,7 +673924,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673947,7 +673947,7 @@ 530.4, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673970,7 +673970,7 @@ 530.4, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -673993,7 +673993,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674016,7 +674016,7 @@ 530.4, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674039,7 +674039,7 @@ 530.4, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674062,7 +674062,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674085,7 +674085,7 @@ 530.4, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674108,7 +674108,7 @@ 530.4, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674131,7 +674131,7 @@ 530.4, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674154,7 +674154,7 @@ 530.4, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674177,7 +674177,7 @@ 530.4, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674200,7 +674200,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674223,7 +674223,7 @@ 530.4, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674246,7 +674246,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674269,7 +674269,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674292,7 +674292,7 @@ 530.4, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674315,7 +674315,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674338,7 +674338,7 @@ 530.4, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674361,7 +674361,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674384,7 +674384,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674407,7 +674407,7 @@ 530.4, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674430,7 +674430,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674453,7 +674453,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674476,7 +674476,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674499,7 +674499,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674522,7 +674522,7 @@ 530.4, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674545,7 +674545,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674568,7 +674568,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674591,7 +674591,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674614,7 +674614,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674637,7 +674637,7 @@ 530.4, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674660,7 +674660,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674683,7 +674683,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674706,7 +674706,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674729,7 +674729,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674752,7 +674752,7 @@ 530.4, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674775,7 +674775,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674798,7 +674798,7 @@ 530.4, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674821,7 +674821,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674844,7 +674844,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674867,7 +674867,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674890,7 +674890,7 @@ 530.4, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674913,7 +674913,7 @@ 530.4, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674936,7 +674936,7 @@ 530.4, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674959,7 +674959,7 @@ 530.4, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -674982,7 +674982,7 @@ 530.4, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675005,7 +675005,7 @@ 519.441, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675028,7 +675028,7 @@ 519.441, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675051,7 +675051,7 @@ 519.441, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675074,7 +675074,7 @@ 519.441, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675097,7 +675097,7 @@ 519.441, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675120,7 +675120,7 @@ 519.441, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675143,7 +675143,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675166,7 +675166,7 @@ 519.441, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675189,7 +675189,7 @@ 519.441, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675212,7 +675212,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675235,7 +675235,7 @@ 519.441, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675258,7 +675258,7 @@ 519.441, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675281,7 +675281,7 @@ 519.441, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675304,7 +675304,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675327,7 +675327,7 @@ 519.441, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675350,7 +675350,7 @@ 519.441, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675373,7 +675373,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675396,7 +675396,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675419,7 +675419,7 @@ 519.441, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675442,7 +675442,7 @@ 519.441, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675465,7 +675465,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675488,7 +675488,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675511,7 +675511,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675534,7 +675534,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675557,7 +675557,7 @@ 519.441, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675580,7 +675580,7 @@ 519.441, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675603,7 +675603,7 @@ 519.441, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675626,7 +675626,7 @@ 519.441, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675649,7 +675649,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675672,7 +675672,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675695,7 +675695,7 @@ 519.441, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675718,7 +675718,7 @@ 519.441, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675741,7 +675741,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675764,7 +675764,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675787,7 +675787,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675810,7 +675810,7 @@ 519.441, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675833,7 +675833,7 @@ 519.441, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675856,7 +675856,7 @@ 519.441, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675879,7 +675879,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675902,7 +675902,7 @@ 519.441, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675925,7 +675925,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675948,7 +675948,7 @@ 519.441, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675971,7 +675971,7 @@ 519.441, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -675994,7 +675994,7 @@ 519.441, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676017,7 +676017,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676040,7 +676040,7 @@ 519.441, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676063,7 +676063,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676086,7 +676086,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676109,7 +676109,7 @@ 519.441, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676132,7 +676132,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676155,7 +676155,7 @@ 519.441, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676178,7 +676178,7 @@ 519.441, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676201,7 +676201,7 @@ 519.441, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676224,7 +676224,7 @@ 519.441, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676247,7 +676247,7 @@ 519.441, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676270,7 +676270,7 @@ 519.441, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676293,7 +676293,7 @@ 519.441, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676316,7 +676316,7 @@ 508.083, "T", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676339,7 +676339,7 @@ 508.083, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676362,7 +676362,7 @@ 508.083, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676385,7 +676385,7 @@ 508.083, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676408,7 +676408,7 @@ 508.083, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676431,7 +676431,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676454,7 +676454,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676477,7 +676477,7 @@ 508.083, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676500,7 +676500,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676523,7 +676523,7 @@ 508.083, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676546,7 +676546,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676569,7 +676569,7 @@ 508.083, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676592,7 +676592,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676615,7 +676615,7 @@ 508.083, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676638,7 +676638,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676661,7 +676661,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676684,7 +676684,7 @@ 508.083, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676707,7 +676707,7 @@ 508.083, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676730,7 +676730,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676753,7 +676753,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676776,7 +676776,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676799,7 +676799,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676822,7 +676822,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676845,7 +676845,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676868,7 +676868,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676891,7 +676891,7 @@ 508.083, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676914,7 +676914,7 @@ 508.083, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676937,7 +676937,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676960,7 +676960,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -676983,7 +676983,7 @@ 508.083, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677006,7 +677006,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677029,7 +677029,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677052,7 +677052,7 @@ 508.083, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677075,7 +677075,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677098,7 +677098,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677121,7 +677121,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677144,7 +677144,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677167,7 +677167,7 @@ 508.083, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677190,7 +677190,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677213,7 +677213,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677236,7 +677236,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677259,7 +677259,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677282,7 +677282,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677305,7 +677305,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677328,7 +677328,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677351,7 +677351,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677374,7 +677374,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677397,7 +677397,7 @@ 508.083, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677420,7 +677420,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677443,7 +677443,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677466,7 +677466,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677489,7 +677489,7 @@ 508.083, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677512,7 +677512,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677535,7 +677535,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677558,7 +677558,7 @@ 508.083, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677581,7 +677581,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677604,7 +677604,7 @@ 508.083, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677627,7 +677627,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677650,7 +677650,7 @@ 508.083, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677673,7 +677673,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677696,7 +677696,7 @@ 508.083, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677719,7 +677719,7 @@ 508.083, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -677742,7 +677742,7 @@ 508.083, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -683262,7 +683262,7 @@ 157.278, "w", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683285,7 +683285,7 @@ 157.278, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683308,7 +683308,7 @@ 157.278, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683331,7 +683331,7 @@ 157.278, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683354,7 +683354,7 @@ 157.278, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683377,7 +683377,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683400,7 +683400,7 @@ 157.278, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683423,7 +683423,7 @@ 157.278, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683446,7 +683446,7 @@ 157.278, "b", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683469,7 +683469,7 @@ 157.278, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683492,7 +683492,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683515,7 +683515,7 @@ 157.278, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683538,7 +683538,7 @@ 157.278, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683561,7 +683561,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683584,7 +683584,7 @@ 157.278, "h", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683607,7 +683607,7 @@ 157.278, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683630,7 +683630,7 @@ 157.278, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683653,7 +683653,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683676,7 +683676,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683699,7 +683699,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683722,7 +683722,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683745,7 +683745,7 @@ 157.278, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683768,7 +683768,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683791,7 +683791,7 @@ 157.278, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683814,7 +683814,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683837,7 +683837,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683860,7 +683860,7 @@ 157.278, "w", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683883,7 +683883,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683906,7 +683906,7 @@ 157.278, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683929,7 +683929,7 @@ 157.278, "k", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683952,7 +683952,7 @@ 157.278, "l", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683975,7 +683975,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -683998,7 +683998,7 @@ 157.278, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684021,7 +684021,7 @@ 157.278, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684044,7 +684044,7 @@ 157.278, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684067,7 +684067,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684090,7 +684090,7 @@ 157.278, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684113,7 +684113,7 @@ 157.278, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684136,7 +684136,7 @@ 157.278, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684159,7 +684159,7 @@ 157.278, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684182,7 +684182,7 @@ 157.278, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684205,7 +684205,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684228,7 +684228,7 @@ 157.278, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684251,7 +684251,7 @@ 157.278, "m", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684274,7 +684274,7 @@ 157.278, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684297,7 +684297,7 @@ 157.278, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684320,7 +684320,7 @@ 157.278, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684343,7 +684343,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684366,7 +684366,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684389,7 +684389,7 @@ 157.278, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684412,7 +684412,7 @@ 157.278, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684435,7 +684435,7 @@ 157.278, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684458,7 +684458,7 @@ 157.278, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684481,7 +684481,7 @@ 157.278, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684504,7 +684504,7 @@ 157.278, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684527,7 +684527,7 @@ 157.278, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -684550,7 +684550,7 @@ 146.319, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684573,7 +684573,7 @@ 146.319, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684596,7 +684596,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684619,7 +684619,7 @@ 146.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684642,7 +684642,7 @@ 146.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684665,7 +684665,7 @@ 146.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684688,7 +684688,7 @@ 146.319, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684711,7 +684711,7 @@ 146.319, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684734,7 +684734,7 @@ 146.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684757,7 +684757,7 @@ 146.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684780,7 +684780,7 @@ 146.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684803,7 +684803,7 @@ 146.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684826,7 +684826,7 @@ 146.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684849,7 +684849,7 @@ 146.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684872,7 +684872,7 @@ 146.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684895,7 +684895,7 @@ 146.319, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684918,7 +684918,7 @@ 146.319, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684941,7 +684941,7 @@ 146.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684964,7 +684964,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -684987,7 +684987,7 @@ 146.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685010,7 +685010,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685033,7 +685033,7 @@ 146.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685056,7 +685056,7 @@ 146.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685079,7 +685079,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685102,7 +685102,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685125,7 +685125,7 @@ 146.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685148,7 +685148,7 @@ 146.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685171,7 +685171,7 @@ 146.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685194,7 +685194,7 @@ 146.319, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685217,7 +685217,7 @@ 146.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685240,7 +685240,7 @@ 146.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685263,7 +685263,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685286,7 +685286,7 @@ 146.319, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685309,7 +685309,7 @@ 146.319, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685332,7 +685332,7 @@ 146.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685355,7 +685355,7 @@ 146.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685378,7 +685378,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685401,7 +685401,7 @@ 146.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685424,7 +685424,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685447,7 +685447,7 @@ 146.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685470,7 +685470,7 @@ 146.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685493,7 +685493,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685516,7 +685516,7 @@ 146.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685539,7 +685539,7 @@ 146.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685562,7 +685562,7 @@ 146.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685585,7 +685585,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685608,7 +685608,7 @@ 146.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685631,7 +685631,7 @@ 146.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685654,7 +685654,7 @@ 146.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685677,7 +685677,7 @@ 146.319, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685700,7 +685700,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685723,7 +685723,7 @@ 146.319, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685746,7 +685746,7 @@ 146.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685769,7 +685769,7 @@ 146.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685792,7 +685792,7 @@ 146.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685815,7 +685815,7 @@ 146.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685838,7 +685838,7 @@ 146.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -685861,7 +685861,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685884,7 +685884,7 @@ 135.36, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685907,7 +685907,7 @@ 135.36, "l", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685930,7 +685930,7 @@ 135.36, "y", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685953,7 +685953,7 @@ 135.36, ".", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685976,7 +685976,7 @@ 135.36, "F", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -685999,7 +685999,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686022,7 +686022,7 @@ 135.36, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686045,7 +686045,7 @@ 135.36, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686068,7 +686068,7 @@ 135.36, "h", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686091,7 +686091,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686114,7 +686114,7 @@ 135.36, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686137,7 +686137,7 @@ 135.36, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686160,7 +686160,7 @@ 135.36, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686183,7 +686183,7 @@ 135.36, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686206,7 +686206,7 @@ 135.36, "h", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686229,7 +686229,7 @@ 135.36, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686252,7 +686252,7 @@ 135.36, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686275,7 +686275,7 @@ 135.36, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686298,7 +686298,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686321,7 +686321,7 @@ 135.36, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686344,7 +686344,7 @@ 135.36, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686367,7 +686367,7 @@ 135.36, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686390,7 +686390,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686413,7 +686413,7 @@ 135.36, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686436,7 +686436,7 @@ 135.36, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686459,7 +686459,7 @@ 135.36, ",", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686482,7 +686482,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686505,7 +686505,7 @@ 135.36, "g", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686528,7 +686528,7 @@ 135.36, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686551,7 +686551,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686574,7 +686574,7 @@ 135.36, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686597,7 +686597,7 @@ 135.36, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686620,7 +686620,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686643,7 +686643,7 @@ 135.36, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686666,7 +686666,7 @@ 135.36, "4", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686689,7 +686689,7 @@ 135.36, "0", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686712,7 +686712,7 @@ 135.36, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686735,7 +686735,7 @@ 135.36, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686758,7 +686758,7 @@ 135.36, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686781,7 +686781,7 @@ 135.36, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686804,7 +686804,7 @@ 135.36, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686827,7 +686827,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686850,7 +686850,7 @@ 135.36, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686873,7 +686873,7 @@ 135.36, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686896,7 +686896,7 @@ 135.36, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686919,7 +686919,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686942,7 +686942,7 @@ 135.36, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686965,7 +686965,7 @@ 135.36, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -686988,7 +686988,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687011,7 +687011,7 @@ 135.36, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687034,7 +687034,7 @@ 135.36, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687057,7 +687057,7 @@ 135.36, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687080,7 +687080,7 @@ 135.36, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687103,7 +687103,7 @@ 135.36, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687126,7 +687126,7 @@ 135.36, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -687149,7 +687149,7 @@ 124.401, "w", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687172,7 +687172,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687195,7 +687195,7 @@ 124.401, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687218,7 +687218,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687241,7 +687241,7 @@ 124.401, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687264,7 +687264,7 @@ 124.401, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687287,7 +687287,7 @@ 124.401, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687310,7 +687310,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687333,7 +687333,7 @@ 124.401, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687356,7 +687356,7 @@ 124.401, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687379,7 +687379,7 @@ 124.401, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687402,7 +687402,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687425,7 +687425,7 @@ 124.401, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687448,7 +687448,7 @@ 124.401, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687471,7 +687471,7 @@ 124.401, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687494,7 +687494,7 @@ 124.401, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687517,7 +687517,7 @@ 124.401, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687540,7 +687540,7 @@ 124.401, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687563,7 +687563,7 @@ 124.401, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687586,7 +687586,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687609,7 +687609,7 @@ 124.401, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687632,7 +687632,7 @@ 124.401, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687655,7 +687655,7 @@ 124.401, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687678,7 +687678,7 @@ 124.401, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687701,7 +687701,7 @@ 124.401, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687724,7 +687724,7 @@ 124.401, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -687747,7 +687747,7 @@ 124.401, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -688575,7 +688575,7 @@ 113.442, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688598,7 +688598,7 @@ 113.442, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688621,7 +688621,7 @@ 113.442, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688644,7 +688644,7 @@ 113.442, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688667,7 +688667,7 @@ 113.442, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688690,7 +688690,7 @@ 113.442, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688713,7 +688713,7 @@ 113.442, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688736,7 +688736,7 @@ 113.442, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688759,7 +688759,7 @@ 113.442, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688782,7 +688782,7 @@ 113.442, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688805,7 +688805,7 @@ 113.442, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688828,7 +688828,7 @@ 113.442, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688851,7 +688851,7 @@ 113.442, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688874,7 +688874,7 @@ 113.442, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688897,7 +688897,7 @@ 113.442, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688920,7 +688920,7 @@ 113.442, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -688943,7 +688943,7 @@ 102.483, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -688966,7 +688966,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -688989,7 +688989,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689012,7 +689012,7 @@ 102.483, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689035,7 +689035,7 @@ 102.483, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689058,7 +689058,7 @@ 102.483, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689081,7 +689081,7 @@ 102.483, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689104,7 +689104,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689127,7 +689127,7 @@ 102.483, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689150,7 +689150,7 @@ 102.483, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689173,7 +689173,7 @@ 102.483, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689196,7 +689196,7 @@ 102.483, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689219,7 +689219,7 @@ 102.483, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689242,7 +689242,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689265,7 +689265,7 @@ 102.483, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689288,7 +689288,7 @@ 102.483, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689311,7 +689311,7 @@ 102.483, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689334,7 +689334,7 @@ 102.483, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689357,7 +689357,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689380,7 +689380,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689403,7 +689403,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689426,7 +689426,7 @@ 102.483, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689449,7 +689449,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689472,7 +689472,7 @@ 102.483, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689495,7 +689495,7 @@ 102.483, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689518,7 +689518,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689541,7 +689541,7 @@ 102.483, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689564,7 +689564,7 @@ 102.483, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689587,7 +689587,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689610,7 +689610,7 @@ 102.483, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689633,7 +689633,7 @@ 102.483, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689656,7 +689656,7 @@ 102.483, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689679,7 +689679,7 @@ 102.483, "S", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689702,7 +689702,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689725,7 +689725,7 @@ 102.483, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689748,7 +689748,7 @@ 102.483, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689771,7 +689771,7 @@ 102.483, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689794,7 +689794,7 @@ 102.483, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689817,7 +689817,7 @@ 102.483, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689840,7 +689840,7 @@ 102.483, "3", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689863,7 +689863,7 @@ 102.483, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689886,7 +689886,7 @@ 102.483, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689909,7 +689909,7 @@ 102.483, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689932,7 +689932,7 @@ 102.483, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689955,7 +689955,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -689978,7 +689978,7 @@ 102.483, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690001,7 +690001,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690024,7 +690024,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690047,7 +690047,7 @@ 102.483, "ff", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690070,7 +690070,7 @@ 102.483, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690093,7 +690093,7 @@ 102.483, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690116,7 +690116,7 @@ 102.483, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690139,7 +690139,7 @@ 102.483, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690162,7 +690162,7 @@ 102.483, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690185,7 +690185,7 @@ 102.483, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690208,7 +690208,7 @@ 102.483, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -690231,7 +690231,7 @@ 91.524, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690254,7 +690254,7 @@ 91.524, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690277,7 +690277,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690300,7 +690300,7 @@ 91.524, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690323,7 +690323,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690346,7 +690346,7 @@ 91.524, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690369,7 +690369,7 @@ 91.524, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690392,7 +690392,7 @@ 91.524, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690415,7 +690415,7 @@ 91.524, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690438,7 +690438,7 @@ 91.524, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690461,7 +690461,7 @@ 91.524, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690484,7 +690484,7 @@ 91.524, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690507,7 +690507,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690530,7 +690530,7 @@ 91.524, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690553,7 +690553,7 @@ 91.524, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690576,7 +690576,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690599,7 +690599,7 @@ 91.524, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690622,7 +690622,7 @@ 91.524, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690645,7 +690645,7 @@ 91.524, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690668,7 +690668,7 @@ 91.524, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690691,7 +690691,7 @@ 91.524, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690714,7 +690714,7 @@ 91.524, "c", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690737,7 +690737,7 @@ 91.524, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690760,7 +690760,7 @@ 91.524, "m", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690783,7 +690783,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690806,7 +690806,7 @@ 91.524, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690829,7 +690829,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690852,7 +690852,7 @@ 91.524, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690875,7 +690875,7 @@ 91.524, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690898,7 +690898,7 @@ 91.524, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690921,7 +690921,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690944,7 +690944,7 @@ 91.524, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690967,7 +690967,7 @@ 91.524, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -690990,7 +690990,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691013,7 +691013,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691036,7 +691036,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691059,7 +691059,7 @@ 91.524, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691082,7 +691082,7 @@ 91.524, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691105,7 +691105,7 @@ 91.524, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691128,7 +691128,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691151,7 +691151,7 @@ 91.524, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691174,7 +691174,7 @@ 91.524, "T", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691197,7 +691197,7 @@ 91.524, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691220,7 +691220,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691243,7 +691243,7 @@ 91.524, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691266,7 +691266,7 @@ 91.524, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691289,7 +691289,7 @@ 91.524, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691312,7 +691312,7 @@ 91.524, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691335,7 +691335,7 @@ 91.524, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691358,7 +691358,7 @@ 91.524, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691381,7 +691381,7 @@ 91.524, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691404,7 +691404,7 @@ 91.524, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691427,7 +691427,7 @@ 91.524, "c", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691450,7 +691450,7 @@ 91.524, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691473,7 +691473,7 @@ 91.524, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -691496,7 +691496,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691519,7 +691519,7 @@ 479.49, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691542,7 +691542,7 @@ 479.49, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691565,7 +691565,7 @@ 479.49, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691588,7 +691588,7 @@ 479.49, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691611,7 +691611,7 @@ 479.49, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691634,7 +691634,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691657,7 +691657,7 @@ 479.49, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691680,7 +691680,7 @@ 479.49, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691703,7 +691703,7 @@ 479.49, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691726,7 +691726,7 @@ 479.49, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691749,7 +691749,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691772,7 +691772,7 @@ 479.49, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691795,7 +691795,7 @@ 479.49, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691818,7 +691818,7 @@ 479.49, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691841,7 +691841,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691864,7 +691864,7 @@ 479.49, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691887,7 +691887,7 @@ 479.49, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691910,7 +691910,7 @@ 479.49, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691933,7 +691933,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691956,7 +691956,7 @@ 479.49, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -691979,7 +691979,7 @@ 479.49, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692002,7 +692002,7 @@ 479.49, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692025,7 +692025,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692048,7 +692048,7 @@ 479.49, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692071,7 +692071,7 @@ 479.49, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692094,7 +692094,7 @@ 479.49, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692117,7 +692117,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692140,7 +692140,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692163,7 +692163,7 @@ 479.49, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692186,7 +692186,7 @@ 479.49, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692209,7 +692209,7 @@ 479.49, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692232,7 +692232,7 @@ 479.49, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692255,7 +692255,7 @@ 479.49, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692278,7 +692278,7 @@ 479.49, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692301,7 +692301,7 @@ 479.49, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692324,7 +692324,7 @@ 479.49, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692347,7 +692347,7 @@ 479.49, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692370,7 +692370,7 @@ 479.49, "X", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692393,7 +692393,7 @@ 479.49, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692416,7 +692416,7 @@ 479.49, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692439,7 +692439,7 @@ 481.639, "3", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -692462,7 +692462,7 @@ 479.49, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692485,7 +692485,7 @@ 479.49, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692508,7 +692508,7 @@ 479.49, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692531,7 +692531,7 @@ 479.49, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692554,7 +692554,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692577,7 +692577,7 @@ 479.49, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692600,7 +692600,7 @@ 479.49, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692623,7 +692623,7 @@ 479.49, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692646,7 +692646,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692669,7 +692669,7 @@ 479.49, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692692,7 +692692,7 @@ 479.49, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692715,7 +692715,7 @@ 479.49, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692738,7 +692738,7 @@ 479.49, "ffi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692761,7 +692761,7 @@ 479.49, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692784,7 +692784,7 @@ 479.49, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692807,7 +692807,7 @@ 479.49, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692830,7 +692830,7 @@ 479.49, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -692853,7 +692853,7 @@ 468.532, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692876,7 +692876,7 @@ 468.532, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692899,7 +692899,7 @@ 468.532, "m", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692922,7 +692922,7 @@ 468.532, "p", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692945,7 +692945,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692968,7 +692968,7 @@ 468.532, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -692991,7 +692991,7 @@ 468.532, "y", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693014,7 +693014,7 @@ 468.532, "w", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693037,7 +693037,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693060,7 +693060,7 @@ 468.532, "b", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693083,7 +693083,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693106,7 +693106,7 @@ 468.532, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693129,7 +693129,7 @@ 468.532, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693152,7 +693152,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693175,7 +693175,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693198,7 +693198,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693221,7 +693221,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693244,7 +693244,7 @@ 468.532, "w", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693267,7 +693267,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693290,7 +693290,7 @@ 468.532, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693313,7 +693313,7 @@ 468.532, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693336,7 +693336,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693359,7 +693359,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693382,7 +693382,7 @@ 468.532, "d", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693405,7 +693405,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693428,7 +693428,7 @@ 468.532, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693451,7 +693451,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693474,7 +693474,7 @@ 468.532, "d", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693497,7 +693497,7 @@ 468.532, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693520,7 +693520,7 @@ 468.532, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693543,7 +693543,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693566,7 +693566,7 @@ 468.532, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693589,7 +693589,7 @@ 468.532, "t", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693612,7 +693612,7 @@ 468.532, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693635,7 +693635,7 @@ 468.532, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693658,7 +693658,7 @@ 468.532, "y", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693681,7 +693681,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693704,7 +693704,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693727,7 +693727,7 @@ 468.532, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693750,7 +693750,7 @@ 468.532, "v", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693773,7 +693773,7 @@ 468.532, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693796,7 +693796,7 @@ 468.532, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693819,7 +693819,7 @@ 468.532, "e", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693842,7 +693842,7 @@ 468.532, "s", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693865,7 +693865,7 @@ 468.532, "f", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693888,7 +693888,7 @@ 468.532, "o", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693911,7 +693911,7 @@ 468.532, "r", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693934,7 +693934,7 @@ 468.532, "fi", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693957,7 +693957,7 @@ 468.532, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -693980,7 +693980,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694003,7 +694003,7 @@ 468.532, "n", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694026,7 +694026,7 @@ 468.532, "c", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694049,7 +694049,7 @@ 468.532, "i", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694072,7 +694072,7 @@ 468.532, "a", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694095,7 +694095,7 @@ 468.532, "l", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -694118,7 +694118,7 @@ 457.573, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694141,7 +694141,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694164,7 +694164,7 @@ 457.573, "p", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694187,7 +694187,7 @@ 457.573, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694210,7 +694210,7 @@ 457.573, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694233,7 +694233,7 @@ 457.573, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694256,7 +694256,7 @@ 457.573, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694279,7 +694279,7 @@ 457.573, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694302,7 +694302,7 @@ 457.573, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694325,7 +694325,7 @@ 457.573, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694348,7 +694348,7 @@ 457.573, "p", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694371,7 +694371,7 @@ 457.573, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694394,7 +694394,7 @@ 457.573, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694417,7 +694417,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694440,7 +694440,7 @@ 457.573, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694463,7 +694463,7 @@ 457.573, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694486,7 +694486,7 @@ 457.573, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694509,7 +694509,7 @@ 457.573, ".", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694532,7 +694532,7 @@ 457.573, "S", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694555,7 +694555,7 @@ 457.573, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694578,7 +694578,7 @@ 457.573, "a", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694601,7 +694601,7 @@ 457.573, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694624,7 +694624,7 @@ 457.573, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694647,7 +694647,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694670,7 +694670,7 @@ 457.573, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694693,7 +694693,7 @@ 457.573, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694716,7 +694716,7 @@ 457.573, "o", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694739,7 +694739,7 @@ 457.573, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694762,7 +694762,7 @@ 457.573, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694785,7 +694785,7 @@ 457.573, "m", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694808,7 +694808,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694831,7 +694831,7 @@ 457.573, "n", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694854,7 +694854,7 @@ 457.573, "t", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694877,7 +694877,7 @@ 457.573, "s", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694900,7 +694900,7 @@ 457.573, "w", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694923,7 +694923,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694946,7 +694946,7 @@ 457.573, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694969,7 +694969,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -694992,7 +694992,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695015,7 +695015,7 @@ 457.573, "x", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695038,7 +695038,7 @@ 457.573, "c", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695061,7 +695061,7 @@ 457.573, "l", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695084,7 +695084,7 @@ 457.573, "u", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695107,7 +695107,7 @@ 457.573, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695130,7 +695130,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695153,7 +695153,7 @@ 457.573, "d", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695176,7 +695176,7 @@ 457.573, "w", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695199,7 +695199,7 @@ 457.573, "h", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695222,7 +695222,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695245,7 +695245,7 @@ 457.573, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695268,7 +695268,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695291,7 +695291,7 @@ 457.573, "v", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695314,7 +695314,7 @@ 457.573, "e", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695337,7 +695337,7 @@ 457.573, "r", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -695360,7 +695360,7 @@ 446.614, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695383,7 +695383,7 @@ 446.614, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695406,7 +695406,7 @@ 446.614, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695429,7 +695429,7 @@ 446.614, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695452,7 +695452,7 @@ 446.614, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695475,7 +695475,7 @@ 446.614, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695498,7 +695498,7 @@ 446.614, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695521,7 +695521,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695544,7 +695544,7 @@ 446.614, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695567,7 +695567,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695590,7 +695590,7 @@ 446.614, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695613,7 +695613,7 @@ 446.614, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695636,7 +695636,7 @@ 446.614, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695659,7 +695659,7 @@ 446.614, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695682,7 +695682,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695705,7 +695705,7 @@ 446.614, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695728,7 +695728,7 @@ 446.614, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695751,7 +695751,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695774,7 +695774,7 @@ 446.614, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695797,7 +695797,7 @@ 446.614, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695820,7 +695820,7 @@ 446.614, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695843,7 +695843,7 @@ 446.614, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695866,7 +695866,7 @@ 446.614, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695889,7 +695889,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695912,7 +695912,7 @@ 446.614, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695935,7 +695935,7 @@ 446.614, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695958,7 +695958,7 @@ 446.614, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -695981,7 +695981,7 @@ 446.614, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696004,7 +696004,7 @@ 446.614, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696027,7 +696027,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696050,7 +696050,7 @@ 446.614, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696073,7 +696073,7 @@ 446.614, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696096,7 +696096,7 @@ 446.614, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696119,7 +696119,7 @@ 446.614, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696142,7 +696142,7 @@ 446.614, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696165,7 +696165,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696188,7 +696188,7 @@ 446.614, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696211,7 +696211,7 @@ 446.614, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696234,7 +696234,7 @@ 446.614, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696257,7 +696257,7 @@ 446.614, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696280,7 +696280,7 @@ 446.614, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696303,7 +696303,7 @@ 446.614, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696326,7 +696326,7 @@ 446.614, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696349,7 +696349,7 @@ 446.614, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696372,7 +696372,7 @@ 446.614, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696395,7 +696395,7 @@ 446.614, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696418,7 +696418,7 @@ 446.614, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696441,7 +696441,7 @@ 446.614, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696464,7 +696464,7 @@ 446.614, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696487,7 +696487,7 @@ 446.614, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696510,7 +696510,7 @@ 446.614, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696533,7 +696533,7 @@ 446.614, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -696556,7 +696556,7 @@ 435.655, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696579,7 +696579,7 @@ 435.655, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696602,7 +696602,7 @@ 435.655, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696625,7 +696625,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696648,7 +696648,7 @@ 435.655, "w", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696671,7 +696671,7 @@ 435.655, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696694,7 +696694,7 @@ 435.655, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696717,7 +696717,7 @@ 435.655, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696740,7 +696740,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696763,7 +696763,7 @@ 435.655, "p", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696786,7 +696786,7 @@ 435.655, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696809,7 +696809,7 @@ 435.655, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696832,7 +696832,7 @@ 435.655, "f", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696855,7 +696855,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696878,7 +696878,7 @@ 435.655, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696901,7 +696901,7 @@ 435.655, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696924,7 +696924,7 @@ 435.655, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696947,7 +696947,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696970,7 +696970,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -696993,7 +696993,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697016,7 +697016,7 @@ 435.655, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697039,7 +697039,7 @@ 435.655, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697062,7 +697062,7 @@ 435.655, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697085,7 +697085,7 @@ 435.655, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697108,7 +697108,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697131,7 +697131,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697154,7 +697154,7 @@ 435.655, "w", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697177,7 +697177,7 @@ 435.655, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697200,7 +697200,7 @@ 435.655, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697223,7 +697223,7 @@ 435.655, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697246,7 +697246,7 @@ 435.655, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697269,7 +697269,7 @@ 435.655, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697292,7 +697292,7 @@ 435.655, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697315,7 +697315,7 @@ 435.655, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697338,7 +697338,7 @@ 435.655, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697361,7 +697361,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697384,7 +697384,7 @@ 435.655, "g", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697407,7 +697407,7 @@ 435.655, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697430,7 +697430,7 @@ 435.655, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697453,7 +697453,7 @@ 435.655, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697476,7 +697476,7 @@ 435.655, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697499,7 +697499,7 @@ 435.655, "b", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697522,7 +697522,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697545,7 +697545,7 @@ 435.655, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697568,7 +697568,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697591,7 +697591,7 @@ 435.655, "d", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697614,7 +697614,7 @@ 435.655, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697637,7 +697637,7 @@ 435.655, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697660,7 +697660,7 @@ 435.655, "g", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697683,7 +697683,7 @@ 435.655, "-", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697706,7 +697706,7 @@ 435.655, "b", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697729,7 +697729,7 @@ 435.655, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697752,7 +697752,7 @@ 435.655, "x", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697775,7 +697775,7 @@ 435.655, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697798,7 +697798,7 @@ 435.655, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -697821,7 +697821,7 @@ 424.696, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697844,7 +697844,7 @@ 424.696, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697867,7 +697867,7 @@ 424.696, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697890,7 +697890,7 @@ 424.696, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697913,7 +697913,7 @@ 424.696, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697936,7 +697936,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697959,7 +697959,7 @@ 424.696, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -697982,7 +697982,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698005,7 +698005,7 @@ 424.696, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698028,7 +698028,7 @@ 424.696, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698051,7 +698051,7 @@ 424.696, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698074,7 +698074,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698097,7 +698097,7 @@ 424.696, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698120,7 +698120,7 @@ 424.696, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698143,7 +698143,7 @@ 424.696, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698166,7 +698166,7 @@ 424.696, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698189,7 +698189,7 @@ 424.696, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698212,7 +698212,7 @@ 424.696, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698235,7 +698235,7 @@ 424.696, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698258,7 +698258,7 @@ 424.696, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698281,7 +698281,7 @@ 424.696, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698304,7 +698304,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698327,7 +698327,7 @@ 424.696, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698350,7 +698350,7 @@ 424.696, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698373,7 +698373,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698396,7 +698396,7 @@ 424.696, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698419,7 +698419,7 @@ 424.696, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698442,7 +698442,7 @@ 424.696, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698465,7 +698465,7 @@ 424.696, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698488,7 +698488,7 @@ 424.696, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698511,7 +698511,7 @@ 424.696, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698534,7 +698534,7 @@ 424.696, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698557,7 +698557,7 @@ 424.696, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698580,7 +698580,7 @@ 424.696, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698603,7 +698603,7 @@ 424.696, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698626,7 +698626,7 @@ 424.696, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698649,7 +698649,7 @@ 424.696, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698672,7 +698672,7 @@ 424.696, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698695,7 +698695,7 @@ 424.696, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698718,7 +698718,7 @@ 424.696, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698741,7 +698741,7 @@ 424.696, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698764,7 +698764,7 @@ 424.696, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698787,7 +698787,7 @@ 424.696, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -698810,7 +698810,7 @@ 413.737, "P", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698833,7 +698833,7 @@ 413.737, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698856,7 +698856,7 @@ 413.737, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698879,7 +698879,7 @@ 413.737, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698902,7 +698902,7 @@ 413.737, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698925,7 +698925,7 @@ 413.737, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698948,7 +698948,7 @@ 413.737, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698971,7 +698971,7 @@ 413.737, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -698994,7 +698994,7 @@ 413.737, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699017,7 +699017,7 @@ 413.737, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699040,7 +699040,7 @@ 413.737, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699063,7 +699063,7 @@ 413.737, "w", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699086,7 +699086,7 @@ 413.737, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699109,7 +699109,7 @@ 413.737, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699132,7 +699132,7 @@ 413.737, "k", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699155,7 +699155,7 @@ 413.737, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699178,7 +699178,7 @@ 413.737, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699201,7 +699201,7 @@ 413.737, "c", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699224,7 +699224,7 @@ 413.737, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699247,7 +699247,7 @@ 413.737, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699270,7 +699270,7 @@ 413.737, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699293,7 +699293,7 @@ 413.737, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699316,7 +699316,7 @@ 413.737, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699339,7 +699339,7 @@ 413.737, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699362,7 +699362,7 @@ 413.737, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699385,7 +699385,7 @@ 413.737, "l", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699408,7 +699408,7 @@ 413.737, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699431,7 +699431,7 @@ 413.737, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699454,7 +699454,7 @@ 413.737, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699477,7 +699477,7 @@ 413.737, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699500,7 +699500,7 @@ 413.737, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699523,7 +699523,7 @@ 413.737, "g", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699546,7 +699546,7 @@ 413.737, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699569,7 +699569,7 @@ 413.737, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699592,7 +699592,7 @@ 413.737, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699615,7 +699615,7 @@ 413.737, "p", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699638,7 +699638,7 @@ 413.737, "a", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699661,7 +699661,7 @@ 413.737, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699684,7 +699684,7 @@ 413.737, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699707,7 +699707,7 @@ 413.737, "i", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699730,7 +699730,7 @@ 413.737, "n", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699753,7 +699753,7 @@ 413.737, "g", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699776,7 +699776,7 @@ 413.737, "t", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699799,7 +699799,7 @@ 413.737, "h", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699822,7 +699822,7 @@ 413.737, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699845,7 +699845,7 @@ 413.737, "s", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699868,7 +699868,7 @@ 413.737, "o", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699891,7 +699891,7 @@ 413.737, "u", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699914,7 +699914,7 @@ 413.737, "r", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699937,7 +699937,7 @@ 413.737, "c", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699960,7 +699960,7 @@ 413.737, "e", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -699983,7 +699983,7 @@ 413.737, "d", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -700006,7 +700006,7 @@ 402.778, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700029,7 +700029,7 @@ 402.778, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700052,7 +700052,7 @@ 402.778, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700075,7 +700075,7 @@ 402.778, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700098,7 +700098,7 @@ 402.778, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700121,7 +700121,7 @@ 402.778, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700144,7 +700144,7 @@ 402.778, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700167,7 +700167,7 @@ 402.778, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700190,7 +700190,7 @@ 402.778, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700213,7 +700213,7 @@ 402.778, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700236,7 +700236,7 @@ 402.778, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700259,7 +700259,7 @@ 402.778, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700282,7 +700282,7 @@ 402.778, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700305,7 +700305,7 @@ 402.778, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700328,7 +700328,7 @@ 402.778, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700351,7 +700351,7 @@ 402.778, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700374,7 +700374,7 @@ 402.778, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700397,7 +700397,7 @@ 402.778, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700420,7 +700420,7 @@ 402.778, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700443,7 +700443,7 @@ 402.778, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700466,7 +700466,7 @@ 402.778, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700489,7 +700489,7 @@ 402.778, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700512,7 +700512,7 @@ 402.778, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700535,7 +700535,7 @@ 402.778, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700558,7 +700558,7 @@ 402.778, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700581,7 +700581,7 @@ 402.778, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700604,7 +700604,7 @@ 402.778, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700627,7 +700627,7 @@ 402.778, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700650,7 +700650,7 @@ 402.778, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700673,7 +700673,7 @@ 402.778, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700696,7 +700696,7 @@ 402.778, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700719,7 +700719,7 @@ 402.778, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700742,7 +700742,7 @@ 402.778, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700765,7 +700765,7 @@ 402.778, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700788,7 +700788,7 @@ 402.778, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700811,7 +700811,7 @@ 402.778, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700834,7 +700834,7 @@ 402.778, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700857,7 +700857,7 @@ 402.778, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700880,7 +700880,7 @@ 402.778, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700903,7 +700903,7 @@ 402.778, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700926,7 +700926,7 @@ 402.778, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700949,7 +700949,7 @@ 402.778, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700972,7 +700972,7 @@ 402.778, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -700995,7 +700995,7 @@ 402.778, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701018,7 +701018,7 @@ 402.778, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701041,7 +701041,7 @@ 402.778, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701064,7 +701064,7 @@ 402.778, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -701087,7 +701087,7 @@ 402.778, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -701110,7 +701110,7 @@ 402.778, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701133,7 +701133,7 @@ 402.778, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701156,7 +701156,7 @@ 402.778, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -701179,7 +701179,7 @@ 391.819, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701202,7 +701202,7 @@ 391.819, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701225,7 +701225,7 @@ 391.819, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701248,7 +701248,7 @@ 391.819, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701271,7 +701271,7 @@ 391.819, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701294,7 +701294,7 @@ 391.819, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701317,7 +701317,7 @@ 391.819, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701340,7 +701340,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701363,7 +701363,7 @@ 391.819, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701386,7 +701386,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701409,7 +701409,7 @@ 391.819, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701432,7 +701432,7 @@ 391.819, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701455,7 +701455,7 @@ 391.819, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701478,7 +701478,7 @@ 391.819, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701501,7 +701501,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701524,7 +701524,7 @@ 391.819, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701547,7 +701547,7 @@ 391.819, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701570,7 +701570,7 @@ 391.819, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701593,7 +701593,7 @@ 391.819, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701616,7 +701616,7 @@ 391.819, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701639,7 +701639,7 @@ 391.819, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701662,7 +701662,7 @@ 391.819, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701685,7 +701685,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701708,7 +701708,7 @@ 391.819, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701731,7 +701731,7 @@ 391.819, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701754,7 +701754,7 @@ 391.819, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701777,7 +701777,7 @@ 391.819, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701800,7 +701800,7 @@ 391.819, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701823,7 +701823,7 @@ 391.819, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701846,7 +701846,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701869,7 +701869,7 @@ 391.819, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701892,7 +701892,7 @@ 391.819, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701915,7 +701915,7 @@ 391.819, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701938,7 +701938,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701961,7 +701961,7 @@ 391.819, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -701984,7 +701984,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702007,7 +702007,7 @@ 391.819, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702030,7 +702030,7 @@ 391.819, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702053,7 +702053,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702076,7 +702076,7 @@ 391.819, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702099,7 +702099,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702122,7 +702122,7 @@ 391.819, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702145,7 +702145,7 @@ 391.819, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702168,7 +702168,7 @@ 391.819, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702191,7 +702191,7 @@ 391.819, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702214,7 +702214,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702237,7 +702237,7 @@ 391.819, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702260,7 +702260,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702283,7 +702283,7 @@ 391.819, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702306,7 +702306,7 @@ 391.819, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702329,7 +702329,7 @@ 391.819, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702352,7 +702352,7 @@ 391.819, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702375,7 +702375,7 @@ 391.819, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702398,7 +702398,7 @@ 391.819, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702421,7 +702421,7 @@ 391.819, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702444,7 +702444,7 @@ 391.819, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702467,7 +702467,7 @@ 391.819, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702490,7 +702490,7 @@ 391.819, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702513,7 +702513,7 @@ 391.819, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -702536,7 +702536,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702559,7 +702559,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702582,7 +702582,7 @@ 380.86, "d", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702605,7 +702605,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702628,7 +702628,7 @@ 380.86, "l", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702651,7 +702651,7 @@ 380.86, "l", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702674,7 +702674,7 @@ 380.86, "o", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702697,7 +702697,7 @@ 380.86, "w", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702720,7 +702720,7 @@ 380.86, "s", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702743,7 +702743,7 @@ 380.86, "f", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702766,7 +702766,7 @@ 380.86, "o", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702789,7 +702789,7 @@ 380.86, "r", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702812,7 +702812,7 @@ 380.86, "d", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702835,7 +702835,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702858,7 +702858,7 @@ 380.86, "t", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702881,7 +702881,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702904,7 +702904,7 @@ 380.86, "s", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702927,7 +702927,7 @@ 380.86, "e", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702950,7 +702950,7 @@ 380.86, "t", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702973,7 +702973,7 @@ 380.86, "i", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -702996,7 +702996,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703019,7 +703019,7 @@ 380.86, "s", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703042,7 +703042,7 @@ 380.86, "p", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703065,7 +703065,7 @@ 380.86, "e", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703088,7 +703088,7 @@ 380.86, "c", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703111,7 +703111,7 @@ 380.86, "t", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703134,7 +703134,7 @@ 380.86, "i", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703157,7 +703157,7 @@ 380.86, "o", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703180,7 +703180,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703203,7 +703203,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703226,7 +703226,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703249,7 +703249,7 @@ 380.86, "d", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703272,7 +703272,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703295,7 +703295,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703318,7 +703318,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703341,7 +703341,7 @@ 380.86, "l", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703364,7 +703364,7 @@ 380.86, "y", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703387,7 +703387,7 @@ 380.86, "s", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703410,7 +703410,7 @@ 380.86, "i", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703433,7 +703433,7 @@ 380.86, "s", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703456,7 +703456,7 @@ 380.86, ".", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703479,7 +703479,7 @@ 380.86, "T", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703502,7 +703502,7 @@ 380.86, "h", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703525,7 +703525,7 @@ 380.86, "e", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703548,7 +703548,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703571,7 +703571,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703594,7 +703594,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703617,7 +703617,7 @@ 380.86, "o", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703640,7 +703640,7 @@ 380.86, "t", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703663,7 +703663,7 @@ 380.86, "a", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703686,7 +703686,7 @@ 380.86, "t", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703709,7 +703709,7 @@ 380.86, "i", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703732,7 +703732,7 @@ 380.86, "o", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703755,7 +703755,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703778,7 +703778,7 @@ 380.86, "i", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703801,7 +703801,7 @@ 380.86, "n", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703824,7 +703824,7 @@ 380.86, "-", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -703847,7 +703847,7 @@ 369.901, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703870,7 +703870,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703893,7 +703893,7 @@ 369.901, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703916,7 +703916,7 @@ 369.901, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703939,7 +703939,7 @@ 369.901, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703962,7 +703962,7 @@ 369.901, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -703985,7 +703985,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704008,7 +704008,7 @@ 369.901, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704031,7 +704031,7 @@ 369.901, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704054,7 +704054,7 @@ 369.901, "C", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704077,7 +704077,7 @@ 369.901, "C", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704100,7 +704100,7 @@ 369.901, "S", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704123,7 +704123,7 @@ 369.901, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704146,7 +704146,7 @@ 369.901, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704169,7 +704169,7 @@ 369.901, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704192,7 +704192,7 @@ 369.901, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704215,7 +704215,7 @@ 369.901, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704238,7 +704238,7 @@ 369.901, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704261,7 +704261,7 @@ 369.901, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704284,7 +704284,7 @@ 369.901, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704307,7 +704307,7 @@ 369.901, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704330,7 +704330,7 @@ 369.901, "F", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704353,7 +704353,7 @@ 369.901, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704376,7 +704376,7 @@ 369.901, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704399,7 +704399,7 @@ 369.901, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704422,7 +704422,7 @@ 369.901, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704445,7 +704445,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704468,7 +704468,7 @@ 369.901, "3", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704491,7 +704491,7 @@ 369.901, ".", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704514,7 +704514,7 @@ 369.901, "T", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704537,7 +704537,7 @@ 369.901, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704560,7 +704560,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704583,7 +704583,7 @@ 369.901, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704606,7 +704606,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704629,7 +704629,7 @@ 369.901, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704652,7 +704652,7 @@ 369.901, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704675,7 +704675,7 @@ 369.901, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704698,7 +704698,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704721,7 +704721,7 @@ 369.901, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704744,7 +704744,7 @@ 369.901, "b", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704767,7 +704767,7 @@ 369.901, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704790,7 +704790,7 @@ 369.901, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704813,7 +704813,7 @@ 369.901, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704836,7 +704836,7 @@ 369.901, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704859,7 +704859,7 @@ 369.901, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704882,7 +704882,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704905,7 +704905,7 @@ 369.901, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704928,7 +704928,7 @@ 369.901, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704951,7 +704951,7 @@ 369.901, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704974,7 +704974,7 @@ 369.901, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -704997,7 +704997,7 @@ 369.901, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -705020,7 +705020,7 @@ 369.901, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -705043,7 +705043,7 @@ 369.901, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -705066,7 +705066,7 @@ 358.942, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705089,7 +705089,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705112,7 +705112,7 @@ 358.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705135,7 +705135,7 @@ 358.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705158,7 +705158,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705181,7 +705181,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705204,7 +705204,7 @@ 358.942, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705227,7 +705227,7 @@ 358.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705250,7 +705250,7 @@ 358.942, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705273,7 +705273,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705296,7 +705296,7 @@ 358.942, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705319,7 +705319,7 @@ 358.942, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705342,7 +705342,7 @@ 358.942, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705365,7 +705365,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705388,7 +705388,7 @@ 358.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705411,7 +705411,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705434,7 +705434,7 @@ 358.942, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705457,7 +705457,7 @@ 358.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705480,7 +705480,7 @@ 358.942, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705503,7 +705503,7 @@ 358.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705526,7 +705526,7 @@ 358.942, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705549,7 +705549,7 @@ 358.942, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705572,7 +705572,7 @@ 358.942, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705595,7 +705595,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705618,7 +705618,7 @@ 358.942, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705641,7 +705641,7 @@ 358.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705664,7 +705664,7 @@ 358.942, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705687,7 +705687,7 @@ 358.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705710,7 +705710,7 @@ 358.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705733,7 +705733,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705756,7 +705756,7 @@ 358.942, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705779,7 +705779,7 @@ 358.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705802,7 +705802,7 @@ 358.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705825,7 +705825,7 @@ 358.942, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705848,7 +705848,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705871,7 +705871,7 @@ 358.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705894,7 +705894,7 @@ 358.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705917,7 +705917,7 @@ 358.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705940,7 +705940,7 @@ 358.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705963,7 +705963,7 @@ 358.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -705986,7 +705986,7 @@ 358.942, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706009,7 +706009,7 @@ 358.942, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706032,7 +706032,7 @@ 358.942, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706055,7 +706055,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706078,7 +706078,7 @@ 358.942, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706101,7 +706101,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706124,7 +706124,7 @@ 358.942, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706147,7 +706147,7 @@ 358.942, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706170,7 +706170,7 @@ 358.942, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706193,7 +706193,7 @@ 358.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706216,7 +706216,7 @@ 358.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706239,7 +706239,7 @@ 358.942, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706262,7 +706262,7 @@ 347.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706285,7 +706285,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706308,7 +706308,7 @@ 347.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706331,7 +706331,7 @@ 347.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706354,7 +706354,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706377,7 +706377,7 @@ 347.984, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706400,7 +706400,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706423,7 +706423,7 @@ 347.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706446,7 +706446,7 @@ 347.984, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706469,7 +706469,7 @@ 347.984, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706492,7 +706492,7 @@ 347.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706515,7 +706515,7 @@ 347.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706538,7 +706538,7 @@ 347.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706561,7 +706561,7 @@ 347.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706584,7 +706584,7 @@ 347.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706607,7 +706607,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706630,7 +706630,7 @@ 347.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706653,7 +706653,7 @@ 347.984, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706676,7 +706676,7 @@ 347.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706699,7 +706699,7 @@ 347.984, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706722,7 +706722,7 @@ 347.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706745,7 +706745,7 @@ 347.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706768,7 +706768,7 @@ 347.984, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706791,7 +706791,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706814,7 +706814,7 @@ 347.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706837,7 +706837,7 @@ 347.984, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706860,7 +706860,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706883,7 +706883,7 @@ 347.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706906,7 +706906,7 @@ 347.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706929,7 +706929,7 @@ 347.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706952,7 +706952,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706975,7 +706975,7 @@ 347.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -706998,7 +706998,7 @@ 347.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707021,7 +707021,7 @@ 347.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707044,7 +707044,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707067,7 +707067,7 @@ 347.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707090,7 +707090,7 @@ 347.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707113,7 +707113,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707136,7 +707136,7 @@ 347.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707159,7 +707159,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707182,7 +707182,7 @@ 347.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707205,7 +707205,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707228,7 +707228,7 @@ 347.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707251,7 +707251,7 @@ 347.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707274,7 +707274,7 @@ 347.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707297,7 +707297,7 @@ 347.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707320,7 +707320,7 @@ 347.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707343,7 +707343,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707366,7 +707366,7 @@ 347.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707389,7 +707389,7 @@ 347.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707412,7 +707412,7 @@ 347.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707435,7 +707435,7 @@ 347.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707458,7 +707458,7 @@ 347.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707481,7 +707481,7 @@ 347.984, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707504,7 +707504,7 @@ 347.984, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707527,7 +707527,7 @@ 347.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707550,7 +707550,7 @@ 347.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -707573,7 +707573,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707596,7 +707596,7 @@ 337.025, "x", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707619,7 +707619,7 @@ 337.025, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707642,7 +707642,7 @@ 337.025, "m", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707665,7 +707665,7 @@ 337.025, "p", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707688,7 +707688,7 @@ 337.025, "l", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707711,7 +707711,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707734,7 +707734,7 @@ 337.025, ",", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707757,7 +707757,7 @@ 337.025, "w", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707780,7 +707780,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707803,7 +707803,7 @@ 337.025, "m", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707826,7 +707826,7 @@ 337.025, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707849,7 +707849,7 @@ 337.025, "d", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707872,7 +707872,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707895,7 +707895,7 @@ 337.025, "s", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707918,7 +707918,7 @@ 337.025, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707941,7 +707941,7 @@ 337.025, "r", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707964,7 +707964,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -707987,7 +707987,7 @@ 337.025, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708010,7 +708010,7 @@ 337.025, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708033,7 +708033,7 @@ 337.025, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708056,7 +708056,7 @@ 337.025, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708079,7 +708079,7 @@ 337.025, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708102,7 +708102,7 @@ 337.025, "l", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708125,7 +708125,7 @@ 337.025, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708148,7 +708148,7 @@ 337.025, "d", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708171,7 +708171,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708194,7 +708194,7 @@ 337.025, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708217,7 +708217,7 @@ 337.025, "h", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708240,7 +708240,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708263,7 +708263,7 @@ 337.025, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708286,7 +708286,7 @@ 337.025, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708309,7 +708309,7 @@ 337.025, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708332,7 +708332,7 @@ 337.025, "l", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708355,7 +708355,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708378,7 +708378,7 @@ 337.025, "p", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708401,7 +708401,7 @@ 337.025, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708424,7 +708424,7 @@ 337.025, "g", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708447,7 +708447,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708470,7 +708470,7 @@ 337.025, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708493,7 +708493,7 @@ 337.025, "f", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708516,7 +708516,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708539,7 +708539,7 @@ 337.025, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708562,7 +708562,7 @@ 337.025, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708585,7 +708585,7 @@ 337.025, "h", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708608,7 +708608,7 @@ 337.025, "d", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708631,7 +708631,7 @@ 337.025, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708654,7 +708654,7 @@ 337.025, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708677,7 +708677,7 @@ 337.025, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708700,7 +708700,7 @@ 337.025, "m", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708723,7 +708723,7 @@ 337.025, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708746,7 +708746,7 @@ 337.025, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708769,7 +708769,7 @@ 337.025, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -708792,7 +708792,7 @@ 326.066, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708815,7 +708815,7 @@ 326.066, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708838,7 +708838,7 @@ 326.066, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708861,7 +708861,7 @@ 326.066, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708884,7 +708884,7 @@ 326.066, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708907,7 +708907,7 @@ 326.066, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708930,7 +708930,7 @@ 326.066, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708953,7 +708953,7 @@ 326.066, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708976,7 +708976,7 @@ 326.066, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -708999,7 +708999,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709022,7 +709022,7 @@ 326.066, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709045,7 +709045,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709068,7 +709068,7 @@ 326.066, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709091,7 +709091,7 @@ 326.066, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709114,7 +709114,7 @@ 326.066, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709137,7 +709137,7 @@ 326.066, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709160,7 +709160,7 @@ 326.066, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709183,7 +709183,7 @@ 326.066, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709206,7 +709206,7 @@ 326.066, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709229,7 +709229,7 @@ 326.066, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709252,7 +709252,7 @@ 326.066, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709275,7 +709275,7 @@ 326.066, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709298,7 +709298,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709321,7 +709321,7 @@ 326.066, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709344,7 +709344,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709367,7 +709367,7 @@ 326.066, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709390,7 +709390,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709413,7 +709413,7 @@ 326.066, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709436,7 +709436,7 @@ 326.066, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709459,7 +709459,7 @@ 326.066, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709482,7 +709482,7 @@ 326.066, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709505,7 +709505,7 @@ 326.066, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709528,7 +709528,7 @@ 326.066, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709551,7 +709551,7 @@ 326.066, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709574,7 +709574,7 @@ 326.066, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709597,7 +709597,7 @@ 326.066, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709620,7 +709620,7 @@ 326.066, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709643,7 +709643,7 @@ 326.066, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709666,7 +709666,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709689,7 +709689,7 @@ 326.066, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709712,7 +709712,7 @@ 326.066, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709735,7 +709735,7 @@ 326.066, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709758,7 +709758,7 @@ 326.066, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709781,7 +709781,7 @@ 326.066, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709804,7 +709804,7 @@ 326.066, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709827,7 +709827,7 @@ 326.066, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709850,7 +709850,7 @@ 326.066, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709873,7 +709873,7 @@ 326.066, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709896,7 +709896,7 @@ 326.066, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709919,7 +709919,7 @@ 326.066, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709942,7 +709942,7 @@ 326.066, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709965,7 +709965,7 @@ 315.107, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -709988,7 +709988,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710011,7 +710011,7 @@ 315.107, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710034,7 +710034,7 @@ 315.107, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710057,7 +710057,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710080,7 +710080,7 @@ 315.107, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710103,7 +710103,7 @@ 315.107, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710126,7 +710126,7 @@ 315.107, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710149,7 +710149,7 @@ 315.107, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710172,7 +710172,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710195,7 +710195,7 @@ 315.107, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710218,7 +710218,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710241,7 +710241,7 @@ 315.107, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710264,7 +710264,7 @@ 315.107, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710287,7 +710287,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710310,7 +710310,7 @@ 315.107, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710333,7 +710333,7 @@ 315.107, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710356,7 +710356,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710379,7 +710379,7 @@ 315.107, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710402,7 +710402,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710425,7 +710425,7 @@ 315.107, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710448,7 +710448,7 @@ 315.107, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710471,7 +710471,7 @@ 315.107, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710494,7 +710494,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710517,7 +710517,7 @@ 315.107, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710540,7 +710540,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710563,7 +710563,7 @@ 315.107, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710586,7 +710586,7 @@ 315.107, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710609,7 +710609,7 @@ 315.107, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710632,7 +710632,7 @@ 315.107, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710655,7 +710655,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710678,7 +710678,7 @@ 315.107, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710701,7 +710701,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710724,7 +710724,7 @@ 315.107, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710747,7 +710747,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710770,7 +710770,7 @@ 315.107, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710793,7 +710793,7 @@ 315.107, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710816,7 +710816,7 @@ 315.107, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710839,7 +710839,7 @@ 315.107, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710862,7 +710862,7 @@ 315.107, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710885,7 +710885,7 @@ 315.107, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710908,7 +710908,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710931,7 +710931,7 @@ 315.107, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710954,7 +710954,7 @@ 315.107, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -710977,7 +710977,7 @@ 315.107, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711000,7 +711000,7 @@ 315.107, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711023,7 +711023,7 @@ 315.107, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711046,7 +711046,7 @@ 315.107, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711069,7 +711069,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711092,7 +711092,7 @@ 315.107, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711115,7 +711115,7 @@ 315.107, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711138,7 +711138,7 @@ 315.107, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711161,7 +711161,7 @@ 315.107, "j", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711184,7 +711184,7 @@ 315.107, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711207,7 +711207,7 @@ 315.107, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711230,7 +711230,7 @@ 315.107, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -711253,7 +711253,7 @@ 304.148, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711276,7 +711276,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711299,7 +711299,7 @@ 304.148, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711322,7 +711322,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711345,7 +711345,7 @@ 304.148, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711368,7 +711368,7 @@ 304.148, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711391,7 +711391,7 @@ 304.148, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711414,7 +711414,7 @@ 304.148, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711437,7 +711437,7 @@ 304.148, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711460,7 +711460,7 @@ 304.148, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711483,7 +711483,7 @@ 304.148, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711506,7 +711506,7 @@ 304.148, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711529,7 +711529,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711552,7 +711552,7 @@ 304.148, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711575,7 +711575,7 @@ 304.148, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711598,7 +711598,7 @@ 304.148, "f", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711621,7 +711621,7 @@ 304.148, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711644,7 +711644,7 @@ 304.148, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711667,7 +711667,7 @@ 304.148, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711690,7 +711690,7 @@ 304.148, "P", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711713,7 +711713,7 @@ 304.148, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711736,7 +711736,7 @@ 304.148, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711759,7 +711759,7 @@ 304.148, "L", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711782,7 +711782,7 @@ 304.148, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711805,7 +711805,7 @@ 304.148, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711828,7 +711828,7 @@ 304.148, "N", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711851,7 +711851,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711874,7 +711874,7 @@ 304.148, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711897,7 +711897,7 @@ 304.148, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711920,7 +711920,7 @@ 304.148, "w", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711943,7 +711943,7 @@ 304.148, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711966,7 +711966,7 @@ 304.148, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -711989,7 +711989,7 @@ 304.148, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712012,7 +712012,7 @@ 304.148, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712035,7 +712035,7 @@ 304.148, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712058,7 +712058,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712081,7 +712081,7 @@ 304.148, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712104,7 +712104,7 @@ 304.148, "p", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712127,7 +712127,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712150,7 +712150,7 @@ 304.148, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712173,7 +712173,7 @@ 304.148, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712196,7 +712196,7 @@ 304.148, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712219,7 +712219,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712242,7 +712242,7 @@ 304.148, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712265,7 +712265,7 @@ 304.148, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712288,7 +712288,7 @@ 304.148, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712311,7 +712311,7 @@ 304.148, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712334,7 +712334,7 @@ 304.148, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712357,7 +712357,7 @@ 304.148, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712380,7 +712380,7 @@ 304.148, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712403,7 +712403,7 @@ 304.148, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712426,7 +712426,7 @@ 304.148, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712449,7 +712449,7 @@ 304.148, "w", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -712472,7 +712472,7 @@ 293.189, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712495,7 +712495,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712518,7 +712518,7 @@ 293.189, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712541,7 +712541,7 @@ 293.189, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712564,7 +712564,7 @@ 293.189, "fi", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712587,7 +712587,7 @@ 293.189, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712610,7 +712610,7 @@ 293.189, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712633,7 +712633,7 @@ 293.189, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712656,7 +712656,7 @@ 293.189, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712679,7 +712679,7 @@ 293.189, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712702,7 +712702,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712725,7 +712725,7 @@ 293.189, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712748,7 +712748,7 @@ 293.189, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712771,7 +712771,7 @@ 293.189, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712794,7 +712794,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712817,7 +712817,7 @@ 293.189, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712840,7 +712840,7 @@ 293.189, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712863,7 +712863,7 @@ 293.189, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712886,7 +712886,7 @@ 293.189, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712909,7 +712909,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712932,7 +712932,7 @@ 293.189, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712955,7 +712955,7 @@ 293.189, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -712978,7 +712978,7 @@ 293.189, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713001,7 +713001,7 @@ 293.189, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713024,7 +713024,7 @@ 293.189, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713047,7 +713047,7 @@ 293.189, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713070,7 +713070,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713093,7 +713093,7 @@ 293.189, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713116,7 +713116,7 @@ 293.189, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713139,7 +713139,7 @@ 293.189, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713162,7 +713162,7 @@ 293.189, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713185,7 +713185,7 @@ 293.189, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713208,7 +713208,7 @@ 293.189, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713231,7 +713231,7 @@ 293.189, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713254,7 +713254,7 @@ 293.189, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713277,7 +713277,7 @@ 293.189, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713300,7 +713300,7 @@ 293.189, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -713323,7 +713323,7 @@ 293.189, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -714128,7 +714128,7 @@ 282.23, "W", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714151,7 +714151,7 @@ 282.23, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714174,7 +714174,7 @@ 282.23, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714197,7 +714197,7 @@ 282.23, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714220,7 +714220,7 @@ 282.23, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714243,7 +714243,7 @@ 282.23, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714266,7 +714266,7 @@ 282.23, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714289,7 +714289,7 @@ 282.23, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714312,7 +714312,7 @@ 282.23, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714335,7 +714335,7 @@ 282.23, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714358,7 +714358,7 @@ 282.23, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714381,7 +714381,7 @@ 282.23, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714404,7 +714404,7 @@ 282.23, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714427,7 +714427,7 @@ 282.23, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714450,7 +714450,7 @@ 282.23, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714473,7 +714473,7 @@ 282.23, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714496,7 +714496,7 @@ 282.23, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -714519,7 +714519,7 @@ 271.271, "l", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714542,7 +714542,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714565,7 +714565,7 @@ 271.271, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714588,7 +714588,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714611,7 +714611,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714634,7 +714634,7 @@ 271.271, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714657,7 +714657,7 @@ 271.271, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714680,7 +714680,7 @@ 271.271, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714703,7 +714703,7 @@ 271.271, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714726,7 +714726,7 @@ 271.271, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714749,7 +714749,7 @@ 271.271, "m", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714772,7 +714772,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714795,7 +714795,7 @@ 271.271, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714818,7 +714818,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714841,7 +714841,7 @@ 271.271, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714864,7 +714864,7 @@ 271.271, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714887,7 +714887,7 @@ 271.271, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714910,7 +714910,7 @@ 271.271, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714933,7 +714933,7 @@ 271.271, "i", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714956,7 +714956,7 @@ 271.271, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -714979,7 +714979,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715002,7 +715002,7 @@ 271.271, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715025,7 +715025,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715048,7 +715048,7 @@ 271.271, "i", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715071,7 +715071,7 @@ 271.271, "fi", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715094,7 +715094,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715117,7 +715117,7 @@ 271.271, "d", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715140,7 +715140,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715163,7 +715163,7 @@ 271.271, "h", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715186,7 +715186,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715209,7 +715209,7 @@ 271.271, "m", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715232,7 +715232,7 @@ 271.271, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715255,7 +715255,7 @@ 271.271, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715278,7 +715278,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715301,7 +715301,7 @@ 271.271, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715324,7 +715324,7 @@ 271.271, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715347,7 +715347,7 @@ 271.271, "m", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715370,7 +715370,7 @@ 271.271, "m", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715393,7 +715393,7 @@ 271.271, "o", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715416,7 +715416,7 @@ 271.271, "n", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715439,7 +715439,7 @@ 271.271, "s", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715462,7 +715462,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715485,7 +715485,7 @@ 271.271, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715508,7 +715508,7 @@ 271.271, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715531,7 +715531,7 @@ 271.271, "c", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715554,7 +715554,7 @@ 271.271, "t", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715577,7 +715577,7 @@ 271.271, "u", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715600,7 +715600,7 @@ 271.271, "r", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715623,7 +715623,7 @@ 271.271, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715646,7 +715646,7 @@ 271.271, "l", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715669,7 +715669,7 @@ 271.271, "f", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715692,7 +715692,7 @@ 271.271, "e", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715715,7 +715715,7 @@ 271.271, "a", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715738,7 +715738,7 @@ 271.271, "-", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -715761,7 +715761,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715784,7 +715784,7 @@ 260.312, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715807,7 +715807,7 @@ 260.312, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715830,7 +715830,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715853,7 +715853,7 @@ 260.312, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715876,7 +715876,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715899,7 +715899,7 @@ 260.312, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715922,7 +715922,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715945,7 +715945,7 @@ 260.312, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715968,7 +715968,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -715991,7 +715991,7 @@ 260.312, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716014,7 +716014,7 @@ 260.312, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716037,7 +716037,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716060,7 +716060,7 @@ 260.312, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716083,7 +716083,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716106,7 +716106,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716129,7 +716129,7 @@ 260.312, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716152,7 +716152,7 @@ 260.312, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716175,7 +716175,7 @@ 260.312, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716198,7 +716198,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716221,7 +716221,7 @@ 260.312, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716244,7 +716244,7 @@ 260.312, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716267,7 +716267,7 @@ 260.312, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716290,7 +716290,7 @@ 260.312, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716313,7 +716313,7 @@ 260.312, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716336,7 +716336,7 @@ 260.312, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716359,7 +716359,7 @@ 260.312, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716382,7 +716382,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716405,7 +716405,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716428,7 +716428,7 @@ 260.312, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716451,7 +716451,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716474,7 +716474,7 @@ 260.312, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716497,7 +716497,7 @@ 260.312, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716520,7 +716520,7 @@ 260.312, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716543,7 +716543,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716566,7 +716566,7 @@ 260.312, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716589,7 +716589,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716612,7 +716612,7 @@ 260.312, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716635,7 +716635,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716658,7 +716658,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716681,7 +716681,7 @@ 260.312, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716704,7 +716704,7 @@ 260.312, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716727,7 +716727,7 @@ 260.312, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716750,7 +716750,7 @@ 260.312, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716773,7 +716773,7 @@ 260.312, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716796,7 +716796,7 @@ 260.312, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716819,7 +716819,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716842,7 +716842,7 @@ 260.312, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716865,7 +716865,7 @@ 260.312, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716888,7 +716888,7 @@ 260.312, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716911,7 +716911,7 @@ 260.312, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716934,7 +716934,7 @@ 260.312, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716957,7 +716957,7 @@ 260.312, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -716980,7 +716980,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717003,7 +717003,7 @@ 260.312, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717026,7 +717026,7 @@ 260.312, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717049,7 +717049,7 @@ 260.312, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717072,7 +717072,7 @@ 260.312, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717095,7 +717095,7 @@ 260.312, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717118,7 +717118,7 @@ 260.312, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -717141,7 +717141,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717164,7 +717164,7 @@ 249.353, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717187,7 +717187,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717210,7 +717210,7 @@ 249.353, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717233,7 +717233,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717256,7 +717256,7 @@ 249.353, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717279,7 +717279,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717302,7 +717302,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717325,7 +717325,7 @@ 249.353, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717348,7 +717348,7 @@ 249.353, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717371,7 +717371,7 @@ 249.353, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717394,7 +717394,7 @@ 249.353, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717417,7 +717417,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717440,7 +717440,7 @@ 249.353, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717463,7 +717463,7 @@ 249.353, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717486,7 +717486,7 @@ 249.353, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717509,7 +717509,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717532,7 +717532,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717555,7 +717555,7 @@ 249.353, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717578,7 +717578,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717601,7 +717601,7 @@ 249.353, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717624,7 +717624,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717647,7 +717647,7 @@ 249.353, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717670,7 +717670,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717693,7 +717693,7 @@ 249.353, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717716,7 +717716,7 @@ 249.353, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717739,7 +717739,7 @@ 249.353, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717762,7 +717762,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717785,7 +717785,7 @@ 249.353, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717808,7 +717808,7 @@ 249.353, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717831,7 +717831,7 @@ 249.353, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717854,7 +717854,7 @@ 249.353, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717877,7 +717877,7 @@ 249.353, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717900,7 +717900,7 @@ 249.353, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717923,7 +717923,7 @@ 249.353, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717946,7 +717946,7 @@ 249.353, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717969,7 +717969,7 @@ 249.353, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -717992,7 +717992,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718015,7 +718015,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718038,7 +718038,7 @@ 249.353, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718061,7 +718061,7 @@ 249.353, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718084,7 +718084,7 @@ 249.353, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718107,7 +718107,7 @@ 249.353, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718130,7 +718130,7 @@ 249.353, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718153,7 +718153,7 @@ 249.353, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718176,7 +718176,7 @@ 249.353, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718199,7 +718199,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718222,7 +718222,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718245,7 +718245,7 @@ 249.353, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718268,7 +718268,7 @@ 249.353, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718291,7 +718291,7 @@ 249.353, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718314,7 +718314,7 @@ 249.353, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718337,7 +718337,7 @@ 249.353, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718360,7 +718360,7 @@ 249.353, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718383,7 +718383,7 @@ 249.353, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -718406,7 +718406,7 @@ 238.395, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718429,7 +718429,7 @@ 238.395, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718452,7 +718452,7 @@ 238.395, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718475,7 +718475,7 @@ 238.395, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718498,7 +718498,7 @@ 238.395, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718521,7 +718521,7 @@ 238.395, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718544,7 +718544,7 @@ 238.395, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718567,7 +718567,7 @@ 238.395, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718590,7 +718590,7 @@ 238.395, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718613,7 +718613,7 @@ 238.395, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718636,7 +718636,7 @@ 238.395, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718659,7 +718659,7 @@ 238.395, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718682,7 +718682,7 @@ 238.395, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718705,7 +718705,7 @@ 238.395, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718728,7 +718728,7 @@ 238.395, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718751,7 +718751,7 @@ 238.395, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718774,7 +718774,7 @@ 238.395, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718797,7 +718797,7 @@ 238.395, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718820,7 +718820,7 @@ 238.395, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718843,7 +718843,7 @@ 238.395, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -718866,7 +718866,7 @@ 238.395, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -719050,7 +719050,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -719257,7 +719257,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -719441,7 +719441,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -719671,7 +719671,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -719947,7 +719947,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -720223,7 +720223,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -720407,7 +720407,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -720752,7 +720752,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -720890,7 +720890,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721005,7 +721005,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721028,7 +721028,7 @@ 227.436, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721051,7 +721051,7 @@ 227.436, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721074,7 +721074,7 @@ 227.436, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721212,7 +721212,7 @@ 227.436, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721235,7 +721235,7 @@ 216.477, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721258,7 +721258,7 @@ 216.477, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721281,7 +721281,7 @@ 216.477, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721304,7 +721304,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721327,7 +721327,7 @@ 216.477, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721350,7 +721350,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721373,7 +721373,7 @@ 216.477, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721396,7 +721396,7 @@ 216.477, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721419,7 +721419,7 @@ 216.477, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721442,7 +721442,7 @@ 216.477, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721465,7 +721465,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721488,7 +721488,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721511,7 +721511,7 @@ 216.477, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721534,7 +721534,7 @@ 216.477, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721557,7 +721557,7 @@ 216.477, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721580,7 +721580,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721603,7 +721603,7 @@ 216.477, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721626,7 +721626,7 @@ 216.477, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721649,7 +721649,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721672,7 +721672,7 @@ 216.477, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721695,7 +721695,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721718,7 +721718,7 @@ 216.477, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721741,7 +721741,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721764,7 +721764,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721787,7 +721787,7 @@ 216.477, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721810,7 +721810,7 @@ 216.477, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721833,7 +721833,7 @@ 216.477, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721856,7 +721856,7 @@ 216.477, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721879,7 +721879,7 @@ 216.477, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721902,7 +721902,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721925,7 +721925,7 @@ 216.477, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721948,7 +721948,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721971,7 +721971,7 @@ 216.477, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -721994,7 +721994,7 @@ 216.477, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722017,7 +722017,7 @@ 216.477, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722040,7 +722040,7 @@ 216.477, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722063,7 +722063,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722086,7 +722086,7 @@ 216.477, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722109,7 +722109,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722132,7 +722132,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722155,7 +722155,7 @@ 216.477, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722178,7 +722178,7 @@ 216.477, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722201,7 +722201,7 @@ 216.477, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722224,7 +722224,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722247,7 +722247,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722270,7 +722270,7 @@ 216.477, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722293,7 +722293,7 @@ 216.477, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722316,7 +722316,7 @@ 216.477, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722339,7 +722339,7 @@ 216.477, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722362,7 +722362,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722385,7 +722385,7 @@ 216.477, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722408,7 +722408,7 @@ 216.477, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722431,7 +722431,7 @@ 216.477, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722454,7 +722454,7 @@ 216.477, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722477,7 +722477,7 @@ 216.477, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722500,7 +722500,7 @@ 216.477, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722523,7 +722523,7 @@ 216.477, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -722546,7 +722546,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722569,7 +722569,7 @@ 205.518, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722592,7 +722592,7 @@ 205.518, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722615,7 +722615,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722638,7 +722638,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722661,7 +722661,7 @@ 205.518, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722684,7 +722684,7 @@ 205.518, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722707,7 +722707,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722730,7 +722730,7 @@ 205.518, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722753,7 +722753,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722776,7 +722776,7 @@ 205.518, "(", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722799,7 +722799,7 @@ 205.518, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722822,7 +722822,7 @@ 205.518, ")", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722845,7 +722845,7 @@ 205.518, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722868,7 +722868,7 @@ 205.518, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722891,7 +722891,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722914,7 +722914,7 @@ 205.518, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722937,7 +722937,7 @@ 205.518, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722960,7 +722960,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -722983,7 +722983,7 @@ 205.518, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723006,7 +723006,7 @@ 205.518, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723029,7 +723029,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723052,7 +723052,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723075,7 +723075,7 @@ 205.518, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723098,7 +723098,7 @@ 205.518, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723121,7 +723121,7 @@ 205.518, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723144,7 +723144,7 @@ 205.518, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723167,7 +723167,7 @@ 205.518, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723190,7 +723190,7 @@ 205.518, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723213,7 +723213,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723236,7 +723236,7 @@ 205.518, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723259,7 +723259,7 @@ 205.518, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723282,7 +723282,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723305,7 +723305,7 @@ 205.518, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723328,7 +723328,7 @@ 205.518, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723351,7 +723351,7 @@ 205.518, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723374,7 +723374,7 @@ 205.518, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723397,7 +723397,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723420,7 +723420,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723443,7 +723443,7 @@ 205.518, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723466,7 +723466,7 @@ 205.518, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723489,7 +723489,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723512,7 +723512,7 @@ 205.518, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723535,7 +723535,7 @@ 205.518, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723558,7 +723558,7 @@ 205.518, "(", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723581,7 +723581,7 @@ 205.518, "2", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723604,7 +723604,7 @@ 205.518, ")", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723627,7 +723627,7 @@ 205.518, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723650,7 +723650,7 @@ 205.518, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723673,7 +723673,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723696,7 +723696,7 @@ 205.518, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723719,7 +723719,7 @@ 205.518, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723742,7 +723742,7 @@ 205.518, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723765,7 +723765,7 @@ 205.518, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723788,7 +723788,7 @@ 205.518, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723811,7 +723811,7 @@ 205.518, "fi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723834,7 +723834,7 @@ 205.518, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723857,7 +723857,7 @@ 205.518, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723880,7 +723880,7 @@ 205.518, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723903,7 +723903,7 @@ 205.518, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -723926,7 +723926,7 @@ 194.559, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -723949,7 +723949,7 @@ 194.559, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -723972,7 +723972,7 @@ 194.559, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -723995,7 +723995,7 @@ 194.559, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724018,7 +724018,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724041,7 +724041,7 @@ 194.559, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724064,7 +724064,7 @@ 194.559, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724087,7 +724087,7 @@ 194.559, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724110,7 +724110,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724133,7 +724133,7 @@ 194.559, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724156,7 +724156,7 @@ 194.559, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724179,7 +724179,7 @@ 194.559, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724202,7 +724202,7 @@ 194.559, "3", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724225,7 +724225,7 @@ 194.559, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724248,7 +724248,7 @@ 194.559, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724271,7 +724271,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724294,7 +724294,7 @@ 194.559, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724317,7 +724317,7 @@ 194.559, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724340,7 +724340,7 @@ 194.559, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724363,7 +724363,7 @@ 194.559, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724386,7 +724386,7 @@ 194.559, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724409,7 +724409,7 @@ 194.559, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724432,7 +724432,7 @@ 194.559, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724455,7 +724455,7 @@ 194.559, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724478,7 +724478,7 @@ 194.559, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724501,7 +724501,7 @@ 194.559, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724524,7 +724524,7 @@ 194.559, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724547,7 +724547,7 @@ 194.559, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724570,7 +724570,7 @@ 194.559, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724593,7 +724593,7 @@ 194.559, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724616,7 +724616,7 @@ 194.559, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724639,7 +724639,7 @@ 194.559, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724662,7 +724662,7 @@ 194.559, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724685,7 +724685,7 @@ 194.559, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724708,7 +724708,7 @@ 194.559, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724731,7 +724731,7 @@ 194.559, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724754,7 +724754,7 @@ 194.559, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724777,7 +724777,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724800,7 +724800,7 @@ 194.559, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724823,7 +724823,7 @@ 194.559, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724846,7 +724846,7 @@ 194.559, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724869,7 +724869,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724892,7 +724892,7 @@ 194.559, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724915,7 +724915,7 @@ 194.559, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724938,7 +724938,7 @@ 194.559, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724961,7 +724961,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -724984,7 +724984,7 @@ 194.559, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725007,7 +725007,7 @@ 194.559, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725030,7 +725030,7 @@ 194.559, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725053,7 +725053,7 @@ 194.559, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725076,7 +725076,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725099,7 +725099,7 @@ 194.559, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725122,7 +725122,7 @@ 194.559, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725145,7 +725145,7 @@ 194.559, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725168,7 +725168,7 @@ 194.559, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725191,7 +725191,7 @@ 194.559, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -725214,7 +725214,7 @@ 183.6, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725237,7 +725237,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725260,7 +725260,7 @@ 183.6, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725283,7 +725283,7 @@ 183.6, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725306,7 +725306,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725329,7 +725329,7 @@ 183.6, "x", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725352,7 +725352,7 @@ 183.6, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725375,7 +725375,7 @@ 183.6, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725398,7 +725398,7 @@ 183.6, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725421,7 +725421,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725444,7 +725444,7 @@ 183.6, "m", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725467,7 +725467,7 @@ 183.6, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725490,7 +725490,7 @@ 183.6, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725513,7 +725513,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725536,7 +725536,7 @@ 183.6, "v", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725559,7 +725559,7 @@ 183.6, "i", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725582,7 +725582,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725605,7 +725605,7 @@ 183.6, "u", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725628,7 +725628,7 @@ 183.6, "s", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725651,7 +725651,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725674,7 +725674,7 @@ 183.6, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725697,7 +725697,7 @@ 183.6, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725720,7 +725720,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725743,7 +725743,7 @@ 183.6, "x", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725766,7 +725766,7 @@ 183.6, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725789,7 +725789,7 @@ 183.6, "p", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725812,7 +725812,7 @@ 183.6, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725835,7 +725835,7 @@ 183.6, "g", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725858,7 +725858,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725881,7 +725881,7 @@ 183.6, ")", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725904,7 +725904,7 @@ 183.6, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725927,7 +725927,7 @@ 183.6, "n", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725950,7 +725950,7 @@ 183.6, "d", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725973,7 +725973,7 @@ 183.6, "(", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -725996,7 +725996,7 @@ 183.6, "4", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726019,7 +726019,7 @@ 183.6, ")", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726042,7 +726042,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726065,7 +726065,7 @@ 183.6, "v", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726088,7 +726088,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726111,7 +726111,7 @@ 183.6, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726134,7 +726134,7 @@ 183.6, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726157,7 +726157,7 @@ 183.6, "l", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726180,7 +726180,7 @@ 183.6, "l", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726203,7 +726203,7 @@ 183.6, "c", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726226,7 +726226,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726249,7 +726249,7 @@ 183.6, "v", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726272,7 +726272,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726295,7 +726295,7 @@ 183.6, "r", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726318,7 +726318,7 @@ 183.6, "a", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726341,7 +726341,7 @@ 183.6, "g", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726364,7 +726364,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726387,7 +726387,7 @@ 183.6, "o", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726410,7 +726410,7 @@ 183.6, "f", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726433,7 +726433,7 @@ 183.6, "t", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726456,7 +726456,7 @@ 183.6, "h", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726479,7 +726479,7 @@ 183.6, "e", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -726502,7 +726502,7 @@ 172.641, "p", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726525,7 +726525,7 @@ 172.641, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726548,7 +726548,7 @@ 172.641, "g", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726571,7 +726571,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726594,7 +726594,7 @@ 172.641, ".", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726617,7 +726617,7 @@ 172.641, "S", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726640,7 +726640,7 @@ 172.641, "p", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726663,7 +726663,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726686,7 +726686,7 @@ 172.641, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726709,7 +726709,7 @@ 172.641, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726732,7 +726732,7 @@ 172.641, "fi", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726755,7 +726755,7 @@ 172.641, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726778,7 +726778,7 @@ 172.641, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726801,7 +726801,7 @@ 172.641, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726824,7 +726824,7 @@ 172.641, "y", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726847,7 +726847,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726870,7 +726870,7 @@ 172.641, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726893,7 +726893,7 @@ 172.641, "s", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726916,7 +726916,7 @@ 172.641, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726939,7 +726939,7 @@ 172.641, "r", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726962,7 +726962,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -726985,7 +726985,7 @@ 172.641, "s", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727008,7 +727008,7 @@ 172.641, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727031,7 +727031,7 @@ 172.641, "h", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727054,7 +727054,7 @@ 172.641, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727077,7 +727077,7 @@ 172.641, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727100,7 +727100,7 @@ 172.641, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727123,7 +727123,7 @@ 172.641, "h", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727146,7 +727146,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727169,7 +727169,7 @@ 172.641, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727192,7 +727192,7 @@ 172.641, "h", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727215,7 +727215,7 @@ 172.641, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727238,7 +727238,7 @@ 172.641, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727261,7 +727261,7 @@ 172.641, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727284,7 +727284,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727307,7 +727307,7 @@ 172.641, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727330,7 +727330,7 @@ 172.641, "f", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727353,7 +727353,7 @@ 172.641, "l", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727376,7 +727376,7 @@ 172.641, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727399,7 +727399,7 @@ 172.641, "b", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727422,7 +727422,7 @@ 172.641, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727445,7 +727445,7 @@ 172.641, "l", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727468,7 +727468,7 @@ 172.641, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727491,7 +727491,7 @@ 172.641, "s", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727514,7 +727514,7 @@ 172.641, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727537,7 +727537,7 @@ 172.641, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727560,7 +727560,7 @@ 172.641, "t", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727583,7 +727583,7 @@ 172.641, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727606,7 +727606,7 @@ 172.641, "m", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727629,7 +727629,7 @@ 172.641, "b", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727652,7 +727652,7 @@ 172.641, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727675,7 +727675,7 @@ 172.641, "g", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727698,7 +727698,7 @@ 172.641, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727721,7 +727721,7 @@ 172.641, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727744,7 +727744,7 @@ 172.641, "u", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727767,7 +727767,7 @@ 172.641, "s", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727790,7 +727790,7 @@ 172.641, ",", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -727813,7 +727813,7 @@ 161.682, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727836,7 +727836,7 @@ 161.682, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727859,7 +727859,7 @@ 161.682, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727882,7 +727882,7 @@ 161.682, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727905,7 +727905,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727928,7 +727928,7 @@ 161.682, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727951,7 +727951,7 @@ 161.682, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727974,7 +727974,7 @@ 161.682, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -727997,7 +727997,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728020,7 +728020,7 @@ 161.682, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728043,7 +728043,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728066,7 +728066,7 @@ 161.682, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728089,7 +728089,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728112,7 +728112,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728135,7 +728135,7 @@ 161.682, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728158,7 +728158,7 @@ 161.682, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728181,7 +728181,7 @@ 161.682, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728204,7 +728204,7 @@ 161.682, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728227,7 +728227,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728250,7 +728250,7 @@ 161.682, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728273,7 +728273,7 @@ 161.682, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728296,7 +728296,7 @@ 161.682, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728319,7 +728319,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728342,7 +728342,7 @@ 161.682, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728365,7 +728365,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728388,7 +728388,7 @@ 161.682, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728411,7 +728411,7 @@ 161.682, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728434,7 +728434,7 @@ 161.682, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728457,7 +728457,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728480,7 +728480,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728503,7 +728503,7 @@ 161.682, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728526,7 +728526,7 @@ 161.682, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728549,7 +728549,7 @@ 161.682, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728572,7 +728572,7 @@ 161.682, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728595,7 +728595,7 @@ 161.682, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728618,7 +728618,7 @@ 161.682, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728641,7 +728641,7 @@ 161.682, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728664,7 +728664,7 @@ 161.682, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728687,7 +728687,7 @@ 161.682, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728710,7 +728710,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728733,7 +728733,7 @@ 161.682, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728756,7 +728756,7 @@ 161.682, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728779,7 +728779,7 @@ 161.682, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728802,7 +728802,7 @@ 161.682, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728825,7 +728825,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728848,7 +728848,7 @@ 161.682, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728871,7 +728871,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728894,7 +728894,7 @@ 161.682, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728917,7 +728917,7 @@ 161.682, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728940,7 +728940,7 @@ 161.682, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728963,7 +728963,7 @@ 161.682, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -728986,7 +728986,7 @@ 161.682, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -729009,7 +729009,7 @@ 150.723, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729032,7 +729032,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729055,7 +729055,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729078,7 +729078,7 @@ 150.723, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729101,7 +729101,7 @@ 150.723, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729124,7 +729124,7 @@ 150.723, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729147,7 +729147,7 @@ 150.723, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729170,7 +729170,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729193,7 +729193,7 @@ 150.723, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729216,7 +729216,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729239,7 +729239,7 @@ 150.723, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729262,7 +729262,7 @@ 150.723, ".", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729285,7 +729285,7 @@ 150.723, "W", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729308,7 +729308,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729331,7 +729331,7 @@ 150.723, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729354,7 +729354,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729377,7 +729377,7 @@ 150.723, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729400,7 +729400,7 @@ 150.723, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729423,7 +729423,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729446,7 +729446,7 @@ 150.723, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729469,7 +729469,7 @@ 150.723, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729492,7 +729492,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729515,7 +729515,7 @@ 150.723, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729538,7 +729538,7 @@ 150.723, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729561,7 +729561,7 @@ 150.723, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729584,7 +729584,7 @@ 150.723, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729607,7 +729607,7 @@ 150.723, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729630,7 +729630,7 @@ 150.723, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729653,7 +729653,7 @@ 150.723, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729676,7 +729676,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729699,7 +729699,7 @@ 150.723, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729722,7 +729722,7 @@ 150.723, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729745,7 +729745,7 @@ 150.723, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729768,7 +729768,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729791,7 +729791,7 @@ 150.723, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729814,7 +729814,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729837,7 +729837,7 @@ 150.723, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729860,7 +729860,7 @@ 150.723, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729883,7 +729883,7 @@ 150.723, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729906,7 +729906,7 @@ 150.723, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729929,7 +729929,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729952,7 +729952,7 @@ 150.723, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729975,7 +729975,7 @@ 150.723, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -729998,7 +729998,7 @@ 150.723, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730021,7 +730021,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730044,7 +730044,7 @@ 150.723, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730067,7 +730067,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730090,7 +730090,7 @@ 150.723, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730113,7 +730113,7 @@ 150.723, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730136,7 +730136,7 @@ 150.723, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730159,7 +730159,7 @@ 150.723, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730182,7 +730182,7 @@ 150.723, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730205,7 +730205,7 @@ 150.723, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730228,7 +730228,7 @@ 150.723, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730251,7 +730251,7 @@ 150.723, "fi", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730274,7 +730274,7 @@ 150.723, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -730297,7 +730297,7 @@ 139.764, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730320,7 +730320,7 @@ 139.764, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730343,7 +730343,7 @@ 139.764, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730366,7 +730366,7 @@ 139.764, "d", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730389,7 +730389,7 @@ 139.764, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730412,7 +730412,7 @@ 139.764, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730435,7 +730435,7 @@ 139.764, "u", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730458,7 +730458,7 @@ 139.764, "m", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730481,7 +730481,7 @@ 139.764, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730504,7 +730504,7 @@ 139.764, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730527,7 +730527,7 @@ 139.764, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730550,7 +730550,7 @@ 139.764, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730573,7 +730573,7 @@ 139.764, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730596,7 +730596,7 @@ 139.764, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730619,7 +730619,7 @@ 139.764, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730642,7 +730642,7 @@ 139.764, "g", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730665,7 +730665,7 @@ 139.764, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730688,7 +730688,7 @@ 139.764, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730711,7 +730711,7 @@ 139.764, "y", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730734,7 +730734,7 @@ 139.764, ",", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730757,7 +730757,7 @@ 139.764, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730780,7 +730780,7 @@ 139.764, "u", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730803,7 +730803,7 @@ 139.764, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730826,7 +730826,7 @@ 139.764, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730849,7 +730849,7 @@ 139.764, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -730872,7 +730872,7 @@ 139.764, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731079,7 +731079,7 @@ 139.764, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731102,7 +731102,7 @@ 139.764, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731125,7 +731125,7 @@ 139.764, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731148,7 +731148,7 @@ 139.764, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731171,7 +731171,7 @@ 139.764, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -731585,7 +731585,7 @@ 128.805, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731608,7 +731608,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731631,7 +731631,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731654,7 +731654,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731677,7 +731677,7 @@ 128.805, "g", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731700,7 +731700,7 @@ 128.805, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731723,7 +731723,7 @@ 128.805, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731746,7 +731746,7 @@ 128.805, "y", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731769,7 +731769,7 @@ 128.805, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731792,7 +731792,7 @@ 128.805, "W", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731815,7 +731815,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731838,7 +731838,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731861,7 +731861,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731884,7 +731884,7 @@ 128.805, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731907,7 +731907,7 @@ 128.805, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731930,7 +731930,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731953,7 +731953,7 @@ 128.805, "v", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731976,7 +731976,7 @@ 128.805, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -731999,7 +731999,7 @@ 128.805, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732022,7 +732022,7 @@ 128.805, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732045,7 +732045,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732068,7 +732068,7 @@ 128.805, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732091,7 +732091,7 @@ 128.805, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732114,7 +732114,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732137,7 +732137,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732160,7 +732160,7 @@ 128.805, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732183,7 +732183,7 @@ 128.805, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732206,7 +732206,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732229,7 +732229,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732252,7 +732252,7 @@ 128.805, "b", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732275,7 +732275,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732298,7 +732298,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732321,7 +732321,7 @@ 128.805, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732344,7 +732344,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732367,7 +732367,7 @@ 128.805, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732390,7 +732390,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732413,7 +732413,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732436,7 +732436,7 @@ 128.805, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732459,7 +732459,7 @@ 128.805, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732482,7 +732482,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732505,7 +732505,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732528,7 +732528,7 @@ 128.805, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732551,7 +732551,7 @@ 128.805, "g", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732574,7 +732574,7 @@ 128.805, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732597,7 +732597,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732620,7 +732620,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732643,7 +732643,7 @@ 128.805, "y", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732666,7 +732666,7 @@ 128.805, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732689,7 +732689,7 @@ 128.805, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732712,7 +732712,7 @@ 128.805, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732735,7 +732735,7 @@ 128.805, "k", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732758,7 +732758,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732781,7 +732781,7 @@ 128.805, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732804,7 +732804,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732827,7 +732827,7 @@ 128.805, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732850,7 +732850,7 @@ 128.805, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732873,7 +732873,7 @@ 128.805, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732896,7 +732896,7 @@ 128.805, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -732919,7 +732919,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -732942,7 +732942,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -732965,7 +732965,7 @@ 117.847, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -732988,7 +732988,7 @@ 117.847, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733011,7 +733011,7 @@ 117.847, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733034,7 +733034,7 @@ 117.847, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733057,7 +733057,7 @@ 117.847, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733080,7 +733080,7 @@ 117.847, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733103,7 +733103,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733126,7 +733126,7 @@ 117.847, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733149,7 +733149,7 @@ 117.847, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733172,7 +733172,7 @@ 117.847, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733195,7 +733195,7 @@ 117.847, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733218,7 +733218,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733241,7 +733241,7 @@ 117.847, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733264,7 +733264,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733287,7 +733287,7 @@ 117.847, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733310,7 +733310,7 @@ 117.847, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733333,7 +733333,7 @@ 117.847, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733356,7 +733356,7 @@ 117.847, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733379,7 +733379,7 @@ 117.847, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733402,7 +733402,7 @@ 117.847, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733425,7 +733425,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733448,7 +733448,7 @@ 117.847, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733471,7 +733471,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733494,7 +733494,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733517,7 +733517,7 @@ 117.847, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733540,7 +733540,7 @@ 117.847, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733563,7 +733563,7 @@ 117.847, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733586,7 +733586,7 @@ 117.847, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733609,7 +733609,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733770,7 +733770,7 @@ 117.847, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733793,7 +733793,7 @@ 117.847, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -733816,7 +733816,7 @@ 117.847, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734046,7 +734046,7 @@ 117.847, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734069,7 +734069,7 @@ 117.847, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734092,7 +734092,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734115,7 +734115,7 @@ 117.847, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734138,7 +734138,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734161,7 +734161,7 @@ 117.847, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734184,7 +734184,7 @@ 117.847, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -734207,7 +734207,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734230,7 +734230,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734253,7 +734253,7 @@ 106.888, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734276,7 +734276,7 @@ 106.888, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734299,7 +734299,7 @@ 106.888, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734322,7 +734322,7 @@ 106.888, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734345,7 +734345,7 @@ 106.888, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734368,7 +734368,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734391,7 +734391,7 @@ 106.888, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734414,7 +734414,7 @@ 106.888, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734437,7 +734437,7 @@ 106.888, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734460,7 +734460,7 @@ 106.888, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734483,7 +734483,7 @@ 106.888, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734506,7 +734506,7 @@ 106.888, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734529,7 +734529,7 @@ 106.888, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734552,7 +734552,7 @@ 106.888, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734575,7 +734575,7 @@ 106.888, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734598,7 +734598,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734621,7 +734621,7 @@ 106.888, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734644,7 +734644,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734667,7 +734667,7 @@ 106.888, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734690,7 +734690,7 @@ 106.888, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734713,7 +734713,7 @@ 106.888, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734736,7 +734736,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734759,7 +734759,7 @@ 106.888, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734782,7 +734782,7 @@ 106.888, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734805,7 +734805,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734828,7 +734828,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734851,7 +734851,7 @@ 106.888, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734874,7 +734874,7 @@ 106.888, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734897,7 +734897,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734920,7 +734920,7 @@ 106.888, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734943,7 +734943,7 @@ 106.888, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734966,7 +734966,7 @@ 106.888, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -734989,7 +734989,7 @@ 106.888, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735012,7 +735012,7 @@ 106.888, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735035,7 +735035,7 @@ 106.888, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735058,7 +735058,7 @@ 106.888, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735081,7 +735081,7 @@ 106.888, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735104,7 +735104,7 @@ 106.888, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735127,7 +735127,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735150,7 +735150,7 @@ 106.888, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735173,7 +735173,7 @@ 106.888, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735196,7 +735196,7 @@ 106.888, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735219,7 +735219,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735242,7 +735242,7 @@ 106.888, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735265,7 +735265,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735288,7 +735288,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735311,7 +735311,7 @@ 106.888, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735334,7 +735334,7 @@ 106.888, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735357,7 +735357,7 @@ 106.888, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735380,7 +735380,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735403,7 +735403,7 @@ 106.888, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735426,7 +735426,7 @@ 106.888, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735449,7 +735449,7 @@ 106.888, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -735472,7 +735472,7 @@ 90.976, "3", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -735495,7 +735495,7 @@ 89.312, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735518,7 +735518,7 @@ 89.312, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735541,7 +735541,7 @@ 89.312, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735564,7 +735564,7 @@ 89.312, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735587,7 +735587,7 @@ 89.312, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735610,7 +735610,7 @@ 89.312, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735633,7 +735633,7 @@ 89.312, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735656,7 +735656,7 @@ 89.312, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735679,7 +735679,7 @@ 89.312, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735702,7 +735702,7 @@ 89.312, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735725,7 +735725,7 @@ 89.312, "x", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735748,7 +735748,7 @@ 89.312, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735771,7 +735771,7 @@ 89.312, "v", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735794,7 +735794,7 @@ 89.312, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735817,7 +735817,7 @@ 89.312, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735840,7 +735840,7 @@ 89.312, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735863,7 +735863,7 @@ 89.312, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -735886,7 +735886,7 @@ 89.312, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -737166,7 +737166,7 @@ 731.44, "KDD '22, August 14-18, 2022, Washington, DC, USA", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -737189,7 +737189,7 @@ 731.44, "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter Staar", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -737281,7 +737281,7 @@ 651.346, "% of Total", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737304,7 +737304,7 @@ 651.346, "triple inter-annotator", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737327,7 +737327,7 @@ 651.346, "mAP @ 0.5-0.95 (%)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737350,7 +737350,7 @@ 640.387, "class label", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737373,7 +737373,7 @@ 640.387, "Count", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737396,7 +737396,7 @@ 640.387, "Train", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737419,7 +737419,7 @@ 640.387, "Test", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737442,7 +737442,7 @@ 640.387, "Val", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737465,7 +737465,7 @@ 640.387, "All", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737488,7 +737488,7 @@ 640.387, "Fin", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737511,7 +737511,7 @@ 640.387, "Man", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737534,7 +737534,7 @@ 640.387, "Sci", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737557,7 +737557,7 @@ 640.387, "Law", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737580,7 +737580,7 @@ 640.387, "Pat", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737603,7 +737603,7 @@ 640.387, "Ten", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737626,7 +737626,7 @@ 629.03, "Caption", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737649,7 +737649,7 @@ 629.03, "22524", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737672,7 +737672,7 @@ 629.03, "2.04", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737695,7 +737695,7 @@ 629.03, "1.77", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737718,7 +737718,7 @@ 629.03, "2.32", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737741,7 +737741,7 @@ 629.03, "84-89", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737764,7 +737764,7 @@ 629.03, "40-61", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737787,7 +737787,7 @@ 629.03, "86-92", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737810,7 +737810,7 @@ 629.03, "94-99", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737833,7 +737833,7 @@ 629.03, "95-99", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737856,7 +737856,7 @@ 629.03, "69-78", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737879,7 +737879,7 @@ 629.03, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737902,7 +737902,7 @@ 618.071, "Footnote", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737925,7 +737925,7 @@ 618.071, "6318", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737948,7 +737948,7 @@ 618.071, "0.60", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737971,7 +737971,7 @@ 618.071, "0.31", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -737994,7 +737994,7 @@ 618.071, "0.58", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738017,7 +738017,7 @@ 618.071, "83-91", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738040,7 +738040,7 @@ 618.071, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738063,7 +738063,7 @@ 618.071, "100", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738086,7 +738086,7 @@ 618.071, "62-88", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738109,7 +738109,7 @@ 618.071, "85-94", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738132,7 +738132,7 @@ 618.071, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738155,7 +738155,7 @@ 618.071, "82-97", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738178,7 +738178,7 @@ 607.112, "Formula", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738201,7 +738201,7 @@ 607.112, "25027", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738224,7 +738224,7 @@ 607.112, "2.25", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738247,7 +738247,7 @@ 607.112, "1.90", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738270,7 +738270,7 @@ 607.112, "2.96", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738293,7 +738293,7 @@ 607.112, "83-85", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738316,7 +738316,7 @@ 607.112, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738339,7 +738339,7 @@ 607.112, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738362,7 +738362,7 @@ 607.112, "84-87", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738385,7 +738385,7 @@ 607.112, "86-96", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738408,7 +738408,7 @@ 607.112, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738431,7 +738431,7 @@ 607.112, "n/a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738454,7 +738454,7 @@ 596.153, "List-item", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738477,7 +738477,7 @@ 596.153, "185660", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738500,7 +738500,7 @@ 596.153, "17.19", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738523,7 +738523,7 @@ 596.153, "13.34", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738546,7 +738546,7 @@ 596.153, "15.82", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738569,7 +738569,7 @@ 596.153, "87-88", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738592,7 +738592,7 @@ 596.153, "74-83", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738615,7 +738615,7 @@ 596.153, "90-92", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738638,7 +738638,7 @@ 596.153, "97-97", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738661,7 +738661,7 @@ 596.153, "81-85", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738684,7 +738684,7 @@ 596.153, "75-88", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738707,7 +738707,7 @@ 596.153, "93-95", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738730,7 +738730,7 @@ 585.194, "Page-footer", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738753,7 +738753,7 @@ 585.194, "70878", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738776,7 +738776,7 @@ 585.194, "6.51", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738799,7 +738799,7 @@ 585.194, "5.58", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738822,7 +738822,7 @@ 585.194, "6.00", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738845,7 +738845,7 @@ 585.194, "93-94", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738868,7 +738868,7 @@ 585.194, "88-90", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738891,7 +738891,7 @@ 585.194, "95-96", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738914,7 +738914,7 @@ 585.194, "100", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738937,7 +738937,7 @@ 585.194, "92-97", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738960,7 +738960,7 @@ 585.194, "100", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -738983,7 +738983,7 @@ 585.194, "96-98", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739006,7 +739006,7 @@ 574.235, "Page-header", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739029,7 +739029,7 @@ 574.235, "58022", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739052,7 +739052,7 @@ 574.235, "5.10", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739075,7 +739075,7 @@ 574.235, "6.70", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739098,7 +739098,7 @@ 574.235, "5.06", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739121,7 +739121,7 @@ 574.235, "85-89", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739144,7 +739144,7 @@ 574.235, "66-76", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739167,7 +739167,7 @@ 574.235, "90-94", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739190,7 +739190,7 @@ 574.235, "98-100", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739213,7 +739213,7 @@ 574.235, "91-92", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739236,7 +739236,7 @@ 574.235, "97-99", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739259,7 +739259,7 @@ 574.235, "81-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739282,7 +739282,7 @@ 563.276, "Picture", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739305,7 +739305,7 @@ 563.276, "45976", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739328,7 +739328,7 @@ 563.276, "4.21", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739351,7 +739351,7 @@ 563.276, "2.78", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739374,7 +739374,7 @@ 563.276, "5.31", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739397,7 +739397,7 @@ 563.276, "69-71", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739420,7 +739420,7 @@ 563.276, "56-59", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739443,7 +739443,7 @@ 563.276, "82-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739466,7 +739466,7 @@ 563.276, "69-82", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739489,7 +739489,7 @@ 563.276, "80-95", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739512,7 +739512,7 @@ 563.276, "66-71", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739535,7 +739535,7 @@ 563.276, "59-76", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739558,7 +739558,7 @@ 552.317, "Section-header", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739581,7 +739581,7 @@ 552.317, "142884", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739604,7 +739604,7 @@ 552.317, "12.60", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739627,7 +739627,7 @@ 552.317, "15.77", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739650,7 +739650,7 @@ 552.317, "12.85", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739673,7 +739673,7 @@ 552.317, "83-84", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739696,7 +739696,7 @@ 552.317, "76-81", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739719,7 +739719,7 @@ 552.317, "90-92", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739742,7 +739742,7 @@ 552.317, "94-95", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739765,7 +739765,7 @@ 552.317, "87-94", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739788,7 +739788,7 @@ 552.317, "69-73", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739811,7 +739811,7 @@ 552.317, "78-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739834,7 +739834,7 @@ 541.358, "Table", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739857,7 +739857,7 @@ 541.358, "34733", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739880,7 +739880,7 @@ 541.358, "3.20", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739903,7 +739903,7 @@ 541.358, "2.27", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739926,7 +739926,7 @@ 541.358, "3.60", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739949,7 +739949,7 @@ 541.358, "77-81", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739972,7 +739972,7 @@ 541.358, "75-80", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -739995,7 +739995,7 @@ 541.358, "83-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740018,7 +740018,7 @@ 541.358, "98-99", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740041,7 +740041,7 @@ 541.358, "58-80", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740064,7 +740064,7 @@ 541.358, "79-84", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740087,7 +740087,7 @@ 541.358, "70-85", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740110,7 +740110,7 @@ 530.4, "Text", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740133,7 +740133,7 @@ 530.4, "510377", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740156,7 +740156,7 @@ 530.4, "45.82", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740179,7 +740179,7 @@ 530.4, "49.28", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740202,7 +740202,7 @@ 530.4, "45.00", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740225,7 +740225,7 @@ 530.4, "84-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740248,7 +740248,7 @@ 530.4, "81-86", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740271,7 +740271,7 @@ 530.4, "88-93", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740294,7 +740294,7 @@ 530.4, "89-93", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740317,7 +740317,7 @@ 530.4, "87-92", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740340,7 +740340,7 @@ 530.4, "71-79", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740363,7 +740363,7 @@ 530.4, "87-95", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740386,7 +740386,7 @@ 519.441, "Title", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740409,7 +740409,7 @@ 519.441, "5071", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740432,7 +740432,7 @@ 519.441, "0.47", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740455,7 +740455,7 @@ 519.441, "0.30", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740478,7 +740478,7 @@ 519.441, "0.50", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740501,7 +740501,7 @@ 519.441, "60-72", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740524,7 +740524,7 @@ 519.441, "24-63", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740547,7 +740547,7 @@ 519.441, "50-63", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740570,7 +740570,7 @@ 519.441, "94-100", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740593,7 +740593,7 @@ 519.441, "82-96", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740616,7 +740616,7 @@ 519.441, "68-79", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740639,7 +740639,7 @@ 519.441, "24-56", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740662,7 +740662,7 @@ 508.083, "Total", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740685,7 +740685,7 @@ 508.083, "1107470", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740708,7 +740708,7 @@ 508.083, "941123", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740731,7 +740731,7 @@ 508.083, "99816", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740754,7 +740754,7 @@ 508.083, "66531", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740777,7 +740777,7 @@ 508.083, "82-83", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740800,7 +740800,7 @@ 508.083, "71-74", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740823,7 +740823,7 @@ 508.083, "79-81", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740846,7 +740846,7 @@ 508.083, "89-94", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740869,7 +740869,7 @@ 508.083, "86-91", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740892,7 +740892,7 @@ 508.083, "71-76", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -740915,7 +740915,7 @@ 508.083, "68-85", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -741053,7 +741053,7 @@ 157.278, "we distributed the annotation workload and performed continuous", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -741076,7 +741076,7 @@ 146.319, "quality controls. Phase one and two required a small team of experts", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741099,7 +741099,7 @@ 135.36, "only. For phases three and four, a group of 40 dedicated annotators", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -741122,7 +741122,7 @@ 124.401, "were assembled and supervised.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -741168,7 +741168,7 @@ 113.442, "Our inclusion cri-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741191,7 +741191,7 @@ 102.483, "teria for documents were described in Section 3. A large effort went", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741214,7 +741214,7 @@ 91.524, "into ensuring that all documents are free to use. The data sources", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -741237,7 +741237,7 @@ 479.49, "include publication repositories such as arXiv", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741260,7 +741260,7 @@ 481.639, "3", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -741283,7 +741283,7 @@ 479.49, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741306,7 +741306,7 @@ 479.49, "government offices,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741329,7 +741329,7 @@ 468.532, "company websites as well as data directory services for financial", -1, - 4.564, + 2.282, "", "STANDARD", "/F134", @@ -741352,7 +741352,7 @@ 457.573, "reports and patents. Scanned documents were excluded wherever", -1, - 4.501, + 2.251, "", "STANDARD", "/F134", @@ -741375,7 +741375,7 @@ 446.614, "possible because they can be rotated or skewed. This would not", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741398,7 +741398,7 @@ 435.655, "allow us to perform annotation with rectangular bounding-boxes", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -741421,7 +741421,7 @@ 424.696, "and therefore complicate the annotation process.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -741444,7 +741444,7 @@ 413.737, "Preparation work included uploading and parsing the sourced", -1, - 4.555, + 2.277, "", "STANDARD", "/F134", @@ -741467,7 +741467,7 @@ 402.778, "PDF documents in the Corpus Conversion Service (CCS) [22], a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741490,7 +741490,7 @@ 391.819, "cloud-native platform which provides a visual annotation interface", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741513,7 +741513,7 @@ 380.86, "and allows for dataset inspection and analysis. The annotation in-", -1, - 4.497, + 2.248, "", "STANDARD", "/F134", @@ -741536,7 +741536,7 @@ 369.901, "terface of CCS is shown in Figure 3. The desired balance of pages", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -741559,7 +741559,7 @@ 358.942, "between the different document categories was achieved by se-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741582,7 +741582,7 @@ 347.984, "lective subsampling of pages with certain desired properties. For", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741605,7 +741605,7 @@ 337.025, "example, we made sure to include the title page of each document", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -741628,7 +741628,7 @@ 326.066, "and bias the remaining page selection to those with figures or", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741651,7 +741651,7 @@ 315.107, "tables. The latter was achieved by leveraging pre-trained object", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741674,7 +741674,7 @@ 304.148, "detection models from PubLayNet, which helped us estimate how", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -741697,7 +741697,7 @@ 293.189, "many figures and tables a given page contains.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -741743,7 +741743,7 @@ 282.23, "We reviewed the col-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741766,7 +741766,7 @@ 271.271, "lected documents and identified the most common structural fea-", -1, - 4.541, + 2.271, "", "STANDARD", "/F134", @@ -741789,7 +741789,7 @@ 260.312, "tures they exhibit. This was achieved by identifying recurrent layout", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741812,7 +741812,7 @@ 249.353, "elements and lead us to the definition of 11 distinct class labels.", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -741835,7 +741835,7 @@ 238.395, "These 11 class labels are", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741881,7 +741881,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741927,7 +741927,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741973,7 +741973,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -741996,7 +741996,7 @@ 238.395, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742065,7 +742065,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742111,7 +742111,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742157,7 +742157,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742203,7 +742203,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742249,7 +742249,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742295,7 +742295,7 @@ 227.436, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742318,7 +742318,7 @@ 227.436, "and", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742364,7 +742364,7 @@ 227.436, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742387,7 +742387,7 @@ 216.477, "Critical factors that were considered for the choice of these class", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742410,7 +742410,7 @@ 205.518, "labels were (1) the overall occurrence of the label, (2) the specificity", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742433,7 +742433,7 @@ 194.559, "of the label, (3) recognisability on a single page (i.e. no need for", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742456,7 +742456,7 @@ 183.6, "context from previous or next page) and (4) overall coverage of the", -1, - 4.398, + 2.199, "", "STANDARD", "/F134", @@ -742479,7 +742479,7 @@ 172.641, "page. Specificity ensures that the choice of label is not ambiguous,", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -742502,7 +742502,7 @@ 161.682, "while coverage ensures that all meaningful items on a page can", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742525,7 +742525,7 @@ 150.723, "be annotated. We refrained from class labels that are very specific", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -742548,7 +742548,7 @@ 139.764, "to a document category, such as", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -742594,7 +742594,7 @@ 139.764, "in the", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -742640,7 +742640,7 @@ 128.805, "category. We also avoided class labels that are tightly linked to the", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -742663,7 +742663,7 @@ 117.847, "semantics of the text. Labels such as", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742709,7 +742709,7 @@ 117.847, "and", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742755,7 +742755,7 @@ 117.847, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742778,7 +742778,7 @@ 117.847, "as seen", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -742801,7 +742801,7 @@ 106.888, "in DocBank, are often only distinguishable by discriminating on", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -742824,7 +742824,7 @@ 90.976, "3", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -742847,7 +742847,7 @@ 89.312, "https://arxiv.org/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -744110,27 +744110,27 @@ ] }, "timings": { - "decode_annots": 6e-06, - "decode_contents": 0.002811, - "decode_dimensions": 1e-06, - "decode_page": 0.114487, - "decode_resources": 0.002128, - "sanitise_contents": 0.108792 + "decode_annots": 5e-06, + "decode_contents": 0.002705, + "decode_dimensions": 0.0, + "decode_page": 0.096782, + "decode_resources": 0.002094, + "sanitise_contents": 0.06206 } } ], "timings": { - "decode_annots": 4.3e-05, - "decode_contents": 0.06876499999999999, - "decode_dimensions": 4e-06, - "decode_document": 1.141961, - "decode_page": 1.129725, - "decode_resources": 0.010792, - "decoding page 0": 0.608312, - "decoding page 1": 0.228886, - "decoding page 2": 0.187443, - "decoding page 3": 0.116042, - "process_document_from_bytesio": 0.000131, - "sanitise_contents": 1.047188 + "decode_annots": 3.8e-05, + "decode_contents": 0.085071, + "decode_dimensions": 1e-06, + "decode_document": 1.034625, + "decode_page": 1.022347, + "decode_resources": 0.012055000000000001, + "decoding page 0": 0.607679, + "decoding page 1": 0.176241, + "decoding page 2": 0.151356, + "decoding page 3": 0.098407, + "process_document_from_bytesio": 0.000119, + "sanitise_contents": 0.33419299999999996 } } \ No newline at end of file diff --git a/tests/data/groundtruth/ligatures_01.pdf.v2.p=0.json b/tests/data/groundtruth/ligatures_01.pdf.v2.p=0.json index d9725d8c..a2172da5 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/ligatures_01.pdf.v2.p=0.json @@ -1639,7 +1639,7 @@ 657.754, "B", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1662,7 +1662,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1685,7 +1685,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1708,7 +1708,7 @@ 657.754, "g", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1731,7 +1731,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1754,7 +1754,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1777,7 +1777,7 @@ 657.754, "P", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1800,7 +1800,7 @@ 657.754, "fi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1823,7 +1823,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1846,7 +1846,7 @@ 657.754, "z", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1869,7 +1869,7 @@ 657.754, "m", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1892,7 +1892,7 @@ 657.754, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1915,7 +1915,7 @@ 657.754, "n", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1938,7 +1938,7 @@ 657.754, "n", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -1961,7 +1961,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -1984,7 +1984,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2007,7 +2007,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2030,7 +2030,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2053,7 +2053,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2076,7 +2076,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2099,7 +2099,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2122,7 +2122,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2145,7 +2145,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2168,7 +2168,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2191,7 +2191,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2214,7 +2214,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2237,7 +2237,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2260,7 +2260,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2283,7 +2283,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2306,7 +2306,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2329,7 +2329,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2352,7 +2352,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2375,7 +2375,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2398,7 +2398,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2421,7 +2421,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2444,7 +2444,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2467,7 +2467,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2490,7 +2490,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2513,7 +2513,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2536,7 +2536,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2559,7 +2559,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2582,7 +2582,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2605,7 +2605,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2628,7 +2628,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2651,7 +2651,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2674,7 +2674,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2697,7 +2697,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2720,7 +2720,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2743,7 +2743,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2766,7 +2766,7 @@ 620.587, "p", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2789,7 +2789,7 @@ 620.587, "f", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2812,7 +2812,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2835,7 +2835,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2858,7 +2858,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2881,7 +2881,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2904,7 +2904,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2927,7 +2927,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2950,7 +2950,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2973,7 +2973,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -2996,7 +2996,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3019,7 +3019,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3042,7 +3042,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3065,7 +3065,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3088,7 +3088,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3111,7 +3111,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3134,7 +3134,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3157,7 +3157,7 @@ 657.754, "C", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3180,7 +3180,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3203,7 +3203,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3226,7 +3226,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3249,7 +3249,7 @@ 657.754, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3272,7 +3272,7 @@ 657.754, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3295,7 +3295,7 @@ 657.754, "o", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3318,7 +3318,7 @@ 657.754, "p", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3341,7 +3341,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3364,7 +3364,7 @@ 657.754, "A", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3387,7 +3387,7 @@ 657.754, "u", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3410,7 +3410,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3433,7 +3433,7 @@ 657.754, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -3456,7 +3456,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3479,7 +3479,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3502,7 +3502,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3525,7 +3525,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3548,7 +3548,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3571,7 +3571,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3594,7 +3594,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3617,7 +3617,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3640,7 +3640,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3663,7 +3663,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3686,7 +3686,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3709,7 +3709,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3732,7 +3732,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3755,7 +3755,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3778,7 +3778,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3801,7 +3801,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3824,7 +3824,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3847,7 +3847,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3870,7 +3870,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3893,7 +3893,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3916,7 +3916,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3939,7 +3939,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3962,7 +3962,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -3985,7 +3985,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4008,7 +4008,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4031,7 +4031,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4054,7 +4054,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4077,7 +4077,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4100,7 +4100,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4123,7 +4123,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4146,7 +4146,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4169,7 +4169,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4192,7 +4192,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4215,7 +4215,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4238,7 +4238,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4261,7 +4261,7 @@ 620.587, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4284,7 +4284,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4307,7 +4307,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4330,7 +4330,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4353,7 +4353,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4376,7 +4376,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4399,7 +4399,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4422,7 +4422,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4445,7 +4445,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4468,7 +4468,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4491,7 +4491,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4514,7 +4514,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4537,7 +4537,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4560,7 +4560,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4583,7 +4583,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4606,7 +4606,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4629,7 +4629,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4652,7 +4652,7 @@ 657.754, "M", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4675,7 +4675,7 @@ 657.754, "i", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4698,7 +4698,7 @@ 657.754, "c", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4721,7 +4721,7 @@ 657.754, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4744,7 +4744,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4767,7 +4767,7 @@ 657.754, "l", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4790,7 +4790,7 @@ 657.754, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4813,7 +4813,7 @@ 657.754, "D", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4836,7 +4836,7 @@ 657.754, "o", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4859,7 +4859,7 @@ 657.754, "l", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4882,7 +4882,7 @@ 657.754, "fi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -4905,7 +4905,7 @@ 644.498, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4928,7 +4928,7 @@ 644.498, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4951,7 +4951,7 @@ 644.498, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4974,7 +4974,7 @@ 644.498, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -4997,7 +4997,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5020,7 +5020,7 @@ 644.498, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5043,7 +5043,7 @@ 644.498, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5066,7 +5066,7 @@ 644.498, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5089,7 +5089,7 @@ 644.498, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5112,7 +5112,7 @@ 644.498, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5135,7 +5135,7 @@ 644.498, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5158,7 +5158,7 @@ 632.543, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5181,7 +5181,7 @@ 632.543, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5204,7 +5204,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5227,7 +5227,7 @@ 632.543, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5250,7 +5250,7 @@ 632.543, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5273,7 +5273,7 @@ 632.543, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5296,7 +5296,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5319,7 +5319,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5342,7 +5342,7 @@ 632.543, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5365,7 +5365,7 @@ 632.543, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5388,7 +5388,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5411,7 +5411,7 @@ 632.543, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5434,7 +5434,7 @@ 632.543, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5457,7 +5457,7 @@ 632.543, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5480,7 +5480,7 @@ 632.543, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5503,7 +5503,7 @@ 632.543, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5526,7 +5526,7 @@ 632.543, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5549,7 +5549,7 @@ 632.543, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5572,7 +5572,7 @@ 632.543, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5595,7 +5595,7 @@ 632.543, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5618,7 +5618,7 @@ 632.543, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5641,7 +5641,7 @@ 632.543, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5664,7 +5664,7 @@ 632.543, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5687,7 +5687,7 @@ 620.587, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5710,7 +5710,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5733,7 +5733,7 @@ 620.587, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5756,7 +5756,7 @@ 620.587, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5779,7 +5779,7 @@ 620.587, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5802,7 +5802,7 @@ 620.587, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5825,7 +5825,7 @@ 620.587, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5848,7 +5848,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5871,7 +5871,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5894,7 +5894,7 @@ 620.587, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5917,7 +5917,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5940,7 +5940,7 @@ 620.587, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5963,7 +5963,7 @@ 620.587, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -5986,7 +5986,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6009,7 +6009,7 @@ 620.587, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6032,7 +6032,7 @@ 620.587, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6055,7 +6055,7 @@ 620.587, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6078,7 +6078,7 @@ 620.587, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6101,7 +6101,7 @@ 599.369, "A", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6124,7 +6124,7 @@ 599.369, "h", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6147,7 +6147,7 @@ 599.369, "m", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6170,7 +6170,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6193,7 +6193,7 @@ 599.369, "d", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6216,7 +6216,7 @@ 599.369, "S", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6239,7 +6239,7 @@ 599.369, ".", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6262,7 +6262,7 @@ 599.369, "N", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6285,7 +6285,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6308,7 +6308,7 @@ 599.369, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6331,7 +6331,7 @@ 599.369, "s", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6354,7 +6354,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6377,7 +6377,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -6400,7 +6400,7 @@ 586.113, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6423,7 +6423,7 @@ 586.113, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6446,7 +6446,7 @@ 586.113, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6469,7 +6469,7 @@ 586.113, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6492,7 +6492,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6515,7 +6515,7 @@ 586.113, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6538,7 +6538,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6561,7 +6561,7 @@ 586.113, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6584,7 +6584,7 @@ 586.113, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6607,7 +6607,7 @@ 586.113, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6630,7 +6630,7 @@ 586.113, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6653,7 +6653,7 @@ 574.158, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6676,7 +6676,7 @@ 574.158, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6699,7 +6699,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6722,7 +6722,7 @@ 574.158, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6745,7 +6745,7 @@ 574.158, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6768,7 +6768,7 @@ 574.158, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6791,7 +6791,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6814,7 +6814,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6837,7 +6837,7 @@ 574.158, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6860,7 +6860,7 @@ 574.158, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6883,7 +6883,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6906,7 +6906,7 @@ 574.158, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6929,7 +6929,7 @@ 574.158, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6952,7 +6952,7 @@ 574.158, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6975,7 +6975,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -6998,7 +6998,7 @@ 574.158, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7021,7 +7021,7 @@ 574.158, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7044,7 +7044,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7067,7 +7067,7 @@ 574.158, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7090,7 +7090,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7113,7 +7113,7 @@ 574.158, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7136,7 +7136,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7159,7 +7159,7 @@ 574.158, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7182,7 +7182,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7205,7 +7205,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7228,7 +7228,7 @@ 562.202, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7251,7 +7251,7 @@ 562.202, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7274,7 +7274,7 @@ 562.202, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7297,7 +7297,7 @@ 562.202, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7320,7 +7320,7 @@ 562.202, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7343,7 +7343,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7366,7 +7366,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7389,7 +7389,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7412,7 +7412,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7435,7 +7435,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7458,7 +7458,7 @@ 562.202, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7481,7 +7481,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7504,7 +7504,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7527,7 +7527,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7550,7 +7550,7 @@ 562.202, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7573,7 +7573,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7596,7 +7596,7 @@ 599.369, "P", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7619,7 +7619,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7642,7 +7642,7 @@ 599.369, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7665,7 +7665,7 @@ 599.369, "e", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7688,7 +7688,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7711,7 +7711,7 @@ 599.369, "S", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7734,7 +7734,7 @@ 599.369, "t", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7757,7 +7757,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7780,7 +7780,7 @@ 599.369, "a", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7803,7 +7803,7 @@ 599.369, "r", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -7826,7 +7826,7 @@ 586.113, "I", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7849,7 +7849,7 @@ 586.113, "B", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7872,7 +7872,7 @@ 586.113, "M", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7895,7 +7895,7 @@ 586.113, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7918,7 +7918,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7941,7 +7941,7 @@ 586.113, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7964,7 +7964,7 @@ 586.113, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -7987,7 +7987,7 @@ 586.113, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8010,7 +8010,7 @@ 586.113, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8033,7 +8033,7 @@ 586.113, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8056,7 +8056,7 @@ 586.113, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8079,7 +8079,7 @@ 574.158, "R", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8102,7 +8102,7 @@ 574.158, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8125,7 +8125,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8148,7 +8148,7 @@ 574.158, "s", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8171,7 +8171,7 @@ 574.158, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8194,7 +8194,7 @@ 574.158, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8217,7 +8217,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8240,7 +8240,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8263,7 +8263,7 @@ 574.158, "k", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8286,7 +8286,7 @@ 574.158, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8309,7 +8309,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8332,7 +8332,7 @@ 574.158, ",", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8355,7 +8355,7 @@ 574.158, "S", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8378,7 +8378,7 @@ 574.158, "w", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8401,7 +8401,7 @@ 574.158, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8424,7 +8424,7 @@ 574.158, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8447,7 +8447,7 @@ 574.158, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8470,7 +8470,7 @@ 574.158, "e", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8493,7 +8493,7 @@ 574.158, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8516,7 +8516,7 @@ 574.158, "l", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8539,7 +8539,7 @@ 574.158, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8562,7 +8562,7 @@ 574.158, "n", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8585,7 +8585,7 @@ 574.158, "d", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8608,7 +8608,7 @@ 562.202, "t", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8631,7 +8631,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8654,7 +8654,7 @@ 562.202, "a", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8677,7 +8677,7 @@ 562.202, "@", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8700,7 +8700,7 @@ 562.202, "z", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8723,7 +8723,7 @@ 562.202, "u", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8746,7 +8746,7 @@ 562.202, "r", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8769,7 +8769,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8792,7 +8792,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8815,7 +8815,7 @@ 562.202, "h", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8838,7 +8838,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8861,7 +8861,7 @@ 562.202, "i", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8884,7 +8884,7 @@ 562.202, "b", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8907,7 +8907,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8930,7 +8930,7 @@ 562.202, ".", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8953,7 +8953,7 @@ 562.202, "c", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8976,7 +8976,7 @@ 562.202, "o", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -8999,7 +8999,7 @@ 562.202, "m", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -9206,7 +9206,7 @@ 528.665, "A", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9229,7 +9229,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9252,7 +9252,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9275,7 +9275,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9298,7 +9298,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9321,7 +9321,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9344,7 +9344,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9367,7 +9367,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9390,7 +9390,7 @@ 528.665, "d", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9413,7 +9413,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9436,7 +9436,7 @@ 528.665, "c", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9459,7 +9459,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9482,7 +9482,7 @@ 528.665, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9505,7 +9505,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9528,7 +9528,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9551,7 +9551,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9574,7 +9574,7 @@ 528.665, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9597,7 +9597,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9620,7 +9620,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9643,7 +9643,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9666,7 +9666,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9689,7 +9689,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9712,7 +9712,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9735,7 +9735,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9758,7 +9758,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9781,7 +9781,7 @@ 528.665, "l", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9804,7 +9804,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9827,7 +9827,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9850,7 +9850,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9873,7 +9873,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9896,7 +9896,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9919,7 +9919,7 @@ 528.665, "s", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9942,7 +9942,7 @@ 528.665, "a", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9965,7 +9965,7 @@ 528.665, "k", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -9988,7 +9988,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10011,7 +10011,7 @@ 528.665, "y", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10034,7 +10034,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10057,7 +10057,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10080,7 +10080,7 @@ 528.665, "q", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10103,7 +10103,7 @@ 528.665, "u", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10126,7 +10126,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10149,7 +10149,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10172,7 +10172,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10195,7 +10195,7 @@ 528.665, "m", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10218,7 +10218,7 @@ 528.665, "e", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10241,7 +10241,7 @@ 528.665, "n", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10264,7 +10264,7 @@ 528.665, "t", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10287,7 +10287,7 @@ 528.665, "f", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10310,7 +10310,7 @@ 528.665, "o", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10333,7 +10333,7 @@ 528.665, "r", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10356,7 +10356,7 @@ 528.665, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10379,7 +10379,7 @@ 528.665, "i", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10402,7 +10402,7 @@ 528.665, "g", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10425,7 +10425,7 @@ 528.665, "h", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10448,7 +10448,7 @@ 528.665, "-", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -10471,7 +10471,7 @@ 517.706, "q", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10494,7 +10494,7 @@ 517.706, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10517,7 +10517,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10540,7 +10540,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10563,7 +10563,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10586,7 +10586,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10609,7 +10609,7 @@ 517.706, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10632,7 +10632,7 @@ 517.706, "P", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10655,7 +10655,7 @@ 517.706, "D", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10678,7 +10678,7 @@ 517.706, "F", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10701,7 +10701,7 @@ 517.706, "d", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10724,7 +10724,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10747,7 +10747,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10770,7 +10770,7 @@ 517.706, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10793,7 +10793,7 @@ 517.706, "m", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10816,7 +10816,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10839,7 +10839,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10862,7 +10862,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10885,7 +10885,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10908,7 +10908,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10931,7 +10931,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10954,7 +10954,7 @@ 517.706, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -10977,7 +10977,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11000,7 +11000,7 @@ 517.706, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11023,7 +11023,7 @@ 517.706, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11046,7 +11046,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11069,7 +11069,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11092,7 +11092,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11115,7 +11115,7 @@ 517.706, ".", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11138,7 +11138,7 @@ 517.706, "W", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11161,7 +11161,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11184,7 +11184,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11207,7 +11207,7 @@ 517.706, "h", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11230,7 +11230,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11253,7 +11253,7 @@ 517.706, "h", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11276,7 +11276,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11299,7 +11299,7 @@ 517.706, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11322,7 +11322,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11345,7 +11345,7 @@ 517.706, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11368,7 +11368,7 @@ 517.706, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11391,7 +11391,7 @@ 517.706, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11414,7 +11414,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11437,7 +11437,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11460,7 +11460,7 @@ 517.706, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11483,7 +11483,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11506,7 +11506,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11529,7 +11529,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11552,7 +11552,7 @@ 517.706, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11575,7 +11575,7 @@ 517.706, "b", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11598,7 +11598,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11621,7 +11621,7 @@ 517.706, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11644,7 +11644,7 @@ 517.706, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11667,7 +11667,7 @@ 517.706, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11690,7 +11690,7 @@ 517.706, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11713,7 +11713,7 @@ 517.706, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11736,7 +11736,7 @@ 517.706, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -11759,7 +11759,7 @@ 506.747, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11782,7 +11782,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11805,7 +11805,7 @@ 506.747, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11828,7 +11828,7 @@ 506.747, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11851,7 +11851,7 @@ 506.747, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11874,7 +11874,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11897,7 +11897,7 @@ 506.747, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11920,7 +11920,7 @@ 506.747, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11943,7 +11943,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11966,7 +11966,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -11989,7 +11989,7 @@ 506.747, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12012,7 +12012,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12035,7 +12035,7 @@ 506.747, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12058,7 +12058,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12081,7 +12081,7 @@ 506.747, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12104,7 +12104,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12127,7 +12127,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12150,7 +12150,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12173,7 +12173,7 @@ 506.747, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12196,7 +12196,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12219,7 +12219,7 @@ 506.747, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12242,7 +12242,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12265,7 +12265,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12288,7 +12288,7 @@ 506.747, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12311,7 +12311,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12334,7 +12334,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12357,7 +12357,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12380,7 +12380,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12403,7 +12403,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12426,7 +12426,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12449,7 +12449,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12472,7 +12472,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12495,7 +12495,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12518,7 +12518,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12541,7 +12541,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12564,7 +12564,7 @@ 506.747, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12587,7 +12587,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12610,7 +12610,7 @@ 506.747, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12633,7 +12633,7 @@ 506.747, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12656,7 +12656,7 @@ 506.747, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12679,7 +12679,7 @@ 506.747, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12702,7 +12702,7 @@ 506.747, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12725,7 +12725,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12748,7 +12748,7 @@ 506.747, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12771,7 +12771,7 @@ 506.747, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12794,7 +12794,7 @@ 506.747, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12817,7 +12817,7 @@ 506.747, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12840,7 +12840,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12863,7 +12863,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12886,7 +12886,7 @@ 506.747, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12909,7 +12909,7 @@ 506.747, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12932,7 +12932,7 @@ 506.747, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12955,7 +12955,7 @@ 506.747, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -12978,7 +12978,7 @@ 506.747, "B", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13001,7 +13001,7 @@ 506.747, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13024,7 +13024,7 @@ 506.747, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13047,7 +13047,7 @@ 506.747, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13070,7 +13070,7 @@ 506.747, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -13093,7 +13093,7 @@ 495.788, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13116,7 +13116,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13139,7 +13139,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13162,7 +13162,7 @@ 495.788, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13185,7 +13185,7 @@ 495.788, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13208,7 +13208,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13231,7 +13231,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13254,7 +13254,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13277,7 +13277,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13300,7 +13300,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13323,7 +13323,7 @@ 495.788, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13346,7 +13346,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13369,7 +13369,7 @@ 495.788, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13392,7 +13392,7 @@ 495.788, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13415,7 +13415,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13438,7 +13438,7 @@ 495.788, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13461,7 +13461,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13484,7 +13484,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13507,7 +13507,7 @@ 495.788, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13530,7 +13530,7 @@ 495.788, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13553,7 +13553,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13576,7 +13576,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13599,7 +13599,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13622,7 +13622,7 @@ 495.788, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13645,7 +13645,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13668,7 +13668,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13691,7 +13691,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13714,7 +13714,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13737,7 +13737,7 @@ 495.788, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13760,7 +13760,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13783,7 +13783,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13806,7 +13806,7 @@ 495.788, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13829,7 +13829,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13852,7 +13852,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13875,7 +13875,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13898,7 +13898,7 @@ 495.788, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13921,7 +13921,7 @@ 495.788, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13944,7 +13944,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13967,7 +13967,7 @@ 495.788, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13990,7 +13990,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14013,7 +14013,7 @@ 495.788, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14036,7 +14036,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14059,7 +14059,7 @@ 495.788, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14082,7 +14082,7 @@ 495.788, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14105,7 +14105,7 @@ 495.788, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14128,7 +14128,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14151,7 +14151,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14174,7 +14174,7 @@ 495.788, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14197,7 +14197,7 @@ 495.788, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14220,7 +14220,7 @@ 495.788, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14243,7 +14243,7 @@ 495.788, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14266,7 +14266,7 @@ 495.788, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14289,7 +14289,7 @@ 495.788, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14312,7 +14312,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14335,7 +14335,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14358,7 +14358,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14381,7 +14381,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14404,7 +14404,7 @@ 484.829, "c", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14427,7 +14427,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14450,7 +14450,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14473,7 +14473,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14496,7 +14496,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14519,7 +14519,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14542,7 +14542,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14565,7 +14565,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14588,7 +14588,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14611,7 +14611,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14634,7 +14634,7 @@ 484.829, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14657,7 +14657,7 @@ 484.829, "m", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14680,7 +14680,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14703,7 +14703,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14726,7 +14726,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14749,7 +14749,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14772,7 +14772,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14795,7 +14795,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14818,7 +14818,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14841,7 +14841,7 @@ 484.829, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14864,7 +14864,7 @@ 484.829, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14887,7 +14887,7 @@ 484.829, "W", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14910,7 +14910,7 @@ 484.829, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14933,7 +14933,7 @@ 484.829, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14956,7 +14956,7 @@ 484.829, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -14979,7 +14979,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15002,7 +15002,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15025,7 +15025,7 @@ 484.829, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15048,7 +15048,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15071,7 +15071,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15094,7 +15094,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15117,7 +15117,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15140,7 +15140,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15163,7 +15163,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15186,7 +15186,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15209,7 +15209,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15232,7 +15232,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15255,7 +15255,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15278,7 +15278,7 @@ 484.829, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15301,7 +15301,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15324,7 +15324,7 @@ 484.829, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15347,7 +15347,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15370,7 +15370,7 @@ 484.829, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15393,7 +15393,7 @@ 484.829, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15416,7 +15416,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15439,7 +15439,7 @@ 484.829, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15462,7 +15462,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15485,7 +15485,7 @@ 484.829, "q", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15508,7 +15508,7 @@ 484.829, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15531,7 +15531,7 @@ 484.829, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15554,7 +15554,7 @@ 484.829, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15577,7 +15577,7 @@ 484.829, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -15600,7 +15600,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15623,7 +15623,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15646,7 +15646,7 @@ 473.87, "z", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15669,7 +15669,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15692,7 +15692,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15715,7 +15715,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15738,7 +15738,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15761,7 +15761,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15784,7 +15784,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15807,7 +15807,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15830,7 +15830,7 @@ 473.87, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15853,7 +15853,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15876,7 +15876,7 @@ 473.87, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15899,7 +15899,7 @@ 473.87, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15922,7 +15922,7 @@ 473.87, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15945,7 +15945,7 @@ 473.87, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15968,7 +15968,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15991,7 +15991,7 @@ 473.87, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16014,7 +16014,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16037,7 +16037,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16060,7 +16060,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16083,7 +16083,7 @@ 473.87, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16106,7 +16106,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16129,7 +16129,7 @@ 473.87, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16152,7 +16152,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16175,7 +16175,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16198,7 +16198,7 @@ 473.87, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16221,7 +16221,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16244,7 +16244,7 @@ 473.87, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16267,7 +16267,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16290,7 +16290,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16313,7 +16313,7 @@ 473.87, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16336,7 +16336,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16359,7 +16359,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16382,7 +16382,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16405,7 +16405,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16428,7 +16428,7 @@ 473.87, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16451,7 +16451,7 @@ 473.87, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16474,7 +16474,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16497,7 +16497,7 @@ 473.87, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16520,7 +16520,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16543,7 +16543,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16566,7 +16566,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16589,7 +16589,7 @@ 473.87, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16612,7 +16612,7 @@ 473.87, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16635,7 +16635,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16658,7 +16658,7 @@ 473.87, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16681,7 +16681,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16704,7 +16704,7 @@ 473.87, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16727,7 +16727,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16750,7 +16750,7 @@ 473.87, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16773,7 +16773,7 @@ 473.87, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16796,7 +16796,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16819,7 +16819,7 @@ 473.87, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16842,7 +16842,7 @@ 473.87, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16865,7 +16865,7 @@ 473.87, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16888,7 +16888,7 @@ 473.87, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16911,7 +16911,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16934,7 +16934,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16957,7 +16957,7 @@ 462.911, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16980,7 +16980,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17003,7 +17003,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17026,7 +17026,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17049,7 +17049,7 @@ 462.911, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17072,7 +17072,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17095,7 +17095,7 @@ 462.911, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17118,7 +17118,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17141,7 +17141,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17164,7 +17164,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17187,7 +17187,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17210,7 +17210,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17233,7 +17233,7 @@ 462.911, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17256,7 +17256,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17279,7 +17279,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17302,7 +17302,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17325,7 +17325,7 @@ 462.911, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17348,7 +17348,7 @@ 462.911, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17371,7 +17371,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17394,7 +17394,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17417,7 +17417,7 @@ 462.911, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17440,7 +17440,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17463,7 +17463,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17486,7 +17486,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17509,7 +17509,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17532,7 +17532,7 @@ 462.911, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17555,7 +17555,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17578,7 +17578,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17601,7 +17601,7 @@ 462.911, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17624,7 +17624,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17647,7 +17647,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17670,7 +17670,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17693,7 +17693,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17716,7 +17716,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17739,7 +17739,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17762,7 +17762,7 @@ 462.911, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17785,7 +17785,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17808,7 +17808,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17831,7 +17831,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17854,7 +17854,7 @@ 462.911, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17877,7 +17877,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17900,7 +17900,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17923,7 +17923,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17946,7 +17946,7 @@ 462.911, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17969,7 +17969,7 @@ 462.911, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -17992,7 +17992,7 @@ 462.911, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18015,7 +18015,7 @@ 462.911, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18038,7 +18038,7 @@ 462.911, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18061,7 +18061,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18084,7 +18084,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18107,7 +18107,7 @@ 462.911, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18130,7 +18130,7 @@ 462.911, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18153,7 +18153,7 @@ 462.911, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18176,7 +18176,7 @@ 462.911, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18199,7 +18199,7 @@ 462.911, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -18222,7 +18222,7 @@ 451.952, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18245,7 +18245,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18268,7 +18268,7 @@ 451.952, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18291,7 +18291,7 @@ 451.952, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18314,7 +18314,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18337,7 +18337,7 @@ 451.952, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18360,7 +18360,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18383,7 +18383,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18406,7 +18406,7 @@ 451.952, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18429,7 +18429,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18452,7 +18452,7 @@ 451.952, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18475,7 +18475,7 @@ 451.952, "X", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18498,7 +18498,7 @@ 451.952, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18521,7 +18521,7 @@ 451.952, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18544,7 +18544,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18567,7 +18567,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18590,7 +18590,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18613,7 +18613,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18636,7 +18636,7 @@ 451.952, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18659,7 +18659,7 @@ 451.952, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18682,7 +18682,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18705,7 +18705,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18728,7 +18728,7 @@ 451.952, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18751,7 +18751,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18774,7 +18774,7 @@ 451.952, "q", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18797,7 +18797,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18820,7 +18820,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18843,7 +18843,7 @@ 451.952, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18866,7 +18866,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18889,7 +18889,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18912,7 +18912,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18935,7 +18935,7 @@ 451.952, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18958,7 +18958,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -18981,7 +18981,7 @@ 451.952, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19004,7 +19004,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19027,7 +19027,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19050,7 +19050,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19073,7 +19073,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19096,7 +19096,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19119,7 +19119,7 @@ 451.952, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19142,7 +19142,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19165,7 +19165,7 @@ 451.952, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19188,7 +19188,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19211,7 +19211,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19234,7 +19234,7 @@ 451.952, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19257,7 +19257,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19280,7 +19280,7 @@ 451.952, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19303,7 +19303,7 @@ 451.952, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19326,7 +19326,7 @@ 451.952, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19349,7 +19349,7 @@ 451.952, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19372,7 +19372,7 @@ 451.952, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19395,7 +19395,7 @@ 451.952, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19418,7 +19418,7 @@ 451.952, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19441,7 +19441,7 @@ 451.952, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -19464,7 +19464,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19487,7 +19487,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19510,7 +19510,7 @@ 440.993, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19533,7 +19533,7 @@ 440.993, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19556,7 +19556,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19579,7 +19579,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19602,7 +19602,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19625,7 +19625,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19648,7 +19648,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19671,7 +19671,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19694,7 +19694,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19717,7 +19717,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19740,7 +19740,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19763,7 +19763,7 @@ 440.993, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19786,7 +19786,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19809,7 +19809,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19832,7 +19832,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19855,7 +19855,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19878,7 +19878,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19901,7 +19901,7 @@ 440.993, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19924,7 +19924,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19947,7 +19947,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19970,7 +19970,7 @@ 440.993, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -19993,7 +19993,7 @@ 440.993, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20016,7 +20016,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20039,7 +20039,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20062,7 +20062,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20085,7 +20085,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20108,7 +20108,7 @@ 440.993, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20131,7 +20131,7 @@ 440.993, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20154,7 +20154,7 @@ 440.993, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20177,7 +20177,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20200,7 +20200,7 @@ 440.993, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20223,7 +20223,7 @@ 440.993, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20246,7 +20246,7 @@ 440.993, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20269,7 +20269,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20292,7 +20292,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20315,7 +20315,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20338,7 +20338,7 @@ 440.993, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20361,7 +20361,7 @@ 440.993, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20384,7 +20384,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20407,7 +20407,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20430,7 +20430,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20453,7 +20453,7 @@ 440.993, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20476,7 +20476,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20499,7 +20499,7 @@ 440.993, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20522,7 +20522,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20545,7 +20545,7 @@ 440.993, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20568,7 +20568,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20591,7 +20591,7 @@ 440.993, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20614,7 +20614,7 @@ 440.993, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20637,7 +20637,7 @@ 440.993, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20660,7 +20660,7 @@ 440.993, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20683,7 +20683,7 @@ 440.993, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -20706,7 +20706,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20729,7 +20729,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20752,7 +20752,7 @@ 430.035, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20775,7 +20775,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20798,7 +20798,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20821,7 +20821,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20844,7 +20844,7 @@ 430.035, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20867,7 +20867,7 @@ 430.035, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20890,7 +20890,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20913,7 +20913,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20936,7 +20936,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20959,7 +20959,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -20982,7 +20982,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21005,7 +21005,7 @@ 430.035, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21028,7 +21028,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21051,7 +21051,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21074,7 +21074,7 @@ 430.035, "g", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21097,7 +21097,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21120,7 +21120,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21143,7 +21143,7 @@ 430.035, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21166,7 +21166,7 @@ 430.035, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21189,7 +21189,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21212,7 +21212,7 @@ 430.035, "v", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21235,7 +21235,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21258,7 +21258,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21281,7 +21281,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21304,7 +21304,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21327,7 +21327,7 @@ 430.035, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21350,7 +21350,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21373,7 +21373,7 @@ 430.035, "y", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21396,7 +21396,7 @@ 430.035, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21419,7 +21419,7 @@ 430.035, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21442,7 +21442,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21465,7 +21465,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21488,7 +21488,7 @@ 430.035, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21511,7 +21511,7 @@ 430.035, "I", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21534,7 +21534,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21557,7 +21557,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21580,7 +21580,7 @@ 430.035, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21603,7 +21603,7 @@ 430.035, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21626,7 +21626,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21649,7 +21649,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21672,7 +21672,7 @@ 430.035, "a", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21695,7 +21695,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21718,7 +21718,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21741,7 +21741,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21764,7 +21764,7 @@ 430.035, ",", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21787,7 +21787,7 @@ 430.035, "w", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21810,7 +21810,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21833,7 +21833,7 @@ 430.035, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21856,7 +21856,7 @@ 430.035, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21879,7 +21879,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21902,7 +21902,7 @@ 430.035, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21925,7 +21925,7 @@ 430.035, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21948,7 +21948,7 @@ 430.035, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -21971,7 +21971,7 @@ 430.035, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -22201,7 +22201,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22224,7 +22224,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22247,7 +22247,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22270,7 +22270,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22293,7 +22293,7 @@ 419.076, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22316,7 +22316,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22339,7 +22339,7 @@ 419.076, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22362,7 +22362,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22385,7 +22385,7 @@ 419.076, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22408,7 +22408,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22431,7 +22431,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22454,7 +22454,7 @@ 419.076, "c", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22477,7 +22477,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22500,7 +22500,7 @@ 419.076, "y", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22523,7 +22523,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22546,7 +22546,7 @@ 419.076, "v", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22569,7 +22569,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22592,7 +22592,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22615,7 +22615,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22638,7 +22638,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22661,7 +22661,7 @@ 419.076, "b", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22684,7 +22684,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22707,7 +22707,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22730,7 +22730,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22753,7 +22753,7 @@ 419.076, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22776,7 +22776,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22799,7 +22799,7 @@ 419.076, "c", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22822,7 +22822,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22845,7 +22845,7 @@ 419.076, "m", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22868,7 +22868,7 @@ 419.076, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22891,7 +22891,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22914,7 +22914,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22937,7 +22937,7 @@ 419.076, "-", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22960,7 +22960,7 @@ 419.076, "l", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -22983,7 +22983,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23006,7 +23006,7 @@ 419.076, "y", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23029,7 +23029,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23052,7 +23052,7 @@ 419.076, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23075,7 +23075,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23098,7 +23098,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23121,7 +23121,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23144,7 +23144,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23167,7 +23167,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23190,7 +23190,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23213,7 +23213,7 @@ 419.076, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23236,7 +23236,7 @@ 419.076, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23259,7 +23259,7 @@ 419.076, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23282,7 +23282,7 @@ 419.076, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23305,7 +23305,7 @@ 419.076, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -23328,7 +23328,7 @@ 408.117, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23351,7 +23351,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23374,7 +23374,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23397,7 +23397,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23420,7 +23420,7 @@ 408.117, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23443,7 +23443,7 @@ 408.117, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23466,7 +23466,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23489,7 +23489,7 @@ 408.117, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23512,7 +23512,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23535,7 +23535,7 @@ 408.117, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23558,7 +23558,7 @@ 408.117, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23581,7 +23581,7 @@ 408.117, "C", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23604,7 +23604,7 @@ 408.117, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23627,7 +23627,7 @@ 408.117, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23650,7 +23650,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23673,7 +23673,7 @@ 408.117, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23696,7 +23696,7 @@ 408.117, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23719,7 +23719,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23742,7 +23742,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23765,7 +23765,7 @@ 408.117, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23788,7 +23788,7 @@ 408.117, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23811,7 +23811,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23834,7 +23834,7 @@ 408.117, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23857,7 +23857,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23880,7 +23880,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23903,7 +23903,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23926,7 +23926,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23949,7 +23949,7 @@ 408.117, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23972,7 +23972,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23995,7 +23995,7 @@ 408.117, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24018,7 +24018,7 @@ 408.117, "8", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24041,7 +24041,7 @@ 408.117, "0", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24064,7 +24064,7 @@ 408.117, "8", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24087,7 +24087,7 @@ 408.117, "6", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24110,7 +24110,7 @@ 408.117, "3", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24133,7 +24133,7 @@ 408.117, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24156,7 +24156,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24179,7 +24179,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24202,7 +24202,7 @@ 408.117, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24225,7 +24225,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24248,7 +24248,7 @@ 408.117, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24271,7 +24271,7 @@ 408.117, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24294,7 +24294,7 @@ 408.117, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24317,7 +24317,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24340,7 +24340,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24363,7 +24363,7 @@ 408.117, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24386,7 +24386,7 @@ 408.117, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24409,7 +24409,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24432,7 +24432,7 @@ 408.117, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24455,7 +24455,7 @@ 408.117, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24478,7 +24478,7 @@ 408.117, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24501,7 +24501,7 @@ 408.117, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -24524,7 +24524,7 @@ 397.158, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24547,7 +24547,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24570,7 +24570,7 @@ 397.158, "g", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24593,7 +24593,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24616,7 +24616,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24639,7 +24639,7 @@ 397.158, "f", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24662,7 +24662,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24685,7 +24685,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24708,7 +24708,7 @@ 397.158, "m", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24731,7 +24731,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24754,7 +24754,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24777,7 +24777,7 @@ 397.158, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24800,7 +24800,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24823,7 +24823,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24846,7 +24846,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24869,7 +24869,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24892,7 +24892,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24915,7 +24915,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24938,7 +24938,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24961,7 +24961,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -24984,7 +24984,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25007,7 +25007,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25030,7 +25030,7 @@ 397.158, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25053,7 +25053,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25076,7 +25076,7 @@ 397.158, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25099,7 +25099,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25122,7 +25122,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25145,7 +25145,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25168,7 +25168,7 @@ 397.158, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25191,7 +25191,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25214,7 +25214,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25237,7 +25237,7 @@ 397.158, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25260,7 +25260,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25283,7 +25283,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25306,7 +25306,7 @@ 397.158, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25329,7 +25329,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25352,7 +25352,7 @@ 397.158, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25375,7 +25375,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25398,7 +25398,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25421,7 +25421,7 @@ 397.158, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25444,7 +25444,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25467,7 +25467,7 @@ 397.158, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25490,7 +25490,7 @@ 397.158, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25513,7 +25513,7 @@ 397.158, "v", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25536,7 +25536,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25559,7 +25559,7 @@ 397.158, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25582,7 +25582,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25605,7 +25605,7 @@ 397.158, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25628,7 +25628,7 @@ 397.158, "b", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25651,7 +25651,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25674,7 +25674,7 @@ 397.158, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25697,7 +25697,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25720,7 +25720,7 @@ 397.158, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25743,7 +25743,7 @@ 397.158, "y", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25766,7 +25766,7 @@ 397.158, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25789,7 +25789,7 @@ 397.158, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -25812,7 +25812,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25835,7 +25835,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25858,7 +25858,7 @@ 386.199, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25881,7 +25881,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25904,7 +25904,7 @@ 386.199, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25927,7 +25927,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25950,7 +25950,7 @@ 386.199, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25973,7 +25973,7 @@ 386.199, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -25996,7 +25996,7 @@ 386.199, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26019,7 +26019,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26042,7 +26042,7 @@ 386.199, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26065,7 +26065,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26088,7 +26088,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26111,7 +26111,7 @@ 386.199, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26134,7 +26134,7 @@ 386.199, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26157,7 +26157,7 @@ 386.199, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26180,7 +26180,7 @@ 386.199, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26203,7 +26203,7 @@ 386.199, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26226,7 +26226,7 @@ 386.199, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26249,7 +26249,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26272,7 +26272,7 @@ 386.199, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26295,7 +26295,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26318,7 +26318,7 @@ 386.199, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26341,7 +26341,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26364,7 +26364,7 @@ 386.199, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26387,7 +26387,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26410,7 +26410,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26433,7 +26433,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26456,7 +26456,7 @@ 386.199, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26479,7 +26479,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26502,7 +26502,7 @@ 386.199, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26525,7 +26525,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26548,7 +26548,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26571,7 +26571,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26594,7 +26594,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26617,7 +26617,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26640,7 +26640,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26663,7 +26663,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26686,7 +26686,7 @@ 386.199, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26709,7 +26709,7 @@ 386.199, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26732,7 +26732,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26755,7 +26755,7 @@ 386.199, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26778,7 +26778,7 @@ 386.199, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26801,7 +26801,7 @@ 386.199, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26824,7 +26824,7 @@ 386.199, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26847,7 +26847,7 @@ 386.199, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26870,7 +26870,7 @@ 386.199, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26893,7 +26893,7 @@ 386.199, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26916,7 +26916,7 @@ 386.199, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26939,7 +26939,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26962,7 +26962,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -26985,7 +26985,7 @@ 386.199, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27008,7 +27008,7 @@ 386.199, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27031,7 +27031,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27054,7 +27054,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27077,7 +27077,7 @@ 386.199, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27100,7 +27100,7 @@ 386.199, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27123,7 +27123,7 @@ 386.199, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -27146,7 +27146,7 @@ 375.24, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27169,7 +27169,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27192,7 +27192,7 @@ 375.24, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27215,7 +27215,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27238,7 +27238,7 @@ 375.24, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27261,7 +27261,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27284,7 +27284,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27307,7 +27307,7 @@ 375.24, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27330,7 +27330,7 @@ 375.24, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27353,7 +27353,7 @@ 375.24, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27376,7 +27376,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27399,7 +27399,7 @@ 375.24, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27422,7 +27422,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27445,7 +27445,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27468,7 +27468,7 @@ 375.24, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27491,7 +27491,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27514,7 +27514,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27537,7 +27537,7 @@ 375.24, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27560,7 +27560,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27583,7 +27583,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27606,7 +27606,7 @@ 375.24, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27629,7 +27629,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27652,7 +27652,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27675,7 +27675,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27698,7 +27698,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27721,7 +27721,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27744,7 +27744,7 @@ 375.24, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27767,7 +27767,7 @@ 375.24, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27790,7 +27790,7 @@ 375.24, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27813,7 +27813,7 @@ 375.24, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27836,7 +27836,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27859,7 +27859,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27882,7 +27882,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27905,7 +27905,7 @@ 375.24, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27928,7 +27928,7 @@ 375.24, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27951,7 +27951,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27974,7 +27974,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -27997,7 +27997,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28020,7 +28020,7 @@ 375.24, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28043,7 +28043,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28066,7 +28066,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28089,7 +28089,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28112,7 +28112,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28135,7 +28135,7 @@ 375.24, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28158,7 +28158,7 @@ 375.24, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28181,7 +28181,7 @@ 375.24, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28204,7 +28204,7 @@ 375.24, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28227,7 +28227,7 @@ 375.24, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28250,7 +28250,7 @@ 375.24, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28273,7 +28273,7 @@ 375.24, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28296,7 +28296,7 @@ 375.24, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28319,7 +28319,7 @@ 375.24, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28342,7 +28342,7 @@ 375.24, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28365,7 +28365,7 @@ 375.24, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28388,7 +28388,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28411,7 +28411,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28434,7 +28434,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28457,7 +28457,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28480,7 +28480,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28503,7 +28503,7 @@ 364.281, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28526,7 +28526,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28549,7 +28549,7 @@ 364.281, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28572,7 +28572,7 @@ 364.281, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28595,7 +28595,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28618,7 +28618,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28641,7 +28641,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28664,7 +28664,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28687,7 +28687,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28710,7 +28710,7 @@ 364.281, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28733,7 +28733,7 @@ 364.281, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28756,7 +28756,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28779,7 +28779,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28802,7 +28802,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28825,7 +28825,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28848,7 +28848,7 @@ 364.281, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28871,7 +28871,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28894,7 +28894,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28917,7 +28917,7 @@ 364.281, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28940,7 +28940,7 @@ 364.281, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28963,7 +28963,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -28986,7 +28986,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29009,7 +29009,7 @@ 364.281, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29032,7 +29032,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29055,7 +29055,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29078,7 +29078,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29101,7 +29101,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29124,7 +29124,7 @@ 364.281, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29147,7 +29147,7 @@ 364.281, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29170,7 +29170,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29193,7 +29193,7 @@ 364.281, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29216,7 +29216,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29239,7 +29239,7 @@ 364.281, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29262,7 +29262,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29285,7 +29285,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29308,7 +29308,7 @@ 364.281, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29331,7 +29331,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29354,7 +29354,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29377,7 +29377,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29400,7 +29400,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29423,7 +29423,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29446,7 +29446,7 @@ 364.281, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29469,7 +29469,7 @@ 364.281, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29492,7 +29492,7 @@ 364.281, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29515,7 +29515,7 @@ 364.281, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29538,7 +29538,7 @@ 364.281, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29561,7 +29561,7 @@ 364.281, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29584,7 +29584,7 @@ 364.281, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29607,7 +29607,7 @@ 364.281, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -29630,7 +29630,7 @@ 353.322, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29653,7 +29653,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29676,7 +29676,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29699,7 +29699,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29722,7 +29722,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29745,7 +29745,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29768,7 +29768,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29791,7 +29791,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29814,7 +29814,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29837,7 +29837,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29860,7 +29860,7 @@ 353.322, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29883,7 +29883,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29906,7 +29906,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29929,7 +29929,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29952,7 +29952,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29975,7 +29975,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -29998,7 +29998,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30021,7 +30021,7 @@ 353.322, "-", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30044,7 +30044,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30067,7 +30067,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30090,7 +30090,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30113,7 +30113,7 @@ 353.322, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30136,7 +30136,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30159,7 +30159,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30182,7 +30182,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30205,7 +30205,7 @@ 353.322, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30228,7 +30228,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30251,7 +30251,7 @@ 353.322, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30274,7 +30274,7 @@ 353.322, "g", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30297,7 +30297,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30320,7 +30320,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30343,7 +30343,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30366,7 +30366,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30389,7 +30389,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30412,7 +30412,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30435,7 +30435,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30458,7 +30458,7 @@ 353.322, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30481,7 +30481,7 @@ 353.322, "I", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30504,7 +30504,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30527,7 +30527,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30550,7 +30550,7 @@ 353.322, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30573,7 +30573,7 @@ 353.322, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30596,7 +30596,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30619,7 +30619,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30642,7 +30642,7 @@ 353.322, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30665,7 +30665,7 @@ 353.322, "l", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30688,7 +30688,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30711,7 +30711,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30734,7 +30734,7 @@ 353.322, "x", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30757,7 +30757,7 @@ 353.322, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30780,7 +30780,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30803,7 +30803,7 @@ 353.322, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30826,7 +30826,7 @@ 353.322, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30849,7 +30849,7 @@ 353.322, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30872,7 +30872,7 @@ 353.322, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30895,7 +30895,7 @@ 353.322, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30918,7 +30918,7 @@ 353.322, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30941,7 +30941,7 @@ 353.322, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30964,7 +30964,7 @@ 353.322, ",", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -30987,7 +30987,7 @@ 342.363, "w", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31010,7 +31010,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31033,7 +31033,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31056,7 +31056,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31079,7 +31079,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31102,7 +31102,7 @@ 342.363, "v", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31125,7 +31125,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31148,7 +31148,7 @@ 342.363, "d", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31171,7 +31171,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31194,7 +31194,7 @@ 342.363, "b", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31217,7 +31217,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31240,7 +31240,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31263,7 +31263,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31286,7 +31286,7 @@ 342.363, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31309,7 +31309,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31332,7 +31332,7 @@ 342.363, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31355,7 +31355,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31378,7 +31378,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31401,7 +31401,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31424,7 +31424,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31447,7 +31447,7 @@ 342.363, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31470,7 +31470,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31493,7 +31493,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31516,7 +31516,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31539,7 +31539,7 @@ 342.363, "y", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31562,7 +31562,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31585,7 +31585,7 @@ 342.363, "c", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31608,7 +31608,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31631,7 +31631,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31654,7 +31654,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31677,7 +31677,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31700,7 +31700,7 @@ 342.363, "(", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31723,7 +31723,7 @@ 342.363, "i", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31746,7 +31746,7 @@ 342.363, "n", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31769,7 +31769,7 @@ 342.363, "m", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31792,7 +31792,7 @@ 342.363, "A", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31815,7 +31815,7 @@ 342.363, "P", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31838,7 +31838,7 @@ 342.363, ")", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31861,7 +31861,7 @@ 342.363, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31884,7 +31884,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31907,7 +31907,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31930,7 +31930,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31953,7 +31953,7 @@ 342.363, "s", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31976,7 +31976,7 @@ 342.363, "e", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -31999,7 +31999,7 @@ 342.363, "t", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32022,7 +32022,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32045,7 +32045,7 @@ 342.363, "f", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32068,7 +32068,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32091,7 +32091,7 @@ 342.363, "o", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32114,7 +32114,7 @@ 342.363, "p", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32137,7 +32137,7 @@ 342.363, "u", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32160,7 +32160,7 @@ 342.363, "l", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32183,7 +32183,7 @@ 342.363, "a", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32206,7 +32206,7 @@ 342.363, "r", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -32229,7 +32229,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32252,7 +32252,7 @@ 331.404, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32275,7 +32275,7 @@ 331.404, "j", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32298,7 +32298,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32321,7 +32321,7 @@ 331.404, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32344,7 +32344,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32367,7 +32367,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32390,7 +32390,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32413,7 +32413,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32436,7 +32436,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32459,7 +32459,7 @@ 331.404, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32482,7 +32482,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32505,7 +32505,7 @@ 331.404, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32528,7 +32528,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32551,7 +32551,7 @@ 331.404, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32574,7 +32574,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32597,7 +32597,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32620,7 +32620,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32643,7 +32643,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32666,7 +32666,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32689,7 +32689,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32712,7 +32712,7 @@ 331.404, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32735,7 +32735,7 @@ 331.404, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32758,7 +32758,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32781,7 +32781,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32804,7 +32804,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32827,7 +32827,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32850,7 +32850,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32873,7 +32873,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32896,7 +32896,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32919,7 +32919,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32942,7 +32942,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32965,7 +32965,7 @@ 331.404, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32988,7 +32988,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33011,7 +33011,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33034,7 +33034,7 @@ 331.404, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33057,7 +33057,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33080,7 +33080,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33103,7 +33103,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33126,7 +33126,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33149,7 +33149,7 @@ 331.404, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33172,7 +33172,7 @@ 331.404, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33195,7 +33195,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33218,7 +33218,7 @@ 331.404, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33241,7 +33241,7 @@ 331.404, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33264,7 +33264,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33287,7 +33287,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33310,7 +33310,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33333,7 +33333,7 @@ 331.404, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33356,7 +33356,7 @@ 331.404, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33379,7 +33379,7 @@ 331.404, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33402,7 +33402,7 @@ 331.404, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33425,7 +33425,7 @@ 331.404, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33448,7 +33448,7 @@ 331.404, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -33471,7 +33471,7 @@ 320.446, "f", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33494,7 +33494,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33517,7 +33517,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33540,7 +33540,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33563,7 +33563,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33586,7 +33586,7 @@ 320.446, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33609,7 +33609,7 @@ 320.446, "p", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33632,7 +33632,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33655,7 +33655,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33678,7 +33678,7 @@ 320.446, "x", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33701,7 +33701,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33724,7 +33724,7 @@ 320.446, "m", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33747,7 +33747,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33770,7 +33770,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33793,7 +33793,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33816,7 +33816,7 @@ 320.446, "l", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33839,7 +33839,7 @@ 320.446, "y", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33862,7 +33862,7 @@ 320.446, "1", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33885,7 +33885,7 @@ 320.446, "0", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33908,7 +33908,7 @@ 320.446, "%", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33931,7 +33931,7 @@ 320.446, "b", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33954,7 +33954,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -33977,7 +33977,7 @@ 320.446, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34000,7 +34000,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34023,7 +34023,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34046,7 +34046,7 @@ 320.446, "d", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34069,7 +34069,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34092,7 +34092,7 @@ 320.446, "h", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34115,7 +34115,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34138,7 +34138,7 @@ 320.446, "i", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34161,7 +34161,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34184,7 +34184,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34207,7 +34207,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34230,7 +34230,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34253,7 +34253,7 @@ 320.446, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34276,7 +34276,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34299,7 +34299,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34322,7 +34322,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34345,7 +34345,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34368,7 +34368,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34391,7 +34391,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34414,7 +34414,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34437,7 +34437,7 @@ 320.446, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34460,7 +34460,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34483,7 +34483,7 @@ 320.446, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34506,7 +34506,7 @@ 320.446, "g", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34529,7 +34529,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34552,7 +34552,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34575,7 +34575,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34598,7 +34598,7 @@ 320.446, "m", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34621,7 +34621,7 @@ 320.446, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34644,7 +34644,7 @@ 320.446, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34667,7 +34667,7 @@ 320.446, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34690,7 +34690,7 @@ 320.446, ".", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34713,7 +34713,7 @@ 320.446, "F", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34736,7 +34736,7 @@ 320.446, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34759,7 +34759,7 @@ 320.446, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34782,7 +34782,7 @@ 320.446, "-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -34805,7 +34805,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34828,7 +34828,7 @@ 309.487, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34851,7 +34851,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34874,7 +34874,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34897,7 +34897,7 @@ 309.487, "m", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34920,7 +34920,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34943,7 +34943,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34966,7 +34966,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -34989,7 +34989,7 @@ 309.487, ",", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35012,7 +35012,7 @@ 309.487, "w", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35035,7 +35035,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35058,7 +35058,7 @@ 309.487, "p", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35081,7 +35081,7 @@ 309.487, "r", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35104,7 +35104,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35127,7 +35127,7 @@ 309.487, "v", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35150,7 +35150,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35173,7 +35173,7 @@ 309.487, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35196,7 +35196,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35219,7 +35219,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35242,7 +35242,7 @@ 309.487, "v", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35265,7 +35265,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35288,7 +35288,7 @@ 309.487, "d", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35311,7 +35311,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35334,7 +35334,7 @@ 309.487, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35357,7 +35357,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35380,7 +35380,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35403,7 +35403,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35426,7 +35426,7 @@ 309.487, "h", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35449,7 +35449,7 @@ 309.487, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35472,7 +35472,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35495,7 +35495,7 @@ 309.487, "D", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35518,7 +35518,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35541,7 +35541,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35564,7 +35564,7 @@ 309.487, "L", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35587,7 +35587,7 @@ 309.487, "a", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35610,7 +35610,7 @@ 309.487, "y", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35633,7 +35633,7 @@ 309.487, "N", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35656,7 +35656,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35679,7 +35679,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35702,7 +35702,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35725,7 +35725,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35748,7 +35748,7 @@ 309.487, "o", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35771,7 +35771,7 @@ 309.487, "f", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35794,7 +35794,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35817,7 +35817,7 @@ 309.487, "u", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35840,7 +35840,7 @@ 309.487, "ffi", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35863,7 +35863,7 @@ 309.487, "c", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35886,7 +35886,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35909,7 +35909,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35932,7 +35932,7 @@ 309.487, "n", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35955,7 +35955,7 @@ 309.487, "t", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -35978,7 +35978,7 @@ 309.487, "s", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36001,7 +36001,7 @@ 309.487, "i", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36024,7 +36024,7 @@ 309.487, "z", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36047,7 +36047,7 @@ 309.487, "e", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36070,7 +36070,7 @@ 309.487, ".", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -36093,7 +36093,7 @@ 298.528, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36116,7 +36116,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36139,7 +36139,7 @@ 298.528, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36162,7 +36162,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36185,7 +36185,7 @@ 298.528, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36208,7 +36208,7 @@ 298.528, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36231,7 +36231,7 @@ 298.528, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36254,7 +36254,7 @@ 298.528, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36277,7 +36277,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36300,7 +36300,7 @@ 298.528, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36323,7 +36323,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36346,7 +36346,7 @@ 298.528, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36369,7 +36369,7 @@ 298.528, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36392,7 +36392,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36415,7 +36415,7 @@ 298.528, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36438,7 +36438,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36461,7 +36461,7 @@ 298.528, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36484,7 +36484,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36507,7 +36507,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36530,7 +36530,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36553,7 +36553,7 @@ 298.528, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36576,7 +36576,7 @@ 298.528, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36599,7 +36599,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36622,7 +36622,7 @@ 298.528, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36645,7 +36645,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36668,7 +36668,7 @@ 298.528, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36691,7 +36691,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36714,7 +36714,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36737,7 +36737,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36760,7 +36760,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36783,7 +36783,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36806,7 +36806,7 @@ 298.528, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36829,7 +36829,7 @@ 298.528, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36852,7 +36852,7 @@ 298.528, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36875,7 +36875,7 @@ 298.528, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36898,7 +36898,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36921,7 +36921,7 @@ 298.528, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36944,7 +36944,7 @@ 298.528, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36967,7 +36967,7 @@ 298.528, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36990,7 +36990,7 @@ 298.528, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37013,7 +37013,7 @@ 298.528, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37036,7 +37036,7 @@ 298.528, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37059,7 +37059,7 @@ 298.528, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37082,7 +37082,7 @@ 298.528, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37105,7 +37105,7 @@ 298.528, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37128,7 +37128,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37151,7 +37151,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37174,7 +37174,7 @@ 298.528, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37197,7 +37197,7 @@ 298.528, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37220,7 +37220,7 @@ 298.528, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37243,7 +37243,7 @@ 298.528, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37266,7 +37266,7 @@ 287.569, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37289,7 +37289,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37312,7 +37312,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37335,7 +37335,7 @@ 287.569, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37358,7 +37358,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37381,7 +37381,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37404,7 +37404,7 @@ 287.569, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37427,7 +37427,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37450,7 +37450,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37473,7 +37473,7 @@ 287.569, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37496,7 +37496,7 @@ 287.569, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37519,7 +37519,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37542,7 +37542,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37565,7 +37565,7 @@ 287.569, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37588,7 +37588,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37611,7 +37611,7 @@ 287.569, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37634,7 +37634,7 @@ 287.569, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37657,7 +37657,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37680,7 +37680,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37703,7 +37703,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37726,7 +37726,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37749,7 +37749,7 @@ 287.569, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37772,7 +37772,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37795,7 +37795,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37818,7 +37818,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37841,7 +37841,7 @@ 287.569, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37864,7 +37864,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37887,7 +37887,7 @@ 287.569, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37910,7 +37910,7 @@ 287.569, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37933,7 +37933,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37956,7 +37956,7 @@ 287.569, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37979,7 +37979,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38002,7 +38002,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38025,7 +38025,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38048,7 +38048,7 @@ 287.569, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38071,7 +38071,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38094,7 +38094,7 @@ 287.569, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38117,7 +38117,7 @@ 287.569, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38140,7 +38140,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38163,7 +38163,7 @@ 287.569, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38186,7 +38186,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38209,7 +38209,7 @@ 287.569, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38232,7 +38232,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38255,7 +38255,7 @@ 287.569, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38278,7 +38278,7 @@ 287.569, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38301,7 +38301,7 @@ 287.569, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38324,7 +38324,7 @@ 287.569, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38347,7 +38347,7 @@ 287.569, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38370,7 +38370,7 @@ 287.569, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38393,7 +38393,7 @@ 287.569, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38416,7 +38416,7 @@ 287.569, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38439,7 +38439,7 @@ 287.569, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38462,7 +38462,7 @@ 287.569, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -38485,7 +38485,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38508,7 +38508,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38531,7 +38531,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38554,7 +38554,7 @@ 276.61, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38577,7 +38577,7 @@ 276.61, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38600,7 +38600,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38623,7 +38623,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38646,7 +38646,7 @@ 276.61, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38669,7 +38669,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38692,7 +38692,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38715,7 +38715,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38738,7 +38738,7 @@ 276.61, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38761,7 +38761,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38784,7 +38784,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38807,7 +38807,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38830,7 +38830,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38853,7 +38853,7 @@ 276.61, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38876,7 +38876,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38899,7 +38899,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38922,7 +38922,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38945,7 +38945,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38968,7 +38968,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -38991,7 +38991,7 @@ 276.61, "b", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39014,7 +39014,7 @@ 276.61, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39037,7 +39037,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39060,7 +39060,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39083,7 +39083,7 @@ 276.61, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39106,7 +39106,7 @@ 276.61, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39129,7 +39129,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39152,7 +39152,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39175,7 +39175,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39198,7 +39198,7 @@ 276.61, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39221,7 +39221,7 @@ 276.61, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39244,7 +39244,7 @@ 276.61, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39267,7 +39267,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39290,7 +39290,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39313,7 +39313,7 @@ 276.61, "p", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39336,7 +39336,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39359,7 +39359,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39382,7 +39382,7 @@ 276.61, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39405,7 +39405,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39428,7 +39428,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39451,7 +39451,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39474,7 +39474,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39497,7 +39497,7 @@ 276.61, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39520,7 +39520,7 @@ 276.61, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39543,7 +39543,7 @@ 276.61, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39566,7 +39566,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39589,7 +39589,7 @@ 276.61, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39612,7 +39612,7 @@ 276.61, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39635,7 +39635,7 @@ 276.61, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39658,7 +39658,7 @@ 276.61, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39681,7 +39681,7 @@ 276.61, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39704,7 +39704,7 @@ 276.61, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -39727,7 +39727,7 @@ 265.651, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39750,7 +39750,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39773,7 +39773,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39796,7 +39796,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39819,7 +39819,7 @@ 265.651, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39842,7 +39842,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39865,7 +39865,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39888,7 +39888,7 @@ 265.651, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39911,7 +39911,7 @@ 265.651, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39934,7 +39934,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39957,7 +39957,7 @@ 265.651, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -39980,7 +39980,7 @@ 265.651, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40003,7 +40003,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40026,7 +40026,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40049,7 +40049,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40072,7 +40072,7 @@ 265.651, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40095,7 +40095,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40118,7 +40118,7 @@ 265.651, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40141,7 +40141,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40164,7 +40164,7 @@ 265.651, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40187,7 +40187,7 @@ 265.651, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40210,7 +40210,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40233,7 +40233,7 @@ 265.651, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40256,7 +40256,7 @@ 265.651, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40279,7 +40279,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40302,7 +40302,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40325,7 +40325,7 @@ 265.651, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40348,7 +40348,7 @@ 265.651, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40371,7 +40371,7 @@ 265.651, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40394,7 +40394,7 @@ 265.651, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40417,7 +40417,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40440,7 +40440,7 @@ 265.651, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40463,7 +40463,7 @@ 265.651, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40486,7 +40486,7 @@ 265.651, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40509,7 +40509,7 @@ 265.651, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40532,7 +40532,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40555,7 +40555,7 @@ 265.651, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40578,7 +40578,7 @@ 265.651, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -40601,7 +40601,7 @@ 265.651, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -41728,7 +41728,7 @@ 225.37, ";", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -42556,7 +42556,7 @@ 214.411, ";", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -43476,7 +43476,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -43821,7 +43821,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -44189,7 +44189,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -44212,7 +44212,7 @@ 157.267, "P", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44235,7 +44235,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44258,7 +44258,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44281,7 +44281,7 @@ 157.267, "m", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44304,7 +44304,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44327,7 +44327,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44350,7 +44350,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44373,7 +44373,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44396,7 +44396,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44419,7 +44419,7 @@ 157.267, "n", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44442,7 +44442,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44465,7 +44465,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44488,7 +44488,7 @@ 157.267, "m", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44511,7 +44511,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44534,7 +44534,7 @@ 157.267, "k", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44557,7 +44557,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44580,7 +44580,7 @@ 157.267, "d", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44603,7 +44603,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44626,7 +44626,7 @@ 157.267, "g", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44649,7 +44649,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44672,7 +44672,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44695,7 +44695,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44718,7 +44718,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44741,7 +44741,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44764,7 +44764,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44787,7 +44787,7 @@ 157.267, "h", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44810,7 +44810,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44833,7 +44833,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44856,7 +44856,7 @@ 157.267, "d", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44879,7 +44879,7 @@ 157.267, "c", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44902,7 +44902,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44925,7 +44925,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44948,7 +44948,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44971,7 +44971,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -44994,7 +44994,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45017,7 +45017,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45040,7 +45040,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45063,7 +45063,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45086,7 +45086,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45109,7 +45109,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45132,7 +45132,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45155,7 +45155,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45178,7 +45178,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45201,7 +45201,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45224,7 +45224,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45247,7 +45247,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45270,7 +45270,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45293,7 +45293,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45316,7 +45316,7 @@ 157.267, "t", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45339,7 +45339,7 @@ 157.267, "h", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45362,7 +45362,7 @@ 157.267, "i", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45385,7 +45385,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45408,7 +45408,7 @@ 157.267, "w", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45431,7 +45431,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45454,7 +45454,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45477,7 +45477,7 @@ 157.267, "k", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45500,7 +45500,7 @@ 157.267, "f", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45523,7 +45523,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45546,7 +45546,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45569,7 +45569,7 @@ 157.267, "p", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45592,7 +45592,7 @@ 157.267, "e", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45615,7 +45615,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45638,7 +45638,7 @@ 157.267, "s", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45661,7 +45661,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45684,7 +45684,7 @@ 157.267, "n", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45707,7 +45707,7 @@ 157.267, "a", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45730,7 +45730,7 @@ 157.267, "l", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45753,7 +45753,7 @@ 157.267, "o", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45776,7 +45776,7 @@ 157.267, "r", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -45799,7 +45799,7 @@ 149.297, "c", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45822,7 +45822,7 @@ 149.297, "l", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45845,7 +45845,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45868,7 +45868,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45891,7 +45891,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45914,7 +45914,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45937,7 +45937,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45960,7 +45960,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -45983,7 +45983,7 @@ 149.297, "m", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46006,7 +46006,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46029,7 +46029,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46052,7 +46052,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46075,7 +46075,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46098,7 +46098,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46121,7 +46121,7 @@ 149.297, "g", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46144,7 +46144,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46167,7 +46167,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46190,7 +46190,7 @@ 149.297, "n", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46213,7 +46213,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46236,7 +46236,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46259,7 +46259,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46282,7 +46282,7 @@ 149.297, "w", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46305,7 +46305,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46328,7 +46328,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46351,7 +46351,7 @@ 149.297, "h", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46374,7 +46374,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46397,7 +46397,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46420,7 +46420,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46443,7 +46443,7 @@ 149.297, "f", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46466,7 +46466,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46489,7 +46489,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46512,7 +46512,7 @@ 149.297, "p", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46535,7 +46535,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46558,7 +46558,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46581,7 +46581,7 @@ 149.297, "v", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46604,7 +46604,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46627,7 +46627,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46650,7 +46650,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46673,7 +46673,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46696,7 +46696,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46719,7 +46719,7 @@ 149.297, "h", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46742,7 +46742,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46765,7 +46765,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46788,7 +46788,7 @@ 149.297, "c", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46811,7 +46811,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46834,7 +46834,7 @@ 149.297, "p", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46857,7 +46857,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46880,7 +46880,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46903,7 +46903,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46926,7 +46926,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46949,7 +46949,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46972,7 +46972,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -46995,7 +46995,7 @@ 149.297, "n", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47018,7 +47018,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47041,7 +47041,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47064,7 +47064,7 @@ 149.297, "m", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47087,7 +47087,7 @@ 149.297, "a", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47110,7 +47110,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47133,7 +47133,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47156,7 +47156,7 @@ 149.297, "o", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47179,7 +47179,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47202,7 +47202,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47225,7 +47225,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47248,7 +47248,7 @@ 149.297, "s", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47271,7 +47271,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47294,7 +47294,7 @@ 149.297, "r", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47317,7 +47317,7 @@ 149.297, "i", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47340,7 +47340,7 @@ 149.297, "b", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47363,7 +47363,7 @@ 149.297, "u", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47386,7 +47386,7 @@ 149.297, "t", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47409,7 +47409,7 @@ 149.297, "e", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47432,7 +47432,7 @@ 149.297, "d", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -47455,7 +47455,7 @@ 141.327, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47478,7 +47478,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47501,7 +47501,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47524,7 +47524,7 @@ 141.327, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47547,7 +47547,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47570,7 +47570,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47593,7 +47593,7 @@ 141.327, "fi", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47616,7 +47616,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47639,7 +47639,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47662,7 +47662,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47685,7 +47685,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47708,7 +47708,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47731,7 +47731,7 @@ 141.327, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47754,7 +47754,7 @@ 141.327, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47777,7 +47777,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47800,7 +47800,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47823,7 +47823,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47846,7 +47846,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47869,7 +47869,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47892,7 +47892,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47915,7 +47915,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47938,7 +47938,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47961,7 +47961,7 @@ 141.327, "v", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -47984,7 +47984,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48007,7 +48007,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48030,7 +48030,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48053,7 +48053,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48076,7 +48076,7 @@ 141.327, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48099,7 +48099,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48122,7 +48122,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48145,7 +48145,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48168,7 +48168,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48191,7 +48191,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48214,7 +48214,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48237,7 +48237,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48260,7 +48260,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48283,7 +48283,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48306,7 +48306,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48329,7 +48329,7 @@ 141.327, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48352,7 +48352,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48375,7 +48375,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48398,7 +48398,7 @@ 141.327, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48421,7 +48421,7 @@ 141.327, "b", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48444,7 +48444,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48467,7 +48467,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48490,7 +48490,7 @@ 141.327, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48513,7 +48513,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48536,7 +48536,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48559,7 +48559,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48582,7 +48582,7 @@ 141.327, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48605,7 +48605,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48628,7 +48628,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48651,7 +48651,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48674,7 +48674,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48697,7 +48697,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48720,7 +48720,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48743,7 +48743,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48766,7 +48766,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48789,7 +48789,7 @@ 141.327, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48812,7 +48812,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48835,7 +48835,7 @@ 141.327, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48858,7 +48858,7 @@ 141.327, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48881,7 +48881,7 @@ 141.327, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48904,7 +48904,7 @@ 141.327, "u", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48927,7 +48927,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48950,7 +48950,7 @@ 141.327, "l", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48973,7 +48973,7 @@ 141.327, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -48996,7 +48996,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49019,7 +49019,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49042,7 +49042,7 @@ 141.327, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49065,7 +49065,7 @@ 141.327, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49088,7 +49088,7 @@ 141.327, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49111,7 +49111,7 @@ 141.327, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49134,7 +49134,7 @@ 141.327, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49157,7 +49157,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49180,7 +49180,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49203,7 +49203,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49226,7 +49226,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49249,7 +49249,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49272,7 +49272,7 @@ 133.357, "fi", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49295,7 +49295,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49318,7 +49318,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49341,7 +49341,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49364,7 +49364,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49387,7 +49387,7 @@ 133.357, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49410,7 +49410,7 @@ 133.357, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49433,7 +49433,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49456,7 +49456,7 @@ 133.357, ".", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49479,7 +49479,7 @@ 133.357, "C", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49502,7 +49502,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49525,7 +49525,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49548,7 +49548,7 @@ 133.357, "y", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49571,7 +49571,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49594,7 +49594,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49617,7 +49617,7 @@ 133.357, "g", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49640,7 +49640,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49663,7 +49663,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49686,7 +49686,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49709,7 +49709,7 @@ 133.357, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49732,7 +49732,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49755,7 +49755,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49778,7 +49778,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49801,7 +49801,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49824,7 +49824,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49847,7 +49847,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49870,7 +49870,7 @@ 133.357, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49893,7 +49893,7 @@ 133.357, "-", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49916,7 +49916,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49939,7 +49939,7 @@ 133.357, "a", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49962,7 +49962,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -49985,7 +49985,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50008,7 +50008,7 @@ 133.357, "y", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50031,7 +50031,7 @@ 133.357, "c", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50054,7 +50054,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50077,7 +50077,7 @@ 133.357, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50100,7 +50100,7 @@ 133.357, "p", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50123,7 +50123,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50146,7 +50146,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50169,7 +50169,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50192,7 +50192,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50215,7 +50215,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50238,7 +50238,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50261,7 +50261,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50284,7 +50284,7 @@ 133.357, "f", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50307,7 +50307,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50330,7 +50330,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50353,7 +50353,7 @@ 133.357, "i", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50376,7 +50376,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50399,7 +50399,7 @@ 133.357, "w", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50422,7 +50422,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50445,7 +50445,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50468,7 +50468,7 @@ 133.357, "k", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50491,7 +50491,7 @@ 133.357, "m", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50514,7 +50514,7 @@ 133.357, "u", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50537,7 +50537,7 @@ 133.357, "s", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50560,7 +50560,7 @@ 133.357, "t", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50583,7 +50583,7 @@ 133.357, "b", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50606,7 +50606,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50629,7 +50629,7 @@ 133.357, "h", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50652,7 +50652,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50675,7 +50675,7 @@ 133.357, "n", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50698,7 +50698,7 @@ 133.357, "o", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50721,7 +50721,7 @@ 133.357, "r", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50744,7 +50744,7 @@ 133.357, "e", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50767,7 +50767,7 @@ 133.357, "d", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50790,7 +50790,7 @@ 133.357, ".", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -50813,7 +50813,7 @@ 125.387, "F", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50836,7 +50836,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50859,7 +50859,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50882,7 +50882,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50905,7 +50905,7 @@ 125.387, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50928,7 +50928,7 @@ 125.387, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50951,7 +50951,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50974,7 +50974,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -50997,7 +50997,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51020,7 +51020,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51043,7 +51043,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51066,7 +51066,7 @@ 125.387, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51089,7 +51089,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51112,7 +51112,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51135,7 +51135,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51158,7 +51158,7 @@ 125.387, ",", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51181,7 +51181,7 @@ 125.387, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51204,7 +51204,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51227,7 +51227,7 @@ 125.387, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51250,7 +51250,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51273,7 +51273,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51296,7 +51296,7 @@ 125.387, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51319,7 +51319,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51342,7 +51342,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51365,7 +51365,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51388,7 +51388,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51411,7 +51411,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51434,7 +51434,7 @@ 125.387, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51457,7 +51457,7 @@ 125.387, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51480,7 +51480,7 @@ 125.387, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51503,7 +51503,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51526,7 +51526,7 @@ 125.387, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51549,7 +51549,7 @@ 125.387, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51572,7 +51572,7 @@ 125.387, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51595,7 +51595,7 @@ 125.387, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51618,7 +51618,7 @@ 125.387, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51641,7 +51641,7 @@ 125.387, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51664,7 +51664,7 @@ 125.387, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51687,7 +51687,7 @@ 125.387, "(", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51710,7 +51710,7 @@ 125.387, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51733,7 +51733,7 @@ 125.387, ")", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -51756,7 +51756,7 @@ 125.387, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52745,7 +52745,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52768,7 +52768,7 @@ 107.853, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52791,7 +52791,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52814,7 +52814,7 @@ 107.853, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52837,7 +52837,7 @@ 107.853, "C", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52860,7 +52860,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52883,7 +52883,7 @@ 107.853, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52906,7 +52906,7 @@ 107.853, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52929,7 +52929,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52952,7 +52952,7 @@ 107.853, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52975,7 +52975,7 @@ 107.853, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -52998,7 +52998,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53021,7 +53021,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53044,7 +53044,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53067,7 +53067,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53090,7 +53090,7 @@ 107.853, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53113,7 +53113,7 @@ 107.853, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53136,7 +53136,7 @@ 107.853, "b", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53159,7 +53159,7 @@ 107.853, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53182,7 +53182,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53205,7 +53205,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53228,7 +53228,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53251,7 +53251,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53274,7 +53274,7 @@ 107.853, "w", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53297,7 +53297,7 @@ 107.853, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53320,7 +53320,7 @@ 107.853, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53343,7 +53343,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53366,7 +53366,7 @@ 107.853, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53389,7 +53389,7 @@ 107.853, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53412,7 +53412,7 @@ 107.853, "u", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53435,7 +53435,7 @@ 107.853, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53458,7 +53458,7 @@ 107.853, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53481,7 +53481,7 @@ 107.853, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53504,7 +53504,7 @@ 107.853, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53527,7 +53527,7 @@ 107.853, "(", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53550,7 +53550,7 @@ 107.853, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53573,7 +53573,7 @@ 107.853, ")", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53596,7 +53596,7 @@ 107.853, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53619,7 +53619,7 @@ 99.882, "A", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53642,7 +53642,7 @@ 99.882, "C", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53665,7 +53665,7 @@ 99.882, "M", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53688,7 +53688,7 @@ 99.882, "I", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53711,7 +53711,7 @@ 99.882, "S", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53734,7 +53734,7 @@ 99.882, "B", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53757,7 +53757,7 @@ 99.882, "N", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53780,7 +53780,7 @@ 99.882, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53803,7 +53803,7 @@ 99.882, "7", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53826,7 +53826,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53849,7 +53849,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53872,7 +53872,7 @@ 99.882, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53895,7 +53895,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53918,7 +53918,7 @@ 99.882, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53941,7 +53941,7 @@ 99.882, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53964,7 +53964,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -53987,7 +53987,7 @@ 99.882, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54010,7 +54010,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54033,7 +54033,7 @@ 99.882, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54056,7 +54056,7 @@ 99.882, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54079,7 +54079,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54102,7 +54102,7 @@ 99.882, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54125,7 +54125,7 @@ 99.882, "-", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54148,7 +54148,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54171,7 +54171,7 @@ 99.882, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54194,7 +54194,7 @@ 99.882, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54217,7 +54217,7 @@ 99.882, "2", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54240,7 +54240,7 @@ 99.882, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54263,7 +54263,7 @@ 99.882, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54286,7 +54286,7 @@ 99.882, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54309,7 +54309,7 @@ 99.882, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54332,7 +54332,7 @@ 91.912, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54355,7 +54355,7 @@ 91.912, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54378,7 +54378,7 @@ 91.912, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54401,7 +54401,7 @@ 91.912, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54424,7 +54424,7 @@ 91.912, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54447,7 +54447,7 @@ 91.912, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54470,7 +54470,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54493,7 +54493,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54516,7 +54516,7 @@ 91.912, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54539,7 +54539,7 @@ 91.912, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54562,7 +54562,7 @@ 91.912, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54585,7 +54585,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54608,7 +54608,7 @@ 91.912, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54631,7 +54631,7 @@ 91.912, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54654,7 +54654,7 @@ 91.912, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54677,7 +54677,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54700,7 +54700,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54723,7 +54723,7 @@ 91.912, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54746,7 +54746,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54769,7 +54769,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54792,7 +54792,7 @@ 91.912, "1", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54815,7 +54815,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54838,7 +54838,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54861,7 +54861,7 @@ 91.912, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54884,7 +54884,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54907,7 +54907,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54930,7 +54930,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54953,7 +54953,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54976,7 +54976,7 @@ 91.912, "6", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -54999,7 +54999,7 @@ 91.912, "7", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55022,7 +55022,7 @@ 91.912, "8", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55045,7 +55045,7 @@ 91.912, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55068,7 +55068,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55091,7 +55091,7 @@ 91.912, "5", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55114,7 +55114,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55137,7 +55137,7 @@ 91.912, "9", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55160,7 +55160,7 @@ 91.912, "0", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55183,7 +55183,7 @@ 91.912, "4", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55206,7 +55206,7 @@ 91.912, "3", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -55227,7 +55227,7 @@ 439.734, 327.87, 439.734, - "1", + "!", -1, 0.612, "", @@ -55250,7 +55250,7 @@ 439.734, 329.141, 439.734, - "3", + "\"", -1, 0.612, "", @@ -55273,7 +55273,7 @@ 460.039, 327.83, 460.039, - "U", + "#", -1, 0.489, "", @@ -55296,7 +55296,7 @@ 460.039, 328.992, 460.039, - "S", + "$", -1, 0.489, "", @@ -55319,7 +55319,7 @@ 460.039, 330.007, 460.039, - "I", + "%", -1, 0.489, "", @@ -55342,7 +55342,7 @@ 460.039, 330.789, 460.039, - "N", + "&", -1, 0.489, "", @@ -55365,7 +55365,7 @@ 460.039, 332.0, 460.039, - "G", + "'", -1, 0.489, "", @@ -55388,7 +55388,7 @@ 460.039, 333.161, 460.039, - " ", + "(", -1, 0.489, "", @@ -55411,7 +55411,7 @@ 460.039, 333.65, 460.039, - "T", + ")", -1, 0.489, "", @@ -55434,7 +55434,7 @@ 460.039, 334.626, 460.039, - "H", + "*", -1, 0.489, "", @@ -55457,7 +55457,7 @@ 460.039, 335.823, 460.039, - "E", + "+", -1, 0.489, "", @@ -55480,7 +55480,7 @@ 460.039, 336.8, 460.039, - " ", + "(", -1, 0.489, "", @@ -55503,7 +55503,7 @@ 460.039, 337.289, 460.039, - "V", + ",", -1, 0.489, "", @@ -55526,7 +55526,7 @@ 460.039, 338.382, 460.039, - "E", + "+", -1, 0.489, "", @@ -55549,7 +55549,7 @@ 460.039, 339.36, 460.039, - "R", + "-", -1, 0.489, "", @@ -55572,7 +55572,7 @@ 460.039, 340.478, 460.039, - "T", + ")", -1, 0.489, "", @@ -55595,7 +55595,7 @@ 460.039, 341.454, 460.039, - "I", + "%", -1, 0.489, "", @@ -55618,7 +55618,7 @@ 460.039, 342.235, 460.039, - "C", + ".", -1, 0.489, "", @@ -55641,7 +55641,7 @@ 460.039, 343.271, 460.039, - "A", + "/", -1, 0.489, "", @@ -55664,7 +55664,7 @@ 460.039, 344.381, 460.039, - "L", + "0", -1, 0.489, "", @@ -55687,7 +55687,7 @@ 460.039, 345.292, 460.039, - " ", + "(", -1, 0.489, "", @@ -55710,7 +55710,7 @@ 460.039, 345.782, 460.039, - "T", + ")", -1, 0.489, "", @@ -55733,7 +55733,7 @@ 460.039, 346.757, 460.039, - "U", + "#", -1, 0.489, "", @@ -55756,7 +55756,7 @@ 460.039, 347.919, 460.039, - "B", + "1", -1, 0.489, "", @@ -55779,7 +55779,7 @@ 460.039, 349.009, 460.039, - "E", + "+", -1, 0.489, "", @@ -55802,7 +55802,7 @@ 460.039, 349.986, 460.039, - " ", + "(", -1, 0.489, "", @@ -55825,7 +55825,7 @@ 460.039, 350.474, 460.039, - "-", + "2", -1, 0.489, "", @@ -55848,7 +55848,7 @@ 458.429, 327.83, 458.429, - "M", + "3", -1, 0.489, "", @@ -55871,7 +55871,7 @@ 458.429, 329.186, 458.429, - "O", + "4", -1, 0.489, "", @@ -55894,7 +55894,7 @@ 458.429, 330.402, 458.429, - "D", + "5", -1, 0.489, "", @@ -55917,7 +55917,7 @@ 458.429, 331.59, 458.429, - "E", + "+", -1, 0.489, "", @@ -55940,7 +55940,7 @@ 458.429, 332.567, 458.429, - "L", + "0", -1, 0.489, "", @@ -55963,7 +55963,7 @@ 458.429, 333.478, 458.429, - "S", + "$", -1, 0.489, "", @@ -55986,7 +55986,7 @@ 458.429, 334.494, 458.429, - " ", + "(", -1, 0.489, "", @@ -56009,7 +56009,7 @@ 458.429, 334.983, 458.429, - "A", + "/", -1, 0.489, "", @@ -56032,7 +56032,7 @@ 458.429, 336.093, 458.429, - "Y", + "6", -1, 0.489, "", @@ -56055,7 +56055,7 @@ 458.429, 337.148, 458.429, - "1", + "!", -1, 0.489, "", @@ -56078,7 +56078,7 @@ 458.429, 338.165, 458.429, - "1", + "!", -1, 0.489, "", @@ -56101,7 +56101,7 @@ 458.429, 339.182, 458.429, - "2", + "7", -1, 0.489, "", @@ -56124,7 +56124,7 @@ 458.429, 340.199, 458.429, - "3", + "\"", -1, 0.489, "", @@ -56147,7 +56147,7 @@ 458.429, 341.217, 458.429, - "0", + "8", -1, 0.489, "", @@ -56170,7 +56170,7 @@ 458.429, 342.234, 458.429, - "/", + "9", -1, 0.489, "", @@ -56193,7 +56193,7 @@ 458.429, 343.219, 458.429, - "1", + "!", -1, 0.489, "", @@ -56216,7 +56216,7 @@ 458.429, 344.237, 458.429, - "1", + "!", -1, 0.489, "", @@ -56239,7 +56239,7 @@ 458.429, 345.254, 458.429, - "2", + "7", -1, 0.489, "", @@ -56262,7 +56262,7 @@ 458.429, 346.271, 458.429, - "3", + "\"", -1, 0.489, "", @@ -56285,7 +56285,7 @@ 458.429, 347.288, 458.429, - "4", + ":", -1, 0.489, "", @@ -56308,7 +56308,7 @@ 455.256, 327.83, 455.256, - "1", + "!", -1, 0.441, "", @@ -56331,7 +56331,7 @@ 455.256, 328.626, 455.256, - ".", + "\"", -1, 0.441, "", @@ -56354,7 +56354,7 @@ 455.256, 329.082, 455.256, - " ", + "#", -1, 0.441, "", @@ -56377,7 +56377,7 @@ 455.256, 329.523, 455.256, - "T", + "$", -1, 0.441, "", @@ -56400,7 +56400,7 @@ 455.256, 330.294, 455.256, - "h", + "%", -1, 0.441, "", @@ -56423,7 +56423,7 @@ 455.256, 331.086, 455.256, - "e", + "&", -1, 0.441, "", @@ -56446,7 +56446,7 @@ 455.256, 331.832, 455.256, - " ", + "#", -1, 0.441, "", @@ -56469,7 +56469,7 @@ 455.256, 332.27, 455.256, - "v", + "'", -1, 0.441, "", @@ -56492,7 +56492,7 @@ 455.256, 333.01, 455.256, - "e", + "&", -1, 0.441, "", @@ -56515,7 +56515,7 @@ 455.256, 333.756, 455.256, - "r", + "(", -1, 0.441, "", @@ -56538,7 +56538,7 @@ 455.256, 334.291, 455.256, - "t", + ")", -1, 0.441, "", @@ -56561,7 +56561,7 @@ 455.256, 334.784, 455.256, - "i", + "*", -1, 0.441, "", @@ -56584,7 +56584,7 @@ 455.256, 335.127, 455.256, - "c", + "+", -1, 0.441, "", @@ -56607,7 +56607,7 @@ 455.256, 335.778, 455.256, - "a", + ",", -1, 0.441, "", @@ -56630,7 +56630,7 @@ 455.256, 336.53, 455.256, - "l", + "-", -1, 0.441, "", @@ -56653,7 +56653,7 @@ 455.256, 336.873, 455.256, - " ", + "#", -1, 0.441, "", @@ -56676,7 +56676,7 @@ 455.256, 337.314, 455.256, - "t", + ")", -1, 0.441, "", @@ -56699,7 +56699,7 @@ 455.256, 337.806, 455.256, - "u", + ".", -1, 0.441, "", @@ -56722,7 +56722,7 @@ 455.256, 338.597, 455.256, - "b", + "/", -1, 0.441, "", @@ -56745,7 +56745,7 @@ 455.256, 339.377, 455.256, - "e", + "&", -1, 0.441, "", @@ -56768,7 +56768,7 @@ 455.256, 340.123, 455.256, - " ", + "#", -1, 0.441, "", @@ -56791,7 +56791,7 @@ 455.256, 340.562, 455.256, - "c", + "+", -1, 0.441, "", @@ -56814,7 +56814,7 @@ 455.256, 341.213, 455.256, - "a", + ",", -1, 0.441, "", @@ -56837,7 +56837,7 @@ 455.256, 341.964, 455.256, - "n", + "0", -1, 0.441, "", @@ -56860,7 +56860,7 @@ 455.256, 342.755, 455.256, - " ", + "#", -1, 0.441, "", @@ -56883,7 +56883,7 @@ 455.256, 343.196, 455.256, - "b", + "/", -1, 0.441, "", @@ -56906,7 +56906,7 @@ 455.256, 343.976, 455.256, - "e", + "&", -1, 0.441, "", @@ -56929,7 +56929,7 @@ 455.256, 344.719, 455.256, - " ", + "#", -1, 0.441, "", @@ -56952,7 +56952,7 @@ 455.256, 345.16, 455.256, - "u", + ".", -1, 0.441, "", @@ -56975,7 +56975,7 @@ 455.256, 345.951, 455.256, - "s", + "1", -1, 0.441, "", @@ -56998,7 +56998,7 @@ 455.256, 346.602, 455.256, - "e", + "&", -1, 0.441, "", @@ -57021,7 +57021,7 @@ 455.256, 347.347, 455.256, - "d", + "2", -1, 0.441, "", @@ -57044,7 +57044,7 @@ 455.256, 348.127, 455.256, - " ", + "#", -1, 0.441, "", @@ -57067,7 +57067,7 @@ 455.256, 348.568, 455.256, - "f", + "3", -1, 0.441, "", @@ -57090,7 +57090,7 @@ 455.256, 349.008, 455.256, - "o", + "4", -1, 0.441, "", @@ -57113,7 +57113,7 @@ 455.256, 349.768, 455.256, - "r", + "(", -1, 0.441, "", @@ -57136,7 +57136,7 @@ 455.256, 350.303, 455.256, - " ", + "#", -1, 0.441, "", @@ -57159,7 +57159,7 @@ 453.825, 327.83, 453.825, - " ", + "#", -1, 0.441, "", @@ -57182,7 +57182,7 @@ 453.825, 334.268, 453.825, - " ", + "#", -1, 0.441, "", @@ -57205,7 +57205,7 @@ 453.825, 328.651, 453.825, - " ", + "#", -1, 0.441, "", @@ -57228,7 +57228,7 @@ 453.825, 329.533, 453.825, - "i", + "*", -1, 0.441, "", @@ -57251,7 +57251,7 @@ 453.825, 329.876, 453.825, - "n", + "0", -1, 0.441, "", @@ -57274,7 +57274,7 @@ 453.825, 330.668, 453.825, - "s", + "1", -1, 0.441, "", @@ -57297,7 +57297,7 @@ 453.825, 331.32, 453.825, - "t", + ")", -1, 0.441, "", @@ -57320,7 +57320,7 @@ 453.825, 331.813, 453.825, - "r", + "(", -1, 0.441, "", @@ -57343,7 +57343,7 @@ 453.825, 332.348, 453.825, - "u", + ".", -1, 0.441, "", @@ -57366,7 +57366,7 @@ 453.825, 333.14, 453.825, - "c", + "+", -1, 0.441, "", @@ -57389,7 +57389,7 @@ 453.825, 333.792, 453.825, - "t", + ")", -1, 0.441, "", @@ -57412,7 +57412,7 @@ 453.825, 334.286, 453.825, - "i", + "*", -1, 0.441, "", @@ -57435,7 +57435,7 @@ 453.825, 334.629, 453.825, - "o", + "4", -1, 0.441, "", @@ -57458,7 +57458,7 @@ 453.825, 335.388, 453.825, - "n", + "0", -1, 0.441, "", @@ -57481,7 +57481,7 @@ 453.825, 336.181, 453.825, - "a", + ",", -1, 0.441, "", @@ -57504,7 +57504,7 @@ 453.825, 336.933, 453.825, - "l", + "-", -1, 0.441, "", @@ -57527,7 +57527,7 @@ 453.825, 337.276, 453.825, - " ", + "#", -1, 0.441, "", @@ -57550,7 +57550,7 @@ 453.825, 337.717, 453.825, - "v", + "'", -1, 0.441, "", @@ -57573,7 +57573,7 @@ 453.825, 338.458, 453.825, - "i", + "*", -1, 0.441, "", @@ -57596,7 +57596,7 @@ 453.825, 338.801, 453.825, - "e", + "&", -1, 0.441, "", @@ -57619,7 +57619,7 @@ 453.825, 339.547, 453.825, - "w", + "5", -1, 0.441, "", @@ -57642,7 +57642,7 @@ 453.825, 340.571, 453.825, - "i", + "*", -1, 0.441, "", @@ -57665,7 +57665,7 @@ 453.825, 340.914, 453.825, - "n", + "0", -1, 0.441, "", @@ -57688,7 +57688,7 @@ 453.825, 341.706, 453.825, - "g", + "6", -1, 0.441, "", @@ -57711,7 +57711,7 @@ 453.825, 342.486, 453.825, - " ", + "#", -1, 0.441, "", @@ -57734,7 +57734,7 @@ 453.825, 342.927, 453.825, - "o", + "4", -1, 0.441, "", @@ -57757,7 +57757,7 @@ 453.825, 343.687, 453.825, - "r", + "(", -1, 0.441, "", @@ -57780,7 +57780,7 @@ 453.825, 344.221, 453.825, - " ", + "#", -1, 0.441, "", @@ -57803,7 +57803,7 @@ 453.825, 344.662, 453.825, - "t", + ")", -1, 0.441, "", @@ -57826,7 +57826,7 @@ 453.825, 345.155, 453.825, - "o", + "4", -1, 0.441, "", @@ -57849,7 +57849,7 @@ 453.825, 345.915, 453.825, - " ", + "#", -1, 0.441, "", @@ -57872,7 +57872,7 @@ 453.825, 346.356, 453.825, - "p", + "7", -1, 0.441, "", @@ -57895,7 +57895,7 @@ 453.825, 347.135, 453.825, - "h", + "%", -1, 0.441, "", @@ -57918,7 +57918,7 @@ 453.825, 347.928, 453.825, - "o", + "4", -1, 0.441, "", @@ -57941,7 +57941,7 @@ 453.825, 348.688, 453.825, - "t", + ")", -1, 0.441, "", @@ -57964,7 +57964,7 @@ 453.825, 349.181, 453.825, - "o", + "4", -1, 0.441, "", @@ -57987,7 +57987,7 @@ 453.825, 349.941, 453.825, - "g", + "6", -1, 0.441, "", @@ -58010,7 +58010,7 @@ 453.825, 350.721, 453.825, - "r", + "(", -1, 0.441, "", @@ -58033,7 +58033,7 @@ 453.825, 351.255, 453.825, - "a", + ",", -1, 0.441, "", @@ -58056,7 +58056,7 @@ 453.825, 352.008, 453.825, - "p", + "7", -1, 0.441, "", @@ -58079,7 +58079,7 @@ 453.825, 352.787, 453.825, - "h", + "%", -1, 0.441, "", @@ -58102,7 +58102,7 @@ 453.825, 352.409, 453.825, - " ", + "#", -1, 0.441, "", @@ -58125,7 +58125,7 @@ 452.393, 327.771, 452.393, - " ", + "#", -1, 0.441, "", @@ -58148,7 +58148,7 @@ 452.393, 328.652, 452.393, - " ", + "#", -1, 0.441, "", @@ -58171,7 +58171,7 @@ 452.393, 329.534, 452.393, - "t", + ")", -1, 0.441, "", @@ -58194,7 +58194,7 @@ 452.393, 330.027, 452.393, - "h", + "%", -1, 0.441, "", @@ -58217,7 +58217,7 @@ 452.393, 330.819, 452.393, - "e", + "&", -1, 0.441, "", @@ -58240,7 +58240,7 @@ 452.393, 331.565, 452.393, - " ", + "#", -1, 0.441, "", @@ -58263,7 +58263,7 @@ 452.393, 332.006, 452.393, - "i", + "*", -1, 0.441, "", @@ -58286,7 +58286,7 @@ 452.393, 332.349, 452.393, - "m", + "8", -1, 0.441, "", @@ -58309,7 +58309,7 @@ 452.393, 333.567, 452.393, - "a", + ",", -1, 0.441, "", @@ -58332,7 +58332,7 @@ 452.393, 334.319, 452.393, - "g", + "6", -1, 0.441, "", @@ -58355,7 +58355,7 @@ 452.393, 335.099, 452.393, - "e", + "&", -1, 0.441, "", @@ -58378,7 +58378,7 @@ 452.393, 335.845, 452.393, - " ", + "#", -1, 0.441, "", @@ -58401,7 +58401,7 @@ 452.393, 336.286, 452.393, - "w", + "5", -1, 0.441, "", @@ -58424,7 +58424,7 @@ 452.393, 337.31, 452.393, - "i", + "*", -1, 0.441, "", @@ -58447,7 +58447,7 @@ 452.393, 337.653, 452.393, - "t", + ")", -1, 0.441, "", @@ -58470,7 +58470,7 @@ 452.393, 338.146, 452.393, - "h", + "%", -1, 0.441, "", @@ -58493,7 +58493,7 @@ 452.393, 338.939, 452.393, - " ", + "#", -1, 0.441, "", @@ -58516,7 +58516,7 @@ 452.393, 339.379, 452.393, - "a", + ",", -1, 0.441, "", @@ -58539,7 +58539,7 @@ 452.393, 340.132, 452.393, - " ", + "#", -1, 0.441, "", @@ -58562,7 +58562,7 @@ 452.393, 340.572, 452.393, - "d", + "2", -1, 0.441, "", @@ -58585,7 +58585,7 @@ 452.393, 341.352, 452.393, - "i", + "*", -1, 0.441, "", @@ -58608,7 +58608,7 @@ 452.393, 341.695, 452.393, - "g", + "6", -1, 0.441, "", @@ -58631,7 +58631,7 @@ 452.393, 342.475, 452.393, - "i", + "*", -1, 0.441, "", @@ -58654,7 +58654,7 @@ 452.393, 342.818, 452.393, - "t", + ")", -1, 0.441, "", @@ -58677,7 +58677,7 @@ 452.393, 343.311, 452.393, - "a", + ",", -1, 0.441, "", @@ -58700,7 +58700,7 @@ 452.393, 344.064, 452.393, - "l", + "-", -1, 0.441, "", @@ -58723,7 +58723,7 @@ 452.393, 344.407, 452.393, - " ", + "#", -1, 0.441, "", @@ -58746,7 +58746,7 @@ 452.393, 344.847, 452.393, - "c", + "+", -1, 0.441, "", @@ -58769,7 +58769,7 @@ 452.393, 345.499, 452.393, - "a", + ",", -1, 0.441, "", @@ -58792,7 +58792,7 @@ 452.393, 346.252, 452.393, - "m", + "8", -1, 0.441, "", @@ -58815,7 +58815,7 @@ 452.393, 347.47, 452.393, - "e", + "&", -1, 0.441, "", @@ -58838,7 +58838,7 @@ 452.393, 348.216, 452.393, - "r", + "(", -1, 0.441, "", @@ -58861,7 +58861,7 @@ 452.393, 348.75, 452.393, - "a", + ",", -1, 0.441, "", @@ -58884,7 +58884,7 @@ 452.393, 349.503, 452.393, - " ", + "#", -1, 0.441, "", @@ -58907,7 +58907,7 @@ 452.393, 349.943, 452.393, - "o", + "4", -1, 0.441, "", @@ -58930,7 +58930,7 @@ 452.393, 350.703, 452.393, - "r", + "(", -1, 0.441, "", @@ -58953,7 +58953,7 @@ 452.393, 351.238, 452.393, - " ", + "#", -1, 0.441, "", @@ -58976,7 +58976,7 @@ 452.393, 351.678, 452.393, - "a", + ",", -1, 0.441, "", @@ -58999,7 +58999,7 @@ 450.962, 340.706, 450.962, - " ", + "#", -1, 0.441, "", @@ -59022,7 +59022,7 @@ 450.962, 347.144, 450.962, - " ", + "#", -1, 0.441, "", @@ -59045,7 +59045,7 @@ 450.962, 328.152, 450.962, - " ", + "#", -1, 0.441, "", @@ -59068,7 +59068,7 @@ 450.962, 329.033, 450.962, - " ", + "#", -1, 0.441, "", @@ -59091,7 +59091,7 @@ 450.962, 329.474, 450.962, - "m", + "8", -1, 0.441, "", @@ -59114,7 +59114,7 @@ 450.962, 330.692, 450.962, - "i", + "*", -1, 0.441, "", @@ -59137,7 +59137,7 @@ 450.962, 331.035, 450.962, - "c", + "+", -1, 0.441, "", @@ -59160,7 +59160,7 @@ 450.962, 331.687, 450.962, - "r", + "(", -1, 0.441, "", @@ -59183,7 +59183,7 @@ 450.962, 332.221, 450.962, - "o", + "4", -1, 0.441, "", @@ -59206,7 +59206,7 @@ 450.962, 332.981, 450.962, - " ", + "#", -1, 0.441, "", @@ -59229,7 +59229,7 @@ 450.962, 333.422, 450.962, - "T", + "$", -1, 0.441, "", @@ -59252,7 +59252,7 @@ 450.962, 334.193, 450.962, - "V", + "9", -1, 0.441, "", @@ -59275,7 +59275,7 @@ 450.962, 335.049, 450.962, - " ", + "#", -1, 0.441, "", @@ -59298,7 +59298,7 @@ 450.962, 335.49, 450.962, - "u", + ".", -1, 0.441, "", @@ -59321,7 +59321,7 @@ 450.962, 336.282, 450.962, - "n", + "0", -1, 0.441, "", @@ -59344,7 +59344,7 @@ 450.962, 337.075, 450.962, - "i", + "*", -1, 0.441, "", @@ -59367,7 +59367,7 @@ 450.962, 337.418, 450.962, - "t", + ")", -1, 0.441, "", @@ -59390,7 +59390,7 @@ 450.962, 354.48, 450.962, - " ", + "#", -1, 0.441, "", @@ -59413,7 +59413,7 @@ 449.47, 327.831, 449.47, - "2", + ":", -1, 0.441, "", @@ -59436,7 +59436,7 @@ 449.47, 328.627, 449.47, - ".", + "\"", -1, 0.441, "", @@ -59459,7 +59459,7 @@ 449.47, 329.083, 449.47, - " ", + "#", -1, 0.441, "", @@ -59482,7 +59482,7 @@ 449.47, 329.524, 449.47, - "L", + ";", -1, 0.441, "", @@ -59505,7 +59505,7 @@ 449.47, 330.221, 449.47, - "o", + "4", -1, 0.441, "", @@ -59528,7 +59528,7 @@ 449.47, 330.981, 449.47, - "o", + "4", -1, 0.441, "", @@ -59551,7 +59551,7 @@ 449.47, 331.741, 449.47, - "s", + "1", -1, 0.441, "", @@ -59574,7 +59574,7 @@ 449.47, 332.393, 449.47, - "e", + "&", -1, 0.441, "", @@ -59597,7 +59597,7 @@ 449.47, 333.139, 449.47, - "n", + "0", -1, 0.441, "", @@ -59620,7 +59620,7 @@ 449.47, 333.931, 449.47, - " ", + "#", -1, 0.441, "", @@ -59643,7 +59643,7 @@ 449.47, 334.372, 449.47, - "t", + ")", -1, 0.441, "", @@ -59666,7 +59666,7 @@ 449.47, 334.865, 449.47, - "h", + "%", -1, 0.441, "", @@ -59689,7 +59689,7 @@ 449.47, 335.658, 449.47, - "e", + "&", -1, 0.441, "", @@ -59712,7 +59712,7 @@ 449.47, 336.404, 449.47, - " ", + "#", -1, 0.441, "", @@ -59735,7 +59735,7 @@ 449.47, 336.844, 449.47, - "r", + "(", -1, 0.441, "", @@ -59758,7 +59758,7 @@ 449.47, 337.379, 449.47, - "e", + "&", -1, 0.441, "", @@ -59781,7 +59781,7 @@ 449.47, 338.125, 449.47, - "t", + ")", -1, 0.441, "", @@ -59804,7 +59804,7 @@ 449.47, 338.618, 449.47, - "e", + "&", -1, 0.441, "", @@ -59827,7 +59827,7 @@ 449.47, 339.364, 449.47, - "n", + "0", -1, 0.441, "", @@ -59850,7 +59850,7 @@ 449.47, 340.157, 449.47, - "t", + ")", -1, 0.441, "", @@ -59873,7 +59873,7 @@ 449.47, 340.65, 449.47, - "i", + "*", -1, 0.441, "", @@ -59896,7 +59896,7 @@ 449.47, 340.993, 449.47, - "o", + "4", -1, 0.441, "", @@ -59919,7 +59919,7 @@ 449.47, 341.753, 449.47, - "n", + "0", -1, 0.441, "", @@ -59942,7 +59942,7 @@ 449.47, 342.545, 449.47, - " ", + "#", -1, 0.441, "", @@ -59965,7 +59965,7 @@ 449.47, 342.986, 449.47, - "s", + "1", -1, 0.441, "", @@ -59988,7 +59988,7 @@ 449.47, 343.638, 449.47, - "c", + "+", -1, 0.441, "", @@ -60011,7 +60011,7 @@ 449.47, 344.29, 449.47, - "r", + "(", -1, 0.441, "", @@ -60034,7 +60034,7 @@ 449.47, 344.825, 449.47, - "e", + "&", -1, 0.441, "", @@ -60057,7 +60057,7 @@ 449.47, 345.571, 449.47, - "w", + "5", -1, 0.441, "", @@ -60080,7 +60080,7 @@ 449.47, 346.546, 449.47, - ",", + "<", -1, 0.441, "", @@ -60103,7 +60103,7 @@ 449.47, 347.002, 449.47, - " ", + "#", -1, 0.441, "", @@ -60126,7 +60126,7 @@ 449.47, 347.442, 449.47, - "t", + ")", -1, 0.441, "", @@ -60149,7 +60149,7 @@ 449.47, 347.935, 449.47, - "h", + "%", -1, 0.441, "", @@ -60172,7 +60172,7 @@ 449.47, 348.728, 449.47, - "e", + "&", -1, 0.441, "", @@ -60195,7 +60195,7 @@ 449.47, 349.474, 449.47, - "n", + "0", -1, 0.441, "", @@ -60218,7 +60218,7 @@ 449.47, 350.266, 449.47, - " ", + "#", -1, 0.441, "", @@ -60241,7 +60241,7 @@ 449.47, 350.707, 449.47, - "r", + "(", -1, 0.441, "", @@ -60264,7 +60264,7 @@ 449.47, 351.241, 449.47, - "o", + "4", -1, 0.441, "", @@ -60287,7 +60287,7 @@ 449.47, 352.001, 449.47, - "t", + ")", -1, 0.441, "", @@ -60310,7 +60310,7 @@ 449.47, 352.494, 449.47, - "a", + ",", -1, 0.441, "", @@ -60333,7 +60333,7 @@ 449.47, 353.247, 449.47, - "t", + ")", -1, 0.441, "", @@ -60356,7 +60356,7 @@ 449.47, 353.74, 449.47, - "e", + "&", -1, 0.441, "", @@ -60379,7 +60379,7 @@ 449.47, 354.486, 449.47, - " ", + "#", -1, 0.441, "", @@ -60402,7 +60402,7 @@ 448.099, 354.923, 448.099, - " ", + "#", -1, 0.441, "", @@ -60425,7 +60425,7 @@ 448.039, 327.831, 448.039, - " ", + "#", -1, 0.441, "", @@ -60448,7 +60448,7 @@ 448.039, 328.713, 448.039, - " ", + "#", -1, 0.441, "", @@ -60471,7 +60471,7 @@ 448.039, 329.594, 448.039, - "t", + ")", -1, 0.441, "", @@ -60494,7 +60494,7 @@ 448.039, 330.087, 448.039, - "h", + "%", -1, 0.441, "", @@ -60517,7 +60517,7 @@ 448.039, 330.879, 448.039, - "e", + "&", -1, 0.441, "", @@ -60540,7 +60540,7 @@ 448.039, 331.626, 448.039, - " ", + "#", -1, 0.441, "", @@ -60563,7 +60563,7 @@ 448.039, 332.066, 448.039, - "a", + ",", -1, 0.441, "", @@ -60586,7 +60586,7 @@ 448.039, 332.819, 448.039, - "d", + "2", -1, 0.441, "", @@ -60609,7 +60609,7 @@ 448.039, 333.598, 448.039, - "j", + "=", -1, 0.441, "", @@ -60632,7 +60632,7 @@ 448.039, 334.029, 448.039, - "u", + ".", -1, 0.441, "", @@ -60655,7 +60655,7 @@ 448.039, 334.821, 448.039, - "s", + "1", -1, 0.441, "", @@ -60678,7 +60678,7 @@ 448.039, 335.474, 448.039, - "t", + ")", -1, 0.441, "", @@ -60701,7 +60701,7 @@ 448.039, 335.967, 448.039, - "m", + "8", -1, 0.441, "", @@ -60724,7 +60724,7 @@ 448.039, 337.185, 448.039, - "e", + "&", -1, 0.441, "", @@ -60747,7 +60747,7 @@ 448.039, 337.931, 448.039, - "n", + "0", -1, 0.441, "", @@ -60770,7 +60770,7 @@ 448.039, 338.723, 448.039, - "t", + ")", -1, 0.441, "", @@ -60793,7 +60793,7 @@ 448.039, 339.217, 448.039, - " ", + "#", -1, 0.441, "", @@ -60816,7 +60816,7 @@ 448.039, 339.657, 448.039, - "r", + "(", -1, 0.441, "", @@ -60839,7 +60839,7 @@ 448.039, 340.192, 448.039, - "i", + "*", -1, 0.441, "", @@ -60862,7 +60862,7 @@ 448.039, 340.535, 448.039, - "n", + "0", -1, 0.441, "", @@ -60885,7 +60885,7 @@ 448.039, 341.327, 448.039, - "g", + "6", -1, 0.441, "", @@ -60908,7 +60908,7 @@ 448.039, 342.107, 448.039, - " ", + "#", -1, 0.441, "", @@ -60931,7 +60931,7 @@ 448.039, 342.548, 448.039, - "t", + ")", -1, 0.441, "", @@ -60954,7 +60954,7 @@ 448.039, 343.041, 448.039, - "o", + "4", -1, 0.441, "", @@ -60977,7 +60977,7 @@ 448.039, 343.801, 448.039, - " ", + "#", -1, 0.441, "", @@ -61000,7 +61000,7 @@ 448.039, 344.241, 448.039, - "c", + "+", -1, 0.441, "", @@ -61023,7 +61023,7 @@ 448.039, 344.893, 448.039, - "h", + "%", -1, 0.441, "", @@ -61046,7 +61046,7 @@ 448.039, 345.686, 448.039, - "a", + ",", -1, 0.441, "", @@ -61069,7 +61069,7 @@ 448.039, 346.438, 448.039, - "n", + "0", -1, 0.441, "", @@ -61092,7 +61092,7 @@ 448.039, 347.231, 448.039, - "g", + "6", -1, 0.441, "", @@ -61115,7 +61115,7 @@ 448.039, 348.01, 448.039, - "e", + "&", -1, 0.441, "", @@ -61138,7 +61138,7 @@ 448.039, 348.757, 448.039, - " ", + "#", -1, 0.441, "", @@ -61161,7 +61161,7 @@ 448.039, 349.197, 448.039, - "t", + ")", -1, 0.441, "", @@ -61184,7 +61184,7 @@ 448.039, 349.69, 448.039, - "h", + "%", -1, 0.441, "", @@ -61207,7 +61207,7 @@ 448.039, 350.483, 448.039, - "e", + "&", -1, 0.441, "", @@ -61230,7 +61230,7 @@ 448.039, 351.229, 448.039, - " ", + "#", -1, 0.441, "", @@ -61253,7 +61253,7 @@ 446.667, 351.661, 446.667, - " ", + "#", -1, 0.441, "", @@ -61276,7 +61276,7 @@ 445.236, 327.831, 445.236, - " ", + "#", -1, 0.441, "", @@ -61299,7 +61299,7 @@ 445.236, 334.269, 445.236, - " ", + "#", -1, 0.441, "", @@ -61322,7 +61322,7 @@ 446.607, 328.212, 446.607, - " ", + "#", -1, 0.441, "", @@ -61345,7 +61345,7 @@ 446.607, 329.093, 446.607, - " ", + "#", -1, 0.441, "", @@ -61368,7 +61368,7 @@ 446.607, 329.534, 446.607, - "l", + "-", -1, 0.441, "", @@ -61391,7 +61391,7 @@ 446.607, 329.877, 446.607, - "e", + "&", -1, 0.441, "", @@ -61414,7 +61414,7 @@ 446.607, 330.622, 446.607, - "n", + "0", -1, 0.441, "", @@ -61437,7 +61437,7 @@ 446.607, 331.413, 446.607, - "g", + "6", -1, 0.441, "", @@ -61460,7 +61460,7 @@ 446.607, 332.193, 446.607, - "t", + ")", -1, 0.441, "", @@ -61483,7 +61483,7 @@ 446.607, 332.685, 446.607, - "h", + "%", -1, 0.441, "", @@ -61506,7 +61506,7 @@ 446.607, 333.477, 446.607, - " ", + "#", -1, 0.441, "", @@ -61529,7 +61529,7 @@ 446.607, 333.918, 446.607, - "o", + "4", -1, 0.441, "", @@ -61552,7 +61552,7 @@ 446.607, 334.677, 446.607, - "f", + "3", -1, 0.441, "", @@ -61575,7 +61575,7 @@ 446.607, 335.118, 446.607, - " ", + "#", -1, 0.441, "", @@ -61598,7 +61598,7 @@ 446.607, 335.556, 446.607, - "t", + ")", -1, 0.441, "", @@ -61621,7 +61621,7 @@ 446.607, 336.048, 446.607, - "h", + "%", -1, 0.441, "", @@ -61644,7 +61644,7 @@ 446.607, 336.841, 446.607, - "e", + "&", -1, 0.441, "", @@ -61667,7 +61667,7 @@ 446.607, 337.587, 446.607, - " ", + "#", -1, 0.441, "", @@ -61690,7 +61690,7 @@ 446.607, 338.026, 446.607, - "v", + "'", -1, 0.441, "", @@ -61713,7 +61713,7 @@ 446.607, 338.766, 446.607, - "e", + "&", -1, 0.441, "", @@ -61736,7 +61736,7 @@ 446.607, 339.511, 446.607, - "r", + "(", -1, 0.441, "", @@ -61759,7 +61759,7 @@ 446.607, 340.045, 446.607, - "t", + ")", -1, 0.441, "", @@ -61782,7 +61782,7 @@ 446.607, 340.536, 446.607, - "i", + "*", -1, 0.441, "", @@ -61805,7 +61805,7 @@ 446.607, 340.879, 446.607, - "c", + "+", -1, 0.441, "", @@ -61828,7 +61828,7 @@ 446.607, 341.531, 446.607, - "a", + ",", -1, 0.441, "", @@ -61851,7 +61851,7 @@ 446.607, 342.282, 446.607, - "l", + "-", -1, 0.441, "", @@ -61874,7 +61874,7 @@ 446.607, 342.625, 446.607, - " ", + "#", -1, 0.441, "", @@ -61897,7 +61897,7 @@ 446.607, 343.066, 446.607, - "t", + ")", -1, 0.441, "", @@ -61920,7 +61920,7 @@ 446.607, 343.559, 446.607, - "u", + ".", -1, 0.441, "", @@ -61943,7 +61943,7 @@ 446.607, 344.35, 446.607, - "b", + "/", -1, 0.441, "", @@ -61966,7 +61966,7 @@ 446.607, 345.13, 446.607, - "e", + "&", -1, 0.441, "", @@ -61989,7 +61989,7 @@ 446.607, 345.876, 446.607, - ".", + "\"", -1, 0.441, "", @@ -62012,7 +62012,7 @@ 444.814, 327.83, 444.814, - "3", + ">", -1, 0.441, "", @@ -62035,7 +62035,7 @@ 444.814, 328.626, 444.814, - ".", + "\"", -1, 0.441, "", @@ -62058,7 +62058,7 @@ 444.814, 329.082, 444.814, - " ", + "#", -1, 0.441, "", @@ -62081,7 +62081,7 @@ 444.814, 329.523, 444.814, - "M", + "?", -1, 0.441, "", @@ -62104,7 +62104,7 @@ 444.814, 330.578, 444.814, - "a", + ",", -1, 0.441, "", @@ -62127,7 +62127,7 @@ 444.814, 331.33, 444.814, - "k", + "@", -1, 0.441, "", @@ -62150,7 +62150,7 @@ 444.814, 332.071, 444.814, - "e", + "&", -1, 0.441, "", @@ -62173,7 +62173,7 @@ 444.814, 332.817, 444.814, - " ", + "#", -1, 0.441, "", @@ -62196,7 +62196,7 @@ 444.814, 333.258, 444.814, - "s", + "1", -1, 0.441, "", @@ -62219,7 +62219,7 @@ 444.814, 333.91, 444.814, - "u", + ".", -1, 0.441, "", @@ -62242,7 +62242,7 @@ 444.814, 334.702, 444.814, - "r", + "(", -1, 0.441, "", @@ -62265,7 +62265,7 @@ 444.814, 335.233, 444.814, - "e", + "&", -1, 0.441, "", @@ -62288,7 +62288,7 @@ 444.814, 335.978, 444.814, - " ", + "#", -1, 0.441, "", @@ -62311,7 +62311,7 @@ 444.814, 336.419, 444.814, - "t", + ")", -1, 0.441, "", @@ -62334,7 +62334,7 @@ 444.814, 336.912, 444.814, - "h", + "%", -1, 0.441, "", @@ -62357,7 +62357,7 @@ 444.814, 337.703, 444.814, - "a", + ",", -1, 0.441, "", @@ -62380,7 +62380,7 @@ 444.814, 338.454, 444.814, - "t", + ")", -1, 0.441, "", @@ -62403,7 +62403,7 @@ 444.814, 338.946, 444.814, - " ", + "#", -1, 0.441, "", @@ -62426,7 +62426,7 @@ 444.814, 339.387, 444.814, - "b", + "/", -1, 0.441, "", @@ -62449,7 +62449,7 @@ 444.814, 340.167, 444.814, - "o", + "4", -1, 0.441, "", @@ -62472,7 +62472,7 @@ 444.814, 340.925, 444.814, - "t", + ")", -1, 0.441, "", @@ -62495,7 +62495,7 @@ 444.814, 341.417, 444.814, - "h", + "%", -1, 0.441, "", @@ -62518,7 +62518,7 @@ 444.814, 342.208, 444.814, - " ", + "#", -1, 0.441, "", @@ -62541,7 +62541,7 @@ 444.814, 342.649, 444.814, - "t", + ")", -1, 0.441, "", @@ -62564,7 +62564,7 @@ 444.814, 343.141, 444.814, - "h", + "%", -1, 0.441, "", @@ -62587,7 +62587,7 @@ 444.814, 343.932, 444.814, - "e", + "&", -1, 0.441, "", @@ -62610,7 +62610,7 @@ 444.814, 344.677, 444.814, - " ", + "#", -1, 0.441, "", @@ -62633,7 +62633,7 @@ 444.814, 345.118, 444.814, - "i", + "*", -1, 0.441, "", @@ -62656,7 +62656,7 @@ 444.814, 345.461, 444.814, - "m", + "8", -1, 0.441, "", @@ -62679,7 +62679,7 @@ 444.814, 346.679, 444.814, - "a", + ",", -1, 0.441, "", @@ -62702,7 +62702,7 @@ 444.814, 347.427, 444.814, - "g", + "6", -1, 0.441, "", @@ -62725,7 +62725,7 @@ 444.814, 348.207, 444.814, - "e", + "&", -1, 0.441, "", @@ -62748,7 +62748,7 @@ 444.814, 348.952, 444.814, - "s", + "1", -1, 0.441, "", @@ -62771,7 +62771,7 @@ 444.814, 349.604, 444.814, - " ", + "#", -1, 0.441, "", @@ -62794,7 +62794,7 @@ 444.814, 350.045, 444.814, - "i", + "*", -1, 0.441, "", @@ -62817,7 +62817,7 @@ 444.814, 350.388, 444.814, - "n", + "0", -1, 0.441, "", @@ -62840,7 +62840,7 @@ 443.803, 351.181, 443.803, - " ", + "#", -1, 0.441, "", @@ -62863,7 +62863,7 @@ 536.179, 327.253, 536.179, - "O", + "4", -1, 1.101, "", @@ -62886,7 +62886,7 @@ 536.179, 329.989, 536.179, - "P", + ";", -1, 1.101, "", @@ -62909,7 +62909,7 @@ 536.179, 332.349, 536.179, - "E", + "+", -1, 1.101, "", @@ -62932,7 +62932,7 @@ 536.179, 334.547, 536.179, - "R", + "-", -1, 1.101, "", @@ -62955,7 +62955,7 @@ 536.179, 337.064, 536.179, - "A", + "/", -1, 1.101, "", @@ -62978,7 +62978,7 @@ 536.179, 339.562, 536.179, - "T", + ")", -1, 1.101, "", @@ -63001,7 +63001,7 @@ 536.179, 341.758, 536.179, - "I", + "%", -1, 1.101, "", @@ -63024,7 +63024,7 @@ 536.179, 343.515, 536.179, - "O", + "4", -1, 1.101, "", @@ -63047,7 +63047,7 @@ 536.179, 346.251, 536.179, - "N", + "&", -1, 1.101, "", @@ -63070,7 +63070,7 @@ 536.179, 348.978, 536.179, - " ", + "(", -1, 1.101, "", @@ -63093,7 +63093,7 @@ 536.359, 350.079, 536.359, - "(", + "<", -1, 1.101, "", @@ -63116,7 +63116,7 @@ 536.179, 351.827, 536.179, - "c", + "=", -1, 1.101, "", @@ -63139,7 +63139,7 @@ 536.179, 353.719, 536.179, - "o", + ">", -1, 1.101, "", @@ -63162,7 +63162,7 @@ 536.179, 355.931, 536.179, - "n", + "?", -1, 1.101, "", @@ -63185,7 +63185,7 @@ 536.179, 358.223, 536.179, - "t", + "@", -1, 1.101, "", @@ -63208,7 +63208,7 @@ 536.179, 359.69, 536.179, - ".", + "A", -1, 1.101, "", @@ -63231,7 +63231,7 @@ 536.359, 360.852, 536.359, - ")", + "B", -1, 1.101, "", @@ -63254,7 +63254,7 @@ 528.117, 326.88, 528.117, - "S", + "$", -1, 0.489, "", @@ -63277,7 +63277,7 @@ 528.117, 327.896, 528.117, - "E", + "+", -1, 0.489, "", @@ -63300,7 +63300,7 @@ 528.117, 328.873, 528.117, - "L", + "0", -1, 0.489, "", @@ -63323,7 +63323,7 @@ 528.117, 329.785, 528.117, - "E", + "+", -1, 0.489, "", @@ -63346,7 +63346,7 @@ 528.117, 330.762, 528.117, - "C", + ".", -1, 0.489, "", @@ -63369,7 +63369,7 @@ 528.117, 331.797, 528.117, - "T", + ")", -1, 0.489, "", @@ -63392,7 +63392,7 @@ 528.117, 332.773, 528.117, - "I", + "%", -1, 0.489, "", @@ -63415,7 +63415,7 @@ 528.117, 333.554, 528.117, - "N", + "&", -1, 0.489, "", @@ -63438,7 +63438,7 @@ 528.117, 334.766, 528.117, - "G", + "'", -1, 0.489, "", @@ -63461,7 +63461,7 @@ 528.117, 335.926, 528.117, - " ", + "(", -1, 0.489, "", @@ -63484,7 +63484,7 @@ 528.117, 336.416, 528.117, - "O", + "4", -1, 0.489, "", @@ -63507,7 +63507,7 @@ 528.117, 337.632, 528.117, - "B", + "1", -1, 0.489, "", @@ -63530,7 +63530,7 @@ 528.117, 338.722, 528.117, - "J", + "C", -1, 0.489, "", @@ -63553,7 +63553,7 @@ 528.117, 339.516, 528.117, - "E", + "+", -1, 0.489, "", @@ -63576,7 +63576,7 @@ 528.117, 340.493, 528.117, - "C", + ".", -1, 0.489, "", @@ -63599,7 +63599,7 @@ 528.117, 341.529, 528.117, - "T", + ")", -1, 0.489, "", @@ -63622,7 +63622,7 @@ 528.117, 342.504, 528.117, - "I", + "%", -1, 0.489, "", @@ -63645,7 +63645,7 @@ 528.117, 343.286, 528.117, - "V", + ",", -1, 0.489, "", @@ -63668,7 +63668,7 @@ 528.117, 344.379, 528.117, - "E", + "+", -1, 0.489, "", @@ -63691,7 +63691,7 @@ 528.117, 345.354, 528.117, - " ", + "(", -1, 0.489, "", @@ -63714,7 +63714,7 @@ 526.507, 326.88, 526.507, - "M", + "3", -1, 0.489, "", @@ -63737,7 +63737,7 @@ 526.507, 328.237, 526.507, - "A", + "/", -1, 0.489, "", @@ -63760,7 +63760,7 @@ 526.507, 329.347, 526.507, - "G", + "'", -1, 0.489, "", @@ -63783,7 +63783,7 @@ 526.507, 330.507, 526.507, - "N", + "&", -1, 0.489, "", @@ -63806,7 +63806,7 @@ 526.507, 331.719, 526.507, - "I", + "%", -1, 0.489, "", @@ -63829,7 +63829,7 @@ 526.507, 332.5, 526.507, - "F", + "D", -1, 0.489, "", @@ -63852,7 +63852,7 @@ 526.507, 333.43, 526.507, - "I", + "%", -1, 0.489, "", @@ -63875,7 +63875,7 @@ 526.507, 334.211, 526.507, - "C", + ".", -1, 0.489, "", @@ -63898,7 +63898,7 @@ 526.507, 335.247, 526.507, - "A", + "/", -1, 0.489, "", @@ -63921,7 +63921,7 @@ 526.507, 336.357, 526.507, - "T", + ")", -1, 0.489, "", @@ -63944,7 +63944,7 @@ 526.507, 337.333, 526.507, - "I", + "%", -1, 0.489, "", @@ -63967,7 +63967,7 @@ 526.507, 338.114, 526.507, - "O", + "4", -1, 0.489, "", @@ -63990,7 +63990,7 @@ 526.507, 339.33, 526.507, - "N", + "&", -1, 0.489, "", @@ -64013,7 +64013,7 @@ 526.507, 340.542, 526.507, - " ", + "#", -1, 0.504, "", @@ -64036,7 +64036,7 @@ 526.507, 346.194, 526.507, - " ", + "#", -1, 0.504, "", @@ -64059,7 +64059,7 @@ 524.897, 326.88, 524.897, - "1", + "!", -1, 0.504, "", @@ -64082,7 +64082,7 @@ 524.897, 327.79, 524.897, - ".", + "\"", -1, 0.504, "", @@ -64105,7 +64105,7 @@ 524.897, 328.311, 524.897, - " ", + "#", -1, 0.504, "", @@ -64128,7 +64128,7 @@ 524.897, 328.815, 524.897, - "T", + "$", -1, 0.504, "", @@ -64151,7 +64151,7 @@ 524.897, 329.696, 524.897, - "h", + "%", -1, 0.504, "", @@ -64174,7 +64174,7 @@ 524.897, 330.601, 524.897, - "e", + "&", -1, 0.504, "", @@ -64197,7 +64197,7 @@ 524.897, 331.454, 524.897, - "r", + "(", -1, 0.504, "", @@ -64220,7 +64220,7 @@ 524.897, 332.065, 524.897, - "e", + "&", -1, 0.504, "", @@ -64243,7 +64243,7 @@ 524.897, 332.918, 524.897, - " ", + "#", -1, 0.504, "", @@ -64266,7 +64266,7 @@ 524.897, 333.421, 524.897, - "a", + ",", -1, 0.504, "", @@ -64289,7 +64289,7 @@ 524.897, 334.281, 524.897, - "r", + "(", -1, 0.504, "", @@ -64312,7 +64312,7 @@ 524.897, 334.892, 524.897, - "e", + "&", -1, 0.504, "", @@ -64335,7 +64335,7 @@ 524.897, 335.745, 524.897, - " ", + "#", -1, 0.504, "", @@ -64358,7 +64358,7 @@ 524.897, 336.248, 524.897, - "t", + ")", -1, 0.504, "", @@ -64381,7 +64381,7 @@ 524.897, 336.812, 524.897, - "w", + "5", -1, 0.504, "", @@ -64404,7 +64404,7 @@ 524.897, 337.982, 524.897, - "o", + "4", -1, 0.504, "", @@ -64427,7 +64427,7 @@ 524.897, 338.851, 524.897, - " ", + "#", -1, 0.504, "", @@ -64450,7 +64450,7 @@ 524.897, 339.354, 524.897, - "o", + "4", -1, 0.504, "", @@ -64473,7 +64473,7 @@ 524.897, 340.223, 524.897, - "b", + "/", -1, 0.504, "", @@ -64496,7 +64496,7 @@ 524.897, 341.114, 524.897, - "j", + "=", -1, 0.504, "", @@ -64519,7 +64519,7 @@ 524.897, 341.606, 524.897, - "e", + "&", -1, 0.504, "", @@ -64542,7 +64542,7 @@ 524.897, 342.459, 524.897, - "c", + "+", -1, 0.504, "", @@ -64565,7 +64565,7 @@ 524.897, 343.204, 524.897, - "t", + ")", -1, 0.504, "", @@ -64588,7 +64588,7 @@ 524.897, 343.768, 524.897, - "i", + "*", -1, 0.504, "", @@ -64611,7 +64611,7 @@ 524.897, 344.16, 524.897, - "v", + "'", -1, 0.504, "", @@ -64634,7 +64634,7 @@ 524.897, 345.007, 524.897, - "e", + "&", -1, 0.504, "", @@ -64657,7 +64657,7 @@ 524.897, 345.859, 524.897, - "s", + "1", -1, 0.504, "", @@ -64680,7 +64680,7 @@ 524.897, 346.605, 524.897, - ".", + "\"", -1, 0.504, "", @@ -64703,7 +64703,7 @@ 524.897, 347.125, 524.897, - " ", + "#", -1, 0.504, "", @@ -64726,7 +64726,7 @@ 524.897, 347.629, 524.897, - "T", + "$", -1, 0.504, "", @@ -64749,7 +64749,7 @@ 524.897, 348.51, 524.897, - "h", + "%", -1, 0.504, "", @@ -64772,7 +64772,7 @@ 524.897, 349.416, 524.897, - "e", + "&", -1, 0.504, "", @@ -64795,7 +64795,7 @@ 524.897, 350.268, 524.897, - " ", + "#", -1, 0.504, "", @@ -64818,7 +64818,7 @@ 524.897, 350.772, 524.897, - "l", + "-", -1, 0.504, "", @@ -64841,7 +64841,7 @@ 524.897, 351.164, 524.897, - "o", + "4", -1, 0.504, "", @@ -64864,7 +64864,7 @@ 524.897, 352.032, 524.897, - "w", + "5", -1, 0.504, "", @@ -64887,7 +64887,7 @@ 524.897, 353.203, 524.897, - "e", + "&", -1, 0.504, "", @@ -64910,7 +64910,7 @@ 524.897, 354.055, 524.897, - "r", + "(", -1, 0.504, "", @@ -64933,7 +64933,7 @@ 524.897, 354.666, 524.897, - " ", + "#", -1, 0.504, "", @@ -64956,7 +64956,7 @@ 523.287, 326.88, 523.287, - " ", + "#", -1, 0.504, "", @@ -64979,7 +64979,7 @@ 523.287, 327.384, 523.287, - " ", + "#", -1, 0.504, "", @@ -65002,7 +65002,7 @@ 523.287, 327.888, 523.287, - " ", + "#", -1, 0.504, "", @@ -65025,7 +65025,7 @@ 523.287, 328.391, 523.287, - " ", + "#", -1, 0.504, "", @@ -65048,7 +65048,7 @@ 523.287, 328.895, 523.287, - "m", + "8", -1, 0.504, "", @@ -65071,7 +65071,7 @@ 523.287, 330.287, 523.287, - "a", + ",", -1, 0.504, "", @@ -65094,7 +65094,7 @@ 523.287, 331.147, 523.287, - "g", + "6", -1, 0.504, "", @@ -65117,7 +65117,7 @@ 523.287, 332.038, 523.287, - "n", + "0", -1, 0.504, "", @@ -65140,7 +65140,7 @@ 523.287, 332.943, 523.287, - "i", + "*", -1, 0.504, "", @@ -65163,7 +65163,7 @@ 523.287, 333.335, 523.287, - "f", + "3", -1, 0.504, "", @@ -65186,7 +65186,7 @@ 523.287, 333.839, 523.287, - "i", + "*", -1, 0.504, "", @@ -65209,7 +65209,7 @@ 523.287, 334.231, 523.287, - "c", + "+", -1, 0.504, "", @@ -65232,7 +65232,7 @@ 523.287, 334.976, 523.287, - "a", + ",", -1, 0.504, "", @@ -65255,7 +65255,7 @@ 523.287, 335.836, 523.287, - "t", + ")", -1, 0.504, "", @@ -65278,7 +65278,7 @@ 523.287, 336.4, 523.287, - "i", + "*", -1, 0.504, "", @@ -65301,7 +65301,7 @@ 523.287, 336.792, 523.287, - "o", + "4", -1, 0.504, "", @@ -65324,7 +65324,7 @@ 523.287, 337.66, 523.287, - "n", + "0", -1, 0.504, "", @@ -65347,7 +65347,7 @@ 523.287, 338.566, 523.287, - " ", + "#", -1, 0.504, "", @@ -65370,7 +65370,7 @@ 523.287, 339.069, 523.287, - "o", + "4", -1, 0.504, "", @@ -65393,7 +65393,7 @@ 523.287, 339.938, 523.287, - "b", + "/", -1, 0.504, "", @@ -65416,7 +65416,7 @@ 523.287, 340.829, 523.287, - "j", + "=", -1, 0.504, "", @@ -65439,7 +65439,7 @@ 523.287, 341.321, 523.287, - "e", + "&", -1, 0.504, "", @@ -65462,7 +65462,7 @@ 523.287, 342.174, 523.287, - "c", + "+", -1, 0.504, "", @@ -65485,7 +65485,7 @@ 523.287, 342.919, 523.287, - "t", + ")", -1, 0.504, "", @@ -65508,7 +65508,7 @@ 523.287, 343.483, 523.287, - "i", + "*", -1, 0.504, "", @@ -65531,7 +65531,7 @@ 523.287, 343.875, 523.287, - "v", + "'", -1, 0.504, "", @@ -65554,7 +65554,7 @@ 523.287, 344.722, 523.287, - "e", + "&", -1, 0.504, "", @@ -65577,7 +65577,7 @@ 523.287, 345.575, 523.287, - " ", + "#", -1, 0.504, "", @@ -65600,7 +65600,7 @@ 523.287, 346.078, 523.287, - "h", + "%", -1, 0.504, "", @@ -65623,7 +65623,7 @@ 523.287, 346.984, 523.287, - "a", + ",", -1, 0.504, "", @@ -65646,7 +65646,7 @@ 523.287, 347.844, 523.287, - "s", + "1", -1, 0.504, "", @@ -65669,7 +65669,7 @@ 523.287, 348.589, 523.287, - " ", + "#", -1, 0.504, "", @@ -65692,7 +65692,7 @@ 523.287, 349.092, 523.287, - "a", + ",", -1, 0.504, "", @@ -65715,7 +65715,7 @@ 523.287, 349.952, 523.287, - " ", + "#", -1, 0.504, "", @@ -65738,7 +65738,7 @@ 523.287, 350.456, 523.287, - "g", + "6", -1, 0.504, "", @@ -65761,7 +65761,7 @@ 523.287, 351.347, 523.287, - "r", + "(", -1, 0.504, "", @@ -65784,7 +65784,7 @@ 523.287, 351.958, 523.287, - "e", + "&", -1, 0.504, "", @@ -65807,7 +65807,7 @@ 523.287, 352.811, 523.287, - "a", + ",", -1, 0.504, "", @@ -65830,7 +65830,7 @@ 523.287, 353.671, 523.287, - "t", + ")", -1, 0.504, "", @@ -65853,7 +65853,7 @@ 523.287, 354.234, 523.287, - "e", + "&", -1, 0.504, "", @@ -65876,7 +65876,7 @@ 523.287, 355.087, 523.287, - "r", + "(", -1, 0.504, "", @@ -65899,7 +65899,7 @@ 523.287, 355.698, 523.287, - " ", + "#", -1, 0.504, "", @@ -65922,7 +65922,7 @@ 521.676, 326.88, 521.676, - " ", + "#", -1, 0.504, "", @@ -65945,7 +65945,7 @@ 521.676, 327.384, 521.676, - " ", + "#", -1, 0.504, "", @@ -65968,7 +65968,7 @@ 521.676, 327.888, 521.676, - " ", + "#", -1, 0.504, "", @@ -65991,7 +65991,7 @@ 521.676, 328.391, 521.676, - " ", + "#", -1, 0.504, "", @@ -66014,7 +66014,7 @@ 521.676, 328.895, 521.676, - "d", + "2", -1, 0.504, "", @@ -66037,7 +66037,7 @@ 521.676, 329.786, 521.676, - "e", + "&", -1, 0.504, "", @@ -66060,7 +66060,7 @@ 521.676, 330.639, 521.676, - "p", + "7", -1, 0.504, "", @@ -66083,7 +66083,7 @@ 521.676, 331.53, 521.676, - "t", + ")", -1, 0.504, "", @@ -66106,7 +66106,7 @@ 521.676, 332.094, 521.676, - "h", + "%", -1, 0.504, "", @@ -66129,7 +66129,7 @@ 521.676, 332.999, 521.676, - " ", + "#", -1, 0.504, "", @@ -66152,7 +66152,7 @@ 521.676, 333.503, 521.676, - "o", + "4", -1, 0.504, "", @@ -66175,7 +66175,7 @@ 521.676, 334.371, 521.676, - "f", + "3", -1, 0.504, "", @@ -66198,7 +66198,7 @@ 521.676, 334.875, 521.676, - " ", + "#", -1, 0.504, "", @@ -66221,7 +66221,7 @@ 521.676, 335.378, 521.676, - "f", + "3", -1, 0.504, "", @@ -66244,7 +66244,7 @@ 521.676, 335.882, 521.676, - "i", + "*", -1, 0.504, "", @@ -66267,7 +66267,7 @@ 521.676, 336.274, 521.676, - "e", + "&", -1, 0.504, "", @@ -66290,7 +66290,7 @@ 521.676, 337.127, 521.676, - "l", + "-", -1, 0.504, "", @@ -66313,7 +66313,7 @@ 521.676, 337.519, 521.676, - "d", + "2", -1, 0.504, "", @@ -66336,7 +66336,7 @@ 521.676, 338.41, 521.676, - " ", + "#", -1, 0.504, "", @@ -66359,7 +66359,7 @@ 521.676, 338.913, 521.676, - "a", + ",", -1, 0.504, "", @@ -66382,7 +66382,7 @@ 521.676, 339.773, 521.676, - "n", + "0", -1, 0.504, "", @@ -66405,7 +66405,7 @@ 521.676, 340.679, 521.676, - "d", + "2", -1, 0.504, "", @@ -66428,7 +66428,7 @@ 521.676, 341.57, 521.676, - " ", + "#", -1, 0.504, "", @@ -66451,7 +66451,7 @@ 521.676, 342.074, 521.676, - "v", + "'", -1, 0.504, "", @@ -66474,7 +66474,7 @@ 521.676, 342.921, 521.676, - "i", + "*", -1, 0.504, "", @@ -66497,7 +66497,7 @@ 521.676, 343.313, 521.676, - "e", + "&", -1, 0.504, "", @@ -66520,7 +66520,7 @@ 521.676, 344.165, 521.676, - "w", + "5", -1, 0.504, "", @@ -66543,7 +66543,7 @@ 521.676, 345.28, 521.676, - ".", + "\"", -1, 0.504, "", @@ -66566,7 +66566,7 @@ 520.066, 326.88, 520.066, - "2", + ":", -1, 0.504, "", @@ -66589,7 +66589,7 @@ 520.066, 327.79, 520.066, - ".", + "\"", -1, 0.504, "", @@ -66612,7 +66612,7 @@ 520.066, 328.311, 520.066, - " ", + "#", -1, 0.504, "", @@ -66635,7 +66635,7 @@ 520.066, 328.815, 520.066, - "I", + "A", -1, 0.504, "", @@ -66658,7 +66658,7 @@ 520.066, 329.417, 520.066, - "n", + "0", -1, 0.504, "", @@ -66681,7 +66681,7 @@ 520.066, 330.322, 520.066, - " ", + "#", -1, 0.504, "", @@ -66704,7 +66704,7 @@ 520.066, 330.826, 520.066, - "o", + "4", -1, 0.504, "", @@ -66727,7 +66727,7 @@ 520.066, 331.694, 520.066, - "r", + "(", -1, 0.504, "", @@ -66750,7 +66750,7 @@ 520.066, 332.305, 520.066, - "d", + "2", -1, 0.504, "", @@ -66773,7 +66773,7 @@ 520.066, 333.197, 520.066, - "e", + "&", -1, 0.504, "", @@ -66796,7 +66796,7 @@ 520.066, 334.049, 520.066, - "r", + "(", -1, 0.504, "", @@ -66819,7 +66819,7 @@ 520.066, 334.66, 520.066, - " ", + "#", -1, 0.504, "", @@ -66842,7 +66842,7 @@ 520.066, 335.164, 520.066, - "t", + ")", -1, 0.504, "", @@ -66865,7 +66865,7 @@ 520.066, 335.727, 520.066, - "o", + "4", -1, 0.504, "", @@ -66888,7 +66888,7 @@ 520.066, 336.596, 520.066, - " ", + "#", -1, 0.504, "", @@ -66911,7 +66911,7 @@ 520.066, 337.099, 520.066, - "o", + "4", -1, 0.504, "", @@ -66934,7 +66934,7 @@ 520.066, 337.968, 520.066, - "b", + "/", -1, 0.504, "", @@ -66957,7 +66957,7 @@ 520.066, 338.859, 520.066, - "s", + "1", -1, 0.504, "", @@ -66980,7 +66980,7 @@ 520.066, 339.604, 520.066, - "e", + "&", -1, 0.504, "", @@ -67003,7 +67003,7 @@ 520.066, 340.457, 520.066, - "r", + "(", -1, 0.504, "", @@ -67026,7 +67026,7 @@ 520.066, 341.068, 520.066, - "v", + "'", -1, 0.504, "", @@ -67049,7 +67049,7 @@ 520.066, 341.915, 520.066, - "e", + "&", -1, 0.504, "", @@ -67072,7 +67072,7 @@ 520.066, 342.768, 520.066, - " ", + "#", -1, 0.504, "", @@ -67095,7 +67095,7 @@ 520.066, 343.271, 520.066, - "t", + ")", -1, 0.504, "", @@ -67118,7 +67118,7 @@ 520.066, 343.835, 520.066, - "h", + "%", -1, 0.504, "", @@ -67141,7 +67141,7 @@ 520.066, 344.74, 520.066, - "e", + "&", -1, 0.504, "", @@ -67164,7 +67164,7 @@ 520.066, 345.593, 520.066, - " ", + "#", -1, 0.504, "", @@ -67187,7 +67187,7 @@ 520.066, 346.097, 520.066, - "s", + "1", -1, 0.504, "", @@ -67210,7 +67210,7 @@ 520.066, 346.842, 520.066, - "p", + "7", -1, 0.504, "", @@ -67233,7 +67233,7 @@ 520.066, 347.733, 520.066, - "e", + "&", -1, 0.504, "", @@ -67256,7 +67256,7 @@ 520.066, 348.586, 520.066, - "c", + "+", -1, 0.504, "", @@ -67279,7 +67279,7 @@ 520.066, 349.331, 520.066, - "i", + "*", -1, 0.504, "", @@ -67302,7 +67302,7 @@ 520.066, 349.723, 520.066, - "m", + "8", -1, 0.504, "", @@ -67325,7 +67325,7 @@ 520.066, 351.115, 520.066, - "e", + "&", -1, 0.504, "", @@ -67348,7 +67348,7 @@ 520.066, 351.968, 520.066, - "n", + "0", -1, 0.504, "", @@ -67371,7 +67371,7 @@ 520.066, 352.874, 520.066, - " ", + "#", -1, 0.504, "", @@ -67394,7 +67394,7 @@ 518.456, 326.88, 518.456, - " ", + "#", -1, 0.504, "", @@ -67417,7 +67417,7 @@ 518.456, 327.384, 518.456, - " ", + "#", -1, 0.504, "", @@ -67440,7 +67440,7 @@ 518.456, 327.888, 518.456, - " ", + "#", -1, 0.504, "", @@ -67463,7 +67463,7 @@ 518.456, 328.391, 518.456, - " ", + "#", -1, 0.504, "", @@ -67486,7 +67486,7 @@ 518.456, 328.895, 518.456, - "e", + "&", -1, 0.504, "", @@ -67509,7 +67509,7 @@ 518.456, 329.747, 518.456, - "a", + ",", -1, 0.504, "", @@ -67532,7 +67532,7 @@ 518.456, 330.607, 518.456, - "s", + "1", -1, 0.504, "", @@ -67555,7 +67555,7 @@ 518.456, 331.353, 518.456, - "i", + "*", -1, 0.504, "", @@ -67578,7 +67578,7 @@ 518.456, 331.745, 518.456, - "l", + "-", -1, 0.504, "", @@ -67601,7 +67601,7 @@ 518.456, 332.137, 518.456, - "y", + "B", -1, 0.504, "", @@ -67624,7 +67624,7 @@ 518.456, 332.983, 518.456, - " ", + "#", -1, 0.504, "", @@ -67647,7 +67647,7 @@ 518.456, 333.487, 518.456, - "u", + ".", -1, 0.504, "", @@ -67670,7 +67670,7 @@ 518.456, 334.393, 518.456, - "s", + "1", -1, 0.504, "", @@ -67693,7 +67693,7 @@ 518.456, 335.138, 518.456, - "e", + "&", -1, 0.504, "", @@ -67716,7 +67716,7 @@ 518.456, 335.991, 518.456, - " ", + "#", -1, 0.504, "", @@ -67739,7 +67739,7 @@ 518.456, 336.494, 518.456, - "t", + ")", -1, 0.504, "", @@ -67762,7 +67762,7 @@ 518.456, 337.058, 518.456, - "h", + "%", -1, 0.504, "", @@ -67785,7 +67785,7 @@ 518.456, 337.964, 518.456, - "e", + "&", -1, 0.504, "", @@ -67808,7 +67808,7 @@ 518.456, 338.816, 518.456, - " ", + "#", -1, 0.504, "", @@ -67831,7 +67831,7 @@ 518.456, 339.32, 518.456, - "l", + "-", -1, 0.504, "", @@ -67854,7 +67854,7 @@ 518.456, 339.712, 518.456, - "o", + "4", -1, 0.504, "", @@ -67877,7 +67877,7 @@ 518.456, 340.58, 518.456, - "w", + "5", -1, 0.504, "", @@ -67900,7 +67900,7 @@ 518.456, 341.75, 518.456, - "e", + "&", -1, 0.504, "", @@ -67923,7 +67923,7 @@ 518.456, 342.603, 518.456, - "r", + "(", -1, 0.504, "", @@ -67946,7 +67946,7 @@ 518.456, 343.214, 518.456, - " ", + "#", -1, 0.504, "", @@ -67969,7 +67969,7 @@ 518.456, 343.718, 518.456, - "m", + "8", -1, 0.504, "", @@ -67992,7 +67992,7 @@ 518.456, 345.11, 518.456, - "a", + ",", -1, 0.504, "", @@ -68015,7 +68015,7 @@ 518.456, 345.969, 518.456, - "g", + "6", -1, 0.504, "", @@ -68038,7 +68038,7 @@ 518.456, 346.861, 518.456, - "n", + "0", -1, 0.504, "", @@ -68061,7 +68061,7 @@ 518.456, 347.766, 518.456, - "i", + "*", -1, 0.504, "", @@ -68084,7 +68084,7 @@ 518.456, 348.158, 518.456, - "f", + "3", -1, 0.504, "", @@ -68107,7 +68107,7 @@ 518.456, 348.662, 518.456, - "i", + "*", -1, 0.504, "", @@ -68130,7 +68130,7 @@ 518.456, 349.054, 518.456, - "c", + "+", -1, 0.504, "", @@ -68153,7 +68153,7 @@ 518.456, 349.799, 518.456, - "a", + ",", -1, 0.504, "", @@ -68176,7 +68176,7 @@ 518.456, 350.659, 518.456, - "t", + ")", -1, 0.504, "", @@ -68199,7 +68199,7 @@ 518.456, 351.223, 518.456, - "i", + "*", -1, 0.504, "", @@ -68222,7 +68222,7 @@ 518.456, 351.615, 518.456, - "o", + "4", -1, 0.504, "", @@ -68245,7 +68245,7 @@ 518.456, 352.483, 518.456, - "n", + "0", -1, 0.504, "", @@ -68268,7 +68268,7 @@ 518.456, 353.389, 518.456, - " ", + "#", -1, 0.504, "", @@ -68291,7 +68291,7 @@ 516.846, 326.88, 516.846, - " ", + "#", -1, 0.504, "", @@ -68314,7 +68314,7 @@ 516.846, 327.384, 516.846, - " ", + "#", -1, 0.504, "", @@ -68337,7 +68337,7 @@ 516.846, 327.888, 516.846, - " ", + "#", -1, 0.504, "", @@ -68360,7 +68360,7 @@ 516.846, 328.391, 516.846, - " ", + "#", -1, 0.504, "", @@ -68383,7 +68383,7 @@ 516.846, 328.895, 516.846, - "o", + "4", -1, 0.504, "", @@ -68406,7 +68406,7 @@ 516.846, 329.763, 516.846, - "b", + "/", -1, 0.504, "", @@ -68429,7 +68429,7 @@ 516.846, 330.652, 516.846, - "j", + "=", -1, 0.504, "", @@ -68452,7 +68452,7 @@ 516.846, 331.142, 516.846, - "e", + "&", -1, 0.504, "", @@ -68475,7 +68475,7 @@ 516.846, 331.995, 516.846, - "c", + "+", -1, 0.504, "", @@ -68498,7 +68498,7 @@ 516.846, 332.739, 516.846, - "t", + ")", -1, 0.504, "", @@ -68521,7 +68521,7 @@ 516.846, 333.303, 516.846, - "i", + "*", -1, 0.504, "", @@ -68544,7 +68544,7 @@ 516.846, 333.695, 516.846, - "v", + "'", -1, 0.504, "", @@ -68567,7 +68567,7 @@ 516.846, 334.541, 516.846, - "e", + "&", -1, 0.504, "", @@ -68590,7 +68590,7 @@ 516.846, 335.394, 516.846, - " ", + "#", -1, 0.504, "", @@ -68613,7 +68613,7 @@ 516.846, 335.898, 516.846, - "f", + "3", -1, 0.504, "", @@ -68636,7 +68636,7 @@ 516.846, 336.401, 516.846, - "i", + "*", -1, 0.504, "", @@ -68659,7 +68659,7 @@ 516.846, 336.793, 516.846, - "r", + "(", -1, 0.504, "", @@ -68682,7 +68682,7 @@ 516.846, 337.403, 516.846, - "s", + "1", -1, 0.504, "", @@ -68705,7 +68705,7 @@ 516.846, 338.147, 516.846, - "t", + ")", -1, 0.504, "", @@ -68728,7 +68728,7 @@ 516.846, 338.71, 516.846, - ".", + "\"", -1, 0.504, "", @@ -68751,7 +68751,7 @@ 516.846, 339.23, 516.846, - " ", + "#", -1, 0.504, "", @@ -68774,7 +68774,7 @@ 516.846, 339.733, 516.846, - "T", + "$", -1, 0.504, "", @@ -68797,7 +68797,7 @@ 516.846, 340.613, 516.846, - "h", + "%", -1, 0.504, "", @@ -68820,7 +68820,7 @@ 516.846, 341.517, 516.846, - "e", + "&", -1, 0.504, "", @@ -68843,7 +68843,7 @@ 516.846, 342.368, 516.846, - "n", + "0", -1, 0.504, "", @@ -68866,7 +68866,7 @@ 516.846, 343.273, 516.846, - ",", + "<", -1, 0.504, "", @@ -68889,7 +68889,7 @@ 516.846, 343.792, 516.846, - " ", + "#", -1, 0.504, "", @@ -68912,7 +68912,7 @@ 516.846, 344.296, 516.846, - "b", + "/", -1, 0.504, "", @@ -68935,7 +68935,7 @@ 516.846, 345.187, 516.846, - "y", + "B", -1, 0.504, "", @@ -68958,7 +68958,7 @@ 516.846, 346.029, 516.846, - " ", + "#", -1, 0.504, "", @@ -68981,7 +68981,7 @@ 516.846, 346.533, 516.846, - "r", + "(", -1, 0.504, "", @@ -69004,7 +69004,7 @@ 516.846, 347.144, 516.846, - "o", + "4", -1, 0.504, "", @@ -69027,7 +69027,7 @@ 516.846, 348.011, 516.846, - "t", + ")", -1, 0.504, "", @@ -69050,7 +69050,7 @@ 516.846, 348.573, 516.846, - "a", + ",", -1, 0.504, "", @@ -69073,7 +69073,7 @@ 516.846, 349.432, 516.846, - "t", + ")", -1, 0.504, "", @@ -69096,7 +69096,7 @@ 516.846, 349.995, 516.846, - "i", + "*", -1, 0.504, "", @@ -69119,7 +69119,7 @@ 516.846, 350.387, 516.846, - "n", + "0", -1, 0.504, "", @@ -69142,7 +69142,7 @@ 516.846, 351.293, 516.846, - "g", + "6", -1, 0.504, "", @@ -69165,7 +69165,7 @@ 516.846, 352.184, 516.846, - " ", + "#", -1, 0.504, "", @@ -69188,7 +69188,7 @@ 516.846, 352.688, 516.846, - "t", + ")", -1, 0.504, "", @@ -69211,7 +69211,7 @@ 516.846, 353.251, 516.846, - "h", + "%", -1, 0.504, "", @@ -69234,7 +69234,7 @@ 516.846, 354.157, 516.846, - "e", + "&", -1, 0.504, "", @@ -69257,7 +69257,7 @@ 516.846, 355.01, 516.846, - " ", + "#", -1, 0.504, "", @@ -69280,7 +69280,7 @@ 516.846, 355.513, 516.846, - " ", + "#", -1, 0.504, "", @@ -69303,7 +69303,7 @@ 515.235, 326.88, 515.235, - " ", + "#", -1, 0.504, "", @@ -69326,7 +69326,7 @@ 515.235, 327.384, 515.235, - " ", + "#", -1, 0.504, "", @@ -69349,7 +69349,7 @@ 515.235, 327.888, 515.235, - " ", + "#", -1, 0.504, "", @@ -69372,7 +69372,7 @@ 515.235, 328.391, 515.235, - " ", + "#", -1, 0.504, "", @@ -69395,7 +69395,7 @@ 515.235, 328.895, 515.235, - "c", + "+", -1, 0.504, "", @@ -69418,7 +69418,7 @@ 515.235, 329.64, 515.235, - "a", + ",", -1, 0.504, "", @@ -69441,7 +69441,7 @@ 515.235, 330.5, 515.235, - "s", + "1", -1, 0.504, "", @@ -69464,7 +69464,7 @@ 515.235, 331.245, 515.235, - "e", + "&", -1, 0.504, "", @@ -69487,7 +69487,7 @@ 515.235, 332.098, 515.235, - ",", + "<", -1, 0.504, "", @@ -69510,7 +69510,7 @@ 515.235, 332.619, 515.235, - " ", + "#", -1, 0.504, "", @@ -69533,7 +69533,7 @@ 515.235, 333.122, 515.235, - "t", + ")", -1, 0.504, "", @@ -69556,7 +69556,7 @@ 515.235, 333.686, 515.235, - "h", + "%", -1, 0.504, "", @@ -69579,7 +69579,7 @@ 515.235, 334.592, 515.235, - "e", + "&", -1, 0.504, "", @@ -69602,7 +69602,7 @@ 515.235, 335.444, 515.235, - " ", + "#", -1, 0.504, "", @@ -69625,7 +69625,7 @@ 515.235, 335.948, 515.235, - "m", + "8", -1, 0.504, "", @@ -69648,7 +69648,7 @@ 515.235, 337.34, 515.235, - "a", + ",", -1, 0.504, "", @@ -69671,7 +69671,7 @@ 515.235, 338.2, 515.235, - "g", + "6", -1, 0.504, "", @@ -69694,7 +69694,7 @@ 515.235, 339.091, 515.235, - "n", + "0", -1, 0.504, "", @@ -69717,7 +69717,7 @@ 515.235, 339.996, 515.235, - "i", + "*", -1, 0.504, "", @@ -69740,7 +69740,7 @@ 515.235, 340.388, 515.235, - "f", + "3", -1, 0.504, "", @@ -69763,7 +69763,7 @@ 515.235, 340.892, 515.235, - "i", + "*", -1, 0.504, "", @@ -69786,7 +69786,7 @@ 515.235, 341.284, 515.235, - "c", + "+", -1, 0.504, "", @@ -69809,7 +69809,7 @@ 515.235, 342.029, 515.235, - "a", + ",", -1, 0.504, "", @@ -69832,7 +69832,7 @@ 515.235, 342.889, 515.235, - "t", + ")", -1, 0.504, "", @@ -69855,7 +69855,7 @@ 515.235, 343.453, 515.235, - "i", + "*", -1, 0.504, "", @@ -69878,7 +69878,7 @@ 515.235, 343.845, 515.235, - "o", + "4", -1, 0.504, "", @@ -69901,7 +69901,7 @@ 515.235, 344.713, 515.235, - "n", + "0", -1, 0.504, "", @@ -69924,7 +69924,7 @@ 515.235, 345.619, 515.235, - " ", + "#", -1, 0.504, "", @@ -69947,7 +69947,7 @@ 515.235, 346.122, 515.235, - "c", + "+", -1, 0.504, "", @@ -69970,7 +69970,7 @@ 515.235, 346.868, 515.235, - "a", + ",", -1, 0.504, "", @@ -69993,7 +69993,7 @@ 515.235, 347.728, 515.235, - "n", + "0", -1, 0.504, "", @@ -70016,7 +70016,7 @@ 515.235, 348.633, 515.235, - " ", + "#", -1, 0.504, "", @@ -70039,7 +70039,7 @@ 515.235, 349.137, 515.235, - "b", + "/", -1, 0.504, "", @@ -70062,7 +70062,7 @@ 515.235, 350.028, 515.235, - "e", + "&", -1, 0.504, "", @@ -70085,7 +70085,7 @@ 515.235, 350.881, 515.235, - " ", + "#", -1, 0.504, "", @@ -70108,7 +70108,7 @@ 515.235, 351.384, 515.235, - " ", + "#", -1, 0.504, "", @@ -70131,7 +70131,7 @@ 515.235, 352.632, 515.235, - " ", + "#", -1, 0.504, "", @@ -70154,7 +70154,7 @@ 513.625, 326.88, 513.625, - " ", + "#", -1, 0.504, "", @@ -70177,7 +70177,7 @@ 513.625, 327.384, 513.625, - " ", + "#", -1, 0.504, "", @@ -70200,7 +70200,7 @@ 513.625, 327.888, 513.625, - " ", + "#", -1, 0.504, "", @@ -70223,7 +70223,7 @@ 513.625, 328.391, 513.625, - " ", + "#", -1, 0.504, "", @@ -70246,7 +70246,7 @@ 513.625, 328.895, 513.625, - "c", + "+", -1, 0.504, "", @@ -70269,7 +70269,7 @@ 513.625, 329.64, 513.625, - "h", + "%", -1, 0.504, "", @@ -70292,7 +70292,7 @@ 513.625, 330.546, 513.625, - "a", + ",", -1, 0.504, "", @@ -70315,7 +70315,7 @@ 513.625, 331.405, 513.625, - "n", + "0", -1, 0.504, "", @@ -70338,7 +70338,7 @@ 513.625, 332.311, 513.625, - "g", + "6", -1, 0.504, "", @@ -70361,7 +70361,7 @@ 513.625, 333.202, 513.625, - "e", + "&", -1, 0.504, "", @@ -70384,7 +70384,7 @@ 513.625, 334.055, 513.625, - "d", + "2", -1, 0.504, "", @@ -70407,7 +70407,7 @@ 513.625, 334.946, 513.625, - ".", + "\"", -1, 0.504, "", @@ -70430,7 +70430,7 @@ 510.405, 326.88, 510.405, - "C", + ".", -1, 0.489, "", @@ -70453,7 +70453,7 @@ 510.405, 327.916, 510.405, - "H", + "*", -1, 0.489, "", @@ -70476,7 +70476,7 @@ 510.405, 329.114, 510.405, - "A", + "/", -1, 0.489, "", @@ -70499,7 +70499,7 @@ 510.405, 330.224, 510.405, - "N", + "&", -1, 0.489, "", @@ -70522,7 +70522,7 @@ 510.405, 331.436, 510.405, - "G", + "'", -1, 0.489, "", @@ -70545,7 +70545,7 @@ 510.405, 332.596, 510.405, - "I", + "%", -1, 0.489, "", @@ -70568,7 +70568,7 @@ 510.405, 333.377, 510.405, - "N", + "&", -1, 0.489, "", @@ -70591,7 +70591,7 @@ 510.405, 334.589, 510.405, - "G", + "'", -1, 0.489, "", @@ -70614,7 +70614,7 @@ 510.405, 335.749, 510.405, - " ", + "(", -1, 0.489, "", @@ -70637,7 +70637,7 @@ 510.405, 336.238, 510.405, - "T", + ")", -1, 0.489, "", @@ -70660,7 +70660,7 @@ 510.405, 337.214, 510.405, - "H", + "*", -1, 0.489, "", @@ -70683,7 +70683,7 @@ 510.405, 338.411, 510.405, - "E", + "+", -1, 0.489, "", @@ -70706,7 +70706,7 @@ 510.405, 339.388, 510.405, - " ", + "(", -1, 0.489, "", @@ -70729,7 +70729,7 @@ 510.405, 339.878, 510.405, - "I", + "%", -1, 0.489, "", @@ -70752,7 +70752,7 @@ 510.405, 340.659, 510.405, - "N", + "&", -1, 0.489, "", @@ -70775,7 +70775,7 @@ 510.405, 341.871, 510.405, - "T", + ")", -1, 0.489, "", @@ -70798,7 +70798,7 @@ 510.405, 342.846, 510.405, - "E", + "+", -1, 0.489, "", @@ -70821,7 +70821,7 @@ 510.405, 343.823, 510.405, - "R", + "-", -1, 0.489, "", @@ -70844,7 +70844,7 @@ 510.405, 344.942, 510.405, - "P", + ";", -1, 0.489, "", @@ -70867,7 +70867,7 @@ 510.405, 345.991, 510.405, - "U", + "#", -1, 0.489, "", @@ -70890,7 +70890,7 @@ 510.405, 347.153, 510.405, - "P", + ";", -1, 0.489, "", @@ -70913,7 +70913,7 @@ 510.405, 348.201, 510.405, - "I", + "%", -1, 0.489, "", @@ -70936,7 +70936,7 @@ 510.405, 348.982, 510.405, - "L", + "0", -1, 0.489, "", @@ -70959,7 +70959,7 @@ 510.405, 349.894, 510.405, - "L", + "0", -1, 0.489, "", @@ -70982,7 +70982,7 @@ 510.405, 350.805, 510.405, - "A", + "/", -1, 0.489, "", @@ -71005,7 +71005,7 @@ 510.405, 351.915, 510.405, - "R", + "-", -1, 0.489, "", @@ -71028,7 +71028,7 @@ 510.405, 353.034, 510.405, - "Y", + "6", -1, 0.489, "", @@ -71051,7 +71051,7 @@ 510.405, 354.088, 510.405, - " ", + "(", -1, 0.489, "", @@ -71074,7 +71074,7 @@ 508.795, 326.88, 508.795, - "D", + "5", -1, 0.489, "", @@ -71097,7 +71097,7 @@ 508.795, 328.068, 508.795, - "I", + "%", -1, 0.489, "", @@ -71120,7 +71120,7 @@ 508.795, 328.849, 508.795, - "S", + "$", -1, 0.489, "", @@ -71143,7 +71143,7 @@ 508.795, 329.865, 508.795, - "T", + ")", -1, 0.489, "", @@ -71166,7 +71166,7 @@ 508.795, 330.84, 508.795, - "A", + "/", -1, 0.489, "", @@ -71189,7 +71189,7 @@ 508.795, 331.951, 508.795, - "N", + "&", -1, 0.489, "", @@ -71212,7 +71212,7 @@ 508.795, 333.162, 508.795, - "C", + ".", -1, 0.489, "", @@ -71235,7 +71235,7 @@ 508.795, 334.198, 508.795, - "E", + "+", -1, 0.489, "", @@ -71258,7 +71258,7 @@ 507.184, 326.88, 507.184, - "1", + "!", -1, 0.504, "", @@ -71281,7 +71281,7 @@ 507.184, 327.79, 507.184, - ".", + "\"", -1, 0.504, "", @@ -71304,7 +71304,7 @@ 507.184, 328.311, 507.184, - " ", + "#", -1, 0.504, "", @@ -71327,7 +71327,7 @@ 507.184, 328.815, 507.184, - "T", + "$", -1, 0.504, "", @@ -71350,7 +71350,7 @@ 507.184, 329.696, 507.184, - "h", + "%", -1, 0.504, "", @@ -71373,7 +71373,7 @@ 507.184, 330.601, 507.184, - "e", + "&", -1, 0.504, "", @@ -71396,7 +71396,7 @@ 507.184, 331.454, 507.184, - " ", + "#", -1, 0.504, "", @@ -71419,7 +71419,7 @@ 507.184, 331.958, 507.184, - "d", + "2", -1, 0.504, "", @@ -71442,7 +71442,7 @@ 507.184, 332.849, 507.184, - "i", + "*", -1, 0.504, "", @@ -71465,7 +71465,7 @@ 507.184, 333.241, 507.184, - "s", + "1", -1, 0.504, "", @@ -71488,7 +71488,7 @@ 507.184, 333.986, 507.184, - "t", + ")", -1, 0.504, "", @@ -71511,7 +71511,7 @@ 507.184, 334.55, 507.184, - "a", + ",", -1, 0.504, "", @@ -71534,7 +71534,7 @@ 507.184, 335.41, 507.184, - "n", + "0", -1, 0.504, "", @@ -71557,7 +71557,7 @@ 507.184, 336.315, 507.184, - "c", + "+", -1, 0.504, "", @@ -71580,7 +71580,7 @@ 507.184, 337.061, 507.184, - "e", + "&", -1, 0.504, "", @@ -71603,7 +71603,7 @@ 507.184, 337.913, 507.184, - " ", + "#", -1, 0.504, "", @@ -71626,7 +71626,7 @@ 507.184, 338.417, 507.184, - "b", + "/", -1, 0.504, "", @@ -71649,7 +71649,7 @@ 507.184, 339.308, 507.184, - "e", + "&", -1, 0.504, "", @@ -71672,7 +71672,7 @@ 507.184, 340.161, 507.184, - "t", + ")", -1, 0.504, "", @@ -71695,7 +71695,7 @@ 507.184, 340.725, 507.184, - "w", + "5", -1, 0.504, "", @@ -71718,7 +71718,7 @@ 507.184, 341.895, 507.184, - "e", + "&", -1, 0.504, "", @@ -71741,7 +71741,7 @@ 507.184, 342.748, 507.184, - "e", + "&", -1, 0.504, "", @@ -71764,7 +71764,7 @@ 507.184, 343.6, 507.184, - "n", + "0", -1, 0.504, "", @@ -71787,7 +71787,7 @@ 507.184, 344.506, 507.184, - " ", + "#", -1, 0.504, "", @@ -71810,7 +71810,7 @@ 507.184, 345.009, 507.184, - "t", + ")", -1, 0.504, "", @@ -71833,7 +71833,7 @@ 507.184, 345.573, 507.184, - "h", + "%", -1, 0.504, "", @@ -71856,7 +71856,7 @@ 507.184, 346.479, 507.184, - "e", + "&", -1, 0.504, "", @@ -71879,7 +71879,7 @@ 507.184, 347.331, 507.184, - " ", + "#", -1, 0.504, "", @@ -71902,7 +71902,7 @@ 507.184, 347.835, 507.184, - "o", + "4", -1, 0.504, "", @@ -71925,7 +71925,7 @@ 507.184, 348.703, 507.184, - "b", + "/", -1, 0.504, "", @@ -71948,7 +71948,7 @@ 507.184, 349.595, 507.184, - "s", + "1", -1, 0.504, "", @@ -71971,7 +71971,7 @@ 507.184, 350.34, 507.184, - "e", + "&", -1, 0.504, "", @@ -71994,7 +71994,7 @@ 507.184, 351.193, 507.184, - "r", + "(", -1, 0.504, "", @@ -72017,7 +72017,7 @@ 507.184, 351.804, 507.184, - "v", + "'", -1, 0.504, "", @@ -72040,7 +72040,7 @@ 507.184, 352.65, 507.184, - "e", + "&", -1, 0.504, "", @@ -72063,7 +72063,7 @@ 507.184, 353.503, 507.184, - "r", + "(", -1, 0.504, "", @@ -72086,7 +72086,7 @@ 507.184, 354.114, 507.184, - "'", + "C", -1, 0.504, "", @@ -72109,7 +72109,7 @@ 507.184, 354.499, 507.184, - "s", + "1", -1, 0.504, "", @@ -72132,7 +72132,7 @@ 507.184, 355.244, 507.184, - " ", + "#", -1, 0.504, "", @@ -72155,7 +72155,7 @@ 505.574, 326.88, 505.574, - " ", + "#", -1, 0.504, "", @@ -72178,7 +72178,7 @@ 505.574, 327.384, 505.574, - " ", + "#", -1, 0.504, "", @@ -72201,7 +72201,7 @@ 505.574, 327.888, 505.574, - " ", + "#", -1, 0.504, "", @@ -72224,7 +72224,7 @@ 505.574, 328.391, 505.574, - " ", + "#", -1, 0.504, "", @@ -72247,7 +72247,7 @@ 505.574, 328.895, 505.574, - "p", + "7", -1, 0.504, "", @@ -72270,7 +72270,7 @@ 505.574, 329.786, 505.574, - "u", + ".", -1, 0.504, "", @@ -72293,7 +72293,7 @@ 505.574, 330.692, 505.574, - "p", + "7", -1, 0.504, "", @@ -72316,7 +72316,7 @@ 505.574, 331.583, 505.574, - "i", + "*", -1, 0.504, "", @@ -72339,7 +72339,7 @@ 505.574, 331.975, 505.574, - "l", + "-", -1, 0.504, "", @@ -72362,7 +72362,7 @@ 505.574, 332.367, 505.574, - "s", + "1", -1, 0.504, "", @@ -72385,7 +72385,7 @@ 505.574, 333.112, 505.574, - " ", + "#", -1, 0.504, "", @@ -72408,7 +72408,7 @@ 505.574, 333.616, 505.574, - "i", + "*", -1, 0.504, "", @@ -72431,7 +72431,7 @@ 505.574, 334.008, 505.574, - "s", + "1", -1, 0.504, "", @@ -72454,7 +72454,7 @@ 505.574, 334.753, 505.574, - " ", + "#", -1, 0.504, "", @@ -72477,7 +72477,7 @@ 505.574, 335.257, 505.574, - "t", + ")", -1, 0.504, "", @@ -72500,7 +72500,7 @@ 505.574, 335.82, 505.574, - "h", + "%", -1, 0.504, "", @@ -72523,7 +72523,7 @@ 505.574, 336.726, 505.574, - "e", + "&", -1, 0.504, "", @@ -72546,7 +72546,7 @@ 505.574, 337.579, 505.574, - " ", + "#", -1, 0.504, "", @@ -72569,7 +72569,7 @@ 505.574, 338.082, 505.574, - "i", + "*", -1, 0.504, "", @@ -72592,7 +72592,7 @@ 505.574, 338.474, 505.574, - "n", + "0", -1, 0.504, "", @@ -72615,7 +72615,7 @@ 505.574, 339.38, 505.574, - "t", + ")", -1, 0.504, "", @@ -72638,7 +72638,7 @@ 505.574, 339.944, 505.574, - "e", + "&", -1, 0.504, "", @@ -72661,7 +72661,7 @@ 505.574, 340.796, 505.574, - "r", + "(", -1, 0.504, "", @@ -72684,7 +72684,7 @@ 505.574, 341.407, 505.574, - "p", + "7", -1, 0.504, "", @@ -72707,7 +72707,7 @@ 505.574, 342.298, 505.574, - "u", + ".", -1, 0.504, "", @@ -72730,7 +72730,7 @@ 505.574, 343.204, 505.574, - "p", + "7", -1, 0.504, "", @@ -72753,7 +72753,7 @@ 505.574, 344.095, 505.574, - "i", + "*", -1, 0.504, "", @@ -72776,7 +72776,7 @@ 505.574, 344.487, 505.574, - "l", + "-", -1, 0.504, "", @@ -72799,7 +72799,7 @@ 505.574, 345.271, 505.574, - "a", + ",", -1, 0.504, "", @@ -72822,7 +72822,7 @@ 505.574, 346.131, 505.574, - "r", + "(", -1, 0.504, "", @@ -72845,7 +72845,7 @@ 505.574, 346.742, 505.574, - "y", + "B", -1, 0.504, "", @@ -72868,7 +72868,7 @@ 505.574, 347.589, 505.574, - " ", + "#", -1, 0.504, "", @@ -72891,7 +72891,7 @@ 505.574, 348.092, 505.574, - "d", + "2", -1, 0.504, "", @@ -72914,7 +72914,7 @@ 505.574, 348.984, 505.574, - "i", + "*", -1, 0.504, "", @@ -72937,7 +72937,7 @@ 505.574, 349.376, 505.574, - "s", + "1", -1, 0.504, "", @@ -72960,7 +72960,7 @@ 505.574, 350.121, 505.574, - "t", + ")", -1, 0.504, "", @@ -72983,7 +72983,7 @@ 505.574, 350.685, 505.574, - "a", + ",", -1, 0.504, "", @@ -73006,7 +73006,7 @@ 505.574, 351.545, 505.574, - "n", + "0", -1, 0.504, "", @@ -73029,7 +73029,7 @@ 505.574, 352.45, 505.574, - "c", + "+", -1, 0.504, "", @@ -73052,7 +73052,7 @@ 505.574, 353.196, 505.574, - "e", + "&", -1, 0.504, "", @@ -73075,7 +73075,7 @@ 505.574, 354.048, 505.574, - ".", + "\"", -1, 0.504, "", @@ -73098,7 +73098,7 @@ 505.574, 354.569, 505.574, - " ", + "#", -1, 0.504, "", @@ -73121,7 +73121,7 @@ 505.574, 355.073, 505.574, - " ", + "#", -1, 0.504, "", @@ -73144,7 +73144,7 @@ 503.964, 326.88, 503.964, - "2", + ":", -1, 0.504, "", @@ -73167,7 +73167,7 @@ 503.964, 327.79, 503.964, - ".", + "\"", -1, 0.504, "", @@ -73190,7 +73190,7 @@ 503.964, 328.311, 503.964, - " ", + "#", -1, 0.504, "", @@ -73213,7 +73213,7 @@ 503.964, 328.813, 503.964, - "T", + "$", -1, 0.504, "", @@ -73236,7 +73236,7 @@ 503.964, 329.543, 503.964, - "o", + "4", -1, 0.504, "", @@ -73259,7 +73259,7 @@ 503.964, 330.41, 503.964, - " ", + "#", -1, 0.504, "", @@ -73282,7 +73282,7 @@ 503.964, 330.913, 503.964, - "a", + ",", -1, 0.504, "", @@ -73305,7 +73305,7 @@ 503.964, 331.773, 503.964, - "d", + "2", -1, 0.504, "", @@ -73328,7 +73328,7 @@ 503.964, 332.664, 503.964, - "j", + "=", -1, 0.504, "", @@ -73351,7 +73351,7 @@ 503.964, 333.157, 503.964, - "u", + ".", -1, 0.504, "", @@ -73374,7 +73374,7 @@ 503.964, 334.062, 503.964, - "s", + "1", -1, 0.504, "", @@ -73397,7 +73397,7 @@ 503.964, 334.808, 503.964, - "t", + ")", -1, 0.504, "", @@ -73420,7 +73420,7 @@ 503.964, 335.371, 503.964, - " ", + "#", -1, 0.504, "", @@ -73443,7 +73443,7 @@ 503.964, 335.875, 503.964, - "t", + ")", -1, 0.504, "", @@ -73466,7 +73466,7 @@ 503.964, 336.438, 503.964, - "h", + "%", -1, 0.504, "", @@ -73489,7 +73489,7 @@ 503.964, 337.344, 503.964, - "e", + "&", -1, 0.504, "", @@ -73512,7 +73512,7 @@ 503.964, 338.197, 503.964, - " ", + "#", -1, 0.504, "", @@ -73535,7 +73535,7 @@ 503.964, 338.7, 503.964, - "i", + "*", -1, 0.504, "", @@ -73558,7 +73558,7 @@ 503.964, 339.092, 503.964, - "n", + "0", -1, 0.504, "", @@ -73581,7 +73581,7 @@ 503.964, 339.998, 503.964, - "t", + ")", -1, 0.504, "", @@ -73604,7 +73604,7 @@ 503.964, 340.562, 503.964, - "e", + "&", -1, 0.504, "", @@ -73627,7 +73627,7 @@ 503.964, 341.414, 503.964, - "r", + "(", -1, 0.504, "", @@ -73650,7 +73650,7 @@ 503.964, 342.025, 503.964, - "p", + "7", -1, 0.504, "", @@ -73673,7 +73673,7 @@ 503.964, 342.916, 503.964, - "u", + ".", -1, 0.504, "", @@ -73696,7 +73696,7 @@ 503.964, 343.822, 503.964, - "p", + "7", -1, 0.504, "", @@ -73719,7 +73719,7 @@ 503.964, 344.713, 503.964, - "i", + "*", -1, 0.504, "", @@ -73742,7 +73742,7 @@ 503.964, 345.105, 503.964, - "l", + "-", -1, 0.504, "", @@ -73765,7 +73765,7 @@ 503.964, 345.889, 503.964, - "a", + ",", -1, 0.504, "", @@ -73788,7 +73788,7 @@ 503.964, 346.749, 503.964, - "r", + "(", -1, 0.504, "", @@ -73811,7 +73811,7 @@ 503.964, 347.36, 503.964, - "y", + "B", -1, 0.504, "", @@ -73834,7 +73834,7 @@ 503.964, 348.207, 503.964, - " ", + "#", -1, 0.504, "", @@ -73857,7 +73857,7 @@ 503.964, 348.711, 503.964, - "d", + "2", -1, 0.504, "", @@ -73880,7 +73880,7 @@ 503.964, 349.602, 503.964, - "i", + "*", -1, 0.504, "", @@ -73903,7 +73903,7 @@ 503.964, 349.994, 503.964, - "s", + "1", -1, 0.504, "", @@ -73926,7 +73926,7 @@ 503.964, 350.739, 503.964, - "t", + ")", -1, 0.504, "", @@ -73949,7 +73949,7 @@ 503.964, 351.303, 503.964, - "a", + ",", -1, 0.504, "", @@ -73972,7 +73972,7 @@ 503.964, 352.163, 503.964, - "n", + "0", -1, 0.504, "", @@ -73995,7 +73995,7 @@ 503.964, 353.068, 503.964, - "c", + "+", -1, 0.504, "", @@ -74018,7 +74018,7 @@ 503.964, 353.814, 503.964, - "e", + "&", -1, 0.504, "", @@ -74041,7 +74041,7 @@ 503.964, 354.666, 503.964, - " ", + "#", -1, 0.504, "", @@ -74064,7 +74064,7 @@ 502.354, 326.882, 502.354, - " ", + "#", -1, 0.504, "", @@ -74087,7 +74087,7 @@ 502.354, 327.385, 502.354, - " ", + "#", -1, 0.504, "", @@ -74110,7 +74110,7 @@ 502.354, 327.889, 502.354, - " ", + "#", -1, 0.504, "", @@ -74133,7 +74133,7 @@ 502.354, 328.393, 502.354, - " ", + "#", -1, 0.504, "", @@ -74156,7 +74156,7 @@ 502.354, 328.896, 502.354, - "r", + "(", -1, 0.504, "", @@ -74179,7 +74179,7 @@ 502.354, 329.507, 502.354, - "o", + "4", -1, 0.504, "", @@ -74202,7 +74202,7 @@ 502.354, 330.375, 502.354, - "t", + ")", -1, 0.504, "", @@ -74225,7 +74225,7 @@ 502.354, 330.939, 502.354, - "a", + ",", -1, 0.504, "", @@ -74248,7 +74248,7 @@ 502.354, 331.799, 502.354, - "t", + ")", -1, 0.504, "", @@ -74271,7 +74271,7 @@ 502.354, 332.363, 502.354, - "e", + "&", -1, 0.504, "", @@ -74294,7 +74294,7 @@ 502.354, 333.215, 502.354, - " ", + "#", -1, 0.504, "", @@ -74317,7 +74317,7 @@ 502.354, 333.719, 502.354, - "t", + ")", -1, 0.504, "", @@ -74340,7 +74340,7 @@ 502.354, 334.283, 502.354, - "h", + "%", -1, 0.504, "", @@ -74363,7 +74363,7 @@ 502.354, 335.188, 502.354, - "e", + "&", -1, 0.504, "", @@ -74386,7 +74386,7 @@ 502.354, 336.041, 502.354, - " ", + "#", -1, 0.504, "", @@ -74409,7 +74409,7 @@ 502.354, 336.544, 502.354, - "p", + "7", -1, 0.504, "", @@ -74432,7 +74432,7 @@ 502.354, 337.436, 502.354, - "r", + "(", -1, 0.504, "", @@ -74455,7 +74455,7 @@ 502.354, 338.047, 502.354, - "i", + "*", -1, 0.504, "", @@ -74478,7 +74478,7 @@ 502.354, 338.439, 502.354, - "s", + "1", -1, 0.504, "", @@ -74501,7 +74501,7 @@ 502.354, 339.184, 502.354, - "m", + "8", -1, 0.504, "", @@ -74524,7 +74524,7 @@ 502.354, 340.576, 502.354, - " ", + "#", -1, 0.504, "", @@ -74547,7 +74547,7 @@ 502.354, 341.079, 502.354, - "c", + "+", -1, 0.504, "", @@ -74570,7 +74570,7 @@ 502.354, 341.825, 502.354, - "a", + ",", -1, 0.504, "", @@ -74593,7 +74593,7 @@ 502.354, 342.685, 502.354, - "p", + "7", -1, 0.504, "", @@ -74616,7 +74616,7 @@ 502.354, 343.576, 502.354, - "s", + "1", -1, 0.504, "", @@ -74639,7 +74639,7 @@ 502.354, 344.321, 502.354, - " ", + "#", -1, 0.504, "", @@ -74662,7 +74662,7 @@ 502.354, 344.825, 502.354, - "u", + ".", -1, 0.504, "", @@ -74685,7 +74685,7 @@ 502.354, 345.73, 502.354, - "n", + "0", -1, 0.504, "", @@ -74708,7 +74708,7 @@ 502.354, 346.636, 502.354, - "t", + ")", -1, 0.504, "", @@ -74731,7 +74731,7 @@ 502.354, 347.2, 502.354, - "i", + "*", -1, 0.504, "", @@ -74754,7 +74754,7 @@ 502.354, 347.592, 502.354, - "l", + "-", -1, 0.504, "", @@ -74777,7 +74777,7 @@ 502.354, 347.984, 502.354, - " ", + "#", -1, 0.504, "", @@ -74800,7 +74800,7 @@ 502.354, 348.487, 502.354, - "b", + "/", -1, 0.504, "", @@ -74823,7 +74823,7 @@ 502.354, 349.379, 502.354, - "o", + "4", -1, 0.504, "", @@ -74846,7 +74846,7 @@ 502.354, 350.247, 502.354, - "t", + ")", -1, 0.504, "", @@ -74869,7 +74869,7 @@ 502.354, 350.811, 502.354, - "h", + "%", -1, 0.504, "", @@ -74892,7 +74892,7 @@ 502.354, 351.716, 502.354, - " ", + "#", -1, 0.504, "", @@ -74915,7 +74915,7 @@ 502.354, 352.22, 502.354, - "e", + "&", -1, 0.504, "", @@ -74938,7 +74938,7 @@ 502.354, 353.073, 502.354, - "y", + "B", -1, 0.504, "", @@ -74961,7 +74961,7 @@ 502.354, 353.919, 502.354, - "e", + "&", -1, 0.504, "", @@ -74984,7 +74984,7 @@ 502.354, 354.772, 502.354, - "s", + "1", -1, 0.504, "", @@ -75007,7 +75007,7 @@ 502.354, 355.517, 502.354, - " ", + "#", -1, 0.504, "", @@ -75030,7 +75030,7 @@ 500.744, 326.882, 500.744, - " ", + "#", -1, 0.504, "", @@ -75053,7 +75053,7 @@ 500.744, 327.385, 500.744, - " ", + "#", -1, 0.504, "", @@ -75076,7 +75076,7 @@ 500.744, 327.889, 500.744, - " ", + "#", -1, 0.504, "", @@ -75099,7 +75099,7 @@ 500.744, 328.393, 500.744, - " ", + "#", -1, 0.504, "", @@ -75122,7 +75122,7 @@ 500.744, 328.896, 500.744, - "c", + "+", -1, 0.504, "", @@ -75145,7 +75145,7 @@ 500.744, 329.642, 500.744, - "o", + "4", -1, 0.504, "", @@ -75168,7 +75168,7 @@ 500.744, 330.51, 500.744, - "i", + "*", -1, 0.504, "", @@ -75191,7 +75191,7 @@ 500.744, 330.902, 500.744, - "n", + "0", -1, 0.504, "", @@ -75214,7 +75214,7 @@ 500.744, 331.808, 500.744, - "c", + "+", -1, 0.504, "", @@ -75237,7 +75237,7 @@ 500.744, 332.553, 500.744, - "i", + "*", -1, 0.504, "", @@ -75260,7 +75260,7 @@ 500.744, 332.945, 500.744, - "d", + "2", -1, 0.504, "", @@ -75283,7 +75283,7 @@ 500.744, 333.836, 500.744, - "e", + "&", -1, 0.504, "", @@ -75306,7 +75306,7 @@ 500.744, 334.689, 500.744, - " ", + "#", -1, 0.504, "", @@ -75329,7 +75329,7 @@ 500.744, 335.192, 500.744, - "w", + "5", -1, 0.504, "", @@ -75352,7 +75352,7 @@ 500.744, 336.363, 500.744, - "i", + "*", -1, 0.504, "", @@ -75375,7 +75375,7 @@ 500.744, 336.755, 500.744, - "t", + ")", -1, 0.504, "", @@ -75398,7 +75398,7 @@ 500.744, 337.318, 500.744, - "h", + "%", -1, 0.504, "", @@ -75421,7 +75421,7 @@ 500.744, 338.224, 500.744, - " ", + "#", -1, 0.504, "", @@ -75444,7 +75444,7 @@ 500.744, 338.728, 500.744, - "t", + ")", -1, 0.504, "", @@ -75467,7 +75467,7 @@ 500.744, 339.291, 500.744, - "h", + "%", -1, 0.504, "", @@ -75490,7 +75490,7 @@ 500.744, 340.197, 500.744, - "e", + "&", -1, 0.504, "", @@ -75513,7 +75513,7 @@ 500.744, 341.049, 500.744, - " ", + "#", -1, 0.504, "", @@ -75536,7 +75536,7 @@ 500.744, 341.553, 500.744, - "i", + "*", -1, 0.504, "", @@ -75559,7 +75559,7 @@ 500.744, 341.945, 500.744, - "m", + "8", -1, 0.504, "", @@ -75582,7 +75582,7 @@ 500.744, 343.337, 500.744, - "a", + ",", -1, 0.504, "", @@ -75605,7 +75605,7 @@ 500.744, 344.197, 500.744, - "g", + "6", -1, 0.504, "", @@ -75628,7 +75628,7 @@ 500.744, 345.088, 500.744, - "e", + "&", -1, 0.504, "", @@ -75651,7 +75651,7 @@ 500.744, 345.941, 500.744, - " ", + "#", -1, 0.504, "", @@ -75674,7 +75674,7 @@ 500.744, 346.444, 500.744, - "i", + "*", -1, 0.504, "", @@ -75697,7 +75697,7 @@ 500.744, 346.836, 500.744, - "n", + "0", -1, 0.504, "", @@ -75720,7 +75720,7 @@ 500.744, 347.742, 500.744, - " ", + "#", -1, 0.504, "", @@ -75743,7 +75743,7 @@ 500.744, 348.246, 500.744, - "t", + ")", -1, 0.504, "", @@ -75766,7 +75766,7 @@ 500.744, 348.809, 500.744, - "h", + "%", -1, 0.504, "", @@ -75789,7 +75789,7 @@ 500.744, 349.715, 500.744, - "e", + "&", -1, 0.504, "", @@ -75812,7 +75812,7 @@ 500.744, 350.567, 500.744, - " ", + "#", -1, 0.504, "", @@ -75835,7 +75835,7 @@ 500.744, 351.071, 500.744, - " ", + "#", -1, 0.504, "", @@ -75858,7 +75858,7 @@ 500.744, 352.633, 500.744, - " ", + "#", -1, 0.504, "", @@ -75881,7 +75881,7 @@ 499.133, 326.882, 499.133, - " ", + "#", -1, 0.504, "", @@ -75904,7 +75904,7 @@ 499.133, 327.385, 499.133, - " ", + "#", -1, 0.504, "", @@ -75927,7 +75927,7 @@ 499.133, 327.889, 499.133, - " ", + "#", -1, 0.504, "", @@ -75950,7 +75950,7 @@ 499.133, 328.393, 499.133, - " ", + "#", -1, 0.504, "", @@ -75973,7 +75973,7 @@ 499.133, 328.896, 499.133, - "e", + "&", -1, 0.504, "", @@ -75996,7 +75996,7 @@ 499.133, 329.749, 499.133, - "y", + "B", -1, 0.504, "", @@ -76019,7 +76019,7 @@ 499.133, 330.596, 499.133, - "e", + "&", -1, 0.504, "", @@ -76042,7 +76042,7 @@ 499.133, 331.448, 499.133, - "p", + "7", -1, 0.504, "", @@ -76065,7 +76065,7 @@ 499.133, 332.34, 499.133, - "i", + "*", -1, 0.504, "", @@ -76088,7 +76088,7 @@ 499.133, 332.732, 499.133, - "e", + "&", -1, 0.504, "", @@ -76111,7 +76111,7 @@ 499.133, 333.584, 499.133, - "c", + "+", -1, 0.504, "", @@ -76134,7 +76134,7 @@ 499.133, 334.33, 499.133, - "e", + "&", -1, 0.504, "", @@ -76157,7 +76157,7 @@ 499.133, 335.182, 499.133, - ".", + "\"", -1, 0.504, "", @@ -76180,7 +76180,7 @@ 499.133, 335.703, 499.133, - " ", + "#", -1, 0.504, "", @@ -76203,7 +76203,7 @@ 497.523, 326.882, 497.523, - " ", + "#", -1, 0.504, "", @@ -76226,7 +76226,7 @@ 495.913, 326.882, 495.913, - "F", + "D", -1, 0.489, "", @@ -76249,7 +76249,7 @@ 495.913, 327.812, 495.913, - "O", + "4", -1, 0.489, "", @@ -76272,7 +76272,7 @@ 495.913, 329.028, 495.913, - "C", + ".", -1, 0.489, "", @@ -76295,7 +76295,7 @@ 495.913, 330.064, 495.913, - "U", + "#", -1, 0.489, "", @@ -76318,7 +76318,7 @@ 495.913, 331.225, 495.913, - "S", + "$", -1, 0.489, "", @@ -76341,7 +76341,7 @@ 495.913, 332.241, 495.913, - "I", + "%", -1, 0.489, "", @@ -76364,7 +76364,7 @@ 495.913, 333.022, 495.913, - "N", + "&", -1, 0.489, "", @@ -76387,7 +76387,7 @@ 495.913, 334.234, 495.913, - "G", + "'", -1, 0.489, "", @@ -76410,7 +76410,7 @@ 494.303, 326.882, 494.303, - "1", + "!", -1, 0.504, "", @@ -76433,7 +76433,7 @@ 494.303, 327.792, 494.303, - ".", + "\"", -1, 0.504, "", @@ -76456,7 +76456,7 @@ 494.303, 328.312, 494.303, - " ", + "#", -1, 0.504, "", @@ -76479,7 +76479,7 @@ 494.303, 328.816, 494.303, - "R", + "D", -1, 0.504, "", @@ -76502,7 +76502,7 @@ 494.303, 329.775, 494.303, - "e", + "&", -1, 0.504, "", @@ -76525,7 +76525,7 @@ 494.303, 330.624, 494.303, - "m", + "8", -1, 0.504, "", @@ -76548,7 +76548,7 @@ 494.303, 332.015, 494.303, - "o", + "4", -1, 0.504, "", @@ -76571,7 +76571,7 @@ 494.303, 332.88, 494.303, - "v", + "'", -1, 0.504, "", @@ -76594,7 +76594,7 @@ 494.303, 333.726, 494.303, - "e", + "&", -1, 0.504, "", @@ -76617,7 +76617,7 @@ 494.303, 334.577, 494.303, - " ", + "#", -1, 0.504, "", @@ -76640,7 +76640,7 @@ 494.303, 335.079, 494.303, - "t", + ")", -1, 0.504, "", @@ -76663,7 +76663,7 @@ 494.303, 335.642, 494.303, - "h", + "%", -1, 0.504, "", @@ -76686,7 +76686,7 @@ 494.303, 336.546, 494.303, - "e", + "&", -1, 0.504, "", @@ -76709,7 +76709,7 @@ 494.303, 337.397, 494.303, - " ", + "#", -1, 0.504, "", @@ -76732,7 +76732,7 @@ 494.303, 337.898, 494.303, - "l", + "-", -1, 0.504, "", @@ -76755,7 +76755,7 @@ 494.303, 338.288, 494.303, - "e", + "&", -1, 0.504, "", @@ -76778,7 +76778,7 @@ 494.303, 339.14, 494.303, - "n", + "0", -1, 0.504, "", @@ -76801,7 +76801,7 @@ 494.303, 340.044, 494.303, - "s", + "1", -1, 0.504, "", @@ -76824,7 +76824,7 @@ 494.303, 340.788, 494.303, - " ", + "#", -1, 0.504, "", @@ -76847,7 +76847,7 @@ 494.303, 341.288, 494.303, - "p", + "7", -1, 0.504, "", @@ -76870,7 +76870,7 @@ 494.303, 342.178, 494.303, - "r", + "(", -1, 0.504, "", @@ -76893,7 +76893,7 @@ 494.303, 342.788, 494.303, - "o", + "4", -1, 0.504, "", @@ -76916,7 +76916,7 @@ 494.303, 343.655, 494.303, - "t", + ")", -1, 0.504, "", @@ -76939,7 +76939,7 @@ 494.303, 344.217, 494.303, - "e", + "&", -1, 0.504, "", @@ -76962,7 +76962,7 @@ 494.303, 345.068, 494.303, - "c", + "+", -1, 0.504, "", @@ -76985,7 +76985,7 @@ 494.303, 345.812, 494.303, - "t", + ")", -1, 0.504, "", @@ -77008,7 +77008,7 @@ 494.303, 346.374, 494.303, - "i", + "*", -1, 0.504, "", @@ -77031,7 +77031,7 @@ 494.303, 346.765, 494.303, - "v", + "'", -1, 0.504, "", @@ -77054,7 +77054,7 @@ 494.303, 347.61, 494.303, - "e", + "&", -1, 0.504, "", @@ -77077,7 +77077,7 @@ 494.303, 348.459, 494.303, - " ", + "#", -1, 0.504, "", @@ -77100,7 +77100,7 @@ 494.303, 348.961, 494.303, - "c", + "+", -1, 0.504, "", @@ -77123,7 +77123,7 @@ 494.303, 349.703, 494.303, - "o", + "4", -1, 0.504, "", @@ -77146,7 +77146,7 @@ 494.303, 350.57, 494.303, - "v", + "'", -1, 0.504, "", @@ -77169,7 +77169,7 @@ 494.303, 351.414, 494.303, - "e", + "&", -1, 0.504, "", @@ -77192,7 +77192,7 @@ 494.303, 352.256, 494.303, - "r", + "(", -1, 0.504, "", @@ -77215,7 +77215,7 @@ 494.303, 352.665, 494.303, - ".", + "\"", -1, 0.504, "", @@ -77238,7 +77238,7 @@ 492.692, 326.883, 492.692, - "2", + ":", -1, 0.504, "", @@ -77261,7 +77261,7 @@ 492.692, 327.793, 492.692, - ".", + "\"", -1, 0.504, "", @@ -77284,7 +77284,7 @@ 492.692, 328.314, 492.692, - " ", + "#", -1, 0.504, "", @@ -77307,7 +77307,7 @@ 492.692, 328.817, 492.692, - "P", + "E", -1, 0.504, "", @@ -77330,7 +77330,7 @@ 492.692, 329.68, 492.692, - "l", + "-", -1, 0.504, "", @@ -77353,7 +77353,7 @@ 492.692, 330.072, 492.692, - "a", + ",", -1, 0.504, "", @@ -77376,7 +77376,7 @@ 492.692, 330.932, 492.692, - "c", + "+", -1, 0.504, "", @@ -77399,7 +77399,7 @@ 492.692, 331.677, 492.692, - "e", + "&", -1, 0.504, "", @@ -77422,7 +77422,7 @@ 492.692, 332.53, 492.692, - " ", + "#", -1, 0.504, "", @@ -77445,7 +77445,7 @@ 492.692, 333.034, 492.692, - "t", + ")", -1, 0.504, "", @@ -77468,7 +77468,7 @@ 492.692, 333.597, 492.692, - "h", + "%", -1, 0.504, "", @@ -77491,7 +77491,7 @@ 492.692, 334.503, 492.692, - "e", + "&", -1, 0.504, "", @@ -77514,7 +77514,7 @@ 492.692, 335.355, 492.692, - " ", + "#", -1, 0.504, "", @@ -77537,7 +77537,7 @@ 492.692, 335.859, 492.692, - "s", + "1", -1, 0.504, "", @@ -77560,7 +77560,7 @@ 492.692, 336.604, 492.692, - "p", + "7", -1, 0.504, "", @@ -77583,7 +77583,7 @@ 492.692, 337.496, 492.692, - "e", + "&", -1, 0.504, "", @@ -77606,7 +77606,7 @@ 492.692, 338.348, 492.692, - "c", + "+", -1, 0.504, "", @@ -77629,7 +77629,7 @@ 492.692, 339.094, 492.692, - "i", + "*", -1, 0.504, "", @@ -77652,7 +77652,7 @@ 492.692, 339.486, 492.692, - "m", + "8", -1, 0.504, "", @@ -77675,7 +77675,7 @@ 492.692, 340.878, 492.692, - "e", + "&", -1, 0.504, "", @@ -77698,7 +77698,7 @@ 492.692, 341.73, 492.692, - "n", + "0", -1, 0.504, "", @@ -77721,7 +77721,7 @@ 492.692, 342.636, 492.692, - " ", + "#", -1, 0.504, "", @@ -77744,7 +77744,7 @@ 492.692, 343.14, 492.692, - "o", + "4", -1, 0.504, "", @@ -77767,7 +77767,7 @@ 492.692, 344.008, 492.692, - "n", + "0", -1, 0.504, "", @@ -77790,7 +77790,7 @@ 492.692, 344.914, 492.692, - " ", + "#", -1, 0.504, "", @@ -77813,7 +77813,7 @@ 492.692, 345.417, 492.692, - "t", + ")", -1, 0.504, "", @@ -77836,7 +77836,7 @@ 492.692, 345.981, 492.692, - "h", + "%", -1, 0.504, "", @@ -77859,7 +77859,7 @@ 492.692, 346.886, 492.692, - "e", + "&", -1, 0.504, "", @@ -77882,7 +77882,7 @@ 492.692, 347.739, 492.692, - " ", + "#", -1, 0.504, "", @@ -77905,7 +77905,7 @@ 492.692, 348.243, 492.692, - "w", + "5", -1, 0.504, "", @@ -77928,7 +77928,7 @@ 492.692, 349.413, 492.692, - "o", + "4", -1, 0.504, "", @@ -77951,7 +77951,7 @@ 492.692, 350.281, 492.692, - "r", + "(", -1, 0.504, "", @@ -77974,7 +77974,7 @@ 492.692, 350.892, 492.692, - "k", + "@", -1, 0.504, "", @@ -77997,7 +77997,7 @@ 492.692, 351.739, 492.692, - "i", + "*", -1, 0.504, "", @@ -78020,7 +78020,7 @@ 492.692, 352.131, 492.692, - "n", + "0", -1, 0.504, "", @@ -78043,7 +78043,7 @@ 492.692, 353.037, 492.692, - "g", + "6", -1, 0.504, "", @@ -78066,7 +78066,7 @@ 492.692, 353.928, 492.692, - " ", + "#", -1, 0.504, "", @@ -78089,7 +78089,7 @@ 491.082, 326.883, 491.082, - " ", + "#", -1, 0.504, "", @@ -78112,7 +78112,7 @@ 491.082, 327.387, 491.082, - " ", + "#", -1, 0.504, "", @@ -78135,7 +78135,7 @@ 491.082, 327.89, 491.082, - " ", + "#", -1, 0.504, "", @@ -78158,7 +78158,7 @@ 491.082, 328.394, 491.082, - " ", + "#", -1, 0.504, "", @@ -78181,7 +78181,7 @@ 491.082, 328.898, 491.082, - "s", + "1", -1, 0.504, "", @@ -78204,7 +78204,7 @@ 491.082, 329.643, 491.082, - "t", + ")", -1, 0.504, "", @@ -78227,7 +78227,7 @@ 491.082, 330.207, 491.082, - "a", + ",", -1, 0.504, "", @@ -78250,7 +78250,7 @@ 491.082, 331.066, 491.082, - "g", + "6", -1, 0.504, "", @@ -78273,7 +78273,7 @@ 491.082, 331.958, 491.082, - "e", + "&", -1, 0.504, "", @@ -78296,7 +78296,7 @@ 491.082, 332.808, 491.082, - ".", + "\"", -1, 0.504, "", @@ -78319,7 +78319,7 @@ 489.472, 326.883, 489.472, - "3", + ">", -1, 0.504, "", @@ -78342,7 +78342,7 @@ 489.472, 327.793, 489.472, - ".", + "\"", -1, 0.504, "", @@ -78365,7 +78365,7 @@ 489.472, 328.314, 489.472, - " ", + "#", -1, 0.504, "", @@ -78411,7 +78411,7 @@ 489.472, 329.603, 489.472, - "o", + "4", -1, 0.504, "", @@ -78434,7 +78434,7 @@ 489.472, 330.471, 489.472, - "c", + "+", -1, 0.504, "", @@ -78457,7 +78457,7 @@ 489.472, 331.217, 489.472, - "u", + ".", -1, 0.504, "", @@ -78480,7 +78480,7 @@ 489.472, 332.122, 489.472, - "s", + "1", -1, 0.504, "", @@ -78503,7 +78503,7 @@ 489.472, 332.868, 489.472, - " ", + "#", -1, 0.504, "", @@ -78526,7 +78526,7 @@ 489.472, 333.371, 489.472, - "t", + ")", -1, 0.504, "", @@ -78549,7 +78549,7 @@ 489.472, 333.935, 489.472, - "h", + "%", -1, 0.504, "", @@ -78572,7 +78572,7 @@ 489.472, 334.84, 489.472, - "e", + "&", -1, 0.504, "", @@ -78595,7 +78595,7 @@ 489.472, 335.693, 489.472, - " ", + "#", -1, 0.504, "", @@ -78618,7 +78618,7 @@ 489.472, 336.197, 489.472, - "s", + "1", -1, 0.504, "", @@ -78641,7 +78641,7 @@ 489.472, 336.942, 489.472, - "p", + "7", -1, 0.504, "", @@ -78664,7 +78664,7 @@ 489.472, 337.833, 489.472, - "e", + "&", -1, 0.504, "", @@ -78687,7 +78687,7 @@ 489.472, 338.686, 489.472, - "c", + "+", -1, 0.504, "", @@ -78710,7 +78710,7 @@ 489.472, 339.431, 489.472, - "i", + "*", -1, 0.504, "", @@ -78733,7 +78733,7 @@ 489.472, 339.823, 489.472, - "m", + "8", -1, 0.504, "", @@ -78756,7 +78756,7 @@ 489.472, 341.215, 489.472, - "e", + "&", -1, 0.504, "", @@ -78779,7 +78779,7 @@ 489.472, 342.068, 489.472, - "n", + "0", -1, 0.504, "", @@ -78802,7 +78802,7 @@ 489.472, 342.974, 489.472, - " ", + "#", -1, 0.504, "", @@ -78825,7 +78825,7 @@ 489.472, 343.477, 489.472, - "w", + "5", -1, 0.504, "", @@ -78848,7 +78848,7 @@ 489.472, 344.647, 489.472, - "i", + "*", -1, 0.504, "", @@ -78871,7 +78871,7 @@ 489.472, 345.039, 489.472, - "t", + ")", -1, 0.504, "", @@ -78894,7 +78894,7 @@ 489.472, 345.603, 489.472, - "h", + "%", -1, 0.504, "", @@ -78917,7 +78917,7 @@ 489.472, 346.509, 489.472, - " ", + "#", -1, 0.504, "", @@ -78940,7 +78940,7 @@ 489.472, 347.012, 489.472, - "t", + ")", -1, 0.504, "", @@ -78963,7 +78963,7 @@ 489.472, 347.576, 489.472, - "h", + "%", -1, 0.504, "", @@ -78986,7 +78986,7 @@ 489.472, 348.482, 489.472, - "e", + "&", -1, 0.504, "", @@ -79009,7 +79009,7 @@ 489.472, 349.334, 489.472, - " ", + "#", -1, 0.504, "", @@ -79032,7 +79032,7 @@ 489.472, 349.838, 489.472, - "l", + "-", -1, 0.504, "", @@ -79055,7 +79055,7 @@ 489.472, 350.23, 489.472, - "e", + "&", -1, 0.504, "", @@ -79078,7 +79078,7 @@ 489.472, 351.083, 489.472, - "f", + "3", -1, 0.504, "", @@ -79101,7 +79101,7 @@ 489.472, 351.586, 489.472, - "t", + ")", -1, 0.504, "", @@ -79124,7 +79124,7 @@ 489.472, 352.15, 489.472, - " ", + "#", -1, 0.504, "", @@ -79147,7 +79147,7 @@ 489.472, 352.653, 489.472, - "e", + "&", -1, 0.504, "", @@ -79170,7 +79170,7 @@ 489.472, 353.506, 489.472, - "y", + "B", -1, 0.504, "", @@ -79193,7 +79193,7 @@ 489.472, 354.353, 489.472, - "e", + "&", -1, 0.504, "", @@ -79216,7 +79216,7 @@ 489.472, 355.206, 489.472, - " ", + "#", -1, 0.504, "", @@ -79239,7 +79239,7 @@ 487.862, 326.883, 487.862, - " ", + "#", -1, 0.504, "", @@ -79262,7 +79262,7 @@ 487.862, 327.387, 487.862, - " ", + "#", -1, 0.504, "", @@ -79285,7 +79285,7 @@ 487.862, 327.89, 487.862, - " ", + "#", -1, 0.504, "", @@ -79308,7 +79308,7 @@ 487.862, 328.394, 487.862, - " ", + "#", -1, 0.504, "", @@ -79331,7 +79331,7 @@ 487.862, 328.898, 487.862, - "f", + "3", -1, 0.504, "", @@ -79354,7 +79354,7 @@ 487.862, 329.401, 487.862, - "i", + "*", -1, 0.504, "", @@ -79377,7 +79377,7 @@ 487.862, 329.793, 487.862, - "r", + "(", -1, 0.504, "", @@ -79400,7 +79400,7 @@ 487.862, 330.404, 487.862, - "s", + "1", -1, 0.504, "", @@ -79423,7 +79423,7 @@ 487.862, 331.149, 487.862, - "t", + ")", -1, 0.504, "", @@ -79446,7 +79446,7 @@ 487.862, 331.713, 487.862, - " ", + "#", -1, 0.504, "", @@ -79469,7 +79469,7 @@ 487.862, 332.217, 487.862, - "w", + "5", -1, 0.504, "", @@ -79492,7 +79492,7 @@ 487.862, 333.387, 487.862, - "h", + "%", -1, 0.504, "", @@ -79515,7 +79515,7 @@ 487.862, 334.293, 487.862, - "i", + "*", -1, 0.504, "", @@ -79538,7 +79538,7 @@ 487.862, 334.685, 487.862, - "l", + "-", -1, 0.504, "", @@ -79561,7 +79561,7 @@ 487.862, 335.077, 487.862, - "e", + "&", -1, 0.504, "", @@ -79584,7 +79584,7 @@ 487.862, 335.929, 487.862, - " ", + "#", -1, 0.504, "", @@ -79607,7 +79607,7 @@ 487.862, 336.433, 487.862, - "t", + ")", -1, 0.504, "", @@ -79630,7 +79630,7 @@ 487.862, 336.996, 487.862, - "u", + ".", -1, 0.504, "", @@ -79653,7 +79653,7 @@ 487.862, 337.902, 487.862, - "r", + "(", -1, 0.504, "", @@ -79676,7 +79676,7 @@ 487.862, 338.513, 487.862, - "n", + "0", -1, 0.504, "", @@ -79699,7 +79699,7 @@ 487.862, 339.419, 487.862, - "i", + "*", -1, 0.504, "", @@ -79722,7 +79722,7 @@ 487.862, 339.81, 487.862, - "n", + "0", -1, 0.504, "", @@ -79745,7 +79745,7 @@ 487.862, 340.716, 487.862, - "g", + "6", -1, 0.504, "", @@ -79768,7 +79768,7 @@ 487.862, 341.607, 487.862, - " ", + "#", -1, 0.504, "", @@ -79791,7 +79791,7 @@ 487.862, 342.111, 487.862, - "t", + ")", -1, 0.504, "", @@ -79814,7 +79814,7 @@ 487.862, 342.675, 487.862, - "h", + "%", -1, 0.504, "", @@ -79837,7 +79837,7 @@ 487.862, 343.58, 487.862, - "e", + "&", -1, 0.504, "", @@ -79860,7 +79860,7 @@ 487.862, 344.433, 487.862, - " ", + "#", -1, 0.504, "", @@ -79883,7 +79883,7 @@ 487.862, 344.936, 487.862, - "f", + "3", -1, 0.504, "", @@ -79906,7 +79906,7 @@ 487.862, 345.44, 487.862, - "o", + "4", -1, 0.504, "", @@ -79929,7 +79929,7 @@ 487.862, 346.308, 487.862, - "c", + "+", -1, 0.504, "", @@ -79952,7 +79952,7 @@ 487.862, 347.054, 487.862, - "u", + ".", -1, 0.504, "", @@ -79975,7 +79975,7 @@ 487.862, 347.959, 487.862, - "s", + "1", -1, 0.504, "", @@ -79998,7 +79998,7 @@ 487.862, 348.705, 487.862, - " ", + "#", -1, 0.504, "", @@ -80021,7 +80021,7 @@ 487.862, 349.208, 487.862, - "k", + "@", -1, 0.504, "", @@ -80044,7 +80044,7 @@ 487.862, 350.055, 487.862, - "n", + "0", -1, 0.504, "", @@ -80067,7 +80067,7 @@ 487.862, 350.961, 487.862, - "o", + "4", -1, 0.504, "", @@ -80090,7 +80090,7 @@ 487.862, 351.829, 487.862, - "b", + "/", -1, 0.504, "", @@ -80113,7 +80113,7 @@ 487.862, 352.721, 487.862, - " ", + "#", -1, 0.504, "", @@ -80136,7 +80136,7 @@ 487.862, 353.224, 487.862, - "u", + ".", -1, 0.504, "", @@ -80159,7 +80159,7 @@ 487.862, 354.13, 487.862, - "n", + "0", -1, 0.504, "", @@ -80182,7 +80182,7 @@ 487.862, 355.035, 487.862, - "t", + ")", -1, 0.504, "", @@ -80205,7 +80205,7 @@ 487.862, 355.599, 487.862, - "i", + "*", -1, 0.504, "", @@ -80228,7 +80228,7 @@ 487.862, 355.991, 487.862, - "l", + "-", -1, 0.504, "", @@ -80251,7 +80251,7 @@ 487.862, 356.383, 487.862, - " ", + "#", -1, 0.504, "", @@ -80274,7 +80274,7 @@ 486.252, 326.883, 486.252, - " ", + "#", -1, 0.504, "", @@ -80297,7 +80297,7 @@ 486.252, 327.387, 486.252, - " ", + "#", -1, 0.504, "", @@ -80320,7 +80320,7 @@ 486.252, 327.89, 486.252, - " ", + "#", -1, 0.504, "", @@ -80343,7 +80343,7 @@ 486.252, 328.394, 486.252, - " ", + "#", -1, 0.504, "", @@ -80366,7 +80366,7 @@ 486.252, 328.898, 486.252, - "t", + ")", -1, 0.504, "", @@ -80389,7 +80389,7 @@ 486.252, 329.461, 486.252, - "h", + "%", -1, 0.504, "", @@ -80412,7 +80412,7 @@ 486.252, 330.364, 486.252, - "e", + "&", -1, 0.504, "", @@ -80435,7 +80435,7 @@ 486.252, 331.215, 486.252, - " ", + "#", -1, 0.504, "", @@ -80458,7 +80458,7 @@ 486.252, 331.719, 486.252, - "i", + "*", -1, 0.504, "", @@ -80481,7 +80481,7 @@ 486.252, 332.111, 486.252, - "m", + "8", -1, 0.504, "", @@ -80504,7 +80504,7 @@ 486.252, 333.503, 486.252, - "a", + ",", -1, 0.504, "", @@ -80527,7 +80527,7 @@ 486.252, 334.363, 486.252, - "g", + "6", -1, 0.504, "", @@ -80550,7 +80550,7 @@ 486.252, 335.254, 486.252, - "e", + "&", -1, 0.504, "", @@ -80573,7 +80573,7 @@ 486.252, 336.107, 486.252, - " ", + "#", -1, 0.504, "", @@ -80596,7 +80596,7 @@ 486.252, 336.61, 486.252, - "a", + ",", -1, 0.504, "", @@ -80619,7 +80619,7 @@ 486.252, 337.47, 486.252, - "p", + "7", -1, 0.504, "", @@ -80642,7 +80642,7 @@ 486.252, 338.361, 486.252, - "p", + "7", -1, 0.504, "", @@ -80665,7 +80665,7 @@ 486.252, 339.25, 486.252, - "e", + "&", -1, 0.504, "", @@ -80688,7 +80688,7 @@ 486.252, 340.101, 486.252, - "a", + ",", -1, 0.504, "", @@ -80711,7 +80711,7 @@ 486.252, 340.959, 486.252, - "r", + "(", -1, 0.504, "", @@ -80734,7 +80734,7 @@ 486.252, 341.57, 486.252, - "s", + "1", -1, 0.504, "", @@ -80757,7 +80757,7 @@ 486.252, 342.313, 486.252, - " ", + "#", -1, 0.504, "", @@ -80780,7 +80780,7 @@ 486.252, 342.816, 486.252, - "c", + "+", -1, 0.504, "", @@ -80803,7 +80803,7 @@ 486.252, 343.56, 486.252, - "l", + "-", -1, 0.504, "", @@ -80826,7 +80826,7 @@ 486.252, 343.952, 486.252, - "e", + "&", -1, 0.504, "", @@ -80849,7 +80849,7 @@ 486.252, 344.803, 486.252, - "a", + ",", -1, 0.504, "", @@ -80872,7 +80872,7 @@ 486.252, 345.662, 486.252, - "r", + "(", -1, 0.504, "", @@ -80895,7 +80895,7 @@ 486.252, 346.273, 486.252, - " ", + "#", -1, 0.504, "", @@ -80918,7 +80918,7 @@ 486.252, 346.775, 486.252, - "a", + ",", -1, 0.504, "", @@ -80941,7 +80941,7 @@ 486.252, 347.633, 486.252, - "n", + "0", -1, 0.504, "", @@ -80964,7 +80964,7 @@ 486.252, 348.537, 486.252, - "d", + "2", -1, 0.504, "", @@ -80987,7 +80987,7 @@ 486.252, 349.429, 486.252, - " ", + "#", -1, 0.504, "", @@ -81010,7 +81010,7 @@ 486.252, 349.932, 486.252, - "s", + "1", -1, 0.504, "", @@ -81033,7 +81033,7 @@ 486.252, 350.678, 486.252, - "h", + "%", -1, 0.504, "", @@ -81056,7 +81056,7 @@ 486.252, 351.583, 486.252, - "a", + ",", -1, 0.504, "", @@ -81079,7 +81079,7 @@ 486.252, 352.443, 486.252, - "r", + "(", -1, 0.504, "", @@ -81102,7 +81102,7 @@ 486.252, 353.054, 486.252, - "p", + "7", -1, 0.504, "", @@ -81125,7 +81125,7 @@ 486.252, 353.945, 486.252, - ".", + "\"", -1, 0.504, "", @@ -81148,7 +81148,7 @@ 484.641, 326.883, 484.641, - "4", + "G", -1, 0.504, "", @@ -81171,7 +81171,7 @@ 484.641, 327.793, 484.641, - ".", + "\"", -1, 0.504, "", @@ -81194,7 +81194,7 @@ 484.641, 328.314, 484.641, - " ", + "#", -1, 0.504, "", @@ -81217,7 +81217,7 @@ 484.641, 328.816, 484.641, - "R", + "D", -1, 0.504, "", @@ -81240,7 +81240,7 @@ 484.641, 329.777, 484.641, - "o", + "4", -1, 0.504, "", @@ -81263,7 +81263,7 @@ 484.641, 330.644, 484.641, - "t", + ")", -1, 0.504, "", @@ -81286,7 +81286,7 @@ 484.641, 331.208, 484.641, - "a", + ",", -1, 0.504, "", @@ -81309,7 +81309,7 @@ 484.641, 332.068, 484.641, - "t", + ")", -1, 0.504, "", @@ -81332,7 +81332,7 @@ 484.641, 332.632, 484.641, - "e", + "&", -1, 0.504, "", @@ -81355,7 +81355,7 @@ 484.641, 333.484, 484.641, - " ", + "#", -1, 0.504, "", @@ -81378,7 +81378,7 @@ 484.641, 333.988, 484.641, - "t", + ")", -1, 0.504, "", @@ -81401,7 +81401,7 @@ 484.641, 334.551, 484.641, - "h", + "%", -1, 0.504, "", @@ -81424,7 +81424,7 @@ 484.641, 335.457, 484.641, - "e", + "&", -1, 0.504, "", @@ -81447,7 +81447,7 @@ 484.641, 336.31, 484.641, - " ", + "#", -1, 0.504, "", @@ -81470,7 +81470,7 @@ 484.641, 336.813, 484.641, - "r", + "(", -1, 0.504, "", @@ -81493,7 +81493,7 @@ 484.641, 337.424, 484.641, - "i", + "*", -1, 0.504, "", @@ -81516,7 +81516,7 @@ 484.641, 337.816, 484.641, - "g", + "6", -1, 0.504, "", @@ -81539,7 +81539,7 @@ 484.641, 338.707, 484.641, - "h", + "%", -1, 0.504, "", @@ -81562,7 +81562,7 @@ 484.641, 339.613, 484.641, - "t", + ")", -1, 0.504, "", @@ -81585,7 +81585,7 @@ 484.641, 340.177, 484.641, - " ", + "#", -1, 0.504, "", @@ -81608,7 +81608,7 @@ 484.641, 340.68, 484.641, - "e", + "&", -1, 0.504, "", @@ -81631,7 +81631,7 @@ 484.641, 341.533, 484.641, - "y", + "B", -1, 0.504, "", @@ -81654,7 +81654,7 @@ 484.641, 342.38, 484.641, - "e", + "&", -1, 0.504, "", @@ -81677,7 +81677,7 @@ 484.641, 343.233, 484.641, - "p", + "7", -1, 0.504, "", @@ -81700,7 +81700,7 @@ 484.641, 344.124, 484.641, - "i", + "*", -1, 0.504, "", @@ -81723,7 +81723,7 @@ 484.641, 344.516, 484.641, - "e", + "&", -1, 0.504, "", @@ -81746,7 +81746,7 @@ 484.641, 345.369, 484.641, - "c", + "+", -1, 0.504, "", @@ -81769,7 +81769,7 @@ 484.641, 346.114, 484.641, - "e", + "&", -1, 0.504, "", @@ -81792,7 +81792,7 @@ 484.641, 346.967, 484.641, - " ", + "#", -1, 0.504, "", @@ -81815,7 +81815,7 @@ 484.641, 347.47, 484.641, - "r", + "(", -1, 0.504, "", @@ -81838,7 +81838,7 @@ 484.641, 348.081, 484.641, - "i", + "*", -1, 0.504, "", @@ -81861,7 +81861,7 @@ 484.641, 348.473, 484.641, - "n", + "0", -1, 0.504, "", @@ -81884,7 +81884,7 @@ 484.641, 349.379, 484.641, - "g", + "6", -1, 0.504, "", @@ -81907,7 +81907,7 @@ 484.641, 350.27, 484.641, - " ", + "#", -1, 0.504, "", @@ -81930,7 +81930,7 @@ 484.641, 350.773, 484.641, - "u", + ".", -1, 0.504, "", @@ -81953,7 +81953,7 @@ 484.641, 351.679, 484.641, - "n", + "0", -1, 0.504, "", @@ -81976,7 +81976,7 @@ 484.641, 352.585, 484.641, - "t", + ")", -1, 0.504, "", @@ -81999,7 +81999,7 @@ 484.641, 353.148, 484.641, - "i", + "*", -1, 0.504, "", @@ -82022,7 +82022,7 @@ 484.641, 353.54, 484.641, - "l", + "-", -1, 0.504, "", @@ -82045,7 +82045,7 @@ 484.641, 353.932, 484.641, - " ", + "#", -1, 0.504, "", @@ -82068,7 +82068,7 @@ 484.641, 354.436, 484.641, - "t", + ")", -1, 0.504, "", @@ -82091,7 +82091,7 @@ 484.641, 355.0, 484.641, - "h", + "%", -1, 0.504, "", @@ -82114,7 +82114,7 @@ 484.641, 355.905, 484.641, - "e", + "&", -1, 0.504, "", @@ -82137,7 +82137,7 @@ 484.641, 356.758, 484.641, - " ", + "#", -1, 0.504, "", @@ -82160,7 +82160,7 @@ 483.031, 326.883, 483.031, - " ", + "#", -1, 0.504, "", @@ -82183,7 +82183,7 @@ 483.031, 327.387, 483.031, - " ", + "#", -1, 0.504, "", @@ -82206,7 +82206,7 @@ 483.031, 327.89, 483.031, - " ", + "#", -1, 0.504, "", @@ -82229,7 +82229,7 @@ 483.031, 328.394, 483.031, - " ", + "#", -1, 0.504, "", @@ -82252,7 +82252,7 @@ 483.031, 328.898, 483.031, - "i", + "*", -1, 0.504, "", @@ -82275,7 +82275,7 @@ 483.031, 329.29, 483.031, - "m", + "8", -1, 0.504, "", @@ -82298,7 +82298,7 @@ 483.031, 330.682, 483.031, - "a", + ",", -1, 0.504, "", @@ -82321,7 +82321,7 @@ 483.031, 331.541, 483.031, - "g", + "6", -1, 0.504, "", @@ -82344,7 +82344,7 @@ 483.031, 332.433, 483.031, - "e", + "&", -1, 0.504, "", @@ -82367,7 +82367,7 @@ 483.031, 333.285, 483.031, - "s", + "1", -1, 0.504, "", @@ -82390,7 +82390,7 @@ 483.031, 334.031, 483.031, - " ", + "#", -1, 0.504, "", @@ -82413,7 +82413,7 @@ 483.031, 334.534, 483.031, - "i", + "*", -1, 0.504, "", @@ -82436,7 +82436,7 @@ 483.031, 334.926, 483.031, - "n", + "0", -1, 0.504, "", @@ -82459,7 +82459,7 @@ 483.031, 335.832, 483.031, - " ", + "#", -1, 0.504, "", @@ -82482,7 +82482,7 @@ 483.031, 336.335, 483.031, - "e", + "&", -1, 0.504, "", @@ -82505,7 +82505,7 @@ 483.031, 337.188, 483.031, - "a", + ",", -1, 0.504, "", @@ -82528,7 +82528,7 @@ 483.031, 338.048, 483.031, - "c", + "+", -1, 0.504, "", @@ -82551,7 +82551,7 @@ 483.031, 338.793, 483.031, - "h", + "%", -1, 0.504, "", @@ -82574,7 +82574,7 @@ 483.031, 339.699, 483.031, - " ", + "#", -1, 0.504, "", @@ -82597,7 +82597,7 @@ 483.031, 340.202, 483.031, - "e", + "&", -1, 0.504, "", @@ -82620,7 +82620,7 @@ 483.031, 341.055, 483.031, - "y", + "B", -1, 0.504, "", @@ -82643,7 +82643,7 @@ 483.031, 341.902, 483.031, - "e", + "&", -1, 0.504, "", @@ -82666,7 +82666,7 @@ 483.031, 342.755, 483.031, - "p", + "7", -1, 0.504, "", @@ -82689,7 +82689,7 @@ 483.031, 343.646, 483.031, - "i", + "*", -1, 0.504, "", @@ -82712,7 +82712,7 @@ 483.031, 344.038, 483.031, - "e", + "&", -1, 0.504, "", @@ -82735,7 +82735,7 @@ 483.031, 344.891, 483.031, - "c", + "+", -1, 0.504, "", @@ -82758,7 +82758,7 @@ 483.031, 345.636, 483.031, - "e", + "&", -1, 0.504, "", @@ -82781,7 +82781,7 @@ 483.031, 346.489, 483.031, - " ", + "#", -1, 0.504, "", @@ -82804,7 +82804,7 @@ 483.031, 346.992, 483.031, - "c", + "+", -1, 0.504, "", @@ -82827,7 +82827,7 @@ 483.031, 347.738, 483.031, - "o", + "4", -1, 0.504, "", @@ -82850,7 +82850,7 @@ 483.031, 348.606, 483.031, - "i", + "*", -1, 0.504, "", @@ -82873,7 +82873,7 @@ 483.031, 348.998, 483.031, - "n", + "0", -1, 0.504, "", @@ -82896,7 +82896,7 @@ 483.031, 349.904, 483.031, - "c", + "+", -1, 0.504, "", @@ -82919,7 +82919,7 @@ 483.031, 350.649, 483.031, - "i", + "*", -1, 0.504, "", @@ -82942,7 +82942,7 @@ 483.031, 351.041, 483.031, - "d", + "2", -1, 0.504, "", @@ -82965,7 +82965,7 @@ 483.031, 351.932, 483.031, - "e", + "&", -1, 0.504, "", @@ -82988,7 +82988,7 @@ 483.031, 352.785, 483.031, - " ", + "#", -1, 0.504, "", @@ -83011,7 +83011,7 @@ 483.031, 353.289, 483.031, - "a", + ",", -1, 0.504, "", @@ -83034,7 +83034,7 @@ 483.031, 354.148, 483.031, - "n", + "0", -1, 0.504, "", @@ -83057,7 +83057,7 @@ 483.031, 355.054, 483.031, - "d", + "2", -1, 0.504, "", @@ -83080,7 +83080,7 @@ 483.031, 355.945, 483.031, - " ", + "#", -1, 0.504, "", @@ -83103,7 +83103,7 @@ 481.421, 326.883, 481.421, - " ", + "#", -1, 0.504, "", @@ -83126,7 +83126,7 @@ 481.421, 327.387, 481.421, - " ", + "#", -1, 0.504, "", @@ -83149,7 +83149,7 @@ 481.421, 327.89, 481.421, - " ", + "#", -1, 0.504, "", @@ -83172,7 +83172,7 @@ 481.421, 328.394, 481.421, - " ", + "#", -1, 0.504, "", @@ -83195,7 +83195,7 @@ 481.421, 328.898, 481.421, - "a", + ",", -1, 0.504, "", @@ -83218,7 +83218,7 @@ 481.421, 329.757, 481.421, - "r", + "(", -1, 0.504, "", @@ -83241,7 +83241,7 @@ 481.421, 330.368, 481.421, - "e", + "&", -1, 0.504, "", @@ -83264,7 +83264,7 @@ 481.421, 331.221, 481.421, - " ", + "#", -1, 0.504, "", @@ -83287,7 +83287,7 @@ 481.421, 331.725, 481.421, - "s", + "1", -1, 0.504, "", @@ -83310,7 +83310,7 @@ 481.421, 332.47, 481.421, - "h", + "%", -1, 0.504, "", @@ -83333,7 +83333,7 @@ 481.421, 333.375, 481.421, - "a", + ",", -1, 0.504, "", @@ -83356,7 +83356,7 @@ 481.421, 334.235, 481.421, - "r", + "(", -1, 0.504, "", @@ -83379,7 +83379,7 @@ 481.421, 334.846, 481.421, - "p", + "7", -1, 0.504, "", @@ -83402,7 +83402,7 @@ 481.421, 335.737, 481.421, - " ", + "#", -1, 0.504, "", @@ -83425,7 +83425,7 @@ 481.421, 336.241, 481.421, - "a", + ",", -1, 0.504, "", @@ -83448,7 +83448,7 @@ 481.421, 337.101, 481.421, - "n", + "0", -1, 0.504, "", @@ -83471,7 +83471,7 @@ 481.421, 338.006, 481.421, - "d", + "2", -1, 0.504, "", @@ -83494,7 +83494,7 @@ 481.421, 338.898, 481.421, - " ", + "#", -1, 0.504, "", @@ -83517,7 +83517,7 @@ 481.421, 339.401, 481.421, - "c", + "+", -1, 0.504, "", @@ -83540,7 +83540,7 @@ 481.421, 340.147, 481.421, - "l", + "-", -1, 0.504, "", @@ -83563,7 +83563,7 @@ 481.421, 340.539, 481.421, - "e", + "&", -1, 0.504, "", @@ -83586,7 +83586,7 @@ 481.421, 341.391, 481.421, - "a", + ",", -1, 0.504, "", @@ -83609,7 +83609,7 @@ 481.421, 342.243, 481.421, - "r", + "(", -1, 0.504, "", @@ -83632,7 +83632,7 @@ 481.421, 342.652, 481.421, - ".", + "\"", -1, 0.504, "", @@ -83655,7 +83655,7 @@ 478.201, 326.883, 478.201, - "C", + ".", -1, 0.489, "", @@ -83678,7 +83678,7 @@ 478.201, 327.919, 478.201, - "H", + "*", -1, 0.489, "", @@ -83701,7 +83701,7 @@ 478.201, 329.116, 478.201, - "A", + "/", -1, 0.489, "", @@ -83724,7 +83724,7 @@ 478.201, 330.227, 478.201, - "N", + "&", -1, 0.489, "", @@ -83747,7 +83747,7 @@ 478.201, 331.438, 478.201, - "G", + "'", -1, 0.489, "", @@ -83770,7 +83770,7 @@ 478.201, 332.599, 478.201, - "I", + "%", -1, 0.489, "", @@ -83793,7 +83793,7 @@ 478.201, 333.38, 478.201, - "N", + "&", -1, 0.489, "", @@ -83816,7 +83816,7 @@ 478.201, 334.592, 478.201, - "G", + "'", -1, 0.489, "", @@ -83839,7 +83839,7 @@ 478.201, 335.752, 478.201, - " ", + "(", -1, 0.489, "", @@ -83862,7 +83862,7 @@ 478.201, 336.241, 478.201, - "T", + ")", -1, 0.489, "", @@ -83885,7 +83885,7 @@ 478.201, 337.217, 478.201, - "H", + "*", -1, 0.489, "", @@ -83908,7 +83908,7 @@ 478.201, 338.414, 478.201, - "E", + "+", -1, 0.489, "", @@ -83931,7 +83931,7 @@ 478.201, 339.391, 478.201, - " ", + "(", -1, 0.489, "", @@ -83954,7 +83954,7 @@ 478.201, 339.881, 478.201, - "B", + "1", -1, 0.489, "", @@ -83977,7 +83977,7 @@ 478.201, 340.971, 478.201, - "U", + "#", -1, 0.489, "", @@ -84000,7 +84000,7 @@ 478.201, 342.132, 478.201, - "L", + "0", -1, 0.489, "", @@ -84023,7 +84023,7 @@ 478.201, 343.044, 478.201, - "B", + "1", -1, 0.489, "", @@ -84046,7 +84046,7 @@ 476.59, 326.883, 476.59, - "1", + "!", -1, 0.504, "", @@ -84069,7 +84069,7 @@ 476.59, 327.793, 476.59, - ".", + "\"", -1, 0.504, "", @@ -84092,7 +84092,7 @@ 476.59, 328.314, 476.59, - " ", + "#", -1, 0.504, "", @@ -84115,7 +84115,7 @@ 476.59, 328.817, 476.59, - "D", + "H", -1, 0.504, "", @@ -84138,7 +84138,7 @@ 476.59, 329.92, 476.59, - "i", + "*", -1, 0.504, "", @@ -84161,7 +84161,7 @@ 476.59, 330.312, 476.59, - "s", + "1", -1, 0.504, "", @@ -84184,7 +84184,7 @@ 476.59, 331.058, 476.59, - "c", + "+", -1, 0.504, "", @@ -84207,7 +84207,7 @@ 476.59, 331.803, 476.59, - "o", + "4", -1, 0.504, "", @@ -84230,7 +84230,7 @@ 476.59, 332.672, 476.59, - "n", + "0", -1, 0.504, "", @@ -84253,7 +84253,7 @@ 476.59, 333.577, 476.59, - "n", + "0", -1, 0.504, "", @@ -84276,7 +84276,7 @@ 476.59, 334.483, 476.59, - "e", + "&", -1, 0.504, "", @@ -84299,7 +84299,7 @@ 476.59, 335.335, 476.59, - "c", + "+", -1, 0.504, "", @@ -84322,7 +84322,7 @@ 476.59, 336.081, 476.59, - "t", + ")", -1, 0.504, "", @@ -84345,7 +84345,7 @@ 476.59, 336.644, 476.59, - " ", + "#", -1, 0.504, "", @@ -84368,7 +84368,7 @@ 476.59, 337.148, 476.59, - "t", + ")", -1, 0.504, "", @@ -84391,7 +84391,7 @@ 476.59, 337.712, 476.59, - "h", + "%", -1, 0.504, "", @@ -84414,7 +84414,7 @@ 476.59, 338.617, 476.59, - "e", + "&", -1, 0.504, "", @@ -84437,7 +84437,7 @@ 476.59, 339.47, 476.59, - " ", + "#", -1, 0.504, "", @@ -84460,7 +84460,7 @@ 476.59, 339.974, 476.59, - "p", + "7", -1, 0.504, "", @@ -84483,7 +84483,7 @@ 476.59, 340.865, 476.59, - "o", + "4", -1, 0.504, "", @@ -84506,7 +84506,7 @@ 476.59, 341.733, 476.59, - "w", + "5", -1, 0.504, "", @@ -84529,7 +84529,7 @@ 476.59, 342.904, 476.59, - "e", + "&", -1, 0.504, "", @@ -84552,7 +84552,7 @@ 476.59, 343.756, 476.59, - "r", + "(", -1, 0.504, "", @@ -84575,7 +84575,7 @@ 476.59, 344.367, 476.59, - " ", + "#", -1, 0.504, "", @@ -84598,7 +84598,7 @@ 476.59, 344.871, 476.59, - "c", + "+", -1, 0.504, "", @@ -84621,7 +84621,7 @@ 476.59, 345.616, 476.59, - "o", + "4", -1, 0.504, "", @@ -84644,7 +84644,7 @@ 476.59, 346.484, 476.59, - "r", + "(", -1, 0.504, "", @@ -84667,7 +84667,7 @@ 476.59, 347.095, 476.59, - "d", + "2", -1, 0.504, "", @@ -84690,7 +84690,7 @@ 476.59, 347.981, 476.59, - ".", + "\"", -1, 0.504, "", @@ -84713,7 +84713,7 @@ 474.98, 326.883, 474.98, - "2", + ":", -1, 0.504, "", @@ -84736,7 +84736,7 @@ 474.98, 327.793, 474.98, - ".", + "\"", -1, 0.504, "", @@ -84759,7 +84759,7 @@ 474.98, 328.314, 474.98, - " ", + "#", -1, 0.504, "", @@ -84782,7 +84782,7 @@ 474.98, 328.817, 474.98, - "W", + "I", -1, 0.504, "", @@ -84805,7 +84805,7 @@ 474.98, 330.231, 474.98, - "h", + "%", -1, 0.504, "", @@ -84828,7 +84828,7 @@ 474.98, 331.135, 474.98, - "e", + "&", -1, 0.504, "", @@ -84851,7 +84851,7 @@ 474.98, 331.988, 474.98, - "n", + "0", -1, 0.504, "", @@ -84874,7 +84874,7 @@ 474.98, 332.89, 474.98, - " ", + "#", -1, 0.504, "", @@ -84897,7 +84897,7 @@ 474.98, 333.394, 474.98, - "t", + ")", -1, 0.504, "", @@ -84920,7 +84920,7 @@ 474.98, 333.958, 474.98, - "h", + "%", -1, 0.504, "", @@ -84943,7 +84943,7 @@ 474.98, 334.863, 474.98, - "e", + "&", -1, 0.504, "", @@ -84966,7 +84966,7 @@ 474.98, 335.716, 474.98, - " ", + "#", -1, 0.504, "", @@ -84989,7 +84989,7 @@ 474.98, 336.22, 474.98, - "b", + "/", -1, 0.504, "", @@ -85012,7 +85012,7 @@ 474.98, 337.109, 474.98, - "u", + ".", -1, 0.504, "", @@ -85035,7 +85035,7 @@ 474.98, 338.014, 474.98, - "l", + "-", -1, 0.504, "", @@ -85058,7 +85058,7 @@ 474.98, 338.406, 474.98, - "b", + "/", -1, 0.504, "", @@ -85081,7 +85081,7 @@ 474.98, 339.297, 474.98, - " ", + "#", -1, 0.504, "", @@ -85104,7 +85104,7 @@ 474.98, 339.8, 474.98, - "i", + "*", -1, 0.504, "", @@ -85127,7 +85127,7 @@ 474.98, 340.192, 474.98, - "s", + "1", -1, 0.504, "", @@ -85150,7 +85150,7 @@ 474.98, 340.936, 474.98, - " ", + "#", -1, 0.504, "", @@ -85173,7 +85173,7 @@ 474.98, 341.44, 474.98, - "c", + "+", -1, 0.504, "", @@ -85196,7 +85196,7 @@ 474.98, 342.184, 474.98, - "o", + "4", -1, 0.504, "", @@ -85219,7 +85219,7 @@ 474.98, 343.051, 474.98, - "o", + "4", -1, 0.504, "", @@ -85242,7 +85242,7 @@ 474.98, 343.918, 474.98, - "l", + "-", -1, 0.504, "", @@ -85265,7 +85265,7 @@ 474.98, 344.31, 474.98, - ",", + "<", -1, 0.504, "", @@ -85288,7 +85288,7 @@ 474.98, 344.829, 474.98, - " ", + "#", -1, 0.504, "", @@ -85311,7 +85311,7 @@ 474.98, 345.333, 474.98, - "r", + "(", -1, 0.504, "", @@ -85334,7 +85334,7 @@ 474.98, 345.942, 474.98, - "e", + "&", -1, 0.504, "", @@ -85357,7 +85357,7 @@ 474.98, 346.793, 474.98, - "m", + "8", -1, 0.504, "", @@ -85380,7 +85380,7 @@ 474.98, 348.185, 474.98, - "o", + "4", -1, 0.504, "", @@ -85403,7 +85403,7 @@ 474.98, 349.052, 474.98, - "v", + "'", -1, 0.504, "", @@ -85426,7 +85426,7 @@ 474.98, 349.899, 474.98, - "e", + "&", -1, 0.504, "", @@ -85449,7 +85449,7 @@ 474.98, 350.752, 474.98, - " ", + "#", -1, 0.504, "", @@ -85472,7 +85472,7 @@ 474.98, 351.256, 474.98, - "t", + ")", -1, 0.504, "", @@ -85495,7 +85495,7 @@ 474.98, 351.819, 474.98, - "h", + "%", -1, 0.504, "", @@ -85518,7 +85518,7 @@ 474.98, 352.725, 474.98, - "e", + "&", -1, 0.504, "", @@ -85541,7 +85541,7 @@ 474.98, 353.578, 474.98, - " ", + "#", -1, 0.504, "", @@ -85564,7 +85564,7 @@ 473.37, 326.885, 473.37, - " ", + "#", -1, 0.504, "", @@ -85587,7 +85587,7 @@ 473.37, 327.388, 473.37, - " ", + "#", -1, 0.504, "", @@ -85610,7 +85610,7 @@ 473.37, 327.892, 473.37, - " ", + "#", -1, 0.504, "", @@ -85633,7 +85633,7 @@ 473.37, 328.395, 473.37, - " ", + "#", -1, 0.504, "", @@ -85656,7 +85656,7 @@ 473.37, 328.899, 473.37, - "o", + "4", -1, 0.504, "", @@ -85679,7 +85679,7 @@ 473.37, 329.767, 473.37, - "b", + "/", -1, 0.504, "", @@ -85702,7 +85702,7 @@ 473.37, 330.659, 473.37, - "l", + "-", -1, 0.504, "", @@ -85725,7 +85725,7 @@ 473.37, 331.051, 473.37, - "i", + "*", -1, 0.504, "", @@ -85748,7 +85748,7 @@ 473.37, 331.443, 473.37, - "q", + "J", -1, 0.504, "", @@ -85771,7 +85771,7 @@ 473.37, 332.334, 473.37, - "u", + ".", -1, 0.504, "", @@ -85794,7 +85794,7 @@ 473.37, 333.24, 473.37, - "e", + "&", -1, 0.504, "", @@ -85817,7 +85817,7 @@ 473.37, 334.092, 473.37, - " ", + "#", -1, 0.504, "", @@ -85840,7 +85840,7 @@ 473.37, 334.596, 473.37, - "i", + "*", -1, 0.504, "", @@ -85863,7 +85863,7 @@ 473.37, 334.988, 473.37, - "l", + "-", -1, 0.504, "", @@ -85886,7 +85886,7 @@ 473.37, 335.772, 473.37, - "u", + ".", -1, 0.504, "", @@ -85909,7 +85909,7 @@ 473.37, 336.677, 473.37, - "m", + "8", -1, 0.504, "", @@ -85932,7 +85932,7 @@ 473.37, 338.069, 473.37, - "i", + "*", -1, 0.504, "", @@ -85955,7 +85955,7 @@ 473.37, 338.46, 473.37, - "n", + "0", -1, 0.504, "", @@ -85978,7 +85978,7 @@ 473.37, 339.364, 473.37, - "a", + ",", -1, 0.504, "", @@ -86001,7 +86001,7 @@ 473.37, 340.223, 473.37, - "t", + ")", -1, 0.504, "", @@ -86024,7 +86024,7 @@ 473.37, 340.785, 473.37, - "o", + "4", -1, 0.504, "", @@ -86047,7 +86047,7 @@ 473.37, 341.652, 473.37, - "r", + "(", -1, 0.504, "", @@ -86070,7 +86070,7 @@ 473.37, 342.263, 473.37, - " ", + "#", -1, 0.504, "", @@ -86093,7 +86093,7 @@ 473.37, 342.765, 473.37, - "c", + "+", -1, 0.504, "", @@ -86116,7 +86116,7 @@ 473.37, 343.509, 473.37, - "a", + ",", -1, 0.504, "", @@ -86139,7 +86139,7 @@ 473.37, 344.367, 473.37, - "p", + "7", -1, 0.504, "", @@ -86162,7 +86162,7 @@ 473.37, 345.258, 473.37, - " ", + "#", -1, 0.504, "", @@ -86185,7 +86185,7 @@ 473.37, 345.762, 473.37, - "a", + ",", -1, 0.504, "", @@ -86208,7 +86208,7 @@ 473.37, 346.62, 473.37, - "n", + "0", -1, 0.504, "", @@ -86231,7 +86231,7 @@ 473.37, 347.525, 473.37, - "d", + "2", -1, 0.504, "", @@ -86254,7 +86254,7 @@ 473.37, 348.416, 473.37, - " ", + "#", -1, 0.504, "", @@ -86277,7 +86277,7 @@ 473.37, 348.919, 473.37, - "r", + "(", -1, 0.504, "", @@ -86300,7 +86300,7 @@ 473.37, 349.527, 473.37, - "e", + "&", -1, 0.504, "", @@ -86323,7 +86323,7 @@ 473.37, 350.379, 473.37, - "m", + "8", -1, 0.504, "", @@ -86346,7 +86346,7 @@ 473.37, 351.771, 473.37, - "o", + "4", -1, 0.504, "", @@ -86369,7 +86369,7 @@ 473.37, 352.639, 473.37, - "v", + "'", -1, 0.504, "", @@ -86392,7 +86392,7 @@ 473.37, 353.486, 473.37, - "e", + "&", -1, 0.504, "", @@ -86415,7 +86415,7 @@ 473.37, 354.339, 473.37, - " ", + "#", -1, 0.504, "", @@ -86438,7 +86438,7 @@ 471.76, 326.885, 471.76, - " ", + "#", -1, 0.504, "", @@ -86461,7 +86461,7 @@ 471.76, 327.388, 471.76, - " ", + "#", -1, 0.504, "", @@ -86484,7 +86484,7 @@ 471.76, 327.892, 471.76, - " ", + "#", -1, 0.504, "", @@ -86507,7 +86507,7 @@ 471.76, 328.395, 471.76, - " ", + "#", -1, 0.504, "", @@ -86530,7 +86530,7 @@ 471.76, 328.899, 471.76, - "t", + ")", -1, 0.504, "", @@ -86553,7 +86553,7 @@ 471.76, 329.463, 471.76, - "h", + "%", -1, 0.504, "", @@ -86576,7 +86576,7 @@ 471.76, 330.365, 471.76, - "e", + "&", -1, 0.504, "", @@ -86599,7 +86599,7 @@ 471.76, 331.217, 471.76, - " ", + "#", -1, 0.504, "", @@ -86622,7 +86622,7 @@ 471.76, 331.72, 471.76, - "h", + "%", -1, 0.504, "", @@ -86645,7 +86645,7 @@ 471.76, 332.623, 471.76, - "a", + ",", -1, 0.504, "", @@ -86668,7 +86668,7 @@ 471.76, 333.483, 471.76, - "l", + "-", -1, 0.504, "", @@ -86691,7 +86691,7 @@ 471.76, 333.875, 471.76, - "o", + "4", -1, 0.504, "", @@ -86714,7 +86714,7 @@ 471.76, 334.743, 471.76, - "g", + "6", -1, 0.504, "", @@ -86737,7 +86737,7 @@ 471.76, 335.634, 471.76, - "e", + "&", -1, 0.504, "", @@ -86760,7 +86760,7 @@ 471.76, 336.486, 471.76, - "n", + "0", -1, 0.504, "", @@ -86783,7 +86783,7 @@ 471.76, 337.391, 471.76, - " ", + "#", -1, 0.504, "", @@ -86806,7 +86806,7 @@ 471.76, 337.895, 471.76, - "b", + "/", -1, 0.504, "", @@ -86829,7 +86829,7 @@ 471.76, 338.785, 471.76, - "u", + ".", -1, 0.504, "", @@ -86852,7 +86852,7 @@ 471.76, 339.689, 471.76, - "l", + "-", -1, 0.504, "", @@ -86875,7 +86875,7 @@ 471.76, 340.081, 471.76, - "b", + "/", -1, 0.504, "", @@ -86898,7 +86898,7 @@ 471.76, 340.972, 471.76, - " ", + "#", -1, 0.504, "", @@ -86921,7 +86921,7 @@ 471.76, 341.476, 471.76, - "w", + "5", -1, 0.504, "", @@ -86944,7 +86944,7 @@ 471.76, 342.645, 471.76, - "i", + "*", -1, 0.504, "", @@ -86967,7 +86967,7 @@ 471.76, 343.037, 471.76, - "t", + ")", -1, 0.504, "", @@ -86990,7 +86990,7 @@ 471.76, 343.599, 471.76, - "h", + "%", -1, 0.504, "", @@ -87013,7 +87013,7 @@ 471.76, 344.503, 471.76, - " ", + "#", -1, 0.504, "", @@ -87036,7 +87036,7 @@ 471.76, 345.007, 471.76, - "c", + "+", -1, 0.504, "", @@ -87059,7 +87059,7 @@ 471.76, 345.751, 471.76, - "a", + ",", -1, 0.504, "", @@ -87082,7 +87082,7 @@ 471.76, 346.609, 471.76, - "p", + "7", -1, 0.504, "", @@ -87105,7 +87105,7 @@ 471.76, 347.5, 471.76, - ".", + "\"", -1, 0.504, "", @@ -87128,7 +87128,7 @@ 470.149, 326.885, 470.149, - "3", + ">", -1, 0.504, "", @@ -87151,7 +87151,7 @@ 470.149, 327.795, 470.149, - ".", + "\"", -1, 0.504, "", @@ -87174,7 +87174,7 @@ 470.149, 328.315, 470.149, - " ", + "#", -1, 0.504, "", @@ -87197,7 +87197,7 @@ 470.149, 328.817, 470.149, - "R", + "D", -1, 0.504, "", @@ -87220,7 +87220,7 @@ 470.149, 329.779, 470.149, - "e", + "&", -1, 0.504, "", @@ -87243,7 +87243,7 @@ 470.149, 330.63, 470.149, - "p", + "7", -1, 0.504, "", @@ -87266,7 +87266,7 @@ 470.149, 331.521, 470.149, - "l", + "-", -1, 0.504, "", @@ -87289,7 +87289,7 @@ 470.149, 331.913, 470.149, - "a", + ",", -1, 0.504, "", @@ -87312,7 +87312,7 @@ 470.149, 332.773, 470.149, - "c", + "+", -1, 0.504, "", @@ -87335,7 +87335,7 @@ 470.149, 333.519, 470.149, - "e", + "&", -1, 0.504, "", @@ -87358,7 +87358,7 @@ 470.149, 334.371, 470.149, - " ", + "#", -1, 0.504, "", @@ -87381,7 +87381,7 @@ 470.149, 334.875, 470.149, - "w", + "5", -1, 0.504, "", @@ -87404,7 +87404,7 @@ 470.149, 336.045, 470.149, - "i", + "*", -1, 0.504, "", @@ -87427,7 +87427,7 @@ 470.149, 336.437, 470.149, - "t", + ")", -1, 0.504, "", @@ -87450,7 +87450,7 @@ 470.149, 337.001, 470.149, - "h", + "%", -1, 0.504, "", @@ -87473,7 +87473,7 @@ 470.149, 337.906, 470.149, - " ", + "#", -1, 0.504, "", @@ -87496,7 +87496,7 @@ 470.149, 338.41, 470.149, - "a", + ",", -1, 0.504, "", @@ -87519,7 +87519,7 @@ 470.149, 339.27, 470.149, - " ", + "#", -1, 0.504, "", @@ -87542,7 +87542,7 @@ 470.149, 339.773, 470.149, - "n", + "0", -1, 0.504, "", @@ -87565,7 +87565,7 @@ 470.149, 340.679, 470.149, - "e", + "&", -1, 0.504, "", @@ -87588,7 +87588,7 @@ 470.149, 341.532, 470.149, - "w", + "5", -1, 0.504, "", @@ -87611,7 +87611,7 @@ 470.149, 342.702, 470.149, - " ", + "#", -1, 0.504, "", @@ -87634,7 +87634,7 @@ 470.149, 343.205, 470.149, - "h", + "%", -1, 0.504, "", @@ -87657,7 +87657,7 @@ 470.149, 344.111, 470.149, - "a", + ",", -1, 0.504, "", @@ -87680,7 +87680,7 @@ 470.149, 344.971, 470.149, - "l", + "-", -1, 0.504, "", @@ -87703,7 +87703,7 @@ 470.149, 345.363, 470.149, - "o", + "4", -1, 0.504, "", @@ -87726,7 +87726,7 @@ 470.149, 346.231, 470.149, - "g", + "6", -1, 0.504, "", @@ -87749,7 +87749,7 @@ 470.149, 347.122, 470.149, - "e", + "&", -1, 0.504, "", @@ -87772,7 +87772,7 @@ 470.149, 347.975, 470.149, - "n", + "0", -1, 0.504, "", @@ -87795,7 +87795,7 @@ 470.149, 348.881, 470.149, - " ", + "#", -1, 0.504, "", @@ -87818,7 +87818,7 @@ 470.149, 349.384, 470.149, - "b", + "/", -1, 0.504, "", @@ -87841,7 +87841,7 @@ 470.149, 350.276, 470.149, - "u", + ".", -1, 0.504, "", @@ -87864,7 +87864,7 @@ 470.149, 351.181, 470.149, - "l", + "-", -1, 0.504, "", @@ -87887,7 +87887,7 @@ 470.149, 351.573, 470.149, - "b", + "/", -1, 0.504, "", @@ -87910,7 +87910,7 @@ 470.149, 352.447, 470.149, - ".", + "\"", -1, 0.504, "", @@ -87933,7 +87933,7 @@ 468.539, 326.886, 468.539, - "4", + "G", -1, 0.504, "", @@ -87956,7 +87956,7 @@ 468.539, 327.796, 468.539, - ".", + "\"", -1, 0.504, "", @@ -87979,7 +87979,7 @@ 468.539, 328.317, 468.539, - " ", + "#", -1, 0.504, "", @@ -88002,7 +88002,7 @@ 468.539, 328.82, 468.539, - "O", + "K", -1, 0.504, "", @@ -88025,7 +88025,7 @@ 468.539, 329.946, 468.539, - "p", + "7", -1, 0.504, "", @@ -88048,7 +88048,7 @@ 468.539, 330.838, 468.539, - "e", + "&", -1, 0.504, "", @@ -88071,7 +88071,7 @@ 468.539, 331.69, 468.539, - "n", + "0", -1, 0.504, "", @@ -88094,7 +88094,7 @@ 468.539, 332.596, 468.539, - " ", + "#", -1, 0.504, "", @@ -88117,7 +88117,7 @@ 468.539, 333.099, 468.539, - "t", + ")", -1, 0.504, "", @@ -88140,7 +88140,7 @@ 468.539, 333.663, 468.539, - "h", + "%", -1, 0.504, "", @@ -88163,7 +88163,7 @@ 468.539, 334.569, 468.539, - "e", + "&", -1, 0.504, "", @@ -88186,7 +88186,7 @@ 468.539, 335.421, 468.539, - " ", + "#", -1, 0.504, "", @@ -88209,7 +88209,7 @@ 468.539, 335.925, 468.539, - "w", + "5", -1, 0.504, "", @@ -88232,7 +88232,7 @@ 468.539, 337.095, 468.539, - "i", + "*", -1, 0.504, "", @@ -88255,7 +88255,7 @@ 468.539, 337.487, 468.539, - "n", + "0", -1, 0.504, "", @@ -88278,7 +88278,7 @@ 468.539, 338.393, 468.539, - "d", + "2", -1, 0.504, "", @@ -88301,7 +88301,7 @@ 468.539, 339.284, 468.539, - "o", + "4", -1, 0.504, "", @@ -88324,7 +88324,7 @@ 468.539, 340.152, 468.539, - "w", + "5", -1, 0.504, "", @@ -88347,7 +88347,7 @@ 468.539, 341.323, 468.539, - " ", + "#", -1, 0.504, "", @@ -88370,7 +88370,7 @@ 468.539, 341.826, 468.539, - "i", + "*", -1, 0.504, "", @@ -88393,7 +88393,7 @@ 468.539, 342.218, 468.539, - "n", + "0", -1, 0.504, "", @@ -88416,7 +88416,7 @@ 468.539, 343.124, 468.539, - " ", + "#", -1, 0.504, "", @@ -88439,7 +88439,7 @@ 468.539, 343.627, 468.539, - "t", + ")", -1, 0.504, "", @@ -88462,7 +88462,7 @@ 468.539, 344.191, 468.539, - "h", + "%", -1, 0.504, "", @@ -88485,7 +88485,7 @@ 468.539, 345.097, 468.539, - "e", + "&", -1, 0.504, "", @@ -88508,7 +88508,7 @@ 468.539, 345.949, 468.539, - " ", + "#", -1, 0.504, "", @@ -88531,7 +88531,7 @@ 468.539, 346.453, 468.539, - "b", + "/", -1, 0.504, "", @@ -88554,7 +88554,7 @@ 468.539, 347.344, 468.539, - "a", + ",", -1, 0.504, "", @@ -88577,7 +88577,7 @@ 468.539, 348.204, 468.539, - "s", + "1", -1, 0.504, "", @@ -88600,7 +88600,7 @@ 468.539, 348.949, 468.539, - "e", + "&", -1, 0.504, "", @@ -88623,7 +88623,7 @@ 468.539, 349.802, 468.539, - " ", + "#", -1, 0.504, "", @@ -88646,7 +88646,7 @@ 468.539, 350.306, 468.539, - "p", + "7", -1, 0.504, "", @@ -88669,7 +88669,7 @@ 468.539, 351.197, 468.539, - "l", + "-", -1, 0.504, "", @@ -88692,7 +88692,7 @@ 468.539, 351.589, 468.539, - "a", + ",", -1, 0.504, "", @@ -88715,7 +88715,7 @@ 468.539, 352.449, 468.539, - "t", + ")", -1, 0.504, "", @@ -88738,7 +88738,7 @@ 468.539, 353.012, 468.539, - "e", + "&", -1, 0.504, "", @@ -88761,7 +88761,7 @@ 468.539, 353.865, 468.539, - " ", + "#", -1, 0.504, "", @@ -88784,7 +88784,7 @@ 468.539, 354.369, 468.539, - "a", + ",", -1, 0.504, "", @@ -88807,7 +88807,7 @@ 468.539, 355.228, 468.539, - "n", + "0", -1, 0.504, "", @@ -88830,7 +88830,7 @@ 468.539, 356.134, 468.539, - "d", + "2", -1, 0.504, "", @@ -88853,7 +88853,7 @@ 468.539, 357.025, 468.539, - " ", + "#", -1, 0.504, "", @@ -88876,7 +88876,7 @@ 466.929, 326.886, 466.929, - " ", + "#", -1, 0.504, "", @@ -88899,7 +88899,7 @@ 466.929, 327.39, 466.929, - " ", + "#", -1, 0.504, "", @@ -88922,7 +88922,7 @@ 466.929, 327.893, 466.929, - " ", + "#", -1, 0.504, "", @@ -88945,7 +88945,7 @@ 466.929, 328.397, 466.929, - " ", + "#", -1, 0.504, "", @@ -88968,7 +88968,7 @@ 466.929, 328.9, 466.929, - "r", + "(", -1, 0.504, "", @@ -88991,7 +88991,7 @@ 466.929, 329.511, 466.929, - "e", + "&", -1, 0.504, "", @@ -89014,7 +89014,7 @@ 466.929, 330.364, 466.929, - "p", + "7", -1, 0.504, "", @@ -89037,7 +89037,7 @@ 466.929, 331.255, 466.929, - "l", + "-", -1, 0.504, "", @@ -89060,7 +89060,7 @@ 466.929, 331.647, 466.929, - "a", + ",", -1, 0.504, "", @@ -89083,7 +89083,7 @@ 466.929, 332.507, 466.929, - "c", + "+", -1, 0.504, "", @@ -89106,7 +89106,7 @@ 466.929, 333.252, 466.929, - "e", + "&", -1, 0.504, "", @@ -89129,7 +89129,7 @@ 466.929, 334.105, 466.929, - " ", + "#", -1, 0.504, "", @@ -89152,7 +89152,7 @@ 466.929, 334.609, 466.929, - "t", + ")", -1, 0.504, "", @@ -89175,7 +89175,7 @@ 466.929, 335.172, 466.929, - "h", + "%", -1, 0.504, "", @@ -89198,7 +89198,7 @@ 466.929, 336.078, 466.929, - "e", + "&", -1, 0.504, "", @@ -89221,7 +89221,7 @@ 466.929, 336.931, 466.929, - " ", + "#", -1, 0.504, "", @@ -89244,7 +89244,7 @@ 466.929, 337.434, 466.929, - "h", + "%", -1, 0.504, "", @@ -89267,7 +89267,7 @@ 466.929, 338.34, 466.929, - "a", + ",", -1, 0.504, "", @@ -89290,7 +89290,7 @@ 466.929, 339.2, 466.929, - "l", + "-", -1, 0.504, "", @@ -89313,7 +89313,7 @@ 466.929, 339.592, 466.929, - "o", + "4", -1, 0.504, "", @@ -89336,7 +89336,7 @@ 466.929, 340.46, 466.929, - "g", + "6", -1, 0.504, "", @@ -89359,7 +89359,7 @@ 466.929, 341.351, 466.929, - "e", + "&", -1, 0.504, "", @@ -89382,7 +89382,7 @@ 466.929, 342.204, 466.929, - "n", + "0", -1, 0.504, "", @@ -89405,7 +89405,7 @@ 466.929, 343.11, 466.929, - " ", + "#", -1, 0.504, "", @@ -89428,7 +89428,7 @@ 466.929, 343.613, 466.929, - "l", + "-", -1, 0.504, "", @@ -89451,7 +89451,7 @@ 466.929, 344.005, 466.929, - "a", + ",", -1, 0.504, "", @@ -89474,7 +89474,7 @@ 466.929, 344.865, 466.929, - "m", + "8", -1, 0.504, "", @@ -89497,7 +89497,7 @@ 466.929, 346.257, 466.929, - "p", + "7", -1, 0.504, "", @@ -89520,7 +89520,7 @@ 466.929, 347.148, 466.929, - " ", + "#", -1, 0.504, "", @@ -89543,7 +89543,7 @@ 466.929, 347.652, 466.929, - "o", + "4", -1, 0.504, "", @@ -89566,7 +89566,7 @@ 466.929, 348.52, 466.929, - "r", + "(", -1, 0.504, "", @@ -89589,7 +89589,7 @@ 466.929, 349.131, 466.929, - " ", + "#", -1, 0.504, "", @@ -89612,7 +89612,7 @@ 466.929, 349.635, 466.929, - " ", + "#", -1, 0.504, "", @@ -89635,7 +89635,7 @@ 466.929, 352.638, 466.929, - " ", + "#", -1, 0.504, "", @@ -89658,7 +89658,7 @@ 465.319, 326.886, 465.319, - " ", + "#", -1, 0.504, "", @@ -89681,7 +89681,7 @@ 465.319, 327.39, 465.319, - " ", + "#", -1, 0.504, "", @@ -89704,7 +89704,7 @@ 465.319, 327.893, 465.319, - " ", + "#", -1, 0.504, "", @@ -89727,7 +89727,7 @@ 465.319, 328.397, 465.319, - " ", + "#", -1, 0.504, "", @@ -89750,7 +89750,7 @@ 465.319, 328.9, 465.319, - "f", + "3", -1, 0.504, "", @@ -89773,7 +89773,7 @@ 465.319, 329.404, 465.319, - "l", + "-", -1, 0.504, "", @@ -89796,7 +89796,7 @@ 465.319, 329.796, 465.319, - "u", + ".", -1, 0.504, "", @@ -89819,7 +89819,7 @@ 465.319, 330.702, 465.319, - "o", + "4", -1, 0.504, "", @@ -89842,7 +89842,7 @@ 465.319, 331.57, 465.319, - "r", + "(", -1, 0.504, "", @@ -89865,7 +89865,7 @@ 465.319, 332.181, 465.319, - "e", + "&", -1, 0.504, "", @@ -89888,7 +89888,7 @@ 465.319, 333.034, 465.319, - "s", + "1", -1, 0.504, "", @@ -89911,7 +89911,7 @@ 465.319, 333.779, 465.319, - "c", + "+", -1, 0.504, "", @@ -89934,7 +89934,7 @@ 465.319, 334.524, 465.319, - "e", + "&", -1, 0.504, "", @@ -89957,7 +89957,7 @@ 465.319, 335.377, 465.319, - "n", + "0", -1, 0.504, "", @@ -89980,7 +89980,7 @@ 465.319, 336.283, 465.319, - "t", + ")", -1, 0.504, "", @@ -90003,7 +90003,7 @@ 465.319, 336.846, 465.319, - " ", + "#", -1, 0.504, "", @@ -90026,7 +90026,7 @@ 465.319, 337.35, 465.319, - "l", + "-", -1, 0.504, "", @@ -90049,7 +90049,7 @@ 465.319, 337.742, 465.319, - "a", + ",", -1, 0.504, "", @@ -90072,7 +90072,7 @@ 465.319, 338.602, 465.319, - "m", + "8", -1, 0.504, "", @@ -90095,7 +90095,7 @@ 465.319, 339.994, 465.319, - "p", + "7", -1, 0.504, "", @@ -90118,7 +90118,7 @@ 465.319, 340.885, 465.319, - " ", + "#", -1, 0.504, "", @@ -90141,7 +90141,7 @@ 465.319, 341.388, 465.319, - "o", + "4", -1, 0.504, "", @@ -90164,7 +90164,7 @@ 465.319, 342.257, 465.319, - "f", + "3", -1, 0.504, "", @@ -90187,7 +90187,7 @@ 465.319, 342.76, 465.319, - " ", + "#", -1, 0.504, "", @@ -90210,7 +90210,7 @@ 465.319, 343.264, 465.319, - "t", + ")", -1, 0.504, "", @@ -90233,7 +90233,7 @@ 465.319, 343.828, 465.319, - "r", + "(", -1, 0.504, "", @@ -90256,7 +90256,7 @@ 465.319, 344.406, 465.319, - "a", + ",", -1, 0.504, "", @@ -90279,7 +90279,7 @@ 465.319, 345.266, 465.319, - "n", + "0", -1, 0.504, "", @@ -90302,7 +90302,7 @@ 465.319, 346.171, 465.319, - "s", + "1", -1, 0.504, "", @@ -90325,7 +90325,7 @@ 465.319, 346.916, 465.319, - "m", + "8", -1, 0.504, "", @@ -90348,7 +90348,7 @@ 465.319, 348.308, 465.319, - "i", + "*", -1, 0.504, "", @@ -90371,7 +90371,7 @@ 465.319, 348.7, 465.319, - "t", + ")", -1, 0.504, "", @@ -90394,7 +90394,7 @@ 465.319, 349.264, 465.319, - "t", + ")", -1, 0.504, "", @@ -90417,7 +90417,7 @@ 465.319, 349.828, 465.319, - "e", + "&", -1, 0.504, "", @@ -90440,7 +90440,7 @@ 465.319, 350.68, 465.319, - "d", + "2", -1, 0.504, "", @@ -90463,7 +90463,7 @@ 465.319, 351.572, 465.319, - " ", + "#", -1, 0.504, "", @@ -90486,7 +90486,7 @@ 465.319, 352.075, 465.319, - " ", + "#", -1, 0.504, "", @@ -90509,7 +90509,7 @@ 465.319, 352.638, 465.319, - " ", + "#", -1, 0.504, "", @@ -90532,7 +90532,7 @@ 463.709, 326.886, 463.709, - " ", + "#", -1, 0.504, "", @@ -90555,7 +90555,7 @@ 463.709, 327.39, 463.709, - " ", + "#", -1, 0.504, "", @@ -90578,7 +90578,7 @@ 463.709, 327.893, 463.709, - " ", + "#", -1, 0.504, "", @@ -90601,7 +90601,7 @@ 463.709, 328.397, 463.709, - " ", + "#", -1, 0.504, "", @@ -90624,7 +90624,7 @@ 463.709, 328.9, 463.709, - "i", + "*", -1, 0.504, "", @@ -90647,7 +90647,7 @@ 463.709, 329.292, 463.709, - "l", + "-", -1, 0.504, "", @@ -90670,7 +90670,7 @@ 463.709, 330.076, 463.709, - "u", + ".", -1, 0.504, "", @@ -90693,7 +90693,7 @@ 463.709, 330.982, 463.709, - "m", + "8", -1, 0.504, "", @@ -90716,7 +90716,7 @@ 463.709, 332.374, 463.709, - "i", + "*", -1, 0.504, "", @@ -90739,7 +90739,7 @@ 463.709, 332.766, 463.709, - "n", + "0", -1, 0.504, "", @@ -90762,7 +90762,7 @@ 463.709, 333.672, 463.709, - "a", + ",", -1, 0.504, "", @@ -90785,7 +90785,7 @@ 463.709, 334.531, 463.709, - "t", + ")", -1, 0.504, "", @@ -90808,7 +90808,7 @@ 463.709, 335.095, 463.709, - "o", + "4", -1, 0.504, "", @@ -90831,7 +90831,7 @@ 463.709, 335.962, 463.709, - "r", + "(", -1, 0.504, "", @@ -90854,7 +90854,7 @@ 463.709, 336.371, 463.709, - ".", + "\"", -1, 0.504, "", @@ -90877,7 +90877,7 @@ 528.117, 358.42, 528.117, - "F", + "D", -1, 0.489, "", @@ -90900,7 +90900,7 @@ 528.117, 359.35, 528.117, - "O", + "4", -1, 0.489, "", @@ -90923,7 +90923,7 @@ 528.117, 360.566, 528.117, - "C", + ".", -1, 0.489, "", @@ -90946,7 +90946,7 @@ 528.117, 361.602, 528.117, - "U", + "#", -1, 0.489, "", @@ -90969,7 +90969,7 @@ 528.117, 362.764, 528.117, - "S", + "$", -1, 0.489, "", @@ -90992,7 +90992,7 @@ 528.117, 363.779, 528.117, - "I", + "%", -1, 0.489, "", @@ -91015,7 +91015,7 @@ 528.117, 364.561, 528.117, - "N", + "&", -1, 0.489, "", @@ -91038,7 +91038,7 @@ 528.117, 365.772, 528.117, - "G", + "'", -1, 0.489, "", @@ -91061,7 +91061,7 @@ 526.507, 358.42, 526.507, - "1", + "!", -1, 0.504, "", @@ -91084,7 +91084,7 @@ 526.507, 359.33, 526.507, - ".", + "\"", -1, 0.504, "", @@ -91107,7 +91107,7 @@ 526.507, 359.851, 526.507, - " ", + "#", -1, 0.504, "", @@ -91130,7 +91130,7 @@ 526.507, 360.354, 526.507, - "T", + "$", -1, 0.504, "", @@ -91153,7 +91153,7 @@ 526.507, 361.096, 526.507, - "u", + ".", -1, 0.504, "", @@ -91176,7 +91176,7 @@ 526.507, 362.001, 526.507, - "r", + "(", -1, 0.504, "", @@ -91199,7 +91199,7 @@ 526.507, 362.612, 526.507, - "n", + "0", -1, 0.504, "", @@ -91222,7 +91222,7 @@ 526.507, 363.518, 526.507, - " ", + "#", -1, 0.504, "", @@ -91245,7 +91245,7 @@ 526.507, 364.021, 526.507, - "t", + ")", -1, 0.504, "", @@ -91268,7 +91268,7 @@ 526.507, 364.583, 526.507, - "h", + "%", -1, 0.504, "", @@ -91291,7 +91291,7 @@ 526.507, 365.488, 526.507, - "e", + "&", -1, 0.504, "", @@ -91314,7 +91314,7 @@ 526.507, 366.34, 526.507, - " ", + "#", -1, 0.504, "", @@ -91337,7 +91337,7 @@ 526.507, 366.844, 526.507, - "f", + "3", -1, 0.504, "", @@ -91360,7 +91360,7 @@ 526.507, 367.347, 526.507, - "o", + "4", -1, 0.504, "", @@ -91383,7 +91383,7 @@ 526.507, 368.216, 526.507, - "c", + "+", -1, 0.504, "", @@ -91406,7 +91406,7 @@ 526.507, 368.961, 526.507, - "u", + ".", -1, 0.504, "", @@ -91429,7 +91429,7 @@ 526.507, 369.867, 526.507, - "s", + "1", -1, 0.504, "", @@ -91452,7 +91452,7 @@ 526.507, 370.612, 526.507, - "i", + "*", -1, 0.504, "", @@ -91475,7 +91475,7 @@ 526.507, 371.003, 526.507, - "n", + "0", -1, 0.504, "", @@ -91498,7 +91498,7 @@ 526.507, 371.907, 526.507, - "g", + "6", -1, 0.504, "", @@ -91521,7 +91521,7 @@ 526.507, 372.798, 526.507, - " ", + "#", -1, 0.504, "", @@ -91544,7 +91544,7 @@ 526.507, 373.302, 526.507, - "k", + "@", -1, 0.504, "", @@ -91567,7 +91567,7 @@ 526.507, 374.149, 526.507, - "n", + "0", -1, 0.504, "", @@ -91590,7 +91590,7 @@ 526.507, 375.053, 526.507, - "o", + "4", -1, 0.504, "", @@ -91613,7 +91613,7 @@ 526.507, 375.92, 526.507, - "b", + "/", -1, 0.504, "", @@ -91636,7 +91636,7 @@ 526.507, 376.811, 526.507, - " ", + "#", -1, 0.504, "", @@ -91659,7 +91659,7 @@ 526.507, 377.315, 526.507, - "a", + ",", -1, 0.504, "", @@ -91682,7 +91682,7 @@ 526.507, 378.172, 526.507, - "w", + "5", -1, 0.504, "", @@ -91705,7 +91705,7 @@ 526.507, 379.342, 526.507, - "a", + ",", -1, 0.504, "", @@ -91728,7 +91728,7 @@ 526.507, 380.202, 526.507, - "y", + "B", -1, 0.504, "", @@ -91751,7 +91751,7 @@ 526.507, 381.049, 526.507, - " ", + "#", -1, 0.504, "", @@ -91774,7 +91774,7 @@ 526.507, 381.551, 526.507, - "o", + "4", -1, 0.504, "", @@ -91797,7 +91797,7 @@ 526.507, 382.418, 526.507, - "r", + "(", -1, 0.504, "", @@ -91820,7 +91820,7 @@ 526.507, 383.029, 526.507, - " ", + "#", -1, 0.504, "", @@ -91843,7 +91843,7 @@ 526.507, 383.531, 526.507, - "t", + ")", -1, 0.504, "", @@ -91866,7 +91866,7 @@ 526.507, 384.093, 526.507, - "o", + "4", -1, 0.504, "", @@ -91889,7 +91889,7 @@ 526.507, 384.961, 526.507, - "w", + "5", -1, 0.504, "", @@ -91912,7 +91912,7 @@ 526.507, 386.132, 526.507, - "a", + ",", -1, 0.504, "", @@ -91935,7 +91935,7 @@ 526.507, 386.992, 526.507, - "r", + "(", -1, 0.504, "", @@ -91958,7 +91958,7 @@ 526.507, 387.602, 526.507, - "d", + "2", -1, 0.504, "", @@ -91981,7 +91981,7 @@ 526.507, 388.494, 526.507, - " ", + "#", -1, 0.504, "", @@ -92004,7 +92004,7 @@ 524.897, 358.42, 524.897, - " ", + "#", -1, 0.504, "", @@ -92027,7 +92027,7 @@ 524.897, 358.924, 524.897, - " ", + "#", -1, 0.504, "", @@ -92050,7 +92050,7 @@ 524.897, 359.427, 524.897, - " ", + "#", -1, 0.504, "", @@ -92073,7 +92073,7 @@ 524.897, 359.931, 524.897, - " ", + "#", -1, 0.504, "", @@ -92096,7 +92096,7 @@ 524.897, 360.435, 524.897, - "y", + "B", -1, 0.504, "", @@ -92119,7 +92119,7 @@ 524.897, 361.279, 524.897, - "o", + "4", -1, 0.504, "", @@ -92142,7 +92142,7 @@ 524.897, 362.146, 524.897, - "u", + ".", -1, 0.504, "", @@ -92165,7 +92165,7 @@ 524.897, 363.051, 524.897, - " ", + "#", -1, 0.504, "", @@ -92188,7 +92188,7 @@ 524.897, 363.555, 524.897, - "u", + ".", -1, 0.504, "", @@ -92211,7 +92211,7 @@ 524.897, 364.459, 524.897, - "n", + "0", -1, 0.504, "", @@ -92234,7 +92234,7 @@ 524.897, 365.363, 524.897, - "t", + ")", -1, 0.504, "", @@ -92257,7 +92257,7 @@ 524.897, 365.927, 524.897, - "i", + "*", -1, 0.504, "", @@ -92280,7 +92280,7 @@ 524.897, 366.319, 524.897, - "l", + "-", -1, 0.504, "", @@ -92303,7 +92303,7 @@ 524.897, 366.711, 524.897, - " ", + "#", -1, 0.504, "", @@ -92326,7 +92326,7 @@ 524.897, 367.214, 524.897, - "a", + ",", -1, 0.504, "", @@ -92349,7 +92349,7 @@ 524.897, 368.074, 524.897, - " ", + "#", -1, 0.504, "", @@ -92372,7 +92372,7 @@ 524.897, 368.578, 524.897, - "c", + "+", -1, 0.504, "", @@ -92395,7 +92395,7 @@ 524.897, 369.323, 524.897, - "l", + "-", -1, 0.504, "", @@ -92418,7 +92418,7 @@ 524.897, 369.715, 524.897, - "e", + "&", -1, 0.504, "", @@ -92441,7 +92441,7 @@ 524.897, 370.566, 524.897, - "a", + ",", -1, 0.504, "", @@ -92464,7 +92464,7 @@ 524.897, 371.426, 524.897, - "r", + "(", -1, 0.504, "", @@ -92487,7 +92487,7 @@ 524.897, 372.037, 524.897, - " ", + "#", -1, 0.504, "", @@ -92510,7 +92510,7 @@ 524.897, 372.541, 524.897, - "i", + "*", -1, 0.504, "", @@ -92533,7 +92533,7 @@ 524.897, 372.933, 524.897, - "m", + "8", -1, 0.504, "", @@ -92556,7 +92556,7 @@ 524.897, 374.325, 524.897, - "a", + ",", -1, 0.504, "", @@ -92579,7 +92579,7 @@ 524.897, 375.184, 524.897, - "g", + "6", -1, 0.504, "", @@ -92602,7 +92602,7 @@ 524.897, 376.074, 524.897, - "e", + "&", -1, 0.504, "", @@ -92625,7 +92625,7 @@ 524.897, 376.926, 524.897, - " ", + "#", -1, 0.504, "", @@ -92648,7 +92648,7 @@ 524.897, 377.429, 524.897, - "i", + "*", -1, 0.504, "", @@ -92671,7 +92671,7 @@ 524.897, 377.821, 524.897, - "s", + "1", -1, 0.504, "", @@ -92694,7 +92694,7 @@ 524.897, 378.567, 524.897, - " ", + "#", -1, 0.504, "", @@ -92717,7 +92717,7 @@ 524.897, 379.07, 524.897, - "v", + "'", -1, 0.504, "", @@ -92740,7 +92740,7 @@ 524.897, 379.916, 524.897, - "i", + "*", -1, 0.504, "", @@ -92763,7 +92763,7 @@ 524.897, 380.308, 524.897, - "e", + "&", -1, 0.504, "", @@ -92786,7 +92786,7 @@ 524.897, 381.16, 524.897, - "w", + "5", -1, 0.504, "", @@ -92809,7 +92809,7 @@ 524.897, 382.329, 524.897, - "e", + "&", -1, 0.504, "", @@ -92832,7 +92832,7 @@ 524.897, 383.182, 524.897, - "d", + "2", -1, 0.504, "", @@ -92855,7 +92855,7 @@ 524.897, 384.069, 524.897, - ".", + "\"", -1, 0.504, "", @@ -92878,7 +92878,7 @@ 523.287, 358.422, 523.287, - "2", + ":", -1, 0.504, "", @@ -92901,7 +92901,7 @@ 523.287, 359.332, 523.287, - ".", + "\"", -1, 0.504, "", @@ -92924,7 +92924,7 @@ 523.287, 359.852, 523.287, - " ", + "#", -1, 0.504, "", @@ -92947,7 +92947,7 @@ 523.287, 360.356, 523.287, - "I", + "A", -1, 0.504, "", @@ -92970,7 +92970,7 @@ 523.287, 360.958, 523.287, - "f", + "3", -1, 0.504, "", @@ -92993,7 +92993,7 @@ 523.287, 361.462, 523.287, - " ", + "#", -1, 0.504, "", @@ -93016,7 +93016,7 @@ 523.287, 361.965, 523.287, - "t", + ")", -1, 0.504, "", @@ -93039,7 +93039,7 @@ 523.287, 362.529, 523.287, - "h", + "%", -1, 0.504, "", @@ -93062,7 +93062,7 @@ 523.287, 363.435, 523.287, - "e", + "&", -1, 0.504, "", @@ -93085,7 +93085,7 @@ 523.287, 364.287, 523.287, - " ", + "#", -1, 0.504, "", @@ -93108,7 +93108,7 @@ 523.287, 364.791, 523.287, - "i", + "*", -1, 0.504, "", @@ -93131,7 +93131,7 @@ 523.287, 365.183, 523.287, - "m", + "8", -1, 0.504, "", @@ -93154,7 +93154,7 @@ 523.287, 366.575, 523.287, - "a", + ",", -1, 0.504, "", @@ -93177,7 +93177,7 @@ 523.287, 367.435, 523.287, - "g", + "6", -1, 0.504, "", @@ -93200,7 +93200,7 @@ 523.287, 368.326, 523.287, - "e", + "&", -1, 0.504, "", @@ -93223,7 +93223,7 @@ 523.287, 369.179, 523.287, - " ", + "#", -1, 0.504, "", @@ -93246,7 +93246,7 @@ 523.287, 369.682, 523.287, - "i", + "*", -1, 0.504, "", @@ -93269,7 +93269,7 @@ 523.287, 370.074, 523.287, - "s", + "1", -1, 0.504, "", @@ -93292,7 +93292,7 @@ 523.287, 370.82, 523.287, - " ", + "#", -1, 0.504, "", @@ -93315,7 +93315,7 @@ 523.287, 371.323, 523.287, - "u", + ".", -1, 0.504, "", @@ -93338,7 +93338,7 @@ 523.287, 372.229, 523.287, - "n", + "0", -1, 0.504, "", @@ -93361,7 +93361,7 @@ 523.287, 373.134, 523.287, - "c", + "+", -1, 0.504, "", @@ -93384,7 +93384,7 @@ 523.287, 373.88, 523.287, - "l", + "-", -1, 0.504, "", @@ -93407,7 +93407,7 @@ 523.287, 374.272, 523.287, - "e", + "&", -1, 0.504, "", @@ -93430,7 +93430,7 @@ 523.287, 375.124, 523.287, - "a", + ",", -1, 0.504, "", @@ -93453,7 +93453,7 @@ 523.287, 375.984, 523.287, - "r", + "(", -1, 0.504, "", @@ -93476,7 +93476,7 @@ 523.287, 376.386, 523.287, - ",", + "<", -1, 0.504, "", @@ -93499,7 +93499,7 @@ 523.287, 376.907, 523.287, - " ", + "#", -1, 0.504, "", @@ -93522,7 +93522,7 @@ 523.287, 377.411, 523.287, - "a", + ",", -1, 0.504, "", @@ -93545,7 +93545,7 @@ 523.287, 378.27, 523.287, - "d", + "2", -1, 0.504, "", @@ -93568,7 +93568,7 @@ 523.287, 379.162, 523.287, - "j", + "=", -1, 0.504, "", @@ -93591,7 +93591,7 @@ 523.287, 379.654, 523.287, - "u", + ".", -1, 0.504, "", @@ -93614,7 +93614,7 @@ 523.287, 380.559, 523.287, - "s", + "1", -1, 0.504, "", @@ -93637,7 +93637,7 @@ 523.287, 381.305, 523.287, - "t", + ")", -1, 0.504, "", @@ -93660,7 +93660,7 @@ 523.287, 381.868, 523.287, - " ", + "#", -1, 0.504, "", @@ -93683,7 +93683,7 @@ 523.287, 382.372, 523.287, - "t", + ")", -1, 0.504, "", @@ -93706,7 +93706,7 @@ 523.287, 382.936, 523.287, - "h", + "%", -1, 0.504, "", @@ -93729,7 +93729,7 @@ 523.287, 383.841, 523.287, - "e", + "&", -1, 0.504, "", @@ -93752,7 +93752,7 @@ 523.287, 384.694, 523.287, - " ", + "#", -1, 0.504, "", @@ -93775,7 +93775,7 @@ 523.287, 385.195, 523.287, - " ", + "#", -1, 0.504, "", @@ -93798,7 +93798,7 @@ 521.676, 358.423, 521.676, - " ", + "#", -1, 0.504, "", @@ -93821,7 +93821,7 @@ 521.676, 358.927, 521.676, - " ", + "#", -1, 0.504, "", @@ -93844,7 +93844,7 @@ 521.676, 359.43, 521.676, - " ", + "#", -1, 0.504, "", @@ -93867,7 +93867,7 @@ 521.676, 359.934, 521.676, - " ", + "#", -1, 0.504, "", @@ -93890,7 +93890,7 @@ 521.676, 360.437, 521.676, - "h", + "%", -1, 0.504, "", @@ -93913,7 +93913,7 @@ 521.676, 361.343, 521.676, - "e", + "&", -1, 0.504, "", @@ -93936,7 +93936,7 @@ 521.676, 362.196, 521.676, - "i", + "*", -1, 0.504, "", @@ -93959,7 +93959,7 @@ 521.676, 362.588, 521.676, - "g", + "6", -1, 0.504, "", @@ -93982,7 +93982,7 @@ 521.676, 363.479, 521.676, - "h", + "%", -1, 0.504, "", @@ -94005,7 +94005,7 @@ 521.676, 364.385, 521.676, - "t", + ")", -1, 0.504, "", @@ -94028,7 +94028,7 @@ 521.676, 364.948, 521.676, - " ", + "#", -1, 0.504, "", @@ -94051,7 +94051,7 @@ 521.676, 365.452, 521.676, - "o", + "4", -1, 0.504, "", @@ -94074,7 +94074,7 @@ 521.676, 366.32, 521.676, - "f", + "3", -1, 0.504, "", @@ -94097,7 +94097,7 @@ 521.676, 366.824, 521.676, - " ", + "#", -1, 0.504, "", @@ -94120,7 +94120,7 @@ 521.676, 367.327, 521.676, - "t", + ")", -1, 0.504, "", @@ -94143,7 +94143,7 @@ 521.676, 367.891, 521.676, - "h", + "%", -1, 0.504, "", @@ -94166,7 +94166,7 @@ 521.676, 368.797, 521.676, - "e", + "&", -1, 0.504, "", @@ -94189,7 +94189,7 @@ 521.676, 369.649, 521.676, - " ", + "#", -1, 0.504, "", @@ -94212,7 +94212,7 @@ 521.676, 370.153, 521.676, - "e", + "&", -1, 0.504, "", @@ -94235,7 +94235,7 @@ 521.676, 371.006, 521.676, - "l", + "-", -1, 0.504, "", @@ -94258,7 +94258,7 @@ 521.676, 371.398, 521.676, - "e", + "&", -1, 0.504, "", @@ -94281,7 +94281,7 @@ 521.676, 372.25, 521.676, - "v", + "'", -1, 0.504, "", @@ -94304,7 +94304,7 @@ 521.676, 373.063, 521.676, - "a", + ",", -1, 0.504, "", @@ -94327,7 +94327,7 @@ 521.676, 373.923, 521.676, - "t", + ")", -1, 0.504, "", @@ -94350,7 +94350,7 @@ 521.676, 374.486, 521.676, - "o", + "4", -1, 0.504, "", @@ -94373,7 +94373,7 @@ 521.676, 375.355, 521.676, - "r", + "(", -1, 0.504, "", @@ -94396,7 +94396,7 @@ 521.676, 375.966, 521.676, - " ", + "#", -1, 0.504, "", @@ -94419,7 +94419,7 @@ 521.676, 376.469, 521.676, - "u", + ".", -1, 0.504, "", @@ -94442,7 +94442,7 @@ 521.676, 377.375, 521.676, - "p", + "7", -1, 0.504, "", @@ -94465,7 +94465,7 @@ 521.676, 378.266, 521.676, - " ", + "#", -1, 0.504, "", @@ -94488,7 +94488,7 @@ 521.676, 378.77, 521.676, - "o", + "4", -1, 0.504, "", @@ -94511,7 +94511,7 @@ 521.676, 379.638, 521.676, - "r", + "(", -1, 0.504, "", @@ -94534,7 +94534,7 @@ 521.676, 380.249, 521.676, - " ", + "#", -1, 0.504, "", @@ -94557,7 +94557,7 @@ 521.676, 380.753, 521.676, - "d", + "2", -1, 0.504, "", @@ -94580,7 +94580,7 @@ 521.676, 381.644, 521.676, - "o", + "4", -1, 0.504, "", @@ -94603,7 +94603,7 @@ 521.676, 382.512, 521.676, - "w", + "5", -1, 0.504, "", @@ -94626,7 +94626,7 @@ 521.676, 383.682, 521.676, - "n", + "0", -1, 0.504, "", @@ -94649,7 +94649,7 @@ 521.676, 384.588, 521.676, - ",", + "<", -1, 0.504, "", @@ -94672,7 +94672,7 @@ 521.676, 385.109, 521.676, - " ", + "#", -1, 0.504, "", @@ -94695,7 +94695,7 @@ 520.066, 358.423, 520.066, - " ", + "#", -1, 0.504, "", @@ -94718,7 +94718,7 @@ 520.066, 358.927, 520.066, - " ", + "#", -1, 0.504, "", @@ -94741,7 +94741,7 @@ 520.066, 359.43, 520.066, - " ", + "#", -1, 0.504, "", @@ -94764,7 +94764,7 @@ 520.066, 359.934, 520.066, - " ", + "#", -1, 0.504, "", @@ -94787,7 +94787,7 @@ 520.066, 360.437, 520.066, - "t", + ")", -1, 0.504, "", @@ -94810,7 +94810,7 @@ 520.066, 361.001, 520.066, - "h", + "%", -1, 0.504, "", @@ -94833,7 +94833,7 @@ 520.066, 361.907, 520.066, - "e", + "&", -1, 0.504, "", @@ -94856,7 +94856,7 @@ 520.066, 362.759, 520.066, - "n", + "0", -1, 0.504, "", @@ -94879,7 +94879,7 @@ 520.066, 363.665, 520.066, - " ", + "#", -1, 0.504, "", @@ -94902,7 +94902,7 @@ 520.066, 364.169, 520.066, - "t", + ")", -1, 0.504, "", @@ -94925,7 +94925,7 @@ 520.066, 364.732, 520.066, - "u", + ".", -1, 0.504, "", @@ -94948,7 +94948,7 @@ 520.066, 365.638, 520.066, - "r", + "(", -1, 0.504, "", @@ -94971,7 +94971,7 @@ 520.066, 366.249, 520.066, - "n", + "0", -1, 0.504, "", @@ -94994,7 +94994,7 @@ 520.066, 367.154, 520.066, - " ", + "#", -1, 0.504, "", @@ -95017,7 +95017,7 @@ 520.066, 367.658, 520.066, - "t", + ")", -1, 0.504, "", @@ -95040,7 +95040,7 @@ 520.066, 368.222, 520.066, - "h", + "%", -1, 0.504, "", @@ -95063,7 +95063,7 @@ 520.066, 369.127, 520.066, - "e", + "&", -1, 0.504, "", @@ -95086,7 +95086,7 @@ 520.066, 369.98, 520.066, - " ", + "#", -1, 0.504, "", @@ -95109,7 +95109,7 @@ 520.066, 370.483, 520.066, - "f", + "3", -1, 0.504, "", @@ -95132,7 +95132,7 @@ 520.066, 370.987, 520.066, - "o", + "4", -1, 0.504, "", @@ -95155,7 +95155,7 @@ 520.066, 371.855, 520.066, - "c", + "+", -1, 0.504, "", @@ -95178,7 +95178,7 @@ 520.066, 372.601, 520.066, - "u", + ".", -1, 0.504, "", @@ -95201,7 +95201,7 @@ 520.066, 373.506, 520.066, - "s", + "1", -1, 0.504, "", @@ -95224,7 +95224,7 @@ 520.066, 374.252, 520.066, - "i", + "*", -1, 0.504, "", @@ -95247,7 +95247,7 @@ 520.066, 374.644, 520.066, - "n", + "0", -1, 0.504, "", @@ -95270,7 +95270,7 @@ 520.066, 375.549, 520.066, - "g", + "6", -1, 0.504, "", @@ -95293,7 +95293,7 @@ 520.066, 376.441, 520.066, - " ", + "#", -1, 0.504, "", @@ -95316,7 +95316,7 @@ 520.066, 376.944, 520.066, - "k", + "@", -1, 0.504, "", @@ -95339,7 +95339,7 @@ 520.066, 377.791, 520.066, - "n", + "0", -1, 0.504, "", @@ -95362,7 +95362,7 @@ 520.066, 378.697, 520.066, - "o", + "4", -1, 0.504, "", @@ -95385,7 +95385,7 @@ 520.066, 379.565, 520.066, - "b", + "/", -1, 0.504, "", @@ -95408,7 +95408,7 @@ 520.066, 380.456, 520.066, - " ", + "#", -1, 0.504, "", @@ -95431,7 +95431,7 @@ 520.066, 380.96, 520.066, - "a", + ",", -1, 0.504, "", @@ -95454,7 +95454,7 @@ 520.066, 381.82, 520.066, - "g", + "6", -1, 0.504, "", @@ -95477,7 +95477,7 @@ 520.066, 382.711, 520.066, - "a", + ",", -1, 0.504, "", @@ -95500,7 +95500,7 @@ 520.066, 383.571, 520.066, - "i", + "*", -1, 0.504, "", @@ -95523,7 +95523,7 @@ 520.066, 383.963, 520.066, - "n", + "0", -1, 0.504, "", @@ -95546,7 +95546,7 @@ 520.066, 384.868, 520.066, - ".", + "\"", -1, 0.504, "", @@ -95569,7 +95569,7 @@ 516.846, 358.423, 516.846, - "Z", + "E", -1, 0.489, "", @@ -95592,7 +95592,7 @@ 516.846, 359.413, 516.846, - "O", + "4", -1, 0.489, "", @@ -95615,7 +95615,7 @@ 516.846, 360.629, 516.846, - "O", + "4", -1, 0.489, "", @@ -95638,7 +95638,7 @@ 516.846, 361.845, 516.846, - "M", + "3", -1, 0.489, "", @@ -95661,7 +95661,7 @@ 516.846, 363.201, 516.846, - " ", + "(", -1, 0.489, "", @@ -95684,7 +95684,7 @@ 516.846, 363.691, 516.846, - "M", + "3", -1, 0.489, "", @@ -95707,7 +95707,7 @@ 516.846, 365.047, 516.846, - "A", + "/", -1, 0.489, "", @@ -95730,7 +95730,7 @@ 516.846, 366.157, 516.846, - "G", + "'", -1, 0.489, "", @@ -95753,7 +95753,7 @@ 516.846, 367.317, 516.846, - "N", + "&", -1, 0.489, "", @@ -95776,7 +95776,7 @@ 516.846, 368.529, 516.846, - "I", + "%", -1, 0.489, "", @@ -95799,7 +95799,7 @@ 516.846, 369.31, 516.846, - "F", + "D", -1, 0.489, "", @@ -95822,7 +95822,7 @@ 516.846, 370.24, 516.846, - "I", + "%", -1, 0.489, "", @@ -95845,7 +95845,7 @@ 516.846, 371.021, 516.846, - "C", + ".", -1, 0.489, "", @@ -95868,7 +95868,7 @@ 516.846, 372.057, 516.846, - "A", + "/", -1, 0.489, "", @@ -95891,7 +95891,7 @@ 516.846, 373.167, 516.846, - "T", + ")", -1, 0.489, "", @@ -95914,7 +95914,7 @@ 516.846, 374.143, 516.846, - "I", + "%", -1, 0.489, "", @@ -95937,7 +95937,7 @@ 516.846, 374.924, 516.846, - "O", + "4", -1, 0.489, "", @@ -95960,7 +95960,7 @@ 516.846, 376.139, 516.846, - "N", + "&", -1, 0.489, "", @@ -95983,7 +95983,7 @@ 515.235, 358.423, 515.235, - "1", + "!", -1, 0.504, "", @@ -96006,7 +96006,7 @@ 515.235, 359.333, 515.235, - ".", + "\"", -1, 0.504, "", @@ -96029,7 +96029,7 @@ 515.235, 359.854, 515.235, - " ", + "#", -1, 0.504, "", @@ -96052,7 +96052,7 @@ 515.235, 360.357, 515.235, - "T", + "$", -1, 0.504, "", @@ -96075,7 +96075,7 @@ 515.235, 361.098, 515.235, - "u", + ".", -1, 0.504, "", @@ -96098,7 +96098,7 @@ 515.235, 362.004, 515.235, - "r", + "(", -1, 0.504, "", @@ -96121,7 +96121,7 @@ 515.235, 362.615, 515.235, - "n", + "0", -1, 0.504, "", @@ -96144,7 +96144,7 @@ 515.235, 363.52, 515.235, - " ", + "#", -1, 0.504, "", @@ -96167,7 +96167,7 @@ 515.235, 364.024, 515.235, - "t", + ")", -1, 0.504, "", @@ -96190,7 +96190,7 @@ 515.235, 364.588, 515.235, - "h", + "%", -1, 0.504, "", @@ -96213,7 +96213,7 @@ 515.235, 365.493, 515.235, - "e", + "&", -1, 0.504, "", @@ -96236,7 +96236,7 @@ 515.235, 366.346, 515.235, - " ", + "#", -1, 0.504, "", @@ -96259,7 +96259,7 @@ 515.235, 366.85, 515.235, - "z", + "L", -1, 0.504, "", @@ -96282,7 +96282,7 @@ 515.235, 367.601, 515.235, - "o", + "4", -1, 0.504, "", @@ -96305,7 +96305,7 @@ 515.235, 368.469, 515.235, - "o", + "4", -1, 0.504, "", @@ -96328,7 +96328,7 @@ 515.235, 369.337, 515.235, - "m", + "8", -1, 0.504, "", @@ -96351,7 +96351,7 @@ 515.235, 370.729, 515.235, - " ", + "#", -1, 0.504, "", @@ -96374,7 +96374,7 @@ 515.235, 371.233, 515.235, - "m", + "8", -1, 0.504, "", @@ -96397,7 +96397,7 @@ 515.235, 372.625, 515.235, - "a", + ",", -1, 0.504, "", @@ -96420,7 +96420,7 @@ 515.235, 373.485, 515.235, - "g", + "6", -1, 0.504, "", @@ -96443,7 +96443,7 @@ 515.235, 374.376, 515.235, - "n", + "0", -1, 0.504, "", @@ -96466,7 +96466,7 @@ 515.235, 375.282, 515.235, - "i", + "*", -1, 0.504, "", @@ -96489,7 +96489,7 @@ 515.235, 375.674, 515.235, - "f", + "3", -1, 0.504, "", @@ -96512,7 +96512,7 @@ 515.235, 376.177, 515.235, - "i", + "*", -1, 0.504, "", @@ -96535,7 +96535,7 @@ 515.235, 376.569, 515.235, - "c", + "+", -1, 0.504, "", @@ -96558,7 +96558,7 @@ 515.235, 377.315, 515.235, - "a", + ",", -1, 0.504, "", @@ -96581,7 +96581,7 @@ 515.235, 378.175, 515.235, - "t", + ")", -1, 0.504, "", @@ -96604,7 +96604,7 @@ 515.235, 378.738, 515.235, - "i", + "*", -1, 0.504, "", @@ -96627,7 +96627,7 @@ 515.235, 379.13, 515.235, - "o", + "4", -1, 0.504, "", @@ -96650,7 +96650,7 @@ 515.235, 379.999, 515.235, - "n", + "0", -1, 0.504, "", @@ -96673,7 +96673,7 @@ 515.235, 380.904, 515.235, - " ", + "#", -1, 0.504, "", @@ -96696,7 +96696,7 @@ 515.235, 381.408, 515.235, - "k", + "@", -1, 0.504, "", @@ -96719,7 +96719,7 @@ 515.235, 382.255, 515.235, - "n", + "0", -1, 0.504, "", @@ -96742,7 +96742,7 @@ 515.235, 383.16, 515.235, - "o", + "4", -1, 0.504, "", @@ -96765,7 +96765,7 @@ 515.235, 384.029, 515.235, - "b", + "/", -1, 0.504, "", @@ -96788,7 +96788,7 @@ 515.235, 384.92, 515.235, - " ", + "#", -1, 0.504, "", @@ -96811,7 +96811,7 @@ 515.235, 385.424, 515.235, - "t", + ")", -1, 0.504, "", @@ -96834,7 +96834,7 @@ 515.235, 385.987, 515.235, - "o", + "4", -1, 0.504, "", @@ -96857,7 +96857,7 @@ 515.235, 386.856, 515.235, - " ", + "#", -1, 0.504, "", @@ -96880,7 +96880,7 @@ 513.625, 358.423, 513.625, - " ", + "#", -1, 0.504, "", @@ -96903,7 +96903,7 @@ 513.625, 358.927, 513.625, - " ", + "#", -1, 0.504, "", @@ -96926,7 +96926,7 @@ 513.625, 359.43, 513.625, - " ", + "#", -1, 0.504, "", @@ -96949,7 +96949,7 @@ 513.625, 359.934, 513.625, - " ", + "#", -1, 0.504, "", @@ -96972,7 +96972,7 @@ 513.625, 360.437, 513.625, - "t", + ")", -1, 0.504, "", @@ -96995,7 +96995,7 @@ 513.625, 361.001, 513.625, - "h", + "%", -1, 0.504, "", @@ -97018,7 +97018,7 @@ 513.625, 361.907, 513.625, - "e", + "&", -1, 0.504, "", @@ -97041,7 +97041,7 @@ 513.625, 362.759, 513.625, - " ", + "#", -1, 0.504, "", @@ -97064,7 +97064,7 @@ 513.625, 363.263, 513.625, - "d", + "2", -1, 0.504, "", @@ -97087,7 +97087,7 @@ 513.625, 364.154, 513.625, - "e", + "&", -1, 0.504, "", @@ -97110,7 +97110,7 @@ 513.625, 365.007, 513.625, - "s", + "1", -1, 0.504, "", @@ -97133,7 +97133,7 @@ 513.625, 365.752, 513.625, - "i", + "*", -1, 0.504, "", @@ -97156,7 +97156,7 @@ 513.625, 366.144, 513.625, - "r", + "(", -1, 0.504, "", @@ -97179,7 +97179,7 @@ 513.625, 366.755, 513.625, - "e", + "&", -1, 0.504, "", @@ -97202,7 +97202,7 @@ 513.625, 367.608, 513.625, - "d", + "2", -1, 0.504, "", @@ -97225,7 +97225,7 @@ 513.625, 368.499, 513.625, - " ", + "#", -1, 0.504, "", @@ -97248,7 +97248,7 @@ 513.625, 369.003, 513.625, - "m", + "8", -1, 0.504, "", @@ -97271,7 +97271,7 @@ 513.625, 370.395, 513.625, - "a", + ",", -1, 0.504, "", @@ -97294,7 +97294,7 @@ 513.625, 371.255, 513.625, - "g", + "6", -1, 0.504, "", @@ -97317,7 +97317,7 @@ 513.625, 372.146, 513.625, - "n", + "0", -1, 0.504, "", @@ -97340,7 +97340,7 @@ 513.625, 373.051, 513.625, - "i", + "*", -1, 0.504, "", @@ -97363,7 +97363,7 @@ 513.625, 373.443, 513.625, - "f", + "3", -1, 0.504, "", @@ -97386,7 +97386,7 @@ 513.625, 373.947, 513.625, - "i", + "*", -1, 0.504, "", @@ -97409,7 +97409,7 @@ 513.625, 374.339, 513.625, - "c", + "+", -1, 0.504, "", @@ -97432,7 +97432,7 @@ 513.625, 375.084, 513.625, - "a", + ",", -1, 0.504, "", @@ -97455,7 +97455,7 @@ 513.625, 375.944, 513.625, - "t", + ")", -1, 0.504, "", @@ -97478,7 +97478,7 @@ 513.625, 376.508, 513.625, - "i", + "*", -1, 0.504, "", @@ -97501,7 +97501,7 @@ 513.625, 376.9, 513.625, - "o", + "4", -1, 0.504, "", @@ -97524,7 +97524,7 @@ 513.625, 377.768, 513.625, - "n", + "0", -1, 0.504, "", @@ -97547,7 +97547,7 @@ 513.625, 378.674, 513.625, - " ", + "#", -1, 0.504, "", @@ -97570,7 +97570,7 @@ 513.625, 379.177, 513.625, - "a", + ",", -1, 0.504, "", @@ -97593,7 +97593,7 @@ 513.625, 380.037, 513.625, - "n", + "0", -1, 0.504, "", @@ -97616,7 +97616,7 @@ 513.625, 380.943, 513.625, - "d", + "2", -1, 0.504, "", @@ -97639,7 +97639,7 @@ 513.625, 381.834, 513.625, - " ", + "#", -1, 0.504, "", @@ -97662,7 +97662,7 @@ 513.625, 382.338, 513.625, - "f", + "3", -1, 0.504, "", @@ -97685,7 +97685,7 @@ 513.625, 382.841, 513.625, - "i", + "*", -1, 0.504, "", @@ -97708,7 +97708,7 @@ 513.625, 383.233, 513.625, - "e", + "&", -1, 0.504, "", @@ -97731,7 +97731,7 @@ 513.625, 384.086, 513.625, - "l", + "-", -1, 0.504, "", @@ -97754,7 +97754,7 @@ 513.625, 384.478, 513.625, - "d", + "2", -1, 0.504, "", @@ -97777,7 +97777,7 @@ 513.625, 385.369, 513.625, - " ", + "#", -1, 0.504, "", @@ -97800,7 +97800,7 @@ 513.625, 385.873, 513.625, - "o", + "4", -1, 0.504, "", @@ -97823,7 +97823,7 @@ 513.625, 386.741, 513.625, - "f", + "3", -1, 0.504, "", @@ -97846,7 +97846,7 @@ 513.625, 387.245, 513.625, - " ", + "#", -1, 0.504, "", @@ -97869,7 +97869,7 @@ 512.015, 358.423, 512.015, - " ", + "#", -1, 0.504, "", @@ -97892,7 +97892,7 @@ 512.015, 358.927, 512.015, - " ", + "#", -1, 0.504, "", @@ -97915,7 +97915,7 @@ 512.015, 359.43, 512.015, - " ", + "#", -1, 0.504, "", @@ -97938,7 +97938,7 @@ 512.015, 359.934, 512.015, - " ", + "#", -1, 0.504, "", @@ -97961,7 +97961,7 @@ 512.015, 360.437, 512.015, - "v", + "'", -1, 0.504, "", @@ -97984,7 +97984,7 @@ 512.015, 361.284, 512.015, - "i", + "*", -1, 0.504, "", @@ -98007,7 +98007,7 @@ 512.015, 361.676, 512.015, - "e", + "&", -1, 0.504, "", @@ -98030,7 +98030,7 @@ 512.015, 362.529, 512.015, - "w", + "5", -1, 0.504, "", @@ -98053,7 +98053,7 @@ 512.015, 363.648, 512.015, - ".", + "\"", -1, 0.504, "", @@ -98076,7 +98076,7 @@ 510.405, 358.423, 510.405, - "2", + ":", -1, 0.504, "", @@ -98099,7 +98099,7 @@ 510.405, 359.333, 510.405, - ".", + "\"", -1, 0.504, "", @@ -98122,7 +98122,7 @@ 510.405, 359.854, 510.405, - " ", + "#", -1, 0.504, "", @@ -98145,7 +98145,7 @@ 510.405, 360.357, 510.405, - "I", + "A", -1, 0.504, "", @@ -98168,7 +98168,7 @@ 510.405, 360.96, 510.405, - "n", + "0", -1, 0.504, "", @@ -98191,7 +98191,7 @@ 510.405, 361.865, 510.405, - " ", + "#", -1, 0.504, "", @@ -98214,7 +98214,7 @@ 510.405, 362.369, 510.405, - "m", + "8", -1, 0.504, "", @@ -98237,7 +98237,7 @@ 510.405, 363.761, 510.405, - "o", + "4", -1, 0.504, "", @@ -98260,7 +98260,7 @@ 510.405, 364.629, 510.405, - "s", + "1", -1, 0.504, "", @@ -98283,7 +98283,7 @@ 510.405, 365.375, 510.405, - "t", + ")", -1, 0.504, "", @@ -98306,7 +98306,7 @@ 510.405, 365.938, 510.405, - " ", + "#", -1, 0.504, "", @@ -98329,7 +98329,7 @@ 510.405, 366.442, 510.405, - "s", + "1", -1, 0.504, "", @@ -98352,7 +98352,7 @@ 510.405, 367.187, 510.405, - "i", + "*", -1, 0.504, "", @@ -98375,7 +98375,7 @@ 510.405, 367.579, 510.405, - "t", + ")", -1, 0.504, "", @@ -98398,7 +98398,7 @@ 510.405, 368.143, 510.405, - "u", + ".", -1, 0.504, "", @@ -98421,7 +98421,7 @@ 510.405, 369.048, 510.405, - "a", + ",", -1, 0.504, "", @@ -98444,7 +98444,7 @@ 510.405, 369.908, 510.405, - "t", + ")", -1, 0.504, "", @@ -98467,7 +98467,7 @@ 510.405, 370.472, 510.405, - "i", + "*", -1, 0.504, "", @@ -98490,7 +98490,7 @@ 510.405, 370.864, 510.405, - "o", + "4", -1, 0.504, "", @@ -98513,7 +98513,7 @@ 510.405, 371.732, 510.405, - "n", + "0", -1, 0.504, "", @@ -98536,7 +98536,7 @@ 510.405, 372.638, 510.405, - "s", + "1", -1, 0.504, "", @@ -98559,7 +98559,7 @@ 510.405, 373.383, 510.405, - ",", + "<", -1, 0.504, "", @@ -98582,7 +98582,7 @@ 510.405, 373.904, 510.405, - " ", + "#", -1, 0.504, "", @@ -98605,7 +98605,7 @@ 510.405, 374.408, 510.405, - "i", + "*", -1, 0.504, "", @@ -98628,7 +98628,7 @@ 510.405, 374.8, 510.405, - "t", + ")", -1, 0.504, "", @@ -98651,7 +98651,7 @@ 510.405, 375.363, 510.405, - " ", + "#", -1, 0.504, "", @@ -98674,7 +98674,7 @@ 510.405, 375.867, 510.405, - "i", + "*", -1, 0.504, "", @@ -98697,7 +98697,7 @@ 510.405, 376.259, 510.405, - "s", + "1", -1, 0.504, "", @@ -98720,7 +98720,7 @@ 510.405, 377.004, 510.405, - " ", + "#", -1, 0.504, "", @@ -98743,7 +98743,7 @@ 510.405, 377.508, 510.405, - "r", + "(", -1, 0.504, "", @@ -98766,7 +98766,7 @@ 510.405, 378.119, 510.405, - "e", + "&", -1, 0.504, "", @@ -98789,7 +98789,7 @@ 510.405, 378.971, 510.405, - "c", + "+", -1, 0.504, "", @@ -98812,7 +98812,7 @@ 510.405, 379.717, 510.405, - "o", + "4", -1, 0.504, "", @@ -98835,7 +98835,7 @@ 510.405, 380.585, 510.405, - "m", + "8", -1, 0.504, "", @@ -98858,7 +98858,7 @@ 510.405, 381.977, 510.405, - "m", + "8", -1, 0.504, "", @@ -98881,7 +98881,7 @@ 510.405, 383.369, 510.405, - "e", + "&", -1, 0.504, "", @@ -98904,7 +98904,7 @@ 510.405, 384.222, 510.405, - "n", + "0", -1, 0.504, "", @@ -98927,7 +98927,7 @@ 510.405, 385.127, 510.405, - "d", + "2", -1, 0.504, "", @@ -98950,7 +98950,7 @@ 510.405, 386.019, 510.405, - "e", + "&", -1, 0.504, "", @@ -98973,7 +98973,7 @@ 510.405, 386.871, 510.405, - "d", + "2", -1, 0.504, "", @@ -98996,7 +98996,7 @@ 510.405, 387.763, 510.405, - " ", + "#", -1, 0.504, "", @@ -99019,7 +99019,7 @@ 508.795, 358.423, 508.795, - " ", + "#", -1, 0.504, "", @@ -99042,7 +99042,7 @@ 508.795, 358.927, 508.795, - " ", + "#", -1, 0.504, "", @@ -99065,7 +99065,7 @@ 508.795, 359.43, 508.795, - " ", + "#", -1, 0.504, "", @@ -99088,7 +99088,7 @@ 508.795, 359.934, 508.795, - " ", + "#", -1, 0.504, "", @@ -99111,7 +99111,7 @@ 508.795, 360.437, 508.795, - "t", + ")", -1, 0.504, "", @@ -99134,7 +99134,7 @@ 508.795, 360.998, 508.795, - "h", + "%", -1, 0.504, "", @@ -99157,7 +99157,7 @@ 508.795, 361.902, 508.795, - "a", + ",", -1, 0.504, "", @@ -99180,7 +99180,7 @@ 508.795, 362.762, 508.795, - "t", + ")", -1, 0.504, "", @@ -99203,7 +99203,7 @@ 508.795, 363.326, 508.795, - " ", + "#", -1, 0.504, "", @@ -99226,7 +99226,7 @@ 508.795, 363.828, 508.795, - "y", + "B", -1, 0.504, "", @@ -99249,7 +99249,7 @@ 508.795, 364.674, 508.795, - "o", + "4", -1, 0.504, "", @@ -99272,7 +99272,7 @@ 508.795, 365.542, 508.795, - "u", + ".", -1, 0.504, "", @@ -99295,7 +99295,7 @@ 508.795, 366.448, 508.795, - " ", + "#", -1, 0.504, "", @@ -99318,7 +99318,7 @@ 508.795, 366.951, 508.795, - "f", + "3", -1, 0.504, "", @@ -99341,7 +99341,7 @@ 508.795, 367.455, 508.795, - "o", + "4", -1, 0.504, "", @@ -99364,7 +99364,7 @@ 508.795, 368.323, 508.795, - "c", + "+", -1, 0.504, "", @@ -99387,7 +99387,7 @@ 508.795, 369.069, 508.795, - "u", + ".", -1, 0.504, "", @@ -99410,7 +99410,7 @@ 508.795, 369.973, 508.795, - "s", + "1", -1, 0.504, "", @@ -99433,7 +99433,7 @@ 508.795, 370.717, 508.795, - " ", + "#", -1, 0.504, "", @@ -99456,7 +99456,7 @@ 508.795, 371.22, 508.795, - "a", + ",", -1, 0.504, "", @@ -99479,7 +99479,7 @@ 508.795, 372.08, 508.795, - "t", + ")", -1, 0.504, "", @@ -99502,7 +99502,7 @@ 508.795, 372.644, 508.795, - " ", + "#", -1, 0.504, "", @@ -99525,7 +99525,7 @@ 508.795, 373.146, 508.795, - "t", + ")", -1, 0.504, "", @@ -99548,7 +99548,7 @@ 508.795, 373.708, 508.795, - "h", + "%", -1, 0.504, "", @@ -99571,7 +99571,7 @@ 508.795, 374.614, 508.795, - "e", + "&", -1, 0.504, "", @@ -99594,7 +99594,7 @@ 508.795, 375.466, 508.795, - " ", + "#", -1, 0.504, "", @@ -99617,7 +99617,7 @@ 508.795, 375.97, 508.795, - "l", + "-", -1, 0.504, "", @@ -99640,7 +99640,7 @@ 508.795, 376.362, 508.795, - "o", + "4", -1, 0.504, "", @@ -99663,7 +99663,7 @@ 508.795, 377.23, 508.795, - "w", + "5", -1, 0.504, "", @@ -99686,7 +99686,7 @@ 508.795, 378.401, 508.795, - "e", + "&", -1, 0.504, "", @@ -99709,7 +99709,7 @@ 508.795, 379.252, 508.795, - "s", + "1", -1, 0.504, "", @@ -99732,7 +99732,7 @@ 508.795, 379.996, 508.795, - "t", + ")", -1, 0.504, "", @@ -99755,7 +99755,7 @@ 508.795, 380.559, 508.795, - " ", + "#", -1, 0.504, "", @@ -99778,7 +99778,7 @@ 508.795, 381.063, 508.795, - " ", + "#", -1, 0.504, "", @@ -99801,7 +99801,7 @@ 508.795, 384.175, 508.795, - " ", + "#", -1, 0.504, "", @@ -99824,7 +99824,7 @@ 507.184, 358.423, 507.184, - " ", + "#", -1, 0.504, "", @@ -99847,7 +99847,7 @@ 507.184, 358.927, 507.184, - " ", + "#", -1, 0.504, "", @@ -99870,7 +99870,7 @@ 507.184, 359.43, 507.184, - " ", + "#", -1, 0.504, "", @@ -99893,7 +99893,7 @@ 507.184, 359.934, 507.184, - " ", + "#", -1, 0.504, "", @@ -99916,7 +99916,7 @@ 507.184, 360.437, 507.184, - "m", + "8", -1, 0.504, "", @@ -99939,7 +99939,7 @@ 507.184, 361.827, 507.184, - "a", + ",", -1, 0.504, "", @@ -99962,7 +99962,7 @@ 507.184, 362.685, 507.184, - "g", + "6", -1, 0.504, "", @@ -99985,7 +99985,7 @@ 507.184, 363.576, 507.184, - "n", + "0", -1, 0.504, "", @@ -100008,7 +100008,7 @@ 507.184, 364.482, 507.184, - "i", + "*", -1, 0.504, "", @@ -100031,7 +100031,7 @@ 507.184, 364.874, 507.184, - "f", + "3", -1, 0.504, "", @@ -100054,7 +100054,7 @@ 507.184, 365.377, 507.184, - "i", + "*", -1, 0.504, "", @@ -100077,7 +100077,7 @@ 507.184, 365.769, 507.184, - "c", + "+", -1, 0.504, "", @@ -100100,7 +100100,7 @@ 507.184, 366.515, 507.184, - "a", + ",", -1, 0.504, "", @@ -100123,7 +100123,7 @@ 507.184, 367.373, 507.184, - "t", + ")", -1, 0.504, "", @@ -100146,7 +100146,7 @@ 507.184, 367.937, 507.184, - "i", + "*", -1, 0.504, "", @@ -100169,7 +100169,7 @@ 507.184, 368.329, 507.184, - "o", + "4", -1, 0.504, "", @@ -100192,7 +100192,7 @@ 507.184, 369.197, 507.184, - "n", + "0", -1, 0.504, "", @@ -100215,7 +100215,7 @@ 507.184, 370.103, 507.184, - ",", + "<", -1, 0.504, "", @@ -100238,7 +100238,7 @@ 507.184, 370.622, 507.184, - " ", + "#", -1, 0.504, "", @@ -100261,7 +100261,7 @@ 507.184, 371.126, 507.184, - "t", + ")", -1, 0.504, "", @@ -100284,7 +100284,7 @@ 507.184, 371.689, 507.184, - "h", + "%", -1, 0.504, "", @@ -100307,7 +100307,7 @@ 507.184, 372.595, 507.184, - "e", + "&", -1, 0.504, "", @@ -100330,7 +100330,7 @@ 507.184, 373.446, 507.184, - "n", + "0", -1, 0.504, "", @@ -100353,7 +100353,7 @@ 507.184, 374.35, 507.184, - " ", + "#", -1, 0.504, "", @@ -100376,7 +100376,7 @@ 507.184, 374.854, 507.184, - "m", + "8", -1, 0.504, "", @@ -100399,7 +100399,7 @@ 507.184, 376.245, 507.184, - "o", + "4", -1, 0.504, "", @@ -100422,7 +100422,7 @@ 507.184, 377.112, 507.184, - "v", + "'", -1, 0.504, "", @@ -100445,7 +100445,7 @@ 507.184, 377.958, 507.184, - "e", + "&", -1, 0.504, "", @@ -100468,7 +100468,7 @@ 507.184, 378.811, 507.184, - " ", + "#", -1, 0.504, "", @@ -100491,7 +100491,7 @@ 507.184, 379.315, 507.184, - "t", + ")", -1, 0.504, "", @@ -100514,7 +100514,7 @@ 507.184, 379.877, 507.184, - "o", + "4", -1, 0.504, "", @@ -100537,7 +100537,7 @@ 507.184, 380.744, 507.184, - " ", + "#", -1, 0.504, "", @@ -100560,7 +100560,7 @@ 507.184, 381.248, 507.184, - "a", + ",", -1, 0.504, "", @@ -100583,7 +100583,7 @@ 507.184, 382.107, 507.184, - " ", + "#", -1, 0.504, "", @@ -100606,7 +100606,7 @@ 507.184, 382.611, 507.184, - "h", + "%", -1, 0.504, "", @@ -100629,7 +100629,7 @@ 507.184, 383.517, 507.184, - "i", + "*", -1, 0.504, "", @@ -100652,7 +100652,7 @@ 507.184, 383.909, 507.184, - "g", + "6", -1, 0.504, "", @@ -100675,7 +100675,7 @@ 507.184, 384.8, 507.184, - "h", + "%", -1, 0.504, "", @@ -100698,7 +100698,7 @@ 507.184, 385.705, 507.184, - "e", + "&", -1, 0.504, "", @@ -100721,7 +100721,7 @@ 507.184, 386.558, 507.184, - "r", + "(", -1, 0.504, "", @@ -100744,7 +100744,7 @@ 507.184, 387.169, 507.184, - " ", + "#", -1, 0.504, "", @@ -100767,7 +100767,7 @@ 505.574, 358.425, 505.574, - " ", + "#", -1, 0.504, "", @@ -100790,7 +100790,7 @@ 505.574, 358.928, 505.574, - " ", + "#", -1, 0.504, "", @@ -100813,7 +100813,7 @@ 505.574, 359.432, 505.574, - " ", + "#", -1, 0.504, "", @@ -100836,7 +100836,7 @@ 505.574, 359.935, 505.574, - " ", + "#", -1, 0.504, "", @@ -100859,7 +100859,7 @@ 505.574, 360.439, 505.574, - "m", + "8", -1, 0.504, "", @@ -100882,7 +100882,7 @@ 505.574, 361.831, 505.574, - "a", + ",", -1, 0.504, "", @@ -100905,7 +100905,7 @@ 505.574, 362.691, 505.574, - "g", + "6", -1, 0.504, "", @@ -100928,7 +100928,7 @@ 505.574, 363.582, 505.574, - "n", + "0", -1, 0.504, "", @@ -100951,7 +100951,7 @@ 505.574, 364.488, 505.574, - "i", + "*", -1, 0.504, "", @@ -100974,7 +100974,7 @@ 505.574, 364.88, 505.574, - "f", + "3", -1, 0.504, "", @@ -100997,7 +100997,7 @@ 505.574, 365.383, 505.574, - "i", + "*", -1, 0.504, "", @@ -101020,7 +101020,7 @@ 505.574, 365.775, 505.574, - "c", + "+", -1, 0.504, "", @@ -101043,7 +101043,7 @@ 505.574, 366.521, 505.574, - "a", + ",", -1, 0.504, "", @@ -101066,7 +101066,7 @@ 505.574, 367.38, 505.574, - "t", + ")", -1, 0.504, "", @@ -101089,7 +101089,7 @@ 505.574, 367.944, 505.574, - "i", + "*", -1, 0.504, "", @@ -101112,7 +101112,7 @@ 505.574, 368.336, 505.574, - "o", + "4", -1, 0.504, "", @@ -101135,7 +101135,7 @@ 505.574, 369.204, 505.574, - "n", + "0", -1, 0.504, "", @@ -101158,7 +101158,7 @@ 505.574, 370.11, 505.574, - " ", + "#", -1, 0.504, "", @@ -101181,7 +101181,7 @@ 505.574, 370.614, 505.574, - "a", + ",", -1, 0.504, "", @@ -101204,7 +101204,7 @@ 505.574, 371.473, 505.574, - "n", + "0", -1, 0.504, "", @@ -101227,7 +101227,7 @@ 505.574, 372.379, 505.574, - "d", + "2", -1, 0.504, "", @@ -101250,7 +101250,7 @@ 505.574, 373.27, 505.574, - " ", + "#", -1, 0.504, "", @@ -101273,7 +101273,7 @@ 505.574, 373.774, 505.574, - "r", + "(", -1, 0.504, "", @@ -101296,7 +101296,7 @@ 505.574, 374.385, 505.574, - "e", + "&", -1, 0.504, "", @@ -101319,7 +101319,7 @@ 505.574, 375.237, 505.574, - "-", + "M", -1, 0.504, "", @@ -101342,7 +101342,7 @@ 505.574, 375.887, 505.574, - "f", + "3", -1, 0.504, "", @@ -101365,7 +101365,7 @@ 505.574, 376.391, 505.574, - "o", + "4", -1, 0.504, "", @@ -101388,7 +101388,7 @@ 505.574, 377.259, 505.574, - "c", + "+", -1, 0.504, "", @@ -101411,7 +101411,7 @@ 505.574, 378.004, 505.574, - "u", + ".", -1, 0.504, "", @@ -101434,7 +101434,7 @@ 505.574, 378.91, 505.574, - "s", + "1", -1, 0.504, "", @@ -101457,7 +101457,7 @@ 505.574, 379.655, 505.574, - " ", + "#", -1, 0.504, "", @@ -101480,7 +101480,7 @@ 505.574, 380.159, 505.574, - "a", + ",", -1, 0.504, "", @@ -101503,7 +101503,7 @@ 505.574, 381.019, 505.574, - "s", + "1", -1, 0.504, "", @@ -101526,7 +101526,7 @@ 505.574, 381.764, 505.574, - " ", + "#", -1, 0.504, "", @@ -101549,7 +101549,7 @@ 505.574, 382.268, 505.574, - " ", + "#", -1, 0.504, "", @@ -101572,7 +101572,7 @@ 505.574, 384.176, 505.574, - " ", + "#", -1, 0.504, "", @@ -101595,7 +101595,7 @@ 503.964, 358.425, 503.964, - " ", + "#", -1, 0.504, "", @@ -101618,7 +101618,7 @@ 503.964, 358.928, 503.964, - " ", + "#", -1, 0.504, "", @@ -101641,7 +101641,7 @@ 503.964, 359.432, 503.964, - " ", + "#", -1, 0.504, "", @@ -101664,7 +101664,7 @@ 503.964, 359.935, 503.964, - " ", + "#", -1, 0.504, "", @@ -101687,7 +101687,7 @@ 503.964, 360.439, 503.964, - "n", + "0", -1, 0.504, "", @@ -101710,7 +101710,7 @@ 503.964, 361.344, 503.964, - "e", + "&", -1, 0.504, "", @@ -101733,7 +101733,7 @@ 503.964, 362.197, 503.964, - "c", + "+", -1, 0.504, "", @@ -101756,7 +101756,7 @@ 503.964, 362.943, 503.964, - "e", + "&", -1, 0.504, "", @@ -101779,7 +101779,7 @@ 503.964, 363.795, 503.964, - "s", + "1", -1, 0.504, "", @@ -101802,7 +101802,7 @@ 503.964, 364.541, 503.964, - "s", + "1", -1, 0.504, "", @@ -101825,7 +101825,7 @@ 503.964, 365.286, 503.964, - "a", + ",", -1, 0.504, "", @@ -101848,7 +101848,7 @@ 503.964, 366.146, 503.964, - "r", + "(", -1, 0.504, "", @@ -101871,7 +101871,7 @@ 503.964, 366.757, 503.964, - "y", + "B", -1, 0.504, "", @@ -101894,7 +101894,7 @@ 503.964, 367.466, 503.964, - ".", + "\"", -1, 0.504, "", @@ -101917,7 +101917,7 @@ 502.354, 358.425, 502.354, - "3", + ">", -1, 0.504, "", @@ -101940,7 +101940,7 @@ 502.354, 359.334, 502.354, - ".", + "\"", -1, 0.504, "", @@ -101963,7 +101963,7 @@ 502.354, 359.855, 502.354, - " ", + "#", -1, 0.504, "", @@ -101986,7 +101986,7 @@ 502.354, 360.359, 502.354, - "I", + "A", -1, 0.504, "", @@ -102009,7 +102009,7 @@ 502.354, 360.961, 502.354, - "f", + "3", -1, 0.504, "", @@ -102032,7 +102032,7 @@ 502.354, 361.465, 502.354, - " ", + "#", -1, 0.504, "", @@ -102055,7 +102055,7 @@ 502.354, 361.968, 502.354, - "t", + ")", -1, 0.504, "", @@ -102078,7 +102078,7 @@ 502.354, 362.532, 502.354, - "h", + "%", -1, 0.504, "", @@ -102101,7 +102101,7 @@ 502.354, 363.438, 502.354, - "e", + "&", -1, 0.504, "", @@ -102124,7 +102124,7 @@ 502.354, 364.29, 502.354, - " ", + "#", -1, 0.504, "", @@ -102147,7 +102147,7 @@ 502.354, 364.794, 502.354, - "i", + "*", -1, 0.504, "", @@ -102170,7 +102170,7 @@ 502.354, 365.186, 502.354, - "m", + "8", -1, 0.504, "", @@ -102193,7 +102193,7 @@ 502.354, 366.578, 502.354, - "a", + ",", -1, 0.504, "", @@ -102216,7 +102216,7 @@ 502.354, 367.438, 502.354, - "g", + "6", -1, 0.504, "", @@ -102239,7 +102239,7 @@ 502.354, 368.329, 502.354, - "e", + "&", -1, 0.504, "", @@ -102262,7 +102262,7 @@ 502.354, 369.182, 502.354, - " ", + "#", -1, 0.504, "", @@ -102285,7 +102285,7 @@ 502.354, 369.685, 502.354, - "i", + "*", -1, 0.504, "", @@ -102308,7 +102308,7 @@ 502.354, 370.077, 502.354, - "s", + "1", -1, 0.504, "", @@ -102331,7 +102331,7 @@ 502.354, 370.822, 502.354, - " ", + "#", -1, 0.504, "", @@ -102354,7 +102354,7 @@ 502.354, 371.326, 502.354, - "n", + "0", -1, 0.504, "", @@ -102377,7 +102377,7 @@ 502.354, 372.232, 502.354, - "o", + "4", -1, 0.504, "", @@ -102400,7 +102400,7 @@ 502.354, 373.1, 502.354, - "t", + ")", -1, 0.504, "", @@ -102423,7 +102423,7 @@ 502.354, 373.664, 502.354, - " ", + "#", -1, 0.504, "", @@ -102446,7 +102446,7 @@ 502.354, 374.167, 502.354, - "c", + "+", -1, 0.504, "", @@ -102469,7 +102469,7 @@ 502.354, 374.913, 502.354, - "l", + "-", -1, 0.504, "", @@ -102492,7 +102492,7 @@ 502.354, 375.305, 502.354, - "e", + "&", -1, 0.504, "", @@ -102515,7 +102515,7 @@ 502.354, 376.157, 502.354, - "a", + ",", -1, 0.504, "", @@ -102538,7 +102538,7 @@ 502.354, 377.017, 502.354, - "r", + "(", -1, 0.504, "", @@ -102561,7 +102561,7 @@ 502.354, 377.628, 502.354, - " ", + "#", -1, 0.504, "", @@ -102584,7 +102584,7 @@ 502.354, 378.132, 502.354, - "t", + ")", -1, 0.504, "", @@ -102607,7 +102607,7 @@ 502.354, 378.695, 502.354, - "o", + "4", -1, 0.504, "", @@ -102630,7 +102630,7 @@ 502.354, 379.564, 502.354, - " ", + "#", -1, 0.504, "", @@ -102653,7 +102653,7 @@ 502.354, 380.067, 502.354, - "b", + "/", -1, 0.504, "", @@ -102676,7 +102676,7 @@ 502.354, 380.959, 502.354, - "o", + "4", -1, 0.504, "", @@ -102699,7 +102699,7 @@ 502.354, 381.827, 502.354, - "t", + ")", -1, 0.504, "", @@ -102722,7 +102722,7 @@ 502.354, 382.391, 502.354, - "h", + "%", -1, 0.504, "", @@ -102745,7 +102745,7 @@ 502.354, 383.296, 502.354, - " ", + "#", -1, 0.504, "", @@ -102768,7 +102768,7 @@ 502.354, 383.8, 502.354, - "e", + "&", -1, 0.504, "", @@ -102791,7 +102791,7 @@ 502.354, 384.652, 502.354, - "y", + "B", -1, 0.504, "", @@ -102814,7 +102814,7 @@ 502.354, 385.499, 502.354, - "e", + "&", -1, 0.504, "", @@ -102837,7 +102837,7 @@ 502.354, 386.352, 502.354, - "s", + "1", -1, 0.504, "", @@ -102860,7 +102860,7 @@ 502.354, 387.097, 502.354, - " ", + "#", -1, 0.504, "", @@ -102883,7 +102883,7 @@ 500.744, 358.425, 500.744, - " ", + "#", -1, 0.504, "", @@ -102906,7 +102906,7 @@ 500.744, 358.928, 500.744, - " ", + "#", -1, 0.504, "", @@ -102929,7 +102929,7 @@ 500.744, 359.432, 500.744, - " ", + "#", -1, 0.504, "", @@ -102952,7 +102952,7 @@ 500.744, 359.935, 500.744, - " ", + "#", -1, 0.504, "", @@ -102975,7 +102975,7 @@ 500.744, 360.439, 500.744, - "a", + ",", -1, 0.504, "", @@ -102998,7 +102998,7 @@ 500.744, 361.299, 500.744, - "t", + ")", -1, 0.504, "", @@ -103021,7 +103021,7 @@ 500.744, 361.862, 500.744, - " ", + "#", -1, 0.504, "", @@ -103044,7 +103044,7 @@ 500.744, 362.366, 500.744, - "t", + ")", -1, 0.504, "", @@ -103067,7 +103067,7 @@ 500.744, 362.93, 500.744, - "h", + "%", -1, 0.504, "", @@ -103090,7 +103090,7 @@ 500.744, 363.835, 500.744, - "e", + "&", -1, 0.504, "", @@ -103113,7 +103113,7 @@ 500.744, 364.688, 500.744, - " ", + "#", -1, 0.504, "", @@ -103136,7 +103136,7 @@ 500.744, 365.191, 500.744, - "s", + "1", -1, 0.504, "", @@ -103159,7 +103159,7 @@ 500.744, 365.937, 500.744, - "a", + ",", -1, 0.504, "", @@ -103182,7 +103182,7 @@ 500.744, 366.797, 500.744, - "m", + "8", -1, 0.504, "", @@ -103205,7 +103205,7 @@ 500.744, 368.189, 500.744, - "e", + "&", -1, 0.504, "", @@ -103228,7 +103228,7 @@ 500.744, 369.041, 500.744, - " ", + "#", -1, 0.504, "", @@ -103251,7 +103251,7 @@ 500.744, 369.545, 500.744, - "t", + ")", -1, 0.504, "", @@ -103274,7 +103274,7 @@ 500.744, 370.109, 500.744, - "i", + "*", -1, 0.504, "", @@ -103297,7 +103297,7 @@ 500.744, 370.501, 500.744, - "m", + "8", -1, 0.504, "", @@ -103320,7 +103320,7 @@ 500.744, 371.893, 500.744, - "e", + "&", -1, 0.504, "", @@ -103343,7 +103343,7 @@ 500.744, 372.745, 500.744, - ",", + "<", -1, 0.504, "", @@ -103366,7 +103366,7 @@ 500.744, 373.266, 500.744, - " ", + "#", -1, 0.504, "", @@ -103389,7 +103389,7 @@ 500.744, 373.77, 500.744, - "t", + ")", -1, 0.504, "", @@ -103412,7 +103412,7 @@ 500.744, 374.333, 500.744, - "h", + "%", -1, 0.504, "", @@ -103435,7 +103435,7 @@ 500.744, 375.239, 500.744, - "e", + "&", -1, 0.504, "", @@ -103458,7 +103458,7 @@ 500.744, 376.092, 500.744, - " ", + "#", -1, 0.504, "", @@ -103481,7 +103481,7 @@ 500.744, 376.595, 500.744, - "d", + "2", -1, 0.504, "", @@ -103504,7 +103504,7 @@ 500.744, 377.486, 500.744, - "i", + "*", -1, 0.504, "", @@ -103527,7 +103527,7 @@ 500.744, 377.878, 500.744, - "o", + "4", -1, 0.504, "", @@ -103550,7 +103550,7 @@ 500.744, 378.747, 500.744, - "p", + "7", -1, 0.504, "", @@ -103573,7 +103573,7 @@ 500.744, 379.638, 500.744, - "t", + ")", -1, 0.504, "", @@ -103596,7 +103596,7 @@ 500.744, 380.202, 500.744, - "e", + "&", -1, 0.504, "", @@ -103619,7 +103619,7 @@ 500.744, 381.054, 500.744, - "r", + "(", -1, 0.504, "", @@ -103642,7 +103642,7 @@ 500.744, 381.665, 500.744, - " ", + "#", -1, 0.504, "", @@ -103665,7 +103665,7 @@ 500.744, 382.169, 500.744, - "r", + "(", -1, 0.504, "", @@ -103688,7 +103688,7 @@ 500.744, 382.78, 500.744, - "i", + "*", -1, 0.504, "", @@ -103711,7 +103711,7 @@ 500.744, 383.172, 500.744, - "n", + "0", -1, 0.504, "", @@ -103734,7 +103734,7 @@ 500.744, 384.077, 500.744, - "g", + "6", -1, 0.504, "", @@ -103757,7 +103757,7 @@ 500.744, 384.969, 500.744, - " ", + "#", -1, 0.504, "", @@ -103780,7 +103780,7 @@ 500.744, 385.472, 500.744, - "m", + "8", -1, 0.504, "", @@ -103803,7 +103803,7 @@ 500.744, 386.864, 500.744, - "a", + ",", -1, 0.504, "", @@ -103826,7 +103826,7 @@ 500.744, 387.724, 500.744, - "y", + "B", -1, 0.504, "", @@ -103849,7 +103849,7 @@ 500.744, 388.571, 500.744, - " ", + "#", -1, 0.504, "", @@ -103872,7 +103872,7 @@ 499.133, 358.425, 499.133, - " ", + "#", -1, 0.504, "", @@ -103895,7 +103895,7 @@ 499.133, 358.928, 499.133, - " ", + "#", -1, 0.504, "", @@ -103918,7 +103918,7 @@ 499.133, 359.432, 499.133, - " ", + "#", -1, 0.504, "", @@ -103941,7 +103941,7 @@ 499.133, 359.935, 499.133, - " ", + "#", -1, 0.504, "", @@ -103964,7 +103964,7 @@ 499.133, 360.439, 499.133, - "n", + "0", -1, 0.504, "", @@ -103987,7 +103987,7 @@ 499.133, 361.344, 499.133, - "e", + "&", -1, 0.504, "", @@ -104010,7 +104010,7 @@ 499.133, 362.197, 499.133, - "e", + "&", -1, 0.504, "", @@ -104033,7 +104033,7 @@ 499.133, 363.05, 499.133, - "d", + "2", -1, 0.504, "", @@ -104056,7 +104056,7 @@ 499.133, 363.941, 499.133, - " ", + "#", -1, 0.504, "", @@ -104079,7 +104079,7 @@ 499.133, 364.445, 499.133, - "a", + ",", -1, 0.504, "", @@ -104102,7 +104102,7 @@ 499.133, 365.304, 499.133, - "d", + "2", -1, 0.504, "", @@ -104125,7 +104125,7 @@ 499.133, 366.196, 499.133, - "j", + "=", -1, 0.504, "", @@ -104148,7 +104148,7 @@ 499.133, 366.688, 499.133, - "u", + ".", -1, 0.504, "", @@ -104171,7 +104171,7 @@ 499.133, 367.594, 499.133, - "s", + "1", -1, 0.504, "", @@ -104194,7 +104194,7 @@ 499.133, 368.339, 499.133, - "t", + ")", -1, 0.504, "", @@ -104217,7 +104217,7 @@ 499.133, 368.903, 499.133, - "m", + "8", -1, 0.504, "", @@ -104240,7 +104240,7 @@ 499.133, 370.295, 499.133, - "e", + "&", -1, 0.504, "", @@ -104263,7 +104263,7 @@ 499.133, 371.147, 499.133, - "n", + "0", -1, 0.504, "", @@ -104286,7 +104286,7 @@ 499.133, 372.053, 499.133, - "t", + ")", -1, 0.504, "", @@ -104309,7 +104309,7 @@ 499.133, 372.616, 499.133, - ".", + "\"", -1, 0.504, "", @@ -104332,7 +104332,7 @@ 495.913, 358.425, 495.913, - "D", + "5", -1, 0.489, "", @@ -104355,7 +104355,7 @@ 495.913, 359.612, 495.913, - "I", + "%", -1, 0.489, "", @@ -104378,7 +104378,7 @@ 495.913, 360.393, 495.913, - "O", + "4", -1, 0.489, "", @@ -104401,7 +104401,7 @@ 495.913, 361.609, 495.913, - "P", + ";", -1, 0.489, "", @@ -104424,7 +104424,7 @@ 495.913, 362.658, 495.913, - "T", + ")", -1, 0.489, "", @@ -104447,7 +104447,7 @@ 495.913, 363.634, 495.913, - "E", + "+", -1, 0.489, "", @@ -104470,7 +104470,7 @@ 495.913, 364.611, 495.913, - "R", + "-", -1, 0.489, "", @@ -104493,7 +104493,7 @@ 495.913, 365.729, 495.913, - " ", + "(", -1, 0.489, "", @@ -104516,7 +104516,7 @@ 495.913, 366.219, 495.913, - "R", + "-", -1, 0.489, "", @@ -104539,7 +104539,7 @@ 495.913, 367.337, 495.913, - "I", + "%", -1, 0.489, "", @@ -104562,7 +104562,7 @@ 495.913, 368.119, 495.913, - "N", + "&", -1, 0.489, "", @@ -104585,7 +104585,7 @@ 495.913, 369.33, 495.913, - "G", + "'", -1, 0.489, "", @@ -104608,7 +104608,7 @@ 495.913, 370.491, 495.913, - " ", + "(", -1, 0.489, "", @@ -104631,7 +104631,7 @@ 495.913, 370.98, 495.913, - "A", + "/", -1, 0.489, "", @@ -104654,7 +104654,7 @@ 495.913, 372.09, 495.913, - "D", + "5", -1, 0.489, "", @@ -104677,7 +104677,7 @@ 495.913, 373.277, 495.913, - "J", + "C", -1, 0.489, "", @@ -104700,7 +104700,7 @@ 495.913, 374.071, 495.913, - "U", + "#", -1, 0.489, "", @@ -104723,7 +104723,7 @@ 495.913, 375.233, 495.913, - "S", + "$", -1, 0.489, "", @@ -104746,7 +104746,7 @@ 495.913, 376.249, 495.913, - "T", + ")", -1, 0.489, "", @@ -104769,7 +104769,7 @@ 495.913, 377.225, 495.913, - "M", + "3", -1, 0.489, "", @@ -104792,7 +104792,7 @@ 495.913, 378.581, 495.913, - "E", + "+", -1, 0.489, "", @@ -104815,7 +104815,7 @@ 495.913, 379.558, 495.913, - "N", + "&", -1, 0.489, "", @@ -104838,7 +104838,7 @@ 495.913, 380.77, 495.913, - "T", + ")", -1, 0.489, "", @@ -104861,7 +104861,7 @@ 494.303, 358.425, 494.303, - "1", + "!", -1, 0.504, "", @@ -104884,7 +104884,7 @@ 494.303, 359.334, 494.303, - ".", + "\"", -1, 0.504, "", @@ -104907,7 +104907,7 @@ 494.303, 359.855, 494.303, - " ", + "#", -1, 0.504, "", @@ -104930,7 +104930,7 @@ 494.303, 360.357, 494.303, - "T", + "$", -1, 0.504, "", @@ -104953,7 +104953,7 @@ 494.303, 361.086, 494.303, - "o", + "4", -1, 0.504, "", @@ -104976,7 +104976,7 @@ 494.303, 361.954, 494.303, - " ", + "#", -1, 0.504, "", @@ -104999,7 +104999,7 @@ 494.303, 362.458, 494.303, - "a", + ",", -1, 0.504, "", @@ -105022,7 +105022,7 @@ 494.303, 363.317, 494.303, - "d", + "2", -1, 0.504, "", @@ -105045,7 +105045,7 @@ 494.303, 364.209, 494.303, - "j", + "=", -1, 0.504, "", @@ -105068,7 +105068,7 @@ 494.303, 364.701, 494.303, - "u", + ".", -1, 0.504, "", @@ -105091,7 +105091,7 @@ 494.303, 365.606, 494.303, - "s", + "1", -1, 0.504, "", @@ -105114,7 +105114,7 @@ 494.303, 366.352, 494.303, - "t", + ")", -1, 0.504, "", @@ -105137,7 +105137,7 @@ 494.303, 366.915, 494.303, - " ", + "#", -1, 0.504, "", @@ -105160,7 +105160,7 @@ 494.303, 367.419, 494.303, - "t", + ")", -1, 0.504, "", @@ -105183,7 +105183,7 @@ 494.303, 367.983, 494.303, - "h", + "%", -1, 0.504, "", @@ -105206,7 +105206,7 @@ 494.303, 368.888, 494.303, - "e", + "&", -1, 0.504, "", @@ -105229,7 +105229,7 @@ 494.303, 369.741, 494.303, - " ", + "#", -1, 0.504, "", @@ -105252,7 +105252,7 @@ 494.303, 370.244, 494.303, - "e", + "&", -1, 0.504, "", @@ -105275,7 +105275,7 @@ 494.303, 371.097, 494.303, - "y", + "B", -1, 0.504, "", @@ -105298,7 +105298,7 @@ 494.303, 371.944, 494.303, - "e", + "&", -1, 0.504, "", @@ -105321,7 +105321,7 @@ 494.303, 372.797, 494.303, - "p", + "7", -1, 0.504, "", @@ -105344,7 +105344,7 @@ 494.303, 373.688, 494.303, - "i", + "*", -1, 0.504, "", @@ -105367,7 +105367,7 @@ 494.303, 374.08, 494.303, - "e", + "&", -1, 0.504, "", @@ -105390,7 +105390,7 @@ 494.303, 374.933, 494.303, - "c", + "+", -1, 0.504, "", @@ -105413,7 +105413,7 @@ 494.303, 375.678, 494.303, - "e", + "&", -1, 0.504, "", @@ -105436,7 +105436,7 @@ 494.303, 376.531, 494.303, - " ", + "#", -1, 0.504, "", @@ -105459,7 +105459,7 @@ 494.303, 377.034, 494.303, - "f", + "3", -1, 0.504, "", @@ -105482,7 +105482,7 @@ 494.303, 377.538, 494.303, - "o", + "4", -1, 0.504, "", @@ -105505,7 +105505,7 @@ 494.303, 378.406, 494.303, - "r", + "(", -1, 0.504, "", @@ -105528,7 +105528,7 @@ 494.303, 379.017, 494.303, - " ", + "#", -1, 0.504, "", @@ -105551,7 +105551,7 @@ 494.303, 379.521, 494.303, - "v", + "'", -1, 0.504, "", @@ -105574,7 +105574,7 @@ 494.303, 380.368, 494.303, - "i", + "*", -1, 0.504, "", @@ -105597,7 +105597,7 @@ 494.303, 380.76, 494.303, - "e", + "&", -1, 0.504, "", @@ -105620,7 +105620,7 @@ 494.303, 381.612, 494.303, - "w", + "5", -1, 0.504, "", @@ -105643,7 +105643,7 @@ 494.303, 382.783, 494.303, - "i", + "*", -1, 0.504, "", @@ -105666,7 +105666,7 @@ 494.303, 383.175, 494.303, - "n", + "0", -1, 0.504, "", @@ -105689,7 +105689,7 @@ 494.303, 384.08, 494.303, - "g", + "6", -1, 0.504, "", @@ -105712,7 +105712,7 @@ 494.303, 384.971, 494.303, - " ", + "#", -1, 0.504, "", @@ -105735,7 +105735,7 @@ 494.303, 385.475, 494.303, - "w", + "5", -1, 0.504, "", @@ -105758,7 +105758,7 @@ 494.303, 386.645, 494.303, - "i", + "*", -1, 0.504, "", @@ -105781,7 +105781,7 @@ 494.303, 387.037, 494.303, - "t", + ")", -1, 0.504, "", @@ -105804,7 +105804,7 @@ 494.303, 387.601, 494.303, - "h", + "%", -1, 0.504, "", @@ -105827,7 +105827,7 @@ 494.303, 388.507, 494.303, - " ", + "#", -1, 0.504, "", @@ -105850,7 +105850,7 @@ 492.692, 358.425, 492.692, - " ", + "#", -1, 0.504, "", @@ -105873,7 +105873,7 @@ 492.692, 358.928, 492.692, - " ", + "#", -1, 0.504, "", @@ -105896,7 +105896,7 @@ 492.692, 359.432, 492.692, - " ", + "#", -1, 0.504, "", @@ -105919,7 +105919,7 @@ 492.692, 359.935, 492.692, - " ", + "#", -1, 0.504, "", @@ -105942,7 +105942,7 @@ 492.692, 360.439, 492.692, - "o", + "4", -1, 0.504, "", @@ -105965,7 +105965,7 @@ 492.692, 361.307, 492.692, - "r", + "(", -1, 0.504, "", @@ -105988,7 +105988,7 @@ 492.692, 361.918, 492.692, - " ", + "#", -1, 0.504, "", @@ -106011,7 +106011,7 @@ 492.692, 362.422, 492.692, - "w", + "5", -1, 0.504, "", @@ -106034,7 +106034,7 @@ 492.692, 363.592, 492.692, - "i", + "*", -1, 0.504, "", @@ -106057,7 +106057,7 @@ 492.692, 363.984, 492.692, - "t", + ")", -1, 0.504, "", @@ -106080,7 +106080,7 @@ 492.692, 364.548, 492.692, - "h", + "%", -1, 0.504, "", @@ -106103,7 +106103,7 @@ 492.692, 365.453, 492.692, - "o", + "4", -1, 0.504, "", @@ -106126,7 +106126,7 @@ 492.692, 366.322, 492.692, - "u", + ".", -1, 0.504, "", @@ -106149,7 +106149,7 @@ 492.692, 367.227, 492.692, - "t", + ")", -1, 0.504, "", @@ -106172,7 +106172,7 @@ 492.692, 367.791, 492.692, - " ", + "#", -1, 0.504, "", @@ -106195,7 +106195,7 @@ 492.692, 368.295, 492.692, - "e", + "&", -1, 0.504, "", @@ -106218,7 +106218,7 @@ 492.692, 369.147, 492.692, - "y", + "B", -1, 0.504, "", @@ -106241,7 +106241,7 @@ 492.692, 369.994, 492.692, - "e", + "&", -1, 0.504, "", @@ -106264,7 +106264,7 @@ 492.692, 370.847, 492.692, - "g", + "6", -1, 0.504, "", @@ -106287,7 +106287,7 @@ 492.692, 371.738, 492.692, - "l", + "-", -1, 0.504, "", @@ -106310,7 +106310,7 @@ 492.692, 372.13, 492.692, - "a", + ",", -1, 0.504, "", @@ -106333,7 +106333,7 @@ 492.692, 372.99, 492.692, - "s", + "1", -1, 0.504, "", @@ -106356,7 +106356,7 @@ 492.692, 373.735, 492.692, - "s", + "1", -1, 0.504, "", @@ -106379,7 +106379,7 @@ 492.692, 374.481, 492.692, - "e", + "&", -1, 0.504, "", @@ -106402,7 +106402,7 @@ 492.692, 375.333, 492.692, - "s", + "1", -1, 0.504, "", @@ -106425,7 +106425,7 @@ 492.692, 376.079, 492.692, - " ", + "#", -1, 0.504, "", @@ -106448,7 +106448,7 @@ 492.692, 376.582, 492.692, - "a", + ",", -1, 0.504, "", @@ -106471,7 +106471,7 @@ 492.692, 377.442, 492.692, - "n", + "0", -1, 0.504, "", @@ -106494,7 +106494,7 @@ 492.692, 378.348, 492.692, - "d", + "2", -1, 0.504, "", @@ -106517,7 +106517,7 @@ 492.692, 379.239, 492.692, - " ", + "#", -1, 0.504, "", @@ -106540,7 +106540,7 @@ 492.692, 379.743, 492.692, - "f", + "3", -1, 0.504, "", @@ -106563,7 +106563,7 @@ 492.692, 380.246, 492.692, - "o", + "4", -1, 0.504, "", @@ -106586,7 +106586,7 @@ 492.692, 381.114, 492.692, - "r", + "(", -1, 0.504, "", @@ -106609,7 +106609,7 @@ 492.692, 381.725, 492.692, - " ", + "#", -1, 0.504, "", @@ -106632,7 +106632,7 @@ 492.692, 382.229, 492.692, - " ", + "#", -1, 0.504, "", @@ -106655,7 +106655,7 @@ 492.692, 384.176, 492.692, - " ", + "#", -1, 0.504, "", @@ -106678,7 +106678,7 @@ 491.082, 358.425, 491.082, - " ", + "#", -1, 0.504, "", @@ -106701,7 +106701,7 @@ 491.082, 358.928, 491.082, - " ", + "#", -1, 0.504, "", @@ -106724,7 +106724,7 @@ 491.082, 359.432, 491.082, - " ", + "#", -1, 0.504, "", @@ -106747,7 +106747,7 @@ 491.082, 359.935, 491.082, - " ", + "#", -1, 0.504, "", @@ -106770,7 +106770,7 @@ 491.082, 360.439, 491.082, - "d", + "2", -1, 0.504, "", @@ -106793,7 +106793,7 @@ 491.082, 361.33, 491.082, - "i", + "*", -1, 0.504, "", @@ -106816,7 +106816,7 @@ 491.082, 361.722, 491.082, - "f", + "3", -1, 0.504, "", @@ -106839,7 +106839,7 @@ 491.082, 362.226, 491.082, - "f", + "3", -1, 0.504, "", @@ -106862,7 +106862,7 @@ 491.082, 362.729, 491.082, - "e", + "&", -1, 0.504, "", @@ -106885,7 +106885,7 @@ 491.082, 363.582, 491.082, - "r", + "(", -1, 0.504, "", @@ -106908,7 +106908,7 @@ 491.082, 364.193, 491.082, - "e", + "&", -1, 0.504, "", @@ -106931,7 +106931,7 @@ 491.082, 365.046, 491.082, - "n", + "0", -1, 0.504, "", @@ -106954,7 +106954,7 @@ 491.082, 365.951, 491.082, - "c", + "+", -1, 0.504, "", @@ -106977,7 +106977,7 @@ 491.082, 366.697, 491.082, - "e", + "&", -1, 0.504, "", @@ -107000,7 +107000,7 @@ 491.082, 367.549, 491.082, - "s", + "1", -1, 0.504, "", @@ -107023,7 +107023,7 @@ 491.082, 368.295, 491.082, - " ", + "#", -1, 0.504, "", @@ -107046,7 +107046,7 @@ 491.082, 368.798, 491.082, - "i", + "*", -1, 0.504, "", @@ -107069,7 +107069,7 @@ 491.082, 369.19, 491.082, - "n", + "0", -1, 0.504, "", @@ -107092,7 +107092,7 @@ 491.082, 370.096, 491.082, - " ", + "#", -1, 0.504, "", @@ -107115,7 +107115,7 @@ 491.082, 370.599, 491.082, - "a", + ",", -1, 0.504, "", @@ -107138,7 +107138,7 @@ 491.082, 371.459, 491.082, - "c", + "+", -1, 0.504, "", @@ -107161,7 +107161,7 @@ 491.082, 372.204, 491.082, - "u", + ".", -1, 0.504, "", @@ -107184,7 +107184,7 @@ 491.082, 373.11, 491.082, - "i", + "*", -1, 0.504, "", @@ -107207,7 +107207,7 @@ 491.082, 373.502, 491.082, - "t", + ")", -1, 0.504, "", @@ -107230,7 +107230,7 @@ 491.082, 374.066, 491.082, - "y", + "B", -1, 0.504, "", @@ -107253,7 +107253,7 @@ 491.082, 374.913, 491.082, - " ", + "#", -1, 0.504, "", @@ -107276,7 +107276,7 @@ 491.082, 375.416, 491.082, - "b", + "/", -1, 0.504, "", @@ -107299,7 +107299,7 @@ 491.082, 376.308, 491.082, - "e", + "&", -1, 0.504, "", @@ -107322,7 +107322,7 @@ 491.082, 377.16, 491.082, - "t", + ")", -1, 0.504, "", @@ -107345,7 +107345,7 @@ 491.082, 377.724, 491.082, - "w", + "5", -1, 0.504, "", @@ -107368,7 +107368,7 @@ 491.082, 378.894, 491.082, - "e", + "&", -1, 0.504, "", @@ -107391,7 +107391,7 @@ 491.082, 379.747, 491.082, - "e", + "&", -1, 0.504, "", @@ -107414,7 +107414,7 @@ 491.082, 380.599, 491.082, - "n", + "0", -1, 0.504, "", @@ -107437,7 +107437,7 @@ 491.082, 381.505, 491.082, - " ", + "#", -1, 0.504, "", @@ -107460,7 +107460,7 @@ 491.082, 382.009, 491.082, - "t", + ")", -1, 0.504, "", @@ -107483,7 +107483,7 @@ 491.082, 382.572, 491.082, - "h", + "%", -1, 0.504, "", @@ -107506,7 +107506,7 @@ 491.082, 383.478, 491.082, - "e", + "&", -1, 0.504, "", @@ -107529,7 +107529,7 @@ 491.082, 384.331, 491.082, - " ", + "#", -1, 0.504, "", @@ -107552,7 +107552,7 @@ 491.082, 384.834, 491.082, - "r", + "(", -1, 0.504, "", @@ -107575,7 +107575,7 @@ 491.082, 385.445, 491.082, - "i", + "*", -1, 0.504, "", @@ -107598,7 +107598,7 @@ 491.082, 385.837, 491.082, - "g", + "6", -1, 0.504, "", @@ -107621,7 +107621,7 @@ 491.082, 386.728, 491.082, - "h", + "%", -1, 0.504, "", @@ -107644,7 +107644,7 @@ 491.082, 387.634, 491.082, - "t", + ")", -1, 0.504, "", @@ -107667,7 +107667,7 @@ 491.082, 388.198, 491.082, - " ", + "#", -1, 0.504, "", @@ -107690,7 +107690,7 @@ 489.472, 358.425, 489.472, - " ", + "#", -1, 0.504, "", @@ -107713,7 +107713,7 @@ 489.472, 358.928, 489.472, - " ", + "#", -1, 0.504, "", @@ -107736,7 +107736,7 @@ 489.472, 359.432, 489.472, - " ", + "#", -1, 0.504, "", @@ -107759,7 +107759,7 @@ 489.472, 359.935, 489.472, - " ", + "#", -1, 0.504, "", @@ -107782,7 +107782,7 @@ 489.472, 360.439, 489.472, - "a", + ",", -1, 0.504, "", @@ -107805,7 +107805,7 @@ 489.472, 361.299, 489.472, - "n", + "0", -1, 0.504, "", @@ -107828,7 +107828,7 @@ 489.472, 362.204, 489.472, - "d", + "2", -1, 0.504, "", @@ -107851,7 +107851,7 @@ 489.472, 363.096, 489.472, - " ", + "#", -1, 0.504, "", @@ -107874,7 +107874,7 @@ 489.472, 363.599, 489.472, - "l", + "-", -1, 0.504, "", @@ -107897,7 +107897,7 @@ 489.472, 363.991, 489.472, - "e", + "&", -1, 0.504, "", @@ -107920,7 +107920,7 @@ 489.472, 364.844, 489.472, - "f", + "3", -1, 0.504, "", @@ -107943,7 +107943,7 @@ 489.472, 365.347, 489.472, - "t", + ")", -1, 0.504, "", @@ -107966,7 +107966,7 @@ 489.472, 365.911, 489.472, - " ", + "#", -1, 0.504, "", @@ -107989,7 +107989,7 @@ 489.472, 366.415, 489.472, - "e", + "&", -1, 0.504, "", @@ -108012,7 +108012,7 @@ 489.472, 367.267, 489.472, - "y", + "B", -1, 0.504, "", @@ -108035,7 +108035,7 @@ 489.472, 368.114, 489.472, - "e", + "&", -1, 0.504, "", @@ -108058,7 +108058,7 @@ 489.472, 368.967, 489.472, - "s", + "1", -1, 0.504, "", @@ -108081,7 +108081,7 @@ 489.472, 369.712, 489.472, - ",", + "<", -1, 0.504, "", @@ -108104,7 +108104,7 @@ 489.472, 370.233, 489.472, - " ", + "#", -1, 0.504, "", @@ -108127,7 +108127,7 @@ 489.472, 370.737, 489.472, - "f", + "3", -1, 0.504, "", @@ -108150,7 +108150,7 @@ 489.472, 371.24, 489.472, - "o", + "4", -1, 0.504, "", @@ -108173,7 +108173,7 @@ 489.472, 372.109, 489.472, - "l", + "-", -1, 0.504, "", @@ -108196,7 +108196,7 @@ 489.472, 372.893, 489.472, - "o", + "4", -1, 0.504, "", @@ -108219,7 +108219,7 @@ 489.472, 373.761, 489.472, - "w", + "5", -1, 0.504, "", @@ -108242,7 +108242,7 @@ 489.472, 374.931, 489.472, - " ", + "#", -1, 0.504, "", @@ -108265,7 +108265,7 @@ 489.472, 375.435, 489.472, - "t", + ")", -1, 0.504, "", @@ -108288,7 +108288,7 @@ 489.472, 375.999, 489.472, - "h", + "%", -1, 0.504, "", @@ -108311,7 +108311,7 @@ 489.472, 376.904, 489.472, - "e", + "&", -1, 0.504, "", @@ -108334,7 +108334,7 @@ 489.472, 377.757, 489.472, - " ", + "#", -1, 0.504, "", @@ -108357,7 +108357,7 @@ 489.472, 378.26, 489.472, - "f", + "3", -1, 0.504, "", @@ -108380,7 +108380,7 @@ 489.472, 378.764, 489.472, - "o", + "4", -1, 0.504, "", @@ -108403,7 +108403,7 @@ 489.472, 379.632, 489.472, - "l", + "-", -1, 0.504, "", @@ -108426,7 +108426,7 @@ 489.472, 380.416, 489.472, - "o", + "4", -1, 0.504, "", @@ -108449,7 +108449,7 @@ 489.472, 381.285, 489.472, - "w", + "5", -1, 0.504, "", @@ -108472,7 +108472,7 @@ 489.472, 382.455, 489.472, - "i", + "*", -1, 0.504, "", @@ -108495,7 +108495,7 @@ 489.472, 382.847, 489.472, - "n", + "0", -1, 0.504, "", @@ -108518,7 +108518,7 @@ 489.472, 383.753, 489.472, - "g", + "6", -1, 0.504, "", @@ -108541,7 +108541,7 @@ 489.472, 384.644, 489.472, - " ", + "#", -1, 0.504, "", @@ -108564,7 +108564,7 @@ 487.862, 358.425, 487.862, - " ", + "#", -1, 0.504, "", @@ -108587,7 +108587,7 @@ 487.862, 358.928, 487.862, - " ", + "#", -1, 0.504, "", @@ -108610,7 +108610,7 @@ 487.862, 359.432, 487.862, - " ", + "#", -1, 0.504, "", @@ -108633,7 +108633,7 @@ 487.862, 359.935, 487.862, - " ", + "#", -1, 0.504, "", @@ -108656,7 +108656,7 @@ 487.862, 360.439, 487.862, - "s", + "1", -1, 0.504, "", @@ -108679,7 +108679,7 @@ 487.862, 361.184, 487.862, - "t", + ")", -1, 0.504, "", @@ -108702,7 +108702,7 @@ 487.862, 361.748, 487.862, - "e", + "&", -1, 0.504, "", @@ -108725,7 +108725,7 @@ 487.862, 362.601, 487.862, - "p", + "7", -1, 0.504, "", @@ -108748,7 +108748,7 @@ 487.862, 363.492, 487.862, - "s", + "1", -1, 0.504, "", @@ -108771,7 +108771,7 @@ 487.862, 364.237, 487.862, - ":", + "N", -1, 0.504, "", @@ -108794,7 +108794,7 @@ 486.252, 358.425, 486.252, - " ", + "#", -1, 0.504, "", @@ -108817,7 +108817,7 @@ 486.252, 358.928, 486.252, - " ", + "#", -1, 0.504, "", @@ -108840,7 +108840,7 @@ 486.252, 359.432, 486.252, - " ", + "#", -1, 0.504, "", @@ -108863,7 +108863,7 @@ 486.252, 359.935, 486.252, - " ", + "#", -1, 0.504, "", @@ -108886,7 +108886,7 @@ 486.252, 360.439, 486.252, - "a", + ",", -1, 0.504, "", @@ -108909,7 +108909,7 @@ 486.252, 361.299, 486.252, - ".", + "\"", -1, 0.504, "", @@ -108932,7 +108932,7 @@ 486.252, 361.819, 486.252, - " ", + "#", -1, 0.504, "", @@ -108955,7 +108955,7 @@ 486.252, 362.323, 486.252, - "O", + "K", -1, 0.504, "", @@ -108978,7 +108978,7 @@ 486.252, 363.449, 486.252, - "b", + "/", -1, 0.504, "", @@ -109001,7 +109001,7 @@ 486.252, 364.34, 486.252, - "s", + "1", -1, 0.504, "", @@ -109024,7 +109024,7 @@ 486.252, 365.086, 486.252, - "e", + "&", -1, 0.504, "", @@ -109047,7 +109047,7 @@ 486.252, 365.938, 486.252, - "r", + "(", -1, 0.504, "", @@ -109070,7 +109070,7 @@ 486.252, 366.549, 486.252, - "v", + "'", -1, 0.504, "", @@ -109093,7 +109093,7 @@ 486.252, 367.396, 486.252, - "e", + "&", -1, 0.504, "", @@ -109116,7 +109116,7 @@ 486.252, 368.249, 486.252, - " ", + "#", -1, 0.504, "", @@ -109139,7 +109139,7 @@ 486.252, 368.752, 486.252, - "a", + ",", -1, 0.504, "", @@ -109162,7 +109162,7 @@ 486.252, 369.612, 486.252, - "n", + "0", -1, 0.504, "", @@ -109185,7 +109185,7 @@ 486.252, 370.518, 486.252, - " ", + "#", -1, 0.504, "", @@ -109208,7 +109208,7 @@ 486.252, 371.021, 486.252, - "i", + "*", -1, 0.504, "", @@ -109231,7 +109231,7 @@ 486.252, 371.413, 486.252, - "m", + "8", -1, 0.504, "", @@ -109254,7 +109254,7 @@ 486.252, 372.805, 486.252, - "a", + ",", -1, 0.504, "", @@ -109277,7 +109277,7 @@ 486.252, 373.665, 486.252, - "g", + "6", -1, 0.504, "", @@ -109300,7 +109300,7 @@ 486.252, 374.556, 486.252, - "e", + "&", -1, 0.504, "", @@ -109323,7 +109323,7 @@ 486.252, 375.409, 486.252, - " ", + "#", -1, 0.504, "", @@ -109346,7 +109346,7 @@ 486.252, 375.913, 486.252, - "t", + ")", -1, 0.504, "", @@ -109369,7 +109369,7 @@ 486.252, 376.476, 486.252, - "h", + "%", -1, 0.504, "", @@ -109392,7 +109392,7 @@ 486.252, 377.382, 486.252, - "r", + "(", -1, 0.504, "", @@ -109415,7 +109415,7 @@ 486.252, 377.993, 486.252, - "o", + "4", -1, 0.504, "", @@ -109438,7 +109438,7 @@ 486.252, 378.861, 486.252, - "u", + ".", -1, 0.504, "", @@ -109461,7 +109461,7 @@ 486.252, 379.767, 486.252, - "g", + "6", -1, 0.504, "", @@ -109484,7 +109484,7 @@ 486.252, 380.658, 486.252, - "h", + "%", -1, 0.504, "", @@ -109507,7 +109507,7 @@ 486.252, 381.564, 486.252, - " ", + "#", -1, 0.504, "", @@ -109530,7 +109530,7 @@ 486.252, 382.067, 486.252, - "t", + ")", -1, 0.504, "", @@ -109553,7 +109553,7 @@ 486.252, 382.631, 486.252, - "h", + "%", -1, 0.504, "", @@ -109576,7 +109576,7 @@ 486.252, 383.537, 486.252, - "e", + "&", -1, 0.504, "", @@ -109599,7 +109599,7 @@ 486.252, 384.389, 486.252, - " ", + "#", -1, 0.504, "", @@ -109622,7 +109622,7 @@ 486.252, 384.893, 486.252, - "l", + "-", -1, 0.504, "", @@ -109645,7 +109645,7 @@ 486.252, 385.285, 486.252, - "e", + "&", -1, 0.504, "", @@ -109668,7 +109668,7 @@ 486.252, 386.137, 486.252, - "f", + "3", -1, 0.504, "", @@ -109691,7 +109691,7 @@ 486.252, 386.641, 486.252, - "t", + ")", -1, 0.504, "", @@ -109714,7 +109714,7 @@ 486.252, 387.205, 486.252, - " ", + "#", -1, 0.504, "", @@ -109737,7 +109737,7 @@ 484.641, 358.425, 484.641, - " ", + "#", -1, 0.504, "", @@ -109760,7 +109760,7 @@ 484.641, 358.928, 484.641, - " ", + "#", -1, 0.504, "", @@ -109783,7 +109783,7 @@ 484.641, 359.432, 484.641, - " ", + "#", -1, 0.504, "", @@ -109806,7 +109806,7 @@ 484.641, 359.935, 484.641, - " ", + "#", -1, 0.504, "", @@ -109829,7 +109829,7 @@ 484.641, 360.439, 484.641, - " ", + "#", -1, 0.504, "", @@ -109852,7 +109852,7 @@ 484.641, 360.942, 484.641, - " ", + "#", -1, 0.504, "", @@ -109875,7 +109875,7 @@ 484.641, 361.446, 484.641, - " ", + "#", -1, 0.504, "", @@ -109898,7 +109898,7 @@ 484.641, 361.95, 484.641, - " ", + "#", -1, 0.504, "", @@ -109921,7 +109921,7 @@ 484.641, 362.453, 484.641, - "e", + "&", -1, 0.504, "", @@ -109944,7 +109944,7 @@ 484.641, 363.306, 484.641, - "y", + "B", -1, 0.504, "", @@ -109967,7 +109967,7 @@ 484.641, 364.153, 484.641, - "e", + "&", -1, 0.504, "", @@ -109990,7 +109990,7 @@ 484.641, 365.005, 484.641, - "p", + "7", -1, 0.504, "", @@ -110013,7 +110013,7 @@ 484.641, 365.897, 484.641, - "i", + "*", -1, 0.504, "", @@ -110036,7 +110036,7 @@ 484.641, 366.289, 484.641, - "e", + "&", -1, 0.504, "", @@ -110059,7 +110059,7 @@ 484.641, 367.141, 484.641, - "c", + "+", -1, 0.504, "", @@ -110082,7 +110082,7 @@ 484.641, 367.887, 484.641, - "e", + "&", -1, 0.504, "", @@ -110105,7 +110105,7 @@ 484.641, 368.739, 484.641, - " ", + "#", -1, 0.504, "", @@ -110128,7 +110128,7 @@ 484.641, 369.243, 484.641, - "a", + ",", -1, 0.504, "", @@ -110151,7 +110151,7 @@ 484.641, 370.103, 484.641, - "n", + "0", -1, 0.504, "", @@ -110174,7 +110174,7 @@ 484.641, 371.008, 484.641, - "d", + "2", -1, 0.504, "", @@ -110197,7 +110197,7 @@ 484.641, 371.9, 484.641, - " ", + "#", -1, 0.504, "", @@ -110220,7 +110220,7 @@ 484.641, 372.403, 484.641, - "b", + "/", -1, 0.504, "", @@ -110243,7 +110243,7 @@ 484.641, 373.295, 484.641, - "r", + "(", -1, 0.504, "", @@ -110266,7 +110266,7 @@ 484.641, 373.905, 484.641, - "i", + "*", -1, 0.504, "", @@ -110289,7 +110289,7 @@ 484.641, 374.297, 484.641, - "n", + "0", -1, 0.504, "", @@ -110312,7 +110312,7 @@ 484.641, 375.203, 484.641, - "g", + "6", -1, 0.504, "", @@ -110335,7 +110335,7 @@ 484.641, 376.094, 484.641, - " ", + "#", -1, 0.504, "", @@ -110358,7 +110358,7 @@ 484.641, 376.598, 484.641, - "a", + ",", -1, 0.504, "", @@ -110381,7 +110381,7 @@ 484.641, 377.458, 484.641, - " ", + "#", -1, 0.504, "", @@ -110404,7 +110404,7 @@ 484.641, 377.961, 484.641, - "s", + "1", -1, 0.504, "", @@ -110427,7 +110427,7 @@ 484.641, 378.707, 484.641, - "p", + "7", -1, 0.504, "", @@ -110450,7 +110450,7 @@ 484.641, 379.598, 484.641, - "e", + "&", -1, 0.504, "", @@ -110473,7 +110473,7 @@ 484.641, 380.451, 484.641, - "c", + "+", -1, 0.504, "", @@ -110496,7 +110496,7 @@ 484.641, 381.196, 484.641, - "i", + "*", -1, 0.504, "", @@ -110519,7 +110519,7 @@ 484.641, 381.588, 484.641, - "f", + "3", -1, 0.504, "", @@ -110542,7 +110542,7 @@ 484.641, 382.092, 484.641, - "i", + "*", -1, 0.504, "", @@ -110565,7 +110565,7 @@ 484.641, 382.484, 484.641, - "c", + "+", -1, 0.504, "", @@ -110588,7 +110588,7 @@ 484.641, 383.229, 484.641, - " ", + "#", -1, 0.504, "", @@ -110611,7 +110611,7 @@ 484.641, 383.733, 484.641, - "p", + "7", -1, 0.504, "", @@ -110634,7 +110634,7 @@ 484.641, 384.624, 484.641, - "o", + "4", -1, 0.504, "", @@ -110657,7 +110657,7 @@ 484.641, 385.492, 484.641, - "i", + "*", -1, 0.504, "", @@ -110680,7 +110680,7 @@ 484.641, 385.884, 484.641, - "n", + "0", -1, 0.504, "", @@ -110703,7 +110703,7 @@ 484.641, 386.79, 484.641, - "t", + ")", -1, 0.504, "", @@ -110726,7 +110726,7 @@ 484.641, 387.354, 484.641, - " ", + "#", -1, 0.504, "", @@ -110749,7 +110749,7 @@ 483.031, 358.425, 483.031, - " ", + "#", -1, 0.504, "", @@ -110772,7 +110772,7 @@ 483.031, 358.928, 483.031, - " ", + "#", -1, 0.504, "", @@ -110795,7 +110795,7 @@ 483.031, 359.432, 483.031, - " ", + "#", -1, 0.504, "", @@ -110818,7 +110818,7 @@ 483.031, 359.935, 483.031, - " ", + "#", -1, 0.504, "", @@ -110841,7 +110841,7 @@ 483.031, 360.439, 483.031, - " ", + "#", -1, 0.504, "", @@ -110864,7 +110864,7 @@ 483.031, 360.942, 483.031, - " ", + "#", -1, 0.504, "", @@ -110887,7 +110887,7 @@ 483.031, 361.446, 483.031, - " ", + "#", -1, 0.504, "", @@ -110910,7 +110910,7 @@ 483.031, 361.95, 483.031, - " ", + "#", -1, 0.504, "", @@ -110933,7 +110933,7 @@ 483.031, 362.453, 483.031, - "i", + "*", -1, 0.504, "", @@ -110956,7 +110956,7 @@ 483.031, 362.841, 483.031, - "n", + "0", -1, 0.504, "", @@ -110979,7 +110979,7 @@ 483.031, 363.745, 483.031, - "t", + ")", -1, 0.504, "", @@ -111002,7 +111002,7 @@ 483.031, 364.309, 483.031, - "o", + "4", -1, 0.504, "", @@ -111025,7 +111025,7 @@ 483.031, 365.177, 483.031, - " ", + "#", -1, 0.504, "", @@ -111048,7 +111048,7 @@ 483.031, 365.681, 483.031, - "f", + "3", -1, 0.504, "", @@ -111071,7 +111071,7 @@ 483.031, 366.184, 483.031, - "o", + "4", -1, 0.504, "", @@ -111094,7 +111094,7 @@ 483.031, 367.053, 483.031, - "c", + "+", -1, 0.504, "", @@ -111117,7 +111117,7 @@ 483.031, 367.798, 483.031, - "u", + ".", -1, 0.504, "", @@ -111140,7 +111140,7 @@ 483.031, 368.702, 483.031, - "s", + "1", -1, 0.504, "", @@ -111163,7 +111163,7 @@ 483.031, 369.446, 483.031, - " ", + "#", -1, 0.504, "", @@ -111186,7 +111186,7 @@ 483.031, 369.95, 483.031, - "u", + ".", -1, 0.504, "", @@ -111209,7 +111209,7 @@ 483.031, 370.853, 483.031, - "s", + "1", -1, 0.504, "", @@ -111232,7 +111232,7 @@ 483.031, 371.598, 483.031, - "i", + "*", -1, 0.504, "", @@ -111255,7 +111255,7 @@ 483.031, 371.99, 483.031, - "n", + "0", -1, 0.504, "", @@ -111278,7 +111278,7 @@ 483.031, 372.894, 483.031, - "g", + "6", -1, 0.504, "", @@ -111301,7 +111301,7 @@ 483.031, 373.785, 483.031, - " ", + "#", -1, 0.504, "", @@ -111324,7 +111324,7 @@ 483.031, 374.289, 483.031, - "t", + ")", -1, 0.504, "", @@ -111347,7 +111347,7 @@ 483.031, 374.853, 483.031, - "h", + "%", -1, 0.504, "", @@ -111370,7 +111370,7 @@ 483.031, 375.757, 483.031, - "e", + "&", -1, 0.504, "", @@ -111393,7 +111393,7 @@ 483.031, 376.608, 483.031, - " ", + "#", -1, 0.504, "", @@ -111416,7 +111416,7 @@ 483.031, 377.112, 483.031, - "f", + "3", -1, 0.504, "", @@ -111439,7 +111439,7 @@ 483.031, 377.614, 483.031, - "o", + "4", -1, 0.504, "", @@ -111462,7 +111462,7 @@ 483.031, 378.481, 483.031, - "c", + "+", -1, 0.504, "", @@ -111485,7 +111485,7 @@ 483.031, 379.226, 483.031, - "u", + ".", -1, 0.504, "", @@ -111508,7 +111508,7 @@ 483.031, 380.132, 483.031, - "s", + "1", -1, 0.504, "", @@ -111531,7 +111531,7 @@ 483.031, 380.877, 483.031, - " ", + "#", -1, 0.504, "", @@ -111554,7 +111554,7 @@ 483.031, 381.381, 483.031, - "k", + "@", -1, 0.504, "", @@ -111577,7 +111577,7 @@ 483.031, 382.228, 483.031, - "n", + "0", -1, 0.504, "", @@ -111600,7 +111600,7 @@ 483.031, 383.133, 483.031, - "o", + "4", -1, 0.504, "", @@ -111623,7 +111623,7 @@ 483.031, 384.002, 483.031, - "b", + "/", -1, 0.504, "", @@ -111646,7 +111646,7 @@ 483.031, 384.893, 483.031, - ".", + "\"", -1, 0.504, "", @@ -111669,7 +111669,7 @@ 481.421, 358.425, 481.421, - " ", + "#", -1, 0.504, "", @@ -111692,7 +111692,7 @@ 481.421, 358.928, 481.421, - " ", + "#", -1, 0.504, "", @@ -111715,7 +111715,7 @@ 481.421, 359.432, 481.421, - " ", + "#", -1, 0.504, "", @@ -111738,7 +111738,7 @@ 481.421, 359.935, 481.421, - " ", + "#", -1, 0.504, "", @@ -111761,7 +111761,7 @@ 481.421, 360.439, 481.421, - "b", + "/", -1, 0.504, "", @@ -111784,7 +111784,7 @@ 481.421, 361.327, 481.421, - ".", + "\"", -1, 0.504, "", @@ -111807,7 +111807,7 @@ 481.421, 361.847, 481.421, - " ", + "#", -1, 0.504, "", @@ -111830,7 +111830,7 @@ 481.421, 362.35, 481.421, - "B", + "O", -1, 0.504, "", @@ -111853,7 +111853,7 @@ 481.421, 363.332, 481.421, - "y", + "B", -1, 0.504, "", @@ -111876,7 +111876,7 @@ 481.421, 364.179, 481.421, - " ", + "#", -1, 0.504, "", @@ -111899,7 +111899,7 @@ 481.421, 364.682, 481.421, - "t", + ")", -1, 0.504, "", @@ -111922,7 +111922,7 @@ 481.421, 365.246, 481.421, - "u", + ".", -1, 0.504, "", @@ -111945,7 +111945,7 @@ 481.421, 366.151, 481.421, - "r", + "(", -1, 0.504, "", @@ -111968,7 +111968,7 @@ 481.421, 366.762, 481.421, - "n", + "0", -1, 0.504, "", @@ -111991,7 +111991,7 @@ 481.421, 367.668, 481.421, - "i", + "*", -1, 0.504, "", @@ -112014,7 +112014,7 @@ 481.421, 368.06, 481.421, - "n", + "0", -1, 0.504, "", @@ -112037,7 +112037,7 @@ 481.421, 368.965, 481.421, - "g", + "6", -1, 0.504, "", @@ -112060,7 +112060,7 @@ 481.421, 369.857, 481.421, - " ", + "#", -1, 0.504, "", @@ -112083,7 +112083,7 @@ 481.421, 370.358, 481.421, - "t", + ")", -1, 0.504, "", @@ -112106,7 +112106,7 @@ 481.421, 370.92, 481.421, - "h", + "%", -1, 0.504, "", @@ -112129,7 +112129,7 @@ 481.421, 371.825, 481.421, - "e", + "&", -1, 0.504, "", @@ -112152,7 +112152,7 @@ 481.421, 372.678, 481.421, - " ", + "#", -1, 0.504, "", @@ -112175,7 +112175,7 @@ 481.421, 373.182, 481.421, - "d", + "2", -1, 0.504, "", @@ -112198,7 +112198,7 @@ 481.421, 374.073, 481.421, - "i", + "*", -1, 0.504, "", @@ -112221,7 +112221,7 @@ 481.421, 374.465, 481.421, - "o", + "4", -1, 0.504, "", @@ -112244,7 +112244,7 @@ 481.421, 375.333, 481.421, - "p", + "7", -1, 0.504, "", @@ -112267,7 +112267,7 @@ 481.421, 376.225, 481.421, - "t", + ")", -1, 0.504, "", @@ -112290,7 +112290,7 @@ 481.421, 376.787, 481.421, - "e", + "&", -1, 0.504, "", @@ -112313,7 +112313,7 @@ 481.421, 377.639, 481.421, - "r", + "(", -1, 0.504, "", @@ -112336,7 +112336,7 @@ 481.421, 378.25, 481.421, - " ", + "#", -1, 0.504, "", @@ -112359,7 +112359,7 @@ 481.421, 378.754, 481.421, - "r", + "(", -1, 0.504, "", @@ -112382,7 +112382,7 @@ 481.421, 379.365, 481.421, - "i", + "*", -1, 0.504, "", @@ -112405,7 +112405,7 @@ 481.421, 379.757, 481.421, - "n", + "0", -1, 0.504, "", @@ -112428,7 +112428,7 @@ 481.421, 380.662, 481.421, - "g", + "6", -1, 0.504, "", @@ -112451,7 +112451,7 @@ 481.421, 381.554, 481.421, - " ", + "#", -1, 0.504, "", @@ -112474,7 +112474,7 @@ 481.421, 382.057, 481.421, - " ", + "#", -1, 0.504, "", @@ -112497,7 +112497,7 @@ 481.421, 384.177, 481.421, - " ", + "#", -1, 0.504, "", @@ -112520,7 +112520,7 @@ 479.811, 358.426, 479.811, - " ", + "#", -1, 0.504, "", @@ -112543,7 +112543,7 @@ 479.811, 358.93, 479.811, - " ", + "#", -1, 0.504, "", @@ -112566,7 +112566,7 @@ 479.811, 359.433, 479.811, - " ", + "#", -1, 0.504, "", @@ -112589,7 +112589,7 @@ 479.811, 359.937, 479.811, - " ", + "#", -1, 0.504, "", @@ -112612,7 +112612,7 @@ 479.811, 360.44, 479.811, - " ", + "#", -1, 0.504, "", @@ -112635,7 +112635,7 @@ 479.811, 360.944, 479.811, - " ", + "#", -1, 0.504, "", @@ -112658,7 +112658,7 @@ 479.811, 361.447, 479.811, - " ", + "#", -1, 0.504, "", @@ -112681,7 +112681,7 @@ 479.811, 361.951, 479.811, - " ", + "#", -1, 0.504, "", @@ -112704,7 +112704,7 @@ 479.811, 362.455, 479.811, - "a", + ",", -1, 0.504, "", @@ -112727,7 +112727,7 @@ 479.811, 363.314, 479.811, - "d", + "2", -1, 0.504, "", @@ -112750,7 +112750,7 @@ 479.811, 364.206, 479.811, - "j", + "=", -1, 0.504, "", @@ -112773,7 +112773,7 @@ 479.811, 364.698, 479.811, - "u", + ".", -1, 0.504, "", @@ -112796,7 +112796,7 @@ 479.811, 365.603, 479.811, - "s", + "1", -1, 0.504, "", @@ -112819,7 +112819,7 @@ 479.811, 366.349, 479.811, - "t", + ")", -1, 0.504, "", @@ -112842,7 +112842,7 @@ 479.811, 366.913, 479.811, - "m", + "8", -1, 0.504, "", @@ -112865,7 +112865,7 @@ 479.811, 368.305, 479.811, - "e", + "&", -1, 0.504, "", @@ -112888,7 +112888,7 @@ 479.811, 369.157, 479.811, - "n", + "0", -1, 0.504, "", @@ -112911,7 +112911,7 @@ 479.811, 370.063, 479.811, - "t", + ")", -1, 0.504, "", @@ -112934,7 +112934,7 @@ 479.811, 370.626, 479.811, - " ", + "#", -1, 0.504, "", @@ -112957,7 +112957,7 @@ 479.811, 371.13, 479.811, - "f", + "3", -1, 0.504, "", @@ -112980,7 +112980,7 @@ 479.811, 371.634, 479.811, - "o", + "4", -1, 0.504, "", @@ -113003,7 +113003,7 @@ 479.811, 372.502, 479.811, - "r", + "(", -1, 0.504, "", @@ -113026,7 +113026,7 @@ 479.811, 373.113, 479.811, - " ", + "#", -1, 0.504, "", @@ -113049,7 +113049,7 @@ 479.811, 373.617, 479.811, - "t", + ")", -1, 0.504, "", @@ -113072,7 +113072,7 @@ 479.811, 374.18, 479.811, - "h", + "%", -1, 0.504, "", @@ -113095,7 +113095,7 @@ 479.811, 375.086, 479.811, - "e", + "&", -1, 0.504, "", @@ -113118,7 +113118,7 @@ 479.811, 375.938, 479.811, - " ", + "#", -1, 0.504, "", @@ -113141,7 +113141,7 @@ 479.811, 376.442, 479.811, - "l", + "-", -1, 0.504, "", @@ -113164,7 +113164,7 @@ 479.811, 376.834, 479.811, - "e", + "&", -1, 0.504, "", @@ -113187,7 +113187,7 @@ 479.811, 377.687, 479.811, - "f", + "3", -1, 0.504, "", @@ -113210,7 +113210,7 @@ 479.811, 378.19, 479.811, - "t", + ")", -1, 0.504, "", @@ -113233,7 +113233,7 @@ 479.811, 378.754, 479.811, - " ", + "#", -1, 0.504, "", @@ -113256,7 +113256,7 @@ 479.811, 379.258, 479.811, - "e", + "&", -1, 0.504, "", @@ -113279,7 +113279,7 @@ 479.811, 380.11, 479.811, - "y", + "B", -1, 0.504, "", @@ -113302,7 +113302,7 @@ 479.811, 380.957, 479.811, - "e", + "&", -1, 0.504, "", @@ -113325,7 +113325,7 @@ 479.811, 381.81, 479.811, - "p", + "7", -1, 0.504, "", @@ -113348,7 +113348,7 @@ 479.811, 382.701, 479.811, - "i", + "*", -1, 0.504, "", @@ -113371,7 +113371,7 @@ 479.811, 383.093, 479.811, - "e", + "&", -1, 0.504, "", @@ -113394,7 +113394,7 @@ 479.811, 383.946, 479.811, - "c", + "+", -1, 0.504, "", @@ -113417,7 +113417,7 @@ 479.811, 384.691, 479.811, - "e", + "&", -1, 0.504, "", @@ -113440,7 +113440,7 @@ 479.811, 385.544, 479.811, - ",", + "<", -1, 0.504, "", @@ -113463,7 +113463,7 @@ 479.811, 386.064, 479.811, - " ", + "#", -1, 0.504, "", @@ -113486,7 +113486,7 @@ 478.201, 358.426, 478.201, - " ", + "#", -1, 0.504, "", @@ -113509,7 +113509,7 @@ 478.201, 358.93, 478.201, - " ", + "#", -1, 0.504, "", @@ -113532,7 +113532,7 @@ 478.201, 359.433, 478.201, - " ", + "#", -1, 0.504, "", @@ -113555,7 +113555,7 @@ 478.201, 359.937, 478.201, - " ", + "#", -1, 0.504, "", @@ -113578,7 +113578,7 @@ 478.201, 360.44, 478.201, - " ", + "#", -1, 0.504, "", @@ -113601,7 +113601,7 @@ 478.201, 360.944, 478.201, - " ", + "#", -1, 0.504, "", @@ -113624,7 +113624,7 @@ 478.201, 361.447, 478.201, - " ", + "#", -1, 0.504, "", @@ -113647,7 +113647,7 @@ 478.201, 361.951, 478.201, - " ", + "#", -1, 0.504, "", @@ -113670,7 +113670,7 @@ 478.201, 362.455, 478.201, - "b", + "/", -1, 0.504, "", @@ -113693,7 +113693,7 @@ 478.201, 363.346, 478.201, - "r", + "(", -1, 0.504, "", @@ -113716,7 +113716,7 @@ 478.201, 363.957, 478.201, - "i", + "*", -1, 0.504, "", @@ -113739,7 +113739,7 @@ 478.201, 364.349, 478.201, - "n", + "0", -1, 0.504, "", @@ -113762,7 +113762,7 @@ 478.201, 365.254, 478.201, - "g", + "6", -1, 0.504, "", @@ -113785,7 +113785,7 @@ 478.201, 366.146, 478.201, - " ", + "#", -1, 0.504, "", @@ -113808,7 +113808,7 @@ 478.201, 366.649, 478.201, - "t", + ")", -1, 0.504, "", @@ -113831,7 +113831,7 @@ 478.201, 367.213, 478.201, - "h", + "%", -1, 0.504, "", @@ -113854,7 +113854,7 @@ 478.201, 368.119, 478.201, - "e", + "&", -1, 0.504, "", @@ -113877,7 +113877,7 @@ 478.201, 368.971, 478.201, - " ", + "#", -1, 0.504, "", @@ -113900,7 +113900,7 @@ 478.201, 369.475, 478.201, - "s", + "1", -1, 0.504, "", @@ -113923,7 +113923,7 @@ 478.201, 370.22, 478.201, - "a", + ",", -1, 0.504, "", @@ -113946,7 +113946,7 @@ 478.201, 371.08, 478.201, - "m", + "8", -1, 0.504, "", @@ -113969,7 +113969,7 @@ 478.201, 372.472, 478.201, - "e", + "&", -1, 0.504, "", @@ -113992,7 +113992,7 @@ 478.201, 373.325, 478.201, - " ", + "#", -1, 0.504, "", @@ -114015,7 +114015,7 @@ 478.201, 373.828, 478.201, - "p", + "7", -1, 0.504, "", @@ -114038,7 +114038,7 @@ 478.201, 374.72, 478.201, - "o", + "4", -1, 0.504, "", @@ -114061,7 +114061,7 @@ 478.201, 375.588, 478.201, - "i", + "*", -1, 0.504, "", @@ -114084,7 +114084,7 @@ 478.201, 375.98, 478.201, - "n", + "0", -1, 0.504, "", @@ -114107,7 +114107,7 @@ 478.201, 376.886, 478.201, - "t", + ")", -1, 0.504, "", @@ -114130,7 +114130,7 @@ 478.201, 377.449, 478.201, - " ", + "#", -1, 0.504, "", @@ -114153,7 +114153,7 @@ 478.201, 377.953, 478.201, - "i", + "*", -1, 0.504, "", @@ -114176,7 +114176,7 @@ 478.201, 378.345, 478.201, - "n", + "0", -1, 0.504, "", @@ -114199,7 +114199,7 @@ 478.201, 379.25, 478.201, - "t", + ")", -1, 0.504, "", @@ -114222,7 +114222,7 @@ 478.201, 379.814, 478.201, - "o", + "4", -1, 0.504, "", @@ -114245,7 +114245,7 @@ 478.201, 380.682, 478.201, - " ", + "#", -1, 0.504, "", @@ -114268,7 +114268,7 @@ 478.201, 381.186, 478.201, - "s", + "1", -1, 0.504, "", @@ -114291,7 +114291,7 @@ 478.201, 381.931, 478.201, - "h", + "%", -1, 0.504, "", @@ -114314,7 +114314,7 @@ 478.201, 382.837, 478.201, - "a", + ",", -1, 0.504, "", @@ -114337,7 +114337,7 @@ 478.201, 383.697, 478.201, - "r", + "(", -1, 0.504, "", @@ -114360,7 +114360,7 @@ 478.201, 384.308, 478.201, - "p", + "7", -1, 0.504, "", @@ -114383,7 +114383,7 @@ 478.201, 385.199, 478.201, - " ", + "#", -1, 0.504, "", @@ -114406,7 +114406,7 @@ 476.59, 358.426, 476.59, - " ", + "#", -1, 0.504, "", @@ -114429,7 +114429,7 @@ 476.59, 358.93, 476.59, - " ", + "#", -1, 0.504, "", @@ -114452,7 +114452,7 @@ 476.59, 359.433, 476.59, - " ", + "#", -1, 0.504, "", @@ -114475,7 +114475,7 @@ 476.59, 359.937, 476.59, - " ", + "#", -1, 0.504, "", @@ -114498,7 +114498,7 @@ 476.59, 360.44, 476.59, - " ", + "#", -1, 0.504, "", @@ -114521,7 +114521,7 @@ 476.59, 360.944, 476.59, - " ", + "#", -1, 0.504, "", @@ -114544,7 +114544,7 @@ 476.59, 361.447, 476.59, - " ", + "#", -1, 0.504, "", @@ -114567,7 +114567,7 @@ 476.59, 361.951, 476.59, - " ", + "#", -1, 0.504, "", @@ -114590,7 +114590,7 @@ 476.59, 362.455, 476.59, - "f", + "3", -1, 0.504, "", @@ -114613,7 +114613,7 @@ 476.59, 362.958, 476.59, - "o", + "4", -1, 0.504, "", @@ -114636,7 +114636,7 @@ 476.59, 363.827, 476.59, - "c", + "+", -1, 0.504, "", @@ -114659,7 +114659,7 @@ 476.59, 364.572, 476.59, - "u", + ".", -1, 0.504, "", @@ -114682,7 +114682,7 @@ 476.59, 365.478, 476.59, - "s", + "1", -1, 0.504, "", @@ -114705,7 +114705,7 @@ 476.59, 366.223, 476.59, - ".", + "\"", -1, 0.504, "", @@ -114728,7 +114728,7 @@ 474.98, 358.426, 474.98, - " ", + "#", -1, 0.504, "", @@ -114751,7 +114751,7 @@ 474.98, 358.93, 474.98, - " ", + "#", -1, 0.504, "", @@ -114774,7 +114774,7 @@ 474.98, 359.433, 474.98, - " ", + "#", -1, 0.504, "", @@ -114797,7 +114797,7 @@ 474.98, 359.937, 474.98, - " ", + "#", -1, 0.504, "", @@ -114820,7 +114820,7 @@ 474.98, 360.44, 474.98, - " ", + "#", -1, 0.504, "", @@ -114843,7 +114843,7 @@ 474.98, 360.944, 474.98, - "c", + "+", -1, 0.504, "", @@ -114866,7 +114866,7 @@ 474.98, 361.689, 474.98, - ".", + "\"", -1, 0.504, "", @@ -114889,7 +114889,7 @@ 474.98, 362.21, 474.98, - "T", + "$", -1, 0.504, "", @@ -114912,7 +114912,7 @@ 474.98, 363.091, 474.98, - "h", + "%", -1, 0.504, "", @@ -114935,7 +114935,7 @@ 474.98, 363.997, 474.98, - "e", + "&", -1, 0.504, "", @@ -114958,7 +114958,7 @@ 474.98, 364.85, 474.98, - "n", + "0", -1, 0.504, "", @@ -114981,7 +114981,7 @@ 474.98, 365.755, 474.98, - " ", + "#", -1, 0.504, "", @@ -115004,7 +115004,7 @@ 474.98, 366.259, 474.98, - "b", + "/", -1, 0.504, "", @@ -115027,7 +115027,7 @@ 474.98, 367.15, 474.98, - "r", + "(", -1, 0.504, "", @@ -115050,7 +115050,7 @@ 474.98, 367.761, 474.98, - "i", + "*", -1, 0.504, "", @@ -115073,7 +115073,7 @@ 474.98, 368.153, 474.98, - "n", + "0", -1, 0.504, "", @@ -115096,7 +115096,7 @@ 474.98, 369.058, 474.98, - "g", + "6", -1, 0.504, "", @@ -115119,7 +115119,7 @@ 474.98, 369.95, 474.98, - " ", + "#", -1, 0.504, "", @@ -115142,7 +115142,7 @@ 474.98, 370.453, 474.98, - "t", + ")", -1, 0.504, "", @@ -115165,7 +115165,7 @@ 474.98, 371.017, 474.98, - "h", + "%", -1, 0.504, "", @@ -115188,7 +115188,7 @@ 474.98, 371.923, 474.98, - "e", + "&", -1, 0.504, "", @@ -115211,7 +115211,7 @@ 474.98, 372.775, 474.98, - " ", + "#", -1, 0.504, "", @@ -115234,7 +115234,7 @@ 474.98, 373.279, 474.98, - "s", + "1", -1, 0.504, "", @@ -115257,7 +115257,7 @@ 474.98, 374.024, 474.98, - "a", + ",", -1, 0.504, "", @@ -115280,7 +115280,7 @@ 474.98, 374.884, 474.98, - "m", + "8", -1, 0.504, "", @@ -115303,7 +115303,7 @@ 474.98, 376.276, 474.98, - "e", + "&", -1, 0.504, "", @@ -115326,7 +115326,7 @@ 474.98, 377.129, 474.98, - " ", + "#", -1, 0.504, "", @@ -115349,7 +115349,7 @@ 474.98, 377.632, 474.98, - "p", + "7", -1, 0.504, "", @@ -115372,7 +115372,7 @@ 474.98, 378.524, 474.98, - "o", + "4", -1, 0.504, "", @@ -115395,7 +115395,7 @@ 474.98, 379.392, 474.98, - "i", + "*", -1, 0.504, "", @@ -115418,7 +115418,7 @@ 474.98, 379.784, 474.98, - "n", + "0", -1, 0.504, "", @@ -115441,7 +115441,7 @@ 474.98, 380.69, 474.98, - "t", + ")", -1, 0.504, "", @@ -115464,7 +115464,7 @@ 474.98, 381.253, 474.98, - " ", + "#", -1, 0.504, "", @@ -115487,7 +115487,7 @@ 474.98, 381.757, 474.98, - "i", + "*", -1, 0.504, "", @@ -115510,7 +115510,7 @@ 474.98, 382.149, 474.98, - "n", + "0", -1, 0.504, "", @@ -115533,7 +115533,7 @@ 474.98, 383.054, 474.98, - "t", + ")", -1, 0.504, "", @@ -115556,7 +115556,7 @@ 474.98, 383.618, 474.98, - "o", + "4", -1, 0.504, "", @@ -115579,7 +115579,7 @@ 474.98, 384.487, 474.98, - " ", + "#", -1, 0.504, "", @@ -115602,7 +115602,7 @@ 473.37, 358.426, 473.37, - " ", + "#", -1, 0.504, "", @@ -115625,7 +115625,7 @@ 473.37, 358.93, 473.37, - " ", + "#", -1, 0.504, "", @@ -115648,7 +115648,7 @@ 473.37, 359.433, 473.37, - " ", + "#", -1, 0.504, "", @@ -115671,7 +115671,7 @@ 473.37, 359.937, 473.37, - " ", + "#", -1, 0.504, "", @@ -115694,7 +115694,7 @@ 473.37, 360.44, 473.37, - " ", + "#", -1, 0.504, "", @@ -115717,7 +115717,7 @@ 473.37, 360.944, 473.37, - " ", + "#", -1, 0.504, "", @@ -115740,7 +115740,7 @@ 473.37, 361.447, 473.37, - " ", + "#", -1, 0.504, "", @@ -115763,7 +115763,7 @@ 473.37, 361.951, 473.37, - " ", + "#", -1, 0.504, "", @@ -115786,7 +115786,7 @@ 473.37, 362.455, 473.37, - "f", + "3", -1, 0.504, "", @@ -115809,7 +115809,7 @@ 473.37, 362.958, 473.37, - "o", + "4", -1, 0.504, "", @@ -115832,7 +115832,7 @@ 473.37, 363.827, 473.37, - "c", + "+", -1, 0.504, "", @@ -115855,7 +115855,7 @@ 473.37, 364.572, 473.37, - "u", + ".", -1, 0.504, "", @@ -115878,7 +115878,7 @@ 473.37, 365.478, 473.37, - "s", + "1", -1, 0.504, "", @@ -115901,7 +115901,7 @@ 473.37, 366.223, 473.37, - " ", + "#", -1, 0.504, "", @@ -115924,7 +115924,7 @@ 473.37, 366.727, 473.37, - "t", + ")", -1, 0.504, "", @@ -115947,7 +115947,7 @@ 473.37, 367.29, 473.37, - "h", + "%", -1, 0.504, "", @@ -115970,7 +115970,7 @@ 473.37, 368.196, 473.37, - "r", + "(", -1, 0.504, "", @@ -115993,7 +115993,7 @@ 473.37, 368.807, 473.37, - "o", + "4", -1, 0.504, "", @@ -116016,7 +116016,7 @@ 473.37, 369.675, 473.37, - "u", + ".", -1, 0.504, "", @@ -116039,7 +116039,7 @@ 473.37, 370.581, 473.37, - "g", + "6", -1, 0.504, "", @@ -116062,7 +116062,7 @@ 473.37, 371.472, 473.37, - "h", + "%", -1, 0.504, "", @@ -116085,7 +116085,7 @@ 473.37, 372.378, 473.37, - " ", + "#", -1, 0.504, "", @@ -116108,7 +116108,7 @@ 473.37, 372.881, 473.37, - "t", + ")", -1, 0.504, "", @@ -116131,7 +116131,7 @@ 473.37, 373.445, 473.37, - "h", + "%", -1, 0.504, "", @@ -116154,7 +116154,7 @@ 473.37, 374.35, 473.37, - "e", + "&", -1, 0.504, "", @@ -116177,7 +116177,7 @@ 473.37, 375.203, 473.37, - " ", + "#", -1, 0.504, "", @@ -116200,7 +116200,7 @@ 473.37, 375.707, 473.37, - "r", + "(", -1, 0.504, "", @@ -116223,7 +116223,7 @@ 473.37, 376.318, 473.37, - "i", + "*", -1, 0.504, "", @@ -116246,7 +116246,7 @@ 473.37, 376.71, 473.37, - "g", + "6", -1, 0.504, "", @@ -116269,7 +116269,7 @@ 473.37, 377.601, 473.37, - "h", + "%", -1, 0.504, "", @@ -116292,7 +116292,7 @@ 473.37, 378.506, 473.37, - "t", + ")", -1, 0.504, "", @@ -116315,7 +116315,7 @@ 473.37, 379.07, 473.37, - " ", + "#", -1, 0.504, "", @@ -116338,7 +116338,7 @@ 473.37, 379.574, 473.37, - "e", + "&", -1, 0.504, "", @@ -116361,7 +116361,7 @@ 473.37, 380.426, 473.37, - "y", + "B", -1, 0.504, "", @@ -116384,7 +116384,7 @@ 473.37, 381.273, 473.37, - "e", + "&", -1, 0.504, "", @@ -116407,7 +116407,7 @@ 473.37, 382.126, 473.37, - "p", + "7", -1, 0.504, "", @@ -116430,7 +116430,7 @@ 473.37, 383.017, 473.37, - "i", + "*", -1, 0.504, "", @@ -116453,7 +116453,7 @@ 473.37, 383.409, 473.37, - "e", + "&", -1, 0.504, "", @@ -116476,7 +116476,7 @@ 473.37, 384.262, 473.37, - "c", + "+", -1, 0.504, "", @@ -116499,7 +116499,7 @@ 473.37, 385.007, 473.37, - "e", + "&", -1, 0.504, "", @@ -116522,7 +116522,7 @@ 473.37, 385.86, 473.37, - " ", + "#", -1, 0.504, "", @@ -116545,7 +116545,7 @@ 473.37, 386.364, 473.37, - " ", + "#", -1, 0.504, "", @@ -116568,7 +116568,7 @@ 471.76, 358.426, 471.76, - " ", + "#", -1, 0.504, "", @@ -116591,7 +116591,7 @@ 471.76, 358.93, 471.76, - " ", + "#", -1, 0.504, "", @@ -116614,7 +116614,7 @@ 471.76, 359.433, 471.76, - " ", + "#", -1, 0.504, "", @@ -116637,7 +116637,7 @@ 471.76, 359.937, 471.76, - " ", + "#", -1, 0.504, "", @@ -116660,7 +116660,7 @@ 471.76, 360.44, 471.76, - " ", + "#", -1, 0.504, "", @@ -116683,7 +116683,7 @@ 471.76, 360.944, 471.76, - " ", + "#", -1, 0.504, "", @@ -116706,7 +116706,7 @@ 471.76, 361.447, 471.76, - " ", + "#", -1, 0.504, "", @@ -116729,7 +116729,7 @@ 471.76, 361.951, 471.76, - " ", + "#", -1, 0.504, "", @@ -116752,7 +116752,7 @@ 471.76, 362.455, 471.76, - "b", + "/", -1, 0.504, "", @@ -116775,7 +116775,7 @@ 471.76, 363.346, 471.76, - "y", + "B", -1, 0.504, "", @@ -116798,7 +116798,7 @@ 471.76, 364.193, 471.76, - " ", + "#", -1, 0.504, "", @@ -116821,7 +116821,7 @@ 471.76, 364.696, 471.76, - "t", + ")", -1, 0.504, "", @@ -116844,7 +116844,7 @@ 471.76, 365.26, 471.76, - "u", + ".", -1, 0.504, "", @@ -116867,7 +116867,7 @@ 471.76, 366.166, 471.76, - "r", + "(", -1, 0.504, "", @@ -116890,7 +116890,7 @@ 471.76, 366.777, 471.76, - "n", + "0", -1, 0.504, "", @@ -116913,7 +116913,7 @@ 471.76, 367.682, 471.76, - "i", + "*", -1, 0.504, "", @@ -116936,7 +116936,7 @@ 471.76, 368.074, 471.76, - "n", + "0", -1, 0.504, "", @@ -116959,7 +116959,7 @@ 471.76, 368.98, 471.76, - "g", + "6", -1, 0.504, "", @@ -116982,7 +116982,7 @@ 471.76, 369.871, 471.76, - " ", + "#", -1, 0.504, "", @@ -117005,7 +117005,7 @@ 471.76, 370.375, 471.76, - "t", + ")", -1, 0.504, "", @@ -117028,7 +117028,7 @@ 471.76, 370.938, 471.76, - "h", + "%", -1, 0.504, "", @@ -117051,7 +117051,7 @@ 471.76, 371.844, 471.76, - "e", + "&", -1, 0.504, "", @@ -117074,7 +117074,7 @@ 471.76, 372.697, 471.76, - " ", + "#", -1, 0.504, "", @@ -117097,7 +117097,7 @@ 471.76, 373.2, 471.76, - "r", + "(", -1, 0.504, "", @@ -117120,7 +117120,7 @@ 471.76, 373.811, 471.76, - "i", + "*", -1, 0.504, "", @@ -117143,7 +117143,7 @@ 471.76, 374.203, 471.76, - "g", + "6", -1, 0.504, "", @@ -117166,7 +117166,7 @@ 471.76, 375.094, 471.76, - "h", + "%", -1, 0.504, "", @@ -117189,7 +117189,7 @@ 471.76, 376.0, 471.76, - "t", + ")", -1, 0.504, "", @@ -117212,7 +117212,7 @@ 471.76, 376.564, 471.76, - " ", + "#", -1, 0.504, "", @@ -117235,7 +117235,7 @@ 471.76, 377.067, 471.76, - "d", + "2", -1, 0.504, "", @@ -117258,7 +117258,7 @@ 471.76, 377.958, 471.76, - "i", + "*", -1, 0.504, "", @@ -117281,7 +117281,7 @@ 471.76, 378.35, 471.76, - "o", + "4", -1, 0.504, "", @@ -117304,7 +117304,7 @@ 471.76, 379.219, 471.76, - "p", + "7", -1, 0.504, "", @@ -117327,7 +117327,7 @@ 471.76, 380.11, 471.76, - "t", + ")", -1, 0.504, "", @@ -117350,7 +117350,7 @@ 471.76, 380.674, 471.76, - "e", + "&", -1, 0.504, "", @@ -117373,7 +117373,7 @@ 471.76, 381.527, 471.76, - "r", + "(", -1, 0.504, "", @@ -117396,7 +117396,7 @@ 471.76, 382.137, 471.76, - " ", + "#", -1, 0.504, "", @@ -117419,7 +117419,7 @@ 471.76, 382.641, 471.76, - "r", + "(", -1, 0.504, "", @@ -117442,7 +117442,7 @@ 471.76, 383.252, 471.76, - "i", + "*", -1, 0.504, "", @@ -117465,7 +117465,7 @@ 471.76, 383.644, 471.76, - "n", + "0", -1, 0.504, "", @@ -117488,7 +117488,7 @@ 471.76, 384.549, 471.76, - "g", + "6", -1, 0.504, "", @@ -117511,7 +117511,7 @@ 471.76, 385.428, 471.76, - ".", + "\"", -1, 0.504, "", @@ -117534,7 +117534,7 @@ 470.149, 358.426, 470.149, - " ", + "#", -1, 0.504, "", @@ -117557,7 +117557,7 @@ 470.149, 358.93, 470.149, - " ", + "#", -1, 0.504, "", @@ -117580,7 +117580,7 @@ 470.149, 359.433, 470.149, - " ", + "#", -1, 0.504, "", @@ -117603,7 +117603,7 @@ 470.149, 359.937, 470.149, - " ", + "#", -1, 0.504, "", @@ -117626,7 +117626,7 @@ 470.149, 360.44, 470.149, - " ", + "#", -1, 0.504, "", @@ -117649,7 +117649,7 @@ 470.149, 360.944, 470.149, - "d", + "2", -1, 0.504, "", @@ -117672,7 +117672,7 @@ 470.149, 361.835, 470.149, - ".", + "\"", -1, 0.504, "", @@ -117695,7 +117695,7 @@ 470.149, 362.356, 470.149, - "W", + "I", -1, 0.504, "", @@ -117718,7 +117718,7 @@ 470.149, 363.771, 470.149, - "i", + "*", -1, 0.504, "", @@ -117741,7 +117741,7 @@ 470.149, 364.163, 470.149, - "t", + ")", -1, 0.504, "", @@ -117764,7 +117764,7 @@ 470.149, 364.727, 470.149, - "h", + "%", -1, 0.504, "", @@ -117787,7 +117787,7 @@ 470.149, 365.632, 470.149, - " ", + "#", -1, 0.504, "", @@ -117810,7 +117810,7 @@ 470.149, 366.136, 470.149, - "m", + "8", -1, 0.504, "", @@ -117833,7 +117833,7 @@ 470.149, 367.528, 470.149, - "o", + "4", -1, 0.504, "", @@ -117856,7 +117856,7 @@ 470.149, 368.396, 470.149, - "r", + "(", -1, 0.504, "", @@ -117879,7 +117879,7 @@ 470.149, 369.007, 470.149, - "e", + "&", -1, 0.504, "", @@ -117902,7 +117902,7 @@ 470.149, 369.86, 470.149, - " ", + "#", -1, 0.504, "", @@ -117925,7 +117925,7 @@ 470.149, 370.363, 470.149, - "t", + ")", -1, 0.504, "", @@ -117948,7 +117948,7 @@ 470.149, 370.927, 470.149, - "h", + "%", -1, 0.504, "", @@ -117971,7 +117971,7 @@ 470.149, 371.832, 470.149, - "a", + ",", -1, 0.504, "", @@ -117994,7 +117994,7 @@ 470.149, 372.692, 470.149, - "n", + "0", -1, 0.504, "", @@ -118017,7 +118017,7 @@ 470.149, 373.598, 470.149, - " ", + "#", -1, 0.504, "", @@ -118040,7 +118040,7 @@ 470.149, 374.101, 470.149, - "o", + "4", -1, 0.504, "", @@ -118063,7 +118063,7 @@ 470.149, 374.97, 470.149, - "n", + "0", -1, 0.504, "", @@ -118086,7 +118086,7 @@ 470.149, 375.875, 470.149, - "e", + "&", -1, 0.504, "", @@ -118109,7 +118109,7 @@ 470.149, 376.728, 470.149, - " ", + "#", -1, 0.504, "", @@ -118132,7 +118132,7 @@ 470.149, 377.232, 470.149, - "v", + "'", -1, 0.504, "", @@ -118155,7 +118155,7 @@ 470.149, 378.079, 470.149, - "i", + "*", -1, 0.504, "", @@ -118178,7 +118178,7 @@ 470.149, 378.471, 470.149, - "e", + "&", -1, 0.504, "", @@ -118201,7 +118201,7 @@ 470.149, 379.323, 470.149, - "w", + "5", -1, 0.504, "", @@ -118224,7 +118224,7 @@ 470.149, 380.494, 470.149, - "e", + "&", -1, 0.504, "", @@ -118247,7 +118247,7 @@ 470.149, 381.346, 470.149, - "r", + "(", -1, 0.504, "", @@ -118270,7 +118270,7 @@ 470.149, 381.745, 470.149, - ",", + "<", -1, 0.504, "", @@ -118293,7 +118293,7 @@ 470.149, 382.266, 470.149, - " ", + "#", -1, 0.504, "", @@ -118316,7 +118316,7 @@ 470.149, 382.77, 470.149, - "e", + "&", -1, 0.504, "", @@ -118339,7 +118339,7 @@ 470.149, 383.622, 470.149, - "a", + ",", -1, 0.504, "", @@ -118362,7 +118362,7 @@ 470.149, 384.482, 470.149, - "c", + "+", -1, 0.504, "", @@ -118385,7 +118385,7 @@ 470.149, 385.228, 470.149, - "h", + "%", -1, 0.504, "", @@ -118408,7 +118408,7 @@ 470.149, 386.133, 470.149, - " ", + "#", -1, 0.504, "", @@ -118431,7 +118431,7 @@ 470.149, 386.634, 470.149, - " ", + "#", -1, 0.504, "", @@ -118454,7 +118454,7 @@ 468.539, 358.426, 468.539, - " ", + "#", -1, 0.504, "", @@ -118477,7 +118477,7 @@ 468.539, 358.93, 468.539, - " ", + "#", -1, 0.504, "", @@ -118500,7 +118500,7 @@ 468.539, 359.433, 468.539, - " ", + "#", -1, 0.504, "", @@ -118523,7 +118523,7 @@ 468.539, 359.937, 468.539, - " ", + "#", -1, 0.504, "", @@ -118546,7 +118546,7 @@ 468.539, 360.44, 468.539, - " ", + "#", -1, 0.504, "", @@ -118569,7 +118569,7 @@ 468.539, 360.944, 468.539, - " ", + "#", -1, 0.504, "", @@ -118592,7 +118592,7 @@ 468.539, 361.447, 468.539, - " ", + "#", -1, 0.504, "", @@ -118615,7 +118615,7 @@ 468.539, 361.951, 468.539, - " ", + "#", -1, 0.504, "", @@ -118638,7 +118638,7 @@ 468.539, 362.455, 468.539, - "v", + "'", -1, 0.504, "", @@ -118661,7 +118661,7 @@ 468.539, 363.302, 468.539, - "i", + "*", -1, 0.504, "", @@ -118684,7 +118684,7 @@ 468.539, 363.694, 468.539, - "e", + "&", -1, 0.504, "", @@ -118707,7 +118707,7 @@ 468.539, 364.546, 468.539, - "w", + "5", -1, 0.504, "", @@ -118730,7 +118730,7 @@ 468.539, 365.717, 468.539, - "e", + "&", -1, 0.504, "", @@ -118753,7 +118753,7 @@ 468.539, 366.569, 468.539, - "r", + "(", -1, 0.504, "", @@ -118776,7 +118776,7 @@ 468.539, 367.18, 468.539, - " ", + "#", -1, 0.504, "", @@ -118799,7 +118799,7 @@ 468.539, 367.684, 468.539, - "s", + "1", -1, 0.504, "", @@ -118822,7 +118822,7 @@ 468.539, 368.429, 468.539, - "h", + "%", -1, 0.504, "", @@ -118845,7 +118845,7 @@ 468.539, 369.335, 468.539, - "o", + "4", -1, 0.504, "", @@ -118868,7 +118868,7 @@ 468.539, 370.203, 468.539, - "u", + ".", -1, 0.504, "", @@ -118891,7 +118891,7 @@ 468.539, 371.109, 468.539, - "l", + "-", -1, 0.504, "", @@ -118914,7 +118914,7 @@ 468.539, 371.501, 468.539, - "d", + "2", -1, 0.504, "", @@ -118937,7 +118937,7 @@ 468.539, 372.392, 468.539, - " ", + "#", -1, 0.504, "", @@ -118960,7 +118960,7 @@ 468.539, 372.895, 468.539, - "n", + "0", -1, 0.504, "", @@ -118983,7 +118983,7 @@ 468.539, 373.801, 468.539, - "o", + "4", -1, 0.504, "", @@ -119006,7 +119006,7 @@ 468.539, 374.669, 468.539, - "t", + ")", -1, 0.504, "", @@ -119029,7 +119029,7 @@ 468.539, 375.233, 468.539, - "e", + "&", -1, 0.504, "", @@ -119052,7 +119052,7 @@ 468.539, 376.086, 468.539, - " ", + "#", -1, 0.504, "", @@ -119075,7 +119075,7 @@ 468.539, 376.589, 468.539, - "t", + ")", -1, 0.504, "", @@ -119098,7 +119098,7 @@ 468.539, 377.153, 468.539, - "h", + "%", -1, 0.504, "", @@ -119121,7 +119121,7 @@ 468.539, 378.059, 468.539, - "e", + "&", -1, 0.504, "", @@ -119144,7 +119144,7 @@ 468.539, 378.911, 468.539, - "i", + "*", -1, 0.504, "", @@ -119167,7 +119167,7 @@ 468.539, 379.303, 468.539, - "r", + "(", -1, 0.504, "", @@ -119190,7 +119190,7 @@ 468.539, 379.914, 468.539, - " ", + "#", -1, 0.504, "", @@ -119213,7 +119213,7 @@ 468.539, 380.418, 468.539, - "o", + "4", -1, 0.504, "", @@ -119236,7 +119236,7 @@ 468.539, 381.286, 468.539, - "w", + "5", -1, 0.504, "", @@ -119259,7 +119259,7 @@ 468.539, 382.456, 468.539, - "n", + "0", -1, 0.504, "", @@ -119282,7 +119282,7 @@ 468.539, 383.362, 468.539, - " ", + "#", -1, 0.504, "", @@ -119305,7 +119305,7 @@ 468.539, 383.866, 468.539, - " ", + "#", -1, 0.504, "", @@ -119328,7 +119328,7 @@ 466.929, 358.426, 466.929, - " ", + "#", -1, 0.504, "", @@ -119351,7 +119351,7 @@ 466.929, 358.93, 466.929, - " ", + "#", -1, 0.504, "", @@ -119374,7 +119374,7 @@ 466.929, 359.433, 466.929, - " ", + "#", -1, 0.504, "", @@ -119397,7 +119397,7 @@ 466.929, 359.937, 466.929, - " ", + "#", -1, 0.504, "", @@ -119420,7 +119420,7 @@ 466.929, 360.44, 466.929, - " ", + "#", -1, 0.504, "", @@ -119443,7 +119443,7 @@ 466.929, 360.944, 466.929, - " ", + "#", -1, 0.504, "", @@ -119466,7 +119466,7 @@ 466.929, 361.447, 466.929, - " ", + "#", -1, 0.504, "", @@ -119489,7 +119489,7 @@ 466.929, 361.951, 466.929, - " ", + "#", -1, 0.504, "", @@ -119512,7 +119512,7 @@ 466.929, 362.455, 466.929, - "d", + "2", -1, 0.504, "", @@ -119535,7 +119535,7 @@ 466.929, 363.346, 466.929, - "i", + "*", -1, 0.504, "", @@ -119558,7 +119558,7 @@ 466.929, 363.738, 466.929, - "o", + "4", -1, 0.504, "", @@ -119581,7 +119581,7 @@ 466.929, 364.606, 466.929, - "p", + "7", -1, 0.504, "", @@ -119604,7 +119604,7 @@ 466.929, 365.498, 466.929, - "t", + ")", -1, 0.504, "", @@ -119627,7 +119627,7 @@ 466.929, 366.061, 466.929, - "e", + "&", -1, 0.504, "", @@ -119650,7 +119650,7 @@ 466.929, 366.914, 466.929, - "r", + "(", -1, 0.504, "", @@ -119673,7 +119673,7 @@ 466.929, 367.525, 466.929, - " ", + "#", -1, 0.504, "", @@ -119696,7 +119696,7 @@ 466.929, 368.028, 466.929, - "r", + "(", -1, 0.504, "", @@ -119719,7 +119719,7 @@ 466.929, 368.639, 466.929, - "i", + "*", -1, 0.504, "", @@ -119742,7 +119742,7 @@ 466.929, 369.031, 466.929, - "n", + "0", -1, 0.504, "", @@ -119765,7 +119765,7 @@ 466.929, 369.937, 466.929, - "g", + "6", -1, 0.504, "", @@ -119788,7 +119788,7 @@ 466.929, 370.828, 466.929, - " ", + "#", -1, 0.504, "", @@ -119811,7 +119811,7 @@ 466.929, 371.332, 466.929, - "p", + "7", -1, 0.504, "", @@ -119834,7 +119834,7 @@ 466.929, 372.223, 466.929, - "o", + "4", -1, 0.504, "", @@ -119857,7 +119857,7 @@ 466.929, 373.091, 466.929, - "s", + "1", -1, 0.504, "", @@ -119880,7 +119880,7 @@ 466.929, 373.837, 466.929, - "i", + "*", -1, 0.504, "", @@ -119903,7 +119903,7 @@ 466.929, 374.229, 466.929, - "t", + ")", -1, 0.504, "", @@ -119926,7 +119926,7 @@ 466.929, 374.792, 466.929, - "i", + "*", -1, 0.504, "", @@ -119949,7 +119949,7 @@ 466.929, 375.184, 466.929, - "o", + "4", -1, 0.504, "", @@ -119972,7 +119972,7 @@ 466.929, 376.053, 466.929, - "n", + "0", -1, 0.504, "", @@ -119995,7 +119995,7 @@ 466.929, 376.958, 466.929, - " ", + "#", -1, 0.504, "", @@ -120018,7 +120018,7 @@ 466.929, 377.462, 466.929, - "f", + "3", -1, 0.504, "", @@ -120041,7 +120041,7 @@ 466.929, 377.966, 466.929, - "o", + "4", -1, 0.504, "", @@ -120064,7 +120064,7 @@ 466.929, 378.834, 466.929, - "r", + "(", -1, 0.504, "", @@ -120087,7 +120087,7 @@ 466.929, 379.445, 466.929, - " ", + "#", -1, 0.504, "", @@ -120110,7 +120110,7 @@ 466.929, 379.949, 466.929, - "t", + ")", -1, 0.504, "", @@ -120133,7 +120133,7 @@ 466.929, 380.512, 466.929, - "h", + "%", -1, 0.504, "", @@ -120156,7 +120156,7 @@ 466.929, 381.418, 466.929, - "e", + "&", -1, 0.504, "", @@ -120179,7 +120179,7 @@ 466.929, 382.27, 466.929, - " ", + "#", -1, 0.504, "", @@ -120202,7 +120202,7 @@ 466.929, 382.774, 466.929, - "l", + "-", -1, 0.504, "", @@ -120225,7 +120225,7 @@ 466.929, 383.166, 466.929, - "e", + "&", -1, 0.504, "", @@ -120248,7 +120248,7 @@ 466.929, 384.019, 466.929, - "f", + "3", -1, 0.504, "", @@ -120271,7 +120271,7 @@ 466.929, 384.522, 466.929, - "t", + ")", -1, 0.504, "", @@ -120294,7 +120294,7 @@ 466.929, 385.086, 466.929, - " ", + "#", -1, 0.504, "", @@ -120317,7 +120317,7 @@ 466.929, 385.59, 466.929, - " ", + "#", -1, 0.504, "", @@ -120340,7 +120340,7 @@ 465.319, 358.426, 465.319, - " ", + "#", -1, 0.504, "", @@ -120363,7 +120363,7 @@ 465.319, 358.93, 465.319, - " ", + "#", -1, 0.504, "", @@ -120386,7 +120386,7 @@ 465.319, 359.433, 465.319, - " ", + "#", -1, 0.504, "", @@ -120409,7 +120409,7 @@ 465.319, 359.937, 465.319, - " ", + "#", -1, 0.504, "", @@ -120432,7 +120432,7 @@ 465.319, 360.44, 465.319, - " ", + "#", -1, 0.504, "", @@ -120455,7 +120455,7 @@ 465.319, 360.944, 465.319, - " ", + "#", -1, 0.504, "", @@ -120478,7 +120478,7 @@ 465.319, 361.447, 465.319, - " ", + "#", -1, 0.504, "", @@ -120501,7 +120501,7 @@ 465.319, 361.951, 465.319, - " ", + "#", -1, 0.504, "", @@ -120524,7 +120524,7 @@ 465.319, 362.455, 465.319, - "a", + ",", -1, 0.504, "", @@ -120547,7 +120547,7 @@ 465.319, 363.314, 465.319, - "n", + "0", -1, 0.504, "", @@ -120570,7 +120570,7 @@ 465.319, 364.22, 465.319, - "d", + "2", -1, 0.504, "", @@ -120593,7 +120593,7 @@ 465.319, 365.111, 465.319, - " ", + "#", -1, 0.504, "", @@ -120616,7 +120616,7 @@ 465.319, 365.615, 465.319, - "r", + "(", -1, 0.504, "", @@ -120639,7 +120639,7 @@ 465.319, 366.226, 465.319, - "i", + "*", -1, 0.504, "", @@ -120662,7 +120662,7 @@ 465.319, 366.618, 465.319, - "g", + "6", -1, 0.504, "", @@ -120685,7 +120685,7 @@ 465.319, 367.509, 465.319, - "h", + "%", -1, 0.504, "", @@ -120708,7 +120708,7 @@ 465.319, 368.415, 465.319, - "t", + ")", -1, 0.504, "", @@ -120731,7 +120731,7 @@ 465.319, 368.978, 465.319, - " ", + "#", -1, 0.504, "", @@ -120754,7 +120754,7 @@ 465.319, 369.482, 465.319, - "e", + "&", -1, 0.504, "", @@ -120777,7 +120777,7 @@ 465.319, 370.335, 465.319, - "y", + "B", -1, 0.504, "", @@ -120800,7 +120800,7 @@ 465.319, 371.182, 465.319, - "e", + "&", -1, 0.504, "", @@ -120823,7 +120823,7 @@ 465.319, 372.034, 465.319, - "p", + "7", -1, 0.504, "", @@ -120846,7 +120846,7 @@ 465.319, 372.926, 465.319, - "i", + "*", -1, 0.504, "", @@ -120869,7 +120869,7 @@ 465.319, 373.318, 465.319, - "e", + "&", -1, 0.504, "", @@ -120892,7 +120892,7 @@ 465.319, 374.17, 465.319, - "c", + "+", -1, 0.504, "", @@ -120915,7 +120915,7 @@ 465.319, 374.916, 465.319, - "e", + "&", -1, 0.504, "", @@ -120938,7 +120938,7 @@ 465.319, 375.768, 465.319, - "s", + "1", -1, 0.504, "", @@ -120961,7 +120961,7 @@ 465.319, 376.514, 465.319, - ",", + "<", -1, 0.504, "", @@ -120984,7 +120984,7 @@ 465.319, 377.034, 465.319, - " ", + "#", -1, 0.504, "", @@ -121007,7 +121007,7 @@ 465.319, 377.538, 465.319, - "t", + ")", -1, 0.504, "", @@ -121030,7 +121030,7 @@ 465.319, 378.102, 465.319, - "h", + "%", -1, 0.504, "", @@ -121053,7 +121053,7 @@ 465.319, 379.007, 465.319, - "e", + "&", -1, 0.504, "", @@ -121076,7 +121076,7 @@ 465.319, 379.86, 465.319, - "n", + "0", -1, 0.504, "", @@ -121099,7 +121099,7 @@ 465.319, 380.765, 465.319, - " ", + "#", -1, 0.504, "", @@ -121122,7 +121122,7 @@ 465.319, 381.269, 465.319, - "b", + "/", -1, 0.504, "", @@ -121145,7 +121145,7 @@ 465.319, 382.16, 465.319, - "e", + "&", -1, 0.504, "", @@ -121168,7 +121168,7 @@ 465.319, 383.013, 465.319, - "f", + "3", -1, 0.504, "", @@ -121191,7 +121191,7 @@ 465.319, 383.517, 465.319, - "o", + "4", -1, 0.504, "", @@ -121214,7 +121214,7 @@ 465.319, 384.385, 465.319, - "r", + "(", -1, 0.504, "", @@ -121237,7 +121237,7 @@ 465.319, 384.996, 465.319, - "e", + "&", -1, 0.504, "", @@ -121260,7 +121260,7 @@ 465.319, 385.848, 465.319, - " ", + "#", -1, 0.504, "", @@ -121283,7 +121283,7 @@ 463.709, 358.426, 463.709, - " ", + "#", -1, 0.504, "", @@ -121306,7 +121306,7 @@ 463.709, 358.93, 463.709, - " ", + "#", -1, 0.504, "", @@ -121329,7 +121329,7 @@ 463.709, 359.433, 463.709, - " ", + "#", -1, 0.504, "", @@ -121352,7 +121352,7 @@ 463.709, 359.937, 463.709, - " ", + "#", -1, 0.504, "", @@ -121375,7 +121375,7 @@ 463.709, 360.44, 463.709, - " ", + "#", -1, 0.504, "", @@ -121398,7 +121398,7 @@ 463.709, 360.944, 463.709, - " ", + "#", -1, 0.504, "", @@ -121421,7 +121421,7 @@ 463.709, 361.447, 463.709, - " ", + "#", -1, 0.504, "", @@ -121444,7 +121444,7 @@ 463.709, 361.951, 463.709, - " ", + "#", -1, 0.504, "", @@ -121467,7 +121467,7 @@ 463.709, 362.455, 463.709, - "v", + "'", -1, 0.504, "", @@ -121490,7 +121490,7 @@ 463.709, 363.302, 463.709, - "i", + "*", -1, 0.504, "", @@ -121513,7 +121513,7 @@ 463.709, 363.694, 463.709, - "e", + "&", -1, 0.504, "", @@ -121536,7 +121536,7 @@ 463.709, 364.546, 463.709, - "w", + "5", -1, 0.504, "", @@ -121559,7 +121559,7 @@ 463.709, 365.717, 463.709, - "i", + "*", -1, 0.504, "", @@ -121582,7 +121582,7 @@ 463.709, 366.109, 463.709, - "n", + "0", -1, 0.504, "", @@ -121605,7 +121605,7 @@ 463.709, 367.014, 463.709, - "g", + "6", -1, 0.504, "", @@ -121628,7 +121628,7 @@ 463.709, 367.905, 463.709, - " ", + "#", -1, 0.504, "", @@ -121651,7 +121651,7 @@ 463.709, 368.409, 463.709, - "s", + "1", -1, 0.504, "", @@ -121674,7 +121674,7 @@ 463.709, 369.154, 463.709, - "e", + "&", -1, 0.504, "", @@ -121697,7 +121697,7 @@ 463.709, 370.007, 463.709, - "t", + ")", -1, 0.504, "", @@ -121720,7 +121720,7 @@ 463.709, 370.571, 463.709, - " ", + "#", -1, 0.504, "", @@ -121743,7 +121743,7 @@ 463.709, 371.074, 463.709, - "t", + ")", -1, 0.504, "", @@ -121766,7 +121766,7 @@ 463.709, 371.638, 463.709, - "h", + "%", -1, 0.504, "", @@ -121789,7 +121789,7 @@ 463.709, 372.544, 463.709, - "e", + "&", -1, 0.504, "", @@ -121812,7 +121812,7 @@ 463.709, 373.396, 463.709, - " ", + "#", -1, 0.504, "", @@ -121835,7 +121835,7 @@ 463.709, 373.9, 463.709, - "d", + "2", -1, 0.504, "", @@ -121858,7 +121858,7 @@ 463.709, 374.791, 463.709, - "i", + "*", -1, 0.504, "", @@ -121881,7 +121881,7 @@ 463.709, 375.183, 463.709, - "o", + "4", -1, 0.504, "", @@ -121904,7 +121904,7 @@ 463.709, 376.051, 463.709, - "p", + "7", -1, 0.504, "", @@ -121927,7 +121927,7 @@ 463.709, 376.943, 463.709, - "t", + ")", -1, 0.504, "", @@ -121950,7 +121950,7 @@ 463.709, 377.506, 463.709, - "e", + "&", -1, 0.504, "", @@ -121973,7 +121973,7 @@ 463.709, 378.359, 463.709, - "r", + "(", -1, 0.504, "", @@ -121996,7 +121996,7 @@ 463.709, 378.97, 463.709, - " ", + "#", -1, 0.504, "", @@ -122019,7 +122019,7 @@ 463.709, 379.474, 463.709, - "r", + "(", -1, 0.504, "", @@ -122042,7 +122042,7 @@ 463.709, 380.084, 463.709, - "i", + "*", -1, 0.504, "", @@ -122065,7 +122065,7 @@ 463.709, 380.476, 463.709, - "n", + "0", -1, 0.504, "", @@ -122088,7 +122088,7 @@ 463.709, 381.382, 463.709, - "g", + "6", -1, 0.504, "", @@ -122111,7 +122111,7 @@ 463.709, 382.273, 463.709, - " ", + "#", -1, 0.504, "", @@ -122134,7 +122134,7 @@ 463.709, 382.777, 463.709, - " ", + "#", -1, 0.504, "", @@ -122157,7 +122157,7 @@ 463.709, 384.177, 463.709, - " ", + "#", -1, 0.504, "", @@ -122180,7 +122180,7 @@ 462.098, 358.426, 462.098, - " ", + "#", -1, 0.504, "", @@ -122203,7 +122203,7 @@ 462.098, 358.93, 462.098, - " ", + "#", -1, 0.504, "", @@ -122226,7 +122226,7 @@ 462.098, 359.433, 462.098, - " ", + "#", -1, 0.504, "", @@ -122249,7 +122249,7 @@ 462.098, 359.937, 462.098, - " ", + "#", -1, 0.504, "", @@ -122272,7 +122272,7 @@ 462.098, 360.44, 462.098, - " ", + "#", -1, 0.504, "", @@ -122295,7 +122295,7 @@ 462.098, 360.944, 462.098, - " ", + "#", -1, 0.504, "", @@ -122318,7 +122318,7 @@ 462.098, 361.447, 462.098, - " ", + "#", -1, 0.504, "", @@ -122341,7 +122341,7 @@ 462.098, 361.951, 462.098, - " ", + "#", -1, 0.504, "", @@ -122364,7 +122364,7 @@ 462.098, 362.455, 462.098, - "a", + ",", -1, 0.504, "", @@ -122387,7 +122387,7 @@ 462.098, 363.314, 462.098, - "d", + "2", -1, 0.504, "", @@ -122410,7 +122410,7 @@ 462.098, 364.206, 462.098, - "j", + "=", -1, 0.504, "", @@ -122433,7 +122433,7 @@ 462.098, 364.698, 462.098, - "u", + ".", -1, 0.504, "", @@ -122456,7 +122456,7 @@ 462.098, 365.603, 462.098, - "s", + "1", -1, 0.504, "", @@ -122479,7 +122479,7 @@ 462.098, 366.349, 462.098, - "t", + ")", -1, 0.504, "", @@ -122502,7 +122502,7 @@ 462.098, 366.913, 462.098, - "m", + "8", -1, 0.504, "", @@ -122525,7 +122525,7 @@ 462.098, 368.305, 462.098, - "e", + "&", -1, 0.504, "", @@ -122548,7 +122548,7 @@ 462.098, 369.157, 462.098, - "n", + "0", -1, 0.504, "", @@ -122571,7 +122571,7 @@ 462.098, 370.063, 462.098, - "t", + ")", -1, 0.504, "", @@ -122594,7 +122594,7 @@ 462.098, 370.626, 462.098, - "s", + "1", -1, 0.504, "", @@ -122617,7 +122617,7 @@ 462.098, 371.372, 462.098, - " ", + "#", -1, 0.504, "", @@ -122640,7 +122640,7 @@ 462.098, 371.875, 462.098, - "t", + ")", -1, 0.504, "", @@ -122663,7 +122663,7 @@ 462.098, 372.439, 462.098, - "o", + "4", -1, 0.504, "", @@ -122686,7 +122686,7 @@ 462.098, 373.307, 462.098, - " ", + "#", -1, 0.504, "", @@ -122709,7 +122709,7 @@ 462.098, 373.811, 462.098, - "t", + ")", -1, 0.504, "", @@ -122732,7 +122732,7 @@ 462.098, 374.375, 462.098, - "h", + "%", -1, 0.504, "", @@ -122755,7 +122755,7 @@ 462.098, 375.28, 462.098, - "a", + ",", -1, 0.504, "", @@ -122778,7 +122778,7 @@ 462.098, 376.14, 462.098, - "t", + ")", -1, 0.504, "", @@ -122801,7 +122801,7 @@ 462.098, 376.704, 462.098, - " ", + "#", -1, 0.504, "", @@ -122824,7 +122824,7 @@ 462.098, 377.207, 462.098, - "s", + "1", -1, 0.504, "", @@ -122847,7 +122847,7 @@ 462.098, 377.953, 462.098, - "e", + "&", -1, 0.504, "", @@ -122870,7 +122870,7 @@ 462.098, 378.805, 462.098, - "t", + ")", -1, 0.504, "", @@ -122893,7 +122893,7 @@ 462.098, 379.369, 462.098, - "t", + ")", -1, 0.504, "", @@ -122916,7 +122916,7 @@ 462.098, 379.933, 462.098, - "i", + "*", -1, 0.504, "", @@ -122939,7 +122939,7 @@ 462.098, 380.325, 462.098, - "n", + "0", -1, 0.504, "", @@ -122962,7 +122962,7 @@ 462.098, 381.23, 462.098, - "g", + "6", -1, 0.504, "", @@ -122985,7 +122985,7 @@ 462.098, 382.113, 462.098, - ".", + "\"", -1, 0.504, "", @@ -123008,7 +123008,7 @@ 458.878, 358.426, 458.878, - "C", + ".", -1, 0.489, "", @@ -123031,7 +123031,7 @@ 458.878, 359.462, 458.878, - "H", + "*", -1, 0.489, "", @@ -123054,7 +123054,7 @@ 458.878, 360.659, 458.878, - "A", + "/", -1, 0.489, "", @@ -123077,7 +123077,7 @@ 458.878, 361.769, 458.878, - "N", + "&", -1, 0.489, "", @@ -123100,7 +123100,7 @@ 458.878, 362.981, 458.878, - "G", + "'", -1, 0.489, "", @@ -123123,7 +123123,7 @@ 458.878, 364.141, 458.878, - "I", + "%", -1, 0.489, "", @@ -123146,7 +123146,7 @@ 458.878, 364.923, 458.878, - "N", + "&", -1, 0.489, "", @@ -123169,7 +123169,7 @@ 458.878, 366.134, 458.878, - "G", + "'", -1, 0.489, "", @@ -123192,7 +123192,7 @@ 458.878, 367.295, 458.878, - " ", + "(", -1, 0.489, "", @@ -123215,7 +123215,7 @@ 458.878, 367.784, 458.878, - "T", + ")", -1, 0.489, "", @@ -123238,7 +123238,7 @@ 458.878, 368.759, 458.878, - "H", + "*", -1, 0.489, "", @@ -123261,7 +123261,7 @@ 458.878, 369.957, 458.878, - "E", + "+", -1, 0.489, "", @@ -123284,7 +123284,7 @@ 458.878, 370.934, 458.878, - " ", + "(", -1, 0.489, "", @@ -123307,7 +123307,7 @@ 458.878, 371.423, 458.878, - "B", + "1", -1, 0.489, "", @@ -123330,7 +123330,7 @@ 458.878, 372.513, 458.878, - "U", + "#", -1, 0.489, "", @@ -123353,7 +123353,7 @@ 458.878, 373.675, 458.878, - "L", + "0", -1, 0.489, "", @@ -123376,7 +123376,7 @@ 458.878, 374.586, 458.878, - "B", + "1", -1, 0.489, "", @@ -123399,7 +123399,7 @@ 457.268, 358.426, 457.268, - "1", + "!", -1, 0.504, "", @@ -123422,7 +123422,7 @@ 457.268, 359.336, 457.268, - ".", + "\"", -1, 0.504, "", @@ -123445,7 +123445,7 @@ 457.268, 359.857, 457.268, - " ", + "#", -1, 0.504, "", @@ -123468,7 +123468,7 @@ 457.268, 360.36, 457.268, - "D", + "H", -1, 0.504, "", @@ -123491,7 +123491,7 @@ 457.268, 361.463, 457.268, - "i", + "*", -1, 0.504, "", @@ -123514,7 +123514,7 @@ 457.268, 361.855, 457.268, - "s", + "1", -1, 0.504, "", @@ -123537,7 +123537,7 @@ 457.268, 362.601, 457.268, - "c", + "+", -1, 0.504, "", @@ -123560,7 +123560,7 @@ 457.268, 363.346, 457.268, - "o", + "4", -1, 0.504, "", @@ -123583,7 +123583,7 @@ 457.268, 364.214, 457.268, - "n", + "0", -1, 0.504, "", @@ -123606,7 +123606,7 @@ 457.268, 365.12, 457.268, - "n", + "0", -1, 0.504, "", @@ -123629,7 +123629,7 @@ 457.268, 366.026, 457.268, - "e", + "&", -1, 0.504, "", @@ -123652,7 +123652,7 @@ 457.268, 366.878, 457.268, - "c", + "+", -1, 0.504, "", @@ -123675,7 +123675,7 @@ 457.268, 367.624, 457.268, - "t", + ")", -1, 0.504, "", @@ -123698,7 +123698,7 @@ 457.268, 368.187, 457.268, - " ", + "#", -1, 0.504, "", @@ -123721,7 +123721,7 @@ 457.268, 368.691, 457.268, - "t", + ")", -1, 0.504, "", @@ -123744,7 +123744,7 @@ 457.268, 369.254, 457.268, - "h", + "%", -1, 0.504, "", @@ -123767,7 +123767,7 @@ 457.268, 370.16, 457.268, - "e", + "&", -1, 0.504, "", @@ -123790,7 +123790,7 @@ 457.268, 371.013, 457.268, - " ", + "#", -1, 0.504, "", @@ -123813,7 +123813,7 @@ 457.268, 371.516, 457.268, - "p", + "7", -1, 0.504, "", @@ -123836,7 +123836,7 @@ 457.268, 372.408, 457.268, - "o", + "4", -1, 0.504, "", @@ -123859,7 +123859,7 @@ 457.268, 373.276, 457.268, - "w", + "5", -1, 0.504, "", @@ -123882,7 +123882,7 @@ 457.268, 374.446, 457.268, - "e", + "&", -1, 0.504, "", @@ -123905,7 +123905,7 @@ 457.268, 375.299, 457.268, - "r", + "(", -1, 0.504, "", @@ -123928,7 +123928,7 @@ 457.268, 375.91, 457.268, - " ", + "#", -1, 0.504, "", @@ -123951,7 +123951,7 @@ 457.268, 376.413, 457.268, - "c", + "+", -1, 0.504, "", @@ -123974,7 +123974,7 @@ 457.268, 377.159, 457.268, - "o", + "4", -1, 0.504, "", @@ -123997,7 +123997,7 @@ 457.268, 378.027, 457.268, - "r", + "(", -1, 0.504, "", @@ -124020,7 +124020,7 @@ 457.268, 378.638, 457.268, - "d", + "2", -1, 0.504, "", @@ -124043,7 +124043,7 @@ 457.268, 379.529, 457.268, - " ", + "#", -1, 0.504, "", @@ -124066,7 +124066,7 @@ 457.268, 380.033, 457.268, - "f", + "3", -1, 0.504, "", @@ -124089,7 +124089,7 @@ 457.268, 380.537, 457.268, - "r", + "(", -1, 0.504, "", @@ -124112,7 +124112,7 @@ 457.268, 381.147, 457.268, - "o", + "4", -1, 0.504, "", @@ -124135,7 +124135,7 @@ 457.268, 382.016, 457.268, - "m", + "8", -1, 0.504, "", @@ -124158,7 +124158,7 @@ 457.268, 383.408, 457.268, - " ", + "#", -1, 0.504, "", @@ -124181,7 +124181,7 @@ 457.268, 383.911, 457.268, - "t", + ")", -1, 0.504, "", @@ -124204,7 +124204,7 @@ 457.268, 384.475, 457.268, - "h", + "%", -1, 0.504, "", @@ -124227,7 +124227,7 @@ 457.268, 385.381, 457.268, - "e", + "&", -1, 0.504, "", @@ -124250,7 +124250,7 @@ 457.268, 386.233, 457.268, - " ", + "#", -1, 0.504, "", @@ -124273,7 +124273,7 @@ 455.658, 358.426, 455.658, - " ", + "#", -1, 0.504, "", @@ -124296,7 +124296,7 @@ 455.658, 358.93, 455.658, - " ", + "#", -1, 0.504, "", @@ -124319,7 +124319,7 @@ 455.658, 359.433, 455.658, - " ", + "#", -1, 0.504, "", @@ -124342,7 +124342,7 @@ 455.658, 359.937, 455.658, - " ", + "#", -1, 0.504, "", @@ -124365,7 +124365,7 @@ 455.658, 360.44, 455.658, - "e", + "&", -1, 0.504, "", @@ -124388,7 +124388,7 @@ 455.658, 361.293, 455.658, - "l", + "-", -1, 0.504, "", @@ -124411,7 +124411,7 @@ 455.658, 361.685, 455.658, - "e", + "&", -1, 0.504, "", @@ -124434,7 +124434,7 @@ 455.658, 362.538, 455.658, - "c", + "+", -1, 0.504, "", @@ -124457,7 +124457,7 @@ 455.658, 363.283, 455.658, - "t", + ")", -1, 0.504, "", @@ -124480,7 +124480,7 @@ 455.658, 363.847, 455.658, - "r", + "(", -1, 0.504, "", @@ -124503,7 +124503,7 @@ 455.658, 364.458, 455.658, - "i", + "*", -1, 0.504, "", @@ -124526,7 +124526,7 @@ 455.658, 364.85, 455.658, - "c", + "+", -1, 0.504, "", @@ -124549,7 +124549,7 @@ 455.658, 365.595, 455.658, - "a", + ",", -1, 0.504, "", @@ -124572,7 +124572,7 @@ 455.658, 366.455, 455.658, - "l", + "-", -1, 0.504, "", @@ -124595,7 +124595,7 @@ 455.658, 366.847, 455.658, - " ", + "#", -1, 0.504, "", @@ -124618,7 +124618,7 @@ 455.658, 367.35, 455.658, - "o", + "4", -1, 0.504, "", @@ -124641,7 +124641,7 @@ 455.658, 368.219, 455.658, - "u", + ".", -1, 0.504, "", @@ -124664,7 +124664,7 @@ 455.658, 369.124, 455.658, - "t", + ")", -1, 0.504, "", @@ -124687,7 +124687,7 @@ 455.658, 369.688, 455.658, - "l", + "-", -1, 0.504, "", @@ -124710,7 +124710,7 @@ 455.658, 370.08, 455.658, - "e", + "&", -1, 0.504, "", @@ -124733,7 +124733,7 @@ 455.658, 370.933, 455.658, - "t", + ")", -1, 0.504, "", @@ -124756,7 +124756,7 @@ 455.658, 371.493, 455.658, - ".", + "\"", -1, 0.504, "", @@ -124779,7 +124779,7 @@ 454.047, 358.426, 454.047, - "2", + ":", -1, 0.504, "", @@ -124802,7 +124802,7 @@ 454.047, 359.336, 454.047, - ".", + "\"", -1, 0.504, "", @@ -124825,7 +124825,7 @@ 454.047, 359.855, 454.047, - " ", + "#", -1, 0.504, "", @@ -124848,7 +124848,7 @@ 454.047, 360.359, 454.047, - "W", + "I", -1, 0.504, "", @@ -124871,7 +124871,7 @@ 454.047, 361.774, 454.047, - "h", + "%", -1, 0.504, "", @@ -124894,7 +124894,7 @@ 454.047, 362.678, 454.047, - "e", + "&", -1, 0.504, "", @@ -124917,7 +124917,7 @@ 454.047, 363.529, 454.047, - "n", + "0", -1, 0.504, "", @@ -124940,7 +124940,7 @@ 454.047, 364.435, 454.047, - " ", + "#", -1, 0.504, "", @@ -124963,7 +124963,7 @@ 454.047, 364.938, 454.047, - "t", + ")", -1, 0.504, "", @@ -124986,7 +124986,7 @@ 454.047, 365.5, 454.047, - "h", + "%", -1, 0.504, "", @@ -125009,7 +125009,7 @@ 454.047, 366.405, 454.047, - "e", + "&", -1, 0.504, "", @@ -125032,7 +125032,7 @@ 454.047, 367.257, 454.047, - " ", + "#", -1, 0.504, "", @@ -125055,7 +125055,7 @@ 454.047, 367.761, 454.047, - "b", + "/", -1, 0.504, "", @@ -125078,7 +125078,7 @@ 454.047, 368.652, 454.047, - "u", + ".", -1, 0.504, "", @@ -125101,7 +125101,7 @@ 454.047, 369.558, 454.047, - "l", + "-", -1, 0.504, "", @@ -125124,7 +125124,7 @@ 454.047, 369.95, 454.047, - "b", + "/", -1, 0.504, "", @@ -125147,7 +125147,7 @@ 454.047, 370.841, 454.047, - " ", + "#", -1, 0.504, "", @@ -125170,7 +125170,7 @@ 454.047, 371.345, 454.047, - "i", + "*", -1, 0.504, "", @@ -125193,7 +125193,7 @@ 454.047, 371.737, 454.047, - "s", + "1", -1, 0.504, "", @@ -125216,7 +125216,7 @@ 454.047, 372.482, 454.047, - " ", + "#", -1, 0.504, "", @@ -125239,7 +125239,7 @@ 454.047, 372.984, 454.047, - "c", + "+", -1, 0.504, "", @@ -125262,7 +125262,7 @@ 454.047, 373.728, 454.047, - "o", + "4", -1, 0.504, "", @@ -125285,7 +125285,7 @@ 454.047, 374.596, 454.047, - "o", + "4", -1, 0.504, "", @@ -125308,7 +125308,7 @@ 454.047, 375.465, 454.047, - "l", + "-", -1, 0.504, "", @@ -125331,7 +125331,7 @@ 454.047, 375.857, 454.047, - ",", + "<", -1, 0.504, "", @@ -125354,7 +125354,7 @@ 454.047, 376.378, 454.047, - " ", + "#", -1, 0.504, "", @@ -125377,7 +125377,7 @@ 454.047, 376.881, 454.047, - "r", + "(", -1, 0.504, "", @@ -125400,7 +125400,7 @@ 454.047, 377.492, 454.047, - "e", + "&", -1, 0.504, "", @@ -125423,7 +125423,7 @@ 454.047, 378.345, 454.047, - "m", + "8", -1, 0.504, "", @@ -125446,7 +125446,7 @@ 454.047, 379.737, 454.047, - "o", + "4", -1, 0.504, "", @@ -125469,7 +125469,7 @@ 454.047, 380.605, 454.047, - "v", + "'", -1, 0.504, "", @@ -125492,7 +125492,7 @@ 454.047, 381.452, 454.047, - "e", + "&", -1, 0.504, "", @@ -125515,7 +125515,7 @@ 454.047, 382.305, 454.047, - " ", + "#", -1, 0.504, "", @@ -125538,7 +125538,7 @@ 454.047, 382.808, 454.047, - "t", + ")", -1, 0.504, "", @@ -125561,7 +125561,7 @@ 454.047, 383.372, 454.047, - "h", + "%", -1, 0.504, "", @@ -125584,7 +125584,7 @@ 454.047, 384.278, 454.047, - "e", + "&", -1, 0.504, "", @@ -125607,7 +125607,7 @@ 454.047, 385.13, 454.047, - " ", + "#", -1, 0.504, "", @@ -125630,7 +125630,7 @@ 452.437, 358.426, 452.437, - " ", + "#", -1, 0.504, "", @@ -125653,7 +125653,7 @@ 452.437, 358.93, 452.437, - " ", + "#", -1, 0.504, "", @@ -125676,7 +125676,7 @@ 452.437, 359.433, 452.437, - " ", + "#", -1, 0.504, "", @@ -125699,7 +125699,7 @@ 452.437, 359.937, 452.437, - " ", + "#", -1, 0.504, "", @@ -125722,7 +125722,7 @@ 452.437, 360.44, 452.437, - "o", + "4", -1, 0.504, "", @@ -125745,7 +125745,7 @@ 452.437, 361.309, 452.437, - "b", + "/", -1, 0.504, "", @@ -125768,7 +125768,7 @@ 452.437, 362.2, 452.437, - "l", + "-", -1, 0.504, "", @@ -125791,7 +125791,7 @@ 452.437, 362.592, 452.437, - "i", + "*", -1, 0.504, "", @@ -125814,7 +125814,7 @@ 452.437, 362.984, 452.437, - "q", + "J", -1, 0.504, "", @@ -125837,7 +125837,7 @@ 452.437, 363.874, 452.437, - "u", + ".", -1, 0.504, "", @@ -125860,7 +125860,7 @@ 452.437, 364.778, 452.437, - "e", + "&", -1, 0.504, "", @@ -125883,7 +125883,7 @@ 452.437, 365.631, 452.437, - " ", + "#", -1, 0.504, "", @@ -125906,7 +125906,7 @@ 452.437, 366.134, 452.437, - "i", + "*", -1, 0.504, "", @@ -125929,7 +125929,7 @@ 452.437, 366.526, 452.437, - "l", + "-", -1, 0.504, "", @@ -125952,7 +125952,7 @@ 452.437, 367.31, 452.437, - "u", + ".", -1, 0.504, "", @@ -125975,7 +125975,7 @@ 452.437, 368.216, 452.437, - "m", + "8", -1, 0.504, "", @@ -125998,7 +125998,7 @@ 452.437, 369.608, 452.437, - "i", + "*", -1, 0.504, "", @@ -126021,7 +126021,7 @@ 452.437, 370.0, 452.437, - "n", + "0", -1, 0.504, "", @@ -126044,7 +126044,7 @@ 452.437, 370.905, 452.437, - "a", + ",", -1, 0.504, "", @@ -126067,7 +126067,7 @@ 452.437, 371.764, 452.437, - "t", + ")", -1, 0.504, "", @@ -126090,7 +126090,7 @@ 452.437, 372.328, 452.437, - "o", + "4", -1, 0.504, "", @@ -126113,7 +126113,7 @@ 452.437, 373.196, 452.437, - "r", + "(", -1, 0.504, "", @@ -126136,7 +126136,7 @@ 452.437, 373.807, 452.437, - " ", + "#", -1, 0.504, "", @@ -126159,7 +126159,7 @@ 452.437, 374.309, 452.437, - "c", + "+", -1, 0.504, "", @@ -126182,7 +126182,7 @@ 452.437, 375.053, 452.437, - "a", + ",", -1, 0.504, "", @@ -126205,7 +126205,7 @@ 452.437, 375.913, 452.437, - "p", + "7", -1, 0.504, "", @@ -126228,7 +126228,7 @@ 452.437, 376.804, 452.437, - " ", + "#", -1, 0.504, "", @@ -126251,7 +126251,7 @@ 452.437, 377.308, 452.437, - "a", + ",", -1, 0.504, "", @@ -126274,7 +126274,7 @@ 452.437, 378.167, 452.437, - "n", + "0", -1, 0.504, "", @@ -126297,7 +126297,7 @@ 452.437, 379.073, 452.437, - "d", + "2", -1, 0.504, "", @@ -126320,7 +126320,7 @@ 452.437, 379.964, 452.437, - " ", + "#", -1, 0.504, "", @@ -126343,7 +126343,7 @@ 452.437, 380.468, 452.437, - "r", + "(", -1, 0.504, "", @@ -126366,7 +126366,7 @@ 452.437, 381.079, 452.437, - "e", + "&", -1, 0.504, "", @@ -126389,7 +126389,7 @@ 452.437, 381.931, 452.437, - "m", + "8", -1, 0.504, "", @@ -126412,7 +126412,7 @@ 452.437, 383.323, 452.437, - "o", + "4", -1, 0.504, "", @@ -126435,7 +126435,7 @@ 452.437, 384.192, 452.437, - "v", + "'", -1, 0.504, "", @@ -126458,7 +126458,7 @@ 452.437, 385.039, 452.437, - "e", + "&", -1, 0.504, "", @@ -126481,7 +126481,7 @@ 452.437, 385.891, 452.437, - " ", + "#", -1, 0.504, "", @@ -126504,7 +126504,7 @@ 450.827, 358.426, 450.827, - " ", + "#", -1, 0.504, "", @@ -126527,7 +126527,7 @@ 450.827, 358.93, 450.827, - " ", + "#", -1, 0.504, "", @@ -126550,7 +126550,7 @@ 450.827, 359.433, 450.827, - " ", + "#", -1, 0.504, "", @@ -126573,7 +126573,7 @@ 450.827, 359.937, 450.827, - " ", + "#", -1, 0.504, "", @@ -126596,7 +126596,7 @@ 450.827, 360.44, 450.827, - "t", + ")", -1, 0.504, "", @@ -126619,7 +126619,7 @@ 450.827, 361.001, 450.827, - "h", + "%", -1, 0.504, "", @@ -126642,7 +126642,7 @@ 450.827, 361.905, 450.827, - "e", + "&", -1, 0.504, "", @@ -126665,7 +126665,7 @@ 450.827, 362.758, 450.827, - " ", + "#", -1, 0.504, "", @@ -126688,7 +126688,7 @@ 450.827, 363.262, 450.827, - "h", + "%", -1, 0.504, "", @@ -126711,7 +126711,7 @@ 450.827, 364.166, 450.827, - "a", + ",", -1, 0.504, "", @@ -126734,7 +126734,7 @@ 450.827, 365.024, 450.827, - "l", + "-", -1, 0.504, "", @@ -126757,7 +126757,7 @@ 450.827, 365.416, 450.827, - "o", + "4", -1, 0.504, "", @@ -126780,7 +126780,7 @@ 450.827, 366.284, 450.827, - "g", + "6", -1, 0.504, "", @@ -126803,7 +126803,7 @@ 450.827, 367.176, 450.827, - "e", + "&", -1, 0.504, "", @@ -126826,7 +126826,7 @@ 450.827, 368.028, 450.827, - "n", + "0", -1, 0.504, "", @@ -126849,7 +126849,7 @@ 450.827, 368.934, 450.827, - " ", + "#", -1, 0.504, "", @@ -126872,7 +126872,7 @@ 450.827, 369.438, 450.827, - "b", + "/", -1, 0.504, "", @@ -126895,7 +126895,7 @@ 450.827, 370.329, 450.827, - "u", + ".", -1, 0.504, "", @@ -126918,7 +126918,7 @@ 450.827, 371.233, 450.827, - "l", + "-", -1, 0.504, "", @@ -126941,7 +126941,7 @@ 450.827, 371.625, 450.827, - "b", + "/", -1, 0.504, "", @@ -126964,7 +126964,7 @@ 450.827, 372.516, 450.827, - " ", + "#", -1, 0.504, "", @@ -126987,7 +126987,7 @@ 450.827, 373.02, 450.827, - "w", + "5", -1, 0.504, "", @@ -127010,7 +127010,7 @@ 450.827, 374.19, 450.827, - "i", + "*", -1, 0.504, "", @@ -127033,7 +127033,7 @@ 450.827, 374.582, 450.827, - "t", + ")", -1, 0.504, "", @@ -127056,7 +127056,7 @@ 450.827, 375.146, 450.827, - "h", + "%", -1, 0.504, "", @@ -127079,7 +127079,7 @@ 450.827, 376.051, 450.827, - " ", + "#", -1, 0.504, "", @@ -127102,7 +127102,7 @@ 450.827, 376.555, 450.827, - "c", + "+", -1, 0.504, "", @@ -127125,7 +127125,7 @@ 450.827, 377.3, 450.827, - "a", + ",", -1, 0.504, "", @@ -127148,7 +127148,7 @@ 450.827, 378.16, 450.827, - "p", + "7", -1, 0.504, "", @@ -127171,7 +127171,7 @@ 450.827, 379.052, 450.827, - ".", + "\"", -1, 0.504, "", @@ -127194,7 +127194,7 @@ 449.217, 358.427, 449.217, - "3", + ">", -1, 0.504, "", @@ -127217,7 +127217,7 @@ 449.217, 359.337, 449.217, - ".", + "\"", -1, 0.504, "", @@ -127240,7 +127240,7 @@ 449.217, 359.858, 449.217, - " ", + "#", -1, 0.504, "", @@ -127263,7 +127263,7 @@ 449.217, 360.36, 449.217, - "R", + "D", -1, 0.504, "", @@ -127286,7 +127286,7 @@ 449.217, 361.322, 449.217, - "e", + "&", -1, 0.504, "", @@ -127309,7 +127309,7 @@ 449.217, 362.173, 449.217, - "p", + "7", -1, 0.504, "", @@ -127332,7 +127332,7 @@ 449.217, 363.064, 449.217, - "l", + "-", -1, 0.504, "", @@ -127355,7 +127355,7 @@ 449.217, 363.456, 449.217, - "a", + ",", -1, 0.504, "", @@ -127378,7 +127378,7 @@ 449.217, 364.316, 449.217, - "c", + "+", -1, 0.504, "", @@ -127401,7 +127401,7 @@ 449.217, 365.061, 449.217, - "e", + "&", -1, 0.504, "", @@ -127424,7 +127424,7 @@ 449.217, 365.914, 449.217, - " ", + "#", -1, 0.504, "", @@ -127447,7 +127447,7 @@ 449.217, 366.418, 449.217, - "w", + "5", -1, 0.504, "", @@ -127470,7 +127470,7 @@ 449.217, 367.588, 449.217, - "i", + "*", -1, 0.504, "", @@ -127493,7 +127493,7 @@ 449.217, 367.98, 449.217, - "t", + ")", -1, 0.504, "", @@ -127516,7 +127516,7 @@ 449.217, 368.543, 449.217, - "h", + "%", -1, 0.504, "", @@ -127539,7 +127539,7 @@ 449.217, 369.449, 449.217, - " ", + "#", -1, 0.504, "", @@ -127562,7 +127562,7 @@ 449.217, 369.953, 449.217, - "a", + ",", -1, 0.504, "", @@ -127585,7 +127585,7 @@ 449.217, 370.812, 449.217, - " ", + "#", -1, 0.504, "", @@ -127608,7 +127608,7 @@ 449.217, 371.316, 449.217, - "n", + "0", -1, 0.504, "", @@ -127631,7 +127631,7 @@ 449.217, 372.222, 449.217, - "e", + "&", -1, 0.504, "", @@ -127654,7 +127654,7 @@ 449.217, 373.074, 449.217, - "w", + "5", -1, 0.504, "", @@ -127677,7 +127677,7 @@ 449.217, 374.245, 449.217, - " ", + "#", -1, 0.504, "", @@ -127700,7 +127700,7 @@ 449.217, 374.748, 449.217, - "h", + "%", -1, 0.504, "", @@ -127723,7 +127723,7 @@ 449.217, 375.654, 449.217, - "a", + ",", -1, 0.504, "", @@ -127746,7 +127746,7 @@ 449.217, 376.514, 449.217, - "l", + "-", -1, 0.504, "", @@ -127769,7 +127769,7 @@ 449.217, 376.906, 449.217, - "o", + "4", -1, 0.504, "", @@ -127792,7 +127792,7 @@ 449.217, 377.774, 449.217, - "g", + "6", -1, 0.504, "", @@ -127815,7 +127815,7 @@ 449.217, 378.665, 449.217, - "e", + "&", -1, 0.504, "", @@ -127838,7 +127838,7 @@ 449.217, 379.518, 449.217, - "n", + "0", -1, 0.504, "", @@ -127861,7 +127861,7 @@ 449.217, 380.423, 449.217, - " ", + "#", -1, 0.504, "", @@ -127884,7 +127884,7 @@ 449.217, 380.927, 449.217, - "b", + "/", -1, 0.504, "", @@ -127907,7 +127907,7 @@ 449.217, 381.818, 449.217, - "u", + ".", -1, 0.504, "", @@ -127930,7 +127930,7 @@ 449.217, 382.724, 449.217, - "l", + "-", -1, 0.504, "", @@ -127953,7 +127953,7 @@ 449.217, 383.116, 449.217, - "b", + "/", -1, 0.504, "", @@ -127976,7 +127976,7 @@ 449.217, 383.99, 449.217, - ".", + "\"", -1, 0.504, "", @@ -127999,7 +127999,7 @@ 447.606, 358.429, 447.606, - "4", + "G", -1, 0.504, "", @@ -128022,7 +128022,7 @@ 447.606, 359.339, 447.606, - ".", + "\"", -1, 0.504, "", @@ -128045,7 +128045,7 @@ 447.606, 359.859, 447.606, - " ", + "#", -1, 0.504, "", @@ -128068,7 +128068,7 @@ 447.606, 360.363, 447.606, - "O", + "K", -1, 0.504, "", @@ -128091,7 +128091,7 @@ 447.606, 361.489, 447.606, - "p", + "7", -1, 0.504, "", @@ -128114,7 +128114,7 @@ 447.606, 362.38, 447.606, - "e", + "&", -1, 0.504, "", @@ -128137,7 +128137,7 @@ 447.606, 363.233, 447.606, - "n", + "0", -1, 0.504, "", @@ -128160,7 +128160,7 @@ 447.606, 364.139, 447.606, - " ", + "#", -1, 0.504, "", @@ -128183,7 +128183,7 @@ 447.606, 364.642, 447.606, - "t", + ")", -1, 0.504, "", @@ -128206,7 +128206,7 @@ 447.606, 365.206, 447.606, - "h", + "%", -1, 0.504, "", @@ -128229,7 +128229,7 @@ 447.606, 366.111, 447.606, - "e", + "&", -1, 0.504, "", @@ -128252,7 +128252,7 @@ 447.606, 366.964, 447.606, - " ", + "#", -1, 0.504, "", @@ -128275,7 +128275,7 @@ 447.606, 367.468, 447.606, - "w", + "5", -1, 0.504, "", @@ -128298,7 +128298,7 @@ 447.606, 368.638, 447.606, - "i", + "*", -1, 0.504, "", @@ -128321,7 +128321,7 @@ 447.606, 369.03, 447.606, - "n", + "0", -1, 0.504, "", @@ -128344,7 +128344,7 @@ 447.606, 369.935, 447.606, - "d", + "2", -1, 0.504, "", @@ -128367,7 +128367,7 @@ 447.606, 370.827, 447.606, - "o", + "4", -1, 0.504, "", @@ -128390,7 +128390,7 @@ 447.606, 371.695, 447.606, - "w", + "5", -1, 0.504, "", @@ -128413,7 +128413,7 @@ 447.606, 372.865, 447.606, - " ", + "#", -1, 0.504, "", @@ -128436,7 +128436,7 @@ 447.606, 373.369, 447.606, - "i", + "*", -1, 0.504, "", @@ -128459,7 +128459,7 @@ 447.606, 373.761, 447.606, - "n", + "0", -1, 0.504, "", @@ -128482,7 +128482,7 @@ 447.606, 374.667, 447.606, - " ", + "#", -1, 0.504, "", @@ -128505,7 +128505,7 @@ 447.606, 375.17, 447.606, - "t", + ")", -1, 0.504, "", @@ -128528,7 +128528,7 @@ 447.606, 375.734, 447.606, - "h", + "%", -1, 0.504, "", @@ -128551,7 +128551,7 @@ 447.606, 376.639, 447.606, - "e", + "&", -1, 0.504, "", @@ -128574,7 +128574,7 @@ 447.606, 377.492, 447.606, - " ", + "#", -1, 0.504, "", @@ -128597,7 +128597,7 @@ 447.606, 377.996, 447.606, - "b", + "/", -1, 0.504, "", @@ -128620,7 +128620,7 @@ 447.606, 378.887, 447.606, - "a", + ",", -1, 0.504, "", @@ -128643,7 +128643,7 @@ 447.606, 379.747, 447.606, - "s", + "1", -1, 0.504, "", @@ -128666,7 +128666,7 @@ 447.606, 380.492, 447.606, - "e", + "&", -1, 0.504, "", @@ -128689,7 +128689,7 @@ 447.606, 381.345, 447.606, - " ", + "#", -1, 0.504, "", @@ -128712,7 +128712,7 @@ 447.606, 381.848, 447.606, - "p", + "7", -1, 0.504, "", @@ -128735,7 +128735,7 @@ 447.606, 382.74, 447.606, - "l", + "-", -1, 0.504, "", @@ -128758,7 +128758,7 @@ 447.606, 383.132, 447.606, - "a", + ",", -1, 0.504, "", @@ -128781,7 +128781,7 @@ 447.606, 383.992, 447.606, - "t", + ")", -1, 0.504, "", @@ -128804,7 +128804,7 @@ 447.606, 384.555, 447.606, - "e", + "&", -1, 0.504, "", @@ -128827,7 +128827,7 @@ 447.606, 385.408, 447.606, - " ", + "#", -1, 0.504, "", @@ -128850,7 +128850,7 @@ 447.606, 385.911, 447.606, - " ", + "#", -1, 0.504, "", @@ -128873,7 +128873,7 @@ 445.996, 358.429, 445.996, - " ", + "#", -1, 0.504, "", @@ -128896,7 +128896,7 @@ 445.996, 358.932, 445.996, - " ", + "#", -1, 0.504, "", @@ -128919,7 +128919,7 @@ 445.996, 359.436, 445.996, - " ", + "#", -1, 0.504, "", @@ -128942,7 +128942,7 @@ 445.996, 359.94, 445.996, - " ", + "#", -1, 0.504, "", @@ -128965,7 +128965,7 @@ 445.996, 360.443, 445.996, - "a", + ",", -1, 0.504, "", @@ -128988,7 +128988,7 @@ 445.996, 361.303, 445.996, - "n", + "0", -1, 0.504, "", @@ -129011,7 +129011,7 @@ 445.996, 362.209, 445.996, - "d", + "2", -1, 0.504, "", @@ -129034,7 +129034,7 @@ 445.996, 363.1, 445.996, - " ", + "#", -1, 0.504, "", @@ -129057,7 +129057,7 @@ 445.996, 363.603, 445.996, - "r", + "(", -1, 0.504, "", @@ -129080,7 +129080,7 @@ 445.996, 364.214, 445.996, - "e", + "&", -1, 0.504, "", @@ -129103,7 +129103,7 @@ 445.996, 365.067, 445.996, - "p", + "7", -1, 0.504, "", @@ -129126,7 +129126,7 @@ 445.996, 365.958, 445.996, - "l", + "-", -1, 0.504, "", @@ -129149,7 +129149,7 @@ 445.996, 366.35, 445.996, - "a", + ",", -1, 0.504, "", @@ -129172,7 +129172,7 @@ 445.996, 367.21, 445.996, - "c", + "+", -1, 0.504, "", @@ -129195,7 +129195,7 @@ 445.996, 367.955, 445.996, - "e", + "&", -1, 0.504, "", @@ -129218,7 +129218,7 @@ 445.996, 368.808, 445.996, - " ", + "#", -1, 0.504, "", @@ -129241,7 +129241,7 @@ 445.996, 369.312, 445.996, - "t", + ")", -1, 0.504, "", @@ -129264,7 +129264,7 @@ 445.996, 369.875, 445.996, - "h", + "%", -1, 0.504, "", @@ -129287,7 +129287,7 @@ 445.996, 370.781, 445.996, - "e", + "&", -1, 0.504, "", @@ -129310,7 +129310,7 @@ 445.996, 371.634, 445.996, - " ", + "#", -1, 0.504, "", @@ -129333,7 +129333,7 @@ 445.996, 372.137, 445.996, - "h", + "%", -1, 0.504, "", @@ -129356,7 +129356,7 @@ 445.996, 373.043, 445.996, - "a", + ",", -1, 0.504, "", @@ -129379,7 +129379,7 @@ 445.996, 373.903, 445.996, - "l", + "-", -1, 0.504, "", @@ -129402,7 +129402,7 @@ 445.996, 374.295, 445.996, - "o", + "4", -1, 0.504, "", @@ -129425,7 +129425,7 @@ 445.996, 375.163, 445.996, - "g", + "6", -1, 0.504, "", @@ -129448,7 +129448,7 @@ 445.996, 376.054, 445.996, - "e", + "&", -1, 0.504, "", @@ -129471,7 +129471,7 @@ 445.996, 376.907, 445.996, - "n", + "0", -1, 0.504, "", @@ -129494,7 +129494,7 @@ 445.996, 377.813, 445.996, - " ", + "#", -1, 0.504, "", @@ -129517,7 +129517,7 @@ 445.996, 378.316, 445.996, - "l", + "-", -1, 0.504, "", @@ -129540,7 +129540,7 @@ 445.996, 378.708, 445.996, - "a", + ",", -1, 0.504, "", @@ -129563,7 +129563,7 @@ 445.996, 379.568, 445.996, - "m", + "8", -1, 0.504, "", @@ -129586,7 +129586,7 @@ 445.996, 380.96, 445.996, - "p", + "7", -1, 0.504, "", @@ -129609,7 +129609,7 @@ 445.996, 381.851, 445.996, - " ", + "#", -1, 0.504, "", @@ -129632,7 +129632,7 @@ 445.996, 382.355, 445.996, - "o", + "4", -1, 0.504, "", @@ -129655,7 +129655,7 @@ 445.996, 383.223, 445.996, - "r", + "(", -1, 0.504, "", @@ -129678,7 +129678,7 @@ 445.996, 383.834, 445.996, - " ", + "#", -1, 0.504, "", @@ -129701,7 +129701,7 @@ 444.386, 358.429, 444.386, - " ", + "#", -1, 0.504, "", @@ -129724,7 +129724,7 @@ 444.386, 358.932, 444.386, - " ", + "#", -1, 0.504, "", @@ -129747,7 +129747,7 @@ 444.386, 359.436, 444.386, - " ", + "#", -1, 0.504, "", @@ -129770,7 +129770,7 @@ 444.386, 359.94, 444.386, - " ", + "#", -1, 0.504, "", @@ -129793,7 +129793,7 @@ 444.386, 360.443, 444.386, - "f", + "3", -1, 0.504, "", @@ -129816,7 +129816,7 @@ 444.386, 360.947, 444.386, - "l", + "-", -1, 0.504, "", @@ -129839,7 +129839,7 @@ 444.386, 361.339, 444.386, - "u", + ".", -1, 0.504, "", @@ -129862,7 +129862,7 @@ 444.386, 362.244, 444.386, - "o", + "4", -1, 0.504, "", @@ -129885,7 +129885,7 @@ 444.386, 363.113, 444.386, - "r", + "(", -1, 0.504, "", @@ -129908,7 +129908,7 @@ 444.386, 363.724, 444.386, - "e", + "&", -1, 0.504, "", @@ -129931,7 +129931,7 @@ 444.386, 364.576, 444.386, - "s", + "1", -1, 0.504, "", @@ -129954,7 +129954,7 @@ 444.386, 365.322, 444.386, - "c", + "+", -1, 0.504, "", @@ -129977,7 +129977,7 @@ 444.386, 366.067, 444.386, - "e", + "&", -1, 0.504, "", @@ -130000,7 +130000,7 @@ 444.386, 366.92, 444.386, - "n", + "0", -1, 0.504, "", @@ -130023,7 +130023,7 @@ 444.386, 367.825, 444.386, - "t", + ")", -1, 0.504, "", @@ -130046,7 +130046,7 @@ 444.386, 368.389, 444.386, - " ", + "#", -1, 0.504, "", @@ -130069,7 +130069,7 @@ 444.386, 368.893, 444.386, - "l", + "-", -1, 0.504, "", @@ -130092,7 +130092,7 @@ 444.386, 369.285, 444.386, - "a", + ",", -1, 0.504, "", @@ -130115,7 +130115,7 @@ 444.386, 370.144, 444.386, - "m", + "8", -1, 0.504, "", @@ -130138,7 +130138,7 @@ 444.386, 371.536, 444.386, - "p", + "7", -1, 0.504, "", @@ -130161,7 +130161,7 @@ 444.386, 372.428, 444.386, - " ", + "#", -1, 0.504, "", @@ -130184,7 +130184,7 @@ 444.386, 372.931, 444.386, - "o", + "4", -1, 0.504, "", @@ -130207,7 +130207,7 @@ 444.386, 373.8, 444.386, - "f", + "3", -1, 0.504, "", @@ -130230,7 +130230,7 @@ 444.386, 374.303, 444.386, - " ", + "#", -1, 0.504, "", @@ -130253,7 +130253,7 @@ 444.386, 374.807, 444.386, - "t", + ")", -1, 0.504, "", @@ -130276,7 +130276,7 @@ 444.386, 375.37, 444.386, - "r", + "(", -1, 0.504, "", @@ -130299,7 +130299,7 @@ 444.386, 375.948, 444.386, - "a", + ",", -1, 0.504, "", @@ -130322,7 +130322,7 @@ 444.386, 376.808, 444.386, - "n", + "0", -1, 0.504, "", @@ -130345,7 +130345,7 @@ 444.386, 377.714, 444.386, - "s", + "1", -1, 0.504, "", @@ -130368,7 +130368,7 @@ 444.386, 378.459, 444.386, - "m", + "8", -1, 0.504, "", @@ -130391,7 +130391,7 @@ 444.386, 379.851, 444.386, - "i", + "*", -1, 0.504, "", @@ -130414,7 +130414,7 @@ 444.386, 380.243, 444.386, - "t", + ")", -1, 0.504, "", @@ -130437,7 +130437,7 @@ 444.386, 380.807, 444.386, - "t", + ")", -1, 0.504, "", @@ -130460,7 +130460,7 @@ 444.386, 381.371, 444.386, - "e", + "&", -1, 0.504, "", @@ -130483,7 +130483,7 @@ 444.386, 382.223, 444.386, - "d", + "2", -1, 0.504, "", @@ -130506,7 +130506,7 @@ 444.386, 383.115, 444.386, - " ", + "#", -1, 0.504, "", @@ -130529,7 +130529,7 @@ 444.386, 383.618, 444.386, - " ", + "#", -1, 0.504, "", @@ -130552,7 +130552,7 @@ 444.386, 384.18, 444.386, - " ", + "#", -1, 0.504, "", @@ -130575,7 +130575,7 @@ 442.776, 358.429, 442.776, - " ", + "#", -1, 0.504, "", @@ -130598,7 +130598,7 @@ 442.776, 358.932, 442.776, - " ", + "#", -1, 0.504, "", @@ -130621,7 +130621,7 @@ 442.776, 359.436, 442.776, - " ", + "#", -1, 0.504, "", @@ -130644,7 +130644,7 @@ 442.776, 359.94, 442.776, - " ", + "#", -1, 0.504, "", @@ -130667,7 +130667,7 @@ 442.776, 360.443, 442.776, - "i", + "*", -1, 0.504, "", @@ -130690,7 +130690,7 @@ 442.776, 360.835, 442.776, - "l", + "-", -1, 0.504, "", @@ -130713,7 +130713,7 @@ 442.776, 361.619, 442.776, - "u", + ".", -1, 0.504, "", @@ -130736,7 +130736,7 @@ 442.776, 362.525, 442.776, - "m", + "8", -1, 0.504, "", @@ -130759,7 +130759,7 @@ 442.776, 363.917, 442.776, - "i", + "*", -1, 0.504, "", @@ -130782,7 +130782,7 @@ 442.776, 364.309, 442.776, - "n", + "0", -1, 0.504, "", @@ -130805,7 +130805,7 @@ 442.776, 365.214, 442.776, - "a", + ",", -1, 0.504, "", @@ -130828,7 +130828,7 @@ 442.776, 366.074, 442.776, - "t", + ")", -1, 0.504, "", @@ -130851,7 +130851,7 @@ 442.776, 366.638, 442.776, - "o", + "4", -1, 0.504, "", @@ -130874,7 +130874,7 @@ 442.776, 367.505, 442.776, - "r", + "(", -1, 0.504, "", @@ -130897,7 +130897,7 @@ 442.776, 367.914, 442.776, - ".", + "\"", -1, 0.504, "", @@ -130920,7 +130920,7 @@ 441.166, 358.429, 441.166, - " ", + "#", -1, 0.504, "", @@ -130943,7 +130943,7 @@ 441.166, 364.867, 441.166, - " ", + "#", -1, 0.504, "", @@ -130966,7 +130966,7 @@ 441.166, 371.305, 441.166, - " ", + "#", -1, 0.504, "", @@ -130989,7 +130989,7 @@ 441.166, 377.741, 441.166, - " ", + "#", -1, 0.504, "", @@ -131012,7 +131012,7 @@ 441.166, 384.18, 441.166, - " ", + "#", -1, 0.504, "", @@ -131035,7 +131035,7 @@ 530.47, 326.596, 530.47, - "M", + "3", -1, 0.489, "", @@ -131058,7 +131058,7 @@ 530.47, 327.952, 530.47, - "o", + ">", -1, 0.489, "", @@ -131081,7 +131081,7 @@ 530.47, 328.935, 530.47, - "d", + "F", -1, 0.489, "", @@ -131104,7 +131104,7 @@ 530.47, 329.935, 530.47, - "e", + "G", -1, 0.489, "", @@ -131127,7 +131127,7 @@ 530.47, 330.885, 530.47, - "l", + "H", -1, 0.489, "", @@ -131150,7 +131150,7 @@ 530.47, 331.374, 530.47, - " ", + "(", -1, 0.489, "", @@ -131173,7 +131173,7 @@ 530.47, 331.863, 530.47, - "A", + "/", -1, 0.489, "", @@ -131196,7 +131196,7 @@ 530.47, 332.973, 530.47, - "Y", + "6", -1, 0.489, "", @@ -131219,7 +131219,7 @@ 530.47, 334.028, 530.47, - "1", + "!", -1, 0.489, "", @@ -131242,7 +131242,7 @@ 530.47, 335.045, 530.47, - "1", + "!", -1, 0.489, "", @@ -131265,7 +131265,7 @@ 530.47, 336.062, 530.47, - "2", + "7", -1, 0.489, "", @@ -131288,7 +131288,7 @@ 530.47, 337.079, 530.47, - "3", + "\"", -1, 0.489, "", @@ -131311,7 +131311,7 @@ 530.47, 338.097, 530.47, - "0", + "8", -1, 0.489, "", @@ -131334,7 +131334,7 @@ 530.47, 358.486, 530.47, - "M", + "3", -1, 0.489, "", @@ -131357,7 +131357,7 @@ 530.47, 359.842, 530.47, - "o", + ">", -1, 0.489, "", @@ -131380,7 +131380,7 @@ 530.47, 360.825, 530.47, - "d", + "F", -1, 0.489, "", @@ -131403,7 +131403,7 @@ 530.47, 361.825, 530.47, - "e", + "G", -1, 0.489, "", @@ -131426,7 +131426,7 @@ 530.47, 362.775, 530.47, - "l", + "H", -1, 0.489, "", @@ -131449,7 +131449,7 @@ 530.47, 363.264, 530.47, - " ", + "(", -1, 0.489, "", @@ -131472,7 +131472,7 @@ 530.47, 363.754, 530.47, - "A", + "/", -1, 0.489, "", @@ -131495,7 +131495,7 @@ 530.47, 364.864, 530.47, - "Y", + "6", -1, 0.489, "", @@ -131518,7 +131518,7 @@ 530.47, 365.918, 530.47, - "1", + "!", -1, 0.489, "", @@ -131541,7 +131541,7 @@ 530.47, 366.935, 530.47, - "1", + "!", -1, 0.489, "", @@ -131564,7 +131564,7 @@ 530.47, 367.953, 530.47, - "2", + "7", -1, 0.489, "", @@ -131587,7 +131587,7 @@ 530.47, 368.97, 530.47, - "3", + "\"", -1, 0.489, "", @@ -131610,7 +131610,7 @@ 530.47, 369.987, 530.47, - "4", + ":", -1, 0.489, "", @@ -131633,7 +131633,7 @@ 439.745, 455.435, 439.745, - "1", + "!", -1, 0.612, "", @@ -131656,7 +131656,7 @@ 439.745, 456.707, 439.745, - "4", + ":", -1, 0.612, "", @@ -131679,7 +131679,7 @@ 516.154, 408.245, 516.154, - "O", + "K", -1, 0.415, "", @@ -131702,7 +131702,7 @@ 516.154, 409.172, 516.154, - "b", + "/", -1, 0.415, "", @@ -131725,7 +131725,7 @@ 516.154, 409.906, 516.154, - "j", + "=", -1, 0.415, "", @@ -131748,7 +131748,7 @@ 516.154, 410.309, 516.154, - "e", + "&", -1, 0.415, "", @@ -131771,7 +131771,7 @@ 516.154, 411.011, 516.154, - "c", + "+", -1, 0.415, "", @@ -131794,7 +131794,7 @@ 516.154, 411.623, 516.154, - "t", + ")", -1, 0.415, "", @@ -131817,7 +131817,7 @@ 516.154, 412.086, 516.154, - "i", + "*", -1, 0.415, "", @@ -131840,7 +131840,7 @@ 516.154, 412.409, 516.154, - "v", + "'", -1, 0.415, "", @@ -131863,7 +131863,7 @@ 516.154, 413.106, 516.154, - "e", + "&", -1, 0.415, "", @@ -131886,7 +131886,7 @@ 516.154, 413.809, 516.154, - "s", + "1", -1, 0.415, "", @@ -131909,7 +131909,7 @@ 522.698, 409.396, 522.698, - "R", + "D", -1, 0.415, "", @@ -131932,7 +131932,7 @@ 522.698, 410.188, 522.698, - "e", + "&", -1, 0.415, "", @@ -131955,7 +131955,7 @@ 522.698, 410.89, 522.698, - "v", + "'", -1, 0.415, "", @@ -131978,7 +131978,7 @@ 522.698, 411.587, 522.698, - "o", + "4", -1, 0.415, "", @@ -132001,7 +132001,7 @@ 522.698, 412.301, 522.698, - "l", + "-", -1, 0.415, "", @@ -132024,7 +132024,7 @@ 522.698, 412.623, 522.698, - "v", + "'", -1, 0.415, "", @@ -132047,7 +132047,7 @@ 522.698, 413.32, 522.698, - "i", + "*", -1, 0.415, "", @@ -132070,7 +132070,7 @@ 522.698, 413.642, 522.698, - "n", + "0", -1, 0.415, "", @@ -132093,7 +132093,7 @@ 522.698, 414.387, 522.698, - "g", + "6", -1, 0.415, "", @@ -132116,7 +132116,7 @@ 522.698, 415.121, 522.698, - " ", + "#", -1, 0.415, "", @@ -132139,7 +132139,7 @@ 522.698, 415.535, 522.698, - "T", + "$", -1, 0.415, "", @@ -132162,7 +132162,7 @@ 522.698, 416.146, 522.698, - "u", + ".", -1, 0.415, "", @@ -132185,7 +132185,7 @@ 522.698, 416.892, 522.698, - "r", + "(", -1, 0.415, "", @@ -132208,7 +132208,7 @@ 522.698, 417.396, 522.698, - "r", + "(", -1, 0.415, "", @@ -132231,7 +132231,7 @@ 522.698, 417.899, 522.698, - "e", + "&", -1, 0.415, "", @@ -132254,7 +132254,7 @@ 522.698, 418.602, 522.698, - "t", + ")", -1, 0.415, "", @@ -132277,7 +132277,7 @@ 512.554, 441.39, 512.554, - "C", + "P", -1, 0.415, "", @@ -132300,7 +132300,7 @@ 512.554, 442.213, 512.554, - "o", + "4", -1, 0.415, "", @@ -132323,7 +132323,7 @@ 512.554, 442.928, 512.554, - "a", + ",", -1, 0.415, "", @@ -132346,7 +132346,7 @@ 512.554, 443.637, 512.554, - "r", + "(", -1, 0.415, "", @@ -132369,7 +132369,7 @@ 512.554, 444.141, 512.554, - "s", + "1", -1, 0.415, "", @@ -132392,7 +132392,7 @@ 512.554, 444.755, 512.554, - "e", + "&", -1, 0.415, "", @@ -132415,7 +132415,7 @@ 512.554, 445.457, 512.554, - " ", + "#", -1, 0.415, "", @@ -132438,7 +132438,7 @@ 511.374, 441.39, 511.374, - "A", + "Q", -1, 0.415, "", @@ -132461,7 +132461,7 @@ 511.374, 442.196, 511.374, - "d", + "2", -1, 0.415, "", @@ -132484,7 +132484,7 @@ 511.374, 442.931, 511.374, - "j", + "=", -1, 0.415, "", @@ -132507,7 +132507,7 @@ 511.374, 443.336, 511.374, - "u", + ".", -1, 0.415, "", @@ -132530,7 +132530,7 @@ 511.374, 444.083, 511.374, - "s", + "1", -1, 0.415, "", @@ -132553,7 +132553,7 @@ 511.374, 444.697, 511.374, - "t", + ")", -1, 0.415, "", @@ -132576,7 +132576,7 @@ 511.374, 445.162, 511.374, - "m", + "8", -1, 0.415, "", @@ -132599,7 +132599,7 @@ 511.374, 446.309, 511.374, - "e", + "&", -1, 0.415, "", @@ -132622,7 +132622,7 @@ 511.374, 447.012, 511.374, - "n", + "0", -1, 0.415, "", @@ -132645,7 +132645,7 @@ 511.374, 447.759, 511.374, - "t", + ")", -1, 0.415, "", @@ -132668,7 +132668,7 @@ 510.194, 441.39, 510.194, - "K", + "R", -1, 0.415, "", @@ -132691,7 +132691,7 @@ 510.194, 442.207, 510.194, - "n", + "0", -1, 0.415, "", @@ -132714,7 +132714,7 @@ 510.194, 442.953, 510.194, - "o", + "4", -1, 0.415, "", @@ -132737,7 +132737,7 @@ 510.194, 443.669, 510.194, - "b", + "/", -1, 0.415, "", @@ -132760,7 +132760,7 @@ 536.181, 398.793, 536.181, - "M", + "3", -1, 1.101, "", @@ -132783,7 +132783,7 @@ 536.181, 401.844, 536.181, - "O", + "4", -1, 1.101, "", @@ -132806,7 +132806,7 @@ 536.181, 404.581, 536.181, - "D", + "5", -1, 1.101, "", @@ -132829,7 +132829,7 @@ 536.181, 407.252, 536.181, - "E", + "+", -1, 1.101, "", @@ -132852,7 +132852,7 @@ 536.181, 409.451, 536.181, - "L", + "0", -1, 1.101, "", @@ -132875,7 +132875,7 @@ 536.181, 411.501, 536.181, - " ", + "(", -1, 1.101, "", @@ -132898,7 +132898,7 @@ 536.181, 412.602, 536.181, - "A", + "/", -1, 1.101, "", @@ -132921,7 +132921,7 @@ 536.181, 415.1, 536.181, - "Y", + "6", -1, 1.101, "", @@ -132944,7 +132944,7 @@ 536.181, 417.472, 536.181, - "1", + "!", -1, 1.101, "", @@ -132967,7 +132967,7 @@ 536.181, 419.761, 536.181, - "1", + "!", -1, 1.101, "", @@ -132990,7 +132990,7 @@ 536.181, 422.05, 536.181, - "2", + "7", -1, 1.101, "", @@ -133013,7 +133013,7 @@ 536.181, 424.338, 536.181, - "3", + "\"", -1, 1.101, "", @@ -133036,7 +133036,7 @@ 536.181, 426.627, 536.181, - "6", + "I", -1, 1.101, "", @@ -133059,7 +133059,7 @@ 486.084, 398.325, 486.084, - "M", + "3", -1, 1.101, "", @@ -133082,7 +133082,7 @@ 486.084, 401.377, 486.084, - "I", + "%", -1, 1.101, "", @@ -133105,7 +133105,7 @@ 486.084, 403.134, 486.084, - "C", + ".", -1, 1.101, "", @@ -133128,7 +133128,7 @@ 486.084, 405.465, 486.084, - "R", + "-", -1, 1.101, "", @@ -133151,7 +133151,7 @@ 486.084, 407.982, 486.084, - "O", + "4", -1, 1.101, "", @@ -133174,7 +133174,7 @@ 486.084, 410.718, 486.084, - "S", + "$", -1, 1.101, "", @@ -133197,7 +133197,7 @@ 486.084, 413.004, 486.084, - "C", + ".", -1, 1.101, "", @@ -133220,7 +133220,7 @@ 486.084, 415.334, 486.084, - "O", + "4", -1, 1.101, "", @@ -133243,7 +133243,7 @@ 486.084, 418.07, 486.084, - "P", + ";", -1, 1.101, "", @@ -133266,7 +133266,7 @@ 486.084, 420.43, 486.084, - "E", + "+", -1, 1.101, "", @@ -133289,7 +133289,7 @@ 486.084, 422.628, 486.084, - " ", + "(", -1, 1.101, "", @@ -133312,7 +133312,7 @@ 486.084, 423.729, 486.084, - "U", + "#", -1, 1.101, "", @@ -133335,7 +133335,7 @@ 486.084, 426.343, 486.084, - "S", + "$", -1, 1.101, "", @@ -133358,7 +133358,7 @@ 486.084, 428.628, 486.084, - "A", + "/", -1, 1.101, "", @@ -133381,7 +133381,7 @@ 486.084, 431.126, 486.084, - "G", + "'", -1, 1.101, "", @@ -133404,7 +133404,7 @@ 486.084, 433.737, 486.084, - "E", + "+", -1, 1.101, "", @@ -133427,7 +133427,7 @@ 481.156, 398.086, 481.156, - "B", + "O", -1, 0.629, "", @@ -133450,7 +133450,7 @@ 481.156, 399.313, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133473,7 +133473,7 @@ 481.156, 400.536, 481.156, - "R", + "D", -1, 0.629, "", @@ -133519,7 +133519,7 @@ 481.156, 403.002, 481.156, - "K", + "R", -1, 0.629, "", @@ -133542,7 +133542,7 @@ 481.156, 404.241, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133565,7 +133565,7 @@ 481.156, 405.464, 481.156, - " ", + "#", -1, 0.629, "", @@ -133588,7 +133588,7 @@ 481.156, 406.094, 481.156, - "M", + "?", -1, 0.629, "", @@ -133611,7 +133611,7 @@ 481.156, 407.601, 481.156, - "o", + "4", -1, 0.629, "", @@ -133634,7 +133634,7 @@ 481.156, 408.687, 481.156, - "d", + "2", -1, 0.629, "", @@ -133657,7 +133657,7 @@ 481.156, 409.801, 481.156, - "e", + "&", -1, 0.629, "", @@ -133680,7 +133680,7 @@ 481.156, 410.867, 481.156, - "l", + "-", -1, 0.629, "", @@ -133703,7 +133703,7 @@ 481.156, 411.357, 481.156, - " ", + "#", -1, 0.629, "", @@ -133726,7 +133726,7 @@ 481.156, 411.981, 481.156, - "A", + "Q", -1, 0.629, "", @@ -133749,7 +133749,7 @@ 481.156, 413.134, 481.156, - "Y", + "T", -1, 0.629, "", @@ -133772,7 +133772,7 @@ 481.156, 414.234, 481.156, - "1", + "!", -1, 0.629, "", @@ -133795,7 +133795,7 @@ 481.156, 415.372, 481.156, - "1", + "!", -1, 0.629, "", @@ -133818,7 +133818,7 @@ 481.156, 416.509, 481.156, - "2", + ":", -1, 0.629, "", @@ -133841,7 +133841,7 @@ 481.156, 417.646, 481.156, - "3", + ">", -1, 0.629, "", @@ -133864,7 +133864,7 @@ 481.156, 418.784, 481.156, - "6", + "U", -1, 0.629, "", @@ -133887,7 +133887,7 @@ 481.156, 419.921, 481.156, - " ", + "#", -1, 0.629, "", @@ -133910,7 +133910,7 @@ 481.156, 420.551, 481.156, - "i", + "*", -1, 0.629, "", @@ -133933,7 +133933,7 @@ 481.156, 421.041, 481.156, - "s", + "1", -1, 0.629, "", @@ -133956,7 +133956,7 @@ 481.156, 421.972, 481.156, - " ", + "#", -1, 0.629, "", @@ -133979,7 +133979,7 @@ 481.156, 422.602, 481.156, - "a", + ",", -1, 0.629, "", @@ -134002,7 +134002,7 @@ 481.156, 423.677, 481.156, - " ", + "#", -1, 0.629, "", @@ -134025,7 +134025,7 @@ 481.156, 424.306, 481.156, - "p", + "7", -1, 0.629, "", @@ -134048,7 +134048,7 @@ 481.156, 425.42, 481.156, - "o", + "4", -1, 0.629, "", @@ -134071,7 +134071,7 @@ 481.156, 426.506, 481.156, - "w", + "5", -1, 0.629, "", @@ -134094,7 +134094,7 @@ 481.156, 427.968, 481.156, - "e", + "&", -1, 0.629, "", @@ -134117,7 +134117,7 @@ 481.156, 429.034, 481.156, - "r", + "(", -1, 0.629, "", @@ -134140,7 +134140,7 @@ 481.156, 429.798, 481.156, - "f", + "3", -1, 0.629, "", @@ -134163,7 +134163,7 @@ 481.156, 430.427, 481.156, - "u", + ".", -1, 0.629, "", @@ -134186,7 +134186,7 @@ 481.156, 431.559, 481.156, - "l", + "-", -1, 0.629, "", @@ -134209,7 +134209,7 @@ 481.156, 432.049, 481.156, - " ", + "#", -1, 0.629, "", @@ -134232,7 +134232,7 @@ 481.156, 432.679, 481.156, - "f", + "3", -1, 0.629, "", @@ -134255,7 +134255,7 @@ 481.156, 433.308, 481.156, - "i", + "*", -1, 0.629, "", @@ -134278,7 +134278,7 @@ 481.156, 433.793, 481.156, - "x", + "V", -1, 0.629, "", @@ -134301,7 +134301,7 @@ 481.156, 434.83, 481.156, - "e", + "&", -1, 0.629, "", @@ -134324,7 +134324,7 @@ 481.156, 435.896, 481.156, - "d", + "2", -1, 0.629, "", @@ -134347,7 +134347,7 @@ 481.156, 437.01, 481.156, - " ", + "#", -1, 0.629, "", @@ -134370,7 +134370,7 @@ 481.156, 437.64, 481.156, - "p", + "7", -1, 0.629, "", @@ -134393,7 +134393,7 @@ 481.156, 438.754, 481.156, - "o", + "4", -1, 0.629, "", @@ -134416,7 +134416,7 @@ 481.156, 439.839, 481.156, - "w", + "5", -1, 0.629, "", @@ -134439,7 +134439,7 @@ 481.156, 441.302, 481.156, - "e", + "&", -1, 0.629, "", @@ -134462,7 +134462,7 @@ 481.156, 442.368, 481.156, - "r", + "(", -1, 0.629, "", @@ -134485,7 +134485,7 @@ 481.156, 443.131, 481.156, - " ", + "#", -1, 0.629, "", @@ -134508,7 +134508,7 @@ 481.156, 443.761, 481.156, - "c", + "+", -1, 0.629, "", @@ -134531,7 +134531,7 @@ 481.156, 444.693, 481.156, - "o", + "4", -1, 0.629, "", @@ -134554,7 +134554,7 @@ 481.156, 445.778, 481.156, - "m", + "8", -1, 0.629, "", @@ -134577,7 +134577,7 @@ 481.156, 447.518, 481.156, - "p", + "7", -1, 0.629, "", @@ -134600,7 +134600,7 @@ 481.156, 448.632, 481.156, - "o", + "4", -1, 0.629, "", @@ -134623,7 +134623,7 @@ 481.156, 449.718, 481.156, - "u", + ".", -1, 0.629, "", @@ -134646,7 +134646,7 @@ 481.156, 450.85, 481.156, - "n", + "0", -1, 0.629, "", @@ -134669,7 +134669,7 @@ 481.156, 451.982, 481.156, - "d", + "2", -1, 0.629, "", @@ -134692,7 +134692,7 @@ 481.156, 453.092, 481.156, - " ", + "#", -1, 0.629, "", @@ -134715,7 +134715,7 @@ 479.009, 398.086, 479.009, - "m", + "8", -1, 0.629, "", @@ -134738,7 +134738,7 @@ 479.009, 399.826, 479.009, - "i", + "*", -1, 0.629, "", @@ -134761,7 +134761,7 @@ 479.009, 400.316, 479.009, - "c", + "+", -1, 0.629, "", @@ -134784,7 +134784,7 @@ 479.009, 401.248, 479.009, - "r", + "(", -1, 0.629, "", @@ -134807,7 +134807,7 @@ 479.009, 402.011, 479.009, - "o", + "4", -1, 0.629, "", @@ -134830,7 +134830,7 @@ 479.009, 403.097, 479.009, - "s", + "1", -1, 0.629, "", @@ -134853,7 +134853,7 @@ 479.009, 404.028, 479.009, - "c", + "+", -1, 0.629, "", @@ -134876,7 +134876,7 @@ 479.009, 404.96, 479.009, - "o", + "4", -1, 0.629, "", @@ -134899,7 +134899,7 @@ 479.009, 406.046, 479.009, - "p", + "7", -1, 0.629, "", @@ -134922,7 +134922,7 @@ 479.009, 407.16, 479.009, - "e", + "&", -1, 0.629, "", @@ -134945,7 +134945,7 @@ 479.009, 408.226, 479.009, - " ", + "#", -1, 0.629, "", @@ -134968,7 +134968,7 @@ 479.009, 408.855, 479.009, - "d", + "2", -1, 0.629, "", @@ -134991,7 +134991,7 @@ 479.009, 409.969, 479.009, - "e", + "&", -1, 0.629, "", @@ -135014,7 +135014,7 @@ 479.009, 411.035, 479.009, - "s", + "1", -1, 0.629, "", @@ -135037,7 +135037,7 @@ 479.009, 411.967, 479.009, - "i", + "*", -1, 0.629, "", @@ -135060,7 +135060,7 @@ 479.009, 412.457, 479.009, - "g", + "6", -1, 0.629, "", @@ -135083,7 +135083,7 @@ 479.009, 413.571, 479.009, - "n", + "0", -1, 0.629, "", @@ -135106,7 +135106,7 @@ 479.009, 414.703, 479.009, - "e", + "&", -1, 0.629, "", @@ -135129,7 +135129,7 @@ 479.009, 415.769, 479.009, - "d", + "2", -1, 0.629, "", @@ -135152,7 +135152,7 @@ 479.009, 416.883, 479.009, - " ", + "#", -1, 0.629, "", @@ -135175,7 +135175,7 @@ 479.009, 417.512, 479.009, - "f", + "3", -1, 0.629, "", @@ -135198,7 +135198,7 @@ 479.009, 418.142, 479.009, - "o", + "4", -1, 0.629, "", @@ -135221,7 +135221,7 @@ 479.009, 419.227, 479.009, - "r", + "(", -1, 0.629, "", @@ -135244,7 +135244,7 @@ 479.009, 419.991, 479.009, - " ", + "#", -1, 0.629, "", @@ -135267,7 +135267,7 @@ 479.009, 420.62, 479.009, - "b", + "/", -1, 0.629, "", @@ -135290,7 +135290,7 @@ 479.009, 421.734, 479.009, - "i", + "*", -1, 0.629, "", @@ -135313,7 +135313,7 @@ 479.009, 422.224, 479.009, - "o", + "4", -1, 0.629, "", @@ -135336,7 +135336,7 @@ 479.009, 423.31, 479.009, - "l", + "-", -1, 0.629, "", @@ -135359,7 +135359,7 @@ 479.009, 423.8, 479.009, - "o", + "4", -1, 0.629, "", @@ -135382,7 +135382,7 @@ 479.009, 424.885, 479.009, - "g", + "6", -1, 0.629, "", @@ -135405,7 +135405,7 @@ 479.009, 426.0, 479.009, - "i", + "*", -1, 0.629, "", @@ -135428,7 +135428,7 @@ 479.009, 426.49, 479.009, - "c", + "+", -1, 0.629, "", @@ -135451,7 +135451,7 @@ 479.009, 427.421, 479.009, - "a", + ",", -1, 0.629, "", @@ -135474,7 +135474,7 @@ 479.009, 428.496, 479.009, - "l", + "-", -1, 0.629, "", @@ -135497,7 +135497,7 @@ 479.009, 428.986, 479.009, - " ", + "#", -1, 0.629, "", @@ -135520,7 +135520,7 @@ 479.009, 429.615, 479.009, - "s", + "1", -1, 0.629, "", @@ -135543,7 +135543,7 @@ 479.009, 430.547, 479.009, - "t", + ")", -1, 0.629, "", @@ -135566,7 +135566,7 @@ 479.009, 431.252, 479.009, - "u", + ".", -1, 0.629, "", @@ -135589,7 +135589,7 @@ 479.009, 432.384, 479.009, - "d", + "2", -1, 0.629, "", @@ -135612,7 +135612,7 @@ 479.009, 433.498, 479.009, - "i", + "*", -1, 0.629, "", @@ -135635,7 +135635,7 @@ 479.009, 433.988, 479.009, - "e", + "&", -1, 0.629, "", @@ -135658,7 +135658,7 @@ 479.009, 435.054, 479.009, - "s", + "1", -1, 0.629, "", @@ -135681,7 +135681,7 @@ 479.009, 435.985, 479.009, - " ", + "#", -1, 0.629, "", @@ -135704,7 +135704,7 @@ 479.009, 436.615, 479.009, - "s", + "1", -1, 0.629, "", @@ -135727,7 +135727,7 @@ 479.009, 437.547, 479.009, - "u", + ".", -1, 0.629, "", @@ -135750,7 +135750,7 @@ 479.009, 438.679, 479.009, - "c", + "+", -1, 0.629, "", @@ -135773,7 +135773,7 @@ 479.009, 439.61, 479.009, - "h", + "%", -1, 0.629, "", @@ -135796,7 +135796,7 @@ 479.009, 440.742, 479.009, - " ", + "#", -1, 0.629, "", @@ -135819,7 +135819,7 @@ 479.009, 441.372, 479.009, - "a", + ",", -1, 0.629, "", @@ -135842,7 +135842,7 @@ 479.009, 442.446, 479.009, - "s", + "1", -1, 0.629, "", @@ -135865,7 +135865,7 @@ 479.009, 443.378, 479.009, - " ", + "#", -1, 0.629, "", @@ -135888,7 +135888,7 @@ 479.009, 444.008, 479.009, - "s", + "1", -1, 0.629, "", @@ -135911,7 +135911,7 @@ 479.009, 444.939, 479.009, - "p", + "7", -1, 0.629, "", @@ -135934,7 +135934,7 @@ 479.009, 446.053, 479.009, - "e", + "&", -1, 0.629, "", @@ -135957,7 +135957,7 @@ 479.009, 447.119, 479.009, - "c", + "+", -1, 0.629, "", @@ -135980,7 +135980,7 @@ 479.009, 448.051, 479.009, - "i", + "*", -1, 0.629, "", @@ -136003,7 +136003,7 @@ 479.009, 448.541, 479.009, - "m", + "8", -1, 0.629, "", @@ -136026,7 +136026,7 @@ 479.009, 450.281, 479.009, - "e", + "&", -1, 0.629, "", @@ -136049,7 +136049,7 @@ 479.009, 451.347, 479.009, - "n", + "0", -1, 0.629, "", @@ -136072,7 +136072,7 @@ 479.009, 452.47, 479.009, - " ", + "#", -1, 0.629, "", @@ -136095,7 +136095,7 @@ 476.862, 398.086, 476.862, - "e", + "&", -1, 0.629, "", @@ -136118,7 +136118,7 @@ 476.862, 399.152, 476.862, - "x", + "V", -1, 0.629, "", @@ -136141,7 +136141,7 @@ 476.862, 400.21, 476.862, - "a", + ",", -1, 0.629, "", @@ -136164,7 +136164,7 @@ 476.862, 401.285, 476.862, - "m", + "8", -1, 0.629, "", @@ -136187,7 +136187,7 @@ 476.862, 403.025, 476.862, - "i", + "*", -1, 0.629, "", @@ -136210,7 +136210,7 @@ 476.862, 403.515, 476.862, - "n", + "0", -1, 0.629, "", @@ -136233,7 +136233,7 @@ 476.862, 404.647, 476.862, - "a", + ",", -1, 0.629, "", @@ -136256,7 +136256,7 @@ 476.862, 405.722, 476.862, - "t", + ")", -1, 0.629, "", @@ -136279,7 +136279,7 @@ 476.862, 406.427, 476.862, - "i", + "*", -1, 0.629, "", @@ -136302,7 +136302,7 @@ 476.862, 406.917, 476.862, - "o", + "4", -1, 0.629, "", @@ -136325,7 +136325,7 @@ 476.862, 408.002, 476.862, - "n", + "0", -1, 0.629, "", @@ -136348,7 +136348,7 @@ 476.862, 409.134, 476.862, - ".", + "\"", -1, 0.629, "", @@ -136371,7 +136371,7 @@ 476.862, 409.785, 476.862, - " ", + "#", -1, 0.629, "", @@ -136394,7 +136394,7 @@ 476.862, 410.414, 476.862, - "I", + "A", -1, 0.629, "", @@ -136417,7 +136417,7 @@ 476.862, 411.167, 476.862, - "t", + ")", -1, 0.629, "", @@ -136440,7 +136440,7 @@ 476.862, 411.872, 476.862, - " ", + "#", -1, 0.629, "", @@ -136463,7 +136463,7 @@ 476.862, 412.501, 476.862, - "c", + "+", -1, 0.629, "", @@ -136486,7 +136486,7 @@ 476.862, 413.433, 476.862, - "a", + ",", -1, 0.629, "", @@ -136509,7 +136509,7 @@ 476.862, 414.508, 476.862, - "n", + "0", -1, 0.629, "", @@ -136532,7 +136532,7 @@ 476.862, 415.64, 476.862, - " ", + "#", -1, 0.629, "", @@ -136555,7 +136555,7 @@ 476.862, 416.269, 476.862, - "a", + ",", -1, 0.629, "", @@ -136578,7 +136578,7 @@ 476.862, 417.344, 476.862, - "l", + "-", -1, 0.629, "", @@ -136601,7 +136601,7 @@ 476.862, 417.834, 476.862, - "s", + "1", -1, 0.629, "", @@ -136624,7 +136624,7 @@ 476.862, 418.766, 476.862, - "o", + "4", -1, 0.629, "", @@ -136647,7 +136647,7 @@ 476.862, 419.851, 476.862, - " ", + "#", -1, 0.629, "", @@ -136670,7 +136670,7 @@ 476.862, 420.481, 476.862, - "b", + "/", -1, 0.629, "", @@ -136693,7 +136693,7 @@ 476.862, 421.595, 476.862, - "e", + "&", -1, 0.629, "", @@ -136716,7 +136716,7 @@ 476.862, 422.661, 476.862, - " ", + "#", -1, 0.629, "", @@ -136739,7 +136739,7 @@ 476.862, 423.29, 476.862, - "u", + ".", -1, 0.629, "", @@ -136762,7 +136762,7 @@ 476.862, 424.422, 476.862, - "s", + "1", -1, 0.629, "", @@ -136785,7 +136785,7 @@ 476.862, 425.354, 476.862, - "e", + "&", -1, 0.629, "", @@ -136808,7 +136808,7 @@ 476.862, 426.42, 476.862, - "d", + "2", -1, 0.629, "", @@ -136831,7 +136831,7 @@ 476.862, 427.534, 476.862, - " ", + "#", -1, 0.629, "", @@ -136854,7 +136854,7 @@ 476.862, 428.163, 476.862, - "f", + "3", -1, 0.629, "", @@ -136877,7 +136877,7 @@ 476.862, 428.793, 476.862, - "o", + "4", -1, 0.629, "", @@ -136900,7 +136900,7 @@ 476.862, 429.878, 476.862, - "r", + "(", -1, 0.629, "", @@ -136923,7 +136923,7 @@ 476.862, 430.642, 476.862, - " ", + "#", -1, 0.629, "", @@ -136946,7 +136946,7 @@ 476.862, 431.271, 476.862, - "e", + "&", -1, 0.629, "", @@ -136969,7 +136969,7 @@ 476.862, 432.337, 476.862, - "x", + "V", -1, 0.629, "", @@ -136992,7 +136992,7 @@ 476.862, 433.396, 476.862, - "a", + ",", -1, 0.629, "", @@ -137015,7 +137015,7 @@ 476.862, 434.471, 476.862, - "m", + "8", -1, 0.629, "", @@ -137038,7 +137038,7 @@ 476.862, 436.211, 476.862, - "i", + "*", -1, 0.629, "", @@ -137061,7 +137061,7 @@ 476.862, 436.701, 476.862, - "n", + "0", -1, 0.629, "", @@ -137084,7 +137084,7 @@ 476.862, 437.833, 476.862, - "i", + "*", -1, 0.629, "", @@ -137107,7 +137107,7 @@ 476.862, 438.323, 476.862, - "n", + "0", -1, 0.629, "", @@ -137130,7 +137130,7 @@ 476.862, 439.455, 476.862, - "g", + "6", -1, 0.629, "", @@ -137153,7 +137153,7 @@ 476.862, 440.569, 476.862, - " ", + "#", -1, 0.629, "", @@ -137176,7 +137176,7 @@ 476.862, 441.198, 476.862, - "b", + "/", -1, 0.629, "", @@ -137199,7 +137199,7 @@ 476.862, 442.312, 476.862, - "a", + ",", -1, 0.629, "", @@ -137222,7 +137222,7 @@ 476.862, 443.387, 476.862, - "c", + "+", -1, 0.629, "", @@ -137245,7 +137245,7 @@ 476.862, 444.319, 476.862, - "t", + ")", -1, 0.629, "", @@ -137268,7 +137268,7 @@ 476.862, 445.023, 476.862, - "e", + "&", -1, 0.629, "", @@ -137291,7 +137291,7 @@ 476.862, 446.089, 476.862, - "r", + "(", -1, 0.629, "", @@ -137314,7 +137314,7 @@ 476.862, 446.853, 476.862, - "i", + "*", -1, 0.629, "", @@ -137337,7 +137337,7 @@ 476.862, 447.343, 476.862, - "a", + ",", -1, 0.629, "", @@ -137360,7 +137360,7 @@ 476.862, 448.418, 476.862, - " ", + "#", -1, 0.629, "", @@ -137383,7 +137383,7 @@ 476.862, 449.047, 476.862, - "a", + ",", -1, 0.629, "", @@ -137406,7 +137406,7 @@ 476.862, 450.122, 476.862, - "n", + "0", -1, 0.629, "", @@ -137429,7 +137429,7 @@ 476.862, 451.254, 476.862, - "d", + "2", -1, 0.629, "", @@ -137452,7 +137452,7 @@ 476.862, 452.368, 476.862, - " ", + "#", -1, 0.629, "", @@ -137475,7 +137475,7 @@ 476.862, 452.997, 476.862, - " ", + "#", -1, 0.629, "", @@ -137498,7 +137498,7 @@ 476.862, 453.627, 476.862, - " ", + "#", -1, 0.629, "", @@ -137521,7 +137521,7 @@ 476.862, 454.256, 476.862, - " ", + "#", -1, 0.629, "", @@ -137544,7 +137544,7 @@ 476.862, 454.886, 476.862, - " ", + "#", -1, 0.629, "", @@ -137567,7 +137567,7 @@ 476.862, 455.515, 476.862, - " ", + "#", -1, 0.629, "", @@ -137590,7 +137590,7 @@ 476.862, 456.145, 476.862, - " ", + "#", -1, 0.629, "", @@ -137613,7 +137613,7 @@ 476.862, 456.774, 476.862, - " ", + "#", -1, 0.629, "", @@ -137636,7 +137636,7 @@ 476.862, 457.404, 476.862, - " ", + "#", -1, 0.629, "", @@ -137659,7 +137659,7 @@ 476.862, 458.008, 476.862, - " ", + "#", -1, 0.629, "", @@ -137682,7 +137682,7 @@ 474.715, 398.086, 474.715, - "f", + "3", -1, 0.629, "", @@ -137705,7 +137705,7 @@ 474.715, 398.715, 474.715, - "o", + "4", -1, 0.629, "", @@ -137728,7 +137728,7 @@ 474.715, 399.801, 474.715, - "r", + "(", -1, 0.629, "", @@ -137751,7 +137751,7 @@ 474.715, 400.565, 474.715, - " ", + "#", -1, 0.629, "", @@ -137774,7 +137774,7 @@ 474.715, 401.194, 474.715, - "g", + "6", -1, 0.629, "", @@ -137797,7 +137797,7 @@ 474.715, 402.308, 474.715, - "e", + "&", -1, 0.629, "", @@ -137820,7 +137820,7 @@ 474.715, 403.374, 474.715, - "n", + "0", -1, 0.629, "", @@ -137843,7 +137843,7 @@ 474.715, 404.506, 474.715, - "e", + "&", -1, 0.629, "", @@ -137866,7 +137866,7 @@ 474.715, 405.568, 474.715, - "r", + "(", -1, 0.629, "", @@ -137889,7 +137889,7 @@ 474.715, 406.301, 474.715, - "a", + ",", -1, 0.629, "", @@ -137912,7 +137912,7 @@ 474.715, 407.374, 474.715, - "l", + "-", -1, 0.629, "", @@ -137935,7 +137935,7 @@ 474.715, 407.864, 474.715, - " ", + "#", -1, 0.629, "", @@ -137958,7 +137958,7 @@ 474.715, 408.494, 474.715, - "c", + "+", -1, 0.629, "", @@ -137981,7 +137981,7 @@ 474.715, 409.426, 474.715, - "l", + "-", -1, 0.629, "", @@ -138004,7 +138004,7 @@ 474.715, 409.916, 474.715, - "i", + "*", -1, 0.629, "", @@ -138027,7 +138027,7 @@ 474.715, 410.406, 474.715, - "n", + "0", -1, 0.629, "", @@ -138050,7 +138050,7 @@ 474.715, 411.538, 474.715, - "i", + "*", -1, 0.629, "", @@ -138073,7 +138073,7 @@ 474.715, 412.028, 474.715, - "c", + "+", -1, 0.629, "", @@ -138096,7 +138096,7 @@ 474.715, 412.959, 474.715, - "a", + ",", -1, 0.629, "", @@ -138119,7 +138119,7 @@ 474.715, 414.034, 474.715, - "l", + "-", -1, 0.629, "", @@ -138142,7 +138142,7 @@ 474.715, 414.524, 474.715, - " ", + "#", -1, 0.629, "", @@ -138165,7 +138165,7 @@ 474.715, 415.153, 474.715, - "a", + ",", -1, 0.629, "", @@ -138188,7 +138188,7 @@ 474.715, 416.228, 474.715, - "n", + "0", -1, 0.629, "", @@ -138211,7 +138211,7 @@ 474.715, 417.36, 474.715, - "d", + "2", -1, 0.629, "", @@ -138234,7 +138234,7 @@ 474.715, 418.474, 474.715, - " ", + "#", -1, 0.629, "", @@ -138257,7 +138257,7 @@ 474.715, 419.104, 474.715, - "m", + "8", -1, 0.629, "", @@ -138280,7 +138280,7 @@ 474.715, 420.844, 474.715, - "e", + "&", -1, 0.629, "", @@ -138303,7 +138303,7 @@ 474.715, 421.91, 474.715, - "d", + "2", -1, 0.629, "", @@ -138326,7 +138326,7 @@ 474.715, 423.024, 474.715, - "i", + "*", -1, 0.629, "", @@ -138349,7 +138349,7 @@ 474.715, 423.514, 474.715, - "c", + "+", -1, 0.629, "", @@ -138372,7 +138372,7 @@ 474.715, 424.445, 474.715, - "a", + ",", -1, 0.629, "", @@ -138395,7 +138395,7 @@ 474.715, 425.52, 474.715, - "l", + "-", -1, 0.629, "", @@ -138418,7 +138418,7 @@ 474.715, 426.01, 474.715, - " ", + "#", -1, 0.629, "", @@ -138441,7 +138441,7 @@ 474.715, 426.64, 474.715, - "s", + "1", -1, 0.629, "", @@ -138464,7 +138464,7 @@ 474.715, 427.571, 474.715, - "t", + ")", -1, 0.629, "", @@ -138487,7 +138487,7 @@ 474.715, 428.276, 474.715, - "u", + ".", -1, 0.629, "", @@ -138510,7 +138510,7 @@ 474.715, 429.408, 474.715, - "d", + "2", -1, 0.629, "", @@ -138533,7 +138533,7 @@ 474.715, 430.522, 474.715, - "i", + "*", -1, 0.629, "", @@ -138556,7 +138556,7 @@ 474.715, 431.012, 474.715, - "e", + "&", -1, 0.629, "", @@ -138579,7 +138579,7 @@ 474.715, 432.078, 474.715, - "s", + "1", -1, 0.629, "", @@ -138602,7 +138602,7 @@ 474.715, 433.01, 474.715, - " ", + "#", -1, 0.629, "", @@ -138625,7 +138625,7 @@ 474.715, 433.639, 474.715, - "a", + ",", -1, 0.629, "", @@ -138648,7 +138648,7 @@ 474.715, 434.714, 474.715, - "n", + "0", -1, 0.629, "", @@ -138671,7 +138671,7 @@ 474.715, 435.846, 474.715, - "d", + "2", -1, 0.629, "", @@ -138694,7 +138694,7 @@ 474.715, 436.96, 474.715, - " ", + "#", -1, 0.629, "", @@ -138717,7 +138717,7 @@ 474.715, 437.589, 474.715, - "o", + "4", -1, 0.629, "", @@ -138740,7 +138740,7 @@ 474.715, 438.675, 474.715, - "t", + ")", -1, 0.629, "", @@ -138763,7 +138763,7 @@ 474.715, 439.38, 474.715, - "h", + "%", -1, 0.629, "", @@ -138786,7 +138786,7 @@ 474.715, 440.512, 474.715, - "e", + "&", -1, 0.629, "", @@ -138809,7 +138809,7 @@ 474.715, 441.577, 474.715, - "r", + "(", -1, 0.629, "", @@ -138832,7 +138832,7 @@ 474.715, 442.341, 474.715, - " ", + "#", -1, 0.629, "", @@ -138855,7 +138855,7 @@ 474.715, 442.97, 474.715, - "s", + "1", -1, 0.629, "", @@ -138878,7 +138878,7 @@ 474.715, 443.902, 474.715, - "c", + "+", -1, 0.629, "", @@ -138901,7 +138901,7 @@ 474.715, 444.834, 474.715, - "i", + "*", -1, 0.629, "", @@ -138924,7 +138924,7 @@ 474.715, 445.324, 474.715, - "e", + "&", -1, 0.629, "", @@ -138947,7 +138947,7 @@ 474.715, 446.39, 474.715, - "n", + "0", -1, 0.629, "", @@ -138970,7 +138970,7 @@ 474.715, 447.522, 474.715, - "t", + ")", -1, 0.629, "", @@ -138993,7 +138993,7 @@ 474.715, 448.226, 474.715, - "i", + "*", -1, 0.629, "", @@ -139016,7 +139016,7 @@ 474.715, 448.716, 474.715, - "f", + "3", -1, 0.629, "", @@ -139039,7 +139039,7 @@ 474.715, 449.346, 474.715, - "i", + "*", -1, 0.629, "", @@ -139062,7 +139062,7 @@ 474.715, 449.836, 474.715, - "c", + "+", -1, 0.629, "", @@ -139085,7 +139085,7 @@ 474.715, 450.767, 474.715, - " ", + "#", -1, 0.629, "", @@ -139108,7 +139108,7 @@ 474.715, 451.397, 474.715, - "u", + ".", -1, 0.629, "", @@ -139131,7 +139131,7 @@ 474.715, 452.529, 474.715, - "s", + "1", -1, 0.629, "", @@ -139154,7 +139154,7 @@ 474.715, 453.461, 474.715, - "e", + "&", -1, 0.629, "", @@ -139177,7 +139177,7 @@ 474.715, 454.526, 474.715, - "s", + "1", -1, 0.629, "", @@ -139200,7 +139200,7 @@ 474.715, 455.458, 474.715, - ".", + "\"", -1, 0.629, "", @@ -139223,7 +139223,7 @@ 474.715, 456.109, 474.715, - " ", + "#", -1, 0.629, "", @@ -139246,7 +139246,7 @@ 470.698, 398.624, 470.698, - "C", + ".", -1, 1.101, "", @@ -139269,7 +139269,7 @@ 470.698, 400.955, 470.698, - "O", + "4", -1, 1.101, "", @@ -139292,7 +139292,7 @@ 470.698, 403.691, 470.698, - "N", + "&", -1, 1.101, "", @@ -139315,7 +139315,7 @@ 470.698, 406.417, 470.698, - "S", + "$", -1, 1.101, "", @@ -139338,7 +139338,7 @@ 470.698, 408.703, 470.698, - "T", + ")", -1, 1.101, "", @@ -139361,7 +139361,7 @@ 470.698, 410.898, 470.698, - "R", + "-", -1, 1.101, "", @@ -139384,7 +139384,7 @@ 470.698, 413.415, 470.698, - "U", + "#", -1, 1.101, "", @@ -139407,7 +139407,7 @@ 470.698, 416.029, 470.698, - "C", + ".", -1, 1.101, "", @@ -139430,7 +139430,7 @@ 470.698, 418.359, 470.698, - "T", + ")", -1, 1.101, "", @@ -139453,7 +139453,7 @@ 470.698, 420.555, 470.698, - "I", + "%", -1, 1.101, "", @@ -139476,7 +139476,7 @@ 470.698, 422.312, 470.698, - "O", + "4", -1, 1.101, "", @@ -139499,7 +139499,7 @@ 470.698, 425.048, 470.698, - "N", + "&", -1, 1.101, "", @@ -139522,7 +139522,7 @@ 465.054, 398.086, 465.054, - "B", + "O", -1, 0.629, "", @@ -139545,7 +139545,7 @@ 465.054, 399.313, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139568,7 +139568,7 @@ 465.054, 400.536, 465.054, - "R", + "D", -1, 0.629, "", @@ -139614,7 +139614,7 @@ 465.054, 403.002, 465.054, - "K", + "R", -1, 0.629, "", @@ -139637,7 +139637,7 @@ 465.054, 404.241, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139660,7 +139660,7 @@ 465.054, 405.464, 465.054, - " ", + "#", -1, 0.629, "", @@ -139683,7 +139683,7 @@ 465.054, 406.094, 465.054, - "M", + "?", -1, 0.629, "", @@ -139706,7 +139706,7 @@ 465.054, 407.601, 465.054, - "o", + "4", -1, 0.629, "", @@ -139729,7 +139729,7 @@ 465.054, 408.687, 465.054, - "d", + "2", -1, 0.629, "", @@ -139752,7 +139752,7 @@ 465.054, 409.801, 465.054, - "e", + "&", -1, 0.629, "", @@ -139775,7 +139775,7 @@ 465.054, 410.867, 465.054, - "l", + "-", -1, 0.629, "", @@ -139798,7 +139798,7 @@ 465.054, 411.357, 465.054, - " ", + "#", -1, 0.629, "", @@ -139821,7 +139821,7 @@ 465.054, 411.981, 465.054, - "A", + "Q", -1, 0.629, "", @@ -139844,7 +139844,7 @@ 465.054, 413.134, 465.054, - "Y", + "T", -1, 0.629, "", @@ -139867,7 +139867,7 @@ 465.054, 414.234, 465.054, - "1", + "!", -1, 0.629, "", @@ -139890,7 +139890,7 @@ 465.054, 415.372, 465.054, - "1", + "!", -1, 0.629, "", @@ -139913,7 +139913,7 @@ 465.054, 416.509, 465.054, - "2", + ":", -1, 0.629, "", @@ -139936,7 +139936,7 @@ 465.054, 417.646, 465.054, - "3", + ">", -1, 0.629, "", @@ -139959,7 +139959,7 @@ 465.054, 418.784, 465.054, - "6", + "U", -1, 0.629, "", @@ -139982,7 +139982,7 @@ 465.054, 419.921, 465.054, - " ", + "#", -1, 0.629, "", @@ -140005,7 +140005,7 @@ 465.054, 420.551, 465.054, - "i", + "*", -1, 0.629, "", @@ -140028,7 +140028,7 @@ 465.054, 421.041, 465.054, - "s", + "1", -1, 0.629, "", @@ -140051,7 +140051,7 @@ 465.054, 421.972, 465.054, - " ", + "#", -1, 0.629, "", @@ -140074,7 +140074,7 @@ 465.054, 422.602, 465.054, - "a", + ",", -1, 0.629, "", @@ -140097,7 +140097,7 @@ 465.054, 423.677, 465.054, - " ", + "#", -1, 0.629, "", @@ -140120,7 +140120,7 @@ 465.054, 424.306, 465.054, - "f", + "3", -1, 0.629, "", @@ -140143,7 +140143,7 @@ 465.054, 424.935, 465.054, - "i", + "*", -1, 0.629, "", @@ -140166,7 +140166,7 @@ 465.054, 425.42, 465.054, - "x", + "V", -1, 0.629, "", @@ -140189,7 +140189,7 @@ 465.054, 426.459, 465.054, - "e", + "&", -1, 0.629, "", @@ -140212,7 +140212,7 @@ 465.054, 427.523, 465.054, - "d", + "2", -1, 0.629, "", @@ -140235,7 +140235,7 @@ 465.054, 428.637, 465.054, - " ", + "#", -1, 0.629, "", @@ -140258,7 +140258,7 @@ 465.054, 429.267, 465.054, - "p", + "7", -1, 0.629, "", @@ -140281,7 +140281,7 @@ 465.054, 430.381, 465.054, - "o", + "4", -1, 0.629, "", @@ -140304,7 +140304,7 @@ 465.054, 431.466, 465.054, - "w", + "5", -1, 0.629, "", @@ -140327,7 +140327,7 @@ 465.054, 432.929, 465.054, - "e", + "&", -1, 0.629, "", @@ -140350,7 +140350,7 @@ 465.054, 433.995, 465.054, - "r", + "(", -1, 0.629, "", @@ -140373,7 +140373,7 @@ 465.054, 434.759, 465.054, - " ", + "#", -1, 0.629, "", @@ -140396,7 +140396,7 @@ 465.054, 435.388, 465.054, - "c", + "+", -1, 0.629, "", @@ -140419,7 +140419,7 @@ 465.054, 436.32, 465.054, - "o", + "4", -1, 0.629, "", @@ -140442,7 +140442,7 @@ 465.054, 437.405, 465.054, - "m", + "8", -1, 0.629, "", @@ -140465,7 +140465,7 @@ 465.054, 439.145, 465.054, - "p", + "7", -1, 0.629, "", @@ -140488,7 +140488,7 @@ 465.054, 440.259, 465.054, - "o", + "4", -1, 0.629, "", @@ -140511,7 +140511,7 @@ 465.054, 441.345, 465.054, - "u", + ".", -1, 0.629, "", @@ -140534,7 +140534,7 @@ 465.054, 442.477, 465.054, - "n", + "0", -1, 0.629, "", @@ -140557,7 +140557,7 @@ 465.054, 443.609, 465.054, - "d", + "2", -1, 0.629, "", @@ -140580,7 +140580,7 @@ 465.054, 444.723, 465.054, - " ", + "#", -1, 0.629, "", @@ -140603,7 +140603,7 @@ 465.054, 445.352, 465.054, - "m", + "8", -1, 0.629, "", @@ -140626,7 +140626,7 @@ 465.054, 447.092, 465.054, - "i", + "*", -1, 0.629, "", @@ -140649,7 +140649,7 @@ 465.054, 447.582, 465.054, - "c", + "+", -1, 0.629, "", @@ -140672,7 +140672,7 @@ 465.054, 448.514, 465.054, - "r", + "(", -1, 0.629, "", @@ -140695,7 +140695,7 @@ 465.054, 449.278, 465.054, - "o", + "4", -1, 0.629, "", @@ -140718,7 +140718,7 @@ 465.054, 450.363, 465.054, - "s", + "1", -1, 0.629, "", @@ -140741,7 +140741,7 @@ 465.054, 451.295, 465.054, - "c", + "+", -1, 0.629, "", @@ -140764,7 +140764,7 @@ 465.054, 452.227, 465.054, - "o", + "4", -1, 0.629, "", @@ -140787,7 +140787,7 @@ 465.054, 453.312, 465.054, - "p", + "7", -1, 0.629, "", @@ -140810,7 +140810,7 @@ 465.054, 454.426, 465.054, - "e", + "&", -1, 0.629, "", @@ -140833,7 +140833,7 @@ 465.054, 455.492, 465.054, - ".", + "\"", -1, 0.629, "", @@ -140856,7 +140856,7 @@ 465.054, 456.143, 465.054, - " ", + "#", -1, 0.629, "", @@ -140879,7 +140879,7 @@ 465.054, 456.773, 465.054, - " ", + "#", -1, 0.629, "", @@ -140902,7 +140902,7 @@ 465.054, 457.395, 465.054, - " ", + "#", -1, 0.629, "", @@ -140925,7 +140925,7 @@ 462.907, 398.084, 462.907, - "I", + "A", -1, 0.629, "", @@ -140948,7 +140948,7 @@ 462.907, 398.837, 462.907, - "t", + ")", -1, 0.629, "", @@ -140971,7 +140971,7 @@ 462.907, 399.542, 462.907, - " ", + "#", -1, 0.629, "", @@ -140994,7 +140994,7 @@ 462.907, 400.171, 462.907, - "i", + "*", -1, 0.629, "", @@ -141017,7 +141017,7 @@ 462.907, 400.661, 462.907, - "s", + "1", -1, 0.629, "", @@ -141040,7 +141040,7 @@ 462.907, 401.593, 462.907, - " ", + "#", -1, 0.629, "", @@ -141063,7 +141063,7 @@ 462.907, 402.222, 462.907, - "c", + "+", -1, 0.629, "", @@ -141086,7 +141086,7 @@ 462.907, 403.154, 462.907, - "o", + "4", -1, 0.629, "", @@ -141109,7 +141109,7 @@ 462.907, 404.239, 462.907, - "n", + "0", -1, 0.629, "", @@ -141132,7 +141132,7 @@ 462.907, 405.371, 462.907, - "s", + "1", -1, 0.629, "", @@ -141155,7 +141155,7 @@ 462.907, 406.303, 462.907, - "t", + ")", -1, 0.629, "", @@ -141178,7 +141178,7 @@ 462.907, 407.008, 462.907, - "r", + "(", -1, 0.629, "", @@ -141201,7 +141201,7 @@ 462.907, 407.771, 462.907, - "u", + ".", -1, 0.629, "", @@ -141224,7 +141224,7 @@ 462.907, 408.903, 462.907, - "c", + "+", -1, 0.629, "", @@ -141247,7 +141247,7 @@ 462.907, 409.835, 462.907, - "t", + ")", -1, 0.629, "", @@ -141270,7 +141270,7 @@ 462.907, 410.54, 462.907, - "e", + "&", -1, 0.629, "", @@ -141293,7 +141293,7 @@ 462.907, 411.605, 462.907, - "d", + "2", -1, 0.629, "", @@ -141316,7 +141316,7 @@ 462.907, 412.72, 462.907, - " ", + "#", -1, 0.629, "", @@ -141339,7 +141339,7 @@ 462.907, 413.349, 462.907, - "w", + "5", -1, 0.629, "", @@ -141362,7 +141362,7 @@ 462.907, 414.812, 462.907, - "i", + "*", -1, 0.629, "", @@ -141385,7 +141385,7 @@ 462.907, 415.302, 462.907, - "t", + ")", -1, 0.629, "", @@ -141408,7 +141408,7 @@ 462.907, 416.006, 462.907, - "h", + "%", -1, 0.629, "", @@ -141431,7 +141431,7 @@ 462.907, 417.138, 462.907, - " ", + "#", -1, 0.629, "", @@ -141454,7 +141454,7 @@ 462.907, 417.768, 462.907, - "t", + ")", -1, 0.629, "", @@ -141477,7 +141477,7 @@ 462.907, 418.473, 462.907, - "w", + "5", -1, 0.629, "", @@ -141500,7 +141500,7 @@ 462.907, 419.935, 462.907, - "o", + "4", -1, 0.629, "", @@ -141523,7 +141523,7 @@ 462.907, 421.021, 462.907, - " ", + "#", -1, 0.629, "", @@ -141546,7 +141546,7 @@ 462.907, 421.65, 462.907, - "o", + "4", -1, 0.629, "", @@ -141569,7 +141569,7 @@ 462.907, 422.736, 462.907, - "p", + "7", -1, 0.629, "", @@ -141592,7 +141592,7 @@ 462.907, 423.85, 462.907, - "t", + ")", -1, 0.629, "", @@ -141615,7 +141615,7 @@ 462.907, 424.555, 462.907, - "i", + "*", -1, 0.629, "", @@ -141638,7 +141638,7 @@ 462.907, 425.045, 462.907, - "c", + "+", -1, 0.629, "", @@ -141661,7 +141661,7 @@ 462.907, 425.976, 462.907, - "a", + ",", -1, 0.629, "", @@ -141684,7 +141684,7 @@ 462.907, 427.051, 462.907, - "l", + "-", -1, 0.629, "", @@ -141707,7 +141707,7 @@ 462.907, 427.541, 462.907, - " ", + "#", -1, 0.629, "", @@ -141730,7 +141730,7 @@ 462.907, 428.171, 462.907, - "p", + "7", -1, 0.629, "", @@ -141753,7 +141753,7 @@ 462.907, 429.285, 462.907, - "a", + ",", -1, 0.629, "", @@ -141776,7 +141776,7 @@ 462.907, 430.359, 462.907, - "t", + ")", -1, 0.629, "", @@ -141799,7 +141799,7 @@ 462.907, 431.064, 462.907, - "h", + "%", -1, 0.629, "", @@ -141822,7 +141822,7 @@ 462.907, 432.196, 462.907, - "s", + "1", -1, 0.629, "", @@ -141845,7 +141845,7 @@ 462.907, 433.128, 462.907, - " ", + "#", -1, 0.629, "", @@ -141868,7 +141868,7 @@ 462.907, 433.757, 462.907, - "a", + ",", -1, 0.629, "", @@ -141891,7 +141891,7 @@ 462.907, 434.832, 462.907, - "t", + ")", -1, 0.629, "", @@ -141914,7 +141914,7 @@ 462.907, 435.537, 462.907, - " ", + "#", -1, 0.629, "", @@ -141937,7 +141937,7 @@ 462.907, 436.166, 462.907, - "t", + ")", -1, 0.629, "", @@ -141960,7 +141960,7 @@ 462.907, 436.871, 462.907, - "h", + "%", -1, 0.629, "", @@ -141983,7 +141983,7 @@ 462.907, 438.003, 462.907, - "e", + "&", -1, 0.629, "", @@ -142006,7 +142006,7 @@ 462.907, 439.068, 462.907, - " ", + "#", -1, 0.629, "", @@ -142029,7 +142029,7 @@ 462.907, 439.698, 462.907, - "s", + "1", -1, 0.629, "", @@ -142052,7 +142052,7 @@ 462.907, 440.63, 462.907, - "a", + ",", -1, 0.629, "", @@ -142075,7 +142075,7 @@ 462.907, 441.704, 462.907, - "m", + "8", -1, 0.629, "", @@ -142098,7 +142098,7 @@ 462.907, 443.444, 462.907, - "e", + "&", -1, 0.629, "", @@ -142121,7 +142121,7 @@ 462.907, 444.51, 462.907, - " ", + "#", -1, 0.629, "", @@ -142144,7 +142144,7 @@ 462.907, 445.14, 462.907, - "a", + ",", -1, 0.629, "", @@ -142167,7 +142167,7 @@ 462.907, 446.214, 462.907, - "n", + "0", -1, 0.629, "", @@ -142190,7 +142190,7 @@ 462.907, 447.346, 462.907, - "g", + "6", -1, 0.629, "", @@ -142213,7 +142213,7 @@ 462.907, 448.461, 462.907, - "l", + "-", -1, 0.629, "", @@ -142236,7 +142236,7 @@ 462.907, 448.951, 462.907, - "e", + "&", -1, 0.629, "", @@ -142259,7 +142259,7 @@ 462.907, 450.016, 462.907, - ".", + "\"", -1, 0.629, "", @@ -142282,7 +142282,7 @@ 462.907, 450.667, 462.907, - " ", + "#", -1, 0.629, "", @@ -142305,7 +142305,7 @@ 462.907, 451.297, 462.907, - "I", + "A", -1, 0.629, "", @@ -142328,7 +142328,7 @@ 462.907, 452.05, 462.907, - "t", + ")", -1, 0.629, "", @@ -142351,7 +142351,7 @@ 462.907, 452.754, 462.907, - " ", + "#", -1, 0.629, "", @@ -142374,7 +142374,7 @@ 462.907, 453.384, 462.907, - "i", + "*", -1, 0.629, "", @@ -142397,7 +142397,7 @@ 462.907, 453.874, 462.907, - "s", + "1", -1, 0.629, "", @@ -142420,7 +142420,7 @@ 462.907, 454.793, 462.907, - " ", + "#", -1, 0.629, "", @@ -142443,7 +142443,7 @@ 460.761, 398.084, 460.761, - "e", + "&", -1, 0.629, "", @@ -142466,7 +142466,7 @@ 460.761, 399.15, 460.761, - "q", + "J", -1, 0.629, "", @@ -142489,7 +142489,7 @@ 460.761, 400.264, 460.761, - "u", + ".", -1, 0.629, "", @@ -142512,7 +142512,7 @@ 460.761, 401.396, 460.761, - "i", + "*", -1, 0.629, "", @@ -142535,7 +142535,7 @@ 460.761, 401.886, 460.761, - "p", + "7", -1, 0.629, "", @@ -142558,7 +142558,7 @@ 460.761, 403.0, 460.761, - "p", + "7", -1, 0.629, "", @@ -142581,7 +142581,7 @@ 460.761, 404.114, 460.761, - "e", + "&", -1, 0.629, "", @@ -142604,7 +142604,7 @@ 460.761, 405.18, 460.761, - "d", + "2", -1, 0.629, "", @@ -142627,7 +142627,7 @@ 460.761, 406.294, 460.761, - " ", + "#", -1, 0.629, "", @@ -142650,7 +142650,7 @@ 460.761, 406.924, 460.761, - "w", + "5", -1, 0.629, "", @@ -142673,7 +142673,7 @@ 460.761, 408.387, 460.761, - "i", + "*", -1, 0.629, "", @@ -142696,7 +142696,7 @@ 460.761, 408.877, 460.761, - "t", + ")", -1, 0.629, "", @@ -142719,7 +142719,7 @@ 460.761, 409.581, 460.761, - "h", + "%", -1, 0.629, "", @@ -142742,7 +142742,7 @@ 460.761, 410.713, 460.761, - " ", + "#", -1, 0.629, "", @@ -142765,7 +142765,7 @@ 460.761, 411.343, 460.761, - "t", + ")", -1, 0.629, "", @@ -142788,7 +142788,7 @@ 460.761, 412.047, 460.761, - "r", + "(", -1, 0.629, "", @@ -142811,7 +142811,7 @@ 460.761, 412.779, 460.761, - "a", + ",", -1, 0.629, "", @@ -142834,7 +142834,7 @@ 460.761, 413.853, 460.761, - "n", + "0", -1, 0.629, "", @@ -142857,7 +142857,7 @@ 460.761, 414.985, 460.761, - "s", + "1", -1, 0.629, "", @@ -142880,7 +142880,7 @@ 460.761, 415.917, 460.761, - "m", + "8", -1, 0.629, "", @@ -142903,7 +142903,7 @@ 460.761, 417.657, 460.761, - "i", + "*", -1, 0.629, "", @@ -142926,7 +142926,7 @@ 460.761, 418.147, 460.761, - "t", + ")", -1, 0.629, "", @@ -142949,7 +142949,7 @@ 460.761, 418.852, 460.761, - "t", + ")", -1, 0.629, "", @@ -142972,7 +142972,7 @@ 460.761, 419.556, 460.761, - "e", + "&", -1, 0.629, "", @@ -142995,7 +142995,7 @@ 460.761, 420.622, 460.761, - "d", + "2", -1, 0.629, "", @@ -143018,7 +143018,7 @@ 460.761, 421.736, 460.761, - " ", + "#", -1, 0.629, "", @@ -143041,7 +143041,7 @@ 460.761, 422.366, 460.761, - "i", + "*", -1, 0.629, "", @@ -143064,7 +143064,7 @@ 460.761, 422.856, 460.761, - "l", + "-", -1, 0.629, "", @@ -143087,7 +143087,7 @@ 460.761, 423.836, 460.761, - "u", + ".", -1, 0.629, "", @@ -143110,7 +143110,7 @@ 460.761, 424.968, 460.761, - "m", + "8", -1, 0.629, "", @@ -143133,7 +143133,7 @@ 460.761, 426.708, 460.761, - "i", + "*", -1, 0.629, "", @@ -143156,7 +143156,7 @@ 460.761, 427.198, 460.761, - "n", + "0", -1, 0.629, "", @@ -143179,7 +143179,7 @@ 460.761, 428.33, 460.761, - "a", + ",", -1, 0.629, "", @@ -143202,7 +143202,7 @@ 460.761, 429.404, 460.761, - "t", + ")", -1, 0.629, "", @@ -143225,7 +143225,7 @@ 460.761, 430.109, 460.761, - "i", + "*", -1, 0.629, "", @@ -143248,7 +143248,7 @@ 460.761, 430.599, 460.761, - "o", + "4", -1, 0.629, "", @@ -143271,7 +143271,7 @@ 460.761, 431.685, 460.761, - "n", + "0", -1, 0.629, "", @@ -143294,7 +143294,7 @@ 460.761, 432.817, 460.761, - ".", + "\"", -1, 0.629, "", @@ -143317,7 +143317,7 @@ 460.761, 433.467, 460.761, - " ", + "#", -1, 0.629, "", @@ -143340,7 +143340,7 @@ 460.761, 434.097, 460.761, - "B", + "O", -1, 0.629, "", @@ -143363,7 +143363,7 @@ 460.761, 435.324, 460.761, - "y", + "B", -1, 0.629, "", @@ -143386,7 +143386,7 @@ 460.761, 436.382, 460.761, - " ", + "#", -1, 0.629, "", @@ -143409,7 +143409,7 @@ 460.761, 437.012, 460.761, - "u", + ".", -1, 0.629, "", @@ -143432,7 +143432,7 @@ 460.761, 438.144, 460.761, - "s", + "1", -1, 0.629, "", @@ -143455,7 +143455,7 @@ 460.761, 439.076, 460.761, - "i", + "*", -1, 0.629, "", @@ -143478,7 +143478,7 @@ 460.761, 439.566, 460.761, - "n", + "0", -1, 0.629, "", @@ -143501,7 +143501,7 @@ 460.761, 440.698, 460.761, - "g", + "6", -1, 0.629, "", @@ -143524,7 +143524,7 @@ 460.761, 441.812, 460.761, - " ", + "#", -1, 0.629, "", @@ -143547,7 +143547,7 @@ 460.761, 442.441, 460.761, - "t", + ")", -1, 0.629, "", @@ -143570,7 +143570,7 @@ 460.761, 443.146, 460.761, - "h", + "%", -1, 0.629, "", @@ -143593,7 +143593,7 @@ 460.761, 444.278, 460.761, - "i", + "*", -1, 0.629, "", @@ -143616,7 +143616,7 @@ 460.761, 444.768, 460.761, - "s", + "1", -1, 0.629, "", @@ -143639,7 +143639,7 @@ 460.761, 445.699, 460.761, - " ", + "#", -1, 0.629, "", @@ -143662,7 +143662,7 @@ 460.761, 446.329, 460.761, - "i", + "*", -1, 0.629, "", @@ -143685,7 +143685,7 @@ 460.761, 446.819, 460.761, - "n", + "0", -1, 0.629, "", @@ -143708,7 +143708,7 @@ 460.761, 447.951, 460.761, - "s", + "1", -1, 0.629, "", @@ -143731,7 +143731,7 @@ 460.761, 448.883, 460.761, - "t", + ")", -1, 0.629, "", @@ -143754,7 +143754,7 @@ 460.761, 449.587, 460.761, - "r", + "(", -1, 0.629, "", @@ -143777,7 +143777,7 @@ 460.761, 450.351, 460.761, - "u", + ".", -1, 0.629, "", @@ -143800,7 +143800,7 @@ 460.761, 451.483, 460.761, - "m", + "8", -1, 0.629, "", @@ -143823,7 +143823,7 @@ 460.761, 453.223, 460.761, - "e", + "&", -1, 0.629, "", @@ -143846,7 +143846,7 @@ 460.761, 454.289, 460.761, - "n", + "0", -1, 0.629, "", @@ -143869,7 +143869,7 @@ 460.761, 455.421, 460.761, - "t", + ")", -1, 0.629, "", @@ -143892,7 +143892,7 @@ 460.761, 456.125, 460.761, - ",", + "<", -1, 0.629, "", @@ -143915,7 +143915,7 @@ 460.761, 456.769, 460.761, - " ", + "#", -1, 0.629, "", @@ -143938,7 +143938,7 @@ 458.614, 398.084, 458.614, - "t", + ")", -1, 0.629, "", @@ -143961,7 +143961,7 @@ 458.614, 398.789, 458.614, - "h", + "%", -1, 0.629, "", @@ -143984,7 +143984,7 @@ 458.614, 399.921, 458.614, - "e", + "&", -1, 0.629, "", @@ -144007,7 +144007,7 @@ 458.614, 400.987, 458.614, - " ", + "#", -1, 0.629, "", @@ -144030,7 +144030,7 @@ 458.614, 401.616, 458.614, - "u", + ".", -1, 0.629, "", @@ -144053,7 +144053,7 @@ 458.614, 402.748, 458.614, - "s", + "1", -1, 0.629, "", @@ -144076,7 +144076,7 @@ 458.614, 403.68, 458.614, - "e", + "&", -1, 0.629, "", @@ -144099,7 +144099,7 @@ 458.614, 404.746, 458.614, - "r", + "(", -1, 0.629, "", @@ -144122,7 +144122,7 @@ 458.614, 405.509, 458.614, - " ", + "#", -1, 0.629, "", @@ -144145,7 +144145,7 @@ 458.614, 406.139, 458.614, - "c", + "+", -1, 0.629, "", @@ -144168,7 +144168,7 @@ 458.614, 407.07, 458.614, - "a", + ",", -1, 0.629, "", @@ -144191,7 +144191,7 @@ 458.614, 408.145, 458.614, - "n", + "0", -1, 0.629, "", @@ -144214,7 +144214,7 @@ 458.614, 409.277, 458.614, - " ", + "#", -1, 0.629, "", @@ -144237,7 +144237,7 @@ 458.614, 409.907, 458.614, - "o", + "4", -1, 0.629, "", @@ -144260,7 +144260,7 @@ 458.614, 410.992, 458.614, - "b", + "/", -1, 0.629, "", @@ -144283,7 +144283,7 @@ 458.614, 412.106, 458.614, - "s", + "1", -1, 0.629, "", @@ -144306,7 +144306,7 @@ 458.614, 413.038, 458.614, - "e", + "&", -1, 0.629, "", @@ -144329,7 +144329,7 @@ 458.614, 414.104, 458.614, - "r", + "(", -1, 0.629, "", @@ -144352,7 +144352,7 @@ 458.614, 414.867, 458.614, - "v", + "'", -1, 0.629, "", @@ -144375,7 +144375,7 @@ 458.614, 415.926, 458.614, - "e", + "&", -1, 0.629, "", @@ -144398,7 +144398,7 @@ 458.614, 416.992, 458.614, - " ", + "#", -1, 0.629, "", @@ -144421,7 +144421,7 @@ 458.614, 417.621, 458.614, - "s", + "1", -1, 0.629, "", @@ -144444,7 +144444,7 @@ 458.614, 418.553, 458.614, - "p", + "7", -1, 0.629, "", @@ -144467,7 +144467,7 @@ 458.614, 419.667, 458.614, - "e", + "&", -1, 0.629, "", @@ -144490,7 +144490,7 @@ 458.614, 420.733, 458.614, - "c", + "+", -1, 0.629, "", @@ -144513,7 +144513,7 @@ 458.614, 421.665, 458.614, - "i", + "*", -1, 0.629, "", @@ -144536,7 +144536,7 @@ 458.614, 422.155, 458.614, - "m", + "8", -1, 0.629, "", @@ -144559,7 +144559,7 @@ 458.614, 423.895, 458.614, - "e", + "&", -1, 0.629, "", @@ -144582,7 +144582,7 @@ 458.614, 424.961, 458.614, - "n", + "0", -1, 0.629, "", @@ -144605,7 +144605,7 @@ 458.614, 426.093, 458.614, - "s", + "1", -1, 0.629, "", @@ -144628,7 +144628,7 @@ 458.614, 427.024, 458.614, - " ", + "#", -1, 0.629, "", @@ -144651,7 +144651,7 @@ 458.614, 427.654, 458.614, - "a", + ",", -1, 0.629, "", @@ -144674,7 +144674,7 @@ 458.614, 428.728, 458.614, - "t", + ")", -1, 0.629, "", @@ -144697,7 +144697,7 @@ 458.614, 429.433, 458.614, - " ", + "#", -1, 0.629, "", @@ -144720,7 +144720,7 @@ 458.614, 430.063, 458.614, - "m", + "8", -1, 0.629, "", @@ -144743,7 +144743,7 @@ 458.614, 431.803, 458.614, - "a", + ",", -1, 0.629, "", @@ -144766,7 +144766,7 @@ 458.614, 432.877, 458.614, - "g", + "6", -1, 0.629, "", @@ -144789,7 +144789,7 @@ 458.614, 433.991, 458.614, - "n", + "0", -1, 0.629, "", @@ -144812,7 +144812,7 @@ 458.614, 435.123, 458.614, - "i", + "*", -1, 0.629, "", @@ -144835,7 +144835,7 @@ 458.614, 435.613, 458.614, - "f", + "3", -1, 0.629, "", @@ -144858,7 +144858,7 @@ 458.614, 436.243, 458.614, - "i", + "*", -1, 0.629, "", @@ -144881,7 +144881,7 @@ 458.614, 436.733, 458.614, - "c", + "+", -1, 0.629, "", @@ -144904,7 +144904,7 @@ 458.614, 437.665, 458.614, - "a", + ",", -1, 0.629, "", @@ -144927,7 +144927,7 @@ 458.614, 438.739, 458.614, - "t", + ")", -1, 0.629, "", @@ -144950,7 +144950,7 @@ 458.614, 439.444, 458.614, - "i", + "*", -1, 0.629, "", @@ -144973,7 +144973,7 @@ 458.614, 439.934, 458.614, - "o", + "4", -1, 0.629, "", @@ -144996,7 +144996,7 @@ 458.614, 441.019, 458.614, - "n", + "0", -1, 0.629, "", @@ -145019,7 +145019,7 @@ 458.614, 442.151, 458.614, - " ", + "#", -1, 0.629, "", @@ -145042,7 +145042,7 @@ 458.614, 442.781, 458.614, - "f", + "3", -1, 0.629, "", @@ -145065,7 +145065,7 @@ 458.614, 443.41, 458.614, - "r", + "(", -1, 0.629, "", @@ -145088,7 +145088,7 @@ 458.614, 444.174, 458.614, - "o", + "4", -1, 0.629, "", @@ -145111,7 +145111,7 @@ 458.614, 445.259, 458.614, - "m", + "8", -1, 0.629, "", @@ -145134,7 +145134,7 @@ 458.614, 447.0, 458.614, - " ", + "#", -1, 0.629, "", @@ -145157,7 +145157,7 @@ 458.614, 447.629, 458.614, - "4", + "G", -1, 0.629, "", @@ -145180,7 +145180,7 @@ 458.614, 448.766, 458.614, - "0", + "W", -1, 0.629, "", @@ -145203,7 +145203,7 @@ 458.614, 449.904, 458.614, - "x", + "V", -1, 0.629, "", @@ -145226,7 +145226,7 @@ 458.614, 450.962, 458.614, - " ", + "#", -1, 0.629, "", @@ -145249,7 +145249,7 @@ 458.614, 451.592, 458.614, - "t", + ")", -1, 0.629, "", @@ -145272,7 +145272,7 @@ 458.614, 452.296, 458.614, - "o", + "4", -1, 0.629, "", @@ -145295,7 +145295,7 @@ 458.614, 453.348, 458.614, - " ", + "#", -1, 0.629, "", @@ -145318,7 +145318,7 @@ 456.467, 398.084, 456.467, - "1", + "!", -1, 0.629, "", @@ -145341,7 +145341,7 @@ 456.467, 399.222, 456.467, - "0", + "W", -1, 0.629, "", @@ -145364,7 +145364,7 @@ 456.467, 400.359, 456.467, - "0", + "W", -1, 0.629, "", @@ -145387,7 +145387,7 @@ 456.467, 401.496, 456.467, - "0", + "W", -1, 0.629, "", @@ -145410,7 +145410,7 @@ 456.467, 402.634, 456.467, - "x", + "V", -1, 0.629, "", @@ -145433,7 +145433,7 @@ 456.467, 403.692, 456.467, - " ", + "#", -1, 0.629, "", @@ -145456,7 +145456,7 @@ 456.467, 404.322, 456.467, - "b", + "/", -1, 0.629, "", @@ -145479,7 +145479,7 @@ 456.467, 405.436, 456.467, - "y", + "B", -1, 0.629, "", @@ -145502,7 +145502,7 @@ 456.467, 406.495, 456.467, - " ", + "#", -1, 0.629, "", @@ -145525,7 +145525,7 @@ 456.467, 407.124, 456.467, - "s", + "1", -1, 0.629, "", @@ -145548,7 +145548,7 @@ 456.467, 408.056, 456.467, - "e", + "&", -1, 0.629, "", @@ -145571,7 +145571,7 @@ 456.467, 409.122, 456.467, - "l", + "-", -1, 0.629, "", @@ -145594,7 +145594,7 @@ 456.467, 409.612, 456.467, - "e", + "&", -1, 0.629, "", @@ -145617,7 +145617,7 @@ 456.467, 410.677, 456.467, - "c", + "+", -1, 0.629, "", @@ -145640,7 +145640,7 @@ 456.467, 411.609, 456.467, - "t", + ")", -1, 0.629, "", @@ -145663,7 +145663,7 @@ 456.467, 412.314, 456.467, - "i", + "*", -1, 0.629, "", @@ -145686,7 +145686,7 @@ 456.467, 412.804, 456.467, - "n", + "0", -1, 0.629, "", @@ -145709,7 +145709,7 @@ 456.467, 413.936, 456.467, - "g", + "6", -1, 0.629, "", @@ -145732,7 +145732,7 @@ 456.467, 415.05, 456.467, - " ", + "#", -1, 0.629, "", @@ -145755,7 +145755,7 @@ 456.467, 415.679, 456.467, - "t", + ")", -1, 0.629, "", @@ -145778,7 +145778,7 @@ 456.467, 416.384, 456.467, - "h", + "%", -1, 0.629, "", @@ -145801,7 +145801,7 @@ 456.467, 417.516, 456.467, - "e", + "&", -1, 0.629, "", @@ -145824,7 +145824,7 @@ 456.467, 418.582, 456.467, - " ", + "#", -1, 0.629, "", @@ -145847,7 +145847,7 @@ 456.467, 419.211, 456.467, - "d", + "2", -1, 0.629, "", @@ -145870,7 +145870,7 @@ 456.467, 420.325, 456.467, - "e", + "&", -1, 0.629, "", @@ -145893,7 +145893,7 @@ 456.467, 421.391, 456.467, - "s", + "1", -1, 0.629, "", @@ -145916,7 +145916,7 @@ 456.467, 422.323, 456.467, - "i", + "*", -1, 0.629, "", @@ -145939,7 +145939,7 @@ 456.467, 422.813, 456.467, - "r", + "(", -1, 0.629, "", @@ -145962,7 +145962,7 @@ 456.467, 423.576, 456.467, - "e", + "&", -1, 0.629, "", @@ -145985,7 +145985,7 @@ 456.467, 424.642, 456.467, - "d", + "2", -1, 0.629, "", @@ -146008,7 +146008,7 @@ 456.467, 425.756, 456.467, - " ", + "#", -1, 0.629, "", @@ -146031,7 +146031,7 @@ 456.467, 426.386, 456.467, - "o", + "4", -1, 0.629, "", @@ -146054,7 +146054,7 @@ 456.467, 427.471, 456.467, - "b", + "/", -1, 0.629, "", @@ -146077,7 +146077,7 @@ 456.467, 428.585, 456.467, - "j", + "=", -1, 0.629, "", @@ -146100,7 +146100,7 @@ 456.467, 429.201, 456.467, - "e", + "&", -1, 0.629, "", @@ -146123,7 +146123,7 @@ 456.467, 430.266, 456.467, - "c", + "+", -1, 0.629, "", @@ -146146,7 +146146,7 @@ 456.467, 431.198, 456.467, - "t", + ")", -1, 0.629, "", @@ -146169,7 +146169,7 @@ 456.467, 431.903, 456.467, - "i", + "*", -1, 0.629, "", @@ -146192,7 +146192,7 @@ 456.467, 432.393, 456.467, - "v", + "'", -1, 0.629, "", @@ -146215,7 +146215,7 @@ 456.467, 433.451, 456.467, - "e", + "&", -1, 0.629, "", @@ -146238,7 +146238,7 @@ 456.467, 434.517, 456.467, - " ", + "#", -1, 0.629, "", @@ -146261,7 +146261,7 @@ 456.467, 435.147, 456.467, - "l", + "-", -1, 0.629, "", @@ -146284,7 +146284,7 @@ 456.467, 435.637, 456.467, - "e", + "&", -1, 0.629, "", @@ -146307,7 +146307,7 @@ 456.467, 436.702, 456.467, - "n", + "0", -1, 0.629, "", @@ -146330,7 +146330,7 @@ 456.467, 437.834, 456.467, - "s", + "1", -1, 0.629, "", @@ -146353,7 +146353,7 @@ 456.467, 438.766, 456.467, - ".", + "\"", -1, 0.629, "", @@ -146376,7 +146376,7 @@ 456.467, 439.417, 456.467, - " ", + "#", -1, 0.629, "", @@ -146399,7 +146399,7 @@ 456.467, 440.047, 456.467, - "C", + "P", -1, 0.629, "", @@ -146422,7 +146422,7 @@ 456.467, 441.295, 456.467, - "o", + "4", -1, 0.629, "", @@ -146445,7 +146445,7 @@ 456.467, 442.38, 456.467, - "a", + ",", -1, 0.629, "", @@ -146468,7 +146468,7 @@ 456.467, 443.455, 456.467, - "r", + "(", -1, 0.629, "", @@ -146491,7 +146491,7 @@ 456.467, 444.219, 456.467, - "s", + "1", -1, 0.629, "", @@ -146514,7 +146514,7 @@ 456.467, 445.15, 456.467, - "e", + "&", -1, 0.629, "", @@ -146537,7 +146537,7 @@ 456.467, 446.216, 456.467, - " ", + "#", -1, 0.629, "", @@ -146560,7 +146560,7 @@ 456.467, 446.846, 456.467, - "a", + ",", -1, 0.629, "", @@ -146583,7 +146583,7 @@ 456.467, 447.92, 456.467, - "n", + "0", -1, 0.629, "", @@ -146606,7 +146606,7 @@ 456.467, 449.052, 456.467, - "d", + "2", -1, 0.629, "", @@ -146629,7 +146629,7 @@ 456.467, 450.167, 456.467, - " ", + "#", -1, 0.629, "", @@ -146652,7 +146652,7 @@ 456.467, 450.796, 456.467, - "f", + "3", -1, 0.629, "", @@ -146675,7 +146675,7 @@ 456.467, 451.426, 456.467, - "i", + "*", -1, 0.629, "", @@ -146698,7 +146698,7 @@ 456.467, 451.916, 456.467, - "n", + "0", -1, 0.629, "", @@ -146721,7 +146721,7 @@ 456.467, 453.048, 456.467, - "e", + "&", -1, 0.629, "", @@ -146744,7 +146744,7 @@ 456.467, 454.078, 456.467, - " ", + "#", -1, 0.629, "", @@ -146767,7 +146767,7 @@ 454.32, 398.084, 454.32, - "f", + "3", -1, 0.629, "", @@ -146790,7 +146790,7 @@ 454.32, 398.714, 454.32, - "o", + "4", -1, 0.629, "", @@ -146813,7 +146813,7 @@ 454.32, 399.799, 454.32, - "c", + "+", -1, 0.629, "", @@ -146836,7 +146836,7 @@ 454.32, 400.731, 454.32, - "u", + ".", -1, 0.629, "", @@ -146859,7 +146859,7 @@ 454.32, 401.863, 454.32, - "s", + "1", -1, 0.629, "", @@ -146882,7 +146882,7 @@ 454.32, 402.795, 454.32, - " ", + "#", -1, 0.629, "", @@ -146905,7 +146905,7 @@ 454.32, 403.424, 454.32, - "a", + ",", -1, 0.629, "", @@ -146928,7 +146928,7 @@ 454.32, 404.499, 454.32, - "d", + "2", -1, 0.629, "", @@ -146951,7 +146951,7 @@ 454.32, 405.613, 454.32, - "j", + "=", -1, 0.629, "", @@ -146974,7 +146974,7 @@ 454.32, 406.228, 454.32, - "u", + ".", -1, 0.629, "", @@ -146997,7 +146997,7 @@ 454.32, 407.36, 454.32, - "s", + "1", -1, 0.629, "", @@ -147020,7 +147020,7 @@ 454.32, 408.292, 454.32, - "t", + ")", -1, 0.629, "", @@ -147043,7 +147043,7 @@ 454.32, 408.996, 454.32, - "m", + "8", -1, 0.629, "", @@ -147066,7 +147066,7 @@ 454.32, 410.736, 454.32, - "e", + "&", -1, 0.629, "", @@ -147089,7 +147089,7 @@ 454.32, 411.802, 454.32, - "n", + "0", -1, 0.629, "", @@ -147112,7 +147112,7 @@ 454.32, 412.934, 454.32, - "t", + ")", -1, 0.629, "", @@ -147135,7 +147135,7 @@ 454.32, 413.639, 454.32, - "s", + "1", -1, 0.629, "", @@ -147158,7 +147158,7 @@ 454.32, 414.57, 454.32, - " ", + "#", -1, 0.629, "", @@ -147181,7 +147181,7 @@ 454.32, 415.2, 454.32, - "p", + "7", -1, 0.629, "", @@ -147204,7 +147204,7 @@ 454.32, 416.314, 454.32, - "r", + "(", -1, 0.629, "", @@ -147227,7 +147227,7 @@ 454.32, 417.078, 454.32, - "o", + "4", -1, 0.629, "", @@ -147250,7 +147250,7 @@ 454.32, 418.163, 454.32, - "v", + "'", -1, 0.629, "", @@ -147273,7 +147273,7 @@ 454.32, 419.222, 454.32, - "i", + "*", -1, 0.629, "", @@ -147296,7 +147296,7 @@ 454.32, 419.712, 454.32, - "d", + "2", -1, 0.629, "", @@ -147319,7 +147319,7 @@ 454.32, 420.826, 454.32, - "e", + "&", -1, 0.629, "", @@ -147342,7 +147342,7 @@ 454.32, 421.892, 454.32, - " ", + "#", -1, 0.629, "", @@ -147365,7 +147365,7 @@ 454.32, 422.521, 454.32, - "a", + ",", -1, 0.629, "", @@ -147388,7 +147388,7 @@ 454.32, 423.596, 454.32, - "c", + "+", -1, 0.629, "", @@ -147411,7 +147411,7 @@ 454.32, 424.528, 454.32, - "c", + "+", -1, 0.629, "", @@ -147434,7 +147434,7 @@ 454.32, 425.459, 454.32, - "u", + ".", -1, 0.629, "", @@ -147457,7 +147457,7 @@ 454.32, 426.572, 454.32, - "r", + "(", -1, 0.629, "", @@ -147480,7 +147480,7 @@ 454.32, 427.305, 454.32, - "a", + ",", -1, 0.629, "", @@ -147503,7 +147503,7 @@ 454.32, 428.378, 454.32, - "c", + "+", -1, 0.629, "", @@ -147526,7 +147526,7 @@ 454.32, 429.31, 454.32, - "y", + "B", -1, 0.629, "", @@ -147549,7 +147549,7 @@ 454.32, 430.368, 454.32, - " ", + "#", -1, 0.629, "", @@ -147572,7 +147572,7 @@ 454.32, 430.998, 454.32, - "a", + ",", -1, 0.629, "", @@ -147595,7 +147595,7 @@ 454.32, 432.073, 454.32, - "n", + "0", -1, 0.629, "", @@ -147618,7 +147618,7 @@ 454.32, 433.205, 454.32, - "d", + "2", -1, 0.629, "", @@ -147641,7 +147641,7 @@ 454.32, 434.319, 454.32, - " ", + "#", -1, 0.629, "", @@ -147664,7 +147664,7 @@ 454.32, 434.948, 454.32, - "i", + "*", -1, 0.629, "", @@ -147687,7 +147687,7 @@ 454.32, 435.438, 454.32, - "m", + "8", -1, 0.629, "", @@ -147710,7 +147710,7 @@ 454.32, 437.178, 454.32, - "a", + ",", -1, 0.629, "", @@ -147733,7 +147733,7 @@ 454.32, 438.253, 454.32, - "g", + "6", -1, 0.629, "", @@ -147756,7 +147756,7 @@ 454.32, 439.367, 454.32, - "e", + "&", -1, 0.629, "", @@ -147779,7 +147779,7 @@ 454.32, 440.433, 454.32, - " ", + "#", -1, 0.629, "", @@ -147802,7 +147802,7 @@ 454.32, 441.062, 454.32, - "d", + "2", -1, 0.629, "", @@ -147825,7 +147825,7 @@ 454.32, 442.176, 454.32, - "e", + "&", -1, 0.629, "", @@ -147848,7 +147848,7 @@ 454.32, 443.242, 454.32, - "t", + ")", -1, 0.629, "", @@ -147871,7 +147871,7 @@ 454.32, 443.947, 454.32, - "a", + ",", -1, 0.629, "", @@ -147894,7 +147894,7 @@ 454.32, 445.022, 454.32, - "i", + "*", -1, 0.629, "", @@ -147917,7 +147917,7 @@ 454.32, 445.512, 454.32, - "l", + "-", -1, 0.629, "", @@ -147940,7 +147940,7 @@ 454.32, 446.002, 454.32, - ".", + "\"", -1, 0.629, "", @@ -147963,7 +147963,7 @@ 454.32, 446.653, 454.32, - " ", + "#", -1, 0.629, "", @@ -147986,7 +147986,7 @@ 454.32, 447.282, 454.32, - "T", + "$", -1, 0.629, "", @@ -148009,7 +148009,7 @@ 454.32, 448.384, 454.32, - "h", + "%", -1, 0.629, "", @@ -148032,7 +148032,7 @@ 454.32, 449.516, 454.32, - "e", + "&", -1, 0.629, "", @@ -148055,7 +148055,7 @@ 454.32, 450.581, 454.32, - " ", + "#", -1, 0.629, "", @@ -148078,7 +148078,7 @@ 454.32, 451.211, 454.32, - "r", + "(", -1, 0.629, "", @@ -148101,7 +148101,7 @@ 454.32, 451.975, 454.32, - "o", + "4", -1, 0.629, "", @@ -148124,7 +148124,7 @@ 454.32, 453.06, 454.32, - "t", + ")", -1, 0.629, "", @@ -148147,7 +148147,7 @@ 454.32, 453.765, 454.32, - "a", + ",", -1, 0.629, "", @@ -148170,7 +148170,7 @@ 454.32, 454.839, 454.32, - "t", + ")", -1, 0.629, "", @@ -148193,7 +148193,7 @@ 454.32, 455.544, 454.32, - "i", + "*", -1, 0.629, "", @@ -148216,7 +148216,7 @@ 454.32, 456.034, 454.32, - "n", + "0", -1, 0.629, "", @@ -148239,7 +148239,7 @@ 454.32, 457.166, 454.32, - "g", + "6", -1, 0.629, "", @@ -148262,7 +148262,7 @@ 454.32, 458.273, 454.32, - " ", + "#", -1, 0.629, "", @@ -148285,7 +148285,7 @@ 452.173, 398.086, 452.173, - "h", + "%", -1, 0.629, "", @@ -148308,7 +148308,7 @@ 452.173, 399.218, 452.173, - "e", + "&", -1, 0.629, "", @@ -148331,7 +148331,7 @@ 452.173, 400.284, 452.173, - "a", + ",", -1, 0.629, "", @@ -148354,7 +148354,7 @@ 452.173, 401.359, 452.173, - "d", + "2", -1, 0.629, "", @@ -148377,7 +148377,7 @@ 452.173, 402.473, 452.173, - " ", + "#", -1, 0.629, "", @@ -148400,7 +148400,7 @@ 452.173, 403.102, 452.173, - "a", + ",", -1, 0.629, "", @@ -148423,7 +148423,7 @@ 452.173, 404.177, 452.173, - "l", + "-", -1, 0.629, "", @@ -148446,7 +148446,7 @@ 452.173, 405.157, 452.173, - "o", + "4", -1, 0.629, "", @@ -148469,7 +148469,7 @@ 452.173, 406.242, 452.173, - "w", + "5", -1, 0.629, "", @@ -148492,7 +148492,7 @@ 452.173, 407.705, 452.173, - "s", + "1", -1, 0.629, "", @@ -148515,7 +148515,7 @@ 452.173, 408.637, 452.173, - " ", + "#", -1, 0.629, "", @@ -148538,7 +148538,7 @@ 452.173, 409.266, 452.173, - "t", + ")", -1, 0.629, "", @@ -148561,7 +148561,7 @@ 452.173, 409.971, 452.173, - "h", + "%", -1, 0.629, "", @@ -148584,7 +148584,7 @@ 452.173, 411.103, 452.173, - "e", + "&", -1, 0.629, "", @@ -148607,7 +148607,7 @@ 452.173, 412.169, 452.173, - " ", + "#", -1, 0.629, "", @@ -148630,7 +148630,7 @@ 452.173, 412.798, 452.173, - "u", + ".", -1, 0.629, "", @@ -148653,7 +148653,7 @@ 452.173, 413.93, 452.173, - "s", + "1", -1, 0.629, "", @@ -148676,7 +148676,7 @@ 452.173, 414.862, 452.173, - "e", + "&", -1, 0.629, "", @@ -148699,7 +148699,7 @@ 452.173, 415.928, 452.173, - "r", + "(", -1, 0.629, "", @@ -148722,7 +148722,7 @@ 452.173, 416.691, 452.173, - " ", + "#", -1, 0.629, "", @@ -148745,7 +148745,7 @@ 452.173, 417.321, 452.173, - "t", + ")", -1, 0.629, "", @@ -148768,7 +148768,7 @@ 452.173, 418.025, 452.173, - "o", + "4", -1, 0.629, "", @@ -148791,7 +148791,7 @@ 452.173, 419.111, 452.173, - " ", + "#", -1, 0.629, "", @@ -148814,7 +148814,7 @@ 452.173, 419.74, 452.173, - "p", + "7", -1, 0.629, "", @@ -148837,7 +148837,7 @@ 452.173, 420.855, 452.173, - "o", + "4", -1, 0.629, "", @@ -148860,7 +148860,7 @@ 452.173, 421.94, 452.173, - "s", + "1", -1, 0.629, "", @@ -148883,7 +148883,7 @@ 452.173, 422.872, 452.173, - "i", + "*", -1, 0.629, "", @@ -148906,7 +148906,7 @@ 452.173, 423.362, 452.173, - "t", + ")", -1, 0.629, "", @@ -148929,7 +148929,7 @@ 452.173, 424.066, 452.173, - "i", + "*", -1, 0.629, "", @@ -148952,7 +148952,7 @@ 452.173, 424.556, 452.173, - "o", + "4", -1, 0.629, "", @@ -148975,7 +148975,7 @@ 452.173, 425.642, 452.173, - "n", + "0", -1, 0.629, "", @@ -148998,7 +148998,7 @@ 452.173, 426.774, 452.173, - " ", + "#", -1, 0.629, "", @@ -149021,7 +149021,7 @@ 452.173, 427.403, 452.173, - "t", + ")", -1, 0.629, "", @@ -149044,7 +149044,7 @@ 452.173, 428.108, 452.173, - "h", + "%", -1, 0.629, "", @@ -149067,7 +149067,7 @@ 452.173, 429.24, 452.173, - "e", + "&", -1, 0.629, "", @@ -149090,7 +149090,7 @@ 452.173, 430.306, 452.173, - " ", + "#", -1, 0.629, "", @@ -149113,7 +149113,7 @@ 452.173, 430.935, 452.173, - "e", + "&", -1, 0.629, "", @@ -149136,7 +149136,7 @@ 452.173, 432.001, 452.173, - "y", + "B", -1, 0.629, "", @@ -149159,7 +149159,7 @@ 452.173, 433.06, 452.173, - "e", + "&", -1, 0.629, "", @@ -149182,7 +149182,7 @@ 452.173, 434.126, 452.173, - "p", + "7", -1, 0.629, "", @@ -149205,7 +149205,7 @@ 452.173, 435.24, 452.173, - "i", + "*", -1, 0.629, "", @@ -149228,7 +149228,7 @@ 452.173, 435.73, 452.173, - "e", + "&", -1, 0.629, "", @@ -149251,7 +149251,7 @@ 452.173, 436.795, 452.173, - "c", + "+", -1, 0.629, "", @@ -149274,7 +149274,7 @@ 452.173, 437.727, 452.173, - "e", + "&", -1, 0.629, "", @@ -149297,7 +149297,7 @@ 452.173, 438.793, 452.173, - "s", + "1", -1, 0.629, "", @@ -149320,7 +149320,7 @@ 452.173, 439.725, 452.173, - " ", + "#", -1, 0.629, "", @@ -149343,7 +149343,7 @@ 452.173, 440.354, 452.173, - "f", + "3", -1, 0.629, "", @@ -149366,7 +149366,7 @@ 452.173, 440.984, 452.173, - "o", + "4", -1, 0.629, "", @@ -149389,7 +149389,7 @@ 452.173, 442.069, 452.173, - "r", + "(", -1, 0.629, "", @@ -149412,7 +149412,7 @@ 452.173, 442.833, 452.173, - " ", + "#", -1, 0.629, "", @@ -149435,7 +149435,7 @@ 452.173, 443.462, 452.173, - "m", + "8", -1, 0.629, "", @@ -149458,7 +149458,7 @@ 452.173, 445.202, 452.173, - "a", + ",", -1, 0.629, "", @@ -149481,7 +149481,7 @@ 452.173, 446.277, 452.173, - "x", + "V", -1, 0.629, "", @@ -149504,7 +149504,7 @@ 452.173, 447.336, 452.173, - "i", + "*", -1, 0.629, "", @@ -149527,7 +149527,7 @@ 452.173, 447.826, 452.173, - "m", + "8", -1, 0.629, "", @@ -149550,7 +149550,7 @@ 452.173, 449.566, 452.173, - "u", + ".", -1, 0.629, "", @@ -149573,7 +149573,7 @@ 452.173, 450.698, 452.173, - "m", + "8", -1, 0.629, "", @@ -149596,7 +149596,7 @@ 452.173, 452.438, 452.173, - " ", + "#", -1, 0.629, "", @@ -149619,7 +149619,7 @@ 450.026, 398.086, 450.026, - "v", + "'", -1, 0.629, "", @@ -149642,7 +149642,7 @@ 450.026, 399.145, 450.026, - "i", + "*", -1, 0.629, "", @@ -149665,7 +149665,7 @@ 450.026, 399.635, 450.026, - "e", + "&", -1, 0.629, "", @@ -149688,7 +149688,7 @@ 450.026, 400.7, 450.026, - "w", + "5", -1, 0.629, "", @@ -149711,7 +149711,7 @@ 450.026, 402.163, 450.026, - "i", + "*", -1, 0.629, "", @@ -149734,7 +149734,7 @@ 450.026, 402.653, 450.026, - "n", + "0", -1, 0.629, "", @@ -149757,7 +149757,7 @@ 450.026, 403.785, 450.026, - "g", + "6", -1, 0.629, "", @@ -149780,7 +149780,7 @@ 450.026, 404.899, 450.026, - " ", + "#", -1, 0.629, "", @@ -149803,7 +149803,7 @@ 450.026, 405.529, 450.026, - "c", + "+", -1, 0.629, "", @@ -149826,7 +149826,7 @@ 450.026, 406.461, 450.026, - "o", + "4", -1, 0.629, "", @@ -149849,7 +149849,7 @@ 450.026, 407.546, 450.026, - "m", + "8", -1, 0.629, "", @@ -149872,7 +149872,7 @@ 450.026, 409.286, 450.026, - "f", + "3", -1, 0.629, "", @@ -149895,7 +149895,7 @@ 450.026, 409.916, 450.026, - "o", + "4", -1, 0.629, "", @@ -149918,7 +149918,7 @@ 450.026, 411.001, 450.026, - "r", + "(", -1, 0.629, "", @@ -149941,7 +149941,7 @@ 450.026, 411.765, 450.026, - "t", + ")", -1, 0.629, "", @@ -149964,7 +149964,7 @@ 450.026, 412.469, 450.026, - " ", + "#", -1, 0.629, "", @@ -149987,7 +149987,7 @@ 450.026, 413.099, 450.026, - "a", + ",", -1, 0.629, "", @@ -150010,7 +150010,7 @@ 450.026, 414.173, 450.026, - "n", + "0", -1, 0.629, "", @@ -150033,7 +150033,7 @@ 450.026, 415.305, 450.026, - "d", + "2", -1, 0.629, "", @@ -150056,7 +150056,7 @@ 450.026, 416.42, 450.026, - " ", + "#", -1, 0.629, "", @@ -150079,7 +150079,7 @@ 450.026, 417.049, 450.026, - "e", + "&", -1, 0.629, "", @@ -150102,7 +150102,7 @@ 450.026, 418.115, 450.026, - "a", + ",", -1, 0.629, "", @@ -150125,7 +150125,7 @@ 450.026, 419.19, 450.026, - "s", + "1", -1, 0.629, "", @@ -150148,7 +150148,7 @@ 450.026, 420.121, 450.026, - "y", + "B", -1, 0.629, "", @@ -150171,7 +150171,7 @@ 450.026, 421.18, 450.026, - " ", + "#", -1, 0.629, "", @@ -150194,7 +150194,7 @@ 450.026, 421.81, 450.026, - "a", + ",", -1, 0.629, "", @@ -150217,7 +150217,7 @@ 450.026, 422.884, 450.026, - "c", + "+", -1, 0.629, "", @@ -150240,7 +150240,7 @@ 450.026, 423.816, 450.026, - "c", + "+", -1, 0.629, "", @@ -150263,7 +150263,7 @@ 450.026, 424.748, 450.026, - "e", + "&", -1, 0.629, "", @@ -150286,7 +150286,7 @@ 450.026, 425.814, 450.026, - "s", + "1", -1, 0.629, "", @@ -150309,7 +150309,7 @@ 450.026, 426.745, 450.026, - "s", + "1", -1, 0.629, "", @@ -150332,7 +150332,7 @@ 450.026, 427.677, 450.026, - " ", + "#", -1, 0.629, "", @@ -150355,7 +150355,7 @@ 450.026, 428.306, 450.026, - "t", + ")", -1, 0.629, "", @@ -150378,7 +150378,7 @@ 450.026, 429.011, 450.026, - "o", + "4", -1, 0.629, "", @@ -150401,7 +150401,7 @@ 450.026, 430.097, 450.026, - " ", + "#", -1, 0.629, "", @@ -150424,7 +150424,7 @@ 450.026, 430.726, 450.026, - "a", + ",", -1, 0.629, "", @@ -150447,7 +150447,7 @@ 450.026, 431.801, 450.026, - "l", + "-", -1, 0.629, "", @@ -150470,7 +150470,7 @@ 450.026, 432.781, 450.026, - " ", + "#", -1, 0.629, "", @@ -150493,7 +150493,7 @@ 450.026, 433.41, 450.026, - "a", + ",", -1, 0.629, "", @@ -150516,7 +150516,7 @@ 450.026, 434.485, 450.026, - "d", + "2", -1, 0.629, "", @@ -150539,7 +150539,7 @@ 450.026, 435.599, 450.026, - "j", + "=", -1, 0.629, "", @@ -150562,7 +150562,7 @@ 450.026, 436.214, 450.026, - "u", + ".", -1, 0.629, "", @@ -150585,7 +150585,7 @@ 450.026, 437.346, 450.026, - "s", + "1", -1, 0.629, "", @@ -150608,7 +150608,7 @@ 450.026, 438.278, 450.026, - "t", + ")", -1, 0.629, "", @@ -150631,7 +150631,7 @@ 450.026, 438.983, 450.026, - "m", + "8", -1, 0.629, "", @@ -150654,7 +150654,7 @@ 450.026, 440.723, 450.026, - "e", + "&", -1, 0.629, "", @@ -150677,7 +150677,7 @@ 450.026, 441.788, 450.026, - "n", + "0", -1, 0.629, "", @@ -150700,7 +150700,7 @@ 450.026, 442.92, 450.026, - "t", + ")", -1, 0.629, "", @@ -150723,7 +150723,7 @@ 450.026, 443.625, 450.026, - " ", + "#", -1, 0.629, "", @@ -150746,7 +150746,7 @@ 450.026, 444.254, 450.026, - "k", + "@", -1, 0.629, "", @@ -150769,7 +150769,7 @@ 450.026, 445.313, 450.026, - "n", + "0", -1, 0.629, "", @@ -150792,7 +150792,7 @@ 450.026, 446.445, 450.026, - "o", + "4", -1, 0.629, "", @@ -150815,7 +150815,7 @@ 450.026, 447.531, 450.026, - "b", + "/", -1, 0.629, "", @@ -150838,7 +150838,7 @@ 450.026, 448.645, 450.026, - "s", + "1", -1, 0.629, "", @@ -150861,7 +150861,7 @@ 450.026, 449.576, 450.026, - ".", + "\"", -1, 0.629, "", @@ -150884,7 +150884,7 @@ 450.026, 450.227, 450.026, - " ", + "#", -1, 0.629, "", @@ -150907,7 +150907,7 @@ 450.026, 450.843, 450.026, - " ", + "#", -1, 0.629, "", @@ -150930,7 +150930,7 @@ 490.37, 422.106, 490.37, - "M", + "3", -1, 0.489, "", @@ -150953,7 +150953,7 @@ 490.37, 423.463, 490.37, - "o", + ">", -1, 0.489, "", @@ -150976,7 +150976,7 @@ 490.37, 424.445, 490.37, - "d", + "F", -1, 0.489, "", @@ -150999,7 +150999,7 @@ 490.37, 425.445, 490.37, - "e", + "G", -1, 0.489, "", @@ -151022,7 +151022,7 @@ 490.37, 426.395, 490.37, - "l", + "H", -1, 0.489, "", @@ -151045,7 +151045,7 @@ 490.37, 426.885, 490.37, - " ", + "(", -1, 0.489, "", @@ -151068,7 +151068,7 @@ 490.37, 427.374, 490.37, - "A", + "/", -1, 0.489, "", @@ -151091,7 +151091,7 @@ 490.37, 428.484, 490.37, - "Y", + "6", -1, 0.489, "", @@ -151114,7 +151114,7 @@ 490.37, 429.538, 490.37, - "1", + "!", -1, 0.489, "", @@ -151137,7 +151137,7 @@ 490.37, 430.556, 490.37, - "1", + "!", -1, 0.489, "", @@ -151160,7 +151160,7 @@ 490.37, 431.573, 490.37, - "2", + "7", -1, 0.489, "", @@ -151183,7 +151183,7 @@ 490.37, 432.59, 490.37, - "3", + "\"", -1, 0.489, "", @@ -151206,7 +151206,7 @@ 490.37, 433.607, 490.37, - "6", + "I", -1, 0.489, "", @@ -151252,7 +151252,7 @@ 508.594, 442.694, 508.594, - "i", + "*", -1, 0.415, "", @@ -151275,7 +151275,7 @@ 508.594, 443.017, 508.594, - "n", + "0", -1, 0.415, "", @@ -151298,7 +151298,7 @@ 508.594, 443.764, 508.594, - "e", + "&", -1, 0.415, "", @@ -151321,7 +151321,7 @@ 508.594, 444.467, 508.594, - " ", + "#", -1, 0.415, "", @@ -151344,7 +151344,7 @@ 507.414, 442.016, 507.414, - "A", + "Q", -1, 0.415, "", @@ -151367,7 +151367,7 @@ 507.414, 442.823, 507.414, - "d", + "2", -1, 0.415, "", @@ -151390,7 +151390,7 @@ 507.414, 443.557, 507.414, - "j", + "=", -1, 0.415, "", @@ -151413,7 +151413,7 @@ 507.414, 443.963, 507.414, - "u", + ".", -1, 0.415, "", @@ -151436,7 +151436,7 @@ 507.414, 444.71, 507.414, - "s", + "1", -1, 0.415, "", @@ -151459,7 +151459,7 @@ 507.414, 445.324, 507.414, - "t", + ")", -1, 0.415, "", @@ -151482,7 +151482,7 @@ 507.414, 445.789, 507.414, - "m", + "8", -1, 0.415, "", @@ -151505,7 +151505,7 @@ 507.414, 446.936, 507.414, - "e", + "&", -1, 0.415, "", @@ -151528,7 +151528,7 @@ 507.414, 447.639, 507.414, - "n", + "0", -1, 0.415, "", @@ -151551,7 +151551,7 @@ 507.414, 448.385, 507.414, - "t", + ")", -1, 0.415, "", @@ -151574,7 +151574,7 @@ 506.234, 442.016, 506.234, - "K", + "R", -1, 0.415, "", @@ -151597,7 +151597,7 @@ 506.234, 442.833, 506.234, - "n", + "0", -1, 0.415, "", @@ -151620,7 +151620,7 @@ 506.234, 443.58, 506.234, - "o", + "4", -1, 0.415, "", @@ -151643,7 +151643,7 @@ 506.234, 444.296, 506.234, - "b", + "/", -1, 0.415, "", @@ -151689,7 +151689,7 @@ 512.554, 408.812, 512.554, - "t", + ")", -1, 0.415, "", @@ -151712,7 +151712,7 @@ 512.554, 409.277, 512.554, - "a", + ",", -1, 0.415, "", @@ -151735,7 +151735,7 @@ 512.554, 409.985, 512.554, - "g", + "6", -1, 0.415, "", @@ -151758,7 +151758,7 @@ 512.554, 410.719, 512.554, - "e", + "&", -1, 0.415, "", @@ -151781,7 +151781,7 @@ 510.766, 404.072, 510.766, - "C", + "P", -1, 0.415, "", @@ -151804,7 +151804,7 @@ 510.766, 404.895, 510.766, - "o", + "4", -1, 0.415, "", @@ -151827,7 +151827,7 @@ 510.766, 405.611, 510.766, - "n", + "0", -1, 0.415, "", @@ -151850,7 +151850,7 @@ 510.766, 406.357, 510.766, - "d", + "2", -1, 0.415, "", @@ -151873,7 +151873,7 @@ 510.766, 407.092, 510.766, - "e", + "&", -1, 0.415, "", @@ -151896,7 +151896,7 @@ 510.766, 407.795, 510.766, - "n", + "0", -1, 0.415, "", @@ -151919,7 +151919,7 @@ 510.766, 408.541, 510.766, - "s", + "1", -1, 0.415, "", @@ -151942,7 +151942,7 @@ 510.766, 409.156, 510.766, - "e", + "&", -1, 0.415, "", @@ -151965,7 +151965,7 @@ 510.766, 409.858, 510.766, - "r", + "(", -1, 0.415, "", @@ -151988,7 +151988,7 @@ 510.766, 410.362, 510.766, - " ", + "#", -1, 0.415, "", @@ -152034,7 +152034,7 @@ 509.586, 404.722, 509.586, - "o", + "4", -1, 0.415, "", @@ -152057,7 +152057,7 @@ 509.586, 405.436, 509.586, - "c", + "+", -1, 0.415, "", @@ -152080,7 +152080,7 @@ 509.586, 406.051, 509.586, - "u", + ".", -1, 0.415, "", @@ -152103,7 +152103,7 @@ 509.586, 406.797, 509.586, - "s", + "1", -1, 0.415, "", @@ -152126,7 +152126,7 @@ 509.586, 407.411, 509.586, - "i", + "*", -1, 0.415, "", @@ -152149,7 +152149,7 @@ 509.586, 407.735, 509.586, - "n", + "0", -1, 0.415, "", @@ -152172,7 +152172,7 @@ 509.586, 408.481, 509.586, - "g", + "6", -1, 0.415, "", @@ -152195,7 +152195,7 @@ 508.406, 404.072, 508.406, - "K", + "R", -1, 0.415, "", @@ -152218,7 +152218,7 @@ 508.406, 404.889, 508.406, - "n", + "0", -1, 0.415, "", @@ -152241,7 +152241,7 @@ 508.406, 405.635, 508.406, - "o", + "4", -1, 0.415, "", @@ -152264,7 +152264,7 @@ 508.406, 406.351, 508.406, - "b", + "/", -1, 0.415, "", @@ -152287,7 +152287,7 @@ 529.358, 441.813, 529.358, - "E", + "X", -1, 0.415, "", @@ -152310,7 +152310,7 @@ 529.358, 442.558, 529.358, - "y", + "B", -1, 0.415, "", @@ -152333,7 +152333,7 @@ 529.358, 443.256, 529.358, - "e", + "&", -1, 0.415, "", @@ -152356,7 +152356,7 @@ 529.358, 443.959, 529.358, - "p", + "7", -1, 0.415, "", @@ -152379,7 +152379,7 @@ 529.358, 444.694, 529.358, - "i", + "*", -1, 0.415, "", @@ -152402,7 +152402,7 @@ 529.358, 445.017, 529.358, - "e", + "&", -1, 0.415, "", @@ -152425,7 +152425,7 @@ 529.358, 445.72, 529.358, - "c", + "+", -1, 0.415, "", @@ -152448,7 +152448,7 @@ 529.358, 446.334, 529.358, - "e", + "&", -1, 0.415, "", @@ -152494,7 +152494,7 @@ 520.55, 438.152, 520.55, - "t", + ")", -1, 0.415, "", @@ -152517,7 +152517,7 @@ 520.55, 438.616, 520.55, - "a", + ",", -1, 0.415, "", @@ -152540,7 +152540,7 @@ 520.55, 439.325, 520.55, - "n", + "0", -1, 0.415, "", @@ -152563,7 +152563,7 @@ 520.55, 440.071, 520.55, - "d", + "2", -1, 0.415, "", @@ -152586,7 +152586,7 @@ 507.28, 409.716, 507.28, - "L", + ";", -1, 0.415, "", @@ -152609,7 +152609,7 @@ 507.28, 410.373, 507.28, - "a", + ",", -1, 0.415, "", @@ -152632,7 +152632,7 @@ 507.28, 411.081, 507.28, - "m", + "8", -1, 0.415, "", @@ -152655,7 +152655,7 @@ 507.28, 412.228, 507.28, - "p", + "7", -1, 0.415, "", @@ -152678,7 +152678,7 @@ 507.28, 412.962, 507.28, - " ", + "#", -1, 0.415, "", @@ -152701,7 +152701,7 @@ 505.849, 409.716, 505.849, - "O", + "K", -1, 0.415, "", @@ -152724,7 +152724,7 @@ 505.849, 410.644, 505.849, - "n", + "0", -1, 0.415, "", @@ -152747,7 +152747,7 @@ 505.849, 411.39, 505.849, - "/", + "Y", -1, 0.415, "", @@ -152770,7 +152770,7 @@ 505.849, 411.925, 505.849, - "O", + "K", -1, 0.415, "", @@ -152793,7 +152793,7 @@ 505.849, 412.852, 505.849, - "f", + "3", -1, 0.415, "", @@ -152839,7 +152839,7 @@ 504.417, 410.523, 504.417, - "w", + "5", -1, 0.415, "", @@ -152862,7 +152862,7 @@ 504.417, 411.487, 504.417, - "i", + "*", -1, 0.415, "", @@ -152885,7 +152885,7 @@ 504.417, 411.809, 504.417, - "t", + ")", -1, 0.415, "", @@ -152908,7 +152908,7 @@ 504.417, 412.274, 504.417, - "c", + "+", -1, 0.415, "", @@ -152931,7 +152931,7 @@ 504.417, 412.888, 504.417, - "h", + "%", -1, 0.415, "", @@ -152954,7 +152954,7 @@ 494.965, 434.871, 494.965, - "L", + ";", -1, 0.415, "", @@ -152977,7 +152977,7 @@ 494.965, 435.528, 494.965, - "a", + ",", -1, 0.415, "", @@ -153000,7 +153000,7 @@ 494.965, 436.236, 494.965, - "m", + "8", -1, 0.415, "", @@ -153023,7 +153023,7 @@ 494.965, 437.383, 494.965, - "p", + "7", -1, 0.415, "", @@ -153046,7 +153046,7 @@ 494.965, 438.117, 494.965, - " ", + "#", -1, 0.415, "", @@ -153069,7 +153069,7 @@ 499.497, 439.52, 499.497, - "P", + "E", -1, 0.415, "", @@ -153092,7 +153092,7 @@ 499.497, 440.204, 499.497, - "o", + "4", -1, 0.415, "", @@ -153115,7 +153115,7 @@ 499.497, 440.918, 499.497, - "w", + "5", -1, 0.415, "", @@ -153138,7 +153138,7 @@ 499.497, 441.882, 499.497, - "e", + "&", -1, 0.415, "", @@ -153161,7 +153161,7 @@ 499.497, 442.584, 499.497, - "r", + "(", -1, 0.415, "", @@ -153184,7 +153184,7 @@ 498.066, 439.52, 498.066, - "C", + "P", -1, 0.415, "", @@ -153207,7 +153207,7 @@ 498.066, 440.343, 498.066, - "o", + "4", -1, 0.415, "", @@ -153230,7 +153230,7 @@ 498.066, 441.058, 498.066, - "r", + "(", -1, 0.415, "", @@ -153253,7 +153253,7 @@ 498.066, 441.562, 498.066, - "d", + "2", -1, 0.415, "", @@ -153276,7 +153276,7 @@ 527.02, 413.558, 527.02, - "R", + "D", -1, 0.415, "", @@ -153299,7 +153299,7 @@ 527.02, 414.35, 527.02, - "o", + "4", -1, 0.415, "", @@ -153322,7 +153322,7 @@ 527.02, 415.064, 527.02, - "t", + ")", -1, 0.415, "", @@ -153345,7 +153345,7 @@ 527.02, 415.529, 527.02, - "a", + ",", -1, 0.415, "", @@ -153368,7 +153368,7 @@ 527.02, 416.237, 527.02, - "t", + ")", -1, 0.415, "", @@ -153391,7 +153391,7 @@ 527.02, 416.701, 527.02, - "i", + "*", -1, 0.415, "", @@ -153414,7 +153414,7 @@ 527.02, 417.024, 527.02, - "n", + "0", -1, 0.415, "", @@ -153437,7 +153437,7 @@ 527.02, 417.77, 527.02, - "g", + "6", -1, 0.415, "", @@ -153460,7 +153460,7 @@ 527.02, 418.504, 527.02, - " ", + "#", -1, 0.415, "", @@ -153483,7 +153483,7 @@ 527.02, 418.919, 527.02, - "H", + "Z", -1, 0.415, "", @@ -153506,7 +153506,7 @@ 527.02, 419.804, 527.02, - "e", + "&", -1, 0.415, "", @@ -153529,7 +153529,7 @@ 527.02, 420.507, 527.02, - "a", + ",", -1, 0.415, "", @@ -153552,7 +153552,7 @@ 527.02, 421.215, 527.02, - "d", + "2", -1, 0.415, "", @@ -153598,7 +153598,7 @@ 504.775, 442.649, 504.775, - "t", + ")", -1, 0.415, "", @@ -153621,7 +153621,7 @@ 504.775, 443.114, 504.775, - "a", + ",", -1, 0.415, "", @@ -153644,7 +153644,7 @@ 504.775, 443.822, 504.775, - "g", + "6", -1, 0.415, "", @@ -153667,7 +153667,7 @@ 504.775, 444.556, 504.775, - "e", + "&", -1, 0.415, "", @@ -153690,7 +153690,7 @@ 504.775, 445.258, 504.775, - " ", + "#", -1, 0.415, "", @@ -153713,7 +153713,7 @@ 504.775, 445.673, 504.775, - "C", + "P", -1, 0.415, "", @@ -153736,7 +153736,7 @@ 504.775, 446.496, 504.775, - "l", + "-", -1, 0.415, "", @@ -153759,7 +153759,7 @@ 504.775, 446.819, 504.775, - "i", + "*", -1, 0.415, "", @@ -153782,7 +153782,7 @@ 504.775, 447.142, 504.775, - "p", + "7", -1, 0.415, "", @@ -153805,7 +153805,7 @@ 503.343, 441.843, 503.343, - "A", + "Q", -1, 0.415, "", @@ -153828,7 +153828,7 @@ 503.343, 442.649, 503.343, - "d", + "2", -1, 0.415, "", @@ -153851,7 +153851,7 @@ 503.343, 443.383, 503.343, - "j", + "=", -1, 0.415, "", @@ -153874,7 +153874,7 @@ 503.343, 443.789, 503.343, - "u", + ".", -1, 0.415, "", @@ -153897,7 +153897,7 @@ 503.343, 444.535, 503.343, - "s", + "1", -1, 0.415, "", @@ -153920,7 +153920,7 @@ 503.343, 445.149, 503.343, - "t", + ")", -1, 0.415, "", @@ -153943,7 +153943,7 @@ 503.343, 445.613, 503.343, - "m", + "8", -1, 0.415, "", @@ -153966,7 +153966,7 @@ 503.343, 446.76, 503.343, - "e", + "&", -1, 0.415, "", @@ -153989,7 +153989,7 @@ 503.343, 447.462, 503.343, - "n", + "0", -1, 0.415, "", @@ -154012,7 +154012,7 @@ 503.343, 448.208, 503.343, - "t", + ")", -1, 0.415, "", @@ -154035,7 +154035,7 @@ 531.814, 407.24, 531.814, - "I", + "A", -1, 0.415, "", @@ -154058,7 +154058,7 @@ 531.814, 407.736, 531.814, - "n", + "0", -1, 0.415, "", @@ -154081,7 +154081,7 @@ 531.814, 408.482, 531.814, - "t", + ")", -1, 0.415, "", @@ -154104,7 +154104,7 @@ 531.814, 408.947, 531.814, - "e", + "&", -1, 0.415, "", @@ -154127,7 +154127,7 @@ 531.814, 409.649, 531.814, - "r", + "(", -1, 0.415, "", @@ -154150,7 +154150,7 @@ 531.814, 410.152, 531.814, - "p", + "7", -1, 0.415, "", @@ -154173,7 +154173,7 @@ 531.814, 410.887, 531.814, - "u", + ".", -1, 0.415, "", @@ -154196,7 +154196,7 @@ 531.814, 411.633, 531.814, - "p", + "7", -1, 0.415, "", @@ -154219,7 +154219,7 @@ 531.814, 412.367, 531.814, - "i", + "*", -1, 0.415, "", @@ -154242,7 +154242,7 @@ 531.814, 412.69, 531.814, - "l", + "-", -1, 0.415, "", @@ -154265,7 +154265,7 @@ 531.814, 413.335, 531.814, - "a", + ",", -1, 0.415, "", @@ -154288,7 +154288,7 @@ 531.814, 414.044, 531.814, - "r", + "(", -1, 0.415, "", @@ -154311,7 +154311,7 @@ 531.814, 414.547, 531.814, - "y", + "B", -1, 0.415, "", @@ -154334,7 +154334,7 @@ 531.814, 415.245, 531.814, - " ", + "#", -1, 0.415, "", @@ -154380,7 +154380,7 @@ 531.814, 416.464, 531.814, - "l", + "-", -1, 0.415, "", @@ -154403,7 +154403,7 @@ 531.814, 416.787, 531.814, - "i", + "*", -1, 0.415, "", @@ -154426,7 +154426,7 @@ 531.814, 417.11, 531.814, - "d", + "2", -1, 0.415, "", @@ -154449,7 +154449,7 @@ 531.814, 417.844, 531.814, - "e", + "&", -1, 0.415, "", @@ -154472,7 +154472,7 @@ 531.814, 418.547, 531.814, - " ", + "#", -1, 0.415, "", @@ -154495,7 +154495,7 @@ 531.814, 418.962, 531.814, - "A", + "Q", -1, 0.415, "", @@ -154518,7 +154518,7 @@ 531.814, 419.768, 531.814, - "d", + "2", -1, 0.415, "", @@ -154541,7 +154541,7 @@ 531.814, 420.502, 531.814, - "j", + "=", -1, 0.415, "", @@ -154564,7 +154564,7 @@ 531.814, 420.907, 531.814, - "u", + ".", -1, 0.415, "", @@ -154587,7 +154587,7 @@ 531.814, 421.653, 531.814, - "s", + "1", -1, 0.415, "", @@ -154610,7 +154610,7 @@ 531.814, 422.267, 531.814, - "t", + ")", -1, 0.415, "", @@ -154633,7 +154633,7 @@ 531.814, 422.732, 531.814, - "m", + "8", -1, 0.415, "", @@ -154656,7 +154656,7 @@ 531.814, 423.878, 531.814, - "e", + "&", -1, 0.415, "", @@ -154679,7 +154679,7 @@ 531.814, 424.581, 531.814, - "n", + "0", -1, 0.415, "", @@ -154702,7 +154702,7 @@ 531.814, 425.327, 531.814, - "t", + ")", -1, 0.415, "", @@ -154725,7 +154725,7 @@ 412.978, 449.101, 412.978, - "C", + "!", -1, 0.528, "", @@ -154748,7 +154748,7 @@ 412.978, 450.472, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154771,7 +154771,7 @@ 412.978, 451.0, 412.978, - "r", + "#", -1, 0.528, "", @@ -154794,7 +154794,7 @@ 412.978, 451.738, 412.978, - "c", + "$", -1, 0.528, "", @@ -154817,7 +154817,7 @@ 412.978, 452.794, 412.978, - "l", + "%", -1, 0.528, "", @@ -154840,7 +154840,7 @@ 412.978, 453.322, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154863,7 +154863,7 @@ 412.978, 453.85, 412.978, - "n", + "&", -1, 0.528, "", @@ -154886,7 +154886,7 @@ 412.978, 455.01, 412.978, - "g", + "'", -1, 0.528, "", @@ -154909,7 +154909,7 @@ 412.978, 456.17, 412.978, - " ", + "(", -1, 0.528, "", @@ -154932,7 +154932,7 @@ 412.978, 456.698, 412.978, - "M", + ")", -1, 0.528, "", @@ -154955,7 +154955,7 @@ 412.978, 458.28, 412.978, - "i", + "\"", -1, 0.528, "", @@ -154978,7 +154978,7 @@ 412.978, 458.808, 412.978, - "n", + "&", -1, 0.528, "", @@ -155001,7 +155001,7 @@ 412.978, 459.968, 412.978, - "i", + "\"", -1, 0.528, "", @@ -155024,7 +155024,7 @@ 412.978, 460.496, 412.978, - "m", + "*", -1, 0.528, "", @@ -155047,7 +155047,7 @@ 412.978, 462.184, 412.978, - "u", + "+", -1, 0.528, "", @@ -155070,7 +155070,7 @@ 412.978, 463.344, 412.978, - "m", + "*", -1, 0.528, "", @@ -155093,7 +155093,7 @@ 412.978, 465.033, 412.978, - "s", + ",", -1, 0.528, "", @@ -155231,7 +155231,7 @@ 408.421, 454.061, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155323,7 +155323,7 @@ 408.421, 457.965, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155369,7 +155369,7 @@ 408.421, 459.549, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155530,7 +155530,7 @@ 408.421, 466.305, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155599,7 +155599,7 @@ 408.421, 468.416, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155691,7 +155691,7 @@ 408.421, 471.584, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -155829,7 +155829,7 @@ 408.421, 478.41, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156036,7 +156036,7 @@ 408.421, 484.634, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156105,7 +156105,7 @@ 408.421, 486.639, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156128,7 +156128,7 @@ 408.421, 487.167, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156151,7 +156151,7 @@ 408.421, 488.223, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156174,7 +156174,7 @@ 408.421, 489.279, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156197,7 +156197,7 @@ 408.421, 490.335, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156220,7 +156220,7 @@ 408.421, 491.391, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156335,7 +156335,7 @@ 408.421, 495.086, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156496,7 +156496,7 @@ 408.421, 501.166, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156703,7 +156703,7 @@ 408.421, 507.602, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -156818,7 +156818,7 @@ 408.421, 511.929, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157048,7 +157048,7 @@ 408.421, 521.11, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157117,7 +157117,7 @@ 408.421, 523.643, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157347,7 +157347,7 @@ 408.421, 532.933, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157439,7 +157439,7 @@ 408.421, 536.1, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157577,7 +157577,7 @@ 408.421, 541.377, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157646,7 +157646,7 @@ 408.421, 543.489, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157830,7 +157830,7 @@ 408.421, 550.243, 408.421, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -157853,7 +157853,7 @@ 405.884, 449.101, 405.884, - "i", + "!", -1, 0.528, "", @@ -157876,7 +157876,7 @@ 405.884, 449.522, 405.884, - "m", + "\"", -1, 0.528, "", @@ -157899,7 +157899,7 @@ 405.884, 451.104, 405.884, - "p", + "#", -1, 0.528, "", @@ -157922,7 +157922,7 @@ 405.884, 452.16, 405.884, - "r", + "$", -1, 0.528, "", @@ -157945,7 +157945,7 @@ 405.884, 452.792, 405.884, - "o", + "%", -1, 0.528, "", @@ -157968,7 +157968,7 @@ 405.884, 453.848, 405.884, - "v", + "&", -1, 0.528, "", @@ -157991,7 +157991,7 @@ 405.884, 454.797, 405.884, - "e", + "'", -1, 0.528, "", @@ -158014,7 +158014,7 @@ 405.884, 455.853, 405.884, - "d", + "(", -1, 0.528, "", @@ -158037,7 +158037,7 @@ 405.884, 456.909, 405.884, - " ", + ")", -1, 0.528, "", @@ -158060,7 +158060,7 @@ 405.884, 457.437, 405.884, - "o", + "%", -1, 0.528, "", @@ -158083,7 +158083,7 @@ 405.884, 458.493, 405.884, - "b", + "*", -1, 0.528, "", @@ -158106,7 +158106,7 @@ 405.884, 459.549, 405.884, - "s", + "+", -1, 0.528, "", @@ -158129,7 +158129,7 @@ 405.884, 460.498, 405.884, - "t", + ",", -1, 0.528, "", @@ -158152,7 +158152,7 @@ 405.884, 461.026, 405.884, - "a", + "-", -1, 0.528, "", @@ -158175,7 +158175,7 @@ 405.884, 462.082, 405.884, - "c", + ".", -1, 0.528, "", @@ -158198,7 +158198,7 @@ 405.884, 463.031, 405.884, - "l", + "/", -1, 0.528, "", @@ -158221,7 +158221,7 @@ 405.884, 463.453, 405.884, - "e", + "'", -1, 0.528, "", @@ -158244,7 +158244,7 @@ 405.884, 464.508, 405.884, - " ", + ")", -1, 0.528, "", @@ -158267,7 +158267,7 @@ 405.884, 465.036, 405.884, - "p", + "#", -1, 0.528, "", @@ -158290,7 +158290,7 @@ 405.884, 466.092, 405.884, - "r", + "$", -1, 0.528, "", @@ -158313,7 +158313,7 @@ 405.884, 466.725, 405.884, - "o", + "%", -1, 0.528, "", @@ -158336,7 +158336,7 @@ 405.884, 467.78, 405.884, - "t", + ",", -1, 0.528, "", @@ -158359,7 +158359,7 @@ 405.884, 468.308, 405.884, - "e", + "'", -1, 0.528, "", @@ -158382,7 +158382,7 @@ 405.884, 469.364, 405.884, - "c", + ".", -1, 0.528, "", @@ -158405,7 +158405,7 @@ 405.884, 470.313, 405.884, - "t", + ",", -1, 0.528, "", @@ -158428,7 +158428,7 @@ 405.884, 470.841, 405.884, - "i", + "!", -1, 0.528, "", @@ -158451,7 +158451,7 @@ 405.884, 471.263, 405.884, - "o", + "%", -1, 0.528, "", @@ -158474,7 +158474,7 @@ 405.884, 472.319, 405.884, - "n", + "0", -1, 0.528, "", @@ -158497,7 +158497,7 @@ 405.884, 473.374, 405.884, - ".", + "1", -1, 0.528, "", @@ -158520,7 +158520,7 @@ 405.884, 473.902, 405.884, - " ", + ")", -1, 0.528, "", @@ -158543,7 +158543,7 @@ 405.884, 474.399, 405.884, - "T", + "2", -1, 0.528, "", @@ -158566,7 +158566,7 @@ 405.884, 475.348, 405.884, - "o", + "%", -1, 0.528, "", @@ -158589,7 +158589,7 @@ 405.884, 476.404, 405.884, - " ", + ")", -1, 0.528, "", @@ -158612,7 +158612,7 @@ 405.884, 476.932, 405.884, - "i", + "!", -1, 0.528, "", @@ -158635,7 +158635,7 @@ 405.884, 477.353, 405.884, - "n", + "0", -1, 0.528, "", @@ -158658,7 +158658,7 @@ 405.884, 478.409, 405.884, - "d", + "(", -1, 0.528, "", @@ -158681,7 +158681,7 @@ 405.884, 479.465, 405.884, - "i", + "!", -1, 0.528, "", @@ -158704,7 +158704,7 @@ 405.884, 479.886, 405.884, - "c", + ".", -1, 0.528, "", @@ -158727,7 +158727,7 @@ 405.884, 480.836, 405.884, - "a", + "-", -1, 0.528, "", @@ -158750,7 +158750,7 @@ 405.884, 481.892, 405.884, - "t", + ",", -1, 0.528, "", @@ -158773,7 +158773,7 @@ 405.884, 482.42, 405.884, - "e", + "'", -1, 0.528, "", @@ -158796,7 +158796,7 @@ 405.884, 483.475, 405.884, - " ", + ")", -1, 0.528, "", @@ -158819,7 +158819,7 @@ 405.884, 484.003, 405.884, - "t", + ",", -1, 0.528, "", @@ -158842,7 +158842,7 @@ 405.884, 484.531, 405.884, - "h", + "3", -1, 0.528, "", @@ -158865,7 +158865,7 @@ 405.884, 485.587, 405.884, - "a", + "-", -1, 0.528, "", @@ -158888,7 +158888,7 @@ 405.884, 486.643, 405.884, - "t", + ",", -1, 0.528, "", @@ -158911,7 +158911,7 @@ 405.884, 487.171, 405.884, - " ", + ")", -1, 0.528, "", @@ -158934,7 +158934,7 @@ 405.884, 487.698, 405.884, - "t", + ",", -1, 0.528, "", @@ -158957,7 +158957,7 @@ 405.884, 488.226, 405.884, - "h", + "3", -1, 0.528, "", @@ -158980,7 +158980,7 @@ 405.884, 489.282, 405.884, - "e", + "'", -1, 0.528, "", @@ -159003,7 +159003,7 @@ 405.884, 490.338, 405.884, - " ", + ")", -1, 0.528, "", @@ -159026,7 +159026,7 @@ 405.884, 490.866, 405.884, - "n", + "0", -1, 0.528, "", @@ -159049,7 +159049,7 @@ 405.884, 491.922, 405.884, - "e", + "'", -1, 0.528, "", @@ -159072,7 +159072,7 @@ 405.884, 492.977, 405.884, - "w", + "4", -1, 0.528, "", @@ -159095,7 +159095,7 @@ 405.884, 494.348, 405.884, - " ", + ")", -1, 0.528, "", @@ -159118,7 +159118,7 @@ 405.884, 494.876, 405.884, - "c", + ".", -1, 0.528, "", @@ -159141,7 +159141,7 @@ 405.884, 495.826, 405.884, - "r", + "$", -1, 0.528, "", @@ -159164,7 +159164,7 @@ 405.884, 496.458, 405.884, - "i", + "!", -1, 0.528, "", @@ -159187,7 +159187,7 @@ 405.884, 496.88, 405.884, - "t", + ",", -1, 0.528, "", @@ -159210,7 +159210,7 @@ 405.884, 497.408, 405.884, - "e", + "'", -1, 0.528, "", @@ -159233,7 +159233,7 @@ 405.884, 498.463, 405.884, - "r", + "$", -1, 0.528, "", @@ -159256,7 +159256,7 @@ 405.884, 499.096, 405.884, - "i", + "!", -1, 0.528, "", @@ -159279,7 +159279,7 @@ 405.884, 499.517, 405.884, - "a", + "-", -1, 0.528, "", @@ -159302,7 +159302,7 @@ 405.884, 500.573, 405.884, - " ", + ")", -1, 0.528, "", @@ -159325,7 +159325,7 @@ 405.884, 501.101, 405.884, - "h", + "3", -1, 0.528, "", @@ -159348,7 +159348,7 @@ 405.884, 502.157, 405.884, - "a", + "-", -1, 0.528, "", @@ -159371,7 +159371,7 @@ 405.884, 503.213, 405.884, - "d", + "(", -1, 0.528, "", @@ -159394,7 +159394,7 @@ 405.884, 504.268, 405.884, - " ", + ")", -1, 0.528, "", @@ -159417,7 +159417,7 @@ 405.884, 504.796, 405.884, - "b", + "*", -1, 0.528, "", @@ -159440,7 +159440,7 @@ 405.884, 505.852, 405.884, - "e", + "'", -1, 0.528, "", @@ -159463,7 +159463,7 @@ 405.884, 506.908, 405.884, - "e", + "'", -1, 0.528, "", @@ -159486,7 +159486,7 @@ 405.884, 507.964, 405.884, - "n", + "0", -1, 0.528, "", @@ -159509,7 +159509,7 @@ 405.884, 509.019, 405.884, - " ", + ")", -1, 0.528, "", @@ -159532,7 +159532,7 @@ 405.884, 509.547, 405.884, - "a", + "-", -1, 0.528, "", @@ -159555,7 +159555,7 @@ 405.884, 510.603, 405.884, - "p", + "#", -1, 0.528, "", @@ -159578,7 +159578,7 @@ 405.884, 511.659, 405.884, - "p", + "#", -1, 0.528, "", @@ -159601,7 +159601,7 @@ 405.884, 512.715, 405.884, - "l", + "/", -1, 0.528, "", @@ -159624,7 +159624,7 @@ 405.884, 513.136, 405.884, - "i", + "!", -1, 0.528, "", @@ -159647,7 +159647,7 @@ 405.884, 513.558, 405.884, - "e", + "'", -1, 0.528, "", @@ -159670,7 +159670,7 @@ 405.884, 514.614, 405.884, - "d", + "(", -1, 0.528, "", @@ -159693,7 +159693,7 @@ 405.884, 515.669, 405.884, - " ", + ")", -1, 0.528, "", @@ -159716,7 +159716,7 @@ 405.884, 516.197, 405.884, - "t", + ",", -1, 0.528, "", @@ -159739,7 +159739,7 @@ 405.884, 516.725, 405.884, - "o", + "%", -1, 0.528, "", @@ -159762,7 +159762,7 @@ 405.884, 517.781, 405.884, - " ", + ")", -1, 0.528, "", @@ -159785,7 +159785,7 @@ 405.884, 518.309, 405.884, - "a", + "-", -1, 0.528, "", @@ -159808,7 +159808,7 @@ 405.884, 519.365, 405.884, - " ", + ")", -1, 0.528, "", @@ -159831,7 +159831,7 @@ 405.884, 519.893, 405.884, - "g", + "5", -1, 0.528, "", @@ -159854,7 +159854,7 @@ 405.884, 520.948, 405.884, - "i", + "!", -1, 0.528, "", @@ -159877,7 +159877,7 @@ 405.884, 521.37, 405.884, - "v", + "&", -1, 0.528, "", @@ -159900,7 +159900,7 @@ 405.884, 522.319, 405.884, - "e", + "'", -1, 0.528, "", @@ -159923,7 +159923,7 @@ 405.884, 523.375, 405.884, - "n", + "0", -1, 0.528, "", @@ -159946,7 +159946,7 @@ 405.884, 524.431, 405.884, - " ", + ")", -1, 0.528, "", @@ -159969,7 +159969,7 @@ 405.884, 524.959, 405.884, - "p", + "#", -1, 0.528, "", @@ -159992,7 +159992,7 @@ 405.884, 526.015, 405.884, - "r", + "$", -1, 0.528, "", @@ -160015,7 +160015,7 @@ 405.884, 526.647, 405.884, - "o", + "%", -1, 0.528, "", @@ -160038,7 +160038,7 @@ 405.884, 527.703, 405.884, - "c", + ".", -1, 0.528, "", @@ -160061,7 +160061,7 @@ 405.884, 528.652, 405.884, - "e", + "'", -1, 0.528, "", @@ -160084,7 +160084,7 @@ 405.884, 529.708, 405.884, - "d", + "(", -1, 0.528, "", @@ -160107,7 +160107,7 @@ 405.884, 530.764, 405.884, - "u", + "6", -1, 0.528, "", @@ -160130,7 +160130,7 @@ 405.884, 531.82, 405.884, - "r", + "$", -1, 0.528, "", @@ -160153,7 +160153,7 @@ 405.884, 532.452, 405.884, - "e", + "'", -1, 0.528, "", @@ -160176,7 +160176,7 @@ 405.884, 533.508, 405.884, - ",", + "7", -1, 0.528, "", @@ -160199,7 +160199,7 @@ 405.884, 534.036, 405.884, - " ", + ")", -1, 0.528, "", @@ -160222,7 +160222,7 @@ 405.884, 534.564, 405.884, - "a", + "-", -1, 0.528, "", @@ -160245,7 +160245,7 @@ 405.884, 535.619, 405.884, - " ", + ")", -1, 0.528, "", @@ -160268,7 +160268,7 @@ 405.884, 538.311, 405.884, - " ", + ")", -1, 0.528, "", @@ -160291,7 +160291,7 @@ 405.884, 538.839, 405.884, - "i", + "!", -1, 0.528, "", @@ -160314,7 +160314,7 @@ 405.884, 539.26, 405.884, - "s", + "+", -1, 0.528, "", @@ -160337,7 +160337,7 @@ 405.884, 540.21, 405.884, - " ", + ")", -1, 0.528, "", @@ -160360,7 +160360,7 @@ 405.884, 540.738, 405.884, - "p", + "#", -1, 0.528, "", @@ -160383,7 +160383,7 @@ 405.884, 541.793, 405.884, - "l", + "/", -1, 0.528, "", @@ -160406,7 +160406,7 @@ 405.884, 542.215, 405.884, - "a", + "-", -1, 0.528, "", @@ -160429,7 +160429,7 @@ 405.884, 543.271, 405.884, - "c", + ".", -1, 0.528, "", @@ -160452,7 +160452,7 @@ 405.884, 544.22, 405.884, - "e", + "'", -1, 0.528, "", @@ -160475,7 +160475,7 @@ 405.884, 545.276, 405.884, - "d", + "(", -1, 0.528, "", @@ -160498,7 +160498,7 @@ 405.884, 546.332, 405.884, - " ", + ")", -1, 0.528, "", @@ -160521,7 +160521,7 @@ 405.884, 546.86, 405.884, - "o", + "%", -1, 0.528, "", @@ -160544,7 +160544,7 @@ 405.884, 547.916, 405.884, - "n", + "0", -1, 0.528, "", @@ -160567,7 +160567,7 @@ 405.884, 548.971, 405.884, - " ", + ")", -1, 0.528, "", @@ -160590,7 +160590,7 @@ 403.605, 449.101, 403.605, - "t", + ",", -1, 0.528, "", @@ -160613,7 +160613,7 @@ 403.605, 449.629, 403.605, - "h", + "3", -1, 0.528, "", @@ -160636,7 +160636,7 @@ 403.605, 450.684, 403.605, - "e", + "'", -1, 0.528, "", @@ -160659,7 +160659,7 @@ 403.605, 451.74, 403.605, - " ", + ")", -1, 0.528, "", @@ -160682,7 +160682,7 @@ 403.605, 452.268, 403.605, - "c", + ".", -1, 0.528, "", @@ -160705,7 +160705,7 @@ 403.605, 453.218, 403.605, - "i", + "!", -1, 0.528, "", @@ -160728,7 +160728,7 @@ 403.605, 453.639, 403.605, - "r", + "$", -1, 0.528, "", @@ -160751,7 +160751,7 @@ 403.605, 454.271, 403.605, - "c", + ".", -1, 0.528, "", @@ -160774,7 +160774,7 @@ 403.605, 455.221, 403.605, - "l", + "/", -1, 0.528, "", @@ -160797,7 +160797,7 @@ 403.605, 455.642, 403.605, - "i", + "!", -1, 0.528, "", @@ -160820,7 +160820,7 @@ 403.605, 456.064, 403.605, - "n", + "0", -1, 0.528, "", @@ -160843,7 +160843,7 @@ 403.605, 457.12, 403.605, - "g", + "5", -1, 0.528, "", @@ -160866,7 +160866,7 @@ 403.605, 458.176, 403.605, - " ", + ")", -1, 0.528, "", @@ -160889,7 +160889,7 @@ 403.605, 458.704, 403.605, - "l", + "/", -1, 0.528, "", @@ -160912,7 +160912,7 @@ 403.605, 459.125, 403.605, - "i", + "!", -1, 0.528, "", @@ -160935,7 +160935,7 @@ 403.605, 459.547, 403.605, - "n", + "0", -1, 0.528, "", @@ -160958,7 +160958,7 @@ 403.605, 460.602, 403.605, - "e", + "'", -1, 0.528, "", @@ -160981,7 +160981,7 @@ 403.605, 461.658, 403.605, - " ", + ")", -1, 0.528, "", @@ -161004,7 +161004,7 @@ 403.605, 462.186, 403.605, - "o", + "%", -1, 0.528, "", @@ -161027,7 +161027,7 @@ 403.605, 463.242, 403.605, - "f", + "8", -1, 0.528, "", @@ -161050,7 +161050,7 @@ 403.605, 463.77, 403.605, - " ", + ")", -1, 0.528, "", @@ -161073,7 +161073,7 @@ 403.605, 464.298, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161096,7 +161096,7 @@ 403.605, 465.879, 403.605, - "i", + "!", -1, 0.528, "", @@ -161119,7 +161119,7 @@ 403.605, 466.301, 403.605, - "n", + "0", -1, 0.528, "", @@ -161142,7 +161142,7 @@ 403.605, 467.357, 403.605, - "i", + "!", -1, 0.528, "", @@ -161165,7 +161165,7 @@ 403.605, 467.778, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161188,7 +161188,7 @@ 403.605, 469.36, 403.605, - "u", + "6", -1, 0.528, "", @@ -161211,7 +161211,7 @@ 403.605, 470.416, 403.605, - "m", + "\"", -1, 0.528, "", @@ -161234,7 +161234,7 @@ 403.605, 471.998, 403.605, - "s", + "+", -1, 0.528, "", @@ -161257,7 +161257,7 @@ 403.605, 472.947, 403.605, - ".", + "1", -1, 0.528, "", @@ -161280,7 +161280,7 @@ 403.605, 473.475, 403.605, - " ", + ")", -1, 0.528, "", @@ -161303,7 +161303,7 @@ 403.605, 473.971, 403.605, - "T", + "2", -1, 0.528, "", @@ -161326,7 +161326,7 @@ 403.605, 475.131, 403.605, - "h", + "3", -1, 0.528, "", @@ -161349,7 +161349,7 @@ 403.605, 476.187, 403.605, - "e", + "'", -1, 0.528, "", @@ -161372,7 +161372,7 @@ 403.605, 477.243, 403.605, - " ", + ")", -1, 0.528, "", @@ -161395,7 +161395,7 @@ 403.605, 477.771, 403.605, - "n", + "0", -1, 0.528, "", @@ -161418,7 +161418,7 @@ 403.605, 478.827, 403.605, - "e", + "'", -1, 0.528, "", @@ -161441,7 +161441,7 @@ 403.605, 479.882, 403.605, - "w", + "4", -1, 0.528, "", @@ -161464,7 +161464,7 @@ 403.605, 481.253, 403.605, - " ", + ")", -1, 0.528, "", @@ -161487,7 +161487,7 @@ 403.605, 481.781, 403.605, - "c", + ".", -1, 0.528, "", @@ -161510,7 +161510,7 @@ 403.605, 482.731, 403.605, - "i", + "!", -1, 0.528, "", @@ -161533,7 +161533,7 @@ 403.605, 483.152, 403.605, - "r", + "$", -1, 0.528, "", @@ -161556,7 +161556,7 @@ 403.605, 483.785, 403.605, - "c", + ".", -1, 0.528, "", @@ -161579,7 +161579,7 @@ 403.605, 484.734, 403.605, - "l", + "/", -1, 0.528, "", @@ -161602,7 +161602,7 @@ 403.605, 485.156, 403.605, - "i", + "!", -1, 0.528, "", @@ -161625,7 +161625,7 @@ 403.605, 485.577, 403.605, - "n", + "0", -1, 0.528, "", @@ -161648,7 +161648,7 @@ 403.605, 486.633, 403.605, - "g", + "5", -1, 0.528, "", @@ -161671,7 +161671,7 @@ 403.605, 487.689, 403.605, - " ", + ")", -1, 0.528, "", @@ -161694,7 +161694,7 @@ 403.605, 488.217, 403.605, - "t", + ",", -1, 0.528, "", @@ -161717,7 +161717,7 @@ 403.605, 488.745, 403.605, - "a", + "-", -1, 0.528, "", @@ -161740,7 +161740,7 @@ 403.605, 489.8, 403.605, - "b", + "*", -1, 0.528, "", @@ -161763,7 +161763,7 @@ 403.605, 490.856, 403.605, - "l", + "/", -1, 0.528, "", @@ -161786,7 +161786,7 @@ 403.605, 491.278, 403.605, - "e", + "'", -1, 0.528, "", @@ -161809,7 +161809,7 @@ 403.605, 492.334, 403.605, - "s", + "+", -1, 0.528, "", @@ -161832,7 +161832,7 @@ 403.605, 493.283, 403.605, - " ", + ")", -1, 0.528, "", @@ -161855,7 +161855,7 @@ 403.605, 493.811, 403.605, - "a", + "-", -1, 0.528, "", @@ -161878,7 +161878,7 @@ 403.605, 494.867, 403.605, - "n", + "0", -1, 0.528, "", @@ -161901,7 +161901,7 @@ 403.605, 495.922, 403.605, - "d", + "(", -1, 0.528, "", @@ -161924,7 +161924,7 @@ 403.605, 496.978, 403.605, - " ", + ")", -1, 0.528, "", @@ -161947,7 +161947,7 @@ 403.605, 497.506, 403.605, - "e", + "'", -1, 0.528, "", @@ -161970,7 +161970,7 @@ 403.605, 498.562, 403.605, - "x", + "9", -1, 0.528, "", @@ -161993,7 +161993,7 @@ 403.605, 499.511, 403.605, - "p", + "#", -1, 0.528, "", @@ -162016,7 +162016,7 @@ 403.605, 500.567, 403.605, - "l", + "/", -1, 0.528, "", @@ -162039,7 +162039,7 @@ 403.605, 500.989, 403.605, - "a", + "-", -1, 0.528, "", @@ -162062,7 +162062,7 @@ 403.605, 502.045, 403.605, - "n", + "0", -1, 0.528, "", @@ -162085,7 +162085,7 @@ 403.605, 503.1, 403.605, - "a", + "-", -1, 0.528, "", @@ -162108,7 +162108,7 @@ 403.605, 504.156, 403.605, - "t", + ",", -1, 0.528, "", @@ -162131,7 +162131,7 @@ 403.605, 504.684, 403.605, - "o", + "%", -1, 0.528, "", @@ -162154,7 +162154,7 @@ 403.605, 505.74, 403.605, - "r", + "$", -1, 0.528, "", @@ -162177,7 +162177,7 @@ 403.605, 506.372, 403.605, - "y", + ":", -1, 0.528, "", @@ -162200,7 +162200,7 @@ 403.605, 507.322, 403.605, - " ", + ")", -1, 0.528, "", @@ -162223,7 +162223,7 @@ 403.605, 507.849, 403.605, - "i", + "!", -1, 0.528, "", @@ -162246,7 +162246,7 @@ 403.605, 508.271, 403.605, - "n", + "0", -1, 0.528, "", @@ -162269,7 +162269,7 @@ 403.605, 509.327, 403.605, - "f", + "8", -1, 0.528, "", @@ -162292,7 +162292,7 @@ 403.605, 509.855, 403.605, - "o", + "%", -1, 0.528, "", @@ -162315,7 +162315,7 @@ 403.605, 510.911, 403.605, - "r", + "$", -1, 0.528, "", @@ -162338,7 +162338,7 @@ 403.605, 511.543, 403.605, - "m", + "\"", -1, 0.528, "", @@ -162361,7 +162361,7 @@ 403.605, 513.125, 403.605, - "a", + "-", -1, 0.528, "", @@ -162384,7 +162384,7 @@ 403.605, 514.18, 403.605, - "t", + ",", -1, 0.528, "", @@ -162407,7 +162407,7 @@ 403.605, 514.708, 403.605, - "i", + "!", -1, 0.528, "", @@ -162430,7 +162430,7 @@ 403.605, 515.13, 403.605, - "o", + "%", -1, 0.528, "", @@ -162453,7 +162453,7 @@ 403.605, 516.186, 403.605, - "n", + "0", -1, 0.528, "", @@ -162476,7 +162476,7 @@ 403.605, 517.241, 403.605, - " ", + ")", -1, 0.528, "", @@ -162499,7 +162499,7 @@ 403.605, 517.769, 403.605, - "i", + "!", -1, 0.528, "", @@ -162522,7 +162522,7 @@ 403.605, 518.191, 403.605, - "s", + "+", -1, 0.528, "", @@ -162545,7 +162545,7 @@ 403.605, 519.14, 403.605, - " ", + ")", -1, 0.528, "", @@ -162568,7 +162568,7 @@ 403.605, 519.668, 403.605, - "l", + "/", -1, 0.528, "", @@ -162591,7 +162591,7 @@ 403.605, 520.09, 403.605, - "o", + "%", -1, 0.528, "", @@ -162614,7 +162614,7 @@ 403.605, 521.146, 403.605, - "c", + ".", -1, 0.528, "", @@ -162637,7 +162637,7 @@ 403.605, 522.095, 403.605, - "a", + "-", -1, 0.528, "", @@ -162660,7 +162660,7 @@ 403.605, 523.151, 403.605, - "t", + ",", -1, 0.528, "", @@ -162683,7 +162683,7 @@ 403.605, 523.679, 403.605, - "e", + "'", -1, 0.528, "", @@ -162706,7 +162706,7 @@ 403.605, 524.735, 403.605, - "d", + "(", -1, 0.528, "", @@ -162729,7 +162729,7 @@ 403.605, 525.79, 403.605, - " ", + ")", -1, 0.528, "", @@ -162752,7 +162752,7 @@ 403.605, 526.318, 403.605, - "i", + "!", -1, 0.528, "", @@ -162775,7 +162775,7 @@ 403.605, 526.74, 403.605, - "n", + "0", -1, 0.528, "", @@ -162798,7 +162798,7 @@ 403.605, 527.796, 403.605, - " ", + ")", -1, 0.528, "", @@ -162821,7 +162821,7 @@ 403.605, 528.324, 403.605, - "t", + ",", -1, 0.528, "", @@ -162844,7 +162844,7 @@ 403.605, 528.851, 403.605, - "h", + "3", -1, 0.528, "", @@ -162867,7 +162867,7 @@ 403.605, 529.907, 403.605, - "e", + "'", -1, 0.528, "", @@ -162890,7 +162890,7 @@ 403.605, 530.963, 403.605, - " ", + ")", -1, 0.528, "", @@ -162913,7 +162913,7 @@ 403.605, 531.491, 403.605, - "L", + ";", -1, 0.528, "", @@ -162936,7 +162936,7 @@ 403.605, 532.547, 403.605, - "e", + "'", -1, 0.528, "", @@ -162959,7 +162959,7 @@ 403.605, 533.602, 403.605, - "g", + "5", -1, 0.528, "", @@ -162982,7 +162982,7 @@ 403.605, 534.658, 403.605, - "e", + "'", -1, 0.528, "", @@ -163005,7 +163005,7 @@ 403.605, 535.714, 403.605, - "n", + "0", -1, 0.528, "", @@ -163028,7 +163028,7 @@ 403.605, 536.77, 403.605, - "d", + "(", -1, 0.528, "", @@ -163051,7 +163051,7 @@ 403.605, 537.826, 403.605, - " ", + ")", -1, 0.528, "", @@ -163074,7 +163074,7 @@ 403.605, 538.354, 403.605, - "o", + "%", -1, 0.528, "", @@ -163097,7 +163097,7 @@ 403.605, 539.409, 403.605, - "f", + "8", -1, 0.528, "", @@ -163120,7 +163120,7 @@ 403.605, 539.937, 403.605, - " ", + ")", -1, 0.528, "", @@ -163143,7 +163143,7 @@ 403.605, 540.465, 403.605, - "t", + ",", -1, 0.528, "", @@ -163166,7 +163166,7 @@ 403.605, 540.993, 403.605, - "h", + "3", -1, 0.528, "", @@ -163189,7 +163189,7 @@ 403.605, 542.049, 403.605, - "e", + "'", -1, 0.528, "", @@ -163212,7 +163212,7 @@ 403.605, 543.105, 403.605, - " ", + ")", -1, 0.528, "", @@ -163235,7 +163235,7 @@ 403.605, 543.606, 403.605, - "T", + "2", -1, 0.528, "", @@ -163258,7 +163258,7 @@ 403.605, 544.766, 403.605, - "P", + "<", -1, 0.528, "", @@ -163281,7 +163281,7 @@ 403.605, 546.033, 403.605, - "P", + "<", -1, 0.528, "", @@ -163304,7 +163304,7 @@ 403.605, 547.054, 403.605, - ".", + "1", -1, 0.528, "", @@ -163396,7 +163396,7 @@ 398.428, 452.373, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163649,7 +163649,7 @@ 398.428, 462.822, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163787,7 +163787,7 @@ 398.428, 467.889, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -163994,7 +163994,7 @@ 398.428, 475.805, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164201,7 +164201,7 @@ 398.428, 482.24, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164408,7 +164408,7 @@ 398.428, 490.685, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164546,7 +164546,7 @@ 398.428, 495.962, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164638,7 +164638,7 @@ 398.428, 499.551, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164707,7 +164707,7 @@ 398.428, 502.19, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -164937,7 +164937,7 @@ 398.428, 510.318, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165006,7 +165006,7 @@ 398.428, 512.851, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165098,7 +165098,7 @@ 398.428, 516.018, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165282,7 +165282,7 @@ 398.428, 523.724, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165351,7 +165351,7 @@ 398.428, 525.836, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165443,7 +165443,7 @@ 398.428, 529.003, 398.428, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -165466,7 +165466,7 @@ 398.428, 532.058, 398.428, - " ", + ")", -1, 0.528, "", @@ -165489,7 +165489,7 @@ 398.428, 532.586, 398.428, - "o", + "%", -1, 0.528, "", @@ -165512,7 +165512,7 @@ 398.428, 533.642, 398.428, - "n", + "0", -1, 0.528, "", @@ -165535,7 +165535,7 @@ 398.428, 534.698, 398.428, - " ", + ")", -1, 0.528, "", @@ -165558,7 +165558,7 @@ 398.428, 535.226, 398.428, - "t", + ",", -1, 0.528, "", @@ -165581,7 +165581,7 @@ 398.428, 535.754, 398.428, - "h", + "3", -1, 0.528, "", @@ -165604,7 +165604,7 @@ 398.428, 536.809, 398.428, - "e", + "'", -1, 0.528, "", @@ -165627,7 +165627,7 @@ 398.428, 537.865, 398.428, - " ", + ")", -1, 0.528, "", @@ -165650,7 +165650,7 @@ 398.428, 538.393, 398.428, - "c", + ".", -1, 0.528, "", @@ -165673,7 +165673,7 @@ 398.428, 539.343, 398.428, - "i", + "!", -1, 0.528, "", @@ -165696,7 +165696,7 @@ 398.428, 539.764, 398.428, - "r", + "$", -1, 0.528, "", @@ -165719,7 +165719,7 @@ 398.428, 540.396, 398.428, - "c", + ".", -1, 0.528, "", @@ -165742,7 +165742,7 @@ 398.428, 541.346, 398.428, - "l", + "/", -1, 0.528, "", @@ -165765,7 +165765,7 @@ 398.428, 541.767, 398.428, - "i", + "!", -1, 0.528, "", @@ -165788,7 +165788,7 @@ 398.428, 542.189, 398.428, - "n", + "0", -1, 0.528, "", @@ -165811,7 +165811,7 @@ 398.428, 543.245, 398.428, - "g", + "5", -1, 0.528, "", @@ -165834,7 +165834,7 @@ 398.428, 544.301, 398.428, - " ", + ")", -1, 0.528, "", @@ -165857,7 +165857,7 @@ 398.428, 544.828, 398.428, - "l", + "/", -1, 0.528, "", @@ -165880,7 +165880,7 @@ 398.428, 545.25, 398.428, - "i", + "!", -1, 0.528, "", @@ -165903,7 +165903,7 @@ 398.428, 545.672, 398.428, - "n", + "0", -1, 0.528, "", @@ -165926,7 +165926,7 @@ 398.428, 546.727, 398.428, - "e", + "'", -1, 0.528, "", @@ -165949,7 +165949,7 @@ 398.428, 547.783, 398.428, - " ", + ")", -1, 0.528, "", @@ -165972,7 +165972,7 @@ 398.428, 548.311, 398.428, - "o", + "%", -1, 0.528, "", @@ -165995,7 +165995,7 @@ 398.428, 549.367, 398.428, - "f", + "8", -1, 0.528, "", @@ -166018,7 +166018,7 @@ 398.428, 549.895, 398.428, - " ", + ")", -1, 0.528, "", @@ -166041,7 +166041,7 @@ 396.15, 449.101, 396.15, - "m", + "\"", -1, 0.528, "", @@ -166064,7 +166064,7 @@ 396.15, 450.683, 396.15, - "i", + "!", -1, 0.528, "", @@ -166087,7 +166087,7 @@ 396.15, 451.104, 396.15, - "n", + "0", -1, 0.528, "", @@ -166110,7 +166110,7 @@ 396.15, 452.16, 396.15, - "i", + "!", -1, 0.528, "", @@ -166133,7 +166133,7 @@ 396.15, 452.581, 396.15, - "m", + "\"", -1, 0.528, "", @@ -166156,7 +166156,7 @@ 396.15, 454.163, 396.15, - "a", + "-", -1, 0.528, "", @@ -166179,7 +166179,7 @@ 396.15, 455.219, 396.15, - ".", + "1", -1, 0.528, "", @@ -166317,7 +166317,7 @@ 376.081, 454.23, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166524,7 +166524,7 @@ 376.081, 461.64, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166731,7 +166731,7 @@ 376.081, 467.811, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -166938,7 +166938,7 @@ 376.081, 475.54, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167214,7 +167214,7 @@ 376.081, 485.893, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167375,7 +167375,7 @@ 376.081, 491.687, 376.081, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167628,7 +167628,7 @@ 382.422, 505.405, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -167835,7 +167835,7 @@ 382.422, 513.576, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168042,7 +168042,7 @@ 382.422, 519.747, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168249,7 +168249,7 @@ 382.422, 527.476, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168525,7 +168525,7 @@ 382.422, 537.83, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168732,7 +168732,7 @@ 382.422, 544.892, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168893,7 +168893,7 @@ 382.422, 550.686, 382.422, - "glyph", + "GLYPH", -1, 1.709, "/Identity-H", @@ -168916,7 +168916,7 @@ 380.371, 501.131, 380.371, - "T", + "!", -1, 0.475, "", @@ -168939,7 +168939,7 @@ 380.371, 502.018, 380.371, - "a", + "\"", -1, 0.475, "", @@ -168962,7 +168962,7 @@ 380.371, 502.968, 380.371, - "b", + "#", -1, 0.475, "", @@ -168985,7 +168985,7 @@ 380.371, 503.918, 380.371, - "l", + "$", -1, 0.475, "", @@ -169008,7 +169008,7 @@ 380.371, 504.298, 380.371, - "e", + "%", -1, 0.475, "", @@ -169031,7 +169031,7 @@ 371.381, 449.101, 371.381, - "A", + "-", -1, 0.633, "", @@ -169054,7 +169054,7 @@ 371.381, 450.746, 371.381, - "I", + ".", -1, 0.633, "", @@ -169077,7 +169077,7 @@ 371.381, 451.379, 371.381, - "R", + "/", -1, 0.633, "", @@ -169100,7 +169100,7 @@ 371.381, 453.025, 371.381, - "P", + "0", -1, 0.633, "", @@ -169123,7 +169123,7 @@ 371.381, 454.545, 371.381, - "O", + "1", -1, 0.633, "", @@ -169146,7 +169146,7 @@ 371.381, 456.317, 371.381, - "R", + "/", -1, 0.633, "", @@ -169169,7 +169169,7 @@ 371.381, 457.963, 371.381, - "T", + "2", -1, 0.633, "", @@ -169192,7 +169192,7 @@ 371.381, 459.355, 371.381, - " ", + "(", -1, 0.633, "", @@ -169215,7 +169215,7 @@ 371.381, 459.988, 371.381, - "S", + "3", -1, 0.633, "", @@ -169238,7 +169238,7 @@ 371.381, 461.508, 371.381, - "K", + "4", -1, 0.633, "", @@ -169261,7 +169261,7 @@ 371.381, 463.153, 371.381, - "E", + "5", -1, 0.633, "", @@ -169284,7 +169284,7 @@ 371.381, 464.673, 371.381, - "T", + "2", -1, 0.633, "", @@ -169307,7 +169307,7 @@ 371.381, 466.066, 371.381, - "C", + "!", -1, 0.633, "", @@ -169330,7 +169330,7 @@ 371.381, 467.711, 371.381, - "H", + "6", -1, 0.633, "", @@ -169353,7 +169353,7 @@ 368.831, 449.101, 368.831, - " ", + "(", -1, 0.528, "", @@ -169376,7 +169376,7 @@ 368.831, 455.937, 368.831, - " ", + "(", -1, 0.528, "", @@ -169399,7 +169399,7 @@ 368.831, 462.773, 368.831, - " ", + "(", -1, 0.528, "", @@ -169422,7 +169422,7 @@ 368.831, 463.297, 368.831, - " ", + ")", -1, 0.528, "", @@ -169445,7 +169445,7 @@ 368.831, 463.821, 368.831, - " ", + ")", -1, 0.528, "", @@ -169468,7 +169468,7 @@ 368.831, 464.346, 368.831, - " ", + ")", -1, 0.528, "", @@ -169491,7 +169491,7 @@ 368.831, 464.87, 368.831, - " ", + ")", -1, 0.528, "", @@ -169514,7 +169514,7 @@ 368.831, 465.394, 368.831, - " ", + ")", -1, 0.528, "", @@ -169537,7 +169537,7 @@ 368.831, 465.918, 368.831, - " ", + ")", -1, 0.528, "", @@ -169560,7 +169560,7 @@ 368.831, 466.442, 368.831, - " ", + ")", -1, 0.528, "", @@ -169583,7 +169583,7 @@ 368.831, 466.966, 368.831, - " ", + ")", -1, 0.528, "", @@ -169606,7 +169606,7 @@ 368.831, 467.49, 368.831, - " ", + ")", -1, 0.528, "", @@ -169629,7 +169629,7 @@ 368.831, 468.014, 368.831, - " ", + ")", -1, 0.528, "", @@ -169652,7 +169652,7 @@ 368.831, 468.538, 368.831, - " ", + ")", -1, 0.528, "", @@ -169675,7 +169675,7 @@ 368.831, 469.062, 368.831, - " ", + ")", -1, 0.528, "", @@ -169698,7 +169698,7 @@ 368.831, 469.587, 368.831, - " ", + ")", -1, 0.528, "", @@ -169721,7 +169721,7 @@ 368.831, 470.111, 368.831, - " ", + ")", -1, 0.528, "", @@ -169744,7 +169744,7 @@ 368.831, 470.635, 368.831, - " ", + ")", -1, 0.528, "", @@ -169767,7 +169767,7 @@ 368.831, 471.159, 368.831, - " ", + ")", -1, 0.528, "", @@ -169790,7 +169790,7 @@ 368.831, 471.683, 368.831, - " ", + ")", -1, 0.528, "", @@ -169813,7 +169813,7 @@ 368.831, 472.207, 368.831, - " ", + ")", -1, 0.528, "", @@ -169836,7 +169836,7 @@ 368.831, 472.731, 368.831, - " ", + ")", -1, 0.528, "", @@ -169859,7 +169859,7 @@ 368.831, 473.255, 368.831, - " ", + ")", -1, 0.528, "", @@ -169882,7 +169882,7 @@ 368.831, 473.779, 368.831, - " ", + ")", -1, 0.528, "", @@ -169905,7 +169905,7 @@ 368.831, 474.303, 368.831, - " ", + ")", -1, 0.528, "", @@ -169928,7 +169928,7 @@ 368.831, 474.828, 368.831, - " ", + ")", -1, 0.528, "", @@ -169951,7 +169951,7 @@ 368.831, 475.352, 368.831, - " ", + ")", -1, 0.528, "", @@ -169974,7 +169974,7 @@ 368.831, 475.876, 368.831, - " ", + ")", -1, 0.528, "", @@ -169997,7 +169997,7 @@ 368.831, 476.4, 368.831, - " ", + ")", -1, 0.528, "", @@ -170020,7 +170020,7 @@ 368.831, 476.924, 368.831, - " ", + ")", -1, 0.528, "", @@ -170043,7 +170043,7 @@ 368.831, 477.448, 368.831, - " ", + ")", -1, 0.528, "", @@ -170066,7 +170066,7 @@ 368.831, 477.972, 368.831, - " ", + ")", -1, 0.528, "", @@ -170089,7 +170089,7 @@ 368.831, 478.496, 368.831, - " ", + ")", -1, 0.528, "", @@ -170112,7 +170112,7 @@ 368.831, 479.02, 368.831, - " ", + ")", -1, 0.528, "", @@ -170135,7 +170135,7 @@ 368.831, 479.544, 368.831, - " ", + ")", -1, 0.528, "", @@ -170158,7 +170158,7 @@ 368.831, 480.069, 368.831, - " ", + ")", -1, 0.528, "", @@ -170181,7 +170181,7 @@ 368.831, 480.593, 368.831, - " ", + ")", -1, 0.528, "", @@ -170204,7 +170204,7 @@ 368.831, 481.117, 368.831, - " ", + ")", -1, 0.528, "", @@ -170227,7 +170227,7 @@ 368.831, 481.641, 368.831, - " ", + ")", -1, 0.528, "", @@ -170250,7 +170250,7 @@ 368.831, 482.165, 368.831, - " ", + ")", -1, 0.528, "", @@ -170273,7 +170273,7 @@ 368.831, 482.689, 368.831, - " ", + ")", -1, 0.528, "", @@ -170296,7 +170296,7 @@ 368.831, 483.213, 368.831, - " ", + ")", -1, 0.528, "", @@ -170319,7 +170319,7 @@ 368.831, 483.737, 368.831, - " ", + ")", -1, 0.528, "", @@ -170342,7 +170342,7 @@ 368.831, 484.261, 368.831, - " ", + ")", -1, 0.528, "", @@ -170365,7 +170365,7 @@ 368.831, 484.785, 368.831, - " ", + ")", -1, 0.528, "", @@ -170388,7 +170388,7 @@ 368.831, 485.31, 368.831, - " ", + ")", -1, 0.528, "", @@ -170411,7 +170411,7 @@ 368.831, 485.834, 368.831, - " ", + ")", -1, 0.528, "", @@ -170434,7 +170434,7 @@ 368.831, 486.358, 368.831, - " ", + ")", -1, 0.528, "", @@ -170457,7 +170457,7 @@ 368.831, 486.882, 368.831, - " ", + ")", -1, 0.528, "", @@ -170480,7 +170480,7 @@ 368.831, 487.406, 368.831, - " ", + ")", -1, 0.528, "", @@ -170503,7 +170503,7 @@ 368.831, 487.93, 368.831, - " ", + ")", -1, 0.528, "", @@ -170526,7 +170526,7 @@ 368.831, 488.454, 368.831, - " ", + ")", -1, 0.528, "", @@ -170549,7 +170549,7 @@ 368.831, 488.978, 368.831, - " ", + ")", -1, 0.528, "", @@ -170572,7 +170572,7 @@ 368.831, 489.502, 368.831, - " ", + ")", -1, 0.528, "", @@ -170595,7 +170595,7 @@ 368.831, 490.026, 368.831, - " ", + ")", -1, 0.528, "", @@ -170618,7 +170618,7 @@ 368.831, 490.55, 368.831, - " ", + ")", -1, 0.528, "", @@ -170641,7 +170641,7 @@ 368.831, 491.075, 368.831, - " ", + ")", -1, 0.528, "", @@ -170664,7 +170664,7 @@ 368.831, 491.599, 368.831, - " ", + ")", -1, 0.528, "", @@ -170687,7 +170687,7 @@ 368.831, 492.123, 368.831, - " ", + ")", -1, 0.528, "", @@ -170710,7 +170710,7 @@ 368.831, 492.647, 368.831, - " ", + ")", -1, 0.528, "", @@ -170733,7 +170733,7 @@ 368.831, 493.171, 368.831, - " ", + ")", -1, 0.528, "", @@ -170756,7 +170756,7 @@ 368.831, 493.695, 368.831, - " ", + ")", -1, 0.528, "", @@ -170779,7 +170779,7 @@ 368.831, 494.219, 368.831, - " ", + ")", -1, 0.528, "", @@ -170802,7 +170802,7 @@ 368.831, 494.743, 368.831, - " ", + ")", -1, 0.528, "", @@ -170825,7 +170825,7 @@ 368.831, 495.267, 368.831, - " ", + ")", -1, 0.528, "", @@ -170848,7 +170848,7 @@ 368.831, 495.791, 368.831, - " ", + ")", -1, 0.528, "", @@ -170871,7 +170871,7 @@ 368.831, 496.316, 368.831, - " ", + ")", -1, 0.528, "", @@ -170894,7 +170894,7 @@ 368.831, 496.84, 368.831, - " ", + ")", -1, 0.528, "", @@ -170917,7 +170917,7 @@ 368.831, 497.364, 368.831, - " ", + ")", -1, 0.528, "", @@ -170940,7 +170940,7 @@ 368.831, 497.888, 368.831, - " ", + ")", -1, 0.528, "", @@ -170963,7 +170963,7 @@ 368.831, 498.412, 368.831, - " ", + ")", -1, 0.528, "", @@ -170986,7 +170986,7 @@ 368.831, 498.936, 368.831, - " ", + ")", -1, 0.528, "", @@ -171009,7 +171009,7 @@ 368.831, 499.46, 368.831, - " ", + ")", -1, 0.528, "", @@ -171032,7 +171032,7 @@ 368.831, 499.984, 368.831, - " ", + ")", -1, 0.528, "", @@ -171055,7 +171055,7 @@ 368.831, 500.508, 368.831, - " ", + ")", -1, 0.528, "", @@ -171078,7 +171078,7 @@ 368.831, 501.032, 368.831, - " ", + ")", -1, 0.528, "", @@ -171101,7 +171101,7 @@ 368.831, 501.557, 368.831, - " ", + ")", -1, 0.528, "", @@ -171124,7 +171124,7 @@ 368.831, 502.081, 368.831, - " ", + ")", -1, 0.528, "", @@ -171147,7 +171147,7 @@ 368.831, 502.605, 368.831, - " ", + ")", -1, 0.528, "", @@ -171170,7 +171170,7 @@ 368.831, 503.129, 368.831, - " ", + ")", -1, 0.528, "", @@ -171193,7 +171193,7 @@ 368.831, 503.653, 368.831, - " ", + ")", -1, 0.528, "", @@ -171216,7 +171216,7 @@ 368.831, 504.177, 368.831, - " ", + ")", -1, 0.528, "", @@ -171239,7 +171239,7 @@ 368.831, 504.701, 368.831, - " ", + ")", -1, 0.528, "", @@ -171262,7 +171262,7 @@ 368.831, 505.225, 368.831, - " ", + ")", -1, 0.528, "", @@ -171285,7 +171285,7 @@ 368.831, 505.749, 368.831, - " ", + ")", -1, 0.528, "", @@ -171308,7 +171308,7 @@ 368.831, 506.273, 368.831, - " ", + ")", -1, 0.528, "", @@ -171331,7 +171331,7 @@ 368.831, 506.798, 368.831, - " ", + ")", -1, 0.528, "", @@ -171354,7 +171354,7 @@ 368.831, 507.322, 368.831, - " ", + ")", -1, 0.528, "", @@ -171377,7 +171377,7 @@ 368.831, 507.846, 368.831, - " ", + ")", -1, 0.528, "", @@ -171400,7 +171400,7 @@ 368.831, 508.37, 368.831, - " ", + ")", -1, 0.528, "", @@ -171423,7 +171423,7 @@ 368.831, 508.894, 368.831, - " ", + ")", -1, 0.528, "", @@ -171446,7 +171446,7 @@ 368.831, 509.418, 368.831, - " ", + ")", -1, 0.528, "", @@ -171469,7 +171469,7 @@ 368.831, 509.942, 368.831, - " ", + ")", -1, 0.528, "", @@ -171492,7 +171492,7 @@ 368.831, 510.466, 368.831, - " ", + ")", -1, 0.528, "", @@ -171515,7 +171515,7 @@ 368.831, 510.99, 368.831, - " ", + ")", -1, 0.528, "", @@ -171538,7 +171538,7 @@ 368.831, 511.514, 368.831, - " ", + ")", -1, 0.528, "", @@ -171561,7 +171561,7 @@ 368.831, 512.039, 368.831, - " ", + ")", -1, 0.528, "", @@ -171584,7 +171584,7 @@ 368.831, 512.563, 368.831, - " ", + ")", -1, 0.528, "", @@ -171607,7 +171607,7 @@ 368.831, 513.087, 368.831, - " ", + ")", -1, 0.528, "", @@ -171630,7 +171630,7 @@ 368.831, 513.611, 368.831, - " ", + ")", -1, 0.528, "", @@ -171653,7 +171653,7 @@ 368.831, 514.135, 368.831, - " ", + ")", -1, 0.528, "", @@ -171676,7 +171676,7 @@ 368.831, 514.659, 368.831, - " ", + ")", -1, 0.528, "", @@ -171699,7 +171699,7 @@ 368.831, 515.183, 368.831, - " ", + ")", -1, 0.528, "", @@ -171722,7 +171722,7 @@ 368.831, 515.707, 368.831, - " ", + ")", -1, 0.528, "", @@ -171745,7 +171745,7 @@ 368.831, 516.231, 368.831, - " ", + ")", -1, 0.528, "", @@ -171768,7 +171768,7 @@ 368.831, 516.755, 368.831, - " ", + ")", -1, 0.528, "", @@ -171791,7 +171791,7 @@ 368.831, 517.28, 368.831, - " ", + ")", -1, 0.528, "", @@ -171814,7 +171814,7 @@ 368.831, 517.804, 368.831, - " ", + ")", -1, 0.528, "", @@ -171837,7 +171837,7 @@ 368.831, 518.328, 368.831, - " ", + ")", -1, 0.528, "", @@ -171860,7 +171860,7 @@ 368.831, 518.852, 368.831, - " ", + ")", -1, 0.528, "", @@ -171883,7 +171883,7 @@ 368.831, 519.376, 368.831, - " ", + ")", -1, 0.528, "", @@ -171906,7 +171906,7 @@ 368.831, 519.9, 368.831, - " ", + ")", -1, 0.528, "", @@ -171929,7 +171929,7 @@ 368.831, 520.424, 368.831, - " ", + ")", -1, 0.528, "", @@ -171952,7 +171952,7 @@ 368.831, 520.948, 368.831, - " ", + ")", -1, 0.528, "", @@ -171975,7 +171975,7 @@ 368.831, 521.472, 368.831, - " ", + ")", -1, 0.528, "", @@ -171998,7 +171998,7 @@ 368.831, 521.996, 368.831, - " ", + ")", -1, 0.528, "", @@ -172021,7 +172021,7 @@ 368.831, 522.52, 368.831, - " ", + ")", -1, 0.528, "", @@ -172044,7 +172044,7 @@ 368.831, 523.045, 368.831, - " ", + ")", -1, 0.528, "", @@ -172067,7 +172067,7 @@ 368.831, 523.569, 368.831, - " ", + ")", -1, 0.528, "", @@ -172090,7 +172090,7 @@ 368.831, 524.093, 368.831, - " ", + ")", -1, 0.528, "", @@ -172113,7 +172113,7 @@ 368.831, 524.617, 368.831, - " ", + ")", -1, 0.528, "", @@ -172136,7 +172136,7 @@ 368.831, 525.141, 368.831, - " ", + ")", -1, 0.528, "", @@ -172159,7 +172159,7 @@ 368.831, 525.665, 368.831, - " ", + ")", -1, 0.528, "", @@ -172182,7 +172182,7 @@ 368.831, 526.189, 368.831, - " ", + ")", -1, 0.528, "", @@ -172205,7 +172205,7 @@ 368.831, 526.713, 368.831, - " ", + ")", -1, 0.528, "", @@ -172228,7 +172228,7 @@ 368.831, 527.237, 368.831, - " ", + ")", -1, 0.528, "", @@ -172251,7 +172251,7 @@ 366.552, 449.101, 366.552, - "T", + "2", -1, 0.528, "", @@ -172274,7 +172274,7 @@ 366.552, 450.261, 366.552, - "h", + "3", -1, 0.528, "", @@ -172297,7 +172297,7 @@ 366.552, 451.317, 366.552, - "e", + "'", -1, 0.528, "", @@ -172320,7 +172320,7 @@ 366.552, 452.373, 366.552, - " ", + ")", -1, 0.528, "", @@ -172343,7 +172343,7 @@ 366.552, 452.9, 366.552, - "a", + "-", -1, 0.528, "", @@ -172366,7 +172366,7 @@ 366.552, 453.956, 366.552, - "i", + "!", -1, 0.528, "", @@ -172389,7 +172389,7 @@ 366.552, 454.378, 366.552, - "r", + "$", -1, 0.528, "", @@ -172412,7 +172412,7 @@ 366.552, 455.01, 366.552, - "p", + "#", -1, 0.528, "", @@ -172435,7 +172435,7 @@ 366.552, 456.066, 366.552, - "o", + "%", -1, 0.528, "", @@ -172458,7 +172458,7 @@ 366.552, 457.122, 366.552, - "r", + "$", -1, 0.528, "", @@ -172481,7 +172481,7 @@ 366.552, 457.754, 366.552, - "t", + ",", -1, 0.528, "", @@ -172504,7 +172504,7 @@ 366.552, 458.282, 366.552, - " ", + ")", -1, 0.528, "", @@ -172527,7 +172527,7 @@ 366.552, 458.81, 366.552, - "s", + "+", -1, 0.528, "", @@ -172550,7 +172550,7 @@ 366.552, 459.759, 366.552, - "k", + "=", -1, 0.528, "", @@ -172573,7 +172573,7 @@ 366.552, 460.709, 366.552, - "e", + "'", -1, 0.528, "", @@ -172596,7 +172596,7 @@ 366.552, 461.765, 366.552, - "t", + ",", -1, 0.528, "", @@ -172619,7 +172619,7 @@ 366.552, 462.292, 366.552, - "c", + ".", -1, 0.528, "", @@ -172642,7 +172642,7 @@ 366.552, 463.242, 366.552, - "h", + "3", -1, 0.528, "", @@ -172665,7 +172665,7 @@ 366.552, 464.298, 366.552, - " ", + ")", -1, 0.528, "", @@ -172688,7 +172688,7 @@ 366.552, 464.826, 366.552, - "i", + "!", -1, 0.528, "", @@ -172711,7 +172711,7 @@ 366.552, 465.247, 366.552, - "s", + "+", -1, 0.528, "", @@ -172734,7 +172734,7 @@ 366.552, 466.197, 366.552, - " ", + ")", -1, 0.528, "", @@ -172757,7 +172757,7 @@ 366.552, 466.725, 366.552, - "a", + "-", -1, 0.528, "", @@ -172780,7 +172780,7 @@ 366.552, 467.78, 366.552, - " ", + ")", -1, 0.528, "", @@ -172803,7 +172803,7 @@ 366.552, 468.308, 366.552, - "d", + "(", -1, 0.528, "", @@ -172826,7 +172826,7 @@ 366.552, 469.364, 366.552, - "e", + "'", -1, 0.528, "", @@ -172849,7 +172849,7 @@ 366.552, 470.42, 366.552, - "p", + "#", -1, 0.528, "", @@ -172872,7 +172872,7 @@ 366.552, 471.476, 366.552, - "i", + "!", -1, 0.528, "", @@ -172895,7 +172895,7 @@ 366.552, 471.897, 366.552, - "c", + ".", -1, 0.528, "", @@ -172918,7 +172918,7 @@ 366.552, 472.847, 366.552, - "t", + ",", -1, 0.528, "", @@ -172941,7 +172941,7 @@ 366.552, 473.374, 366.552, - "i", + "!", -1, 0.528, "", @@ -172964,7 +172964,7 @@ 366.552, 473.796, 366.552, - "o", + "%", -1, 0.528, "", @@ -172987,7 +172987,7 @@ 366.552, 474.852, 366.552, - "n", + "0", -1, 0.528, "", @@ -173010,7 +173010,7 @@ 366.552, 475.908, 366.552, - " ", + ")", -1, 0.528, "", @@ -173033,7 +173033,7 @@ 366.552, 476.436, 366.552, - "o", + "%", -1, 0.528, "", @@ -173056,7 +173056,7 @@ 366.552, 477.491, 366.552, - "f", + "8", -1, 0.528, "", @@ -173079,7 +173079,7 @@ 366.552, 478.019, 366.552, - " ", + ")", -1, 0.528, "", @@ -173102,7 +173102,7 @@ 366.552, 478.547, 366.552, - "t", + ",", -1, 0.528, "", @@ -173125,7 +173125,7 @@ 366.552, 479.075, 366.552, - "h", + "3", -1, 0.528, "", @@ -173148,7 +173148,7 @@ 366.552, 480.131, 366.552, - "e", + "'", -1, 0.528, "", @@ -173171,7 +173171,7 @@ 366.552, 481.187, 366.552, - " ", + ")", -1, 0.528, "", @@ -173194,7 +173194,7 @@ 366.552, 481.714, 366.552, - "a", + "-", -1, 0.528, "", @@ -173217,7 +173217,7 @@ 366.552, 482.77, 366.552, - "i", + "!", -1, 0.528, "", @@ -173240,7 +173240,7 @@ 366.552, 483.192, 366.552, - "r", + "$", -1, 0.528, "", @@ -173263,7 +173263,7 @@ 366.552, 483.824, 366.552, - "p", + "#", -1, 0.528, "", @@ -173286,7 +173286,7 @@ 366.552, 484.88, 366.552, - "o", + "%", -1, 0.528, "", @@ -173309,7 +173309,7 @@ 366.552, 485.936, 366.552, - "r", + "$", -1, 0.528, "", @@ -173332,7 +173332,7 @@ 366.552, 486.568, 366.552, - "t", + ",", -1, 0.528, "", @@ -173355,7 +173355,7 @@ 366.552, 487.096, 366.552, - " ", + ")", -1, 0.528, "", @@ -173378,7 +173378,7 @@ 366.552, 487.624, 366.552, - "w", + "4", -1, 0.528, "", @@ -173401,7 +173401,7 @@ 366.552, 488.995, 366.552, - "i", + "!", -1, 0.528, "", @@ -173424,7 +173424,7 @@ 366.552, 489.416, 366.552, - "t", + ",", -1, 0.528, "", @@ -173447,7 +173447,7 @@ 366.552, 489.944, 366.552, - "h", + "3", -1, 0.528, "", @@ -173470,7 +173470,7 @@ 366.552, 491.0, 366.552, - " ", + ")", -1, 0.528, "", @@ -173493,7 +173493,7 @@ 366.552, 491.528, 366.552, - "e", + "'", -1, 0.528, "", @@ -173516,7 +173516,7 @@ 366.552, 492.584, 366.552, - "m", + "\"", -1, 0.528, "", @@ -173539,7 +173539,7 @@ 366.552, 494.166, 366.552, - "p", + "#", -1, 0.528, "", @@ -173562,7 +173562,7 @@ 366.552, 495.221, 366.552, - "h", + "3", -1, 0.528, "", @@ -173585,7 +173585,7 @@ 366.552, 496.277, 366.552, - "a", + "-", -1, 0.528, "", @@ -173608,7 +173608,7 @@ 366.552, 497.333, 366.552, - "s", + "+", -1, 0.528, "", @@ -173631,7 +173631,7 @@ 366.552, 498.282, 366.552, - "i", + "!", -1, 0.528, "", @@ -173654,7 +173654,7 @@ 366.552, 498.704, 366.552, - "s", + "+", -1, 0.528, "", @@ -173677,7 +173677,7 @@ 366.552, 499.653, 366.552, - " ", + ")", -1, 0.528, "", @@ -173700,7 +173700,7 @@ 366.552, 500.181, 366.552, - "o", + "%", -1, 0.528, "", @@ -173723,7 +173723,7 @@ 366.552, 501.237, 366.552, - "n", + "0", -1, 0.528, "", @@ -173746,7 +173746,7 @@ 366.552, 502.293, 366.552, - " ", + ")", -1, 0.528, "", @@ -173769,7 +173769,7 @@ 366.552, 502.821, 366.552, - "r", + "$", -1, 0.528, "", @@ -173792,7 +173792,7 @@ 366.552, 503.453, 366.552, - "u", + "6", -1, 0.528, "", @@ -173815,7 +173815,7 @@ 366.552, 504.509, 366.552, - "n", + "0", -1, 0.528, "", @@ -173838,7 +173838,7 @@ 366.552, 505.565, 366.552, - "w", + "4", -1, 0.528, "", @@ -173861,7 +173861,7 @@ 366.552, 506.936, 366.552, - "a", + "-", -1, 0.528, "", @@ -173884,7 +173884,7 @@ 366.552, 507.992, 366.552, - "y", + ":", -1, 0.528, "", @@ -173907,7 +173907,7 @@ 366.552, 508.941, 366.552, - " ", + ")", -1, 0.528, "", @@ -173930,7 +173930,7 @@ 366.552, 509.469, 366.552, - "p", + "#", -1, 0.528, "", @@ -173953,7 +173953,7 @@ 366.552, 510.525, 366.552, - "a", + "-", -1, 0.528, "", @@ -173976,7 +173976,7 @@ 366.552, 511.58, 366.552, - "t", + ",", -1, 0.528, "", @@ -173999,7 +173999,7 @@ 366.552, 512.108, 366.552, - "t", + ",", -1, 0.528, "", @@ -174022,7 +174022,7 @@ 366.552, 512.636, 366.552, - "e", + "'", -1, 0.528, "", @@ -174045,7 +174045,7 @@ 366.552, 513.692, 366.552, - "r", + "$", -1, 0.528, "", @@ -174068,7 +174068,7 @@ 366.552, 514.324, 366.552, - "n", + "0", -1, 0.528, "", @@ -174091,7 +174091,7 @@ 366.552, 515.38, 366.552, - " ", + ")", -1, 0.528, "", @@ -174114,7 +174114,7 @@ 366.552, 515.908, 366.552, - "a", + "-", -1, 0.528, "", @@ -174137,7 +174137,7 @@ 366.552, 516.964, 366.552, - "n", + "0", -1, 0.528, "", @@ -174160,7 +174160,7 @@ 366.552, 518.02, 366.552, - "d", + "(", -1, 0.528, "", @@ -174183,7 +174183,7 @@ 366.552, 519.075, 366.552, - " ", + ")", -1, 0.528, "", @@ -174206,7 +174206,7 @@ 366.552, 519.603, 366.552, - "r", + "$", -1, 0.528, "", @@ -174229,7 +174229,7 @@ 366.552, 520.236, 366.552, - "e", + "'", -1, 0.528, "", @@ -174252,7 +174252,7 @@ 366.552, 521.291, 366.552, - "l", + "/", -1, 0.528, "", @@ -174275,7 +174275,7 @@ 366.552, 521.713, 366.552, - "a", + "-", -1, 0.528, "", @@ -174298,7 +174298,7 @@ 366.552, 522.769, 366.552, - "t", + ",", -1, 0.528, "", @@ -174321,7 +174321,7 @@ 366.552, 523.297, 366.552, - "e", + "'", -1, 0.528, "", @@ -174344,7 +174344,7 @@ 366.552, 524.353, 366.552, - "d", + "(", -1, 0.528, "", @@ -174367,7 +174367,7 @@ 366.552, 525.408, 366.552, - " ", + ")", -1, 0.528, "", @@ -174390,7 +174390,7 @@ 364.273, 449.101, 364.273, - "i", + "!", -1, 0.528, "", @@ -174413,7 +174413,7 @@ 364.273, 449.522, 364.273, - "n", + "0", -1, 0.528, "", @@ -174436,7 +174436,7 @@ 364.273, 450.578, 364.273, - "f", + "8", -1, 0.528, "", @@ -174459,7 +174459,7 @@ 364.273, 451.106, 364.273, - "o", + "%", -1, 0.528, "", @@ -174482,7 +174482,7 @@ 364.273, 452.162, 364.273, - "r", + "$", -1, 0.528, "", @@ -174505,7 +174505,7 @@ 364.273, 452.794, 364.273, - "m", + "\"", -1, 0.528, "", @@ -174528,7 +174528,7 @@ 364.273, 454.376, 364.273, - "a", + "-", -1, 0.528, "", @@ -174551,7 +174551,7 @@ 364.273, 455.432, 364.273, - "t", + ",", -1, 0.528, "", @@ -174574,7 +174574,7 @@ 364.273, 455.96, 364.273, - "i", + "!", -1, 0.528, "", @@ -174597,7 +174597,7 @@ 364.273, 456.381, 364.273, - "o", + "%", -1, 0.528, "", @@ -174620,7 +174620,7 @@ 364.273, 457.437, 364.273, - "n", + "0", -1, 0.528, "", @@ -174643,7 +174643,7 @@ 364.273, 458.493, 364.273, - ",", + "7", -1, 0.528, "", @@ -174666,7 +174666,7 @@ 364.273, 459.021, 364.273, - " ", + ")", -1, 0.528, "", @@ -174689,7 +174689,7 @@ 364.273, 459.549, 364.273, - "p", + "#", -1, 0.528, "", @@ -174712,7 +174712,7 @@ 364.273, 460.604, 364.273, - "o", + "%", -1, 0.528, "", @@ -174735,7 +174735,7 @@ 364.273, 461.66, 364.273, - "s", + "+", -1, 0.528, "", @@ -174758,7 +174758,7 @@ 364.273, 462.61, 364.273, - "i", + "!", -1, 0.528, "", @@ -174781,7 +174781,7 @@ 364.273, 463.031, 364.273, - "t", + ",", -1, 0.528, "", @@ -174804,7 +174804,7 @@ 364.273, 463.559, 364.273, - "i", + "!", -1, 0.528, "", @@ -174827,7 +174827,7 @@ 364.273, 463.981, 364.273, - "o", + "%", -1, 0.528, "", @@ -174850,7 +174850,7 @@ 364.273, 465.036, 364.273, - "n", + "0", -1, 0.528, "", @@ -174873,7 +174873,7 @@ 364.273, 466.092, 364.273, - "e", + "'", -1, 0.528, "", @@ -174896,7 +174896,7 @@ 364.273, 467.148, 364.273, - "d", + "(", -1, 0.528, "", @@ -174919,7 +174919,7 @@ 364.273, 468.204, 364.273, - " ", + ")", -1, 0.528, "", @@ -174942,7 +174942,7 @@ 364.273, 468.732, 364.273, - "i", + "!", -1, 0.528, "", @@ -174965,7 +174965,7 @@ 364.273, 469.153, 364.273, - "n", + "0", -1, 0.528, "", @@ -174988,7 +174988,7 @@ 364.273, 470.209, 364.273, - " ", + ")", -1, 0.528, "", @@ -175011,7 +175011,7 @@ 364.273, 470.737, 364.273, - "e", + "'", -1, 0.528, "", @@ -175034,7 +175034,7 @@ 364.273, 471.793, 364.273, - "i", + "!", -1, 0.528, "", @@ -175057,7 +175057,7 @@ 364.273, 472.214, 364.273, - "t", + ",", -1, 0.528, "", @@ -175080,7 +175080,7 @@ 364.273, 472.742, 364.273, - "h", + "3", -1, 0.528, "", @@ -175103,7 +175103,7 @@ 364.273, 473.798, 364.273, - "e", + "'", -1, 0.528, "", @@ -175126,7 +175126,7 @@ 364.273, 474.854, 364.273, - "r", + "$", -1, 0.528, "", @@ -175149,7 +175149,7 @@ 364.273, 475.486, 364.273, - " ", + ")", -1, 0.528, "", @@ -175172,7 +175172,7 @@ 364.273, 476.014, 364.273, - "t", + ",", -1, 0.528, "", @@ -175195,7 +175195,7 @@ 364.273, 476.542, 364.273, - "h", + "3", -1, 0.528, "", @@ -175218,7 +175218,7 @@ 364.273, 477.598, 364.273, - "e", + "'", -1, 0.528, "", @@ -175241,7 +175241,7 @@ 364.273, 478.653, 364.273, - " ", + ")", -1, 0.528, "", @@ -175264,7 +175264,7 @@ 364.273, 479.181, 364.273, - "l", + "/", -1, 0.528, "", @@ -175287,7 +175287,7 @@ 364.273, 479.603, 364.273, - "o", + "%", -1, 0.528, "", @@ -175310,7 +175310,7 @@ 364.273, 480.659, 364.273, - "w", + "4", -1, 0.528, "", @@ -175333,7 +175333,7 @@ 364.273, 482.03, 364.273, - "e", + "'", -1, 0.528, "", @@ -175356,7 +175356,7 @@ 364.273, 483.085, 364.273, - "r", + "$", -1, 0.528, "", @@ -175379,7 +175379,7 @@ 364.273, 483.718, 364.273, - " ", + ")", -1, 0.528, "", @@ -175402,7 +175402,7 @@ 364.273, 484.246, 364.273, - "l", + "/", -1, 0.528, "", @@ -175425,7 +175425,7 @@ 364.273, 484.667, 364.273, - "e", + "'", -1, 0.528, "", @@ -175448,7 +175448,7 @@ 364.273, 485.723, 364.273, - "f", + "8", -1, 0.528, "", @@ -175471,7 +175471,7 @@ 364.273, 486.251, 364.273, - "t", + ",", -1, 0.528, "", @@ -175494,7 +175494,7 @@ 364.273, 486.779, 364.273, - " ", + ")", -1, 0.528, "", @@ -175517,7 +175517,7 @@ 364.273, 487.307, 364.273, - "o", + "%", -1, 0.528, "", @@ -175540,7 +175540,7 @@ 364.273, 488.363, 364.273, - "r", + "$", -1, 0.528, "", @@ -175563,7 +175563,7 @@ 364.273, 488.995, 364.273, - " ", + ")", -1, 0.528, "", @@ -175586,7 +175586,7 @@ 364.273, 489.523, 364.273, - "l", + "/", -1, 0.528, "", @@ -175609,7 +175609,7 @@ 364.273, 489.944, 364.273, - "o", + "%", -1, 0.528, "", @@ -175632,7 +175632,7 @@ 364.273, 491.0, 364.273, - "w", + "4", -1, 0.528, "", @@ -175655,7 +175655,7 @@ 364.273, 492.371, 364.273, - "e", + "'", -1, 0.528, "", @@ -175678,7 +175678,7 @@ 364.273, 493.427, 364.273, - "r", + "$", -1, 0.528, "", @@ -175701,7 +175701,7 @@ 364.273, 494.059, 364.273, - " ", + ")", -1, 0.528, "", @@ -175724,7 +175724,7 @@ 364.273, 494.587, 364.273, - "r", + "$", -1, 0.528, "", @@ -175747,7 +175747,7 @@ 364.273, 495.219, 364.273, - "i", + "!", -1, 0.528, "", @@ -175770,7 +175770,7 @@ 364.273, 495.641, 364.273, - "g", + "5", -1, 0.528, "", @@ -175793,7 +175793,7 @@ 364.273, 496.697, 364.273, - "h", + "3", -1, 0.528, "", @@ -175816,7 +175816,7 @@ 364.273, 497.753, 364.273, - "t", + ",", -1, 0.528, "", @@ -175839,7 +175839,7 @@ 364.273, 498.281, 364.273, - " ", + ")", -1, 0.528, "", @@ -175862,7 +175862,7 @@ 364.273, 498.808, 364.273, - "c", + ".", -1, 0.528, "", @@ -175885,7 +175885,7 @@ 364.273, 499.758, 364.273, - "o", + "%", -1, 0.528, "", @@ -175908,7 +175908,7 @@ 364.273, 500.814, 364.273, - "r", + "$", -1, 0.528, "", @@ -175931,7 +175931,7 @@ 364.273, 501.446, 364.273, - "n", + "0", -1, 0.528, "", @@ -175954,7 +175954,7 @@ 364.273, 502.502, 364.273, - "e", + "'", -1, 0.528, "", @@ -175977,7 +175977,7 @@ 364.273, 503.558, 364.273, - "r", + "$", -1, 0.528, "", @@ -176000,7 +176000,7 @@ 364.273, 504.19, 364.273, - " ", + ")", -1, 0.528, "", @@ -176023,7 +176023,7 @@ 364.273, 504.718, 364.273, - "o", + "%", -1, 0.528, "", @@ -176046,7 +176046,7 @@ 364.273, 505.774, 364.273, - "f", + "8", -1, 0.528, "", @@ -176069,7 +176069,7 @@ 364.273, 506.302, 364.273, - " ", + ")", -1, 0.528, "", @@ -176092,7 +176092,7 @@ 364.273, 506.829, 364.273, - "t", + ",", -1, 0.528, "", @@ -176115,7 +176115,7 @@ 364.273, 507.357, 364.273, - "h", + "3", -1, 0.528, "", @@ -176138,7 +176138,7 @@ 364.273, 508.413, 364.273, - "e", + "'", -1, 0.528, "", @@ -176161,7 +176161,7 @@ 364.273, 509.469, 364.273, - " ", + ")", -1, 0.528, "", @@ -176184,7 +176184,7 @@ 364.273, 509.997, 364.273, - "c", + ".", -1, 0.528, "", @@ -176207,7 +176207,7 @@ 364.273, 510.946, 364.273, - "h", + "3", -1, 0.528, "", @@ -176230,7 +176230,7 @@ 364.273, 512.002, 364.273, - "a", + "-", -1, 0.528, "", @@ -176253,7 +176253,7 @@ 364.273, 513.058, 364.273, - "r", + "$", -1, 0.528, "", @@ -176276,7 +176276,7 @@ 364.273, 513.69, 364.273, - "t", + ",", -1, 0.528, "", @@ -176299,7 +176299,7 @@ 364.273, 514.218, 364.273, - " ", + ")", -1, 0.528, "", @@ -176322,7 +176322,7 @@ 364.273, 514.746, 364.273, - "t", + ",", -1, 0.528, "", @@ -176345,7 +176345,7 @@ 364.273, 515.274, 364.273, - "o", + "%", -1, 0.528, "", @@ -176368,7 +176368,7 @@ 364.273, 516.33, 364.273, - " ", + ")", -1, 0.528, "", @@ -176391,7 +176391,7 @@ 364.273, 516.858, 364.273, - "a", + "-", -1, 0.528, "", @@ -176414,7 +176414,7 @@ 364.273, 517.913, 364.273, - "i", + "!", -1, 0.528, "", @@ -176437,7 +176437,7 @@ 364.273, 518.335, 364.273, - "d", + "(", -1, 0.528, "", @@ -176460,7 +176460,7 @@ 364.273, 519.391, 364.273, - " ", + ")", -1, 0.528, "", @@ -176483,7 +176483,7 @@ 364.273, 519.919, 364.273, - "p", + "#", -1, 0.528, "", @@ -176506,7 +176506,7 @@ 364.273, 520.974, 364.273, - "i", + "!", -1, 0.528, "", @@ -176529,7 +176529,7 @@ 364.273, 521.402, 364.273, - "-", + ">", -1, 0.528, "", @@ -176552,7 +176552,7 @@ 361.995, 449.101, 361.995, - "l", + "/", -1, 0.528, "", @@ -176575,7 +176575,7 @@ 361.995, 449.522, 361.995, - "o", + "%", -1, 0.528, "", @@ -176598,7 +176598,7 @@ 361.995, 450.578, 361.995, - "t", + ",", -1, 0.528, "", @@ -176621,7 +176621,7 @@ 361.995, 451.106, 361.995, - " ", + ")", -1, 0.528, "", @@ -176644,7 +176644,7 @@ 361.995, 451.634, 361.995, - "r", + "$", -1, 0.528, "", @@ -176667,7 +176667,7 @@ 361.995, 452.266, 361.995, - "e", + "'", -1, 0.528, "", @@ -176690,7 +176690,7 @@ 361.995, 453.322, 361.995, - "c", + ".", -1, 0.528, "", @@ -176713,7 +176713,7 @@ 361.995, 454.271, 361.995, - "o", + "%", -1, 0.528, "", @@ -176736,7 +176736,7 @@ 361.995, 455.327, 361.995, - "g", + "5", -1, 0.528, "", @@ -176759,7 +176759,7 @@ 361.995, 456.383, 361.995, - "n", + "0", -1, 0.528, "", @@ -176782,7 +176782,7 @@ 361.995, 457.439, 361.995, - "i", + "!", -1, 0.528, "", @@ -176805,7 +176805,7 @@ 361.995, 457.86, 361.995, - "t", + ",", -1, 0.528, "", @@ -176828,7 +176828,7 @@ 361.995, 458.388, 361.995, - "i", + "!", -1, 0.528, "", @@ -176851,7 +176851,7 @@ 361.995, 458.81, 361.995, - "o", + "%", -1, 0.528, "", @@ -176874,7 +176874,7 @@ 361.995, 459.866, 361.995, - "n", + "0", -1, 0.528, "", @@ -176897,7 +176897,7 @@ 361.995, 460.921, 361.995, - " ", + ")", -1, 0.528, "", @@ -176920,7 +176920,7 @@ 361.995, 461.449, 361.995, - "o", + "%", -1, 0.528, "", @@ -176943,7 +176943,7 @@ 361.995, 462.505, 361.995, - "f", + "8", -1, 0.528, "", @@ -176966,7 +176966,7 @@ 361.995, 463.033, 361.995, - " ", + ")", -1, 0.528, "", @@ -176989,7 +176989,7 @@ 361.995, 463.561, 361.995, - "t", + ",", -1, 0.528, "", @@ -177012,7 +177012,7 @@ 361.995, 464.089, 361.995, - "h", + "3", -1, 0.528, "", @@ -177035,7 +177035,7 @@ 361.995, 465.145, 361.995, - "e", + "'", -1, 0.528, "", @@ -177058,7 +177058,7 @@ 361.995, 466.2, 361.995, - " ", + ")", -1, 0.528, "", @@ -177081,7 +177081,7 @@ 361.995, 466.728, 361.995, - "a", + "-", -1, 0.528, "", @@ -177104,7 +177104,7 @@ 361.995, 467.784, 361.995, - "i", + "!", -1, 0.528, "", @@ -177127,7 +177127,7 @@ 361.995, 468.206, 361.995, - "r", + "$", -1, 0.528, "", @@ -177150,7 +177150,7 @@ 361.995, 468.838, 361.995, - "p", + "#", -1, 0.528, "", @@ -177173,7 +177173,7 @@ 361.995, 469.894, 361.995, - "o", + "%", -1, 0.528, "", @@ -177196,7 +177196,7 @@ 361.995, 470.95, 361.995, - "r", + "$", -1, 0.528, "", @@ -177219,7 +177219,7 @@ 361.995, 471.582, 361.995, - "t", + ",", -1, 0.528, "", @@ -177242,7 +177242,7 @@ 361.995, 472.11, 361.995, - " ", + ")", -1, 0.528, "", @@ -177265,7 +177265,7 @@ 361.995, 472.638, 361.995, - "f", + "8", -1, 0.528, "", @@ -177288,7 +177288,7 @@ 361.995, 473.166, 361.995, - "r", + "$", -1, 0.528, "", @@ -177311,7 +177311,7 @@ 361.995, 473.798, 361.995, - "o", + "%", -1, 0.528, "", @@ -177334,7 +177334,7 @@ 361.995, 474.854, 361.995, - "m", + "\"", -1, 0.528, "", @@ -177357,7 +177357,7 @@ 361.995, 476.436, 361.995, - " ", + ")", -1, 0.528, "", @@ -177380,7 +177380,7 @@ 361.995, 476.963, 361.995, - "t", + ",", -1, 0.528, "", @@ -177403,7 +177403,7 @@ 361.995, 477.491, 361.995, - "h", + "3", -1, 0.528, "", @@ -177426,7 +177426,7 @@ 361.995, 478.547, 361.995, - "e", + "'", -1, 0.528, "", @@ -177449,7 +177449,7 @@ 361.995, 479.603, 361.995, - " ", + ")", -1, 0.528, "", @@ -177472,7 +177472,7 @@ 361.995, 480.131, 361.995, - "a", + "-", -1, 0.528, "", @@ -177495,7 +177495,7 @@ 361.995, 481.187, 361.995, - "i", + "!", -1, 0.528, "", @@ -177518,7 +177518,7 @@ 361.995, 481.608, 361.995, - "r", + "$", -1, 0.528, "", @@ -177541,7 +177541,7 @@ 361.995, 482.24, 361.995, - " ", + ")", -1, 0.528, "", @@ -177564,7 +177564,7 @@ 361.995, 482.768, 361.995, - "a", + "-", -1, 0.528, "", @@ -177587,7 +177587,7 @@ 361.995, 483.824, 361.995, - "n", + "0", -1, 0.528, "", @@ -177610,7 +177610,7 @@ 361.995, 484.88, 361.995, - "d", + "(", -1, 0.528, "", @@ -177633,7 +177633,7 @@ 361.995, 485.936, 361.995, - " ", + ")", -1, 0.528, "", @@ -177656,7 +177656,7 @@ 361.995, 486.464, 361.995, - "t", + ",", -1, 0.528, "", @@ -177679,7 +177679,7 @@ 361.995, 486.992, 361.995, - "o", + "%", -1, 0.528, "", @@ -177702,7 +177702,7 @@ 361.995, 488.047, 361.995, - " ", + ")", -1, 0.528, "", @@ -177725,7 +177725,7 @@ 361.995, 488.575, 361.995, - "p", + "#", -1, 0.528, "", @@ -177748,7 +177748,7 @@ 361.995, 489.631, 361.995, - "r", + "$", -1, 0.528, "", @@ -177771,7 +177771,7 @@ 361.995, 490.263, 361.995, - "o", + "%", -1, 0.528, "", @@ -177794,7 +177794,7 @@ 361.995, 491.319, 361.995, - "v", + "&", -1, 0.528, "", @@ -177817,7 +177817,7 @@ 361.995, 492.269, 361.995, - "i", + "!", -1, 0.528, "", @@ -177840,7 +177840,7 @@ 361.995, 492.69, 361.995, - "d", + "(", -1, 0.528, "", @@ -177863,7 +177863,7 @@ 361.995, 493.746, 361.995, - "e", + "'", -1, 0.528, "", @@ -177886,7 +177886,7 @@ 361.995, 494.802, 361.995, - " ", + ")", -1, 0.528, "", @@ -177909,7 +177909,7 @@ 361.995, 495.33, 361.995, - "s", + "+", -1, 0.528, "", @@ -177932,7 +177932,7 @@ 361.995, 496.279, 361.995, - "o", + "%", -1, 0.528, "", @@ -177955,7 +177955,7 @@ 361.995, 497.335, 361.995, - "m", + "\"", -1, 0.528, "", @@ -177978,7 +177978,7 @@ 361.995, 498.917, 361.995, - "e", + "'", -1, 0.528, "", @@ -178001,7 +178001,7 @@ 361.995, 499.972, 361.995, - " ", + ")", -1, 0.528, "", @@ -178024,7 +178024,7 @@ 361.995, 500.5, 361.995, - "i", + "!", -1, 0.528, "", @@ -178047,7 +178047,7 @@ 361.995, 500.922, 361.995, - "n", + "0", -1, 0.528, "", @@ -178070,7 +178070,7 @@ 361.995, 501.978, 361.995, - "f", + "8", -1, 0.528, "", @@ -178093,7 +178093,7 @@ 361.995, 502.506, 361.995, - "o", + "%", -1, 0.528, "", @@ -178116,7 +178116,7 @@ 361.995, 503.561, 361.995, - "r", + "$", -1, 0.528, "", @@ -178139,7 +178139,7 @@ 361.995, 504.194, 361.995, - "m", + "\"", -1, 0.528, "", @@ -178162,7 +178162,7 @@ 361.995, 505.776, 361.995, - "a", + "-", -1, 0.528, "", @@ -178185,7 +178185,7 @@ 361.995, 506.831, 361.995, - "t", + ",", -1, 0.528, "", @@ -178208,7 +178208,7 @@ 361.995, 507.359, 361.995, - "i", + "!", -1, 0.528, "", @@ -178231,7 +178231,7 @@ 361.995, 507.781, 361.995, - "o", + "%", -1, 0.528, "", @@ -178254,7 +178254,7 @@ 361.995, 508.837, 361.995, - "n", + "0", -1, 0.528, "", @@ -178277,7 +178277,7 @@ 361.995, 509.892, 361.995, - " ", + ")", -1, 0.528, "", @@ -178300,7 +178300,7 @@ 361.995, 510.42, 361.995, - "t", + ",", -1, 0.528, "", @@ -178323,7 +178323,7 @@ 361.995, 510.948, 361.995, - "o", + "%", -1, 0.528, "", @@ -178346,7 +178346,7 @@ 361.995, 512.004, 361.995, - " ", + ")", -1, 0.528, "", @@ -178369,7 +178369,7 @@ 361.995, 512.532, 361.995, - "a", + "-", -1, 0.528, "", @@ -178392,7 +178392,7 @@ 361.995, 513.588, 361.995, - "i", + "!", -1, 0.528, "", @@ -178415,7 +178415,7 @@ 361.995, 514.009, 361.995, - "d", + "(", -1, 0.528, "", @@ -178438,7 +178438,7 @@ 361.995, 515.065, 361.995, - " ", + ")", -1, 0.528, "", @@ -178461,7 +178461,7 @@ 361.995, 515.593, 361.995, - "o", + "%", -1, 0.528, "", @@ -178484,7 +178484,7 @@ 361.995, 516.649, 361.995, - "n", + "0", -1, 0.528, "", @@ -178507,7 +178507,7 @@ 361.995, 517.704, 361.995, - " ", + ")", -1, 0.528, "", @@ -178530,7 +178530,7 @@ 361.995, 518.232, 361.995, - "g", + "5", -1, 0.528, "", @@ -178553,7 +178553,7 @@ 361.995, 519.288, 361.995, - "r", + "$", -1, 0.528, "", @@ -178576,7 +178576,7 @@ 361.995, 519.92, 361.995, - "o", + "%", -1, 0.528, "", @@ -178599,7 +178599,7 @@ 361.995, 520.976, 361.995, - "u", + "6", -1, 0.528, "", @@ -178622,7 +178622,7 @@ 361.995, 522.032, 361.995, - "n", + "0", -1, 0.528, "", @@ -178645,7 +178645,7 @@ 361.995, 523.088, 361.995, - "d", + "(", -1, 0.528, "", @@ -178668,7 +178668,7 @@ 361.995, 524.144, 361.995, - " ", + ")", -1, 0.528, "", @@ -178691,7 +178691,7 @@ 359.716, 449.101, 359.716, - "n", + "0", -1, 0.528, "", @@ -178714,7 +178714,7 @@ 359.716, 450.157, 359.716, - "a", + "-", -1, 0.528, "", @@ -178737,7 +178737,7 @@ 359.716, 451.212, 359.716, - "v", + "&", -1, 0.528, "", @@ -178760,7 +178760,7 @@ 359.716, 452.162, 359.716, - "i", + "!", -1, 0.528, "", @@ -178783,7 +178783,7 @@ 359.716, 452.583, 359.716, - "g", + "5", -1, 0.528, "", @@ -178806,7 +178806,7 @@ 359.716, 453.639, 359.716, - "a", + "-", -1, 0.528, "", @@ -178829,7 +178829,7 @@ 359.716, 454.695, 359.716, - "t", + ",", -1, 0.528, "", @@ -178852,7 +178852,7 @@ 359.716, 455.223, 359.716, - "i", + "!", -1, 0.528, "", @@ -178875,7 +178875,7 @@ 359.716, 455.644, 359.716, - "o", + "%", -1, 0.528, "", @@ -178898,7 +178898,7 @@ 359.716, 456.7, 359.716, - "n", + "0", -1, 0.528, "", @@ -178921,7 +178921,7 @@ 359.716, 457.756, 359.716, - " ", + ")", -1, 0.528, "", @@ -178944,7 +178944,7 @@ 359.716, 458.284, 359.716, - "o", + "%", -1, 0.528, "", @@ -178967,7 +178967,7 @@ 359.716, 459.34, 359.716, - "f", + "8", -1, 0.528, "", @@ -178990,7 +178990,7 @@ 359.716, 459.868, 359.716, - " ", + ")", -1, 0.528, "", @@ -179013,7 +179013,7 @@ 359.716, 460.395, 359.716, - "t", + ",", -1, 0.528, "", @@ -179036,7 +179036,7 @@ 359.716, 460.923, 359.716, - "h", + "3", -1, 0.528, "", @@ -179059,7 +179059,7 @@ 359.716, 461.979, 359.716, - "e", + "'", -1, 0.528, "", @@ -179082,7 +179082,7 @@ 359.716, 463.035, 359.716, - " ", + ")", -1, 0.528, "", @@ -179105,7 +179105,7 @@ 359.716, 463.563, 359.716, - "a", + "-", -1, 0.528, "", @@ -179128,7 +179128,7 @@ 359.716, 464.619, 359.716, - "i", + "!", -1, 0.528, "", @@ -179151,7 +179151,7 @@ 359.716, 465.04, 359.716, - "r", + "$", -1, 0.528, "", @@ -179174,7 +179174,7 @@ 359.716, 465.673, 359.716, - "p", + "#", -1, 0.528, "", @@ -179197,7 +179197,7 @@ 359.716, 466.728, 359.716, - "o", + "%", -1, 0.528, "", @@ -179220,7 +179220,7 @@ 359.716, 467.784, 359.716, - "r", + "$", -1, 0.528, "", @@ -179243,7 +179243,7 @@ 359.716, 468.416, 359.716, - "t", + ",", -1, 0.528, "", @@ -179266,7 +179266,7 @@ 359.716, 468.944, 359.716, - ".", + "1", -1, 0.528, "", @@ -179289,7 +179289,7 @@ 359.716, 469.472, 359.716, - " ", + ")", -1, 0.528, "", @@ -179312,7 +179312,7 @@ 359.716, 469.967, 359.716, - "T", + "2", -1, 0.528, "", @@ -179335,7 +179335,7 @@ 359.716, 471.128, 359.716, - "h", + "3", -1, 0.528, "", @@ -179358,7 +179358,7 @@ 359.716, 472.183, 359.716, - "e", + "'", -1, 0.528, "", @@ -179381,7 +179381,7 @@ 359.716, 473.239, 359.716, - " ", + ")", -1, 0.528, "", @@ -179404,7 +179404,7 @@ 359.716, 473.767, 359.716, - "r", + "$", -1, 0.528, "", @@ -179427,7 +179427,7 @@ 359.716, 474.4, 359.716, - "u", + "6", -1, 0.528, "", @@ -179450,7 +179450,7 @@ 359.716, 475.455, 359.716, - "n", + "0", -1, 0.528, "", @@ -179473,7 +179473,7 @@ 359.716, 476.511, 359.716, - "w", + "4", -1, 0.528, "", @@ -179496,7 +179496,7 @@ 359.716, 477.882, 359.716, - "a", + "-", -1, 0.528, "", @@ -179519,7 +179519,7 @@ 359.716, 478.938, 359.716, - "y", + ":", -1, 0.528, "", @@ -179542,7 +179542,7 @@ 359.716, 479.887, 359.716, - "s", + "+", -1, 0.528, "", @@ -179565,7 +179565,7 @@ 359.716, 480.837, 359.716, - " ", + ")", -1, 0.528, "", @@ -179588,7 +179588,7 @@ 359.716, 481.365, 359.716, - "a", + "-", -1, 0.528, "", @@ -179611,7 +179611,7 @@ 359.716, 482.42, 359.716, - "r", + "$", -1, 0.528, "", @@ -179634,7 +179634,7 @@ 359.716, 483.053, 359.716, - "e", + "'", -1, 0.528, "", @@ -179657,7 +179657,7 @@ 359.716, 484.109, 359.716, - " ", + ")", -1, 0.528, "", @@ -179680,7 +179680,7 @@ 359.716, 484.637, 359.716, - "d", + "(", -1, 0.528, "", @@ -179703,7 +179703,7 @@ 359.716, 485.692, 359.716, - "r", + "$", -1, 0.528, "", @@ -179726,7 +179726,7 @@ 359.716, 486.325, 359.716, - "a", + "-", -1, 0.528, "", @@ -179749,7 +179749,7 @@ 359.716, 487.38, 359.716, - "w", + "4", -1, 0.528, "", @@ -179772,7 +179772,7 @@ 359.716, 488.751, 359.716, - "n", + "0", -1, 0.528, "", @@ -179795,7 +179795,7 @@ 359.716, 489.807, 359.716, - " ", + ")", -1, 0.528, "", @@ -179818,7 +179818,7 @@ 359.716, 490.335, 359.716, - "t", + ",", -1, 0.528, "", @@ -179841,7 +179841,7 @@ 359.716, 490.863, 359.716, - "o", + "%", -1, 0.528, "", @@ -179864,7 +179864,7 @@ 359.716, 491.919, 359.716, - " ", + ")", -1, 0.528, "", @@ -179887,7 +179887,7 @@ 359.716, 492.447, 359.716, - "s", + "+", -1, 0.528, "", @@ -179910,7 +179910,7 @@ 359.716, 493.396, 359.716, - "c", + ".", -1, 0.528, "", @@ -179933,7 +179933,7 @@ 359.716, 494.346, 359.716, - "a", + "-", -1, 0.528, "", @@ -179956,7 +179956,7 @@ 359.716, 495.401, 359.716, - "l", + "/", -1, 0.528, "", @@ -179979,7 +179979,7 @@ 359.716, 495.823, 359.716, - "e", + "'", -1, 0.528, "", @@ -180002,7 +180002,7 @@ 359.716, 496.879, 359.716, - " ", + ")", -1, 0.528, "", @@ -180025,7 +180025,7 @@ 359.716, 497.407, 359.716, - "a", + "-", -1, 0.528, "", @@ -180048,7 +180048,7 @@ 359.716, 498.462, 359.716, - "n", + "0", -1, 0.528, "", @@ -180071,7 +180071,7 @@ 359.716, 499.518, 359.716, - "d", + "(", -1, 0.528, "", @@ -180094,7 +180094,7 @@ 359.716, 500.574, 359.716, - " ", + ")", -1, 0.528, "", @@ -180117,7 +180117,7 @@ 359.716, 501.102, 359.716, - "o", + "%", -1, 0.528, "", @@ -180140,7 +180140,7 @@ 359.716, 502.158, 359.716, - "r", + "$", -1, 0.528, "", @@ -180163,7 +180163,7 @@ 359.716, 502.79, 359.716, - "i", + "!", -1, 0.528, "", @@ -180186,7 +180186,7 @@ 359.716, 503.212, 359.716, - "e", + "'", -1, 0.528, "", @@ -180209,7 +180209,7 @@ 359.716, 504.267, 359.716, - "n", + "0", -1, 0.528, "", @@ -180232,7 +180232,7 @@ 359.716, 505.323, 359.716, - "t", + ",", -1, 0.528, "", @@ -180255,7 +180255,7 @@ 359.716, 505.851, 359.716, - "e", + "'", -1, 0.528, "", @@ -180278,7 +180278,7 @@ 359.716, 506.907, 359.716, - "d", + "(", -1, 0.528, "", @@ -180301,7 +180301,7 @@ 359.716, 507.963, 359.716, - " ", + ")", -1, 0.528, "", @@ -180324,7 +180324,7 @@ 359.716, 508.491, 359.716, - "t", + ",", -1, 0.528, "", @@ -180347,7 +180347,7 @@ 359.716, 509.018, 359.716, - "o", + "%", -1, 0.528, "", @@ -180370,7 +180370,7 @@ 359.716, 510.074, 359.716, - " ", + ")", -1, 0.528, "", @@ -180393,7 +180393,7 @@ 359.716, 510.602, 359.716, - "t", + ",", -1, 0.528, "", @@ -180416,7 +180416,7 @@ 359.716, 511.13, 359.716, - "r", + "$", -1, 0.528, "", @@ -180439,7 +180439,7 @@ 359.716, 511.762, 359.716, - "u", + "6", -1, 0.528, "", @@ -180462,7 +180462,7 @@ 359.716, 512.818, 359.716, - "e", + "'", -1, 0.528, "", @@ -180485,7 +180485,7 @@ 359.716, 513.874, 359.716, - " ", + ")", -1, 0.528, "", @@ -180508,7 +180508,7 @@ 359.716, 514.402, 359.716, - "n", + "0", -1, 0.528, "", @@ -180531,7 +180531,7 @@ 359.716, 515.458, 359.716, - "o", + "%", -1, 0.528, "", @@ -180554,7 +180554,7 @@ 359.716, 516.513, 359.716, - "r", + "$", -1, 0.528, "", @@ -180577,7 +180577,7 @@ 359.716, 517.146, 359.716, - "t", + ",", -1, 0.528, "", @@ -180600,7 +180600,7 @@ 359.716, 517.674, 359.716, - "h", + "3", -1, 0.528, "", @@ -180623,7 +180623,7 @@ 359.716, 518.729, 359.716, - ".", + "1", -1, 0.528, "", @@ -180646,7 +180646,7 @@ 359.716, 519.257, 359.716, - " ", + ")", -1, 0.528, "", @@ -180669,7 +180669,7 @@ 359.716, 519.785, 359.716, - "R", + "?", -1, 0.528, "", @@ -180692,7 +180692,7 @@ 359.716, 521.156, 359.716, - "u", + "6", -1, 0.528, "", @@ -180715,7 +180715,7 @@ 359.716, 522.212, 359.716, - "n", + "0", -1, 0.528, "", @@ -180738,7 +180738,7 @@ 359.716, 523.268, 359.716, - "w", + "4", -1, 0.528, "", @@ -180761,7 +180761,7 @@ 359.716, 524.639, 359.716, - "a", + "-", -1, 0.528, "", @@ -180784,7 +180784,7 @@ 359.716, 525.695, 359.716, - "y", + ":", -1, 0.528, "", @@ -180807,7 +180807,7 @@ 359.716, 526.644, 359.716, - " ", + ")", -1, 0.528, "", @@ -180830,7 +180830,7 @@ 357.437, 449.101, 357.437, - "d", + "(", -1, 0.528, "", @@ -180853,7 +180853,7 @@ 357.437, 450.157, 357.437, - "i", + "!", -1, 0.528, "", @@ -180876,7 +180876,7 @@ 357.437, 450.578, 357.437, - "m", + "\"", -1, 0.528, "", @@ -180899,7 +180899,7 @@ 357.437, 452.16, 357.437, - "e", + "'", -1, 0.528, "", @@ -180922,7 +180922,7 @@ 357.437, 453.216, 357.437, - "n", + "0", -1, 0.528, "", @@ -180945,7 +180945,7 @@ 357.437, 454.271, 357.437, - "s", + "+", -1, 0.528, "", @@ -180968,7 +180968,7 @@ 357.437, 455.221, 357.437, - "i", + "!", -1, 0.528, "", @@ -180991,7 +180991,7 @@ 357.437, 455.642, 357.437, - "o", + "%", -1, 0.528, "", @@ -181014,7 +181014,7 @@ 357.437, 456.698, 357.437, - "n", + "0", -1, 0.528, "", @@ -181037,7 +181037,7 @@ 357.437, 457.754, 357.437, - "s", + "+", -1, 0.528, "", @@ -181060,7 +181060,7 @@ 357.437, 458.704, 357.437, - " ", + ")", -1, 0.528, "", @@ -181083,7 +181083,7 @@ 357.437, 459.231, 357.437, - "(", + "@", -1, 0.528, "", @@ -181106,7 +181106,7 @@ 357.437, 459.864, 357.437, - "l", + "/", -1, 0.528, "", @@ -181129,7 +181129,7 @@ 357.437, 460.285, 357.437, - "e", + "'", -1, 0.528, "", @@ -181152,7 +181152,7 @@ 357.437, 461.341, 357.437, - "n", + "0", -1, 0.528, "", @@ -181175,7 +181175,7 @@ 357.437, 462.397, 357.437, - "g", + "5", -1, 0.528, "", @@ -181198,7 +181198,7 @@ 357.437, 463.453, 357.437, - "t", + ",", -1, 0.528, "", @@ -181221,7 +181221,7 @@ 357.437, 463.981, 357.437, - "h", + "3", -1, 0.528, "", @@ -181244,7 +181244,7 @@ 357.437, 465.036, 357.437, - " ", + ")", -1, 0.528, "", @@ -181267,7 +181267,7 @@ 357.437, 465.564, 357.437, - "a", + "-", -1, 0.528, "", @@ -181290,7 +181290,7 @@ 357.437, 466.62, 357.437, - "n", + "0", -1, 0.528, "", @@ -181313,7 +181313,7 @@ 357.437, 467.676, 357.437, - "d", + "(", -1, 0.528, "", @@ -181336,7 +181336,7 @@ 357.437, 468.732, 357.437, - " ", + ")", -1, 0.528, "", @@ -181359,7 +181359,7 @@ 357.437, 469.26, 357.437, - "w", + "4", -1, 0.528, "", @@ -181382,7 +181382,7 @@ 357.437, 470.631, 357.437, - "i", + "!", -1, 0.528, "", @@ -181405,7 +181405,7 @@ 357.437, 471.052, 357.437, - "d", + "(", -1, 0.528, "", @@ -181428,7 +181428,7 @@ 357.437, 472.108, 357.437, - "t", + ",", -1, 0.528, "", @@ -181451,7 +181451,7 @@ 357.437, 472.636, 357.437, - "h", + "3", -1, 0.528, "", @@ -181474,7 +181474,7 @@ 357.437, 473.692, 357.437, - ")", + "A", -1, 0.528, "", @@ -181497,7 +181497,7 @@ 357.437, 474.324, 357.437, - " ", + ")", -1, 0.528, "", @@ -181520,7 +181520,7 @@ 357.437, 474.852, 357.437, - "a", + "-", -1, 0.528, "", @@ -181543,7 +181543,7 @@ 357.437, 475.908, 357.437, - "r", + "$", -1, 0.528, "", @@ -181566,7 +181566,7 @@ 357.437, 476.54, 357.437, - "e", + "'", -1, 0.528, "", @@ -181589,7 +181589,7 @@ 357.437, 477.596, 357.437, - " ", + ")", -1, 0.528, "", @@ -181612,7 +181612,7 @@ 357.437, 478.124, 357.437, - "s", + "+", -1, 0.528, "", @@ -181635,7 +181635,7 @@ 357.437, 479.073, 357.437, - "h", + "3", -1, 0.528, "", @@ -181658,7 +181658,7 @@ 357.437, 480.129, 357.437, - "o", + "%", -1, 0.528, "", @@ -181681,7 +181681,7 @@ 357.437, 481.185, 357.437, - "w", + "4", -1, 0.528, "", @@ -181704,7 +181704,7 @@ 357.437, 482.556, 357.437, - "n", + "0", -1, 0.528, "", @@ -181727,7 +181727,7 @@ 357.437, 483.611, 357.437, - " ", + ")", -1, 0.528, "", @@ -181750,7 +181750,7 @@ 357.437, 484.139, 357.437, - "f", + "8", -1, 0.528, "", @@ -181773,7 +181773,7 @@ 357.437, 484.667, 357.437, - "o", + "%", -1, 0.528, "", @@ -181796,7 +181796,7 @@ 357.437, 485.723, 357.437, - "r", + "$", -1, 0.528, "", @@ -181819,7 +181819,7 @@ 357.437, 486.355, 357.437, - " ", + ")", -1, 0.528, "", @@ -181842,7 +181842,7 @@ 357.437, 486.883, 357.437, - "a", + "-", -1, 0.528, "", @@ -181865,7 +181865,7 @@ 357.437, 487.939, 357.437, - "l", + "/", -1, 0.528, "", @@ -181888,7 +181888,7 @@ 357.437, 488.782, 357.437, - " ", + ")", -1, 0.528, "", @@ -181911,7 +181911,7 @@ 357.437, 489.31, 357.437, - "a", + "-", -1, 0.528, "", @@ -181934,7 +181934,7 @@ 357.437, 490.366, 357.437, - "c", + ".", -1, 0.528, "", @@ -181957,7 +181957,7 @@ 357.437, 491.315, 357.437, - "t", + ",", -1, 0.528, "", @@ -181980,7 +181980,7 @@ 357.437, 491.843, 357.437, - "i", + "!", -1, 0.528, "", @@ -182003,7 +182003,7 @@ 357.437, 492.265, 357.437, - "v", + "&", -1, 0.528, "", @@ -182026,7 +182026,7 @@ 357.437, 493.214, 357.437, - "e", + "'", -1, 0.528, "", @@ -182049,7 +182049,7 @@ 357.437, 494.27, 357.437, - " ", + ")", -1, 0.528, "", @@ -182072,7 +182072,7 @@ 357.437, 494.798, 357.437, - "r", + "$", -1, 0.528, "", @@ -182095,7 +182095,7 @@ 357.437, 495.43, 357.437, - "u", + "6", -1, 0.528, "", @@ -182118,7 +182118,7 @@ 357.437, 496.486, 357.437, - "n", + "0", -1, 0.528, "", @@ -182141,7 +182141,7 @@ 357.437, 497.542, 357.437, - "w", + "4", -1, 0.528, "", @@ -182164,7 +182164,7 @@ 357.437, 498.913, 357.437, - "a", + "-", -1, 0.528, "", @@ -182187,7 +182187,7 @@ 357.437, 499.969, 357.437, - "y", + ":", -1, 0.528, "", @@ -182210,7 +182210,7 @@ 357.437, 500.918, 357.437, - "s", + "+", -1, 0.528, "", @@ -182233,7 +182233,7 @@ 357.437, 501.868, 357.437, - ".", + "1", -1, 0.528, "", @@ -182256,7 +182256,7 @@ 352.88, 449.101, 352.88, - "R", + "?", -1, 0.528, "", @@ -182279,7 +182279,7 @@ 352.88, 450.472, 352.88, - "u", + "6", -1, 0.528, "", @@ -182302,7 +182302,7 @@ 352.88, 451.528, 352.88, - "n", + "0", -1, 0.528, "", @@ -182325,7 +182325,7 @@ 352.88, 452.583, 352.88, - "w", + "4", -1, 0.528, "", @@ -182348,7 +182348,7 @@ 352.88, 453.954, 352.88, - "a", + "-", -1, 0.528, "", @@ -182371,7 +182371,7 @@ 352.88, 455.01, 352.88, - "y", + ":", -1, 0.528, "", @@ -182394,7 +182394,7 @@ 352.88, 455.96, 352.88, - "(", + "@", -1, 0.528, "", @@ -182417,7 +182417,7 @@ 352.88, 456.592, 352.88, - "s", + "+", -1, 0.528, "", @@ -182440,7 +182440,7 @@ 352.88, 457.541, 352.88, - ")", + "A", -1, 0.528, "", @@ -182463,7 +182463,7 @@ 352.88, 458.174, 352.88, - " ", + ")", -1, 0.528, "", @@ -182486,7 +182486,7 @@ 352.88, 458.702, 352.88, - "a", + "-", -1, 0.528, "", @@ -182509,7 +182509,7 @@ 352.88, 459.757, 352.88, - "r", + "$", -1, 0.528, "", @@ -182532,7 +182532,7 @@ 352.88, 460.39, 352.88, - "e", + "'", -1, 0.528, "", @@ -182555,7 +182555,7 @@ 352.88, 461.446, 352.88, - " ", + ")", -1, 0.528, "", @@ -182578,7 +182578,7 @@ 352.88, 461.973, 352.88, - "d", + "(", -1, 0.528, "", @@ -182601,7 +182601,7 @@ 352.88, 463.029, 352.88, - "e", + "'", -1, 0.528, "", @@ -182624,7 +182624,7 @@ 352.88, 464.085, 352.88, - "p", + "#", -1, 0.528, "", @@ -182647,7 +182647,7 @@ 352.88, 465.141, 352.88, - "i", + "!", -1, 0.528, "", @@ -182670,7 +182670,7 @@ 352.88, 465.562, 352.88, - "c", + ".", -1, 0.528, "", @@ -182693,7 +182693,7 @@ 352.88, 466.512, 352.88, - "t", + ",", -1, 0.528, "", @@ -182716,7 +182716,7 @@ 352.88, 467.04, 352.88, - "e", + "'", -1, 0.528, "", @@ -182739,7 +182739,7 @@ 352.88, 468.096, 352.88, - "d", + "(", -1, 0.528, "", @@ -182762,7 +182762,7 @@ 352.88, 469.151, 352.88, - " ", + ")", -1, 0.528, "", @@ -182785,7 +182785,7 @@ 352.88, 469.679, 352.88, - "b", + "*", -1, 0.528, "", @@ -182808,7 +182808,7 @@ 352.88, 470.735, 352.88, - "a", + "-", -1, 0.528, "", @@ -182831,7 +182831,7 @@ 352.88, 471.791, 352.88, - "s", + "+", -1, 0.528, "", @@ -182854,7 +182854,7 @@ 352.88, 472.74, 352.88, - "e", + "'", -1, 0.528, "", @@ -182877,7 +182877,7 @@ 352.88, 473.796, 352.88, - "d", + "(", -1, 0.528, "", @@ -182900,7 +182900,7 @@ 352.88, 474.852, 352.88, - " ", + ")", -1, 0.528, "", @@ -182923,7 +182923,7 @@ 352.88, 475.38, 352.88, - "o", + "%", -1, 0.528, "", @@ -182946,7 +182946,7 @@ 352.88, 476.436, 352.88, - "n", + "0", -1, 0.528, "", @@ -182969,7 +182969,7 @@ 352.88, 477.491, 352.88, - " ", + ")", -1, 0.528, "", @@ -182992,7 +182992,7 @@ 352.88, 478.019, 352.88, - "w", + "4", -1, 0.528, "", @@ -183015,7 +183015,7 @@ 352.88, 479.39, 352.88, - "h", + "3", -1, 0.528, "", @@ -183038,7 +183038,7 @@ 352.88, 480.446, 352.88, - "a", + "-", -1, 0.528, "", @@ -183061,7 +183061,7 @@ 352.88, 481.502, 352.88, - "t", + ",", -1, 0.528, "", @@ -183084,7 +183084,7 @@ 352.88, 482.03, 352.88, - " ", + ")", -1, 0.528, "", @@ -183107,7 +183107,7 @@ 352.88, 482.558, 352.88, - "t", + ",", -1, 0.528, "", @@ -183130,7 +183130,7 @@ 352.88, 483.085, 352.88, - "y", + ":", -1, 0.528, "", @@ -183153,7 +183153,7 @@ 352.88, 484.035, 352.88, - "p", + "#", -1, 0.528, "", @@ -183176,7 +183176,7 @@ 352.88, 485.091, 352.88, - "e", + "'", -1, 0.528, "", @@ -183199,7 +183199,7 @@ 352.88, 486.147, 352.88, - " ", + ")", -1, 0.528, "", @@ -183222,7 +183222,7 @@ 352.88, 486.674, 352.88, - "a", + "-", -1, 0.528, "", @@ -183245,7 +183245,7 @@ 352.88, 487.73, 352.88, - "n", + "0", -1, 0.528, "", @@ -183268,7 +183268,7 @@ 352.88, 488.786, 352.88, - "d", + "(", -1, 0.528, "", @@ -183291,7 +183291,7 @@ 352.88, 489.842, 352.88, - " ", + ")", -1, 0.528, "", @@ -183314,7 +183314,7 @@ 352.88, 490.37, 352.88, - "c", + ".", -1, 0.528, "", @@ -183337,7 +183337,7 @@ 352.88, 491.319, 352.88, - "o", + "%", -1, 0.528, "", @@ -183360,7 +183360,7 @@ 352.88, 492.375, 352.88, - "n", + "0", -1, 0.528, "", @@ -183383,7 +183383,7 @@ 352.88, 493.431, 352.88, - "s", + "+", -1, 0.528, "", @@ -183406,7 +183406,7 @@ 352.88, 494.38, 352.88, - "t", + ",", -1, 0.528, "", @@ -183429,7 +183429,7 @@ 352.88, 494.908, 352.88, - "r", + "$", -1, 0.528, "", @@ -183452,7 +183452,7 @@ 352.88, 495.54, 352.88, - "u", + "6", -1, 0.528, "", @@ -183475,7 +183475,7 @@ 352.88, 496.596, 352.88, - "c", + ".", -1, 0.528, "", @@ -183498,7 +183498,7 @@ 352.88, 497.546, 352.88, - "t", + ",", -1, 0.528, "", @@ -183521,7 +183521,7 @@ 352.88, 498.074, 352.88, - "i", + "!", -1, 0.528, "", @@ -183544,7 +183544,7 @@ 352.88, 498.495, 352.88, - "o", + "%", -1, 0.528, "", @@ -183567,7 +183567,7 @@ 352.88, 499.551, 352.88, - "n", + "0", -1, 0.528, "", @@ -183590,7 +183590,7 @@ 352.88, 500.607, 352.88, - " ", + ")", -1, 0.528, "", @@ -183613,7 +183613,7 @@ 352.88, 501.135, 352.88, - "o", + "%", -1, 0.528, "", @@ -183636,7 +183636,7 @@ 352.88, 502.19, 352.88, - "f", + "8", -1, 0.528, "", @@ -183659,7 +183659,7 @@ 352.88, 502.718, 352.88, - " ", + ")", -1, 0.528, "", @@ -183682,7 +183682,7 @@ 352.88, 503.246, 352.88, - "t", + ",", -1, 0.528, "", @@ -183705,7 +183705,7 @@ 352.88, 503.774, 352.88, - "h", + "3", -1, 0.528, "", @@ -183728,7 +183728,7 @@ 352.88, 504.83, 352.88, - "e", + "'", -1, 0.528, "", @@ -183751,7 +183751,7 @@ 352.88, 505.886, 352.88, - " ", + ")", -1, 0.528, "", @@ -183774,7 +183774,7 @@ 352.88, 506.414, 352.88, - "r", + "$", -1, 0.528, "", @@ -183797,7 +183797,7 @@ 352.88, 507.046, 352.88, - "u", + "6", -1, 0.528, "", @@ -183820,7 +183820,7 @@ 352.88, 508.102, 352.88, - "n", + "0", -1, 0.528, "", @@ -183843,7 +183843,7 @@ 352.88, 509.157, 352.88, - "w", + "4", -1, 0.528, "", @@ -183866,7 +183866,7 @@ 352.88, 510.528, 352.88, - "a", + "-", -1, 0.528, "", @@ -183889,7 +183889,7 @@ 352.88, 511.584, 352.88, - "y", + ":", -1, 0.528, "", @@ -183912,7 +183912,7 @@ 352.88, 512.399, 352.88, - ".", + "1", -1, 0.528, "", @@ -183935,7 +183935,7 @@ 347.607, 449.955, 347.607, - "H", + "B", -1, 0.475, "", @@ -183958,7 +183958,7 @@ 347.607, 451.189, 347.607, - "a", + "-", -1, 0.475, "", @@ -183981,7 +183981,7 @@ 347.607, 452.139, 347.607, - "r", + "$", -1, 0.475, "", @@ -184004,7 +184004,7 @@ 347.607, 452.708, 347.607, - "d", + "(", -1, 0.475, "", @@ -184027,7 +184027,7 @@ 347.607, 453.659, 347.607, - " ", + ")", -1, 0.475, "", @@ -184050,7 +184050,7 @@ 347.607, 454.134, 347.607, - "S", + "C", -1, 0.475, "", @@ -184073,7 +184073,7 @@ 347.607, 455.274, 347.607, - "u", + "6", -1, 0.475, "", @@ -184096,7 +184096,7 @@ 347.607, 456.224, 347.607, - "r", + "$", -1, 0.475, "", @@ -184119,7 +184119,7 @@ 347.607, 456.793, 347.607, - "f", + "8", -1, 0.475, "", @@ -184142,7 +184142,7 @@ 347.607, 457.268, 347.607, - "a", + "-", -1, 0.475, "", @@ -184165,7 +184165,7 @@ 347.607, 458.218, 347.607, - "c", + ".", -1, 0.475, "", @@ -184188,7 +184188,7 @@ 347.607, 459.073, 347.607, - "e", + "'", -1, 0.475, "", @@ -184211,7 +184211,7 @@ 347.607, 464.9, 347.607, - "O", + "D", -1, 0.475, "", @@ -184234,7 +184234,7 @@ 347.607, 466.229, 347.607, - "t", + ",", -1, 0.475, "", @@ -184257,7 +184257,7 @@ 347.607, 466.704, 347.607, - "h", + "3", -1, 0.475, "", @@ -184280,7 +184280,7 @@ 347.607, 467.655, 347.607, - "e", + "'", -1, 0.475, "", @@ -184303,7 +184303,7 @@ 347.607, 468.605, 347.607, - "r", + "$", -1, 0.475, "", @@ -184326,7 +184326,7 @@ 347.607, 469.174, 347.607, - " ", + ")", -1, 0.475, "", @@ -184349,7 +184349,7 @@ 347.607, 469.618, 347.607, - "T", + "2", -1, 0.475, "", @@ -184372,7 +184372,7 @@ 347.607, 470.662, 347.607, - "h", + "3", -1, 0.475, "", @@ -184395,7 +184395,7 @@ 347.607, 471.613, 347.607, - "a", + "-", -1, 0.475, "", @@ -184418,7 +184418,7 @@ 347.607, 472.563, 347.607, - "n", + "0", -1, 0.475, "", @@ -184441,7 +184441,7 @@ 347.607, 473.513, 347.607, - " ", + ")", -1, 0.475, "", @@ -184464,7 +184464,7 @@ 345.556, 464.9, 345.556, - "H", + "B", -1, 0.475, "", @@ -184487,7 +184487,7 @@ 345.556, 466.134, 345.556, - "a", + "-", -1, 0.475, "", @@ -184510,7 +184510,7 @@ 345.556, 467.084, 345.556, - "r", + "$", -1, 0.475, "", @@ -184533,7 +184533,7 @@ 345.556, 467.653, 345.556, - "d", + "(", -1, 0.475, "", @@ -184556,7 +184556,7 @@ 345.556, 468.603, 345.556, - " ", + ")", -1, 0.475, "", @@ -184579,7 +184579,7 @@ 345.556, 469.078, 345.556, - "S", + "C", -1, 0.475, "", @@ -184602,7 +184602,7 @@ 345.556, 470.218, 345.556, - "u", + "6", -1, 0.475, "", @@ -184625,7 +184625,7 @@ 345.556, 471.168, 345.556, - "r", + "$", -1, 0.475, "", @@ -184648,7 +184648,7 @@ 345.556, 471.737, 345.556, - "f", + "8", -1, 0.475, "", @@ -184671,7 +184671,7 @@ 345.556, 472.213, 345.556, - "a", + "-", -1, 0.475, "", @@ -184694,7 +184694,7 @@ 345.556, 473.163, 345.556, - "c", + ".", -1, 0.475, "", @@ -184717,7 +184717,7 @@ 345.556, 474.017, 345.556, - "e", + "'", -1, 0.475, "", @@ -184740,7 +184740,7 @@ 347.607, 478.914, 347.607, - "M", + "E", -1, 0.475, "", @@ -184763,7 +184763,7 @@ 347.607, 480.337, 347.607, - "e", + "'", -1, 0.475, "", @@ -184786,7 +184786,7 @@ 347.607, 481.287, 347.607, - "t", + ",", -1, 0.475, "", @@ -184809,7 +184809,7 @@ 347.607, 481.763, 347.607, - "a", + "-", -1, 0.475, "", @@ -184832,7 +184832,7 @@ 347.607, 482.713, 347.607, - "l", + "/", -1, 0.475, "", @@ -184855,7 +184855,7 @@ 347.607, 483.092, 347.607, - " ", + ")", -1, 0.475, "", @@ -184878,7 +184878,7 @@ 347.607, 483.567, 347.607, - "S", + "C", -1, 0.475, "", @@ -184901,7 +184901,7 @@ 347.607, 484.707, 347.607, - "u", + "6", -1, 0.475, "", @@ -184924,7 +184924,7 @@ 347.607, 485.657, 347.607, - "r", + "$", -1, 0.475, "", @@ -184947,7 +184947,7 @@ 347.607, 486.226, 347.607, - "f", + "8", -1, 0.475, "", @@ -184970,7 +184970,7 @@ 347.607, 486.702, 347.607, - "a", + "-", -1, 0.475, "", @@ -184993,7 +184993,7 @@ 347.607, 487.652, 347.607, - "c", + ".", -1, 0.475, "", @@ -185016,7 +185016,7 @@ 347.607, 488.506, 347.607, - "e", + "'", -1, 0.475, "", @@ -185039,7 +185039,7 @@ 347.607, 493.064, 347.607, - "C", + "F", -1, 0.475, "", @@ -185062,7 +185062,7 @@ 347.607, 494.298, 347.607, - "l", + "/", -1, 0.475, "", @@ -185085,7 +185085,7 @@ 347.607, 494.678, 347.607, - "o", + "%", -1, 0.475, "", @@ -185108,7 +185108,7 @@ 347.607, 495.628, 347.607, - "s", + "+", -1, 0.475, "", @@ -185131,7 +185131,7 @@ 347.607, 496.482, 347.607, - "e", + "'", -1, 0.475, "", @@ -185154,7 +185154,7 @@ 347.607, 497.432, 347.607, - "d", + "(", -1, 0.475, "", @@ -185177,7 +185177,7 @@ 347.607, 498.383, 347.607, - " ", + ")", -1, 0.475, "", @@ -185200,7 +185200,7 @@ 347.607, 498.858, 347.607, - "R", + "?", -1, 0.475, "", @@ -185223,7 +185223,7 @@ 347.607, 500.092, 347.607, - "u", + "6", -1, 0.475, "", @@ -185246,7 +185246,7 @@ 347.607, 501.042, 347.607, - "n", + "0", -1, 0.475, "", @@ -185269,7 +185269,7 @@ 347.607, 501.992, 347.607, - "w", + "4", -1, 0.475, "", @@ -185292,7 +185292,7 @@ 347.607, 503.226, 347.607, - "a", + "-", -1, 0.475, "", @@ -185315,7 +185315,7 @@ 347.607, 504.176, 347.607, - "y", + ":", -1, 0.475, "", @@ -185338,7 +185338,7 @@ 347.607, 509.581, 347.607, - "U", + "G", -1, 0.475, "", @@ -185361,7 +185361,7 @@ 347.607, 510.815, 347.607, - "n", + "0", -1, 0.475, "", @@ -185384,7 +185384,7 @@ 347.607, 511.765, 347.607, - "d", + "(", -1, 0.475, "", @@ -185407,7 +185407,7 @@ 347.607, 512.715, 347.607, - "e", + "'", -1, 0.475, "", @@ -185430,7 +185430,7 @@ 347.607, 513.665, 347.607, - "r", + "$", -1, 0.475, "", @@ -185453,7 +185453,7 @@ 347.607, 514.235, 347.607, - " ", + ")", -1, 0.475, "", @@ -185476,7 +185476,7 @@ 347.607, 514.71, 347.607, - "C", + "F", -1, 0.475, "", @@ -185499,7 +185499,7 @@ 347.607, 515.944, 347.607, - "o", + "%", -1, 0.475, "", @@ -185522,7 +185522,7 @@ 347.607, 516.894, 347.607, - "n", + "0", -1, 0.475, "", @@ -185545,7 +185545,7 @@ 347.607, 517.844, 347.607, - "s", + "+", -1, 0.475, "", @@ -185568,7 +185568,7 @@ 347.607, 518.699, 347.607, - "t", + ",", -1, 0.475, "", @@ -185591,7 +185591,7 @@ 347.607, 519.174, 347.607, - "r", + "$", -1, 0.475, "", @@ -185614,7 +185614,7 @@ 347.607, 519.743, 347.607, - "u", + "6", -1, 0.475, "", @@ -185637,7 +185637,7 @@ 347.607, 520.693, 347.607, - "c", + ".", -1, 0.475, "", @@ -185660,7 +185660,7 @@ 347.607, 521.547, 347.607, - "t", + ",", -1, 0.475, "", @@ -185683,7 +185683,7 @@ 347.607, 522.023, 347.607, - "i", + "!", -1, 0.475, "", @@ -185706,7 +185706,7 @@ 347.607, 522.402, 347.607, - "o", + "%", -1, 0.475, "", @@ -185729,7 +185729,7 @@ 347.607, 523.352, 347.607, - "n", + "0", -1, 0.475, "", @@ -185752,7 +185752,7 @@ 336.865, 449.955, 336.865, - "S", + "C", -1, 0.475, "", @@ -185775,7 +185775,7 @@ 336.865, 451.095, 336.865, - "t", + ",", -1, 0.475, "", @@ -185798,7 +185798,7 @@ 336.865, 451.57, 336.865, - "o", + "%", -1, 0.475, "", @@ -185821,7 +185821,7 @@ 336.865, 452.52, 336.865, - "p", + "#", -1, 0.475, "", @@ -185844,7 +185844,7 @@ 336.865, 453.471, 336.865, - "w", + "4", -1, 0.475, "", @@ -185867,7 +185867,7 @@ 336.865, 454.705, 336.865, - "a", + "-", -1, 0.475, "", @@ -185890,7 +185890,7 @@ 336.865, 455.655, 336.865, - "y", + ":", -1, 0.475, "", @@ -185913,7 +185913,7 @@ 336.865, 456.509, 336.865, - "s", + "+", -1, 0.475, "", @@ -185936,7 +185936,7 @@ 336.865, 457.364, 336.865, - ",", + "7", -1, 0.475, "", @@ -185959,7 +185959,7 @@ 336.865, 457.839, 336.865, - " ", + ")", -1, 0.475, "", @@ -185982,7 +185982,7 @@ 334.814, 449.955, 334.814, - "T", + "2", -1, 0.475, "", @@ -186005,7 +186005,7 @@ 334.814, 450.81, 334.814, - "a", + "-", -1, 0.475, "", @@ -186028,7 +186028,7 @@ 334.814, 451.76, 334.814, - "x", + "9", -1, 0.475, "", @@ -186051,7 +186051,7 @@ 334.814, 452.614, 334.814, - "i", + "!", -1, 0.475, "", @@ -186074,7 +186074,7 @@ 334.814, 452.994, 334.814, - "w", + "4", -1, 0.475, "", @@ -186097,7 +186097,7 @@ 334.814, 454.228, 334.814, - "a", + "-", -1, 0.475, "", @@ -186120,7 +186120,7 @@ 334.814, 455.178, 334.814, - "y", + ":", -1, 0.475, "", @@ -186143,7 +186143,7 @@ 334.814, 456.033, 334.814, - "s", + "+", -1, 0.475, "", @@ -186166,7 +186166,7 @@ 334.814, 456.887, 334.814, - ",", + "7", -1, 0.475, "", @@ -186189,7 +186189,7 @@ 334.814, 457.362, 334.814, - " ", + ")", -1, 0.475, "", @@ -186212,7 +186212,7 @@ 334.814, 457.837, 334.814, - "P", + "<", -1, 0.475, "", @@ -186235,7 +186235,7 @@ 334.814, 458.977, 334.814, - "a", + "-", -1, 0.475, "", @@ -186258,7 +186258,7 @@ 334.814, 459.927, 334.814, - "r", + "$", -1, 0.475, "", @@ -186281,7 +186281,7 @@ 334.814, 460.496, 334.814, - "k", + "=", -1, 0.475, "", @@ -186304,7 +186304,7 @@ 334.814, 461.352, 334.814, - "-", + ">", -1, 0.475, "", @@ -186327,7 +186327,7 @@ 332.763, 449.955, 332.763, - "i", + "!", -1, 0.475, "", @@ -186350,7 +186350,7 @@ 332.763, 450.335, 332.763, - "n", + "0", -1, 0.475, "", @@ -186373,7 +186373,7 @@ 332.763, 451.285, 332.763, - "g", + "5", -1, 0.475, "", @@ -186396,7 +186396,7 @@ 332.763, 452.235, 332.763, - " ", + ")", -1, 0.475, "", @@ -186419,7 +186419,7 @@ 332.763, 452.616, 332.763, - "A", + "H", -1, 0.475, "", @@ -186442,7 +186442,7 @@ 332.763, 453.756, 332.763, - "r", + "$", -1, 0.475, "", @@ -186465,7 +186465,7 @@ 332.763, 454.325, 332.763, - "e", + "'", -1, 0.475, "", @@ -186488,7 +186488,7 @@ 332.763, 455.275, 332.763, - "a", + "-", -1, 0.475, "", @@ -186511,7 +186511,7 @@ 332.763, 456.226, 332.763, - "s", + "+", -1, 0.475, "", @@ -186534,7 +186534,7 @@ 336.865, 464.9, 336.865, - "D", + "I", -1, 0.475, "", @@ -186557,7 +186557,7 @@ 336.865, 466.134, 336.865, - "i", + "!", -1, 0.475, "", @@ -186580,7 +186580,7 @@ 336.865, 466.513, 336.865, - "s", + "+", -1, 0.475, "", @@ -186603,7 +186603,7 @@ 336.865, 467.367, 336.865, - "p", + "#", -1, 0.475, "", @@ -186626,7 +186626,7 @@ 336.865, 468.318, 336.865, - "l", + "/", -1, 0.475, "", @@ -186649,7 +186649,7 @@ 336.865, 468.697, 336.865, - "a", + "-", -1, 0.475, "", @@ -186672,7 +186672,7 @@ 336.865, 469.647, 336.865, - "c", + ".", -1, 0.475, "", @@ -186695,7 +186695,7 @@ 336.865, 470.502, 336.865, - "e", + "'", -1, 0.475, "", @@ -186718,7 +186718,7 @@ 336.865, 471.452, 336.865, - "d", + "(", -1, 0.475, "", @@ -186741,7 +186741,7 @@ 336.865, 472.402, 336.865, - " ", + ")", -1, 0.475, "", @@ -186764,7 +186764,7 @@ 334.814, 464.9, 334.814, - "T", + "2", -1, 0.475, "", @@ -186787,7 +186787,7 @@ 334.814, 465.944, 334.814, - "h", + "3", -1, 0.475, "", @@ -186810,7 +186810,7 @@ 334.814, 466.894, 334.814, - "r", + "$", -1, 0.475, "", @@ -186833,7 +186833,7 @@ 334.814, 467.463, 334.814, - "e", + "'", -1, 0.475, "", @@ -186856,7 +186856,7 @@ 334.814, 468.413, 334.814, - "s", + "+", -1, 0.475, "", @@ -186879,7 +186879,7 @@ 334.814, 469.268, 334.814, - "h", + "3", -1, 0.475, "", @@ -186902,7 +186902,7 @@ 334.814, 470.218, 334.814, - "o", + "%", -1, 0.475, "", @@ -186925,7 +186925,7 @@ 334.814, 471.168, 334.814, - "l", + "/", -1, 0.475, "", @@ -186948,7 +186948,7 @@ 334.814, 471.548, 334.814, - "d", + "(", -1, 0.475, "", @@ -186971,7 +186971,7 @@ 336.865, 478.914, 336.865, - "C", + "F", -1, 0.475, "", @@ -186994,7 +186994,7 @@ 336.865, 480.147, 336.865, - "l", + "/", -1, 0.475, "", @@ -187017,7 +187017,7 @@ 336.865, 480.527, 336.865, - "o", + "%", -1, 0.475, "", @@ -187040,7 +187040,7 @@ 336.865, 481.477, 336.865, - "s", + "+", -1, 0.475, "", @@ -187063,7 +187063,7 @@ 336.865, 482.332, 336.865, - "e", + "'", -1, 0.475, "", @@ -187086,7 +187086,7 @@ 336.865, 483.282, 336.865, - "d", + "(", -1, 0.475, "", @@ -187109,7 +187109,7 @@ 336.865, 484.232, 336.865, - " ", + ")", -1, 0.475, "", @@ -187132,7 +187132,7 @@ 334.814, 478.914, 334.814, - "P", + "<", -1, 0.475, "", @@ -187155,7 +187155,7 @@ 334.814, 480.053, 334.814, - "a", + "-", -1, 0.475, "", @@ -187178,7 +187178,7 @@ 334.814, 481.004, 334.814, - "v", + "&", -1, 0.475, "", @@ -187201,7 +187201,7 @@ 334.814, 481.858, 334.814, - "e", + "'", -1, 0.475, "", @@ -187224,7 +187224,7 @@ 334.814, 482.808, 334.814, - "m", + "\"", -1, 0.475, "", @@ -187247,7 +187247,7 @@ 334.814, 484.232, 334.814, - "e", + "'", -1, 0.475, "", @@ -187270,7 +187270,7 @@ 334.814, 485.182, 334.814, - "n", + "0", -1, 0.475, "", @@ -187293,7 +187293,7 @@ 334.814, 486.132, 334.814, - "t", + ",", -1, 0.475, "", @@ -187316,7 +187316,7 @@ 336.865, 493.064, 336.865, - "W", + "J", -1, 0.475, "", @@ -187339,7 +187339,7 @@ 336.865, 494.614, 336.865, - "a", + "-", -1, 0.475, "", @@ -187362,7 +187362,7 @@ 336.865, 495.564, 336.865, - "t", + ",", -1, 0.475, "", @@ -187385,7 +187385,7 @@ 336.865, 496.039, 336.865, - "e", + "'", -1, 0.475, "", @@ -187408,7 +187408,7 @@ 336.865, 496.989, 336.865, - "r", + "$", -1, 0.475, "", @@ -187431,7 +187431,7 @@ 336.865, 497.558, 336.865, - " ", + ")", -1, 0.475, "", @@ -187454,7 +187454,7 @@ 336.865, 498.034, 336.865, - "R", + "?", -1, 0.475, "", @@ -187477,7 +187477,7 @@ 336.865, 499.267, 336.865, - "u", + "6", -1, 0.475, "", @@ -187500,7 +187500,7 @@ 336.865, 500.218, 336.865, - "n", + "0", -1, 0.475, "", @@ -187523,7 +187523,7 @@ 336.865, 501.168, 336.865, - "w", + "4", -1, 0.475, "", @@ -187546,7 +187546,7 @@ 336.865, 502.402, 336.865, - "a", + "-", -1, 0.475, "", @@ -187569,7 +187569,7 @@ 336.865, 503.352, 336.865, - "y", + ":", -1, 0.475, "", @@ -187592,7 +187592,7 @@ 322.311, 449.101, 322.311, - "T", + "2", -1, 0.528, "", @@ -187615,7 +187615,7 @@ 322.311, 450.05, 322.311, - "a", + "-", -1, 0.528, "", @@ -187638,7 +187638,7 @@ 322.311, 451.106, 322.311, - "x", + "9", -1, 0.528, "", @@ -187661,7 +187661,7 @@ 322.311, 452.055, 322.311, - "i", + "!", -1, 0.528, "", @@ -187684,7 +187684,7 @@ 322.311, 452.477, 322.311, - "w", + "4", -1, 0.528, "", @@ -187707,7 +187707,7 @@ 322.311, 453.848, 322.311, - "a", + "-", -1, 0.528, "", @@ -187730,7 +187730,7 @@ 322.311, 454.904, 322.311, - "y", + ":", -1, 0.528, "", @@ -187753,7 +187753,7 @@ 322.311, 455.853, 322.311, - "s", + "+", -1, 0.528, "", @@ -187776,7 +187776,7 @@ 322.311, 456.803, 322.311, - " ", + ")", -1, 0.528, "", @@ -187799,7 +187799,7 @@ 322.311, 457.331, 322.311, - "a", + "-", -1, 0.528, "", @@ -187822,7 +187822,7 @@ 322.311, 458.386, 322.311, - "n", + "0", -1, 0.528, "", @@ -187845,7 +187845,7 @@ 322.311, 459.442, 322.311, - "d", + "(", -1, 0.528, "", @@ -187868,7 +187868,7 @@ 322.311, 460.498, 322.311, - " ", + ")", -1, 0.528, "", @@ -187891,7 +187891,7 @@ 322.311, 461.026, 322.311, - "a", + "-", -1, 0.528, "", @@ -187914,7 +187914,7 @@ 322.311, 462.082, 322.311, - "p", + "#", -1, 0.528, "", @@ -187937,7 +187937,7 @@ 322.311, 463.137, 322.311, - "r", + "$", -1, 0.528, "", @@ -187960,7 +187960,7 @@ 322.311, 463.77, 322.311, - "o", + "%", -1, 0.528, "", @@ -187983,7 +187983,7 @@ 322.311, 464.826, 322.311, - "n", + "0", -1, 0.528, "", @@ -188006,7 +188006,7 @@ 322.311, 465.881, 322.311, - "s", + "+", -1, 0.528, "", @@ -188029,7 +188029,7 @@ 322.311, 466.831, 322.311, - " ", + ")", -1, 0.528, "", @@ -188052,7 +188052,7 @@ 322.311, 467.359, 322.311, - "a", + "-", -1, 0.528, "", @@ -188075,7 +188075,7 @@ 322.311, 468.415, 322.311, - "r", + "$", -1, 0.528, "", @@ -188098,7 +188098,7 @@ 322.311, 469.047, 322.311, - "e", + "'", -1, 0.528, "", @@ -188121,7 +188121,7 @@ 322.311, 470.103, 322.311, - " ", + ")", -1, 0.528, "", @@ -188144,7 +188144,7 @@ 322.311, 470.631, 322.311, - "s", + "+", -1, 0.528, "", @@ -188167,7 +188167,7 @@ 322.311, 471.58, 322.311, - "h", + "3", -1, 0.528, "", @@ -188190,7 +188190,7 @@ 322.311, 472.636, 322.311, - "a", + "-", -1, 0.528, "", @@ -188213,7 +188213,7 @@ 322.311, 473.692, 322.311, - "d", + "(", -1, 0.528, "", @@ -188236,7 +188236,7 @@ 322.311, 474.747, 322.311, - "e", + "'", -1, 0.528, "", @@ -188259,7 +188259,7 @@ 322.311, 475.803, 322.311, - "d", + "(", -1, 0.528, "", @@ -188282,7 +188282,7 @@ 322.311, 476.859, 322.311, - " ", + ")", -1, 0.528, "", @@ -188305,7 +188305,7 @@ 322.311, 477.387, 322.311, - "g", + "5", -1, 0.528, "", @@ -188328,7 +188328,7 @@ 322.311, 478.443, 322.311, - "r", + "$", -1, 0.528, "", @@ -188351,7 +188351,7 @@ 322.311, 479.075, 322.311, - "e", + "'", -1, 0.528, "", @@ -188374,7 +188374,7 @@ 322.311, 480.131, 322.311, - "y", + ":", -1, 0.528, "", @@ -188397,7 +188397,7 @@ 322.311, 480.944, 322.311, - ".", + "1", -1, 0.528, "", @@ -188420,7 +188420,7 @@ 322.311, 481.471, 322.311, - " ", + ")", -1, 0.528, "", @@ -188443,7 +188443,7 @@ 322.311, 481.999, 322.311, - "O", + "D", -1, 0.528, "", @@ -188466,7 +188466,7 @@ 322.311, 483.477, 322.311, - "t", + ",", -1, 0.528, "", @@ -188489,7 +188489,7 @@ 322.311, 484.005, 322.311, - "h", + "3", -1, 0.528, "", @@ -188512,7 +188512,7 @@ 322.311, 485.06, 322.311, - "e", + "'", -1, 0.528, "", @@ -188535,7 +188535,7 @@ 322.311, 486.116, 322.311, - "r", + "$", -1, 0.528, "", @@ -188558,7 +188558,7 @@ 322.311, 486.748, 322.311, - " ", + ")", -1, 0.528, "", @@ -188581,7 +188581,7 @@ 322.311, 487.276, 322.311, - "r", + "$", -1, 0.528, "", @@ -188604,7 +188604,7 @@ 322.311, 487.909, 322.311, - "u", + "6", -1, 0.528, "", @@ -188627,7 +188627,7 @@ 322.311, 488.964, 322.311, - "n", + "0", -1, 0.528, "", @@ -188650,7 +188650,7 @@ 322.311, 490.02, 322.311, - "w", + "4", -1, 0.528, "", @@ -188673,7 +188673,7 @@ 322.311, 491.391, 322.311, - "a", + "-", -1, 0.528, "", @@ -188696,7 +188696,7 @@ 322.311, 492.447, 322.311, - "y", + ":", -1, 0.528, "", @@ -188719,7 +188719,7 @@ 322.311, 493.397, 322.311, - " ", + ")", -1, 0.528, "", @@ -188742,7 +188742,7 @@ 322.311, 493.924, 322.311, - "f", + "8", -1, 0.528, "", @@ -188765,7 +188765,7 @@ 322.311, 494.452, 322.311, - "e", + "'", -1, 0.528, "", @@ -188788,7 +188788,7 @@ 322.311, 495.508, 322.311, - "a", + "-", -1, 0.528, "", @@ -188811,7 +188811,7 @@ 322.311, 496.564, 322.311, - "t", + ",", -1, 0.528, "", @@ -188834,7 +188834,7 @@ 322.311, 497.092, 322.311, - "u", + "6", -1, 0.528, "", @@ -188857,7 +188857,7 @@ 322.311, 498.148, 322.311, - "r", + "$", -1, 0.528, "", @@ -188880,7 +188880,7 @@ 322.311, 498.78, 322.311, - "e", + "'", -1, 0.528, "", @@ -188903,7 +188903,7 @@ 322.311, 499.836, 322.311, - "s", + "+", -1, 0.528, "", @@ -188926,7 +188926,7 @@ 322.311, 500.785, 322.311, - " ", + ")", -1, 0.528, "", @@ -188949,7 +188949,7 @@ 322.311, 501.313, 322.311, - "t", + ",", -1, 0.528, "", @@ -188972,7 +188972,7 @@ 322.311, 501.841, 322.311, - "h", + "3", -1, 0.528, "", @@ -188995,7 +188995,7 @@ 322.311, 502.897, 322.311, - "a", + "-", -1, 0.528, "", @@ -189018,7 +189018,7 @@ 322.311, 503.953, 322.311, - "t", + ",", -1, 0.528, "", @@ -189041,7 +189041,7 @@ 322.311, 504.48, 322.311, - " ", + ")", -1, 0.528, "", @@ -189064,7 +189064,7 @@ 322.311, 505.008, 322.311, - "m", + "\"", -1, 0.528, "", @@ -189087,7 +189087,7 @@ 322.311, 506.59, 322.311, - "a", + "-", -1, 0.528, "", @@ -189110,7 +189110,7 @@ 322.311, 507.646, 322.311, - "y", + ":", -1, 0.528, "", @@ -189133,7 +189133,7 @@ 322.311, 508.595, 322.311, - " ", + ")", -1, 0.528, "", @@ -189156,7 +189156,7 @@ 322.311, 509.123, 322.311, - "b", + "*", -1, 0.528, "", @@ -189179,7 +189179,7 @@ 322.311, 510.179, 322.311, - "e", + "'", -1, 0.528, "", @@ -189202,7 +189202,7 @@ 322.311, 511.235, 322.311, - " ", + ")", -1, 0.528, "", @@ -189225,7 +189225,7 @@ 322.311, 511.763, 322.311, - "s", + "+", -1, 0.528, "", @@ -189248,7 +189248,7 @@ 322.311, 512.712, 322.311, - "h", + "3", -1, 0.528, "", @@ -189271,7 +189271,7 @@ 322.311, 513.768, 322.311, - "o", + "%", -1, 0.528, "", @@ -189294,7 +189294,7 @@ 322.311, 514.824, 322.311, - "w", + "4", -1, 0.528, "", @@ -189317,7 +189317,7 @@ 322.311, 516.195, 322.311, - "n", + "0", -1, 0.528, "", @@ -189340,7 +189340,7 @@ 322.311, 517.251, 322.311, - " ", + ")", -1, 0.528, "", @@ -189363,7 +189363,7 @@ 322.311, 517.778, 322.311, - "a", + "-", -1, 0.528, "", @@ -189386,7 +189386,7 @@ 322.311, 518.834, 322.311, - "r", + "$", -1, 0.528, "", @@ -189409,7 +189409,7 @@ 322.311, 519.467, 322.311, - "e", + "'", -1, 0.528, "", @@ -189432,7 +189432,7 @@ 322.311, 520.522, 322.311, - " ", + ")", -1, 0.528, "", @@ -189455,7 +189455,7 @@ 322.311, 521.05, 322.311, - "r", + "$", -1, 0.528, "", @@ -189478,7 +189478,7 @@ 322.311, 521.683, 322.311, - "u", + "6", -1, 0.528, "", @@ -189501,7 +189501,7 @@ 322.311, 522.738, 322.311, - "n", + "0", -1, 0.528, "", @@ -189524,7 +189524,7 @@ 322.311, 523.794, 322.311, - "w", + "4", -1, 0.528, "", @@ -189547,7 +189547,7 @@ 322.311, 525.165, 322.311, - "a", + "-", -1, 0.528, "", @@ -189570,7 +189570,7 @@ 322.311, 526.221, 322.311, - "y", + ":", -1, 0.528, "", @@ -189593,7 +189593,7 @@ 322.311, 527.17, 322.311, - " ", + ")", -1, 0.528, "", @@ -189616,7 +189616,7 @@ 322.311, 527.698, 322.311, - "n", + "0", -1, 0.528, "", @@ -189639,7 +189639,7 @@ 322.311, 528.754, 322.311, - "u", + "6", -1, 0.528, "", @@ -189662,7 +189662,7 @@ 322.311, 529.81, 322.311, - "m", + "\"", -1, 0.528, "", @@ -189685,7 +189685,7 @@ 322.311, 531.392, 322.311, - "b", + "*", -1, 0.528, "", @@ -189708,7 +189708,7 @@ 322.311, 532.448, 322.311, - "e", + "'", -1, 0.528, "", @@ -189731,7 +189731,7 @@ 322.311, 533.503, 322.311, - "r", + "$", -1, 0.528, "", @@ -189754,7 +189754,7 @@ 322.311, 534.136, 322.311, - "s", + "+", -1, 0.528, "", @@ -189777,7 +189777,7 @@ 322.311, 535.085, 322.311, - ",", + "7", -1, 0.528, "", @@ -189800,7 +189800,7 @@ 322.311, 535.613, 322.311, - " ", + ")", -1, 0.528, "", @@ -189823,7 +189823,7 @@ 322.311, 536.141, 322.311, - "r", + "$", -1, 0.528, "", @@ -189846,7 +189846,7 @@ 322.311, 536.773, 322.311, - "u", + "6", -1, 0.528, "", @@ -189869,7 +189869,7 @@ 322.311, 537.829, 322.311, - "n", + "0", -1, 0.528, "", @@ -189892,7 +189892,7 @@ 322.311, 538.885, 322.311, - "w", + "4", -1, 0.528, "", @@ -189915,7 +189915,7 @@ 322.311, 540.256, 322.311, - "a", + "-", -1, 0.528, "", @@ -189938,7 +189938,7 @@ 322.311, 541.312, 322.311, - "y", + ":", -1, 0.528, "", @@ -189961,7 +189961,7 @@ 322.311, 542.261, 322.311, - " ", + ")", -1, 0.528, "", @@ -189984,7 +189984,7 @@ 322.311, 542.789, 322.311, - "d", + "(", -1, 0.528, "", @@ -190007,7 +190007,7 @@ 322.311, 543.845, 322.311, - "i", + "!", -1, 0.528, "", @@ -190030,7 +190030,7 @@ 322.311, 544.266, 322.311, - "m", + "\"", -1, 0.528, "", @@ -190053,7 +190053,7 @@ 322.311, 545.848, 322.311, - "e", + "'", -1, 0.528, "", @@ -190076,7 +190076,7 @@ 322.311, 546.904, 322.311, - "n", + "0", -1, 0.528, "", @@ -190099,7 +190099,7 @@ 322.311, 547.964, 322.311, - "-", + ">", -1, 0.528, "", @@ -190122,7 +190122,7 @@ 320.033, 449.101, 320.033, - "s", + "+", -1, 0.528, "", @@ -190145,7 +190145,7 @@ 320.033, 450.05, 320.033, - "i", + "!", -1, 0.528, "", @@ -190168,7 +190168,7 @@ 320.033, 450.472, 320.033, - "o", + "%", -1, 0.528, "", @@ -190191,7 +190191,7 @@ 320.033, 451.528, 320.033, - "n", + "0", -1, 0.528, "", @@ -190214,7 +190214,7 @@ 320.033, 452.583, 320.033, - "s", + "+", -1, 0.528, "", @@ -190237,7 +190237,7 @@ 320.033, 453.533, 320.033, - ",", + "7", -1, 0.528, "", @@ -190260,7 +190260,7 @@ 320.033, 454.061, 320.033, - " ", + ")", -1, 0.528, "", @@ -190283,7 +190283,7 @@ 320.033, 454.589, 320.033, - "r", + "$", -1, 0.528, "", @@ -190306,7 +190306,7 @@ 320.033, 455.221, 320.033, - "u", + "6", -1, 0.528, "", @@ -190329,7 +190329,7 @@ 320.033, 456.277, 320.033, - "n", + "0", -1, 0.528, "", @@ -190352,7 +190352,7 @@ 320.033, 457.333, 320.033, - "w", + "4", -1, 0.528, "", @@ -190375,7 +190375,7 @@ 320.033, 458.704, 320.033, - "a", + "-", -1, 0.528, "", @@ -190398,7 +190398,7 @@ 320.033, 459.759, 320.033, - "y", + ":", -1, 0.528, "", @@ -190421,7 +190421,7 @@ 320.033, 460.709, 320.033, - " ", + ")", -1, 0.528, "", @@ -190444,7 +190444,7 @@ 320.033, 461.237, 320.033, - "s", + "+", -1, 0.528, "", @@ -190467,7 +190467,7 @@ 320.033, 462.186, 320.033, - "l", + "/", -1, 0.528, "", @@ -190490,7 +190490,7 @@ 320.033, 462.608, 320.033, - "o", + "%", -1, 0.528, "", @@ -190513,7 +190513,7 @@ 320.033, 463.663, 320.033, - "p", + "#", -1, 0.528, "", @@ -190536,7 +190536,7 @@ 320.033, 464.719, 320.033, - "e", + "'", -1, 0.528, "", @@ -190559,7 +190559,7 @@ 320.033, 465.775, 320.033, - ",", + "7", -1, 0.528, "", @@ -190582,7 +190582,7 @@ 320.033, 466.303, 320.033, - " ", + ")", -1, 0.528, "", @@ -190605,7 +190605,7 @@ 320.033, 466.831, 320.033, - "a", + "-", -1, 0.528, "", @@ -190628,7 +190628,7 @@ 320.033, 467.887, 320.033, - "r", + "$", -1, 0.528, "", @@ -190651,7 +190651,7 @@ 320.033, 468.519, 320.033, - "r", + "$", -1, 0.528, "", @@ -190674,7 +190674,7 @@ 320.033, 469.151, 320.033, - "e", + "'", -1, 0.528, "", @@ -190697,7 +190697,7 @@ 320.033, 470.207, 320.033, - "s", + "+", -1, 0.528, "", @@ -190720,7 +190720,7 @@ 320.033, 471.157, 320.033, - "t", + ",", -1, 0.528, "", @@ -190743,7 +190743,7 @@ 320.033, 471.684, 320.033, - "i", + "!", -1, 0.528, "", @@ -190766,7 +190766,7 @@ 320.033, 472.106, 320.033, - "n", + "0", -1, 0.528, "", @@ -190789,7 +190789,7 @@ 320.033, 473.162, 320.033, - "g", + "5", -1, 0.528, "", @@ -190812,7 +190812,7 @@ 320.033, 474.218, 320.033, - " ", + ")", -1, 0.528, "", @@ -190835,7 +190835,7 @@ 320.033, 474.745, 320.033, - "g", + "5", -1, 0.528, "", @@ -190858,7 +190858,7 @@ 320.033, 475.801, 320.033, - "e", + "'", -1, 0.528, "", @@ -190881,7 +190881,7 @@ 320.033, 476.857, 320.033, - "a", + "-", -1, 0.528, "", @@ -190904,7 +190904,7 @@ 320.033, 477.913, 320.033, - "r", + "$", -1, 0.528, "", @@ -190927,7 +190927,7 @@ 320.033, 478.444, 320.033, - ",", + "7", -1, 0.528, "", @@ -190950,7 +190950,7 @@ 320.033, 478.972, 320.033, - " ", + ")", -1, 0.528, "", @@ -190973,7 +190973,7 @@ 320.033, 479.5, 320.033, - "a", + "-", -1, 0.528, "", @@ -190996,7 +190996,7 @@ 320.033, 480.555, 320.033, - "n", + "0", -1, 0.528, "", @@ -191019,7 +191019,7 @@ 320.033, 481.611, 320.033, - "d", + "(", -1, 0.528, "", @@ -191042,7 +191042,7 @@ 320.033, 482.667, 320.033, - " ", + ")", -1, 0.528, "", @@ -191065,7 +191065,7 @@ 320.033, 483.195, 320.033, - "d", + "(", -1, 0.528, "", @@ -191088,7 +191088,7 @@ 320.033, 484.251, 320.033, - "i", + "!", -1, 0.528, "", @@ -191111,7 +191111,7 @@ 320.033, 484.672, 320.033, - "s", + "+", -1, 0.528, "", @@ -191134,7 +191134,7 @@ 320.033, 485.622, 320.033, - "p", + "#", -1, 0.528, "", @@ -191157,7 +191157,7 @@ 320.033, 486.677, 320.033, - "l", + "/", -1, 0.528, "", @@ -191180,7 +191180,7 @@ 320.033, 487.099, 320.033, - "a", + "-", -1, 0.528, "", @@ -191203,7 +191203,7 @@ 320.033, 488.155, 320.033, - "c", + ".", -1, 0.528, "", @@ -191226,7 +191226,7 @@ 320.033, 489.104, 320.033, - "e", + "'", -1, 0.528, "", @@ -191249,7 +191249,7 @@ 320.033, 490.16, 320.033, - "d", + "(", -1, 0.528, "", @@ -191272,7 +191272,7 @@ 320.033, 491.216, 320.033, - " ", + ")", -1, 0.528, "", @@ -191295,7 +191295,7 @@ 320.033, 491.744, 320.033, - "t", + ",", -1, 0.528, "", @@ -191318,7 +191318,7 @@ 320.033, 492.272, 320.033, - "h", + "3", -1, 0.528, "", @@ -191341,7 +191341,7 @@ 320.033, 493.327, 320.033, - "r", + "$", -1, 0.528, "", @@ -191364,7 +191364,7 @@ 320.033, 493.96, 320.033, - "e", + "'", -1, 0.528, "", @@ -191387,7 +191387,7 @@ 320.033, 495.016, 320.033, - "s", + "+", -1, 0.528, "", @@ -191410,7 +191410,7 @@ 320.033, 495.965, 320.033, - "h", + "3", -1, 0.528, "", @@ -191433,7 +191433,7 @@ 320.033, 497.021, 320.033, - "o", + "%", -1, 0.528, "", @@ -191456,7 +191456,7 @@ 320.033, 498.077, 320.033, - "l", + "/", -1, 0.528, "", @@ -191479,7 +191479,7 @@ 320.033, 498.498, 320.033, - "d", + "(", -1, 0.528, "", @@ -191502,7 +191502,7 @@ 320.033, 499.554, 320.033, - ".", + "1", -1, 0.528, "", @@ -191640,7 +191640,7 @@ 315.475, 453.85, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -191916,7 +191916,7 @@ 315.475, 463.77, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192169,7 +192169,7 @@ 315.475, 473.585, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192376,7 +192376,7 @@ 315.475, 480.129, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192399,7 +192399,7 @@ 315.475, 480.657, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192514,7 +192514,7 @@ 315.475, 484.667, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192721,7 +192721,7 @@ 315.475, 493.112, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192928,7 +192928,7 @@ 315.475, 500.922, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -192951,7 +192951,7 @@ 315.475, 501.45, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193135,7 +193135,7 @@ 315.475, 507.359, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193296,7 +193296,7 @@ 315.475, 514.116, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193319,7 +193319,7 @@ 315.475, 514.643, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193549,7 +193549,7 @@ 315.475, 523.192, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193572,7 +193572,7 @@ 315.475, 523.72, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193756,7 +193756,7 @@ 315.475, 529.947, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193894,7 +193894,7 @@ 315.475, 535.022, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -193917,7 +193917,7 @@ 315.475, 535.55, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194101,7 +194101,7 @@ 315.475, 543.815, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194124,7 +194124,7 @@ 315.475, 544.343, 315.475, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -194239,7 +194239,7 @@ 315.475, 547.826, 315.475, - "-", + ">", -1, 0.528, "", @@ -194262,7 +194262,7 @@ 313.197, 449.101, 313.197, - "p", + "#", -1, 0.528, "", @@ -194285,7 +194285,7 @@ 313.197, 450.157, 313.197, - "a", + "-", -1, 0.528, "", @@ -194308,7 +194308,7 @@ 313.197, 451.212, 313.197, - "d", + "(", -1, 0.528, "", @@ -194331,7 +194331,7 @@ 313.197, 452.268, 313.197, - "s", + "+", -1, 0.528, "", @@ -194354,7 +194354,7 @@ 313.197, 453.218, 313.197, - " ", + ")", -1, 0.528, "", @@ -194377,7 +194377,7 @@ 313.197, 453.745, 313.197, - "m", + "\"", -1, 0.528, "", @@ -194400,7 +194400,7 @@ 313.197, 455.327, 313.197, - "a", + "-", -1, 0.528, "", @@ -194423,7 +194423,7 @@ 313.197, 456.383, 313.197, - "y", + ":", -1, 0.528, "", @@ -194446,7 +194446,7 @@ 313.197, 457.333, 313.197, - " ", + ")", -1, 0.528, "", @@ -194469,7 +194469,7 @@ 313.197, 457.86, 313.197, - "a", + "-", -1, 0.528, "", @@ -194492,7 +194492,7 @@ 313.197, 458.916, 313.197, - "l", + "/", -1, 0.528, "", @@ -194515,7 +194515,7 @@ 313.197, 459.338, 313.197, - "s", + "+", -1, 0.528, "", @@ -194538,7 +194538,7 @@ 313.197, 460.287, 313.197, - "o", + "%", -1, 0.528, "", @@ -194561,7 +194561,7 @@ 313.197, 461.343, 313.197, - " ", + ")", -1, 0.528, "", @@ -194584,7 +194584,7 @@ 313.197, 461.871, 313.197, - "b", + "*", -1, 0.528, "", @@ -194607,7 +194607,7 @@ 313.197, 462.927, 313.197, - "e", + "'", -1, 0.528, "", @@ -194630,7 +194630,7 @@ 313.197, 463.982, 313.197, - " ", + ")", -1, 0.528, "", @@ -194653,7 +194653,7 @@ 313.197, 464.51, 313.197, - "s", + "+", -1, 0.528, "", @@ -194676,7 +194676,7 @@ 313.197, 465.46, 313.197, - "h", + "3", -1, 0.528, "", @@ -194699,7 +194699,7 @@ 313.197, 466.516, 313.197, - "o", + "%", -1, 0.528, "", @@ -194722,7 +194722,7 @@ 313.197, 467.571, 313.197, - "w", + "4", -1, 0.528, "", @@ -194745,7 +194745,7 @@ 313.197, 468.942, 313.197, - "n", + "0", -1, 0.528, "", @@ -194768,7 +194768,7 @@ 313.197, 469.998, 313.197, - ".", + "1", -1, 0.528, "", @@ -194952,7 +194952,7 @@ 308.639, 455.43, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195182,7 +195182,7 @@ 308.639, 464.4, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195274,7 +195274,7 @@ 308.639, 468.304, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195504,7 +195504,7 @@ 308.639, 479.344, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195619,7 +195619,7 @@ 308.639, 484.409, 308.639, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -195849,7 +195849,7 @@ 304.082, 449.101, 304.082, - "T", + "2", -1, 0.528, "", @@ -195872,7 +195872,7 @@ 304.082, 450.261, 304.082, - "h", + "3", -1, 0.528, "", @@ -195895,7 +195895,7 @@ 304.082, 451.317, 304.082, - "e", + "'", -1, 0.528, "", @@ -195918,7 +195918,7 @@ 304.082, 452.373, 304.082, - " ", + ")", -1, 0.528, "", @@ -195941,7 +195941,7 @@ 304.082, 452.9, 304.082, - "a", + "-", -1, 0.528, "", @@ -195964,7 +195964,7 @@ 304.082, 453.956, 304.082, - "i", + "!", -1, 0.528, "", @@ -195987,7 +195987,7 @@ 304.082, 454.378, 304.082, - "r", + "$", -1, 0.528, "", @@ -196010,7 +196010,7 @@ 304.082, 455.01, 304.082, - "p", + "#", -1, 0.528, "", @@ -196033,7 +196033,7 @@ 304.082, 456.066, 304.082, - "o", + "%", -1, 0.528, "", @@ -196056,7 +196056,7 @@ 304.082, 457.122, 304.082, - "r", + "$", -1, 0.528, "", @@ -196079,7 +196079,7 @@ 304.082, 457.754, 304.082, - "t", + ",", -1, 0.528, "", @@ -196102,7 +196102,7 @@ 304.082, 458.282, 304.082, - " ", + ")", -1, 0.528, "", @@ -196125,7 +196125,7 @@ 304.082, 458.81, 304.082, - "e", + "'", -1, 0.528, "", @@ -196148,7 +196148,7 @@ 304.082, 459.866, 304.082, - "l", + "/", -1, 0.528, "", @@ -196171,7 +196171,7 @@ 304.082, 460.287, 304.082, - "e", + "'", -1, 0.528, "", @@ -196194,7 +196194,7 @@ 304.082, 461.343, 304.082, - "v", + "&", -1, 0.528, "", @@ -196217,7 +196217,7 @@ 304.082, 462.292, 304.082, - "a", + "-", -1, 0.528, "", @@ -196240,7 +196240,7 @@ 304.082, 463.348, 304.082, - "t", + ",", -1, 0.528, "", @@ -196263,7 +196263,7 @@ 304.082, 463.876, 304.082, - "i", + "!", -1, 0.528, "", @@ -196286,7 +196286,7 @@ 304.082, 464.298, 304.082, - "o", + "%", -1, 0.528, "", @@ -196309,7 +196309,7 @@ 304.082, 465.353, 304.082, - "n", + "0", -1, 0.528, "", @@ -196332,7 +196332,7 @@ 304.082, 466.409, 304.082, - " ", + ")", -1, 0.528, "", @@ -196355,7 +196355,7 @@ 304.082, 466.937, 304.082, - "i", + "!", -1, 0.528, "", @@ -196378,7 +196378,7 @@ 304.082, 467.359, 304.082, - "s", + "+", -1, 0.528, "", @@ -196401,7 +196401,7 @@ 304.082, 468.308, 304.082, - " ", + ")", -1, 0.528, "", @@ -196424,7 +196424,7 @@ 304.082, 468.836, 304.082, - "s", + "+", -1, 0.528, "", @@ -196447,7 +196447,7 @@ 304.082, 469.786, 304.082, - "h", + "3", -1, 0.528, "", @@ -196470,7 +196470,7 @@ 304.082, 470.841, 304.082, - "o", + "%", -1, 0.528, "", @@ -196493,7 +196493,7 @@ 304.082, 471.897, 304.082, - "w", + "4", -1, 0.528, "", @@ -196516,7 +196516,7 @@ 304.082, 473.268, 304.082, - "n", + "0", -1, 0.528, "", @@ -196539,7 +196539,7 @@ 304.082, 474.324, 304.082, - " ", + ")", -1, 0.528, "", @@ -196562,7 +196562,7 @@ 304.082, 474.852, 304.082, - "e", + "'", -1, 0.528, "", @@ -196585,7 +196585,7 @@ 304.082, 475.908, 304.082, - "n", + "0", -1, 0.528, "", @@ -196608,7 +196608,7 @@ 304.082, 476.963, 304.082, - "c", + ".", -1, 0.528, "", @@ -196631,7 +196631,7 @@ 304.082, 477.913, 304.082, - "l", + "/", -1, 0.528, "", @@ -196654,7 +196654,7 @@ 304.082, 478.334, 304.082, - "o", + "%", -1, 0.528, "", @@ -196677,7 +196677,7 @@ 304.082, 479.39, 304.082, - "s", + "+", -1, 0.528, "", @@ -196700,7 +196700,7 @@ 304.082, 480.34, 304.082, - "e", + "'", -1, 0.528, "", @@ -196723,7 +196723,7 @@ 304.082, 481.395, 304.082, - "d", + "(", -1, 0.528, "", @@ -196746,7 +196746,7 @@ 304.082, 482.451, 304.082, - " ", + ")", -1, 0.528, "", @@ -196769,7 +196769,7 @@ 304.082, 482.979, 304.082, - "w", + "4", -1, 0.528, "", @@ -196792,7 +196792,7 @@ 304.082, 484.35, 304.082, - "i", + "!", -1, 0.528, "", @@ -196815,7 +196815,7 @@ 304.082, 484.772, 304.082, - "t", + ",", -1, 0.528, "", @@ -196838,7 +196838,7 @@ 304.082, 485.3, 304.082, - "h", + "3", -1, 0.528, "", @@ -196861,7 +196861,7 @@ 304.082, 486.355, 304.082, - "i", + "!", -1, 0.528, "", @@ -196884,7 +196884,7 @@ 304.082, 486.777, 304.082, - "n", + "0", -1, 0.528, "", @@ -196907,7 +196907,7 @@ 304.082, 487.833, 304.082, - " ", + ")", -1, 0.528, "", @@ -196930,7 +196930,7 @@ 304.082, 488.361, 304.082, - "a", + "-", -1, 0.528, "", @@ -196953,7 +196953,7 @@ 304.082, 489.416, 304.082, - " ", + ")", -1, 0.528, "", @@ -196976,7 +196976,7 @@ 304.082, 489.944, 304.082, - "b", + "*", -1, 0.528, "", @@ -196999,7 +196999,7 @@ 304.082, 491.0, 304.082, - "o", + "%", -1, 0.528, "", @@ -197022,7 +197022,7 @@ 304.082, 492.056, 304.082, - "x", + "9", -1, 0.528, "", @@ -197045,7 +197045,7 @@ 304.082, 493.005, 304.082, - " ", + ")", -1, 0.528, "", @@ -197068,7 +197068,7 @@ 304.082, 493.533, 304.082, - "i", + "!", -1, 0.528, "", @@ -197091,7 +197091,7 @@ 304.082, 493.955, 304.082, - "n", + "0", -1, 0.528, "", @@ -197114,7 +197114,7 @@ 304.082, 495.011, 304.082, - " ", + ")", -1, 0.528, "", @@ -197137,7 +197137,7 @@ 304.082, 495.539, 304.082, - "t", + ",", -1, 0.528, "", @@ -197160,7 +197160,7 @@ 304.082, 496.066, 304.082, - "h", + "3", -1, 0.528, "", @@ -197183,7 +197183,7 @@ 304.082, 497.122, 304.082, - "e", + "'", -1, 0.528, "", @@ -197206,7 +197206,7 @@ 304.082, 498.178, 304.082, - " ", + ")", -1, 0.528, "", @@ -197229,7 +197229,7 @@ 304.082, 498.706, 304.082, - "u", + "6", -1, 0.528, "", @@ -197252,7 +197252,7 @@ 304.082, 499.762, 304.082, - "p", + "#", -1, 0.528, "", @@ -197275,7 +197275,7 @@ 304.082, 500.817, 304.082, - "p", + "#", -1, 0.528, "", @@ -197298,7 +197298,7 @@ 304.082, 501.873, 304.082, - "e", + "'", -1, 0.528, "", @@ -197321,7 +197321,7 @@ 304.082, 502.929, 304.082, - "r", + "$", -1, 0.528, "", @@ -197344,7 +197344,7 @@ 304.082, 503.561, 304.082, - " ", + ")", -1, 0.528, "", @@ -197367,7 +197367,7 @@ 304.082, 504.089, 304.082, - "l", + "/", -1, 0.528, "", @@ -197390,7 +197390,7 @@ 304.082, 504.511, 304.082, - "e", + "'", -1, 0.528, "", @@ -197413,7 +197413,7 @@ 304.082, 505.567, 304.082, - "f", + "8", -1, 0.528, "", @@ -197436,7 +197436,7 @@ 304.082, 506.095, 304.082, - "t", + ",", -1, 0.528, "", @@ -197459,7 +197459,7 @@ 304.082, 506.622, 304.082, - " ", + ")", -1, 0.528, "", @@ -197482,7 +197482,7 @@ 304.082, 507.15, 304.082, - "c", + ".", -1, 0.528, "", @@ -197505,7 +197505,7 @@ 304.082, 508.1, 304.082, - "o", + "%", -1, 0.528, "", @@ -197528,7 +197528,7 @@ 304.082, 509.156, 304.082, - "r", + "$", -1, 0.528, "", @@ -197551,7 +197551,7 @@ 304.082, 509.788, 304.082, - "n", + "0", -1, 0.528, "", @@ -197574,7 +197574,7 @@ 304.082, 510.844, 304.082, - "e", + "'", -1, 0.528, "", @@ -197597,7 +197597,7 @@ 304.082, 511.899, 304.082, - "r", + "$", -1, 0.528, "", @@ -197620,7 +197620,7 @@ 304.082, 512.532, 304.082, - " ", + ")", -1, 0.528, "", @@ -197643,7 +197643,7 @@ 304.082, 513.06, 304.082, - "o", + "%", -1, 0.528, "", @@ -197666,7 +197666,7 @@ 304.082, 514.116, 304.082, - "f", + "8", -1, 0.528, "", @@ -197689,7 +197689,7 @@ 304.082, 514.643, 304.082, - " ", + ")", -1, 0.528, "", @@ -197712,7 +197712,7 @@ 304.082, 515.171, 304.082, - "t", + ",", -1, 0.528, "", @@ -197735,7 +197735,7 @@ 304.082, 515.699, 304.082, - "h", + "3", -1, 0.528, "", @@ -197758,7 +197758,7 @@ 304.082, 516.755, 304.082, - "e", + "'", -1, 0.528, "", @@ -197781,7 +197781,7 @@ 304.082, 517.811, 304.082, - " ", + ")", -1, 0.528, "", @@ -197804,7 +197804,7 @@ 304.082, 518.339, 304.082, - "s", + "+", -1, 0.528, "", @@ -197827,7 +197827,7 @@ 304.082, 519.288, 304.082, - "k", + "=", -1, 0.528, "", @@ -197850,7 +197850,7 @@ 304.082, 520.238, 304.082, - "e", + "'", -1, 0.528, "", @@ -197873,7 +197873,7 @@ 304.082, 521.293, 304.082, - "t", + ",", -1, 0.528, "", @@ -197896,7 +197896,7 @@ 304.082, 521.821, 304.082, - "c", + ".", -1, 0.528, "", @@ -197919,7 +197919,7 @@ 304.082, 522.771, 304.082, - "h", + "3", -1, 0.528, "", @@ -197942,7 +197942,7 @@ 304.082, 523.827, 304.082, - " ", + ")", -1, 0.528, "", @@ -197965,7 +197965,7 @@ 304.082, 524.354, 304.082, - "b", + "*", -1, 0.528, "", @@ -197988,7 +197988,7 @@ 304.082, 525.41, 304.082, - "o", + "%", -1, 0.528, "", @@ -198011,7 +198011,7 @@ 304.082, 526.466, 304.082, - "x", + "9", -1, 0.528, "", @@ -198034,7 +198034,7 @@ 304.082, 527.415, 304.082, - " ", + ")", -1, 0.528, "", @@ -198057,7 +198057,7 @@ 304.082, 527.943, 304.082, - "a", + "-", -1, 0.528, "", @@ -198080,7 +198080,7 @@ 304.082, 528.999, 304.082, - "n", + "0", -1, 0.528, "", @@ -198103,7 +198103,7 @@ 304.082, 530.055, 304.082, - "d", + "(", -1, 0.528, "", @@ -198126,7 +198126,7 @@ 304.082, 531.111, 304.082, - " ", + ")", -1, 0.528, "", @@ -198149,7 +198149,7 @@ 304.082, 531.639, 304.082, - "t", + ",", -1, 0.528, "", @@ -198172,7 +198172,7 @@ 304.082, 532.167, 304.082, - "h", + "3", -1, 0.528, "", @@ -198195,7 +198195,7 @@ 304.082, 533.222, 304.082, - "e", + "'", -1, 0.528, "", @@ -198218,7 +198218,7 @@ 304.082, 534.278, 304.082, - " ", + ")", -1, 0.528, "", @@ -198241,7 +198241,7 @@ 304.082, 534.806, 304.082, - "t", + ",", -1, 0.528, "", @@ -198264,7 +198264,7 @@ 304.082, 535.334, 304.082, - "o", + "%", -1, 0.528, "", @@ -198287,7 +198287,7 @@ 304.082, 536.39, 304.082, - "u", + "6", -1, 0.528, "", @@ -198310,7 +198310,7 @@ 304.082, 537.445, 304.082, - "c", + ".", -1, 0.528, "", @@ -198333,7 +198333,7 @@ 304.082, 538.395, 304.082, - "h", + "3", -1, 0.528, "", @@ -198356,7 +198356,7 @@ 304.082, 539.451, 304.082, - "d", + "(", -1, 0.528, "", @@ -198379,7 +198379,7 @@ 304.082, 540.507, 304.082, - "o", + "%", -1, 0.528, "", @@ -198402,7 +198402,7 @@ 304.082, 541.562, 304.082, - "w", + "4", -1, 0.528, "", @@ -198425,7 +198425,7 @@ 304.082, 542.933, 304.082, - "n", + "0", -1, 0.528, "", @@ -198448,7 +198448,7 @@ 304.082, 543.989, 304.082, - " ", + ")", -1, 0.528, "", @@ -198471,7 +198471,7 @@ 304.082, 544.517, 304.082, - "z", + "K", -1, 0.528, "", @@ -198494,7 +198494,7 @@ 304.082, 545.466, 304.082, - "o", + "%", -1, 0.528, "", @@ -198517,7 +198517,7 @@ 304.082, 546.522, 304.082, - "n", + "0", -1, 0.528, "", @@ -198540,7 +198540,7 @@ 304.082, 547.578, 304.082, - "e", + "'", -1, 0.528, "", @@ -198563,7 +198563,7 @@ 304.082, 548.634, 304.082, - " ", + ")", -1, 0.528, "", @@ -198586,7 +198586,7 @@ 301.803, 449.101, 301.803, - "e", + "'", -1, 0.528, "", @@ -198609,7 +198609,7 @@ 301.803, 450.157, 301.803, - "l", + "/", -1, 0.528, "", @@ -198632,7 +198632,7 @@ 301.803, 450.578, 301.803, - "e", + "'", -1, 0.528, "", @@ -198655,7 +198655,7 @@ 301.803, 451.634, 301.803, - "v", + "&", -1, 0.528, "", @@ -198678,7 +198678,7 @@ 301.803, 452.583, 301.803, - "a", + "-", -1, 0.528, "", @@ -198701,7 +198701,7 @@ 301.803, 453.639, 301.803, - "t", + ",", -1, 0.528, "", @@ -198724,7 +198724,7 @@ 301.803, 454.167, 301.803, - "i", + "!", -1, 0.528, "", @@ -198747,7 +198747,7 @@ 301.803, 454.589, 301.803, - "o", + "%", -1, 0.528, "", @@ -198770,7 +198770,7 @@ 301.803, 455.644, 301.803, - "n", + "0", -1, 0.528, "", @@ -198793,7 +198793,7 @@ 301.803, 456.7, 301.803, - " ", + ")", -1, 0.528, "", @@ -198816,7 +198816,7 @@ 301.803, 457.228, 301.803, - "(", + "@", -1, 0.528, "", @@ -198839,7 +198839,7 @@ 301.803, 457.86, 301.803, - "T", + "2", -1, 0.528, "", @@ -198862,7 +198862,7 @@ 301.803, 459.021, 301.803, - "D", + "I", -1, 0.528, "", @@ -198885,7 +198885,7 @@ 301.803, 460.392, 301.803, - "Z", + "L", -1, 0.528, "", @@ -198908,7 +198908,7 @@ 301.803, 461.552, 301.803, - "E", + "M", -1, 0.528, "", @@ -198931,7 +198931,7 @@ 301.803, 462.818, 301.803, - ")", + "A", -1, 0.528, "", @@ -198954,7 +198954,7 @@ 301.803, 463.451, 301.803, - " ", + ")", -1, 0.528, "", @@ -198977,7 +198977,7 @@ 301.803, 463.979, 301.803, - "i", + "!", -1, 0.528, "", @@ -199000,7 +199000,7 @@ 301.803, 464.4, 301.803, - "s", + "+", -1, 0.528, "", @@ -199023,7 +199023,7 @@ 301.803, 465.35, 301.803, - " ", + ")", -1, 0.528, "", @@ -199046,7 +199046,7 @@ 301.803, 465.878, 301.803, - "s", + "+", -1, 0.528, "", @@ -199069,7 +199069,7 @@ 301.803, 466.827, 301.803, - "h", + "3", -1, 0.528, "", @@ -199092,7 +199092,7 @@ 301.803, 467.883, 301.803, - "o", + "%", -1, 0.528, "", @@ -199115,7 +199115,7 @@ 301.803, 468.939, 301.803, - "w", + "4", -1, 0.528, "", @@ -199138,7 +199138,7 @@ 301.803, 470.31, 301.803, - "n", + "0", -1, 0.528, "", @@ -199161,7 +199161,7 @@ 301.803, 471.365, 301.803, - " ", + ")", -1, 0.528, "", @@ -199184,7 +199184,7 @@ 301.803, 471.893, 301.803, - "i", + "!", -1, 0.528, "", @@ -199207,7 +199207,7 @@ 301.803, 472.315, 301.803, - "n", + "0", -1, 0.528, "", @@ -199230,7 +199230,7 @@ 301.803, 473.371, 301.803, - " ", + ")", -1, 0.528, "", @@ -199253,7 +199253,7 @@ 301.803, 473.899, 301.803, - "t", + ",", -1, 0.528, "", @@ -199276,7 +199276,7 @@ 301.803, 474.426, 301.803, - "h", + "3", -1, 0.528, "", @@ -199299,7 +199299,7 @@ 301.803, 475.482, 301.803, - "e", + "'", -1, 0.528, "", @@ -199322,7 +199322,7 @@ 301.803, 476.538, 301.803, - " ", + ")", -1, 0.528, "", @@ -199345,7 +199345,7 @@ 301.803, 477.066, 301.803, - "u", + "6", -1, 0.528, "", @@ -199368,7 +199368,7 @@ 301.803, 478.122, 301.803, - "p", + "#", -1, 0.528, "", @@ -199391,7 +199391,7 @@ 301.803, 479.178, 301.803, - "p", + "#", -1, 0.528, "", @@ -199414,7 +199414,7 @@ 301.803, 480.233, 301.803, - "e", + "'", -1, 0.528, "", @@ -199437,7 +199437,7 @@ 301.803, 481.289, 301.803, - "r", + "$", -1, 0.528, "", @@ -199460,7 +199460,7 @@ 301.803, 481.921, 301.803, - " ", + ")", -1, 0.528, "", @@ -199483,7 +199483,7 @@ 301.803, 482.449, 301.803, - "r", + "$", -1, 0.528, "", @@ -199506,7 +199506,7 @@ 301.803, 483.082, 301.803, - "i", + "!", -1, 0.528, "", @@ -199529,7 +199529,7 @@ 301.803, 483.503, 301.803, - "g", + "5", -1, 0.528, "", @@ -199552,7 +199552,7 @@ 301.803, 484.559, 301.803, - "h", + "3", -1, 0.528, "", @@ -199575,7 +199575,7 @@ 301.803, 485.615, 301.803, - "t", + ",", -1, 0.528, "", @@ -199598,7 +199598,7 @@ 301.803, 486.143, 301.803, - " ", + ")", -1, 0.528, "", @@ -199621,7 +199621,7 @@ 301.803, 486.671, 301.803, - "c", + ".", -1, 0.528, "", @@ -199644,7 +199644,7 @@ 301.803, 487.62, 301.803, - "o", + "%", -1, 0.528, "", @@ -199667,7 +199667,7 @@ 301.803, 488.676, 301.803, - "r", + "$", -1, 0.528, "", @@ -199690,7 +199690,7 @@ 301.803, 489.308, 301.803, - "n", + "0", -1, 0.528, "", @@ -199713,7 +199713,7 @@ 301.803, 490.364, 301.803, - "e", + "'", -1, 0.528, "", @@ -199736,7 +199736,7 @@ 301.803, 491.42, 301.803, - "r", + "$", -1, 0.528, "", @@ -199759,7 +199759,7 @@ 301.803, 492.052, 301.803, - " ", + ")", -1, 0.528, "", @@ -199782,7 +199782,7 @@ 301.803, 492.58, 301.803, - "o", + "%", -1, 0.528, "", @@ -199805,7 +199805,7 @@ 301.803, 493.636, 301.803, - "f", + "8", -1, 0.528, "", @@ -199828,7 +199828,7 @@ 301.803, 494.164, 301.803, - " ", + ")", -1, 0.528, "", @@ -199851,7 +199851,7 @@ 301.803, 494.692, 301.803, - "t", + ",", -1, 0.528, "", @@ -199874,7 +199874,7 @@ 301.803, 495.219, 301.803, - "h", + "3", -1, 0.528, "", @@ -199897,7 +199897,7 @@ 301.803, 496.275, 301.803, - "e", + "'", -1, 0.528, "", @@ -199920,7 +199920,7 @@ 301.803, 497.331, 301.803, - " ", + ")", -1, 0.528, "", @@ -199943,7 +199943,7 @@ 301.803, 497.859, 301.803, - "s", + "+", -1, 0.528, "", @@ -199966,7 +199966,7 @@ 301.803, 498.808, 301.803, - "k", + "=", -1, 0.528, "", @@ -199989,7 +199989,7 @@ 301.803, 499.758, 301.803, - "e", + "'", -1, 0.528, "", @@ -200012,7 +200012,7 @@ 301.803, 500.814, 301.803, - "t", + ",", -1, 0.528, "", @@ -200035,7 +200035,7 @@ 301.803, 501.342, 301.803, - "c", + ".", -1, 0.528, "", @@ -200058,7 +200058,7 @@ 301.803, 502.291, 301.803, - "h", + "3", -1, 0.528, "", @@ -200081,7 +200081,7 @@ 301.803, 503.347, 301.803, - " ", + ")", -1, 0.528, "", @@ -200104,7 +200104,7 @@ 301.803, 503.875, 301.803, - "b", + "*", -1, 0.528, "", @@ -200127,7 +200127,7 @@ 301.803, 504.93, 301.803, - "o", + "%", -1, 0.528, "", @@ -200150,7 +200150,7 @@ 301.803, 505.986, 301.803, - "x", + "9", -1, 0.528, "", @@ -200173,7 +200173,7 @@ 301.803, 506.936, 301.803, - ".", + "1", -1, 0.528, "", @@ -200196,7 +200196,7 @@ 301.803, 507.464, 301.803, - " ", + ")", -1, 0.528, "", @@ -200219,7 +200219,7 @@ 301.803, 507.96, 301.803, - "T", + "2", -1, 0.528, "", @@ -200242,7 +200242,7 @@ 301.803, 509.121, 301.803, - "h", + "3", -1, 0.528, "", @@ -200265,7 +200265,7 @@ 301.803, 510.176, 301.803, - "e", + "'", -1, 0.528, "", @@ -200288,7 +200288,7 @@ 301.803, 511.232, 301.803, - " ", + ")", -1, 0.528, "", @@ -200311,7 +200311,7 @@ 301.803, 511.76, 301.803, - "a", + "-", -1, 0.528, "", @@ -200334,7 +200334,7 @@ 301.803, 512.816, 301.803, - "i", + "!", -1, 0.528, "", @@ -200357,7 +200357,7 @@ 301.803, 513.237, 301.803, - "r", + "$", -1, 0.528, "", @@ -200380,7 +200380,7 @@ 301.803, 513.87, 301.803, - "p", + "#", -1, 0.528, "", @@ -200403,7 +200403,7 @@ 301.803, 514.926, 301.803, - "o", + "%", -1, 0.528, "", @@ -200426,7 +200426,7 @@ 301.803, 515.981, 301.803, - "r", + "$", -1, 0.528, "", @@ -200449,7 +200449,7 @@ 301.803, 516.614, 301.803, - "t", + ",", -1, 0.528, "", @@ -200472,7 +200472,7 @@ 301.803, 517.142, 301.803, - " ", + ")", -1, 0.528, "", @@ -200495,7 +200495,7 @@ 301.803, 517.67, 301.803, - "e", + "'", -1, 0.528, "", @@ -200518,7 +200518,7 @@ 301.803, 518.725, 301.803, - "l", + "/", -1, 0.528, "", @@ -200541,7 +200541,7 @@ 301.803, 519.147, 301.803, - "e", + "'", -1, 0.528, "", @@ -200564,7 +200564,7 @@ 301.803, 520.203, 301.803, - "v", + "&", -1, 0.528, "", @@ -200587,7 +200587,7 @@ 301.803, 521.152, 301.803, - "a", + "-", -1, 0.528, "", @@ -200610,7 +200610,7 @@ 301.803, 522.208, 301.803, - "t", + ",", -1, 0.528, "", @@ -200633,7 +200633,7 @@ 301.803, 522.736, 301.803, - "i", + "!", -1, 0.528, "", @@ -200656,7 +200656,7 @@ 301.803, 523.157, 301.803, - "o", + "%", -1, 0.528, "", @@ -200679,7 +200679,7 @@ 301.803, 524.213, 301.803, - "n", + "0", -1, 0.528, "", @@ -200702,7 +200702,7 @@ 301.803, 525.269, 301.803, - " ", + ")", -1, 0.528, "", @@ -200725,7 +200725,7 @@ 301.803, 525.797, 301.803, - "i", + "!", -1, 0.528, "", @@ -200748,7 +200748,7 @@ 301.803, 526.218, 301.803, - "s", + "+", -1, 0.528, "", @@ -200771,7 +200771,7 @@ 301.803, 527.168, 301.803, - " ", + ")", -1, 0.528, "", @@ -200794,7 +200794,7 @@ 301.803, 527.696, 301.803, - "t", + ",", -1, 0.528, "", @@ -200817,7 +200817,7 @@ 301.803, 528.224, 301.803, - "h", + "3", -1, 0.528, "", @@ -200840,7 +200840,7 @@ 301.803, 529.279, 301.803, - "e", + "'", -1, 0.528, "", @@ -200863,7 +200863,7 @@ 301.803, 530.335, 301.803, - " ", + ")", -1, 0.528, "", @@ -200886,7 +200886,7 @@ 301.803, 530.863, 301.803, - "h", + "3", -1, 0.528, "", @@ -200909,7 +200909,7 @@ 301.803, 531.919, 301.803, - "i", + "!", -1, 0.528, "", @@ -200932,7 +200932,7 @@ 301.803, 532.34, 301.803, - "g", + "5", -1, 0.528, "", @@ -200955,7 +200955,7 @@ 301.803, 533.396, 301.803, - "h", + "3", -1, 0.528, "", @@ -200978,7 +200978,7 @@ 301.803, 534.452, 301.803, - "e", + "'", -1, 0.528, "", @@ -201001,7 +201001,7 @@ 301.803, 535.508, 301.803, - "s", + "+", -1, 0.528, "", @@ -201024,7 +201024,7 @@ 301.803, 536.457, 301.803, - "t", + ",", -1, 0.528, "", @@ -201047,7 +201047,7 @@ 301.803, 536.985, 301.803, - " ", + ")", -1, 0.528, "", @@ -201070,7 +201070,7 @@ 301.803, 537.513, 301.803, - "p", + "#", -1, 0.528, "", @@ -201093,7 +201093,7 @@ 301.803, 538.569, 301.803, - "o", + "%", -1, 0.528, "", @@ -201116,7 +201116,7 @@ 301.803, 539.625, 301.803, - "i", + "!", -1, 0.528, "", @@ -201139,7 +201139,7 @@ 301.803, 540.046, 301.803, - "n", + "0", -1, 0.528, "", @@ -201162,7 +201162,7 @@ 301.803, 541.102, 301.803, - "t", + ",", -1, 0.528, "", @@ -201185,7 +201185,7 @@ 301.803, 541.63, 301.803, - " ", + ")", -1, 0.528, "", @@ -201208,7 +201208,7 @@ 301.803, 542.158, 301.803, - "o", + "%", -1, 0.528, "", @@ -201231,7 +201231,7 @@ 301.803, 543.214, 301.803, - "f", + "8", -1, 0.528, "", @@ -201254,7 +201254,7 @@ 301.803, 543.741, 301.803, - " ", + ")", -1, 0.528, "", @@ -201277,7 +201277,7 @@ 301.803, 544.269, 301.803, - "a", + "-", -1, 0.528, "", @@ -201300,7 +201300,7 @@ 301.803, 545.325, 301.803, - "n", + "0", -1, 0.528, "", @@ -201323,7 +201323,7 @@ 301.803, 546.381, 301.803, - " ", + ")", -1, 0.528, "", @@ -201553,7 +201553,7 @@ 299.525, 455.82, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -201714,7 +201714,7 @@ 299.525, 461.942, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -201898,7 +201898,7 @@ 299.525, 469.54, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202105,7 +202105,7 @@ 299.525, 478.51, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202174,7 +202174,7 @@ 299.525, 480.516, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202289,7 +202289,7 @@ 299.525, 484.211, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202404,7 +202404,7 @@ 299.525, 488.536, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202519,7 +202519,7 @@ 299.525, 493.814, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202611,7 +202611,7 @@ 299.525, 497.402, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202749,7 +202749,7 @@ 299.525, 501.835, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202772,7 +202772,7 @@ 299.525, 502.362, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202864,7 +202864,7 @@ 299.525, 506.132, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -202979,7 +202979,7 @@ 299.525, 511.583, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203048,7 +203048,7 @@ 299.525, 513.482, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203140,7 +203140,7 @@ 299.525, 516.65, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203324,7 +203324,7 @@ 299.525, 523.3, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203554,7 +203554,7 @@ 299.525, 531.427, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203623,7 +203623,7 @@ 299.525, 533.432, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203715,7 +203715,7 @@ 299.525, 536.6, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203830,7 +203830,7 @@ 299.525, 540.187, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203853,7 +203853,7 @@ 299.525, 540.714, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203876,7 +203876,7 @@ 299.525, 541.77, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203899,7 +203899,7 @@ 299.525, 542.298, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203922,7 +203922,7 @@ 299.525, 543.354, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203945,7 +203945,7 @@ 299.525, 544.41, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -203968,7 +203968,7 @@ 299.525, 545.466, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204083,7 +204083,7 @@ 299.525, 549.161, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204152,7 +204152,7 @@ 299.525, 551.272, 299.525, - "glyph", + "GLYPH", -1, 1.899, "/Identity-H", @@ -204175,7 +204175,7 @@ 297.246, 449.101, 297.246, - "t", + ",", -1, 0.528, "", @@ -204198,7 +204198,7 @@ 297.246, 449.629, 297.246, - "h", + "3", -1, 0.528, "", @@ -204221,7 +204221,7 @@ 297.246, 450.684, 297.246, - "e", + "'", -1, 0.528, "", @@ -204244,7 +204244,7 @@ 297.246, 451.74, 297.246, - " ", + ")", -1, 0.528, "", @@ -204267,7 +204267,7 @@ 297.246, 452.268, 297.246, - "l", + "/", -1, 0.528, "", @@ -204290,7 +204290,7 @@ 297.246, 452.69, 297.246, - "a", + "-", -1, 0.528, "", @@ -204313,7 +204313,7 @@ 297.246, 453.745, 297.246, - "n", + "0", -1, 0.528, "", @@ -204336,7 +204336,7 @@ 297.246, 454.801, 297.246, - "d", + "(", -1, 0.528, "", @@ -204359,7 +204359,7 @@ 297.246, 455.857, 297.246, - "i", + "!", -1, 0.528, "", @@ -204382,7 +204382,7 @@ 297.246, 456.279, 297.246, - "n", + "0", -1, 0.528, "", @@ -204405,7 +204405,7 @@ 297.246, 457.334, 297.246, - "g", + "5", -1, 0.528, "", @@ -204428,7 +204428,7 @@ 297.246, 458.39, 297.246, - " ", + ")", -1, 0.528, "", @@ -204451,7 +204451,7 @@ 297.246, 458.918, 297.246, - "s", + "+", -1, 0.528, "", @@ -204474,7 +204474,7 @@ 297.246, 459.868, 297.246, - "u", + "6", -1, 0.528, "", @@ -204497,7 +204497,7 @@ 297.246, 460.923, 297.246, - "r", + "$", -1, 0.528, "", @@ -204520,7 +204520,7 @@ 297.246, 461.556, 297.246, - "f", + "8", -1, 0.528, "", @@ -204543,7 +204543,7 @@ 297.246, 462.084, 297.246, - "a", + "-", -1, 0.528, "", @@ -204566,7 +204566,7 @@ 297.246, 463.139, 297.246, - "c", + ".", -1, 0.528, "", @@ -204589,7 +204589,7 @@ 297.246, 464.089, 297.246, - "e", + "'", -1, 0.528, "", @@ -204612,7 +204612,7 @@ 297.246, 465.145, 297.246, - ".", + "1", -1, 0.528, "", @@ -204635,7 +204635,7 @@ 297.246, 465.673, 297.246, - " ", + ")", -1, 0.528, "", @@ -204658,7 +204658,7 @@ 297.246, 466.2, 297.246, - "C", + "F", -1, 0.528, "", @@ -204681,7 +204681,7 @@ 297.246, 467.571, 297.246, - "i", + "!", -1, 0.528, "", @@ -204704,7 +204704,7 @@ 297.246, 467.993, 297.246, - "r", + "$", -1, 0.528, "", @@ -204727,7 +204727,7 @@ 297.246, 468.625, 297.246, - "c", + ".", -1, 0.528, "", @@ -204750,7 +204750,7 @@ 297.246, 469.575, 297.246, - "l", + "/", -1, 0.528, "", @@ -204773,7 +204773,7 @@ 297.246, 469.996, 297.246, - "i", + "!", -1, 0.528, "", @@ -204796,7 +204796,7 @@ 297.246, 470.418, 297.246, - "n", + "0", -1, 0.528, "", @@ -204819,7 +204819,7 @@ 297.246, 471.474, 297.246, - "g", + "5", -1, 0.528, "", @@ -204842,7 +204842,7 @@ 297.246, 472.529, 297.246, - " ", + ")", -1, 0.528, "", @@ -204865,7 +204865,7 @@ 297.246, 473.057, 297.246, - "o", + "%", -1, 0.528, "", @@ -204888,7 +204888,7 @@ 297.246, 474.113, 297.246, - "n", + "0", -1, 0.528, "", @@ -204911,7 +204911,7 @@ 297.246, 475.169, 297.246, - "l", + "/", -1, 0.528, "", @@ -204934,7 +204934,7 @@ 297.246, 475.59, 297.246, - "y", + ":", -1, 0.528, "", @@ -204957,7 +204957,7 @@ 297.246, 476.54, 297.246, - " ", + ")", -1, 0.528, "", @@ -204980,7 +204980,7 @@ 297.246, 477.068, 297.246, - "a", + "-", -1, 0.528, "", @@ -205003,7 +205003,7 @@ 297.246, 478.124, 297.246, - "p", + "#", -1, 0.528, "", @@ -205026,7 +205026,7 @@ 297.246, 479.179, 297.246, - "p", + "#", -1, 0.528, "", @@ -205049,7 +205049,7 @@ 297.246, 480.235, 297.246, - "r", + "$", -1, 0.528, "", @@ -205072,7 +205072,7 @@ 297.246, 480.868, 297.246, - "o", + "%", -1, 0.528, "", @@ -205095,7 +205095,7 @@ 297.246, 481.923, 297.246, - "a", + "-", -1, 0.528, "", @@ -205118,7 +205118,7 @@ 297.246, 482.979, 297.246, - "c", + ".", -1, 0.528, "", @@ -205141,7 +205141,7 @@ 297.246, 483.929, 297.246, - "h", + "3", -1, 0.528, "", @@ -205164,7 +205164,7 @@ 297.246, 484.984, 297.246, - "e", + "'", -1, 0.528, "", @@ -205187,7 +205187,7 @@ 297.246, 486.04, 297.246, - "s", + "+", -1, 0.528, "", @@ -205210,7 +205210,7 @@ 297.246, 486.99, 297.246, - " ", + ")", -1, 0.528, "", @@ -205233,7 +205233,7 @@ 297.246, 487.518, 297.246, - "w", + "4", -1, 0.528, "", @@ -205256,7 +205256,7 @@ 297.246, 488.889, 297.246, - "i", + "!", -1, 0.528, "", @@ -205279,7 +205279,7 @@ 297.246, 489.31, 297.246, - "l", + "/", -1, 0.528, "", @@ -205302,7 +205302,7 @@ 297.246, 490.153, 297.246, - " ", + ")", -1, 0.528, "", @@ -205325,7 +205325,7 @@ 297.246, 490.681, 297.246, - "n", + "0", -1, 0.528, "", @@ -205348,7 +205348,7 @@ 297.246, 491.737, 297.246, - "o", + "%", -1, 0.528, "", @@ -205371,7 +205371,7 @@ 297.246, 492.793, 297.246, - "t", + ",", -1, 0.528, "", @@ -205394,7 +205394,7 @@ 297.246, 493.321, 297.246, - " ", + ")", -1, 0.528, "", @@ -205417,7 +205417,7 @@ 297.246, 493.848, 297.246, - "s", + "+", -1, 0.528, "", @@ -205440,7 +205440,7 @@ 297.246, 494.798, 297.246, - "h", + "3", -1, 0.528, "", @@ -205463,7 +205463,7 @@ 297.246, 495.854, 297.246, - "o", + "%", -1, 0.528, "", @@ -205486,7 +205486,7 @@ 297.246, 496.91, 297.246, - "w", + "4", -1, 0.528, "", @@ -205509,7 +205509,7 @@ 297.246, 498.281, 297.246, - " ", + ")", -1, 0.528, "", @@ -205532,7 +205532,7 @@ 297.246, 498.808, 297.246, - "a", + "-", -1, 0.528, "", @@ -205555,7 +205555,7 @@ 297.246, 499.864, 297.246, - " ", + ")", -1, 0.528, "", @@ -205578,7 +205578,7 @@ 297.246, 500.365, 297.246, - "T", + "2", -1, 0.528, "", @@ -205601,7 +205601,7 @@ 297.246, 501.525, 297.246, - "D", + "I", -1, 0.528, "", @@ -205624,7 +205624,7 @@ 297.246, 502.896, 297.246, - "Z", + "L", -1, 0.528, "", @@ -205647,7 +205647,7 @@ 297.246, 504.056, 297.246, - "E", + "M", -1, 0.528, "", @@ -205670,7 +205670,7 @@ 297.246, 505.323, 297.246, - ".", + "1", -1, 0.528, "", @@ -205762,7 +205762,7 @@ 321.057, 444.85, 320.129, - "F", + "N", -1, 0.422, "", @@ -205785,7 +205785,7 @@ 321.986, 444.85, 320.973, - "A", + "H", -1, 0.422, "", @@ -205808,7 +205808,7 @@ 322.999, 444.85, 321.986, - "A", + "H", -1, 0.422, "", @@ -205831,7 +205831,7 @@ 323.338, 444.85, 322.916, - " ", + ")", -1, 0.422, "", @@ -205854,7 +205854,7 @@ 324.435, 444.85, 323.338, - "C", + "F", -1, 0.422, "", @@ -205877,7 +205877,7 @@ 325.279, 444.85, 324.435, - "h", + "3", -1, 0.422, "", @@ -205900,7 +205900,7 @@ 326.124, 444.85, 325.279, - "a", + "-", -1, 0.422, "", @@ -205923,7 +205923,7 @@ 326.63, 444.85, 326.124, - "r", + "$", -1, 0.422, "", @@ -205946,7 +205946,7 @@ 327.052, 444.85, 326.63, - "t", + ",", -1, 0.422, "", @@ -205969,7 +205969,7 @@ 327.474, 444.85, 327.052, - " ", + ")", -1, 0.422, "", @@ -205992,7 +205992,7 @@ 328.571, 444.85, 327.474, - "U", + "G", -1, 0.422, "", @@ -206015,7 +206015,7 @@ 329.331, 444.85, 328.571, - "s", + "+", -1, 0.422, "", @@ -206038,7 +206038,7 @@ 330.175, 444.85, 329.331, - "e", + "'", -1, 0.422, "", @@ -206061,7 +206061,7 @@ 330.681, 444.85, 330.175, - "r", + "$", -1, 0.422, "", @@ -206084,7 +206084,7 @@ 331.441, 444.85, 330.681, - "s", + "+", -1, 0.422, "", @@ -206107,7 +206107,7 @@ 331.778, 444.85, 331.441, - "'", + "O", -1, 0.422, "", @@ -206130,7 +206130,7 @@ 332.145, 444.85, 331.722, - " ", + ")", -1, 0.422, "", @@ -206153,7 +206153,7 @@ 333.327, 444.85, 332.145, - "G", + "P", -1, 0.422, "", @@ -206176,7 +206176,7 @@ 334.171, 444.85, 333.327, - "u", + "6", -1, 0.422, "", @@ -206199,7 +206199,7 @@ 334.508, 444.85, 334.171, - "i", + "!", -1, 0.422, "", @@ -206222,7 +206222,7 @@ 335.353, 444.85, 334.508, - "d", + "(", -1, 0.422, "", @@ -206245,7 +206245,7 @@ 336.198, 444.85, 335.353, - "e", + "'", -1, 0.422, "", @@ -206268,7 +206268,7 @@ 336.62, 444.85, 336.198, - " ", + ")", -1, 0.422, "", @@ -206291,7 +206291,7 @@ 337.126, 444.85, 336.62, - "-", + ">", -1, 0.422, "", @@ -206314,7 +206314,7 @@ 337.548, 444.85, 337.126, - " ", + ")", -1, 0.422, "", @@ -206337,7 +206337,7 @@ 338.449, 444.85, 337.521, - "T", + "2", -1, 0.422, "", @@ -206360,7 +206360,7 @@ 339.125, 444.85, 338.28, - "e", + "'", -1, 0.422, "", @@ -206383,7 +206383,7 @@ 339.631, 444.85, 339.125, - "r", + "$", -1, 0.422, "", @@ -206406,7 +206406,7 @@ 340.896, 444.85, 339.631, - "m", + "\"", -1, 0.422, "", @@ -206429,7 +206429,7 @@ 341.233, 444.85, 340.896, - "i", + "!", -1, 0.422, "", @@ -206452,7 +206452,7 @@ 342.078, 444.85, 341.233, - "n", + "0", -1, 0.422, "", @@ -206475,7 +206475,7 @@ 342.923, 444.85, 342.078, - "a", + "-", -1, 0.422, "", @@ -206498,7 +206498,7 @@ 343.26, 444.85, 342.923, - "l", + "/", -1, 0.422, "", @@ -206521,7 +206521,7 @@ 343.682, 444.85, 343.26, - " ", + ")", -1, 0.422, "", @@ -206544,7 +206544,7 @@ 344.696, 444.85, 343.682, - "P", + "<", -1, 0.422, "", @@ -206567,7 +206567,7 @@ 345.201, 444.85, 344.696, - "r", + "$", -1, 0.422, "", @@ -206590,7 +206590,7 @@ 346.046, 444.85, 345.201, - "o", + "%", -1, 0.422, "", @@ -206613,7 +206613,7 @@ 346.806, 444.85, 346.046, - "c", + ".", -1, 0.422, "", @@ -206636,7 +206636,7 @@ 347.65, 444.85, 346.806, - "e", + "'", -1, 0.422, "", @@ -206659,7 +206659,7 @@ 348.495, 444.85, 347.65, - "d", + "(", -1, 0.422, "", @@ -206682,7 +206682,7 @@ 349.34, 444.85, 348.495, - "u", + "6", -1, 0.422, "", @@ -206705,7 +206705,7 @@ 349.845, 444.85, 349.34, - "r", + "$", -1, 0.422, "", @@ -206728,7 +206728,7 @@ 350.69, 444.85, 349.845, - "e", + "'", -1, 0.422, "", @@ -206751,7 +206751,7 @@ 351.45, 444.85, 350.69, - "s", + "+", -1, 0.422, "", @@ -206774,7 +206774,7 @@ 351.872, 444.85, 351.45, - " ", + ")", -1, 0.422, "", @@ -206797,7 +206797,7 @@ 352.885, 444.85, 351.872, - "P", + "<", -1, 0.422, "", @@ -206820,7 +206820,7 @@ 353.73, 444.85, 352.885, - "u", + "6", -1, 0.422, "", @@ -206843,7 +206843,7 @@ 354.574, 444.85, 353.73, - "b", + "*", -1, 0.422, "", @@ -206866,7 +206866,7 @@ 354.912, 444.85, 354.574, - "l", + "/", -1, 0.422, "", @@ -206889,7 +206889,7 @@ 355.249, 444.85, 354.912, - "i", + "!", -1, 0.422, "", @@ -206912,7 +206912,7 @@ 356.008, 444.85, 355.249, - "c", + ".", -1, 0.422, "", @@ -206935,7 +206935,7 @@ 356.853, 444.85, 356.008, - "a", + "-", -1, 0.422, "", @@ -206958,7 +206958,7 @@ 357.275, 444.85, 356.853, - "t", + ",", -1, 0.422, "", @@ -206981,7 +206981,7 @@ 357.613, 444.85, 357.275, - "i", + "!", -1, 0.422, "", @@ -207004,7 +207004,7 @@ 358.457, 444.85, 357.613, - "o", + "%", -1, 0.422, "", @@ -207027,7 +207027,7 @@ 359.302, 444.85, 358.457, - "n", + "0", -1, 0.422, "", @@ -207050,7 +207050,7 @@ 359.724, 444.85, 359.302, - " ", + ")", -1, 0.422, "", @@ -207073,7 +207073,7 @@ 360.23, 444.85, 359.724, - "(", + "@", -1, 0.422, "", @@ -207096,7 +207096,7 @@ 361.158, 444.85, 360.23, - "T", + "2", -1, 0.422, "", @@ -207119,7 +207119,7 @@ 362.172, 444.85, 361.158, - "P", + "<", -1, 0.422, "", @@ -207142,7 +207142,7 @@ 363.185, 444.85, 362.172, - "P", + "<", -1, 0.422, "", @@ -207165,7 +207165,7 @@ 363.691, 444.85, 363.185, - ")", + "A", -1, 0.422, "", @@ -207188,7 +207188,7 @@ 364.113, 444.85, 363.691, - " ", + ")", -1, 0.422, "", @@ -207211,7 +207211,7 @@ 364.619, 444.85, 364.113, - "-", + ">", -1, 0.422, "", @@ -207234,7 +207234,7 @@ 365.041, 444.85, 364.619, - " ", + ")", -1, 0.422, "", @@ -207257,7 +207257,7 @@ 365.944, 444.85, 365.016, - "T", + "2", -1, 0.422, "", @@ -207280,7 +207280,7 @@ 366.62, 444.85, 365.776, - "e", + "'", -1, 0.422, "", @@ -207303,7 +207303,7 @@ 367.126, 444.85, 366.62, - "r", + "$", -1, 0.422, "", @@ -207326,7 +207326,7 @@ 368.392, 444.85, 367.126, - "m", + "\"", -1, 0.422, "", @@ -207349,7 +207349,7 @@ 369.151, 444.85, 368.392, - "s", + "+", -1, 0.422, "", @@ -263103,7 +263103,7 @@ 183.902, "P", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263126,7 +263126,7 @@ 183.902, "D", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263149,7 +263149,7 @@ 183.902, "F", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263172,7 +263172,7 @@ 183.902, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263195,7 +263195,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263218,7 +263218,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263241,7 +263241,7 @@ 183.902, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263264,7 +263264,7 @@ 183.902, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263287,7 +263287,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263310,7 +263310,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263333,7 +263333,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263356,7 +263356,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263379,7 +263379,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263402,7 +263402,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263425,7 +263425,7 @@ 183.902, "v", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263448,7 +263448,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263471,7 +263471,7 @@ 183.902, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263494,7 +263494,7 @@ 183.902, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263517,7 +263517,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263540,7 +263540,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263563,7 +263563,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263586,7 +263586,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263609,7 +263609,7 @@ 183.902, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263632,7 +263632,7 @@ 183.902, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263655,7 +263655,7 @@ 183.902, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263678,7 +263678,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263701,7 +263701,7 @@ 183.902, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263724,7 +263724,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263747,7 +263747,7 @@ 183.902, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263770,7 +263770,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263793,7 +263793,7 @@ 183.902, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263816,7 +263816,7 @@ 183.902, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263839,7 +263839,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263862,7 +263862,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263885,7 +263885,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263908,7 +263908,7 @@ 183.902, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263931,7 +263931,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263954,7 +263954,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -263977,7 +263977,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264000,7 +264000,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264023,7 +264023,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264046,7 +264046,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264069,7 +264069,7 @@ 183.902, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264092,7 +264092,7 @@ 183.902, "j", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264115,7 +264115,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264138,7 +264138,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264161,7 +264161,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264184,7 +264184,7 @@ 183.902, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264207,7 +264207,7 @@ 183.902, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264230,7 +264230,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264253,7 +264253,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264276,7 +264276,7 @@ 183.902, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264299,7 +264299,7 @@ 183.902, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264322,7 +264322,7 @@ 183.902, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264345,7 +264345,7 @@ 183.902, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264368,7 +264368,7 @@ 183.902, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264391,7 +264391,7 @@ 183.902, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264414,7 +264414,7 @@ 183.902, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -264437,7 +264437,7 @@ 172.943, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264460,7 +264460,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264483,7 +264483,7 @@ 172.943, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264506,7 +264506,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264529,7 +264529,7 @@ 172.943, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264552,7 +264552,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264575,7 +264575,7 @@ 172.943, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264598,7 +264598,7 @@ 172.943, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264621,7 +264621,7 @@ 172.943, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264644,7 +264644,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264667,7 +264667,7 @@ 172.943, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264690,7 +264690,7 @@ 172.943, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264713,7 +264713,7 @@ 172.943, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264736,7 +264736,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264759,7 +264759,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264782,7 +264782,7 @@ 172.943, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264805,7 +264805,7 @@ 172.943, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264828,7 +264828,7 @@ 172.943, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264851,7 +264851,7 @@ 172.943, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264874,7 +264874,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264897,7 +264897,7 @@ 172.943, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264920,7 +264920,7 @@ 172.943, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -264943,7 +264943,7 @@ 172.943, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -265403,7 +265403,7 @@ 141.497, "B", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265426,7 +265426,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265449,7 +265449,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265472,7 +265472,7 @@ 141.497, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265495,7 +265495,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265518,7 +265518,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265541,7 +265541,7 @@ 141.497, "P", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265564,7 +265564,7 @@ 141.497, "fi", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265587,7 +265587,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265610,7 +265610,7 @@ 141.497, "z", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265633,7 +265633,7 @@ 141.497, "m", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265656,7 +265656,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265679,7 +265679,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265702,7 +265702,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265725,7 +265725,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265748,7 +265748,7 @@ 141.497, "C", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265771,7 +265771,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265794,7 +265794,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265817,7 +265817,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265840,7 +265840,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265863,7 +265863,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265886,7 +265886,7 @@ 141.497, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265909,7 +265909,7 @@ 141.497, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265932,7 +265932,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265955,7 +265955,7 @@ 141.497, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -265978,7 +265978,7 @@ 141.497, "u", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266001,7 +266001,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266024,7 +266024,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266047,7 +266047,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266070,7 +266070,7 @@ 141.497, "M", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266093,7 +266093,7 @@ 141.497, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266116,7 +266116,7 @@ 141.497, "c", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266139,7 +266139,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266162,7 +266162,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266185,7 +266185,7 @@ 141.497, "l", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266208,7 +266208,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266231,7 +266231,7 @@ 141.497, "D", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266254,7 +266254,7 @@ 141.497, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266277,7 +266277,7 @@ 141.497, "l", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266300,7 +266300,7 @@ 141.497, "fi", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266323,7 +266323,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266346,7 +266346,7 @@ 141.497, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266369,7 +266369,7 @@ 141.497, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266392,7 +266392,7 @@ 141.497, "m", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266415,7 +266415,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266438,7 +266438,7 @@ 141.497, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266461,7 +266461,7 @@ 141.497, "S", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266484,7 +266484,7 @@ 141.497, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266507,7 +266507,7 @@ 141.497, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266530,7 +266530,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266553,7 +266553,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266576,7 +266576,7 @@ 141.497, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266599,7 +266599,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266622,7 +266622,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266645,7 +266645,7 @@ 141.497, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266668,7 +266668,7 @@ 141.497, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266691,7 +266691,7 @@ 141.497, "n", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266714,7 +266714,7 @@ 141.497, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266737,7 +266737,7 @@ 141.497, "P", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266760,7 +266760,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266783,7 +266783,7 @@ 141.497, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266806,7 +266806,7 @@ 141.497, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266829,7 +266829,7 @@ 141.497, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -266852,7 +266852,7 @@ 131.534, "S", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266875,7 +266875,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266898,7 +266898,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266921,7 +266921,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266944,7 +266944,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266967,7 +266967,7 @@ 131.534, ".", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -266990,7 +266990,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267013,7 +267013,7 @@ 131.534, "0", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267036,7 +267036,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267059,7 +267059,7 @@ 131.534, "2", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267082,7 +267082,7 @@ 131.534, ".", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267105,7 +267105,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267128,7 +267128,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267151,7 +267151,7 @@ 131.534, "c", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267174,7 +267174,7 @@ 131.534, "L", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267197,7 +267197,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267220,7 +267220,7 @@ 131.534, "y", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267243,7 +267243,7 @@ 131.534, "N", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267266,7 +267266,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267289,7 +267289,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267312,7 +267312,7 @@ 131.534, ":", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267335,7 +267335,7 @@ 131.534, "A", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267358,7 +267358,7 @@ 131.534, "L", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267381,7 +267381,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267404,7 +267404,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267427,7 +267427,7 @@ 131.534, "g", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267450,7 +267450,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267473,7 +267473,7 @@ 131.534, "H", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267496,7 +267496,7 @@ 131.534, "u", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267519,7 +267519,7 @@ 131.534, "m", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267542,7 +267542,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267565,7 +267565,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267588,7 +267588,7 @@ 131.534, "-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267611,7 +267611,7 @@ 131.534, "A", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267634,7 +267634,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267657,7 +267657,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267680,7 +267680,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267703,7 +267703,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267726,7 +267726,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267749,7 +267749,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267772,7 +267772,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267795,7 +267795,7 @@ 131.534, "d", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267818,7 +267818,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267841,7 +267841,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267864,7 +267864,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267887,7 +267887,7 @@ 131.534, "a", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267910,7 +267910,7 @@ 131.534, "s", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267933,7 +267933,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267956,7 +267956,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -267979,7 +267979,7 @@ 131.534, "f", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268002,7 +268002,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268025,7 +268025,7 @@ 131.534, "r", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268048,7 +268048,7 @@ 131.534, "D", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268071,7 +268071,7 @@ 131.534, "o", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268094,7 +268094,7 @@ 131.534, "c", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268117,7 +268117,7 @@ 131.534, "u", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268140,7 +268140,7 @@ 131.534, "m", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268163,7 +268163,7 @@ 131.534, "e", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268186,7 +268186,7 @@ 131.534, "n", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268209,7 +268209,7 @@ 131.534, "t", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268232,7 +268232,7 @@ 131.534, "-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -268255,7 +268255,7 @@ 121.572, "L", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268278,7 +268278,7 @@ 121.572, "a", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268301,7 +268301,7 @@ 121.572, "y", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268324,7 +268324,7 @@ 121.572, "o", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268347,7 +268347,7 @@ 121.572, "u", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268370,7 +268370,7 @@ 121.572, "t", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268393,7 +268393,7 @@ 121.572, "A", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268416,7 +268416,7 @@ 121.572, "n", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268439,7 +268439,7 @@ 121.572, "a", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268462,7 +268462,7 @@ 121.572, "l", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268485,7 +268485,7 @@ 121.572, "y", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268508,7 +268508,7 @@ 121.572, "s", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268531,7 +268531,7 @@ 121.572, "i", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268554,7 +268554,7 @@ 121.572, "s", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268577,7 +268577,7 @@ 121.572, ".", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268600,7 +268600,7 @@ 121.572, "I", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -268623,7 +268623,7 @@ 121.572, "n", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -271337,7 +271337,7 @@ 101.646, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271360,7 +271360,7 @@ 101.646, "C", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271383,7 +271383,7 @@ 101.646, "M", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271406,7 +271406,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271429,7 +271429,7 @@ 101.646, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271452,7 +271452,7 @@ 101.646, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271475,7 +271475,7 @@ 101.646, "w", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271498,7 +271498,7 @@ 101.646, "Y", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271521,7 +271521,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271544,7 +271544,7 @@ 101.646, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271567,7 +271567,7 @@ 101.646, "k", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271590,7 +271590,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271613,7 +271613,7 @@ 101.646, "N", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271636,7 +271636,7 @@ 101.646, "Y", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271659,7 +271659,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271682,7 +271682,7 @@ 101.646, "U", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271705,7 +271705,7 @@ 101.646, "S", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271728,7 +271728,7 @@ 101.646, "A", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271751,7 +271751,7 @@ 101.646, ",", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271774,7 +271774,7 @@ 101.646, "9", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271797,7 +271797,7 @@ 101.646, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271820,7 +271820,7 @@ 101.646, "a", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271843,7 +271843,7 @@ 101.646, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271866,7 +271866,7 @@ 101.646, "e", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271889,7 +271889,7 @@ 101.646, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271912,7 +271912,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271935,7 +271935,7 @@ 101.646, "h", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271958,7 +271958,7 @@ 101.646, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -271981,7 +271981,7 @@ 101.646, "t", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272004,7 +272004,7 @@ 101.646, "p", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272027,7 +272027,7 @@ 101.646, "s", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272050,7 +272050,7 @@ 101.646, ":", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272073,7 +272073,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272096,7 +272096,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272119,7 +272119,7 @@ 101.646, "d", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272142,7 +272142,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272165,7 +272165,7 @@ 101.646, "i", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272188,7 +272188,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272211,7 +272211,7 @@ 101.646, "o", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272234,7 +272234,7 @@ 101.646, "r", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272257,7 +272257,7 @@ 101.646, "g", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272280,7 +272280,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272303,7 +272303,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272326,7 +272326,7 @@ 101.646, "0", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272349,7 +272349,7 @@ 101.646, ".", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272372,7 +272372,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272395,7 +272395,7 @@ 101.646, "1", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272418,7 +272418,7 @@ 101.646, "4", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272441,7 +272441,7 @@ 101.646, "5", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272464,7 +272464,7 @@ 101.646, "/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -272487,7 +272487,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272510,7 +272510,7 @@ 91.684, "5", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272533,7 +272533,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272556,7 +272556,7 @@ 91.684, "4", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272579,7 +272579,7 @@ 91.684, "6", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272602,7 +272602,7 @@ 91.684, "7", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272625,7 +272625,7 @@ 91.684, "8", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272648,7 +272648,7 @@ 91.684, ".", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272671,7 +272671,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272694,7 +272694,7 @@ 91.684, "5", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272717,7 +272717,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272740,7 +272740,7 @@ 91.684, "9", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272763,7 +272763,7 @@ 91.684, "0", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272786,7 +272786,7 @@ 91.684, "4", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -272809,7 +272809,7 @@ 91.684, "3", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -329352,7 +329352,7 @@ 657.754, "Birgit Pfitzmann", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329375,7 +329375,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329398,7 +329398,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329421,7 +329421,7 @@ 620.587, "bpf@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329444,7 +329444,7 @@ 657.754, "Christoph Auer", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329467,7 +329467,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329490,7 +329490,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329513,7 +329513,7 @@ 620.587, "cau@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329536,7 +329536,7 @@ 657.754, "Michele Dolfi", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329559,7 +329559,7 @@ 644.498, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329582,7 +329582,7 @@ 632.543, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329605,7 +329605,7 @@ 620.587, "dol@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329628,7 +329628,7 @@ 599.369, "Ahmed S. Nassar", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329651,7 +329651,7 @@ 586.113, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329674,7 +329674,7 @@ 574.158, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329697,7 +329697,7 @@ 562.202, "ahn@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329720,7 +329720,7 @@ 599.369, "Peter Staar", -1, - 5.978, + 2.989, "", "STANDARD", "/F134", @@ -329743,7 +329743,7 @@ 586.113, "IBM Research", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329766,7 +329766,7 @@ 574.158, "Rueschlikon, Switzerland", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329789,7 +329789,7 @@ 562.202, "taa@zurich.ibm.com", -1, - 4.981, + 2.491, "", "STANDARD", "/F134", @@ -329835,7 +329835,7 @@ 528.665, "Accurate document layout analysis is a key requirement for high-", -1, - 4.515, + 2.257, "", "STANDARD", "/F134", @@ -329858,7 +329858,7 @@ 517.706, "quality PDF document conversion. With the recent availability of", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -329881,7 +329881,7 @@ 506.747, "public, large ground-truth datasets such as PubLayNet and DocBank,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -329904,7 +329904,7 @@ 495.788, "deep-learning models have proven to be very effective at layout", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329927,7 +329927,7 @@ 484.829, "detection and segmentation. While these datasets are of adequate", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -329950,7 +329950,7 @@ 473.87, "size to train such models, they severely lack in layout variability", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329973,7 +329973,7 @@ 462.911, "since they are sourced from scientific article repositories such as", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -329996,7 +329996,7 @@ 451.952, "PubMed and arXiv only. Consequently, the accuracy of the layout", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330019,7 +330019,7 @@ 440.993, "segmentation drops significantly when these models are applied", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330042,7 +330042,7 @@ 430.035, "on more challenging and diverse layouts. In this paper, we present", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -330088,7 +330088,7 @@ 419.076, ",", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -330111,7 +330111,7 @@ 419.076, "a new, publicly available, document-layout annotation", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -330134,7 +330134,7 @@ 408.117, "dataset in COCO format. It contains 80863 manually annotated", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330157,7 +330157,7 @@ 397.158, "pages from diverse data sources to represent a wide variability in", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -330180,7 +330180,7 @@ 386.199, "layouts. For each PDF page, the layout annotations provide labelled", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -330203,7 +330203,7 @@ 375.24, "bounding-boxes with a choice of 11 distinct classes. DocLayNet", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330226,7 +330226,7 @@ 364.281, "also provides a subset of double- and triple-annotated pages to", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330249,7 +330249,7 @@ 353.322, "determine the inter-annotator agreement. In multiple experiments,", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -330272,7 +330272,7 @@ 342.363, "we provide baseline accuracy scores (in mAP) for a set of popular", -1, - 4.51, + 2.255, "", "STANDARD", "/F134", @@ -330295,7 +330295,7 @@ 331.404, "object detection models. We also demonstrate that these models", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330318,7 +330318,7 @@ 320.446, "fall approximately 10% behind the inter-annotator agreement. Fur-", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -330341,7 +330341,7 @@ 309.487, "thermore, we provide evidence that DocLayNet is of sufficient size.", -1, - 4.42, + 2.21, "", "STANDARD", "/F134", @@ -330364,7 +330364,7 @@ 298.528, "Lastly, we compare models trained on PubLayNet, DocBank and", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330387,7 +330387,7 @@ 287.569, "DocLayNet, showing that layout predictions of the DocLayNet-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330410,7 +330410,7 @@ 276.61, "trained models are more robust and thus the preferred choice for", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -330433,7 +330433,7 @@ 265.651, "general-purpose document-layout analysis.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330571,7 +330571,7 @@ 225.37, "; \u2022", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -330686,7 +330686,7 @@ 214.411, ";", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -330801,7 +330801,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330824,7 +330824,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330870,7 +330870,7 @@ 203.452, ";", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -330893,7 +330893,7 @@ 157.267, "Permission to make digital or hard copies of part or all of this work for personal or", -1, - 3.557, + 1.778, "", "STANDARD", "/F134", @@ -330916,7 +330916,7 @@ 149.297, "classroom use is granted without fee provided that copies are not made or distributed", -1, - 3.438, + 1.719, "", "STANDARD", "/F134", @@ -330939,7 +330939,7 @@ 141.327, "for profit or commercial advantage and that copies bear this notice and the full citation", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -330962,7 +330962,7 @@ 133.357, "on the first page. Copyrights for third-party components of this work must be honored.", -1, - 3.417, + 1.709, "", "STANDARD", "/F134", @@ -330985,7 +330985,7 @@ 125.387, "For all other uses, contact the owner/author(s).", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331054,7 +331054,7 @@ 99.882, "ACM ISBN 978-1-4503-9385-0/22/08.", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331077,7 +331077,7 @@ 91.912, "https://doi.org/10.1145/3534678.3539043", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -331098,7 +331098,7 @@ 439.734, 327.87, 439.734, - "13", + "!\"", -1, 0.612, "", @@ -331121,7 +331121,7 @@ 460.039, 327.83, 460.039, - "USING THE VERTICAL TUBE -", + "#$%&'()*+(,+-)%./0()#1+(2", -1, 0.489, "", @@ -331144,7 +331144,7 @@ 458.429, 327.83, 458.429, - "MODELS AY11230/11234", + "345+0$(/6!!7\"89!!7\":", -1, 0.489, "", @@ -331167,7 +331167,7 @@ 455.256, 327.83, 455.256, - "1. The vertical tube can be used for ", + "!\"#$%&#'&()*+,-#)./&#+,0#/&#.1&2#34(#", -1, 0.441, "", @@ -331190,7 +331190,7 @@ 453.825, 327.83, 453.825, - " ", + "# #", -1, 0.441, "", @@ -331213,7 +331213,7 @@ 453.825, 334.268, 453.825, - " ional viewing or to photograph", + "# *40,-#'*&5*06#4(#)4#7%4)46(,7%", -1, 0.441, "", @@ -331236,7 +331236,7 @@ 453.825, 329.533, 453.825, - "instruct", + "*01)(.+)", -1, 0.441, "", @@ -331259,7 +331259,7 @@ 453.825, 352.409, 453.825, - " ", + "#", -1, 0.441, "", @@ -331282,7 +331282,7 @@ 452.393, 327.771, 452.393, - " ", + "#", -1, 0.441, "", @@ -331305,7 +331305,7 @@ 452.393, 328.652, 452.393, - " ", + "#", -1, 0.441, "", @@ -331328,7 +331328,7 @@ 452.393, 329.534, 452.393, - "the image with a digital camera or a", + ")%&#*8,6*)%#,#2*6*),-#+,8&(,#4(#,", -1, 0.441, "", @@ -331351,7 +331351,7 @@ 450.962, 340.706, 450.962, - " ", + "#", -1, 0.441, "", @@ -331374,7 +331374,7 @@ 450.962, 347.144, 450.962, - " ", + "#", -1, 0.441, "", @@ -331397,7 +331397,7 @@ 450.962, 328.152, 450.962, - " ", + "#", -1, 0.441, "", @@ -331420,7 +331420,7 @@ 450.962, 329.033, 450.962, - " micro TV unit", + "#8*+(4#$9#.0*)", -1, 0.441, "", @@ -331443,7 +331443,7 @@ 450.962, 354.48, 450.962, - " ", + "#", -1, 0.441, "", @@ -331466,7 +331466,7 @@ 449.47, 327.831, 449.47, - "2. Loosen the retention screw, then rotate ", + ":\"#;441&0#)%&#(&)&0)*40#1+(&5<#)%&0#(4),)&#", -1, 0.441, "", @@ -331489,7 +331489,7 @@ 448.099, 354.923, 448.099, - " ", + "#", -1, 0.441, "", @@ -331512,7 +331512,7 @@ 448.039, 327.831, 448.039, - " ", + "#", -1, 0.441, "", @@ -331535,7 +331535,7 @@ 448.039, 328.713, 448.039, - " ", + "#", -1, 0.441, "", @@ -331558,7 +331558,7 @@ 448.039, 329.594, 448.039, - "the adjustment ring to change the ", + ")%&#,2=.1)8&0)#(*06#)4#+%,06&#)%&#", -1, 0.441, "", @@ -331581,7 +331581,7 @@ 446.667, 351.661, 446.667, - " ", + "#", -1, 0.441, "", @@ -331604,7 +331604,7 @@ 445.236, 327.831, 445.236, - " ", + "#", -1, 0.441, "", @@ -331627,7 +331627,7 @@ 444.814, 334.269, 445.236, - " re that both the images in", + "# (&#)%,)#/4)%#)%&#*8,6&1#*0", -1, 0.441, "", @@ -331650,7 +331650,7 @@ 446.607, 328.212, 446.607, - " ", + "#", -1, 0.441, "", @@ -331673,7 +331673,7 @@ 446.607, 329.093, 446.607, - " length of the vertical tube.", + "#-&06)%#43#)%&#'&()*+,-#)./&\"", -1, 0.441, "", @@ -331696,7 +331696,7 @@ 444.814, 327.83, 444.814, - "3. Make su", + ">\"#?,@.", -1, 0.441, "", @@ -331719,7 +331719,7 @@ 443.803, 351.181, 443.803, - " ", + "#", -1, 0.441, "", @@ -331742,7 +331742,7 @@ 536.359, 327.253, 536.179, - "OPERATION (cont.)", + "4;+-/)%4&(<=>?@AB", -1, 1.101, "", @@ -331765,7 +331765,7 @@ 528.117, 326.88, 528.117, - "SELECTING OBJECTIVE ", + "$+0+.)%&'(41C+.)%,+(", -1, 0.489, "", @@ -331788,7 +331788,7 @@ 526.507, 326.88, 526.507, - "MAGNIFICATION", + "3/'&%D%./)%4&", -1, 0.489, "", @@ -331811,7 +331811,7 @@ 526.507, 340.542, 526.507, - " ", + "#", -1, 0.504, "", @@ -331834,7 +331834,7 @@ 526.507, 346.194, 526.507, - " ", + "#", -1, 0.504, "", @@ -331857,7 +331857,7 @@ 524.897, 326.88, 524.897, - "1. There are two objectives. The lower ", + "!\"#$%&(&#,(&#)54#4/=&+)*'&1\"#$%&#-45&(#", -1, 0.504, "", @@ -331880,7 +331880,7 @@ 523.287, 326.88, 523.287, - " magnification objective has a greater ", + "####8,60*3*+,)*40#4/=&+)*'&#%,1#,#6(&,)&(#", -1, 0.504, "", @@ -331903,7 +331903,7 @@ 521.676, 326.88, 521.676, - " depth of field and view.", + "####2&7)%#43#3*&-2#,02#'*&5\"", -1, 0.504, "", @@ -331926,7 +331926,7 @@ 520.066, 326.88, 520.066, - "2. In order to observe the specimen ", + ":\"#A0#4(2&(#)4#4/1&('&#)%&+*8&0#", -1, 0.504, "", @@ -331949,7 +331949,7 @@ 518.456, 326.88, 518.456, - " easily use the lower magnification ", + "####&,1*-B#.1&#)%&#-45&(#8,60*3*+,)*40#", -1, 0.504, "", @@ -331972,7 +331972,7 @@ 516.846, 326.88, 516.846, - " objective first. Then, by rotating the ", + "####4/=&+)*'*(1)\"#$%&0<#/B#(4),)*06#)%&##", -1, 0.504, "", @@ -331995,7 +331995,7 @@ 515.235, 326.88, 515.235, - " case, the magnification can be ", + "####+,1&<#)%,60*3*+,)*40#+,0#/&##", -1, 0.504, "", @@ -332018,7 +332018,7 @@ 515.235, 352.632, 515.235, - " ", + "#", -1, 0.504, "", @@ -332041,7 +332041,7 @@ 513.625, 326.88, 513.625, - " changed.", + "####+%,06&2\"", -1, 0.504, "", @@ -332064,7 +332064,7 @@ 510.405, 326.88, 510.405, - "CHANGING THE INTERPUPILLARY ", + ".*/&'%&'()*+(%&)+-;#;%00/-6(", -1, 0.489, "", @@ -332087,7 +332087,7 @@ 508.795, 326.88, 508.795, - "DISTANCE", + "5%$)/&.+", -1, 0.489, "", @@ -332110,7 +332110,7 @@ 507.184, 326.88, 507.184, - "1. The distance between the observer's ", + "!\"#$%*1),0+&#/&)5&&0#)%/1&('&(C1#", -1, 0.504, "", @@ -332133,7 +332133,7 @@ 505.574, 326.88, 505.574, - " pupils is the interpupil ary distance. ", + "####7.7*-1#*1#)%&#*0)&(7.7*- ,(B#2*1),0+&\"##", -1, 0.504, "", @@ -332156,7 +332156,7 @@ 503.964, 326.88, 503.964, - "2. To adjust the interpupil ary distance ", + ":\"#$4#,2=.1)#)%&#*0)&(7.7*- ,(B#2*1),0+&#", -1, 0.504, "", @@ -332179,7 +332179,7 @@ 502.354, 326.882, 502.354, - " rotate the prism caps until both eyes ", + "####(4),)&#)%(*18#+,71#.0)*-#/4)%#&B&1#", -1, 0.504, "", @@ -332202,7 +332202,7 @@ 500.744, 326.882, 500.744, - " coincide with the image in the ", + "####+4*0+*2*)%#)%&#*8,6&#*0#)%&##", -1, 0.504, "", @@ -332225,7 +332225,7 @@ 500.744, 352.633, 500.744, - " ", + "#", -1, 0.504, "", @@ -332248,7 +332248,7 @@ 499.133, 326.882, 499.133, - " eyepiece. ", + "####&B&7*&+&\"#", -1, 0.504, "", @@ -332271,7 +332271,7 @@ 497.523, 326.882, 497.523, - " ", + "#", -1, 0.504, "", @@ -332294,7 +332294,7 @@ 495.913, 326.882, 495.913, - "FOCUSING", + "D4.#$%&'", -1, 0.489, "", @@ -332317,7 +332317,7 @@ 494.303, 326.882, 494.303, - "1. Remove the lens protective cover.", + "!\"#D&84'&#)%&#-&01#7(4)&+)*'&#+4'&(\"", -1, 0.504, "", @@ -332340,7 +332340,7 @@ 492.692, 326.883, 492.692, - "2. Place the specimen on the working ", + ":\"#E-,+&#)%&+*8&0#40#)%6(@*06#", -1, 0.504, "", @@ -332363,7 +332363,7 @@ 491.082, 326.883, 491.082, - " stage.", + "####1),6&\"", -1, 0.504, "", @@ -332386,7 +332386,7 @@ 489.472, 326.883, 489.472, - "3. Focus the specimen with the left eye ", + ">\"#F4+.1#)%&+*8&0#5*)%#)%&#-&3)#&B&#", -1, 0.504, "", @@ -332409,7 +332409,7 @@ 487.862, 326.883, 487.862, - " first while turning the focus knob until ", + "####3*(1)#5%*-&#).(0*06#)%"+.1#@04/#.0)*-#", -1, 0.504, "", @@ -332432,7 +332432,7 @@ 486.252, 326.883, 486.252, - " the image appears clear and sharp.", + "####)%&#*8,6&#,77&,(1#+-&,(#,02#1%,(7\"", -1, 0.504, "", @@ -332455,7 +332455,7 @@ 484.641, 326.883, 484.641, - "4. Rotate the right eyepiece ring until the ", + "G\"#D4),)&#)%&#(*6%)#&B&7*&+&#(*06#.0)*-#)%&#", -1, 0.504, "", @@ -332478,7 +332478,7 @@ 483.031, 326.883, 483.031, - " images in each eyepiece coincide and ", + "####*8,6&1#*0#&,+%#&B&7*&+&#+4*0+*2&#,02#", -1, 0.504, "", @@ -332501,7 +332501,7 @@ 481.421, 326.883, 481.421, - " are sharp and clear.", + "####,(%,(7#,02#+-&,(\"", -1, 0.504, "", @@ -332524,7 +332524,7 @@ 478.201, 326.883, 478.201, - "CHANGING THE BULB", + ".*/&'%&'()*+(1#01", -1, 0.489, "", @@ -332547,7 +332547,7 @@ 476.59, 326.883, 476.59, - "1. Disconnect the power cord.", + "!\"#H*1+400&+)#)%˩&(#+4(2\"", -1, 0.504, "", @@ -332570,7 +332570,7 @@ 474.98, 326.883, 474.98, - "2. When the bulb is cool, remove the ", + ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", -1, 0.504, "", @@ -332593,7 +332593,7 @@ 473.37, 326.885, 473.37, - " oblique il uminator cap and remove ", + "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", -1, 0.504, "", @@ -332616,7 +332616,7 @@ 471.76, 326.885, 471.76, - " the halogen bulb with cap.", + "####)%&#%,-46&0#/.-/#5*)%#+,7\"", -1, 0.504, "", @@ -332639,7 +332639,7 @@ 470.149, 326.885, 470.149, - "3. Replace with a new halogen bulb.", + ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", -1, 0.504, "", @@ -332662,7 +332662,7 @@ 468.539, 326.886, 468.539, - "4. Open the window in the base plate and ", + "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&#,02#", -1, 0.504, "", @@ -332685,7 +332685,7 @@ 466.929, 326.886, 466.929, - " replace the halogen lamp or ", + "####(&7-,+&#)%&#%,-46&0#-,87#4(##", -1, 0.504, "", @@ -332708,7 +332708,7 @@ 466.929, 352.638, 466.929, - " ", + "#", -1, 0.504, "", @@ -332731,7 +332731,7 @@ 465.319, 326.886, 465.319, - " fluorescent lamp of transmitted ", + "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", -1, 0.504, "", @@ -332754,7 +332754,7 @@ 463.709, 326.886, 463.709, - " il uminator.", + "####*- .8*0,)4(\"", -1, 0.504, "", @@ -332777,7 +332777,7 @@ 528.117, 358.42, 528.117, - "FOCUSING", + "D4.#$%&'", -1, 0.489, "", @@ -332800,7 +332800,7 @@ 526.507, 358.42, 526.507, - "1. Turn the focusing knob away or toward ", + "!\"#$.(0#)%"+.1*06#@04/#,5,B#4(#)45,(2#", -1, 0.504, "", @@ -332823,7 +332823,7 @@ 524.897, 358.42, 524.897, - " you until a clear image is viewed.", + "####B4.#.0)*-#,#+-&,(#*8,6&#*1#'*&5&2\"", -1, 0.504, "", @@ -332846,7 +332846,7 @@ 523.287, 358.422, 523.287, - "2. If the image is unclear, adjust the ", + ":\"#A3#)%&#*8,6&#*1#.0+-&,(<#,2=.1)#)%&##", -1, 0.504, "", @@ -332869,7 +332869,7 @@ 521.676, 358.423, 521.676, - " height of the elevator up or down, ", + "####%&*6%)#43#)%&#&-&',)4(#.7#4(#2450<#", -1, 0.504, "", @@ -332892,7 +332892,7 @@ 520.066, 358.423, 520.066, - " then turn the focusing knob again.", + "####)%&0#).(0#)%"+.1*06#@04/#,6,*0\"", -1, 0.504, "", @@ -332915,7 +332915,7 @@ 516.846, 358.423, 516.846, - "ZOOM MAGNIFICATION", + "E443(3/'&%D%./)%4&", -1, 0.489, "", @@ -332938,7 +332938,7 @@ 515.235, 358.423, 515.235, - "1. Turn the zoom magnification knob to ", + "!\"#$.(0#)%&#L448#8,60*3*+,)*40#@04/#)4#", -1, 0.504, "", @@ -332961,7 +332961,7 @@ 513.625, 358.423, 513.625, - " the desired magnification and field of ", + "####)%&1*(&2#8,60*3*+,)*40#,02#3*&-2#43#", -1, 0.504, "", @@ -332984,7 +332984,7 @@ 512.015, 358.423, 512.015, - " view.", + "####'*&5\"", -1, 0.504, "", @@ -333007,7 +333007,7 @@ 510.405, 358.423, 510.405, - "2. In most situations, it is recommended ", + ":\"#A0#841)#1*).,)*401<#*)#*1#(&+488&02&2#", -1, 0.504, "", @@ -333030,7 +333030,7 @@ 508.795, 358.423, 508.795, - " that you focus at the lowest ", + "####)%,)#B4.#34+.1#,)#)%&#-45&1)##", -1, 0.504, "", @@ -333053,7 +333053,7 @@ 508.795, 384.175, 508.795, - " ", + "#", -1, 0.504, "", @@ -333076,7 +333076,7 @@ 507.184, 358.423, 507.184, - " magnification, then move to a higher ", + "####8,60*3*+,)*40<#)%&0#84'&#)4#,#%*6%&(#", -1, 0.504, "", @@ -333099,7 +333099,7 @@ 505.574, 358.425, 505.574, - " magnification and re-focus as ", + "####8,60*3*+,)*40#,02#(&M34+.1#,1##", -1, 0.504, "", @@ -333122,7 +333122,7 @@ 505.574, 384.176, 505.574, - " ", + "#", -1, 0.504, "", @@ -333145,7 +333145,7 @@ 503.964, 358.425, 503.964, - " necessary.", + "####0&+&11,(B\"", -1, 0.504, "", @@ -333168,7 +333168,7 @@ 502.354, 358.425, 502.354, - "3. If the image is not clear to both eyes ", + ">\"#A3#)%&#*8,6&#*1#04)#+-&,(#)4#/4)%#&B&1#", -1, 0.504, "", @@ -333191,7 +333191,7 @@ 500.744, 358.425, 500.744, - " at the same time, the diopter ring may ", + "####,)#)%,8&#)*8&<#)%*47)&(#(*06#8,B#", -1, 0.504, "", @@ -333214,7 +333214,7 @@ 499.133, 358.425, 499.133, - " need adjustment.", + "####0&&2#,2=.1)8&0)\"", -1, 0.504, "", @@ -333237,7 +333237,7 @@ 495.913, 358.425, 495.913, - "DIOPTER RING ADJUSTMENT", + "5%4;)+-(-%&'(/5C#$)3+&)", -1, 0.489, "", @@ -333260,7 +333260,7 @@ 494.303, 358.425, 494.303, - "1. To adjust the eyepiece for viewing with ", + "!\"#$4#,2=.1)#)%&#&B&7*&+"(#'*&5*06#5*)%#", -1, 0.504, "", @@ -333283,7 +333283,7 @@ 492.692, 358.425, 492.692, - " or without eyeglasses and for ", + "####4(#5*)%4.)#&B&6-,11&1#,02#34(##", -1, 0.504, "", @@ -333306,7 +333306,7 @@ 492.692, 384.176, 492.692, - " ", + "#", -1, 0.504, "", @@ -333329,7 +333329,7 @@ 491.082, 358.425, 491.082, - " differences in acuity between the right ", + "####2*33&(&0+&1#*0#,+.*)B#/&)5&&0#)%&#(*6%)#", -1, 0.504, "", @@ -333352,7 +333352,7 @@ 489.472, 358.425, 489.472, - " and left eyes, fol ow the fol owing ", + "####,02#-&3)#&B&1<#34- 45#)%"- 45*06#", -1, 0.504, "", @@ -333375,7 +333375,7 @@ 487.862, 358.425, 487.862, - " steps:", + "####1)&71N", -1, 0.504, "", @@ -333398,7 +333398,7 @@ 486.252, 358.425, 486.252, - " a. Observe an image through the left ", + "####,\"#K/1&('&#,0#*8,6&#)%(4.6%#)%&#-&3)#", -1, 0.504, "", @@ -333421,7 +333421,7 @@ 484.641, 358.425, 484.641, - " eyepiece and bring a specific point ", + "########&B&7*&+&#,02#/(*06#,#17&+*3*+#74*0)#", -1, 0.504, "", @@ -333444,7 +333444,7 @@ 483.031, 358.425, 483.031, - " into focus using the focus knob.", + "########*0)4#34+.1#.1*06#)%"+.1#@04/\"", -1, 0.504, "", @@ -333467,7 +333467,7 @@ 481.421, 358.425, 481.421, - " b. By turning the diopter ring ", + "####/\"#OB#).(0*06#)%*47)&(#(*06##", -1, 0.504, "", @@ -333490,7 +333490,7 @@ 481.421, 384.177, 481.421, - " ", + "#", -1, 0.504, "", @@ -333513,7 +333513,7 @@ 479.811, 358.426, 479.811, - " adjustment for the left eyepiece, ", + "########,2=.1)8&0)#34(#)%&#-&3)#&B&7*&+&<#", -1, 0.504, "", @@ -333536,7 +333536,7 @@ 478.201, 358.426, 478.201, - " bring the same point into sharp ", + "########/(*06#)%,8J*0)#*0)4#1%,(7#", -1, 0.504, "", @@ -333559,7 +333559,7 @@ 476.59, 358.426, 476.59, - " focus.", + "########34+.1\"", -1, 0.504, "", @@ -333582,7 +333582,7 @@ 474.98, 358.426, 474.98, - " c.Then bring the same point into ", + "#####+\"$%&0#/(*06#)%,8J*0)#*0)4#", -1, 0.504, "", @@ -333605,7 +333605,7 @@ 473.37, 358.426, 473.37, - " focus through the right eyepiece ", + "########34+.1#)%(4.6%#)%&#(*6%)#&B&7*&+&##", -1, 0.504, "", @@ -333628,7 +333628,7 @@ 471.76, 358.426, 471.76, - " by turning the right diopter ring.", + "########/B#).(0*06#)%&#(*6%)#2*47)&(#(*06\"", -1, 0.504, "", @@ -333651,7 +333651,7 @@ 470.149, 358.426, 470.149, - " d.With more than one viewer, each ", + "#####2\"I*)%#84(&#)%,0#40&#'*&5&(<#&,+%##", -1, 0.504, "", @@ -333674,7 +333674,7 @@ 468.539, 358.426, 468.539, - " viewer should note their own ", + "########'*&5&(#1%4.-2#04)&#)%&*(#450##", -1, 0.504, "", @@ -333697,7 +333697,7 @@ 466.929, 358.426, 466.929, - " diopter ring position for the left ", + "########2*47)&(#(*06#741*)*40#34(#)%&#-&3)##", -1, 0.504, "", @@ -333720,7 +333720,7 @@ 465.319, 358.426, 465.319, - " and right eyepieces, then before ", + "########,02#(*6%)#&B&7*&+&1<#)%&0#/&34(&#", -1, 0.504, "", @@ -333743,7 +333743,7 @@ 463.709, 358.426, 463.709, - " viewing set the diopter ring ", + "########'*&5*06#1&)#)%*47)&(#(*06##", -1, 0.504, "", @@ -333766,7 +333766,7 @@ 463.709, 384.177, 463.709, - " ", + "#", -1, 0.504, "", @@ -333789,7 +333789,7 @@ 462.098, 358.426, 462.098, - " adjustments to that setting.", + "########,2=.1)8&0)1#)4#)%,)#1&))*06\"", -1, 0.504, "", @@ -333812,7 +333812,7 @@ 458.878, 358.426, 458.878, - "CHANGING THE BULB", + ".*/&'%&'()*+(1#01", -1, 0.489, "", @@ -333835,7 +333835,7 @@ 457.268, 358.426, 457.268, - "1. Disconnect the power cord from the ", + "!\"#H*1+400&+)#)%˩&(#+4(2#3(48#)%&#", -1, 0.504, "", @@ -333858,7 +333858,7 @@ 455.658, 358.426, 455.658, - " electrical outlet.", + "####&-&+)(*+,-#4.)-&)\"", -1, 0.504, "", @@ -333881,7 +333881,7 @@ 454.047, 358.426, 454.047, - "2. When the bulb is cool, remove the ", + ":\"#I%&0#)%&#/.-/#*1#+44-<#(&84'&#)%&#", -1, 0.504, "", @@ -333904,7 +333904,7 @@ 452.437, 358.426, 452.437, - " oblique il uminator cap and remove ", + "####4/-*J.&#*- .8*0,)4(#+,7#,02#(&84'&#", -1, 0.504, "", @@ -333927,7 +333927,7 @@ 450.827, 358.426, 450.827, - " the halogen bulb with cap.", + "####)%&#%,-46&0#/.-/#5*)%#+,7\"", -1, 0.504, "", @@ -333950,7 +333950,7 @@ 449.217, 358.427, 449.217, - "3. Replace with a new halogen bulb.", + ">\"#D&7-,+*)%#,#0&5#%,-46&0#/.-/\"", -1, 0.504, "", @@ -333973,7 +333973,7 @@ 447.606, 358.429, 447.606, - "4. Open the window in the base plate ", + "G\"#K7&0#)%*0245#*0#)%&#/,1-,)&##", -1, 0.504, "", @@ -333996,7 +333996,7 @@ 445.996, 358.429, 445.996, - " and replace the halogen lamp or ", + "####,02#(&7-,+&#)%&#%,-46&0#-,87#4(#", -1, 0.504, "", @@ -334019,7 +334019,7 @@ 444.386, 358.429, 444.386, - " fluorescent lamp of transmitted ", + "####3-.4(&1+&0)#-,87#43#)(,018*))&2###", -1, 0.504, "", @@ -334042,7 +334042,7 @@ 442.776, 358.429, 442.776, - " il uminator.", + "####*- .8*0,)4(\"", -1, 0.504, "", @@ -334065,7 +334065,7 @@ 441.166, 358.429, 441.166, - " ", + "#", -1, 0.504, "", @@ -334088,7 +334088,7 @@ 441.166, 364.867, 441.166, - " ", + "#", -1, 0.504, "", @@ -334111,7 +334111,7 @@ 441.166, 371.305, 441.166, - " ", + "#", -1, 0.504, "", @@ -334134,7 +334134,7 @@ 441.166, 377.741, 441.166, - " ", + "#", -1, 0.504, "", @@ -334157,7 +334157,7 @@ 441.166, 384.18, 441.166, - " ", + "#", -1, 0.504, "", @@ -334180,7 +334180,7 @@ 530.47, 326.596, 530.47, - "Model AY11230", + "3>FGH(/6!!7\"8", -1, 0.489, "", @@ -334203,7 +334203,7 @@ 530.47, 358.486, 530.47, - "Model AY11234", + "3>FGH(/6!!7\":", -1, 0.489, "", @@ -334226,7 +334226,7 @@ 439.745, 455.435, 439.745, - "14", + "!:", -1, 0.612, "", @@ -334249,7 +334249,7 @@ 516.154, 408.245, 516.154, - "Objectives", + "K/=&+)*'&1", -1, 0.415, "", @@ -334272,7 +334272,7 @@ 522.698, 409.396, 522.698, - "Revolving Turret", + "D&'4-'*06#$.((&)", -1, 0.415, "", @@ -334295,7 +334295,7 @@ 512.554, 441.39, 512.554, - "Coarse ", + "P4,(1&#", -1, 0.415, "", @@ -334318,7 +334318,7 @@ 511.374, 441.39, 511.374, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -334341,7 +334341,7 @@ 510.194, 441.39, 510.194, - "Knob", + "R04/", -1, 0.415, "", @@ -334364,7 +334364,7 @@ 536.181, 398.793, 536.181, - "MODEL AY11236", + "345+0(/6!!7\"I", -1, 1.101, "", @@ -334387,7 +334387,7 @@ 486.084, 398.325, 486.084, - "MICROSCOPE USAGE", + "3%.-4$.4;+(#$/'+", -1, 1.101, "", @@ -334410,7 +334410,7 @@ 481.156, 398.086, 481.156, - "BARSKA Model AY11236 is a powerful fixed power compound ", + "OQDSRQ#?42&-#QT!!:>U#*1#,#745&(3.-#3*V&2#745&(#+4874.02#", -1, 0.629, "", @@ -334433,7 +334433,7 @@ 479.009, 398.086, 479.009, - "microscope designed for biological studies such as specimen ", + "8*+(41+47&1*60&2#34(#/*4-46*+,-#1).2*&1#1.+%#,1#17&+*8&0#", -1, 0.629, "", @@ -334456,7 +334456,7 @@ 476.862, 398.086, 476.862, - "examination. It can also be used for examining bacteria and ", + "&V,8*0,)*40\"#A)#+,0#,-14#/&#.1&2#34(#&V,8*0*06#/,+)&(*,#,02##########", -1, 0.629, "", @@ -334479,7 +334479,7 @@ 474.715, 398.086, 474.715, - "for general clinical and medical studies and other scientific uses. ", + "34(#6&0&(,-#+-*0*+,-#,02#8&2*+,-#1).2*&1#,02#4)%&(#1+*&0)*3*+#.1&1\"#", -1, 0.629, "", @@ -334502,7 +334502,7 @@ 470.698, 398.624, 470.698, - "CONSTRUCTION", + ".4&$)-#.)%4&", -1, 1.101, "", @@ -334525,7 +334525,7 @@ 465.054, 398.086, 465.054, - "BARSKA Model AY11236 is a fixed power compound microscope. ", + "OQDSRQ#?42&-#QT!!:>U#*1#,#3*V&2#745&(#+4874.02#8*+(41+47&\"###", -1, 0.629, "", @@ -334548,7 +334548,7 @@ 462.907, 398.084, 462.907, - "It is constructed with two optical paths at the same angle. It is ", + "A)#*1#+401)(.+)&2#5*)%#)54#47)*+,-#7,)%1#,)#)%,8&#,06-&\"#A)#*1#", -1, 0.629, "", @@ -334571,7 +334571,7 @@ 460.761, 398.084, 460.761, - "equipped with transmitted il umination. By using this instrument, ", + "&J.*77&2#5*)%#)(,018*))&2#*- .8*0,)*40\"#OB#.1*06#)%*1#*01)(.8&0)<#", -1, 0.629, "", @@ -334594,7 +334594,7 @@ 458.614, 398.084, 458.614, - "the user can observe specimens at magnification from 40x to ", + ")%&#.1&(#+,0#4/1&('&+*8&01#,)#8,60*3*+,)*40#3(48#GWV#)4#", -1, 0.629, "", @@ -334617,7 +334617,7 @@ 456.467, 398.084, 456.467, - "1000x by selecting the desired objective lens. Coarse and fine ", + "!WWWV#/B#1&-&+)*06#)%&1*(&2#4/=&+)*'&#-&01\"#P4,(1&#,02#3*0&#", -1, 0.629, "", @@ -334640,7 +334640,7 @@ 454.32, 398.084, 454.32, - "focus adjustments provide accuracy and image detail. The rotating ", + "34+.1#,2=.1)8&0)1#7(4'*2&#,++.(,+B#,02#*8,6&),*-\"#$%&#(4),)*06#", -1, 0.629, "", @@ -334663,7 +334663,7 @@ 452.173, 398.086, 452.173, - "head al ows the user to position the eyepieces for maximum ", + "%&,2#,- 451#)%&#.1&(#)4#741*)*40#)%&#&B&7*&+&1#34(#8,V*8.8#", -1, 0.629, "", @@ -334686,7 +334686,7 @@ 450.026, 398.086, 450.026, - "viewing comfort and easy access to al adjustment knobs. ", + "'*&5*06#+4834()#,02#&,1B#,++&11#)4#,- #,2=.1)8&0)#@04/1\"##", -1, 0.629, "", @@ -334709,7 +334709,7 @@ 490.37, 422.106, 490.37, - "Model AY11236", + "3>FGH(/6!!7\"I", -1, 0.489, "", @@ -334732,7 +334732,7 @@ 508.594, 442.016, 508.594, - "Fine ", + "F*0&#", -1, 0.415, "", @@ -334755,7 +334755,7 @@ 507.414, 442.016, 507.414, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -334778,7 +334778,7 @@ 506.234, 442.016, 506.234, - "Knob", + "R04/", -1, 0.415, "", @@ -334801,7 +334801,7 @@ 512.554, 408.006, 512.554, - "Stage", + "S),6&", -1, 0.415, "", @@ -334824,7 +334824,7 @@ 510.766, 404.072, 510.766, - "Condenser ", + "P402&01&(#", -1, 0.415, "", @@ -334847,7 +334847,7 @@ 509.586, 404.072, 509.586, - "Focusing", + "F4+.1*06", -1, 0.415, "", @@ -334870,7 +334870,7 @@ 508.406, 404.072, 508.406, - "Knob", + "R04/", -1, 0.415, "", @@ -334893,7 +334893,7 @@ 529.358, 441.813, 529.358, - "Eyepiece", + "XB&7*&+&", -1, 0.415, "", @@ -334916,7 +334916,7 @@ 520.55, 437.346, 520.55, - "Stand", + "S),02", -1, 0.415, "", @@ -334939,7 +334939,7 @@ 507.28, 409.716, 507.28, - "Lamp ", + ";,87#", -1, 0.415, "", @@ -334962,7 +334962,7 @@ 505.849, 409.716, 505.849, - "On/Of", + "K0YK3", -1, 0.415, "", @@ -334985,7 +334985,7 @@ 504.417, 409.716, 504.417, - "Switch", + "S5*)+%", -1, 0.415, "", @@ -335008,7 +335008,7 @@ 494.965, 434.871, 494.965, - "Lamp ", + ";,87#", -1, 0.415, "", @@ -335031,7 +335031,7 @@ 499.497, 439.52, 499.497, - "Power", + "E45&(", -1, 0.415, "", @@ -335054,7 +335054,7 @@ 498.066, 439.52, 498.066, - "Cord", + "P4(2", -1, 0.415, "", @@ -335077,7 +335077,7 @@ 527.02, 413.558, 527.02, - "Rotating Head", + "D4),)*06#Z&,2", -1, 0.415, "", @@ -335100,7 +335100,7 @@ 504.775, 441.843, 504.775, - "Stage Clip", + "S),6&#P-*7", -1, 0.415, "", @@ -335123,7 +335123,7 @@ 503.343, 441.843, 503.343, - "Adjustment", + "Q2=.1)8&0)", -1, 0.415, "", @@ -335146,7 +335146,7 @@ 531.814, 407.24, 531.814, - "Interpupil ary Slide Adjustment", + "A0)&(7.7*- ,(B#S-*2&#Q2=.1)8&0)", -1, 0.415, "", @@ -335169,7 +335169,7 @@ 412.978, 449.101, 412.978, - "Circling Minimums", + "!\"#$%\"&'()\"&\"*+*,", -1, 0.528, "", @@ -335192,7 +335192,7 @@ 408.421, 449.101, 408.421, - "7KHUHglyphZDVglyphDglyphFKDQJHglyphWRglyphWKHglyph7(536glyphFULWHULDglyphLQglyphglyphglyphglyphglyphglyphWKDWglyphD\u1087HFWVglyphFLUFOLQJglyphDUHDglyphGLPHQVLRQglyphE\\glyphH[SDQGLQJglyphWKHglyphDUHDVglyphWRglyphSURYLGHglyph", + "7KHUHGLYPHZDVGLYPHDGLYPHFKDQJHGLYPHWRGLYPHWKHGLYPH7(536GLYPHFULWHULDGLYPHLQGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHWKDWGLYPHD\u1087HFWVGLYPHFLUFOLQJGLYPHDUHDGLYPHGLPHQVLRQGLYPHE\\GLYPHH[SDQGLQJGLYPHWKHGLYPHDUHDVGLYPHWRGLYPHSURYLGHGLYPH", -1, 1.899, "/Identity-H", @@ -335215,7 +335215,7 @@ 405.884, 449.101, 405.884, - "improved obstacle protection. To indicate that the new criteria had been applied to a given procedure, a ", + "!\"#$%&'()%*+,-./')#$%,'.,!%01)2%)!0(!.-,'),3-,),3')0'4).$!,'$!-)3-()*''0)-##/!'(),%)-)5!&'0)#$%.'(6$'7)-)", -1, 0.528, "", @@ -335238,7 +335238,7 @@ 405.884, 538.311, 405.884, - " is placed on ", + ")!+)#/-.'()%0)", -1, 0.528, "", @@ -335261,7 +335261,7 @@ 403.605, 449.101, 403.605, - "the circling line of minimums. The new circling tables and explanatory information is located in the Legend of the TPP.", + ",3').!$./!05)/!0')%8)\"!0!\"6\"+1)23')0'4).!$./!05),-*/'+)-0()'9#/-0-,%$:)!08%$\"-,!%0)!+)/%.-,'()!0),3');'5'0()%8),3')2<<1", -1, 0.528, "", @@ -335284,7 +335284,7 @@ 398.428, 449.101, 398.428, - "7KHglyphDSSURDFKHVglyphXVLQJglyphVWDQGDUGglyphFLUFOLQJglyphDSSURDFKglyphDUHDVglyphFDQglyphEHglyphLGHQWL\u00bfHGglyphE\\glyphWKHglyphDEVHQFHglyphRIglyphWKHglyph", + "7KHGLYPHDSSURDFKHVGLYPHXVLQJGLYPHVWDQGDUGGLYPHFLUFOLQJGLYPHDSSURDFKGLYPHDUHDVGLYPHFDQGLYPHEHGLYPHLGHQWL\u00bfHGGLYPHE\\GLYPHWKHGLYPHDEVHQFHGLYPHRIGLYPHWKHGLYPH", -1, 1.899, "/Identity-H", @@ -335307,7 +335307,7 @@ 398.428, 532.058, 398.428, - " on the circling line of ", + ")%0),3').!$./!05)/!0')%8)", -1, 0.528, "", @@ -335330,7 +335330,7 @@ 396.15, 449.101, 396.15, - "minima.", + "\"!0!\"-1", -1, 0.528, "", @@ -335353,7 +335353,7 @@ 376.081, 449.955, 376.081, - "$SSO\\glyph6WDQGDUGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph5DGLXVglyph7 DEOH", + "$SSO\\GLYPH6WDQGDUGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH5DGLXVGLYPH7 DEOH", -1, 1.709, "/Identity-H", @@ -335376,7 +335376,7 @@ 382.422, 501.131, 382.422, - "$SSO\\glyph([SDQGHGglyph&LUFOLQJglyph $SSURDFKglyph0DQHXYHULQJglyph $LUVSDFHglyph5DGLXVglyph", + "$SSO\\GLYPH([SDQGHGGLYPH&LUFOLQJGLYPH $SSURDFKGLYPH0DQHXYHULQJGLYPH $LUVSDFHGLYPH5DGLXVGLYPH", -1, 1.709, "/Identity-H", @@ -335399,7 +335399,7 @@ 380.371, 501.131, 380.371, - "Table", + "!\"#$%", -1, 0.475, "", @@ -335422,7 +335422,7 @@ 371.381, 449.101, 371.381, - "AIRPORT SKETCH", + "-./01/2(3452!6", -1, 0.633, "", @@ -335445,7 +335445,7 @@ 368.831, 449.101, 368.831, - " ", + "(", -1, 0.528, "", @@ -335468,7 +335468,7 @@ 368.831, 455.937, 368.831, - " ", + "(", -1, 0.528, "", @@ -335491,7 +335491,7 @@ 368.831, 462.773, 368.831, - " ", + "(", -1, 0.528, "", @@ -335514,7 +335514,7 @@ 368.831, 463.297, 368.831, - " ", + ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))", -1, 0.528, "", @@ -335537,7 +335537,7 @@ 366.552, 449.101, 366.552, - "The airport sketch is a depiction of the airport with emphasis on runway pattern and related ", + "23')-!$#%$,)+=',.3)!+)-)('#!.,!%0)%8),3')-!$#%$,)4!,3)'\"#3-+!+)%0)$604-:)#-,,'$0)-0()$'/-,'()", -1, 0.528, "", @@ -335560,7 +335560,7 @@ 364.273, 449.101, 364.273, - "information, positioned in either the lower left or lower right corner of the chart to aid pi-", + "!08%$\"-,!%07)#%+!,!%0'()!0)'!,3'$),3')/%4'$)/'8,)%$)/%4'$)$!53,).%$0'$)%8),3').3-$,),%)-!()#!>", -1, 0.528, "", @@ -335583,7 +335583,7 @@ 361.995, 449.101, 361.995, - "lot recognition of the airport from the air and to provide some information to aid on ground ", + "/%,)$'.%50!,!%0)%8),3')-!$#%$,)8$%\"),3')-!$)-0(),%)#$%&!(')+%\"')!08%$\"-,!%0),%)-!()%0)5$%60()", -1, 0.528, "", @@ -335606,7 +335606,7 @@ 359.716, 449.101, 359.716, - "navigation of the airport. The runways are drawn to scale and oriented to true north. Runway ", + "0-&!5-,!%0)%8),3')-!$#%$,1)23')$604-:+)-$')($-40),%)+.-/')-0()%$!'0,'(),%),$6')0%$,31)?604-:)", -1, 0.528, "", @@ -335629,7 +335629,7 @@ 357.437, 449.101, 357.437, - "dimensions (length and width) are shown for al active runways.", + "(!\"'0+!%0+)@/'05,3)-0()4!(,3A)-$')+3%40)8%$)-/ )-.,!&')$604-:+1", -1, 0.528, "", @@ -335652,7 +335652,7 @@ 352.88, 449.101, 352.88, - "Runway(s) are depicted based on what type and construction of the runway.", + "?604-:@+A)-$')('#!.,'()*-+'()%0)43-,),:#')-0().%0+,$6.,!%0)%8),3')$604-:1", -1, 0.528, "", @@ -335675,7 +335675,7 @@ 347.607, 449.955, 347.607, - "Hard Surface", + "B-$()C6$8-.'", -1, 0.475, "", @@ -335698,7 +335698,7 @@ 347.607, 464.9, 347.607, - "Other Than ", + "D,3'$)23-0)", -1, 0.475, "", @@ -335721,7 +335721,7 @@ 345.556, 464.9, 345.556, - "Hard Surface", + "B-$()C6$8-.'", -1, 0.475, "", @@ -335744,7 +335744,7 @@ 347.607, 478.914, 347.607, - "Metal Surface", + "E',-/)C6$8-.'", -1, 0.475, "", @@ -335767,7 +335767,7 @@ 347.607, 493.064, 347.607, - "Closed Runway", + "F/%+'()?604-:", -1, 0.475, "", @@ -335790,7 +335790,7 @@ 347.607, 509.581, 347.607, - "Under Construction", + "G0('$)F%0+,$6.,!%0", -1, 0.475, "", @@ -335813,7 +335813,7 @@ 336.865, 449.955, 336.865, - "Stopways, ", + "C,%#4-:+7)", -1, 0.475, "", @@ -335836,7 +335836,7 @@ 334.814, 449.955, 334.814, - "Taxiways, Park-", + "2-9!4-:+7)<-$=>", -1, 0.475, "", @@ -335859,7 +335859,7 @@ 332.763, 449.955, 332.763, - "ing Areas", + "!05)H$'-+", -1, 0.475, "", @@ -335882,7 +335882,7 @@ 336.865, 464.9, 336.865, - "Displaced ", + "I!+#/-.'()", -1, 0.475, "", @@ -335905,7 +335905,7 @@ 334.814, 464.9, 334.814, - "Threshold", + "23$'+3%/(", -1, 0.475, "", @@ -335928,7 +335928,7 @@ 336.865, 478.914, 336.865, - "Closed ", + "F/%+'()", -1, 0.475, "", @@ -335951,7 +335951,7 @@ 334.814, 478.914, 334.814, - "Pavement", + "<-&'\"'0,", -1, 0.475, "", @@ -335974,7 +335974,7 @@ 336.865, 493.064, 336.865, - "Water Runway", + "J-,'$)?604-:", -1, 0.475, "", @@ -335997,7 +335997,7 @@ 322.311, 449.101, 322.311, - "Taxiways and aprons are shaded grey. Other runway features that may be shown are runway numbers, runway dimen-", + "2-9!4-:+)-0()-#$%0+)-$')+3-('()5$':1)D,3'$)$604-:)8'-,6$'+),3-,)\"-:)*')+3%40)-$')$604-:)06\"*'$+7)$604-:)(!\"'0>", -1, 0.528, "", @@ -336020,7 +336020,7 @@ 320.033, 449.101, 320.033, - "sions, runway slope, arresting gear, and displaced threshold.", + "+!%0+7)$604-:)+/%#'7)-$$'+,!05)5'-$7)-0()(!+#/-.'(),3$'+3%/(1", -1, 0.528, "", @@ -336043,7 +336043,7 @@ 315.475, 449.101, 315.475, - "2WKHUglyphLQIRUPDWLRQglyphFRQFHUQLQJglyphOLJKWLQJglyphglyph\u00bfQDOglyphDSSURDFKglyphEHDULQJVglyphglyphDLUSRUWglyphEHDFRQglyphglyphREVWDFOHVglyphglyphFRQWUROglyphWRZHU glyphglyph1$ 9 $,'VglyphglyphKHOL", + "2WKHUGLYPHLQIRUPDWLRQGLYPHFRQFHUQLQJGLYPHOLJKWLQJGLYPHGLYPH\u00bfQDOGLYPHDSSURDFKGLYPHEHDULQJVGLYPHGLYPHDLUSRUWGLYPHEHDFRQGLYPHGLYPHREVWDFOHVGLYPHGLYPHFRQWUROGLYPHWRZHU GLYPHGLYPH1$ 9 $,'VGLYPHGLYPHKHOL", -1, 1.899, "/Identity-H", @@ -336066,7 +336066,7 @@ 315.475, 547.826, 315.475, - "-", + ">", -1, 0.528, "", @@ -336089,7 +336089,7 @@ 313.197, 449.101, 313.197, - "pads may also be shown.", + "#-(+)\"-:)-/+%)*')+3%401", -1, 0.528, "", @@ -336112,7 +336112,7 @@ 308.639, 449.101, 308.639, - "$LUSRUWglyph(OHYDWLRQglyphDQGglyph7 RXFKGRZQglyph=RQHglyph(OHYDWLRQ", + "$LUSRUWGLYPH(OHYDWLRQGLYPHDQGGLYPH7 RXFKGRZQGLYPH=RQHGLYPH(OHYDWLRQ", -1, 1.899, "/Identity-H", @@ -336135,7 +336135,7 @@ 304.082, 449.101, 304.082, - "The airport elevation is shown enclosed within a box in the upper left corner of the sketch box and the touchdown zone ", + "23')-!$#%$,)'/'&-,!%0)!+)+3%40)'0./%+'()4!,3!0)-)*%9)!0),3')6##'$)/'8,).%$0'$)%8),3')+=',.3)*%9)-0(),3'),%6.3(%40)K%0')", -1, 0.528, "", @@ -336158,7 +336158,7 @@ 301.803, 449.101, 301.803, - "elevation (TDZE) is shown in the upper right corner of the sketch box. The airport elevation is the highest point of an ", + "'/'&-,!%0)@2ILMA)!+)+3%40)!0),3')6##'$)$!53,).%$0'$)%8),3')+=',.3)*%91)23')-!$#%$,)'/'&-,!%0)!+),3')3!53'+,)#%!0,)%8)-0)", -1, 0.528, "", @@ -336181,7 +336181,7 @@ 299.525, 449.101, 299.525, - "DLUSRUW\u00b6VglyphXVDEOHglyphUXQZD\\VglyphPHDVXUHGglyphLQglyphIHHWglyphIURPglyphPHDQglyphVHDglyphOHYHOglyphglyph7KHglyph7'=(glyphLVglyphWKHglyphKLJKHVWglyphHOHYDWLRQglyphLQglyphWKHglyph\u00bfUVWglyphglyphglyphglyphglyphglyphglyphIHHWglyphRIglyph", + "DLUSRUW\u00b6VGLYPHXVDEOHGLYPHUXQZD\\VGLYPHPHDVXUHGGLYPHLQGLYPHIHHWGLYPHIURPGLYPHPHDQGLYPHVHDGLYPHOHYHOGLYPHGLYPH7KHGLYPH7'=(GLYPHLVGLYPHWKHGLYPHKLJKHVWGLYPHHOHYDWLRQGLYPHLQGLYPHWKHGLYPH\u00bfUVWGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHGLYPHIHHWGLYPHRIGLYPH", -1, 1.899, "/Identity-H", @@ -336204,7 +336204,7 @@ 297.246, 449.101, 297.246, - "the landing surface. Circling only approaches wil not show a TDZE.", + ",3')/-0(!05)+6$8-.'1)F!$./!05)%0/:)-##$%-.3'+)4!/ )0%,)+3%4)-)2ILM1", -1, 0.528, "", @@ -336250,7 +336250,7 @@ 369.151, 444.85, 320.129, - "FAA Chart Users' Guide - Terminal Procedures Publication (TPP) - Terms", + "NHH)F3-$,)G+'$+O)P6!(')>)2'$\"!0-/)<$%.'(6$'+)<6*/!.-,!%0)@2<)2'$\"+", -1, 0.422, "", @@ -339656,7 +339656,7 @@ 183.902, "PDF document conversion, layout segmentation, object-detection,", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -339679,7 +339679,7 @@ 172.943, "data set, Machine Learning", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -339725,7 +339725,7 @@ 141.497, "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -339748,7 +339748,7 @@ 131.534, "Staar. 2022. DocLayNet: A Large Human-Annotated Dataset for Document-", -1, - 3.929, + 1.965, "", "STANDARD", "/F134", @@ -339771,7 +339771,7 @@ 121.572, "Layout Analysis. In", -1, - 4.065, + 2.032, "", "STANDARD", "/F134", @@ -339863,7 +339863,7 @@ 101.646, "ACM, New York, NY, USA, 9 pages. https://doi.org/10.1145/", -1, - 3.905, + 1.953, "", "STANDARD", "/F134", @@ -339886,7 +339886,7 @@ 91.684, "3534678.3539043", -1, - 3.985, + 1.993, "", "STANDARD", "/F134", @@ -395492,24 +395492,24 @@ ] }, "timings": { - "decode_annots": 6e-06, - "decode_contents": 0.059062, - "decode_dimensions": 1e-06, - "decode_page": 0.593112, - "decode_resources": 0.003585, - "sanitise_contents": 0.529898 + "decode_annots": 5e-06, + "decode_contents": 0.076058, + "decode_dimensions": 0.0, + "decode_page": 0.602843, + "decode_resources": 0.004993, + "sanitise_contents": 0.10709 } } ], "timings": { - "decode_annots": 6e-06, - "decode_contents": 0.059062, - "decode_dimensions": 1e-06, - "decode_document": 0.598815, - "decode_page": 0.593112, - "decode_resources": 0.003585, - "decoding page 0": 0.598219, - "process_document_from_bytesio": 0.000136, - "sanitise_contents": 0.529898 + "decode_annots": 5e-06, + "decode_contents": 0.076058, + "decode_dimensions": 0.0, + "decode_document": 0.608686, + "decode_page": 0.602843, + "decode_resources": 0.004993, + "decoding page 0": 0.608168, + "process_document_from_bytesio": 0.000118, + "sanitise_contents": 0.10709 } } \ No newline at end of file diff --git a/tests/data/groundtruth/ligatures_01.pdf.v2.p=1.json b/tests/data/groundtruth/ligatures_01.pdf.v2.p=1.json index 8dc0c959..b584f19f 100644 --- a/tests/data/groundtruth/ligatures_01.pdf.v2.p=1.json +++ b/tests/data/groundtruth/ligatures_01.pdf.v2.p=1.json @@ -615,7 +615,7 @@ 731.44, "K", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -638,7 +638,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -661,7 +661,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -684,7 +684,7 @@ 731.44, "'", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -707,7 +707,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -730,7 +730,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -753,7 +753,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -776,7 +776,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -799,7 +799,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -822,7 +822,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -845,7 +845,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -868,7 +868,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -891,7 +891,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -914,7 +914,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -937,7 +937,7 @@ 731.44, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -960,7 +960,7 @@ 731.44, "-", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -983,7 +983,7 @@ 731.44, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1006,7 +1006,7 @@ 731.44, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1029,7 +1029,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1052,7 +1052,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1075,7 +1075,7 @@ 731.44, "0", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1098,7 +1098,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1121,7 +1121,7 @@ 731.44, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1144,7 +1144,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1167,7 +1167,7 @@ 731.44, "W", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1190,7 +1190,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1213,7 +1213,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1236,7 +1236,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1259,7 +1259,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1282,7 +1282,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1305,7 +1305,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1328,7 +1328,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1351,7 +1351,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1374,7 +1374,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1397,7 +1397,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1420,7 +1420,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1443,7 +1443,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1466,7 +1466,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1489,7 +1489,7 @@ 731.44, "U", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1512,7 +1512,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1535,7 +1535,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1558,7 +1558,7 @@ 731.44, "B", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1581,7 +1581,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1604,7 +1604,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1627,7 +1627,7 @@ 731.44, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1650,7 +1650,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1673,7 +1673,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1696,7 +1696,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1719,7 +1719,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1742,7 +1742,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1765,7 +1765,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1788,7 +1788,7 @@ 731.44, "z", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1811,7 +1811,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1834,7 +1834,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1857,7 +1857,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1880,7 +1880,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1903,7 +1903,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1926,7 +1926,7 @@ 731.44, "C", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1949,7 +1949,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1972,7 +1972,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -1995,7 +1995,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2018,7 +2018,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2041,7 +2041,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2064,7 +2064,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2087,7 +2087,7 @@ 731.44, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2110,7 +2110,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2133,7 +2133,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2156,7 +2156,7 @@ 731.44, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2179,7 +2179,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2202,7 +2202,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2225,7 +2225,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2248,7 +2248,7 @@ 731.44, "M", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2271,7 +2271,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2294,7 +2294,7 @@ 731.44, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2317,7 +2317,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2340,7 +2340,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2363,7 +2363,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2386,7 +2386,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2409,7 +2409,7 @@ 731.44, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2432,7 +2432,7 @@ 731.44, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2455,7 +2455,7 @@ 731.44, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2478,7 +2478,7 @@ 731.44, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2501,7 +2501,7 @@ 731.44, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2524,7 +2524,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2547,7 +2547,7 @@ 731.44, "A", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2570,7 +2570,7 @@ 731.44, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2593,7 +2593,7 @@ 731.44, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2616,7 +2616,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2639,7 +2639,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2662,7 +2662,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2685,7 +2685,7 @@ 731.44, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2708,7 +2708,7 @@ 731.44, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2731,7 +2731,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2754,7 +2754,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2777,7 +2777,7 @@ 731.44, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2800,7 +2800,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2823,7 +2823,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2846,7 +2846,7 @@ 731.44, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2869,7 +2869,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2892,7 +2892,7 @@ 731.44, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2915,7 +2915,7 @@ 731.44, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2938,7 +2938,7 @@ 731.44, "P", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2961,7 +2961,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -2984,7 +2984,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3007,7 +3007,7 @@ 731.44, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3030,7 +3030,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3053,7 +3053,7 @@ 731.44, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3076,7 +3076,7 @@ 731.44, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3099,7 +3099,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3122,7 +3122,7 @@ 731.44, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3145,7 +3145,7 @@ 731.44, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -3467,7 +3467,7 @@ 680.586, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3490,7 +3490,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3513,7 +3513,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3536,7 +3536,7 @@ 680.586, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3559,7 +3559,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3582,7 +3582,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3605,7 +3605,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3628,7 +3628,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3651,7 +3651,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3674,7 +3674,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3697,7 +3697,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3720,7 +3720,7 @@ 680.586, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3743,7 +3743,7 @@ 680.586, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3766,7 +3766,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3789,7 +3789,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3812,7 +3812,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3835,7 +3835,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3858,7 +3858,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3881,7 +3881,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3904,7 +3904,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3927,7 +3927,7 @@ 680.586, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3950,7 +3950,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3973,7 +3973,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -3996,7 +3996,7 @@ 680.586, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4019,7 +4019,7 @@ 680.586, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4042,7 +4042,7 @@ 680.586, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4065,7 +4065,7 @@ 680.586, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4088,7 +4088,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4111,7 +4111,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4134,7 +4134,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4157,7 +4157,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4180,7 +4180,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4203,7 +4203,7 @@ 680.586, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4226,7 +4226,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4249,7 +4249,7 @@ 680.586, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4272,7 +4272,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4295,7 +4295,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4318,7 +4318,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4341,7 +4341,7 @@ 680.586, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4364,7 +4364,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4387,7 +4387,7 @@ 680.586, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4410,7 +4410,7 @@ 680.586, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4433,7 +4433,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4456,7 +4456,7 @@ 680.586, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4479,7 +4479,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4502,7 +4502,7 @@ 680.586, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4525,7 +4525,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4548,7 +4548,7 @@ 680.586, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4571,7 +4571,7 @@ 680.586, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4594,7 +4594,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4617,7 +4617,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4640,7 +4640,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4663,7 +4663,7 @@ 680.586, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4686,7 +4686,7 @@ 680.586, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4709,7 +4709,7 @@ 680.586, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4732,7 +4732,7 @@ 680.586, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4755,7 +4755,7 @@ 680.586, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4778,7 +4778,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4801,7 +4801,7 @@ 680.586, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4824,7 +4824,7 @@ 680.586, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4847,7 +4847,7 @@ 680.586, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -4870,7 +4870,7 @@ 669.627, "(", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -4893,7 +4893,7 @@ 669.627, "M", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -4916,7 +4916,7 @@ 669.627, "L", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -4939,7 +4939,7 @@ 669.627, ")", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -4962,7 +4962,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -4985,7 +4985,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5008,7 +5008,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5031,7 +5031,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5054,7 +5054,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5077,7 +5077,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5100,7 +5100,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5123,7 +5123,7 @@ 669.627, "h", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5146,7 +5146,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5169,7 +5169,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5192,7 +5192,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5215,7 +5215,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5238,7 +5238,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5261,7 +5261,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5284,7 +5284,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5307,7 +5307,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5330,7 +5330,7 @@ 669.627, "p", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5353,7 +5353,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5376,7 +5376,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5399,7 +5399,7 @@ 669.627, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5422,7 +5422,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5445,7 +5445,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5468,7 +5468,7 @@ 669.627, "l", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5491,7 +5491,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5514,7 +5514,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5537,7 +5537,7 @@ 669.627, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5560,7 +5560,7 @@ 669.627, "w", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5583,7 +5583,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5606,7 +5606,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5629,7 +5629,7 @@ 669.627, "k", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5652,7 +5652,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5675,7 +5675,7 @@ 669.627, "i", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5698,7 +5698,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5721,7 +5721,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5744,7 +5744,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5767,7 +5767,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5790,7 +5790,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5813,7 +5813,7 @@ 669.627, "n", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5836,7 +5836,7 @@ 669.627, "t", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5859,7 +5859,7 @@ 669.627, "y", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5882,7 +5882,7 @@ 669.627, "e", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5905,7 +5905,7 @@ 669.627, "a", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5928,7 +5928,7 @@ 669.627, "r", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5951,7 +5951,7 @@ 669.627, "s", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5974,7 +5974,7 @@ 669.627, ",", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -5997,7 +5997,7 @@ 669.627, "d", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -6020,7 +6020,7 @@ 669.627, "o", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -6043,7 +6043,7 @@ 669.627, "c", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -6066,7 +6066,7 @@ 669.627, "u", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -6089,7 +6089,7 @@ 669.627, "-", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -6112,7 +6112,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6135,7 +6135,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6158,7 +6158,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6181,7 +6181,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6204,7 +6204,7 @@ 658.668, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6227,7 +6227,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6250,7 +6250,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6273,7 +6273,7 @@ 658.668, "v", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6296,7 +6296,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6319,7 +6319,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6342,7 +6342,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6365,7 +6365,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6388,7 +6388,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6411,7 +6411,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6434,7 +6434,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6457,7 +6457,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6480,7 +6480,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6503,7 +6503,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6526,7 +6526,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6549,7 +6549,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6572,7 +6572,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6595,7 +6595,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6618,7 +6618,7 @@ 658.668, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6641,7 +6641,7 @@ 658.668, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6664,7 +6664,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6687,7 +6687,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6710,7 +6710,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6733,7 +6733,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6756,7 +6756,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6779,7 +6779,7 @@ 658.668, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6802,7 +6802,7 @@ 658.668, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6825,7 +6825,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6848,7 +6848,7 @@ 658.668, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6871,7 +6871,7 @@ 658.668, "p", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6894,7 +6894,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6917,7 +6917,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6940,7 +6940,7 @@ 658.668, "b", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6963,7 +6963,7 @@ 658.668, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -6986,7 +6986,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7009,7 +7009,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7032,7 +7032,7 @@ 658.668, ",", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7055,7 +7055,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7078,7 +7078,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7101,7 +7101,7 @@ 658.668, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7124,7 +7124,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7147,7 +7147,7 @@ 658.668, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7170,7 +7170,7 @@ 658.668, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7193,7 +7193,7 @@ 658.668, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7216,7 +7216,7 @@ 658.668, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7239,7 +7239,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7262,7 +7262,7 @@ 658.668, "r", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7285,7 +7285,7 @@ 658.668, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7308,7 +7308,7 @@ 658.668, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7331,7 +7331,7 @@ 658.668, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7354,7 +7354,7 @@ 658.668, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -7377,7 +7377,7 @@ 647.71, "b", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7400,7 +7400,7 @@ 647.71, "y", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7423,7 +7423,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7446,7 +7446,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7469,7 +7469,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7492,7 +7492,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7515,7 +7515,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7538,7 +7538,7 @@ 647.71, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7561,7 +7561,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7584,7 +7584,7 @@ 647.71, "r", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7607,7 +7607,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7630,7 +7630,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7653,7 +7653,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7676,7 +7676,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7699,7 +7699,7 @@ 647.71, "u", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7722,7 +7722,7 @@ 647.71, "b", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7745,7 +7745,7 @@ 647.71, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7768,7 +7768,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7791,7 +7791,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7814,7 +7814,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7837,7 +7837,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7860,7 +7860,7 @@ 647.71, "m", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7883,7 +7883,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7906,7 +7906,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7929,7 +7929,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7952,7 +7952,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7975,7 +7975,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -7998,7 +7998,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8021,7 +8021,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8044,7 +8044,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8067,7 +8067,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8090,7 +8090,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8113,7 +8113,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8136,7 +8136,7 @@ 647.71, "l", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8159,7 +8159,7 @@ 647.71, "d", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8182,7 +8182,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8205,7 +8205,7 @@ 647.71, "n", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8228,7 +8228,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8251,7 +8251,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8274,7 +8274,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8297,7 +8297,7 @@ 647.71, "s", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8320,7 +8320,7 @@ 647.71, "t", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8343,7 +8343,7 @@ 647.71, "o", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8366,7 +8366,7 @@ 647.71, "p", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8389,7 +8389,7 @@ 647.71, "i", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8412,7 +8412,7 @@ 647.71, "c", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8435,7 +8435,7 @@ 647.71, "[", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8458,7 +8458,7 @@ 647.71, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -8481,7 +8481,7 @@ 647.71, "-", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8504,7 +8504,7 @@ 647.71, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -8527,7 +8527,7 @@ 647.71, "]", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8550,7 +8550,7 @@ 647.71, ".", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8573,7 +8573,7 @@ 647.71, "T", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8596,7 +8596,7 @@ 647.71, "h", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8619,7 +8619,7 @@ 647.71, "e", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -8642,7 +8642,7 @@ 636.751, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8665,7 +8665,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8688,7 +8688,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8711,7 +8711,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8734,7 +8734,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8757,7 +8757,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8780,7 +8780,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8803,7 +8803,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8826,7 +8826,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8849,7 +8849,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8872,7 +8872,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8895,7 +8895,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8918,7 +8918,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8941,7 +8941,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8964,7 +8964,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -8987,7 +8987,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9010,7 +9010,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9033,7 +9033,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9056,7 +9056,7 @@ 636.751, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9079,7 +9079,7 @@ 636.751, "f", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9102,7 +9102,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9125,7 +9125,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9148,7 +9148,7 @@ 636.751, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9171,7 +9171,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9194,7 +9194,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9217,7 +9217,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9240,7 +9240,7 @@ 636.751, "h", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9263,7 +9263,7 @@ 636.751, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9286,7 +9286,7 @@ 636.751, "g", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9309,7 +9309,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9332,7 +9332,7 @@ 636.751, "v", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9355,7 +9355,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9378,7 +9378,7 @@ 636.751, "r", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9401,7 +9401,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9424,7 +9424,7 @@ 636.751, "a", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9447,7 +9447,7 @@ 636.751, "b", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9470,7 +9470,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9493,7 +9493,7 @@ 636.751, "l", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9516,7 +9516,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9539,7 +9539,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9562,7 +9562,7 @@ 636.751, "y", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9585,7 +9585,7 @@ 636.751, "i", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9608,7 +9608,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9631,7 +9631,7 @@ 636.751, "P", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9654,7 +9654,7 @@ 636.751, "D", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9677,7 +9677,7 @@ 636.751, "F", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9700,7 +9700,7 @@ 636.751, "d", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9723,7 +9723,7 @@ 636.751, "o", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9746,7 +9746,7 @@ 636.751, "c", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9769,7 +9769,7 @@ 636.751, "u", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9792,7 +9792,7 @@ 636.751, "m", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9815,7 +9815,7 @@ 636.751, "e", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9838,7 +9838,7 @@ 636.751, "n", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9861,7 +9861,7 @@ 636.751, "t", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9884,7 +9884,7 @@ 636.751, "s", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -9907,7 +9907,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -9930,7 +9930,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -9953,7 +9953,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -9976,7 +9976,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -9999,7 +9999,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10022,7 +10022,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10045,7 +10045,7 @@ 625.792, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10068,7 +10068,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10091,7 +10091,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10114,7 +10114,7 @@ 625.792, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10137,7 +10137,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10160,7 +10160,7 @@ 625.792, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10183,7 +10183,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10206,7 +10206,7 @@ 625.792, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10229,7 +10229,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10252,7 +10252,7 @@ 625.792, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10275,7 +10275,7 @@ 625.792, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10298,7 +10298,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10321,7 +10321,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10344,7 +10344,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10367,7 +10367,7 @@ 625.792, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10390,7 +10390,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10413,7 +10413,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10436,7 +10436,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10459,7 +10459,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10482,7 +10482,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10505,7 +10505,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10528,7 +10528,7 @@ 625.792, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10551,7 +10551,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10574,7 +10574,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10597,7 +10597,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10620,7 +10620,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10643,7 +10643,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10666,7 +10666,7 @@ 625.792, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10689,7 +10689,7 @@ 625.792, "(", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10712,7 +10712,7 @@ 625.792, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10735,7 +10735,7 @@ 625.792, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10758,7 +10758,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10781,7 +10781,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10804,7 +10804,7 @@ 625.792, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10827,7 +10827,7 @@ 625.792, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10850,7 +10850,7 @@ 625.792, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10873,7 +10873,7 @@ 625.792, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10896,7 +10896,7 @@ 625.792, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10919,7 +10919,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10942,7 +10942,7 @@ 625.792, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10965,7 +10965,7 @@ 625.792, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -10988,7 +10988,7 @@ 625.792, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11011,7 +11011,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11034,7 +11034,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11057,7 +11057,7 @@ 625.792, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11080,7 +11080,7 @@ 625.792, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11103,7 +11103,7 @@ 625.792, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11126,7 +11126,7 @@ 625.792, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11149,7 +11149,7 @@ 625.792, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -11172,7 +11172,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11195,7 +11195,7 @@ 614.833, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11218,7 +11218,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11241,7 +11241,7 @@ 614.833, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11264,7 +11264,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11287,7 +11287,7 @@ 614.833, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11310,7 +11310,7 @@ 614.833, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11333,7 +11333,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11356,7 +11356,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11379,7 +11379,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11402,7 +11402,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11425,7 +11425,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11448,7 +11448,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11471,7 +11471,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11494,7 +11494,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11517,7 +11517,7 @@ 614.833, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11540,7 +11540,7 @@ 614.833, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11563,7 +11563,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11586,7 +11586,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11609,7 +11609,7 @@ 614.833, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11632,7 +11632,7 @@ 614.833, ")", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11655,7 +11655,7 @@ 614.833, ".", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11678,7 +11678,7 @@ 614.833, "E", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11701,7 +11701,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11724,7 +11724,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11747,7 +11747,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11770,7 +11770,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11793,7 +11793,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11816,7 +11816,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11839,7 +11839,7 @@ 614.833, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11862,7 +11862,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11885,7 +11885,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11908,7 +11908,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11931,7 +11931,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11954,7 +11954,7 @@ 614.833, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -11977,7 +11977,7 @@ 614.833, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12000,7 +12000,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12023,7 +12023,7 @@ 614.833, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12046,7 +12046,7 @@ 614.833, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12069,7 +12069,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12092,7 +12092,7 @@ 614.833, "M", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12115,7 +12115,7 @@ 614.833, "L", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12138,7 +12138,7 @@ 614.833, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12161,7 +12161,7 @@ 614.833, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12184,7 +12184,7 @@ 614.833, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12207,7 +12207,7 @@ 614.833, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12230,7 +12230,7 @@ 614.833, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12253,7 +12253,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12276,7 +12276,7 @@ 614.833, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12299,7 +12299,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12322,7 +12322,7 @@ 614.833, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12345,7 +12345,7 @@ 614.833, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12368,7 +12368,7 @@ 614.833, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12391,7 +12391,7 @@ 614.833, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -12414,7 +12414,7 @@ 603.874, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12437,7 +12437,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12460,7 +12460,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12483,7 +12483,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12506,7 +12506,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12529,7 +12529,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12552,7 +12552,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12575,7 +12575,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12598,7 +12598,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12621,7 +12621,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12644,7 +12644,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12667,7 +12667,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12690,7 +12690,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12713,7 +12713,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12736,7 +12736,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12759,7 +12759,7 @@ 603.874, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12782,7 +12782,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12805,7 +12805,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12828,7 +12828,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12851,7 +12851,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12874,7 +12874,7 @@ 603.874, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12897,7 +12897,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12920,7 +12920,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12943,7 +12943,7 @@ 603.874, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12966,7 +12966,7 @@ 603.874, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -12989,7 +12989,7 @@ 603.874, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13012,7 +13012,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13035,7 +13035,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13058,7 +13058,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13081,7 +13081,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13104,7 +13104,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13127,7 +13127,7 @@ 603.874, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13150,7 +13150,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13173,7 +13173,7 @@ 603.874, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13196,7 +13196,7 @@ 603.874, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13219,7 +13219,7 @@ 603.874, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13242,7 +13242,7 @@ 603.874, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13265,7 +13265,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13288,7 +13288,7 @@ 603.874, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13311,7 +13311,7 @@ 603.874, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13334,7 +13334,7 @@ 603.874, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13357,7 +13357,7 @@ 603.874, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13380,7 +13380,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13403,7 +13403,7 @@ 603.874, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13426,7 +13426,7 @@ 603.874, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13449,7 +13449,7 @@ 603.874, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13472,7 +13472,7 @@ 603.874, "q", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13495,7 +13495,7 @@ 603.874, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13518,7 +13518,7 @@ 603.874, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13541,7 +13541,7 @@ 603.874, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13564,7 +13564,7 @@ 603.874, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13587,7 +13587,7 @@ 603.874, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13610,7 +13610,7 @@ 603.874, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -13633,7 +13633,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13656,7 +13656,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13679,7 +13679,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13702,7 +13702,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13725,7 +13725,7 @@ 592.915, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13748,7 +13748,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13771,7 +13771,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13794,7 +13794,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13817,7 +13817,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13840,7 +13840,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13863,7 +13863,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13886,7 +13886,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13909,7 +13909,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13932,7 +13932,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13955,7 +13955,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -13978,7 +13978,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14001,7 +14001,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14024,7 +14024,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14047,7 +14047,7 @@ 592.915, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14070,7 +14070,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14093,7 +14093,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14116,7 +14116,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14139,7 +14139,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14162,7 +14162,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14185,7 +14185,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14208,7 +14208,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14231,7 +14231,7 @@ 592.915, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14254,7 +14254,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14277,7 +14277,7 @@ 592.915, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14300,7 +14300,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14323,7 +14323,7 @@ 592.915, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14346,7 +14346,7 @@ 592.915, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14369,7 +14369,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14392,7 +14392,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14415,7 +14415,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14438,7 +14438,7 @@ 592.915, "x", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14461,7 +14461,7 @@ 592.915, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14484,7 +14484,7 @@ 592.915, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14507,7 +14507,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14530,7 +14530,7 @@ 592.915, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14553,7 +14553,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14576,7 +14576,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14599,7 +14599,7 @@ 592.915, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14622,7 +14622,7 @@ 592.915, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14645,7 +14645,7 @@ 592.915, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14668,7 +14668,7 @@ 592.915, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14691,7 +14691,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14714,7 +14714,7 @@ 592.915, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14737,7 +14737,7 @@ 592.915, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14760,7 +14760,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14783,7 +14783,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14806,7 +14806,7 @@ 592.915, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14829,7 +14829,7 @@ 592.915, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14852,7 +14852,7 @@ 592.915, "g", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14875,7 +14875,7 @@ 592.915, "[", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14898,7 +14898,7 @@ 592.915, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -14921,7 +14921,7 @@ 592.915, "]", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14944,7 +14944,7 @@ 592.915, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -14967,7 +14967,7 @@ 581.956, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -14990,7 +14990,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15013,7 +15013,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15036,7 +15036,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15059,7 +15059,7 @@ 581.956, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15082,7 +15082,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15105,7 +15105,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15128,7 +15128,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15151,7 +15151,7 @@ 581.956, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15174,7 +15174,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15197,7 +15197,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15220,7 +15220,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15243,7 +15243,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15266,7 +15266,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15289,7 +15289,7 @@ 581.956, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15312,7 +15312,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15335,7 +15335,7 @@ 581.956, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15358,7 +15358,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15381,7 +15381,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15404,7 +15404,7 @@ 581.956, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15427,7 +15427,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15450,7 +15450,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15473,7 +15473,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15496,7 +15496,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15519,7 +15519,7 @@ 581.956, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15542,7 +15542,7 @@ 581.956, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15565,7 +15565,7 @@ 581.956, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15588,7 +15588,7 @@ 581.956, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15611,7 +15611,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15634,7 +15634,7 @@ 581.956, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15657,7 +15657,7 @@ 581.956, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15680,7 +15680,7 @@ 581.956, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15703,7 +15703,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15726,7 +15726,7 @@ 581.956, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15749,7 +15749,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15772,7 +15772,7 @@ 581.956, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15795,7 +15795,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15818,7 +15818,7 @@ 581.956, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15841,7 +15841,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15864,7 +15864,7 @@ 581.956, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15887,7 +15887,7 @@ 581.956, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15910,7 +15910,7 @@ 581.956, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15933,7 +15933,7 @@ 581.956, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15956,7 +15956,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -15979,7 +15979,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16002,7 +16002,7 @@ 581.956, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16025,7 +16025,7 @@ 581.956, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16048,7 +16048,7 @@ 581.956, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16071,7 +16071,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16094,7 +16094,7 @@ 581.956, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16117,7 +16117,7 @@ 581.956, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16140,7 +16140,7 @@ 581.956, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16163,7 +16163,7 @@ 581.956, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -16186,7 +16186,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16209,7 +16209,7 @@ 570.997, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16232,7 +16232,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16255,7 +16255,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16278,7 +16278,7 @@ 570.997, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16301,7 +16301,7 @@ 570.997, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16324,7 +16324,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16347,7 +16347,7 @@ 570.997, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16370,7 +16370,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16393,7 +16393,7 @@ 570.997, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16416,7 +16416,7 @@ 570.997, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16439,7 +16439,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16462,7 +16462,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16485,7 +16485,7 @@ 570.997, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16508,7 +16508,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16531,7 +16531,7 @@ 570.997, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16554,7 +16554,7 @@ 570.997, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16577,7 +16577,7 @@ 570.997, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16600,7 +16600,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16623,7 +16623,7 @@ 570.997, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16646,7 +16646,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16669,7 +16669,7 @@ 570.997, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16692,7 +16692,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16715,7 +16715,7 @@ 570.997, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16738,7 +16738,7 @@ 570.997, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16761,7 +16761,7 @@ 570.997, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16784,7 +16784,7 @@ 570.997, "L", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16807,7 +16807,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16830,7 +16830,7 @@ 570.997, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16853,7 +16853,7 @@ 570.997, "N", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16876,7 +16876,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16899,7 +16899,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16922,7 +16922,7 @@ 570.997, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16945,7 +16945,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16968,7 +16968,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -16991,7 +16991,7 @@ 570.997, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17014,7 +17014,7 @@ 570.997, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17037,7 +17037,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17060,7 +17060,7 @@ 570.997, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17083,7 +17083,7 @@ 570.997, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17106,7 +17106,7 @@ 570.997, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17129,7 +17129,7 @@ 570.997, "F", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17152,7 +17152,7 @@ 570.997, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17175,7 +17175,7 @@ 570.997, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17198,7 +17198,7 @@ 570.997, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17221,7 +17221,7 @@ 570.997, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17244,7 +17244,7 @@ 570.997, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17267,7 +17267,7 @@ 570.997, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17290,7 +17290,7 @@ 570.997, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -17313,7 +17313,7 @@ 560.038, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17336,7 +17336,7 @@ 560.038, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17359,7 +17359,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17382,7 +17382,7 @@ 560.038, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17405,7 +17405,7 @@ 560.038, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17428,7 +17428,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17451,7 +17451,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17474,7 +17474,7 @@ 560.038, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17497,7 +17497,7 @@ 560.038, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17520,7 +17520,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17543,7 +17543,7 @@ 560.038, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17566,7 +17566,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17589,7 +17589,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17612,7 +17612,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17635,7 +17635,7 @@ 560.038, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17658,7 +17658,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17681,7 +17681,7 @@ 560.038, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17704,7 +17704,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17727,7 +17727,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17750,7 +17750,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17773,7 +17773,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17796,7 +17796,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17819,7 +17819,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17842,7 +17842,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17865,7 +17865,7 @@ 560.038, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17888,7 +17888,7 @@ 560.038, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17911,7 +17911,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17934,7 +17934,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17957,7 +17957,7 @@ 560.038, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -17980,7 +17980,7 @@ 560.038, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18003,7 +18003,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18026,7 +18026,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18049,7 +18049,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18072,7 +18072,7 @@ 560.038, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18095,7 +18095,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18118,7 +18118,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18141,7 +18141,7 @@ 560.038, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18164,7 +18164,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18187,7 +18187,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18210,7 +18210,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18233,7 +18233,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18256,7 +18256,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18279,7 +18279,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18302,7 +18302,7 @@ 560.038, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18325,7 +18325,7 @@ 560.038, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18348,7 +18348,7 @@ 560.038, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18371,7 +18371,7 @@ 560.038, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18394,7 +18394,7 @@ 560.038, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18417,7 +18417,7 @@ 560.038, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18440,7 +18440,7 @@ 560.038, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18463,7 +18463,7 @@ 560.038, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18486,7 +18486,7 @@ 560.038, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18509,7 +18509,7 @@ 560.038, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -18532,7 +18532,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18555,7 +18555,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18578,7 +18578,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18601,7 +18601,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18624,7 +18624,7 @@ 549.079, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18647,7 +18647,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18670,7 +18670,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18693,7 +18693,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18716,7 +18716,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18739,7 +18739,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18762,7 +18762,7 @@ 549.079, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18785,7 +18785,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18808,7 +18808,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18831,7 +18831,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18854,7 +18854,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18877,7 +18877,7 @@ 549.079, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18900,7 +18900,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18923,7 +18923,7 @@ 549.079, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18946,7 +18946,7 @@ 549.079, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18969,7 +18969,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -18992,7 +18992,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19015,7 +19015,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19038,7 +19038,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19061,7 +19061,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19084,7 +19084,7 @@ 549.079, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19107,7 +19107,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19130,7 +19130,7 @@ 549.079, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19153,7 +19153,7 @@ 549.079, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19176,7 +19176,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19199,7 +19199,7 @@ 549.079, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19222,7 +19222,7 @@ 549.079, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19245,7 +19245,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19268,7 +19268,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19291,7 +19291,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19314,7 +19314,7 @@ 549.079, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19337,7 +19337,7 @@ 549.079, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19360,7 +19360,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19383,7 +19383,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19406,7 +19406,7 @@ 549.079, ",", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19429,7 +19429,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19452,7 +19452,7 @@ 549.079, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19475,7 +19475,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19498,7 +19498,7 @@ 549.079, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19521,7 +19521,7 @@ 549.079, "w", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19544,7 +19544,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19567,7 +19567,7 @@ 549.079, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19590,7 +19590,7 @@ 549.079, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19613,7 +19613,7 @@ 549.079, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19636,7 +19636,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19659,7 +19659,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19682,7 +19682,7 @@ 549.079, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19705,7 +19705,7 @@ 549.079, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19728,7 +19728,7 @@ 549.079, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19751,7 +19751,7 @@ 549.079, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19774,7 +19774,7 @@ 549.079, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19797,7 +19797,7 @@ 549.079, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -19820,7 +19820,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19843,7 +19843,7 @@ 538.121, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19866,7 +19866,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19889,7 +19889,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19912,7 +19912,7 @@ 538.121, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19935,7 +19935,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19958,7 +19958,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -19981,7 +19981,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20004,7 +20004,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20027,7 +20027,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20050,7 +20050,7 @@ 538.121, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20073,7 +20073,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20096,7 +20096,7 @@ 538.121, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20119,7 +20119,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20142,7 +20142,7 @@ 538.121, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20165,7 +20165,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20188,7 +20188,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20211,7 +20211,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20234,7 +20234,7 @@ 538.121, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20257,7 +20257,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20280,7 +20280,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20303,7 +20303,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20326,7 +20326,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20349,7 +20349,7 @@ 538.121, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20372,7 +20372,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20395,7 +20395,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20418,7 +20418,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20441,7 +20441,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20464,7 +20464,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20487,7 +20487,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20510,7 +20510,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20533,7 +20533,7 @@ 538.121, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20556,7 +20556,7 @@ 538.121, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20579,7 +20579,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20602,7 +20602,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20625,7 +20625,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20648,7 +20648,7 @@ 538.121, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20671,7 +20671,7 @@ 538.121, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20694,7 +20694,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20717,7 +20717,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20740,7 +20740,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20763,7 +20763,7 @@ 538.121, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20786,7 +20786,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20809,7 +20809,7 @@ 538.121, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20832,7 +20832,7 @@ 538.121, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20855,7 +20855,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20878,7 +20878,7 @@ 538.121, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20901,7 +20901,7 @@ 538.121, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20924,7 +20924,7 @@ 538.121, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20947,7 +20947,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20970,7 +20970,7 @@ 538.121, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -20993,7 +20993,7 @@ 538.121, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21016,7 +21016,7 @@ 538.121, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21039,7 +21039,7 @@ 538.121, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21062,7 +21062,7 @@ 538.121, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21085,7 +21085,7 @@ 538.121, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21108,7 +21108,7 @@ 538.121, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -21131,7 +21131,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21154,7 +21154,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21177,7 +21177,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21200,7 +21200,7 @@ 527.162, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21223,7 +21223,7 @@ 527.162, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21246,7 +21246,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21269,7 +21269,7 @@ 527.162, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21292,7 +21292,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21315,7 +21315,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21338,7 +21338,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21361,7 +21361,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21384,7 +21384,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21407,7 +21407,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21430,7 +21430,7 @@ 527.162, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21453,7 +21453,7 @@ 527.162, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21476,7 +21476,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21499,7 +21499,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21522,7 +21522,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21545,7 +21545,7 @@ 527.162, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21568,7 +21568,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21591,7 +21591,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21614,7 +21614,7 @@ 527.162, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21637,7 +21637,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21660,7 +21660,7 @@ 527.162, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21683,7 +21683,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21706,7 +21706,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21729,7 +21729,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21752,7 +21752,7 @@ 527.162, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21775,7 +21775,7 @@ 527.162, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21798,7 +21798,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21821,7 +21821,7 @@ 527.162, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21844,7 +21844,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21867,7 +21867,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21890,7 +21890,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21913,7 +21913,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21936,7 +21936,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21959,7 +21959,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -21982,7 +21982,7 @@ 527.162, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22005,7 +22005,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22028,7 +22028,7 @@ 527.162, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22051,7 +22051,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22074,7 +22074,7 @@ 527.162, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22097,7 +22097,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22120,7 +22120,7 @@ 527.162, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22143,7 +22143,7 @@ 527.162, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22166,7 +22166,7 @@ 527.162, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22189,7 +22189,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22212,7 +22212,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22235,7 +22235,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22258,7 +22258,7 @@ 527.162, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22281,7 +22281,7 @@ 527.162, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22304,7 +22304,7 @@ 527.162, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22327,7 +22327,7 @@ 527.162, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22350,7 +22350,7 @@ 527.162, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22373,7 +22373,7 @@ 527.162, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22396,7 +22396,7 @@ 527.162, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22419,7 +22419,7 @@ 516.203, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22442,7 +22442,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22465,7 +22465,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22488,7 +22488,7 @@ 516.203, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22511,7 +22511,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22534,7 +22534,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22557,7 +22557,7 @@ 516.203, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22580,7 +22580,7 @@ 516.203, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22603,7 +22603,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22626,7 +22626,7 @@ 516.203, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22649,7 +22649,7 @@ 516.203, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22672,7 +22672,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22695,7 +22695,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22718,7 +22718,7 @@ 516.203, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22741,7 +22741,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22764,7 +22764,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22787,7 +22787,7 @@ 516.203, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22810,7 +22810,7 @@ 516.203, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -22833,7 +22833,7 @@ 516.203, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22856,7 +22856,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22879,7 +22879,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22902,7 +22902,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22925,7 +22925,7 @@ 516.203, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22948,7 +22948,7 @@ 516.203, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22971,7 +22971,7 @@ 516.203, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -22994,7 +22994,7 @@ 516.203, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23017,7 +23017,7 @@ 516.203, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23040,7 +23040,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23063,7 +23063,7 @@ 516.203, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23086,7 +23086,7 @@ 516.203, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23109,7 +23109,7 @@ 516.203, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -23132,7 +23132,7 @@ 516.203, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23155,7 +23155,7 @@ 516.203, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23178,7 +23178,7 @@ 516.203, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23201,7 +23201,7 @@ 516.203, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23224,7 +23224,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23247,7 +23247,7 @@ 516.203, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23270,7 +23270,7 @@ 516.203, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23293,7 +23293,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23316,7 +23316,7 @@ 516.203, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23339,7 +23339,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23362,7 +23362,7 @@ 516.203, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23385,7 +23385,7 @@ 516.203, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23408,7 +23408,7 @@ 516.203, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23431,7 +23431,7 @@ 516.203, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23454,7 +23454,7 @@ 516.203, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23477,7 +23477,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23500,7 +23500,7 @@ 516.203, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23523,7 +23523,7 @@ 516.203, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23546,7 +23546,7 @@ 516.203, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23569,7 +23569,7 @@ 516.203, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -23592,7 +23592,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23615,7 +23615,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23638,7 +23638,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23661,7 +23661,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23684,7 +23684,7 @@ 505.244, "1", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23707,7 +23707,7 @@ 505.244, "9", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23730,7 +23730,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23753,7 +23753,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23776,7 +23776,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23799,7 +23799,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23822,7 +23822,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23845,7 +23845,7 @@ 505.244, "2", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23868,7 +23868,7 @@ 505.244, "0", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23891,7 +23891,7 @@ 505.244, "r", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23914,7 +23914,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23937,7 +23937,7 @@ 505.244, "s", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23960,7 +23960,7 @@ 505.244, "p", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -23983,7 +23983,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24006,7 +24006,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24029,7 +24029,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24052,7 +24052,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24075,7 +24075,7 @@ 505.244, "v", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24098,7 +24098,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24121,7 +24121,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24144,7 +24144,7 @@ 505.244, "y", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24167,7 +24167,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24190,7 +24190,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24213,7 +24213,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24236,7 +24236,7 @@ 505.244, "s", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24259,7 +24259,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24282,7 +24282,7 @@ 505.244, "g", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24305,7 +24305,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24328,7 +24328,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24351,7 +24351,7 @@ 505.244, "fi", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24374,7 +24374,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24397,7 +24397,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24420,7 +24420,7 @@ 505.244, "n", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24443,7 +24443,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24466,7 +24466,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24489,7 +24489,7 @@ 505.244, "y", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24512,7 +24512,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24535,7 +24535,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24558,7 +24558,7 @@ 505.244, "c", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24581,7 +24581,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24604,7 +24604,7 @@ 505.244, "l", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24627,7 +24627,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24650,7 +24650,7 @@ 505.244, "r", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24673,7 +24673,7 @@ 505.244, "a", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24696,7 +24696,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24719,7 +24719,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24742,7 +24742,7 @@ 505.244, "d", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24765,7 +24765,7 @@ 505.244, "t", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24788,7 +24788,7 @@ 505.244, "h", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24811,7 +24811,7 @@ 505.244, "e", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24834,7 +24834,7 @@ 505.244, "i", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24857,7 +24857,7 @@ 505.244, "m", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24880,7 +24880,7 @@ 505.244, "-", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -24903,7 +24903,7 @@ 494.285, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -24926,7 +24926,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -24949,7 +24949,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -24972,7 +24972,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -24995,7 +24995,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25018,7 +25018,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25041,7 +25041,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25064,7 +25064,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25087,7 +25087,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25110,7 +25110,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25133,7 +25133,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25156,7 +25156,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25179,7 +25179,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25202,7 +25202,7 @@ 494.285, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25225,7 +25225,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25248,7 +25248,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25271,7 +25271,7 @@ 494.285, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25294,7 +25294,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25317,7 +25317,7 @@ 494.285, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25340,7 +25340,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25363,7 +25363,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25386,7 +25386,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25409,7 +25409,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25432,7 +25432,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25455,7 +25455,7 @@ 494.285, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25478,7 +25478,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25501,7 +25501,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25524,7 +25524,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25547,7 +25547,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25570,7 +25570,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25593,7 +25593,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25616,7 +25616,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25639,7 +25639,7 @@ 494.285, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25662,7 +25662,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25685,7 +25685,7 @@ 494.285, "g", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25708,7 +25708,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25731,7 +25731,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25754,7 +25754,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25777,7 +25777,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25800,7 +25800,7 @@ 494.285, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25823,7 +25823,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25846,7 +25846,7 @@ 494.285, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25869,7 +25869,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25892,7 +25892,7 @@ 494.285, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25915,7 +25915,7 @@ 494.285, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25938,7 +25938,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25961,7 +25961,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -25984,7 +25984,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26007,7 +26007,7 @@ 494.285, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26030,7 +26030,7 @@ 494.285, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26053,7 +26053,7 @@ 494.285, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26076,7 +26076,7 @@ 494.285, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26099,7 +26099,7 @@ 494.285, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26122,7 +26122,7 @@ 494.285, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26145,7 +26145,7 @@ 494.285, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -26168,7 +26168,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26191,7 +26191,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26214,7 +26214,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26237,7 +26237,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26260,7 +26260,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26283,7 +26283,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26306,7 +26306,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26329,7 +26329,7 @@ 483.326, "z", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26352,7 +26352,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26375,7 +26375,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26398,7 +26398,7 @@ 483.326, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26421,7 +26421,7 @@ 483.326, "f", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26444,7 +26444,7 @@ 483.326, "3", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26467,7 +26467,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26490,7 +26490,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26513,7 +26513,7 @@ 483.326, "K", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26536,7 +26536,7 @@ 483.326, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26559,7 +26559,7 @@ 483.326, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26582,7 +26582,7 @@ 483.326, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26605,7 +26605,7 @@ 483.326, "5", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26628,7 +26628,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26651,7 +26651,7 @@ 483.326, "0", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26674,7 +26674,7 @@ 483.326, "K", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26697,7 +26697,7 @@ 483.326, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26720,7 +26720,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26743,7 +26743,7 @@ 483.326, "o", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26766,7 +26766,7 @@ 483.326, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26789,7 +26789,7 @@ 483.326, "n", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26812,7 +26812,7 @@ 483.326, "d", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26835,7 +26835,7 @@ 483.326, "-", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26858,7 +26858,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26881,7 +26881,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26904,7 +26904,7 @@ 483.326, "u", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26927,7 +26927,7 @@ 483.326, "t", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26950,7 +26950,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26973,7 +26973,7 @@ 483.326, "p", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -26996,7 +26996,7 @@ 483.326, "a", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27019,7 +27019,7 @@ 483.326, "g", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27042,7 +27042,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27065,7 +27065,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27088,7 +27088,7 @@ 483.326, ".", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27111,7 +27111,7 @@ 483.326, "T", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27134,7 +27134,7 @@ 483.326, "h", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27157,7 +27157,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27180,7 +27180,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27203,7 +27203,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27226,7 +27226,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27249,7 +27249,7 @@ 483.326, "i", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27272,7 +27272,7 @@ 483.326, "z", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27295,7 +27295,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27318,7 +27318,7 @@ 483.326, "s", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27341,7 +27341,7 @@ 483.326, "w", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27364,7 +27364,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27387,7 +27387,7 @@ 483.326, "r", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27410,7 +27410,7 @@ 483.326, "e", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -27433,7 +27433,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27456,7 +27456,7 @@ 472.367, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27479,7 +27479,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27502,7 +27502,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27525,7 +27525,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27548,7 +27548,7 @@ 472.367, "v", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27571,7 +27571,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27594,7 +27594,7 @@ 472.367, "d", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27617,7 +27617,7 @@ 472.367, "b", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27640,7 +27640,7 @@ 472.367, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27663,7 +27663,7 @@ 472.367, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27686,7 +27686,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27709,7 +27709,7 @@ 472.367, "v", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27732,7 +27732,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27755,7 +27755,7 @@ 472.367, "r", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27778,7 +27778,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27801,7 +27801,7 @@ 472.367, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27824,7 +27824,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27847,7 +27847,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27870,7 +27870,7 @@ 472.367, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27893,7 +27893,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27916,7 +27916,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27939,7 +27939,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27962,7 +27962,7 @@ 472.367, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -27985,7 +27985,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28008,7 +28008,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28031,7 +28031,7 @@ 472.367, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28054,7 +28054,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28077,7 +28077,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28100,7 +28100,7 @@ 472.367, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28123,7 +28123,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28146,7 +28146,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28169,7 +28169,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28192,7 +28192,7 @@ 472.367, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28215,7 +28215,7 @@ 472.367, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28238,7 +28238,7 @@ 472.367, "r", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28261,7 +28261,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28284,7 +28284,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28307,7 +28307,7 @@ 472.367, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28330,7 +28330,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28353,7 +28353,7 @@ 472.367, ".", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28376,7 +28376,7 @@ 472.367, "T", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28399,7 +28399,7 @@ 472.367, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28422,7 +28422,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28445,7 +28445,7 @@ 472.367, "b", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28468,7 +28468,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28491,7 +28491,7 @@ 472.367, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28514,7 +28514,7 @@ 472.367, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28537,7 +28537,7 @@ 472.367, "fi", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28560,7 +28560,7 @@ 472.367, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28583,7 +28583,7 @@ 472.367, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28606,7 +28606,7 @@ 472.367, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28629,7 +28629,7 @@ 472.367, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28652,7 +28652,7 @@ 472.367, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28675,7 +28675,7 @@ 472.367, "-", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -28698,7 +28698,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28721,7 +28721,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28744,7 +28744,7 @@ 461.408, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28767,7 +28767,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28790,7 +28790,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28813,7 +28813,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28836,7 +28836,7 @@ 461.408, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28859,7 +28859,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28882,7 +28882,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28905,7 +28905,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28928,7 +28928,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28951,7 +28951,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28974,7 +28974,7 @@ 461.408, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -28997,7 +28997,7 @@ 461.408, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29020,7 +29020,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29043,7 +29043,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29066,7 +29066,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29089,7 +29089,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29112,7 +29112,7 @@ 461.408, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29135,7 +29135,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29158,7 +29158,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29181,7 +29181,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29204,7 +29204,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29227,7 +29227,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29250,7 +29250,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29273,7 +29273,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29296,7 +29296,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29319,7 +29319,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29342,7 +29342,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29365,7 +29365,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29388,7 +29388,7 @@ 461.408, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29411,7 +29411,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29434,7 +29434,7 @@ 461.408, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29457,7 +29457,7 @@ 461.408, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29480,7 +29480,7 @@ 461.408, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29503,7 +29503,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29526,7 +29526,7 @@ 461.408, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29549,7 +29549,7 @@ 461.408, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29572,7 +29572,7 @@ 461.408, ":", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29595,7 +29595,7 @@ 461.408, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29618,7 +29618,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29641,7 +29641,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29664,7 +29664,7 @@ 461.408, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29687,7 +29687,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29710,7 +29710,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29733,7 +29733,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29756,7 +29756,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29779,7 +29779,7 @@ 461.408, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29802,7 +29802,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29825,7 +29825,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29848,7 +29848,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29871,7 +29871,7 @@ 461.408, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29894,7 +29894,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29917,7 +29917,7 @@ 461.408, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29940,7 +29940,7 @@ 461.408, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29963,7 +29963,7 @@ 461.408, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -29986,7 +29986,7 @@ 461.408, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30009,7 +30009,7 @@ 461.408, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30032,7 +30032,7 @@ 450.449, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30055,7 +30055,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30078,7 +30078,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30101,7 +30101,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30124,7 +30124,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30147,7 +30147,7 @@ 450.449, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30170,7 +30170,7 @@ 450.449, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30193,7 +30193,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30216,7 +30216,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30239,7 +30239,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30262,7 +30262,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30285,7 +30285,7 @@ 450.449, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30308,7 +30308,7 @@ 450.449, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30331,7 +30331,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30354,7 +30354,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30377,7 +30377,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30400,7 +30400,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30423,7 +30423,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30446,7 +30446,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30469,7 +30469,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30492,7 +30492,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30515,7 +30515,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30538,7 +30538,7 @@ 450.449, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30561,7 +30561,7 @@ 450.449, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30584,7 +30584,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30607,7 +30607,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30630,7 +30630,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30653,7 +30653,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30676,7 +30676,7 @@ 450.449, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30699,7 +30699,7 @@ 450.449, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30722,7 +30722,7 @@ 450.449, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30745,7 +30745,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30768,7 +30768,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30791,7 +30791,7 @@ 450.449, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30814,7 +30814,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30837,7 +30837,7 @@ 450.449, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30860,7 +30860,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30883,7 +30883,7 @@ 450.449, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30906,7 +30906,7 @@ 450.449, "H", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30929,7 +30929,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30952,7 +30952,7 @@ 450.449, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30975,7 +30975,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -30998,7 +30998,7 @@ 450.449, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31021,7 +31021,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31044,7 +31044,7 @@ 450.449, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31067,7 +31067,7 @@ 450.449, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31090,7 +31090,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31113,7 +31113,7 @@ 450.449, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31136,7 +31136,7 @@ 450.449, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31159,7 +31159,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31182,7 +31182,7 @@ 450.449, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31205,7 +31205,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31228,7 +31228,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31251,7 +31251,7 @@ 450.449, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31274,7 +31274,7 @@ 450.449, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31297,7 +31297,7 @@ 450.449, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31320,7 +31320,7 @@ 450.449, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31343,7 +31343,7 @@ 450.449, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31366,7 +31366,7 @@ 450.449, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -31389,7 +31389,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31412,7 +31412,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31435,7 +31435,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31458,7 +31458,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31481,7 +31481,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31504,7 +31504,7 @@ 439.49, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31527,7 +31527,7 @@ 439.49, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31550,7 +31550,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31573,7 +31573,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31596,7 +31596,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31619,7 +31619,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31642,7 +31642,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31665,7 +31665,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31688,7 +31688,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31711,7 +31711,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31734,7 +31734,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31757,7 +31757,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31780,7 +31780,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31803,7 +31803,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31826,7 +31826,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31849,7 +31849,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31872,7 +31872,7 @@ 439.49, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31895,7 +31895,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31918,7 +31918,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31941,7 +31941,7 @@ 439.49, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31964,7 +31964,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -31987,7 +31987,7 @@ 439.49, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32010,7 +32010,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32033,7 +32033,7 @@ 439.49, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32056,7 +32056,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32079,7 +32079,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32102,7 +32102,7 @@ 439.49, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32125,7 +32125,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32148,7 +32148,7 @@ 439.49, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32171,7 +32171,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32194,7 +32194,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32217,7 +32217,7 @@ 439.49, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32240,7 +32240,7 @@ 439.49, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32263,7 +32263,7 @@ 439.49, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32286,7 +32286,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32309,7 +32309,7 @@ 439.49, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32332,7 +32332,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32355,7 +32355,7 @@ 439.49, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32378,7 +32378,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32401,7 +32401,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32424,7 +32424,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32447,7 +32447,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32470,7 +32470,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32493,7 +32493,7 @@ 439.49, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32516,7 +32516,7 @@ 439.49, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32539,7 +32539,7 @@ 439.49, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32562,7 +32562,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32585,7 +32585,7 @@ 439.49, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32608,7 +32608,7 @@ 439.49, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32631,7 +32631,7 @@ 439.49, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32654,7 +32654,7 @@ 439.49, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32677,7 +32677,7 @@ 439.49, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -32700,7 +32700,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32723,7 +32723,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32746,7 +32746,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32769,7 +32769,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32792,7 +32792,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32815,7 +32815,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32838,7 +32838,7 @@ 428.531, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32861,7 +32861,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32884,7 +32884,7 @@ 428.531, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32907,7 +32907,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32930,7 +32930,7 @@ 428.531, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32953,7 +32953,7 @@ 428.531, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32976,7 +32976,7 @@ 428.531, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -32999,7 +32999,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33022,7 +33022,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33045,7 +33045,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33068,7 +33068,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33091,7 +33091,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33114,7 +33114,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33137,7 +33137,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33160,7 +33160,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33183,7 +33183,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33206,7 +33206,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33229,7 +33229,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33252,7 +33252,7 @@ 428.531, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33275,7 +33275,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33298,7 +33298,7 @@ 428.531, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33321,7 +33321,7 @@ 428.531, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33344,7 +33344,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33367,7 +33367,7 @@ 428.531, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33390,7 +33390,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33413,7 +33413,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33436,7 +33436,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33459,7 +33459,7 @@ 428.531, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33482,7 +33482,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33505,7 +33505,7 @@ 428.531, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33528,7 +33528,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33551,7 +33551,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33574,7 +33574,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33597,7 +33597,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33620,7 +33620,7 @@ 428.531, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33643,7 +33643,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33666,7 +33666,7 @@ 428.531, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33689,7 +33689,7 @@ 428.531, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33712,7 +33712,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33735,7 +33735,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33758,7 +33758,7 @@ 428.531, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33781,7 +33781,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33804,7 +33804,7 @@ 428.531, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33827,7 +33827,7 @@ 428.531, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33850,7 +33850,7 @@ 428.531, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33873,7 +33873,7 @@ 428.531, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33896,7 +33896,7 @@ 428.531, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33919,7 +33919,7 @@ 428.531, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33942,7 +33942,7 @@ 428.531, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33965,7 +33965,7 @@ 428.531, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -33988,7 +33988,7 @@ 428.531, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -34011,7 +34011,7 @@ 428.531, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -34034,7 +34034,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34057,7 +34057,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34080,7 +34080,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34103,7 +34103,7 @@ 417.573, "D", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34126,7 +34126,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34149,7 +34149,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34172,7 +34172,7 @@ 417.573, "B", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34195,7 +34195,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34218,7 +34218,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34241,7 +34241,7 @@ 417.573, "k", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34264,7 +34264,7 @@ 417.573, "w", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34287,7 +34287,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34310,7 +34310,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34333,7 +34333,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34356,7 +34356,7 @@ 417.573, "b", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34379,7 +34379,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34402,7 +34402,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34425,7 +34425,7 @@ 417.573, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34448,7 +34448,7 @@ 417.573, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34471,7 +34471,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34494,7 +34494,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34517,7 +34517,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34540,7 +34540,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34563,7 +34563,7 @@ 417.573, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34586,7 +34586,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34609,7 +34609,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34632,7 +34632,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34655,7 +34655,7 @@ 417.573, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34678,7 +34678,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34701,7 +34701,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34724,7 +34724,7 @@ 417.573, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34747,7 +34747,7 @@ 417.573, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34770,7 +34770,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34793,7 +34793,7 @@ 417.573, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34816,7 +34816,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34839,7 +34839,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34862,7 +34862,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34885,7 +34885,7 @@ 417.573, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34908,7 +34908,7 @@ 417.573, "fi", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34931,7 +34931,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34954,7 +34954,7 @@ 417.573, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -34977,7 +34977,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35000,7 +35000,7 @@ 417.573, "c", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35023,7 +35023,7 @@ 417.573, "u", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35046,7 +35046,7 @@ 417.573, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35069,7 +35069,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35092,7 +35092,7 @@ 417.573, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35115,7 +35115,7 @@ 417.573, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35138,7 +35138,7 @@ 417.573, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35161,7 +35161,7 @@ 417.573, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35184,7 +35184,7 @@ 417.573, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35207,7 +35207,7 @@ 417.573, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35230,7 +35230,7 @@ 417.573, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35253,7 +35253,7 @@ 417.573, "-", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -35276,7 +35276,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35299,7 +35299,7 @@ 406.614, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35322,7 +35322,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35345,7 +35345,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35368,7 +35368,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35391,7 +35391,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35414,7 +35414,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35437,7 +35437,7 @@ 406.614, "(", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35460,7 +35460,7 @@ 406.614, "P", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35483,7 +35483,7 @@ 406.614, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35506,7 +35506,7 @@ 406.614, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35529,7 +35529,7 @@ 406.614, "M", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35552,7 +35552,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35575,7 +35575,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35598,7 +35598,7 @@ 406.614, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35621,7 +35621,7 @@ 406.614, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35644,7 +35644,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35667,7 +35667,7 @@ 406.614, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35690,7 +35690,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35713,7 +35713,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35736,7 +35736,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35759,7 +35759,7 @@ 406.614, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35782,7 +35782,7 @@ 406.614, ")", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35805,7 +35805,7 @@ 406.614, ",", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35828,7 +35828,7 @@ 406.614, "w", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35851,7 +35851,7 @@ 406.614, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35874,7 +35874,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35897,7 +35897,7 @@ 406.614, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35920,7 +35920,7 @@ 406.614, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35943,7 +35943,7 @@ 406.614, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35966,7 +35966,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -35989,7 +35989,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36012,7 +36012,7 @@ 406.614, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36035,7 +36035,7 @@ 406.614, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36058,7 +36058,7 @@ 406.614, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36081,7 +36081,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36104,7 +36104,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36127,7 +36127,7 @@ 406.614, "M", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36150,7 +36150,7 @@ 406.614, "L", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36173,7 +36173,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36196,7 +36196,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36219,7 +36219,7 @@ 406.614, "L", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36242,7 +36242,7 @@ 406.619, "A", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -36265,7 +36265,7 @@ 406.614, "T", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36288,7 +36288,7 @@ 404.69, "E", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -36311,7 +36311,7 @@ 406.614, "X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36334,7 +36334,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36357,7 +36357,7 @@ 406.614, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36380,7 +36380,7 @@ 406.614, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36403,7 +36403,7 @@ 406.614, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36426,7 +36426,7 @@ 406.614, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36449,7 +36449,7 @@ 406.614, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36472,7 +36472,7 @@ 406.614, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36495,7 +36495,7 @@ 406.614, ".", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -36518,7 +36518,7 @@ 395.655, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36541,7 +36541,7 @@ 395.655, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36564,7 +36564,7 @@ 395.655, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36587,7 +36587,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36610,7 +36610,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36633,7 +36633,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36656,7 +36656,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36679,7 +36679,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36702,7 +36702,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36725,7 +36725,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36748,7 +36748,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36771,7 +36771,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36794,7 +36794,7 @@ 395.655, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36817,7 +36817,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36840,7 +36840,7 @@ 395.655, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36863,7 +36863,7 @@ 395.655, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36886,7 +36886,7 @@ 395.655, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36909,7 +36909,7 @@ 395.655, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36932,7 +36932,7 @@ 395.655, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36955,7 +36955,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -36978,7 +36978,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37001,7 +37001,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37024,7 +37024,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37047,7 +37047,7 @@ 395.655, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37070,7 +37070,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37093,7 +37093,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37116,7 +37116,7 @@ 395.655, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37139,7 +37139,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37162,7 +37162,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37185,7 +37185,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37208,7 +37208,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37231,7 +37231,7 @@ 395.655, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37254,7 +37254,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37277,7 +37277,7 @@ 395.655, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37300,7 +37300,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37323,7 +37323,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37346,7 +37346,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37369,7 +37369,7 @@ 395.655, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37392,7 +37392,7 @@ 395.655, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37415,7 +37415,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37438,7 +37438,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37461,7 +37461,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37484,7 +37484,7 @@ 395.655, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37507,7 +37507,7 @@ 395.655, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37530,7 +37530,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37553,7 +37553,7 @@ 395.655, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37576,7 +37576,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37599,7 +37599,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37622,7 +37622,7 @@ 395.655, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37645,7 +37645,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37668,7 +37668,7 @@ 395.655, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37691,7 +37691,7 @@ 395.655, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37714,7 +37714,7 @@ 395.655, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37737,7 +37737,7 @@ 395.655, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37760,7 +37760,7 @@ 395.655, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37783,7 +37783,7 @@ 395.655, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -37806,7 +37806,7 @@ 384.696, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37829,7 +37829,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37852,7 +37852,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37875,7 +37875,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37898,7 +37898,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37921,7 +37921,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37944,7 +37944,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37967,7 +37967,7 @@ 384.696, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -37990,7 +37990,7 @@ 384.696, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38013,7 +38013,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38036,7 +38036,7 @@ 384.696, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38059,7 +38059,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38082,7 +38082,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38105,7 +38105,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38128,7 +38128,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38151,7 +38151,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38174,7 +38174,7 @@ 384.696, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38197,7 +38197,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38220,7 +38220,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38243,7 +38243,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38266,7 +38266,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38289,7 +38289,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38312,7 +38312,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38335,7 +38335,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38358,7 +38358,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38381,7 +38381,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38404,7 +38404,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38427,7 +38427,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38450,7 +38450,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38473,7 +38473,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38496,7 +38496,7 @@ 384.696, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38519,7 +38519,7 @@ 384.696, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38542,7 +38542,7 @@ 384.696, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38565,7 +38565,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38588,7 +38588,7 @@ 384.696, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38611,7 +38611,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38634,7 +38634,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38657,7 +38657,7 @@ 384.696, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38680,7 +38680,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38703,7 +38703,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38726,7 +38726,7 @@ 384.696, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38749,7 +38749,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38772,7 +38772,7 @@ 384.696, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38795,7 +38795,7 @@ 384.696, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38818,7 +38818,7 @@ 384.696, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38841,7 +38841,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38864,7 +38864,7 @@ 384.696, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38887,7 +38887,7 @@ 384.696, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38910,7 +38910,7 @@ 384.696, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38933,7 +38933,7 @@ 384.696, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38956,7 +38956,7 @@ 384.696, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -38979,7 +38979,7 @@ 384.696, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39002,7 +39002,7 @@ 384.696, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39025,7 +39025,7 @@ 384.696, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39048,7 +39048,7 @@ 384.696, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39071,7 +39071,7 @@ 384.696, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39094,7 +39094,7 @@ 384.696, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -39117,7 +39117,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39140,7 +39140,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39163,7 +39163,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39186,7 +39186,7 @@ 373.737, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39209,7 +39209,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39232,7 +39232,7 @@ 373.737, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39255,7 +39255,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39278,7 +39278,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39301,7 +39301,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39324,7 +39324,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39347,7 +39347,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39370,7 +39370,7 @@ 373.737, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39393,7 +39393,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39416,7 +39416,7 @@ 373.737, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39439,7 +39439,7 @@ 373.737, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39462,7 +39462,7 @@ 373.737, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39485,7 +39485,7 @@ 373.737, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39508,7 +39508,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39531,7 +39531,7 @@ 373.737, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39554,7 +39554,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39577,7 +39577,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39600,7 +39600,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39623,7 +39623,7 @@ 373.737, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39646,7 +39646,7 @@ 373.737, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39669,7 +39669,7 @@ 373.737, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39692,7 +39692,7 @@ 373.737, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39715,7 +39715,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39738,7 +39738,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39761,7 +39761,7 @@ 373.737, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39784,7 +39784,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39807,7 +39807,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39830,7 +39830,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39853,7 +39853,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39876,7 +39876,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39899,7 +39899,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39922,7 +39922,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39945,7 +39945,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39968,7 +39968,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -39991,7 +39991,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40014,7 +40014,7 @@ 373.737, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40037,7 +40037,7 @@ 373.737, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40060,7 +40060,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40083,7 +40083,7 @@ 373.737, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40106,7 +40106,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40129,7 +40129,7 @@ 373.737, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40152,7 +40152,7 @@ 373.737, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40175,7 +40175,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40198,7 +40198,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40221,7 +40221,7 @@ 373.737, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40244,7 +40244,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40267,7 +40267,7 @@ 373.737, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40290,7 +40290,7 @@ 373.737, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40313,7 +40313,7 @@ 373.737, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40336,7 +40336,7 @@ 373.737, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40359,7 +40359,7 @@ 373.737, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40382,7 +40382,7 @@ 373.737, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -40405,7 +40405,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40428,7 +40428,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40451,7 +40451,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40474,7 +40474,7 @@ 362.778, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40497,7 +40497,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40520,7 +40520,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40543,7 +40543,7 @@ 362.778, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40566,7 +40566,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40589,7 +40589,7 @@ 362.778, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40612,7 +40612,7 @@ 362.778, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40635,7 +40635,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40658,7 +40658,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40681,7 +40681,7 @@ 362.778, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40704,7 +40704,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40727,7 +40727,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40750,7 +40750,7 @@ 362.778, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40773,7 +40773,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40796,7 +40796,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40819,7 +40819,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40842,7 +40842,7 @@ 362.778, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40865,7 +40865,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40888,7 +40888,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40911,7 +40911,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40934,7 +40934,7 @@ 362.778, "g", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40957,7 +40957,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -40980,7 +40980,7 @@ 362.778, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41003,7 +41003,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41026,7 +41026,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41049,7 +41049,7 @@ 362.778, "x", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41072,7 +41072,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41095,7 +41095,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41118,7 +41118,7 @@ 362.778, "g", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41141,7 +41141,7 @@ 362.778, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41164,7 +41164,7 @@ 362.778, "v", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41187,7 +41187,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41210,7 +41210,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41233,7 +41233,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41256,7 +41256,7 @@ 362.778, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41279,7 +41279,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41302,7 +41302,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41325,7 +41325,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41348,7 +41348,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41371,7 +41371,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41394,7 +41394,7 @@ 362.778, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41417,7 +41417,7 @@ 362.778, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41440,7 +41440,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41463,7 +41463,7 @@ 362.778, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41486,7 +41486,7 @@ 362.778, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41509,7 +41509,7 @@ 362.778, ",", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41532,7 +41532,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41555,7 +41555,7 @@ 362.778, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41578,7 +41578,7 @@ 362.778, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41601,7 +41601,7 @@ 362.778, ".", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41624,7 +41624,7 @@ 362.778, "h", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41647,7 +41647,7 @@ 362.778, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41670,7 +41670,7 @@ 362.778, "v", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41693,7 +41693,7 @@ 362.778, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -41716,7 +41716,7 @@ 351.819, "v", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41739,7 +41739,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41762,7 +41762,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41785,7 +41785,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41808,7 +41808,7 @@ 351.819, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41831,7 +41831,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41854,7 +41854,7 @@ 351.819, "ff", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41877,7 +41877,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41900,7 +41900,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41923,7 +41923,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41946,7 +41946,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41969,7 +41969,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -41992,7 +41992,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42015,7 +42015,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42038,7 +42038,7 @@ 351.819, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42061,7 +42061,7 @@ 351.819, "p", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42084,7 +42084,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42107,7 +42107,7 @@ 351.819, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42130,7 +42130,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42153,7 +42153,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42176,7 +42176,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42199,7 +42199,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42222,7 +42222,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42245,7 +42245,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42268,7 +42268,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42291,7 +42291,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42314,7 +42314,7 @@ 351.819, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42337,7 +42337,7 @@ 351.819, "q", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42360,7 +42360,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42383,7 +42383,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42406,7 +42406,7 @@ 351.819, "l", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42429,7 +42429,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42452,7 +42452,7 @@ 351.819, "y", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42475,7 +42475,7 @@ 351.819, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42498,7 +42498,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42521,7 +42521,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42544,7 +42544,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42567,7 +42567,7 @@ 351.819, ".", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42590,7 +42590,7 @@ 351.819, "A", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42613,7 +42613,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42636,7 +42636,7 @@ 351.819, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42659,7 +42659,7 @@ 351.819, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42682,7 +42682,7 @@ 351.819, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42705,7 +42705,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42728,7 +42728,7 @@ 351.819, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42751,7 +42751,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42774,7 +42774,7 @@ 351.819, "q", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42797,7 +42797,7 @@ 351.819, "u", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42820,7 +42820,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42843,7 +42843,7 @@ 351.819, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42866,7 +42866,7 @@ 351.819, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42889,7 +42889,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42912,7 +42912,7 @@ 351.819, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42935,7 +42935,7 @@ 351.819, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42958,7 +42958,7 @@ 351.819, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -42981,7 +42981,7 @@ 351.819, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -43004,7 +43004,7 @@ 340.86, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43027,7 +43027,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43050,7 +43050,7 @@ 340.86, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43073,7 +43073,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43096,7 +43096,7 @@ 340.86, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43119,7 +43119,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43142,7 +43142,7 @@ 340.86, "p", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43165,7 +43165,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43188,7 +43188,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43211,7 +43211,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43234,7 +43234,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43257,7 +43257,7 @@ 340.86, "c", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43280,7 +43280,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43303,7 +43303,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43326,7 +43326,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43349,7 +43349,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43372,7 +43372,7 @@ 340.86, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43395,7 +43395,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43418,7 +43418,7 @@ 340.86, "b", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43441,7 +43441,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43464,7 +43464,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43487,7 +43487,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43510,7 +43510,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43533,7 +43533,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43556,7 +43556,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43579,7 +43579,7 @@ 340.86, "f", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43602,7 +43602,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43625,7 +43625,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43648,7 +43648,7 @@ 340.86, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43671,7 +43671,7 @@ 340.86, "m", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43694,7 +43694,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43717,7 +43717,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43740,7 +43740,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43763,7 +43763,7 @@ 340.86, "l", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43786,7 +43786,7 @@ 340.86, "s", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43809,7 +43809,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43832,7 +43832,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43855,7 +43855,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43878,7 +43878,7 @@ 340.86, "i", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43901,7 +43901,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43924,7 +43924,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43947,7 +43947,7 @@ 340.86, "d", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43970,7 +43970,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -43993,7 +43993,7 @@ 340.86, "n", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44016,7 +44016,7 @@ 340.86, "P", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44039,7 +44039,7 @@ 340.86, "u", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44062,7 +44062,7 @@ 340.86, "b", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44085,7 +44085,7 @@ 340.86, "L", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44108,7 +44108,7 @@ 340.86, "a", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44131,7 +44131,7 @@ 340.86, "y", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44154,7 +44154,7 @@ 340.86, "N", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44177,7 +44177,7 @@ 340.86, "e", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44200,7 +44200,7 @@ 340.86, "t", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44223,7 +44223,7 @@ 340.86, "o", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44246,7 +44246,7 @@ 340.86, "r", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -44269,7 +44269,7 @@ 329.901, "D", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44292,7 +44292,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44315,7 +44315,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44338,7 +44338,7 @@ 329.901, "B", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44361,7 +44361,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44384,7 +44384,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44407,7 +44407,7 @@ 329.901, "k", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44430,7 +44430,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44453,7 +44453,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44476,7 +44476,7 @@ 329.901, "v", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44499,7 +44499,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44522,7 +44522,7 @@ 329.901, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44545,7 +44545,7 @@ 329.901, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44568,7 +44568,7 @@ 329.901, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44591,7 +44591,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44614,7 +44614,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44637,7 +44637,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44660,7 +44660,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44683,7 +44683,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44706,7 +44706,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44729,7 +44729,7 @@ 329.901, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44752,7 +44752,7 @@ 329.901, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44775,7 +44775,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44798,7 +44798,7 @@ 329.901, "w", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44821,7 +44821,7 @@ 329.901, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44844,7 +44844,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44867,7 +44867,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44890,7 +44890,7 @@ 329.901, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44913,7 +44913,7 @@ 329.901, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44936,7 +44936,7 @@ 329.901, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44959,7 +44959,7 @@ 329.901, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -44982,7 +44982,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45005,7 +45005,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45028,7 +45028,7 @@ 329.901, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45051,7 +45051,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45074,7 +45074,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45097,7 +45097,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45120,7 +45120,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45143,7 +45143,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45166,7 +45166,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45189,7 +45189,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45212,7 +45212,7 @@ 329.901, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45235,7 +45235,7 @@ 329.901, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45258,7 +45258,7 @@ 329.901, "fi", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45281,7 +45281,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45304,7 +45304,7 @@ 329.901, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45327,7 +45327,7 @@ 329.901, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45350,7 +45350,7 @@ 329.901, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45373,7 +45373,7 @@ 329.901, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45396,7 +45396,7 @@ 329.901, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45419,7 +45419,7 @@ 329.901, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45442,7 +45442,7 @@ 329.901, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45465,7 +45465,7 @@ 329.901, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45488,7 +45488,7 @@ 329.901, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45511,7 +45511,7 @@ 329.901, ".", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -45534,7 +45534,7 @@ 318.942, "H", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45557,7 +45557,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45580,7 +45580,7 @@ 318.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45603,7 +45603,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45626,7 +45626,7 @@ 318.942, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45649,7 +45649,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45672,7 +45672,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45695,7 +45695,7 @@ 318.942, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45718,7 +45718,7 @@ 318.942, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45741,7 +45741,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45764,7 +45764,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45787,7 +45787,7 @@ 318.942, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45810,7 +45810,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45833,7 +45833,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -45856,7 +45856,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46063,7 +46063,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46086,7 +46086,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46339,7 +46339,7 @@ 318.942, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46362,7 +46362,7 @@ 318.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46385,7 +46385,7 @@ 318.942, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46408,7 +46408,7 @@ 318.942, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46431,7 +46431,7 @@ 318.942, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46454,7 +46454,7 @@ 318.942, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46477,7 +46477,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46500,7 +46500,7 @@ 318.942, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46523,7 +46523,7 @@ 318.942, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46546,7 +46546,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46569,7 +46569,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46592,7 +46592,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46615,7 +46615,7 @@ 318.942, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46638,7 +46638,7 @@ 318.942, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46661,7 +46661,7 @@ 318.942, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46684,7 +46684,7 @@ 318.942, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46707,7 +46707,7 @@ 318.942, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46730,7 +46730,7 @@ 318.942, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46753,7 +46753,7 @@ 318.942, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46776,7 +46776,7 @@ 318.942, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46799,7 +46799,7 @@ 307.984, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46822,7 +46822,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46845,7 +46845,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46868,7 +46868,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46891,7 +46891,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46914,7 +46914,7 @@ 307.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46937,7 +46937,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46960,7 +46960,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -46983,7 +46983,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47006,7 +47006,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47029,7 +47029,7 @@ 307.984, "q", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47052,7 +47052,7 @@ 307.984, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47075,7 +47075,7 @@ 307.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47098,7 +47098,7 @@ 307.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47121,7 +47121,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47144,7 +47144,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47167,7 +47167,7 @@ 307.984, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47190,7 +47190,7 @@ 307.984, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47213,7 +47213,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47236,7 +47236,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47259,7 +47259,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47282,7 +47282,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47305,7 +47305,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47328,7 +47328,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47351,7 +47351,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47374,7 +47374,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47397,7 +47397,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47420,7 +47420,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47443,7 +47443,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47466,7 +47466,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47489,7 +47489,7 @@ 307.984, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47512,7 +47512,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47535,7 +47535,7 @@ 307.984, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47558,7 +47558,7 @@ 307.984, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47581,7 +47581,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47604,7 +47604,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47627,7 +47627,7 @@ 307.984, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47650,7 +47650,7 @@ 307.984, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47673,7 +47673,7 @@ 307.984, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47696,7 +47696,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47719,7 +47719,7 @@ 307.984, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47742,7 +47742,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47765,7 +47765,7 @@ 307.984, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47788,7 +47788,7 @@ 307.984, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47811,7 +47811,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47834,7 +47834,7 @@ 307.984, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47857,7 +47857,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47880,7 +47880,7 @@ 307.984, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47903,7 +47903,7 @@ 307.984, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47926,7 +47926,7 @@ 307.984, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47949,7 +47949,7 @@ 307.984, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47972,7 +47972,7 @@ 307.984, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -47995,7 +47995,7 @@ 307.984, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -48018,7 +48018,7 @@ 297.025, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48041,7 +48041,7 @@ 297.025, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48064,7 +48064,7 @@ 297.025, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48087,7 +48087,7 @@ 297.025, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48110,7 +48110,7 @@ 297.025, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48133,7 +48133,7 @@ 297.025, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48156,7 +48156,7 @@ 297.025, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48179,7 +48179,7 @@ 297.025, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48202,7 +48202,7 @@ 297.025, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -48225,7 +48225,7 @@ 286.066, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48248,7 +48248,7 @@ 286.066, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48271,7 +48271,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48294,7 +48294,7 @@ 286.066, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48317,7 +48317,7 @@ 286.066, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48340,7 +48340,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48363,7 +48363,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48386,7 +48386,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48409,7 +48409,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48432,7 +48432,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48455,7 +48455,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48478,7 +48478,7 @@ 286.066, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48501,7 +48501,7 @@ 286.066, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48524,7 +48524,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48547,7 +48547,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48570,7 +48570,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48593,7 +48593,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48616,7 +48616,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48639,7 +48639,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48662,7 +48662,7 @@ 286.066, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48685,7 +48685,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48708,7 +48708,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48731,7 +48731,7 @@ 286.066, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48754,7 +48754,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48777,7 +48777,7 @@ 286.066, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48800,7 +48800,7 @@ 286.066, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48823,7 +48823,7 @@ 286.066, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48846,7 +48846,7 @@ 286.066, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48869,7 +48869,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48892,7 +48892,7 @@ 286.066, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48915,7 +48915,7 @@ 286.066, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48938,7 +48938,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48961,7 +48961,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -48984,7 +48984,7 @@ 286.066, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49007,7 +49007,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49030,7 +49030,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49053,7 +49053,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49076,7 +49076,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49099,7 +49099,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49122,7 +49122,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49145,7 +49145,7 @@ 286.066, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49168,7 +49168,7 @@ 286.066, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49191,7 +49191,7 @@ 286.066, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49214,7 +49214,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49237,7 +49237,7 @@ 286.066, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49260,7 +49260,7 @@ 286.066, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49283,7 +49283,7 @@ 286.066, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49306,7 +49306,7 @@ 286.066, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49329,7 +49329,7 @@ 286.066, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49352,7 +49352,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49375,7 +49375,7 @@ 286.066, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49398,7 +49398,7 @@ 286.066, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49421,7 +49421,7 @@ 286.066, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49444,7 +49444,7 @@ 286.066, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49467,7 +49467,7 @@ 286.066, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49490,7 +49490,7 @@ 286.066, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -49513,7 +49513,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49536,7 +49536,7 @@ 275.107, "y", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49559,7 +49559,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49582,7 +49582,7 @@ 275.107, "p", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49605,7 +49605,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49628,7 +49628,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49651,7 +49651,7 @@ 275.107, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49674,7 +49674,7 @@ 275.107, "l", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49697,7 +49697,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49720,7 +49720,7 @@ 275.107, "y", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49743,7 +49743,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49766,7 +49766,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49789,7 +49789,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49812,7 +49812,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49835,7 +49835,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49858,7 +49858,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49881,7 +49881,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49904,7 +49904,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49927,7 +49927,7 @@ 275.107, "a", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49950,7 +49950,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49973,7 +49973,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -49996,7 +49996,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50019,7 +50019,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50042,7 +50042,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50065,7 +50065,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50088,7 +50088,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50111,7 +50111,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50134,7 +50134,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50157,7 +50157,7 @@ 275.107, "d", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50180,7 +50180,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50203,7 +50203,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50226,7 +50226,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50249,7 +50249,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50272,7 +50272,7 @@ 275.107, "t", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50295,7 +50295,7 @@ 275.107, "h", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50318,7 +50318,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50341,7 +50341,7 @@ 275.107, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50364,7 +50364,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50387,7 +50387,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50410,7 +50410,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50433,7 +50433,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50456,7 +50456,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50479,7 +50479,7 @@ 275.107, "u", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50502,7 +50502,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50525,7 +50525,7 @@ 275.107, "d", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50548,7 +50548,7 @@ 275.107, "i", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50571,7 +50571,7 @@ 275.107, "n", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50594,7 +50594,7 @@ 275.107, "g", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50617,7 +50617,7 @@ 275.107, "-", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50640,7 +50640,7 @@ 275.107, "b", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50663,7 +50663,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50686,7 +50686,7 @@ 275.107, "x", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50709,7 +50709,7 @@ 275.107, "e", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50732,7 +50732,7 @@ 275.107, "s", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50755,7 +50755,7 @@ 275.107, "f", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50778,7 +50778,7 @@ 275.107, "o", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50801,7 +50801,7 @@ 275.107, "r", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -50824,7 +50824,7 @@ 264.148, "1", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50847,7 +50847,7 @@ 264.148, "1", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50870,7 +50870,7 @@ 264.148, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50893,7 +50893,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50916,7 +50916,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50939,7 +50939,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50962,7 +50962,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -50985,7 +50985,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51008,7 +51008,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51031,7 +51031,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51054,7 +51054,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51077,7 +51077,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51100,7 +51100,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51123,7 +51123,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51146,7 +51146,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51169,7 +51169,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51192,7 +51192,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51215,7 +51215,7 @@ 264.148, "b", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51238,7 +51238,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51261,7 +51261,7 @@ 264.148, "l", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51284,7 +51284,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51307,7 +51307,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51330,7 +51330,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51353,7 +51353,7 @@ 264.148, "8", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51376,7 +51376,7 @@ 264.148, "0", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51399,7 +51399,7 @@ 264.148, "8", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51422,7 +51422,7 @@ 264.148, "6", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51445,7 +51445,7 @@ 264.148, "3", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51468,7 +51468,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51491,7 +51491,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51514,7 +51514,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51537,7 +51537,7 @@ 264.148, "q", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51560,7 +51560,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51583,7 +51583,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51606,7 +51606,7 @@ 264.148, "d", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51629,7 +51629,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51652,7 +51652,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51675,7 +51675,7 @@ 264.148, "u", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51698,7 +51698,7 @@ 264.148, "m", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51721,7 +51721,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51744,7 +51744,7 @@ 264.148, "n", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51767,7 +51767,7 @@ 264.148, "t", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51790,7 +51790,7 @@ 264.148, "p", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51813,7 +51813,7 @@ 264.148, "a", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51836,7 +51836,7 @@ 264.148, "g", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51859,7 +51859,7 @@ 264.148, "e", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51882,7 +51882,7 @@ 264.148, "s", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51905,7 +51905,7 @@ 264.148, ",", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51928,7 +51928,7 @@ 264.148, "o", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51951,7 +51951,7 @@ 264.148, "f", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51974,7 +51974,7 @@ 264.148, "w", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -51997,7 +51997,7 @@ 264.148, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -52020,7 +52020,7 @@ 264.148, "i", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -52043,7 +52043,7 @@ 264.148, "c", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -52066,7 +52066,7 @@ 264.148, "h", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -52089,7 +52089,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52112,7 +52112,7 @@ 253.189, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52135,7 +52135,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52158,7 +52158,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52181,7 +52181,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52204,7 +52204,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52227,7 +52227,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52250,7 +52250,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52273,7 +52273,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52296,7 +52296,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52319,7 +52319,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52342,7 +52342,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52365,7 +52365,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52388,7 +52388,7 @@ 253.189, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52411,7 +52411,7 @@ 253.189, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52434,7 +52434,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52457,7 +52457,7 @@ 253.189, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52480,7 +52480,7 @@ 253.189, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52503,7 +52503,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52526,7 +52526,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52549,7 +52549,7 @@ 253.189, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52572,7 +52572,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52595,7 +52595,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52618,7 +52618,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52641,7 +52641,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52664,7 +52664,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52687,7 +52687,7 @@ 253.189, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52710,7 +52710,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52733,7 +52733,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52756,7 +52756,7 @@ 253.189, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52779,7 +52779,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52802,7 +52802,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52825,7 +52825,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52848,7 +52848,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52871,7 +52871,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52894,7 +52894,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52917,7 +52917,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52940,7 +52940,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52963,7 +52963,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -52986,7 +52986,7 @@ 253.189, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53009,7 +53009,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53032,7 +53032,7 @@ 253.189, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53055,7 +53055,7 @@ 253.189, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53078,7 +53078,7 @@ 253.189, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53101,7 +53101,7 @@ 253.189, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53124,7 +53124,7 @@ 253.189, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53147,7 +53147,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53170,7 +53170,7 @@ 253.189, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53193,7 +53193,7 @@ 253.189, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53216,7 +53216,7 @@ 253.189, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53239,7 +53239,7 @@ 253.189, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53262,7 +53262,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53285,7 +53285,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53308,7 +53308,7 @@ 253.189, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53331,7 +53331,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53354,7 +53354,7 @@ 253.189, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53377,7 +53377,7 @@ 253.189, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53400,7 +53400,7 @@ 253.189, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53423,7 +53423,7 @@ 253.189, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53446,7 +53446,7 @@ 253.189, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -53469,7 +53469,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53492,7 +53492,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53515,7 +53515,7 @@ 242.23, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53538,7 +53538,7 @@ 242.23, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53561,7 +53561,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53584,7 +53584,7 @@ 242.23, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53607,7 +53607,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53630,7 +53630,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53653,7 +53653,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53676,7 +53676,7 @@ 242.23, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53699,7 +53699,7 @@ 242.23, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53722,7 +53722,7 @@ 242.23, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53745,7 +53745,7 @@ 242.23, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53768,7 +53768,7 @@ 242.23, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53791,7 +53791,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53814,7 +53814,7 @@ 242.23, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53837,7 +53837,7 @@ 242.23, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53860,7 +53860,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53883,7 +53883,7 @@ 242.23, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53906,7 +53906,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53929,7 +53929,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53952,7 +53952,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53975,7 +53975,7 @@ 242.23, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -53998,7 +53998,7 @@ 242.23, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54021,7 +54021,7 @@ 242.23, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54044,7 +54044,7 @@ 242.23, "B", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54067,7 +54067,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54090,7 +54090,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54113,7 +54113,7 @@ 242.23, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54136,7 +54136,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54159,7 +54159,7 @@ 242.23, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54182,7 +54182,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54205,7 +54205,7 @@ 242.23, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54228,7 +54228,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54251,7 +54251,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54274,7 +54274,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54297,7 +54297,7 @@ 242.23, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54320,7 +54320,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54343,7 +54343,7 @@ 242.23, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54366,7 +54366,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54389,7 +54389,7 @@ 242.23, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54412,7 +54412,7 @@ 242.23, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54435,7 +54435,7 @@ 242.23, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54458,7 +54458,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54481,7 +54481,7 @@ 242.23, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54504,7 +54504,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54527,7 +54527,7 @@ 242.23, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54550,7 +54550,7 @@ 242.23, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54573,7 +54573,7 @@ 242.23, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54596,7 +54596,7 @@ 242.23, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -54619,7 +54619,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54642,7 +54642,7 @@ 231.271, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54665,7 +54665,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54688,7 +54688,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54711,7 +54711,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54734,7 +54734,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54757,7 +54757,7 @@ 231.271, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54780,7 +54780,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54803,7 +54803,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54826,7 +54826,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54849,7 +54849,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54872,7 +54872,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54895,7 +54895,7 @@ 231.271, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54918,7 +54918,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54941,7 +54941,7 @@ 231.271, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54964,7 +54964,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -54987,7 +54987,7 @@ 231.271, "b", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55010,7 +55010,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55033,7 +55033,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55056,7 +55056,7 @@ 231.271, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55079,7 +55079,7 @@ 233.42, "1", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -55102,7 +55102,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55125,7 +55125,7 @@ 231.271, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55148,7 +55148,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55171,7 +55171,7 @@ 231.271, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55194,7 +55194,7 @@ 231.271, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55217,7 +55217,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55240,7 +55240,7 @@ 231.271, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55263,7 +55263,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55286,7 +55286,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55309,7 +55309,7 @@ 231.271, "s", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55332,7 +55332,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55355,7 +55355,7 @@ 231.271, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55378,7 +55378,7 @@ 231.271, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55401,7 +55401,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55424,7 +55424,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55447,7 +55447,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55470,7 +55470,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55493,7 +55493,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55516,7 +55516,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55539,7 +55539,7 @@ 231.271, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55562,7 +55562,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55585,7 +55585,7 @@ 231.271, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55608,7 +55608,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55631,7 +55631,7 @@ 231.271, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55654,7 +55654,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55677,7 +55677,7 @@ 231.271, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55700,7 +55700,7 @@ 231.271, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55723,7 +55723,7 @@ 231.271, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55746,7 +55746,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55769,7 +55769,7 @@ 231.271, "-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55792,7 +55792,7 @@ 231.271, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55815,7 +55815,7 @@ 231.271, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55838,7 +55838,7 @@ 231.271, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55861,7 +55861,7 @@ 231.271, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55884,7 +55884,7 @@ 231.271, "u", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55907,7 +55907,7 @@ 231.271, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -55930,7 +55930,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -55953,7 +55953,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -55976,7 +55976,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -55999,7 +55999,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56022,7 +56022,7 @@ 220.312, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56045,7 +56045,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56068,7 +56068,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56091,7 +56091,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56114,7 +56114,7 @@ 220.312, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56137,7 +56137,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56160,7 +56160,7 @@ 220.312, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56183,7 +56183,7 @@ 220.312, "m", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56206,7 +56206,7 @@ 220.312, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56229,7 +56229,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56252,7 +56252,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56275,7 +56275,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56298,7 +56298,7 @@ 220.312, "y", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56321,7 +56321,7 @@ 220.312, ".", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56344,7 +56344,7 @@ 220.312, "I", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56367,7 +56367,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56390,7 +56390,7 @@ 220.312, "d", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56413,7 +56413,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56436,7 +56436,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56459,7 +56459,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56482,7 +56482,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56505,7 +56505,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56528,7 +56528,7 @@ 220.312, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56551,7 +56551,7 @@ 220.312, "u", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56574,7 +56574,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56597,7 +56597,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56620,7 +56620,7 @@ 220.312, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56643,7 +56643,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56666,7 +56666,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56689,7 +56689,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56712,7 +56712,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56735,7 +56735,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56758,7 +56758,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56781,7 +56781,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56804,7 +56804,7 @@ 220.312, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56827,7 +56827,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56850,7 +56850,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56873,7 +56873,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56896,7 +56896,7 @@ 220.312, "h", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56919,7 +56919,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56942,7 +56942,7 @@ 220.312, "f", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56965,7 +56965,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -56988,7 +56988,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57011,7 +57011,7 @@ 220.312, "l", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57034,7 +57034,7 @@ 220.312, "o", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57057,7 +57057,7 @@ 220.312, "w", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57080,7 +57080,7 @@ 220.312, "i", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57103,7 +57103,7 @@ 220.312, "n", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57126,7 +57126,7 @@ 220.312, "g", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57149,7 +57149,7 @@ 220.312, "a", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57172,7 +57172,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57195,7 +57195,7 @@ 220.312, "p", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57218,7 +57218,7 @@ 220.312, "e", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57241,7 +57241,7 @@ 220.312, "c", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57264,7 +57264,7 @@ 220.312, "t", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57287,7 +57287,7 @@ 220.312, "s", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57310,7 +57310,7 @@ 220.312, ":", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -57333,7 +57333,7 @@ 206.988, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -57356,7 +57356,7 @@ 206.988, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -57379,7 +57379,7 @@ 206.988, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -57747,7 +57747,7 @@ 206.988, ":", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57770,7 +57770,7 @@ 206.988, "I", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57793,7 +57793,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57816,7 +57816,7 @@ 206.988, "c", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57839,7 +57839,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57862,7 +57862,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57885,7 +57885,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57908,7 +57908,7 @@ 206.988, "r", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57931,7 +57931,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57954,7 +57954,7 @@ 206.988, "s", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -57977,7 +57977,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58000,7 +58000,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58023,7 +58023,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58046,7 +58046,7 @@ 206.988, "P", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58069,7 +58069,7 @@ 206.988, "u", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58092,7 +58092,7 @@ 206.988, "b", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58115,7 +58115,7 @@ 206.988, "L", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58138,7 +58138,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58161,7 +58161,7 @@ 206.988, "y", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58184,7 +58184,7 @@ 206.988, "N", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58207,7 +58207,7 @@ 206.988, "e", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58230,7 +58230,7 @@ 206.988, "t", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58253,7 +58253,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58276,7 +58276,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58299,7 +58299,7 @@ 206.988, "d", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58322,7 +58322,7 @@ 206.988, "D", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58345,7 +58345,7 @@ 206.988, "o", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58368,7 +58368,7 @@ 206.988, "c", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58391,7 +58391,7 @@ 206.988, "B", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58414,7 +58414,7 @@ 206.988, "a", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58437,7 +58437,7 @@ 206.988, "n", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58460,7 +58460,7 @@ 206.988, "k", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58483,7 +58483,7 @@ 206.988, ",", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -58506,7 +58506,7 @@ 196.029, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58529,7 +58529,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58552,7 +58552,7 @@ 196.029, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58575,7 +58575,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58598,7 +58598,7 @@ 196.029, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58621,7 +58621,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58644,7 +58644,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58667,7 +58667,7 @@ 196.029, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58690,7 +58690,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58713,7 +58713,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58736,7 +58736,7 @@ 196.029, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58759,7 +58759,7 @@ 196.029, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58782,7 +58782,7 @@ 196.029, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58805,7 +58805,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58828,7 +58828,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58851,7 +58851,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58874,7 +58874,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58897,7 +58897,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58920,7 +58920,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58943,7 +58943,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58966,7 +58966,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -58989,7 +58989,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59012,7 +59012,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59035,7 +59035,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59058,7 +59058,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59081,7 +59081,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59104,7 +59104,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59127,7 +59127,7 @@ 196.029, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59150,7 +59150,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59173,7 +59173,7 @@ 196.029, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59196,7 +59196,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59219,7 +59219,7 @@ 196.029, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59242,7 +59242,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59265,7 +59265,7 @@ 196.029, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59288,7 +59288,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59311,7 +59311,7 @@ 196.029, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59334,7 +59334,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59357,7 +59357,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59380,7 +59380,7 @@ 196.029, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59403,7 +59403,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59426,7 +59426,7 @@ 196.029, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59449,7 +59449,7 @@ 196.029, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59472,7 +59472,7 @@ 196.029, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59495,7 +59495,7 @@ 196.029, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59518,7 +59518,7 @@ 196.029, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59541,7 +59541,7 @@ 196.029, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59564,7 +59564,7 @@ 196.029, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -59587,7 +59587,7 @@ 185.07, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59610,7 +59610,7 @@ 185.07, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59633,7 +59633,7 @@ 185.07, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59656,7 +59656,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59679,7 +59679,7 @@ 185.07, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59702,7 +59702,7 @@ 185.07, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59725,7 +59725,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59748,7 +59748,7 @@ 185.07, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59771,7 +59771,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59794,7 +59794,7 @@ 185.07, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59817,7 +59817,7 @@ 185.07, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59840,7 +59840,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59863,7 +59863,7 @@ 185.07, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59886,7 +59886,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59909,7 +59909,7 @@ 185.07, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59932,7 +59932,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59955,7 +59955,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -59978,7 +59978,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60001,7 +60001,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60024,7 +60024,7 @@ 185.07, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60047,7 +60047,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60070,7 +60070,7 @@ 185.07, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60093,7 +60093,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60116,7 +60116,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60139,7 +60139,7 @@ 185.07, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60162,7 +60162,7 @@ 185.07, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60185,7 +60185,7 @@ 185.07, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60208,7 +60208,7 @@ 185.07, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60231,7 +60231,7 @@ 185.07, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60254,7 +60254,7 @@ 174.111, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60277,7 +60277,7 @@ 174.111, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60300,7 +60300,7 @@ 174.111, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -60829,7 +60829,7 @@ 174.111, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60852,7 +60852,7 @@ 174.111, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60875,7 +60875,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60898,7 +60898,7 @@ 174.111, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60921,7 +60921,7 @@ 174.111, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60944,7 +60944,7 @@ 174.111, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60967,7 +60967,7 @@ 174.111, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -60990,7 +60990,7 @@ 174.111, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61013,7 +61013,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61036,7 +61036,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61059,7 +61059,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61082,7 +61082,7 @@ 174.111, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61105,7 +61105,7 @@ 174.111, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61128,7 +61128,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61151,7 +61151,7 @@ 174.111, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61174,7 +61174,7 @@ 174.111, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61197,7 +61197,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61220,7 +61220,7 @@ 174.111, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61243,7 +61243,7 @@ 174.111, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61266,7 +61266,7 @@ 174.111, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61289,7 +61289,7 @@ 174.111, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61312,7 +61312,7 @@ 174.111, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61335,7 +61335,7 @@ 174.111, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61358,7 +61358,7 @@ 174.111, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61381,7 +61381,7 @@ 174.111, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61404,7 +61404,7 @@ 174.111, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61427,7 +61427,7 @@ 174.111, "x", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -61450,7 +61450,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61473,7 +61473,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61496,7 +61496,7 @@ 163.153, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61519,7 +61519,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61542,7 +61542,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61565,7 +61565,7 @@ 163.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61588,7 +61588,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61611,7 +61611,7 @@ 163.153, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61634,7 +61634,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61657,7 +61657,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61680,7 +61680,7 @@ 163.153, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61703,7 +61703,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61726,7 +61726,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61749,7 +61749,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61772,7 +61772,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61795,7 +61795,7 @@ 163.153, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61818,7 +61818,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61841,7 +61841,7 @@ 163.153, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61864,7 +61864,7 @@ 163.153, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61887,7 +61887,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61910,7 +61910,7 @@ 163.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61933,7 +61933,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61956,7 +61956,7 @@ 163.153, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -61979,7 +61979,7 @@ 163.153, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62002,7 +62002,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62025,7 +62025,7 @@ 163.153, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62048,7 +62048,7 @@ 163.153, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62071,7 +62071,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62094,7 +62094,7 @@ 163.153, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62117,7 +62117,7 @@ 163.153, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62140,7 +62140,7 @@ 163.153, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62163,7 +62163,7 @@ 163.153, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62186,7 +62186,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62209,7 +62209,7 @@ 163.153, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62232,7 +62232,7 @@ 163.153, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62255,7 +62255,7 @@ 163.153, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62278,7 +62278,7 @@ 163.153, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62301,7 +62301,7 @@ 163.153, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62324,7 +62324,7 @@ 163.153, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62347,7 +62347,7 @@ 163.153, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62370,7 +62370,7 @@ 152.194, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62393,7 +62393,7 @@ 152.194, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62416,7 +62416,7 @@ 152.194, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -62807,7 +62807,7 @@ 152.194, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62830,7 +62830,7 @@ 152.194, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62853,7 +62853,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62876,7 +62876,7 @@ 152.194, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62899,7 +62899,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62922,7 +62922,7 @@ 152.194, "fi", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62945,7 +62945,7 @@ 152.194, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62968,7 +62968,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -62991,7 +62991,7 @@ 152.194, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63014,7 +63014,7 @@ 152.194, "1", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63037,7 +63037,7 @@ 152.194, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63060,7 +63060,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63083,7 +63083,7 @@ 152.194, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63106,7 +63106,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63129,7 +63129,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63152,7 +63152,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63175,7 +63175,7 @@ 152.194, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63198,7 +63198,7 @@ 152.194, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63221,7 +63221,7 @@ 152.194, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63244,7 +63244,7 @@ 152.194, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63267,7 +63267,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63290,7 +63290,7 @@ 152.194, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63313,7 +63313,7 @@ 152.194, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63336,7 +63336,7 @@ 152.194, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63359,7 +63359,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63382,7 +63382,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63405,7 +63405,7 @@ 152.194, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63428,7 +63428,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63451,7 +63451,7 @@ 152.194, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63474,7 +63474,7 @@ 152.194, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63497,7 +63497,7 @@ 152.194, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63520,7 +63520,7 @@ 152.194, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63543,7 +63543,7 @@ 152.194, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63566,7 +63566,7 @@ 152.194, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -63589,7 +63589,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63612,7 +63612,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63635,7 +63635,7 @@ 141.235, "y", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63658,7 +63658,7 @@ 141.235, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63681,7 +63681,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63704,7 +63704,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63727,7 +63727,7 @@ 141.235, "f", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63750,7 +63750,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63773,7 +63773,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63796,7 +63796,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63819,7 +63819,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63842,7 +63842,7 @@ 141.235, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63865,7 +63865,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63888,7 +63888,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63911,7 +63911,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63934,7 +63934,7 @@ 141.235, "n", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63957,7 +63957,7 @@ 141.235, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -63980,7 +63980,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64003,7 +64003,7 @@ 141.235, "g", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64026,7 +64026,7 @@ 141.235, "h", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64049,7 +64049,7 @@ 141.235, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64072,7 +64072,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64095,7 +64095,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64118,7 +64118,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64141,7 +64141,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64164,7 +64164,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64187,7 +64187,7 @@ 141.235, ".", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64210,7 +64210,7 @@ 141.235, "P", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64233,7 +64233,7 @@ 141.235, "u", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64256,7 +64256,7 @@ 141.235, "b", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64279,7 +64279,7 @@ 141.235, "L", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64302,7 +64302,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64325,7 +64325,7 @@ 141.235, "y", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64348,7 +64348,7 @@ 141.235, "N", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64371,7 +64371,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64394,7 +64394,7 @@ 141.235, "t", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64417,7 +64417,7 @@ 141.235, "p", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64440,7 +64440,7 @@ 141.235, "r", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64463,7 +64463,7 @@ 141.235, "o", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64486,7 +64486,7 @@ 141.235, "v", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64509,7 +64509,7 @@ 141.235, "i", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64532,7 +64532,7 @@ 141.235, "d", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64555,7 +64555,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64578,7 +64578,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64601,7 +64601,7 @@ 141.235, "5", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64624,7 +64624,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64647,7 +64647,7 @@ 141.235, "a", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64670,7 +64670,7 @@ 141.235, "b", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64693,7 +64693,7 @@ 141.235, "e", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64716,7 +64716,7 @@ 141.235, "l", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64739,7 +64739,7 @@ 141.235, "s", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64762,7 +64762,7 @@ 141.235, ";", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -64785,7 +64785,7 @@ 130.276, "D", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64808,7 +64808,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64831,7 +64831,7 @@ 130.276, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64854,7 +64854,7 @@ 130.276, "B", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64877,7 +64877,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64900,7 +64900,7 @@ 130.276, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64923,7 +64923,7 @@ 130.276, "k", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64946,7 +64946,7 @@ 130.276, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64969,7 +64969,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -64992,7 +64992,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65015,7 +65015,7 @@ 130.276, "v", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65038,7 +65038,7 @@ 130.276, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65061,7 +65061,7 @@ 130.276, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65084,7 +65084,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65107,7 +65107,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65130,7 +65130,7 @@ 130.276, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65153,7 +65153,7 @@ 130.276, "3", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65176,7 +65176,7 @@ 130.276, ",", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65199,7 +65199,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65222,7 +65222,7 @@ 130.276, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65245,7 +65245,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65268,7 +65268,7 @@ 130.276, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65291,7 +65291,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65314,7 +65314,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65337,7 +65337,7 @@ 130.276, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65360,7 +65360,7 @@ 130.276, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65383,7 +65383,7 @@ 130.276, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65406,7 +65406,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65429,7 +65429,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65452,7 +65452,7 @@ 130.276, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65475,7 +65475,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65498,7 +65498,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65521,7 +65521,7 @@ 130.276, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65544,7 +65544,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65567,7 +65567,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65590,7 +65590,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65613,7 +65613,7 @@ 130.276, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65636,7 +65636,7 @@ 130.276, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65659,7 +65659,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65682,7 +65682,7 @@ 130.276, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65705,7 +65705,7 @@ 130.276, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65728,7 +65728,7 @@ 130.276, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65751,7 +65751,7 @@ 130.276, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65774,7 +65774,7 @@ 130.276, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65797,7 +65797,7 @@ 130.276, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65820,7 +65820,7 @@ 119.317, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65843,7 +65843,7 @@ 119.317, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -65866,7 +65866,7 @@ 119.317, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -66349,7 +66349,7 @@ 119.317, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66372,7 +66372,7 @@ 119.317, "A", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66395,7 +66395,7 @@ 119.317, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66418,7 +66418,7 @@ 119.317, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66441,7 +66441,7 @@ 119.317, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66464,7 +66464,7 @@ 119.317, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66487,7 +66487,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66510,7 +66510,7 @@ 119.317, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66533,7 +66533,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66556,7 +66556,7 @@ 119.317, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66579,7 +66579,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66602,7 +66602,7 @@ 119.317, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66625,7 +66625,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66648,7 +66648,7 @@ 119.317, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66671,7 +66671,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66694,7 +66694,7 @@ 119.317, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66717,7 +66717,7 @@ 119.317, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66740,7 +66740,7 @@ 119.317, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66763,7 +66763,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66786,7 +66786,7 @@ 119.317, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66809,7 +66809,7 @@ 119.317, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66832,7 +66832,7 @@ 119.317, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66855,7 +66855,7 @@ 119.317, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66878,7 +66878,7 @@ 119.317, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66901,7 +66901,7 @@ 119.317, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66924,7 +66924,7 @@ 119.317, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66947,7 +66947,7 @@ 119.317, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66970,7 +66970,7 @@ 119.317, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -66993,7 +66993,7 @@ 108.358, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67016,7 +67016,7 @@ 108.358, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67039,7 +67039,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67062,7 +67062,7 @@ 108.358, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67085,7 +67085,7 @@ 108.358, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67108,7 +67108,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67131,7 +67131,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67154,7 +67154,7 @@ 108.358, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67177,7 +67177,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67200,7 +67200,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67223,7 +67223,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67246,7 +67246,7 @@ 108.358, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67269,7 +67269,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67292,7 +67292,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67315,7 +67315,7 @@ 108.358, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67338,7 +67338,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67361,7 +67361,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67384,7 +67384,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67407,7 +67407,7 @@ 108.358, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67430,7 +67430,7 @@ 108.358, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67453,7 +67453,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67476,7 +67476,7 @@ 108.358, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67499,7 +67499,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67522,7 +67522,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67545,7 +67545,7 @@ 108.358, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67568,7 +67568,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67591,7 +67591,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67614,7 +67614,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67637,7 +67637,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67660,7 +67660,7 @@ 108.358, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67683,7 +67683,7 @@ 108.358, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67706,7 +67706,7 @@ 108.358, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67729,7 +67729,7 @@ 108.358, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67752,7 +67752,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67775,7 +67775,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67798,7 +67798,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67821,7 +67821,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67844,7 +67844,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67867,7 +67867,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67890,7 +67890,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67913,7 +67913,7 @@ 108.358, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67936,7 +67936,7 @@ 108.358, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67959,7 +67959,7 @@ 108.358, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -67982,7 +67982,7 @@ 108.358, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -68005,7 +68005,7 @@ 108.358, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -68028,7 +68028,7 @@ 108.358, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -68051,7 +68051,7 @@ 91.103, "1", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -68074,7 +68074,7 @@ 89.439, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68097,7 +68097,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68120,7 +68120,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68143,7 +68143,7 @@ 89.439, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68166,7 +68166,7 @@ 89.439, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68189,7 +68189,7 @@ 89.439, ":", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68212,7 +68212,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68235,7 +68235,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68258,7 +68258,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68281,7 +68281,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68304,7 +68304,7 @@ 89.439, "v", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68327,7 +68327,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68350,7 +68350,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68373,7 +68373,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68396,7 +68396,7 @@ 89.439, "p", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68419,7 +68419,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68442,7 +68442,7 @@ 89.439, "r", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68465,7 +68465,7 @@ 89.439, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68488,7 +68488,7 @@ 89.439, "i", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68511,7 +68511,7 @@ 89.439, "b", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68534,7 +68534,7 @@ 89.439, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68557,7 +68557,7 @@ 89.439, ".", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68580,7 +68580,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68603,7 +68603,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68626,7 +68626,7 @@ 89.439, "m", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68649,7 +68649,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68672,7 +68672,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68695,7 +68695,7 @@ 89.439, "x", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68718,7 +68718,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68741,7 +68741,7 @@ 89.439, "h", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68764,7 +68764,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68787,7 +68787,7 @@ 89.439, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68810,7 +68810,7 @@ 89.439, "g", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68833,7 +68833,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68856,7 +68856,7 @@ 89.439, "s", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68879,7 +68879,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68902,7 +68902,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68925,7 +68925,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68948,7 +68948,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68971,7 +68971,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -68994,7 +68994,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69017,7 +69017,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69040,7 +69040,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69063,7 +69063,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69086,7 +69086,7 @@ 89.439, "/", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69109,7 +69109,7 @@ 89.439, "d", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69132,7 +69132,7 @@ 89.439, "o", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69155,7 +69155,7 @@ 89.439, "c", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69178,7 +69178,7 @@ 89.439, "l", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69201,7 +69201,7 @@ 89.439, "a", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69224,7 +69224,7 @@ 89.439, "y", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69247,7 +69247,7 @@ 89.439, "n", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69270,7 +69270,7 @@ 89.439, "e", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69293,7 +69293,7 @@ 89.439, "t", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -69316,7 +69316,7 @@ 704.206, "T", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69339,7 +69339,7 @@ 704.206, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69362,7 +69362,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69385,7 +69385,7 @@ 704.206, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69408,7 +69408,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69431,7 +69431,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69454,7 +69454,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69477,7 +69477,7 @@ 704.206, "b", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69500,7 +69500,7 @@ 704.206, "l", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69523,7 +69523,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69546,7 +69546,7 @@ 704.206, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69569,7 +69569,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69592,7 +69592,7 @@ 704.206, "x", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69615,7 +69615,7 @@ 704.206, "p", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69638,7 +69638,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69661,7 +69661,7 @@ 704.206, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69684,7 +69684,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69707,7 +69707,7 @@ 704.206, "m", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69730,7 +69730,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69753,7 +69753,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69776,7 +69776,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69799,7 +69799,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69822,7 +69822,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69845,7 +69845,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69868,7 +69868,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69891,7 +69891,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69914,7 +69914,7 @@ 704.206, "w", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69937,7 +69937,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69960,7 +69960,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -69983,7 +69983,7 @@ 704.206, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70006,7 +70006,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70029,7 +70029,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70052,7 +70052,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70075,7 +70075,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70098,7 +70098,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70121,7 +70121,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70144,7 +70144,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70167,7 +70167,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70190,7 +70190,7 @@ 704.206, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70213,7 +70213,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70236,7 +70236,7 @@ 704.206, "u", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70259,7 +70259,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70282,7 +70282,7 @@ 704.206, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70305,7 +70305,7 @@ 704.206, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70328,7 +70328,7 @@ 704.206, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70351,7 +70351,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70374,7 +70374,7 @@ 704.206, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70397,7 +70397,7 @@ 704.206, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70420,7 +70420,7 @@ 704.206, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70443,7 +70443,7 @@ 704.206, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70466,7 +70466,7 @@ 704.206, "y", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -70489,7 +70489,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70512,7 +70512,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70535,7 +70535,7 @@ 693.247, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70558,7 +70558,7 @@ 693.247, "q", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70581,7 +70581,7 @@ 693.247, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70604,7 +70604,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70627,7 +70627,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70650,7 +70650,7 @@ 693.247, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70673,7 +70673,7 @@ 693.247, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70696,7 +70696,7 @@ 693.247, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70719,7 +70719,7 @@ 693.247, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70742,7 +70742,7 @@ 693.247, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70765,7 +70765,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70788,7 +70788,7 @@ 693.247, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70811,7 +70811,7 @@ 693.247, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70834,7 +70834,7 @@ 693.247, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70857,7 +70857,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70880,7 +70880,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70903,7 +70903,7 @@ 693.247, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70926,7 +70926,7 @@ 693.247, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70949,7 +70949,7 @@ 693.247, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70972,7 +70972,7 @@ 693.247, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -70995,7 +70995,7 @@ 693.247, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71018,7 +71018,7 @@ 693.247, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71041,7 +71041,7 @@ 693.247, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71064,7 +71064,7 @@ 693.247, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71087,7 +71087,7 @@ 682.288, "(", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71110,7 +71110,7 @@ 682.288, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -71133,7 +71133,7 @@ 682.288, ")", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -72007,7 +72007,7 @@ 682.288, ":", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72030,7 +72030,7 @@ 682.288, "L", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72053,7 +72053,7 @@ 682.288, "i", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72076,7 +72076,7 @@ 682.288, "k", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72099,7 +72099,7 @@ 682.288, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72122,7 +72122,7 @@ 682.288, "D", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72145,7 +72145,7 @@ 682.288, "o", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72168,7 +72168,7 @@ 682.288, "c", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72191,7 +72191,7 @@ 682.288, "B", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72214,7 +72214,7 @@ 682.288, "a", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72237,7 +72237,7 @@ 682.288, "n", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72260,7 +72260,7 @@ 682.288, "k", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72283,7 +72283,7 @@ 682.288, ",", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72306,7 +72306,7 @@ 682.288, "w", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72329,7 +72329,7 @@ 682.288, "e", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -72352,7 +72352,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72375,7 +72375,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72398,7 +72398,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72421,7 +72421,7 @@ 671.329, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72444,7 +72444,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72467,7 +72467,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72490,7 +72490,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72513,7 +72513,7 @@ 671.329, "fi", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72536,7 +72536,7 @@ 671.329, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72559,7 +72559,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72582,7 +72582,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72605,7 +72605,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72628,7 +72628,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72651,7 +72651,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72674,7 +72674,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72697,7 +72697,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72720,7 +72720,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72743,7 +72743,7 @@ 671.329, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72766,7 +72766,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72789,7 +72789,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72812,7 +72812,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72835,7 +72835,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72858,7 +72858,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72881,7 +72881,7 @@ 671.329, "&", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72904,7 +72904,7 @@ 671.329, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72927,7 +72927,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72950,7 +72950,7 @@ 671.329, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72973,7 +72973,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -72996,7 +72996,7 @@ 671.329, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73019,7 +73019,7 @@ 671.329, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73042,7 +73042,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73065,7 +73065,7 @@ 671.329, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73088,7 +73088,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73111,7 +73111,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73134,7 +73134,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73157,7 +73157,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73180,7 +73180,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73203,7 +73203,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73226,7 +73226,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73249,7 +73249,7 @@ 671.329, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73272,7 +73272,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73295,7 +73295,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73318,7 +73318,7 @@ 671.329, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73341,7 +73341,7 @@ 671.329, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73364,7 +73364,7 @@ 671.329, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73387,7 +73387,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73410,7 +73410,7 @@ 671.329, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73433,7 +73433,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73456,7 +73456,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73479,7 +73479,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73502,7 +73502,7 @@ 671.329, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73525,7 +73525,7 @@ 671.329, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73548,7 +73548,7 @@ 671.329, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73571,7 +73571,7 @@ 671.329, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -73594,7 +73594,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73617,7 +73617,7 @@ 660.371, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73640,7 +73640,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73663,7 +73663,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73686,7 +73686,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73709,7 +73709,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73732,7 +73732,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73755,7 +73755,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73778,7 +73778,7 @@ 660.371, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73801,7 +73801,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73824,7 +73824,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73847,7 +73847,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73870,7 +73870,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73893,7 +73893,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73916,7 +73916,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73939,7 +73939,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73962,7 +73962,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -73985,7 +73985,7 @@ 660.371, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74008,7 +74008,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74031,7 +74031,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74054,7 +74054,7 @@ 660.371, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74077,7 +74077,7 @@ 660.371, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74100,7 +74100,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74123,7 +74123,7 @@ 660.371, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74146,7 +74146,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74169,7 +74169,7 @@ 660.371, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74192,7 +74192,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74215,7 +74215,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74238,7 +74238,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74261,7 +74261,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74284,7 +74284,7 @@ 660.371, "-", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74307,7 +74307,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74330,7 +74330,7 @@ 660.371, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74353,7 +74353,7 @@ 660.371, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74376,7 +74376,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74399,7 +74399,7 @@ 660.371, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74422,7 +74422,7 @@ 660.371, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74445,7 +74445,7 @@ 660.371, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74468,7 +74468,7 @@ 660.371, "F", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74491,7 +74491,7 @@ 660.371, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74514,7 +74514,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74537,7 +74537,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74560,7 +74560,7 @@ 660.371, "h", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74583,7 +74583,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74606,7 +74606,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74629,7 +74629,7 @@ 660.371, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74652,7 +74652,7 @@ 660.371, "w", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74675,7 +74675,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74698,7 +74698,7 @@ 660.371, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74721,7 +74721,7 @@ 660.371, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74744,7 +74744,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74767,7 +74767,7 @@ 660.371, "v", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74790,7 +74790,7 @@ 660.371, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74813,7 +74813,7 @@ 660.371, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74836,7 +74836,7 @@ 660.371, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -74859,7 +74859,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74882,7 +74882,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74905,7 +74905,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74928,7 +74928,7 @@ 649.412, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74951,7 +74951,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74974,7 +74974,7 @@ 649.412, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -74997,7 +74997,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75020,7 +75020,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75043,7 +75043,7 @@ 649.412, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75066,7 +75066,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75089,7 +75089,7 @@ 649.412, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75112,7 +75112,7 @@ 649.412, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75135,7 +75135,7 @@ 649.412, "q", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75158,7 +75158,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75181,7 +75181,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75204,7 +75204,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75227,7 +75227,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75250,7 +75250,7 @@ 649.412, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75273,7 +75273,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75296,7 +75296,7 @@ 649.412, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75319,7 +75319,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75342,7 +75342,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75365,7 +75365,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75388,7 +75388,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75411,7 +75411,7 @@ 649.412, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75434,7 +75434,7 @@ 649.412, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75457,7 +75457,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75480,7 +75480,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75503,7 +75503,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75526,7 +75526,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75549,7 +75549,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75572,7 +75572,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75595,7 +75595,7 @@ 649.412, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75618,7 +75618,7 @@ 649.412, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75641,7 +75641,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75664,7 +75664,7 @@ 649.412, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75687,7 +75687,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75710,7 +75710,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75733,7 +75733,7 @@ 649.412, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75756,7 +75756,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75779,7 +75779,7 @@ 649.412, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75802,7 +75802,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75825,7 +75825,7 @@ 649.412, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75848,7 +75848,7 @@ 649.412, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75871,7 +75871,7 @@ 649.412, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75894,7 +75894,7 @@ 649.412, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75917,7 +75917,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75940,7 +75940,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75963,7 +75963,7 @@ 649.412, "ff", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -75986,7 +75986,7 @@ 649.412, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -76009,7 +76009,7 @@ 649.412, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -76032,7 +76032,7 @@ 649.412, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -76055,7 +76055,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76078,7 +76078,7 @@ 638.453, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76101,7 +76101,7 @@ 638.453, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76124,7 +76124,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76147,7 +76147,7 @@ 638.453, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76170,7 +76170,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76193,7 +76193,7 @@ 638.453, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76216,7 +76216,7 @@ 638.453, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76239,7 +76239,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76262,7 +76262,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76285,7 +76285,7 @@ 638.453, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76308,7 +76308,7 @@ 638.453, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76331,7 +76331,7 @@ 638.453, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76354,7 +76354,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76377,7 +76377,7 @@ 638.453, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76400,7 +76400,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76423,7 +76423,7 @@ 638.453, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76446,7 +76446,7 @@ 638.453, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76469,7 +76469,7 @@ 638.453, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76492,7 +76492,7 @@ 638.453, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76515,7 +76515,7 @@ 638.453, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76538,7 +76538,7 @@ 638.453, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -76561,7 +76561,7 @@ 623.594, "A", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76584,7 +76584,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76607,7 +76607,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76630,7 +76630,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76653,7 +76653,7 @@ 623.594, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76676,7 +76676,7 @@ 623.594, "p", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76699,7 +76699,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76722,7 +76722,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76745,7 +76745,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76768,7 +76768,7 @@ 623.594, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76791,7 +76791,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76814,7 +76814,7 @@ 623.594, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76837,7 +76837,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76860,7 +76860,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76883,7 +76883,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76906,7 +76906,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76929,7 +76929,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76952,7 +76952,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76975,7 +76975,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -76998,7 +76998,7 @@ 623.594, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77021,7 +77021,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77044,7 +77044,7 @@ 623.594, "v", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77067,7 +77067,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77090,7 +77090,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77113,7 +77113,7 @@ 623.594, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77136,7 +77136,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77159,7 +77159,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77182,7 +77182,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77205,7 +77205,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77228,7 +77228,7 @@ 623.594, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77251,7 +77251,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77274,7 +77274,7 @@ 623.594, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77297,7 +77297,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77320,7 +77320,7 @@ 623.594, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77343,7 +77343,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77366,7 +77366,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77389,7 +77389,7 @@ 623.594, "S", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77412,7 +77412,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77435,7 +77435,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77458,7 +77458,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77481,7 +77481,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77504,7 +77504,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77527,7 +77527,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77550,7 +77550,7 @@ 623.594, "3", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77573,7 +77573,7 @@ 623.594, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77596,7 +77596,7 @@ 623.594, "I", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77619,7 +77619,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77642,7 +77642,7 @@ 623.594, "S", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77665,7 +77665,7 @@ 623.594, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77688,7 +77688,7 @@ 623.594, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77711,7 +77711,7 @@ 623.594, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77734,7 +77734,7 @@ 623.594, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77757,7 +77757,7 @@ 623.594, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77780,7 +77780,7 @@ 623.594, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77803,7 +77803,7 @@ 623.594, "4", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77826,7 +77826,7 @@ 623.594, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -77849,7 +77849,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77872,7 +77872,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77895,7 +77895,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77918,7 +77918,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77941,7 +77941,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77964,7 +77964,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -77987,7 +77987,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78010,7 +78010,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78033,7 +78033,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78056,7 +78056,7 @@ 612.635, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78079,7 +78079,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78102,7 +78102,7 @@ 612.635, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78125,7 +78125,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78148,7 +78148,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78171,7 +78171,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78194,7 +78194,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78217,7 +78217,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78240,7 +78240,7 @@ 612.635, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78263,7 +78263,7 @@ 612.635, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78286,7 +78286,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78309,7 +78309,7 @@ 612.635, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78332,7 +78332,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78355,7 +78355,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78378,7 +78378,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78401,7 +78401,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78424,7 +78424,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78447,7 +78447,7 @@ 612.635, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78470,7 +78470,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78493,7 +78493,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78516,7 +78516,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78539,7 +78539,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78562,7 +78562,7 @@ 612.635, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78585,7 +78585,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78608,7 +78608,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78631,7 +78631,7 @@ 612.635, "x", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78654,7 +78654,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78677,7 +78677,7 @@ 612.635, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78700,7 +78700,7 @@ 612.635, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78723,7 +78723,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78746,7 +78746,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78769,7 +78769,7 @@ 612.635, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78792,7 +78792,7 @@ 612.635, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78815,7 +78815,7 @@ 612.635, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78838,7 +78838,7 @@ 612.635, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78861,7 +78861,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78884,7 +78884,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78907,7 +78907,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78930,7 +78930,7 @@ 612.635, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78953,7 +78953,7 @@ 612.635, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78976,7 +78976,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -78999,7 +78999,7 @@ 612.635, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79022,7 +79022,7 @@ 612.635, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79045,7 +79045,7 @@ 612.635, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79068,7 +79068,7 @@ 612.635, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79091,7 +79091,7 @@ 612.635, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79114,7 +79114,7 @@ 612.635, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -79137,7 +79137,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79160,7 +79160,7 @@ 601.676, "u", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79183,7 +79183,7 @@ 601.676, "m", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79206,7 +79206,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79229,7 +79229,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79252,7 +79252,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79275,7 +79275,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79298,7 +79298,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79321,7 +79321,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79344,7 +79344,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79367,7 +79367,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79390,7 +79390,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79413,7 +79413,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79436,7 +79436,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79459,7 +79459,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79482,7 +79482,7 @@ 601.676, "c", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79505,7 +79505,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79528,7 +79528,7 @@ 601.676, "m", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79551,7 +79551,7 @@ 601.676, "p", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79574,7 +79574,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79597,7 +79597,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79620,7 +79620,7 @@ 601.676, "g", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79643,7 +79643,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79666,7 +79666,7 @@ 601.676, ".", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79689,7 +79689,7 @@ 601.676, "W", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79712,7 +79712,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79735,7 +79735,7 @@ 601.676, "w", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79758,7 +79758,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79781,7 +79781,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79804,7 +79804,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79827,7 +79827,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79850,7 +79850,7 @@ 601.676, "l", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79873,7 +79873,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79896,7 +79896,7 @@ 601.676, "o", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79919,7 +79919,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79942,7 +79942,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79965,7 +79965,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -79988,7 +79988,7 @@ 601.676, "r", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80011,7 +80011,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80034,7 +80034,7 @@ 601.676, "k", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80057,7 +80057,7 @@ 601.676, "e", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80080,7 +80080,7 @@ 601.676, "y", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80103,7 +80103,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80126,7 +80126,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80149,7 +80149,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80172,7 +80172,7 @@ 601.676, "i", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80195,7 +80195,7 @@ 601.676, "g", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80218,7 +80218,7 @@ 601.676, "h", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80241,7 +80241,7 @@ 601.676, "t", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80264,7 +80264,7 @@ 601.676, "s", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80287,7 +80287,7 @@ 601.676, "a", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80310,7 +80310,7 @@ 601.676, "n", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80333,7 +80333,7 @@ 601.676, "d", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -80356,7 +80356,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80379,7 +80379,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80402,7 +80402,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80425,7 +80425,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80448,7 +80448,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80471,7 +80471,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80494,7 +80494,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80517,7 +80517,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80540,7 +80540,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80563,7 +80563,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80586,7 +80586,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80609,7 +80609,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80632,7 +80632,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80655,7 +80655,7 @@ 590.717, "d", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80678,7 +80678,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80701,7 +80701,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80724,7 +80724,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80747,7 +80747,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80770,7 +80770,7 @@ 590.717, "m", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80793,7 +80793,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80816,7 +80816,7 @@ 590.717, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80839,7 +80839,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80862,7 +80862,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80885,7 +80885,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80908,7 +80908,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80931,7 +80931,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80954,7 +80954,7 @@ 590.717, "v", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -80977,7 +80977,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81000,7 +81000,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81023,7 +81023,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81046,7 +81046,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81069,7 +81069,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81092,7 +81092,7 @@ 590.717, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81115,7 +81115,7 @@ 590.717, "u", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81138,7 +81138,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81161,7 +81161,7 @@ 590.717, "f", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81184,7 +81184,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81207,7 +81207,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81230,7 +81230,7 @@ 590.717, "o", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81253,7 +81253,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81276,7 +81276,7 @@ 590.717, "h", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81299,7 +81299,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81322,7 +81322,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81345,7 +81345,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81368,7 +81368,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81391,7 +81391,7 @@ 590.717, "r", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81414,7 +81414,7 @@ 590.717, "t", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81437,7 +81437,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81460,7 +81460,7 @@ 590.717, "e", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81483,7 +81483,7 @@ 590.717, "s", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81506,7 +81506,7 @@ 590.717, "p", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81529,7 +81529,7 @@ 590.717, "l", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81552,7 +81552,7 @@ 590.717, "a", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81575,7 +81575,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81598,7 +81598,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81621,7 +81621,7 @@ 590.717, "i", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81644,7 +81644,7 @@ 590.717, "n", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81667,7 +81667,7 @@ 590.717, "g", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -81690,7 +81690,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81713,7 +81713,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81736,7 +81736,7 @@ 579.758, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81759,7 +81759,7 @@ 579.758, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81782,7 +81782,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81805,7 +81805,7 @@ 579.758, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81828,7 +81828,7 @@ 579.758, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81851,7 +81851,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81874,7 +81874,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81897,7 +81897,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81920,7 +81920,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81943,7 +81943,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81966,7 +81966,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -81989,7 +81989,7 @@ 579.758, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82012,7 +82012,7 @@ 579.758, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82035,7 +82035,7 @@ 579.758, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82058,7 +82058,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82081,7 +82081,7 @@ 579.758, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82104,7 +82104,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82127,7 +82127,7 @@ 579.758, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82150,7 +82150,7 @@ 579.758, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82173,7 +82173,7 @@ 579.758, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82196,7 +82196,7 @@ 579.758, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82219,7 +82219,7 @@ 579.758, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82242,7 +82242,7 @@ 579.758, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82265,7 +82265,7 @@ 579.758, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82288,7 +82288,7 @@ 579.758, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -82311,7 +82311,7 @@ 568.799, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82334,7 +82334,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82357,7 +82357,7 @@ 568.799, "S", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82380,7 +82380,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82403,7 +82403,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82426,7 +82426,7 @@ 568.799, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82449,7 +82449,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82472,7 +82472,7 @@ 568.799, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82495,7 +82495,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82518,7 +82518,7 @@ 568.799, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82541,7 +82541,7 @@ 568.799, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82564,7 +82564,7 @@ 568.799, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82587,7 +82587,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82610,7 +82610,7 @@ 568.799, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82633,7 +82633,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82656,7 +82656,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82679,7 +82679,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82702,7 +82702,7 @@ 568.799, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82725,7 +82725,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82748,7 +82748,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82771,7 +82771,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82794,7 +82794,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82817,7 +82817,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82840,7 +82840,7 @@ 568.799, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82863,7 +82863,7 @@ 568.799, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82886,7 +82886,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82909,7 +82909,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82932,7 +82932,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82955,7 +82955,7 @@ 568.799, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -82978,7 +82978,7 @@ 568.799, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83001,7 +83001,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83024,7 +83024,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83047,7 +83047,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83070,7 +83070,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83093,7 +83093,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83116,7 +83116,7 @@ 568.799, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83139,7 +83139,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83162,7 +83162,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83185,7 +83185,7 @@ 568.799, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83208,7 +83208,7 @@ 568.799, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83231,7 +83231,7 @@ 568.799, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83254,7 +83254,7 @@ 568.799, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83277,7 +83277,7 @@ 568.799, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83300,7 +83300,7 @@ 568.799, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83323,7 +83323,7 @@ 568.799, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83346,7 +83346,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83369,7 +83369,7 @@ 568.799, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83392,7 +83392,7 @@ 568.799, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83415,7 +83415,7 @@ 568.799, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83438,7 +83438,7 @@ 568.799, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83461,7 +83461,7 @@ 568.799, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -83484,7 +83484,7 @@ 557.84, "v", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83507,7 +83507,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83530,7 +83530,7 @@ 557.84, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83553,7 +83553,7 @@ 557.84, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83576,7 +83576,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83599,7 +83599,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83622,7 +83622,7 @@ 557.84, "y", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83645,7 +83645,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83668,7 +83668,7 @@ 557.84, "f", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83691,7 +83691,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83714,7 +83714,7 @@ 557.84, "b", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83737,7 +83737,7 @@ 557.84, "j", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83760,7 +83760,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83783,7 +83783,7 @@ 557.84, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83806,7 +83806,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83829,7 +83829,7 @@ 557.84, "d", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83852,7 +83852,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83875,7 +83875,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83898,7 +83898,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83921,7 +83921,7 @@ 557.84, "c", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83944,7 +83944,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83967,7 +83967,7 @@ 557.84, "i", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -83990,7 +83990,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84013,7 +84013,7 @@ 557.84, "n", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84036,7 +84036,7 @@ 557.84, "m", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84059,7 +84059,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84082,7 +84082,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84105,7 +84105,7 @@ 557.84, "h", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84128,7 +84128,7 @@ 557.84, "o", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84151,7 +84151,7 @@ 557.84, "d", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84174,7 +84174,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84197,7 +84197,7 @@ 557.84, "(", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84220,7 +84220,7 @@ 557.84, "F", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84243,7 +84243,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84266,7 +84266,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84289,7 +84289,7 @@ 557.84, "t", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84312,7 +84312,7 @@ 557.84, "e", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84335,7 +84335,7 @@ 557.84, "r", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84358,7 +84358,7 @@ 557.84, "R", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84381,7 +84381,7 @@ 557.84, "-", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84404,7 +84404,7 @@ 557.84, "C", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84427,7 +84427,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84450,7 +84450,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84473,7 +84473,7 @@ 557.84, ",", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84496,7 +84496,7 @@ 557.84, "M", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84519,7 +84519,7 @@ 557.84, "a", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84542,7 +84542,7 @@ 557.84, "s", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84565,7 +84565,7 @@ 557.84, "k", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84588,7 +84588,7 @@ 557.84, "R", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84611,7 +84611,7 @@ 557.84, "-", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84634,7 +84634,7 @@ 557.84, "C", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84657,7 +84657,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84680,7 +84680,7 @@ 557.84, "N", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -84703,7 +84703,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84726,7 +84726,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84749,7 +84749,7 @@ 546.881, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84772,7 +84772,7 @@ 546.881, "Y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84795,7 +84795,7 @@ 546.881, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84818,7 +84818,7 @@ 546.881, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84841,7 +84841,7 @@ 546.881, "O", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84864,7 +84864,7 @@ 546.881, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84887,7 +84887,7 @@ 546.881, "5", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84910,7 +84910,7 @@ 546.881, ")", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84933,7 +84933,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84956,7 +84956,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -84979,7 +84979,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85002,7 +85002,7 @@ 546.881, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85025,7 +85025,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85048,7 +85048,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85071,7 +85071,7 @@ 546.881, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85094,7 +85094,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85117,7 +85117,7 @@ 546.881, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85140,7 +85140,7 @@ 546.881, "D", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85163,7 +85163,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85186,7 +85186,7 @@ 546.881, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85209,7 +85209,7 @@ 546.881, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85232,7 +85232,7 @@ 546.881, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85255,7 +85255,7 @@ 546.881, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85278,7 +85278,7 @@ 546.881, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85301,7 +85301,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85324,7 +85324,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85347,7 +85347,7 @@ 546.881, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85370,7 +85370,7 @@ 546.881, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85393,7 +85393,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85416,7 +85416,7 @@ 546.881, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85439,7 +85439,7 @@ 546.881, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85462,7 +85462,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85485,7 +85485,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85508,7 +85508,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85531,7 +85531,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85554,7 +85554,7 @@ 546.881, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85577,7 +85577,7 @@ 546.881, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85600,7 +85600,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85623,7 +85623,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85646,7 +85646,7 @@ 546.881, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85669,7 +85669,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85692,7 +85692,7 @@ 546.881, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85715,7 +85715,7 @@ 546.881, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85738,7 +85738,7 @@ 546.881, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85761,7 +85761,7 @@ 546.881, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85784,7 +85784,7 @@ 546.881, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -85807,7 +85807,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85830,7 +85830,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85853,7 +85853,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85876,7 +85876,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85899,7 +85899,7 @@ 535.922, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85922,7 +85922,7 @@ 535.922, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85945,7 +85945,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85968,7 +85968,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -85991,7 +85991,7 @@ 535.922, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86014,7 +86014,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86037,7 +86037,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86060,7 +86060,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86083,7 +86083,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86106,7 +86106,7 @@ 535.922, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86129,7 +86129,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86152,7 +86152,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86175,7 +86175,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86198,7 +86198,7 @@ 535.922, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86221,7 +86221,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86244,7 +86244,7 @@ 535.922, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86267,7 +86267,7 @@ 535.922, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86290,7 +86290,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86313,7 +86313,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86336,7 +86336,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86359,7 +86359,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86382,7 +86382,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86405,7 +86405,7 @@ 535.922, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86428,7 +86428,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86451,7 +86451,7 @@ 535.922, "v", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86474,7 +86474,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86497,7 +86497,7 @@ 535.922, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86520,7 +86520,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86543,7 +86543,7 @@ 535.922, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86566,7 +86566,7 @@ 535.922, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86589,7 +86589,7 @@ 535.922, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86612,7 +86612,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86635,7 +86635,7 @@ 535.922, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86658,7 +86658,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86681,7 +86681,7 @@ 535.922, "D", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86704,7 +86704,7 @@ 535.922, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86727,7 +86727,7 @@ 535.922, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86750,7 +86750,7 @@ 535.922, "L", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86773,7 +86773,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86796,7 +86796,7 @@ 535.922, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86819,7 +86819,7 @@ 535.922, "N", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86842,7 +86842,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86865,7 +86865,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86888,7 +86888,7 @@ 535.922, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86911,7 +86911,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86934,7 +86934,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86957,7 +86957,7 @@ 535.922, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -86980,7 +86980,7 @@ 535.922, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -87003,7 +87003,7 @@ 535.922, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -87026,7 +87026,7 @@ 535.922, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -87049,7 +87049,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87072,7 +87072,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87095,7 +87095,7 @@ 524.964, "z", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87118,7 +87118,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87141,7 +87141,7 @@ 524.964, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87164,7 +87164,7 @@ 524.964, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87187,7 +87187,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87210,7 +87210,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87233,7 +87233,7 @@ 524.964, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87256,7 +87256,7 @@ 524.964, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87279,7 +87279,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87302,7 +87302,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87325,7 +87325,7 @@ 524.964, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87348,7 +87348,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87371,7 +87371,7 @@ 524.964, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87394,7 +87394,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87417,7 +87417,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87440,7 +87440,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87463,7 +87463,7 @@ 524.964, "b", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87486,7 +87486,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87509,7 +87509,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87532,7 +87532,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87555,7 +87555,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87578,7 +87578,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87601,7 +87601,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87624,7 +87624,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87647,7 +87647,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87670,7 +87670,7 @@ 524.964, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87693,7 +87693,7 @@ 524.964, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87716,7 +87716,7 @@ 524.964, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87739,7 +87739,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87762,7 +87762,7 @@ 524.964, "f", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87785,7 +87785,7 @@ 524.964, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87808,7 +87808,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87831,7 +87831,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87854,7 +87854,7 @@ 524.964, "g", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87877,7 +87877,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87900,7 +87900,7 @@ 524.964, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87923,7 +87923,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87946,7 +87946,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87969,7 +87969,7 @@ 524.964, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -87992,7 +87992,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88015,7 +88015,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88038,7 +88038,7 @@ 524.964, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88061,7 +88061,7 @@ 524.964, "/", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88084,7 +88084,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88107,7 +88107,7 @@ 524.964, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88130,7 +88130,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88153,7 +88153,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88176,7 +88176,7 @@ 524.964, "-", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88199,7 +88199,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88222,7 +88222,7 @@ 524.964, "p", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88245,7 +88245,7 @@ 524.964, "l", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88268,7 +88268,7 @@ 524.964, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88291,7 +88291,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88314,7 +88314,7 @@ 524.964, ".", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88337,7 +88337,7 @@ 524.964, "L", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88360,7 +88360,7 @@ 524.964, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88383,7 +88383,7 @@ 524.964, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88406,7 +88406,7 @@ 524.964, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -88429,7 +88429,7 @@ 514.005, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88452,7 +88452,7 @@ 514.005, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88475,7 +88475,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88498,7 +88498,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88521,7 +88521,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88544,7 +88544,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88567,7 +88567,7 @@ 514.005, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88590,7 +88590,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88613,7 +88613,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88636,7 +88636,7 @@ 514.005, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88659,7 +88659,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88682,7 +88682,7 @@ 514.005, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88705,7 +88705,7 @@ 514.005, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88728,7 +88728,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88751,7 +88751,7 @@ 514.005, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88774,7 +88774,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88797,7 +88797,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88820,7 +88820,7 @@ 514.005, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88843,7 +88843,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88866,7 +88866,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88889,7 +88889,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88912,7 +88912,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88935,7 +88935,7 @@ 514.005, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88958,7 +88958,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -88981,7 +88981,7 @@ 514.005, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89004,7 +89004,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89027,7 +89027,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89050,7 +89050,7 @@ 514.005, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89073,7 +89073,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89096,7 +89096,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89119,7 +89119,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89142,7 +89142,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89165,7 +89165,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89188,7 +89188,7 @@ 514.005, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89211,7 +89211,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89234,7 +89234,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89257,7 +89257,7 @@ 514.005, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89280,7 +89280,7 @@ 514.005, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89303,7 +89303,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89326,7 +89326,7 @@ 514.005, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89349,7 +89349,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89372,7 +89372,7 @@ 514.005, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89395,7 +89395,7 @@ 514.005, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89418,7 +89418,7 @@ 514.005, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89441,7 +89441,7 @@ 514.005, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89464,7 +89464,7 @@ 514.005, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89487,7 +89487,7 @@ 514.005, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89510,7 +89510,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89533,7 +89533,7 @@ 514.005, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89556,7 +89556,7 @@ 514.005, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89579,7 +89579,7 @@ 514.005, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89602,7 +89602,7 @@ 514.005, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -89625,7 +89625,7 @@ 503.046, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89648,7 +89648,7 @@ 503.046, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89671,7 +89671,7 @@ 503.046, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89694,7 +89694,7 @@ 503.046, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89717,7 +89717,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89740,7 +89740,7 @@ 503.046, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89763,7 +89763,7 @@ 503.046, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89786,7 +89786,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89809,7 +89809,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89832,7 +89832,7 @@ 503.046, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89855,7 +89855,7 @@ 503.046, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89878,7 +89878,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89901,7 +89901,7 @@ 503.046, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89924,7 +89924,7 @@ 503.046, "B", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89947,7 +89947,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89970,7 +89970,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -89993,7 +89993,7 @@ 503.046, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90016,7 +90016,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90039,7 +90039,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90062,7 +90062,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90085,7 +90085,7 @@ 503.046, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90108,7 +90108,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90131,7 +90131,7 @@ 503.046, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90154,7 +90154,7 @@ 503.046, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90177,7 +90177,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90200,7 +90200,7 @@ 503.046, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90223,7 +90223,7 @@ 503.046, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90246,7 +90246,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90269,7 +90269,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90292,7 +90292,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90315,7 +90315,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90338,7 +90338,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90361,7 +90361,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90384,7 +90384,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90407,7 +90407,7 @@ 503.046, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90430,7 +90430,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90453,7 +90453,7 @@ 503.046, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90476,7 +90476,7 @@ 503.046, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90499,7 +90499,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90522,7 +90522,7 @@ 503.046, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90545,7 +90545,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90568,7 +90568,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90591,7 +90591,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90614,7 +90614,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90637,7 +90637,7 @@ 503.046, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90660,7 +90660,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90683,7 +90683,7 @@ 503.046, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90706,7 +90706,7 @@ 503.046, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90729,7 +90729,7 @@ 503.046, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90752,7 +90752,7 @@ 503.046, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90775,7 +90775,7 @@ 503.046, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90798,7 +90798,7 @@ 503.046, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90821,7 +90821,7 @@ 503.046, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90844,7 +90844,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90867,7 +90867,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90890,7 +90890,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90913,7 +90913,7 @@ 492.087, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90936,7 +90936,7 @@ 492.087, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90959,7 +90959,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -90982,7 +90982,7 @@ 492.087, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91005,7 +91005,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91028,7 +91028,7 @@ 492.087, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91051,7 +91051,7 @@ 492.087, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91074,7 +91074,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91097,7 +91097,7 @@ 492.087, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91120,7 +91120,7 @@ 492.087, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91143,7 +91143,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91166,7 +91166,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91189,7 +91189,7 @@ 492.087, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91212,7 +91212,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91235,7 +91235,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91258,7 +91258,7 @@ 492.087, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91281,7 +91281,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91304,7 +91304,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91327,7 +91327,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91350,7 +91350,7 @@ 492.087, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91373,7 +91373,7 @@ 492.087, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91396,7 +91396,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91419,7 +91419,7 @@ 492.087, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91442,7 +91442,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91465,7 +91465,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91488,7 +91488,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91511,7 +91511,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91534,7 +91534,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91557,7 +91557,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91580,7 +91580,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91603,7 +91603,7 @@ 492.087, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91626,7 +91626,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91649,7 +91649,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91672,7 +91672,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91695,7 +91695,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91718,7 +91718,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91741,7 +91741,7 @@ 492.087, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91764,7 +91764,7 @@ 492.087, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91787,7 +91787,7 @@ 492.087, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91810,7 +91810,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91833,7 +91833,7 @@ 492.087, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91856,7 +91856,7 @@ 492.087, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91879,7 +91879,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91902,7 +91902,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91925,7 +91925,7 @@ 492.087, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91948,7 +91948,7 @@ 492.087, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91971,7 +91971,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -91994,7 +91994,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92017,7 +92017,7 @@ 492.087, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92040,7 +92040,7 @@ 492.087, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92063,7 +92063,7 @@ 492.087, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92086,7 +92086,7 @@ 492.087, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92109,7 +92109,7 @@ 492.087, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92132,7 +92132,7 @@ 492.087, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92155,7 +92155,7 @@ 492.087, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -92454,7 +92454,7 @@ 445.237, "W", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92477,7 +92477,7 @@ 445.237, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92500,7 +92500,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92523,7 +92523,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92546,7 +92546,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92569,7 +92569,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92592,7 +92592,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92615,7 +92615,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92638,7 +92638,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92661,7 +92661,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92684,7 +92684,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92707,7 +92707,7 @@ 445.237, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92730,7 +92730,7 @@ 445.237, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92753,7 +92753,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92776,7 +92776,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92799,7 +92799,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92822,7 +92822,7 @@ 445.237, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92845,7 +92845,7 @@ 445.237, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92868,7 +92868,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92891,7 +92891,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92914,7 +92914,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92937,7 +92937,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92960,7 +92960,7 @@ 445.237, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -92983,7 +92983,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93006,7 +93006,7 @@ 445.237, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93029,7 +93029,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93052,7 +93052,7 @@ 445.237, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93075,7 +93075,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93098,7 +93098,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93121,7 +93121,7 @@ 445.237, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93144,7 +93144,7 @@ 445.237, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93167,7 +93167,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93190,7 +93190,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93213,7 +93213,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93236,7 +93236,7 @@ 445.237, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93259,7 +93259,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93282,7 +93282,7 @@ 445.237, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93305,7 +93305,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93328,7 +93328,7 @@ 445.237, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93351,7 +93351,7 @@ 445.237, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93374,7 +93374,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93397,7 +93397,7 @@ 445.237, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93420,7 +93420,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93443,7 +93443,7 @@ 445.237, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93466,7 +93466,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93489,7 +93489,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93512,7 +93512,7 @@ 445.237, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93535,7 +93535,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93558,7 +93558,7 @@ 445.237, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93581,7 +93581,7 @@ 445.237, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93604,7 +93604,7 @@ 445.237, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93627,7 +93627,7 @@ 445.237, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93650,7 +93650,7 @@ 445.237, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93673,7 +93673,7 @@ 445.237, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -93696,7 +93696,7 @@ 434.278, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93719,7 +93719,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93742,7 +93742,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93765,7 +93765,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93788,7 +93788,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93811,7 +93811,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93834,7 +93834,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93857,7 +93857,7 @@ 434.278, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93880,7 +93880,7 @@ 434.278, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93903,7 +93903,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93926,7 +93926,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93949,7 +93949,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93972,7 +93972,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -93995,7 +93995,7 @@ 434.278, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94018,7 +94018,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94041,7 +94041,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94064,7 +94064,7 @@ 434.278, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94087,7 +94087,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94110,7 +94110,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94133,7 +94133,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94156,7 +94156,7 @@ 434.278, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94179,7 +94179,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94202,7 +94202,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94225,7 +94225,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94248,7 +94248,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94271,7 +94271,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94294,7 +94294,7 @@ 434.278, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94317,7 +94317,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94340,7 +94340,7 @@ 434.278, "[", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94363,7 +94363,7 @@ 434.278, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -94386,7 +94386,7 @@ 434.278, "]", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94409,7 +94409,7 @@ 434.278, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94432,7 +94432,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94455,7 +94455,7 @@ 434.278, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94478,7 +94478,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94501,7 +94501,7 @@ 434.278, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94524,7 +94524,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94547,7 +94547,7 @@ 434.278, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94570,7 +94570,7 @@ 434.278, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94593,7 +94593,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94616,7 +94616,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94639,7 +94639,7 @@ 434.278, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94662,7 +94662,7 @@ 434.278, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94685,7 +94685,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94708,7 +94708,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94731,7 +94731,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94754,7 +94754,7 @@ 434.278, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94777,7 +94777,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94800,7 +94800,7 @@ 434.278, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94823,7 +94823,7 @@ 434.278, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94846,7 +94846,7 @@ 434.278, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94869,7 +94869,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94892,7 +94892,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94915,7 +94915,7 @@ 434.278, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94938,7 +94938,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94961,7 +94961,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -94984,7 +94984,7 @@ 434.278, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95007,7 +95007,7 @@ 434.278, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95030,7 +95030,7 @@ 434.278, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95053,7 +95053,7 @@ 423.319, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95076,7 +95076,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95099,7 +95099,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95122,7 +95122,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95145,7 +95145,7 @@ 423.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95168,7 +95168,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95191,7 +95191,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95214,7 +95214,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95237,7 +95237,7 @@ 423.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95260,7 +95260,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95283,7 +95283,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95306,7 +95306,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95329,7 +95329,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95352,7 +95352,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95375,7 +95375,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95398,7 +95398,7 @@ 423.319, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95421,7 +95421,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95444,7 +95444,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95467,7 +95467,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95490,7 +95490,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95513,7 +95513,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95536,7 +95536,7 @@ 423.319, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95559,7 +95559,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95582,7 +95582,7 @@ 423.319, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95605,7 +95605,7 @@ 423.319, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95628,7 +95628,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95651,7 +95651,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95674,7 +95674,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95697,7 +95697,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95720,7 +95720,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95743,7 +95743,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95766,7 +95766,7 @@ 423.319, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95789,7 +95789,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95812,7 +95812,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95835,7 +95835,7 @@ 423.319, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95858,7 +95858,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95881,7 +95881,7 @@ 423.319, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95904,7 +95904,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95927,7 +95927,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95950,7 +95950,7 @@ 423.319, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95973,7 +95973,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -95996,7 +95996,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96019,7 +96019,7 @@ 423.319, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96042,7 +96042,7 @@ 423.319, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96065,7 +96065,7 @@ 423.319, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96088,7 +96088,7 @@ 423.319, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96111,7 +96111,7 @@ 423.319, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96134,7 +96134,7 @@ 423.319, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96157,7 +96157,7 @@ 423.319, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96180,7 +96180,7 @@ 423.319, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96203,7 +96203,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96226,7 +96226,7 @@ 423.319, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96249,7 +96249,7 @@ 423.319, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96272,7 +96272,7 @@ 423.319, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96295,7 +96295,7 @@ 423.319, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96318,7 +96318,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96341,7 +96341,7 @@ 412.36, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96364,7 +96364,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96387,7 +96387,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96410,7 +96410,7 @@ 412.36, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96433,7 +96433,7 @@ 412.36, "j", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96456,7 +96456,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96479,7 +96479,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96502,7 +96502,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96525,7 +96525,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96548,7 +96548,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96571,7 +96571,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96594,7 +96594,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96617,7 +96617,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96640,7 +96640,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96663,7 +96663,7 @@ 412.36, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96686,7 +96686,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96709,7 +96709,7 @@ 412.36, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96732,7 +96732,7 @@ 412.36, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96755,7 +96755,7 @@ 412.36, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96778,7 +96778,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96801,7 +96801,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96824,7 +96824,7 @@ 412.36, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96847,7 +96847,7 @@ 412.36, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96870,7 +96870,7 @@ 412.36, "[", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96893,7 +96893,7 @@ 412.36, "9", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -96916,7 +96916,7 @@ 412.36, "-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -96939,7 +96939,7 @@ 412.36, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -96962,7 +96962,7 @@ 412.36, "5", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -96985,7 +96985,7 @@ 412.36, "]", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97008,7 +97008,7 @@ 412.36, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97031,7 +97031,7 @@ 412.36, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97054,7 +97054,7 @@ 412.36, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97077,7 +97077,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97100,7 +97100,7 @@ 412.36, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97123,7 +97123,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97146,7 +97146,7 @@ 412.36, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97169,7 +97169,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97192,7 +97192,7 @@ 412.36, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97215,7 +97215,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97238,7 +97238,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97261,7 +97261,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97284,7 +97284,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97307,7 +97307,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97330,7 +97330,7 @@ 412.36, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97353,7 +97353,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97376,7 +97376,7 @@ 412.36, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97399,7 +97399,7 @@ 412.36, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97422,7 +97422,7 @@ 412.36, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97445,7 +97445,7 @@ 412.36, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97468,7 +97468,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97491,7 +97491,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97514,7 +97514,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97537,7 +97537,7 @@ 412.36, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97560,7 +97560,7 @@ 412.36, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97583,7 +97583,7 @@ 412.36, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97606,7 +97606,7 @@ 412.36, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97629,7 +97629,7 @@ 412.36, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97652,7 +97652,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97675,7 +97675,7 @@ 401.401, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97698,7 +97698,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97721,7 +97721,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97744,7 +97744,7 @@ 401.401, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97767,7 +97767,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97790,7 +97790,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97813,7 +97813,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97836,7 +97836,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97859,7 +97859,7 @@ 401.401, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97882,7 +97882,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97905,7 +97905,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97928,7 +97928,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97951,7 +97951,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97974,7 +97974,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -97997,7 +97997,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98020,7 +98020,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98043,7 +98043,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98066,7 +98066,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98089,7 +98089,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98112,7 +98112,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98135,7 +98135,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98158,7 +98158,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98181,7 +98181,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98204,7 +98204,7 @@ 401.401, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98227,7 +98227,7 @@ 401.401, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98250,7 +98250,7 @@ 401.401, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98273,7 +98273,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98296,7 +98296,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98319,7 +98319,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98342,7 +98342,7 @@ 401.401, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98365,7 +98365,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98388,7 +98388,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98411,7 +98411,7 @@ 401.401, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98434,7 +98434,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98457,7 +98457,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98480,7 +98480,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98503,7 +98503,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98526,7 +98526,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98549,7 +98549,7 @@ 401.401, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98572,7 +98572,7 @@ 401.401, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98595,7 +98595,7 @@ 401.401, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98618,7 +98618,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98641,7 +98641,7 @@ 401.401, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98664,7 +98664,7 @@ 401.401, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98687,7 +98687,7 @@ 401.401, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98710,7 +98710,7 @@ 401.401, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98733,7 +98733,7 @@ 401.401, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98756,7 +98756,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98779,7 +98779,7 @@ 401.401, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98802,7 +98802,7 @@ 401.401, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98825,7 +98825,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98848,7 +98848,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98871,7 +98871,7 @@ 401.401, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98894,7 +98894,7 @@ 401.401, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98917,7 +98917,7 @@ 401.401, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98940,7 +98940,7 @@ 401.401, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98963,7 +98963,7 @@ 401.401, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -98986,7 +98986,7 @@ 390.442, "m", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99009,7 +99009,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99032,7 +99032,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99055,7 +99055,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99078,7 +99078,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99101,7 +99101,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99124,7 +99124,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99147,7 +99147,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99170,7 +99170,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99193,7 +99193,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99216,7 +99216,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99239,7 +99239,7 @@ 390.442, "f", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99262,7 +99262,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99285,7 +99285,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99308,7 +99308,7 @@ 390.442, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99331,7 +99331,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99354,7 +99354,7 @@ 390.442, "-", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99377,7 +99377,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99400,7 +99400,7 @@ 390.442, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99423,7 +99423,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99446,7 +99446,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99469,7 +99469,7 @@ 390.442, "b", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99492,7 +99492,7 @@ 390.442, "j", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99515,7 +99515,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99538,7 +99538,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99561,7 +99561,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99584,7 +99584,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99607,7 +99607,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99630,7 +99630,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99653,7 +99653,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99676,7 +99676,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99699,7 +99699,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99722,7 +99722,7 @@ 390.442, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99745,7 +99745,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99768,7 +99768,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99791,7 +99791,7 @@ 390.442, "m", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99814,7 +99814,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99837,7 +99837,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99860,7 +99860,7 @@ 390.442, "h", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99883,7 +99883,7 @@ 390.442, "o", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99906,7 +99906,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99929,7 +99929,7 @@ 390.442, "s", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99952,7 +99952,7 @@ 390.442, "c", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99975,7 +99975,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -99998,7 +99998,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100021,7 +100021,7 @@ 390.442, "b", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100044,7 +100044,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100067,7 +100067,7 @@ 390.442, "t", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100090,7 +100090,7 @@ 390.442, "r", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100113,7 +100113,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100136,7 +100136,7 @@ 390.442, "i", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100159,7 +100159,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100182,7 +100182,7 @@ 390.442, "e", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100205,7 +100205,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100228,7 +100228,7 @@ 390.442, "a", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100251,7 +100251,7 @@ 390.442, "n", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100274,7 +100274,7 @@ 390.442, "d", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -100297,7 +100297,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100320,7 +100320,7 @@ 379.483, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100343,7 +100343,7 @@ 379.483, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100366,7 +100366,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100389,7 +100389,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100412,7 +100412,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100435,7 +100435,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100458,7 +100458,7 @@ 379.483, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100481,7 +100481,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100504,7 +100504,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100527,7 +100527,7 @@ 379.483, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100550,7 +100550,7 @@ 379.483, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100573,7 +100573,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100596,7 +100596,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100619,7 +100619,7 @@ 379.483, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100642,7 +100642,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100665,7 +100665,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100688,7 +100688,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100711,7 +100711,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100734,7 +100734,7 @@ 379.483, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100757,7 +100757,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100780,7 +100780,7 @@ 379.483, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100803,7 +100803,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100826,7 +100826,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100849,7 +100849,7 @@ 379.483, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100872,7 +100872,7 @@ 379.483, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100895,7 +100895,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100918,7 +100918,7 @@ 379.483, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100941,7 +100941,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100964,7 +100964,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -100987,7 +100987,7 @@ 379.483, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101010,7 +101010,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101033,7 +101033,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101056,7 +101056,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101079,7 +101079,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101102,7 +101102,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101125,7 +101125,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101148,7 +101148,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101171,7 +101171,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101194,7 +101194,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101217,7 +101217,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101240,7 +101240,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101263,7 +101263,7 @@ 379.483, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101286,7 +101286,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101309,7 +101309,7 @@ 379.483, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101332,7 +101332,7 @@ 379.483, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101355,7 +101355,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101378,7 +101378,7 @@ 379.483, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101401,7 +101401,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101424,7 +101424,7 @@ 379.483, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101447,7 +101447,7 @@ 379.483, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101470,7 +101470,7 @@ 379.483, "ff", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101493,7 +101493,7 @@ 379.483, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101516,7 +101516,7 @@ 379.483, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101539,7 +101539,7 @@ 379.483, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101562,7 +101562,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101585,7 +101585,7 @@ 368.524, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101608,7 +101608,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101631,7 +101631,7 @@ 368.524, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101654,7 +101654,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101677,7 +101677,7 @@ 368.524, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101700,7 +101700,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101723,7 +101723,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101746,7 +101746,7 @@ 368.524, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101769,7 +101769,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101792,7 +101792,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101815,7 +101815,7 @@ 368.524, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101838,7 +101838,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101861,7 +101861,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101884,7 +101884,7 @@ 368.524, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101907,7 +101907,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101930,7 +101930,7 @@ 368.524, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101953,7 +101953,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101976,7 +101976,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -101999,7 +101999,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102022,7 +102022,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102045,7 +102045,7 @@ 368.524, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102068,7 +102068,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102091,7 +102091,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102114,7 +102114,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102137,7 +102137,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102160,7 +102160,7 @@ 368.524, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102183,7 +102183,7 @@ 368.524, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102206,7 +102206,7 @@ 368.524, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -102229,7 +102229,7 @@ 368.524, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -102252,7 +102252,7 @@ 368.524, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102275,7 +102275,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102298,7 +102298,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102321,7 +102321,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102344,7 +102344,7 @@ 368.524, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102367,7 +102367,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102390,7 +102390,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102413,7 +102413,7 @@ 368.524, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102436,7 +102436,7 @@ 368.524, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102459,7 +102459,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102482,7 +102482,7 @@ 368.524, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102505,7 +102505,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102528,7 +102528,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102551,7 +102551,7 @@ 368.524, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102574,7 +102574,7 @@ 368.524, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102597,7 +102597,7 @@ 368.524, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102620,7 +102620,7 @@ 368.524, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102643,7 +102643,7 @@ 368.524, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102666,7 +102666,7 @@ 368.524, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102689,7 +102689,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102712,7 +102712,7 @@ 368.524, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102735,7 +102735,7 @@ 368.524, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102758,7 +102758,7 @@ 368.524, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102781,7 +102781,7 @@ 357.566, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102804,7 +102804,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102827,7 +102827,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102850,7 +102850,7 @@ 357.566, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102873,7 +102873,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102896,7 +102896,7 @@ 357.566, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102919,7 +102919,7 @@ 357.566, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102942,7 +102942,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102965,7 +102965,7 @@ 357.566, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -102988,7 +102988,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103011,7 +103011,7 @@ 357.566, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103034,7 +103034,7 @@ 357.566, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -103057,7 +103057,7 @@ 357.566, "7", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -103080,7 +103080,7 @@ 357.566, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103103,7 +103103,7 @@ 357.566, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103126,7 +103126,7 @@ 357.566, "R", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103149,7 +103149,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103172,7 +103172,7 @@ 357.566, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103195,7 +103195,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103218,7 +103218,7 @@ 357.566, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103241,7 +103241,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103264,7 +103264,7 @@ 357.566, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103287,7 +103287,7 @@ 357.566, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103310,7 +103310,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103333,7 +103333,7 @@ 357.566, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103356,7 +103356,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103379,7 +103379,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103402,7 +103402,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103425,7 +103425,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103448,7 +103448,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103471,7 +103471,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103494,7 +103494,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103517,7 +103517,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103540,7 +103540,7 @@ 357.566, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103563,7 +103563,7 @@ 357.566, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103586,7 +103586,7 @@ 357.566, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103609,7 +103609,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103632,7 +103632,7 @@ 357.566, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103655,7 +103655,7 @@ 357.566, "P", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103678,7 +103678,7 @@ 357.566, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103701,7 +103701,7 @@ 357.566, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103724,7 +103724,7 @@ 357.566, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103747,7 +103747,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103770,7 +103770,7 @@ 357.566, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103793,7 +103793,7 @@ 357.566, "N", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103816,7 +103816,7 @@ 357.566, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103839,7 +103839,7 @@ 357.566, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103862,7 +103862,7 @@ 357.566, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103885,7 +103885,7 @@ 357.566, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -103908,7 +103908,7 @@ 357.566, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103931,7 +103931,7 @@ 357.566, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103954,7 +103954,7 @@ 357.566, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -103977,7 +103977,7 @@ 357.566, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -104000,7 +104000,7 @@ 346.607, "D", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104023,7 +104023,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104046,7 +104046,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104069,7 +104069,7 @@ 346.607, "B", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104092,7 +104092,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104115,7 +104115,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104138,7 +104138,7 @@ 346.607, "k", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104161,7 +104161,7 @@ 346.607, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104184,7 +104184,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104207,7 +104207,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104230,7 +104230,7 @@ 346.607, "v", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104253,7 +104253,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104276,7 +104276,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104299,7 +104299,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104322,7 +104322,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104345,7 +104345,7 @@ 346.607, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104368,7 +104368,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104391,7 +104391,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104414,7 +104414,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104437,7 +104437,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104460,7 +104460,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104483,7 +104483,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104506,7 +104506,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104529,7 +104529,7 @@ 346.607, "i", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104552,7 +104552,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104575,7 +104575,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104598,7 +104598,7 @@ 346.607, "h", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104621,7 +104621,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104644,7 +104644,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104667,7 +104667,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104690,7 +104690,7 @@ 346.607, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104713,7 +104713,7 @@ 346.607, "m", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104736,7 +104736,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104759,7 +104759,7 @@ 346.607, "n", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104782,7 +104782,7 @@ 346.607, "l", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104805,7 +104805,7 @@ 346.607, "y", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104828,7 +104828,7 @@ 346.607, "a", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104851,7 +104851,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104874,7 +104874,7 @@ 346.607, "c", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104897,7 +104897,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104920,7 +104920,7 @@ 346.607, "p", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104943,7 +104943,7 @@ 346.607, "t", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104966,7 +104966,7 @@ 346.607, "e", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -104989,7 +104989,7 @@ 346.607, "d", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105012,7 +105012,7 @@ 346.607, "C", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105035,7 +105035,7 @@ 346.607, "O", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105058,7 +105058,7 @@ 346.607, "C", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105081,7 +105081,7 @@ 346.607, "O", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105104,7 +105104,7 @@ 346.607, "f", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105127,7 +105127,7 @@ 346.607, "o", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105150,7 +105150,7 @@ 346.607, "r", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105173,7 +105173,7 @@ 346.607, "-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -105196,7 +105196,7 @@ 335.648, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105219,7 +105219,7 @@ 335.648, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105242,7 +105242,7 @@ 335.648, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105265,7 +105265,7 @@ 335.648, "[", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105288,7 +105288,7 @@ 335.648, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105311,7 +105311,7 @@ 335.648, "6", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105334,7 +105334,7 @@ 335.648, "]", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105357,7 +105357,7 @@ 335.648, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -105380,7 +105380,7 @@ 324.689, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105403,7 +105403,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105426,7 +105426,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105449,7 +105449,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105472,7 +105472,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105495,7 +105495,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105518,7 +105518,7 @@ 324.689, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105541,7 +105541,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105564,7 +105564,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105587,7 +105587,7 @@ 324.689, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105610,7 +105610,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105633,7 +105633,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105656,7 +105656,7 @@ 324.689, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105679,7 +105679,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105702,7 +105702,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105725,7 +105725,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105748,7 +105748,7 @@ 324.689, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105771,7 +105771,7 @@ 324.689, "M", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105794,7 +105794,7 @@ 324.689, "L", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105817,7 +105817,7 @@ 324.689, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105840,7 +105840,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105863,7 +105863,7 @@ 324.689, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105886,7 +105886,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105909,7 +105909,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105932,7 +105932,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105955,7 +105955,7 @@ 324.689, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -105978,7 +105978,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106001,7 +106001,7 @@ 324.689, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106024,7 +106024,7 @@ 324.689, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106047,7 +106047,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106070,7 +106070,7 @@ 324.689, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106093,7 +106093,7 @@ 324.689, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106116,7 +106116,7 @@ 324.689, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106139,7 +106139,7 @@ 324.689, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106162,7 +106162,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106185,7 +106185,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106208,7 +106208,7 @@ 324.689, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106231,7 +106231,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106254,7 +106254,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106277,7 +106277,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106300,7 +106300,7 @@ 324.689, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106323,7 +106323,7 @@ 324.689, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106346,7 +106346,7 @@ 324.689, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106369,7 +106369,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106392,7 +106392,7 @@ 324.689, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106415,7 +106415,7 @@ 324.689, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106438,7 +106438,7 @@ 324.689, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106461,7 +106461,7 @@ 324.689, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106484,7 +106484,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106507,7 +106507,7 @@ 324.689, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106530,7 +106530,7 @@ 324.689, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106553,7 +106553,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106576,7 +106576,7 @@ 313.73, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106599,7 +106599,7 @@ 313.73, "v", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106622,7 +106622,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106645,7 +106645,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106668,7 +106668,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106691,7 +106691,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106714,7 +106714,7 @@ 313.73, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106737,7 +106737,7 @@ 313.73, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106760,7 +106760,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106783,7 +106783,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106806,7 +106806,7 @@ 313.73, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106829,7 +106829,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106852,7 +106852,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106875,7 +106875,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106898,7 +106898,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106921,7 +106921,7 @@ 313.73, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106944,7 +106944,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106967,7 +106967,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -106990,7 +106990,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107013,7 +107013,7 @@ 313.73, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107036,7 +107036,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107059,7 +107059,7 @@ 313.73, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107082,7 +107082,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107105,7 +107105,7 @@ 313.73, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107128,7 +107128,7 @@ 313.73, "[", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107151,7 +107151,7 @@ 313.73, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -107174,7 +107174,7 @@ 313.73, "8", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -107197,7 +107197,7 @@ 313.73, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107220,7 +107220,7 @@ 313.73, "2", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -107243,7 +107243,7 @@ 313.73, "1", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -107266,7 +107266,7 @@ 313.73, "]", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107289,7 +107289,7 @@ 313.73, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107312,7 +107312,7 @@ 313.73, "T", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107335,7 +107335,7 @@ 313.73, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107358,7 +107358,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107381,7 +107381,7 @@ 313.73, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107404,7 +107404,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107427,7 +107427,7 @@ 313.73, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107450,7 +107450,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107473,7 +107473,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107496,7 +107496,7 @@ 313.73, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107519,7 +107519,7 @@ 313.73, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107542,7 +107542,7 @@ 313.73, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107565,7 +107565,7 @@ 313.73, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107588,7 +107588,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107611,7 +107611,7 @@ 313.73, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107634,7 +107634,7 @@ 313.73, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107657,7 +107657,7 @@ 313.73, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -107680,7 +107680,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107703,7 +107703,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107726,7 +107726,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107749,7 +107749,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107772,7 +107772,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107795,7 +107795,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107818,7 +107818,7 @@ 302.771, "c", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107841,7 +107841,7 @@ 302.771, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107864,7 +107864,7 @@ 302.771, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107887,7 +107887,7 @@ 302.771, "h", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107910,7 +107910,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107933,7 +107933,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107956,7 +107956,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -107979,7 +107979,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108002,7 +108002,7 @@ 302.771, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108025,7 +108025,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108048,7 +108048,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108071,7 +108071,7 @@ 302.771, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108094,7 +108094,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108117,7 +108117,7 @@ 302.771, "f", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108140,7 +108140,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108163,7 +108163,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108186,7 +108186,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108209,7 +108209,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108232,7 +108232,7 @@ 302.771, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108255,7 +108255,7 @@ 302.771, "t", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108278,7 +108278,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108301,7 +108301,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108324,7 +108324,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108347,7 +108347,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108370,7 +108370,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108393,7 +108393,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108416,7 +108416,7 @@ 302.771, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108439,7 +108439,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108462,7 +108462,7 @@ 302.771, "p", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108485,7 +108485,7 @@ 302.771, "u", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108508,7 +108508,7 @@ 302.771, "r", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108531,7 +108531,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108554,7 +108554,7 @@ 302.771, "l", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108577,7 +108577,7 @@ 302.771, "y", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108600,7 +108600,7 @@ 302.771, "b", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108623,7 +108623,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108646,7 +108646,7 @@ 302.771, "s", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108669,7 +108669,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108692,7 +108692,7 @@ 302.771, "d", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108715,7 +108715,7 @@ 302.771, "o", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108738,7 +108738,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108761,7 +108761,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108784,7 +108784,7 @@ 302.771, "n", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108807,7 +108807,7 @@ 302.771, "i", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108830,7 +108830,7 @@ 302.771, "m", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108853,7 +108853,7 @@ 302.771, "a", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108876,7 +108876,7 @@ 302.771, "g", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108899,7 +108899,7 @@ 302.771, "e", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -108922,7 +108922,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -108945,7 +108945,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -108968,7 +108968,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -108991,7 +108991,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109014,7 +109014,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109037,7 +109037,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109060,7 +109060,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109083,7 +109083,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109106,7 +109106,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109129,7 +109129,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109152,7 +109152,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109175,7 +109175,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109198,7 +109198,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109221,7 +109221,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109244,7 +109244,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109267,7 +109267,7 @@ 291.812, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109290,7 +109290,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109313,7 +109313,7 @@ 291.812, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109336,7 +109336,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109359,7 +109359,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109382,7 +109382,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109405,7 +109405,7 @@ 291.812, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109428,7 +109428,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109451,7 +109451,7 @@ 291.812, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109474,7 +109474,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109497,7 +109497,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109520,7 +109520,7 @@ 291.812, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109543,7 +109543,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109566,7 +109566,7 @@ 291.812, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109589,7 +109589,7 @@ 291.812, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109612,7 +109612,7 @@ 291.812, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109635,7 +109635,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109658,7 +109658,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109681,7 +109681,7 @@ 291.812, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109704,7 +109704,7 @@ 291.812, "v", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109727,7 +109727,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109750,7 +109750,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109773,7 +109773,7 @@ 291.812, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109796,7 +109796,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109819,7 +109819,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109842,7 +109842,7 @@ 291.812, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109865,7 +109865,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109888,7 +109888,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109911,7 +109911,7 @@ 291.812, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109934,7 +109934,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109957,7 +109957,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -109980,7 +109980,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110003,7 +110003,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110026,7 +110026,7 @@ 291.812, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110049,7 +110049,7 @@ 291.812, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110072,7 +110072,7 @@ 291.812, "I", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110095,7 +110095,7 @@ 291.812, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110118,7 +110118,7 @@ 291.812, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110141,7 +110141,7 @@ 291.812, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110164,7 +110164,7 @@ 291.812, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110187,7 +110187,7 @@ 291.812, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110210,7 +110210,7 @@ 291.812, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110233,7 +110233,7 @@ 291.812, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -110256,7 +110256,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110279,7 +110279,7 @@ 280.853, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110302,7 +110302,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110325,7 +110325,7 @@ 280.853, "y", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110348,7 +110348,7 @@ 280.853, "c", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110371,7 +110371,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110394,7 +110394,7 @@ 280.853, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110417,7 +110417,7 @@ 280.853, "b", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110440,7 +110440,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110463,7 +110463,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110486,7 +110486,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110509,7 +110509,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110532,7 +110532,7 @@ 280.853, "h", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110555,7 +110555,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110578,7 +110578,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110601,7 +110601,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110624,7 +110624,7 @@ 280.853, "x", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110647,7 +110647,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110670,7 +110670,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110693,7 +110693,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110716,7 +110716,7 @@ 280.853, "k", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110739,7 +110739,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110762,7 +110762,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110785,7 +110785,7 @@ 280.853, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110808,7 +110808,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110831,7 +110831,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110854,7 +110854,7 @@ 280.853, "d", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110877,7 +110877,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110900,7 +110900,7 @@ 280.853, "m", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110923,7 +110923,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110946,7 +110946,7 @@ 280.853, "g", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110969,7 +110969,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -110992,7 +110992,7 @@ 280.853, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111015,7 +111015,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111038,7 +111038,7 @@ 280.853, "p", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111061,7 +111061,7 @@ 280.853, "r", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111084,7 +111084,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111107,7 +111107,7 @@ 280.853, "s", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111130,7 +111130,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111153,7 +111153,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111176,7 +111176,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111199,7 +111199,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111222,7 +111222,7 @@ 280.853, "t", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111245,7 +111245,7 @@ 280.853, "i", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111268,7 +111268,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111291,7 +111291,7 @@ 280.853, "n", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111314,7 +111314,7 @@ 280.853, "o", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111337,7 +111337,7 @@ 280.853, "f", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111360,7 +111360,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111383,7 +111383,7 @@ 280.853, "p", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111406,7 +111406,7 @@ 280.853, "a", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111429,7 +111429,7 @@ 280.853, "g", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111452,7 +111452,7 @@ 280.853, "e", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -111475,7 +111475,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111498,7 +111498,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111521,7 +111521,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111544,7 +111544,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111567,7 +111567,7 @@ 269.894, "d", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111590,7 +111590,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111613,7 +111613,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111636,7 +111636,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111659,7 +111659,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111682,7 +111682,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111705,7 +111705,7 @@ 269.894, "b", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111728,7 +111728,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111751,7 +111751,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111774,7 +111774,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111797,7 +111797,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111820,7 +111820,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111843,7 +111843,7 @@ 269.894, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111866,7 +111866,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111889,7 +111889,7 @@ 269.894, "g", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111912,7 +111912,7 @@ 269.894, "m", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111935,7 +111935,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111958,7 +111958,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -111981,7 +111981,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112004,7 +112004,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112027,7 +112027,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112050,7 +112050,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112073,7 +112073,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112096,7 +112096,7 @@ 269.894, "n", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112119,7 +112119,7 @@ 269.894, ".", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112142,7 +112142,7 @@ 269.894, "W", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112165,7 +112165,7 @@ 269.894, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112188,7 +112188,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112211,7 +112211,7 @@ 269.894, "l", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112234,7 +112234,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112257,7 +112257,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112280,7 +112280,7 @@ 269.894, "h", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112303,7 +112303,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112326,7 +112326,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112349,7 +112349,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112372,7 +112372,7 @@ 269.894, "p", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112395,7 +112395,7 @@ 269.894, "o", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112418,7 +112418,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112441,7 +112441,7 @@ 269.894, "t", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112464,7 +112464,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112487,7 +112487,7 @@ 269.894, "d", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112510,7 +112510,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112533,7 +112533,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112556,7 +112556,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112579,7 +112579,7 @@ 269.894, "u", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112602,7 +112602,7 @@ 269.894, "r", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112625,7 +112625,7 @@ 269.894, "a", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112648,7 +112648,7 @@ 269.894, "c", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112671,7 +112671,7 @@ 269.894, "i", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112694,7 +112694,7 @@ 269.894, "e", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112717,7 +112717,7 @@ 269.894, "s", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -112740,7 +112740,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112763,7 +112763,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112786,7 +112786,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112809,7 +112809,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112832,7 +112832,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112855,7 +112855,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112878,7 +112878,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112901,7 +112901,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112924,7 +112924,7 @@ 258.935, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112947,7 +112947,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112970,7 +112970,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -112993,7 +112993,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113016,7 +113016,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113039,7 +113039,7 @@ 258.935, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113062,7 +113062,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113085,7 +113085,7 @@ 258.935, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113108,7 +113108,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113131,7 +113131,7 @@ 258.935, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113154,7 +113154,7 @@ 258.935, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113177,7 +113177,7 @@ 258.935, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113200,7 +113200,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113223,7 +113223,7 @@ 258.935, "b", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113246,7 +113246,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113269,7 +113269,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113292,7 +113292,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113315,7 +113315,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113338,7 +113338,7 @@ 258.935, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113361,7 +113361,7 @@ 258.935, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113384,7 +113384,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113407,7 +113407,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113430,7 +113430,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113453,7 +113453,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113476,7 +113476,7 @@ 258.935, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113499,7 +113499,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113522,7 +113522,7 @@ 258.935, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113545,7 +113545,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113568,7 +113568,7 @@ 258.935, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113591,7 +113591,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113614,7 +113614,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113637,7 +113637,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113660,7 +113660,7 @@ 258.935, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113683,7 +113683,7 @@ 258.935, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113706,7 +113706,7 @@ 258.935, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113729,7 +113729,7 @@ 258.935, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113752,7 +113752,7 @@ 258.935, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113775,7 +113775,7 @@ 258.935, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113798,7 +113798,7 @@ 258.935, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113821,7 +113821,7 @@ 258.935, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113844,7 +113844,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113867,7 +113867,7 @@ 258.935, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113890,7 +113890,7 @@ 258.935, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113913,7 +113913,7 @@ 258.935, "l", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113936,7 +113936,7 @@ 258.935, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113959,7 +113959,7 @@ 258.935, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -113982,7 +113982,7 @@ 258.935, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -114005,7 +114005,7 @@ 258.935, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -114028,7 +114028,7 @@ 247.976, "g", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114051,7 +114051,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114074,7 +114074,7 @@ 247.976, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114097,7 +114097,7 @@ 247.976, "m", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114120,7 +114120,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114143,7 +114143,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114166,7 +114166,7 @@ 247.976, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114189,7 +114189,7 @@ 247.976, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114212,7 +114212,7 @@ 247.976, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114235,7 +114235,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114258,7 +114258,7 @@ 247.976, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114281,7 +114281,7 @@ 247.976, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114304,7 +114304,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114327,7 +114327,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114350,7 +114350,7 @@ 247.976, "x", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114373,7 +114373,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114396,7 +114396,7 @@ 247.976, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114419,7 +114419,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114442,7 +114442,7 @@ 247.976, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114465,7 +114465,7 @@ 247.976, "f", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114488,7 +114488,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114511,7 +114511,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114534,7 +114534,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114557,7 +114557,7 @@ 247.976, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114580,7 +114580,7 @@ 247.976, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114603,7 +114603,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114626,7 +114626,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114649,7 +114649,7 @@ 247.976, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114672,7 +114672,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114695,7 +114695,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114718,7 +114718,7 @@ 247.976, "y", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114741,7 +114741,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114764,7 +114764,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114787,7 +114787,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114810,7 +114810,7 @@ 247.976, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114833,7 +114833,7 @@ 247.976, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114856,7 +114856,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114879,7 +114879,7 @@ 247.976, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114902,7 +114902,7 @@ 247.976, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114925,7 +114925,7 @@ 247.976, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114948,7 +114948,7 @@ 247.976, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114971,7 +114971,7 @@ 247.976, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -114994,7 +114994,7 @@ 247.976, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -115017,7 +115017,7 @@ 247.976, "h", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -115040,7 +115040,7 @@ 247.976, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -115523,7 +115523,7 @@ 201.126, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115546,7 +115546,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115569,7 +115569,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115592,7 +115592,7 @@ 201.126, "L", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115615,7 +115615,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115638,7 +115638,7 @@ 201.126, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115661,7 +115661,7 @@ 201.126, "N", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115684,7 +115684,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115707,7 +115707,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115730,7 +115730,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115753,7 +115753,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115776,7 +115776,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115799,7 +115799,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115822,7 +115822,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115845,7 +115845,7 @@ 201.126, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115868,7 +115868,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115891,7 +115891,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115914,7 +115914,7 @@ 201.126, "8", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115937,7 +115937,7 @@ 201.126, "0", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115960,7 +115960,7 @@ 201.126, "8", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -115983,7 +115983,7 @@ 201.126, "6", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116006,7 +116006,7 @@ 201.126, "3", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116029,7 +116029,7 @@ 201.126, "P", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116052,7 +116052,7 @@ 201.126, "D", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116075,7 +116075,7 @@ 201.126, "F", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116098,7 +116098,7 @@ 201.126, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116121,7 +116121,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116144,7 +116144,7 @@ 201.126, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116167,7 +116167,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116190,7 +116190,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116213,7 +116213,7 @@ 201.126, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116236,7 +116236,7 @@ 201.126, "A", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116259,7 +116259,7 @@ 201.126, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116282,7 +116282,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116305,7 +116305,7 @@ 201.126, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116328,7 +116328,7 @@ 201.126, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116351,7 +116351,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116374,7 +116374,7 @@ 201.126, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116397,7 +116397,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116420,7 +116420,7 @@ 201.126, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116443,7 +116443,7 @@ 201.126, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116466,7 +116466,7 @@ 201.126, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116489,7 +116489,7 @@ 201.126, "7", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116512,7 +116512,7 @@ 201.126, "0", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116535,7 +116535,7 @@ 201.126, "5", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116558,7 +116558,7 @@ 201.126, "9", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116581,7 +116581,7 @@ 201.126, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116604,7 +116604,7 @@ 201.126, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116627,7 +116627,7 @@ 201.126, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116650,7 +116650,7 @@ 201.126, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116673,7 +116673,7 @@ 201.126, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116696,7 +116696,7 @@ 201.126, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116719,7 +116719,7 @@ 201.126, "w", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116742,7 +116742,7 @@ 201.126, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116765,7 +116765,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116788,7 +116788,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116811,7 +116811,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116834,7 +116834,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116857,7 +116857,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116880,7 +116880,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116903,7 +116903,7 @@ 190.167, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116926,7 +116926,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116949,7 +116949,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116972,7 +116972,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -116995,7 +116995,7 @@ 190.167, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117018,7 +117018,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117041,7 +117041,7 @@ 190.167, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117064,7 +117064,7 @@ 190.167, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117087,7 +117087,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117110,7 +117110,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117133,7 +117133,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117156,7 +117156,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117179,7 +117179,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117202,7 +117202,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117225,7 +117225,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117248,7 +117248,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117271,7 +117271,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117294,7 +117294,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117317,7 +117317,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117340,7 +117340,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117363,7 +117363,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117386,7 +117386,7 @@ 190.167, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117409,7 +117409,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117432,7 +117432,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117455,7 +117455,7 @@ 190.167, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117478,7 +117478,7 @@ 190.167, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117501,7 +117501,7 @@ 190.167, "5", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117524,7 +117524,7 @@ 190.167, "9", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117547,7 +117547,7 @@ 190.167, "1", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117570,7 +117570,7 @@ 190.167, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117593,7 +117593,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117616,7 +117616,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117639,7 +117639,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117662,7 +117662,7 @@ 190.167, "y", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117685,7 +117685,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117708,7 +117708,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117731,7 +117731,7 @@ 190.167, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117754,7 +117754,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117777,7 +117777,7 @@ 190.167, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117800,7 +117800,7 @@ 190.167, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117823,7 +117823,7 @@ 190.167, "T", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117846,7 +117846,7 @@ 190.167, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117869,7 +117869,7 @@ 190.167, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117892,7 +117892,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117915,7 +117915,7 @@ 190.167, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117938,7 +117938,7 @@ 190.167, "m", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117961,7 +117961,7 @@ 190.167, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -117984,7 +117984,7 @@ 190.167, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -118007,7 +118007,7 @@ 190.167, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -118030,7 +118030,7 @@ 190.167, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -118053,7 +118053,7 @@ 190.167, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -118076,7 +118076,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118099,7 +118099,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118122,7 +118122,7 @@ 179.209, "9", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118145,7 +118145,7 @@ 179.209, "1", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118168,7 +118168,7 @@ 179.209, "1", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118191,7 +118191,7 @@ 179.209, "0", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118214,7 +118214,7 @@ 179.209, "4", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118237,7 +118237,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118260,7 +118260,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118283,7 +118283,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118306,7 +118306,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118329,7 +118329,7 @@ 179.209, "l", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118352,7 +118352,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118375,7 +118375,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118398,7 +118398,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118421,7 +118421,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118444,7 +118444,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118467,7 +118467,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118490,7 +118490,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118513,7 +118513,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118536,7 +118536,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118559,7 +118559,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118582,7 +118582,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118605,7 +118605,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118628,7 +118628,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118651,7 +118651,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118674,7 +118674,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118697,7 +118697,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118720,7 +118720,7 @@ 179.209, "c", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118743,7 +118743,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118766,7 +118766,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118789,7 +118789,7 @@ 179.209, ".", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118812,7 +118812,7 @@ 179.209, "T", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118835,7 +118835,7 @@ 179.209, "h", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118858,7 +118858,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118881,7 +118881,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118904,7 +118904,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118927,7 +118927,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118950,7 +118950,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118973,7 +118973,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -118996,7 +118996,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119019,7 +119019,7 @@ 179.209, "t", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119042,7 +119042,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119065,7 +119065,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119088,7 +119088,7 @@ 179.209, "n", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119111,7 +119111,7 @@ 179.209, "s", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119134,7 +119134,7 @@ 179.209, "p", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119157,7 +119157,7 @@ 179.209, "r", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119180,7 +119180,7 @@ 179.209, "o", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119203,7 +119203,7 @@ 179.209, "v", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119226,7 +119226,7 @@ 179.209, "i", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119249,7 +119249,7 @@ 179.209, "d", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119272,7 +119272,7 @@ 179.209, "e", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119295,7 +119295,7 @@ 179.209, "l", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119318,7 +119318,7 @@ 179.209, "a", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119341,7 +119341,7 @@ 179.209, "y", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119364,7 +119364,7 @@ 179.209, "-", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -119387,7 +119387,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119410,7 +119410,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119433,7 +119433,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119456,7 +119456,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119479,7 +119479,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119502,7 +119502,7 @@ 168.25, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119525,7 +119525,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119548,7 +119548,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119571,7 +119571,7 @@ 168.25, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119594,7 +119594,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119617,7 +119617,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119640,7 +119640,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119663,7 +119663,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119686,7 +119686,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119709,7 +119709,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119732,7 +119732,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119755,7 +119755,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119778,7 +119778,7 @@ 168.25, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119801,7 +119801,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119824,7 +119824,7 @@ 168.25, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119847,7 +119847,7 @@ 168.25, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119870,7 +119870,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119893,7 +119893,7 @@ 168.25, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119916,7 +119916,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119939,7 +119939,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119962,7 +119962,7 @@ 168.25, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -119985,7 +119985,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120008,7 +120008,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120031,7 +120031,7 @@ 168.25, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120054,7 +120054,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120077,7 +120077,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120100,7 +120100,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120123,7 +120123,7 @@ 168.25, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120146,7 +120146,7 @@ 168.25, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120169,7 +120169,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120192,7 +120192,7 @@ 168.25, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120215,7 +120215,7 @@ 168.25, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120238,7 +120238,7 @@ 168.25, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120261,7 +120261,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120284,7 +120284,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120307,7 +120307,7 @@ 168.25, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120330,7 +120330,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120353,7 +120353,7 @@ 168.25, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120376,7 +120376,7 @@ 168.25, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120399,7 +120399,7 @@ 168.25, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120422,7 +120422,7 @@ 168.25, "b", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120445,7 +120445,7 @@ 168.25, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120468,7 +120468,7 @@ 168.25, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120491,7 +120491,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120514,7 +120514,7 @@ 168.25, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120537,7 +120537,7 @@ 168.25, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120560,7 +120560,7 @@ 168.25, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120583,7 +120583,7 @@ 168.25, "g", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120606,7 +120606,7 @@ 168.25, "-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -120629,7 +120629,7 @@ 157.291, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120652,7 +120652,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120675,7 +120675,7 @@ 157.291, "x", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120698,7 +120698,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120721,7 +120721,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120744,7 +120744,7 @@ 157.291, ".", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120767,7 +120767,7 @@ 157.291, "W", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120790,7 +120790,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120813,7 +120813,7 @@ 157.291, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120836,7 +120836,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120859,7 +120859,7 @@ 157.291, "fi", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120882,7 +120882,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120905,7 +120905,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120928,7 +120928,7 @@ 157.291, "1", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120951,7 +120951,7 @@ 157.291, "1", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120974,7 +120974,7 @@ 157.291, "d", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -120997,7 +120997,7 @@ 157.291, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121020,7 +121020,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121043,7 +121043,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121066,7 +121066,7 @@ 157.291, "i", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121089,7 +121089,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121112,7 +121112,7 @@ 157.291, "c", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121135,7 +121135,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121158,7 +121158,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121181,7 +121181,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121204,7 +121204,7 @@ 157.291, "b", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121227,7 +121227,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121250,7 +121250,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121273,7 +121273,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121296,7 +121296,7 @@ 157.291, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121319,7 +121319,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121342,7 +121342,7 @@ 157.291, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121365,7 +121365,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121388,7 +121388,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121411,7 +121411,7 @@ 157.291, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121434,7 +121434,7 @@ 157.291, "o", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121457,7 +121457,7 @@ 157.291, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121480,7 +121480,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121503,7 +121503,7 @@ 157.291, "f", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121526,7 +121526,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121549,7 +121549,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121572,7 +121572,7 @@ 157.291, "t", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121595,7 +121595,7 @@ 157.291, "u", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121618,7 +121618,7 @@ 157.291, "r", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121641,7 +121641,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121664,7 +121664,7 @@ 157.291, "s", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121687,7 +121687,7 @@ 157.291, ",", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121710,7 +121710,7 @@ 157.291, "n", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121733,7 +121733,7 @@ 157.291, "a", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121756,7 +121756,7 @@ 157.291, "m", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121779,7 +121779,7 @@ 157.291, "e", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121802,7 +121802,7 @@ 157.291, "l", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -121825,7 +121825,7 @@ 157.291, "y", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -122032,7 +122032,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -122239,7 +122239,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -122423,7 +122423,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -122653,7 +122653,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -122929,7 +122929,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -123205,7 +123205,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -123389,7 +123389,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -123734,7 +123734,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -123872,7 +123872,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -123987,7 +123987,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124010,7 +124010,7 @@ 135.373, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124033,7 +124033,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124056,7 +124056,7 @@ 135.373, "d", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124194,7 +124194,7 @@ 135.373, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124217,7 +124217,7 @@ 135.373, "O", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124240,7 +124240,7 @@ 135.373, "u", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124263,7 +124263,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124286,7 +124286,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124309,7 +124309,7 @@ 135.373, "e", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124332,7 +124332,7 @@ 135.373, "a", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124355,7 +124355,7 @@ 135.373, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124378,7 +124378,7 @@ 135.373, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124401,7 +124401,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124424,7 +124424,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124447,7 +124447,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124470,7 +124470,7 @@ 135.373, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124493,7 +124493,7 @@ 135.373, "f", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124516,7 +124516,7 @@ 135.373, "o", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124539,7 +124539,7 @@ 135.373, "r", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124562,7 +124562,7 @@ 135.373, "p", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124585,7 +124585,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124608,7 +124608,7 @@ 135.373, "c", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124631,7 +124631,7 @@ 135.373, "k", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124654,7 +124654,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124677,7 +124677,7 @@ 135.373, "n", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124700,7 +124700,7 @@ 135.373, "g", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124723,7 +124723,7 @@ 135.373, "t", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124746,7 +124746,7 @@ 135.373, "h", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124769,7 +124769,7 @@ 135.373, "i", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124792,7 +124792,7 @@ 135.373, "s", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -124815,7 +124815,7 @@ 124.414, "p", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124838,7 +124838,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124861,7 +124861,7 @@ 124.414, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124884,7 +124884,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124907,7 +124907,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124930,7 +124930,7 @@ 124.414, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124953,7 +124953,7 @@ 124.414, "u", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124976,7 +124976,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -124999,7 +124999,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125022,7 +125022,7 @@ 124.414, "r", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125045,7 +125045,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125068,7 +125068,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125091,7 +125091,7 @@ 124.414, "b", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125114,7 +125114,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125137,7 +125137,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125160,7 +125160,7 @@ 124.414, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125183,7 +125183,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125206,7 +125206,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125229,7 +125229,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125252,7 +125252,7 @@ 124.414, "s", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125275,7 +125275,7 @@ 124.414, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125298,7 +125298,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125321,7 +125321,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125344,7 +125344,7 @@ 124.414, "a", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125367,7 +125367,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125390,7 +125390,7 @@ 124.414, "l", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125413,7 +125413,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125436,7 +125436,7 @@ 124.414, "d", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125459,7 +125459,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125482,7 +125482,7 @@ 124.414, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125505,7 +125505,7 @@ 124.414, "S", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125528,7 +125528,7 @@ 124.414, "e", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125551,7 +125551,7 @@ 124.414, "c", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125574,7 +125574,7 @@ 124.414, "t", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125597,7 +125597,7 @@ 124.414, "i", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125620,7 +125620,7 @@ 124.414, "o", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125643,7 +125643,7 @@ 124.414, "n", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125666,7 +125666,7 @@ 124.414, "4", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125689,7 +125689,7 @@ 124.414, ".", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -125712,7 +125712,7 @@ 113.455, "I", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125735,7 +125735,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125758,7 +125758,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125781,7 +125781,7 @@ 113.455, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125804,7 +125804,7 @@ 113.455, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125827,7 +125827,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125850,7 +125850,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125873,7 +125873,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125896,7 +125896,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125919,7 +125919,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125942,7 +125942,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125965,7 +125965,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -125988,7 +125988,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126011,7 +126011,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126034,7 +126034,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126057,7 +126057,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126080,7 +126080,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126103,7 +126103,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126126,7 +126126,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126149,7 +126149,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126172,7 +126172,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126195,7 +126195,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126218,7 +126218,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126241,7 +126241,7 @@ 113.455, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126264,7 +126264,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126287,7 +126287,7 @@ 113.455, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126310,7 +126310,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126333,7 +126333,7 @@ 113.455, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126356,7 +126356,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126379,7 +126379,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126402,7 +126402,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126425,7 +126425,7 @@ 113.455, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126448,7 +126448,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126471,7 +126471,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126494,7 +126494,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126517,7 +126517,7 @@ 113.455, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126540,7 +126540,7 @@ 113.455, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126563,7 +126563,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126586,7 +126586,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126609,7 +126609,7 @@ 113.455, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126632,7 +126632,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126655,7 +126655,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126678,7 +126678,7 @@ 113.455, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126701,7 +126701,7 @@ 113.455, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126724,7 +126724,7 @@ 113.455, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126747,7 +126747,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126770,7 +126770,7 @@ 113.455, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126793,7 +126793,7 @@ 113.455, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126816,7 +126816,7 @@ 113.455, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126839,7 +126839,7 @@ 113.455, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126862,7 +126862,7 @@ 113.455, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126885,7 +126885,7 @@ 113.455, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126908,7 +126908,7 @@ 113.455, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -126931,7 +126931,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -126954,7 +126954,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -126977,7 +126977,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127000,7 +127000,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127023,7 +127023,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127046,7 +127046,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127069,7 +127069,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127092,7 +127092,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127115,7 +127115,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127138,7 +127138,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127161,7 +127161,7 @@ 102.496, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127184,7 +127184,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127207,7 +127207,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127230,7 +127230,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127253,7 +127253,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127276,7 +127276,7 @@ 102.496, ",", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127299,7 +127299,7 @@ 102.496, "w", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127322,7 +127322,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127345,7 +127345,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127368,7 +127368,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127391,7 +127391,7 @@ 102.496, "q", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127414,7 +127414,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127437,7 +127437,7 @@ 102.496, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127460,7 +127460,7 @@ 102.496, "r", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127483,7 +127483,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127506,7 +127506,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127529,7 +127529,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127552,7 +127552,7 @@ 102.496, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127575,7 +127575,7 @@ 102.496, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127598,7 +127598,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127621,7 +127621,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127644,7 +127644,7 @@ 102.496, "h", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127667,7 +127667,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127690,7 +127690,7 @@ 102.496, "d", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127713,7 +127713,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127736,7 +127736,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127759,7 +127759,7 @@ 102.496, "u", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127782,7 +127782,7 @@ 102.496, "m", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127805,7 +127805,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127828,7 +127828,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127851,7 +127851,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127874,7 +127874,7 @@ 102.496, "s", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127897,7 +127897,7 @@ 102.496, "i", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127920,7 +127920,7 @@ 102.496, "n", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127943,7 +127943,7 @@ 102.496, "D", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127966,7 +127966,7 @@ 102.496, "o", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -127989,7 +127989,7 @@ 102.496, "c", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128012,7 +128012,7 @@ 102.496, "L", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128035,7 +128035,7 @@ 102.496, "a", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128058,7 +128058,7 @@ 102.496, "y", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128081,7 +128081,7 @@ 102.496, "N", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128104,7 +128104,7 @@ 102.496, "e", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128127,7 +128127,7 @@ 102.496, "t", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -128150,7 +128150,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128173,7 +128173,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128196,7 +128196,7 @@ 91.537, "h", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128219,7 +128219,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128242,7 +128242,7 @@ 91.537, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128265,7 +128265,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128288,7 +128288,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128311,7 +128311,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128334,7 +128334,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128357,7 +128357,7 @@ 91.537, "f", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128380,7 +128380,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128403,7 +128403,7 @@ 91.537, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128426,7 +128426,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128449,7 +128449,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128472,7 +128472,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128495,7 +128495,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128518,7 +128518,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128541,7 +128541,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128564,7 +128564,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128587,7 +128587,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128610,7 +128610,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128633,7 +128633,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128656,7 +128656,7 @@ 91.537, ".", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128679,7 +128679,7 @@ 91.537, "F", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128702,7 +128702,7 @@ 91.537, "i", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128725,7 +128725,7 @@ 91.537, "r", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128748,7 +128748,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128771,7 +128771,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128794,7 +128794,7 @@ 91.537, "l", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128817,7 +128817,7 @@ 91.537, "y", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128840,7 +128840,7 @@ 91.537, ",", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128863,7 +128863,7 @@ 91.537, "w", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128886,7 +128886,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128909,7 +128909,7 @@ 91.537, "k", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128932,7 +128932,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128955,7 +128955,7 @@ 91.537, "p", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -128978,7 +128978,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129001,7 +129001,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129024,7 +129024,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129047,7 +129047,7 @@ 91.537, "a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129070,7 +129070,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129093,7 +129093,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129116,7 +129116,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129139,7 +129139,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129162,7 +129162,7 @@ 91.537, "d", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129185,7 +129185,7 @@ 91.537, "o", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129208,7 +129208,7 @@ 91.537, "c", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129231,7 +129231,7 @@ 91.537, "u", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129254,7 +129254,7 @@ 91.537, "m", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129277,7 +129277,7 @@ 91.537, "e", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129300,7 +129300,7 @@ 91.537, "n", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129323,7 +129323,7 @@ 91.537, "t", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129346,7 +129346,7 @@ 91.537, "s", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129467,7 +129467,7 @@ 731.44, "KDD '22, August 14-18, 2022, Washington, DC, USA", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -129490,7 +129490,7 @@ 731.44, "Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S. Nassar, and Peter Staar", -1, - 4.483, + 2.242, "", "STANDARD", "/F219", @@ -129559,7 +129559,7 @@ 680.586, "Despite the substantial improvements achieved with machine-learning", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -129582,7 +129582,7 @@ 669.627, "(ML) approaches and deep neural networks in recent years, docu-", -1, - 4.524, + 2.262, "", "STANDARD", "/F134", @@ -129605,7 +129605,7 @@ 658.668, "ment conversion remains a challenging problem, as demonstrated", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -129628,7 +129628,7 @@ 647.71, "by the numerous public competitions held on this topic [1-4]. The", -1, - 4.434, + 2.217, "", "STANDARD", "/F134", @@ -129651,7 +129651,7 @@ 636.751, "challenge originates from the huge variability in PDF documents", -1, - 4.55, + 2.275, "", "STANDARD", "/F134", @@ -129674,7 +129674,7 @@ 625.792, "regarding layout, language and formats (scanned, programmatic", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129697,7 +129697,7 @@ 614.833, "or a combination of both). Engineering a single ML model that can", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -129720,7 +129720,7 @@ 603.874, "be applied on all types of documents and provides high-quality", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129743,7 +129743,7 @@ 592.915, "layout segmentation remains to this day extremely challenging [5].", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -129766,7 +129766,7 @@ 581.956, "To highlight the variability in document layouts, we show a few", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129789,7 +129789,7 @@ 570.997, "example documents from the DocLayNet dataset in Figure 1.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -129812,7 +129812,7 @@ 560.038, "Akeyproblem in the process of document conversion is to under-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -129835,7 +129835,7 @@ 549.079, "stand the structure of a single document page, i.e. which segments", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -129858,7 +129858,7 @@ 538.121, "of text should be grouped together in a unit. To train models for this", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -129881,7 +129881,7 @@ 527.162, "task, there are currently two large datasets available to the com-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129904,7 +129904,7 @@ 516.203, "munity, PubLayNet [6] and DocBank [7]. They were introduced", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -129927,7 +129927,7 @@ 505.244, "in 2019 and 2020 respectively and significantly accelerated the im-", -1, - 4.47, + 2.235, "", "STANDARD", "/F134", @@ -129950,7 +129950,7 @@ 494.285, "plementation of layout detection and segmentation models due to", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -129973,7 +129973,7 @@ 483.326, "their sizes of 300K and 500K ground-truth pages. These sizes were", -1, - 4.447, + 2.224, "", "STANDARD", "/F134", @@ -129996,7 +129996,7 @@ 472.367, "achieved by leveraging an automation approach. The benefit of au-", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -130019,7 +130019,7 @@ 461.408, "tomated ground-truth generation is obvious: one can generate large", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130042,7 +130042,7 @@ 450.449, "ground-truth datasets at virtually no cost. However, the automation", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130065,7 +130065,7 @@ 439.49, "introduces a constraint on the variability in the dataset, because", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130088,7 +130088,7 @@ 428.531, "corresponding structured source data must be available. PubLayNet", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130111,7 +130111,7 @@ 417.573, "and DocBank were both generated from scientific document repos-", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -130134,7 +130134,7 @@ 406.614, "itories (PubMed and arXiv), which provide XML or L A T E X", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -130157,7 +130157,7 @@ 406.614, "sources.", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -130180,7 +130180,7 @@ 395.655, "Those scientific documents present a limited variability in their", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130203,7 +130203,7 @@ 384.696, "layouts, because they are typeset in uniform templates provided by", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130226,7 +130226,7 @@ 373.737, "the publishers. Obviously, documents such as technical manuals,", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130249,7 +130249,7 @@ 362.778, "annual company reports, legal text, government tenders, etc. have", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -130272,7 +130272,7 @@ 351.819, "very different and partially unique layouts. As a consequence, the", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -130295,7 +130295,7 @@ 340.86, "layout predictions obtained from models trained on PubLayNet or", -1, - 4.461, + 2.23, "", "STANDARD", "/F134", @@ -130318,7 +130318,7 @@ 329.901, "DocBank is very reasonable when applied on scientific documents.", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -130341,7 +130341,7 @@ 318.942, "However, for more", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130387,7 +130387,7 @@ 318.942, "or", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130433,7 +130433,7 @@ 318.942, "layouts, we see sub-par", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130456,7 +130456,7 @@ 307.984, "prediction quality from these models, which we demonstrate in", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130479,7 +130479,7 @@ 297.025, "Section 5.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -130502,7 +130502,7 @@ 286.066, "In this paper, we present the DocLayNet dataset. It provides page-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130525,7 +130525,7 @@ 275.107, "by-page layout annotation ground-truth using bounding-boxes for", -1, - 4.425, + 2.212, "", "STANDARD", "/F134", @@ -130548,7 +130548,7 @@ 264.148, "11 distinct class labels on 80863 unique document pages, of which", -1, - 4.474, + 2.237, "", "STANDARD", "/F134", @@ -130571,7 +130571,7 @@ 253.189, "a fraction carry double- or triple-annotations. DocLayNet is similar", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -130594,7 +130594,7 @@ 242.23, "in spirit to PubLayNet and DocBank and will likewise be made", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130617,7 +130617,7 @@ 231.271, "available to the public", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -130640,7 +130640,7 @@ 233.42, "1", -1, - 3.636, + 1.818, "", "STANDARD", "/F134", @@ -130663,7 +130663,7 @@ 231.271, "in order to stimulate the document-layout", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -130686,7 +130686,7 @@ 220.312, "analysis community. It distinguishes itself in the following aspects:", -1, - 4.411, + 2.206, "", "STANDARD", "/F134", @@ -130709,7 +130709,7 @@ 206.988, "(1)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -130755,7 +130755,7 @@ 206.988, ":", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -130778,7 +130778,7 @@ 206.988, "In contrast to PubLayNet and DocBank,", -1, - 4.443, + 2.221, "", "STANDARD", "/F134", @@ -130801,7 +130801,7 @@ 196.029, "we relied on human annotation instead of automation ap-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130824,7 +130824,7 @@ 185.07, "proaches to generate the data set.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -130847,7 +130847,7 @@ 174.111, "(2)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -130893,7 +130893,7 @@ 174.111, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130916,7 +130916,7 @@ 174.111, "We include diverse and complex", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -130939,7 +130939,7 @@ 163.153, "layouts from a large variety of public sources.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -130962,7 +130962,7 @@ 152.194, "(3)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131008,7 +131008,7 @@ 152.194, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131031,7 +131031,7 @@ 152.194, "We define 11 class labels to distinguish", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131054,7 +131054,7 @@ 141.235, "layout features in high detail. PubLayNet provides 5 labels;", -1, - 4.506, + 2.253, "", "STANDARD", "/F134", @@ -131077,7 +131077,7 @@ 130.276, "DocBank provides 13, although not a superset of ours.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131100,7 +131100,7 @@ 119.317, "(4)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131146,7 +131146,7 @@ 119.317, ":", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131169,7 +131169,7 @@ 119.317, "A fraction of the pages in the Do-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131192,7 +131192,7 @@ 108.358, "cLayNet data set carry more than one human annotation.", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131215,7 +131215,7 @@ 91.103, "1", -1, - 2.74, + 1.37, "", "STANDARD", "/F134", @@ -131238,7 +131238,7 @@ 89.439, "https://developer.ibm.com/exchanges/data/all/doclaynet", -1, - 3.487, + 1.743, "", "STANDARD", "/F134", @@ -131261,7 +131261,7 @@ 704.206, "This enables experimentation with annotation uncertainty", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -131284,7 +131284,7 @@ 693.247, "and quality control analysis.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131307,7 +131307,7 @@ 682.288, "(5)", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131353,7 +131353,7 @@ 682.288, ":", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -131376,7 +131376,7 @@ 682.288, "Like DocBank, we", -1, - 4.465, + 2.233, "", "STANDARD", "/F134", @@ -131399,7 +131399,7 @@ 671.329, "provide fixed train-, test- & validation-sets to ensure propor-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131422,7 +131422,7 @@ 660.371, "tional representation of the class-labels. Further, we prevent", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -131445,7 +131445,7 @@ 649.412, "leakage of unique layouts across sets, which has a large effect", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131468,7 +131468,7 @@ 638.453, "on model accuracy scores.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131491,7 +131491,7 @@ 623.594, "All aspects outlined above are detailed in Section 3. In Section 4,", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -131514,7 +131514,7 @@ 612.635, "we will elaborate on how we designed and executed this large-scale", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131537,7 +131537,7 @@ 601.676, "human annotation campaign. We will also share key insights and", -1, - 4.519, + 2.26, "", "STANDARD", "/F134", @@ -131560,7 +131560,7 @@ 590.717, "lessons learned that might prove helpful for other parties planning", -1, - 4.407, + 2.203, "", "STANDARD", "/F134", @@ -131583,7 +131583,7 @@ 579.758, "to set up annotation campaigns.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -131606,7 +131606,7 @@ 568.799, "In Section 5, we will present baseline accuracy numbers for a", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131629,7 +131629,7 @@ 557.84, "variety of object detection methods (Faster R-CNN, Mask R-CNN", -1, - 4.533, + 2.266, "", "STANDARD", "/F134", @@ -131652,7 +131652,7 @@ 546.881, "and YOLOv5) trained on DocLayNet. We further show how the", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131675,7 +131675,7 @@ 535.922, "model performance is impacted by varying the DocLayNet dataset", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -131698,7 +131698,7 @@ 524.964, "size, reducing the label set and modifying the train/test-split. Last", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -131721,7 +131721,7 @@ 514.005, "but not least, we compare the performance of models trained on", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131744,7 +131744,7 @@ 503.046, "PubLayNet, DocBank and DocLayNet and demonstrate that a model", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131767,7 +131767,7 @@ 492.087, "trained on DocLayNet provides overall more robust layout recovery.", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131836,7 +131836,7 @@ 445.237, "While early approaches in document-layout analysis used rule-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131859,7 +131859,7 @@ 434.278, "based algorithms and heuristics [8], the problem is lately addressed", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131882,7 +131882,7 @@ 423.319, "with deep learning methods. The most common approach is to lever-", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131905,7 +131905,7 @@ 412.36, "age object detection models [9-15]. In the last decade, the accuracy", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131928,7 +131928,7 @@ 401.401, "and speed of these models has increased dramatically. Furthermore,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -131951,7 +131951,7 @@ 390.442, "most state-of-the-art object detection methods can be trained and", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -131974,7 +131974,7 @@ 379.483, "applied with very little work, thanks to a standardisation effort", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -131997,7 +131997,7 @@ 368.524, "of the ground-truth data format [16] and common deep-learning", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -132020,7 +132020,7 @@ 357.566, "frameworks [17]. Reference data sets such as PubLayNet [6] and", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -132043,7 +132043,7 @@ 346.607, "DocBank provide their data in the commonly accepted COCO for-", -1, - 4.479, + 2.239, "", "STANDARD", "/F134", @@ -132066,7 +132066,7 @@ 335.648, "mat [16].", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -132089,7 +132089,7 @@ 324.689, "Lately, new types of ML models for document-layout analysis", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -132112,7 +132112,7 @@ 313.73, "have emerged in the community [18-21]. These models do not", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -132135,7 +132135,7 @@ 302.771, "approach the problem of layout analysis purely based on an image", -1, - 4.429, + 2.215, "", "STANDARD", "/F134", @@ -132158,7 +132158,7 @@ 291.812, "representation of the page, as computer vision methods do. Instead,", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132181,7 +132181,7 @@ 280.853, "they combine the text tokens and image representation of a page", -1, - 4.546, + 2.273, "", "STANDARD", "/F134", @@ -132204,7 +132204,7 @@ 269.894, "in order to obtain a segmentation. While the reported accuracies", -1, - 4.568, + 2.284, "", "STANDARD", "/F134", @@ -132227,7 +132227,7 @@ 258.935, "appear to be promising, a broadly accepted data format which links", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132250,7 +132250,7 @@ 247.976, "geometric and textual features has yet to establish.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -132319,7 +132319,7 @@ 201.126, "DocLayNet contains 80863 PDF pages. Among these, 7059 carry two", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132342,7 +132342,7 @@ 190.167, "instances of human annotations, and 1591 carry three. This amounts", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132365,7 +132365,7 @@ 179.209, "to 91104 total annotation instances. The annotations provide lay-", -1, - 4.559, + 2.28, "", "STANDARD", "/F134", @@ -132388,7 +132388,7 @@ 168.25, "out information in the shape of labeled, rectangular bounding-", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -132411,7 +132411,7 @@ 157.291, "boxes. We define 11 distinct labels for layout features, namely", -1, - 4.403, + 2.201, "", "STANDARD", "/F134", @@ -132480,7 +132480,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132526,7 +132526,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132572,7 +132572,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132595,7 +132595,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132641,7 +132641,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132687,7 +132687,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132733,7 +132733,7 @@ 146.332, ",", -1, - 4.492, + 2.246, "", "STANDARD", "/F134", @@ -132779,7 +132779,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132825,7 +132825,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132871,7 +132871,7 @@ 135.373, ",", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132894,7 +132894,7 @@ 135.373, "and", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132940,7 +132940,7 @@ 135.373, ".", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132963,7 +132963,7 @@ 135.373, "Our reasoning for picking this", -1, - 4.394, + 2.197, "", "STANDARD", "/F134", @@ -132986,7 +132986,7 @@ 124.414, "particular label set is detailed in Section 4.", -1, - 4.483, + 2.242, "", "STANDARD", "/F134", @@ -133009,7 +133009,7 @@ 113.455, "In addition to open intellectual property constraints for the", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -133032,7 +133032,7 @@ 102.496, "source documents, we required that the documents in DocLayNet", -1, - 4.488, + 2.244, "", "STANDARD", "/F134", @@ -133055,7 +133055,7 @@ 91.537, "adhere to a few conditions. Firstly, we kept scanned documents", -1, - 4.573, + 2.286, "", "STANDARD", "/F134", @@ -133159,25 +133159,25 @@ ] }, "timings": { - "decode_annots": 2.2e-05, - "decode_contents": 0.002619, + "decode_annots": 2e-05, + "decode_contents": 0.002605, "decode_dimensions": 1e-06, - "decode_page": 0.218772, - "decode_resources": 0.002104, - "sanitise_contents": 0.213136 + "decode_page": 0.173286, + "decode_resources": 0.002017, + "sanitise_contents": 0.088588 } } ], "timings": { - "decode_annots": 2.2e-05, - "decode_contents": 0.002619, + "decode_annots": 2e-05, + "decode_contents": 0.002605, "decode_dimensions": 1e-06, - "decode_document": 0.227092, - "decode_page": 0.218772, - "decode_resources": 0.002104, - "decoding page 0": 0.598219, - "decoding page 1": 0.220887, - "process_document_from_bytesio": 0.000136, - "sanitise_contents": 0.213136 + "decode_document": 0.181864, + "decode_page": 0.173286, + "decode_resources": 0.002017, + "decoding page 0": 0.608168, + "decoding page 1": 0.17558, + "process_document_from_bytesio": 0.000118, + "sanitise_contents": 0.088588 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left.pdf.page_no_1.py.json b/tests/data/groundtruth/right_to_left.pdf.page_no_1.py.json index 4bdf51e2..3a37b8b1 100644 --- a/tests/data/groundtruth/right_to_left.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/right_to_left.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -102,6 +103,7 @@ "orig": "\u063a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -130,6 +132,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -158,6 +161,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -186,6 +190,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -214,6 +219,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -242,6 +248,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -270,6 +277,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -298,6 +306,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -326,6 +335,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -354,6 +364,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -382,6 +393,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -410,6 +422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -438,6 +451,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -466,6 +480,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -494,6 +509,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -522,6 +538,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -550,6 +567,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -578,6 +596,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -606,6 +625,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -634,6 +654,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -662,6 +683,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -690,6 +712,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -718,6 +741,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -746,6 +770,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -774,6 +799,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -802,6 +828,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -830,6 +857,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -858,6 +886,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -886,6 +915,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -914,6 +944,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -942,6 +973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -970,6 +1002,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -998,6 +1031,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1026,6 +1060,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1054,6 +1089,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1082,6 +1118,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1110,6 +1147,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1138,6 +1176,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1166,6 +1205,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1194,6 +1234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1222,6 +1263,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1250,6 +1292,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1278,6 +1321,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1306,6 +1350,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1334,6 +1379,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1362,6 +1408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1390,6 +1437,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1446,6 +1495,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -1474,6 +1524,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1502,6 +1553,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1530,6 +1582,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1558,6 +1611,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1614,6 +1669,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1642,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -1670,6 +1727,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1698,6 +1756,7 @@ "orig": "\u063a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1726,6 +1785,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1754,6 +1814,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1782,6 +1843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1810,6 +1872,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1838,6 +1901,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1866,6 +1930,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1894,6 +1959,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1922,6 +1988,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1950,6 +2017,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1978,6 +2046,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2006,6 +2075,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2034,6 +2104,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2062,6 +2133,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2090,6 +2162,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2118,6 +2191,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2146,6 +2220,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2174,6 +2249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2202,6 +2278,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2258,6 +2336,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2286,6 +2365,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2314,6 +2394,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2342,6 +2423,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2370,6 +2452,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2398,6 +2481,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2426,6 +2510,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2454,6 +2539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2510,6 +2597,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2538,6 +2626,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2566,6 +2655,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2594,6 +2684,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2622,6 +2713,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2650,6 +2742,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2678,6 +2771,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2706,6 +2800,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2734,6 +2829,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2762,6 +2858,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2790,6 +2887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2818,6 +2916,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2846,6 +2945,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2874,6 +2974,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2902,6 +3003,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2930,6 +3032,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2958,6 +3061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2986,6 +3090,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3014,6 +3119,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3042,6 +3148,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3070,6 +3177,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3098,6 +3206,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3126,6 +3235,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3154,6 +3264,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3182,6 +3293,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3210,6 +3322,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3238,6 +3351,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3266,6 +3380,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3294,6 +3409,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3322,6 +3438,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3350,6 +3467,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3378,6 +3496,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3406,6 +3525,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3434,6 +3554,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3462,6 +3583,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3490,6 +3612,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3518,6 +3641,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3546,6 +3670,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3574,6 +3699,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3602,6 +3728,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3630,6 +3757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3658,6 +3786,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3686,6 +3815,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3714,6 +3844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3742,6 +3873,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3770,6 +3902,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3798,6 +3931,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3826,6 +3960,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3854,6 +3989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3882,6 +4018,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3910,6 +4047,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3938,6 +4076,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3966,6 +4105,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3994,6 +4134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4022,6 +4163,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4050,6 +4192,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4078,6 +4221,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4106,6 +4250,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4134,6 +4279,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4162,6 +4308,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4190,6 +4337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4218,6 +4366,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4246,6 +4395,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4274,6 +4424,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4302,6 +4453,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4330,6 +4482,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4358,6 +4511,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4386,6 +4540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4414,6 +4569,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4442,6 +4598,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4470,6 +4627,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4498,6 +4656,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4526,6 +4685,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4554,6 +4714,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4582,6 +4743,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4610,6 +4772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4638,6 +4801,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4666,6 +4830,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4694,6 +4859,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4722,6 +4888,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4750,6 +4917,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4778,6 +4946,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4806,6 +4975,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4834,6 +5004,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4862,6 +5033,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4890,6 +5062,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4918,6 +5091,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4946,6 +5120,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4974,6 +5149,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5002,6 +5178,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5030,6 +5207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5058,6 +5236,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5086,6 +5265,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5114,6 +5294,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5142,6 +5323,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5170,6 +5352,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5198,6 +5381,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5226,6 +5410,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5254,6 +5439,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5282,6 +5468,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5310,6 +5497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5338,6 +5526,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5366,6 +5555,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5394,6 +5584,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5422,6 +5613,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5450,6 +5642,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5478,6 +5671,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5506,6 +5700,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5534,6 +5729,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5562,6 +5758,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5590,6 +5787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5618,6 +5816,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5646,6 +5845,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5674,6 +5874,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5702,6 +5903,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5730,6 +5932,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5758,6 +5961,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5786,6 +5990,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5814,6 +6019,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5870,6 +6077,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5898,6 +6106,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5926,6 +6135,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5954,6 +6164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5982,6 +6193,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6010,6 +6222,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6038,6 +6251,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6066,6 +6280,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6094,6 +6309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6122,6 +6338,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6150,6 +6367,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6178,6 +6396,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6234,6 +6454,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6262,6 +6483,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6290,6 +6512,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6318,6 +6541,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6346,6 +6570,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6374,6 +6599,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6402,6 +6628,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6430,6 +6657,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6458,6 +6686,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6486,6 +6715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6514,6 +6744,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6542,6 +6773,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6570,6 +6802,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6598,6 +6831,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6626,6 +6860,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6654,6 +6889,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6682,6 +6918,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6710,6 +6947,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6738,6 +6976,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6766,6 +7005,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6794,6 +7034,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6822,6 +7063,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6850,6 +7092,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6878,6 +7121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6906,6 +7150,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6934,6 +7179,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6962,6 +7208,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6990,6 +7237,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7018,6 +7266,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7046,6 +7295,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7074,6 +7324,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7102,6 +7353,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7130,6 +7382,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7158,6 +7411,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7186,6 +7440,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7214,6 +7469,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7242,6 +7498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7270,6 +7527,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7298,6 +7556,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7326,6 +7585,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7354,6 +7614,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7382,6 +7643,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7410,6 +7672,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7438,6 +7701,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7466,6 +7730,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7494,6 +7759,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7522,6 +7788,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7550,6 +7817,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7578,6 +7846,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7634,6 +7904,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7662,6 +7933,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7690,6 +7962,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7718,6 +7991,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7746,6 +8020,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7774,6 +8049,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7802,6 +8078,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7830,6 +8107,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7858,6 +8136,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7886,6 +8165,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7914,6 +8194,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7942,6 +8223,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7970,6 +8252,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7998,6 +8281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8026,6 +8310,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8054,6 +8339,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8082,6 +8368,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8110,6 +8397,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8138,6 +8426,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8166,6 +8455,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8194,6 +8484,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8222,6 +8513,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8250,6 +8542,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8278,6 +8571,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8306,6 +8600,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8334,6 +8629,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8362,6 +8658,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8390,6 +8687,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8418,6 +8716,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8446,6 +8745,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8474,6 +8774,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8502,6 +8803,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8530,6 +8832,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8558,6 +8861,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8586,6 +8890,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8614,6 +8919,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8642,6 +8948,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8670,6 +8977,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8698,6 +9006,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8754,6 +9064,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8782,6 +9093,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8810,6 +9122,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8838,6 +9151,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8866,6 +9180,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8894,6 +9209,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8922,6 +9238,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8950,6 +9267,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8978,6 +9296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9006,6 +9325,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9034,6 +9354,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9062,6 +9383,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9090,6 +9412,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9146,6 +9470,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9174,6 +9499,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9202,6 +9528,7 @@ "orig": "\u063a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9230,6 +9557,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9258,6 +9586,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9286,6 +9615,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9314,6 +9644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9342,6 +9673,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9370,6 +9702,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9398,6 +9731,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9426,6 +9760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9454,6 +9789,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9482,6 +9818,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9510,6 +9847,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9538,6 +9876,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9566,6 +9905,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9594,6 +9934,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9622,6 +9963,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9678,6 +10021,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9706,6 +10050,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9734,6 +10079,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9790,6 +10137,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9818,6 +10166,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9846,6 +10195,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9874,6 +10224,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9902,6 +10253,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9930,6 +10282,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9958,6 +10311,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9986,6 +10340,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10014,6 +10369,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10042,6 +10398,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10070,6 +10427,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10098,6 +10456,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10126,6 +10485,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10154,6 +10514,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10182,6 +10543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10210,6 +10572,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10238,6 +10601,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10266,6 +10630,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10294,6 +10659,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10322,6 +10688,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10350,6 +10717,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10378,6 +10746,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10406,6 +10775,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10434,6 +10804,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10462,6 +10833,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10490,6 +10862,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10518,6 +10891,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10546,6 +10920,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10574,6 +10949,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10602,6 +10978,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10630,6 +11007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10658,6 +11036,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10686,6 +11065,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10714,6 +11094,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10742,6 +11123,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10770,6 +11152,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10798,6 +11181,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10826,6 +11210,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10854,6 +11239,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10882,6 +11268,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10910,6 +11297,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10938,6 +11326,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10966,6 +11355,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10994,6 +11384,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11050,6 +11442,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11078,6 +11471,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11106,6 +11500,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11134,6 +11529,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11162,6 +11558,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11190,6 +11587,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11218,6 +11616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11246,6 +11645,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11274,6 +11674,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11302,6 +11703,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11330,6 +11732,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11358,6 +11761,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11386,6 +11790,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11414,6 +11819,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11442,6 +11848,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11470,6 +11877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11498,6 +11906,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11526,6 +11935,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11554,6 +11964,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11582,6 +11993,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11610,6 +12022,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11638,6 +12051,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11666,6 +12080,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11694,6 +12109,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11722,6 +12138,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11750,6 +12167,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11778,6 +12196,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11806,6 +12225,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11834,6 +12254,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11862,6 +12283,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11890,6 +12312,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11918,6 +12341,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11946,6 +12370,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11974,6 +12399,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12002,6 +12428,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12030,6 +12457,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12058,6 +12486,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12086,6 +12515,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12114,6 +12544,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12142,6 +12573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12170,6 +12602,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12198,6 +12631,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12226,6 +12660,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12254,6 +12689,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12282,6 +12718,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12310,6 +12747,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12338,6 +12776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12366,6 +12805,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12394,6 +12834,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12422,6 +12863,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12450,6 +12892,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12478,6 +12921,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12506,6 +12950,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12534,6 +12979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12562,6 +13008,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12590,6 +13037,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12646,6 +13095,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12674,6 +13124,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12702,6 +13153,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12730,6 +13182,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12758,6 +13211,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12786,6 +13240,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12814,6 +13269,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12842,6 +13298,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12870,6 +13327,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12898,6 +13356,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12926,6 +13385,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12954,6 +13414,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12982,6 +13443,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13038,6 +13501,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13066,6 +13530,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13094,6 +13559,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13122,6 +13588,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13150,6 +13617,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13178,6 +13646,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13206,6 +13675,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13234,6 +13704,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13262,6 +13733,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13290,6 +13762,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13318,6 +13791,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13346,6 +13820,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13374,6 +13849,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13402,6 +13878,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13430,6 +13907,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13458,6 +13936,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13486,6 +13965,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13514,6 +13994,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13542,6 +14023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13570,6 +14052,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13598,6 +14081,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13626,6 +14110,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13654,6 +14139,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13682,6 +14168,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13710,6 +14197,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13738,6 +14226,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13766,6 +14255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13794,6 +14284,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13822,6 +14313,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13850,6 +14342,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13878,6 +14371,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13906,6 +14400,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13934,6 +14429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13962,6 +14458,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13990,6 +14487,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14018,6 +14516,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14046,6 +14545,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14074,6 +14574,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14102,6 +14603,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14130,6 +14632,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14158,6 +14661,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14186,6 +14690,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14214,6 +14719,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14242,6 +14748,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14270,6 +14777,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14326,6 +14835,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14354,6 +14864,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14382,6 +14893,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14410,6 +14922,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14438,6 +14951,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14466,6 +14980,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14494,6 +15009,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14522,6 +15038,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14550,6 +15067,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14606,6 +15125,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14634,6 +15154,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14662,6 +15183,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14690,6 +15212,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14746,6 +15270,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14774,6 +15299,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14802,6 +15328,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14830,6 +15357,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14858,6 +15386,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14886,6 +15415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14914,6 +15444,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14942,6 +15473,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14970,6 +15502,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14998,6 +15531,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15026,6 +15560,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15054,6 +15589,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15082,6 +15618,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15110,6 +15647,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15138,6 +15676,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15166,6 +15705,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15194,6 +15734,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15222,6 +15763,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15250,6 +15792,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15278,6 +15821,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15306,6 +15850,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15334,6 +15879,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15390,6 +15937,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15418,6 +15966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15446,6 +15995,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15474,6 +16024,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15502,6 +16053,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15530,6 +16082,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15558,6 +16111,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15586,6 +16140,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15614,6 +16169,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15642,6 +16198,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15670,6 +16227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15698,6 +16256,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15726,6 +16285,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15754,6 +16314,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15782,6 +16343,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15810,6 +16372,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15838,6 +16401,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15866,6 +16430,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15894,6 +16459,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15922,6 +16488,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15950,6 +16517,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15978,6 +16546,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16006,6 +16575,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16034,6 +16604,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16062,6 +16633,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16090,6 +16662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16118,6 +16691,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16146,6 +16720,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16174,6 +16749,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16202,6 +16778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16230,6 +16807,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16258,6 +16836,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16286,6 +16865,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16314,6 +16894,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16342,6 +16923,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16370,6 +16952,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16398,6 +16981,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16426,6 +17010,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16454,6 +17039,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16482,6 +17068,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16510,6 +17097,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16538,6 +17126,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16566,6 +17155,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16594,6 +17184,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16622,6 +17213,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16650,6 +17242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16678,6 +17271,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16706,6 +17300,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16734,6 +17329,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16762,6 +17358,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16790,6 +17387,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16818,6 +17416,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16846,6 +17445,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16874,6 +17474,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16902,6 +17503,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16930,6 +17532,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16958,6 +17561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16986,6 +17590,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17014,6 +17619,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17042,6 +17648,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17070,6 +17677,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17126,6 +17735,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17154,6 +17764,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17182,6 +17793,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17210,6 +17822,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17238,6 +17851,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17266,6 +17880,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17294,6 +17909,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17322,6 +17938,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17350,6 +17967,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17378,6 +17996,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17406,6 +18025,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17434,6 +18054,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17462,6 +18083,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17490,6 +18112,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17518,6 +18141,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17546,6 +18170,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17574,6 +18199,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17602,6 +18228,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17630,6 +18257,7 @@ "orig": "\u064b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17658,6 +18286,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17686,6 +18315,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17714,6 +18344,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17742,6 +18373,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17770,6 +18402,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17798,6 +18431,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17826,6 +18460,7 @@ "orig": "\u0624", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17854,6 +18489,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17882,6 +18518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17910,6 +18547,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17938,6 +18576,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17966,6 +18605,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17994,6 +18634,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18022,6 +18663,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18050,6 +18692,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18078,6 +18721,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18106,6 +18750,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18134,6 +18779,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18162,6 +18808,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18190,6 +18837,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18218,6 +18866,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18246,6 +18895,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18274,6 +18924,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18302,6 +18953,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18330,6 +18982,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18358,6 +19011,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18386,6 +19040,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18414,6 +19069,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18442,6 +19098,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18470,6 +19127,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18498,6 +19156,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18526,6 +19185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18554,6 +19214,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18582,6 +19243,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18610,6 +19272,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18638,6 +19301,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18666,6 +19330,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18694,6 +19359,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18722,6 +19388,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18778,6 +19446,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18806,6 +19475,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18834,6 +19504,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18862,6 +19533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18890,6 +19562,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18918,6 +19591,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18946,6 +19620,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18974,6 +19649,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19002,6 +19678,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19030,6 +19707,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19058,6 +19736,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19086,6 +19765,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19114,6 +19794,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19142,6 +19823,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19170,6 +19852,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19198,6 +19881,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19226,6 +19910,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19254,6 +19939,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19282,6 +19968,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19310,6 +19997,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19338,6 +20026,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19366,6 +20055,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19394,6 +20084,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19422,6 +20113,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19450,6 +20142,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19478,6 +20171,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19506,6 +20200,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19534,6 +20229,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19562,6 +20258,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19590,6 +20287,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19618,6 +20316,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19646,6 +20345,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19674,6 +20374,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19702,6 +20403,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19730,6 +20432,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19758,6 +20461,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19786,6 +20490,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19814,6 +20519,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19842,6 +20548,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19870,6 +20577,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19898,6 +20606,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19926,6 +20635,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19954,6 +20664,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19982,6 +20693,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20010,6 +20722,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20066,6 +20780,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20094,6 +20809,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20122,6 +20838,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20150,6 +20867,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20178,6 +20896,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20206,6 +20925,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20234,6 +20954,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20262,6 +20983,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20290,6 +21012,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20318,6 +21041,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20346,6 +21070,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20374,6 +21099,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20402,6 +21128,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20430,6 +21157,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20458,6 +21186,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20486,6 +21215,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20514,6 +21244,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20542,6 +21273,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20570,6 +21302,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20598,6 +21331,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20626,6 +21360,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20654,6 +21389,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20682,6 +21418,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20738,6 +21476,7 @@ "orig": "\u064b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20766,6 +21505,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20794,6 +21534,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20822,6 +21563,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20850,6 +21592,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20878,6 +21621,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20906,6 +21650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20934,6 +21679,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20962,6 +21708,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20990,6 +21737,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21018,6 +21766,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21046,6 +21795,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21074,6 +21824,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21102,6 +21853,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21130,6 +21882,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21158,6 +21911,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21186,6 +21940,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21214,6 +21969,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21242,6 +21998,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21270,6 +22027,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21298,6 +22056,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21326,6 +22085,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21354,6 +22114,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21382,6 +22143,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21410,6 +22172,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21438,6 +22201,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21494,6 +22259,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21522,6 +22288,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21550,6 +22317,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21578,6 +22346,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21606,6 +22375,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21634,6 +22404,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21662,6 +22433,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21690,6 +22462,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21718,6 +22491,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21746,6 +22520,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21802,6 +22578,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21886,6 +22665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21914,6 +22694,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21942,6 +22723,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21970,6 +22752,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21998,6 +22781,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22026,6 +22810,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22054,6 +22839,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22082,6 +22868,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22110,6 +22897,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22138,6 +22926,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22166,6 +22955,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22194,6 +22984,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22222,6 +23013,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22250,6 +23042,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22278,6 +23071,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22306,6 +23100,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22334,6 +23129,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22362,6 +23158,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22390,6 +23187,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22418,6 +23216,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22446,6 +23245,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22474,6 +23274,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22502,6 +23303,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22530,6 +23332,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22558,6 +23361,7 @@ "orig": "\u063a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22586,6 +23390,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22614,6 +23419,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22642,6 +23448,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22670,6 +23477,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22698,6 +23506,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22726,6 +23535,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22754,6 +23564,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22782,6 +23593,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22810,6 +23622,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22838,6 +23651,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22866,6 +23680,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22894,6 +23709,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22922,6 +23738,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22950,6 +23767,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22978,6 +23796,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23006,6 +23825,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23034,6 +23854,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23062,6 +23883,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23090,6 +23912,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23118,6 +23941,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23146,6 +23970,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23174,6 +23999,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23202,6 +24028,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23230,6 +24057,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23258,6 +24086,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23286,6 +24115,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23314,6 +24144,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23342,6 +24173,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23370,6 +24202,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23398,6 +24231,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23426,6 +24260,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23454,6 +24289,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23482,6 +24318,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23510,6 +24347,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23538,6 +24376,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23566,6 +24405,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23594,6 +24434,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23622,6 +24463,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23650,6 +24492,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23678,6 +24521,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23706,6 +24550,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23734,6 +24579,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23762,6 +24608,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23790,6 +24637,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23818,6 +24666,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23846,6 +24695,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23874,6 +24724,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23902,6 +24753,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23930,6 +24782,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23958,6 +24811,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23986,6 +24840,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24014,6 +24869,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24042,6 +24898,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24070,6 +24927,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24098,6 +24956,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24126,6 +24985,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24154,6 +25014,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24182,6 +25043,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24210,6 +25072,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24238,6 +25101,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24294,6 +25159,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24322,6 +25188,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24350,6 +25217,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24378,6 +25246,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24406,6 +25275,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24434,6 +25304,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24462,6 +25333,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24490,6 +25362,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24518,6 +25391,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24546,6 +25420,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24574,6 +25449,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24602,6 +25478,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24630,6 +25507,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24658,6 +25536,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24686,6 +25565,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24714,6 +25594,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24742,6 +25623,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24770,6 +25652,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24798,6 +25681,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24826,6 +25710,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24854,6 +25739,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24882,6 +25768,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24910,6 +25797,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24938,6 +25826,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24966,6 +25855,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24994,6 +25884,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25022,6 +25913,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25050,6 +25942,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25078,6 +25971,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25106,6 +26000,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25134,6 +26029,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25162,6 +26058,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25190,6 +26087,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25218,6 +26116,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25246,6 +26145,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25274,6 +26174,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25302,6 +26203,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25330,6 +26232,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25358,6 +26261,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25386,6 +26290,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25414,6 +26319,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25442,6 +26348,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25470,6 +26377,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25498,6 +26406,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25526,6 +26435,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25554,6 +26464,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25582,6 +26493,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25610,6 +26522,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25638,6 +26551,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25666,6 +26580,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25694,6 +26609,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25722,6 +26638,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25750,6 +26667,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25778,6 +26696,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25806,6 +26725,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25834,6 +26754,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25862,6 +26783,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25890,6 +26812,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25918,6 +26841,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25946,6 +26870,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25974,6 +26899,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26002,6 +26928,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26030,6 +26957,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26058,6 +26986,7 @@ "orig": "\u0644\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26086,6 +27015,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26114,6 +27044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26142,6 +27073,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26170,6 +27102,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26198,6 +27131,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26226,6 +27160,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26254,6 +27189,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26282,6 +27218,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26338,6 +27276,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26366,6 +27305,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26394,6 +27334,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26422,6 +27363,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26450,6 +27392,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26478,6 +27421,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26506,6 +27450,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26534,6 +27479,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26562,6 +27508,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26590,6 +27537,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26618,6 +27566,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26646,6 +27595,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26674,6 +27624,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26702,6 +27653,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26730,6 +27682,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26758,6 +27711,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26786,6 +27740,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26814,6 +27769,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26842,6 +27798,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26870,6 +27827,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26898,6 +27856,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26926,6 +27885,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26954,6 +27914,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26982,6 +27943,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27010,6 +27972,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27038,6 +28001,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27066,6 +28030,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27094,6 +28059,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27122,6 +28088,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27150,6 +28117,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27178,6 +28146,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27206,6 +28175,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27234,6 +28204,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27262,6 +28233,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27290,6 +28262,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27318,6 +28291,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27346,6 +28320,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27402,6 +28378,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27430,6 +28407,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27458,6 +28436,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27486,6 +28465,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27514,6 +28494,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27542,6 +28523,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27570,6 +28552,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27598,6 +28581,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27626,6 +28610,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27654,6 +28639,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27682,6 +28668,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27710,6 +28697,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27738,6 +28726,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27766,6 +28755,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27794,6 +28784,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27822,6 +28813,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27850,6 +28842,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27878,6 +28871,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27906,6 +28900,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27934,6 +28929,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27962,6 +28958,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27990,6 +28987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28018,6 +29016,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28046,6 +29045,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28074,6 +29074,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28102,6 +29103,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28130,6 +29132,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28158,6 +29161,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28186,6 +29190,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28214,6 +29219,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28242,6 +29248,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28270,6 +29277,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28298,6 +29306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28326,6 +29335,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28354,6 +29364,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28382,6 +29393,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28410,6 +29422,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28438,6 +29451,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28466,6 +29480,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28494,6 +29509,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28522,6 +29538,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28550,6 +29567,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28578,6 +29596,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28606,6 +29625,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28634,6 +29654,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28662,6 +29683,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28690,6 +29712,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28718,6 +29741,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28746,6 +29770,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28774,6 +29799,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28802,6 +29828,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28830,6 +29857,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28858,6 +29886,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28886,6 +29915,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28914,6 +29944,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28942,6 +29973,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28970,6 +30002,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29026,6 +30060,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29054,6 +30089,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29082,6 +30118,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29110,6 +30147,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29138,6 +30176,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29166,6 +30205,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29194,6 +30234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29222,6 +30263,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29250,6 +30292,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29278,6 +30321,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29306,6 +30350,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29334,6 +30379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29362,6 +30408,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29390,6 +30437,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29418,6 +30466,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29446,6 +30495,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29474,6 +30524,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29502,6 +30553,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29530,6 +30582,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29558,6 +30611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29586,6 +30640,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29614,6 +30669,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29642,6 +30698,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29670,6 +30727,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29698,6 +30756,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29726,6 +30785,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29754,6 +30814,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29782,6 +30843,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29810,6 +30872,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29838,6 +30901,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29866,6 +30930,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29894,6 +30959,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29922,6 +30988,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29950,6 +31017,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29978,6 +31046,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30006,6 +31075,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30034,6 +31104,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30062,6 +31133,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30090,6 +31162,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30118,6 +31191,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30146,6 +31220,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30174,6 +31249,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30202,6 +31278,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30230,6 +31307,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30258,6 +31336,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30286,6 +31365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30314,6 +31394,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30342,6 +31423,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30370,6 +31452,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30398,6 +31481,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30426,6 +31510,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30454,6 +31539,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30482,6 +31568,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30510,6 +31597,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30538,6 +31626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30566,6 +31655,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30594,6 +31684,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30622,6 +31713,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30650,6 +31742,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30678,6 +31771,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30706,6 +31800,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30734,6 +31829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30762,6 +31858,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30790,6 +31887,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30818,6 +31916,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30846,6 +31945,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30874,6 +31974,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30902,6 +32003,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30930,6 +32032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30958,6 +32061,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -30986,6 +32090,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31014,6 +32119,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31042,6 +32148,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31070,6 +32177,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31098,6 +32206,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31126,6 +32235,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31154,6 +32264,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31182,6 +32293,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31210,6 +32322,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31238,6 +32351,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -31266,6 +32380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -31294,6 +32409,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31322,6 +32438,7 @@ "orig": "\u063a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31350,6 +32467,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31378,6 +32496,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31406,6 +32525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31434,6 +32554,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31462,6 +32583,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31490,6 +32612,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31518,6 +32641,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31546,6 +32670,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31574,6 +32699,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31602,6 +32728,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31630,6 +32757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31658,6 +32786,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31686,6 +32815,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31714,6 +32844,7 @@ "orig": "\u0624", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31742,6 +32873,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31770,6 +32902,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31798,6 +32931,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31826,6 +32960,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31854,6 +32989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31882,6 +33018,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31910,6 +33047,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31938,6 +33076,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31966,6 +33105,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -31994,6 +33134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32022,6 +33163,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32050,6 +33192,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32078,6 +33221,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32106,6 +33250,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32134,6 +33279,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32162,6 +33308,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32190,6 +33337,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32218,6 +33366,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32246,6 +33395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32274,6 +33424,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32302,6 +33453,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32330,6 +33482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32358,6 +33511,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32386,6 +33540,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32414,6 +33569,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32442,6 +33598,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32470,6 +33627,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32498,6 +33656,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32526,6 +33685,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32554,6 +33714,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32582,6 +33743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32610,6 +33772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -32638,6 +33801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32666,6 +33830,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32694,6 +33859,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32722,6 +33888,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32750,6 +33917,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32778,6 +33946,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32806,6 +33975,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32834,6 +34004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32862,6 +34033,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32890,6 +34062,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32918,6 +34091,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32946,6 +34120,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -32974,6 +34149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33002,6 +34178,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33030,6 +34207,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33058,6 +34236,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33086,6 +34265,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33114,6 +34294,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33142,6 +34323,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33170,6 +34352,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33198,6 +34381,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33226,6 +34410,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33254,6 +34439,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33282,6 +34468,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33310,6 +34497,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33338,6 +34526,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33366,6 +34555,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33394,6 +34584,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33422,6 +34613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33450,6 +34642,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33478,6 +34671,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33506,6 +34700,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33534,6 +34729,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33562,6 +34758,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33590,6 +34787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33618,6 +34816,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33646,6 +34845,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33674,6 +34874,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33702,6 +34903,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33730,6 +34932,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33758,6 +34961,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33786,6 +34990,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33814,6 +35019,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33842,6 +35048,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33870,6 +35077,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33898,6 +35106,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33926,6 +35135,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33954,6 +35164,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -33982,6 +35193,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34010,6 +35222,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34038,6 +35251,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34066,6 +35280,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34094,6 +35309,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34122,6 +35338,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34150,6 +35367,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34178,6 +35396,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34206,6 +35425,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34234,6 +35454,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34262,6 +35483,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34290,6 +35512,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34318,6 +35541,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34346,6 +35570,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34374,6 +35599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34402,6 +35628,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34430,6 +35657,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34458,6 +35686,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34486,6 +35715,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34514,6 +35744,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34542,6 +35773,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34570,6 +35802,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34598,6 +35831,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34626,6 +35860,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34654,6 +35889,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34682,6 +35918,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34710,6 +35947,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34738,6 +35976,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34766,6 +36005,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34794,6 +36034,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34822,6 +36063,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34850,6 +36092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34878,6 +36121,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34906,6 +36150,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34934,6 +36179,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34962,6 +36208,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -34990,6 +36237,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35018,6 +36266,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35046,6 +36295,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35074,6 +36324,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35102,6 +36353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35130,6 +36382,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35158,6 +36411,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35186,6 +36440,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35214,6 +36469,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35242,6 +36498,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35270,6 +36527,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35298,6 +36556,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35326,6 +36585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35354,6 +36614,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35382,6 +36643,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35410,6 +36672,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35438,6 +36701,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35466,6 +36730,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35494,6 +36759,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35522,6 +36788,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35550,6 +36817,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35578,6 +36846,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35606,6 +36875,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35634,6 +36904,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35662,6 +36933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35690,6 +36962,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35718,6 +36991,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35746,6 +37020,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35774,6 +37049,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35802,6 +37078,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35830,6 +37107,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35858,6 +37136,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35886,6 +37165,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35914,6 +37194,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35942,6 +37223,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35970,6 +37252,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35998,6 +37281,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36026,6 +37310,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36054,6 +37339,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36082,6 +37368,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36110,6 +37397,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36138,6 +37426,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36166,6 +37455,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36194,6 +37484,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36222,6 +37513,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36250,6 +37542,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36278,6 +37571,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36306,6 +37600,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36334,6 +37629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36362,6 +37658,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36390,6 +37687,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36418,6 +37716,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36446,6 +37745,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36474,6 +37774,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36502,6 +37803,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36530,6 +37832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36558,6 +37861,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36586,6 +37890,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36614,6 +37919,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36642,6 +37948,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36670,6 +37977,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36698,6 +38006,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36726,6 +38035,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36754,6 +38064,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36782,6 +38093,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36810,6 +38122,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36838,6 +38151,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36866,6 +38180,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36894,6 +38209,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36922,6 +38238,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36950,6 +38267,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36978,6 +38296,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37006,6 +38325,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37034,6 +38354,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37062,6 +38383,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37090,6 +38412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37118,6 +38441,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37146,6 +38470,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37174,6 +38499,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37202,6 +38528,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37230,6 +38557,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37258,6 +38586,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37286,6 +38615,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37314,6 +38644,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37342,6 +38673,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37370,6 +38702,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37398,6 +38731,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37426,6 +38760,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37454,6 +38789,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37482,6 +38818,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37510,6 +38847,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37538,6 +38876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37566,6 +38905,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37594,6 +38934,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37622,6 +38963,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37650,6 +38992,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37678,6 +39021,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37706,6 +39050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37734,6 +39079,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37762,6 +39108,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37790,6 +39137,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37818,6 +39166,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37846,6 +39195,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37874,6 +39224,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37902,6 +39253,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37930,6 +39282,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37958,6 +39311,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37986,6 +39340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38014,6 +39369,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38042,6 +39398,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38070,6 +39427,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38098,6 +39456,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38126,6 +39485,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38154,6 +39514,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38182,6 +39543,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38210,6 +39572,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38238,6 +39601,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38266,6 +39630,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38294,6 +39659,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38322,6 +39688,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38350,6 +39717,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38378,6 +39746,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38406,6 +39775,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38434,6 +39804,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38462,6 +39833,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38490,6 +39862,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38518,6 +39891,7 @@ "orig": "\u062b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38546,6 +39920,7 @@ "orig": "\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38574,6 +39949,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38602,6 +39978,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -38630,6 +40007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -38658,6 +40036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -38688,6 +40067,7 @@ "orig": "\u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38716,6 +40096,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0645\u062c\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38744,6 +40125,7 @@ "orig": "\u062e\u0644\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38772,6 +40154,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38800,6 +40183,7 @@ "orig": "\u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38828,6 +40212,7 @@ "orig": "\u0648\u062d\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38856,6 +40241,7 @@ "orig": "\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38884,6 +40270,7 @@ "orig": "\u062a\u062d\u0633\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38912,6 +40299,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -38940,6 +40328,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -38968,6 +40357,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -38996,6 +40386,7 @@ "orig": "\u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39024,6 +40415,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0645\u062c\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39052,6 +40444,7 @@ "orig": "\u062a\u0639\u062a\u0628\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39080,6 +40473,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -39108,6 +40502,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39136,6 +40531,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -39164,6 +40560,7 @@ "orig": "\u0641\u0639\u0627\u0644\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39192,6 +40589,7 @@ "orig": "\u062d\u0644\u0648\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39220,6 +40618,7 @@ "orig": "\u0625\u064a\u062c\u0627\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39248,6 +40647,7 @@ "orig": "\u0641\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39276,6 +40676,7 @@ "orig": "\u0648\u062a\u0633\u0627\u0639\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39304,6 +40705,7 @@ "orig": "\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39332,6 +40734,7 @@ "orig": "\u062a\u0639\u0632\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39360,6 +40763,7 @@ "orig": "\u0623\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39388,6 +40792,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39416,6 +40821,7 @@ "orig": "\u0627\u0644\u062a\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39444,6 +40850,7 @@ "orig": "\u0627\u0644\u0642\u0648\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39472,6 +40879,7 @@ "orig": "\u0627\u0644\u0623\u062f\u0648\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39500,6 +40908,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39528,6 +40937,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39556,6 +40966,7 @@ "orig": "\u0643\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39584,6 +40995,7 @@ "orig": "\u064a\u0645\u062a\u0644\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39612,6 +41024,7 @@ "orig": "\u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39640,6 +41053,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -39668,6 +41082,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39696,6 +41111,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -39724,6 +41140,7 @@ "orig": "\u0648\u0627\u0644\u0639\u0644\u0645\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39752,6 +41169,7 @@ "orig": "\u0627\u0644\u0645\u062d\u0644\u0644\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39780,6 +41198,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39808,6 +41227,7 @@ "orig": "\u064a\u0633\u0647\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39836,6 +41256,7 @@ "orig": "\u0645\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39864,6 +41285,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39892,6 +41314,7 @@ "orig": "\u0644\u062a\u062d\u0644\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39920,6 +41343,7 @@ "orig": "\u0645\u062b\u0627\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39948,6 +41372,7 @@ "orig": "\u062a\u062c\u0639\u0644\u0647\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39976,6 +41401,7 @@ "orig": "\u0641\u0631\u064a\u062f\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40004,6 +41430,7 @@ "orig": "\u0645\u064a\u0632\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40032,6 +41459,7 @@ "orig": "\u0643\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40060,6 +41488,7 @@ "orig": "\u0625\u0630\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40088,6 +41517,7 @@ "orig": "\u0648\u0641\u0639\u0627\u0644\u0629.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40116,6 +41546,7 @@ "orig": "\u0633\u0631\u064a\u0639\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40144,6 +41575,7 @@ "orig": "\u0628\u0637\u0631\u064a\u0642\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40172,6 +41604,7 @@ "orig": "\u0645\u0639\u0642\u062f\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40200,6 +41633,7 @@ "orig": "\u062a\u062d\u0644\u064a\u0644\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40228,6 +41662,7 @@ "orig": "\u0625\u062c\u0631\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40256,6 +41691,7 @@ "orig": "\u064a\u0633\u0647\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40284,6 +41720,7 @@ "orig": "\u0623\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40312,6 +41749,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40340,6 +41778,7 @@ "orig": "\u0627\u0644\u0644\u063a\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40368,6 +41807,7 @@ "orig": "\u0647\u0630\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40396,6 +41836,7 @@ "orig": "\u0627\u0633\u062a\u062e\u062f\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40424,6 +41865,7 @@ "orig": "\u0641\u0625\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40452,6 +41894,7 @@ "orig": "\u062a\u062d\u0644\u064a\u0644\u064a\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40480,6 +41923,7 @@ "orig": "\u0639\u0642\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40508,6 +41952,7 @@ "orig": "\u0644\u062f\u064a\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40536,6 +41981,7 @@ "orig": "\u0627\u0644\u0639\u0645\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40564,6 +42010,7 @@ "orig": "\u0646\u062a\u0627\u0626\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40592,6 +42039,7 @@ "orig": "\u062a\u062d\u0633\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40620,6 +42068,7 @@ "orig": "\u0641\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40648,6 +42097,7 @@ "orig": "\u0643\u0628\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40676,6 +42126,7 @@ "orig": "\u0628\u0634\u0643\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40704,6 +42155,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -40732,6 +42184,7 @@ "orig": "\u0648\u0627\u0633\u062a\u062e\u0631\u0627\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40760,6 +42213,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40788,6 +42242,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40816,6 +42271,7 @@ "orig": "\u0647\u0627\u0626\u0644\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40844,6 +42300,7 @@ "orig": "\u0643\u0645\u064a\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40872,6 +42329,7 @@ "orig": "\u0645\u0639\u0627\u0644\u062c\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40900,6 +42358,7 @@ "orig": "\u0627\u0644\u0645\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40928,6 +42387,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40956,6 +42416,7 @@ "orig": "\u064a\u0635\u0628\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40984,6 +42445,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0645\u062c\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41012,6 +42474,7 @@ "orig": "\u0645\u0647\u0627\u0631\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41040,6 +42503,7 @@ "orig": "\u0645\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41068,6 +42532,7 @@ "orig": "\u0627\u0644\u062a\u062d\u0644\u064a\u0644\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41096,6 +42561,7 @@ "orig": "\u0627\u0644\u062a\u0641\u0643\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41124,6 +42590,7 @@ "orig": "\u064a\u062c\u062a\u0645\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41152,6 +42619,7 @@ "orig": "\u0639\u0646\u062f\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41180,6 +42648,7 @@ "orig": "\u0627\u0633\u062a\u062e\u062f\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41208,6 +42677,7 @@ "orig": "\u0644\u0644\u0645\u0628\u0631\u0645\u062c\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41236,6 +42706,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41264,6 +42735,7 @@ "orig": "\u0645\u0646\u0647\u0627.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41292,6 +42764,7 @@ "orig": "\u0648\u0627\u0644\u062a\u0648\u062c\u0647\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41320,6 +42793,7 @@ "orig": "\u0627\u0644\u0623\u0646\u0645\u0627\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41348,6 +42822,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -41376,6 +42851,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41404,6 +42880,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -41432,6 +42909,7 @@ "orig": "\u0644\u062a\u0646\u0641\u064a\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41460,6 +42938,7 @@ "orig": "\u0627\u0644\u0646\u0645\u0630\u062c\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41488,6 +42967,7 @@ "orig": "\u0645\u062b\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41516,6 +42996,7 @@ "orig": "\u0645\u062a\u0642\u062f\u0645\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41544,6 +43025,7 @@ "orig": "\u062a\u062d\u0644\u064a\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41572,6 +43054,7 @@ "orig": "\u0639\u0645\u0644\u064a\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41600,6 +43083,7 @@ "orig": "\u062f\u0642\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41628,6 +43112,7 @@ "orig": "\u0623\u0643\u062b\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41656,6 +43141,7 @@ "orig": "\u0642\u0631\u0627\u0631\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41684,6 +43170,7 @@ "orig": "\u0627\u062a\u062e\u0627\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41712,6 +43199,7 @@ "orig": "\u0625\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41740,6 +43228,7 @@ "orig": "\u064b\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41768,6 +43257,7 @@ "orig": "\u0623\u064a\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41796,6 +43286,7 @@ "orig": "\u064a\u0624\u062f\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41824,6 +43315,7 @@ "orig": "\u0623\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41852,6 +43344,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41880,6 +43373,7 @@ "orig": "\u0628\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41908,6 +43402,7 @@ "orig": "\u0627\u0644\u0648\u0642\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41936,6 +43431,7 @@ "orig": "\u064a\u0648\u0641\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41964,6 +43460,7 @@ "orig": "\u0641\u0642\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41992,6 +43489,7 @@ "orig": "\u0644\u064a\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42020,6 +43518,7 @@ "orig": "\u0647\u0630\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42048,6 +43547,7 @@ "orig": "\u0627\u0644\u0643\u0628\u064a\u0631\u0629.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42076,6 +43576,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42104,6 +43605,7 @@ "orig": "\u0648\u062a\u062d\u0644\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42132,6 +43634,7 @@ "orig": "\u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42160,6 +43663,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42188,6 +43692,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42216,6 +43721,7 @@ "orig": "\u0642\u0627\u0626\u0645\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42244,6 +43750,7 @@ "orig": "\u0627\u0633\u062a\u0646\u062a\u0627\u062c\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42272,6 +43779,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42300,6 +43808,7 @@ "orig": "\u064b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42328,6 +43837,7 @@ "orig": "\u0628\u0646\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42356,6 +43866,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -42384,6 +43895,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42412,6 +43924,7 @@ "orig": "\u0643\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42440,6 +43953,7 @@ "orig": "\u062a\u0648\u0641\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42468,6 +43982,7 @@ "orig": "\u0630\u0644\u0643\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42496,6 +44011,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42524,6 +44040,7 @@ "orig": "\u0639\u0644\u0627\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42552,6 +44069,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -42580,6 +44098,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42608,6 +44127,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -42636,6 +44156,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42664,6 +44185,7 @@ "orig": "\u0648\u0627\u0633\u0639\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42692,6 +44214,7 @@ "orig": "\u0645\u062c\u0645\u0648\u0639\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42720,6 +44243,7 @@ "orig": "\u062a\u062f\u0639\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42748,6 +44272,7 @@ "orig": "\u063a\u0646\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42776,6 +44301,7 @@ "orig": "\u0648\u0623\u062f\u0648\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42804,6 +44330,7 @@ "orig": "\u0645\u0643\u062a\u0628\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42832,6 +44359,7 @@ "orig": "\u0627\u0644\u062a\u062d\u0644\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42860,6 +44388,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42888,6 +44417,7 @@ "orig": "\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42916,6 +44446,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42944,6 +44475,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -42972,6 +44504,7 @@ "orig": "\u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43000,6 +44533,7 @@ "orig": "\u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43028,6 +44562,7 @@ "orig": "\u0645\u0628\u062a\u0643\u0631\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43056,6 +44591,7 @@ "orig": "\u062d\u0644\u0648\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43084,6 +44620,7 @@ "orig": "\u0644\u062a\u0637\u0648\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43112,6 +44649,7 @@ "orig": "\u0627\u0644\u0645\u0643\u062a\u0628\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43140,6 +44678,7 @@ "orig": "\u0647\u0630\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43168,6 +44707,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43196,6 +44736,7 @@ "orig": "\u0627\u0644\u0627\u0633\u062a\u0641\u0627\u062f\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43224,6 +44765,7 @@ "orig": "\u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43252,6 +44794,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43280,6 +44823,7 @@ "orig": "\u0627\u0644\u0622\u0644\u064a.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43308,6 +44852,7 @@ "orig": "\u0627\u0644\u062a\u0639\u0644\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43336,6 +44881,7 @@ "orig": "\u0625\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43364,6 +44910,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43392,6 +44939,7 @@ "orig": "\u0645\u0643\u062a\u0628\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43420,6 +44968,7 @@ "orig": "\u0627\u0633\u062a\u062e\u062f\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43448,6 +44997,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43476,6 +45026,7 @@ "orig": "\u0627\u0644\u0645\u062b\u0627\u0644\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43504,6 +45055,7 @@ "orig": "\u0633\u0628\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43532,6 +45084,7 @@ "orig": "pandas", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -43560,6 +45113,7 @@ "orig": "\u0641\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43588,6 +45142,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -43616,6 +45171,7 @@ "orig": "\u062a\u0648\u0641\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43644,6 +45200,7 @@ "orig": "\u0628\u064a\u0646\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43672,6 +45229,7 @@ "orig": "\u0628\u0643\u0641\u0627\u0621\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43700,6 +45258,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43728,6 +45287,7 @@ "orig": "\u0644\u0625\u062f\u0627\u0631\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43756,6 +45316,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -43784,6 +45345,7 @@ "orig": "\u0644\u0644\u0631\u0633\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43812,6 +45374,7 @@ "orig": "\u0642\u0648\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43840,6 +45403,7 @@ "orig": "\u0623\u062f\u0648\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43868,6 +45432,7 @@ "orig": "\u0627\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43896,6 +45461,7 @@ "orig": "\u0648\u0627\u0644\u062a\u062d\u0644\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43924,6 +45490,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43952,6 +45519,7 @@ "orig": "\u0648\u0627\u0644\u0645\u062d\u0644\u0644\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -43980,6 +45548,7 @@ "orig": "\u0644\u0644\u0628\u0627\u062d\u062b\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44008,6 +45577,7 @@ "orig": "\u0645\u062b\u0627\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44036,6 +45606,7 @@ "orig": "\u064a\u062c\u0639\u0644\u0647\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44064,6 +45635,7 @@ "orig": "\u0645\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44092,6 +45664,7 @@ "orig": "\u062d\u0635\u0627\u0626\u064a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44120,6 +45693,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -44148,6 +45722,7 @@ "orig": "\u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44176,6 +45751,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0645\u062c\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44204,6 +45780,7 @@ "orig": "\u062a\u0624\u062f\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44232,6 +45809,7 @@ "orig": "\u0623\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44260,6 +45838,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44288,6 +45867,7 @@ "orig": "\u0627\u0644\u0646\u0647\u0627\u064a\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44316,6 +45896,7 @@ "orig": "\u0641\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44344,6 +45925,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -44372,6 +45954,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44400,6 +45983,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -44428,6 +46012,7 @@ "orig": "\u0645\u0628\u062a\u0643\u0631\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44456,6 +46041,7 @@ "orig": "\u062d\u0644\u0648\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44484,6 +46070,7 @@ "orig": "\u0648\u062a\u0648\u0641\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44512,6 +46099,7 @@ "orig": "\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44540,6 +46128,7 @@ "orig": "\u062a\u062d\u0633\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44568,6 +46157,7 @@ "orig": "\u0625\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44596,6 +46186,7 @@ "orig": "\u062a\u062d\u0644\u064a\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44624,6 +46215,7 @@ "orig": "\u0639\u0642\u0644\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44652,6 +46244,7 @@ "orig": "\u0645\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44680,6 +46273,7 @@ "orig": "\u0644\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44708,6 +46302,7 @@ "orig": "\u062a\u0643\u0648\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44736,6 +46331,7 @@ "orig": "\u0623\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44764,6 +46360,7 @@ "orig": "\u064a\u0645\u0643\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44792,6 +46389,7 @@ "orig": "\u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44820,6 +46418,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44848,6 +46447,7 @@ "orig": "\u0627\u0644\u0623\u0633\u0627\u0644\u064a\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44876,6 +46476,7 @@ "orig": "\u0648\u062a\u0637\u0628\u064a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44904,6 +46505,7 @@ "orig": "\u0641\u0639\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44932,6 +46534,7 @@ "orig": "\u0628\u0634\u0643\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44960,6 +46563,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -44988,6 +46592,7 @@ "orig": "\u062a\u062d\u0644\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45016,6 +46621,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45044,6 +46650,7 @@ "orig": "\u0627\u0644\u0642\u062f\u0631\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45072,6 +46679,7 @@ "orig": "\u0625\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45100,6 +46708,7 @@ "orig": "\u0627\u0644\u0645\u0639\u0642\u062f\u0629.", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45128,6 +46737,7 @@ "orig": "\u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45156,6 +46766,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45184,6 +46795,7 @@ "orig": "\u0648\u0627\u0644\u0645\u0647\u0646\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45212,6 +46824,7 @@ "orig": "\u0627\u0644\u0634\u062e\u0635\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45240,6 +46853,7 @@ "orig": "\u0627\u0644\u0623\u062f\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45268,6 +46882,7 @@ "orig": "\u0639\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45296,6 +46911,7 @@ "orig": "\u0627\u0644\u0645\u062f\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45324,6 +46940,7 @@ "orig": "\u0628\u0639\u064a\u062f\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45352,6 +46969,7 @@ "orig": "\u0625\u064a\u062c\u0627\u0628\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45380,6 +46998,7 @@ "orig": "\u062a\u0623\u062b\u064a\u0631\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45408,6 +47027,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45438,6 +47058,7 @@ "orig": "\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0648\u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0628\u0631\u0645\u062c\u0629 \u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -45466,6 +47087,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -45494,6 +47116,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -45522,6 +47145,7 @@ "orig": "Python", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -45550,6 +47174,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -45578,6 +47203,7 @@ "orig": "\u062a\u0639\u062a\u0628\u0631 \u0627\u0644\u0628\u0631\u0645\u062c\u0629 \u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45606,6 +47232,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45634,6 +47261,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45662,6 +47290,7 @@ "orig": "Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45690,6 +47319,7 @@ "orig": "\u0645\u0646 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0642\u0648\u064a\u0629 \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0639\u0632\u0632 \u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0648\u062a\u0633\u0627\u0639\u062f \u0641\u064a \u0625\u064a\u062c\u0627\u062f \u062d\u0644\u0648\u0644 \u0641\u0639\u0627\u0644\u0629 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45718,6 +47348,7 @@ "orig": "\u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a. \u064a\u0645\u062a\u0644\u0643 \u0643\u0644 \u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45746,6 +47377,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45774,6 +47406,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45802,6 +47435,7 @@ "orig": "Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45830,6 +47464,7 @@ "orig": "\u0645\u064a\u0632\u0627\u062a \u0641\u0631\u064a\u062f\u0629 \u062a\u062c\u0639\u0644\u0647\u0627 \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0645\u0645\u0627 \u064a\u0633\u0647\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u0644\u0644\u064a\u0646 \u0648\u0627\u0644\u0639\u0644\u0645\u0627\u0621 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45858,6 +47493,7 @@ "orig": "\u0625\u062c\u0631\u0627\u0621 \u062a\u062d\u0644\u064a\u0644\u0627\u062a \u0645\u0639\u0642\u062f\u0629 \u0628\u0637\u0631\u064a\u0642\u0629 \u0633\u0631\u064a\u0639\u0629 \u0648\u0641\u0639\u0627\u0644\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45886,6 +47522,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45914,6 +47551,7 @@ "orig": "\u0644\u062f\u064a\u0643 \u0639\u0642\u0644\u064a\u0629 \u062a\u062d\u0644\u064a\u0644\u064a\u0629\u060c \u0641\u0625\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0644\u063a\u0627\u062a \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0647\u0645 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45942,6 +47580,7 @@ "orig": "\u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631 \u0641\u064a \u062a\u062d\u0633\u064a\u0646 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0639\u0645\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -45970,6 +47609,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -45998,6 +47638,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46026,6 +47667,7 @@ "orig": "\u0639\u0646\u062f\u0645\u0627 \u064a\u062c\u062a\u0645\u0639 \u0627\u0644\u062a\u0641\u0643\u064a\u0631 \u0627\u0644\u062a\u062d\u0644\u064a\u0644\u064a \u0645\u0639 \u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629\u060c \u064a\u0635\u0628\u062d \u0645\u0646 \u0627\u0644\u0645\u0645\u0643\u0646 \u0645\u0639\u0627\u0644\u062c\u0629 \u0643\u0645\u064a\u0627\u062a \u0647\u0627\u0626\u0644\u0629 \u0645\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0648\u0627\u0633\u062a\u062e\u0631\u0627\u062c ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46054,6 +47696,7 @@ "orig": "\u0627\u0644\u0623\u0646\u0645\u0627\u0637 \u0648\u0627\u0644\u062a\u0648\u062c\u0647\u0627\u062a \u0645\u0646\u0647\u0627. \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0628\u0631\u0645\u062c\u064a\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46082,6 +47725,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46110,6 +47754,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46138,6 +47783,7 @@ "orig": "Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46166,6 +47812,7 @@ "orig": "\u0644\u062a\u0646\u0641\u064a\u0630 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46194,6 +47841,7 @@ "orig": "\u0639\u0645\u0644\u064a\u0627\u062a \u062a\u062d\u0644\u064a\u0644\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629\u060c \u0645\u062b\u0644 \u0627\u0644\u0646\u0645\u0630\u062c\u0629 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46222,6 +47870,7 @@ "orig": "\u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629 \u0648\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629. \u0647\u0630\u0627 \u0644\u064a\u0633 \u0641\u0642\u0637 \u064a\u0648\u0641\u0631 \u0627\u0644\u0648\u0642\u062a\u060c \u0628\u0644 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0624\u062f\u064a \u0623\u064a\u0636\u064b\u0627 \u0625\u0644\u0649 \u0627\u062a\u062e\u0627\u0630 \u0642\u0631\u0627\u0631\u0627\u062a \u0623\u0643\u062b\u0631 \u062f\u0642\u0629 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46250,6 +47899,7 @@ "orig": "\u0628\u0646\u0627\u0621 \u064b \u0639\u0644\u0649 \u0627\u0633\u062a\u0646\u062a\u0627\u062c\u0627\u062a \u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46278,6 +47928,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46306,6 +47957,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46334,6 +47986,7 @@ "orig": "\u0639\u0644\u0627\u0648\u0629 \u0639\u0644\u0649 \u0630\u0644\u0643\u060c \u062a\u0648\u0641\u0631 \u0643\u0644 \u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46362,6 +48015,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46390,6 +48044,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46418,6 +48073,7 @@ "orig": "Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46446,6 +48102,7 @@ "orig": "\u0645\u0643\u062a\u0628\u0627\u062a \u0648\u0623\u062f\u0648\u0627\u062a \u063a\u0646\u064a\u0629 \u062a\u062f\u0639\u0645 \u0645\u062c\u0645\u0648\u0639\u0629 \u0648\u0627\u0633\u0639\u0629 \u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46474,6 +48131,7 @@ "orig": "\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u060c \u0645\u0646 \u0627\u0644\u062a\u062d\u0644\u064a\u0644 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46502,6 +48160,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u062a\u0639\u0644\u0645 \u0627\u0644\u0622\u0644\u064a. \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u0627\u0633\u062a\u0641\u0627\u062f\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0645\u0643\u062a\u0628\u0627\u062a \u0644\u062a\u0637\u0648\u064a\u0631 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629. \u0639\u0644\u0649 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46530,6 +48189,7 @@ "orig": "\u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0643\u062a\u0628\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46558,6 +48218,7 @@ "orig": " pandas ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46586,6 +48247,7 @@ "orig": "\u0641\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46614,6 +48276,7 @@ "orig": " Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46642,6 +48305,7 @@ "orig": "\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0643\u0641\u0627\u0621\u0629\u060c \u0628\u064a\u0646\u0645\u0627 \u062a\u0648\u0641\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46670,6 +48334,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46698,6 +48363,7 @@ "orig": "\u0623\u062f\u0648\u0627\u062a \u0642\u0648\u064a\u0629 \u0644\u0644\u0631\u0633\u0645 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46726,6 +48392,7 @@ "orig": "\u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0648\u0627\u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46754,6 +48421,7 @@ "orig": "\u062d\u0635\u0627\u0626\u064a\u060c \u0645\u0645\u0627 \u064a\u062c\u0639\u0644\u0647\u0627 \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u0644\u0628\u0627\u062d\u062b\u064a\u0646 \u0648\u0627\u0644\u0645\u062d\u0644\u0644\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46782,6 +48450,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46810,6 +48479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46838,6 +48508,7 @@ "orig": "\u0641\u064a \u0627\u0644\u0646\u0647\u0627\u064a\u0629\u060c \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0624\u062f\u064a \u0627\u0644\u0628\u0631\u0645\u062c\u0629 \u0628\u0644\u063a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46866,6 +48537,7 @@ "orig": " R ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46894,6 +48566,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46922,6 +48595,7 @@ "orig": "Python ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -46950,6 +48624,7 @@ "orig": "\u0645\u0639 \u0639\u0642\u0644\u064a\u0629 \u062a\u062d\u0644\u064a\u0644\u064a\u0629 \u0625\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0648\u062a\u0648\u0641\u064a\u0631 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -46978,6 +48653,7 @@ "orig": "\u0644\u0644\u0645\u0634\u0643\u0644\u0627\u062a \u0627\u0644\u0645\u0639\u0642\u062f\u0629. \u0625\u0646 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0634\u0643\u0644 \u0641\u0639\u0627\u0644 \u0648\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0623\u0633\u0627\u0644\u064a\u0628 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0644\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -47006,6 +48682,7 @@ "orig": "\u0627 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -47034,6 +48711,7 @@ "orig": "\u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0625\u064a\u062c\u0627\u0628\u064a\u0629 \u0628\u0639\u064a\u062f\u0629 \u0627\u0644\u0645\u062f\u0649 \u0639\u0644\u0649 \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0634\u062e\u0635\u064a \u0648\u0627\u0644\u0645\u0647\u0646\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -47062,6 +48740,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -47090,6 +48769,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -47118,11 +48798,15 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", "font_name": "/BCDEEE+Calibri" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left.pdf.v2.json b/tests/data/groundtruth/right_to_left.pdf.v2.json index e9af821e..930eebb2 100644 --- a/tests/data/groundtruth/right_to_left.pdf.v2.json +++ b/tests/data/groundtruth/right_to_left.pdf.v2.json @@ -33300,23 +33300,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.00215, - "decode_dimensions": 1e-06, - "decode_page": 0.032417, - "decode_resources": 0.001006, - "sanitise_contents": 0.028609 + "decode_contents": 0.002173, + "decode_dimensions": 0.0, + "decode_page": 0.021985, + "decode_resources": 0.000989, + "sanitise_contents": 0.00814 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.00215, - "decode_dimensions": 1e-06, - "decode_document": 0.033071, - "decode_page": 0.032417, - "decode_resources": 0.001006, - "decoding page 0": 0.03292, - "process_document_from_bytesio": 0.000644, - "sanitise_contents": 0.028609 + "decode_contents": 0.002173, + "decode_dimensions": 0.0, + "decode_document": 0.022654, + "decode_page": 0.021985, + "decode_resources": 0.000989, + "decoding page 0": 0.022518, + "process_document_from_bytesio": 0.000615, + "sanitise_contents": 0.00814 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left.pdf.v2.p=0.json b/tests/data/groundtruth/right_to_left.pdf.v2.p=0.json index c27628ae..83f29a6d 100644 --- a/tests/data/groundtruth/right_to_left.pdf.v2.p=0.json +++ b/tests/data/groundtruth/right_to_left.pdf.v2.p=0.json @@ -33300,23 +33300,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.002183, - "decode_dimensions": 1e-06, - "decode_page": 0.032385, - "decode_resources": 0.001018, - "sanitise_contents": 0.028556 + "decode_contents": 0.002072, + "decode_dimensions": 0.0, + "decode_page": 0.021936, + "decode_resources": 0.00106, + "sanitise_contents": 0.008067 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.002183, - "decode_dimensions": 1e-06, - "decode_document": 0.033003, - "decode_page": 0.032385, - "decode_resources": 0.001018, - "decoding page 0": 0.032901, - "process_document_from_bytesio": 0.000569, - "sanitise_contents": 0.028556 + "decode_contents": 0.002072, + "decode_dimensions": 0.0, + "decode_document": 0.022548, + "decode_page": 0.021936, + "decode_resources": 0.00106, + "decoding page 0": 0.022455, + "process_document_from_bytesio": 0.000576, + "sanitise_contents": 0.008067 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left_02.pdf.page_no_1.py.json b/tests/data/groundtruth/right_to_left_02.pdf.page_no_1.py.json index 957e332d..a5086e59 100644 --- a/tests/data/groundtruth/right_to_left_02.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/right_to_left_02.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/F5", @@ -117,6 +118,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/F5", @@ -145,6 +147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -173,6 +176,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -201,6 +205,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -229,6 +234,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -257,6 +263,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -285,6 +292,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -313,6 +321,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -341,6 +350,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -369,6 +379,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -397,6 +408,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -425,6 +437,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -453,6 +466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -481,6 +495,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -509,6 +524,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -537,6 +553,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -565,6 +582,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -593,6 +611,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -621,6 +640,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -649,6 +669,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -677,6 +698,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -705,6 +727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -733,6 +756,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -761,6 +785,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -789,6 +814,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -817,6 +843,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -845,6 +872,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -873,6 +901,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -901,6 +930,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -929,6 +959,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -957,6 +988,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -985,6 +1017,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1013,6 +1046,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1041,6 +1075,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1069,6 +1104,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1097,6 +1133,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1125,6 +1162,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1153,6 +1191,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1181,6 +1220,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1209,6 +1249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1237,6 +1278,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1265,6 +1307,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1293,6 +1336,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1321,6 +1365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1349,6 +1394,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1377,6 +1423,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1405,6 +1452,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1433,6 +1481,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1461,6 +1510,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1489,6 +1539,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1517,6 +1568,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1545,6 +1597,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1573,6 +1626,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1601,6 +1655,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1629,6 +1684,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1657,6 +1713,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1685,6 +1742,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1713,6 +1771,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1741,6 +1800,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1769,6 +1829,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1797,6 +1858,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1825,6 +1887,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1853,6 +1916,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1881,6 +1945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1909,6 +1974,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1937,6 +2003,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1965,6 +2032,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -1993,6 +2061,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2021,6 +2090,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2049,6 +2119,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2077,6 +2148,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2105,6 +2177,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2133,6 +2206,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2161,6 +2235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2189,6 +2264,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2217,6 +2293,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2245,6 +2322,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2273,6 +2351,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2301,6 +2380,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2329,6 +2409,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2357,6 +2438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2385,6 +2467,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2413,6 +2496,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2441,6 +2525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2469,6 +2554,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2497,6 +2583,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2525,6 +2612,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2553,6 +2641,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2581,6 +2670,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2609,6 +2699,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2637,6 +2728,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2665,6 +2757,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2693,6 +2786,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2721,6 +2815,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2749,6 +2844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2777,6 +2873,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2805,6 +2902,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2833,6 +2931,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2861,6 +2960,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2889,6 +2989,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2917,6 +3018,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2945,6 +3047,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -2973,6 +3076,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3001,6 +3105,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3029,6 +3134,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3057,6 +3163,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3085,6 +3192,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3113,6 +3221,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3141,6 +3250,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3169,6 +3279,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3197,6 +3308,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3225,6 +3337,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3253,6 +3366,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3281,6 +3395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3309,6 +3424,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3337,6 +3453,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3365,6 +3482,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3393,6 +3511,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3421,6 +3540,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3449,6 +3569,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3477,6 +3598,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3505,6 +3627,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3533,6 +3656,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3561,6 +3685,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3589,6 +3714,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3617,6 +3743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3645,6 +3772,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3673,6 +3801,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3701,6 +3830,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3729,6 +3859,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3757,6 +3888,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3785,6 +3917,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3813,6 +3946,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3841,6 +3975,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3869,6 +4004,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3897,6 +4033,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3925,6 +4062,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3953,6 +4091,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -3981,6 +4120,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4009,6 +4149,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4037,6 +4178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4065,6 +4207,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4093,6 +4236,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4121,6 +4265,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4149,6 +4294,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4177,6 +4323,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4205,6 +4352,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4233,6 +4381,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4261,6 +4410,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4289,6 +4439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4317,6 +4468,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4345,6 +4497,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4373,6 +4526,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4401,6 +4555,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4429,6 +4584,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4457,6 +4613,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4485,6 +4642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4513,6 +4671,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4541,6 +4700,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4569,6 +4729,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4597,6 +4758,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4625,6 +4787,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4653,6 +4816,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4681,6 +4845,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4709,6 +4874,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4737,6 +4903,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4765,6 +4932,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4793,6 +4961,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4821,6 +4990,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4849,6 +5019,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4877,6 +5048,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4905,6 +5077,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4933,6 +5106,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4961,6 +5135,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -4989,6 +5164,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5017,6 +5193,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5045,6 +5222,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5073,6 +5251,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5101,6 +5280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5129,6 +5309,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5157,6 +5338,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5185,6 +5367,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5213,6 +5396,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5241,6 +5425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5269,6 +5454,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5297,6 +5483,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5325,6 +5512,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5353,6 +5541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5381,6 +5570,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5409,6 +5599,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5437,6 +5628,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5465,6 +5657,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5493,6 +5686,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5521,6 +5715,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5549,6 +5744,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5577,6 +5773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5605,6 +5802,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5633,6 +5831,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5661,6 +5860,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5689,6 +5889,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5717,6 +5918,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5745,6 +5947,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5773,6 +5976,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5801,6 +6005,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5829,6 +6034,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5857,6 +6063,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5885,6 +6092,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5913,6 +6121,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5941,6 +6150,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5969,6 +6179,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -5997,6 +6208,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6025,6 +6237,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6053,6 +6266,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6081,6 +6295,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6109,6 +6324,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6137,6 +6353,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6165,6 +6382,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6193,6 +6411,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6221,6 +6440,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6249,6 +6469,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6277,6 +6498,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6305,6 +6527,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6333,6 +6556,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6361,6 +6585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6389,6 +6614,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6417,6 +6643,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6445,6 +6672,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6473,6 +6701,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6501,6 +6730,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6529,6 +6759,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6557,6 +6788,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6585,6 +6817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6613,6 +6846,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6641,6 +6875,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6669,6 +6904,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6697,6 +6933,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6725,6 +6962,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6753,6 +6991,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6781,6 +7020,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6809,6 +7049,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6837,6 +7078,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6865,6 +7107,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6893,6 +7136,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6921,6 +7165,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6949,6 +7194,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -6977,6 +7223,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7005,6 +7252,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7033,6 +7281,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7061,6 +7310,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7089,6 +7339,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7117,6 +7368,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7145,6 +7397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7173,6 +7426,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7201,6 +7455,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7229,6 +7484,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7257,6 +7513,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7285,6 +7542,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7313,6 +7571,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7341,6 +7600,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7369,6 +7629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7397,6 +7658,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7425,6 +7687,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7453,6 +7716,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7481,6 +7745,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7509,6 +7774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7537,6 +7803,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7565,6 +7832,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7593,6 +7861,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7621,6 +7890,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7649,6 +7919,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7677,6 +7948,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7705,6 +7977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7733,6 +8006,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7761,6 +8035,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7789,6 +8064,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7817,6 +8093,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7845,6 +8122,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7873,6 +8151,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7901,6 +8180,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7929,6 +8209,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7957,6 +8238,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -7985,6 +8267,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8013,6 +8296,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8041,6 +8325,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8069,6 +8354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8097,6 +8383,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8125,6 +8412,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8153,6 +8441,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8181,6 +8470,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8209,6 +8499,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8237,6 +8528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8265,6 +8557,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8293,6 +8586,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8321,6 +8615,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8349,6 +8644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8377,6 +8673,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8405,6 +8702,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8433,6 +8731,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8461,6 +8760,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8489,6 +8789,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8517,6 +8818,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8545,6 +8847,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8573,6 +8876,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8601,6 +8905,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8629,6 +8934,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8657,6 +8963,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8685,6 +8992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8713,6 +9021,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8741,6 +9050,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8769,6 +9079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8797,6 +9108,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8825,6 +9137,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8853,6 +9166,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8881,6 +9195,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8909,6 +9224,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8937,6 +9253,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8965,6 +9282,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -8993,6 +9311,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9021,6 +9340,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9049,6 +9369,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9077,6 +9398,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9105,6 +9427,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9133,6 +9456,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9161,6 +9485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9189,6 +9514,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9217,6 +9543,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9245,6 +9572,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9273,6 +9601,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9301,6 +9630,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9329,6 +9659,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9357,6 +9688,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9385,6 +9717,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9413,6 +9746,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9441,6 +9775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9469,6 +9804,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9497,6 +9833,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9525,6 +9862,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9553,6 +9891,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9581,6 +9920,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9609,6 +9949,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9637,6 +9978,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9665,6 +10007,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9693,6 +10036,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9721,6 +10065,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9749,6 +10094,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9777,6 +10123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9805,6 +10152,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9833,6 +10181,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9861,6 +10210,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9889,6 +10239,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9917,6 +10268,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9945,6 +10297,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -9973,6 +10326,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10001,6 +10355,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10029,6 +10384,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10057,6 +10413,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10085,6 +10442,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10113,6 +10471,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10141,6 +10500,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10169,6 +10529,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10197,6 +10558,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10225,6 +10587,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10253,6 +10616,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10281,6 +10645,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10309,6 +10674,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10337,6 +10703,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10365,6 +10732,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10393,6 +10761,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10421,6 +10790,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10449,6 +10819,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10477,6 +10848,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10505,6 +10877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10533,6 +10906,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10561,6 +10935,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10589,6 +10964,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10617,6 +10993,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10645,6 +11022,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10673,6 +11051,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10701,6 +11080,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10729,6 +11109,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10757,6 +11138,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10785,6 +11167,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10813,6 +11196,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10841,6 +11225,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10869,6 +11254,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10897,6 +11283,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10925,6 +11312,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10953,6 +11341,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -10981,6 +11370,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11009,6 +11399,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11037,6 +11428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11065,6 +11457,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11093,6 +11486,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11121,6 +11515,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11149,6 +11544,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11177,6 +11573,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11205,6 +11602,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11233,6 +11631,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11261,6 +11660,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11289,6 +11689,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11317,6 +11718,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11345,6 +11747,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11373,6 +11776,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11401,6 +11805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11429,6 +11834,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11457,6 +11863,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11485,6 +11892,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11513,6 +11921,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11541,6 +11950,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11569,6 +11979,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11597,6 +12008,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11625,6 +12037,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11653,6 +12066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11681,6 +12095,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11709,6 +12124,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11737,6 +12153,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11765,6 +12182,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11793,6 +12211,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11821,6 +12240,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11849,6 +12269,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11877,6 +12298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11905,6 +12327,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11933,6 +12356,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11961,6 +12385,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -11989,6 +12414,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12017,6 +12443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12045,6 +12472,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12073,6 +12501,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12101,6 +12530,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12129,6 +12559,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12157,6 +12588,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12185,6 +12617,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12213,6 +12646,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12241,6 +12675,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12269,6 +12704,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12297,6 +12733,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12325,6 +12762,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12353,6 +12791,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12381,6 +12820,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12409,6 +12849,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12437,6 +12878,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12465,6 +12907,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12493,6 +12936,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12521,6 +12965,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12549,6 +12994,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12577,6 +13023,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12605,6 +13052,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12633,6 +13081,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12661,6 +13110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12689,6 +13139,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12717,6 +13168,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12745,6 +13197,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12773,6 +13226,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12801,6 +13255,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12829,6 +13284,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12857,6 +13313,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12885,6 +13342,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12913,6 +13371,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12941,6 +13400,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12969,6 +13429,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -12997,6 +13458,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13025,6 +13487,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13053,6 +13516,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13081,6 +13545,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13109,6 +13574,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13137,6 +13603,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13165,6 +13632,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13193,6 +13661,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13221,6 +13690,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13249,6 +13719,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13277,6 +13748,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13305,6 +13777,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13333,6 +13806,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13361,6 +13835,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13389,6 +13864,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13417,6 +13893,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13445,6 +13922,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13473,6 +13951,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13501,6 +13980,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13529,6 +14009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13557,6 +14038,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13585,6 +14067,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13613,6 +14096,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13641,6 +14125,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13669,6 +14154,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13697,6 +14183,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13725,6 +14212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13753,6 +14241,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13781,6 +14270,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13809,6 +14299,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13837,6 +14328,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13865,6 +14357,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13893,6 +14386,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13921,6 +14415,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13949,6 +14444,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -13977,6 +14473,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14005,6 +14502,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14033,6 +14531,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14061,6 +14560,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14089,6 +14589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14117,6 +14618,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14145,6 +14647,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14173,6 +14676,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14201,6 +14705,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14229,6 +14734,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14257,6 +14763,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14285,6 +14792,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14313,6 +14821,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14341,6 +14850,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14369,6 +14879,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14397,6 +14908,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14425,6 +14937,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14453,6 +14966,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14481,6 +14995,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14509,6 +15024,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14537,6 +15053,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14565,6 +15082,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14593,6 +15111,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14621,6 +15140,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14649,6 +15169,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14677,6 +15198,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14705,6 +15227,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14733,6 +15256,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14761,6 +15285,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14789,6 +15314,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14817,6 +15343,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14845,6 +15372,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14873,6 +15401,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14901,6 +15430,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14929,6 +15459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14957,6 +15488,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -14985,6 +15517,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15013,6 +15546,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15041,6 +15575,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15069,6 +15604,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15097,6 +15633,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15125,6 +15662,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15153,6 +15691,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15181,6 +15720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15209,6 +15749,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15237,6 +15778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15265,6 +15807,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15293,6 +15836,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15321,6 +15865,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15349,6 +15894,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15377,6 +15923,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15405,6 +15952,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15433,6 +15981,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15461,6 +16010,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15489,6 +16039,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15517,6 +16068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15545,6 +16097,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15573,6 +16126,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15601,6 +16155,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15629,6 +16184,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15657,6 +16213,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15685,6 +16242,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15713,6 +16271,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15741,6 +16300,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15769,6 +16329,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15797,6 +16358,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15825,6 +16387,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15853,6 +16416,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15881,6 +16445,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15909,6 +16474,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15937,6 +16503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15965,6 +16532,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -15993,6 +16561,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16021,6 +16590,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16049,6 +16619,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16077,6 +16648,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16105,6 +16677,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16133,6 +16706,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16161,6 +16735,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16189,6 +16764,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16217,6 +16793,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16245,6 +16822,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16273,6 +16851,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16301,6 +16880,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16329,6 +16909,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16357,6 +16938,7 @@ "orig": "\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16385,6 +16967,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16413,6 +16996,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16441,6 +17025,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16469,6 +17054,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16497,6 +17083,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16525,6 +17112,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16553,6 +17141,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16581,6 +17170,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16609,6 +17199,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16637,6 +17228,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16665,6 +17257,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16693,6 +17286,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16721,6 +17315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16749,6 +17344,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16777,6 +17373,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16805,6 +17402,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16833,6 +17431,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16861,6 +17460,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16889,6 +17489,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16917,6 +17518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16945,6 +17547,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -16973,6 +17576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17001,6 +17605,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17029,6 +17634,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17057,6 +17663,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17085,6 +17692,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17113,6 +17721,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17141,6 +17750,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17169,6 +17779,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17197,6 +17808,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17225,6 +17837,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17253,6 +17866,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17281,6 +17895,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17309,6 +17924,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17337,6 +17953,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17365,6 +17982,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17393,6 +18011,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17421,6 +18040,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17449,6 +18069,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17477,6 +18098,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17505,6 +18127,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17533,6 +18156,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17561,6 +18185,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17589,6 +18214,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17617,6 +18243,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17645,6 +18272,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17673,6 +18301,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17701,6 +18330,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17729,6 +18359,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17757,6 +18388,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17785,6 +18417,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17813,6 +18446,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17841,6 +18475,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17869,6 +18504,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17897,6 +18533,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17925,6 +18562,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17953,6 +18591,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -17981,6 +18620,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18009,6 +18649,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18037,6 +18678,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18065,6 +18707,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18093,6 +18736,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18121,6 +18765,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18149,6 +18794,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18177,6 +18823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18205,6 +18852,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18233,6 +18881,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18261,6 +18910,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18289,6 +18939,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18317,6 +18968,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18345,6 +18997,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18373,6 +19026,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18401,6 +19055,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18429,6 +19084,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18457,6 +19113,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18485,6 +19142,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18513,6 +19171,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18541,6 +19200,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18569,6 +19229,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18597,6 +19258,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18625,6 +19287,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18653,6 +19316,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18681,6 +19345,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18709,6 +19374,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18737,6 +19403,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18765,6 +19432,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18793,6 +19461,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18821,6 +19490,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18849,6 +19519,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18877,6 +19548,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18905,6 +19577,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18933,6 +19606,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18961,6 +19635,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -18989,6 +19664,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19017,6 +19693,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19045,6 +19722,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19073,6 +19751,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19101,6 +19780,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19129,6 +19809,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19157,6 +19838,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19185,6 +19867,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19213,6 +19896,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19241,6 +19925,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19269,6 +19954,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19297,6 +19983,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19325,6 +20012,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19353,6 +20041,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19381,6 +20070,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19409,6 +20099,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19437,6 +20128,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19465,6 +20157,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19493,6 +20186,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19521,6 +20215,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19549,6 +20244,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19577,6 +20273,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19605,6 +20302,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19633,6 +20331,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19661,6 +20360,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19689,6 +20389,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19717,6 +20418,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19745,6 +20447,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19773,6 +20476,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19801,6 +20505,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19829,6 +20534,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19857,6 +20563,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19885,6 +20592,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19913,6 +20621,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19941,6 +20650,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19969,6 +20679,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -19997,6 +20708,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20025,6 +20737,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20053,6 +20766,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20081,6 +20795,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20109,6 +20824,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20137,6 +20853,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20165,6 +20882,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20193,6 +20911,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20221,6 +20940,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20249,6 +20969,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20277,6 +20998,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20305,6 +21027,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20333,6 +21056,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20361,6 +21085,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20389,6 +21114,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20417,6 +21143,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20445,6 +21172,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20473,6 +21201,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20501,6 +21230,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20529,6 +21259,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20557,6 +21288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20585,6 +21317,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20613,6 +21346,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20641,6 +21375,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20669,6 +21404,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20697,6 +21433,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20725,6 +21462,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20753,6 +21491,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20781,6 +21520,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20809,6 +21549,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20837,6 +21578,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20865,6 +21607,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20893,6 +21636,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20921,6 +21665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20949,6 +21694,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -20977,6 +21723,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21005,6 +21752,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21033,6 +21781,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21061,6 +21810,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21089,6 +21839,7 @@ "orig": "\u064b", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21117,6 +21868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21145,6 +21897,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21173,6 +21926,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21201,6 +21955,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21229,6 +21984,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21257,6 +22013,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21285,6 +22042,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21313,6 +22071,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21341,6 +22100,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21369,6 +22129,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21397,6 +22158,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21425,6 +22187,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21453,6 +22216,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21481,6 +22245,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21509,6 +22274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21537,6 +22303,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21565,6 +22332,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21593,6 +22361,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21621,6 +22390,7 @@ "orig": "\u0644\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21649,6 +22419,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21677,6 +22448,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21705,6 +22477,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21733,6 +22506,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21761,6 +22535,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21789,6 +22564,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21817,6 +22593,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21845,6 +22622,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21873,6 +22651,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21901,6 +22680,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21929,6 +22709,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21957,6 +22738,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -21985,6 +22767,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22013,6 +22796,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22041,6 +22825,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22069,6 +22854,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22097,6 +22883,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22125,6 +22912,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22153,6 +22941,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22181,6 +22970,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22209,6 +22999,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22237,6 +23028,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22265,6 +23057,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22293,6 +23086,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22321,6 +23115,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22349,6 +23144,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22377,6 +23173,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22405,6 +23202,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22433,6 +23231,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22461,6 +23260,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22489,6 +23289,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22517,6 +23318,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22545,6 +23347,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22573,6 +23376,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22601,6 +23405,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22629,6 +23434,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22657,6 +23463,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22685,6 +23492,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22713,6 +23521,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22741,6 +23550,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22769,6 +23579,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22797,6 +23608,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22825,6 +23637,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22853,6 +23666,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22881,6 +23695,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22909,6 +23724,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22937,6 +23753,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22965,6 +23782,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -22993,6 +23811,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23021,6 +23840,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23049,6 +23869,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23077,6 +23898,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23105,6 +23927,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23133,6 +23956,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23161,6 +23985,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23189,6 +24014,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23217,6 +24043,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23245,6 +24072,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23273,6 +24101,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23301,6 +24130,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23329,6 +24159,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23357,6 +24188,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23385,6 +24217,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23413,6 +24246,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23441,6 +24275,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23469,6 +24304,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23497,6 +24333,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23525,6 +24362,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23553,6 +24391,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23581,6 +24420,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23609,6 +24449,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23637,6 +24478,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23665,6 +24507,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23693,6 +24536,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23721,6 +24565,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23749,6 +24594,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23777,6 +24623,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23805,6 +24652,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23833,6 +24681,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23861,6 +24710,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23889,6 +24739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23917,6 +24768,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23945,6 +24797,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -23973,6 +24826,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24001,6 +24855,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24029,6 +24884,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24057,6 +24913,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24085,6 +24942,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24113,6 +24971,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24141,6 +25000,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24169,6 +25029,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24197,6 +25058,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24225,6 +25087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24253,6 +25116,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24281,6 +25145,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24309,6 +25174,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24337,6 +25203,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24365,6 +25232,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24393,6 +25261,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24421,6 +25290,7 @@ "orig": "\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24449,6 +25319,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24477,6 +25348,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24505,6 +25377,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24533,6 +25406,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24561,6 +25435,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24589,6 +25464,7 @@ "orig": "\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24617,6 +25493,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24645,6 +25522,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24673,6 +25551,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24701,6 +25580,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24729,6 +25609,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24757,6 +25638,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24785,6 +25667,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24813,6 +25696,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24841,6 +25725,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24869,6 +25754,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24897,6 +25783,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24925,6 +25812,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24953,6 +25841,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -24981,6 +25870,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25009,6 +25899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25037,6 +25928,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25065,6 +25957,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25093,6 +25986,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25121,6 +26015,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25149,6 +26044,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25177,6 +26073,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25205,6 +26102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25233,6 +26131,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25261,6 +26160,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25289,6 +26189,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25317,6 +26218,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25345,6 +26247,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25373,6 +26276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25401,6 +26305,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25429,6 +26334,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25457,6 +26363,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25485,6 +26392,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25513,6 +26421,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25541,6 +26450,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25569,6 +26479,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25597,6 +26508,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25625,6 +26537,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25653,6 +26566,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25681,6 +26595,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25709,6 +26624,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25737,6 +26653,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25765,6 +26682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25793,6 +26711,7 @@ "orig": "\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25821,6 +26740,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25849,6 +26769,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25877,6 +26798,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25905,6 +26827,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25933,6 +26856,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25961,6 +26885,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -25989,6 +26914,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26017,6 +26943,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26045,6 +26972,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26073,6 +27001,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26101,6 +27030,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26129,6 +27059,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26157,6 +27088,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26185,6 +27117,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -26213,6 +27146,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -26241,6 +27175,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -26269,6 +27204,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -26297,6 +27233,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26325,6 +27262,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26353,6 +27291,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26381,6 +27320,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26409,6 +27349,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26437,6 +27378,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26465,6 +27407,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26493,6 +27436,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26521,6 +27465,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26549,6 +27494,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26577,6 +27523,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26605,6 +27552,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26633,6 +27581,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26661,6 +27610,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26689,6 +27639,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26717,6 +27668,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26745,6 +27697,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26773,6 +27726,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26801,6 +27755,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26829,6 +27784,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26857,6 +27813,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26885,6 +27842,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26913,6 +27871,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26941,6 +27900,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26969,6 +27929,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -26997,6 +27958,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27025,6 +27987,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27053,6 +28016,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27081,6 +28045,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27109,6 +28074,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27137,6 +28103,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27165,6 +28132,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27193,6 +28161,7 @@ "orig": "\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27221,6 +28190,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27249,6 +28219,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27277,6 +28248,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27305,6 +28277,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27333,6 +28306,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27361,6 +28335,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27389,6 +28364,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27417,6 +28393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27445,6 +28422,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27473,6 +28451,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27501,6 +28480,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27529,6 +28509,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27557,6 +28538,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27585,6 +28567,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27613,6 +28596,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27641,6 +28625,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27669,6 +28654,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27697,6 +28683,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27725,6 +28712,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27753,6 +28741,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27781,6 +28770,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27809,6 +28799,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27837,6 +28828,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27865,6 +28857,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27893,6 +28886,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27921,6 +28915,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27949,6 +28944,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -27977,6 +28973,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28005,6 +29002,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28033,6 +29031,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28061,6 +29060,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28089,6 +29089,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28117,6 +29118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28145,6 +29147,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28173,6 +29176,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28201,6 +29205,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28229,6 +29234,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28257,6 +29263,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28285,6 +29292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28313,6 +29321,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28341,6 +29350,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28369,6 +29379,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28397,6 +29408,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28425,6 +29437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28453,6 +29466,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28481,6 +29495,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28509,6 +29524,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28537,6 +29553,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28565,6 +29582,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28593,6 +29611,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28621,6 +29640,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28649,6 +29669,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28677,6 +29698,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28705,6 +29727,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28733,6 +29756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28761,6 +29785,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28789,6 +29814,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28817,6 +29843,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28845,6 +29872,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28873,6 +29901,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28901,6 +29930,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28929,6 +29959,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28957,6 +29988,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -28985,6 +30017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29013,6 +30046,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29041,6 +30075,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29069,6 +30104,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29097,6 +30133,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29125,6 +30162,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29153,6 +30191,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29181,6 +30220,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29209,6 +30249,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29237,6 +30278,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29265,6 +30307,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29293,6 +30336,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29321,6 +30365,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29349,6 +30394,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29377,6 +30423,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29405,6 +30452,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29433,6 +30481,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29461,6 +30510,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29489,6 +30539,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29517,6 +30568,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29545,6 +30597,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29573,6 +30626,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29601,6 +30655,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29629,6 +30684,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29657,6 +30713,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29685,6 +30742,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29713,6 +30771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29741,6 +30800,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29769,6 +30829,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29797,6 +30858,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29825,6 +30887,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29853,6 +30916,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29881,6 +30945,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29909,6 +30974,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -29937,6 +31003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29965,6 +31032,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29993,6 +31061,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30021,6 +31090,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30049,6 +31119,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30077,6 +31148,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30105,6 +31177,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30133,6 +31206,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30161,6 +31235,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30189,6 +31264,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30217,6 +31293,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30245,6 +31322,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30273,6 +31351,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30301,6 +31380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30329,6 +31409,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30357,6 +31438,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30385,6 +31467,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30413,6 +31496,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30441,6 +31525,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30469,6 +31554,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30497,6 +31583,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30525,6 +31612,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30553,6 +31641,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30581,6 +31670,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30609,6 +31699,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30637,6 +31728,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30665,6 +31757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30693,6 +31786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30721,6 +31815,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30749,6 +31844,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30777,6 +31873,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30805,6 +31902,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30833,6 +31931,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30861,6 +31960,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30889,6 +31989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30917,6 +32018,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30945,6 +32047,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30973,6 +32076,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31001,6 +32105,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31029,6 +32134,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31057,6 +32163,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31085,6 +32192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31113,6 +32221,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31141,6 +32250,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31169,6 +32279,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31197,6 +32308,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31225,6 +32337,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31253,6 +32366,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31281,6 +32395,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31309,6 +32424,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31337,6 +32453,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31365,6 +32482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31393,6 +32511,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31421,6 +32540,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31449,6 +32569,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31477,6 +32598,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31505,6 +32627,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31533,6 +32656,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31561,6 +32685,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31589,6 +32714,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31617,6 +32743,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31645,6 +32772,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31673,6 +32801,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31701,6 +32830,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31729,6 +32859,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31757,6 +32888,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31785,6 +32917,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31813,6 +32946,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31841,6 +32975,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31869,6 +33004,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31897,6 +33033,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31925,6 +33062,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31953,6 +33091,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -31981,6 +33120,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32009,6 +33149,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32037,6 +33178,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32065,6 +33207,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32093,6 +33236,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32121,6 +33265,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32149,6 +33294,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32177,6 +33323,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32205,6 +33352,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32233,6 +33381,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32261,6 +33410,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32289,6 +33439,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32317,6 +33468,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32345,6 +33497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32373,6 +33526,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32401,6 +33555,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32429,6 +33584,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32457,6 +33613,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32485,6 +33642,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32513,6 +33671,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32541,6 +33700,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32569,6 +33729,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32597,6 +33758,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32625,6 +33787,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32653,6 +33816,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32681,6 +33845,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32709,6 +33874,7 @@ "orig": "\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32737,6 +33903,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32765,6 +33932,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32793,6 +33961,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32821,6 +33990,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32849,6 +34019,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32877,6 +34048,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32905,6 +34077,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32933,6 +34106,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32961,6 +34135,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -32989,6 +34164,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33017,6 +34193,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33045,6 +34222,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33073,6 +34251,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33101,6 +34280,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33129,6 +34309,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33157,6 +34338,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33185,6 +34367,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33213,6 +34396,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33241,6 +34425,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33269,6 +34454,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33297,6 +34483,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33325,6 +34512,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33353,6 +34541,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33381,6 +34570,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33409,6 +34599,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33437,6 +34628,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33465,6 +34657,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33493,6 +34686,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33521,6 +34715,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33549,6 +34744,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33577,6 +34773,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33605,6 +34802,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33633,6 +34831,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33661,6 +34860,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33689,6 +34889,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33717,6 +34918,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33745,6 +34947,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33773,6 +34976,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33801,6 +35005,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33829,6 +35034,7 @@ "orig": "\u0638", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33857,6 +35063,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33885,6 +35092,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33913,6 +35121,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33941,6 +35150,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33969,6 +35179,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -33997,6 +35208,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34025,6 +35237,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34053,6 +35266,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34081,6 +35295,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34109,6 +35324,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34137,6 +35353,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34165,6 +35382,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34193,6 +35411,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34221,6 +35440,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34249,6 +35469,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34277,6 +35498,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34305,6 +35527,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34333,6 +35556,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34361,6 +35585,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34389,6 +35614,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34417,6 +35643,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34445,6 +35672,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34473,6 +35701,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34501,6 +35730,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34529,6 +35759,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34557,6 +35788,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34585,6 +35817,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34613,6 +35846,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34641,6 +35875,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34669,6 +35904,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34697,6 +35933,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34725,6 +35962,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34753,6 +35991,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34781,6 +36020,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34809,6 +36049,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34837,6 +36078,7 @@ "orig": "\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34865,6 +36107,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34893,6 +36136,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34921,6 +36165,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34949,6 +36194,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -34977,6 +36223,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -35005,6 +36252,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -35035,6 +36283,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/F5", @@ -35063,6 +36312,7 @@ "orig": "\u0648\u0639\u0644\u064a\u0647\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -35091,6 +36341,7 @@ "orig": "\u0627\u0644\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35119,6 +36370,7 @@ "orig": "\u0627\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35147,6 +36399,7 @@ "orig": "\u0627\u0644\u0645\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35175,6 +36428,7 @@ "orig": "\u0644\u0648\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35203,6 +36457,7 @@ "orig": "\u0639\u064a\u064a\u0647\u0627\u0648\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35231,6 +36486,7 @@ "orig": "\u0635\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35259,6 +36515,7 @@ "orig": "\u062a\u0636\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35287,6 +36544,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0631\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35315,6 +36573,7 @@ "orig": "\u0627\u0644\u062d\u0643\u0648\u0645\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35343,6 +36602,7 @@ "orig": "\u0641\u0625\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35371,6 +36631,7 @@ "orig": "\u0628\u0627\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35399,6 +36660,7 @@ "orig": "\u0627\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35427,6 +36689,7 @@ "orig": "\u0645\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35455,6 +36718,7 @@ "orig": "\u064a\u062f\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35483,6 +36747,7 @@ "orig": "\u064a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35511,6 +36776,7 @@ "orig": "\u062a\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35539,6 +36805,7 @@ "orig": "\u064a\u0627\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35567,6 +36834,7 @@ "orig": "\u0628\u062e\u0644\u0639\u0645\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35595,6 +36863,7 @@ "orig": "\u0644\u0627\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35623,6 +36892,7 @@ "orig": "\u0627\u0644\u062c\u0645\u0627\u0648\u0631\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35651,6 +36921,7 @@ "orig": "\u0631\u0626\u064a\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35679,6 +36950,7 @@ "orig": "\u0627\u0644\u0633\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35707,6 +36979,7 @@ "orig": "\u062a\u0643\u0627\u064a\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35735,6 +37008,7 @@ "orig": "\u0647\u0648\u062f\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35763,6 +37037,7 @@ "orig": "\u0631\u0639\u0633\u0627\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35791,6 +37066,7 @@ "orig": "\u064a\u0627\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35819,6 +37095,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35847,6 +37124,7 @@ "orig": "\u0627\u0644\u0623\u0648\u0644\u0648\u064a\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35875,6 +37153,7 @@ "orig": "\u0642\u062e\u0626\u0645\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35903,6 +37182,7 @@ "orig": "\u0631\u0639\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35931,6 +37211,7 @@ "orig": "\u064a\u0627\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35959,6 +37240,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0631\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -35987,6 +37269,7 @@ "orig": "\u0627\u0644\u0625\u0646\u0633\u062e\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36015,6 +37298,7 @@ "orig": "\u0628\u0647\u062e\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36043,6 +37327,7 @@ "orig": "\u0645\u0627\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36071,6 +37356,7 @@ "orig": "\u0648\u0636\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36099,6 +37385,7 @@ "orig": "\u062e\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36127,6 +37414,7 @@ "orig": "\u0646\u0645\u0648\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36155,6 +37443,7 @@ "orig": "\u0645\u0639\u0648\u0648\u062f\u062d\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36183,6 +37472,7 @@ "orig": "\u064a\u0648\u0648\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36211,6 +37501,7 @@ "orig": "\u062a\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36239,6 +37530,7 @@ "orig": "\u064a\u0627\u0648\u0648\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36267,6 +37559,7 @@ "orig": "\u0627\u0644\u0639\u0645\u0648\u0648\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36295,6 +37588,7 @@ "orig": "\u0648\u0627\u0644\u0644\u0639\u0627\u0648\u0648\u064a\u0644\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36323,6 +37617,7 @@ "orig": "\u0627\u0644\u0635\u0648\u0648\u062d\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36351,6 +37646,7 @@ "orig": "\u0645\u062c\u0648\u0648\u062e\u062d\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36379,6 +37675,7 @@ "orig": "\u0641\u0648\u0648\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36407,6 +37704,7 @@ "orig": "\u0644\u062e\u0635\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36435,6 +37733,7 @@ "orig": "\u064a\u0627\u0648\u0648\u0648\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36463,6 +37762,7 @@ "orig": "\u0648\u0648\u0648\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36491,6 +37791,7 @@ "orig": "\u0627\u0644\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36519,6 +37820,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36547,6 +37849,7 @@ "orig": "\u0648\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36575,6 +37878,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36603,6 +37907,7 @@ "orig": "\u0644\u062e\u064a\u0648\u0648\u0648\u062e\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36631,6 +37936,7 @@ "orig": "\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36659,6 +37965,7 @@ "orig": "\u0639\u0630\u0627\u0648\u0648\u0648\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36687,6 +37994,7 @@ "orig": "\u0641\u0648\u0648\u0648\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36715,6 +38023,7 @@ "orig": "\u0648\u0648\u0648\u062e\u0645\u0627\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36743,6 +38052,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36771,6 +38081,7 @@ "orig": "\u0648\u0645\u0633\u0648\u0648\u0648\u0644\u062f\u0627\u0645\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36799,6 +38110,7 @@ "orig": "\u0642\u0648\u064a\u0648\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36827,6 +38139,7 @@ "orig": "\u0648\u0627\u0644\u062f\u0648\u0644\u064a\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36855,6 +38168,7 @@ "orig": "\u0627\u0644\u0625\u0642\u0627\u064a\u0645\u064a\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36883,6 +38197,7 @@ "orig": "\u0627\u0644\u0644\u062d\u0648\u062f\u064a\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36911,6 +38226,7 @@ "orig": "\u0636\u0648\u0648\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36939,6 +38255,7 @@ "orig": "\u0641\u0648\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36967,6 +38284,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0648\u0631\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -36995,6 +38313,7 @@ "orig": "\u0648\u0648\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37023,6 +38342,7 @@ "orig": "\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37051,6 +38371,7 @@ "orig": "\u0627\u0644\u0623\u0645\u0648\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37079,6 +38400,7 @@ "orig": "\u0645\u062d\u0648\u062f\u062f\u0627\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37107,6 +38429,7 @@ "orig": "\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37135,6 +38458,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37163,6 +38487,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37191,6 +38516,7 @@ "orig": "\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37219,6 +38545,7 @@ "orig": "\u0645\u0644\u062e\u0628\u0639\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37247,6 +38574,7 @@ "orig": "\u0648\u0627\u0633\u0648\u0648\u0644\u0645\u0631\u0627\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37275,6 +38603,7 @@ "orig": "\u0627\u0644\u0633\u064a\u062e\u0633\u0648\u0648\u064a\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37303,6 +38632,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37331,6 +38661,7 @@ "orig": "\u0627\u0644\u0645\u0627\u0648\u0648\u062e\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37359,6 +38690,7 @@ "orig": "\u062a\u0644\u0648\u0648\u0648\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37387,6 +38719,7 @@ "orig": "\u0648\u0627\u0648\u0648\u0648\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37415,6 +38748,7 @@ "orig": "\u0648\u0645\u0648\u0627\u0635\u0648\u0648\u0627\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37443,6 +38777,7 @@ "orig": "\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37471,6 +38806,7 @@ "orig": "\u0648\u0627\u0644\u0648\u0648\u0648\u0648\u064a\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37499,6 +38835,7 @@ "orig": "\u062e\u0641\u0648\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37527,6 +38864,7 @@ "orig": "\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37555,6 +38893,7 @@ "orig": "\u0648\u0648\u0648\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37583,6 +38922,7 @@ "orig": "\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37611,6 +38951,7 @@ "orig": "\u062a\u0644\u0648\u0648\u0648\u0648\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37639,6 +38980,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37667,6 +39009,7 @@ "orig": "\u0627\u0644\u0625\u0631\u0647\u0648\u0648\u0648\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37695,6 +39038,7 @@ "orig": "\u0648\u0645\u0643\u062e\u0641\u062d\u0648\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37723,6 +39067,7 @@ "orig": "\u0631\u0627\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37751,6 +39096,7 @@ "orig": "\u0648\u0627\u062d\u0633\u0648\u0648\u0648\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37779,6 +39125,7 @@ "orig": "\u0627\u0644\u0623\u0645\u0648\u0648\u0648\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37807,6 +39154,7 @@ "orig": "\u0648\u0648\u0648\u062e\u0647\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37835,6 +39183,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37863,6 +39212,7 @@ "orig": "\u064a\u0631\u0633\u0648\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37891,6 +39241,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37919,6 +39270,7 @@ "orig": "\u0627\u0644\u0648\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37947,6 +39299,7 @@ "orig": "\u0627\u0644\u0647\u062d\u0648\u0648\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -37975,6 +39328,7 @@ "orig": "\u064a\u0627\u0648\u0648\u0648\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38003,6 +39357,7 @@ "orig": "\u0627\u0644\u0645\u0639\u0644\u0648\u0648\u0648\u062f\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38031,6 +39386,7 @@ "orig": "\u0627\u0644\u0648\u0648\u0648\u062f\u064a\u0647\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38059,6 +39415,7 @@ "orig": "\u0648\u0627\u0644\u0628\u0644\u0648\u0648\u0648\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38087,6 +39444,7 @@ "orig": "\u0627\u0644\u0648\u0648\u0648\u0648\u060c\u0647\u0627\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38115,6 +39473,7 @@ "orig": "\u0627\u0644\u0645\u062c\u0644\u0645\u0639\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38143,6 +39502,7 @@ "orig": "\u0648\u0627\u0644\u0633\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38171,6 +39531,7 @@ "orig": "\u0627\u0644\u0645\u0648\u0627\u060c\u0647\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38199,6 +39560,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38227,6 +39589,7 @@ "orig": "\u0644\u0648\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38255,6 +39618,7 @@ "orig": "\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38283,6 +39647,7 @@ "orig": "\u0644\u0648\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38311,6 +39676,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0648\u0631\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38339,6 +39705,7 @@ "orig": "\u0627\u0644\u062d\u0643\u0648\u0645\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38367,6 +39734,7 @@ "orig": "\u0628\u0631\u0646\u0648\u062e\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38395,6 +39763,7 @@ "orig": "\u064a\u0633\u0648\u0644\u0627\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38423,6 +39792,7 @@ "orig": "\u0633\u0628\u0642\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38451,6 +39821,7 @@ "orig": "\u0644\u0645\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38479,6 +39850,7 @@ "orig": "\u064b\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38507,6 +39879,7 @@ "orig": "\u0648\u0648\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38535,6 +39908,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38563,6 +39937,7 @@ "orig": "2024", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38591,6 +39966,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38619,6 +39995,7 @@ "orig": "2026", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38647,6 +40024,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38675,6 +40053,7 @@ "orig": "\u0627\u0644\u0622\u062a\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38703,6 +40082,7 @@ "orig": "\u0627\u0644\u0647\u062d\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38731,6 +40111,7 @@ "orig": "\u064a\u0627\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38759,6 +40140,7 @@ "orig": "\u0648\u0647\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38787,6 +40169,7 @@ "orig": "\u0631\u0626\u064a\u0633\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38815,6 +40198,7 @@ "orig": "\u0627\u0633\u0644\u0631\u0627\u062a\u064a\u062c\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38843,6 +40227,7 @@ "orig": "\u0639\u0647\u062f\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38871,6 +40256,7 @@ "orig": "\u0639\u0631\u0628\u0639\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38899,6 +40285,7 @@ "orig": "\u064a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38927,6 +40314,7 @@ "orig": "\u062a\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38955,6 +40343,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -38983,6 +40372,7 @@ "orig": "\u0628\u062e\u062d\u0633\u0648\u0644\u0647\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39011,6 +40401,7 @@ "orig": "\u0627\u0644\u0628\u0631\u0646\u0648\u062e\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39039,6 +40430,7 @@ "orig": "\u0645\u0633\u0648\u0644\u0627\u062f\u0641\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39067,6 +40459,7 @@ "orig": "\u062a\u062d\u062f\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39095,6 +40488,7 @@ "orig": "\u062a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39123,6 +40517,7 @@ "orig": "\u0642\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39151,6 +40546,7 @@ "orig": "\u0639\u0646\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39179,6 +40575,7 @@ "orig": "\u0625\u0644\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39207,6 +40604,7 @@ "orig": "\u062e\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39235,6 +40633,7 @@ "orig": "\u0627\u0644\u0625", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39263,6 +40662,7 @@ "orig": "\u062a\u062c\u062f\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39291,6 +40691,7 @@ "orig": "\u0628\u0627\u0648\u0643\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39319,6 +40720,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39347,6 +40749,7 @@ "orig": "\u0645\u0635\u0648\u0648\u0648\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39375,6 +40778,7 @@ "orig": "\u064a\u0648\u0648\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39403,6 +40807,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39431,6 +40836,7 @@ "orig": "\u0645\u0633\u0648\u0648\u0648\u0644\u0627\u062f\u0641\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39459,6 +40865,7 @@ "orig": "\u064a\u0627\u0648\u0648\u0648\u0649", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39487,6 +40894,7 @@ "orig": "\u0631\u0626\u0648\u0648\u0648\u064a\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39515,6 +40923,7 @@ "orig": "2023", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -39543,6 +40952,7 @@ "orig": "\u0627\u0644\u062d\u0648\u0648\u0648\u0648\u0627\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39571,6 +40981,7 @@ "orig": "\u0648\u0627\u0633\u0648\u0648\u0648\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39599,6 +41010,7 @@ "orig": "\u0648\u062a\u0648\u0635\u0648\u0648\u0648\u064a\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39627,6 +41039,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39655,6 +41068,7 @@ "orig": "\u0627\u0644\u0627\u064a\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39683,6 +41097,7 @@ "orig": "\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39711,6 +41126,7 @@ "orig": "\u0644\u064a\u0635\u0648\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39739,6 +41155,7 @@ "orig": "\u0627\u0644\u0648\u0648\u060c\u0647\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39767,6 +41184,7 @@ "orig": "\u0648\u0627\u0644\u0628\u0631\u0646\u0648\u062e\u0645\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39795,6 +41213,7 @@ "orig": "\u0627\u0631\u0627\u062a\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39823,6 +41242,7 @@ "orig": "\u0627\u0644\u0648\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39851,6 +41271,7 @@ "orig": "\u0648\u0645\u0633\u0648\u0644\u0627\u062f\u0641\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39879,6 +41300,7 @@ "orig": "\u0627\u0644\u0648\u0648\u060c\u0647\u0627\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39907,6 +41329,7 @@ "orig": "\u0627\u064a\u0648\u0629\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39935,6 +41358,7 @@ "orig": "\u0627\u0644\u0648\u060c\u0647\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39963,6 +41387,7 @@ "orig": "\u0627\u062d\u0633\u0644\u0631\u0627\u062a\u064a\u062c\u064a\u062e\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -39991,6 +41416,7 @@ "orig": "\u0648\u0645\u0628\u0644\u0627\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40019,6 +41445,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40047,6 +41474,7 @@ "orig": "\u0627\u0645\u0645\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40075,6 +41503,7 @@ "orig": "\u0645\u0627\u064a\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40103,6 +41532,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0640\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40131,6 +41561,7 @@ "orig": "\u0627\u0644\u0642\u0648\u0645\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40159,6 +41590,7 @@ "orig": "\u0640\u0640\u0640\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40187,6 +41619,7 @@ "orig": "\u0646\u0633\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40215,6 +41648,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40243,6 +41677,7 @@ "orig": "\u0628\u0646\u0640\u0640\u0640\u0640\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40271,6 +41706,7 @@ "orig": "\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40299,6 +41735,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0640", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40327,6 +41764,7 @@ "orig": "\u062a\u0635\u0640\u0640\u0640\u0640\u0640\u0627\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40355,6 +41793,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40383,6 +41822,7 @@ "orig": "\u0628\u0646\u0640\u0640\u0640\u0640\u0640\u0627\u0621", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40411,6 +41851,7 @@ "orig": "\u062a\u0646\u0627\u0628\u0633\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40439,6 +41880,7 @@ "orig": "\u0627\u0638\u0633\u062a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40467,6 +41909,7 @@ "orig": "\u062a\u062d\u0642\u064a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40495,6 +41938,7 @@ "orig": "\u0631\u0627\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40523,6 +41967,7 @@ "orig": "\u0627\u0644\u0633\u064a\u0627\u0633\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -40553,6 +41998,7 @@ "orig": "11", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 2, "widget": false, "font_key": "/F5", @@ -40581,6 +42027,7 @@ "orig": "\u0648\u0639\u0644\u064a\u0647\u060c ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -40609,6 +42056,7 @@ "orig": "\u0641\u0625\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u062a\u0636\u0639 \u0635\u0648\u0648 \u0639\u064a\u064a\u0647\u0627\u0648\u062e \u0644\u0648\u0627\u0644 \u0627\u0644\u0645\u0631 \u0627\u0648\u0629 \u0627\u0644\u0645 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40637,6 +42085,7 @@ "orig": "\u0628\u0627\u0648\u0629 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40665,6 +42114,7 @@ "orig": "\u062a\u0643\u0627\u064a\u0641 \u0627\u0644\u0633\u064a\u062f \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0645\u0627\u0648\u0631\u064a\u0629 \u0644\u0627\u062e \u0628\u062e\u0644\u0639\u0645\u0644 \u064a\u0627\u0649 \u062a\u062d \u064a\u0642 \u064a\u062f\u062f \u0645\u0646 \u0627\u0644\u0623", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40693,6 +42143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40721,6 +42172,7 @@ "orig": "\u0647\u0648\u062f\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40749,6 +42201,7 @@ "orig": "\u064a\u0627\u0649 \u0631\u0639\u0633\u0627\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40777,6 +42230,7 @@ "orig": " :", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40805,6 +42259,7 @@ "orig": "\u0648\u0636\u0639 \u0645\u0627\u0641 \u0628\u0647\u062e\u0621 \u0627\u0644\u0625\u0646\u0633\u062e\u0646 \u0627\u0644\u0645\u0635\u0631\u064a \u064a\u0627\u0649 \u0631\u0639\u0633 \u0642\u062e\u0626\u0645\u0648\u0629 \u0627\u0644\u0623\u0648\u0644\u0648\u064a\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40833,6 +42288,7 @@ "orig": "\u062e\u062a\u060c ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40861,6 +42317,7 @@ "orig": "\u0644\u062e\u0635\u0648\u0648\u0629 \u0641\u0648\u0648\u0627 \u0645\u062c\u0648\u0648\u062e\u062d\u062a \u0627\u0644\u0635\u0648\u0648\u062d\u0629 \u0648\u0627\u0644\u0644\u0639\u0627\u0648\u0648\u064a\u0644\u060c \u0627\u0644\u0639\u0645\u0648\u0648\u0644 \u064a\u0627\u0648\u0648\u0649 \u062a\u062d \u064a\u0648\u0648\u0642 \u0645\u0639\u0648\u0648\u062f\u062d\u062a \u0646\u0645\u0648\u0648\u0648 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40889,6 +42346,7 @@ "orig": "\u0642\u0648\u064a\u0648\u0648\u0648\u0629 \u0648\u0645\u0633\u0648\u0648\u0648\u0644\u062f\u0627\u0645\u0629 \u0648 \u0648\u0648\u0648\u062e\u0645\u0627\u0629 \u0641\u0648\u0648\u0648\u0627 \u0639\u0630\u0627\u0648\u0648\u0648\u0641 \u0627\u0644 \u0644\u062e\u064a\u0648\u0648\u0648\u062e\u062a\u060c \u0648 \u0648\u0648\u0648 \u0627 \u0627\u0644\u062d \u0648\u0648\u0648\u062e \u064a\u0627\u0648\u0648\u0648\u0649 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40917,6 +42375,7 @@ "orig": "\u0645\u062d\u0648\u062f\u062f\u0627\u062a \u0627\u0644\u0623\u0645\u0648\u0646 \u0627\u0644 \u0648\u0648\u0645\u0627 \u0627\u0644\u0645\u0635\u0648\u0631\u064a \u0641\u0648\u0627 \u0636\u0648\u0648\u0621 \u0627\u0644\u0644\u062d\u0648\u062f\u064a\u062e\u062a \u0627\u0644\u0625\u0642\u0627\u064a\u0645\u064a\u0648\u0629 \u0648\u0627\u0644\u062f\u0648\u0644\u064a\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40945,6 +42404,7 @@ "orig": "\u0629\u060c ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -40973,6 +42433,7 @@ "orig": "\u0648\u0645\u0648\u0627\u0635\u0648\u0648\u0627\u0629 \u0648\u0627\u0648\u0648\u0648\u062f \u062a\u0644\u0648\u0648\u0648\u064a\u0631 \u0627\u0644\u0645\u0627\u0648\u0648\u062e\u0631 \u0629 \u0627\u0644\u0633\u064a\u062e\u0633\u0648\u0648\u064a\u0629\u060c \u0648\u0627\u0633\u0648\u0648\u0644\u0645\u0631\u0627\u0631 \u0645\u0644\u062e\u0628\u0639\u0648\u0648\u0629 \u0645\u0627 \u0648 \u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41001,6 +42462,7 @@ "orig": "\u062e\u062a ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41029,6 +42491,7 @@ "orig": "\u0627\u0644\u0623\u0645\u0648\u0648\u0648\u0646 \u0648\u0627\u062d\u0633\u0648\u0648\u0648\u0644 \u0631\u0627\u0631 \u0648\u0645\u0643\u062e\u0641\u062d\u0648\u0648\u0648\u0629 \u0627\u0644\u0625\u0631\u0647\u0648\u0648\u0648\u062e \u060c \u062a\u0644\u0648\u0648\u0648\u0648\u064a\u0631 \u0645\u0627 \u0648\u0648\u0648\u062e\u062a \u0627\u0644 \u062e\u0641\u0648\u0648\u0648\u0629 \u0648\u0627\u0644\u0648\u0648\u0648\u0648\u064a\u0627 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41057,6 +42520,7 @@ "orig": "\u0627\u0644\u0648\u0648\u0648\u0648\u060c\u0647\u0627\u060c \u0648\u0627\u0644\u0628\u0644\u0648\u0648\u0648\u062e \u0627\u0644\u0648\u0648\u0648\u062f\u064a\u0647\u0627 \u0627\u0644\u0645\u0639\u0644\u0648\u0648\u0648\u062f\u0644 \u064a\u0627\u0648\u0648\u0648\u0649 \u0627\u0644\u0647\u062d\u0648\u0648\u0648\u0648 \u0627\u0644\u0648\u0648\u0648 \u064a \u064a\u0631\u0633\u0648\u0648\u0648 \u0645 \u0648\u0648\u0648\u062e\u0647\u064a\u0644 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41085,6 +42549,7 @@ "orig": "\u0627\u0644\u0645\u0648\u0627\u060c\u0647\u0629 \u0648\u0627\u0644\u0633\u0627\u0645 \u0627\u0644\u0645\u062c\u0644\u0645\u0639\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41113,6 +42578,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41141,6 +42607,7 @@ "orig": "\u0648\u0648\u0641 \u064b\u062e \u0644\u0645\u062e \u0633\u0628\u0642\u060c \u064a\u0633\u0648\u0644\u0627\u062f \u0628\u0631\u0646\u0648\u062e\u0645\u0627 \u0627\u0644\u062d\u0643\u0648\u0645\u0648\u0629 \u0627\u0644\u0645\u0635\u0648\u0631\u064a\u0629 \u0644\u0648\u0627\u0644 \u0627\u0644 \u0644\u0648\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41169,6 +42636,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41197,6 +42665,7 @@ "orig": "2024", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41225,6 +42694,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41253,6 +42723,7 @@ "orig": "2026", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41281,6 +42752,7 @@ "orig": " )", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41309,6 +42781,7 @@ "orig": "\u062a\u062d \u064a\u0642 \u0639\u0631\u0628\u0639\u0629 \u0639\u0647\u062f\u0627 \u0627\u0633\u0644\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0631\u0626\u064a\u0633\u0629\u060c \u0648\u0647\u0627 \u064a\u0627\u0649 \u0627\u0644\u0647\u062d\u0648 \u0627\u0644\u0622\u062a\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41337,6 +42810,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41365,6 +42839,7 @@ "orig": "\u062a\u062c\u062f\u0631 \u0627\u0644\u0625 \u062e\u0631 \u0625\u0644\u0649 \u0639\u0646\u0647 \u0642\u062f \u062a\u0644 \u062a\u062d\u062f\u064a\u062f \u0645\u0633\u0648\u0644\u0627\u062f\u0641\u062e\u062a \u0627\u0644\u0628\u0631\u0646\u0648\u062e\u0645\u0627 \u0628\u062e\u062d\u0633\u0648\u0644\u0647\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41393,6 +42868,7 @@ "orig": "\u062f \u0628\u0627\u0648\u0643\u0644 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41421,6 +42897,7 @@ "orig": "\u0631\u0626\u0648\u0648\u0648\u064a\u0633 \u064a\u0627\u0648\u0648\u0648\u0649 \u0645\u0633\u0648\u0648\u0648\u0644\u0627\u062f\u0641\u062e\u062a \u0631 \u064a\u0648\u0648\u0648\u0629 \u0645\u0635\u0648\u0648\u0648\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41449,6 +42926,7 @@ "orig": "2023", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -41477,6 +42955,7 @@ "orig": "\u060c \u0648\u062a\u0648\u0635\u0648\u0648\u0648\u064a\u062e\u062a \u0648\u0627\u0633\u0648\u0648\u0648\u062e\u062a \u0627\u0644\u062d\u0648\u0648\u0648\u0648\u0627\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41505,6 +42984,7 @@ "orig": "\u0627\u0644\u0648\u0648\u060c\u0647\u0627\u060c \u0648\u0645\u0633\u0648\u0644\u0627\u062f\u0641\u062e\u062a \u0627\u0644\u0648\u0648 \u0627\u0631\u0627\u062a\u060c \u0648\u0627\u0644\u0628\u0631\u0646\u0648\u062e\u0645\u0627 \u0627\u0644\u0648\u0648\u060c\u0647\u0627 \u0644\u064a\u0635\u0648\u0627 \u062e\u062a \u0627\u0644\u0627\u064a\u0643", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41533,6 +43013,7 @@ "orig": "\u0627\u064a\u0648\u0629\u060c ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41561,6 +43042,7 @@ "orig": "\u0648\u0645\u0628\u0644\u0627\u0641 \u0627\u062d\u0633\u0644\u0631\u0627\u062a\u064a\u062c\u064a\u062e\u062a \u0627\u0644\u0648\u060c\u0647\u064a\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41589,6 +43071,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F3", @@ -41617,6 +43100,7 @@ "orig": " \u0645\u0627\u064a\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0629 \u0627\u0645\u0645\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0646 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41645,6 +43129,7 @@ "orig": "\u0627\u0644\u0642\u0648\u0645\u064a \u0627\u0644\u0645\u0635\u0640\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41673,6 +43158,7 @@ "orig": "\u0628\u0646\u0640\u0640\u0640\u0640\u0627\u0621 \u0627 \u0646\u0633\u0640\u0640\u0640\u0640\u0627 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41701,6 +43187,7 @@ "orig": "\u0627\u0644\u0645\u0635\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41729,6 +43216,7 @@ "orig": "\u0628\u0646\u0640\u0640\u0640\u0640\u0640\u0627\u0621 \u0627 \u062a\u0635\u0640\u0640\u0640\u0640\u0640\u0627\u0639 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41757,6 +43245,7 @@ "orig": "\u062a\u0646\u0627\u0628\u0633\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41785,6 +43274,7 @@ "orig": "\u062a\u062d\u0642\u064a\u0642 \u0627\u0638\u0633\u062a\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41813,6 +43303,7 @@ "orig": "\u0631\u0627\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -41841,12 +43332,16 @@ "orig": "\u0627\u0644\u0633\u064a\u0627\u0633\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u0640\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", "font_name": "/BBOMLU+Tajawal-Medium" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/right_to_left_02.pdf.v2.json b/tests/data/groundtruth/right_to_left_02.pdf.v2.json index f507a2b9..56beee0d 100644 --- a/tests/data/groundtruth/right_to_left_02.pdf.v2.json +++ b/tests/data/groundtruth/right_to_left_02.pdf.v2.json @@ -36913,23 +36913,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003437, - "decode_dimensions": 1e-06, - "decode_page": 0.016595, - "decode_resources": 0.001622, - "sanitise_contents": 0.010797 + "decode_contents": 0.003303, + "decode_dimensions": 0.0, + "decode_page": 0.017944, + "decode_resources": 0.001594, + "sanitise_contents": 0.005048 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003437, - "decode_dimensions": 1e-06, - "decode_document": 0.01727, - "decode_page": 0.016595, - "decode_resources": 0.001622, - "decoding page 0": 0.01709, - "process_document_from_bytesio": 3.1e-05, - "sanitise_contents": 0.010797 + "decode_contents": 0.003303, + "decode_dimensions": 0.0, + "decode_document": 0.018591, + "decode_page": 0.017944, + "decode_resources": 0.001594, + "decoding page 0": 0.018464, + "process_document_from_bytesio": 2.2e-05, + "sanitise_contents": 0.005048 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left_02.pdf.v2.p=0.json b/tests/data/groundtruth/right_to_left_02.pdf.v2.p=0.json index 61e34b7f..ef081b7f 100644 --- a/tests/data/groundtruth/right_to_left_02.pdf.v2.p=0.json +++ b/tests/data/groundtruth/right_to_left_02.pdf.v2.p=0.json @@ -36913,23 +36913,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003587, + "decode_contents": 0.003354, "decode_dimensions": 0.0, - "decode_page": 0.01679, - "decode_resources": 0.001631, - "sanitise_contents": 0.010815 + "decode_page": 0.018141, + "decode_resources": 0.001675, + "sanitise_contents": 0.005002 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003587, + "decode_contents": 0.003354, "decode_dimensions": 0.0, - "decode_document": 0.017501, - "decode_page": 0.01679, - "decode_resources": 0.001631, - "decoding page 0": 0.017286, - "process_document_from_bytesio": 2.6e-05, - "sanitise_contents": 0.010815 + "decode_document": 0.018786, + "decode_page": 0.018141, + "decode_resources": 0.001675, + "decoding page 0": 0.018659, + "process_document_from_bytesio": 2.2e-05, + "sanitise_contents": 0.005002 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left_03.pdf.page_no_1.py.json b/tests/data/groundtruth/right_to_left_03.pdf.page_no_1.py.json index 6e2cdb32..3b67b81e 100644 --- a/tests/data/groundtruth/right_to_left_03.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/right_to_left_03.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -117,6 +118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -145,6 +147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -173,6 +176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -201,6 +205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -229,6 +234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -257,6 +263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -285,6 +292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -313,6 +321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -341,6 +350,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -369,6 +379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -397,6 +408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -425,6 +437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -453,6 +466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -481,6 +495,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -509,6 +524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -537,6 +553,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -565,6 +582,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -593,6 +611,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -621,6 +640,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -649,6 +669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -677,6 +698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -705,6 +727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -733,6 +756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -761,6 +785,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -789,6 +814,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -817,6 +843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -845,6 +872,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -873,6 +901,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -901,6 +930,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -929,6 +959,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -957,6 +988,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -985,6 +1017,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1013,6 +1046,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1041,6 +1075,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1069,6 +1104,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1097,6 +1133,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1125,6 +1162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1153,6 +1191,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1181,6 +1220,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1209,6 +1249,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1237,6 +1278,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1265,6 +1307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1293,6 +1336,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1321,6 +1365,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1349,6 +1394,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1377,6 +1423,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1405,6 +1452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -1433,6 +1481,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -1461,6 +1510,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1489,6 +1539,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1517,6 +1568,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1545,6 +1597,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1573,6 +1626,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1601,6 +1655,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1629,6 +1684,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1657,6 +1713,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1685,6 +1742,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1713,6 +1771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1741,6 +1800,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1769,6 +1829,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1797,6 +1858,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1825,6 +1887,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1853,6 +1916,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1881,6 +1945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1909,6 +1974,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1937,6 +2003,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1965,6 +2032,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -1993,6 +2061,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2021,6 +2090,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2049,6 +2119,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2077,6 +2148,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2105,6 +2177,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2133,6 +2206,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2161,6 +2235,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2189,6 +2264,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2217,6 +2293,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2245,6 +2322,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2273,6 +2351,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2301,6 +2380,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2329,6 +2409,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2357,6 +2438,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2385,6 +2467,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2413,6 +2496,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2441,6 +2525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2469,6 +2554,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2497,6 +2583,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2525,6 +2612,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2553,6 +2641,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2581,6 +2670,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2609,6 +2699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -2637,6 +2728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -2665,6 +2757,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2693,6 +2786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2721,6 +2815,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2749,6 +2844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2777,6 +2873,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2805,6 +2902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2833,6 +2931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2861,6 +2960,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F10", @@ -2889,6 +2989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -2917,6 +3018,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -2945,6 +3047,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -2973,6 +3076,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F13", @@ -3001,6 +3105,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3029,6 +3134,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3057,6 +3163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3085,6 +3192,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3113,6 +3221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3141,6 +3250,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3169,6 +3279,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3197,6 +3308,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3225,6 +3337,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3253,6 +3366,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3281,6 +3395,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3309,6 +3424,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3337,6 +3453,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3365,6 +3482,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3393,6 +3511,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3421,6 +3540,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3449,6 +3569,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3477,6 +3598,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3505,6 +3627,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3533,6 +3656,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3561,6 +3685,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3589,6 +3714,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3617,6 +3743,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3645,6 +3772,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3673,6 +3801,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3701,6 +3830,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3729,6 +3859,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3757,6 +3888,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3785,6 +3917,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3813,6 +3946,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3841,6 +3975,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3869,6 +4004,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -3897,6 +4033,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -3925,6 +4062,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -3953,6 +4091,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -3981,6 +4120,7 @@ "orig": "\u06af", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4009,6 +4149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4037,6 +4178,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4065,6 +4207,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4093,6 +4236,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4121,6 +4265,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4149,6 +4294,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4177,6 +4323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4205,6 +4352,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4233,6 +4381,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4261,6 +4410,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4289,6 +4439,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4317,6 +4468,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4345,6 +4497,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4373,6 +4526,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4401,6 +4555,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4429,6 +4584,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4457,6 +4613,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4485,6 +4642,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4513,6 +4671,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4541,6 +4700,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4569,6 +4729,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4597,6 +4758,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4625,6 +4787,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4653,6 +4816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4681,6 +4845,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4709,6 +4874,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4737,6 +4903,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4765,6 +4932,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4793,6 +4961,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4821,6 +4990,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4849,6 +5019,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4877,6 +5048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4905,6 +5077,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4933,6 +5106,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4961,6 +5135,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -4989,6 +5164,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5017,6 +5193,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5045,6 +5222,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5073,6 +5251,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5101,6 +5280,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5129,6 +5309,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5157,6 +5338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5185,6 +5367,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5213,6 +5396,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5241,6 +5425,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5269,6 +5454,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5297,6 +5483,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5325,6 +5512,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5353,6 +5541,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5381,6 +5570,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5409,6 +5599,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5437,6 +5628,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5465,6 +5657,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5493,6 +5686,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5521,6 +5715,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5549,6 +5744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5577,6 +5773,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5605,6 +5802,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5633,6 +5831,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5661,6 +5860,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5689,6 +5889,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5717,6 +5918,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5745,6 +5947,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5773,6 +5976,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5801,6 +6005,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5829,6 +6034,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5857,6 +6063,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5885,6 +6092,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5913,6 +6121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5941,6 +6150,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5969,6 +6179,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -5997,6 +6208,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6025,6 +6237,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6053,6 +6266,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6081,6 +6295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6109,6 +6324,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6137,6 +6353,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6165,6 +6382,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6193,6 +6411,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6221,6 +6440,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6249,6 +6469,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6277,6 +6498,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6305,6 +6527,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6333,6 +6556,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6361,6 +6585,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6389,6 +6614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6417,6 +6643,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6445,6 +6672,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6473,6 +6701,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6501,6 +6730,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6529,6 +6759,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6557,6 +6788,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6585,6 +6817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -6613,6 +6846,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6641,6 +6875,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6669,6 +6904,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6697,6 +6933,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6725,6 +6962,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6753,6 +6991,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6781,6 +7020,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6809,6 +7049,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6837,6 +7078,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6865,6 +7107,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6893,6 +7136,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6921,6 +7165,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6949,6 +7194,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -6977,6 +7223,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7005,6 +7252,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7033,6 +7281,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7061,6 +7310,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7089,6 +7339,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7117,6 +7368,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7145,6 +7397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7173,6 +7426,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7201,6 +7455,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7229,6 +7484,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7257,6 +7513,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7285,6 +7542,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7313,6 +7571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7341,6 +7600,7 @@ "orig": "\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7369,6 +7629,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7397,6 +7658,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7425,6 +7687,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7453,6 +7716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7481,6 +7745,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7509,6 +7774,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7537,6 +7803,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7565,6 +7832,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7593,6 +7861,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7621,6 +7890,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7649,6 +7919,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7677,6 +7948,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7705,6 +7977,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7733,6 +8006,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7761,6 +8035,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7789,6 +8064,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7817,6 +8093,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7845,6 +8122,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7873,6 +8151,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7901,6 +8180,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7929,6 +8209,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -7957,6 +8238,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -7985,6 +8267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8013,6 +8296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8041,6 +8325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8069,6 +8354,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8097,6 +8383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8125,6 +8412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8153,6 +8441,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8181,6 +8470,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8209,6 +8499,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8237,6 +8528,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8265,6 +8557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8293,6 +8586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8321,6 +8615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8349,6 +8644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8377,6 +8673,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8405,6 +8702,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8433,6 +8731,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8461,6 +8760,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8489,6 +8789,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8517,6 +8818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -8545,6 +8847,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8573,6 +8876,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8601,6 +8905,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8629,6 +8934,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8657,6 +8963,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8685,6 +8992,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8713,6 +9021,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8741,6 +9050,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8769,6 +9079,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8797,6 +9108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8825,6 +9137,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8853,6 +9166,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8881,6 +9195,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8909,6 +9224,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8937,6 +9253,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8965,6 +9282,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -8993,6 +9311,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9021,6 +9340,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9049,6 +9369,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9077,6 +9398,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9105,6 +9427,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9133,6 +9456,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9161,6 +9485,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9189,6 +9514,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9217,6 +9543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -9245,6 +9572,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9273,6 +9601,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9301,6 +9630,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9329,6 +9659,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9357,6 +9688,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9385,6 +9717,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9413,6 +9746,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9441,6 +9775,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9469,6 +9804,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9497,6 +9833,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9525,6 +9862,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9553,6 +9891,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9581,6 +9920,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9609,6 +9949,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9637,6 +9978,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9665,6 +10007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9693,6 +10036,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9721,6 +10065,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9749,6 +10094,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9777,6 +10123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9805,6 +10152,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9833,6 +10181,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9861,6 +10210,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9889,6 +10239,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9917,6 +10268,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9945,6 +10297,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -9973,6 +10326,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -10001,6 +10355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10029,6 +10384,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10057,6 +10413,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10085,6 +10442,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10113,6 +10471,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10141,6 +10500,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10169,6 +10529,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10197,6 +10558,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10225,6 +10587,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10253,6 +10616,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10281,6 +10645,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10309,6 +10674,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10337,6 +10703,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10365,6 +10732,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10393,6 +10761,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10421,6 +10790,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10449,6 +10819,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10477,6 +10848,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10505,6 +10877,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10533,6 +10906,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10561,6 +10935,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10589,6 +10964,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10617,6 +10993,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10645,6 +11022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10673,6 +11051,7 @@ "orig": "\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10701,6 +11080,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10729,6 +11109,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10757,6 +11138,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10785,6 +11167,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10813,6 +11196,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10841,6 +11225,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10869,6 +11254,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10897,6 +11283,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10925,6 +11312,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10953,6 +11341,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -10981,6 +11370,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11009,6 +11399,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11037,6 +11428,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11065,6 +11457,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11093,6 +11486,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11121,6 +11515,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11149,6 +11544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11177,6 +11573,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11205,6 +11602,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11233,6 +11631,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11261,6 +11660,7 @@ "orig": "\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11289,6 +11689,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11317,6 +11718,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11345,6 +11747,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11373,6 +11776,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11401,6 +11805,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11429,6 +11834,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11457,6 +11863,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11485,6 +11892,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11513,6 +11921,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11541,6 +11950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -11569,6 +11979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11597,6 +12008,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11625,6 +12037,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11653,6 +12066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11681,6 +12095,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11709,6 +12124,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11737,6 +12153,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11765,6 +12182,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11793,6 +12211,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11821,6 +12240,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11849,6 +12269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11877,6 +12298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11905,6 +12327,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11933,6 +12356,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11961,6 +12385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -11989,6 +12414,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12017,6 +12443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12045,6 +12472,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12073,6 +12501,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12101,6 +12530,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12129,6 +12559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -12157,6 +12588,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12185,6 +12617,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12213,6 +12646,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12241,6 +12675,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12269,6 +12704,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12297,6 +12733,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12325,6 +12762,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12353,6 +12791,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12381,6 +12820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12409,6 +12849,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12437,6 +12878,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12465,6 +12907,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12493,6 +12936,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12521,6 +12965,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12549,6 +12994,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12577,6 +13023,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12605,6 +13052,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12633,6 +13081,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F14", @@ -12661,6 +13110,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12689,6 +13139,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12717,6 +13168,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12745,6 +13197,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12773,6 +13226,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12801,6 +13255,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12829,6 +13284,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12857,6 +13313,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12885,6 +13342,7 @@ "orig": "\u0626", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12913,6 +13371,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12941,6 +13400,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12969,6 +13429,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -12997,6 +13458,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13025,6 +13487,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13053,6 +13516,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13081,6 +13545,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13109,6 +13574,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13137,6 +13603,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13165,6 +13632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -13193,6 +13661,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13221,6 +13690,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13249,6 +13719,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13277,6 +13748,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13305,6 +13777,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13333,6 +13806,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13361,6 +13835,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13389,6 +13864,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13417,6 +13893,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13445,6 +13922,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13473,6 +13951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -13501,6 +13980,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13529,6 +14009,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13557,6 +14038,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13585,6 +14067,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13613,6 +14096,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13641,6 +14125,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13669,6 +14154,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13697,6 +14183,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13725,6 +14212,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13753,6 +14241,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13781,6 +14270,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13809,6 +14299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -13837,6 +14328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -13865,6 +14357,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13893,6 +14386,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13921,6 +14415,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13949,6 +14444,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -13977,6 +14473,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14005,6 +14502,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14033,6 +14531,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14061,6 +14560,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14089,6 +14589,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14117,6 +14618,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14145,6 +14647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14173,6 +14676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14201,6 +14705,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14229,6 +14734,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14257,6 +14763,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14285,6 +14792,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14313,6 +14821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14341,6 +14850,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14369,6 +14879,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14397,6 +14908,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14425,6 +14937,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14453,6 +14966,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14481,6 +14995,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14509,6 +15024,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14537,6 +15053,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14565,6 +15082,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14593,6 +15111,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14621,6 +15140,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14649,6 +15169,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14677,6 +15198,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14705,6 +15227,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14733,6 +15256,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14761,6 +15285,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14789,6 +15314,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14817,6 +15343,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14845,6 +15372,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14873,6 +15401,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -14901,6 +15430,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -14929,6 +15459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14957,6 +15488,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -14985,6 +15517,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15013,6 +15546,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15041,6 +15575,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15069,6 +15604,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15097,6 +15633,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15125,6 +15662,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15153,6 +15691,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15181,6 +15720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15209,6 +15749,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15237,6 +15778,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15265,6 +15807,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15293,6 +15836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15321,6 +15865,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15349,6 +15894,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15377,6 +15923,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15405,6 +15952,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15433,6 +15981,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15461,6 +16010,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -15489,6 +16039,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15517,6 +16068,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15545,6 +16097,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15573,6 +16126,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15601,6 +16155,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15629,6 +16184,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15657,6 +16213,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15685,6 +16242,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15713,6 +16271,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15741,6 +16300,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -15769,6 +16329,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -15797,6 +16358,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15825,6 +16387,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15853,6 +16416,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15881,6 +16445,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15909,6 +16474,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15937,6 +16503,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15965,6 +16532,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -15993,6 +16561,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16021,6 +16590,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16049,6 +16619,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16077,6 +16648,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16105,6 +16677,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16133,6 +16706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -16161,6 +16735,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16189,6 +16764,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16217,6 +16793,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16245,6 +16822,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16273,6 +16851,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16301,6 +16880,7 @@ "orig": "\u06af", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16329,6 +16909,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16357,6 +16938,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16385,6 +16967,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16413,6 +16996,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16441,6 +17025,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16469,6 +17054,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16497,6 +17083,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16525,6 +17112,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16553,6 +17141,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16581,6 +17170,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16609,6 +17199,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16637,6 +17228,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16665,6 +17257,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -16693,6 +17286,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -16721,6 +17315,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16749,6 +17344,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16777,6 +17373,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16805,6 +17402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16833,6 +17431,7 @@ "orig": "\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16861,6 +17460,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16889,6 +17489,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16917,6 +17518,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16945,6 +17547,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -16973,6 +17576,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17001,6 +17605,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17029,6 +17634,7 @@ "orig": "\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17057,6 +17663,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17085,6 +17692,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17113,6 +17721,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17141,6 +17750,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17169,6 +17779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17197,6 +17808,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17225,6 +17837,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17253,6 +17866,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17281,6 +17895,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17309,6 +17924,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17337,6 +17953,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17365,6 +17982,7 @@ "orig": "\u067e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17393,6 +18011,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17421,6 +18040,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17449,6 +18069,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17477,6 +18098,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17505,6 +18127,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17533,6 +18156,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17561,6 +18185,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17589,6 +18214,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17617,6 +18243,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17645,6 +18272,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17673,6 +18301,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17701,6 +18330,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17729,6 +18359,7 @@ "orig": "\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17757,6 +18388,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17785,6 +18417,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17813,6 +18446,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17841,6 +18475,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17869,6 +18504,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17897,6 +18533,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17925,6 +18562,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17953,6 +18591,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -17981,6 +18620,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18009,6 +18649,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18037,6 +18678,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18065,6 +18707,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18093,6 +18736,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18121,6 +18765,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18149,6 +18794,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18177,6 +18823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18205,6 +18852,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18233,6 +18881,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18261,6 +18910,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18289,6 +18939,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18317,6 +18968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18345,6 +18997,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18373,6 +19026,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18401,6 +19055,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18429,6 +19084,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18457,6 +19113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18485,6 +19142,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18513,6 +19171,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18541,6 +19200,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18569,6 +19229,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18597,6 +19258,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18625,6 +19287,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -18653,6 +19316,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -18681,6 +19345,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18709,6 +19374,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18737,6 +19403,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18765,6 +19432,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18793,6 +19461,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18821,6 +19490,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18849,6 +19519,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18877,6 +19548,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18905,6 +19577,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18933,6 +19606,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18961,6 +19635,7 @@ "orig": "\u0636", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -18989,6 +19664,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19017,6 +19693,7 @@ "orig": "\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19045,6 +19722,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19073,6 +19751,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19101,6 +19780,7 @@ "orig": "\u0635", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19129,6 +19809,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19157,6 +19838,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19185,6 +19867,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19213,6 +19896,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19241,6 +19925,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19269,6 +19954,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19297,6 +19983,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19325,6 +20012,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19353,6 +20041,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19381,6 +20070,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19409,6 +20099,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19437,6 +20128,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19465,6 +20157,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19493,6 +20186,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19521,6 +20215,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19549,6 +20244,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19577,6 +20273,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19605,6 +20302,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19633,6 +20331,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19661,6 +20360,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19689,6 +20389,7 @@ "orig": "\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19717,6 +20418,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19745,6 +20447,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19773,6 +20476,7 @@ "orig": "\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19801,6 +20505,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19829,6 +20534,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19857,6 +20563,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19885,6 +20592,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19913,6 +20621,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19941,6 +20650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -19969,6 +20679,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -19997,6 +20708,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20025,6 +20737,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20053,6 +20766,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20081,6 +20795,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20109,6 +20824,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20137,6 +20853,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20165,6 +20882,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20193,6 +20911,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20221,6 +20940,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20249,6 +20969,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20277,6 +20998,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20305,6 +21027,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20333,6 +21056,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20361,6 +21085,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20389,6 +21114,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20417,6 +21143,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20445,6 +21172,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20473,6 +21201,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20501,6 +21230,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20529,6 +21259,7 @@ "orig": "\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20557,6 +21288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20585,6 +21317,7 @@ "orig": "\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20613,6 +21346,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20641,6 +21375,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20669,6 +21404,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20697,6 +21433,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20725,6 +21462,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20753,6 +21491,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20781,6 +21520,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20809,6 +21549,7 @@ "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20837,6 +21578,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20865,6 +21607,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20893,6 +21636,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20921,6 +21665,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20949,6 +21694,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -20977,6 +21723,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21005,6 +21752,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21033,6 +21781,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21061,6 +21810,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -21089,6 +21839,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21117,6 +21868,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21145,6 +21897,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21173,6 +21926,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21201,6 +21955,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21229,6 +21984,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21257,6 +22013,7 @@ "orig": "\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21285,6 +22042,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21313,6 +22071,7 @@ "orig": "\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21341,6 +22100,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21369,6 +22129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21397,6 +22158,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21425,6 +22187,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21453,6 +22216,7 @@ "orig": "\u0637", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21481,6 +22245,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21509,6 +22274,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -21537,6 +22303,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21565,6 +22332,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21593,6 +22361,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21621,6 +22390,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21649,6 +22419,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21677,6 +22448,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21705,6 +22477,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21733,6 +22506,7 @@ "orig": "\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21761,6 +22535,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21789,6 +22564,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21817,6 +22593,7 @@ "orig": "\u0628", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21845,6 +22622,7 @@ "orig": "\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21873,6 +22651,7 @@ "orig": "\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21901,6 +22680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21929,6 +22709,7 @@ "orig": "\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21957,6 +22738,7 @@ "orig": "\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -21985,6 +22767,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22013,6 +22796,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22041,6 +22825,7 @@ "orig": "\u062d", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22069,6 +22854,7 @@ "orig": "\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22097,6 +22883,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22125,6 +22912,7 @@ "orig": "\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22153,6 +22941,7 @@ "orig": "\u064a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22181,6 +22970,7 @@ "orig": "\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22209,6 +22999,7 @@ "orig": "\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22237,6 +23028,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22265,6 +23057,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -22293,6 +23086,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22323,6 +23117,7 @@ "orig": "\u0627\u064a\u0631\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22351,6 +23146,7 @@ "orig": "\u06a9\u0627\u0644\u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22379,6 +23175,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22407,6 +23204,7 @@ "orig": "\u0634\u0631\u06a9\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22435,6 +23233,7 @@ "orig": "\u0627\u0645\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22463,6 +23262,7 @@ "orig": "\u0627\u0635\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22491,6 +23291,7 @@ "orig": "\u0628\u0627\u0632\u0627\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22519,6 +23320,7 @@ "orig": "\u062f\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22547,6 +23349,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22575,6 +23378,7 @@ "orig": "\u0646\u0627\u0645\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22603,6 +23407,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22631,6 +23436,7 @@ "orig": "\u06a9\u0627\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22659,6 +23465,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22687,6 +23494,7 @@ "orig": "\u062f\u0627\u062e\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -22715,6 +23523,7 @@ "orig": "Page", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -22743,6 +23552,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F10", @@ -22771,6 +23581,7 @@ "orig": "2-5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22799,6 +23610,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22827,6 +23639,7 @@ "orig": "\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22855,6 +23668,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22883,6 +23697,7 @@ "orig": "\u0627\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22911,6 +23726,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22939,6 +23755,7 @@ "orig": "\u0646\u0627\u0645", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -22967,6 +23784,7 @@ "orig": "\u06af\u0631\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -22995,6 +23813,7 @@ "orig": "\u0631\u064a\u062e\u062a\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23023,6 +23842,7 @@ "orig": "\u0631\u0648\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23051,6 +23871,7 @@ "orig": "\u0628\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23079,6 +23900,7 @@ "orig": "\u0634\u062f\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23107,6 +23929,7 @@ "orig": "\u062a\u0648\u0644\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23135,6 +23958,7 @@ "orig": "\u0634\u0645\u0634\u0627\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23163,6 +23987,7 @@ "orig": "\u0648", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23191,6 +24016,7 @@ "orig": "\u0634\u0645\u0634\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23219,6 +24045,7 @@ "orig": "\u0645\u0635\u0631\u0641", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23247,6 +24074,7 @@ "orig": "\u0645\u0648\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23275,6 +24103,7 @@ "orig": "\u067e\u064a\u0648\u0633\u062a\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23303,6 +24132,7 @@ "orig": "\u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23331,6 +24161,7 @@ "orig": "\u0633\u0627\u0632\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23359,6 +24190,7 @@ "orig": "\u0641\u0648\u0644\u0627\u062f\u0647\u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23387,6 +24219,7 @@ "orig": "\u062f\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23415,6 +24248,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23443,6 +24277,7 @@ "orig": "\u0645\u0637\u0627\u0628\u0642", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23471,6 +24306,7 @@ "orig": "\u067e\u064a\u0648\u0633\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23499,6 +24335,7 @@ "orig": "\u0622\u0646\u0627\u0644\u064a\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23527,6 +24364,7 @@ "orig": "\u0645\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23555,6 +24393,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23583,6 +24422,7 @@ "orig": "\u0634\u0645\u0627\u0631\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23611,6 +24451,7 @@ "orig": "20300", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23639,6 +24480,7 @@ "orig": "\u0627\u0633\u062a\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23667,6 +24509,7 @@ "orig": "\u0627\u062c\u0628\u0627\u0631\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23695,6 +24538,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23723,6 +24567,7 @@ "orig": "\u0628\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23751,6 +24596,7 @@ "orig": "\u062e\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23779,6 +24625,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23807,6 +24654,7 @@ "orig": "\u0635\u0627\u062f\u0631\u06a9\u0646\u0646\u062f\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23835,6 +24683,7 @@ "orig": "\u0645\u0631\u062c\u0639", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -23863,6 +24712,7 @@ "orig": "\u0627\u064a\u0631\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23891,6 +24741,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23919,6 +24770,7 @@ "orig": "\u0645\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23947,6 +24799,7 @@ "orig": "\u0633\u0627\u0632\u0645\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -23975,6 +24828,7 @@ "orig": "\u0627\u062e\u0630", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24003,6 +24857,7 @@ "orig": "\u0631\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24031,6 +24886,7 @@ "orig": "\u0645\u0630\u06a9\u0648\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24059,6 +24915,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24087,6 +24944,7 @@ "orig": "\u0645\u062d\u0635\u0648\u0644\u060c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24115,6 +24973,7 @@ "orig": "\u062a\u0648\u0644\u064a\u062f\u06a9\u0646\u0646\u062f\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24143,6 +25002,7 @@ "orig": "\u0622\u064a\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24171,6 +25031,7 @@ "orig": "\u0627\u0633\u062a\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24199,6 +25060,7 @@ "orig": "\u0646\u0645\u0648\u062f\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24227,6 +25089,7 @@ "orig": "\u062e\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24255,6 +25118,7 @@ "orig": "\u0628\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24283,6 +25147,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24311,6 +25176,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24339,6 +25205,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24367,6 +25234,7 @@ "orig": "\u062f\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24395,6 +25263,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24423,6 +25292,7 @@ "orig": "\u0645\u062f\u0627\u0631\u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24451,6 +25321,7 @@ "orig": "\u0627\u0631\u0627\u0626\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24479,6 +25350,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24507,6 +25379,7 @@ "orig": "19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24535,6 +25408,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24563,6 +25437,7 @@ "orig": "09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24591,6 +25466,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24619,6 +25495,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24647,6 +25524,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24675,6 +25553,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24703,6 +25582,7 @@ "orig": "04", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24731,6 +25611,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24759,6 +25640,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24787,6 +25669,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24815,6 +25698,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24843,6 +25727,7 @@ "orig": "\u062c\u0644\u0633\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24871,6 +25756,7 @@ "orig": "\u0634\u0645\u0627\u0631\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24899,6 +25785,7 @@ "orig": "\u0639\u0631\u0636\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24927,6 +25814,7 @@ "orig": "\u06a9\u0645\u064a\u062a\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -24955,6 +25843,7 @@ "orig": "436", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -24983,6 +25872,7 @@ "orig": "\u0627\u0645\u064a\u062f\u0646\u0627\u0645\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25011,6 +25901,7 @@ "orig": "\u062f\u0631\u062c", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25039,6 +25930,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25067,6 +25959,7 @@ "orig": "05", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25095,6 +25988,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25123,6 +26017,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25151,6 +26046,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25179,6 +26075,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25207,6 +26104,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25235,6 +26133,7 @@ "orig": "\u0645\u0634\u0627\u0648\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25263,6 +26162,7 @@ "orig": "\u06a9\u0627\u0631\u06af\u0632\u0627\u0631\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25291,6 +26191,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25319,6 +26220,7 @@ "orig": "\u0631\u0645\u0648\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25347,6 +26249,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25375,6 +26278,7 @@ "orig": "\u062f\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25403,6 +26307,7 @@ "orig": "\u06a9\u0627\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25431,6 +26336,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25459,6 +26365,7 @@ "orig": "\u0627\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25487,6 +26394,7 @@ "orig": "\u067e\u0627\u064a\u0647\u067e\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25515,6 +26423,7 @@ "orig": "\u0642\u064a\u0645\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25543,6 +26452,7 @@ "orig": "\u062a\u0639\u064a\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25571,6 +26481,7 @@ "orig": "\u0646\u062d\u0648\u0629", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25599,6 +26510,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25627,6 +26539,7 @@ "orig": "\u0628\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25655,6 +26568,7 @@ "orig": "\u0642\u064a\u0645\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25683,6 +26597,7 @@ "orig": "\u0627\u0633\u0627\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25711,6 +26626,7 @@ "orig": "\u0647\u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25739,6 +26655,7 @@ "orig": "\u062c\u0647\u0627\u0646\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -25767,6 +26684,7 @@ "orig": "\u062a\u0648\u0644\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25795,6 +26713,7 @@ "orig": "\u0627\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25823,6 +26742,7 @@ "orig": "\u0639\u0631\u0636\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25851,6 +26771,7 @@ "orig": "\u062f\u0631\u0635\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25879,6 +26800,7 @@ "orig": "\u062d\u062f\u0627\u0642\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25907,6 +26829,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25935,6 +26858,7 @@ "orig": "\u06a9\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25963,6 +26887,7 @@ "orig": "\u0641\u0631\u0648\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -25991,6 +26916,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26019,6 +26945,7 @@ "orig": "\u0641\u0631\u0648\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26047,6 +26974,7 @@ "orig": "\u062f\u0627\u062e\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26075,6 +27003,7 @@ "orig": "\u062d\u062f\u0627\u0642\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26103,6 +27032,7 @@ "orig": "50", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26131,6 +27061,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26159,6 +27090,7 @@ "orig": "\u064a\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26187,6 +27119,7 @@ "orig": "\u0633\u0627\u0644\u064a\u0627\u0646\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26215,6 +27148,7 @@ "orig": "\u062a\u0648\u0644\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26243,6 +27177,7 @@ "orig": "\u0627\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26271,6 +27206,7 @@ "orig": "47.500", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26299,6 +27235,7 @@ "orig": "\u062a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26327,6 +27264,7 @@ "orig": "\u062a\u062d\u0648\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26355,6 +27293,7 @@ "orig": "\u0645\u062c\u0627\u0632", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26383,6 +27322,7 @@ "orig": "\u062e\u0637\u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26411,6 +27351,7 @@ "orig": "5%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26439,6 +27380,7 @@ "orig": "\u062a\u062d\u0648\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26467,6 +27409,7 @@ "orig": "\u0642\u0627\u0628\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26495,6 +27438,7 @@ "orig": "\u0645\u062d\u0645\u0648\u0644\u0647", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26523,6 +27467,7 @@ "orig": "\u0622\u062e\u0631\u064a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -26553,6 +27498,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -26581,6 +27527,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -26609,6 +27556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -26637,6 +27585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F6", @@ -26665,6 +27614,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -26693,6 +27643,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -26721,6 +27672,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -26749,6 +27701,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -26777,6 +27730,7 @@ "orig": "\u0634\u0631\u06a9\u062a \u0628\u0648\u0631\u0633 \u06a9\u0627\u0644\u0627\u06cc \u0627\u064a\u0631\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26805,6 +27759,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -26833,6 +27788,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F7", @@ -26861,6 +27817,7 @@ "orig": "\u0627\u0645\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -26889,6 +27846,7 @@ "orig": "\u0646\u0627\u0645\u0647 \u067e\u0630\u064a\u0631\u0634 \u062f\u0631 \u0628\u0627\u0632\u0627\u0631 \u0627\u0635\u0644\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -26917,6 +27875,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -26945,6 +27904,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -26973,6 +27933,7 @@ "orig": "\u06a9\u0627\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -27001,6 +27962,7 @@ "orig": "\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -27029,6 +27991,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -27057,6 +28020,7 @@ "orig": "\u062f\u0627\u062e\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -27085,6 +28049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F8", @@ -27113,6 +28078,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F2", @@ -27141,6 +28107,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -27169,6 +28136,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -27197,6 +28165,7 @@ "orig": "Page 7 ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F9", @@ -27225,6 +28194,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -27253,6 +28223,7 @@ "orig": "2-5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27281,6 +28252,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27309,6 +28281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27337,6 +28310,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u06a9", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27365,6 +28339,7 @@ "orig": "\u0627\u0644\u0627", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27393,6 +28368,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27421,6 +28397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27449,6 +28426,7 @@ "orig": "\u0646\u0627\u0645 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27477,6 +28455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27505,6 +28484,7 @@ "orig": "\u0634\u0645\u0634\u0647 \u0648 \u0634\u0645\u0634\u0627\u0644 \u062a\u0648\u0644\u064a\u062f \u0634\u062f\u0647 \u0628\u0647 \u0631\u0648\u0634 \u0631\u064a\u062e\u062a\u0647 \u06af\u0631\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27533,6 +28513,7 @@ "orig": "\u067e\u064a\u0648\u0633\u062a\u0647 \u0645\u0648\u0631\u062f \u0645\u0635\u0631\u0641 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27561,6 +28542,7 @@ "orig": "\u062f\u0631 \u0641\u0648\u0644\u0627\u062f\u0647\u0627\u06cc \u0633\u0627\u0632\u0647 \u0627\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27589,6 +28571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27617,6 +28600,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27645,6 +28629,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27673,6 +28658,7 @@ "orig": "\u0645\u0637\u0627\u0628\u0642 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27701,6 +28687,7 @@ "orig": "\u0622\u0646\u0627\u0644\u064a\u0632 \u067e\u064a\u0648\u0633\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27729,6 +28716,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27757,6 +28745,7 @@ "orig": "\u0634\u0645\u0627\u0631\u0647 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u0645\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27785,6 +28774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27813,6 +28803,7 @@ "orig": "20300", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27841,6 +28832,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27869,6 +28861,7 @@ "orig": "\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u0627\u062c\u0628\u0627\u0631\u06cc \u0627\u0633\u062a\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27897,6 +28890,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -27925,6 +28919,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27953,6 +28948,7 @@ "orig": "\u0628\u0644\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -27981,6 +28977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28009,6 +29006,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28037,6 +29035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28065,6 +29064,7 @@ "orig": "\u062e\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28093,6 +29093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28121,6 +29122,7 @@ "orig": "\u0645\u0631\u062c\u0639 \u0635\u0627\u062f\u0631\u06a9\u0646\u0646\u062f\u0647 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28149,6 +29151,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28177,6 +29180,7 @@ "orig": "\u0633\u0627\u0632\u0645\u0627\u0646 \u0645\u0644\u06cc \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u0627\u064a\u0631\u0627\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28205,6 +29209,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28233,6 +29238,7 @@ "orig": "\u0622\u064a\u0627 \u062a\u0648\u0644\u064a\u062f\u06a9\u0646\u0646\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u060c \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u0645\u0630\u06a9\u0648\u0631 \u0631\u0627 \u0627\u062e\u0630 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28261,6 +29267,7 @@ "orig": "\u0646\u0645\u0648\u062f\u0647 \u0627\u0633\u062a\u061f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28289,6 +29296,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28317,6 +29325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28345,6 +29354,7 @@ "orig": "\u0628\u0644\u06cc \u062e\u064a\u0631", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28373,6 +29383,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28401,6 +29412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28429,6 +29441,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28457,6 +29470,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28485,6 +29499,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28513,6 +29528,7 @@ "orig": "\u067e\u0630\u064a\u0631\u0634 \u062f\u0631 \u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28541,6 +29557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F14", @@ -28569,6 +29586,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e \u0627\u0631\u0627\u0626\u0647 \u0645\u062f\u0627\u0631\u06a9 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28597,6 +29615,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -28625,6 +29644,7 @@ "orig": "19", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28653,6 +29673,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28681,6 +29702,7 @@ "orig": "09", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28709,6 +29731,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28737,6 +29760,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28765,6 +29789,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -28793,6 +29818,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e \u067e\u0630\u064a\u0631\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28821,6 +29847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -28849,6 +29876,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -28877,6 +29905,7 @@ "orig": "04", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28905,6 +29934,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28933,6 +29963,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28961,6 +29992,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -28989,6 +30021,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29017,6 +30050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29045,6 +30079,7 @@ "orig": "\u0634\u0645\u0627\u0631\u0647 \u062c\u0644\u0633\u0647 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29073,6 +30108,7 @@ "orig": "\u06a9\u0645\u064a\u062a\u0647 \u0639\u0631\u0636\u0647 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29101,6 +30137,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29129,6 +30166,7 @@ "orig": "436", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29157,6 +30195,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29185,6 +30224,7 @@ "orig": "\u062a\u0627\u0631\u064a\u062e \u062f\u0631\u062c \u0627\u0645\u064a\u062f\u0646\u0627\u0645\u0647 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29213,6 +30253,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -29241,6 +30282,7 @@ "orig": "05", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29269,6 +30311,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29297,6 +30340,7 @@ "orig": "10", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29325,6 +30369,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29353,6 +30398,7 @@ "orig": "1403", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29381,6 +30427,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29409,6 +30456,7 @@ "orig": "\u0645\u0634\u0627\u0648\u0631 \u067e\u0630\u064a\u0631\u0634 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29437,6 +30485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F11", @@ -29465,6 +30514,7 @@ "orig": "\u06a9\u0627\u0631\u06af\u0632\u0627\u0631\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29493,6 +30543,7 @@ "orig": "\u0622", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29521,6 +30572,7 @@ "orig": "\u0631\u0645\u0648\u0646 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29549,6 +30601,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29577,6 +30630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29605,6 +30659,7 @@ "orig": "\u0646\u062d\u0648\u0629 \u062a\u0639\u064a\u064a\u0646 \u0642\u064a\u0645\u062a \u067e\u0627\u064a\u0647 \u067e\u0633 \u0627\u0632 \u067e\u0630\u064a\u0631\u0634 \u06a9\u0627\u0644\u0627 \u062f\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29633,6 +30688,7 @@ "orig": "\u0628\u0648\u0631\u0633", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29661,6 +30717,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29689,6 +30746,7 @@ "orig": "\u0628\u0631 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29717,6 +30775,7 @@ "orig": "\u0627\u0633\u0627\u0633 \u0642\u064a\u0645\u062a", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29745,6 +30804,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29773,6 +30833,7 @@ "orig": "\u0647\u0627\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29801,6 +30862,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29829,6 +30891,7 @@ "orig": "\u062c\u0647\u0627\u0646\u06cc ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -29857,6 +30920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -29885,6 +30949,7 @@ "orig": "\u062d\u062f\u0627\u0642\u0644 \u062f\u0631\u0635\u062f \u0639\u0631\u0636\u0647 \u0627\u0632 \u062a\u0648\u0644\u064a\u062f", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29913,6 +30978,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29941,6 +31007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29969,6 +31036,7 @@ "orig": "\u06a9\u0644 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -29997,6 +31065,7 @@ "orig": "\u0641\u0631\u0648\u0634", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30025,6 +31094,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30053,6 +31123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30081,6 +31152,7 @@ "orig": "\u0641\u0631\u0648\u0634 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30109,6 +31181,7 @@ "orig": "\u062f\u0627\u062e\u0644\u06cc", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30137,6 +31210,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30165,6 +31239,7 @@ "orig": "\u062d\u062f\u0627\u0642\u0644 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30193,6 +31268,7 @@ "orig": "50", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30221,6 +31297,7 @@ "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30249,6 +31326,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30277,6 +31355,7 @@ "orig": "\u0627\u0632 \u062a\u0648\u0644\u064a\u062f \u0633\u0627\u0644\u064a\u0627\u0646\u0647 \u064a\u0627 ", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30305,6 +31384,7 @@ "orig": "47.500", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30333,6 +31413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30361,6 +31442,7 @@ "orig": "\u062a\u0646", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30389,6 +31471,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30417,6 +31500,7 @@ "orig": "\u062e\u0637\u0627\u06cc \u0645\u062c\u0627\u0632 \u062a\u062d\u0648\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30445,6 +31529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F5", @@ -30473,6 +31558,7 @@ "orig": "5%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30501,6 +31587,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30529,6 +31616,7 @@ "orig": "\u0622\u062e\u0631\u064a\u0646 \u0645\u062d\u0645\u0648\u0644\u0647 \u0642\u0627\u0628\u0644 \u062a\u062d\u0648\u064a\u0644", "text_direction": "right_to_left", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", @@ -30557,6 +31645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F1", @@ -30585,12 +31674,16 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/F4", "font_name": "/ABCDEE+BNazanin" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/right_to_left_03.pdf.v2.json b/tests/data/groundtruth/right_to_left_03.pdf.v2.json index f9d36232..2e83e1be 100644 --- a/tests/data/groundtruth/right_to_left_03.pdf.v2.json +++ b/tests/data/groundtruth/right_to_left_03.pdf.v2.json @@ -30793,23 +30793,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.004034, - "decode_dimensions": 0.0, - "decode_page": 0.012151, - "decode_resources": 0.002036, - "sanitise_contents": 0.004813 + "decode_contents": 0.003872, + "decode_dimensions": 1e-06, + "decode_page": 0.018783, + "decode_resources": 0.009778, + "sanitise_contents": 0.002675 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.004034, - "decode_dimensions": 0.0, - "decode_document": 0.012704, - "decode_page": 0.012151, - "decode_resources": 0.002036, - "decoding page 0": 0.01254, - "process_document_from_bytesio": 0.000137, - "sanitise_contents": 0.004813 + "decode_contents": 0.003872, + "decode_dimensions": 1e-06, + "decode_document": 0.019359, + "decode_page": 0.018783, + "decode_resources": 0.009778, + "decoding page 0": 0.019204, + "process_document_from_bytesio": 0.000156, + "sanitise_contents": 0.002675 } } \ No newline at end of file diff --git a/tests/data/groundtruth/right_to_left_03.pdf.v2.p=0.json b/tests/data/groundtruth/right_to_left_03.pdf.v2.p=0.json index b52d36e5..534dd811 100644 --- a/tests/data/groundtruth/right_to_left_03.pdf.v2.p=0.json +++ b/tests/data/groundtruth/right_to_left_03.pdf.v2.p=0.json @@ -30793,23 +30793,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003966, - "decode_dimensions": 0.0, - "decode_page": 0.011957, - "decode_resources": 0.00204, - "sanitise_contents": 0.004637 + "decode_contents": 0.004117, + "decode_dimensions": 1e-06, + "decode_page": 0.019341, + "decode_resources": 0.010145, + "sanitise_contents": 0.002756 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003966, - "decode_dimensions": 0.0, - "decode_document": 0.012497, - "decode_page": 0.011957, - "decode_resources": 0.00204, - "decoding page 0": 0.012342, - "process_document_from_bytesio": 0.00013, - "sanitise_contents": 0.004637 + "decode_contents": 0.004117, + "decode_dimensions": 1e-06, + "decode_document": 0.019953, + "decode_page": 0.019341, + "decode_resources": 0.010145, + "decoding page 0": 0.019769, + "process_document_from_bytesio": 0.000136, + "sanitise_contents": 0.002756 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_page_01.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_page_01.pdf.page_no_1.py.json index 236c7097..543c4403 100644 --- a/tests/data/groundtruth/rotated_page_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_page_01.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117,6 +118,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145,6 +147,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -173,6 +176,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -201,6 +205,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -229,6 +234,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -257,6 +263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -285,6 +292,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -313,6 +321,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -341,6 +350,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -369,6 +379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -397,6 +408,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -425,6 +437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -453,6 +466,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -481,6 +495,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -509,6 +524,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -537,6 +553,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -565,6 +582,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -593,6 +611,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -621,6 +640,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -649,6 +669,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -677,6 +698,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -705,6 +727,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -733,6 +756,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -761,6 +785,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -789,6 +814,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -817,6 +843,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -845,6 +872,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -873,6 +901,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -901,6 +930,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -929,6 +959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -957,6 +988,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -985,6 +1017,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1013,6 +1046,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1041,6 +1075,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1069,6 +1104,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1097,6 +1133,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1125,6 +1162,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1153,6 +1191,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1181,6 +1220,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1209,6 +1249,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1237,6 +1278,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1265,6 +1307,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1293,6 +1336,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1321,6 +1365,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1349,6 +1394,7 @@ "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1377,6 +1423,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1405,6 +1452,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1433,6 +1481,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1461,6 +1510,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1489,6 +1539,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1517,6 +1568,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1545,6 +1597,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1573,6 +1626,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1601,6 +1655,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1629,6 +1684,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1657,6 +1713,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1685,6 +1742,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1713,6 +1771,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1741,6 +1800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1769,6 +1829,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1797,6 +1858,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1825,6 +1887,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1853,6 +1916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1881,6 +1945,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1909,6 +1974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1937,6 +2003,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1965,6 +2032,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1993,6 +2061,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2021,6 +2090,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2049,6 +2119,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2077,6 +2148,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2105,6 +2177,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2133,6 +2206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2161,6 +2235,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2189,6 +2264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2217,6 +2293,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2245,6 +2322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2273,6 +2351,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2301,6 +2380,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2329,6 +2409,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2357,6 +2438,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2385,6 +2467,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2413,6 +2496,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2441,6 +2525,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2469,6 +2554,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2497,6 +2583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2525,6 +2612,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2553,6 +2641,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2581,6 +2670,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2609,6 +2699,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2637,6 +2728,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2665,6 +2757,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2693,6 +2786,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2721,6 +2815,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2749,6 +2844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2777,6 +2873,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2805,6 +2902,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2833,6 +2931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2861,6 +2960,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2889,6 +2989,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2917,6 +3018,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2945,6 +3047,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2973,6 +3076,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3001,6 +3105,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3029,6 +3134,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3057,6 +3163,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3085,6 +3192,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3113,6 +3221,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3141,6 +3250,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3169,6 +3279,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3197,6 +3308,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3225,6 +3337,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3253,6 +3366,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3281,6 +3395,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3309,6 +3424,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3337,6 +3453,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3365,6 +3482,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3393,6 +3511,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3421,6 +3540,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3449,6 +3569,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3477,6 +3598,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3505,6 +3627,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3533,6 +3656,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3561,6 +3685,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3589,6 +3714,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3617,6 +3743,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3645,6 +3772,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3673,6 +3801,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3701,6 +3830,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3729,6 +3859,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3757,6 +3888,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3785,6 +3917,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3813,6 +3946,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3841,6 +3975,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3869,6 +4004,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3897,6 +4033,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3925,6 +4062,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3953,6 +4091,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3981,6 +4120,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4009,6 +4149,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4037,6 +4178,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4065,6 +4207,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4093,6 +4236,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4121,6 +4265,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4149,6 +4294,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4177,6 +4323,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4205,6 +4352,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4233,6 +4381,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4261,6 +4410,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4289,6 +4439,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4317,6 +4468,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4345,6 +4497,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4373,6 +4526,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4401,6 +4555,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4429,6 +4584,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4457,6 +4613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4485,6 +4642,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4513,6 +4671,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4541,6 +4700,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4569,6 +4729,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4597,6 +4758,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4625,6 +4787,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4653,6 +4816,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4681,6 +4845,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4709,6 +4874,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4737,6 +4903,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4765,6 +4932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4793,6 +4961,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4821,6 +4990,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4849,6 +5019,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4877,6 +5048,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4905,6 +5077,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4933,6 +5106,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4961,6 +5135,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4989,6 +5164,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5017,6 +5193,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5045,6 +5222,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5073,6 +5251,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5101,6 +5280,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5129,6 +5309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5157,6 +5338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5185,6 +5367,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5213,6 +5396,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5241,6 +5425,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5269,6 +5454,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5297,6 +5483,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5325,6 +5512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5353,6 +5541,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5381,6 +5570,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5409,6 +5599,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5437,6 +5628,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5465,6 +5657,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5493,6 +5686,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5521,6 +5715,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5549,6 +5744,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5577,6 +5773,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5605,6 +5802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5633,6 +5831,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5661,6 +5860,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5689,6 +5889,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5717,6 +5918,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5745,6 +5947,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5773,6 +5976,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5801,6 +6005,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5829,6 +6034,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5857,6 +6063,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5885,6 +6092,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5913,6 +6121,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5941,6 +6150,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5969,6 +6179,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5997,6 +6208,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6025,6 +6237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6053,6 +6266,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6081,6 +6295,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6109,6 +6324,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6137,6 +6353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6165,6 +6382,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6193,6 +6411,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6221,6 +6440,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6249,6 +6469,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6277,6 +6498,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6305,6 +6527,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6333,6 +6556,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6361,6 +6585,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6389,6 +6614,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6417,6 +6643,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6445,6 +6672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6473,6 +6701,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6501,6 +6730,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6529,6 +6759,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6557,6 +6788,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6585,6 +6817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6613,6 +6846,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6641,6 +6875,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6669,6 +6904,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6697,6 +6933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6725,6 +6962,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6753,6 +6991,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6781,6 +7020,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6809,6 +7049,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6837,6 +7078,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6865,6 +7107,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6893,6 +7136,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6921,6 +7165,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6949,6 +7194,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6977,6 +7223,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7005,6 +7252,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7033,6 +7281,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7061,6 +7310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7089,6 +7339,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7117,6 +7368,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7145,6 +7397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7173,6 +7426,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7201,6 +7455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7229,6 +7484,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7257,6 +7513,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7285,6 +7542,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7313,6 +7571,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7341,6 +7600,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7369,6 +7629,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7397,6 +7658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7425,6 +7687,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7453,6 +7716,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7481,6 +7745,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7509,6 +7774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7537,6 +7803,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7565,6 +7832,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7593,6 +7861,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7621,6 +7890,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7649,6 +7919,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7677,6 +7948,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7705,6 +7977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7733,6 +8006,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7761,6 +8035,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7789,6 +8064,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7817,6 +8093,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7845,6 +8122,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7873,6 +8151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7901,6 +8180,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7929,6 +8209,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7957,6 +8238,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7985,6 +8267,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8013,6 +8296,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8041,6 +8325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8069,6 +8354,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8097,6 +8383,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8125,6 +8412,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8153,6 +8441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8181,6 +8470,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8209,6 +8499,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8237,6 +8528,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8265,6 +8557,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8293,6 +8586,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8321,6 +8615,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8349,6 +8644,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8377,6 +8673,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8405,6 +8702,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8433,6 +8731,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8461,6 +8760,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8489,6 +8789,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8517,6 +8818,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8545,6 +8847,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8573,6 +8876,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8601,6 +8905,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8629,6 +8934,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8657,6 +8963,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8685,6 +8992,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8713,6 +9021,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8741,6 +9050,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8769,6 +9079,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8797,6 +9108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8825,6 +9137,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8853,6 +9166,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8881,6 +9195,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8909,6 +9224,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8937,6 +9253,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8965,6 +9282,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8993,6 +9311,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9021,6 +9340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9049,6 +9369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9077,6 +9398,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9105,6 +9427,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9133,6 +9456,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9161,6 +9485,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9189,6 +9514,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9217,6 +9543,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9245,6 +9572,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9273,6 +9601,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9301,6 +9630,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9329,6 +9659,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9357,6 +9688,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9385,6 +9717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9413,6 +9746,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9441,6 +9775,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9469,6 +9804,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9497,6 +9833,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9525,6 +9862,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9553,6 +9891,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9581,6 +9920,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9609,6 +9949,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9637,6 +9978,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9665,6 +10007,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9693,6 +10036,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9721,6 +10065,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9749,6 +10094,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9777,6 +10123,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9805,6 +10152,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9833,6 +10181,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9861,6 +10210,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9889,6 +10239,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9917,6 +10268,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9945,6 +10297,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9973,6 +10326,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10001,6 +10355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10029,6 +10384,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10057,6 +10413,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10085,6 +10442,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10113,6 +10471,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10141,6 +10500,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10169,6 +10529,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10197,6 +10558,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10225,6 +10587,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10253,6 +10616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10281,6 +10645,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10309,6 +10674,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10337,6 +10703,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10365,6 +10732,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10393,6 +10761,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10421,6 +10790,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10449,6 +10819,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10477,6 +10848,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10505,6 +10877,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10533,6 +10906,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10561,6 +10935,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10589,6 +10964,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10617,6 +10993,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10645,6 +11022,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10673,6 +11051,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10701,6 +11080,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10729,6 +11109,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10757,6 +11138,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10785,6 +11167,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10813,6 +11196,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10841,6 +11225,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10869,6 +11254,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10897,6 +11283,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10925,6 +11312,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10953,6 +11341,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10981,6 +11370,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11009,6 +11399,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11037,6 +11428,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11065,6 +11457,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11093,6 +11486,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11121,6 +11515,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11149,6 +11544,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11177,6 +11573,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11205,6 +11602,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11233,6 +11631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11261,6 +11660,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11289,6 +11689,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11317,6 +11718,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11345,6 +11747,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11373,6 +11776,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11401,6 +11805,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11429,6 +11834,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11457,6 +11863,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11485,6 +11892,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11513,6 +11921,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11541,6 +11950,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11569,6 +11979,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11597,6 +12008,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11625,6 +12037,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11653,6 +12066,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11681,6 +12095,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11709,6 +12124,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11737,6 +12153,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11765,6 +12182,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11793,6 +12211,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11821,6 +12240,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11849,6 +12269,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11877,6 +12298,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11905,6 +12327,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11933,6 +12356,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11961,6 +12385,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11989,6 +12414,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12017,6 +12443,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12045,6 +12472,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12073,6 +12501,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12101,6 +12530,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12129,6 +12559,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12157,6 +12588,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12185,6 +12617,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12213,6 +12646,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12241,6 +12675,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12269,6 +12704,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12297,6 +12733,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12325,6 +12762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12353,6 +12791,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12381,6 +12820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12409,6 +12849,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12437,6 +12878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12465,6 +12907,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12493,6 +12936,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12521,6 +12965,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12549,6 +12994,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12577,6 +13023,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12605,6 +13052,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12633,6 +13081,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12661,6 +13110,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12689,6 +13139,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12717,6 +13168,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12745,6 +13197,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12773,6 +13226,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12801,6 +13255,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12829,6 +13284,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12857,6 +13313,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12885,6 +13342,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12913,6 +13371,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12941,6 +13400,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12969,6 +13429,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12997,6 +13458,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13025,6 +13487,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13053,6 +13516,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13081,6 +13545,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13109,6 +13574,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13137,6 +13603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13165,6 +13632,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13193,6 +13661,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13221,6 +13690,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13249,6 +13719,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13277,6 +13748,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13305,6 +13777,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13333,6 +13806,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13361,6 +13835,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13389,6 +13864,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13417,6 +13893,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13445,6 +13922,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13473,6 +13951,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13501,6 +13980,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13529,6 +14009,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13557,6 +14038,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13585,6 +14067,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13613,6 +14096,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13641,6 +14125,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13669,6 +14154,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13697,6 +14183,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13725,6 +14212,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13753,6 +14241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13781,6 +14270,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13809,6 +14299,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13837,6 +14328,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13865,6 +14357,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13893,6 +14386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13921,6 +14415,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13949,6 +14444,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13977,6 +14473,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14005,6 +14502,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14033,6 +14531,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14061,6 +14560,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14089,6 +14589,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14117,6 +14618,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14145,6 +14647,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14173,6 +14676,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14201,6 +14705,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14229,6 +14734,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14257,6 +14763,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14285,6 +14792,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14313,6 +14821,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14341,6 +14850,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14369,6 +14879,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14397,6 +14908,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14425,6 +14937,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14453,6 +14966,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14481,6 +14995,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14509,6 +15024,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14537,6 +15053,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14565,6 +15082,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14593,6 +15111,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14621,6 +15140,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14649,6 +15169,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14677,6 +15198,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14705,6 +15227,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14733,6 +15256,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14761,6 +15285,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14789,6 +15314,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14817,6 +15343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14845,6 +15372,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14873,6 +15401,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14901,6 +15430,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14929,6 +15459,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14957,6 +15488,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14985,6 +15517,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15013,6 +15546,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15041,6 +15575,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15069,6 +15604,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15097,6 +15633,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15125,6 +15662,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15153,6 +15691,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15181,6 +15720,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15209,6 +15749,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15237,6 +15778,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15265,6 +15807,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15293,6 +15836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15321,6 +15865,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15349,6 +15894,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15377,6 +15923,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15405,6 +15952,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15433,6 +15981,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15461,6 +16010,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15489,6 +16039,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15517,6 +16068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15545,6 +16097,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15573,6 +16126,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15601,6 +16155,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15629,6 +16184,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15657,6 +16213,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15685,6 +16242,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15713,6 +16271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15741,6 +16300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15769,6 +16329,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15797,6 +16358,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15825,6 +16387,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15853,6 +16416,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15881,6 +16445,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15909,6 +16474,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15937,6 +16503,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15965,6 +16532,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15993,6 +16561,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16021,6 +16590,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16049,6 +16619,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16077,6 +16648,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16105,6 +16677,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16133,6 +16706,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16161,6 +16735,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16189,6 +16764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16217,6 +16793,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16245,6 +16822,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16273,6 +16851,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16301,6 +16880,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16329,6 +16909,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16357,6 +16938,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16385,6 +16967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16413,6 +16996,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16441,6 +17025,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16469,6 +17054,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16497,6 +17083,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16525,6 +17112,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16553,6 +17141,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16581,6 +17170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16609,6 +17199,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16637,6 +17228,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16665,6 +17257,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16693,6 +17286,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16721,6 +17315,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16749,6 +17344,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16777,6 +17373,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16805,6 +17402,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16833,6 +17431,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16861,6 +17460,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16889,6 +17489,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16917,6 +17518,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16945,6 +17547,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16973,6 +17576,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17001,6 +17605,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17029,6 +17634,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17057,6 +17663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17085,6 +17692,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17113,6 +17721,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17141,6 +17750,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17169,6 +17779,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17197,6 +17808,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17225,6 +17837,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17253,6 +17866,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17281,6 +17895,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17309,6 +17924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17337,6 +17953,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17365,6 +17982,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17393,6 +18011,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17421,6 +18040,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17449,6 +18069,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17477,6 +18098,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17505,6 +18127,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17533,6 +18156,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17561,6 +18185,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17589,6 +18214,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17617,6 +18243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17645,6 +18272,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17673,6 +18301,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17701,6 +18330,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17729,6 +18359,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17757,6 +18388,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17785,6 +18417,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17813,6 +18446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17841,6 +18475,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17869,6 +18504,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17897,6 +18533,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17925,6 +18562,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17953,6 +18591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17981,6 +18620,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18009,6 +18649,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18037,6 +18678,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18065,6 +18707,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18093,6 +18736,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18121,6 +18765,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18149,6 +18794,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18177,6 +18823,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18205,6 +18852,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18233,6 +18881,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18261,6 +18910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18289,6 +18939,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18317,6 +18968,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18345,6 +18997,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18373,6 +19026,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18401,6 +19055,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18429,6 +19084,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18457,6 +19113,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18485,6 +19142,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18513,6 +19171,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18541,6 +19200,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18569,6 +19229,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18597,6 +19258,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18625,6 +19287,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18653,6 +19316,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18681,6 +19345,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18709,6 +19374,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18737,6 +19403,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18765,6 +19432,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18793,6 +19461,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18821,6 +19490,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18849,6 +19519,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18877,6 +19548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18905,6 +19577,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18933,6 +19606,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18961,6 +19635,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -18989,6 +19664,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19017,6 +19693,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19045,6 +19722,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19073,6 +19751,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19101,6 +19780,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19129,6 +19809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19157,6 +19838,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19185,6 +19867,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19213,6 +19896,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19241,6 +19925,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19269,6 +19954,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19297,6 +19983,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19325,6 +20012,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19353,6 +20041,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19381,6 +20070,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19409,6 +20099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19437,6 +20128,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19465,6 +20157,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19493,6 +20186,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19521,6 +20215,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19549,6 +20244,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19577,6 +20273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19605,6 +20302,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19633,6 +20331,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19661,6 +20360,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19689,6 +20389,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19717,6 +20418,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19745,6 +20447,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19773,6 +20476,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19801,6 +20505,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19829,6 +20534,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19857,6 +20563,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19885,6 +20592,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19913,6 +20621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19941,6 +20650,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19969,6 +20679,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -19997,6 +20708,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20025,6 +20737,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20053,6 +20766,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20081,6 +20795,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20109,6 +20824,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20137,6 +20853,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20165,6 +20882,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20193,6 +20911,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20221,6 +20940,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20249,6 +20969,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20277,6 +20998,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20305,6 +21027,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20333,6 +21056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20361,6 +21085,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20389,6 +21114,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20417,6 +21143,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20445,6 +21172,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20473,6 +21201,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20501,6 +21230,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20529,6 +21259,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20557,6 +21288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20585,6 +21317,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20613,6 +21346,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20641,6 +21375,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20669,6 +21404,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20697,6 +21433,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20725,6 +21462,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20753,6 +21491,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20781,6 +21520,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20809,6 +21549,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20837,6 +21578,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20865,6 +21607,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20893,6 +21636,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20921,6 +21665,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20949,6 +21694,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -20977,6 +21723,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21005,6 +21752,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21033,6 +21781,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21061,6 +21810,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21089,6 +21839,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21117,6 +21868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21145,6 +21897,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21173,6 +21926,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21201,6 +21955,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21229,6 +21984,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21257,6 +22013,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21285,6 +22042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21313,6 +22071,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21341,6 +22100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21369,6 +22129,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21397,6 +22158,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21425,6 +22187,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21453,6 +22216,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21481,6 +22245,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21509,6 +22274,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21537,6 +22303,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21565,6 +22332,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21593,6 +22361,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21621,6 +22390,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21649,6 +22419,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21677,6 +22448,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21705,6 +22477,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21733,6 +22506,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21761,6 +22535,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21789,6 +22564,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21817,6 +22593,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21845,6 +22622,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21873,6 +22651,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21901,6 +22680,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21929,6 +22709,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21957,6 +22738,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -21985,6 +22767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22013,6 +22796,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22041,6 +22825,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22069,6 +22854,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22097,6 +22883,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22125,6 +22912,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22153,6 +22941,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22181,6 +22970,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22209,6 +22999,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22237,6 +23028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22265,6 +23057,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22293,6 +23086,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22321,6 +23115,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22349,6 +23144,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22377,6 +23173,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22405,6 +23202,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22433,6 +23231,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22461,6 +23260,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22489,6 +23289,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22517,6 +23318,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22545,6 +23347,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22573,6 +23376,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22601,6 +23405,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22629,6 +23434,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22657,6 +23463,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22685,6 +23492,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22713,6 +23521,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22741,6 +23550,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22769,6 +23579,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22797,6 +23608,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22825,6 +23637,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22853,6 +23666,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22881,6 +23695,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22909,6 +23724,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22937,6 +23753,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22965,6 +23782,7 @@ "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -22993,6 +23811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23021,6 +23840,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23049,6 +23869,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23077,6 +23898,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23105,6 +23927,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23133,6 +23956,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23161,6 +23985,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23189,6 +24014,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23217,6 +24043,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23245,6 +24072,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23273,6 +24101,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23301,6 +24130,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23329,6 +24159,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23357,6 +24188,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23385,6 +24217,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23413,6 +24246,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23441,6 +24275,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23469,6 +24304,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23497,6 +24333,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23525,6 +24362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23553,6 +24391,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23581,6 +24420,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23609,6 +24449,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23637,6 +24478,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23665,6 +24507,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23693,6 +24536,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23721,6 +24565,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23749,6 +24594,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23777,6 +24623,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23805,6 +24652,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23833,6 +24681,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23861,6 +24710,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23889,6 +24739,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23917,6 +24768,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23945,6 +24797,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -23973,6 +24826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24001,6 +24855,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24029,6 +24884,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24057,6 +24913,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24085,6 +24942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24113,6 +24971,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24141,6 +25000,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24171,6 +25031,7 @@ "orig": "Confidential", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24199,6 +25060,7 @@ "orig": "Information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24227,6 +25089,7 @@ "orig": "Memorandum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24255,6 +25118,7 @@ "orig": "August", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24283,6 +25147,7 @@ "orig": "2016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -24311,6 +25176,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24339,6 +25205,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24367,6 +25234,7 @@ "orig": "has", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24395,6 +25263,7 @@ "orig": "been", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24423,6 +25292,7 @@ "orig": "prepared", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24451,6 +25321,7 @@ "orig": "by", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24479,6 +25350,7 @@ "orig": "Exo", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24507,6 +25379,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24535,6 +25408,7 @@ "orig": "Inc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24563,6 +25437,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24591,6 +25466,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24619,6 +25495,7 @@ "orig": "intended", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24647,6 +25524,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24675,6 +25553,7 @@ "orig": "provide", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24703,6 +25582,7 @@ "orig": "preliminary", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24731,6 +25611,7 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24759,6 +25640,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24787,6 +25669,7 @@ "orig": "interested", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24815,6 +25698,7 @@ "orig": "parties", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24843,6 +25727,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24871,6 +25756,7 @@ "orig": "formulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24899,6 +25785,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24927,6 +25814,7 @@ "orig": "basis", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24955,6 +25843,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24983,6 +25872,7 @@ "orig": "their", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25011,6 +25901,7 @@ "orig": "transaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25039,6 +25930,7 @@ "orig": "intent.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25067,6 +25959,7 @@ "orig": "The", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25095,6 +25988,7 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25123,6 +26017,7 @@ "orig": "contained", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25151,6 +26046,7 @@ "orig": "herein", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25179,6 +26075,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25207,6 +26104,7 @@ "orig": "confidential", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25235,6 +26133,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25263,6 +26162,7 @@ "orig": "proprietary", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25291,6 +26191,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25319,6 +26220,7 @@ "orig": "Exo", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25347,6 +26249,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25375,6 +26278,7 @@ "orig": "Inc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25403,6 +26307,7 @@ "orig": "Accordingly,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25431,6 +26336,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25459,6 +26365,7 @@ "orig": "reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25487,6 +26394,7 @@ "orig": "agrees", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25515,6 +26423,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25543,6 +26452,7 @@ "orig": "treat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25571,6 +26481,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25599,6 +26510,7 @@ "orig": "information", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25627,6 +26539,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25655,6 +26568,7 @@ "orig": "strictly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25683,6 +26597,7 @@ "orig": "confidential", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25711,6 +26626,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25739,6 +26655,7 @@ "orig": "shall", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25767,6 +26684,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25795,6 +26713,7 @@ "orig": "disclose,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25823,6 +26742,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25851,6 +26771,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25879,6 +26800,7 @@ "orig": "part", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25907,6 +26829,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25935,6 +26858,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25963,6 +26887,7 @@ "orig": "whole,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25991,6 +26916,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26019,6 +26945,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26047,6 +26974,7 @@ "orig": "party", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26075,6 +27003,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26103,6 +27032,7 @@ "orig": "directly", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26131,6 +27061,7 @@ "orig": "involved", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26159,6 +27090,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26187,6 +27119,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26215,6 +27148,7 @@ "orig": "investment", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26243,6 +27177,7 @@ "orig": "and/or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26271,6 +27206,7 @@ "orig": "transaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26299,6 +27235,7 @@ "orig": "decision.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26327,6 +27264,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26355,6 +27293,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26383,6 +27322,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26411,6 +27351,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26439,6 +27380,7 @@ "orig": "intended", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26467,6 +27409,7 @@ "orig": "for", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26495,6 +27438,7 @@ "orig": "general", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26523,6 +27467,7 @@ "orig": "circulation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26551,6 +27496,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26579,6 +27525,7 @@ "orig": "publication", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26607,6 +27554,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26635,6 +27583,7 @@ "orig": "cannot", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26663,6 +27612,7 @@ "orig": "be", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26691,6 +27641,7 @@ "orig": "reproduced", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26719,6 +27670,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26747,6 +27699,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26775,6 +27728,7 @@ "orig": "form", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26803,6 +27757,7 @@ "orig": "without", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26831,6 +27786,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26859,6 +27815,7 @@ "orig": "written", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26887,6 +27844,7 @@ "orig": "permission", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26915,6 +27873,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26943,6 +27902,7 @@ "orig": "Exo", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26971,6 +27931,7 @@ "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26999,6 +27960,7 @@ "orig": "Inc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27027,6 +27989,7 @@ "orig": "This", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27055,6 +28018,7 @@ "orig": "document", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27083,6 +28047,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27111,6 +28076,7 @@ "orig": "not", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27139,6 +28105,7 @@ "orig": "constitute", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27167,6 +28134,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27195,6 +28163,7 @@ "orig": "prospectus,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27223,6 +28192,7 @@ "orig": "offering", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27251,6 +28221,7 @@ "orig": "memorandum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27279,6 +28250,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27307,6 +28279,7 @@ "orig": "public", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27335,6 +28308,7 @@ "orig": "offering.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27363,6 +28337,7 @@ "orig": "No", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27391,6 +28366,7 @@ "orig": "guarantees", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27419,6 +28395,7 @@ "orig": "are", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27447,6 +28424,7 @@ "orig": "made", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27475,6 +28453,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27503,6 +28482,7 @@ "orig": "implied", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27531,6 +28511,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27559,6 +28540,7 @@ "orig": "regards", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27587,6 +28569,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27615,6 +28598,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27643,6 +28627,7 @@ "orig": "investment", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27671,6 +28656,7 @@ "orig": "and/or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27699,6 +28685,7 @@ "orig": "transaction", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27727,6 +28714,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27755,6 +28743,7 @@ "orig": "may", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27783,6 +28772,7 @@ "orig": "ultimately", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27811,6 +28801,7 @@ "orig": "result.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27841,6 +28832,7 @@ "orig": "Confidential Information Memorandum", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27869,6 +28861,7 @@ "orig": "August 2016", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -27897,6 +28890,7 @@ "orig": "This document has been prepared by Exo U Inc. and is intended to provide preliminary information to interested ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27925,6 +28919,7 @@ "orig": "parties to formulate the basis of their transaction intent. The information contained herein is confidential and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27953,6 +28948,7 @@ "orig": "proprietary to Exo U Inc. Accordingly, the reader agrees to treat all information as strictly confidential and shall not ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27981,6 +28977,7 @@ "orig": "disclose, either in part or in whole, to any party not directly involved in the investment and/or transaction decision.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28009,6 +29006,7 @@ "orig": "This document is not intended for general circulation or publication and cannot be reproduced in any form without the ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28037,6 +29035,7 @@ "orig": "written permission of Exo U Inc. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28065,6 +29064,7 @@ "orig": "This document does not constitute a prospectus, offering memorandum or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28093,6 +29093,7 @@ "orig": "public offering. No guarantees are made or implied with regards to the investment and/or transaction that ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -28121,12 +29122,16 @@ "orig": "may ultimately result.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", "font_name": "/JJJPAA+Arial,Bold" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/rotated_page_01.pdf.v2.json b/tests/data/groundtruth/rotated_page_01.pdf.v2.json index af47009a..9cbe0c06 100644 --- a/tests/data/groundtruth/rotated_page_01.pdf.v2.json +++ b/tests/data/groundtruth/rotated_page_01.pdf.v2.json @@ -20269,23 +20269,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001063, - "decode_dimensions": 1e-06, - "decode_page": 0.004792, - "decode_resources": 0.000257, - "sanitise_contents": 0.003272 + "decode_contents": 0.000988, + "decode_dimensions": 0.0, + "decode_page": 0.004815, + "decode_resources": 0.000268, + "sanitise_contents": 0.001589 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001063, - "decode_dimensions": 1e-06, - "decode_document": 0.005315, - "decode_page": 0.004792, - "decode_resources": 0.000257, - "decoding page 0": 0.005084, - "process_document_from_bytesio": 2.3e-05, - "sanitise_contents": 0.003272 + "decode_contents": 0.000988, + "decode_dimensions": 0.0, + "decode_document": 0.00517, + "decode_page": 0.004815, + "decode_resources": 0.000268, + "decoding page 0": 0.005134, + "process_document_from_bytesio": 1.4e-05, + "sanitise_contents": 0.001589 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_page_01.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_page_01.pdf.v2.p=0.json index de2d3abe..d86847e9 100644 --- a/tests/data/groundtruth/rotated_page_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_page_01.pdf.v2.p=0.json @@ -20269,23 +20269,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.001035, - "decode_dimensions": 1e-06, - "decode_page": 0.00476, - "decode_resources": 0.000245, - "sanitise_contents": 0.003299 + "decode_contents": 0.000987, + "decode_dimensions": 0.0, + "decode_page": 0.004643, + "decode_resources": 0.0003, + "sanitise_contents": 0.001378 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.001035, - "decode_dimensions": 1e-06, - "decode_document": 0.005089, - "decode_page": 0.00476, - "decode_resources": 0.000245, - "decoding page 0": 0.005056, - "process_document_from_bytesio": 1.9e-05, - "sanitise_contents": 0.003299 + "decode_contents": 0.000987, + "decode_dimensions": 0.0, + "decode_document": 0.004995, + "decode_page": 0.004643, + "decode_resources": 0.0003, + "decoding page 0": 0.004956, + "process_document_from_bytesio": 1.4e-05, + "sanitise_contents": 0.001378 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_01.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_01.pdf.page_no_1.py.json index ac6468e1..69a01222 100644 --- a/tests/data/groundtruth/rotated_text_01.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_01.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102,6 +103,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -158,6 +161,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -186,6 +190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -214,6 +219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -242,6 +248,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -270,6 +277,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -298,6 +306,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -326,6 +335,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -746,6 +770,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -802,6 +828,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -830,6 +857,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -858,6 +886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -886,6 +915,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -914,6 +944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -970,6 +1002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -998,6 +1031,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1026,6 +1060,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1054,6 +1089,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1082,6 +1118,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1110,6 +1147,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1138,6 +1176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1166,6 +1205,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1194,6 +1234,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1222,6 +1263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1250,6 +1292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1306,6 +1350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1334,6 +1379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1362,6 +1408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1390,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1446,6 +1495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1474,6 +1524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1502,6 +1553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1530,6 +1582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1558,6 +1611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1614,6 +1669,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1642,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1670,6 +1727,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1698,6 +1756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1726,6 +1785,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1754,6 +1814,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1782,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1810,6 +1872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1838,6 +1901,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1894,6 +1959,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1922,6 +1988,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1950,6 +2017,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1978,6 +2046,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2034,6 +2104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2062,6 +2133,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2090,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2118,6 +2191,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2146,6 +2220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2174,6 +2249,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2202,6 +2278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2258,6 +2336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2286,6 +2365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2314,6 +2394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2342,6 +2423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2370,6 +2452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2398,6 +2481,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2426,6 +2510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2454,6 +2539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2510,6 +2597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2538,6 +2626,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2566,6 +2655,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2622,6 +2713,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2650,6 +2742,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2678,6 +2771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2706,6 +2800,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2734,6 +2829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2762,6 +2858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2790,6 +2887,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2818,6 +2916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2902,6 +3003,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2930,6 +3032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2958,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2986,6 +3090,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3014,6 +3119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3042,6 +3148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3070,6 +3177,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3126,6 +3235,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3154,6 +3264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3182,6 +3293,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3238,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3266,6 +3380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3294,6 +3409,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3322,6 +3438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3350,6 +3467,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3378,6 +3496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3406,6 +3525,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3434,6 +3554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3462,6 +3583,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3490,6 +3612,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3518,6 +3641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3546,6 +3670,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3574,6 +3699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3602,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3630,6 +3757,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3658,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3686,6 +3815,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3714,6 +3844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3798,6 +3931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3826,6 +3960,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3854,6 +3989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3910,6 +4047,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3966,6 +4105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3994,6 +4134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4022,6 +4163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4050,6 +4192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4106,6 +4250,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4134,6 +4279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4162,6 +4308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4190,6 +4337,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4218,6 +4366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4246,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4274,6 +4424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4302,6 +4453,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4330,6 +4482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4358,6 +4511,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4386,6 +4540,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4414,6 +4569,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4442,6 +4598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4470,6 +4627,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4498,6 +4656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4526,6 +4685,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4554,6 +4714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4582,6 +4743,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4610,6 +4772,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4638,6 +4801,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4666,6 +4830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4694,6 +4859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4722,6 +4888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4750,6 +4917,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4778,6 +4946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4806,6 +4975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4834,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4862,6 +5033,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4890,6 +5062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4918,6 +5091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4946,6 +5120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5002,6 +5178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5030,6 +5207,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5058,6 +5236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5114,6 +5294,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5170,6 +5352,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5198,6 +5381,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5226,6 +5410,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5254,6 +5439,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5282,6 +5468,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5310,6 +5497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5338,6 +5526,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5394,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5450,6 +5642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5478,6 +5671,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5506,6 +5700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5534,6 +5729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5562,6 +5758,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5590,6 +5787,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5618,6 +5816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5646,6 +5845,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5758,6 +5961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5786,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5814,6 +6019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5870,6 +6077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5898,6 +6106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5926,6 +6135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5954,6 +6164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5982,6 +6193,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6010,6 +6222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6038,6 +6251,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6066,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6094,6 +6309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6122,6 +6338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6150,6 +6367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6178,6 +6396,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6234,6 +6454,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6262,6 +6483,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6290,6 +6512,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6318,6 +6541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6346,6 +6570,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6374,6 +6599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6402,6 +6628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6430,6 +6657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6458,6 +6686,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6486,6 +6715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6542,6 +6773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6570,6 +6802,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6598,6 +6831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6626,6 +6860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6654,6 +6889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6682,6 +6918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6710,6 +6947,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6738,6 +6976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6766,6 +7005,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6822,6 +7063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6850,6 +7092,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6878,6 +7121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6906,6 +7150,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6962,6 +7208,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6990,6 +7237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7018,6 +7266,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7046,6 +7295,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7074,6 +7324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7102,6 +7353,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7130,6 +7382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7158,6 +7411,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7214,6 +7469,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7242,6 +7498,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7270,6 +7527,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7298,6 +7556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7326,6 +7585,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7354,6 +7614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7410,6 +7672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7438,6 +7701,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7466,6 +7730,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7522,6 +7788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7550,6 +7817,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7578,6 +7846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7634,6 +7904,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7662,6 +7933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7690,6 +7962,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7718,6 +7991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7746,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7774,6 +8049,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7802,6 +8078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7830,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7858,6 +8136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7886,6 +8165,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7914,6 +8194,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7942,6 +8223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7970,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7998,6 +8281,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8054,6 +8339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8082,6 +8368,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8110,6 +8397,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8138,6 +8426,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8166,6 +8455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8194,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8278,6 +8571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8306,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8334,6 +8629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8362,6 +8658,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8418,6 +8716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8446,6 +8745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8474,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8502,6 +8803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8530,6 +8832,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8642,6 +8948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8698,6 +9006,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8754,6 +9064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8782,6 +9093,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8810,6 +9122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8838,6 +9151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8866,6 +9180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8894,6 +9209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8922,6 +9238,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8950,6 +9267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9034,6 +9354,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9062,6 +9383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9090,6 +9412,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9146,6 +9470,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9174,6 +9499,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9202,6 +9528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9230,6 +9557,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9286,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9314,6 +9644,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9342,6 +9673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9370,6 +9702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9398,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9426,6 +9760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9454,6 +9789,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9482,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9510,6 +9847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9538,6 +9876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9566,6 +9905,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9594,6 +9934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9622,6 +9963,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9678,6 +10021,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9734,6 +10079,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9790,6 +10137,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9818,6 +10166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9846,6 +10195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9874,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9902,6 +10253,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9958,6 +10311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9986,6 +10340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10014,6 +10369,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10042,6 +10398,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10070,6 +10427,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10098,6 +10456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10126,6 +10485,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10182,6 +10543,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10210,6 +10572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10238,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10266,6 +10630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10294,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10322,6 +10688,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10350,6 +10717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10378,6 +10746,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10406,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10434,6 +10804,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10490,6 +10862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10546,6 +10920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10574,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10602,6 +10978,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10630,6 +11007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10686,6 +11065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10714,6 +11094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10742,6 +11123,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10798,6 +11181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10826,6 +11210,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10854,6 +11239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10882,6 +11268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10938,6 +11326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10966,6 +11355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10994,6 +11384,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11050,6 +11442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11078,6 +11471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11106,6 +11500,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11134,6 +11529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11162,6 +11558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11190,6 +11587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11218,6 +11616,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11246,6 +11645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11274,6 +11674,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11302,6 +11703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11358,6 +11761,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11386,6 +11790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11414,6 +11819,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11442,6 +11848,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11470,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11526,6 +11935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11554,6 +11964,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11582,6 +11993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11610,6 +12022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11666,6 +12080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11694,6 +12109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11722,6 +12138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11750,6 +12167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11778,6 +12196,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11806,6 +12225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11862,6 +12283,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11890,6 +12312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11946,6 +12370,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11974,6 +12399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12002,6 +12428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12030,6 +12457,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12058,6 +12486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12114,6 +12544,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12142,6 +12573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12170,6 +12602,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12198,6 +12631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12226,6 +12660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12254,6 +12689,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12282,6 +12718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12310,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12338,6 +12776,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12366,6 +12805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12394,6 +12834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12422,6 +12863,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12450,6 +12892,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12478,6 +12921,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12506,6 +12950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12534,6 +12979,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12562,6 +13008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12590,6 +13037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12646,6 +13095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12674,6 +13124,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12702,6 +13153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12730,6 +13182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12758,6 +13211,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12814,6 +13269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12842,6 +13298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12870,6 +13327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12898,6 +13356,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12926,6 +13385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12954,6 +13414,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12982,6 +13443,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13038,6 +13501,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13066,6 +13530,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13094,6 +13559,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13122,6 +13588,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13150,6 +13617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13178,6 +13646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13206,6 +13675,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13234,6 +13704,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13262,6 +13733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13290,6 +13762,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13318,6 +13791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13346,6 +13820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13374,6 +13849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13430,6 +13907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13486,6 +13965,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13514,6 +13994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13542,6 +14023,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13570,6 +14052,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13598,6 +14081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13626,6 +14110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13682,6 +14168,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13710,6 +14197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13738,6 +14226,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13766,6 +14255,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13794,6 +14284,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13822,6 +14313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13850,6 +14342,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13878,6 +14371,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13906,6 +14400,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13934,6 +14429,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13962,6 +14458,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13990,6 +14487,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14018,6 +14516,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14046,6 +14545,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14074,6 +14574,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14102,6 +14603,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14158,6 +14661,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14186,6 +14690,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14214,6 +14719,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14242,6 +14748,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14270,6 +14777,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14326,6 +14835,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14354,6 +14864,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14382,6 +14893,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14410,6 +14922,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14438,6 +14951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14466,6 +14980,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14494,6 +15009,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14522,6 +15038,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14550,6 +15067,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14606,6 +15125,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14634,6 +15154,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14662,6 +15183,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14690,6 +15212,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14746,6 +15270,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14774,6 +15299,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14802,6 +15328,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14830,6 +15357,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14858,6 +15386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14886,6 +15415,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14914,6 +15444,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14942,6 +15473,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14970,6 +15502,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15026,6 +15560,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15082,6 +15618,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15110,6 +15647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15138,6 +15676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15166,6 +15705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15194,6 +15734,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15222,6 +15763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15278,6 +15821,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15306,6 +15850,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15334,6 +15879,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15390,6 +15937,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15418,6 +15966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15446,6 +15995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15502,6 +16053,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15530,6 +16082,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15558,6 +16111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15586,6 +16140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15614,6 +16169,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15642,6 +16198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15670,6 +16227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15698,6 +16256,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15726,6 +16285,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15754,6 +16314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15782,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15838,6 +16401,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15866,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15894,6 +16459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15922,6 +16488,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15950,6 +16517,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15978,6 +16546,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16006,6 +16575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16034,6 +16604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16062,6 +16633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16090,6 +16662,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16118,6 +16691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16146,6 +16720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16174,6 +16749,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16202,6 +16778,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16230,6 +16807,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16258,6 +16836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16286,6 +16865,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16314,6 +16894,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16370,6 +16952,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16398,6 +16981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16426,6 +17010,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16454,6 +17039,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16482,6 +17068,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16510,6 +17097,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16538,6 +17126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16566,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16594,6 +17184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16622,6 +17213,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16678,6 +17271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16706,6 +17300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16734,6 +17329,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16762,6 +17358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16846,6 +17445,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16874,6 +17474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16902,6 +17503,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16958,6 +17561,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16986,6 +17590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17014,6 +17619,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17042,6 +17648,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17070,6 +17677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17126,6 +17735,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17154,6 +17764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17182,6 +17793,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17210,6 +17822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17238,6 +17851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17266,6 +17880,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17294,6 +17909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17322,6 +17938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17350,6 +17967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17378,6 +17996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17406,6 +18025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17434,6 +18054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17462,6 +18083,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17490,6 +18112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17518,6 +18141,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17546,6 +18170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17574,6 +18199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17602,6 +18228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17630,6 +18257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17658,6 +18286,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17686,6 +18315,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17714,6 +18344,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17742,6 +18373,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17826,6 +18460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17910,6 +18547,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17938,6 +18576,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17966,6 +18605,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17994,6 +18634,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18050,6 +18692,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18078,6 +18721,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18106,6 +18750,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18134,6 +18779,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18162,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18218,6 +18866,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18246,6 +18895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18274,6 +18924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18330,6 +18982,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18358,6 +19011,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18386,6 +19040,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18414,6 +19069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18442,6 +19098,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18470,6 +19127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18498,6 +19156,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18526,6 +19185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18582,6 +19243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18638,6 +19301,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18666,6 +19330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18694,6 +19359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18722,6 +19388,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18806,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18834,6 +19504,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18862,6 +19533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18890,6 +19562,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18918,6 +19591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18974,6 +19649,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19002,6 +19678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19030,6 +19707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19058,6 +19736,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19086,6 +19765,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19114,6 +19794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19142,6 +19823,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19170,6 +19852,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19226,6 +19910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19254,6 +19939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19282,6 +19968,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19338,6 +20026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19366,6 +20055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19394,6 +20084,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19422,6 +20113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19450,6 +20142,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19478,6 +20171,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19506,6 +20200,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19534,6 +20229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19562,6 +20258,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19590,6 +20287,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19618,6 +20316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19646,6 +20345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19758,6 +20461,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19814,6 +20519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19842,6 +20548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19870,6 +20577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19898,6 +20606,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19926,6 +20635,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19954,6 +20664,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19982,6 +20693,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20010,6 +20722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20066,6 +20780,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20094,6 +20809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20122,6 +20838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20150,6 +20867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20178,6 +20896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20206,6 +20925,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20234,6 +20954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20262,6 +20983,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20290,6 +21012,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20318,6 +21041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20374,6 +21099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20430,6 +21157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20458,6 +21186,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20486,6 +21215,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20514,6 +21244,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20542,6 +21273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20570,6 +21302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20598,6 +21331,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20626,6 +21360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20682,6 +21418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20738,6 +21476,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20766,6 +21505,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20794,6 +21534,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20878,6 +21621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20906,6 +21650,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20934,6 +21679,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20962,6 +21708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20990,6 +21737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21046,6 +21795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21074,6 +21824,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21102,6 +21853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21130,6 +21882,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21158,6 +21911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21186,6 +21940,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21214,6 +21969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21242,6 +21998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21270,6 +22027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21298,6 +22056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21326,6 +22085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21354,6 +22114,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21382,6 +22143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21410,6 +22172,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21438,6 +22201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21494,6 +22259,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21522,6 +22288,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21550,6 +22317,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21578,6 +22346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21606,6 +22375,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21634,6 +22404,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21662,6 +22433,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21690,6 +22462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21718,6 +22491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21746,6 +22520,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21802,6 +22578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21886,6 +22665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21914,6 +22694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21942,6 +22723,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21970,6 +22752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21998,6 +22781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22026,6 +22810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22054,6 +22839,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22110,6 +22897,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22138,6 +22926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22166,6 +22955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22194,6 +22984,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22222,6 +23013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22278,6 +23071,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22306,6 +23100,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22334,6 +23129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22362,6 +23158,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22390,6 +23187,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22418,6 +23216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22446,6 +23245,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22474,6 +23274,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22502,6 +23303,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22530,6 +23332,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22558,6 +23361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22586,6 +23390,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22614,6 +23419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22642,6 +23448,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22670,6 +23477,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22698,6 +23506,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22726,6 +23535,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22754,6 +23564,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22810,6 +23622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22866,6 +23680,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22922,6 +23738,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22950,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22978,6 +23796,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23006,6 +23825,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23034,6 +23854,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23062,6 +23883,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23090,6 +23912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23118,6 +23941,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23146,6 +23970,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23174,6 +23999,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23230,6 +24057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23258,6 +24086,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23286,6 +24115,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23314,6 +24144,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23342,6 +24173,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23370,6 +24202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23398,6 +24231,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23426,6 +24260,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23454,6 +24289,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23482,6 +24318,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23510,6 +24347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23538,6 +24376,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23566,6 +24405,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23594,6 +24434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23622,6 +24463,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23650,6 +24492,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23678,6 +24521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23706,6 +24550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23734,6 +24579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23762,6 +24608,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23790,6 +24637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23818,6 +24666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23846,6 +24695,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23874,6 +24724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23902,6 +24753,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23930,6 +24782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23986,6 +24840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24014,6 +24869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24070,6 +24927,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24098,6 +24956,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24154,6 +25014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24210,6 +25072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24238,6 +25101,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24294,6 +25159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24322,6 +25188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24350,6 +25217,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24378,6 +25246,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24406,6 +25275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24434,6 +25304,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24462,6 +25333,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24490,6 +25362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24518,6 +25391,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24546,6 +25420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24574,6 +25449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24602,6 +25478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24630,6 +25507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24658,6 +25536,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24686,6 +25565,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24714,6 +25594,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24742,6 +25623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24770,6 +25652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24798,6 +25681,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24826,6 +25710,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24854,6 +25739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24882,6 +25768,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24910,6 +25797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24966,6 +25855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24994,6 +25884,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25022,6 +25913,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25050,6 +25942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25078,6 +25971,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25106,6 +26000,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25134,6 +26029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25162,6 +26058,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25190,6 +26087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25218,6 +26116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25246,6 +26145,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25274,6 +26174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25302,6 +26203,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25330,6 +26232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25358,6 +26261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25386,6 +26290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25414,6 +26319,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25470,6 +26377,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25498,6 +26406,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25526,6 +26435,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25554,6 +26464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25582,6 +26493,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25638,6 +26551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25666,6 +26580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25694,6 +26609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25722,6 +26638,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25750,6 +26667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25778,6 +26696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25806,6 +26725,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25862,6 +26783,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25890,6 +26812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25918,6 +26841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25946,6 +26870,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26002,6 +26928,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26030,6 +26957,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26058,6 +26986,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26086,6 +27015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26114,6 +27044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26142,6 +27073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26170,6 +27102,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26198,6 +27131,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26226,6 +27160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26254,6 +27189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26282,6 +27218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26338,6 +27276,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26366,6 +27305,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26394,6 +27334,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26422,6 +27363,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26450,6 +27392,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26478,6 +27421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26506,6 +27450,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26534,6 +27479,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26562,6 +27508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26590,6 +27537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26618,6 +27566,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26646,6 +27595,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26674,6 +27624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26702,6 +27653,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26730,6 +27682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26758,6 +27711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26786,6 +27740,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26870,6 +27827,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26898,6 +27856,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26926,6 +27885,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26954,6 +27914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26982,6 +27943,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27010,6 +27972,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27038,6 +28001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27066,6 +28030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27150,6 +28117,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27178,6 +28146,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27206,6 +28175,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27234,6 +28204,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27262,6 +28233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27290,6 +28262,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27318,6 +28291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27346,6 +28320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27402,6 +28378,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27458,6 +28436,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27486,6 +28465,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27514,6 +28494,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27570,6 +28552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27598,6 +28581,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27626,6 +28610,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27654,6 +28639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27682,6 +28668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27710,6 +28697,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27738,6 +28726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27766,6 +28755,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27794,6 +28784,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27822,6 +28813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27850,6 +28842,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27906,6 +28900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27934,6 +28929,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27962,6 +28958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27990,6 +28987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28018,6 +29016,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28046,6 +29045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28074,6 +29074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28102,6 +29103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28130,6 +29132,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28158,6 +29161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28186,6 +29190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28214,6 +29219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28242,6 +29248,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28270,6 +29277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28298,6 +29306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28326,6 +29335,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28354,6 +29364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28410,6 +29422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28438,6 +29451,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28466,6 +29480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28494,6 +29509,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28550,6 +29567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28578,6 +29596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28606,6 +29625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28634,6 +29654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28662,6 +29683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28690,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28718,6 +29741,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28746,6 +29770,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28774,6 +29799,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28802,6 +29828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28858,6 +29886,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28886,6 +29915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28914,6 +29944,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28942,6 +29973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28970,6 +30002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29026,6 +30060,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29054,6 +30089,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29082,6 +30118,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29110,6 +30147,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29138,6 +30176,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29166,6 +30205,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29194,6 +30234,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29222,6 +30263,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29250,6 +30292,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29278,6 +30321,7 @@ "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29306,6 +30350,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29334,6 +30379,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29362,6 +30408,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29390,6 +30437,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29418,6 +30466,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29446,6 +30495,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -29476,6 +30526,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29504,6 +30555,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29532,6 +30584,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29560,6 +30613,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29588,6 +30642,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29616,6 +30671,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29644,6 +30700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29672,6 +30729,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29700,6 +30758,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29728,6 +30787,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29756,6 +30816,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29784,6 +30845,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29812,6 +30874,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29840,6 +30903,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29868,6 +30932,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29896,6 +30961,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29924,6 +30990,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29952,6 +31019,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29980,6 +31048,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30008,6 +31077,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30036,6 +31106,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30064,6 +31135,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30092,6 +31164,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30120,6 +31193,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30148,6 +31222,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30176,6 +31251,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30204,6 +31280,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30232,6 +31309,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30260,6 +31338,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30288,6 +31367,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30316,6 +31396,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30344,6 +31425,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30372,6 +31454,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30400,6 +31483,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30428,6 +31512,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30456,6 +31541,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30484,6 +31570,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30512,6 +31599,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30540,6 +31628,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30568,6 +31657,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30596,6 +31686,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30624,6 +31715,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30652,6 +31744,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30680,6 +31773,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30708,6 +31802,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30736,6 +31831,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30764,6 +31860,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30792,6 +31889,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30820,6 +31918,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30848,6 +31947,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30876,6 +31976,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30904,6 +32005,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30932,6 +32034,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30960,6 +32063,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30988,6 +32092,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31016,6 +32121,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31044,6 +32150,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31072,6 +32179,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31100,6 +32208,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31128,6 +32237,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31156,6 +32266,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31184,6 +32295,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31212,6 +32324,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31240,6 +32353,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31268,6 +32382,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31296,6 +32411,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31324,6 +32440,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31352,6 +32469,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31380,6 +32498,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31408,6 +32527,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31436,6 +32556,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31464,6 +32585,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31492,6 +32614,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31520,6 +32643,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31548,6 +32672,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31576,6 +32701,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31604,6 +32730,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31632,6 +32759,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31660,6 +32788,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31688,6 +32817,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31716,6 +32846,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31744,6 +32875,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31772,6 +32904,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31800,6 +32933,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31828,6 +32962,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31856,6 +32991,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31884,6 +33020,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31912,6 +33049,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31940,6 +33078,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31968,6 +33107,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31996,6 +33136,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32024,6 +33165,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32052,6 +33194,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32080,6 +33223,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32108,6 +33252,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32136,6 +33281,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32164,6 +33310,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32192,6 +33339,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32220,6 +33368,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32248,6 +33397,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32276,6 +33426,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32304,6 +33455,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32332,6 +33484,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32360,6 +33513,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32388,6 +33542,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32416,6 +33571,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32444,6 +33600,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32472,6 +33629,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32500,6 +33658,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32528,6 +33687,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32556,6 +33716,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32584,6 +33745,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32612,6 +33774,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32640,6 +33803,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32668,6 +33832,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32696,6 +33861,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32724,6 +33890,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32752,6 +33919,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32780,6 +33948,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32808,6 +33977,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32836,6 +34006,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32864,6 +34035,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32892,6 +34064,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32920,6 +34093,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32948,6 +34122,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32976,6 +34151,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33004,6 +34180,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33032,6 +34209,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33060,6 +34238,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33088,6 +34267,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33116,6 +34296,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33144,6 +34325,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33172,6 +34354,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33200,6 +34383,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33228,6 +34412,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33256,6 +34441,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33284,6 +34470,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33312,6 +34499,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33340,6 +34528,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33368,6 +34557,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33396,6 +34586,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33424,6 +34615,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33452,6 +34644,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33480,6 +34673,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33508,6 +34702,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33536,6 +34731,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33564,6 +34760,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33592,6 +34789,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33620,6 +34818,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33648,6 +34847,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33676,6 +34876,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33704,6 +34905,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33732,6 +34934,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33760,6 +34963,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33788,6 +34992,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33816,6 +35021,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33844,6 +35050,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33872,6 +35079,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33900,6 +35108,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33928,6 +35137,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33956,6 +35166,7 @@ "orig": "31-12-0817:01:28", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", @@ -33986,6 +35197,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34014,6 +35226,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34042,6 +35255,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34070,6 +35284,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34098,6 +35313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34126,6 +35342,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34154,6 +35371,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34182,6 +35400,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34210,6 +35429,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34238,6 +35458,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34266,6 +35487,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34294,6 +35516,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34322,6 +35545,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34350,6 +35574,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34378,6 +35603,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34406,6 +35632,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34434,6 +35661,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34462,6 +35690,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34490,6 +35719,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34518,6 +35748,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34546,6 +35777,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34574,6 +35806,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34602,6 +35835,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34630,6 +35864,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34658,6 +35893,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34686,6 +35922,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34714,6 +35951,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34742,6 +35980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34770,6 +36009,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34798,6 +36038,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34826,6 +36067,7 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34854,11 +36096,15 @@ "orig": "31-12-0817:01:28", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF45c41ad4", "font_name": "/Helvetica" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_01.pdf.v2.json b/tests/data/groundtruth/rotated_text_01.pdf.v2.json index 81b76f2f..ad02233e 100644 --- a/tests/data/groundtruth/rotated_text_01.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_01.pdf.v2.json @@ -25066,23 +25066,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003373, + "decode_contents": 0.003163, "decode_dimensions": 0.0, - "decode_page": 0.009977, - "decode_resources": 0.000238, - "sanitise_contents": 0.006228 + "decode_page": 0.010626, + "decode_resources": 0.000278, + "sanitise_contents": 0.003805 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003373, + "decode_contents": 0.003163, "decode_dimensions": 0.0, - "decode_document": 0.010408, - "decode_page": 0.009977, - "decode_resources": 0.000238, - "decoding page 0": 0.010365, - "process_document_from_bytesio": 0.000654, - "sanitise_contents": 0.006228 + "decode_document": 0.011074, + "decode_page": 0.010626, + "decode_resources": 0.000278, + "decoding page 0": 0.011032, + "process_document_from_bytesio": 0.000659, + "sanitise_contents": 0.003805 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_01.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_01.pdf.v2.p=0.json index 094804bf..7e520891 100644 --- a/tests/data/groundtruth/rotated_text_01.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_01.pdf.v2.p=0.json @@ -25066,23 +25066,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003375, + "decode_contents": 0.00315, "decode_dimensions": 0.0, - "decode_page": 0.009987, - "decode_resources": 0.00024, - "sanitise_contents": 0.006236 + "decode_page": 0.010599, + "decode_resources": 0.000245, + "sanitise_contents": 0.00389 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003375, + "decode_contents": 0.00315, "decode_dimensions": 0.0, - "decode_document": 0.010418, - "decode_page": 0.009987, - "decode_resources": 0.00024, - "decoding page 0": 0.010374, - "process_document_from_bytesio": 0.000622, - "sanitise_contents": 0.006236 + "decode_document": 0.011039, + "decode_page": 0.010599, + "decode_resources": 0.000245, + "decoding page 0": 0.010999, + "process_document_from_bytesio": 0.000607, + "sanitise_contents": 0.00389 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_02.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_02.pdf.page_no_1.py.json index 88bf93aa..f6ebc354 100644 --- a/tests/data/groundtruth/rotated_text_02.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_02.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102,6 +103,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -158,6 +161,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -186,6 +190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -214,6 +219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -242,6 +248,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -270,6 +277,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -298,6 +306,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -326,6 +335,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -746,6 +770,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -802,6 +828,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -830,6 +857,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -858,6 +886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -886,6 +915,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -914,6 +944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -970,6 +1002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -998,6 +1031,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1026,6 +1060,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1054,6 +1089,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1082,6 +1118,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1110,6 +1147,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1138,6 +1176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1166,6 +1205,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1194,6 +1234,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1222,6 +1263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1250,6 +1292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1306,6 +1350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1334,6 +1379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1362,6 +1408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1390,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1446,6 +1495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1474,6 +1524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1502,6 +1553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1530,6 +1582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1558,6 +1611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1614,6 +1669,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1642,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1670,6 +1727,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1698,6 +1756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1726,6 +1785,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1754,6 +1814,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1782,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1810,6 +1872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1838,6 +1901,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1894,6 +1959,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1922,6 +1988,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1950,6 +2017,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1978,6 +2046,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2034,6 +2104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2062,6 +2133,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2090,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2118,6 +2191,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2146,6 +2220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2174,6 +2249,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2202,6 +2278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2258,6 +2336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2286,6 +2365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2314,6 +2394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2342,6 +2423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2370,6 +2452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2398,6 +2481,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2426,6 +2510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2454,6 +2539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2510,6 +2597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2538,6 +2626,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2566,6 +2655,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2622,6 +2713,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2650,6 +2742,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2678,6 +2771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2706,6 +2800,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2734,6 +2829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2762,6 +2858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2790,6 +2887,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2818,6 +2916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2902,6 +3003,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2930,6 +3032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2958,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2986,6 +3090,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3014,6 +3119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3042,6 +3148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3070,6 +3177,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3126,6 +3235,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3154,6 +3264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3182,6 +3293,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3238,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3266,6 +3380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3294,6 +3409,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3322,6 +3438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3350,6 +3467,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3378,6 +3496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3406,6 +3525,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3434,6 +3554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3462,6 +3583,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3490,6 +3612,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3518,6 +3641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3546,6 +3670,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3574,6 +3699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3602,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3630,6 +3757,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3658,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3686,6 +3815,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3714,6 +3844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3798,6 +3931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3826,6 +3960,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3854,6 +3989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3910,6 +4047,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3966,6 +4105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3994,6 +4134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4022,6 +4163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4050,6 +4192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4106,6 +4250,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4134,6 +4279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4162,6 +4308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4190,6 +4337,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4218,6 +4366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4246,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4274,6 +4424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4302,6 +4453,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4330,6 +4482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4358,6 +4511,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4386,6 +4540,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4414,6 +4569,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4442,6 +4598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4470,6 +4627,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4498,6 +4656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4526,6 +4685,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4554,6 +4714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4582,6 +4743,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4610,6 +4772,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4638,6 +4801,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4666,6 +4830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4694,6 +4859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4722,6 +4888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4750,6 +4917,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4778,6 +4946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4806,6 +4975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4834,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4862,6 +5033,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4890,6 +5062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4918,6 +5091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4946,6 +5120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5002,6 +5178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5030,6 +5207,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5058,6 +5236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5114,6 +5294,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5170,6 +5352,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5198,6 +5381,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5226,6 +5410,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5254,6 +5439,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5282,6 +5468,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5310,6 +5497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5338,6 +5526,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5394,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5450,6 +5642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5478,6 +5671,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5506,6 +5700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5534,6 +5729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5562,6 +5758,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5590,6 +5787,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5618,6 +5816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5646,6 +5845,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5758,6 +5961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5786,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5814,6 +6019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5870,6 +6077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5898,6 +6106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5926,6 +6135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5954,6 +6164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5982,6 +6193,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6010,6 +6222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6038,6 +6251,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6066,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6094,6 +6309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6122,6 +6338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6150,6 +6367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6178,6 +6396,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6234,6 +6454,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6262,6 +6483,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6290,6 +6512,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6318,6 +6541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6346,6 +6570,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6374,6 +6599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6402,6 +6628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6430,6 +6657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6458,6 +6686,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6486,6 +6715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6542,6 +6773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6570,6 +6802,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6598,6 +6831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6626,6 +6860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6654,6 +6889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6682,6 +6918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6710,6 +6947,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6738,6 +6976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6766,6 +7005,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6822,6 +7063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6850,6 +7092,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6878,6 +7121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6906,6 +7150,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6962,6 +7208,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6990,6 +7237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7018,6 +7266,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7046,6 +7295,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7074,6 +7324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7102,6 +7353,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7130,6 +7382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7158,6 +7411,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7214,6 +7469,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7242,6 +7498,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7270,6 +7527,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7298,6 +7556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7326,6 +7585,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7354,6 +7614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7410,6 +7672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7438,6 +7701,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7466,6 +7730,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7522,6 +7788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7550,6 +7817,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7578,6 +7846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7634,6 +7904,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7662,6 +7933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7690,6 +7962,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7718,6 +7991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7746,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7774,6 +8049,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7802,6 +8078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7830,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7858,6 +8136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7886,6 +8165,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7914,6 +8194,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7942,6 +8223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7970,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7998,6 +8281,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8054,6 +8339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8082,6 +8368,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8110,6 +8397,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8138,6 +8426,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8166,6 +8455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8194,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8278,6 +8571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8306,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8334,6 +8629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8362,6 +8658,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8418,6 +8716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8446,6 +8745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8474,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8502,6 +8803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8530,6 +8832,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8642,6 +8948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8698,6 +9006,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8754,6 +9064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8782,6 +9093,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8810,6 +9122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8838,6 +9151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8866,6 +9180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8894,6 +9209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8922,6 +9238,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8950,6 +9267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9034,6 +9354,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9062,6 +9383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9090,6 +9412,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9146,6 +9470,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9174,6 +9499,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9202,6 +9528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9230,6 +9557,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9286,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9314,6 +9644,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9342,6 +9673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9370,6 +9702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9398,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9426,6 +9760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9454,6 +9789,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9482,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9510,6 +9847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9538,6 +9876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9566,6 +9905,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9594,6 +9934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9622,6 +9963,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9678,6 +10021,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9734,6 +10079,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9790,6 +10137,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9818,6 +10166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9846,6 +10195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9874,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9902,6 +10253,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9958,6 +10311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9986,6 +10340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10014,6 +10369,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10042,6 +10398,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10070,6 +10427,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10098,6 +10456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10126,6 +10485,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10182,6 +10543,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10210,6 +10572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10238,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10266,6 +10630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10294,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10322,6 +10688,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10350,6 +10717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10378,6 +10746,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10406,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10434,6 +10804,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10490,6 +10862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10546,6 +10920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10574,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10602,6 +10978,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10630,6 +11007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10686,6 +11065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10714,6 +11094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10742,6 +11123,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10798,6 +11181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10826,6 +11210,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10854,6 +11239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10882,6 +11268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10938,6 +11326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10966,6 +11355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10994,6 +11384,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11050,6 +11442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11078,6 +11471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11106,6 +11500,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11134,6 +11529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11162,6 +11558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11190,6 +11587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11218,6 +11616,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11246,6 +11645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11274,6 +11674,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11302,6 +11703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11358,6 +11761,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11386,6 +11790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11414,6 +11819,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11442,6 +11848,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11470,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11526,6 +11935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11554,6 +11964,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11582,6 +11993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11610,6 +12022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11666,6 +12080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11694,6 +12109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11722,6 +12138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11750,6 +12167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11778,6 +12196,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11806,6 +12225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11862,6 +12283,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11890,6 +12312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11946,6 +12370,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11974,6 +12399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12002,6 +12428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12030,6 +12457,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12058,6 +12486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12114,6 +12544,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12142,6 +12573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12170,6 +12602,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12198,6 +12631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12226,6 +12660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12254,6 +12689,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12282,6 +12718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12310,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12338,6 +12776,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12366,6 +12805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12394,6 +12834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12422,6 +12863,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12450,6 +12892,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12478,6 +12921,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12506,6 +12950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12534,6 +12979,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12562,6 +13008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12590,6 +13037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12646,6 +13095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12674,6 +13124,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12702,6 +13153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12730,6 +13182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12758,6 +13211,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12814,6 +13269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12842,6 +13298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12870,6 +13327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12898,6 +13356,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12926,6 +13385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12954,6 +13414,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12982,6 +13443,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13038,6 +13501,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13066,6 +13530,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13094,6 +13559,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13122,6 +13588,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13150,6 +13617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13178,6 +13646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13206,6 +13675,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13234,6 +13704,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13262,6 +13733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13290,6 +13762,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13318,6 +13791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13346,6 +13820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13374,6 +13849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13430,6 +13907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13486,6 +13965,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13514,6 +13994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13542,6 +14023,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13570,6 +14052,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13598,6 +14081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13626,6 +14110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13682,6 +14168,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13710,6 +14197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13738,6 +14226,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13766,6 +14255,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13794,6 +14284,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13822,6 +14313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13850,6 +14342,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13878,6 +14371,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13906,6 +14400,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13934,6 +14429,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13962,6 +14458,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13990,6 +14487,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14018,6 +14516,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14046,6 +14545,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14074,6 +14574,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14102,6 +14603,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14158,6 +14661,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14186,6 +14690,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14214,6 +14719,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14242,6 +14748,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14270,6 +14777,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14326,6 +14835,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14354,6 +14864,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14382,6 +14893,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14410,6 +14922,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14438,6 +14951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14466,6 +14980,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14494,6 +15009,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14522,6 +15038,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14550,6 +15067,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14606,6 +15125,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14634,6 +15154,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14662,6 +15183,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14690,6 +15212,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14746,6 +15270,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14774,6 +15299,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14802,6 +15328,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14830,6 +15357,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14858,6 +15386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14886,6 +15415,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14914,6 +15444,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14942,6 +15473,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14970,6 +15502,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15026,6 +15560,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15082,6 +15618,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15110,6 +15647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15138,6 +15676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15166,6 +15705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15194,6 +15734,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15222,6 +15763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15278,6 +15821,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15306,6 +15850,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15334,6 +15879,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15390,6 +15937,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15418,6 +15966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15446,6 +15995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15502,6 +16053,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15530,6 +16082,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15558,6 +16111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15586,6 +16140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15614,6 +16169,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15642,6 +16198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15670,6 +16227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15698,6 +16256,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15726,6 +16285,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15754,6 +16314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15782,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15838,6 +16401,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15866,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15894,6 +16459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15922,6 +16488,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15950,6 +16517,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15978,6 +16546,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16006,6 +16575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16034,6 +16604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16062,6 +16633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16090,6 +16662,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16118,6 +16691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16146,6 +16720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16174,6 +16749,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16202,6 +16778,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16230,6 +16807,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16258,6 +16836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16286,6 +16865,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16314,6 +16894,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16370,6 +16952,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16398,6 +16981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16426,6 +17010,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16454,6 +17039,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16482,6 +17068,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16510,6 +17097,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16538,6 +17126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16566,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16594,6 +17184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16622,6 +17213,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16678,6 +17271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16706,6 +17300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16734,6 +17329,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16762,6 +17358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16846,6 +17445,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16874,6 +17474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16902,6 +17503,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16958,6 +17561,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16986,6 +17590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17014,6 +17619,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17042,6 +17648,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17070,6 +17677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17126,6 +17735,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17154,6 +17764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17182,6 +17793,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17210,6 +17822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17238,6 +17851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17266,6 +17880,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17294,6 +17909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17322,6 +17938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17350,6 +17967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17378,6 +17996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17406,6 +18025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17434,6 +18054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17462,6 +18083,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17490,6 +18112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17518,6 +18141,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17546,6 +18170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17574,6 +18199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17602,6 +18228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17630,6 +18257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17658,6 +18286,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17686,6 +18315,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17714,6 +18344,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17742,6 +18373,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17826,6 +18460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17910,6 +18547,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17938,6 +18576,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17966,6 +18605,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17994,6 +18634,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18050,6 +18692,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18078,6 +18721,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18106,6 +18750,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18134,6 +18779,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18162,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18218,6 +18866,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18246,6 +18895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18274,6 +18924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18330,6 +18982,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18358,6 +19011,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18386,6 +19040,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18414,6 +19069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18442,6 +19098,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18470,6 +19127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18498,6 +19156,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18526,6 +19185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18582,6 +19243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18638,6 +19301,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18666,6 +19330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18694,6 +19359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18722,6 +19388,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18806,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18834,6 +19504,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18862,6 +19533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18890,6 +19562,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18918,6 +19591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18974,6 +19649,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19002,6 +19678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19030,6 +19707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19058,6 +19736,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19086,6 +19765,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19114,6 +19794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19142,6 +19823,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19170,6 +19852,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19226,6 +19910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19254,6 +19939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19282,6 +19968,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19338,6 +20026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19366,6 +20055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19394,6 +20084,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19422,6 +20113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19450,6 +20142,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19478,6 +20171,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19506,6 +20200,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19534,6 +20229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19562,6 +20258,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19590,6 +20287,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19618,6 +20316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19646,6 +20345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19758,6 +20461,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19814,6 +20519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19842,6 +20548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19870,6 +20577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19898,6 +20606,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19926,6 +20635,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19954,6 +20664,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19982,6 +20693,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20010,6 +20722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20066,6 +20780,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20094,6 +20809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20122,6 +20838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20150,6 +20867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20178,6 +20896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20206,6 +20925,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20234,6 +20954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20262,6 +20983,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20290,6 +21012,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20318,6 +21041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20374,6 +21099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20430,6 +21157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20458,6 +21186,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20486,6 +21215,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20514,6 +21244,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20542,6 +21273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20570,6 +21302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20598,6 +21331,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20626,6 +21360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20682,6 +21418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20738,6 +21476,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20766,6 +21505,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20794,6 +21534,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20878,6 +21621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20906,6 +21650,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20934,6 +21679,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20962,6 +21708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20990,6 +21737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21046,6 +21795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21074,6 +21824,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21102,6 +21853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21130,6 +21882,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21158,6 +21911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21186,6 +21940,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21214,6 +21969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21242,6 +21998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21270,6 +22027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21298,6 +22056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21326,6 +22085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21354,6 +22114,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21382,6 +22143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21410,6 +22172,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21438,6 +22201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21494,6 +22259,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21522,6 +22288,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21550,6 +22317,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21578,6 +22346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21606,6 +22375,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21634,6 +22404,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21662,6 +22433,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21690,6 +22462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21718,6 +22491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21746,6 +22520,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21802,6 +22578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21886,6 +22665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21914,6 +22694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21942,6 +22723,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21970,6 +22752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21998,6 +22781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22026,6 +22810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22054,6 +22839,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22110,6 +22897,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22138,6 +22926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22166,6 +22955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22194,6 +22984,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22222,6 +23013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22278,6 +23071,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22306,6 +23100,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22334,6 +23129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22362,6 +23158,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22390,6 +23187,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22418,6 +23216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22446,6 +23245,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22474,6 +23274,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22502,6 +23303,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22530,6 +23332,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22558,6 +23361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22586,6 +23390,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22614,6 +23419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22642,6 +23448,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22670,6 +23477,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22698,6 +23506,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22726,6 +23535,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22754,6 +23564,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22810,6 +23622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22866,6 +23680,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22922,6 +23738,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22950,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22978,6 +23796,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23006,6 +23825,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23034,6 +23854,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23062,6 +23883,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23090,6 +23912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23118,6 +23941,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23146,6 +23970,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23174,6 +23999,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23230,6 +24057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23258,6 +24086,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23286,6 +24115,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23314,6 +24144,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23342,6 +24173,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23370,6 +24202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23398,6 +24231,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23426,6 +24260,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23454,6 +24289,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23482,6 +24318,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23510,6 +24347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23538,6 +24376,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23566,6 +24405,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23594,6 +24434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23622,6 +24463,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23650,6 +24492,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23678,6 +24521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23706,6 +24550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23734,6 +24579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23762,6 +24608,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23790,6 +24637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23818,6 +24666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23846,6 +24695,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23874,6 +24724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23902,6 +24753,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23930,6 +24782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23986,6 +24840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24014,6 +24869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24070,6 +24927,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24098,6 +24956,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24154,6 +25014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24210,6 +25072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24238,6 +25101,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24294,6 +25159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24322,6 +25188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24350,6 +25217,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24378,6 +25246,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24406,6 +25275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24434,6 +25304,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24462,6 +25333,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24490,6 +25362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24518,6 +25391,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24546,6 +25420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24574,6 +25449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24602,6 +25478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24630,6 +25507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24658,6 +25536,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24686,6 +25565,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24714,6 +25594,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24742,6 +25623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24770,6 +25652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24798,6 +25681,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24826,6 +25710,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24854,6 +25739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24882,6 +25768,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24910,6 +25797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24966,6 +25855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24994,6 +25884,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25022,6 +25913,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25050,6 +25942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25078,6 +25971,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25106,6 +26000,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25134,6 +26029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25162,6 +26058,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25190,6 +26087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25218,6 +26116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25246,6 +26145,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25274,6 +26174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25302,6 +26203,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25330,6 +26232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25358,6 +26261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25386,6 +26290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25414,6 +26319,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25470,6 +26377,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25498,6 +26406,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25526,6 +26435,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25554,6 +26464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25582,6 +26493,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25638,6 +26551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25666,6 +26580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25694,6 +26609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25722,6 +26638,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25750,6 +26667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25778,6 +26696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25806,6 +26725,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25862,6 +26783,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25890,6 +26812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25918,6 +26841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25946,6 +26870,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26002,6 +26928,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26030,6 +26957,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26058,6 +26986,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26086,6 +27015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26114,6 +27044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26142,6 +27073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26170,6 +27102,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26198,6 +27131,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26226,6 +27160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26254,6 +27189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26282,6 +27218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26338,6 +27276,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26366,6 +27305,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26394,6 +27334,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26422,6 +27363,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26450,6 +27392,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26478,6 +27421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26506,6 +27450,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26534,6 +27479,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26562,6 +27508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26590,6 +27537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26618,6 +27566,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26646,6 +27595,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26674,6 +27624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26702,6 +27653,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26730,6 +27682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26758,6 +27711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26786,6 +27740,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26870,6 +27827,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26898,6 +27856,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26926,6 +27885,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26954,6 +27914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26982,6 +27943,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27010,6 +27972,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27038,6 +28001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27066,6 +28030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27150,6 +28117,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27178,6 +28146,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27206,6 +28175,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27234,6 +28204,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27262,6 +28233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27290,6 +28262,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27318,6 +28291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27346,6 +28320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27402,6 +28378,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27458,6 +28436,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27486,6 +28465,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27514,6 +28494,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27570,6 +28552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27598,6 +28581,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27626,6 +28610,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27654,6 +28639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27682,6 +28668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27710,6 +28697,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27738,6 +28726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27766,6 +28755,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27794,6 +28784,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27822,6 +28813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27850,6 +28842,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27906,6 +28900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27934,6 +28929,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27962,6 +28958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27990,6 +28987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28018,6 +29016,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28046,6 +29045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28074,6 +29074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28102,6 +29103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28130,6 +29132,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28158,6 +29161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28186,6 +29190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28214,6 +29219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28242,6 +29248,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28270,6 +29277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28298,6 +29306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28326,6 +29335,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28354,6 +29364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28410,6 +29422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28438,6 +29451,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28466,6 +29480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28494,6 +29509,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28550,6 +29567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28578,6 +29596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28606,6 +29625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28634,6 +29654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28662,6 +29683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28690,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28718,6 +29741,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28746,6 +29770,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28774,6 +29799,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28802,6 +29828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28858,6 +29886,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28886,6 +29915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28914,6 +29944,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28942,6 +29973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28970,6 +30002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29026,6 +30060,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29054,6 +30089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29082,6 +30118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29110,6 +30147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29138,6 +30176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29166,6 +30205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29194,6 +30234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29222,6 +30263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29250,6 +30292,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29278,6 +30321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29306,6 +30350,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29334,6 +30379,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29364,6 +30410,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29392,6 +30439,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29420,6 +30468,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29448,6 +30497,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29476,6 +30526,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29504,6 +30555,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29532,6 +30584,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29560,6 +30613,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29588,6 +30642,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29616,6 +30671,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29644,6 +30700,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29672,6 +30729,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29700,6 +30758,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29728,6 +30787,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29756,6 +30816,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29784,6 +30845,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29812,6 +30874,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29840,6 +30903,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29868,6 +30932,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29896,6 +30961,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29924,6 +30990,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29952,6 +31019,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29980,6 +31048,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30008,6 +31077,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30036,6 +31106,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30064,6 +31135,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30092,6 +31164,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30120,6 +31193,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30148,6 +31222,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30176,6 +31251,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30204,6 +31280,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30232,6 +31309,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30260,6 +31338,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30288,6 +31367,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30316,6 +31396,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30344,6 +31425,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30372,6 +31454,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30400,6 +31483,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30428,6 +31512,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30456,6 +31541,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30484,6 +31570,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30512,6 +31599,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30540,6 +31628,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30568,6 +31657,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30596,6 +31686,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30624,6 +31715,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30652,6 +31744,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30680,6 +31773,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30708,6 +31802,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30736,6 +31831,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30764,6 +31860,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30792,6 +31889,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30820,6 +31918,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30848,6 +31947,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30876,6 +31976,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30904,6 +32005,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30932,6 +32034,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30960,6 +32063,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30988,6 +32092,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31016,6 +32121,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31044,6 +32150,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31072,6 +32179,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31100,6 +32208,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31128,6 +32237,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31156,6 +32266,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31184,6 +32295,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31212,6 +32324,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31240,6 +32353,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31268,6 +32382,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31296,6 +32411,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31324,6 +32440,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31352,6 +32469,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31380,6 +32498,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31408,6 +32527,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31436,6 +32556,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31464,6 +32585,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31492,6 +32614,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31520,6 +32643,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31548,6 +32672,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31576,6 +32701,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31604,6 +32730,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31632,6 +32759,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31660,6 +32788,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31688,6 +32817,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31716,6 +32846,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31744,6 +32875,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31772,6 +32904,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31800,6 +32933,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31828,6 +32962,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31856,6 +32991,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31884,6 +33020,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31912,6 +33049,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31940,6 +33078,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31968,6 +33107,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31996,6 +33136,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32024,6 +33165,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32052,6 +33194,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32080,6 +33223,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32108,6 +33252,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32136,6 +33281,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32164,6 +33310,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32192,6 +33339,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32220,6 +33368,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32248,6 +33397,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32276,6 +33426,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32304,6 +33455,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32332,6 +33484,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32360,6 +33513,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32388,6 +33542,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32416,6 +33571,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32444,6 +33600,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32472,6 +33629,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32500,6 +33658,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32528,6 +33687,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32556,6 +33716,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32584,6 +33745,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32612,6 +33774,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32640,6 +33803,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32668,6 +33832,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32696,6 +33861,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32724,6 +33890,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32752,6 +33919,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32780,6 +33948,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32808,6 +33977,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32836,6 +34006,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32864,6 +34035,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32892,6 +34064,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32920,6 +34093,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32948,6 +34122,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32976,6 +34151,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33004,6 +34180,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33032,6 +34209,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33060,6 +34238,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33088,6 +34267,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33116,6 +34296,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33144,6 +34325,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33172,6 +34354,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33200,6 +34383,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33228,6 +34412,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33256,6 +34441,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33284,6 +34470,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33312,6 +34499,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33340,6 +34528,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33368,6 +34557,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33396,6 +34586,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33424,6 +34615,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33452,6 +34644,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33480,6 +34673,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33508,6 +34702,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33536,6 +34731,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33564,6 +34760,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33592,6 +34789,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33620,6 +34818,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33648,6 +34847,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33676,6 +34876,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33704,6 +34905,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33732,6 +34934,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33760,6 +34963,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33788,6 +34992,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33816,6 +35021,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33846,6 +35052,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33874,6 +35081,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33902,6 +35110,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33930,6 +35139,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33958,6 +35168,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33986,6 +35197,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34014,6 +35226,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34042,6 +35255,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34070,6 +35284,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34098,6 +35313,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34126,6 +35342,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34154,6 +35371,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34182,6 +35400,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34210,6 +35429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34238,6 +35458,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34266,6 +35487,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34294,6 +35516,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34322,6 +35545,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34350,6 +35574,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34378,6 +35603,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34406,6 +35632,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34434,6 +35661,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34462,6 +35690,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34490,6 +35719,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34518,6 +35748,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34546,6 +35777,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34574,6 +35806,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34602,6 +35835,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34630,6 +35864,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34658,6 +35893,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34686,6 +35922,7 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34714,6 +35951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34742,6 +35980,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34770,6 +36009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34798,6 +36038,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34826,6 +36067,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34854,6 +36096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34882,6 +36125,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34910,6 +36154,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34938,6 +36183,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34966,6 +36212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34994,6 +36241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35022,12 +36270,16 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", "font_name": "/KPSHBO+TimesNewRoman" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/rotated_text_02.pdf.v2.json b/tests/data/groundtruth/rotated_text_02.pdf.v2.json index 971ec725..edfc2e99 100644 --- a/tests/data/groundtruth/rotated_text_02.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_02.pdf.v2.json @@ -28386,23 +28386,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.004268, + "decode_contents": 0.004258, "decode_dimensions": 0.0, - "decode_page": 0.010908, - "decode_resources": 0.000279, - "sanitise_contents": 0.006203 + "decode_page": 0.011578, + "decode_resources": 0.000301, + "sanitise_contents": 0.003596 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.004268, + "decode_contents": 0.004258, "decode_dimensions": 0.0, - "decode_document": 0.011382, - "decode_page": 0.010908, - "decode_resources": 0.000279, - "decoding page 0": 0.01131, - "process_document_from_bytesio": 0.000662, - "sanitise_contents": 0.006203 + "decode_document": 0.012121, + "decode_page": 0.011578, + "decode_resources": 0.000301, + "decoding page 0": 0.012005, + "process_document_from_bytesio": 0.000663, + "sanitise_contents": 0.003596 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_02.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_02.pdf.v2.p=0.json index 082bef78..5cbd30f1 100644 --- a/tests/data/groundtruth/rotated_text_02.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_02.pdf.v2.p=0.json @@ -28386,23 +28386,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.004562, - "decode_dimensions": 1e-06, - "decode_page": 0.011155, - "decode_resources": 0.000293, - "sanitise_contents": 0.006148 + "decode_contents": 0.004298, + "decode_dimensions": 0.0, + "decode_page": 0.011641, + "decode_resources": 0.000295, + "sanitise_contents": 0.003742 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.004562, - "decode_dimensions": 1e-06, - "decode_document": 0.011604, - "decode_page": 0.011155, - "decode_resources": 0.000293, - "decoding page 0": 0.011553, - "process_document_from_bytesio": 0.000655, - "sanitise_contents": 0.006148 + "decode_contents": 0.004298, + "decode_dimensions": 0.0, + "decode_document": 0.012104, + "decode_page": 0.011641, + "decode_resources": 0.000295, + "decoding page 0": 0.012059, + "process_document_from_bytesio": 0.000667, + "sanitise_contents": 0.003742 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_03.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_03.pdf.page_no_1.py.json index fb310e61..85f8fc37 100644 --- a/tests/data/groundtruth/rotated_text_03.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_03.pdf.page_no_1.py.json @@ -89,6 +89,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -117,6 +118,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -145,6 +147,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -173,6 +176,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -201,6 +205,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -229,6 +234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -257,6 +263,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -285,6 +292,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -313,6 +321,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -341,6 +350,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -369,6 +379,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -397,6 +408,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -425,6 +437,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -453,6 +466,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -481,6 +495,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -509,6 +524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -537,6 +553,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -565,6 +582,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -593,6 +611,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -621,6 +640,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -649,6 +669,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -677,6 +698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -705,6 +727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -733,6 +756,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -761,6 +785,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -789,6 +814,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -817,6 +843,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -845,6 +872,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -873,6 +901,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -901,6 +930,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -929,6 +959,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -957,6 +988,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -985,6 +1017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1013,6 +1046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1041,6 +1075,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1069,6 +1104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1097,6 +1133,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1125,6 +1162,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1153,6 +1191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1181,6 +1220,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1209,6 +1249,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1237,6 +1278,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1265,6 +1307,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1293,6 +1336,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1321,6 +1365,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1349,6 +1394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1377,6 +1423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1405,6 +1452,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1433,6 +1481,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1461,6 +1510,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1489,6 +1539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1517,6 +1568,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1545,6 +1597,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1573,6 +1626,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1601,6 +1655,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1629,6 +1684,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1657,6 +1713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1685,6 +1742,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1713,6 +1771,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1741,6 +1800,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1769,6 +1829,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1797,6 +1858,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1825,6 +1887,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1853,6 +1916,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1881,6 +1945,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1909,6 +1974,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1937,6 +2003,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1965,6 +2032,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1993,6 +2061,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2021,6 +2090,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2049,6 +2119,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2077,6 +2148,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2105,6 +2177,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2133,6 +2206,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2161,6 +2235,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2189,6 +2264,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2217,6 +2293,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2245,6 +2322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2273,6 +2351,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2301,6 +2380,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2329,6 +2409,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2357,6 +2438,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2385,6 +2467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2413,6 +2496,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2441,6 +2525,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2469,6 +2554,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2497,6 +2583,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2525,6 +2612,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2553,6 +2641,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2581,6 +2670,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2609,6 +2699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2637,6 +2728,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2665,6 +2757,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2693,6 +2786,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2721,6 +2815,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2749,6 +2844,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2777,6 +2873,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2805,6 +2902,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2833,6 +2931,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2861,6 +2960,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2889,6 +2989,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2917,6 +3018,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2945,6 +3047,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2973,6 +3076,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3001,6 +3105,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3029,6 +3134,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3057,6 +3163,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3085,6 +3192,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3113,6 +3221,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3141,6 +3250,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3169,6 +3279,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3197,6 +3308,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3225,6 +3337,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3253,6 +3366,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3281,6 +3395,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3309,6 +3424,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3337,6 +3453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3365,6 +3482,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3393,6 +3511,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3421,6 +3540,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3449,6 +3569,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3477,6 +3598,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3505,6 +3627,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3533,6 +3656,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3561,6 +3685,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3589,6 +3714,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3617,6 +3743,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3645,6 +3772,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3673,6 +3801,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3701,6 +3830,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3729,6 +3859,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3757,6 +3888,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3785,6 +3917,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3813,6 +3946,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3841,6 +3975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3869,6 +4004,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3897,6 +4033,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3925,6 +4062,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3953,6 +4091,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3981,6 +4120,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4009,6 +4149,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4037,6 +4178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4065,6 +4207,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4093,6 +4236,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4121,6 +4265,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4149,6 +4294,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4177,6 +4323,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4205,6 +4352,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4233,6 +4381,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4261,6 +4410,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4289,6 +4439,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4317,6 +4468,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4345,6 +4497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4373,6 +4526,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4401,6 +4555,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4429,6 +4584,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4457,6 +4613,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4485,6 +4642,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4513,6 +4671,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4541,6 +4700,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4569,6 +4729,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4597,6 +4758,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4625,6 +4787,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4653,6 +4816,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4681,6 +4845,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4709,6 +4874,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4737,6 +4903,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4765,6 +4932,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4793,6 +4961,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4821,6 +4990,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4849,6 +5019,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4877,6 +5048,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4905,6 +5077,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4933,6 +5106,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4961,6 +5135,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4989,6 +5164,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5017,6 +5193,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5045,6 +5222,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5073,6 +5251,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5101,6 +5280,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5129,6 +5309,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5157,6 +5338,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5185,6 +5367,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5213,6 +5396,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5241,6 +5425,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5269,6 +5454,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5297,6 +5483,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5325,6 +5512,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5353,6 +5541,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5381,6 +5570,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5409,6 +5599,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5437,6 +5628,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5465,6 +5657,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5493,6 +5686,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5521,6 +5715,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5549,6 +5744,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5577,6 +5773,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5605,6 +5802,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5633,6 +5831,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5661,6 +5860,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5689,6 +5889,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5717,6 +5918,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5745,6 +5947,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5773,6 +5976,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5801,6 +6005,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5829,6 +6034,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5857,6 +6063,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5885,6 +6092,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5913,6 +6121,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5941,6 +6150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5969,6 +6179,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5997,6 +6208,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6025,6 +6237,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6053,6 +6266,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6081,6 +6295,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6109,6 +6324,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6137,6 +6353,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6165,6 +6382,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6193,6 +6411,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6221,6 +6440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6249,6 +6469,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6277,6 +6498,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6305,6 +6527,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6333,6 +6556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6361,6 +6585,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6389,6 +6614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6417,6 +6643,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6445,6 +6672,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6473,6 +6701,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6501,6 +6730,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6529,6 +6759,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6557,6 +6788,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6585,6 +6817,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6613,6 +6846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6641,6 +6875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6669,6 +6904,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6697,6 +6933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6725,6 +6962,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6753,6 +6991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6781,6 +7020,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6809,6 +7049,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6837,6 +7078,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6865,6 +7107,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6893,6 +7136,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6921,6 +7165,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6949,6 +7194,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6977,6 +7223,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7005,6 +7252,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7033,6 +7281,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7061,6 +7310,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7089,6 +7339,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7117,6 +7368,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7145,6 +7397,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7173,6 +7426,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7201,6 +7455,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7229,6 +7484,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7257,6 +7513,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7285,6 +7542,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7313,6 +7571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7341,6 +7600,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7369,6 +7629,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7397,6 +7658,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7425,6 +7687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7453,6 +7716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7481,6 +7745,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7509,6 +7774,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7537,6 +7803,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7565,6 +7832,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7593,6 +7861,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7621,6 +7890,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7649,6 +7919,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7677,6 +7948,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7705,6 +7977,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7733,6 +8006,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7761,6 +8035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7789,6 +8064,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7817,6 +8093,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7845,6 +8122,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7873,6 +8151,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7901,6 +8180,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7929,6 +8209,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7957,6 +8238,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7985,6 +8267,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8013,6 +8296,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8041,6 +8325,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8069,6 +8354,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8097,6 +8383,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8125,6 +8412,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8153,6 +8441,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8181,6 +8470,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8209,6 +8499,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8237,6 +8528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8265,6 +8557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8293,6 +8586,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8321,6 +8615,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8349,6 +8644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8377,6 +8673,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8405,6 +8702,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8433,6 +8731,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8461,6 +8760,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8489,6 +8789,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8517,6 +8818,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8545,6 +8847,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8573,6 +8876,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8601,6 +8905,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8629,6 +8934,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8657,6 +8963,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8685,6 +8992,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8713,6 +9021,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8741,6 +9050,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8769,6 +9079,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8797,6 +9108,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8825,6 +9137,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8853,6 +9166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8881,6 +9195,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8909,6 +9224,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8937,6 +9253,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8965,6 +9282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8993,6 +9311,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9021,6 +9340,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9049,6 +9369,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9077,6 +9398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9105,6 +9427,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9133,6 +9456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9161,6 +9485,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9189,6 +9514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9217,6 +9543,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9245,6 +9572,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9273,6 +9601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9301,6 +9630,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9329,6 +9659,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9357,6 +9688,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9385,6 +9717,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9413,6 +9746,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9441,6 +9775,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9469,6 +9804,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9497,6 +9833,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9525,6 +9862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9553,6 +9891,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9581,6 +9920,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9609,6 +9949,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9637,6 +9978,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9665,6 +10007,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9693,6 +10036,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9721,6 +10065,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9749,6 +10094,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9777,6 +10123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9805,6 +10152,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9833,6 +10181,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9861,6 +10210,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9889,6 +10239,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9917,6 +10268,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9945,6 +10297,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9973,6 +10326,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10001,6 +10355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10029,6 +10384,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10057,6 +10413,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10085,6 +10442,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10113,6 +10471,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10141,6 +10500,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10169,6 +10529,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10197,6 +10558,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10225,6 +10587,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10253,6 +10616,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10281,6 +10645,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10309,6 +10674,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10337,6 +10703,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10365,6 +10732,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10393,6 +10761,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10421,6 +10790,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10449,6 +10819,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10477,6 +10848,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10505,6 +10877,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10533,6 +10906,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10561,6 +10935,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10589,6 +10964,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10617,6 +10993,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10645,6 +11022,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10673,6 +11051,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10701,6 +11080,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10729,6 +11109,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10757,6 +11138,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10785,6 +11167,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10813,6 +11196,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10841,6 +11225,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10869,6 +11254,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10897,6 +11283,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10925,6 +11312,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10953,6 +11341,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10981,6 +11370,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11009,6 +11399,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11037,6 +11428,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11065,6 +11457,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11093,6 +11486,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11121,6 +11515,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11149,6 +11544,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11177,6 +11573,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11205,6 +11602,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11233,6 +11631,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11261,6 +11660,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11289,6 +11689,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11317,6 +11718,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11345,6 +11747,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11373,6 +11776,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11401,6 +11805,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11429,6 +11834,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11457,6 +11863,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11485,6 +11892,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11513,6 +11921,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11541,6 +11950,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11569,6 +11979,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11597,6 +12008,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11625,6 +12037,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11653,6 +12066,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11681,6 +12095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11709,6 +12124,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11737,6 +12153,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11765,6 +12182,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11793,6 +12211,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11821,6 +12240,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11849,6 +12269,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11877,6 +12298,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11905,6 +12327,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11933,6 +12356,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11961,6 +12385,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11989,6 +12414,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12017,6 +12443,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12045,6 +12472,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12073,6 +12501,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12101,6 +12530,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12129,6 +12559,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12157,6 +12588,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12185,6 +12617,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12213,6 +12646,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12241,6 +12675,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12269,6 +12704,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12297,6 +12733,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12325,6 +12762,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12353,6 +12791,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12381,6 +12820,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12409,6 +12849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12437,6 +12878,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12465,6 +12907,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12493,6 +12936,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12521,6 +12965,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12549,6 +12994,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12577,6 +13023,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12605,6 +13052,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12633,6 +13081,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12661,6 +13110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12689,6 +13139,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12717,6 +13168,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12745,6 +13197,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12773,6 +13226,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12801,6 +13255,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12829,6 +13284,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12857,6 +13313,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12885,6 +13342,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12913,6 +13371,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12941,6 +13400,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12969,6 +13429,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12997,6 +13458,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13025,6 +13487,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13053,6 +13516,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13081,6 +13545,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13109,6 +13574,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13137,6 +13603,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13165,6 +13632,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13193,6 +13661,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13221,6 +13690,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13249,6 +13719,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13277,6 +13748,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13305,6 +13777,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13333,6 +13806,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13361,6 +13835,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13389,6 +13864,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13417,6 +13893,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13445,6 +13922,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13473,6 +13951,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13501,6 +13980,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13529,6 +14009,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13557,6 +14038,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13585,6 +14067,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13613,6 +14096,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13641,6 +14125,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13669,6 +14154,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13697,6 +14183,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13725,6 +14212,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13753,6 +14241,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13781,6 +14270,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13809,6 +14299,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13837,6 +14328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13865,6 +14357,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13893,6 +14386,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13921,6 +14415,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13949,6 +14444,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13977,6 +14473,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14005,6 +14502,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14033,6 +14531,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14061,6 +14560,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14089,6 +14589,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14117,6 +14618,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14145,6 +14647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14173,6 +14676,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14201,6 +14705,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14229,6 +14734,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14257,6 +14763,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14285,6 +14792,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14313,6 +14821,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14341,6 +14850,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14369,6 +14879,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14397,6 +14908,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14425,6 +14937,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14453,6 +14966,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14481,6 +14995,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14509,6 +15024,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14537,6 +15053,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14565,6 +15082,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14593,6 +15111,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14621,6 +15140,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14649,6 +15169,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14677,6 +15198,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14705,6 +15227,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14733,6 +15256,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14761,6 +15285,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14789,6 +15314,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14817,6 +15343,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14845,6 +15372,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14873,6 +15401,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14901,6 +15430,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14929,6 +15459,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14957,6 +15488,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14985,6 +15517,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15013,6 +15546,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15041,6 +15575,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15069,6 +15604,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15097,6 +15633,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15125,6 +15662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15153,6 +15691,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15181,6 +15720,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15209,6 +15749,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15237,6 +15778,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15265,6 +15807,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15293,6 +15836,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15321,6 +15865,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15349,6 +15894,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15377,6 +15923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15405,6 +15952,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15433,6 +15981,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15461,6 +16010,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15489,6 +16039,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15517,6 +16068,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15545,6 +16097,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15573,6 +16126,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15601,6 +16155,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15629,6 +16184,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15657,6 +16213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15685,6 +16242,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15713,6 +16271,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15741,6 +16300,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15769,6 +16329,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15797,6 +16358,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15825,6 +16387,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15853,6 +16416,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15881,6 +16445,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15909,6 +16474,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15937,6 +16503,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15965,6 +16532,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15993,6 +16561,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16021,6 +16590,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16049,6 +16619,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16077,6 +16648,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16105,6 +16677,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16133,6 +16706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16161,6 +16735,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16189,6 +16764,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16217,6 +16793,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16245,6 +16822,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16273,6 +16851,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16301,6 +16880,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16329,6 +16909,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16357,6 +16938,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16385,6 +16967,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16413,6 +16996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16441,6 +17025,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16469,6 +17054,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16497,6 +17083,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16525,6 +17112,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16553,6 +17141,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16581,6 +17170,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16609,6 +17199,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16637,6 +17228,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16665,6 +17257,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16693,6 +17286,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16721,6 +17315,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16749,6 +17344,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16777,6 +17373,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16805,6 +17402,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16833,6 +17431,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16861,6 +17460,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16889,6 +17489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16917,6 +17518,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16945,6 +17547,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16973,6 +17576,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17001,6 +17605,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17029,6 +17634,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17057,6 +17663,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17085,6 +17692,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17113,6 +17721,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17141,6 +17750,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17169,6 +17779,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17197,6 +17808,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17225,6 +17837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17253,6 +17866,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17281,6 +17895,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17309,6 +17924,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17337,6 +17953,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17365,6 +17982,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17393,6 +18011,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17421,6 +18040,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17449,6 +18069,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17477,6 +18098,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17505,6 +18127,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17533,6 +18156,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17561,6 +18185,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17589,6 +18214,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17617,6 +18243,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17645,6 +18272,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17673,6 +18301,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17701,6 +18330,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17729,6 +18359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17757,6 +18388,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17785,6 +18417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17813,6 +18446,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17841,6 +18475,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17869,6 +18504,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17897,6 +18533,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17925,6 +18562,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17953,6 +18591,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17981,6 +18620,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18009,6 +18649,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18037,6 +18678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18065,6 +18707,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18093,6 +18736,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18121,6 +18765,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18149,6 +18794,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18177,6 +18823,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18205,6 +18852,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18233,6 +18881,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18261,6 +18910,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18289,6 +18939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18317,6 +18968,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18345,6 +18997,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18373,6 +19026,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18401,6 +19055,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18429,6 +19084,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18457,6 +19113,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18485,6 +19142,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18513,6 +19171,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18541,6 +19200,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18569,6 +19229,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18597,6 +19258,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18625,6 +19287,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18653,6 +19316,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18681,6 +19345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18709,6 +19374,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18737,6 +19403,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18765,6 +19432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18793,6 +19461,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18821,6 +19490,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18849,6 +19519,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18877,6 +19548,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18905,6 +19577,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18933,6 +19606,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18961,6 +19635,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18989,6 +19664,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19017,6 +19693,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19045,6 +19722,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19073,6 +19751,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19101,6 +19780,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19129,6 +19809,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19157,6 +19838,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19185,6 +19867,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19213,6 +19896,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19241,6 +19925,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19269,6 +19954,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19297,6 +19983,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19325,6 +20012,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19353,6 +20041,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19381,6 +20070,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19409,6 +20099,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19437,6 +20128,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19465,6 +20157,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19493,6 +20186,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19521,6 +20215,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19549,6 +20244,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19577,6 +20273,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19605,6 +20302,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19633,6 +20331,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19661,6 +20360,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19689,6 +20389,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19717,6 +20418,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19745,6 +20447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19773,6 +20476,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19801,6 +20505,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19829,6 +20534,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19857,6 +20563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19885,6 +20592,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19913,6 +20621,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19941,6 +20650,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19969,6 +20679,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19997,6 +20708,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20025,6 +20737,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20053,6 +20766,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20081,6 +20795,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20109,6 +20824,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20137,6 +20853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20165,6 +20882,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20193,6 +20911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20221,6 +20940,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20249,6 +20969,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20277,6 +20998,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20305,6 +21027,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20333,6 +21056,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20361,6 +21085,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20389,6 +21114,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20417,6 +21143,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20445,6 +21172,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20473,6 +21201,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20501,6 +21230,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20529,6 +21259,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20557,6 +21288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20585,6 +21317,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20613,6 +21346,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20641,6 +21375,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20669,6 +21404,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20697,6 +21433,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20725,6 +21462,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20753,6 +21491,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20781,6 +21520,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20809,6 +21549,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20837,6 +21578,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20865,6 +21607,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20893,6 +21636,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20921,6 +21665,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20949,6 +21694,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20977,6 +21723,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21005,6 +21752,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21033,6 +21781,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21061,6 +21810,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21089,6 +21839,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21117,6 +21868,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21145,6 +21897,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21173,6 +21926,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21201,6 +21955,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21229,6 +21984,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21257,6 +22013,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21285,6 +22042,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21313,6 +22071,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21341,6 +22100,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21369,6 +22129,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21397,6 +22158,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21425,6 +22187,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21453,6 +22216,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21481,6 +22245,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21509,6 +22274,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21537,6 +22303,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21565,6 +22332,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21593,6 +22361,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21621,6 +22390,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21649,6 +22419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21677,6 +22448,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21705,6 +22477,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21733,6 +22506,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21761,6 +22535,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21789,6 +22564,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21817,6 +22593,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21845,6 +22622,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21873,6 +22651,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21901,6 +22680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21929,6 +22709,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21957,6 +22738,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21985,6 +22767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22013,6 +22796,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22041,6 +22825,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22069,6 +22854,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22097,6 +22883,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22125,6 +22912,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22153,6 +22941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22181,6 +22970,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22209,6 +22999,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22237,6 +23028,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22265,6 +23057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22293,6 +23086,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22321,6 +23115,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22349,6 +23144,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22377,6 +23173,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22405,6 +23202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22433,6 +23231,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22461,6 +23260,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22489,6 +23289,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22517,6 +23318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22545,6 +23347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22573,6 +23376,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22601,6 +23405,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22629,6 +23434,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22657,6 +23463,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22685,6 +23492,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22713,6 +23521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22741,6 +23550,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22769,6 +23579,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22797,6 +23608,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22825,6 +23637,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22853,6 +23666,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22881,6 +23695,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22909,6 +23724,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22937,6 +23753,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22965,6 +23782,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22993,6 +23811,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23021,6 +23840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23049,6 +23869,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23077,6 +23898,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23105,6 +23927,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23133,6 +23956,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23161,6 +23985,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23189,6 +24014,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23217,6 +24043,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23245,6 +24072,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23273,6 +24101,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23301,6 +24130,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23329,6 +24159,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23357,6 +24188,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23385,6 +24217,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23413,6 +24246,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23441,6 +24275,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23469,6 +24304,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23497,6 +24333,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23525,6 +24362,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23553,6 +24391,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23581,6 +24420,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23609,6 +24449,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23637,6 +24478,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23665,6 +24507,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23693,6 +24536,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23721,6 +24565,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23749,6 +24594,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23777,6 +24623,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23805,6 +24652,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23833,6 +24681,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23861,6 +24710,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23889,6 +24739,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23917,6 +24768,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23945,6 +24797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23973,6 +24826,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24001,6 +24855,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24029,6 +24884,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24057,6 +24913,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24085,6 +24942,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24113,6 +24971,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24141,6 +25000,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24169,6 +25029,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24197,6 +25058,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24225,6 +25087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24253,6 +25116,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24281,6 +25145,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24309,6 +25174,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24337,6 +25203,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24365,6 +25232,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24393,6 +25261,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24421,6 +25290,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24449,6 +25319,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24477,6 +25348,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24505,6 +25377,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24533,6 +25406,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24561,6 +25435,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24589,6 +25464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24617,6 +25493,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24645,6 +25522,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24673,6 +25551,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24701,6 +25580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24729,6 +25609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24757,6 +25638,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24785,6 +25667,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24813,6 +25696,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24841,6 +25725,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24869,6 +25754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24897,6 +25783,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24925,6 +25812,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24953,6 +25841,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24981,6 +25870,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25009,6 +25899,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25037,6 +25928,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25065,6 +25957,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25093,6 +25986,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25121,6 +26015,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25149,6 +26044,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25177,6 +26073,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25205,6 +26102,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25233,6 +26131,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25261,6 +26160,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25289,6 +26189,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25317,6 +26218,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25345,6 +26247,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25373,6 +26276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25401,6 +26305,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25429,6 +26334,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25457,6 +26363,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25485,6 +26392,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25513,6 +26421,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25541,6 +26450,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25569,6 +26479,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25597,6 +26508,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25625,6 +26537,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25653,6 +26566,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25681,6 +26595,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25709,6 +26624,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25737,6 +26653,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25765,6 +26682,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25793,6 +26711,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25821,6 +26740,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25849,6 +26769,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25877,6 +26798,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25905,6 +26827,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25933,6 +26856,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25961,6 +26885,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25989,6 +26914,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26017,6 +26943,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26045,6 +26972,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26073,6 +27001,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26101,6 +27030,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26129,6 +27059,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26157,6 +27088,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26185,6 +27117,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26213,6 +27146,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26241,6 +27175,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26269,6 +27204,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26297,6 +27233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26325,6 +27262,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26353,6 +27291,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26381,6 +27320,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26409,6 +27349,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26437,6 +27378,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26465,6 +27407,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26493,6 +27436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26521,6 +27465,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26549,6 +27494,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26577,6 +27523,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26605,6 +27552,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26633,6 +27581,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26661,6 +27610,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26689,6 +27639,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26717,6 +27668,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26745,6 +27697,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26773,6 +27726,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26801,6 +27755,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26829,6 +27784,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26857,6 +27813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26885,6 +27842,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26913,6 +27871,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26941,6 +27900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26969,6 +27929,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26997,6 +27958,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27025,6 +27987,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27053,6 +28016,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27081,6 +28045,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27109,6 +28074,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27137,6 +28103,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27165,6 +28132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27193,6 +28161,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27221,6 +28190,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27249,6 +28219,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27277,6 +28248,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27305,6 +28277,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27333,6 +28306,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27361,6 +28335,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27389,6 +28364,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27417,6 +28393,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27445,6 +28422,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27473,6 +28451,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27501,6 +28480,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27529,6 +28509,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27557,6 +28538,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27585,6 +28567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27613,6 +28596,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27641,6 +28625,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27669,6 +28654,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27697,6 +28683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27725,6 +28712,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27753,6 +28741,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27781,6 +28770,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27809,6 +28799,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27837,6 +28828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27865,6 +28857,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27893,6 +28886,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27921,6 +28915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27949,6 +28944,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27977,6 +28973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28005,6 +29002,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28033,6 +29031,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28061,6 +29060,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28089,6 +29089,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28117,6 +29118,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28145,6 +29147,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28173,6 +29176,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28201,6 +29205,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28229,6 +29234,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28257,6 +29263,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28285,6 +29292,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28313,6 +29321,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28341,6 +29350,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28369,6 +29379,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28397,6 +29408,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28425,6 +29437,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28453,6 +29466,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28481,6 +29495,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28509,6 +29524,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28537,6 +29553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28565,6 +29582,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28593,6 +29611,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28621,6 +29640,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28649,6 +29669,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28677,6 +29698,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28705,6 +29727,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28733,6 +29756,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28761,6 +29785,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28789,6 +29814,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28817,6 +29843,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28845,6 +29872,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28873,6 +29901,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28901,6 +29930,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28929,6 +29959,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28957,6 +29988,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28985,6 +30017,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29013,6 +30046,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29041,6 +30075,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29069,6 +30104,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29097,6 +30133,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29125,6 +30162,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29153,6 +30191,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29181,6 +30220,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29209,6 +30249,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29237,6 +30278,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29265,6 +30307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29293,6 +30336,7 @@ "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29321,6 +30365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29349,6 +30394,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29377,6 +30423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29405,6 +30452,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29433,6 +30481,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29461,6 +30510,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29489,6 +30539,7 @@ "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29517,6 +30568,7 @@ "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29545,6 +30597,7 @@ "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29573,6 +30626,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29601,6 +30655,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29629,6 +30684,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29657,6 +30713,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29685,6 +30742,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29713,6 +30771,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29741,6 +30800,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29769,6 +30829,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29797,6 +30858,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29825,6 +30887,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29853,6 +30916,7 @@ "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29881,6 +30945,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29909,6 +30974,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29937,6 +31003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29965,6 +31032,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -29993,6 +31061,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -30021,6 +31090,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -30049,6 +31119,7 @@ "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -30079,6 +31150,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30107,6 +31179,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30135,6 +31208,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30163,6 +31237,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30191,6 +31266,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30219,6 +31295,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30247,6 +31324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30275,6 +31353,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30303,6 +31382,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30331,6 +31411,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30359,6 +31440,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30387,6 +31469,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30415,6 +31498,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30443,6 +31527,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30471,6 +31556,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30499,6 +31585,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30527,6 +31614,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30555,6 +31643,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30583,6 +31672,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30611,6 +31701,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30639,6 +31730,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30667,6 +31759,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30695,6 +31788,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30723,6 +31817,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30751,6 +31846,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30779,6 +31875,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30807,6 +31904,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30835,6 +31933,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30863,6 +31962,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30891,6 +31991,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30919,6 +32020,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30947,6 +32049,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30975,6 +32078,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31003,6 +32107,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31031,6 +32136,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31059,6 +32165,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31087,6 +32194,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31115,6 +32223,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31143,6 +32252,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31171,6 +32281,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31199,6 +32310,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31227,6 +32339,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31255,6 +32368,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31283,6 +32397,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31311,6 +32426,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31339,6 +32455,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31367,6 +32484,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31395,6 +32513,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31423,6 +32542,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31451,6 +32571,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31479,6 +32600,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31507,6 +32629,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31535,6 +32658,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31563,6 +32687,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31591,6 +32716,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31619,6 +32745,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31647,6 +32774,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31675,6 +32803,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31703,6 +32832,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31731,6 +32861,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31759,6 +32890,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31787,6 +32919,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31815,6 +32948,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31843,6 +32977,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31871,6 +33006,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31899,6 +33035,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31927,6 +33064,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31955,6 +33093,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31983,6 +33122,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32011,6 +33151,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32039,6 +33180,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32067,6 +33209,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32095,6 +33238,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32123,6 +33267,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32151,6 +33296,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32179,6 +33325,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32207,6 +33354,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32235,6 +33383,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32263,6 +33412,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32291,6 +33441,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32319,6 +33470,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32347,6 +33499,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32375,6 +33528,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32403,6 +33557,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32431,6 +33586,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32459,6 +33615,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32487,6 +33644,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32515,6 +33673,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32543,6 +33702,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32571,6 +33731,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32599,6 +33760,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32627,6 +33789,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32655,6 +33818,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32683,6 +33847,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32711,6 +33876,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32739,6 +33905,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32767,6 +33934,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32795,6 +33963,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32823,6 +33992,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32851,6 +34021,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32879,6 +34050,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32907,6 +34079,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32935,6 +34108,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32963,6 +34137,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32991,6 +34166,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33019,6 +34195,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33047,6 +34224,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33075,6 +34253,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33103,6 +34282,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33131,6 +34311,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33159,6 +34340,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33187,6 +34369,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33215,6 +34398,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33243,6 +34427,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33271,6 +34456,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33299,6 +34485,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33327,6 +34514,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33355,6 +34543,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33383,6 +34572,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33411,6 +34601,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33439,6 +34630,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33467,6 +34659,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33495,6 +34688,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33523,6 +34717,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33551,6 +34746,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33579,6 +34775,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33607,6 +34804,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33635,6 +34833,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33663,6 +34862,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33691,6 +34891,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33719,6 +34920,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33747,6 +34949,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33775,6 +34978,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33803,6 +35007,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33831,6 +35036,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33859,6 +35065,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33887,6 +35094,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33915,6 +35123,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33943,6 +35152,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33971,6 +35181,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33999,6 +35210,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34027,6 +35239,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34055,6 +35268,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34083,6 +35297,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34111,6 +35326,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34139,6 +35355,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34167,6 +35384,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34195,6 +35413,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34223,6 +35442,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34251,6 +35471,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34279,6 +35500,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34307,6 +35529,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34335,6 +35558,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34363,6 +35587,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34391,6 +35616,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34419,6 +35645,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34447,6 +35674,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34475,6 +35703,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34503,6 +35732,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34531,6 +35761,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34559,6 +35790,7 @@ "orig": "By", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34587,6 +35819,7 @@ "orig": "Micle", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34615,6 +35848,7 @@ "orig": "Lee", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34643,6 +35877,7 @@ "orig": "at", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34671,6 +35906,7 @@ "orig": "9:30", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34699,6 +35935,7 @@ "orig": "pm,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34727,6 +35964,7 @@ "orig": "Jul", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34755,6 +35993,7 @@ "orig": "18,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34783,6 +36022,7 @@ "orig": "2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", @@ -34813,6 +36053,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34841,6 +36082,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34869,6 +36111,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34897,6 +36140,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34925,6 +36169,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34953,6 +36198,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34981,6 +36227,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35009,6 +36256,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35037,6 +36285,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35065,6 +36314,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35093,6 +36343,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35121,6 +36372,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35149,6 +36401,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35177,6 +36430,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35205,6 +36459,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35233,6 +36488,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35261,6 +36517,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35289,6 +36546,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35317,6 +36575,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35345,6 +36604,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35373,6 +36633,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35401,6 +36662,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35429,6 +36691,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35457,6 +36720,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35485,6 +36749,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35513,6 +36778,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35541,6 +36807,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35569,6 +36836,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35597,6 +36865,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35625,6 +36894,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35653,6 +36923,7 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35681,11 +36952,15 @@ "orig": "By Micle Lee at 9:30 pm, Jul 18, 2008", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF92ac1f2a", "font_name": "/Helvetica" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_03.pdf.v2.json b/tests/data/groundtruth/rotated_text_03.pdf.v2.json index a21a73a1..e46eba1d 100644 --- a/tests/data/groundtruth/rotated_text_03.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_03.pdf.v2.json @@ -25563,23 +25563,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003511, + "decode_contents": 0.003238, "decode_dimensions": 0.0, - "decode_page": 0.009771, - "decode_resources": 0.000241, - "sanitise_contents": 0.005873 + "decode_page": 0.01061, + "decode_resources": 0.000272, + "sanitise_contents": 0.003695 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003511, + "decode_contents": 0.003238, "decode_dimensions": 0.0, - "decode_document": 0.010213, - "decode_page": 0.009771, - "decode_resources": 0.000241, - "decoding page 0": 0.010168, - "process_document_from_bytesio": 0.000642, - "sanitise_contents": 0.005873 + "decode_document": 0.011064, + "decode_page": 0.01061, + "decode_resources": 0.000272, + "decoding page 0": 0.011021, + "process_document_from_bytesio": 0.000658, + "sanitise_contents": 0.003695 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_03.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_03.pdf.v2.p=0.json index e7ac51ba..0abc903a 100644 --- a/tests/data/groundtruth/rotated_text_03.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_03.pdf.v2.p=0.json @@ -25563,23 +25563,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003612, + "decode_contents": 0.003276, "decode_dimensions": 0.0, - "decode_page": 0.010282, - "decode_resources": 0.00025, - "sanitise_contents": 0.006264 + "decode_page": 0.010661, + "decode_resources": 0.000247, + "sanitise_contents": 0.003784 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003612, + "decode_contents": 0.003276, "decode_dimensions": 0.0, - "decode_document": 0.010741, - "decode_page": 0.010282, - "decode_resources": 0.00025, - "decoding page 0": 0.010691, - "process_document_from_bytesio": 0.000627, - "sanitise_contents": 0.006264 + "decode_document": 0.011106, + "decode_page": 0.010661, + "decode_resources": 0.000247, + "decoding page 0": 0.011066, + "process_document_from_bytesio": 0.000636, + "sanitise_contents": 0.003784 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_04.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_04.pdf.page_no_1.py.json index 09c08d42..7f330a46 100644 --- a/tests/data/groundtruth/rotated_text_04.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_04.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102,6 +103,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -158,6 +161,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -186,6 +190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -214,6 +219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -242,6 +248,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -270,6 +277,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -298,6 +306,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -326,6 +335,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -746,6 +770,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -802,6 +828,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -830,6 +857,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -858,6 +886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -886,6 +915,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -914,6 +944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -970,6 +1002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -998,6 +1031,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1026,6 +1060,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1054,6 +1089,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1082,6 +1118,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1110,6 +1147,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1138,6 +1176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1166,6 +1205,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1194,6 +1234,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1222,6 +1263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1250,6 +1292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1306,6 +1350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1334,6 +1379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1362,6 +1408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1390,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1446,6 +1495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1474,6 +1524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1502,6 +1553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1530,6 +1582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1558,6 +1611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1614,6 +1669,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1642,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1670,6 +1727,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1698,6 +1756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1726,6 +1785,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1754,6 +1814,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1782,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1810,6 +1872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1838,6 +1901,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1894,6 +1959,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1922,6 +1988,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1950,6 +2017,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1978,6 +2046,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2034,6 +2104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2062,6 +2133,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2090,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2118,6 +2191,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2146,6 +2220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2174,6 +2249,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2202,6 +2278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2258,6 +2336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2286,6 +2365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2314,6 +2394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2342,6 +2423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2370,6 +2452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2398,6 +2481,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2426,6 +2510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2454,6 +2539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2510,6 +2597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2538,6 +2626,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2566,6 +2655,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2622,6 +2713,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2650,6 +2742,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2678,6 +2771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2706,6 +2800,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2734,6 +2829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2762,6 +2858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2790,6 +2887,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2818,6 +2916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2902,6 +3003,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2930,6 +3032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2958,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2986,6 +3090,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3014,6 +3119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3042,6 +3148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3070,6 +3177,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3126,6 +3235,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3154,6 +3264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3182,6 +3293,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3238,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3266,6 +3380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3294,6 +3409,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3322,6 +3438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3350,6 +3467,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3378,6 +3496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3406,6 +3525,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3434,6 +3554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3462,6 +3583,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3490,6 +3612,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3518,6 +3641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3546,6 +3670,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3574,6 +3699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3602,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3630,6 +3757,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3658,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3686,6 +3815,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3714,6 +3844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3798,6 +3931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3826,6 +3960,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3854,6 +3989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3910,6 +4047,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3966,6 +4105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3994,6 +4134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4022,6 +4163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4050,6 +4192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4106,6 +4250,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4134,6 +4279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4162,6 +4308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4190,6 +4337,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4218,6 +4366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4246,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4274,6 +4424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4302,6 +4453,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4330,6 +4482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4358,6 +4511,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4386,6 +4540,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4414,6 +4569,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4442,6 +4598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4470,6 +4627,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4498,6 +4656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4526,6 +4685,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4554,6 +4714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4582,6 +4743,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4610,6 +4772,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4638,6 +4801,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4666,6 +4830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4694,6 +4859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4722,6 +4888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4750,6 +4917,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4778,6 +4946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4806,6 +4975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4834,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4862,6 +5033,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4890,6 +5062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4918,6 +5091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4946,6 +5120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5002,6 +5178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5030,6 +5207,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5058,6 +5236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5114,6 +5294,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5170,6 +5352,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5198,6 +5381,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5226,6 +5410,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5254,6 +5439,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5282,6 +5468,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5310,6 +5497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5338,6 +5526,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5394,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5450,6 +5642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5478,6 +5671,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5506,6 +5700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5534,6 +5729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5562,6 +5758,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5590,6 +5787,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5618,6 +5816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5646,6 +5845,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5758,6 +5961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5786,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5814,6 +6019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5870,6 +6077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5898,6 +6106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5926,6 +6135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5954,6 +6164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5982,6 +6193,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6010,6 +6222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6038,6 +6251,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6066,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6094,6 +6309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6122,6 +6338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6150,6 +6367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6178,6 +6396,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6234,6 +6454,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6262,6 +6483,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6290,6 +6512,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6318,6 +6541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6346,6 +6570,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6374,6 +6599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6402,6 +6628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6430,6 +6657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6458,6 +6686,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6486,6 +6715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6542,6 +6773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6570,6 +6802,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6598,6 +6831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6626,6 +6860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6654,6 +6889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6682,6 +6918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6710,6 +6947,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6738,6 +6976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6766,6 +7005,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6822,6 +7063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6850,6 +7092,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6878,6 +7121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6906,6 +7150,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6962,6 +7208,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6990,6 +7237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7018,6 +7266,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7046,6 +7295,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7074,6 +7324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7102,6 +7353,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7130,6 +7382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7158,6 +7411,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7214,6 +7469,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7242,6 +7498,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7270,6 +7527,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7298,6 +7556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7326,6 +7585,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7354,6 +7614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7410,6 +7672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7438,6 +7701,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7466,6 +7730,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7522,6 +7788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7550,6 +7817,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7578,6 +7846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7634,6 +7904,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7662,6 +7933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7690,6 +7962,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7718,6 +7991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7746,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7774,6 +8049,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7802,6 +8078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7830,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7858,6 +8136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7886,6 +8165,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7914,6 +8194,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7942,6 +8223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7970,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7998,6 +8281,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8054,6 +8339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8082,6 +8368,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8110,6 +8397,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8138,6 +8426,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8166,6 +8455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8194,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8278,6 +8571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8306,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8334,6 +8629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8362,6 +8658,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8418,6 +8716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8446,6 +8745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8474,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8502,6 +8803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8530,6 +8832,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8642,6 +8948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8698,6 +9006,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8754,6 +9064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8782,6 +9093,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8810,6 +9122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8838,6 +9151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8866,6 +9180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8894,6 +9209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8922,6 +9238,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8950,6 +9267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9034,6 +9354,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9062,6 +9383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9090,6 +9412,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9146,6 +9470,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9174,6 +9499,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9202,6 +9528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9230,6 +9557,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9286,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9314,6 +9644,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9342,6 +9673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9370,6 +9702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9398,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9426,6 +9760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9454,6 +9789,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9482,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9510,6 +9847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9538,6 +9876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9566,6 +9905,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9594,6 +9934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9622,6 +9963,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9678,6 +10021,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9734,6 +10079,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9790,6 +10137,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9818,6 +10166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9846,6 +10195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9874,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9902,6 +10253,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9958,6 +10311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9986,6 +10340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10014,6 +10369,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10042,6 +10398,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10070,6 +10427,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10098,6 +10456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10126,6 +10485,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10182,6 +10543,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10210,6 +10572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10238,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10266,6 +10630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10294,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10322,6 +10688,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10350,6 +10717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10378,6 +10746,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10406,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10434,6 +10804,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10490,6 +10862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10546,6 +10920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10574,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10602,6 +10978,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10630,6 +11007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10686,6 +11065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10714,6 +11094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10742,6 +11123,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10798,6 +11181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10826,6 +11210,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10854,6 +11239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10882,6 +11268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10938,6 +11326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10966,6 +11355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10994,6 +11384,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11050,6 +11442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11078,6 +11471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11106,6 +11500,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11134,6 +11529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11162,6 +11558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11190,6 +11587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11218,6 +11616,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11246,6 +11645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11274,6 +11674,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11302,6 +11703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11358,6 +11761,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11386,6 +11790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11414,6 +11819,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11442,6 +11848,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11470,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11526,6 +11935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11554,6 +11964,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11582,6 +11993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11610,6 +12022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11666,6 +12080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11694,6 +12109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11722,6 +12138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11750,6 +12167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11778,6 +12196,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11806,6 +12225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11862,6 +12283,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11890,6 +12312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11946,6 +12370,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11974,6 +12399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12002,6 +12428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12030,6 +12457,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12058,6 +12486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12114,6 +12544,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12142,6 +12573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12170,6 +12602,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12198,6 +12631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12226,6 +12660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12254,6 +12689,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12282,6 +12718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12310,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12338,6 +12776,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12366,6 +12805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12394,6 +12834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12422,6 +12863,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12450,6 +12892,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12478,6 +12921,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12506,6 +12950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12534,6 +12979,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12562,6 +13008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12590,6 +13037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12646,6 +13095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12674,6 +13124,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12702,6 +13153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12730,6 +13182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12758,6 +13211,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12814,6 +13269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12842,6 +13298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12870,6 +13327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12898,6 +13356,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12926,6 +13385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12954,6 +13414,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12982,6 +13443,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13038,6 +13501,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13066,6 +13530,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13094,6 +13559,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13122,6 +13588,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13150,6 +13617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13178,6 +13646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13206,6 +13675,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13234,6 +13704,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13262,6 +13733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13290,6 +13762,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13318,6 +13791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13346,6 +13820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13374,6 +13849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13430,6 +13907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13486,6 +13965,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13514,6 +13994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13542,6 +14023,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13570,6 +14052,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13598,6 +14081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13626,6 +14110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13682,6 +14168,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13710,6 +14197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13738,6 +14226,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13766,6 +14255,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13794,6 +14284,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13822,6 +14313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13850,6 +14342,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13878,6 +14371,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13906,6 +14400,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13934,6 +14429,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13962,6 +14458,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13990,6 +14487,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14018,6 +14516,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14046,6 +14545,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14074,6 +14574,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14102,6 +14603,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14158,6 +14661,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14186,6 +14690,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14214,6 +14719,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14242,6 +14748,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14270,6 +14777,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14326,6 +14835,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14354,6 +14864,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14382,6 +14893,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14410,6 +14922,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14438,6 +14951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14466,6 +14980,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14494,6 +15009,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14522,6 +15038,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14550,6 +15067,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14606,6 +15125,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14634,6 +15154,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14662,6 +15183,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14690,6 +15212,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14746,6 +15270,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14774,6 +15299,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14802,6 +15328,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14830,6 +15357,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14858,6 +15386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14886,6 +15415,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14914,6 +15444,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14942,6 +15473,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14970,6 +15502,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15026,6 +15560,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15082,6 +15618,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15110,6 +15647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15138,6 +15676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15166,6 +15705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15194,6 +15734,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15222,6 +15763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15278,6 +15821,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15306,6 +15850,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15334,6 +15879,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15390,6 +15937,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15418,6 +15966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15446,6 +15995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15502,6 +16053,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15530,6 +16082,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15558,6 +16111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15586,6 +16140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15614,6 +16169,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15642,6 +16198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15670,6 +16227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15698,6 +16256,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15726,6 +16285,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15754,6 +16314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15782,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15838,6 +16401,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15866,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15894,6 +16459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15922,6 +16488,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15950,6 +16517,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15978,6 +16546,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16006,6 +16575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16034,6 +16604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16062,6 +16633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16090,6 +16662,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16118,6 +16691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16146,6 +16720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16174,6 +16749,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16202,6 +16778,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16230,6 +16807,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16258,6 +16836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16286,6 +16865,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16314,6 +16894,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16370,6 +16952,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16398,6 +16981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16426,6 +17010,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16454,6 +17039,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16482,6 +17068,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16510,6 +17097,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16538,6 +17126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16566,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16594,6 +17184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16622,6 +17213,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16678,6 +17271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16706,6 +17300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16734,6 +17329,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16762,6 +17358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16846,6 +17445,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16874,6 +17474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16902,6 +17503,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16958,6 +17561,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16986,6 +17590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17014,6 +17619,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17042,6 +17648,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17070,6 +17677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17126,6 +17735,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17154,6 +17764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17182,6 +17793,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17210,6 +17822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17238,6 +17851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17266,6 +17880,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17294,6 +17909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17322,6 +17938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17350,6 +17967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17378,6 +17996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17406,6 +18025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17434,6 +18054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17462,6 +18083,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17490,6 +18112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17518,6 +18141,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17546,6 +18170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17574,6 +18199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17602,6 +18228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17630,6 +18257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17658,6 +18286,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17686,6 +18315,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17714,6 +18344,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17742,6 +18373,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17826,6 +18460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17910,6 +18547,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17938,6 +18576,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17966,6 +18605,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17994,6 +18634,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18050,6 +18692,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18078,6 +18721,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18106,6 +18750,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18134,6 +18779,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18162,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18218,6 +18866,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18246,6 +18895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18274,6 +18924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18330,6 +18982,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18358,6 +19011,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18386,6 +19040,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18414,6 +19069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18442,6 +19098,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18470,6 +19127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18498,6 +19156,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18526,6 +19185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18582,6 +19243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18638,6 +19301,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18666,6 +19330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18694,6 +19359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18722,6 +19388,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18806,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18834,6 +19504,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18862,6 +19533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18890,6 +19562,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18918,6 +19591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18974,6 +19649,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19002,6 +19678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19030,6 +19707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19058,6 +19736,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19086,6 +19765,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19114,6 +19794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19142,6 +19823,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19170,6 +19852,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19226,6 +19910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19254,6 +19939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19282,6 +19968,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19338,6 +20026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19366,6 +20055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19394,6 +20084,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19422,6 +20113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19450,6 +20142,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19478,6 +20171,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19506,6 +20200,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19534,6 +20229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19562,6 +20258,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19590,6 +20287,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19618,6 +20316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19646,6 +20345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19758,6 +20461,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19814,6 +20519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19842,6 +20548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19870,6 +20577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19898,6 +20606,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19926,6 +20635,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19954,6 +20664,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19982,6 +20693,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20010,6 +20722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20066,6 +20780,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20094,6 +20809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20122,6 +20838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20150,6 +20867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20178,6 +20896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20206,6 +20925,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20234,6 +20954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20262,6 +20983,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20290,6 +21012,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20318,6 +21041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20374,6 +21099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20430,6 +21157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20458,6 +21186,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20486,6 +21215,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20514,6 +21244,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20542,6 +21273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20570,6 +21302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20598,6 +21331,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20626,6 +21360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20682,6 +21418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20738,6 +21476,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20766,6 +21505,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20794,6 +21534,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20878,6 +21621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20906,6 +21650,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20934,6 +21679,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20962,6 +21708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20990,6 +21737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21046,6 +21795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21074,6 +21824,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21102,6 +21853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21130,6 +21882,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21158,6 +21911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21186,6 +21940,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21214,6 +21969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21242,6 +21998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21270,6 +22027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21298,6 +22056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21326,6 +22085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21354,6 +22114,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21382,6 +22143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21410,6 +22172,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21438,6 +22201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21494,6 +22259,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21522,6 +22288,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21550,6 +22317,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21578,6 +22346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21606,6 +22375,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21634,6 +22404,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21662,6 +22433,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21690,6 +22462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21718,6 +22491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21746,6 +22520,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21802,6 +22578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21886,6 +22665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21914,6 +22694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21942,6 +22723,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21970,6 +22752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21998,6 +22781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22026,6 +22810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22054,6 +22839,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22110,6 +22897,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22138,6 +22926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22166,6 +22955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22194,6 +22984,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22222,6 +23013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22278,6 +23071,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22306,6 +23100,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22334,6 +23129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22362,6 +23158,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22390,6 +23187,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22418,6 +23216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22446,6 +23245,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22474,6 +23274,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22502,6 +23303,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22530,6 +23332,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22558,6 +23361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22586,6 +23390,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22614,6 +23419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22642,6 +23448,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22670,6 +23477,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22698,6 +23506,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22726,6 +23535,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22754,6 +23564,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22810,6 +23622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22866,6 +23680,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22922,6 +23738,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22950,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22978,6 +23796,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23006,6 +23825,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23034,6 +23854,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23062,6 +23883,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23090,6 +23912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23118,6 +23941,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23146,6 +23970,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23174,6 +23999,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23230,6 +24057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23258,6 +24086,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23286,6 +24115,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23314,6 +24144,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23342,6 +24173,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23370,6 +24202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23398,6 +24231,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23426,6 +24260,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23454,6 +24289,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23482,6 +24318,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23510,6 +24347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23538,6 +24376,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23566,6 +24405,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23594,6 +24434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23622,6 +24463,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23650,6 +24492,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23678,6 +24521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23706,6 +24550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23734,6 +24579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23762,6 +24608,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23790,6 +24637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23818,6 +24666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23846,6 +24695,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23874,6 +24724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23902,6 +24753,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23930,6 +24782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23986,6 +24840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24014,6 +24869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24070,6 +24927,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24098,6 +24956,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24154,6 +25014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24210,6 +25072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24238,6 +25101,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24294,6 +25159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24322,6 +25188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24350,6 +25217,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24378,6 +25246,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24406,6 +25275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24434,6 +25304,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24462,6 +25333,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24490,6 +25362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24518,6 +25391,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24546,6 +25420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24574,6 +25449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24602,6 +25478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24630,6 +25507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24658,6 +25536,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24686,6 +25565,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24714,6 +25594,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24742,6 +25623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24770,6 +25652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24798,6 +25681,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24826,6 +25710,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24854,6 +25739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24882,6 +25768,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24910,6 +25797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24966,6 +25855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24994,6 +25884,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25022,6 +25913,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25050,6 +25942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25078,6 +25971,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25106,6 +26000,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25134,6 +26029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25162,6 +26058,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25190,6 +26087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25218,6 +26116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25246,6 +26145,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25274,6 +26174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25302,6 +26203,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25330,6 +26232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25358,6 +26261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25386,6 +26290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25414,6 +26319,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25470,6 +26377,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25498,6 +26406,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25526,6 +26435,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25554,6 +26464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25582,6 +26493,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25638,6 +26551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25666,6 +26580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25694,6 +26609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25722,6 +26638,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25750,6 +26667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25778,6 +26696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25806,6 +26725,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25862,6 +26783,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25890,6 +26812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25918,6 +26841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25946,6 +26870,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26002,6 +26928,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26030,6 +26957,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26058,6 +26986,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26086,6 +27015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26114,6 +27044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26142,6 +27073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26170,6 +27102,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26198,6 +27131,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26226,6 +27160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26254,6 +27189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26282,6 +27218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26338,6 +27276,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26366,6 +27305,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26394,6 +27334,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26422,6 +27363,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26450,6 +27392,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26478,6 +27421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26506,6 +27450,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26534,6 +27479,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26562,6 +27508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26590,6 +27537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26618,6 +27566,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26646,6 +27595,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26674,6 +27624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26702,6 +27653,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26730,6 +27682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26758,6 +27711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26786,6 +27740,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26870,6 +27827,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26898,6 +27856,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26926,6 +27885,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26954,6 +27914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26982,6 +27943,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27010,6 +27972,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27038,6 +28001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27066,6 +28030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27150,6 +28117,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27178,6 +28146,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27206,6 +28175,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27234,6 +28204,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27262,6 +28233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27290,6 +28262,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27318,6 +28291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27346,6 +28320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27402,6 +28378,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27458,6 +28436,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27486,6 +28465,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27514,6 +28494,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27570,6 +28552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27598,6 +28581,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27626,6 +28610,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27654,6 +28639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27682,6 +28668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27710,6 +28697,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27738,6 +28726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27766,6 +28755,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27794,6 +28784,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27822,6 +28813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27850,6 +28842,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27906,6 +28900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27934,6 +28929,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27962,6 +28958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27990,6 +28987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28018,6 +29016,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28046,6 +29045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28074,6 +29074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28102,6 +29103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28130,6 +29132,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28158,6 +29161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28186,6 +29190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28214,6 +29219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28242,6 +29248,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28270,6 +29277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28298,6 +29306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28326,6 +29335,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28354,6 +29364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28410,6 +29422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28438,6 +29451,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28466,6 +29480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28494,6 +29509,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28550,6 +29567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28578,6 +29596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28606,6 +29625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28634,6 +29654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28662,6 +29683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28690,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28718,6 +29741,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28746,6 +29770,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28774,6 +29799,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28802,6 +29828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28858,6 +29886,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28886,6 +29915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28914,6 +29944,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28942,6 +29973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28970,6 +30002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29026,6 +30060,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29054,6 +30089,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29082,6 +30118,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29110,6 +30147,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29138,6 +30176,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29166,6 +30205,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -29196,6 +30236,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29224,6 +30265,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29252,6 +30294,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29280,6 +30323,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29308,6 +30352,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29336,6 +30381,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29364,6 +30410,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29392,6 +30439,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29420,6 +30468,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29448,6 +30497,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29476,6 +30526,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29504,6 +30555,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29532,6 +30584,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29560,6 +30613,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29588,6 +30642,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29616,6 +30671,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29644,6 +30700,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29672,6 +30729,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29700,6 +30758,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29728,6 +30787,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29756,6 +30816,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29784,6 +30845,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29812,6 +30874,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29840,6 +30903,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29868,6 +30932,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29896,6 +30961,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29924,6 +30990,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29952,6 +31019,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29980,6 +31048,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30008,6 +31077,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30036,6 +31106,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30064,6 +31135,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30092,6 +31164,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30120,6 +31193,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30148,6 +31222,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30176,6 +31251,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30204,6 +31280,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30232,6 +31309,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30260,6 +31338,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30288,6 +31367,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30316,6 +31396,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30344,6 +31425,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30372,6 +31454,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30400,6 +31483,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30428,6 +31512,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30456,6 +31541,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30484,6 +31570,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30512,6 +31599,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30540,6 +31628,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30568,6 +31657,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30596,6 +31686,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30624,6 +31715,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30652,6 +31744,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30680,6 +31773,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30708,6 +31802,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30736,6 +31831,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30764,6 +31860,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30792,6 +31889,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30820,6 +31918,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30848,6 +31947,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30876,6 +31976,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30904,6 +32005,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30932,6 +32034,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30960,6 +32063,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30988,6 +32092,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31016,6 +32121,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31044,6 +32150,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31072,6 +32179,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31100,6 +32208,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31128,6 +32237,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31156,6 +32266,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31184,6 +32295,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31212,6 +32324,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31240,6 +32353,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31268,6 +32382,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31296,6 +32411,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31324,6 +32440,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31352,6 +32469,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31380,6 +32498,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31408,6 +32527,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31436,6 +32556,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31464,6 +32585,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31492,6 +32614,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31520,6 +32643,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31548,6 +32672,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31576,6 +32701,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31604,6 +32730,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31632,6 +32759,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31660,6 +32788,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31688,6 +32817,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31716,6 +32846,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31744,6 +32875,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31772,6 +32904,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31800,6 +32933,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31828,6 +32962,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31856,6 +32991,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31884,6 +33020,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31912,6 +33049,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31940,6 +33078,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31968,6 +33107,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31996,6 +33136,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32024,6 +33165,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32052,6 +33194,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32080,6 +33223,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32108,6 +33252,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32136,6 +33281,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32164,6 +33310,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32192,6 +33339,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32220,6 +33368,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32248,6 +33397,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32276,6 +33426,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32304,6 +33455,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32332,6 +33484,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32360,6 +33513,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32388,6 +33542,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32416,6 +33571,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32444,6 +33600,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32472,6 +33629,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32500,6 +33658,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32528,6 +33687,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32556,6 +33716,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32584,6 +33745,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32612,6 +33774,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32640,6 +33803,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32668,6 +33832,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32696,6 +33861,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32724,6 +33890,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32752,6 +33919,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32780,6 +33948,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32808,6 +33977,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32836,6 +34006,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32864,6 +34035,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32892,6 +34064,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32920,6 +34093,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32948,6 +34122,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32976,6 +34151,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33004,6 +34180,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33032,6 +34209,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33060,6 +34238,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33088,6 +34267,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33116,6 +34296,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33144,6 +34325,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33172,6 +34354,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33200,6 +34383,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33228,6 +34412,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33256,6 +34441,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33284,6 +34470,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33312,6 +34499,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33340,6 +34528,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33368,6 +34557,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33396,6 +34586,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33424,6 +34615,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33452,6 +34644,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33480,6 +34673,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33508,6 +34702,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33536,6 +34731,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33564,6 +34760,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33592,6 +34789,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33620,6 +34818,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33648,6 +34847,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33676,6 +34876,7 @@ "orig": "Sample", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", @@ -33706,6 +34907,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -33734,6 +34936,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33762,6 +34965,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33790,6 +34994,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33818,6 +35023,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33846,6 +35052,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33874,6 +35081,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33902,6 +35110,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33930,6 +35139,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33958,6 +35168,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33986,6 +35197,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34014,6 +35226,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34042,6 +35255,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34070,6 +35284,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34098,6 +35313,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34126,6 +35342,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34154,6 +35371,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34182,6 +35400,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34210,6 +35429,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34238,6 +35458,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34266,6 +35487,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34294,6 +35516,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34322,6 +35545,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34350,6 +35574,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34378,6 +35603,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34406,6 +35632,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34434,6 +35661,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34462,6 +35690,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34490,6 +35719,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34518,6 +35748,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34546,6 +35777,7 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34574,11 +35806,15 @@ "orig": "Sample", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF84edb647", "font_name": "/Helvetica" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_04.pdf.v2.json b/tests/data/groundtruth/rotated_text_04.pdf.v2.json index 464affce..111ccb2b 100644 --- a/tests/data/groundtruth/rotated_text_04.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_04.pdf.v2.json @@ -24836,23 +24836,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003328, - "decode_dimensions": 1e-06, - "decode_page": 0.00987, - "decode_resources": 0.000247, - "sanitise_contents": 0.006153 + "decode_contents": 0.00314, + "decode_dimensions": 0.0, + "decode_page": 0.010462, + "decode_resources": 0.000272, + "sanitise_contents": 0.00369 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003328, - "decode_dimensions": 1e-06, - "decode_document": 0.010308, - "decode_page": 0.00987, - "decode_resources": 0.000247, - "decoding page 0": 0.010259, - "process_document_from_bytesio": 0.000689, - "sanitise_contents": 0.006153 + "decode_contents": 0.00314, + "decode_dimensions": 0.0, + "decode_document": 0.010908, + "decode_page": 0.010462, + "decode_resources": 0.000272, + "decoding page 0": 0.010866, + "process_document_from_bytesio": 0.000656, + "sanitise_contents": 0.00369 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_04.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_04.pdf.v2.p=0.json index 35c59627..1615d3c1 100644 --- a/tests/data/groundtruth/rotated_text_04.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_04.pdf.v2.p=0.json @@ -24836,23 +24836,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003337, - "decode_dimensions": 1e-06, - "decode_page": 0.009627, - "decode_resources": 0.000249, - "sanitise_contents": 0.005897 + "decode_contents": 0.003133, + "decode_dimensions": 0.0, + "decode_page": 0.010442, + "decode_resources": 0.000268, + "sanitise_contents": 0.003921 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003337, - "decode_dimensions": 1e-06, - "decode_document": 0.010134, - "decode_page": 0.009627, - "decode_resources": 0.000249, - "decoding page 0": 0.010012, - "process_document_from_bytesio": 0.000657, - "sanitise_contents": 0.005897 + "decode_contents": 0.003133, + "decode_dimensions": 0.0, + "decode_document": 0.010908, + "decode_page": 0.010442, + "decode_resources": 0.000268, + "decoding page 0": 0.010862, + "process_document_from_bytesio": 0.000625, + "sanitise_contents": 0.003921 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_05.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_05.pdf.page_no_1.py.json index bc675383..2e074148 100644 --- a/tests/data/groundtruth/rotated_text_05.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_05.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -102,6 +103,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -130,6 +132,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -158,6 +161,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -186,6 +190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -214,6 +219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -242,6 +248,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -270,6 +277,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -298,6 +306,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -326,6 +335,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -354,6 +364,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -382,6 +393,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -410,6 +422,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -438,6 +451,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -466,6 +480,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -494,6 +509,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -522,6 +538,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -550,6 +567,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -578,6 +596,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -606,6 +625,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -634,6 +654,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -662,6 +683,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -690,6 +712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -718,6 +741,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -746,6 +770,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -774,6 +799,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -802,6 +828,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -830,6 +857,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -858,6 +886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -886,6 +915,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -914,6 +944,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -942,6 +973,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -970,6 +1002,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -998,6 +1031,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1026,6 +1060,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1054,6 +1089,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1082,6 +1118,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1110,6 +1147,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1138,6 +1176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1166,6 +1205,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1194,6 +1234,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1222,6 +1263,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1250,6 +1292,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1278,6 +1321,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1306,6 +1350,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1334,6 +1379,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1362,6 +1408,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1390,6 +1437,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1418,6 +1466,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1446,6 +1495,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1474,6 +1524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1502,6 +1553,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1530,6 +1582,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1558,6 +1611,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1586,6 +1640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1614,6 +1669,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1642,6 +1698,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1670,6 +1727,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1698,6 +1756,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1726,6 +1785,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1754,6 +1814,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1782,6 +1843,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1810,6 +1872,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1838,6 +1901,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1894,6 +1959,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1922,6 +1988,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1950,6 +2017,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -1978,6 +2046,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2034,6 +2104,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2062,6 +2133,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2090,6 +2162,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2118,6 +2191,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2146,6 +2220,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2174,6 +2249,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2202,6 +2278,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2230,6 +2307,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2258,6 +2336,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2286,6 +2365,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2314,6 +2394,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2342,6 +2423,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2370,6 +2452,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2398,6 +2481,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2426,6 +2510,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2454,6 +2539,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2482,6 +2568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2510,6 +2597,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2538,6 +2626,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2566,6 +2655,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2594,6 +2684,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2622,6 +2713,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2650,6 +2742,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2678,6 +2771,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2706,6 +2800,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2734,6 +2829,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2762,6 +2858,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2790,6 +2887,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2818,6 +2916,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2846,6 +2945,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2874,6 +2974,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2902,6 +3003,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2930,6 +3032,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2958,6 +3061,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2986,6 +3090,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3014,6 +3119,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3042,6 +3148,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3070,6 +3177,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3098,6 +3206,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3126,6 +3235,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3154,6 +3264,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3182,6 +3293,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3210,6 +3322,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3238,6 +3351,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3266,6 +3380,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3294,6 +3409,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3322,6 +3438,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3350,6 +3467,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3378,6 +3496,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3406,6 +3525,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3434,6 +3554,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3462,6 +3583,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3490,6 +3612,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3518,6 +3641,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3546,6 +3670,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3574,6 +3699,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3602,6 +3728,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3630,6 +3757,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3658,6 +3786,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3686,6 +3815,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3714,6 +3844,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3742,6 +3873,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3798,6 +3931,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3826,6 +3960,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3854,6 +3989,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3882,6 +4018,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3910,6 +4047,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3938,6 +4076,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3966,6 +4105,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3994,6 +4134,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4022,6 +4163,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4050,6 +4192,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4106,6 +4250,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4134,6 +4279,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4162,6 +4308,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4190,6 +4337,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4218,6 +4366,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4246,6 +4395,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4274,6 +4424,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4302,6 +4453,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4330,6 +4482,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4358,6 +4511,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4386,6 +4540,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4414,6 +4569,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4442,6 +4598,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4470,6 +4627,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4498,6 +4656,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4526,6 +4685,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4554,6 +4714,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4582,6 +4743,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4610,6 +4772,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4638,6 +4801,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4666,6 +4830,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4694,6 +4859,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4722,6 +4888,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4750,6 +4917,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4778,6 +4946,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4806,6 +4975,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4834,6 +5004,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4862,6 +5033,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4890,6 +5062,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4918,6 +5091,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4946,6 +5120,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4974,6 +5149,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5002,6 +5178,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5030,6 +5207,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5058,6 +5236,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5086,6 +5265,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5114,6 +5294,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5170,6 +5352,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5198,6 +5381,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5226,6 +5410,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5254,6 +5439,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5282,6 +5468,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5310,6 +5497,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5338,6 +5526,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5366,6 +5555,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5394,6 +5584,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5422,6 +5613,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5450,6 +5642,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5478,6 +5671,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5506,6 +5700,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5534,6 +5729,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5562,6 +5758,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5590,6 +5787,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5618,6 +5816,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5646,6 +5845,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5674,6 +5874,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5702,6 +5903,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5758,6 +5961,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5786,6 +5990,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5814,6 +6019,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5842,6 +6048,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5870,6 +6077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5898,6 +6106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5926,6 +6135,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5954,6 +6164,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5982,6 +6193,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6010,6 +6222,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6038,6 +6251,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6066,6 +6280,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6094,6 +6309,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6122,6 +6338,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6150,6 +6367,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6178,6 +6396,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6206,6 +6425,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6234,6 +6454,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6262,6 +6483,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6290,6 +6512,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6318,6 +6541,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6346,6 +6570,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6374,6 +6599,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6402,6 +6628,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6430,6 +6657,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6458,6 +6686,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6486,6 +6715,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6514,6 +6744,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6542,6 +6773,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6570,6 +6802,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6598,6 +6831,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6626,6 +6860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6654,6 +6889,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6682,6 +6918,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6710,6 +6947,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6738,6 +6976,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6766,6 +7005,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6822,6 +7063,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6850,6 +7092,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6878,6 +7121,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6906,6 +7150,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6934,6 +7179,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6962,6 +7208,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6990,6 +7237,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7018,6 +7266,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7046,6 +7295,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7074,6 +7324,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7102,6 +7353,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7130,6 +7382,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7158,6 +7411,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7186,6 +7440,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7214,6 +7469,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7242,6 +7498,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7270,6 +7527,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7298,6 +7556,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7326,6 +7585,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7354,6 +7614,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7382,6 +7643,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7410,6 +7672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7438,6 +7701,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7466,6 +7730,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7494,6 +7759,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7522,6 +7788,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7550,6 +7817,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7578,6 +7846,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7606,6 +7875,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7634,6 +7904,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7662,6 +7933,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7690,6 +7962,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7718,6 +7991,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7746,6 +8020,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7774,6 +8049,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7802,6 +8078,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7830,6 +8107,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7858,6 +8136,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7886,6 +8165,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7914,6 +8194,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7942,6 +8223,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7970,6 +8252,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7998,6 +8281,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8026,6 +8310,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8054,6 +8339,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8082,6 +8368,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8110,6 +8397,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8138,6 +8426,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8166,6 +8455,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8194,6 +8484,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8250,6 +8542,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8278,6 +8571,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8306,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8334,6 +8629,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8362,6 +8658,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8390,6 +8687,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8418,6 +8716,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8446,6 +8745,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8474,6 +8774,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8502,6 +8803,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8530,6 +8832,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8586,6 +8890,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8614,6 +8919,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8642,6 +8948,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8670,6 +8977,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8698,6 +9006,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8726,6 +9035,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8754,6 +9064,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8782,6 +9093,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8810,6 +9122,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8838,6 +9151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8866,6 +9180,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8894,6 +9209,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8922,6 +9238,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8950,6 +9267,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8978,6 +9296,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9006,6 +9325,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9034,6 +9354,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9062,6 +9383,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9090,6 +9412,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9118,6 +9441,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9146,6 +9470,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9174,6 +9499,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9202,6 +9528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9230,6 +9557,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9258,6 +9586,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9286,6 +9615,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9314,6 +9644,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9342,6 +9673,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9370,6 +9702,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9398,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9426,6 +9760,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9454,6 +9789,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9482,6 +9818,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9510,6 +9847,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9538,6 +9876,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9566,6 +9905,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9594,6 +9934,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9622,6 +9963,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9650,6 +9992,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9678,6 +10021,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9734,6 +10079,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9762,6 +10108,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9790,6 +10137,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9818,6 +10166,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9846,6 +10195,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9874,6 +10224,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9902,6 +10253,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9930,6 +10282,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9958,6 +10311,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9986,6 +10340,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10014,6 +10369,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10042,6 +10398,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10070,6 +10427,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10098,6 +10456,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10126,6 +10485,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10154,6 +10514,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10182,6 +10543,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10210,6 +10572,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10238,6 +10601,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10266,6 +10630,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10294,6 +10659,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10322,6 +10688,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10350,6 +10717,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10378,6 +10746,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10406,6 +10775,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10434,6 +10804,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10462,6 +10833,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10490,6 +10862,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10518,6 +10891,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10546,6 +10920,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10574,6 +10949,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10602,6 +10978,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10630,6 +11007,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10658,6 +11036,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10686,6 +11065,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10714,6 +11094,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10742,6 +11123,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10798,6 +11181,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10826,6 +11210,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10854,6 +11239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10882,6 +11268,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10938,6 +11326,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10966,6 +11355,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10994,6 +11384,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11022,6 +11413,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11050,6 +11442,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11078,6 +11471,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11106,6 +11500,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11134,6 +11529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11162,6 +11558,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11190,6 +11587,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11218,6 +11616,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11246,6 +11645,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11274,6 +11674,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11302,6 +11703,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11330,6 +11732,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11358,6 +11761,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11386,6 +11790,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11414,6 +11819,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11442,6 +11848,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11470,6 +11877,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11498,6 +11906,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11526,6 +11935,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11554,6 +11964,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11582,6 +11993,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11610,6 +12022,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11666,6 +12080,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11694,6 +12109,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11722,6 +12138,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11750,6 +12167,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11778,6 +12196,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11806,6 +12225,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11862,6 +12283,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11890,6 +12312,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11918,6 +12341,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11946,6 +12370,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11974,6 +12399,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12002,6 +12428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12030,6 +12457,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12058,6 +12486,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12086,6 +12515,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12114,6 +12544,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12142,6 +12573,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12170,6 +12602,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12198,6 +12631,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12226,6 +12660,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12254,6 +12689,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12282,6 +12718,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12310,6 +12747,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12338,6 +12776,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12366,6 +12805,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12394,6 +12834,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12422,6 +12863,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12450,6 +12892,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12478,6 +12921,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12506,6 +12950,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12534,6 +12979,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12562,6 +13008,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12590,6 +13037,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12646,6 +13095,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12674,6 +13124,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12702,6 +13153,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12730,6 +13182,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12758,6 +13211,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12814,6 +13269,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12842,6 +13298,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12870,6 +13327,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12898,6 +13356,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12926,6 +13385,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12954,6 +13414,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12982,6 +13443,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13010,6 +13472,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13038,6 +13501,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13066,6 +13530,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13094,6 +13559,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13122,6 +13588,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13150,6 +13617,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13178,6 +13646,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13206,6 +13675,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13234,6 +13704,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13262,6 +13733,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13290,6 +13762,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13318,6 +13791,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13346,6 +13820,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13374,6 +13849,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13430,6 +13907,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13486,6 +13965,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13514,6 +13994,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13542,6 +14023,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13570,6 +14052,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13598,6 +14081,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13626,6 +14110,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13654,6 +14139,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13682,6 +14168,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13710,6 +14197,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13738,6 +14226,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13766,6 +14255,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13794,6 +14284,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13822,6 +14313,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13850,6 +14342,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13878,6 +14371,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13906,6 +14400,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13934,6 +14429,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13962,6 +14458,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13990,6 +14487,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14018,6 +14516,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14046,6 +14545,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14074,6 +14574,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14102,6 +14603,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14130,6 +14632,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14158,6 +14661,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14186,6 +14690,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14214,6 +14719,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14242,6 +14748,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14270,6 +14777,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14326,6 +14835,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14354,6 +14864,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14382,6 +14893,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14410,6 +14922,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14438,6 +14951,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14466,6 +14980,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14494,6 +15009,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14522,6 +15038,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14550,6 +15067,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14578,6 +15096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14606,6 +15125,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14634,6 +15154,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14662,6 +15183,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14690,6 +15212,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14718,6 +15241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14746,6 +15270,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14774,6 +15299,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14802,6 +15328,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14830,6 +15357,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14858,6 +15386,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14886,6 +15415,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14914,6 +15444,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14942,6 +15473,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14970,6 +15502,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14998,6 +15531,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15026,6 +15560,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15082,6 +15618,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15110,6 +15647,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15138,6 +15676,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15166,6 +15705,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15194,6 +15734,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15222,6 +15763,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15250,6 +15792,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15278,6 +15821,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15306,6 +15850,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15334,6 +15879,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15362,6 +15908,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15390,6 +15937,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15418,6 +15966,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15446,6 +15995,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15502,6 +16053,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15530,6 +16082,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15558,6 +16111,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15586,6 +16140,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15614,6 +16169,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15642,6 +16198,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15670,6 +16227,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15698,6 +16256,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15726,6 +16285,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15754,6 +16314,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15782,6 +16343,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15838,6 +16401,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15866,6 +16430,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15894,6 +16459,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15922,6 +16488,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15950,6 +16517,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15978,6 +16546,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16006,6 +16575,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16034,6 +16604,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16062,6 +16633,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16090,6 +16662,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16118,6 +16691,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16146,6 +16720,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16174,6 +16749,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16202,6 +16778,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16230,6 +16807,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16258,6 +16836,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16286,6 +16865,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16314,6 +16894,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16370,6 +16952,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16398,6 +16981,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16426,6 +17010,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16454,6 +17039,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16482,6 +17068,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16510,6 +17097,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16538,6 +17126,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16566,6 +17155,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16594,6 +17184,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16622,6 +17213,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16650,6 +17242,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16678,6 +17271,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16706,6 +17300,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16734,6 +17329,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16762,6 +17358,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16790,6 +17387,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16818,6 +17416,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16846,6 +17445,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16874,6 +17474,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16902,6 +17503,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16930,6 +17532,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16958,6 +17561,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16986,6 +17590,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17014,6 +17619,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17042,6 +17648,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17070,6 +17677,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17098,6 +17706,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17126,6 +17735,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17154,6 +17764,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17182,6 +17793,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17210,6 +17822,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17238,6 +17851,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17266,6 +17880,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17294,6 +17909,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17322,6 +17938,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17350,6 +17967,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17378,6 +17996,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17406,6 +18025,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17434,6 +18054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17462,6 +18083,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17490,6 +18112,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17518,6 +18141,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17546,6 +18170,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17574,6 +18199,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17602,6 +18228,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17630,6 +18257,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17658,6 +18286,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17686,6 +18315,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17714,6 +18344,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17742,6 +18373,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17770,6 +18402,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17798,6 +18431,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17826,6 +18460,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17854,6 +18489,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17910,6 +18547,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17938,6 +18576,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17966,6 +18605,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17994,6 +18634,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18050,6 +18692,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18078,6 +18721,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18106,6 +18750,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18134,6 +18779,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18162,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18218,6 +18866,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18246,6 +18895,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18274,6 +18924,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18302,6 +18953,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18330,6 +18982,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18358,6 +19011,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18386,6 +19040,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18414,6 +19069,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18442,6 +19098,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18470,6 +19127,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18498,6 +19156,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18526,6 +19185,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18582,6 +19243,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18638,6 +19301,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18666,6 +19330,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18694,6 +19359,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18722,6 +19388,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18750,6 +19417,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18806,6 +19475,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18834,6 +19504,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18862,6 +19533,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18890,6 +19562,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18918,6 +19591,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18946,6 +19620,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18974,6 +19649,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19002,6 +19678,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19030,6 +19707,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19058,6 +19736,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19086,6 +19765,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19114,6 +19794,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19142,6 +19823,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19170,6 +19852,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19198,6 +19881,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19226,6 +19910,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19254,6 +19939,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19282,6 +19968,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19310,6 +19997,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19338,6 +20026,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19366,6 +20055,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19394,6 +20084,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19422,6 +20113,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19450,6 +20142,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19478,6 +20171,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19506,6 +20200,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19534,6 +20229,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19562,6 +20258,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19590,6 +20287,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19618,6 +20316,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19646,6 +20345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19730,6 +20432,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19758,6 +20461,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19786,6 +20490,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19814,6 +20519,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19842,6 +20548,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19870,6 +20577,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19898,6 +20606,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19926,6 +20635,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19954,6 +20664,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19982,6 +20693,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20010,6 +20722,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20038,6 +20751,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20066,6 +20780,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20094,6 +20809,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20122,6 +20838,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20150,6 +20867,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20178,6 +20896,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20206,6 +20925,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20234,6 +20954,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20262,6 +20983,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20290,6 +21012,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20318,6 +21041,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20346,6 +21070,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20374,6 +21099,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20402,6 +21128,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20430,6 +21157,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20458,6 +21186,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20486,6 +21215,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20514,6 +21244,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20542,6 +21273,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20570,6 +21302,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20598,6 +21331,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20626,6 +21360,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20654,6 +21389,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20682,6 +21418,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20738,6 +21476,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20766,6 +21505,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20794,6 +21534,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20822,6 +21563,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20878,6 +21621,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20906,6 +21650,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20934,6 +21679,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20962,6 +21708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20990,6 +21737,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21046,6 +21795,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21074,6 +21824,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21102,6 +21853,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21130,6 +21882,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21158,6 +21911,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21186,6 +21940,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21214,6 +21969,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21242,6 +21998,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21270,6 +22027,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21298,6 +22056,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21326,6 +22085,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21354,6 +22114,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21382,6 +22143,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21410,6 +22172,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21438,6 +22201,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21466,6 +22230,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21494,6 +22259,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21522,6 +22288,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21550,6 +22317,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21578,6 +22346,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21606,6 +22375,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21634,6 +22404,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21662,6 +22433,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21690,6 +22462,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21718,6 +22491,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21746,6 +22520,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21774,6 +22549,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21802,6 +22578,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21830,6 +22607,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21886,6 +22665,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21914,6 +22694,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21942,6 +22723,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21970,6 +22752,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21998,6 +22781,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22026,6 +22810,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22054,6 +22839,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22082,6 +22868,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22110,6 +22897,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22138,6 +22926,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22166,6 +22955,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22194,6 +22984,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22222,6 +23013,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22250,6 +23042,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22278,6 +23071,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22306,6 +23100,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22334,6 +23129,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22362,6 +23158,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22390,6 +23187,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22418,6 +23216,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22446,6 +23245,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22474,6 +23274,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22502,6 +23303,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22530,6 +23332,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22558,6 +23361,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22586,6 +23390,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22614,6 +23419,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22642,6 +23448,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22670,6 +23477,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22698,6 +23506,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22726,6 +23535,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22754,6 +23564,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22782,6 +23593,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22810,6 +23622,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22866,6 +23680,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22922,6 +23738,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22950,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22978,6 +23796,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23006,6 +23825,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23034,6 +23854,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23062,6 +23883,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23090,6 +23912,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23118,6 +23941,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23146,6 +23970,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23174,6 +23999,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23230,6 +24057,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23258,6 +24086,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23286,6 +24115,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23314,6 +24144,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23342,6 +24173,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23370,6 +24202,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23398,6 +24231,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23426,6 +24260,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23454,6 +24289,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23482,6 +24318,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23510,6 +24347,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23538,6 +24376,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23566,6 +24405,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23594,6 +24434,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23622,6 +24463,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23650,6 +24492,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23678,6 +24521,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23706,6 +24550,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23734,6 +24579,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23762,6 +24608,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23790,6 +24637,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23818,6 +24666,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23846,6 +24695,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23874,6 +24724,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23902,6 +24753,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23930,6 +24782,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23958,6 +24811,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23986,6 +24840,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24014,6 +24869,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24042,6 +24898,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24070,6 +24927,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24098,6 +24956,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24126,6 +24985,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24154,6 +25014,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24210,6 +25072,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24238,6 +25101,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24266,6 +25130,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24294,6 +25159,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24322,6 +25188,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24350,6 +25217,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24378,6 +25246,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24406,6 +25275,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24434,6 +25304,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24462,6 +25333,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24490,6 +25362,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24518,6 +25391,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24546,6 +25420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24574,6 +25449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24602,6 +25478,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24630,6 +25507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24658,6 +25536,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24686,6 +25565,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24714,6 +25594,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24742,6 +25623,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24770,6 +25652,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24798,6 +25681,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24826,6 +25710,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24854,6 +25739,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24882,6 +25768,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24910,6 +25797,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24938,6 +25826,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24966,6 +25855,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24994,6 +25884,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25022,6 +25913,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25050,6 +25942,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25078,6 +25971,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25106,6 +26000,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25134,6 +26029,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25162,6 +26058,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25190,6 +26087,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25218,6 +26116,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25246,6 +26145,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25274,6 +26174,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25302,6 +26203,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25330,6 +26232,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25358,6 +26261,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25386,6 +26290,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25414,6 +26319,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25470,6 +26377,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25498,6 +26406,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25526,6 +26435,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25554,6 +26464,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25582,6 +26493,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25638,6 +26551,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25666,6 +26580,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25694,6 +26609,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25722,6 +26638,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25750,6 +26667,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25778,6 +26696,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25806,6 +26725,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25834,6 +26754,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25862,6 +26783,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25890,6 +26812,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25918,6 +26841,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25946,6 +26870,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26002,6 +26928,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26030,6 +26957,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26058,6 +26986,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26086,6 +27015,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26114,6 +27044,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26142,6 +27073,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26170,6 +27102,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26198,6 +27131,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26226,6 +27160,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26254,6 +27189,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26282,6 +27218,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26310,6 +27247,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26338,6 +27276,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26366,6 +27305,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26394,6 +27334,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26422,6 +27363,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26450,6 +27392,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26478,6 +27421,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26506,6 +27450,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26534,6 +27479,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26562,6 +27508,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26590,6 +27537,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26618,6 +27566,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26646,6 +27595,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26674,6 +27624,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26702,6 +27653,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26730,6 +27682,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26758,6 +27711,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26786,6 +27740,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26814,6 +27769,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26870,6 +27827,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26898,6 +27856,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26926,6 +27885,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26954,6 +27914,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26982,6 +27943,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27010,6 +27972,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27038,6 +28001,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27066,6 +28030,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27094,6 +28059,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27150,6 +28117,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27178,6 +28146,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27206,6 +28175,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27234,6 +28204,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27262,6 +28233,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27290,6 +28262,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27318,6 +28291,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27346,6 +28320,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27374,6 +28349,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27402,6 +28378,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27458,6 +28436,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27486,6 +28465,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27514,6 +28494,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27570,6 +28552,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27598,6 +28581,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27626,6 +28610,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27654,6 +28639,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27682,6 +28668,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27710,6 +28697,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27738,6 +28726,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27766,6 +28755,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27794,6 +28784,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27822,6 +28813,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27850,6 +28842,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27878,6 +28871,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27906,6 +28900,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27934,6 +28929,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27962,6 +28958,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27990,6 +28987,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28018,6 +29016,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28046,6 +29045,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28074,6 +29074,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28102,6 +29103,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28130,6 +29132,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28158,6 +29161,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28186,6 +29190,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28214,6 +29219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28242,6 +29248,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28270,6 +29277,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28298,6 +29306,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28326,6 +29335,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28354,6 +29364,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28410,6 +29422,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28438,6 +29451,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28466,6 +29480,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28494,6 +29509,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28522,6 +29538,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28550,6 +29567,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28578,6 +29596,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28606,6 +29625,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28634,6 +29654,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28662,6 +29683,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28690,6 +29712,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28718,6 +29741,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28746,6 +29770,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28774,6 +29799,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28802,6 +29828,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28830,6 +29857,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28858,6 +29886,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28886,6 +29915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28914,6 +29944,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28942,6 +29973,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28970,6 +30002,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28998,6 +30031,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29026,6 +30060,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29054,6 +30089,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29082,6 +30118,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29110,6 +30147,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29138,6 +30176,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29166,6 +30205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29194,6 +30234,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29222,6 +30263,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29250,6 +30292,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29278,6 +30321,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29306,6 +30350,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29334,6 +30379,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29362,6 +30408,7 @@ "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29390,6 +30437,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29418,6 +30466,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29446,6 +30495,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29474,6 +30524,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29502,6 +30553,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -29530,6 +30582,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -29560,6 +30613,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29588,6 +30642,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29616,6 +30671,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -29644,6 +30700,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29672,6 +30729,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29700,6 +30758,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29728,6 +30787,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29756,6 +30816,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29784,6 +30845,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29812,6 +30874,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29840,6 +30903,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29868,6 +30932,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29896,6 +30961,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29924,6 +30990,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29952,6 +31019,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29980,6 +31048,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30008,6 +31077,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30036,6 +31106,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30064,6 +31135,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30092,6 +31164,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30120,6 +31193,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30148,6 +31222,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30176,6 +31251,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30204,6 +31280,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30232,6 +31309,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30260,6 +31338,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30288,6 +31367,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30316,6 +31396,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30344,6 +31425,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30372,6 +31454,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30400,6 +31483,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30428,6 +31512,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30456,6 +31541,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30484,6 +31570,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30512,6 +31599,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30540,6 +31628,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30568,6 +31657,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30596,6 +31686,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30624,6 +31715,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30652,6 +31744,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30680,6 +31773,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30708,6 +31802,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30736,6 +31831,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30764,6 +31860,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30792,6 +31889,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30820,6 +31918,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30848,6 +31947,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30876,6 +31976,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30904,6 +32005,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30932,6 +32034,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30960,6 +32063,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30988,6 +32092,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31016,6 +32121,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31044,6 +32150,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31072,6 +32179,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31100,6 +32208,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31128,6 +32237,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31156,6 +32266,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31184,6 +32295,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31212,6 +32324,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31240,6 +32353,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31268,6 +32382,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31296,6 +32411,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31324,6 +32440,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31352,6 +32469,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31380,6 +32498,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31408,6 +32527,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31436,6 +32556,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31464,6 +32585,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31492,6 +32614,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31520,6 +32643,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31548,6 +32672,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31576,6 +32701,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31604,6 +32730,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31632,6 +32759,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31660,6 +32788,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31688,6 +32817,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31716,6 +32846,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31744,6 +32875,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31772,6 +32904,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31800,6 +32933,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31828,6 +32962,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31856,6 +32991,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31884,6 +33020,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31912,6 +33049,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31940,6 +33078,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31968,6 +33107,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31996,6 +33136,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32024,6 +33165,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32052,6 +33194,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32080,6 +33223,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32108,6 +33252,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32136,6 +33281,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32164,6 +33310,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32192,6 +33339,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32220,6 +33368,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32248,6 +33397,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32276,6 +33426,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32304,6 +33455,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32332,6 +33484,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32360,6 +33513,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32388,6 +33542,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32416,6 +33571,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32444,6 +33600,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32472,6 +33629,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32500,6 +33658,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32528,6 +33687,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32556,6 +33716,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32584,6 +33745,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32612,6 +33774,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32640,6 +33803,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32668,6 +33832,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32696,6 +33861,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32724,6 +33890,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32752,6 +33919,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32780,6 +33948,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32808,6 +33977,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32836,6 +34006,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32864,6 +34035,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32892,6 +34064,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32920,6 +34093,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32948,6 +34122,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32976,6 +34151,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33004,6 +34180,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33032,6 +34209,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33060,6 +34238,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33088,6 +34267,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33116,6 +34296,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33144,6 +34325,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33172,6 +34354,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33200,6 +34383,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33228,6 +34412,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33256,6 +34441,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33284,6 +34470,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33312,6 +34499,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33340,6 +34528,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33368,6 +34557,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33396,6 +34586,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33424,6 +34615,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33452,6 +34644,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33480,6 +34673,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33508,6 +34702,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33536,6 +34731,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33564,6 +34760,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33592,6 +34789,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33620,6 +34818,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33648,6 +34847,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33676,6 +34876,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33704,6 +34905,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33732,6 +34934,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33760,6 +34963,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33788,6 +34992,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33816,6 +35021,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33844,6 +35050,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33872,6 +35079,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33900,6 +35108,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33928,6 +35137,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33956,6 +35166,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33984,6 +35195,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34012,6 +35224,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34040,6 +35253,7 @@ "orig": "Secret", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -34068,6 +35282,7 @@ "orig": "Secret", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -34098,6 +35313,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -34126,6 +35342,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34154,6 +35371,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34182,6 +35400,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34210,6 +35429,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34238,6 +35458,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34266,6 +35487,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34294,6 +35516,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34322,6 +35545,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34350,6 +35574,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34378,6 +35603,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34406,6 +35632,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34434,6 +35661,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34462,6 +35690,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34490,6 +35719,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34518,6 +35748,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34546,6 +35777,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34574,6 +35806,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34602,6 +35835,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34630,6 +35864,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34658,6 +35893,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34686,6 +35922,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34714,6 +35951,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34742,6 +35980,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34770,6 +36009,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34798,6 +36038,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34826,6 +36067,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34854,6 +36096,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34882,6 +36125,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34910,6 +36154,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34938,6 +36183,7 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34966,6 +36212,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -34994,6 +36241,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35022,6 +36270,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35050,6 +36299,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35078,6 +36328,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35106,6 +36357,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", @@ -35134,6 +36386,7 @@ "orig": "Secret t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -35162,6 +36415,7 @@ "orig": "Secre", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R15", @@ -35190,12 +36444,16 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/R8", "font_name": "/KPSHBO+TimesNewRoman" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [ { "index": 0, diff --git a/tests/data/groundtruth/rotated_text_05.pdf.v2.json b/tests/data/groundtruth/rotated_text_05.pdf.v2.json index e0479fbf..5cf2feef 100644 --- a/tests/data/groundtruth/rotated_text_05.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_05.pdf.v2.json @@ -25366,23 +25366,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003669, + "decode_contents": 0.00342, "decode_dimensions": 1e-06, - "decode_page": 0.010336, - "decode_resources": 0.000324, - "sanitise_contents": 0.006194 + "decode_page": 0.010945, + "decode_resources": 0.000347, + "sanitise_contents": 0.003778 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003669, + "decode_contents": 0.00342, "decode_dimensions": 1e-06, - "decode_document": 0.010849, - "decode_page": 0.010336, - "decode_resources": 0.000324, - "decoding page 0": 0.01073, - "process_document_from_bytesio": 0.000655, - "sanitise_contents": 0.006194 + "decode_document": 0.01148, + "decode_page": 0.010945, + "decode_resources": 0.000347, + "decoding page 0": 0.011371, + "process_document_from_bytesio": 0.000667, + "sanitise_contents": 0.003778 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_05.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_05.pdf.v2.p=0.json index e5800ab0..2dc0a15b 100644 --- a/tests/data/groundtruth/rotated_text_05.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_05.pdf.v2.p=0.json @@ -25366,23 +25366,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.003643, - "decode_dimensions": 1e-06, - "decode_page": 0.01017, - "decode_resources": 0.000368, - "sanitise_contents": 0.006005 + "decode_contents": 0.003439, + "decode_dimensions": 0.0, + "decode_page": 0.010988, + "decode_resources": 0.000346, + "sanitise_contents": 0.003856 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.003643, - "decode_dimensions": 1e-06, - "decode_document": 0.010705, - "decode_page": 0.01017, - "decode_resources": 0.000368, - "decoding page 0": 0.010565, - "process_document_from_bytesio": 0.000695, - "sanitise_contents": 0.006005 + "decode_contents": 0.003439, + "decode_dimensions": 0.0, + "decode_document": 0.011522, + "decode_page": 0.010988, + "decode_resources": 0.000346, + "decoding page 0": 0.011404, + "process_document_from_bytesio": 0.000641, + "sanitise_contents": 0.003856 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_06.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_06.pdf.page_no_1.py.json index eac96081..0b36a82a 100644 --- a/tests/data/groundtruth/rotated_text_06.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_06.pdf.page_no_1.py.json @@ -74,6 +74,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -102,6 +103,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -130,6 +132,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -158,6 +161,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -186,6 +190,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -214,6 +219,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -242,6 +248,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -270,6 +277,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -298,6 +306,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -326,6 +335,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -354,6 +364,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -382,6 +393,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -410,6 +422,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -438,6 +451,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -466,6 +480,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -494,6 +509,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -522,6 +538,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -550,6 +567,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -578,6 +596,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -606,6 +625,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -634,6 +654,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -662,6 +683,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -690,6 +712,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -718,6 +741,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -746,6 +770,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -774,6 +799,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -802,6 +828,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -830,6 +857,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -858,6 +886,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -886,6 +915,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -914,6 +944,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -942,6 +973,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -970,6 +1002,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -998,6 +1031,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1026,6 +1060,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1054,6 +1089,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1082,6 +1118,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1110,6 +1147,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1138,6 +1176,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1166,6 +1205,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1194,6 +1234,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1222,6 +1263,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1250,6 +1292,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1278,6 +1321,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1306,6 +1350,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1334,6 +1379,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1362,6 +1408,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1390,6 +1437,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1418,6 +1466,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1446,6 +1495,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1474,6 +1524,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1502,6 +1553,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1530,6 +1582,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -1558,6 +1611,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1586,6 +1640,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1614,6 +1669,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1642,6 +1698,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1670,6 +1727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1698,6 +1756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1726,6 +1785,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1754,6 +1814,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1782,6 +1843,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1810,6 +1872,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1838,6 +1901,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1866,6 +1930,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1894,6 +1959,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1922,6 +1988,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1950,6 +2017,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1978,6 +2046,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2006,6 +2075,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2034,6 +2104,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2062,6 +2133,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2090,6 +2162,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2118,6 +2191,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2146,6 +2220,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2174,6 +2249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2202,6 +2278,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2230,6 +2307,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2258,6 +2336,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2286,6 +2365,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2314,6 +2394,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2342,6 +2423,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2370,6 +2452,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2398,6 +2481,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2426,6 +2510,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2454,6 +2539,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2482,6 +2568,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2510,6 +2597,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2538,6 +2626,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2566,6 +2655,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2594,6 +2684,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2622,6 +2713,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2650,6 +2742,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2678,6 +2771,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2706,6 +2800,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2734,6 +2829,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2762,6 +2858,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2790,6 +2887,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2818,6 +2916,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2846,6 +2945,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2874,6 +2974,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2902,6 +3003,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2930,6 +3032,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2958,6 +3061,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -2986,6 +3090,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3014,6 +3119,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3042,6 +3148,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3070,6 +3177,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3098,6 +3206,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3126,6 +3235,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3154,6 +3264,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3182,6 +3293,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3210,6 +3322,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3238,6 +3351,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3266,6 +3380,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3294,6 +3409,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3322,6 +3438,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3350,6 +3467,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3378,6 +3496,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3406,6 +3525,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3434,6 +3554,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3462,6 +3583,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3490,6 +3612,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3518,6 +3641,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3546,6 +3670,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3574,6 +3699,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3602,6 +3728,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3630,6 +3757,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3658,6 +3786,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3686,6 +3815,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3714,6 +3844,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3742,6 +3873,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3770,6 +3902,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3798,6 +3931,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3826,6 +3960,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3854,6 +3989,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3882,6 +4018,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3910,6 +4047,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3938,6 +4076,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3966,6 +4105,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -3994,6 +4134,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4022,6 +4163,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4050,6 +4192,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4078,6 +4221,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4106,6 +4250,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4134,6 +4279,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4162,6 +4308,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4190,6 +4337,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4218,6 +4366,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4246,6 +4395,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4274,6 +4424,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4302,6 +4453,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4330,6 +4482,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4358,6 +4511,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4386,6 +4540,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4414,6 +4569,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4442,6 +4598,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4470,6 +4627,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4498,6 +4656,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4526,6 +4685,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4554,6 +4714,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4582,6 +4743,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4610,6 +4772,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4638,6 +4801,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4666,6 +4830,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4694,6 +4859,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4722,6 +4888,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4750,6 +4917,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4778,6 +4946,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4806,6 +4975,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4834,6 +5004,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4862,6 +5033,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4890,6 +5062,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4918,6 +5091,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4946,6 +5120,7 @@ "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -4974,6 +5149,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5002,6 +5178,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5030,6 +5207,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5058,6 +5236,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5086,6 +5265,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5114,6 +5294,7 @@ "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5142,6 +5323,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5170,6 +5352,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5198,6 +5381,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5226,6 +5410,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5254,6 +5439,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5282,6 +5468,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5310,6 +5497,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5338,6 +5526,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5366,6 +5555,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5394,6 +5584,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5422,6 +5613,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5450,6 +5642,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5478,6 +5671,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5506,6 +5700,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5534,6 +5729,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5562,6 +5758,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5590,6 +5787,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5618,6 +5816,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5646,6 +5845,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5674,6 +5874,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5702,6 +5903,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5730,6 +5932,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5758,6 +5961,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5786,6 +5990,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5814,6 +6019,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5842,6 +6048,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5870,6 +6077,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5898,6 +6106,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5926,6 +6135,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5954,6 +6164,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5982,6 +6193,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6010,6 +6222,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6038,6 +6251,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6066,6 +6280,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6094,6 +6309,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6122,6 +6338,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6150,6 +6367,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6178,6 +6396,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6206,6 +6425,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6234,6 +6454,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6262,6 +6483,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6290,6 +6512,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6318,6 +6541,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6346,6 +6570,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6374,6 +6599,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6402,6 +6628,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6430,6 +6657,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6458,6 +6686,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6486,6 +6715,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6514,6 +6744,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6542,6 +6773,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6570,6 +6802,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6598,6 +6831,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6626,6 +6860,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6654,6 +6889,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6682,6 +6918,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6710,6 +6947,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6738,6 +6976,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6766,6 +7005,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6794,6 +7034,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6822,6 +7063,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6850,6 +7092,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6878,6 +7121,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6906,6 +7150,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6934,6 +7179,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6962,6 +7208,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6990,6 +7237,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7018,6 +7266,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7046,6 +7295,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7074,6 +7324,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7102,6 +7353,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7130,6 +7382,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7158,6 +7411,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7186,6 +7440,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7214,6 +7469,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7242,6 +7498,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7270,6 +7527,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7298,6 +7556,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7326,6 +7585,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7354,6 +7614,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7382,6 +7643,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7410,6 +7672,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7438,6 +7701,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7466,6 +7730,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7494,6 +7759,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7522,6 +7788,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7550,6 +7817,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7578,6 +7846,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7606,6 +7875,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7634,6 +7904,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7662,6 +7933,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7690,6 +7962,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7718,6 +7991,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7746,6 +8020,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7774,6 +8049,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7802,6 +8078,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7830,6 +8107,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7858,6 +8136,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7886,6 +8165,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7914,6 +8194,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7942,6 +8223,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7970,6 +8252,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7998,6 +8281,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8026,6 +8310,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8054,6 +8339,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8082,6 +8368,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8110,6 +8397,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8138,6 +8426,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8166,6 +8455,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8194,6 +8484,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8222,6 +8513,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8250,6 +8542,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8278,6 +8571,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8306,6 +8600,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8334,6 +8629,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8362,6 +8658,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8390,6 +8687,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8418,6 +8716,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8446,6 +8745,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8474,6 +8774,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8502,6 +8803,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8530,6 +8832,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8586,6 +8890,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8614,6 +8919,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8642,6 +8948,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8670,6 +8977,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8698,6 +9006,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8726,6 +9035,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8754,6 +9064,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8782,6 +9093,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8810,6 +9122,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8838,6 +9151,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8866,6 +9180,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8894,6 +9209,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8922,6 +9238,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8950,6 +9267,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8978,6 +9296,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9006,6 +9325,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9034,6 +9354,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9062,6 +9383,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9090,6 +9412,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9118,6 +9441,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9146,6 +9470,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9174,6 +9499,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9202,6 +9528,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9230,6 +9557,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9258,6 +9586,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9286,6 +9615,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9314,6 +9644,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9342,6 +9673,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9370,6 +9702,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9398,6 +9731,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9426,6 +9760,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9454,6 +9789,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9482,6 +9818,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9510,6 +9847,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9538,6 +9876,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9566,6 +9905,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9594,6 +9934,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9622,6 +9963,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9650,6 +9992,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9678,6 +10021,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9734,6 +10079,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9762,6 +10108,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9790,6 +10137,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9818,6 +10166,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9846,6 +10195,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9874,6 +10224,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9902,6 +10253,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9930,6 +10282,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9958,6 +10311,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9986,6 +10340,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10014,6 +10369,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10042,6 +10398,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10070,6 +10427,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10098,6 +10456,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10126,6 +10485,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10154,6 +10514,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10182,6 +10543,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10210,6 +10572,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10238,6 +10601,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10266,6 +10630,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10294,6 +10659,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10322,6 +10688,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10350,6 +10717,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10378,6 +10746,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10406,6 +10775,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10434,6 +10804,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10462,6 +10833,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10490,6 +10862,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10518,6 +10891,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10546,6 +10920,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10574,6 +10949,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10602,6 +10978,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10630,6 +11007,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10658,6 +11036,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10686,6 +11065,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10714,6 +11094,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10742,6 +11123,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10798,6 +11181,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10826,6 +11210,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10854,6 +11239,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10882,6 +11268,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10910,6 +11297,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10938,6 +11326,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10966,6 +11355,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10994,6 +11384,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11022,6 +11413,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11050,6 +11442,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11078,6 +11471,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11106,6 +11500,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11134,6 +11529,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11162,6 +11558,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11190,6 +11587,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11218,6 +11616,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11246,6 +11645,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11274,6 +11674,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11302,6 +11703,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11330,6 +11732,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11358,6 +11761,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11386,6 +11790,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11414,6 +11819,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11442,6 +11848,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11470,6 +11877,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11498,6 +11906,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11526,6 +11935,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11554,6 +11964,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11582,6 +11993,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11610,6 +12022,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11666,6 +12080,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11694,6 +12109,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11722,6 +12138,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11750,6 +12167,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11778,6 +12196,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11806,6 +12225,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11862,6 +12283,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11890,6 +12312,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11918,6 +12341,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11946,6 +12370,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11974,6 +12399,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12002,6 +12428,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12030,6 +12457,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12058,6 +12486,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12086,6 +12515,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12114,6 +12544,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12142,6 +12573,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12170,6 +12602,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12198,6 +12631,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12226,6 +12660,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12254,6 +12689,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12282,6 +12718,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12310,6 +12747,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12338,6 +12776,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12366,6 +12805,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12394,6 +12834,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12422,6 +12863,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12450,6 +12892,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12478,6 +12921,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12506,6 +12950,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12534,6 +12979,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12562,6 +13008,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12590,6 +13037,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12618,6 +13066,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12646,6 +13095,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12674,6 +13124,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12702,6 +13153,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12730,6 +13182,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12758,6 +13211,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12786,6 +13240,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12814,6 +13269,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12842,6 +13298,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12870,6 +13327,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12898,6 +13356,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12926,6 +13385,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12954,6 +13414,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12982,6 +13443,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13010,6 +13472,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13038,6 +13501,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13066,6 +13530,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13094,6 +13559,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13122,6 +13588,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13150,6 +13617,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13178,6 +13646,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13206,6 +13675,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13234,6 +13704,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13262,6 +13733,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13290,6 +13762,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13318,6 +13791,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13346,6 +13820,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13374,6 +13849,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13402,6 +13878,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13430,6 +13907,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13486,6 +13965,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13514,6 +13994,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13542,6 +14023,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13570,6 +14052,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13598,6 +14081,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13626,6 +14110,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13654,6 +14139,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13682,6 +14168,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13710,6 +14197,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13738,6 +14226,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13766,6 +14255,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13794,6 +14284,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13822,6 +14313,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13850,6 +14342,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13878,6 +14371,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13906,6 +14400,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13934,6 +14429,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13962,6 +14458,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13990,6 +14487,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14018,6 +14516,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14046,6 +14545,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14074,6 +14574,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14102,6 +14603,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14130,6 +14632,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14158,6 +14661,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14186,6 +14690,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14214,6 +14719,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14242,6 +14748,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14270,6 +14777,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14298,6 +14806,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14326,6 +14835,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14354,6 +14864,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14382,6 +14893,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14410,6 +14922,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14438,6 +14951,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14466,6 +14980,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14494,6 +15009,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14522,6 +15038,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14550,6 +15067,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14578,6 +15096,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14606,6 +15125,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14634,6 +15154,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14662,6 +15183,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14690,6 +15212,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14718,6 +15241,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14746,6 +15270,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14774,6 +15299,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14802,6 +15328,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14830,6 +15357,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14858,6 +15386,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14886,6 +15415,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14914,6 +15444,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14942,6 +15473,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14970,6 +15502,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14998,6 +15531,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15026,6 +15560,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15082,6 +15618,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15110,6 +15647,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15138,6 +15676,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15166,6 +15705,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15194,6 +15734,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15222,6 +15763,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15250,6 +15792,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15278,6 +15821,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15306,6 +15850,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15334,6 +15879,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15362,6 +15908,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15390,6 +15937,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15418,6 +15966,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15446,6 +15995,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15474,6 +16024,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15502,6 +16053,7 @@ "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15530,6 +16082,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15558,6 +16111,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15586,6 +16140,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15614,6 +16169,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15642,6 +16198,7 @@ "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15670,6 +16227,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15698,6 +16256,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15726,6 +16285,7 @@ "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15754,6 +16314,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15782,6 +16343,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15838,6 +16401,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15866,6 +16430,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15894,6 +16459,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15922,6 +16488,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15950,6 +16517,7 @@ "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15978,6 +16546,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16006,6 +16575,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16034,6 +16604,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16062,6 +16633,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16090,6 +16662,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16118,6 +16691,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16146,6 +16720,7 @@ "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16174,6 +16749,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16202,6 +16778,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16230,6 +16807,7 @@ "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16258,6 +16836,7 @@ "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16286,6 +16865,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16314,6 +16894,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16342,6 +16923,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16370,6 +16952,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16398,6 +16981,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16426,6 +17010,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16454,6 +17039,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16482,6 +17068,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16510,6 +17097,7 @@ "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16538,6 +17126,7 @@ "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16566,6 +17155,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16594,6 +17184,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16622,6 +17213,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16650,6 +17242,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16678,6 +17271,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16706,6 +17300,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16734,6 +17329,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16762,6 +17358,7 @@ "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16790,6 +17387,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16818,6 +17416,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16846,6 +17445,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16874,6 +17474,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16902,6 +17503,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16930,6 +17532,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16958,6 +17561,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16986,6 +17590,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17014,6 +17619,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17042,6 +17648,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17070,6 +17677,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17098,6 +17706,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17126,6 +17735,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17154,6 +17764,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17182,6 +17793,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17210,6 +17822,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17238,6 +17851,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17266,6 +17880,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17294,6 +17909,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17322,6 +17938,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17350,6 +17967,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17378,6 +17996,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17406,6 +18025,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17434,6 +18054,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17462,6 +18083,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17490,6 +18112,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17518,6 +18141,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17546,6 +18170,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17574,6 +18199,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17602,6 +18228,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17630,6 +18257,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17658,6 +18286,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17686,6 +18315,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17714,6 +18344,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17742,6 +18373,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17770,6 +18402,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17798,6 +18431,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17826,6 +18460,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17854,6 +18489,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17910,6 +18547,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17938,6 +18576,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17966,6 +18605,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17994,6 +18634,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18022,6 +18663,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18050,6 +18692,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18078,6 +18721,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18106,6 +18750,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18134,6 +18779,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18162,6 +18808,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18190,6 +18837,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18218,6 +18866,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18246,6 +18895,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18274,6 +18924,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18302,6 +18953,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18330,6 +18982,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18358,6 +19011,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18386,6 +19040,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18414,6 +19069,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18442,6 +19098,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18470,6 +19127,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18498,6 +19156,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18526,6 +19185,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18554,6 +19214,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18582,6 +19243,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18638,6 +19301,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18666,6 +19330,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18694,6 +19359,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18722,6 +19388,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18750,6 +19417,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18806,6 +19475,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18834,6 +19504,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18862,6 +19533,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18890,6 +19562,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18918,6 +19591,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18946,6 +19620,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18974,6 +19649,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19002,6 +19678,7 @@ "orig": "y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19030,6 +19707,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19058,6 +19736,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19086,6 +19765,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19114,6 +19794,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19142,6 +19823,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19170,6 +19852,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19198,6 +19881,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19226,6 +19910,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19254,6 +19939,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19282,6 +19968,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19310,6 +19997,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19338,6 +20026,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19366,6 +20055,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19394,6 +20084,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19422,6 +20113,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19450,6 +20142,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19478,6 +20171,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19506,6 +20200,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19534,6 +20229,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19562,6 +20258,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19590,6 +20287,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19618,6 +20316,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19646,6 +20345,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19674,6 +20374,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19730,6 +20432,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19758,6 +20461,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19786,6 +20490,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19814,6 +20519,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19842,6 +20548,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19870,6 +20577,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19898,6 +20606,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19926,6 +20635,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19954,6 +20664,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19982,6 +20693,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20010,6 +20722,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20038,6 +20751,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20066,6 +20780,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20094,6 +20809,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20122,6 +20838,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20150,6 +20867,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20178,6 +20896,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20206,6 +20925,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20234,6 +20954,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20262,6 +20983,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20290,6 +21012,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20318,6 +21041,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20346,6 +21070,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20374,6 +21099,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20402,6 +21128,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20430,6 +21157,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20458,6 +21186,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20486,6 +21215,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20514,6 +21244,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20542,6 +21273,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20570,6 +21302,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20598,6 +21331,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20626,6 +21360,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20654,6 +21389,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20682,6 +21418,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20710,6 +21447,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20738,6 +21476,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20766,6 +21505,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20794,6 +21534,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20822,6 +21563,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20878,6 +21621,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20906,6 +21650,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20934,6 +21679,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20962,6 +21708,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20990,6 +21737,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21018,6 +21766,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21046,6 +21795,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21074,6 +21824,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21102,6 +21853,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21130,6 +21882,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21158,6 +21911,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21186,6 +21940,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21214,6 +21969,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21242,6 +21998,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21270,6 +22027,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21298,6 +22056,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21326,6 +22085,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21354,6 +22114,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21382,6 +22143,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21410,6 +22172,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21438,6 +22201,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21466,6 +22230,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21494,6 +22259,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21522,6 +22288,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21550,6 +22317,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21578,6 +22346,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21606,6 +22375,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21634,6 +22404,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21662,6 +22433,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21690,6 +22462,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21718,6 +22491,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21746,6 +22520,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21774,6 +22549,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21802,6 +22578,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21830,6 +22607,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21886,6 +22665,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21914,6 +22694,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21942,6 +22723,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21970,6 +22752,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21998,6 +22781,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22026,6 +22810,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22054,6 +22839,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22082,6 +22868,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22110,6 +22897,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22138,6 +22926,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22166,6 +22955,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22194,6 +22984,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22222,6 +23013,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22250,6 +23042,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22278,6 +23071,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22306,6 +23100,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22334,6 +23129,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22362,6 +23158,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22390,6 +23187,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22418,6 +23216,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22446,6 +23245,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22474,6 +23274,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22502,6 +23303,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22530,6 +23332,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22558,6 +23361,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22586,6 +23390,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22614,6 +23419,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22642,6 +23448,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22670,6 +23477,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22698,6 +23506,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22726,6 +23535,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22754,6 +23564,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22782,6 +23593,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22810,6 +23622,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22866,6 +23680,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22922,6 +23738,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22950,6 +23767,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22978,6 +23796,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23006,6 +23825,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23034,6 +23854,7 @@ "orig": "x", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23062,6 +23883,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23090,6 +23912,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23118,6 +23941,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23146,6 +23970,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23174,6 +23999,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23230,6 +24057,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23258,6 +24086,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23286,6 +24115,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23314,6 +24144,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23342,6 +24173,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23370,6 +24202,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23398,6 +24231,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23426,6 +24260,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23454,6 +24289,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23482,6 +24318,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23510,6 +24347,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23538,6 +24376,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23566,6 +24405,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23594,6 +24434,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23622,6 +24463,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23650,6 +24492,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23678,6 +24521,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23706,6 +24550,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23734,6 +24579,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23762,6 +24608,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23790,6 +24637,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23818,6 +24666,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23846,6 +24695,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23874,6 +24724,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23902,6 +24753,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23930,6 +24782,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23958,6 +24811,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23986,6 +24840,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24014,6 +24869,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24042,6 +24898,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24070,6 +24927,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24098,6 +24956,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24126,6 +24985,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24154,6 +25014,7 @@ "orig": "f", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24182,6 +25043,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24210,6 +25072,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24238,6 +25101,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24266,6 +25130,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24294,6 +25159,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24322,6 +25188,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24350,6 +25217,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24378,6 +25246,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24406,6 +25275,7 @@ "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24434,6 +25304,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24462,6 +25333,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24490,6 +25362,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24518,6 +25391,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24546,6 +25420,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24574,6 +25449,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24602,6 +25478,7 @@ "orig": "g", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24630,6 +25507,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24658,6 +25536,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24686,6 +25565,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24714,6 +25594,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24742,6 +25623,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24770,6 +25652,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24798,6 +25681,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24826,6 +25710,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24854,6 +25739,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24882,6 +25768,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24910,6 +25797,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24938,6 +25826,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24966,6 +25855,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24994,6 +25884,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25022,6 +25913,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25050,6 +25942,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25078,6 +25971,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25106,6 +26000,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25134,6 +26029,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25162,6 +26058,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25190,6 +26087,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25218,6 +26116,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25246,6 +26145,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25274,6 +26174,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25302,6 +26203,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25330,6 +26232,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25358,6 +26261,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25386,6 +26290,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25414,6 +26319,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25470,6 +26377,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25498,6 +26406,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25526,6 +26435,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25554,6 +26464,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25582,6 +26493,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25638,6 +26551,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25666,6 +26580,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25694,6 +26609,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25722,6 +26638,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25750,6 +26667,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25778,6 +26696,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25806,6 +26725,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25834,6 +26754,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25862,6 +26783,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25890,6 +26812,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25918,6 +26841,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25946,6 +26870,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25974,6 +26899,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26002,6 +26928,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26030,6 +26957,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26058,6 +26986,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26086,6 +27015,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26114,6 +27044,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26142,6 +27073,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26170,6 +27102,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26198,6 +27131,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26226,6 +27160,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26254,6 +27189,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26282,6 +27218,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26310,6 +27247,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26338,6 +27276,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26366,6 +27305,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26394,6 +27334,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26422,6 +27363,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26450,6 +27392,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26478,6 +27421,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26506,6 +27450,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26534,6 +27479,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26562,6 +27508,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26590,6 +27537,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26618,6 +27566,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26646,6 +27595,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26674,6 +27624,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26702,6 +27653,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26730,6 +27682,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26758,6 +27711,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26786,6 +27740,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26814,6 +27769,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26842,6 +27798,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26870,6 +27827,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26898,6 +27856,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26926,6 +27885,7 @@ "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26954,6 +27914,7 @@ "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26982,6 +27943,7 @@ "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27010,6 +27972,7 @@ "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27038,6 +28001,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27066,6 +28030,7 @@ "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27094,6 +28059,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27150,6 +28117,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27178,6 +28146,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27206,6 +28175,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27234,6 +28204,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27262,6 +28233,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27290,6 +28262,7 @@ "orig": "k", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27318,6 +28291,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27346,6 +28320,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27374,6 +28349,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27402,6 +28378,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27458,6 +28436,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27486,6 +28465,7 @@ "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27514,6 +28494,7 @@ "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27570,6 +28552,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27598,6 +28581,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27626,6 +28610,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27654,6 +28639,7 @@ "orig": "q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27682,6 +28668,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27710,6 +28697,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27738,6 +28726,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27766,6 +28755,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27794,6 +28784,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27822,6 +28813,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27850,6 +28842,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27878,6 +28871,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27906,6 +28900,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27934,6 +28929,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27962,6 +28958,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27990,6 +28987,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28018,6 +29016,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28046,6 +29045,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28074,6 +29074,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28102,6 +29103,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28130,6 +29132,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28158,6 +29161,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28186,6 +29190,7 @@ "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28214,6 +29219,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28242,6 +29248,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28270,6 +29277,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28298,6 +29306,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28326,6 +29335,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28354,6 +29364,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28382,6 +29393,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28410,6 +29422,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28438,6 +29451,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28466,6 +29480,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28494,6 +29509,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28522,6 +29538,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28550,6 +29567,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28578,6 +29596,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28606,6 +29625,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28634,6 +29654,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28662,6 +29683,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28690,6 +29712,7 @@ "orig": "u", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28718,6 +29741,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28746,6 +29770,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28774,6 +29799,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28802,6 +29828,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28830,6 +29857,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28858,6 +29886,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28886,6 +29915,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28914,6 +29944,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28942,6 +29973,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28970,6 +30002,7 @@ "orig": "p", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28998,6 +30031,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29026,6 +30060,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29054,6 +30089,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29082,6 +30118,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29110,6 +30147,7 @@ "orig": "l", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29138,6 +30176,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29166,6 +30205,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29194,6 +30234,7 @@ "orig": "w", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29222,6 +30263,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29250,6 +30292,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29278,6 +30321,7 @@ "orig": "h", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29306,6 +30350,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29334,6 +30379,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29362,6 +30408,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29390,6 +30437,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29418,6 +30466,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29446,6 +30495,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29474,6 +30524,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29502,6 +30553,7 @@ "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29530,6 +30582,7 @@ "orig": "c", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29558,6 +30611,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29586,6 +30640,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29614,6 +30669,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29642,6 +30698,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29670,6 +30727,7 @@ "orig": "t", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29698,6 +30756,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29726,6 +30785,7 @@ "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29754,6 +30814,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29782,6 +30843,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29810,6 +30872,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29838,6 +30901,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29866,6 +30930,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29894,6 +30959,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29922,6 +30988,7 @@ "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29950,6 +31017,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29978,6 +31046,7 @@ "orig": "r", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30006,6 +31075,7 @@ "orig": "s", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30034,6 +31104,7 @@ "orig": "i", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30062,6 +31133,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30090,6 +31162,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30118,6 +31191,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30146,6 +31220,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30174,6 +31249,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30202,6 +31278,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30230,6 +31307,7 @@ "orig": "n", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30258,6 +31336,7 @@ "orig": "d", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30286,6 +31365,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30314,6 +31394,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30342,6 +31423,7 @@ "orig": "b", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30370,6 +31452,7 @@ "orig": "o", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30398,6 +31481,7 @@ "orig": "v", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30426,6 +31510,7 @@ "orig": "e", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30454,6 +31539,7 @@ "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30482,6 +31568,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30512,6 +31599,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30540,6 +31628,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30568,6 +31657,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30596,6 +31686,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30624,6 +31715,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30652,6 +31744,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30680,6 +31773,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30708,6 +31802,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30736,6 +31831,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30764,6 +31860,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30792,6 +31889,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -30820,6 +31918,7 @@ "orig": "About", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30848,6 +31947,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30876,6 +31976,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -30904,6 +32005,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30932,6 +32034,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30960,6 +32063,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30988,6 +32092,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31016,6 +32121,7 @@ "orig": "fast", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31044,6 +32150,7 @@ "orig": "desktop", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31072,6 +32179,7 @@ "orig": "utility", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31100,6 +32208,7 @@ "orig": "program", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31128,6 +32237,7 @@ "orig": "that", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31156,6 +32266,7 @@ "orig": "lets", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31184,6 +32295,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31212,6 +32324,7 @@ "orig": "add", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31240,6 +32353,7 @@ "orig": "images,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31268,6 +32382,7 @@ "orig": "texts,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31296,6 +32411,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31324,6 +32440,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31352,6 +32469,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31380,6 +32498,7 @@ "orig": "(style)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31408,6 +32527,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31436,6 +32556,7 @@ "orig": "to", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31464,6 +32585,7 @@ "orig": "a", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31492,6 +32614,7 @@ "orig": "batch", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31520,6 +32643,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31548,6 +32672,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31576,6 +32701,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31604,6 +32730,7 @@ "orig": "documents.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31632,6 +32759,7 @@ "orig": "With", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31660,6 +32788,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31688,6 +32817,7 @@ "orig": "Watermark,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31716,6 +32846,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31744,6 +32875,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31772,6 +32904,7 @@ "orig": "create,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31800,6 +32933,7 @@ "orig": "edit", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31828,6 +32962,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31856,6 +32991,7 @@ "orig": "manage", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31884,6 +33020,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31912,6 +33049,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31940,6 +33078,7 @@ "orig": "image,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31968,6 +33107,7 @@ "orig": "shape,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31996,6 +33136,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32024,6 +33165,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32052,6 +33194,7 @@ "orig": "Text", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32080,6 +33223,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32108,6 +33252,7 @@ "orig": "support", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32136,6 +33281,7 @@ "orig": "either", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32164,6 +33310,7 @@ "orig": "static", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32192,6 +33339,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32220,6 +33368,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32248,6 +33397,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32276,6 +33426,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32304,6 +33455,7 @@ "orig": "dynamic", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32332,6 +33484,7 @@ "orig": "text,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32360,6 +33513,7 @@ "orig": "you", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32388,6 +33542,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32416,6 +33571,7 @@ "orig": "use", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32444,6 +33600,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32472,6 +33629,7 @@ "orig": "file", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32500,6 +33658,7 @@ "orig": "name,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32528,6 +33687,7 @@ "orig": "metadata", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32556,6 +33716,7 @@ "orig": "information,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32584,6 +33745,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32612,6 +33774,7 @@ "orig": "date", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32640,6 +33803,7 @@ "orig": "time", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32668,6 +33832,7 @@ "orig": "as", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32696,6 +33861,7 @@ "orig": "the", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32724,6 +33890,7 @@ "orig": "watermark.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32752,6 +33919,7 @@ "orig": "Image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32780,6 +33948,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32808,6 +33977,7 @@ "orig": "supports", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32836,6 +34006,7 @@ "orig": "almost", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32864,6 +34035,7 @@ "orig": "all", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32892,6 +34064,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32920,6 +34093,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32948,6 +34122,7 @@ "orig": "formats", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32976,6 +34151,7 @@ "orig": "includes", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33004,6 +34180,7 @@ "orig": "TIFF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33032,6 +34209,7 @@ "orig": "JPEG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33060,6 +34238,7 @@ "orig": "JPEG", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33088,6 +34267,7 @@ "orig": "2000,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33116,6 +34296,7 @@ "orig": "GIF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33144,6 +34325,7 @@ "orig": "BMP,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33172,6 +34354,7 @@ "orig": "PNG,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33200,6 +34383,7 @@ "orig": "ICO,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33228,6 +34412,7 @@ "orig": "WMF,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33256,6 +34441,7 @@ "orig": "EMF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33284,6 +34470,7 @@ "orig": "etc.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33312,6 +34499,7 @@ "orig": "You", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33340,6 +34528,7 @@ "orig": "can", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33368,6 +34557,7 @@ "orig": "create", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33396,6 +34586,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33424,6 +34615,7 @@ "orig": "using", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33452,6 +34644,7 @@ "orig": "company", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33480,6 +34673,7 @@ "orig": "logos,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33508,6 +34702,7 @@ "orig": "signatures,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33536,6 +34731,7 @@ "orig": "product", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33564,6 +34760,7 @@ "orig": "pictures", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33592,6 +34789,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33620,6 +34818,7 @@ "orig": "any", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33648,6 +34847,7 @@ "orig": "artwork", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33676,6 +34876,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33704,6 +34905,7 @@ "orig": "image", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33732,6 +34934,7 @@ "orig": "formats.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33760,6 +34963,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33788,6 +34992,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33816,6 +35021,7 @@ "orig": "features", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33844,6 +35050,7 @@ "orig": "include", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33872,6 +35079,7 @@ "orig": "adding", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33900,6 +35108,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33928,6 +35137,7 @@ "orig": "watermarks", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33956,6 +35166,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33984,6 +35195,7 @@ "orig": "manipulate", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34012,6 +35224,7 @@ "orig": "PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34040,6 +35253,7 @@ "orig": "files", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34068,6 +35282,7 @@ "orig": "once;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34096,6 +35311,7 @@ "orig": "placing", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34124,6 +35340,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34152,6 +35369,7 @@ "orig": "in", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34180,6 +35398,7 @@ "orig": "fixed", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34208,6 +35427,7 @@ "orig": "position", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34236,6 +35456,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34264,6 +35485,7 @@ "orig": "tile,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34292,6 +35514,7 @@ "orig": "on", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34320,6 +35543,7 @@ "orig": "top", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34348,6 +35572,7 @@ "orig": "or", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34376,6 +35601,7 @@ "orig": "bottom", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34404,6 +35630,7 @@ "orig": "of", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34432,6 +35659,7 @@ "orig": "content;", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34460,6 +35688,7 @@ "orig": "making", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34488,6 +35717,7 @@ "orig": "watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34516,6 +35746,7 @@ "orig": "rotation", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34544,6 +35775,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34572,6 +35804,7 @@ "orig": "transparence.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34600,6 +35833,7 @@ "orig": "Acommand", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34628,6 +35862,7 @@ "orig": "line", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34656,6 +35891,7 @@ "orig": "version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34684,6 +35920,7 @@ "orig": "is", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34712,6 +35949,7 @@ "orig": "included", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34740,6 +35978,7 @@ "orig": "also.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34768,6 +36007,7 @@ "orig": "A-PDF", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34796,6 +36036,7 @@ "orig": "Watermark", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34824,6 +36065,7 @@ "orig": "does", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34852,6 +36094,7 @@ "orig": "NOT", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34880,6 +36123,7 @@ "orig": "require", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34908,6 +36152,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34936,6 +36181,7 @@ "orig": "Acrobat,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34964,6 +36210,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34992,6 +36239,7 @@ "orig": "produces", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35020,6 +36268,7 @@ "orig": "documents", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35048,6 +36297,7 @@ "orig": "compatible", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35076,6 +36326,7 @@ "orig": "with", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35104,6 +36355,7 @@ "orig": "Adobe", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35132,6 +36384,7 @@ "orig": "Acrobat", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35160,6 +36413,7 @@ "orig": "Reader", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35188,6 +36442,7 @@ "orig": "Version", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35216,6 +36471,7 @@ "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35244,6 +36500,7 @@ "orig": "and", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35272,6 +36529,7 @@ "orig": "above.", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35302,6 +36560,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35330,6 +36589,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35358,6 +36618,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35386,6 +36647,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35414,6 +36676,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35442,6 +36705,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35470,6 +36734,7 @@ "orig": "om", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35498,6 +36763,7 @@ "orig": "www.apdf.com", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35526,6 +36792,7 @@ "orig": "www", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35554,6 +36821,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35582,6 +36850,7 @@ "orig": "m", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": 0, "widget": false, "font_key": "/QQAPF2e45da03", @@ -35610,6 +36879,7 @@ "orig": "About A-PDF Watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -35638,6 +36908,7 @@ "orig": "A-PDF Watermark is a fast desktop utility program that lets you add ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35666,6 +36937,7 @@ "orig": "images, texts, shape, and PDF (style) watermark to a batch of Acrobat ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35694,6 +36966,7 @@ "orig": "PDF documents. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35722,6 +36995,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35750,6 +37024,7 @@ "orig": "With A-PDF Watermark, you can create, edit and manage the text, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35778,6 +37053,7 @@ "orig": "image, shape, PDF watermark. Text watermark support either static or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35806,6 +37082,7 @@ "orig": "dynamic text, with dynamic text, you can use PDF file name, metadata ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35834,6 +37111,7 @@ "orig": "information, and date time as the watermark. Image watermark supports ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35862,6 +37140,7 @@ "orig": "almost all of image formats includes TIFF, JPEG, JPEG 2000, GIF, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35890,6 +37169,7 @@ "orig": "BMP, PNG, ICO, WMF, EMF etc. You can create watermark using ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35918,6 +37198,7 @@ "orig": "company logos, signatures, product pictures or any artwork in image ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35946,6 +37227,7 @@ "orig": "formats. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35974,6 +37256,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36002,6 +37285,7 @@ "orig": "A-PDF Watermark features include adding manipulate watermarks in ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36030,6 +37314,7 @@ "orig": "manipulate PDF files once; placing watermark in fixed position or tile, ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36058,6 +37343,7 @@ "orig": "on ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36086,6 +37372,7 @@ "orig": "top ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36114,6 +37401,7 @@ "orig": "or ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36142,6 +37430,7 @@ "orig": "bottom ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36170,6 +37459,7 @@ "orig": "of ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36198,6 +37488,7 @@ "orig": "content; ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36226,6 +37517,7 @@ "orig": "making ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36254,6 +37546,7 @@ "orig": "watermark ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36282,6 +37575,7 @@ "orig": "rotation ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36310,6 +37604,7 @@ "orig": "and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36338,6 +37633,7 @@ "orig": "transparence. A command line version is included also. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36366,6 +37662,7 @@ "orig": " ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36394,6 +37691,7 @@ "orig": "A-PDF Watermark does NOT require Adobe Acrobat, and produces ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36422,6 +37720,7 @@ "orig": "documents compatible with Adobe Acrobat Reader Version 5 and ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36450,11 +37749,15 @@ "orig": "above. ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", "font_name": "/JMFDIJ+TimesNewRomanPSMT" } ], + "has_chars": true, + "has_words": true, + "has_lines": true, "lines": [] } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_06.pdf.v2.json b/tests/data/groundtruth/rotated_text_06.pdf.v2.json index e820fa8e..29bd2ba4 100644 --- a/tests/data/groundtruth/rotated_text_06.pdf.v2.json +++ b/tests/data/groundtruth/rotated_text_06.pdf.v2.json @@ -26147,23 +26147,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.005195, + "decode_contents": 0.004811, "decode_dimensions": 1e-06, - "decode_page": 0.014144, - "decode_resources": 0.000278, - "sanitise_contents": 0.008505 + "decode_page": 0.014695, + "decode_resources": 0.000316, + "sanitise_contents": 0.004021 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.005195, + "decode_contents": 0.004811, "decode_dimensions": 1e-06, - "decode_document": 0.014664, - "decode_page": 0.014144, - "decode_resources": 0.000278, - "decoding page 0": 0.01455, - "process_document_from_bytesio": 0.000671, - "sanitise_contents": 0.008505 + "decode_document": 0.015233, + "decode_page": 0.014695, + "decode_resources": 0.000316, + "decoding page 0": 0.01512, + "process_document_from_bytesio": 0.000657, + "sanitise_contents": 0.004021 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_06.pdf.v2.p=0.json b/tests/data/groundtruth/rotated_text_06.pdf.v2.p=0.json index 084f9212..896ec511 100644 --- a/tests/data/groundtruth/rotated_text_06.pdf.v2.p=0.json +++ b/tests/data/groundtruth/rotated_text_06.pdf.v2.p=0.json @@ -26147,23 +26147,23 @@ }, "timings": { "decode_annots": 0.0, - "decode_contents": 0.005172, + "decode_contents": 0.004833, "decode_dimensions": 0.0, - "decode_page": 0.014029, - "decode_resources": 0.000255, - "sanitise_contents": 0.008458 + "decode_page": 0.014691, + "decode_resources": 0.000278, + "sanitise_contents": 0.003989 } } ], "timings": { "decode_annots": 0.0, - "decode_contents": 0.005172, + "decode_contents": 0.004833, "decode_dimensions": 0.0, - "decode_document": 0.014479, - "decode_page": 0.014029, - "decode_resources": 0.000255, - "decoding page 0": 0.014434, - "process_document_from_bytesio": 0.000729, - "sanitise_contents": 0.008458 + "decode_document": 0.015244, + "decode_page": 0.014691, + "decode_resources": 0.000278, + "decoding page 0": 0.01514, + "process_document_from_bytesio": 0.000656, + "sanitise_contents": 0.003989 } } \ No newline at end of file diff --git a/tests/data/groundtruth/rotated_text_07.pdf.page_no_1.py.json b/tests/data/groundtruth/rotated_text_07.pdf.page_no_1.py.json index d151a3c7..96cc8d40 100644 --- a/tests/data/groundtruth/rotated_text_07.pdf.page_no_1.py.json +++ b/tests/data/groundtruth/rotated_text_07.pdf.page_no_1.py.json @@ -70,10 +70,11 @@ "r_y3": 257.873, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -98,10 +99,11 @@ "r_y3": 260.882, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -126,10 +128,11 @@ "r_y3": 263.89, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -154,10 +157,11 @@ "r_y3": 266.899, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -182,10 +186,11 @@ "r_y3": 621.183, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -210,10 +215,11 @@ "r_y3": 624.192, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -238,10 +244,11 @@ "r_y3": 627.2, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -266,10 +273,11 @@ "r_y3": 630.209, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -294,10 +302,11 @@ "r_y3": 258.205, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -322,10 +331,11 @@ "r_y3": 261.801, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -350,10 +360,11 @@ "r_y3": 264.988, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -378,10 +389,11 @@ "r_y3": 267.094, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -406,10 +418,11 @@ "r_y3": 268.554, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -434,10 +447,11 @@ "r_y3": 301.315, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -462,10 +476,11 @@ "r_y3": 306.502, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -490,10 +505,11 @@ "r_y3": 309.43, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -518,10 +534,11 @@ "r_y3": 343.075, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -546,10 +563,11 @@ "r_y3": 345.039, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -574,10 +592,11 @@ "r_y3": 348.226, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -602,10 +621,11 @@ "r_y3": 351.412, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -630,10 +650,11 @@ "r_y3": 387.188, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -658,10 +679,11 @@ "r_y3": 389.152, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -686,10 +708,11 @@ "r_y3": 392.339, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -714,10 +737,11 @@ "r_y3": 393.798, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -742,10 +766,11 @@ "r_y3": 421.79, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -770,10 +795,11 @@ "r_y3": 425.386, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -798,10 +824,11 @@ "r_y3": 428.573, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -826,10 +853,11 @@ "r_y3": 431.386, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -854,10 +882,11 @@ "r_y3": 434.572, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -882,10 +911,11 @@ "r_y3": 436.929, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -910,10 +940,11 @@ "r_y3": 453.916, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -938,10 +969,11 @@ "r_y3": 456.723, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -966,10 +998,11 @@ "r_y3": 459.708, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -994,10 +1027,11 @@ "r_y3": 462.894, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1022,10 +1056,11 @@ "r_y3": 464.954, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1050,10 +1085,11 @@ "r_y3": 467.938, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1078,10 +1114,11 @@ "r_y3": 472.763, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1106,10 +1143,11 @@ "r_y3": 475.949, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1134,10 +1172,11 @@ "r_y3": 478.934, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1162,10 +1201,11 @@ "r_y3": 503.175, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1190,10 +1230,11 @@ "r_y3": 507.186, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1218,10 +1259,11 @@ "r_y3": 509.666, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1246,10 +1288,11 @@ "r_y3": 511.725, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1274,10 +1317,11 @@ "r_y3": 514.918, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1302,10 +1346,11 @@ "r_y3": 518.104, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1330,10 +1375,11 @@ "r_y3": 521.089, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1358,10 +1404,11 @@ "r_y3": 539.335, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1386,10 +1433,11 @@ "r_y3": 543.245, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1414,10 +1462,11 @@ "r_y3": 546.438, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1442,10 +1491,11 @@ "r_y3": 549.244, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1470,10 +1520,11 @@ "r_y3": 552.229, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1498,10 +1549,11 @@ "r_y3": 557.053, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1526,10 +1578,11 @@ "r_y3": 560.24, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1554,10 +1607,11 @@ "r_y3": 563.225, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1582,10 +1636,11 @@ "r_y3": 576.836, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1610,10 +1665,11 @@ "r_y3": 580.575, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1638,10 +1694,11 @@ "r_y3": 583.56, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1666,10 +1723,11 @@ "r_y3": 586.04, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1694,10 +1752,11 @@ "r_y3": 589.025, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1722,10 +1781,11 @@ "r_y3": 593.849, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1750,10 +1810,11 @@ "r_y3": 597.036, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1778,10 +1839,11 @@ "r_y3": 600.02, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1806,10 +1868,11 @@ "r_y3": 614.215, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1834,10 +1897,11 @@ "r_y3": 616.18, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1862,10 +1926,11 @@ "r_y3": 619.111, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1890,10 +1955,11 @@ "r_y3": 622.297, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1918,10 +1984,11 @@ "r_y3": 625.484, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1946,10 +2013,11 @@ "r_y3": 628.415, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -1974,10 +2042,11 @@ "r_y3": 630.545, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2002,10 +2071,11 @@ "r_y3": 653.543, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2030,10 +2100,11 @@ "r_y3": 656.266, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2058,10 +2129,11 @@ "r_y3": 659.251, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2086,10 +2158,11 @@ "r_y3": 662.437, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2114,10 +2187,11 @@ "r_y3": 664.544, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2142,10 +2216,11 @@ "r_y3": 667.731, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2170,10 +2245,11 @@ "r_y3": 670.662, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2198,10 +2274,11 @@ "r_y3": 672.77, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2226,10 +2303,11 @@ "r_y3": 701.91, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2254,10 +2332,11 @@ "r_y3": 707.096, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2282,10 +2361,11 @@ "r_y3": 710.027, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2310,10 +2390,11 @@ "r_y3": 712.134, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2338,10 +2419,11 @@ "r_y3": 714.614, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2366,10 +2448,11 @@ "r_y3": 252.053, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2394,10 +2477,11 @@ "r_y3": 255.649, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2422,10 +2506,11 @@ "r_y3": 258.129, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2450,10 +2535,11 @@ "r_y3": 260.188, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2478,10 +2564,11 @@ "r_y3": 263.375, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2506,10 +2593,11 @@ "r_y3": 266.306, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2534,10 +2622,11 @@ "r_y3": 267.766, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2562,10 +2651,11 @@ "r_y3": 294.269, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2590,10 +2680,11 @@ "r_y3": 297.865, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2618,10 +2709,11 @@ "r_y3": 300.345, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2646,10 +2738,11 @@ "r_y3": 302.404, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2674,10 +2767,11 @@ "r_y3": 305.591, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2702,10 +2796,11 @@ "r_y3": 308.522, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2730,10 +2825,11 @@ "r_y3": 309.982, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2758,10 +2854,11 @@ "r_y3": 336.484, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2786,10 +2883,11 @@ "r_y3": 340.08, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2814,10 +2912,11 @@ "r_y3": 342.561, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2842,10 +2941,11 @@ "r_y3": 344.62, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2870,10 +2970,11 @@ "r_y3": 347.806, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2898,10 +2999,11 @@ "r_y3": 350.738, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2926,10 +3028,11 @@ "r_y3": 352.197, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2954,10 +3057,11 @@ "r_y3": 378.7, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -2982,10 +3086,11 @@ "r_y3": 382.296, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3010,10 +3115,11 @@ "r_y3": 384.776, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3038,10 +3144,11 @@ "r_y3": 386.836, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3066,10 +3173,11 @@ "r_y3": 390.022, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3094,10 +3202,11 @@ "r_y3": 392.953, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3122,10 +3231,11 @@ "r_y3": 394.413, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3150,10 +3260,11 @@ "r_y3": 420.916, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3178,10 +3289,11 @@ "r_y3": 424.512, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3206,10 +3318,11 @@ "r_y3": 426.992, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3234,10 +3347,11 @@ "r_y3": 429.051, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3262,10 +3376,11 @@ "r_y3": 432.238, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3290,10 +3405,11 @@ "r_y3": 435.169, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3318,10 +3434,11 @@ "r_y3": 436.629, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3346,10 +3463,11 @@ "r_y3": 463.132, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3374,10 +3492,11 @@ "r_y3": 466.727, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3402,10 +3521,11 @@ "r_y3": 469.208, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3430,10 +3550,11 @@ "r_y3": 471.267, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3458,10 +3579,11 @@ "r_y3": 474.453, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3486,10 +3608,11 @@ "r_y3": 477.385, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3514,10 +3637,11 @@ "r_y3": 478.845, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3542,10 +3666,11 @@ "r_y3": 499.525, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3570,10 +3695,11 @@ "r_y3": 502.682, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3598,10 +3724,11 @@ "r_y3": 504.789, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3626,10 +3753,11 @@ "r_y3": 507.981, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3654,10 +3782,11 @@ "r_y3": 509.494, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3682,10 +3811,11 @@ "r_y3": 512.479, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3710,10 +3840,11 @@ "r_y3": 514.96, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3738,10 +3869,11 @@ "r_y3": 517.019, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3766,10 +3898,11 @@ "r_y3": 520.003, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3794,10 +3927,11 @@ "r_y3": 541.727, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3822,10 +3956,11 @@ "r_y3": 544.884, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3850,10 +3985,11 @@ "r_y3": 546.99, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3878,10 +4014,11 @@ "r_y3": 550.183, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3906,10 +4043,11 @@ "r_y3": 551.696, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3934,10 +4072,11 @@ "r_y3": 554.681, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3962,10 +4101,11 @@ "r_y3": 557.161, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -3990,10 +4130,11 @@ "r_y3": 559.22, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4018,10 +4159,11 @@ "r_y3": 562.205, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4046,10 +4188,11 @@ "r_y3": 578.442, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4074,10 +4217,11 @@ "r_y3": 581.599, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4102,10 +4246,11 @@ "r_y3": 583.706, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4130,10 +4275,11 @@ "r_y3": 586.898, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4158,10 +4304,11 @@ "r_y3": 588.411, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4186,10 +4333,11 @@ "r_y3": 591.396, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4214,10 +4362,11 @@ "r_y3": 593.877, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4242,10 +4391,11 @@ "r_y3": 595.936, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4270,10 +4420,11 @@ "r_y3": 598.92, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4298,10 +4449,11 @@ "r_y3": 609.56, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4326,10 +4478,11 @@ "r_y3": 612.717, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4354,10 +4507,11 @@ "r_y3": 614.823, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4382,10 +4536,11 @@ "r_y3": 618.016, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4410,10 +4565,11 @@ "r_y3": 619.529, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4438,10 +4594,11 @@ "r_y3": 622.514, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4466,10 +4623,11 @@ "r_y3": 624.994, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4494,10 +4652,11 @@ "r_y3": 627.053, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4522,10 +4681,11 @@ "r_y3": 630.038, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4550,10 +4710,11 @@ "r_y3": 651.761, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4578,10 +4739,11 @@ "r_y3": 654.918, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4606,10 +4768,11 @@ "r_y3": 657.025, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4634,10 +4797,11 @@ "r_y3": 660.217, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4662,10 +4826,11 @@ "r_y3": 661.73, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4690,10 +4855,11 @@ "r_y3": 664.715, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4718,10 +4884,11 @@ "r_y3": 667.196, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4746,10 +4913,11 @@ "r_y3": 669.255, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4774,10 +4942,11 @@ "r_y3": 672.239, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4802,10 +4971,11 @@ "r_y3": 693.963, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4830,10 +5000,11 @@ "r_y3": 697.12, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4858,10 +5029,11 @@ "r_y3": 699.226, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4886,10 +5058,11 @@ "r_y3": 702.419, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4914,10 +5087,11 @@ "r_y3": 703.932, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4942,10 +5116,11 @@ "r_y3": 706.917, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4970,10 +5145,11 @@ "r_y3": 709.397, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -4998,10 +5174,11 @@ "r_y3": 711.456, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5026,10 +5203,11 @@ "r_y3": 714.441, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5054,10 +5232,11 @@ "r_y3": 739.971, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5082,10 +5261,11 @@ "r_y3": 742.909, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5110,10 +5290,11 @@ "r_y3": 746.101, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5138,10 +5319,11 @@ "r_y3": 748.16, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5166,10 +5348,11 @@ "r_y3": 751.092, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5194,10 +5377,11 @@ "r_y3": 98.222, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5222,10 +5406,11 @@ "r_y3": 102.233, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5250,10 +5435,11 @@ "r_y3": 105.39, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5278,10 +5464,11 @@ "r_y3": 108.286, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5306,10 +5493,11 @@ "r_y3": 112.196, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5334,10 +5522,11 @@ "r_y3": 113.781, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5362,10 +5551,11 @@ "r_y3": 117.691, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5394,6 +5584,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -5418,10 +5609,11 @@ "r_y3": 122.812, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5446,10 +5638,11 @@ "r_y3": 126.141, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5474,10 +5667,11 @@ "r_y3": 129.737, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5502,10 +5696,11 @@ "r_y3": 132.247, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5530,10 +5725,11 @@ "r_y3": 135.843, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5558,10 +5754,11 @@ "r_y3": 139.754, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5586,10 +5783,11 @@ "r_y3": 142.893, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -5614,10 +5812,11 @@ "r_y3": 257.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5642,10 +5841,11 @@ "r_y3": 259.12, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5670,10 +5870,11 @@ "r_y3": 262.129, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5698,10 +5899,11 @@ "r_y3": 265.137, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5726,10 +5928,11 @@ "r_y3": 268.146, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5754,10 +5957,11 @@ "r_y3": 299.532, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5782,10 +5986,11 @@ "r_y3": 301.33, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5810,10 +6015,11 @@ "r_y3": 304.339, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5838,10 +6044,11 @@ "r_y3": 307.347, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5866,10 +6073,11 @@ "r_y3": 310.356, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5894,10 +6102,11 @@ "r_y3": 341.741, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5922,10 +6131,11 @@ "r_y3": 343.539, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5950,10 +6160,11 @@ "r_y3": 346.548, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -5978,10 +6189,11 @@ "r_y3": 349.556, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6006,10 +6218,11 @@ "r_y3": 352.565, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6034,10 +6247,11 @@ "r_y3": 383.951, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6062,10 +6276,11 @@ "r_y3": 385.749, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6090,10 +6305,11 @@ "r_y3": 388.758, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6118,10 +6334,11 @@ "r_y3": 391.766, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6146,10 +6363,11 @@ "r_y3": 394.775, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6174,10 +6392,11 @@ "r_y3": 421.682, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6202,10 +6421,11 @@ "r_y3": 423.48, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6230,10 +6450,11 @@ "r_y3": 426.488, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6258,10 +6479,11 @@ "r_y3": 427.972, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6286,10 +6508,11 @@ "r_y3": 430.98, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6314,10 +6537,11 @@ "r_y3": 433.989, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6342,10 +6566,11 @@ "r_y3": 436.997, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6370,10 +6595,11 @@ "r_y3": 463.895, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6398,10 +6624,11 @@ "r_y3": 465.693, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6426,10 +6653,11 @@ "r_y3": 468.702, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6454,10 +6682,11 @@ "r_y3": 470.185, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6482,10 +6711,11 @@ "r_y3": 473.194, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6510,10 +6740,11 @@ "r_y3": 476.202, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6538,10 +6769,11 @@ "r_y3": 479.211, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6566,10 +6798,11 @@ "r_y3": 506.109, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6594,10 +6827,11 @@ "r_y3": 507.907, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6622,10 +6856,11 @@ "r_y3": 510.915, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6650,10 +6885,11 @@ "r_y3": 512.399, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6678,10 +6914,11 @@ "r_y3": 515.407, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6706,10 +6943,11 @@ "r_y3": 518.416, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6734,10 +6972,11 @@ "r_y3": 521.424, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6762,10 +7001,11 @@ "r_y3": 548.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6790,10 +7030,11 @@ "r_y3": 550.12, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6818,10 +7059,11 @@ "r_y3": 553.128, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6846,10 +7088,11 @@ "r_y3": 554.612, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6874,10 +7117,11 @@ "r_y3": 557.62, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6902,10 +7146,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6930,10 +7175,11 @@ "r_y3": 563.637, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6958,10 +7204,11 @@ "r_y3": 585.049, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -6986,10 +7233,11 @@ "r_y3": 586.847, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7014,10 +7262,11 @@ "r_y3": 589.856, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7042,10 +7291,11 @@ "r_y3": 591.339, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7070,10 +7320,11 @@ "r_y3": 594.348, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7098,10 +7349,11 @@ "r_y3": 597.356, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7126,10 +7378,11 @@ "r_y3": 600.365, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7154,10 +7407,11 @@ "r_y3": 616.179, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7182,10 +7436,11 @@ "r_y3": 617.977, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7210,10 +7465,11 @@ "r_y3": 620.985, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7238,10 +7494,11 @@ "r_y3": 622.469, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7266,10 +7523,11 @@ "r_y3": 625.477, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7294,10 +7552,11 @@ "r_y3": 628.486, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7322,10 +7581,11 @@ "r_y3": 631.494, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7350,10 +7610,11 @@ "r_y3": 658.392, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7378,10 +7639,11 @@ "r_y3": 660.19, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7406,10 +7668,11 @@ "r_y3": 663.198, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7434,10 +7697,11 @@ "r_y3": 664.682, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7462,10 +7726,11 @@ "r_y3": 667.69, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7490,10 +7755,11 @@ "r_y3": 670.699, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7518,10 +7784,11 @@ "r_y3": 673.707, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7546,10 +7813,11 @@ "r_y3": 700.605, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7574,10 +7842,11 @@ "r_y3": 702.403, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7602,10 +7871,11 @@ "r_y3": 705.412, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7630,10 +7900,11 @@ "r_y3": 706.895, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7658,10 +7929,11 @@ "r_y3": 709.904, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7686,10 +7958,11 @@ "r_y3": 712.912, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7714,10 +7987,11 @@ "r_y3": 715.921, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7742,10 +8016,11 @@ "r_y3": 739.907, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7770,10 +8045,11 @@ "r_y3": 741.705, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7798,10 +8074,11 @@ "r_y3": 744.714, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7826,10 +8103,11 @@ "r_y3": 747.722, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7854,10 +8132,11 @@ "r_y3": 750.731, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -7882,10 +8161,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7910,10 +8190,11 @@ "r_y3": 101.569, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7938,10 +8219,11 @@ "r_y3": 104.465, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7966,10 +8248,11 @@ "r_y3": 107.604, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -7994,10 +8277,11 @@ "r_y3": 110.499, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8022,10 +8306,11 @@ "r_y3": 112.084, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8050,10 +8335,11 @@ "r_y3": 115.241, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8078,10 +8364,11 @@ "r_y3": 118.178, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8106,10 +8393,11 @@ "r_y3": 120.985, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -8134,10 +8422,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8162,10 +8451,11 @@ "r_y3": 106.429, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8190,10 +8480,11 @@ "r_y3": 109.556, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8218,10 +8509,11 @@ "r_y3": 112.671, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8246,10 +8538,11 @@ "r_y3": 114.991, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8274,10 +8567,11 @@ "r_y3": 118.107, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8302,10 +8596,11 @@ "r_y3": 122.848, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8330,10 +8625,11 @@ "r_y3": 125.963, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8358,10 +8654,11 @@ "r_y3": 127.951, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8386,10 +8683,11 @@ "r_y3": 129.31, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8414,10 +8712,11 @@ "r_y3": 132.437, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8442,10 +8741,11 @@ "r_y3": 135.552, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8470,10 +8770,11 @@ "r_y3": 137.843, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8498,10 +8799,11 @@ "r_y3": 141.652, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8526,10 +8828,11 @@ "r_y3": 143.973, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8558,6 +8861,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -8582,10 +8886,11 @@ "r_y3": 148.281, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8610,10 +8915,11 @@ "r_y3": 151.171, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8638,10 +8944,11 @@ "r_y3": 154.013, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8666,10 +8973,11 @@ "r_y3": 156.582, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8694,10 +9002,11 @@ "r_y3": 159.537, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8722,10 +9031,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8750,10 +9060,11 @@ "r_y3": 265.143, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8778,10 +9089,11 @@ "r_y3": 304.343, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8806,10 +9118,11 @@ "r_y3": 307.351, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8834,10 +9147,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8862,10 +9176,11 @@ "r_y3": 349.559, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8890,10 +9205,11 @@ "r_y3": 388.759, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8918,10 +9234,11 @@ "r_y3": 391.767, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8946,10 +9263,11 @@ "r_y3": 430.967, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -8974,10 +9292,11 @@ "r_y3": 433.975, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9002,10 +9321,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9030,10 +9350,11 @@ "r_y3": 476.183, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9058,10 +9379,11 @@ "r_y3": 515.383, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9086,10 +9408,11 @@ "r_y3": 518.391, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9114,10 +9437,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9142,10 +9466,11 @@ "r_y3": 560.599, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9170,10 +9495,11 @@ "r_y3": 594.316, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9198,10 +9524,11 @@ "r_y3": 597.324, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9226,10 +9553,11 @@ "r_y3": 625.443, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9254,10 +9582,11 @@ "r_y3": 628.451, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9282,10 +9611,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9310,10 +9640,11 @@ "r_y3": 670.662, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9338,10 +9669,11 @@ "r_y3": 709.861, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9366,10 +9698,11 @@ "r_y3": 712.87, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9394,10 +9727,11 @@ "r_y3": 741.66, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9422,10 +9756,11 @@ "r_y3": 744.668, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9450,10 +9785,11 @@ "r_y3": 747.677, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9478,10 +9814,11 @@ "r_y3": 103.236, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9506,10 +9843,11 @@ "r_y3": 106.464, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9534,10 +9872,11 @@ "r_y3": 109.58, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9562,10 +9901,11 @@ "r_y3": 111.9, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9590,10 +9930,11 @@ "r_y3": 113.259, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9618,10 +9959,11 @@ "r_y3": 116.374, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9646,10 +9988,11 @@ "r_y3": 119.329, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9674,10 +10017,11 @@ "r_y3": 121.649, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9706,6 +10050,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -9730,10 +10075,11 @@ "r_y3": 125.316, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9758,10 +10104,11 @@ "r_y3": 128.206, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9786,10 +10133,11 @@ "r_y3": 131.049, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9814,10 +10162,11 @@ "r_y3": 133.618, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9842,10 +10191,11 @@ "r_y3": 136.573, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9870,10 +10220,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9898,10 +10249,11 @@ "r_y3": 265.114, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9926,10 +10278,11 @@ "r_y3": 304.319, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9954,10 +10307,11 @@ "r_y3": 307.328, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -9982,10 +10336,11 @@ "r_y3": 346.533, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10010,10 +10365,11 @@ "r_y3": 349.542, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10038,10 +10394,11 @@ "r_y3": 388.747, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10066,10 +10423,11 @@ "r_y3": 391.755, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10094,10 +10452,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10122,10 +10481,11 @@ "r_y3": 433.969, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10150,10 +10510,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10178,10 +10539,11 @@ "r_y3": 476.183, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10206,10 +10568,11 @@ "r_y3": 515.389, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10234,10 +10597,11 @@ "r_y3": 518.397, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10262,10 +10626,11 @@ "r_y3": 557.603, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10290,10 +10655,11 @@ "r_y3": 560.611, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10318,10 +10684,11 @@ "r_y3": 594.328, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10346,10 +10713,11 @@ "r_y3": 597.336, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10374,10 +10742,11 @@ "r_y3": 625.455, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10402,10 +10771,11 @@ "r_y3": 628.463, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10430,10 +10800,11 @@ "r_y3": 667.665, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10458,10 +10829,11 @@ "r_y3": 670.673, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10486,10 +10858,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10514,10 +10887,11 @@ "r_y3": 712.887, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10542,10 +10916,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10570,10 +10945,11 @@ "r_y3": 744.686, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10598,10 +10974,11 @@ "r_y3": 747.695, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10626,10 +11003,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10654,10 +11032,11 @@ "r_y3": 107.182, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10682,10 +11061,11 @@ "r_y3": 109.17, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10710,10 +11090,11 @@ "r_y3": 112.285, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10738,10 +11119,11 @@ "r_y3": 115.241, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10770,6 +11152,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -10794,10 +11177,11 @@ "r_y3": 118.653, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10822,10 +11206,11 @@ "r_y3": 121.542, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10850,10 +11235,11 @@ "r_y3": 124.385, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10878,10 +11264,11 @@ "r_y3": 126.954, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10906,10 +11293,11 @@ "r_y3": 129.909, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10934,10 +11322,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10962,10 +11351,11 @@ "r_y3": 307.357, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -10990,10 +11380,11 @@ "r_y3": 346.545, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11018,10 +11409,11 @@ "r_y3": 349.553, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11046,10 +11438,11 @@ "r_y3": 388.753, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11074,10 +11467,11 @@ "r_y3": 391.761, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11102,10 +11496,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11130,10 +11525,11 @@ "r_y3": 433.969, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11158,10 +11554,11 @@ "r_y3": 473.169, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11186,10 +11583,11 @@ "r_y3": 476.177, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11214,10 +11612,11 @@ "r_y3": 515.377, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11242,10 +11641,11 @@ "r_y3": 518.385, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11270,10 +11670,11 @@ "r_y3": 557.585, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11298,10 +11699,11 @@ "r_y3": 560.593, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11326,10 +11728,11 @@ "r_y3": 594.31, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11354,10 +11757,11 @@ "r_y3": 597.318, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11382,10 +11786,11 @@ "r_y3": 625.437, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11410,10 +11815,11 @@ "r_y3": 628.445, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11438,10 +11844,11 @@ "r_y3": 667.647, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11466,10 +11873,11 @@ "r_y3": 670.656, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11494,10 +11902,11 @@ "r_y3": 709.855, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11522,10 +11931,11 @@ "r_y3": 712.864, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11550,10 +11960,11 @@ "r_y3": 741.654, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11578,10 +11989,11 @@ "r_y3": 744.662, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11606,10 +12018,11 @@ "r_y3": 747.671, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11638,6 +12051,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -11666,6 +12080,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -11690,10 +12105,11 @@ "r_y3": 105.918, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11718,10 +12134,11 @@ "r_y3": 108.808, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11746,10 +12163,11 @@ "r_y3": 111.935, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11774,10 +12192,11 @@ "r_y3": 113.923, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11802,10 +12221,11 @@ "r_y3": 116.766, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11834,6 +12254,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -11858,10 +12279,11 @@ "r_y3": 119.471, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11886,10 +12308,11 @@ "r_y3": 122.361, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11914,10 +12337,11 @@ "r_y3": 125.204, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11942,10 +12366,11 @@ "r_y3": 127.773, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11970,10 +12395,11 @@ "r_y3": 130.728, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -11998,10 +12424,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12026,10 +12453,11 @@ "r_y3": 265.114, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12054,10 +12482,11 @@ "r_y3": 304.313, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12082,10 +12511,11 @@ "r_y3": 307.322, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12110,10 +12540,11 @@ "r_y3": 343.501, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12138,10 +12569,11 @@ "r_y3": 346.509, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12166,10 +12598,11 @@ "r_y3": 349.518, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12194,10 +12627,11 @@ "r_y3": 385.715, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12222,10 +12656,11 @@ "r_y3": 388.723, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12250,10 +12685,11 @@ "r_y3": 391.732, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12278,10 +12714,11 @@ "r_y3": 427.929, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12306,10 +12743,11 @@ "r_y3": 430.937, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12334,10 +12772,11 @@ "r_y3": 433.946, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12362,10 +12801,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12390,10 +12830,11 @@ "r_y3": 473.151, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12418,10 +12859,11 @@ "r_y3": 476.159, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12446,10 +12888,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12474,10 +12917,11 @@ "r_y3": 515.365, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12502,10 +12946,11 @@ "r_y3": 518.373, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12530,10 +12975,11 @@ "r_y3": 554.57, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12558,10 +13004,11 @@ "r_y3": 557.579, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12586,10 +13033,11 @@ "r_y3": 560.587, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12614,10 +13062,11 @@ "r_y3": 591.297, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12642,10 +13091,11 @@ "r_y3": 594.305, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12670,10 +13120,11 @@ "r_y3": 597.314, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12698,10 +13149,11 @@ "r_y3": 622.425, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12726,10 +13178,11 @@ "r_y3": 625.433, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12754,10 +13207,11 @@ "r_y3": 628.442, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12782,10 +13236,11 @@ "r_y3": 664.639, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12810,10 +13265,11 @@ "r_y3": 667.647, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12838,10 +13294,11 @@ "r_y3": 670.656, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12866,10 +13323,11 @@ "r_y3": 706.853, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12894,10 +13352,11 @@ "r_y3": 709.861, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12922,10 +13381,11 @@ "r_y3": 712.87, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12950,10 +13410,11 @@ "r_y3": 737.197, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -12978,10 +13439,11 @@ "r_y3": 740.205, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13006,10 +13468,11 @@ "r_y3": 741.689, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13034,10 +13497,11 @@ "r_y3": 744.697, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13062,10 +13526,11 @@ "r_y3": 747.706, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13090,10 +13555,11 @@ "r_y3": 103.242, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13118,10 +13584,11 @@ "r_y3": 108.316, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13146,10 +13613,11 @@ "r_y3": 109.675, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13174,10 +13642,11 @@ "r_y3": 111.995, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13202,10 +13671,11 @@ "r_y3": 114.505, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13230,10 +13700,11 @@ "r_y3": 117.46, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13258,10 +13729,11 @@ "r_y3": 118.819, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13286,10 +13758,11 @@ "r_y3": 120.178, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13314,10 +13787,11 @@ "r_y3": 123.02, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13342,10 +13816,11 @@ "r_y3": 126.135, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13370,10 +13845,11 @@ "r_y3": 129.09, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13398,10 +13874,11 @@ "r_y3": 132.218, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13426,10 +13903,11 @@ "r_y3": 135.333, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13458,6 +13936,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -13482,10 +13961,11 @@ "r_y3": 139.006, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13510,10 +13990,11 @@ "r_y3": 142.228, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13538,10 +14019,11 @@ "r_y3": 145.183, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13566,10 +14048,11 @@ "r_y3": 147.693, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13594,10 +14077,11 @@ "r_y3": 150.648, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13622,10 +14106,11 @@ "r_y3": 152.007, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13650,10 +14135,11 @@ "r_y3": 155.122, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13678,10 +14164,11 @@ "r_y3": 157.11, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13706,10 +14193,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13734,10 +14222,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13762,10 +14251,11 @@ "r_y3": 265.114, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13790,10 +14280,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13818,10 +14309,11 @@ "r_y3": 299.839, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13846,10 +14338,11 @@ "r_y3": 301.322, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13874,10 +14367,11 @@ "r_y3": 304.331, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13902,10 +14396,11 @@ "r_y3": 307.339, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13930,10 +14425,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13958,10 +14454,11 @@ "r_y3": 349.559, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -13986,10 +14483,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14014,10 +14512,11 @@ "r_y3": 388.747, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14042,10 +14541,11 @@ "r_y3": 391.755, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14070,10 +14570,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14098,10 +14599,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14126,10 +14628,11 @@ "r_y3": 433.969, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14154,10 +14657,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14182,10 +14686,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14210,10 +14715,11 @@ "r_y3": 476.183, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14238,10 +14744,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14266,10 +14773,11 @@ "r_y3": 515.389, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14294,10 +14802,11 @@ "r_y3": 518.397, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14322,10 +14831,11 @@ "r_y3": 557.614, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14350,10 +14860,11 @@ "r_y3": 560.623, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14378,10 +14889,11 @@ "r_y3": 591.317, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14406,10 +14918,11 @@ "r_y3": 594.325, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14434,10 +14947,11 @@ "r_y3": 597.334, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14462,10 +14976,11 @@ "r_y3": 625.468, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14490,10 +15005,11 @@ "r_y3": 628.476, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14518,10 +15034,11 @@ "r_y3": 667.677, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14546,10 +15063,11 @@ "r_y3": 670.685, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14574,10 +15092,11 @@ "r_y3": 702.387, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14602,10 +15121,11 @@ "r_y3": 705.395, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14630,10 +15150,11 @@ "r_y3": 706.879, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14658,10 +15179,11 @@ "r_y3": 709.887, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14686,10 +15208,11 @@ "r_y3": 712.896, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14714,10 +15237,11 @@ "r_y3": 737.213, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14742,10 +15266,11 @@ "r_y3": 740.222, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14770,10 +15295,11 @@ "r_y3": 741.705, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14798,10 +15324,11 @@ "r_y3": 744.714, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14826,10 +15353,11 @@ "r_y3": 747.722, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14854,10 +15382,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14882,10 +15411,11 @@ "r_y3": 105.978, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14910,10 +15440,11 @@ "r_y3": 108.933, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14938,10 +15469,11 @@ "r_y3": 112.048, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14966,10 +15498,11 @@ "r_y3": 115.003, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -14994,10 +15527,11 @@ "r_y3": 117.074, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15022,10 +15556,11 @@ "r_y3": 119.917, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15054,6 +15589,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -15078,10 +15614,11 @@ "r_y3": 122.616, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15106,10 +15643,11 @@ "r_y3": 125.839, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15134,10 +15672,11 @@ "r_y3": 128.794, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15162,10 +15701,11 @@ "r_y3": 131.304, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15190,10 +15730,11 @@ "r_y3": 134.259, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15218,10 +15759,11 @@ "r_y3": 135.618, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15246,10 +15788,11 @@ "r_y3": 138.733, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15274,10 +15817,11 @@ "r_y3": 140.721, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15302,10 +15846,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15330,10 +15875,11 @@ "r_y3": 307.36, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15358,10 +15904,11 @@ "r_y3": 349.57, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15386,10 +15933,11 @@ "r_y3": 391.78, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15414,10 +15962,11 @@ "r_y3": 433.991, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15442,10 +15991,11 @@ "r_y3": 476.201, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15470,10 +16020,11 @@ "r_y3": 518.411, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15498,10 +16049,11 @@ "r_y3": 560.622, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15526,10 +16078,11 @@ "r_y3": 597.343, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15554,10 +16107,11 @@ "r_y3": 628.469, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15582,10 +16136,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15610,10 +16165,11 @@ "r_y3": 712.89, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15638,10 +16194,11 @@ "r_y3": 747.712, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15666,10 +16223,11 @@ "r_y3": 98.216, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15694,10 +16252,11 @@ "r_y3": 101.106, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15722,10 +16281,11 @@ "r_y3": 105.034, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15750,10 +16310,11 @@ "r_y3": 107.924, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15778,10 +16339,11 @@ "r_y3": 111.36, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15810,6 +16372,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -15834,10 +16397,11 @@ "r_y3": 115.199, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15862,10 +16426,11 @@ "r_y3": 118.421, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15890,10 +16455,11 @@ "r_y3": 121.317, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15918,10 +16484,11 @@ "r_y3": 124.48, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15946,10 +16513,11 @@ "r_y3": 127.375, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -15974,10 +16542,11 @@ "r_y3": 128.871, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16002,10 +16571,11 @@ "r_y3": 131.939, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16030,10 +16600,11 @@ "r_y3": 134.828, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16058,10 +16629,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16086,10 +16658,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16114,10 +16687,11 @@ "r_y3": 265.114, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16142,10 +16716,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16170,10 +16745,11 @@ "r_y3": 299.839, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16198,10 +16774,11 @@ "r_y3": 301.322, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16226,10 +16803,11 @@ "r_y3": 304.331, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16254,10 +16832,11 @@ "r_y3": 307.339, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16282,10 +16861,11 @@ "r_y3": 343.524, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16310,10 +16890,11 @@ "r_y3": 346.533, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16338,10 +16919,11 @@ "r_y3": 349.541, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16366,10 +16948,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16394,10 +16977,11 @@ "r_y3": 388.747, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16422,10 +17006,11 @@ "r_y3": 391.755, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16450,10 +17035,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16478,10 +17064,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16506,10 +17093,11 @@ "r_y3": 433.969, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16534,10 +17122,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16562,10 +17151,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16590,10 +17180,11 @@ "r_y3": 476.183, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16618,10 +17209,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16646,10 +17238,11 @@ "r_y3": 515.389, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16674,10 +17267,11 @@ "r_y3": 518.397, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16702,10 +17296,11 @@ "r_y3": 554.594, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16730,10 +17325,11 @@ "r_y3": 557.603, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16758,10 +17354,11 @@ "r_y3": 560.611, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16786,10 +17383,11 @@ "r_y3": 591.32, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16814,10 +17412,11 @@ "r_y3": 594.329, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16842,10 +17441,11 @@ "r_y3": 597.337, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16870,10 +17470,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16898,10 +17499,11 @@ "r_y3": 625.457, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16926,10 +17528,11 @@ "r_y3": 628.465, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16954,10 +17557,11 @@ "r_y3": 664.662, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -16982,10 +17586,11 @@ "r_y3": 667.671, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17010,10 +17615,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17038,10 +17644,11 @@ "r_y3": 702.396, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17066,10 +17673,11 @@ "r_y3": 705.405, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17094,10 +17702,11 @@ "r_y3": 706.888, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17122,10 +17731,11 @@ "r_y3": 709.897, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17150,10 +17760,11 @@ "r_y3": 712.905, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17178,10 +17789,11 @@ "r_y3": 737.223, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17206,10 +17818,11 @@ "r_y3": 740.231, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17234,10 +17847,11 @@ "r_y3": 741.715, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17262,10 +17876,11 @@ "r_y3": 744.723, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17290,10 +17905,11 @@ "r_y3": 747.732, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17318,10 +17934,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17346,10 +17963,11 @@ "r_y3": 101.966, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17374,10 +17992,11 @@ "r_y3": 103.551, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17402,10 +18021,11 @@ "r_y3": 106.357, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17430,10 +18050,11 @@ "r_y3": 109.686, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17458,10 +18079,11 @@ "r_y3": 113.561, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17486,10 +18108,11 @@ "r_y3": 116.902, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17514,10 +18137,11 @@ "r_y3": 119.709, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17542,10 +18166,11 @@ "r_y3": 122.605, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17570,10 +18195,11 @@ "r_y3": 127.791, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17598,10 +18224,11 @@ "r_y3": 130.687, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17626,10 +18253,11 @@ "r_y3": 134.597, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17654,10 +18282,11 @@ "r_y3": 137.534, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17682,10 +18311,11 @@ "r_y3": 140.341, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -17710,10 +18340,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17738,10 +18369,11 @@ "r_y3": 106.963, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17766,10 +18398,11 @@ "r_y3": 108.322, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17794,10 +18427,11 @@ "r_y3": 111.117, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17822,10 +18456,11 @@ "r_y3": 114.232, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17850,10 +18485,11 @@ "r_y3": 117.187, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17882,6 +18518,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -17906,10 +18543,11 @@ "r_y3": 120.599, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17934,10 +18572,11 @@ "r_y3": 123.495, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17962,10 +18601,11 @@ "r_y3": 126.61, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -17990,10 +18630,11 @@ "r_y3": 129.725, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18018,10 +18659,11 @@ "r_y3": 132.235, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18046,10 +18688,11 @@ "r_y3": 135.078, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18074,10 +18717,11 @@ "r_y3": 137.066, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18102,10 +18746,11 @@ "r_y3": 138.424, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18130,10 +18775,11 @@ "r_y3": 141.552, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18158,10 +18804,11 @@ "r_y3": 265.161, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18186,10 +18833,11 @@ "r_y3": 307.371, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18214,10 +18862,11 @@ "r_y3": 349.582, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18242,10 +18891,11 @@ "r_y3": 391.792, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18270,10 +18920,11 @@ "r_y3": 434.003, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18298,10 +18949,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18326,10 +18978,11 @@ "r_y3": 518.423, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18354,10 +19007,11 @@ "r_y3": 560.634, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18382,10 +19036,11 @@ "r_y3": 597.355, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18410,10 +19065,11 @@ "r_y3": 628.481, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18438,10 +19094,11 @@ "r_y3": 670.691, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18466,10 +19123,11 @@ "r_y3": 712.902, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18494,10 +19152,11 @@ "r_y3": 747.724, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18522,10 +19181,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18550,10 +19210,11 @@ "r_y3": 106.702, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18578,10 +19239,11 @@ "r_y3": 108.061, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18610,6 +19272,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -18634,10 +19297,11 @@ "r_y3": 110.766, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18662,10 +19326,11 @@ "r_y3": 114.695, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18690,10 +19355,11 @@ "r_y3": 116.683, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18718,10 +19384,11 @@ "r_y3": 119.798, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18746,10 +19413,11 @@ "r_y3": 122.753, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18778,6 +19446,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -18802,10 +19471,11 @@ "r_y3": 126.165, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18830,10 +19500,11 @@ "r_y3": 129.061, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18858,10 +19529,11 @@ "r_y3": 132.176, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18886,10 +19558,11 @@ "r_y3": 135.291, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18914,10 +19587,11 @@ "r_y3": 137.801, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18942,10 +19616,11 @@ "r_y3": 140.644, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18970,10 +19645,11 @@ "r_y3": 142.632, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -18998,10 +19674,11 @@ "r_y3": 143.99, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19026,10 +19703,11 @@ "r_y3": 147.118, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19054,10 +19732,11 @@ "r_y3": 265.161, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19082,10 +19761,11 @@ "r_y3": 307.371, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19110,10 +19790,11 @@ "r_y3": 349.582, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19138,10 +19819,11 @@ "r_y3": 391.792, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19166,10 +19848,11 @@ "r_y3": 434.003, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19194,10 +19877,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19222,10 +19906,11 @@ "r_y3": 518.423, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19250,10 +19935,11 @@ "r_y3": 560.634, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19278,10 +19964,11 @@ "r_y3": 597.355, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19306,10 +19993,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19334,10 +20022,11 @@ "r_y3": 628.471, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19362,10 +20051,11 @@ "r_y3": 667.674, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19390,10 +20080,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19418,10 +20109,11 @@ "r_y3": 709.882, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19446,10 +20138,11 @@ "r_y3": 712.893, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19474,10 +20167,11 @@ "r_y3": 744.706, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19502,10 +20196,11 @@ "r_y3": 747.713, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19530,10 +20225,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19558,10 +20254,11 @@ "r_y3": 106.334, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19586,10 +20283,11 @@ "r_y3": 109.449, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19614,10 +20312,11 @@ "r_y3": 112.564, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19642,10 +20341,11 @@ "r_y3": 113.923, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19670,10 +20370,11 @@ "r_y3": 115.282, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19702,6 +20403,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -19726,10 +20428,11 @@ "r_y3": 119.139, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19754,10 +20457,11 @@ "r_y3": 122.836, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19782,10 +20486,11 @@ "r_y3": 125.791, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19810,10 +20515,11 @@ "r_y3": 128.633, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19838,10 +20544,11 @@ "r_y3": 129.992, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19866,10 +20573,11 @@ "r_y3": 131.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19894,10 +20602,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19922,10 +20631,11 @@ "r_y3": 265.143, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19950,10 +20660,11 @@ "r_y3": 304.349, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -19978,10 +20689,11 @@ "r_y3": 307.357, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20006,10 +20718,11 @@ "r_y3": 346.563, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20034,10 +20747,11 @@ "r_y3": 349.571, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20062,10 +20776,11 @@ "r_y3": 388.777, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20090,10 +20805,11 @@ "r_y3": 391.785, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20118,10 +20834,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20146,10 +20863,11 @@ "r_y3": 433.999, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20174,10 +20892,11 @@ "r_y3": 473.204, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20202,10 +20921,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20230,10 +20950,11 @@ "r_y3": 515.418, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20258,10 +20979,11 @@ "r_y3": 518.427, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20286,10 +21008,11 @@ "r_y3": 557.632, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20314,10 +21037,11 @@ "r_y3": 560.641, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20342,10 +21066,11 @@ "r_y3": 594.357, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20370,10 +21095,11 @@ "r_y3": 597.366, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20398,10 +21124,11 @@ "r_y3": 625.484, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20426,10 +21153,11 @@ "r_y3": 628.493, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20454,10 +21182,11 @@ "r_y3": 667.695, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20482,10 +21211,11 @@ "r_y3": 670.703, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20510,10 +21240,11 @@ "r_y3": 706.882, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20538,10 +21269,11 @@ "r_y3": 709.891, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20566,10 +21298,11 @@ "r_y3": 712.899, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20594,10 +21327,11 @@ "r_y3": 741.705, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20622,10 +21356,11 @@ "r_y3": 744.713, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20650,10 +21385,11 @@ "r_y3": 747.722, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20678,10 +21414,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20706,10 +21443,11 @@ "r_y3": 108.357, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20734,10 +21472,11 @@ "r_y3": 111.312, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20762,10 +21501,11 @@ "r_y3": 114.428, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20790,10 +21530,11 @@ "r_y3": 116.415, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20818,10 +21559,11 @@ "r_y3": 119.258, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20850,6 +21592,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -20874,10 +21617,11 @@ "r_y3": 121.958, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20902,10 +21646,11 @@ "r_y3": 125.655, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20930,10 +21675,11 @@ "r_y3": 128.343, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20958,10 +21704,11 @@ "r_y3": 131.138, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -20986,10 +21733,11 @@ "r_y3": 132.496, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21014,10 +21762,11 @@ "r_y3": 135.452, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21042,10 +21791,11 @@ "r_y3": 138.567, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21070,10 +21820,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21098,10 +21849,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21126,10 +21878,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21154,10 +21907,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21182,10 +21936,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21210,10 +21965,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21238,10 +21994,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21266,10 +22023,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21294,10 +22052,11 @@ "r_y3": 518.439, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21322,10 +22081,11 @@ "r_y3": 557.626, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21350,10 +22110,11 @@ "r_y3": 560.635, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21378,10 +22139,11 @@ "r_y3": 594.351, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21406,10 +22168,11 @@ "r_y3": 597.36, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21434,10 +22197,11 @@ "r_y3": 625.478, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21462,10 +22226,11 @@ "r_y3": 628.489, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21490,10 +22255,11 @@ "r_y3": 667.692, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21518,10 +22284,11 @@ "r_y3": 670.697, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21546,10 +22313,11 @@ "r_y3": 709.9, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21574,10 +22342,11 @@ "r_y3": 712.911, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21602,10 +22371,11 @@ "r_y3": 741.701, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21630,10 +22400,11 @@ "r_y3": 744.711, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21658,10 +22429,11 @@ "r_y3": 747.719, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21686,10 +22458,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21714,10 +22487,11 @@ "r_y3": 106.007, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21742,10 +22516,11 @@ "r_y3": 108.517, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21770,10 +22545,11 @@ "r_y3": 111.633, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21798,10 +22574,11 @@ "r_y3": 114.76, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21826,10 +22603,11 @@ "r_y3": 117.887, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21858,6 +22636,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -21882,10 +22661,11 @@ "r_y3": 120.599, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21910,10 +22690,11 @@ "r_y3": 124.035, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21938,10 +22719,11 @@ "r_y3": 125.394, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21966,10 +22748,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -21994,10 +22777,11 @@ "r_y3": 307.387, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22022,10 +22806,11 @@ "r_y3": 349.595, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22050,10 +22835,11 @@ "r_y3": 388.783, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22078,10 +22864,11 @@ "r_y3": 391.791, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22106,10 +22893,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22134,10 +22922,11 @@ "r_y3": 433.999, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22162,10 +22951,11 @@ "r_y3": 476.225, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22190,10 +22980,11 @@ "r_y3": 518.433, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22218,10 +23009,11 @@ "r_y3": 557.62, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22246,10 +23038,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22274,10 +23067,11 @@ "r_y3": 594.345, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22302,10 +23096,11 @@ "r_y3": 597.354, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22330,10 +23125,11 @@ "r_y3": 625.472, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22358,10 +23154,11 @@ "r_y3": 628.481, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22386,10 +23183,11 @@ "r_y3": 667.683, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22414,10 +23212,11 @@ "r_y3": 670.691, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22442,10 +23241,11 @@ "r_y3": 709.891, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22470,10 +23270,11 @@ "r_y3": 712.899, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22498,10 +23299,11 @@ "r_y3": 741.689, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22526,10 +23328,11 @@ "r_y3": 744.698, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22554,10 +23357,11 @@ "r_y3": 747.706, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22582,10 +23386,11 @@ "r_y3": 103.272, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22610,10 +23415,11 @@ "r_y3": 106.162, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22638,10 +23444,11 @@ "r_y3": 109.117, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22666,10 +23473,11 @@ "r_y3": 113.858, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22694,10 +23502,11 @@ "r_y3": 116.973, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22722,10 +23531,11 @@ "r_y3": 120.1, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22750,10 +23560,11 @@ "r_y3": 122.171, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22778,10 +23589,11 @@ "r_y3": 125.014, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22806,10 +23618,11 @@ "r_y3": 127.085, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22838,6 +23651,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -22862,10 +23676,11 @@ "r_y3": 131.108, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22894,6 +23709,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -22918,10 +23734,11 @@ "r_y3": 136.496, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22946,10 +23763,11 @@ "r_y3": 140.145, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -22974,10 +23792,11 @@ "r_y3": 141.504, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23002,10 +23821,11 @@ "r_y3": 143.824, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23030,10 +23850,11 @@ "r_y3": 146.667, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23058,10 +23879,11 @@ "r_y3": 149.782, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23086,10 +23908,11 @@ "r_y3": 151.141, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23114,10 +23937,11 @@ "r_y3": 152.5, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23142,10 +23966,11 @@ "r_y3": 153.859, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23170,10 +23995,11 @@ "r_y3": 155.846, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23202,6 +24028,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -23226,10 +24053,11 @@ "r_y3": 159.893, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23254,10 +24082,11 @@ "r_y3": 163.329, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23282,10 +24111,11 @@ "r_y3": 165.649, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23310,10 +24140,11 @@ "r_y3": 167.969, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23338,10 +24169,11 @@ "r_y3": 169.328, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23366,10 +24198,11 @@ "r_y3": 171.648, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23394,10 +24227,11 @@ "r_y3": 173.636, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23422,10 +24256,11 @@ "r_y3": 176.479, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23450,10 +24285,11 @@ "r_y3": 179.594, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23478,10 +24314,11 @@ "r_y3": 182.104, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23506,10 +24343,11 @@ "r_y3": 265.167, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23534,10 +24372,11 @@ "r_y3": 307.375, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23562,10 +24401,11 @@ "r_y3": 349.583, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23590,10 +24430,11 @@ "r_y3": 388.771, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23618,10 +24459,11 @@ "r_y3": 391.779, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23646,10 +24488,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23674,10 +24517,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23702,10 +24546,11 @@ "r_y3": 515.4, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23730,10 +24575,11 @@ "r_y3": 518.409, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23758,10 +24604,11 @@ "r_y3": 557.608, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23786,10 +24633,11 @@ "r_y3": 560.617, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23814,10 +24662,11 @@ "r_y3": 594.334, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23842,10 +24691,11 @@ "r_y3": 597.342, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23870,10 +24720,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23898,10 +24749,11 @@ "r_y3": 628.469, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23926,10 +24778,11 @@ "r_y3": 667.671, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23954,10 +24807,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -23982,10 +24836,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24010,10 +24865,11 @@ "r_y3": 712.887, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24038,10 +24894,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24066,10 +24923,11 @@ "r_y3": 744.686, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24094,10 +24952,11 @@ "r_y3": 747.695, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24122,10 +24981,11 @@ "r_y3": 103.26, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24150,10 +25010,11 @@ "r_y3": 106.15, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24178,10 +25039,11 @@ "r_y3": 108.221, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24206,10 +25068,11 @@ "r_y3": 111.063, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24234,10 +25097,11 @@ "r_y3": 114.178, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24262,10 +25126,11 @@ "r_y3": 116.499, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24290,10 +25155,11 @@ "r_y3": 119.614, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24318,10 +25184,11 @@ "r_y3": 122.741, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24346,10 +25213,11 @@ "r_y3": 124.812, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24374,10 +25242,11 @@ "r_y3": 126.8, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24402,10 +25271,11 @@ "r_y3": 129.642, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24430,10 +25300,11 @@ "r_y3": 131.63, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24458,10 +25329,11 @@ "r_y3": 132.989, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24486,10 +25358,11 @@ "r_y3": 136.116, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24514,10 +25387,11 @@ "r_y3": 265.143, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24542,10 +25416,11 @@ "r_y3": 307.351, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24570,10 +25445,11 @@ "r_y3": 343.513, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24598,10 +25474,11 @@ "r_y3": 346.521, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24626,10 +25503,11 @@ "r_y3": 349.53, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24654,10 +25532,11 @@ "r_y3": 391.773, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24682,10 +25561,11 @@ "r_y3": 433.981, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24710,10 +25590,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24738,10 +25619,11 @@ "r_y3": 473.151, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24766,10 +25648,11 @@ "r_y3": 476.159, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24794,10 +25677,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24822,10 +25706,11 @@ "r_y3": 515.365, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24850,10 +25735,11 @@ "r_y3": 518.373, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24878,10 +25764,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24906,10 +25793,11 @@ "r_y3": 560.599, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24934,10 +25822,11 @@ "r_y3": 591.293, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24962,10 +25851,11 @@ "r_y3": 594.301, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -24990,10 +25880,11 @@ "r_y3": 597.31, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25018,10 +25909,11 @@ "r_y3": 625.444, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25046,10 +25938,11 @@ "r_y3": 628.452, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25074,10 +25967,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25102,10 +25996,11 @@ "r_y3": 670.662, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25130,10 +26025,11 @@ "r_y3": 706.841, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25158,10 +26054,11 @@ "r_y3": 709.849, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25186,10 +26083,11 @@ "r_y3": 712.858, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25214,10 +26112,11 @@ "r_y3": 737.185, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25242,10 +26141,11 @@ "r_y3": 740.193, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25270,10 +26170,11 @@ "r_y3": 741.677, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25298,10 +26199,11 @@ "r_y3": 744.685, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25326,10 +26228,11 @@ "r_y3": 747.694, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25354,10 +26257,11 @@ "r_y3": 103.248, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25382,10 +26286,11 @@ "r_y3": 106.684, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25410,10 +26315,11 @@ "r_y3": 108.043, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25442,6 +26348,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -25466,10 +26373,11 @@ "r_y3": 110.749, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25494,10 +26402,11 @@ "r_y3": 114.677, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25522,10 +26431,11 @@ "r_y3": 116.665, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25550,10 +26460,11 @@ "r_y3": 119.78, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25578,10 +26489,11 @@ "r_y3": 122.735, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25610,6 +26522,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -25634,10 +26547,11 @@ "r_y3": 126.147, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25662,10 +26576,11 @@ "r_y3": 128.639, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25690,10 +26605,11 @@ "r_y3": 131.767, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25718,10 +26634,11 @@ "r_y3": 134.277, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25746,10 +26663,11 @@ "r_y3": 137.119, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25774,10 +26692,11 @@ "r_y3": 259.091, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25802,10 +26721,11 @@ "r_y3": 262.099, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25830,10 +26750,11 @@ "r_y3": 265.108, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25858,10 +26779,11 @@ "r_y3": 301.305, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25886,10 +26808,11 @@ "r_y3": 304.313, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25914,10 +26837,11 @@ "r_y3": 307.322, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25942,10 +26866,11 @@ "r_y3": 343.519, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25970,10 +26895,11 @@ "r_y3": 346.527, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -25998,10 +26924,11 @@ "r_y3": 349.536, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26026,10 +26953,11 @@ "r_y3": 385.732, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26054,10 +26982,11 @@ "r_y3": 388.741, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26082,10 +27011,11 @@ "r_y3": 391.749, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26110,10 +27040,11 @@ "r_y3": 427.946, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26138,10 +27069,11 @@ "r_y3": 430.955, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26166,10 +27098,11 @@ "r_y3": 433.963, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26194,10 +27127,11 @@ "r_y3": 470.16, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26222,10 +27156,11 @@ "r_y3": 473.169, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26250,10 +27185,11 @@ "r_y3": 476.177, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26278,10 +27214,11 @@ "r_y3": 512.374, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26306,10 +27243,11 @@ "r_y3": 515.383, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26334,10 +27272,11 @@ "r_y3": 518.391, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26362,10 +27301,11 @@ "r_y3": 554.588, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26390,10 +27330,11 @@ "r_y3": 557.597, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26418,10 +27359,11 @@ "r_y3": 560.605, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26446,10 +27388,11 @@ "r_y3": 591.314, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26474,10 +27417,11 @@ "r_y3": 594.323, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26502,10 +27446,11 @@ "r_y3": 597.331, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26530,10 +27475,11 @@ "r_y3": 622.443, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26558,10 +27504,11 @@ "r_y3": 625.451, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26586,10 +27533,11 @@ "r_y3": 628.46, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26614,10 +27562,11 @@ "r_y3": 664.656, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26642,10 +27591,11 @@ "r_y3": 667.665, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26670,10 +27620,11 @@ "r_y3": 670.673, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26698,10 +27649,11 @@ "r_y3": 705.078, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26726,10 +27678,11 @@ "r_y3": 706.876, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26754,10 +27707,11 @@ "r_y3": 709.885, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26782,10 +27736,11 @@ "r_y3": 712.893, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26810,10 +27765,11 @@ "r_y3": 715.902, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26838,10 +27794,11 @@ "r_y3": 737.211, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26866,10 +27823,11 @@ "r_y3": 740.22, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26894,10 +27852,11 @@ "r_y3": 741.703, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26922,10 +27881,11 @@ "r_y3": 744.712, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26950,10 +27910,11 @@ "r_y3": 747.72, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -26978,10 +27939,11 @@ "r_y3": 108.304, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27006,10 +27968,11 @@ "r_y3": 111.194, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27034,10 +27997,11 @@ "r_y3": 114.321, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27062,10 +28026,11 @@ "r_y3": 116.309, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27090,10 +28055,11 @@ "r_y3": 119.151, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27122,6 +28088,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -27146,10 +28113,11 @@ "r_y3": 121.857, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27174,10 +28142,11 @@ "r_y3": 125.293, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27202,10 +28171,11 @@ "r_y3": 127.613, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27230,10 +28200,11 @@ "r_y3": 129.933, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27258,10 +28229,11 @@ "r_y3": 131.292, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27286,10 +28258,11 @@ "r_y3": 133.612, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27314,10 +28287,11 @@ "r_y3": 135.6, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27342,10 +28316,11 @@ "r_y3": 138.442, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27370,10 +28345,11 @@ "r_y3": 141.558, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27398,10 +28374,11 @@ "r_y3": 144.068, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27430,6 +28407,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -27454,10 +28432,11 @@ "r_y3": 148.364, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27482,10 +28461,11 @@ "r_y3": 151.206, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27510,10 +28490,11 @@ "r_y3": 154.321, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27542,6 +28523,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -27566,10 +28548,11 @@ "r_y3": 158.784, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "S", + "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27594,10 +28577,11 @@ "r_y3": 162.528, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27622,10 +28606,11 @@ "r_y3": 164.599, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27650,10 +28635,11 @@ "r_y3": 167.441, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27678,10 +28664,11 @@ "r_y3": 170.557, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27706,10 +28693,11 @@ "r_y3": 172.544, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27734,10 +28722,11 @@ "r_y3": 259.114, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27762,10 +28751,11 @@ "r_y3": 262.123, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27790,10 +28780,11 @@ "r_y3": 265.131, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27818,10 +28809,11 @@ "r_y3": 301.328, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27846,10 +28838,11 @@ "r_y3": 304.337, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27874,10 +28867,11 @@ "r_y3": 307.345, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27902,10 +28896,11 @@ "r_y3": 343.542, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27930,10 +28925,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27958,10 +28954,11 @@ "r_y3": 349.559, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -27986,10 +28983,11 @@ "r_y3": 385.756, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28014,10 +29012,11 @@ "r_y3": 388.765, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28042,10 +29041,11 @@ "r_y3": 391.773, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28070,10 +29070,11 @@ "r_y3": 427.97, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28098,10 +29099,11 @@ "r_y3": 430.979, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28126,10 +29128,11 @@ "r_y3": 433.987, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28154,10 +29157,11 @@ "r_y3": 470.184, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28182,10 +29186,11 @@ "r_y3": 473.192, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28210,10 +29215,11 @@ "r_y3": 476.201, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28238,10 +29244,11 @@ "r_y3": 512.398, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28266,10 +29273,11 @@ "r_y3": 515.406, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28294,10 +29302,11 @@ "r_y3": 518.415, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28322,10 +29331,11 @@ "r_y3": 554.612, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28350,10 +29360,11 @@ "r_y3": 557.62, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28378,10 +29389,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28406,10 +29418,11 @@ "r_y3": 591.338, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28434,10 +29447,11 @@ "r_y3": 594.347, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28462,10 +29476,11 @@ "r_y3": 597.355, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28490,10 +29505,11 @@ "r_y3": 622.466, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28518,10 +29534,11 @@ "r_y3": 625.475, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28546,10 +29563,11 @@ "r_y3": 628.483, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28574,10 +29592,11 @@ "r_y3": 664.68, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28602,10 +29621,11 @@ "r_y3": 667.689, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28630,10 +29650,11 @@ "r_y3": 670.697, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28658,10 +29679,11 @@ "r_y3": 706.894, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28686,10 +29708,11 @@ "r_y3": 709.903, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28714,10 +29737,11 @@ "r_y3": 712.911, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28742,10 +29766,11 @@ "r_y3": 737.238, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28770,10 +29795,11 @@ "r_y3": 740.247, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28798,10 +29824,11 @@ "r_y3": 741.73, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28826,10 +29853,11 @@ "r_y3": 744.739, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28854,10 +29882,11 @@ "r_y3": 747.747, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28882,10 +29911,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28910,10 +29940,11 @@ "r_y3": 106.179, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28938,10 +29969,11 @@ "r_y3": 108.69, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28966,10 +29998,11 @@ "r_y3": 111.817, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -28994,10 +30027,11 @@ "r_y3": 114.932, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29022,10 +30056,11 @@ "r_y3": 118.059, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29050,10 +30085,11 @@ "r_y3": 122.8, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29078,10 +30114,11 @@ "r_y3": 124.159, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29110,6 +30147,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -29134,10 +30172,11 @@ "r_y3": 128.016, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29162,10 +30201,11 @@ "r_y3": 131.666, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29190,10 +30230,11 @@ "r_y3": 134.621, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "T", + "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29218,10 +30259,11 @@ "r_y3": 137.303, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29246,10 +30288,11 @@ "r_y3": 140.258, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29274,10 +30317,11 @@ "r_y3": 141.617, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29302,10 +30346,11 @@ "r_y3": 144.744, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29330,10 +30375,11 @@ "r_y3": 147.859, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29358,10 +30404,11 @@ "r_y3": 152.601, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29386,10 +30433,11 @@ "r_y3": 155.556, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29414,10 +30462,11 @@ "r_y3": 158.671, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29442,10 +30491,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29470,10 +30520,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29498,10 +30549,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29526,10 +30578,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29554,10 +30607,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29582,10 +30636,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29610,10 +30665,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29638,10 +30694,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29666,10 +30723,11 @@ "r_y3": 512.393, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29694,10 +30752,11 @@ "r_y3": 515.4, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29722,10 +30781,11 @@ "r_y3": 518.409, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29750,10 +30810,11 @@ "r_y3": 554.604, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29778,10 +30839,11 @@ "r_y3": 557.614, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29806,10 +30868,11 @@ "r_y3": 560.623, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29834,10 +30897,11 @@ "r_y3": 591.332, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29862,10 +30926,11 @@ "r_y3": 594.339, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29890,10 +30955,11 @@ "r_y3": 597.348, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29918,10 +30984,11 @@ "r_y3": 622.459, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29946,10 +31013,11 @@ "r_y3": 625.469, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -29974,10 +31042,11 @@ "r_y3": 628.477, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30002,10 +31071,11 @@ "r_y3": 664.672, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30030,10 +31100,11 @@ "r_y3": 667.683, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30058,10 +31129,11 @@ "r_y3": 670.691, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30086,10 +31158,11 @@ "r_y3": 705.072, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30114,10 +31187,11 @@ "r_y3": 706.87, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30142,10 +31216,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30170,10 +31245,11 @@ "r_y3": 712.887, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30198,10 +31274,11 @@ "r_y3": 715.896, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30226,10 +31303,11 @@ "r_y3": 737.205, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30254,10 +31332,11 @@ "r_y3": 740.214, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30282,10 +31361,11 @@ "r_y3": 741.697, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30310,10 +31390,11 @@ "r_y3": 744.706, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30338,10 +31419,11 @@ "r_y3": 747.714, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30366,10 +31448,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30394,10 +31477,11 @@ "r_y3": 106.352, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30422,10 +31506,11 @@ "r_y3": 109.194, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30450,10 +31535,11 @@ "r_y3": 111.265, "coord_origin": "BOTTOMLEFT" }, - "text": "k", - "orig": "k", + "text": "U", + "orig": "U", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30478,10 +31564,11 @@ "r_y3": 113.965, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30510,6 +31597,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -30534,10 +31622,11 @@ "r_y3": 117.62, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30566,6 +31655,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -30590,10 +31680,11 @@ "r_y3": 123.008, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30618,10 +31709,11 @@ "r_y3": 124.996, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30646,10 +31738,11 @@ "r_y3": 128.111, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30678,6 +31771,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -30702,10 +31796,11 @@ "r_y3": 132.407, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30730,10 +31825,11 @@ "r_y3": 135.303, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30758,10 +31854,11 @@ "r_y3": 138.418, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "T", + "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30786,10 +31883,11 @@ "r_y3": 141.101, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30814,10 +31912,11 @@ "r_y3": 142.459, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30842,10 +31941,11 @@ "r_y3": 144.53, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30870,10 +31970,11 @@ "r_y3": 147.658, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30898,10 +31999,11 @@ "r_y3": 150.773, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30926,10 +32028,11 @@ "r_y3": 155.514, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30954,10 +32057,11 @@ "r_y3": 158.469, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -30982,10 +32086,11 @@ "r_y3": 161.585, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31010,10 +32115,11 @@ "r_y3": 262.153, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31038,10 +32144,11 @@ "r_y3": 265.161, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31066,10 +32173,11 @@ "r_y3": 304.367, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31094,10 +32202,11 @@ "r_y3": 307.375, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31122,10 +32231,11 @@ "r_y3": 346.58, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31150,10 +32260,11 @@ "r_y3": 349.589, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31178,10 +32289,11 @@ "r_y3": 385.768, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31206,10 +32318,11 @@ "r_y3": 388.777, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31234,10 +32347,11 @@ "r_y3": 391.785, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31262,10 +32376,11 @@ "r_y3": 431.002, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31290,10 +32405,11 @@ "r_y3": 434.011, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31318,10 +32434,11 @@ "r_y3": 473.216, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31346,10 +32463,11 @@ "r_y3": 476.225, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31374,10 +32492,11 @@ "r_y3": 512.404, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31402,10 +32521,11 @@ "r_y3": 515.412, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31430,10 +32550,11 @@ "r_y3": 518.421, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31458,10 +32579,11 @@ "r_y3": 554.618, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31486,10 +32608,11 @@ "r_y3": 557.626, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31514,10 +32637,11 @@ "r_y3": 560.635, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31542,10 +32666,11 @@ "r_y3": 591.344, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31570,10 +32695,11 @@ "r_y3": 594.353, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31598,10 +32724,11 @@ "r_y3": 597.361, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31626,10 +32753,11 @@ "r_y3": 622.472, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31654,10 +32782,11 @@ "r_y3": 625.481, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31682,10 +32811,11 @@ "r_y3": 628.489, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31710,10 +32840,11 @@ "r_y3": 664.686, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31738,10 +32869,11 @@ "r_y3": 667.695, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31766,10 +32898,11 @@ "r_y3": 670.703, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31794,10 +32927,11 @@ "r_y3": 706.9, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31822,10 +32956,11 @@ "r_y3": 709.909, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31850,10 +32985,11 @@ "r_y3": 712.917, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31878,10 +33014,11 @@ "r_y3": 737.244, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31906,10 +33043,11 @@ "r_y3": 740.253, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31934,10 +33072,11 @@ "r_y3": 741.736, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31962,10 +33101,11 @@ "r_y3": 744.745, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -31990,10 +33130,11 @@ "r_y3": 747.753, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32018,10 +33159,11 @@ "r_y3": 103.296, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32046,10 +33188,11 @@ "r_y3": 106.185, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32074,10 +33217,11 @@ "r_y3": 108.256, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32102,10 +33246,11 @@ "r_y3": 111.099, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32130,10 +33275,11 @@ "r_y3": 114.214, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32158,10 +33304,11 @@ "r_y3": 116.534, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32186,10 +33333,11 @@ "r_y3": 119.649, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32214,10 +33362,11 @@ "r_y3": 122.777, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32242,10 +33391,11 @@ "r_y3": 124.848, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32270,10 +33420,11 @@ "r_y3": 126.835, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32298,10 +33449,11 @@ "r_y3": 129.678, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32326,10 +33478,11 @@ "r_y3": 131.666, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32354,10 +33507,11 @@ "r_y3": 133.025, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32382,10 +33536,11 @@ "r_y3": 136.152, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32410,10 +33565,11 @@ "r_y3": 259.132, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32438,10 +33594,11 @@ "r_y3": 262.141, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32466,10 +33623,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32494,10 +33652,11 @@ "r_y3": 301.346, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32522,10 +33681,11 @@ "r_y3": 304.355, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32550,10 +33710,11 @@ "r_y3": 307.363, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32578,10 +33739,11 @@ "r_y3": 343.56, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32606,10 +33768,11 @@ "r_y3": 346.569, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32634,10 +33797,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32662,10 +33826,11 @@ "r_y3": 385.774, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32690,10 +33855,11 @@ "r_y3": 388.782, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32718,10 +33884,11 @@ "r_y3": 391.791, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32746,10 +33913,11 @@ "r_y3": 427.988, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32774,10 +33942,11 @@ "r_y3": 430.996, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32802,10 +33971,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32830,10 +34000,11 @@ "r_y3": 470.202, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32858,10 +34029,11 @@ "r_y3": 473.21, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32886,10 +34058,11 @@ "r_y3": 476.219, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32914,10 +34087,11 @@ "r_y3": 512.416, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32942,10 +34116,11 @@ "r_y3": 515.424, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32970,10 +34145,11 @@ "r_y3": 518.433, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -32998,10 +34174,11 @@ "r_y3": 554.63, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33026,10 +34203,11 @@ "r_y3": 557.638, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33054,10 +34232,11 @@ "r_y3": 560.647, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33082,10 +34261,11 @@ "r_y3": 591.356, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33110,10 +34290,11 @@ "r_y3": 594.364, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33138,10 +34319,11 @@ "r_y3": 597.373, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33166,10 +34348,11 @@ "r_y3": 622.484, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33194,10 +34377,11 @@ "r_y3": 625.493, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33222,10 +34406,11 @@ "r_y3": 628.501, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33250,10 +34435,11 @@ "r_y3": 664.698, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33278,10 +34464,11 @@ "r_y3": 667.706, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33306,10 +34493,11 @@ "r_y3": 670.715, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33334,10 +34522,11 @@ "r_y3": 706.912, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33362,10 +34551,11 @@ "r_y3": 709.92, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33390,10 +34580,11 @@ "r_y3": 712.929, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33418,10 +34609,11 @@ "r_y3": 737.256, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33446,10 +34638,11 @@ "r_y3": 740.265, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33474,10 +34667,11 @@ "r_y3": 741.748, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33502,10 +34696,11 @@ "r_y3": 744.757, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33530,10 +34725,11 @@ "r_y3": 747.765, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33558,10 +34754,11 @@ "r_y3": 103.307, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33586,10 +34783,11 @@ "r_y3": 107.004, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33614,10 +34812,11 @@ "r_y3": 109.959, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33642,10 +34841,11 @@ "r_y3": 112.802, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33670,10 +34870,11 @@ "r_y3": 114.161, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33698,10 +34899,11 @@ "r_y3": 116.148, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33730,6 +34932,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -33754,10 +34957,11 @@ "r_y3": 120.605, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33786,6 +34990,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -33810,10 +35015,11 @@ "r_y3": 125.993, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33838,10 +35044,11 @@ "r_y3": 128.717, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33866,10 +35073,11 @@ "r_y3": 131.844, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33894,10 +35102,11 @@ "r_y3": 134.354, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33922,10 +35131,11 @@ "r_y3": 135.713, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33950,10 +35160,11 @@ "r_y3": 138.555, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -33982,6 +35193,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -34006,10 +35218,11 @@ "r_y3": 141.267, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "V", + "orig": "V", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34034,10 +35247,11 @@ "r_y3": 146.548, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34062,10 +35276,11 @@ "r_y3": 149.503, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34090,10 +35305,11 @@ "r_y3": 150.862, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34118,10 +35334,11 @@ "r_y3": 152.672, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34146,10 +35363,11 @@ "r_y3": 155.514, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34174,10 +35392,11 @@ "r_y3": 157.533, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34202,10 +35421,11 @@ "r_y3": 265.151, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34230,10 +35450,11 @@ "r_y3": 307.361, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34258,10 +35479,11 @@ "r_y3": 349.571, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34286,10 +35508,11 @@ "r_y3": 391.782, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34314,10 +35537,11 @@ "r_y3": 433.992, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34342,10 +35566,11 @@ "r_y3": 476.202, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34370,10 +35595,11 @@ "r_y3": 515.386, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34398,10 +35624,11 @@ "r_y3": 518.398, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34426,10 +35653,11 @@ "r_y3": 557.601, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34454,10 +35682,11 @@ "r_y3": 560.606, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34482,10 +35711,11 @@ "r_y3": 594.323, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34510,10 +35740,11 @@ "r_y3": 597.331, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34538,10 +35769,11 @@ "r_y3": 625.45, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34566,10 +35798,11 @@ "r_y3": 628.461, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34594,10 +35827,11 @@ "r_y3": 667.663, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34622,10 +35856,11 @@ "r_y3": 670.675, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34650,10 +35885,11 @@ "r_y3": 709.877, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34678,10 +35914,11 @@ "r_y3": 712.883, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34706,10 +35943,11 @@ "r_y3": 741.673, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34734,10 +35972,11 @@ "r_y3": 744.683, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34762,10 +36001,11 @@ "r_y3": 747.691, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34790,10 +36030,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34818,10 +36059,11 @@ "r_y3": 108.329, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34846,10 +36088,11 @@ "r_y3": 111.284, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34874,10 +36117,11 @@ "r_y3": 114.399, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34902,10 +36146,11 @@ "r_y3": 116.387, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34930,10 +36175,11 @@ "r_y3": 119.23, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -34962,6 +36208,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -34986,10 +36233,11 @@ "r_y3": 121.929, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35014,10 +36262,11 @@ "r_y3": 125.626, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35042,10 +36291,11 @@ "r_y3": 128.314, "coord_origin": "BOTTOMLEFT" }, - "text": "g", - "orig": "g", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35070,10 +36320,11 @@ "r_y3": 131.109, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35098,10 +36349,11 @@ "r_y3": 132.468, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35126,10 +36378,11 @@ "r_y3": 135.423, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35154,10 +36407,11 @@ "r_y3": 138.538, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35182,10 +36436,11 @@ "r_y3": 262.13, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35210,10 +36465,11 @@ "r_y3": 265.139, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35238,10 +36494,11 @@ "r_y3": 304.338, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35266,10 +36523,11 @@ "r_y3": 307.347, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35294,10 +36552,11 @@ "r_y3": 346.546, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35322,10 +36581,11 @@ "r_y3": 349.555, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35350,10 +36610,11 @@ "r_y3": 388.754, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35378,10 +36639,11 @@ "r_y3": 391.763, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35406,10 +36668,11 @@ "r_y3": 430.962, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35434,10 +36697,11 @@ "r_y3": 433.971, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35462,10 +36726,11 @@ "r_y3": 473.17, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35490,10 +36755,11 @@ "r_y3": 476.179, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35518,10 +36784,11 @@ "r_y3": 515.378, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35546,10 +36813,11 @@ "r_y3": 518.387, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35574,10 +36842,11 @@ "r_y3": 557.586, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35602,10 +36871,11 @@ "r_y3": 560.595, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35630,10 +36900,11 @@ "r_y3": 594.311, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35658,10 +36929,11 @@ "r_y3": 597.32, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35686,10 +36958,11 @@ "r_y3": 625.438, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35714,10 +36987,11 @@ "r_y3": 628.447, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35742,10 +37016,11 @@ "r_y3": 667.648, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35770,10 +37045,11 @@ "r_y3": 670.657, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35798,10 +37074,11 @@ "r_y3": 706.836, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35826,10 +37103,11 @@ "r_y3": 709.845, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35854,10 +37132,11 @@ "r_y3": 712.853, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35882,10 +37161,11 @@ "r_y3": 741.659, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35910,10 +37190,11 @@ "r_y3": 744.667, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35938,10 +37219,11 @@ "r_y3": 747.676, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35966,10 +37248,11 @@ "r_y3": 103.232, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -35994,10 +37277,11 @@ "r_y3": 106.3, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36022,10 +37306,11 @@ "r_y3": 109.415, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36050,10 +37335,11 @@ "r_y3": 112.53, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36078,10 +37364,11 @@ "r_y3": 113.889, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36106,10 +37393,11 @@ "r_y3": 115.248, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36138,6 +37426,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -36162,10 +37451,11 @@ "r_y3": 119.105, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36190,10 +37480,11 @@ "r_y3": 122.173, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36218,10 +37509,11 @@ "r_y3": 124.244, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36246,10 +37538,11 @@ "r_y3": 127.371, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36274,10 +37567,11 @@ "r_y3": 129.359, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36302,10 +37596,11 @@ "r_y3": 132.314, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36330,10 +37625,11 @@ "r_y3": 134.824, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36358,10 +37654,11 @@ "r_y3": 136.812, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36386,10 +37683,11 @@ "r_y3": 138.171, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36414,10 +37712,11 @@ "r_y3": 141.298, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36442,10 +37741,11 @@ "r_y3": 262.101, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36470,10 +37770,11 @@ "r_y3": 265.109, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36498,10 +37799,11 @@ "r_y3": 304.308, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36526,10 +37828,11 @@ "r_y3": 307.317, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36554,10 +37857,11 @@ "r_y3": 346.516, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36582,10 +37886,11 @@ "r_y3": 349.525, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36610,10 +37915,11 @@ "r_y3": 388.724, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36638,10 +37944,11 @@ "r_y3": 391.733, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36666,10 +37973,11 @@ "r_y3": 430.932, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36694,10 +38002,11 @@ "r_y3": 433.941, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36722,10 +38031,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36750,10 +38060,11 @@ "r_y3": 476.149, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36778,10 +38089,11 @@ "r_y3": 515.348, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36806,10 +38118,11 @@ "r_y3": 518.357, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36834,10 +38147,11 @@ "r_y3": 557.556, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36862,10 +38176,11 @@ "r_y3": 560.565, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36890,10 +38205,11 @@ "r_y3": 594.281, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36918,10 +38234,11 @@ "r_y3": 597.29, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36946,10 +38263,11 @@ "r_y3": 625.408, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -36974,10 +38292,11 @@ "r_y3": 628.417, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37002,10 +38321,11 @@ "r_y3": 667.619, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37030,10 +38350,11 @@ "r_y3": 670.627, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37058,10 +38379,11 @@ "r_y3": 709.827, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37086,10 +38408,11 @@ "r_y3": 712.835, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37114,10 +38437,11 @@ "r_y3": 741.625, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37142,10 +38466,11 @@ "r_y3": 744.634, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37170,10 +38495,11 @@ "r_y3": 747.642, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37198,10 +38524,11 @@ "r_y3": 103.202, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37226,10 +38553,11 @@ "r_y3": 106.098, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37254,10 +38582,11 @@ "r_y3": 109.213, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37282,10 +38611,11 @@ "r_y3": 112.328, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37310,10 +38640,11 @@ "r_y3": 114.838, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37338,10 +38669,11 @@ "r_y3": 117.681, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37366,10 +38698,11 @@ "r_y3": 119.669, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37394,10 +38727,11 @@ "r_y3": 121.027, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37422,10 +38756,11 @@ "r_y3": 124.155, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37450,10 +38785,11 @@ "r_y3": 262.059, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37478,10 +38814,11 @@ "r_y3": 265.067, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37506,10 +38843,11 @@ "r_y3": 301.247, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37534,10 +38872,11 @@ "r_y3": 304.255, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37562,10 +38901,11 @@ "r_y3": 307.264, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37590,10 +38930,11 @@ "r_y3": 343.461, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37618,10 +38959,11 @@ "r_y3": 346.469, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37646,10 +38988,11 @@ "r_y3": 349.478, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37674,10 +39017,11 @@ "r_y3": 385.674, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37702,10 +39046,11 @@ "r_y3": 388.683, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37730,10 +39075,11 @@ "r_y3": 391.691, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37758,10 +39104,11 @@ "r_y3": 427.888, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37786,10 +39133,11 @@ "r_y3": 430.897, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37814,10 +39162,11 @@ "r_y3": 433.905, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37842,10 +39191,11 @@ "r_y3": 470.102, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37870,10 +39220,11 @@ "r_y3": 473.111, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37898,10 +39249,11 @@ "r_y3": 476.119, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37926,10 +39278,11 @@ "r_y3": 512.316, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37954,10 +39307,11 @@ "r_y3": 515.325, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -37982,10 +39336,11 @@ "r_y3": 518.333, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38010,10 +39365,11 @@ "r_y3": 554.53, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38038,10 +39394,11 @@ "r_y3": 557.539, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38066,10 +39423,11 @@ "r_y3": 560.547, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38094,10 +39452,11 @@ "r_y3": 591.256, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38122,10 +39481,11 @@ "r_y3": 594.265, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38150,10 +39510,11 @@ "r_y3": 597.273, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38178,10 +39539,11 @@ "r_y3": 622.384, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38206,10 +39568,11 @@ "r_y3": 625.393, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38234,10 +39597,11 @@ "r_y3": 628.401, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38262,10 +39626,11 @@ "r_y3": 664.598, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38290,10 +39655,11 @@ "r_y3": 667.607, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38318,10 +39684,11 @@ "r_y3": 670.615, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38346,10 +39713,11 @@ "r_y3": 706.812, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38374,10 +39742,11 @@ "r_y3": 709.821, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38402,10 +39771,11 @@ "r_y3": 712.829, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38430,10 +39800,11 @@ "r_y3": 737.157, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38458,10 +39829,11 @@ "r_y3": 740.165, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38486,10 +39858,11 @@ "r_y3": 741.649, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38514,10 +39887,11 @@ "r_y3": 744.657, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38542,10 +39916,11 @@ "r_y3": 747.666, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38570,10 +39945,11 @@ "r_y3": 103.214, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38598,10 +39974,11 @@ "r_y3": 106.65, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38626,10 +40003,11 @@ "r_y3": 108.008, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38658,6 +40036,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -38682,10 +40061,11 @@ "r_y3": 110.714, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38710,10 +40090,11 @@ "r_y3": 114.643, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38738,10 +40119,11 @@ "r_y3": 116.63, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38766,10 +40148,11 @@ "r_y3": 119.746, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38794,10 +40177,11 @@ "r_y3": 122.701, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38826,6 +40210,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -38850,10 +40235,11 @@ "r_y3": 262.089, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38878,10 +40264,11 @@ "r_y3": 265.097, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38906,10 +40293,11 @@ "r_y3": 304.297, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38934,10 +40322,11 @@ "r_y3": 307.305, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38962,10 +40351,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -38990,10 +40380,11 @@ "r_y3": 349.513, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39018,10 +40409,11 @@ "r_y3": 388.713, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39046,10 +40438,11 @@ "r_y3": 391.721, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39074,10 +40467,11 @@ "r_y3": 430.927, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39102,10 +40496,11 @@ "r_y3": 433.935, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39130,10 +40525,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39158,10 +40554,11 @@ "r_y3": 476.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39186,10 +40583,11 @@ "r_y3": 512.328, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39214,10 +40612,11 @@ "r_y3": 515.337, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39242,10 +40641,11 @@ "r_y3": 518.345, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39270,10 +40670,11 @@ "r_y3": 557.562, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39298,10 +40699,11 @@ "r_y3": 560.571, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39326,10 +40728,11 @@ "r_y3": 594.287, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39354,10 +40757,11 @@ "r_y3": 597.296, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39382,10 +40786,11 @@ "r_y3": 625.414, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39410,10 +40815,11 @@ "r_y3": 628.423, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39438,10 +40844,11 @@ "r_y3": 667.625, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39466,10 +40873,11 @@ "r_y3": 670.633, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39494,10 +40902,11 @@ "r_y3": 700.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39522,10 +40931,11 @@ "r_y3": 702.341, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39550,10 +40960,11 @@ "r_y3": 705.35, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39578,10 +40989,11 @@ "r_y3": 706.833, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39606,10 +41018,11 @@ "r_y3": 709.842, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39634,10 +41047,11 @@ "r_y3": 712.85, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39662,10 +41076,11 @@ "r_y3": 715.859, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39690,10 +41105,11 @@ "r_y3": 739.845, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39718,10 +41134,11 @@ "r_y3": 741.643, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39746,10 +41163,11 @@ "r_y3": 744.652, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39774,10 +41192,11 @@ "r_y3": 747.66, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39802,10 +41221,11 @@ "r_y3": 750.669, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39830,10 +41250,11 @@ "r_y3": 108.252, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39858,10 +41279,11 @@ "r_y3": 111.142, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39886,10 +41308,11 @@ "r_y3": 114.269, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39914,10 +41337,11 @@ "r_y3": 116.257, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39942,10 +41366,11 @@ "r_y3": 119.099, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -39974,6 +41399,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -39998,10 +41424,11 @@ "r_y3": 121.805, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40026,10 +41453,11 @@ "r_y3": 124.968, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40054,10 +41482,11 @@ "r_y3": 127.81, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40082,10 +41511,11 @@ "r_y3": 130.925, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40110,10 +41540,11 @@ "r_y3": 132.284, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40138,10 +41569,11 @@ "r_y3": 134.272, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40166,10 +41598,11 @@ "r_y3": 137.114, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40198,6 +41631,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -40222,10 +41656,11 @@ "r_y3": 139.826, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40250,10 +41685,11 @@ "r_y3": 142.894, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40278,10 +41714,11 @@ "r_y3": 144.965, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40306,10 +41743,11 @@ "r_y3": 148.092, "coord_origin": "BOTTOMLEFT" }, - "text": "j", - "orig": "j", + "text": "X", + "orig": "X", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40334,10 +41772,11 @@ "r_y3": 149.51, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40362,10 +41801,11 @@ "r_y3": 152.465, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40390,10 +41830,11 @@ "r_y3": 154.975, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40418,10 +41859,11 @@ "r_y3": 156.963, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40446,10 +41888,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40474,10 +41917,11 @@ "r_y3": 262.077, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40502,10 +41946,11 @@ "r_y3": 265.085, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40530,10 +41975,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40558,10 +42004,11 @@ "r_y3": 304.291, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40586,10 +42033,11 @@ "r_y3": 307.299, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40614,10 +42062,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40642,10 +42091,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40670,10 +42120,11 @@ "r_y3": 349.513, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40698,10 +42149,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40726,10 +42178,11 @@ "r_y3": 388.719, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40754,10 +42207,11 @@ "r_y3": 391.727, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40782,10 +42236,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40810,10 +42265,11 @@ "r_y3": 430.933, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40838,10 +42294,11 @@ "r_y3": 433.941, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40866,10 +42323,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40894,10 +42352,11 @@ "r_y3": 473.146, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40922,10 +42381,11 @@ "r_y3": 476.155, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40950,10 +42410,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -40978,10 +42439,11 @@ "r_y3": 510.88, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41006,10 +42468,11 @@ "r_y3": 512.364, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41034,10 +42497,11 @@ "r_y3": 515.372, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41062,10 +42526,11 @@ "r_y3": 518.381, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41090,10 +42555,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41118,10 +42584,11 @@ "r_y3": 553.096, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41146,10 +42613,11 @@ "r_y3": 554.58, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41174,10 +42642,11 @@ "r_y3": 557.588, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41202,10 +42671,11 @@ "r_y3": 560.597, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41230,10 +42700,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41258,10 +42729,11 @@ "r_y3": 589.826, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41286,10 +42758,11 @@ "r_y3": 591.31, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41314,10 +42787,11 @@ "r_y3": 594.318, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41342,10 +42816,11 @@ "r_y3": 597.327, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41370,10 +42845,11 @@ "r_y3": 617.949, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41398,10 +42874,11 @@ "r_y3": 620.958, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41426,10 +42903,11 @@ "r_y3": 622.441, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41454,10 +42932,11 @@ "r_y3": 625.45, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41482,10 +42961,11 @@ "r_y3": 628.458, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41510,10 +42990,11 @@ "r_y3": 664.646, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41538,10 +43019,11 @@ "r_y3": 667.654, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41566,10 +43048,11 @@ "r_y3": 670.663, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41594,10 +43077,11 @@ "r_y3": 705.068, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41622,10 +43106,11 @@ "r_y3": 706.866, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41650,10 +43135,11 @@ "r_y3": 709.874, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41678,10 +43164,11 @@ "r_y3": 712.883, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41706,10 +43193,11 @@ "r_y3": 715.891, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41734,10 +43222,11 @@ "r_y3": 737.201, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41762,10 +43251,11 @@ "r_y3": 740.209, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41790,10 +43280,11 @@ "r_y3": 741.693, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41818,10 +43309,11 @@ "r_y3": 744.701, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41846,10 +43338,11 @@ "r_y3": 747.71, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41874,10 +43367,11 @@ "r_y3": 98.188, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41902,10 +43396,11 @@ "r_y3": 101.078, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41930,10 +43425,11 @@ "r_y3": 105.006, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41958,10 +43454,11 @@ "r_y3": 107.896, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -41986,10 +43483,11 @@ "r_y3": 111.331, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42018,6 +43516,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -42042,10 +43541,11 @@ "r_y3": 115.171, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42070,10 +43570,11 @@ "r_y3": 118.82, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42098,10 +43599,11 @@ "r_y3": 120.315, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42126,10 +43628,11 @@ "r_y3": 123.039, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42154,10 +43657,11 @@ "r_y3": 126.267, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42182,10 +43686,11 @@ "r_y3": 130.077, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42210,10 +43715,11 @@ "r_y3": 133.299, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42238,10 +43744,11 @@ "r_y3": 136.023, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42266,10 +43773,11 @@ "r_y3": 138.918, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42294,10 +43802,11 @@ "r_y3": 143.992, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42322,10 +43831,11 @@ "r_y3": 146.888, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42350,10 +43860,11 @@ "r_y3": 150.721, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42378,10 +43889,11 @@ "r_y3": 153.611, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42406,10 +43918,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42434,10 +43947,11 @@ "r_y3": 262.077, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42462,10 +43976,11 @@ "r_y3": 265.085, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42490,10 +44005,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42518,10 +44034,11 @@ "r_y3": 304.291, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42546,10 +44063,11 @@ "r_y3": 307.299, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42574,10 +44092,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42602,10 +44121,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42630,10 +44150,11 @@ "r_y3": 349.513, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42658,10 +44179,11 @@ "r_y3": 381.23, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42686,10 +44208,11 @@ "r_y3": 384.238, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42714,10 +44237,11 @@ "r_y3": 385.722, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42742,10 +44266,11 @@ "r_y3": 388.73, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42770,10 +44295,11 @@ "r_y3": 391.739, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42798,10 +44324,11 @@ "r_y3": 423.446, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42826,10 +44353,11 @@ "r_y3": 426.454, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42854,10 +44382,11 @@ "r_y3": 427.938, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42882,10 +44411,11 @@ "r_y3": 430.946, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42910,10 +44440,11 @@ "r_y3": 433.955, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42938,10 +44469,11 @@ "r_y3": 465.661, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42966,10 +44498,11 @@ "r_y3": 468.67, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -42994,10 +44527,11 @@ "r_y3": 470.153, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43022,10 +44556,11 @@ "r_y3": 473.162, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43050,10 +44585,11 @@ "r_y3": 476.17, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43078,10 +44614,11 @@ "r_y3": 507.877, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43106,10 +44643,11 @@ "r_y3": 510.886, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43134,10 +44672,11 @@ "r_y3": 512.369, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43162,10 +44701,11 @@ "r_y3": 515.378, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43190,10 +44730,11 @@ "r_y3": 518.386, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43218,10 +44759,11 @@ "r_y3": 550.093, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43246,10 +44788,11 @@ "r_y3": 553.102, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43274,10 +44817,11 @@ "r_y3": 554.585, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43302,10 +44846,11 @@ "r_y3": 557.594, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43330,10 +44875,11 @@ "r_y3": 560.602, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43358,10 +44904,11 @@ "r_y3": 586.823, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43386,10 +44933,11 @@ "r_y3": 589.832, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43414,10 +44962,11 @@ "r_y3": 591.315, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43442,10 +44991,11 @@ "r_y3": 594.324, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43470,10 +45020,11 @@ "r_y3": 597.332, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43498,10 +45049,11 @@ "r_y3": 617.955, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43526,10 +45078,11 @@ "r_y3": 620.963, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43554,10 +45107,11 @@ "r_y3": 622.447, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43582,10 +45136,11 @@ "r_y3": 625.455, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43610,10 +45165,11 @@ "r_y3": 628.464, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43638,10 +45194,11 @@ "r_y3": 660.171, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43666,10 +45223,11 @@ "r_y3": 663.179, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43694,10 +45252,11 @@ "r_y3": 664.663, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43722,10 +45281,11 @@ "r_y3": 667.671, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43750,10 +45310,11 @@ "r_y3": 670.68, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43778,10 +45339,11 @@ "r_y3": 705.074, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43806,10 +45368,11 @@ "r_y3": 706.872, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43834,10 +45397,11 @@ "r_y3": 709.88, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43862,10 +45426,11 @@ "r_y3": 712.889, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43890,10 +45455,11 @@ "r_y3": 715.897, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43918,10 +45484,11 @@ "r_y3": 734.184, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43946,10 +45513,11 @@ "r_y3": 737.192, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -43974,10 +45542,11 @@ "r_y3": 740.201, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44002,10 +45571,11 @@ "r_y3": 741.684, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44030,10 +45600,11 @@ "r_y3": 744.693, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44058,10 +45629,11 @@ "r_y3": 747.701, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44086,10 +45658,11 @@ "r_y3": 98.194, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44114,10 +45687,11 @@ "r_y3": 102.205, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44142,10 +45716,11 @@ "r_y3": 105.142, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44170,10 +45745,11 @@ "r_y3": 108.887, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44198,10 +45774,11 @@ "r_y3": 111.782, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44230,6 +45807,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -44254,10 +45832,11 @@ "r_y3": 116.464, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44282,10 +45861,11 @@ "r_y3": 119.188, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44310,10 +45890,11 @@ "r_y3": 120.772, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44338,10 +45919,11 @@ "r_y3": 124.683, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44366,10 +45948,11 @@ "r_y3": 128.279, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44394,10 +45977,11 @@ "r_y3": 132.189, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44422,10 +46006,11 @@ "r_y3": 135.328, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44450,10 +46035,11 @@ "r_y3": 136.913, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44478,10 +46064,11 @@ "r_y3": 140.823, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44510,6 +46097,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -44534,10 +46122,11 @@ "r_y3": 145.938, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44562,10 +46151,11 @@ "r_y3": 148.745, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44590,10 +46180,11 @@ "r_y3": 152.756, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44618,10 +46209,11 @@ "r_y3": 156.631, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44646,10 +46238,11 @@ "r_y3": 159.972, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44674,10 +46267,11 @@ "r_y3": 163.111, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44702,10 +46296,11 @@ "r_y3": 166.007, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44734,6 +46329,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -44758,10 +46354,11 @@ "r_y3": 170.154, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44786,10 +46383,11 @@ "r_y3": 172.006, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44814,10 +46412,11 @@ "r_y3": 175.881, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44842,10 +46441,11 @@ "r_y3": 178.687, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44870,10 +46470,11 @@ "r_y3": 181.583, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44898,10 +46499,11 @@ "r_y3": 184.39, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44926,10 +46528,11 @@ "r_y3": 186.241, "coord_origin": "BOTTOMLEFT" }, - "text": ":", - "orig": ":", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -44954,10 +46557,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -44982,10 +46586,11 @@ "r_y3": 106.127, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45010,10 +46615,11 @@ "r_y3": 108.198, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45038,10 +46644,11 @@ "r_y3": 111.041, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45066,10 +46673,11 @@ "r_y3": 114.156, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45094,10 +46702,11 @@ "r_y3": 116.476, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45122,10 +46731,11 @@ "r_y3": 118.286, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45150,10 +46760,11 @@ "r_y3": 121.241, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45178,10 +46789,11 @@ "r_y3": 123.312, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45210,6 +46822,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -45234,10 +46847,11 @@ "r_y3": 126.973, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45262,10 +46876,11 @@ "r_y3": 128.783, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45290,10 +46905,11 @@ "r_y3": 130.854, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45318,10 +46934,11 @@ "r_y3": 133.981, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45350,6 +46967,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -45374,10 +46992,11 @@ "r_y3": 140.064, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45402,10 +47021,11 @@ "r_y3": 143.992, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45430,10 +47050,11 @@ "r_y3": 145.98, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45458,10 +47079,11 @@ "r_y3": 149.095, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45486,10 +47108,11 @@ "r_y3": 152.05, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45518,6 +47141,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -45542,10 +47166,11 @@ "r_y3": 155.462, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45570,10 +47195,11 @@ "r_y3": 158.186, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45598,10 +47224,11 @@ "r_y3": 161.301, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45626,10 +47253,11 @@ "r_y3": 164.416, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45654,10 +47282,11 @@ "r_y3": 167.532, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45682,10 +47311,11 @@ "r_y3": 259.074, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45710,10 +47340,11 @@ "r_y3": 262.083, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45738,10 +47369,11 @@ "r_y3": 265.091, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45766,10 +47398,11 @@ "r_y3": 299.496, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45794,10 +47427,11 @@ "r_y3": 301.294, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45822,10 +47456,11 @@ "r_y3": 304.303, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45850,10 +47485,11 @@ "r_y3": 307.311, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45878,10 +47514,11 @@ "r_y3": 310.32, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45906,10 +47543,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45934,10 +47572,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45962,10 +47601,11 @@ "r_y3": 349.513, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -45990,10 +47630,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46018,10 +47659,11 @@ "r_y3": 388.719, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46046,10 +47688,11 @@ "r_y3": 391.727, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46074,10 +47717,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46102,10 +47746,11 @@ "r_y3": 430.933, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46130,10 +47775,11 @@ "r_y3": 433.941, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46158,10 +47804,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46186,10 +47833,11 @@ "r_y3": 473.146, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46214,10 +47862,11 @@ "r_y3": 476.155, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46242,10 +47891,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46270,10 +47920,11 @@ "r_y3": 510.88, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46298,10 +47949,11 @@ "r_y3": 512.364, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46326,10 +47978,11 @@ "r_y3": 515.372, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46354,10 +48007,11 @@ "r_y3": 518.381, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46382,10 +48036,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46410,10 +48065,11 @@ "r_y3": 553.096, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46438,10 +48094,11 @@ "r_y3": 554.58, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46466,10 +48123,11 @@ "r_y3": 557.588, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46494,10 +48152,11 @@ "r_y3": 560.597, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46522,10 +48181,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46550,10 +48210,11 @@ "r_y3": 589.826, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46578,10 +48239,11 @@ "r_y3": 591.31, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46606,10 +48268,11 @@ "r_y3": 594.318, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46634,10 +48297,11 @@ "r_y3": 597.327, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46662,10 +48326,11 @@ "r_y3": 622.428, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46690,10 +48355,11 @@ "r_y3": 625.437, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46718,10 +48384,11 @@ "r_y3": 628.445, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46746,10 +48413,11 @@ "r_y3": 664.64, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46774,10 +48442,11 @@ "r_y3": 667.648, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46802,10 +48471,11 @@ "r_y3": 670.657, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46830,10 +48500,11 @@ "r_y3": 700.582, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46858,10 +48529,11 @@ "r_y3": 702.38, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46886,10 +48558,11 @@ "r_y3": 705.389, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46914,10 +48587,11 @@ "r_y3": 706.872, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46942,10 +48616,11 @@ "r_y3": 709.881, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46970,10 +48645,11 @@ "r_y3": 712.889, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -46998,10 +48674,11 @@ "r_y3": 715.898, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47026,10 +48703,11 @@ "r_y3": 737.198, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47054,10 +48732,11 @@ "r_y3": 740.206, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47082,10 +48761,11 @@ "r_y3": 741.69, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47110,10 +48790,11 @@ "r_y3": 744.698, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47138,10 +48819,11 @@ "r_y3": 747.707, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47166,10 +48848,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47194,10 +48877,11 @@ "r_y3": 106.127, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47222,10 +48906,11 @@ "r_y3": 108.198, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47250,10 +48935,11 @@ "r_y3": 111.041, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47278,10 +48964,11 @@ "r_y3": 114.156, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47306,10 +48993,11 @@ "r_y3": 116.476, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47334,10 +49022,11 @@ "r_y3": 118.286, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47362,10 +49051,11 @@ "r_y3": 121.241, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47390,10 +49080,11 @@ "r_y3": 123.312, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47422,6 +49113,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -47446,10 +49138,11 @@ "r_y3": 126.973, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47474,10 +49167,11 @@ "r_y3": 128.961, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47506,6 +49200,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -47530,10 +49225,11 @@ "r_y3": 133.429, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47558,10 +49254,11 @@ "r_y3": 137.358, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47586,10 +49283,11 @@ "r_y3": 139.346, "coord_origin": "BOTTOMLEFT" }, - "text": "h", - "orig": "h", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47614,10 +49312,11 @@ "r_y3": 142.461, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47642,10 +49341,11 @@ "r_y3": 145.416, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47674,6 +49374,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -47698,10 +49399,11 @@ "r_y3": 148.828, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47726,10 +49428,11 @@ "r_y3": 151.552, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47754,10 +49457,11 @@ "r_y3": 154.667, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47782,10 +49486,11 @@ "r_y3": 157.782, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47810,10 +49515,11 @@ "r_y3": 160.897, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47838,10 +49544,11 @@ "r_y3": 263.335, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47866,10 +49573,11 @@ "r_y3": 265.133, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47894,10 +49602,11 @@ "r_y3": 268.141, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47922,10 +49631,11 @@ "r_y3": 305.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47950,10 +49660,11 @@ "r_y3": 307.341, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -47978,10 +49689,11 @@ "r_y3": 310.349, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48006,10 +49718,11 @@ "r_y3": 344.73, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48034,10 +49747,11 @@ "r_y3": 346.528, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48062,10 +49776,11 @@ "r_y3": 349.537, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48090,10 +49805,11 @@ "r_y3": 352.545, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48118,10 +49834,11 @@ "r_y3": 389.965, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48146,10 +49863,11 @@ "r_y3": 391.763, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48174,10 +49892,11 @@ "r_y3": 394.771, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48202,10 +49921,11 @@ "r_y3": 432.173, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48230,10 +49950,11 @@ "r_y3": 433.971, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48258,10 +49979,11 @@ "r_y3": 436.979, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48286,10 +50008,11 @@ "r_y3": 474.381, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48314,10 +50037,11 @@ "r_y3": 476.179, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48342,10 +50066,11 @@ "r_y3": 479.187, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48370,10 +50095,11 @@ "r_y3": 516.589, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48398,10 +50124,11 @@ "r_y3": 518.387, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48426,10 +50153,11 @@ "r_y3": 521.395, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48454,10 +50182,11 @@ "r_y3": 555.776, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48482,10 +50211,11 @@ "r_y3": 557.574, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48510,10 +50240,11 @@ "r_y3": 560.583, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48538,10 +50269,11 @@ "r_y3": 563.591, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48566,10 +50298,11 @@ "r_y3": 595.522, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48594,10 +50327,11 @@ "r_y3": 597.32, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48622,10 +50356,11 @@ "r_y3": 600.328, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48650,10 +50385,11 @@ "r_y3": 626.645, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48678,10 +50414,11 @@ "r_y3": 628.443, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48706,10 +50443,11 @@ "r_y3": 631.452, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48734,10 +50472,11 @@ "r_y3": 668.853, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48762,10 +50501,11 @@ "r_y3": 670.651, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48790,10 +50530,11 @@ "r_y3": 673.66, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48818,10 +50559,11 @@ "r_y3": 705.015, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48846,10 +50588,11 @@ "r_y3": 706.813, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48874,10 +50617,11 @@ "r_y3": 709.821, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48902,10 +50646,11 @@ "r_y3": 712.83, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48930,10 +50675,11 @@ "r_y3": 715.838, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48958,10 +50704,11 @@ "r_y3": 739.835, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -48986,10 +50733,11 @@ "r_y3": 741.633, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49014,10 +50762,11 @@ "r_y3": 744.642, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49042,10 +50791,11 @@ "r_y3": 747.65, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49070,10 +50820,11 @@ "r_y3": 750.659, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49098,10 +50849,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49126,10 +50878,11 @@ "r_y3": 106.483, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49154,10 +50907,11 @@ "r_y3": 109.611, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49182,10 +50936,11 @@ "r_y3": 112.726, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49214,6 +50969,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -49238,10 +50994,11 @@ "r_y3": 117.188, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": ";", + "orig": ";", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49266,10 +51023,11 @@ "r_y3": 120.031, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49294,10 +51052,11 @@ "r_y3": 123.146, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49326,6 +51085,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -49350,10 +51110,11 @@ "r_y3": 127.608, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49378,10 +51139,11 @@ "r_y3": 131.442, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49406,10 +51168,11 @@ "r_y3": 134.569, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49434,10 +51197,11 @@ "r_y3": 136.557, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49466,6 +51230,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -49490,10 +51255,11 @@ "r_y3": 140.853, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49518,10 +51284,11 @@ "r_y3": 143.921, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49546,10 +51313,11 @@ "r_y3": 145.992, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49574,10 +51342,11 @@ "r_y3": 149.119, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49602,10 +51371,11 @@ "r_y3": 151.629, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49630,10 +51400,11 @@ "r_y3": 154.584, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49658,10 +51429,11 @@ "r_y3": 157.539, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49686,10 +51458,11 @@ "r_y3": 160.654, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49714,10 +51487,11 @@ "r_y3": 265.157, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49742,10 +51516,11 @@ "r_y3": 307.367, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49770,10 +51545,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49798,10 +51574,11 @@ "r_y3": 391.788, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49826,10 +51603,11 @@ "r_y3": 433.998, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49854,10 +51632,11 @@ "r_y3": 476.208, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49882,10 +51661,11 @@ "r_y3": 518.419, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49910,10 +51690,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49938,10 +51719,11 @@ "r_y3": 597.351, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49966,10 +51748,11 @@ "r_y3": 628.476, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -49994,10 +51777,11 @@ "r_y3": 670.687, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50022,10 +51806,11 @@ "r_y3": 706.85, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50050,10 +51835,11 @@ "r_y3": 709.862, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50078,10 +51864,11 @@ "r_y3": 712.871, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50106,10 +51893,11 @@ "r_y3": 741.677, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50134,10 +51922,11 @@ "r_y3": 744.683, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50162,10 +51951,11 @@ "r_y3": 747.691, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50190,10 +51980,11 @@ "r_y3": 98.223, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50218,10 +52009,11 @@ "r_y3": 102.057, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50246,10 +52038,11 @@ "r_y3": 104.953, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50278,6 +52071,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -50302,10 +52096,11 @@ "r_y3": 109.183, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50330,10 +52125,11 @@ "r_y3": 113.112, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50358,10 +52154,11 @@ "r_y3": 116.001, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50386,10 +52183,11 @@ "r_y3": 119.698, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50414,10 +52212,11 @@ "r_y3": 122.594, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50446,6 +52245,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -50470,10 +52270,11 @@ "r_y3": 127.163, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50498,10 +52299,11 @@ "r_y3": 129.887, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50526,10 +52328,11 @@ "r_y3": 131.382, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50554,10 +52357,11 @@ "r_y3": 135.216, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50582,10 +52386,11 @@ "r_y3": 138.651, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50610,10 +52415,11 @@ "r_y3": 142.485, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50638,10 +52444,11 @@ "r_y3": 145.647, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "J", + "orig": "J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50666,10 +52473,11 @@ "r_y3": 147.143, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": "Y", + "orig": "Y", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50694,10 +52502,11 @@ "r_y3": 150.976, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "S", + "orig": "S", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50726,6 +52535,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -50750,10 +52560,11 @@ "r_y3": 156.055, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50778,10 +52589,11 @@ "r_y3": 158.779, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": ">", + "orig": ">", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50806,10 +52618,11 @@ "r_y3": 162.707, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50834,10 +52647,11 @@ "r_y3": 166.517, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50862,10 +52676,11 @@ "r_y3": 169.739, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50890,10 +52705,11 @@ "r_y3": 172.902, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50918,10 +52734,11 @@ "r_y3": 175.798, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50946,10 +52763,11 @@ "r_y3": 178.521, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -50974,10 +52792,11 @@ "r_y3": 180.812, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51002,10 +52821,11 @@ "r_y3": 182.61, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "8", + "orig": "8", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51030,10 +52850,11 @@ "r_y3": 186.419, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51058,10 +52879,11 @@ "r_y3": 189.143, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51086,10 +52908,11 @@ "r_y3": 192.039, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51114,10 +52937,11 @@ "r_y3": 194.762, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51142,10 +52966,11 @@ "r_y3": 259.098, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51170,10 +52995,11 @@ "r_y3": 262.106, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51198,10 +53024,11 @@ "r_y3": 265.115, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51226,10 +53053,11 @@ "r_y3": 299.52, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51254,10 +53082,11 @@ "r_y3": 301.318, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51282,10 +53111,11 @@ "r_y3": 304.326, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51310,10 +53140,11 @@ "r_y3": 307.335, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51338,10 +53169,11 @@ "r_y3": 310.343, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51366,10 +53198,11 @@ "r_y3": 343.52, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51394,10 +53227,11 @@ "r_y3": 346.528, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51422,10 +53256,11 @@ "r_y3": 349.537, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51450,10 +53285,11 @@ "r_y3": 385.734, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51478,10 +53314,11 @@ "r_y3": 388.742, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51506,10 +53343,11 @@ "r_y3": 391.751, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51534,10 +53372,11 @@ "r_y3": 427.948, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51562,10 +53401,11 @@ "r_y3": 430.956, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51590,10 +53430,11 @@ "r_y3": 433.965, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51618,10 +53459,11 @@ "r_y3": 470.162, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51646,10 +53488,11 @@ "r_y3": 473.17, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51674,10 +53517,11 @@ "r_y3": 476.179, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51702,10 +53546,11 @@ "r_y3": 507.895, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51730,10 +53575,11 @@ "r_y3": 510.904, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51758,10 +53604,11 @@ "r_y3": 512.387, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51786,10 +53633,11 @@ "r_y3": 515.396, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51814,10 +53662,11 @@ "r_y3": 518.404, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51842,10 +53691,11 @@ "r_y3": 554.589, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51870,10 +53720,11 @@ "r_y3": 557.598, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51898,10 +53749,11 @@ "r_y3": 560.606, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51926,10 +53778,11 @@ "r_y3": 586.837, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51954,10 +53807,11 @@ "r_y3": 589.846, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -51982,10 +53836,11 @@ "r_y3": 591.329, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52010,10 +53865,11 @@ "r_y3": 594.338, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52038,10 +53894,11 @@ "r_y3": 597.346, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52066,10 +53923,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52094,10 +53952,11 @@ "r_y3": 625.456, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52122,10 +53981,11 @@ "r_y3": 628.465, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52150,10 +54010,11 @@ "r_y3": 664.658, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52178,10 +54039,11 @@ "r_y3": 667.666, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52206,10 +54068,11 @@ "r_y3": 670.675, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52234,10 +54097,11 @@ "r_y3": 700.6, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52262,10 +54126,11 @@ "r_y3": 702.398, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52290,10 +54155,11 @@ "r_y3": 705.407, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52318,10 +54184,11 @@ "r_y3": 706.89, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52346,10 +54213,11 @@ "r_y3": 709.899, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52374,10 +54242,11 @@ "r_y3": 712.907, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52402,10 +54271,11 @@ "r_y3": 715.916, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52430,10 +54300,11 @@ "r_y3": 737.215, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52458,10 +54329,11 @@ "r_y3": 740.224, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52486,10 +54358,11 @@ "r_y3": 741.707, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52514,10 +54387,11 @@ "r_y3": 744.716, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52542,10 +54416,11 @@ "r_y3": 747.724, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52570,10 +54445,11 @@ "r_y3": 98.229, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52598,10 +54474,11 @@ "r_y3": 101.125, "coord_origin": "BOTTOMLEFT" }, - "text": "x", - "orig": "x", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52626,10 +54503,11 @@ "r_y3": 103.695, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52654,10 +54532,11 @@ "r_y3": 106.205, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52682,10 +54561,11 @@ "r_y3": 109.16, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52710,10 +54590,11 @@ "r_y3": 111.48, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52738,10 +54619,11 @@ "r_y3": 113.8, "coord_origin": "BOTTOMLEFT" }, - "text": "/", - "orig": "/", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52766,10 +54648,11 @@ "r_y3": 116.09, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52794,10 +54677,11 @@ "r_y3": 117.888, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52822,10 +54706,11 @@ "r_y3": 121.538, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52850,10 +54735,11 @@ "r_y3": 124.493, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52878,10 +54764,11 @@ "r_y3": 126.303, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52906,10 +54793,11 @@ "r_y3": 127.662, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52934,10 +54822,11 @@ "r_y3": 130.172, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52962,10 +54851,11 @@ "r_y3": 131.531, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -52990,10 +54880,11 @@ "r_y3": 134.486, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53018,10 +54909,11 @@ "r_y3": 137.601, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53046,10 +54938,11 @@ "r_y3": 140.111, "coord_origin": "BOTTOMLEFT" }, - "text": "y", - "orig": "y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53074,10 +54967,11 @@ "r_y3": 142.799, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53106,6 +55000,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -53130,10 +55025,11 @@ "r_y3": 145.944, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53158,10 +55054,11 @@ "r_y3": 149.071, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "W", + "orig": "W", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53190,6 +55087,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -53214,10 +55112,11 @@ "r_y3": 152.222, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53242,10 +55141,11 @@ "r_y3": 155.444, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53270,10 +55170,11 @@ "r_y3": 158.399, "coord_origin": "BOTTOMLEFT" }, - "text": "c", - "orig": "c", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53298,10 +55199,11 @@ "r_y3": 160.909, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53326,10 +55228,11 @@ "r_y3": 163.864, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53354,10 +55257,11 @@ "r_y3": 165.223, "coord_origin": "BOTTOMLEFT" }, - "text": "p", - "orig": "p", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53382,10 +55286,11 @@ "r_y3": 168.339, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53410,10 +55315,11 @@ "r_y3": 170.326, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53442,6 +55348,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -53466,10 +55373,11 @@ "r_y3": 173.988, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53494,10 +55402,11 @@ "r_y3": 177.115, "coord_origin": "BOTTOMLEFT" }, - "text": "v", - "orig": "v", + "text": "T", + "orig": "T", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53522,10 +55431,11 @@ "r_y3": 179.797, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53550,10 +55460,11 @@ "r_y3": 182.752, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53582,6 +55493,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -53606,10 +55518,11 @@ "r_y3": 186.164, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "R", + "orig": "R", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53634,10 +55547,11 @@ "r_y3": 189.813, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "6", + "orig": "6", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53662,10 +55576,11 @@ "r_y3": 191.172, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53690,10 +55605,11 @@ "r_y3": 193.493, "coord_origin": "BOTTOMLEFT" }, - "text": "b", - "orig": "b", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53718,10 +55634,11 @@ "r_y3": 196.608, "coord_origin": "BOTTOMLEFT" }, - "text": "u", - "orig": "u", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53746,10 +55663,11 @@ "r_y3": 199.723, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "@", + "orig": "@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53774,10 +55692,11 @@ "r_y3": 201.794, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53802,10 +55721,11 @@ "r_y3": 204.114, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53830,10 +55750,11 @@ "r_y3": 207.069, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "3", + "orig": "3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53858,10 +55779,11 @@ "r_y3": 211.811, "coord_origin": "BOTTOMLEFT" }, - "text": "e", - "orig": "e", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53886,10 +55808,11 @@ "r_y3": 214.766, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53914,10 +55837,11 @@ "r_y3": 217.881, "coord_origin": "BOTTOMLEFT" }, - "text": "t", - "orig": "t", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53942,10 +55866,11 @@ "r_y3": 219.86, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53970,10 +55895,11 @@ "r_y3": 265.151, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -53998,10 +55924,11 @@ "r_y3": 299.526, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54026,10 +55953,11 @@ "r_y3": 301.324, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54054,10 +55982,11 @@ "r_y3": 304.332, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54082,10 +56011,11 @@ "r_y3": 307.341, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54110,10 +56040,11 @@ "r_y3": 310.349, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54138,10 +56069,11 @@ "r_y3": 343.526, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54166,10 +56098,11 @@ "r_y3": 346.534, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54194,10 +56127,11 @@ "r_y3": 349.543, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54222,10 +56156,11 @@ "r_y3": 383.948, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54250,10 +56185,11 @@ "r_y3": 385.746, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54278,10 +56214,11 @@ "r_y3": 388.754, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54306,10 +56243,11 @@ "r_y3": 391.763, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54334,10 +56272,11 @@ "r_y3": 394.771, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54362,10 +56301,11 @@ "r_y3": 426.157, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54390,10 +56330,11 @@ "r_y3": 427.955, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54418,10 +56359,11 @@ "r_y3": 430.964, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54446,10 +56388,11 @@ "r_y3": 433.972, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54474,10 +56417,11 @@ "r_y3": 436.981, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54502,10 +56446,11 @@ "r_y3": 470.156, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54530,10 +56475,11 @@ "r_y3": 473.164, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54558,10 +56504,11 @@ "r_y3": 476.173, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54586,10 +56533,11 @@ "r_y3": 510.578, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54614,10 +56562,11 @@ "r_y3": 512.376, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54642,10 +56591,11 @@ "r_y3": 515.384, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54670,10 +56620,11 @@ "r_y3": 518.393, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54698,10 +56649,11 @@ "r_y3": 521.401, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54726,10 +56678,11 @@ "r_y3": 552.787, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54754,10 +56707,11 @@ "r_y3": 554.585, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54782,10 +56736,11 @@ "r_y3": 557.594, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54810,10 +56765,11 @@ "r_y3": 560.602, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54838,10 +56794,11 @@ "r_y3": 563.611, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54866,10 +56823,11 @@ "r_y3": 591.302, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54894,10 +56852,11 @@ "r_y3": 594.311, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54922,10 +56881,11 @@ "r_y3": 597.319, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54950,10 +56910,11 @@ "r_y3": 620.639, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -54978,10 +56939,11 @@ "r_y3": 622.437, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55006,10 +56968,11 @@ "r_y3": 625.445, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55034,10 +56997,11 @@ "r_y3": 628.454, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55062,10 +57026,11 @@ "r_y3": 631.462, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55090,10 +57055,11 @@ "r_y3": 662.849, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55118,10 +57084,11 @@ "r_y3": 664.646, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55146,10 +57113,11 @@ "r_y3": 667.655, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55174,10 +57142,11 @@ "r_y3": 670.663, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55202,10 +57171,11 @@ "r_y3": 673.672, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55230,10 +57200,11 @@ "r_y3": 702.371, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55258,10 +57229,11 @@ "r_y3": 705.379, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55286,10 +57258,11 @@ "r_y3": 706.863, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55314,10 +57287,11 @@ "r_y3": 709.871, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55342,10 +57316,11 @@ "r_y3": 712.88, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55370,10 +57345,11 @@ "r_y3": 742.907, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55398,10 +57374,11 @@ "r_y3": 744.705, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55426,10 +57403,11 @@ "r_y3": 747.714, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55454,10 +57432,11 @@ "r_y3": 750.722, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55482,10 +57461,11 @@ "r_y3": 98.218, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55510,10 +57490,11 @@ "r_y3": 101.357, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55538,10 +57519,11 @@ "r_y3": 103.867, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55566,10 +57548,11 @@ "r_y3": 107.878, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55594,10 +57577,11 @@ "r_y3": 110.685, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55622,10 +57606,11 @@ "r_y3": 112.269, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55650,10 +57635,11 @@ "r_y3": 116.179, "coord_origin": "BOTTOMLEFT" }, - "text": "G", - "orig": "G", + "text": "E", + "orig": "E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55682,6 +57668,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -55706,10 +57693,11 @@ "r_y3": 121.3, "coord_origin": "BOTTOMLEFT" }, - "text": "B", - "orig": "B", + "text": "F", + "orig": "F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55734,10 +57722,11 @@ "r_y3": 124.629, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55762,10 +57751,11 @@ "r_y3": 128.225, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55790,10 +57780,11 @@ "r_y3": 130.735, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55818,10 +57809,11 @@ "r_y3": 134.331, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55846,10 +57838,11 @@ "r_y3": 138.242, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55874,10 +57867,11 @@ "r_y3": 141.381, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -55902,10 +57896,11 @@ "r_y3": 257.312, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55930,10 +57925,11 @@ "r_y3": 259.11, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55958,10 +57954,11 @@ "r_y3": 262.118, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -55986,10 +57983,11 @@ "r_y3": 265.127, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56014,10 +58012,11 @@ "r_y3": 268.135, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56042,10 +58041,11 @@ "r_y3": 299.522, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56070,10 +58070,11 @@ "r_y3": 301.32, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56098,10 +58099,11 @@ "r_y3": 304.328, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56126,10 +58128,11 @@ "r_y3": 307.337, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56154,10 +58157,11 @@ "r_y3": 310.345, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56182,10 +58186,11 @@ "r_y3": 341.731, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56210,10 +58215,11 @@ "r_y3": 343.529, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56238,10 +58244,11 @@ "r_y3": 346.537, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56266,10 +58273,11 @@ "r_y3": 349.546, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56294,10 +58302,11 @@ "r_y3": 352.554, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56322,10 +58331,11 @@ "r_y3": 379.462, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56350,10 +58360,11 @@ "r_y3": 381.26, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56378,10 +58389,11 @@ "r_y3": 384.268, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56406,10 +58418,11 @@ "r_y3": 385.752, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56434,10 +58447,11 @@ "r_y3": 388.76, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56462,10 +58476,11 @@ "r_y3": 391.769, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56490,10 +58505,11 @@ "r_y3": 394.777, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56518,10 +58534,11 @@ "r_y3": 421.675, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56546,10 +58563,11 @@ "r_y3": 423.473, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56574,10 +58592,11 @@ "r_y3": 426.481, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56602,10 +58621,11 @@ "r_y3": 427.965, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56630,10 +58650,11 @@ "r_y3": 430.973, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56658,10 +58679,11 @@ "r_y3": 433.982, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56686,10 +58708,11 @@ "r_y3": 436.99, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56714,10 +58737,11 @@ "r_y3": 463.888, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56742,10 +58766,11 @@ "r_y3": 465.686, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56770,10 +58795,11 @@ "r_y3": 468.695, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56798,10 +58824,11 @@ "r_y3": 470.178, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56826,10 +58853,11 @@ "r_y3": 473.187, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56854,10 +58882,11 @@ "r_y3": 476.195, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56882,10 +58911,11 @@ "r_y3": 479.204, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56910,10 +58940,11 @@ "r_y3": 506.102, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56938,10 +58969,11 @@ "r_y3": 507.9, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56966,10 +58998,11 @@ "r_y3": 510.908, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -56994,10 +59027,11 @@ "r_y3": 512.392, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57022,10 +59056,11 @@ "r_y3": 515.4, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57050,10 +59085,11 @@ "r_y3": 518.409, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57078,10 +59114,11 @@ "r_y3": 521.417, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57106,10 +59143,11 @@ "r_y3": 548.315, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57134,10 +59172,11 @@ "r_y3": 550.113, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57162,10 +59201,11 @@ "r_y3": 553.121, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57190,10 +59230,11 @@ "r_y3": 554.605, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57218,10 +59259,11 @@ "r_y3": 557.613, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57246,10 +59288,11 @@ "r_y3": 560.622, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57274,10 +59317,11 @@ "r_y3": 563.63, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57302,10 +59346,11 @@ "r_y3": 585.042, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57330,10 +59375,11 @@ "r_y3": 586.84, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57358,10 +59404,11 @@ "r_y3": 589.849, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57386,10 +59433,11 @@ "r_y3": 591.332, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57414,10 +59462,11 @@ "r_y3": 594.341, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57442,10 +59491,11 @@ "r_y3": 597.349, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57470,10 +59520,11 @@ "r_y3": 600.358, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57498,10 +59549,11 @@ "r_y3": 616.172, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57526,10 +59578,11 @@ "r_y3": 617.97, "coord_origin": "BOTTOMLEFT" }, - "text": "1", - "orig": "1", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57554,10 +59607,11 @@ "r_y3": 620.978, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57582,10 +59636,11 @@ "r_y3": 622.462, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57610,10 +59665,11 @@ "r_y3": 625.47, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57638,10 +59694,11 @@ "r_y3": 628.479, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57666,10 +59723,11 @@ "r_y3": 631.487, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57694,10 +59752,11 @@ "r_y3": 658.385, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57722,10 +59781,11 @@ "r_y3": 660.183, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57750,10 +59810,11 @@ "r_y3": 663.191, "coord_origin": "BOTTOMLEFT" }, - "text": ",", - "orig": ",", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57778,10 +59839,11 @@ "r_y3": 664.675, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57806,10 +59868,11 @@ "r_y3": 667.683, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57834,10 +59897,11 @@ "r_y3": 670.692, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57862,10 +59926,11 @@ "r_y3": 673.7, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57890,10 +59955,11 @@ "r_y3": 705.077, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57918,10 +59984,11 @@ "r_y3": 706.875, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57946,10 +60013,11 @@ "r_y3": 709.883, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -57974,10 +60042,11 @@ "r_y3": 712.892, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58002,10 +60071,11 @@ "r_y3": 715.9, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58030,10 +60100,11 @@ "r_y3": 739.897, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58058,10 +60129,11 @@ "r_y3": 741.695, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58086,10 +60158,11 @@ "r_y3": 744.703, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58114,10 +60187,11 @@ "r_y3": 747.712, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58142,10 +60216,11 @@ "r_y3": 750.72, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -58170,10 +60245,11 @@ "r_y3": 408.796, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58198,10 +60274,11 @@ "r_y3": 412.587, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58226,10 +60303,11 @@ "r_y3": 416.929, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58254,10 +60332,11 @@ "r_y3": 420.318, "coord_origin": "BOTTOMLEFT" }, - "text": "H", - "orig": "H", + "text": "L", + "orig": "L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58282,10 +60361,11 @@ "r_y3": 424.84, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58310,10 +60390,11 @@ "r_y3": 428.129, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58338,10 +60419,11 @@ "r_y3": 431.16, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58366,10 +60448,11 @@ "r_y3": 436.004, "coord_origin": "BOTTOMLEFT" }, - "text": "W", - "orig": "W", + "text": "O", + "orig": "O", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58394,10 +60477,11 @@ "r_y3": 376.774, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58422,10 +60506,11 @@ "r_y3": 380.564, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58450,10 +60535,11 @@ "r_y3": 384.907, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58478,10 +60564,11 @@ "r_y3": 388.719, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "D", + "orig": "D", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58506,10 +60593,11 @@ "r_y3": 390.632, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58534,10 +60622,11 @@ "r_y3": 394.179, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58562,10 +60651,11 @@ "r_y3": 398.521, "coord_origin": "BOTTOMLEFT" }, - "text": "L", - "orig": "L", + "text": "G", + "orig": "G", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58594,6 +60684,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -58618,10 +60709,11 @@ "r_y3": 403.171, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "?", + "orig": "?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58646,10 +60738,11 @@ "r_y3": 406.983, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "I", + "orig": "I", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58674,10 +60767,11 @@ "r_y3": 411.018, "coord_origin": "BOTTOMLEFT" }, - "text": "O", - "orig": "O", + "text": "7", + "orig": "7", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58702,10 +60796,11 @@ "r_y3": 415.861, "coord_origin": "BOTTOMLEFT" }, - "text": "J", - "orig": "J", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58730,10 +60825,11 @@ "r_y3": 418.233, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58758,10 +60854,11 @@ "r_y3": 421.73, "coord_origin": "BOTTOMLEFT" }, - "text": "C", - "orig": "C", + "text": "H", + "orig": "H", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58786,10 +60883,11 @@ "r_y3": 425.521, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58814,10 +60912,11 @@ "r_y3": 429.067, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58846,6 +60945,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -58870,10 +60970,11 @@ "r_y3": 434.076, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58898,10 +60999,11 @@ "r_y3": 437.465, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58926,10 +61028,11 @@ "r_y3": 441.012, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58954,10 +61057,11 @@ "r_y3": 445.355, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "B", + "orig": "B", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -58982,10 +61086,11 @@ "r_y3": 448.901, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "C", + "orig": "C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59014,6 +61119,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -59038,10 +61144,11 @@ "r_y3": 454.018, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59066,10 +61173,11 @@ "r_y3": 457.307, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": "K", + "orig": "K", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59094,10 +61202,11 @@ "r_y3": 461.986, "coord_origin": "BOTTOMLEFT" }, - "text": "N", - "orig": "N", + "text": ":", + "orig": ":", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59122,10 +61231,11 @@ "r_y3": 466.708, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": "<", + "orig": "<", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59150,10 +61260,11 @@ "r_y3": 471.222, "coord_origin": "BOTTOMLEFT" }, - "text": "S", - "orig": "S", + "text": "4", + "orig": "4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59178,10 +61289,11 @@ "r_y3": 414.17, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "=", + "orig": "=", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59206,10 +61318,11 @@ "r_y3": 417.459, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "P", + "orig": "P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59238,6 +61351,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -59262,10 +61376,11 @@ "r_y3": 422.798, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59290,10 +61405,11 @@ "r_y3": 426.431, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59318,10 +61434,11 @@ "r_y3": 430.063, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59346,10 +61463,11 @@ "r_y3": 433.696, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59374,10 +61492,11 @@ "r_y3": 396.923, "coord_origin": "BOTTOMLEFT" }, - "text": "(", - "orig": "(", + "text": "M", + "orig": "M", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59402,10 +61521,11 @@ "r_y3": 399.159, "coord_origin": "BOTTOMLEFT" }, - "text": "m", - "orig": "m", + "text": "5", + "orig": "5", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59430,10 +61550,11 @@ "r_y3": 404.984, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59458,10 +61579,11 @@ "r_y3": 406.747, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59486,10 +61608,11 @@ "r_y3": 408.51, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59514,10 +61637,11 @@ "r_y3": 410.272, "coord_origin": "BOTTOMLEFT" }, - "text": "i", - "orig": "i", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59542,10 +61666,11 @@ "r_y3": 412.035, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59570,10 +61695,11 @@ "r_y3": 415.89, "coord_origin": "BOTTOMLEFT" }, - "text": "n", - "orig": "n", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59598,10 +61724,11 @@ "r_y3": 419.738, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59630,6 +61757,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -59654,10 +61782,11 @@ "r_y3": 424.202, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59682,10 +61811,11 @@ "r_y3": 428.057, "coord_origin": "BOTTOMLEFT" }, - "text": "f", - "orig": "f", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59714,6 +61844,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -59738,10 +61869,11 @@ "r_y3": 431.941, "coord_origin": "BOTTOMLEFT" }, - "text": "d", - "orig": "d", + "text": "A", + "orig": "A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59766,10 +61898,11 @@ "r_y3": 435.789, "coord_origin": "BOTTOMLEFT" }, - "text": "o", - "orig": "o", + "text": "9", + "orig": "9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59794,10 +61927,11 @@ "r_y3": 439.644, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59822,10 +61956,11 @@ "r_y3": 441.406, "coord_origin": "BOTTOMLEFT" }, - "text": "l", - "orig": "l", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59850,10 +61985,11 @@ "r_y3": 443.169, "coord_origin": "BOTTOMLEFT" }, - "text": "a", - "orig": "a", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59878,10 +62014,11 @@ "r_y3": 446.709, "coord_origin": "BOTTOMLEFT" }, - "text": "r", - "orig": "r", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59906,10 +62043,11 @@ "r_y3": 449.253, "coord_origin": "BOTTOMLEFT" }, - "text": "s", - "orig": "s", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59934,10 +62072,11 @@ "r_y3": 452.112, "coord_origin": "BOTTOMLEFT" }, - "text": ")", - "orig": ")", + "text": "N", + "orig": "N", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -59962,10 +62101,11 @@ "r_y3": 81.662, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -59990,10 +62130,11 @@ "r_y3": 72.705, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60018,10 +62159,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "F", - "orig": "F", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60046,10 +62188,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60074,10 +62217,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60102,10 +62246,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60130,10 +62275,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "%", + "orig": "%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60158,10 +62304,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60186,10 +62333,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60214,10 +62362,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60242,10 +62391,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "M", - "orig": "M", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60270,10 +62420,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "I", - "orig": "I", + "text": "(", + "orig": "(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60298,10 +62449,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60326,10 +62478,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60354,10 +62507,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "Y", - "orig": "Y", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60382,10 +62536,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60410,10 +62565,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60438,10 +62594,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "R", - "orig": "R", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60466,10 +62623,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60494,10 +62652,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "U", - "orig": "U", + "text": ".", + "orig": ".", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60522,10 +62681,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "P", - "orig": "P", + "text": "/", + "orig": "/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60550,10 +62710,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "D", - "orig": "D", + "text": ")", + "orig": ")", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60578,10 +62739,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "A", - "orig": "A", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60606,10 +62768,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60634,10 +62797,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "E", - "orig": "E", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60662,10 +62826,11 @@ "r_y3": 81.662, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60690,10 +62855,11 @@ "r_y3": 72.705, "coord_origin": "BOTTOMLEFT" }, - "text": " ", - "orig": " ", + "text": "!", + "orig": "!", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60718,10 +62884,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "T", - "orig": "T", + "text": "0", + "orig": "0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60746,10 +62913,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "-", - "orig": "-", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60774,10 +62942,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "1", + "orig": "1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60802,10 +62971,11 @@ "r_y3": 63.748, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "2", + "orig": "2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT6", @@ -60832,10 +63002,11 @@ "r_y3": 257.873, "coord_origin": "BOTTOMLEFT" }, - "text": "2024", - "orig": "2024", + "text": "!\"!#", + "orig": "!\"!#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60860,10 +63031,11 @@ "r_y3": 621.183, "coord_origin": "BOTTOMLEFT" }, - "text": "2025", - "orig": "2025", + "text": "!\"!$", + "orig": "!\"!$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60888,10 +63060,11 @@ "r_y3": 258.205, "coord_origin": "BOTTOMLEFT" }, - "text": "April", - "orig": "April", + "text": "%&'()", + "orig": "%&'()", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60916,10 +63089,11 @@ "r_y3": 301.315, "coord_origin": "BOTTOMLEFT" }, - "text": "May", - "orig": "May", + "text": "*+,", + "orig": "*+,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60944,10 +63118,11 @@ "r_y3": 343.075, "coord_origin": "BOTTOMLEFT" }, - "text": "June", - "orig": "June", + "text": "-./0", + "orig": "-./0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -60972,10 +63147,11 @@ "r_y3": 387.188, "coord_origin": "BOTTOMLEFT" }, - "text": "July", - "orig": "July", + "text": "-.),", + "orig": "-.),", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61000,10 +63176,11 @@ "r_y3": 421.79, "coord_origin": "BOTTOMLEFT" }, - "text": "August", - "orig": "August", + "text": "%.1.23", + "orig": "%.1.23", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61028,10 +63205,11 @@ "r_y3": 453.916, "coord_origin": "BOTTOMLEFT" }, - "text": "September", - "orig": "September", + "text": "40&30560'", + "orig": "40&30560'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61056,10 +63234,11 @@ "r_y3": 503.175, "coord_origin": "BOTTOMLEFT" }, - "text": "October", - "orig": "October", + "text": "783960'", + "orig": "783960'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61084,10 +63263,11 @@ "r_y3": 539.335, "coord_origin": "BOTTOMLEFT" }, - "text": "November", - "orig": "November", + "text": ":9;0560'", + "orig": ":9;0560'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61112,10 +63292,11 @@ "r_y3": 576.836, "coord_origin": "BOTTOMLEFT" }, - "text": "December", - "orig": "December", + "text": "<080560'", + "orig": "<080560'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61140,10 +63321,11 @@ "r_y3": 614.215, "coord_origin": "BOTTOMLEFT" }, - "text": "January", - "orig": "January", + "text": "-+/.+',", + "orig": "-+/.+',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61168,10 +63350,11 @@ "r_y3": 653.543, "coord_origin": "BOTTOMLEFT" }, - "text": "February", - "orig": "February", + "text": "=06'.+',", + "orig": "=06'.+',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61196,10 +63379,11 @@ "r_y3": 701.91, "coord_origin": "BOTTOMLEFT" }, - "text": "March", - "orig": "March", + "text": "*+'8>", + "orig": "*+'8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61224,10 +63408,11 @@ "r_y3": 252.053, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61252,10 +63437,11 @@ "r_y3": 294.269, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61280,10 +63466,11 @@ "r_y3": 336.484, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61308,10 +63495,11 @@ "r_y3": 378.7, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61336,10 +63524,11 @@ "r_y3": 420.916, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61364,10 +63553,11 @@ "r_y3": 463.132, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61392,10 +63582,11 @@ "r_y3": 499.525, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61420,10 +63611,11 @@ "r_y3": 541.727, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61448,10 +63640,11 @@ "r_y3": 578.442, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61476,10 +63669,11 @@ "r_y3": 609.56, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61504,10 +63698,11 @@ "r_y3": 651.761, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61532,10 +63727,11 @@ "r_y3": 693.963, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61560,10 +63756,11 @@ "r_y3": 739.971, "coord_origin": "BOTTOMLEFT" }, - "text": "Total", - "orig": "Total", + "text": "B93+)", + "orig": "B93+)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61588,10 +63785,11 @@ "r_y3": 98.222, "coord_origin": "BOTTOMLEFT" }, - "text": "OPENING", - "orig": "OPENING", + "text": "7?C:D:E", + "orig": "7?C:D:E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61616,10 +63814,11 @@ "r_y3": 122.812, "coord_origin": "BOTTOMLEFT" }, - "text": "BALANCE", - "orig": "BALANCE", + "text": "F%G%:HC", + "orig": "F%G%:HC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -61644,10 +63843,11 @@ "r_y3": 257.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(745)", - "orig": "(745)", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61672,10 +63872,11 @@ "r_y3": 299.532, "coord_origin": "BOTTOMLEFT" }, - "text": "(740)", - "orig": "(740)", + "text": "!\"#&%", + "orig": "!\"#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61700,10 +63901,11 @@ "r_y3": 341.741, "coord_origin": "BOTTOMLEFT" }, - "text": "(940)", - "orig": "(940)", + "text": "!'#&%", + "orig": "!'#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61728,10 +63930,11 @@ "r_y3": 383.951, "coord_origin": "BOTTOMLEFT" }, - "text": "(794)", - "orig": "(794)", + "text": "!\"'#%", + "orig": "!\"'#%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61756,10 +63959,11 @@ "r_y3": 421.682, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,035)", - "orig": "(1,035)", + "text": "!()&*$%", + "orig": "!()&*$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61784,10 +63988,11 @@ "r_y3": 463.895, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,340)", - "orig": "(1,340)", + "text": "!()*#&%", + "orig": "!()*#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61812,10 +64017,11 @@ "r_y3": 506.109, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,169)", - "orig": "(1,169)", + "text": "!()(+'%", + "orig": "!()(+'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61840,10 +64046,11 @@ "r_y3": 548.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,516)", - "orig": "(1,516)", + "text": "!()$(+%", + "orig": "!()$(+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61868,10 +64075,11 @@ "r_y3": 585.049, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,856)", - "orig": "(1,856)", + "text": "!(),$+%", + "orig": "!(),$+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61896,10 +64104,11 @@ "r_y3": 616.179, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,580)", - "orig": "(1,580)", + "text": "!()$,&%", + "orig": "!()$,&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61924,10 +64133,11 @@ "r_y3": 658.392, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,907)", - "orig": "(1,907)", + "text": "!()'&\"%", + "orig": "!()'&\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61952,10 +64162,11 @@ "r_y3": 700.605, "coord_origin": "BOTTOMLEFT" }, - "text": "(2,075)", - "orig": "(2,075)", + "text": "!-)&\"$%", + "orig": "!-)&\"$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -61980,10 +64191,11 @@ "r_y3": 739.907, "coord_origin": "BOTTOMLEFT" }, - "text": "(745)", - "orig": "(745)", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62008,10 +64220,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "RECEIPTS:", - "orig": "RECEIPTS:", + "text": "ICHCD?B4J", + "orig": "ICHCD?B4J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -62036,10 +64249,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "Consumption/Use", - "orig": "Consumption/Use", + "text": "./0123456/07819", + "orig": "./0123456/07819", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62064,10 +64278,11 @@ "r_y3": 148.281, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxes", - "orig": "Taxes", + "text": ":;<91", + "orig": ":;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62092,10 +64307,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62120,10 +64336,11 @@ "r_y3": 304.343, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62148,10 +64365,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "65", - "orig": "65", + "text": "+$", + "orig": "+$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62176,10 +64394,11 @@ "r_y3": 388.759, "coord_origin": "BOTTOMLEFT" }, - "text": "47", - "orig": "47", + "text": "#\"", + "orig": "#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62204,10 +64423,11 @@ "r_y3": 430.967, "coord_origin": "BOTTOMLEFT" }, - "text": "45", - "orig": "45", + "text": "#$", + "orig": "#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62232,10 +64452,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "76", - "orig": "76", + "text": "\"+", + "orig": "\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62260,10 +64481,11 @@ "r_y3": 515.383, "coord_origin": "BOTTOMLEFT" }, - "text": "47", - "orig": "47", + "text": "#\"", + "orig": "#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62288,10 +64510,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62316,10 +64539,11 @@ "r_y3": 594.316, "coord_origin": "BOTTOMLEFT" }, - "text": "67", - "orig": "67", + "text": "+\"", + "orig": "+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62344,10 +64568,11 @@ "r_y3": 625.443, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62372,10 +64597,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62400,10 +64626,11 @@ "r_y3": 709.861, "coord_origin": "BOTTOMLEFT" }, - "text": "54", - "orig": "54", + "text": "$#", + "orig": "$#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62428,10 +64655,11 @@ "r_y3": 741.66, "coord_origin": "BOTTOMLEFT" }, - "text": "624", - "orig": "624", + "text": "+-#", + "orig": "+-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62456,10 +64684,11 @@ "r_y3": 103.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Business", - "orig": "Business", + "text": "=2160911", + "orig": "=2160911", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62484,10 +64713,11 @@ "r_y3": 125.316, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxes", - "orig": "Taxes", + "text": ":;<91", + "orig": ":;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62512,10 +64742,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62540,10 +64771,11 @@ "r_y3": 304.319, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62568,10 +64800,11 @@ "r_y3": 346.533, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62596,10 +64829,11 @@ "r_y3": 388.747, "coord_origin": "BOTTOMLEFT" }, - "text": "52", - "orig": "52", + "text": "$-", + "orig": "$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62624,10 +64858,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62652,10 +64887,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "53", - "orig": "53", + "text": "$*", + "orig": "$*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62680,10 +64916,11 @@ "r_y3": 515.389, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62708,10 +64945,11 @@ "r_y3": 557.603, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62736,10 +64974,11 @@ "r_y3": 594.328, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62764,10 +65003,11 @@ "r_y3": 625.455, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62792,10 +65032,11 @@ "r_y3": 667.665, "coord_origin": "BOTTOMLEFT" }, - "text": "48", - "orig": "48", + "text": "#,", + "orig": "#,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62820,10 +65061,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62848,10 +65090,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "602", - "orig": "602", + "text": "+&-", + "orig": "+&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62876,10 +65119,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "Other", - "orig": "Other", + "text": ">5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62904,10 +65148,11 @@ "r_y3": 118.653, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxes", - "orig": "Taxes", + "text": ":;<91", + "orig": ":;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62932,10 +65177,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62960,10 +65206,11 @@ "r_y3": 307.357, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -62988,10 +65235,11 @@ "r_y3": 346.545, "coord_origin": "BOTTOMLEFT" }, - "text": "25", - "orig": "25", + "text": "-$", + "orig": "-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63016,10 +65264,11 @@ "r_y3": 388.753, "coord_origin": "BOTTOMLEFT" }, - "text": "27", - "orig": "27", + "text": "-\"", + "orig": "-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63044,10 +65293,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "25", - "orig": "25", + "text": "-$", + "orig": "-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63072,10 +65322,11 @@ "r_y3": 473.169, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63100,10 +65351,11 @@ "r_y3": 515.377, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63128,10 +65380,11 @@ "r_y3": 557.585, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63156,10 +65409,11 @@ "r_y3": 594.31, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63184,10 +65438,11 @@ "r_y3": 625.437, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63212,10 +65467,11 @@ "r_y3": 667.647, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63240,10 +65496,11 @@ "r_y3": 709.855, "coord_origin": "BOTTOMLEFT" }, - "text": "24", - "orig": "24", + "text": "-#", + "orig": "-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63268,10 +65525,11 @@ "r_y3": 741.654, "coord_origin": "BOTTOMLEFT" }, - "text": "257", - "orig": "257", + "text": "-$\"", + "orig": "-$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63296,10 +65554,11 @@ "r_y3": 105.918, "coord_origin": "BOTTOMLEFT" }, - "text": "Total", - "orig": "Total", + "text": ":/5;A", + "orig": ":/5;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63324,10 +65583,11 @@ "r_y3": 119.471, "coord_origin": "BOTTOMLEFT" }, - "text": "Taxes", - "orig": "Taxes", + "text": ":;<91", + "orig": ":;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63352,10 +65612,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "98", - "orig": "98", + "text": "',", + "orig": "',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63380,10 +65641,11 @@ "r_y3": 304.313, "coord_origin": "BOTTOMLEFT" }, - "text": "91", - "orig": "91", + "text": "'(", + "orig": "'(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63408,10 +65670,11 @@ "r_y3": 343.501, "coord_origin": "BOTTOMLEFT" }, - "text": "147", - "orig": "147", + "text": "(#\"", + "orig": "(#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63436,10 +65699,11 @@ "r_y3": 385.715, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63464,10 +65728,11 @@ "r_y3": 427.929, "coord_origin": "BOTTOMLEFT" }, - "text": "127", - "orig": "127", + "text": "(-\"", + "orig": "(-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63492,10 +65757,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63520,10 +65786,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "119", - "orig": "119", + "text": "(('", + "orig": "(('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63548,10 +65815,11 @@ "r_y3": 554.57, "coord_origin": "BOTTOMLEFT" }, - "text": "112", - "orig": "112", + "text": "((-", + "orig": "((-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63576,10 +65844,11 @@ "r_y3": 591.297, "coord_origin": "BOTTOMLEFT" }, - "text": "143", - "orig": "143", + "text": "(#*", + "orig": "(#*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63604,10 +65873,11 @@ "r_y3": 622.425, "coord_origin": "BOTTOMLEFT" }, - "text": "119", - "orig": "119", + "text": "(('", + "orig": "(('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63632,10 +65902,11 @@ "r_y3": 664.639, "coord_origin": "BOTTOMLEFT" }, - "text": "118", - "orig": "118", + "text": "((,", + "orig": "((,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63660,10 +65931,11 @@ "r_y3": 706.853, "coord_origin": "BOTTOMLEFT" }, - "text": "128", - "orig": "128", + "text": "(-,", + "orig": "(-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63688,10 +65960,11 @@ "r_y3": 737.197, "coord_origin": "BOTTOMLEFT" }, - "text": "1,483", - "orig": "1,483", + "text": "()#,*", + "orig": "()#,*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63716,10 +65989,11 @@ "r_y3": 103.242, "coord_origin": "BOTTOMLEFT" }, - "text": "Miscellaneous", - "orig": "Miscellaneous", + "text": "B61C9AA;09/21", + "orig": "B61C9AA;09/21", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63744,10 +66018,11 @@ "r_y3": 139.006, "coord_origin": "BOTTOMLEFT" }, - "text": "Receipts", - "orig": "Receipts", + "text": "D9C96451", + "orig": "D9C96451", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63772,10 +66047,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "180", - "orig": "180", + "text": "(,&", + "orig": "(,&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63800,10 +66076,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1,412", - "orig": "1,412", + "text": "()#(-", + "orig": "()#(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63828,10 +66105,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "98", - "orig": "98", + "text": "',", + "orig": "',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63856,10 +66134,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "498", - "orig": "498", + "text": "#',", + "orig": "#',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63884,10 +66163,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "101", - "orig": "101", + "text": "(&(", + "orig": "(&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63912,10 +66192,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "486", - "orig": "486", + "text": "#,+", + "orig": "#,+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63940,10 +66221,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "350", - "orig": "350", + "text": "*$&", + "orig": "*$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63968,10 +66250,11 @@ "r_y3": 557.614, "coord_origin": "BOTTOMLEFT" }, - "text": "95", - "orig": "95", + "text": "'$", + "orig": "'$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -63996,10 +66279,11 @@ "r_y3": 591.317, "coord_origin": "BOTTOMLEFT" }, - "text": "681", - "orig": "681", + "text": "+,(", + "orig": "+,(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64024,10 +66308,11 @@ "r_y3": 625.468, "coord_origin": "BOTTOMLEFT" }, - "text": "90", - "orig": "90", + "text": "'&", + "orig": "'&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64052,10 +66337,11 @@ "r_y3": 667.677, "coord_origin": "BOTTOMLEFT" }, - "text": "93", - "orig": "93", + "text": "'*", + "orig": "'*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64080,10 +66366,11 @@ "r_y3": 702.387, "coord_origin": "BOTTOMLEFT" }, - "text": "2,595", - "orig": "2,595", + "text": "-)$'$", + "orig": "-)$'$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64108,10 +66395,11 @@ "r_y3": 737.213, "coord_origin": "BOTTOMLEFT" }, - "text": "6,679", - "orig": "6,679", + "text": "+)+\"'", + "orig": "+)+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64136,10 +66424,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "Federal", - "orig": "Federal", + "text": "E9F9@;A", + "orig": "E9F9@;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64164,10 +66453,11 @@ "r_y3": 122.616, "coord_origin": "BOTTOMLEFT" }, - "text": "Receipts", - "orig": "Receipts", + "text": "D9C96451", + "orig": "D9C96451", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64192,10 +66482,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64220,10 +66511,11 @@ "r_y3": 307.36, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64248,10 +66540,11 @@ "r_y3": 349.57, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64276,10 +66569,11 @@ "r_y3": 391.78, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64304,10 +66598,11 @@ "r_y3": 433.991, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64332,10 +66627,11 @@ "r_y3": 476.201, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64360,10 +66656,11 @@ "r_y3": 518.411, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64388,10 +66685,11 @@ "r_y3": 560.622, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64416,10 +66714,11 @@ "r_y3": 597.343, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64444,10 +66743,11 @@ "r_y3": 628.469, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64472,10 +66772,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64500,10 +66801,11 @@ "r_y3": 712.89, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64528,10 +66830,11 @@ "r_y3": 747.712, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64556,10 +66859,11 @@ "r_y3": 98.216, "coord_origin": "BOTTOMLEFT" }, - "text": "TOTAL", - "orig": "TOTAL", + "text": ":>:GH", + "orig": ":>:GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64584,10 +66888,11 @@ "r_y3": 115.199, "coord_origin": "BOTTOMLEFT" }, - "text": "RECEIPTS", - "orig": "RECEIPTS", + "text": "DI.IJK:L", + "orig": "DI.IJK:L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64612,10 +66917,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64640,10 +66946,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1,503", - "orig": "1,503", + "text": "()$&*", + "orig": "()$&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64668,10 +66975,11 @@ "r_y3": 343.524, "coord_origin": "BOTTOMLEFT" }, - "text": "245", - "orig": "245", + "text": "-#$", + "orig": "-#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64696,10 +67004,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "624", - "orig": "624", + "text": "+-#", + "orig": "+-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64724,10 +67033,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "228", - "orig": "228", + "text": "--,", + "orig": "--,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64752,10 +67062,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "641", - "orig": "641", + "text": "+#(", + "orig": "+#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64780,10 +67091,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "469", - "orig": "469", + "text": "#+'", + "orig": "#+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64808,10 +67120,11 @@ "r_y3": 554.594, "coord_origin": "BOTTOMLEFT" }, - "text": "207", - "orig": "207", + "text": "-&\"", + "orig": "-&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64836,10 +67149,11 @@ "r_y3": 591.32, "coord_origin": "BOTTOMLEFT" }, - "text": "824", - "orig": "824", + "text": ",-#", + "orig": ",-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64864,10 +67178,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "209", - "orig": "209", + "text": "-&'", + "orig": "-&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64892,10 +67207,11 @@ "r_y3": 664.662, "coord_origin": "BOTTOMLEFT" }, - "text": "214", - "orig": "214", + "text": "-(#", + "orig": "-(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64920,10 +67236,11 @@ "r_y3": 702.396, "coord_origin": "BOTTOMLEFT" }, - "text": "2,725", - "orig": "2,725", + "text": "-)\"-$", + "orig": "-)\"-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64948,10 +67265,11 @@ "r_y3": 737.223, "coord_origin": "BOTTOMLEFT" }, - "text": "8,167", - "orig": "8,167", + "text": ",)(+\"", + "orig": ",)(+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -64976,10 +67294,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "DISBURSEMENTS:", - "orig": "DISBURSEMENTS:", + "text": "5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65480,10 +67816,11 @@ "r_y3": 126.165, "coord_origin": "BOTTOMLEFT" }, - "text": "Education", - "orig": "Education", + "text": "IF2C;56/0", + "orig": "IF2C;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65508,10 +67845,11 @@ "r_y3": 265.161, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65536,10 +67874,11 @@ "r_y3": 307.371, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65564,10 +67903,11 @@ "r_y3": 349.582, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65592,10 +67932,11 @@ "r_y3": 391.792, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65620,10 +67961,11 @@ "r_y3": 434.003, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65648,10 +67990,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65676,10 +68019,11 @@ "r_y3": 518.423, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65704,10 +68048,11 @@ "r_y3": 560.634, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65732,10 +68077,11 @@ "r_y3": 597.355, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65760,10 +68106,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65788,10 +68135,11 @@ "r_y3": 667.674, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65816,10 +68164,11 @@ "r_y3": 709.882, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65844,10 +68193,11 @@ "r_y3": 744.706, "coord_origin": "BOTTOMLEFT" }, - "text": "73", - "orig": "73", + "text": "\"*", + "orig": "\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65872,10 +68222,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "Public", - "orig": "Public", + "text": "K2OA6C", + "orig": "K2OA6C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65900,10 +68251,11 @@ "r_y3": 119.139, "coord_origin": "BOTTOMLEFT" }, - "text": "Health", - "orig": "Health", + "text": "M9;A5?", + "orig": "M9;A5?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65928,10 +68280,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65956,10 +68309,11 @@ "r_y3": 304.349, "coord_origin": "BOTTOMLEFT" }, - "text": "27", - "orig": "27", + "text": "-\"", + "orig": "-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -65984,10 +68338,11 @@ "r_y3": 346.563, "coord_origin": "BOTTOMLEFT" }, - "text": "24", - "orig": "24", + "text": "-#", + "orig": "-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66012,10 +68367,11 @@ "r_y3": 388.777, "coord_origin": "BOTTOMLEFT" }, - "text": "30", - "orig": "30", + "text": "*&", + "orig": "*&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66040,10 +68396,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66068,10 +68425,11 @@ "r_y3": 473.204, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66096,10 +68454,11 @@ "r_y3": 515.418, "coord_origin": "BOTTOMLEFT" }, - "text": "37", - "orig": "37", + "text": "*\"", + "orig": "*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66124,10 +68483,11 @@ "r_y3": 557.632, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66152,10 +68512,11 @@ "r_y3": 594.357, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66180,10 +68541,11 @@ "r_y3": 625.484, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66208,10 +68570,11 @@ "r_y3": 667.695, "coord_origin": "BOTTOMLEFT" }, - "text": "42", - "orig": "42", + "text": "#-", + "orig": "#-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66236,10 +68599,11 @@ "r_y3": 706.882, "coord_origin": "BOTTOMLEFT" }, - "text": "102", - "orig": "102", + "text": "(&-", + "orig": "(&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66264,10 +68628,11 @@ "r_y3": 741.705, "coord_origin": "BOTTOMLEFT" }, - "text": "457", - "orig": "457", + "text": "#$\"", + "orig": "#$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66292,10 +68657,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Mental", - "orig": "Mental", + "text": "B905;A", + "orig": "B905;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66320,10 +68686,11 @@ "r_y3": 121.958, "coord_origin": "BOTTOMLEFT" }, - "text": "Hygiene", - "orig": "Hygiene", + "text": "MPN6909", + "orig": "MPN6909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66348,10 +68715,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66376,10 +68744,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66404,10 +68773,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66432,10 +68802,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66460,10 +68831,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66488,10 +68860,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66516,10 +68889,11 @@ "r_y3": 518.439, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66544,10 +68918,11 @@ "r_y3": 557.626, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66572,10 +68947,11 @@ "r_y3": 594.351, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66600,10 +68976,11 @@ "r_y3": 625.478, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66628,10 +69005,11 @@ "r_y3": 667.692, "coord_origin": "BOTTOMLEFT" }, - "text": "13", - "orig": "13", + "text": "(*", + "orig": "(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66656,10 +69034,11 @@ "r_y3": 709.9, "coord_origin": "BOTTOMLEFT" }, - "text": "23", - "orig": "23", + "text": "-*", + "orig": "-*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66684,10 +69063,11 @@ "r_y3": 741.701, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66712,10 +69092,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "School", - "orig": "School", + "text": "LC?//A", + "orig": "LC?//A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66740,10 +69121,11 @@ "r_y3": 120.599, "coord_origin": "BOTTOMLEFT" }, - "text": "Aid", - "orig": "Aid", + "text": "G6F", + "orig": "G6F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66768,10 +69150,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66796,10 +69179,11 @@ "r_y3": 307.387, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66824,10 +69208,11 @@ "r_y3": 349.595, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66852,10 +69237,11 @@ "r_y3": 388.783, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66880,10 +69266,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66908,10 +69295,11 @@ "r_y3": 476.225, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66936,10 +69324,11 @@ "r_y3": 518.433, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66964,10 +69353,11 @@ "r_y3": 557.62, "coord_origin": "BOTTOMLEFT" }, - "text": "45", - "orig": "45", + "text": "#$", + "orig": "#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -66992,10 +69382,11 @@ "r_y3": 594.345, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67020,10 +69411,11 @@ "r_y3": 625.472, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67048,10 +69440,11 @@ "r_y3": 667.683, "coord_origin": "BOTTOMLEFT" }, - "text": "55", - "orig": "55", + "text": "$$", + "orig": "$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67076,10 +69469,11 @@ "r_y3": 709.891, "coord_origin": "BOTTOMLEFT" }, - "text": "67", - "orig": "67", + "text": "+\"", + "orig": "+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67104,10 +69498,11 @@ "r_y3": 741.689, "coord_origin": "BOTTOMLEFT" }, - "text": "300", - "orig": "300", + "text": "*&&", + "orig": "*&&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67132,10 +69527,11 @@ "r_y3": 103.272, "coord_origin": "BOTTOMLEFT" }, - "text": "Temporary", - "orig": "Temporary", + "text": ":934/@;@P", + "orig": ":934/@;@P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67160,10 +69556,11 @@ "r_y3": 131.108, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67188,10 +69585,11 @@ "r_y3": 136.496, "coord_origin": "BOTTOMLEFT" }, - "text": "Disability", - "orig": "Disability", + "text": "R61;O6A65P", + "orig": "R61;O6A65P", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67216,10 +69614,11 @@ "r_y3": 159.893, "coord_origin": "BOTTOMLEFT" }, - "text": "Assistance", - "orig": "Assistance", + "text": "G11615;0C9", + "orig": "G11615;0C9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67244,10 +69643,11 @@ "r_y3": 265.167, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67272,10 +69672,11 @@ "r_y3": 307.375, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67300,10 +69701,11 @@ "r_y3": 349.583, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67328,10 +69730,11 @@ "r_y3": 388.771, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67356,10 +69759,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67384,10 +69788,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67412,10 +69817,11 @@ "r_y3": 515.4, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67440,10 +69846,11 @@ "r_y3": 557.608, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67468,10 +69875,11 @@ "r_y3": 594.334, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67496,10 +69904,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67524,10 +69933,11 @@ "r_y3": 667.671, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67552,10 +69962,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "11", - "orig": "11", + "text": "((", + "orig": "((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67580,10 +69991,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "114", - "orig": "114", + "text": "((#", + "orig": "((#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67608,10 +70020,11 @@ "r_y3": 103.26, "coord_origin": "BOTTOMLEFT" }, - "text": "Transportation", - "orig": "Transportation", + "text": ":@;014/@5;56/0", + "orig": ":@;014/@5;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67636,10 +70049,11 @@ "r_y3": 265.143, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67664,10 +70078,11 @@ "r_y3": 307.351, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67692,10 +70107,11 @@ "r_y3": 343.513, "coord_origin": "BOTTOMLEFT" }, - "text": "116", - "orig": "116", + "text": "((+", + "orig": "((+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67720,10 +70136,11 @@ "r_y3": 391.773, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67748,10 +70165,11 @@ "r_y3": 433.981, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67776,10 +70194,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "236", - "orig": "236", + "text": "-*+", + "orig": "-*+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67804,10 +70223,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "331", - "orig": "331", + "text": "**(", + "orig": "**(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67832,10 +70252,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "36", - "orig": "36", + "text": "*+", + "orig": "*+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67860,10 +70281,11 @@ "r_y3": 591.293, "coord_origin": "BOTTOMLEFT" }, - "text": "345", - "orig": "345", + "text": "*#$", + "orig": "*#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67888,10 +70310,11 @@ "r_y3": 625.444, "coord_origin": "BOTTOMLEFT" }, - "text": "30", - "orig": "30", + "text": "*&", + "orig": "*&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67916,10 +70339,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "35", - "orig": "35", + "text": "*$", + "orig": "*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67944,10 +70368,11 @@ "r_y3": 706.841, "coord_origin": "BOTTOMLEFT" }, - "text": "668", - "orig": "668", + "text": "++,", + "orig": "++,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -67972,10 +70397,11 @@ "r_y3": 737.185, "coord_origin": "BOTTOMLEFT" }, - "text": "1,818", - "orig": "1,818", + "text": "(),(,", + "orig": "(),(,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68000,10 +70426,11 @@ "r_y3": 103.248, "coord_origin": "BOTTOMLEFT" }, - "text": "All", - "orig": "All", + "text": "GAA", + "orig": "GAA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68028,10 +70455,11 @@ "r_y3": 110.749, "coord_origin": "BOTTOMLEFT" }, - "text": "Other", - "orig": "Other", + "text": ">5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68056,10 +70484,11 @@ "r_y3": 126.147, "coord_origin": "BOTTOMLEFT" }, - "text": "Local", - "orig": "Local", + "text": "H/C;A", + "orig": "H/C;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68084,10 +70513,11 @@ "r_y3": 259.091, "coord_origin": "BOTTOMLEFT" }, - "text": "124", - "orig": "124", + "text": "(-#", + "orig": "(-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68112,10 +70542,11 @@ "r_y3": 301.305, "coord_origin": "BOTTOMLEFT" }, - "text": "142", - "orig": "142", + "text": "(#-", + "orig": "(#-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68140,10 +70571,11 @@ "r_y3": 343.519, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68168,10 +70600,11 @@ "r_y3": 385.732, "coord_origin": "BOTTOMLEFT" }, - "text": "356", - "orig": "356", + "text": "*$+", + "orig": "*$+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68196,10 +70629,11 @@ "r_y3": 427.946, "coord_origin": "BOTTOMLEFT" }, - "text": "562", - "orig": "562", + "text": "$+-", + "orig": "$+-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68224,10 +70658,11 @@ "r_y3": 470.16, "coord_origin": "BOTTOMLEFT" }, - "text": "311", - "orig": "311", + "text": "*((", + "orig": "*((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68252,10 +70687,11 @@ "r_y3": 512.374, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68280,10 +70716,11 @@ "r_y3": 554.588, "coord_origin": "BOTTOMLEFT" }, - "text": "261", - "orig": "261", + "text": "-+(", + "orig": "-+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68308,10 +70745,11 @@ "r_y3": 591.314, "coord_origin": "BOTTOMLEFT" }, - "text": "167", - "orig": "167", + "text": "(+\"", + "orig": "(+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68336,10 +70774,11 @@ "r_y3": 622.443, "coord_origin": "BOTTOMLEFT" }, - "text": "310", - "orig": "310", + "text": "*(&", + "orig": "*(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68364,10 +70803,11 @@ "r_y3": 664.656, "coord_origin": "BOTTOMLEFT" }, - "text": "177", - "orig": "177", + "text": "(\"\"", + "orig": "(\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68392,10 +70832,11 @@ "r_y3": 705.078, "coord_origin": "BOTTOMLEFT" }, - "text": "(725)", - "orig": "(725)", + "text": "!\"-$%", + "orig": "!\"-$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68420,10 +70861,11 @@ "r_y3": 737.211, "coord_origin": "BOTTOMLEFT" }, - "text": "2,098", - "orig": "2,098", + "text": "-)&',", + "orig": "-)&',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68448,10 +70890,11 @@ "r_y3": 108.304, "coord_origin": "BOTTOMLEFT" }, - "text": "Total", - "orig": "Total", + "text": ":/5;A", + "orig": ":/5;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68476,10 +70919,11 @@ "r_y3": 121.857, "coord_origin": "BOTTOMLEFT" }, - "text": "Assistance", - "orig": "Assistance", + "text": "G11615;0C9", + "orig": "G11615;0C9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68504,10 +70948,11 @@ "r_y3": 148.364, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": ";0F", + "orig": ";0F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68532,10 +70977,11 @@ "r_y3": 158.784, "coord_origin": "BOTTOMLEFT" }, - "text": "Grants", - "orig": "Grants", + "text": "S@;051", + "orig": "S@;051", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68560,10 +71006,11 @@ "r_y3": 259.114, "coord_origin": "BOTTOMLEFT" }, - "text": "175", - "orig": "175", + "text": "(\"$", + "orig": "(\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68588,10 +71035,11 @@ "r_y3": 301.328, "coord_origin": "BOTTOMLEFT" }, - "text": "184", - "orig": "184", + "text": "(,#", + "orig": "(,#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68616,10 +71064,11 @@ "r_y3": 343.542, "coord_origin": "BOTTOMLEFT" }, - "text": "286", - "orig": "286", + "text": "-,+", + "orig": "-,+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68644,10 +71093,11 @@ "r_y3": 385.756, "coord_origin": "BOTTOMLEFT" }, - "text": "443", - "orig": "443", + "text": "##*", + "orig": "##*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68672,10 +71122,11 @@ "r_y3": 427.97, "coord_origin": "BOTTOMLEFT" }, - "text": "619", - "orig": "619", + "text": "+('", + "orig": "+('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68700,10 +71151,11 @@ "r_y3": 470.184, "coord_origin": "BOTTOMLEFT" }, - "text": "572", - "orig": "572", + "text": "$\"-", + "orig": "$\"-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68728,10 +71180,11 @@ "r_y3": 512.398, "coord_origin": "BOTTOMLEFT" }, - "text": "679", - "orig": "679", + "text": "+\"'", + "orig": "+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68756,10 +71209,11 @@ "r_y3": 554.612, "coord_origin": "BOTTOMLEFT" }, - "text": "413", - "orig": "413", + "text": "#(*", + "orig": "#(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68784,10 +71238,11 @@ "r_y3": 591.338, "coord_origin": "BOTTOMLEFT" }, - "text": "641", - "orig": "641", + "text": "+#(", + "orig": "+#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68812,10 +71267,11 @@ "r_y3": 622.466, "coord_origin": "BOTTOMLEFT" }, - "text": "476", - "orig": "476", + "text": "#\"+", + "orig": "#\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68840,10 +71296,11 @@ "r_y3": 664.68, "coord_origin": "BOTTOMLEFT" }, - "text": "347", - "orig": "347", + "text": "*#\"", + "orig": "*#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68868,10 +71325,11 @@ "r_y3": 706.894, "coord_origin": "BOTTOMLEFT" }, - "text": "160", - "orig": "160", + "text": "(+&", + "orig": "(+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68896,10 +71354,11 @@ "r_y3": 737.238, "coord_origin": "BOTTOMLEFT" }, - "text": "4,995", - "orig": "4,995", + "text": "#)''$", + "orig": "#)''$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68924,10 +71383,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Economic", - "orig": "Economic", + "text": "IC/0/36C", + "orig": "IC/0/36C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68952,10 +71412,11 @@ "r_y3": 128.016, "coord_origin": "BOTTOMLEFT" }, - "text": "Development", - "orig": "Development", + "text": "R9T9A/43905", + "orig": "R9T9A/43905", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -68980,10 +71441,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69008,10 +71470,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69036,10 +71499,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69064,10 +71528,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69092,10 +71557,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69120,10 +71586,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69148,10 +71615,11 @@ "r_y3": 512.393, "coord_origin": "BOTTOMLEFT" }, - "text": "288", - "orig": "288", + "text": "-,,", + "orig": "-,,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69176,10 +71644,11 @@ "r_y3": 554.604, "coord_origin": "BOTTOMLEFT" }, - "text": "328", - "orig": "328", + "text": "*-,", + "orig": "*-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69204,10 +71673,11 @@ "r_y3": 591.332, "coord_origin": "BOTTOMLEFT" }, - "text": "309", - "orig": "309", + "text": "*&'", + "orig": "*&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69232,10 +71702,11 @@ "r_y3": 622.459, "coord_origin": "BOTTOMLEFT" }, - "text": "275", - "orig": "275", + "text": "-\"$", + "orig": "-\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69260,10 +71731,11 @@ "r_y3": 664.672, "coord_origin": "BOTTOMLEFT" }, - "text": "277", - "orig": "277", + "text": "-\"\"", + "orig": "-\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69288,10 +71760,11 @@ "r_y3": 705.072, "coord_origin": "BOTTOMLEFT" }, - "text": "(280)", - "orig": "(280)", + "text": "!-,&%", + "orig": "!-,&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69316,10 +71789,11 @@ "r_y3": 737.205, "coord_origin": "BOTTOMLEFT" }, - "text": "1,243", - "orig": "1,243", + "text": "()-#*", + "orig": "()-#*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69344,10 +71818,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Parks", - "orig": "Parks", + "text": "K;@U1", + "orig": "K;@U1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69372,10 +71847,11 @@ "r_y3": 117.62, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69400,10 +71876,11 @@ "r_y3": 123.008, "coord_origin": "BOTTOMLEFT" }, - "text": "the", - "orig": "the", + "text": "5?9", + "orig": "5?9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69428,10 +71905,11 @@ "r_y3": 132.407, "coord_origin": "BOTTOMLEFT" }, - "text": "Environment", - "orig": "Environment", + "text": "I0T6@/03905", + "orig": "I0T6@/03905", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69456,10 +71934,11 @@ "r_y3": 262.153, "coord_origin": "BOTTOMLEFT" }, - "text": "55", - "orig": "55", + "text": "$$", + "orig": "$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69484,10 +71963,11 @@ "r_y3": 304.367, "coord_origin": "BOTTOMLEFT" }, - "text": "65", - "orig": "65", + "text": "+$", + "orig": "+$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69512,10 +71992,11 @@ "r_y3": 346.58, "coord_origin": "BOTTOMLEFT" }, - "text": "62", - "orig": "62", + "text": "+-", + "orig": "+-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69540,10 +72021,11 @@ "r_y3": 385.768, "coord_origin": "BOTTOMLEFT" }, - "text": "108", - "orig": "108", + "text": "(&,", + "orig": "(&,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69568,10 +72050,11 @@ "r_y3": 431.002, "coord_origin": "BOTTOMLEFT" }, - "text": "89", - "orig": "89", + "text": ",'", + "orig": ",'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69596,10 +72079,11 @@ "r_y3": 473.216, "coord_origin": "BOTTOMLEFT" }, - "text": "78", - "orig": "78", + "text": "\",", + "orig": "\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69624,10 +72108,11 @@ "r_y3": 512.404, "coord_origin": "BOTTOMLEFT" }, - "text": "150", - "orig": "150", + "text": "($&", + "orig": "($&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69652,10 +72137,11 @@ "r_y3": 554.618, "coord_origin": "BOTTOMLEFT" }, - "text": "137", - "orig": "137", + "text": "(*\"", + "orig": "(*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69680,10 +72166,11 @@ "r_y3": 591.344, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69708,10 +72195,11 @@ "r_y3": 622.472, "coord_origin": "BOTTOMLEFT" }, - "text": "124", - "orig": "124", + "text": "(-#", + "orig": "(-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69736,10 +72224,11 @@ "r_y3": 664.686, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69764,10 +72253,11 @@ "r_y3": 706.9, "coord_origin": "BOTTOMLEFT" }, - "text": "210", - "orig": "210", + "text": "-(&", + "orig": "-(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69792,10 +72282,11 @@ "r_y3": 737.244, "coord_origin": "BOTTOMLEFT" }, - "text": "1,359", - "orig": "1,359", + "text": "()*$'", + "orig": "()*$'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69820,10 +72311,11 @@ "r_y3": 103.296, "coord_origin": "BOTTOMLEFT" }, - "text": "Transportation", - "orig": "Transportation", + "text": ":@;014/@5;56/0", + "orig": ":@;014/@5;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69848,10 +72340,11 @@ "r_y3": 259.132, "coord_origin": "BOTTOMLEFT" }, - "text": "166", - "orig": "166", + "text": "(++", + "orig": "(++", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69876,10 +72369,11 @@ "r_y3": 301.346, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69904,10 +72398,11 @@ "r_y3": 343.56, "coord_origin": "BOTTOMLEFT" }, - "text": "282", - "orig": "282", + "text": "-,-", + "orig": "-,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69932,10 +72427,11 @@ "r_y3": 385.774, "coord_origin": "BOTTOMLEFT" }, - "text": "306", - "orig": "306", + "text": "*&+", + "orig": "*&+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69960,10 +72456,11 @@ "r_y3": 427.988, "coord_origin": "BOTTOMLEFT" }, - "text": "306", - "orig": "306", + "text": "*&+", + "orig": "*&+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -69988,10 +72485,11 @@ "r_y3": 470.202, "coord_origin": "BOTTOMLEFT" }, - "text": "357", - "orig": "357", + "text": "*$\"", + "orig": "*$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70016,10 +72514,11 @@ "r_y3": 512.416, "coord_origin": "BOTTOMLEFT" }, - "text": "463", - "orig": "463", + "text": "#+*", + "orig": "#+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70044,10 +72543,11 @@ "r_y3": 554.63, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70072,10 +72572,11 @@ "r_y3": 591.356, "coord_origin": "BOTTOMLEFT" }, - "text": "211", - "orig": "211", + "text": "-((", + "orig": "-((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70100,10 +72601,11 @@ "r_y3": 622.484, "coord_origin": "BOTTOMLEFT" }, - "text": "238", - "orig": "238", + "text": "-*,", + "orig": "-*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70128,10 +72630,11 @@ "r_y3": 664.698, "coord_origin": "BOTTOMLEFT" }, - "text": "218", - "orig": "218", + "text": "-(,", + "orig": "-(,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70156,10 +72659,11 @@ "r_y3": 706.912, "coord_origin": "BOTTOMLEFT" }, - "text": "213", - "orig": "213", + "text": "-(*", + "orig": "-(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70184,10 +72688,11 @@ "r_y3": 737.256, "coord_origin": "BOTTOMLEFT" }, - "text": "3,307", - "orig": "3,307", + "text": "*)*&\"", + "orig": "*)*&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70212,10 +72717,11 @@ "r_y3": 103.307, "coord_origin": "BOTTOMLEFT" }, - "text": "Health", - "orig": "Health", + "text": "M9;A5?", + "orig": "M9;A5?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70240,10 +72746,11 @@ "r_y3": 120.605, "coord_origin": "BOTTOMLEFT" }, - "text": "&", - "orig": "&", + "text": "Q", + "orig": "Q", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70268,10 +72775,11 @@ "r_y3": 125.993, "coord_origin": "BOTTOMLEFT" }, - "text": "Social", - "orig": "Social", + "text": "L/C6;A", + "orig": "L/C6;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70296,10 +72804,11 @@ "r_y3": 141.267, "coord_origin": "BOTTOMLEFT" }, - "text": "Welfare", - "orig": "Welfare", + "text": "V9AW;@9", + "orig": "V9AW;@9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70324,10 +72833,11 @@ "r_y3": 265.151, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70352,10 +72862,11 @@ "r_y3": 307.361, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70380,10 +72891,11 @@ "r_y3": 349.571, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70408,10 +72920,11 @@ "r_y3": 391.782, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70436,10 +72949,11 @@ "r_y3": 433.992, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70464,10 +72978,11 @@ "r_y3": 476.202, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70492,10 +73007,11 @@ "r_y3": 515.386, "coord_origin": "BOTTOMLEFT" }, - "text": "16", - "orig": "16", + "text": "(+", + "orig": "(+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70520,10 +73036,11 @@ "r_y3": 557.601, "coord_origin": "BOTTOMLEFT" }, - "text": "19", - "orig": "19", + "text": "('", + "orig": "('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70548,10 +73065,11 @@ "r_y3": 594.323, "coord_origin": "BOTTOMLEFT" }, - "text": "21", - "orig": "21", + "text": "-(", + "orig": "-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70576,10 +73094,11 @@ "r_y3": 625.45, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70604,10 +73123,11 @@ "r_y3": 667.663, "coord_origin": "BOTTOMLEFT" }, - "text": "39", - "orig": "39", + "text": "*'", + "orig": "*'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70632,10 +73152,11 @@ "r_y3": 709.877, "coord_origin": "BOTTOMLEFT" }, - "text": "52", - "orig": "52", + "text": "$-", + "orig": "$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70660,10 +73181,11 @@ "r_y3": 741.673, "coord_origin": "BOTTOMLEFT" }, - "text": "195", - "orig": "195", + "text": "('$", + "orig": "('$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70688,10 +73210,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "Mental", - "orig": "Mental", + "text": "B905;A", + "orig": "B905;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70716,10 +73239,11 @@ "r_y3": 121.929, "coord_origin": "BOTTOMLEFT" }, - "text": "Hygiene", - "orig": "Hygiene", + "text": "MPN6909", + "orig": "MPN6909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70744,10 +73268,11 @@ "r_y3": 262.13, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70772,10 +73297,11 @@ "r_y3": 304.338, "coord_origin": "BOTTOMLEFT" }, - "text": "51", - "orig": "51", + "text": "$(", + "orig": "$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70800,10 +73326,11 @@ "r_y3": 346.546, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70828,10 +73355,11 @@ "r_y3": 388.754, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70856,10 +73384,11 @@ "r_y3": 430.962, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70884,10 +73413,11 @@ "r_y3": 473.17, "coord_origin": "BOTTOMLEFT" }, - "text": "31", - "orig": "31", + "text": "*(", + "orig": "*(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70912,10 +73442,11 @@ "r_y3": 515.378, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70940,10 +73471,11 @@ "r_y3": 557.586, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70968,10 +73500,11 @@ "r_y3": 594.311, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -70996,10 +73529,11 @@ "r_y3": 625.438, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71024,10 +73558,11 @@ "r_y3": 667.648, "coord_origin": "BOTTOMLEFT" }, - "text": "33", - "orig": "33", + "text": "**", + "orig": "**", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71052,10 +73587,11 @@ "r_y3": 706.836, "coord_origin": "BOTTOMLEFT" }, - "text": "101", - "orig": "101", + "text": "(&(", + "orig": "(&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71080,10 +73616,11 @@ "r_y3": 741.659, "coord_origin": "BOTTOMLEFT" }, - "text": "521", - "orig": "521", + "text": "$-(", + "orig": "$-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71108,10 +73645,11 @@ "r_y3": 103.232, "coord_origin": "BOTTOMLEFT" }, - "text": "Public", - "orig": "Public", + "text": "K2OA6C", + "orig": "K2OA6C", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71136,10 +73674,11 @@ "r_y3": 119.105, "coord_origin": "BOTTOMLEFT" }, - "text": "Protection", - "orig": "Protection", + "text": "K@/59C56/0", + "orig": "K@/59C56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71164,10 +73703,11 @@ "r_y3": 262.101, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71192,10 +73732,11 @@ "r_y3": 304.308, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71220,10 +73761,11 @@ "r_y3": 346.516, "coord_origin": "BOTTOMLEFT" }, - "text": "37", - "orig": "37", + "text": "*\"", + "orig": "*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71248,10 +73790,11 @@ "r_y3": 388.724, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71276,10 +73819,11 @@ "r_y3": 430.932, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71304,10 +73848,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "35", - "orig": "35", + "text": "*$", + "orig": "*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71332,10 +73877,11 @@ "r_y3": 515.348, "coord_origin": "BOTTOMLEFT" }, - "text": "58", - "orig": "58", + "text": "$,", + "orig": "$,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71360,10 +73906,11 @@ "r_y3": 557.556, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71388,10 +73935,11 @@ "r_y3": 594.281, "coord_origin": "BOTTOMLEFT" }, - "text": "63", - "orig": "63", + "text": "+*", + "orig": "+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71416,10 +73964,11 @@ "r_y3": 625.408, "coord_origin": "BOTTOMLEFT" }, - "text": "51", - "orig": "51", + "text": "$(", + "orig": "$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71444,10 +73993,11 @@ "r_y3": 667.619, "coord_origin": "BOTTOMLEFT" }, - "text": "54", - "orig": "54", + "text": "$#", + "orig": "$#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71472,10 +74022,11 @@ "r_y3": 709.827, "coord_origin": "BOTTOMLEFT" }, - "text": "60", - "orig": "60", + "text": "+&", + "orig": "+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71500,10 +74051,11 @@ "r_y3": 741.625, "coord_origin": "BOTTOMLEFT" }, - "text": "574", - "orig": "574", + "text": "$\"#", + "orig": "$\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71528,10 +74080,11 @@ "r_y3": 103.202, "coord_origin": "BOTTOMLEFT" }, - "text": "Education", - "orig": "Education", + "text": "IF2C;56/0", + "orig": "IF2C;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71556,10 +74109,11 @@ "r_y3": 262.059, "coord_origin": "BOTTOMLEFT" }, - "text": "76", - "orig": "76", + "text": "\"+", + "orig": "\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71584,10 +74138,11 @@ "r_y3": 301.247, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71612,10 +74167,11 @@ "r_y3": 343.461, "coord_origin": "BOTTOMLEFT" }, - "text": "121", - "orig": "121", + "text": "(-(", + "orig": "(-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71640,10 +74196,11 @@ "r_y3": 385.674, "coord_origin": "BOTTOMLEFT" }, - "text": "125", - "orig": "125", + "text": "(-$", + "orig": "(-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71668,10 +74225,11 @@ "r_y3": 427.888, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71696,10 +74254,11 @@ "r_y3": 470.102, "coord_origin": "BOTTOMLEFT" }, - "text": "129", - "orig": "129", + "text": "(-'", + "orig": "(-'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71724,10 +74283,11 @@ "r_y3": 512.316, "coord_origin": "BOTTOMLEFT" }, - "text": "177", - "orig": "177", + "text": "(\"\"", + "orig": "(\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71752,10 +74312,11 @@ "r_y3": 554.53, "coord_origin": "BOTTOMLEFT" }, - "text": "182", - "orig": "182", + "text": "(,-", + "orig": "(,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71780,10 +74341,11 @@ "r_y3": 591.256, "coord_origin": "BOTTOMLEFT" }, - "text": "154", - "orig": "154", + "text": "($#", + "orig": "($#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71808,10 +74370,11 @@ "r_y3": 622.384, "coord_origin": "BOTTOMLEFT" }, - "text": "203", - "orig": "203", + "text": "-&*", + "orig": "-&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71836,10 +74399,11 @@ "r_y3": 664.598, "coord_origin": "BOTTOMLEFT" }, - "text": "173", - "orig": "173", + "text": "(\"*", + "orig": "(\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71864,10 +74428,11 @@ "r_y3": 706.812, "coord_origin": "BOTTOMLEFT" }, - "text": "161", - "orig": "161", + "text": "(+(", + "orig": "(+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71892,10 +74457,11 @@ "r_y3": 737.157, "coord_origin": "BOTTOMLEFT" }, - "text": "1,791", - "orig": "1,791", + "text": "()\"'(", + "orig": "()\"'(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71920,10 +74486,11 @@ "r_y3": 103.214, "coord_origin": "BOTTOMLEFT" }, - "text": "All", - "orig": "All", + "text": "GAA", + "orig": "GAA", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71948,10 +74515,11 @@ "r_y3": 110.714, "coord_origin": "BOTTOMLEFT" }, - "text": "Other", - "orig": "Other", + "text": ">5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -71976,10 +74544,11 @@ "r_y3": 262.089, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72004,10 +74573,11 @@ "r_y3": 304.297, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72032,10 +74602,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "38", - "orig": "38", + "text": "*,", + "orig": "*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72060,10 +74631,11 @@ "r_y3": 388.713, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72088,10 +74660,11 @@ "r_y3": 430.927, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72116,10 +74689,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72144,10 +74718,11 @@ "r_y3": 512.328, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72172,10 +74747,11 @@ "r_y3": 557.562, "coord_origin": "BOTTOMLEFT" }, - "text": "85", - "orig": "85", + "text": ",$", + "orig": ",$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72200,10 +74776,11 @@ "r_y3": 594.287, "coord_origin": "BOTTOMLEFT" }, - "text": "81", - "orig": "81", + "text": ",(", + "orig": ",(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72228,10 +74805,11 @@ "r_y3": 625.414, "coord_origin": "BOTTOMLEFT" }, - "text": "79", - "orig": "79", + "text": "\"'", + "orig": "\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72256,10 +74834,11 @@ "r_y3": 667.625, "coord_origin": "BOTTOMLEFT" }, - "text": "78", - "orig": "78", + "text": "\",", + "orig": "\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72284,10 +74863,11 @@ "r_y3": 700.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,309)", - "orig": "(1,309)", + "text": "!()*&'%", + "orig": "!()*&'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72312,10 +74892,11 @@ "r_y3": 739.845, "coord_origin": "BOTTOMLEFT" }, - "text": "(639)", - "orig": "(639)", + "text": "!+*'%", + "orig": "!+*'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72340,10 +74921,11 @@ "r_y3": 108.252, "coord_origin": "BOTTOMLEFT" }, - "text": "Total", - "orig": "Total", + "text": ":/5;A", + "orig": ":/5;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72368,10 +74950,11 @@ "r_y3": 121.805, "coord_origin": "BOTTOMLEFT" }, - "text": "Capital", - "orig": "Capital", + "text": ".;465;A", + "orig": ".;465;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72396,10 +74979,11 @@ "r_y3": 139.826, "coord_origin": "BOTTOMLEFT" }, - "text": "Projects", - "orig": "Projects", + "text": "K@/X9C51", + "orig": "K@/X9C51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72424,10 +75008,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "377", - "orig": "377", + "text": "*\"\"", + "orig": "*\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72452,10 +75037,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "620", - "orig": "620", + "text": "+-&", + "orig": "+-&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72480,10 +75066,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "596", - "orig": "596", + "text": "$'+", + "orig": "$'+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72508,10 +75095,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "660", - "orig": "660", + "text": "++&", + "orig": "++&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72536,10 +75124,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "689", - "orig": "689", + "text": "+,'", + "orig": "+,'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72564,10 +75153,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "683", - "orig": "683", + "text": "+,*", + "orig": "+,*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72592,10 +75182,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1,324", - "orig": "1,324", + "text": "()*-#", + "orig": "()*-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72620,10 +75211,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1,132", - "orig": "1,132", + "text": "()(*-", + "orig": "()(*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72648,10 +75240,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1,038", - "orig": "1,038", + "text": "()&*,", + "orig": "()&*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72676,10 +75269,11 @@ "r_y3": 617.949, "coord_origin": "BOTTOMLEFT" }, - "text": "1,026", - "orig": "1,026", + "text": "()&-+", + "orig": "()&-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72704,10 +75298,11 @@ "r_y3": 664.646, "coord_origin": "BOTTOMLEFT" }, - "text": "998", - "orig": "998", + "text": "'',", + "orig": "'',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72732,10 +75327,11 @@ "r_y3": 705.068, "coord_origin": "BOTTOMLEFT" }, - "text": "(792)", - "orig": "(792)", + "text": "!\"'-%", + "orig": "!\"'-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72760,10 +75356,11 @@ "r_y3": 737.201, "coord_origin": "BOTTOMLEFT" }, - "text": "8,351", - "orig": "8,351", + "text": ",)*$(", + "orig": ",)*$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72788,10 +75385,11 @@ "r_y3": 98.188, "coord_origin": "BOTTOMLEFT" }, - "text": "TOTAL", - "orig": "TOTAL", + "text": ":>:GH", + "orig": ":>:GH", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72816,10 +75414,11 @@ "r_y3": 115.171, "coord_origin": "BOTTOMLEFT" }, - "text": "DISBURSEMENTS", - "orig": "DISBURSEMENTS", + "text": "RJL=8DLIBIY:L", + "orig": "RJL=8DLIBIY:L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72844,10 +75443,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "552", - "orig": "552", + "text": "$$-", + "orig": "$$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72872,10 +75472,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "804", - "orig": "804", + "text": ",&#", + "orig": ",&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72900,10 +75501,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "882", - "orig": "882", + "text": ",,-", + "orig": ",,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72928,10 +75530,11 @@ "r_y3": 381.23, "coord_origin": "BOTTOMLEFT" }, - "text": "1,103", - "orig": "1,103", + "text": "()(&*", + "orig": "()(&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72956,10 +75559,11 @@ "r_y3": 423.446, "coord_origin": "BOTTOMLEFT" }, - "text": "1,308", - "orig": "1,308", + "text": "()*&,", + "orig": "()*&,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -72984,10 +75588,11 @@ "r_y3": 465.661, "coord_origin": "BOTTOMLEFT" }, - "text": "1,255", - "orig": "1,255", + "text": "()-$$", + "orig": "()-$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73012,10 +75617,11 @@ "r_y3": 507.877, "coord_origin": "BOTTOMLEFT" }, - "text": "2,003", - "orig": "2,003", + "text": "-)&&*", + "orig": "-)&&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73040,10 +75646,11 @@ "r_y3": 550.093, "coord_origin": "BOTTOMLEFT" }, - "text": "1,545", - "orig": "1,545", + "text": "()$#$", + "orig": "()$#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73068,10 +75675,11 @@ "r_y3": 586.823, "coord_origin": "BOTTOMLEFT" }, - "text": "1,679", - "orig": "1,679", + "text": "()+\"'", + "orig": "()+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73096,10 +75704,11 @@ "r_y3": 617.955, "coord_origin": "BOTTOMLEFT" }, - "text": "1,502", - "orig": "1,502", + "text": "()$&-", + "orig": "()$&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73124,10 +75733,11 @@ "r_y3": 660.171, "coord_origin": "BOTTOMLEFT" }, - "text": "1,345", - "orig": "1,345", + "text": "()*#$", + "orig": "()*#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73152,10 +75762,11 @@ "r_y3": 705.074, "coord_origin": "BOTTOMLEFT" }, - "text": "(632)", - "orig": "(632)", + "text": "!+*-%", + "orig": "!+*-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73180,10 +75791,11 @@ "r_y3": 734.184, "coord_origin": "BOTTOMLEFT" }, - "text": "13,346", - "orig": "13,346", + "text": "(*)*#+", + "orig": "(*)*#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73208,10 +75820,11 @@ "r_y3": 98.194, "coord_origin": "BOTTOMLEFT" }, - "text": "OTHER", - "orig": "OTHER", + "text": "7BLCI", + "orig": "7BLCI", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73236,10 +75849,11 @@ "r_y3": 116.464, "coord_origin": "BOTTOMLEFT" }, - "text": "FINANCING", - "orig": "FINANCING", + "text": "=D:%:HD:E", + "orig": "=D:%:HD:E", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73264,10 +75878,11 @@ "r_y3": 145.938, "coord_origin": "BOTTOMLEFT" }, - "text": "SOURCES", - "orig": "SOURCES", + "text": "47KIHC4", + "orig": "47KIHC4", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73292,10 +75907,11 @@ "r_y3": 170.154, "coord_origin": "BOTTOMLEFT" }, - "text": "(USES):", - "orig": "(USES):", + "text": "MK4C4NJ", + "orig": "MK4C4NJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -73320,10 +75936,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "Transfers", - "orig": "Transfers", + "text": ":@;01W9@1", + "orig": ":@;01W9@1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73348,10 +75965,11 @@ "r_y3": 126.973, "coord_origin": "BOTTOMLEFT" }, - "text": "from", - "orig": "from", + "text": "W@/3", + "orig": "W@/3", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73376,10 +75994,11 @@ "r_y3": 140.064, "coord_origin": "BOTTOMLEFT" }, - "text": "Other", - "orig": "Other", + "text": ">5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73404,10 +76023,11 @@ "r_y3": 155.462, "coord_origin": "BOTTOMLEFT" }, - "text": "Funds", - "orig": "Funds", + "text": "E20F1", + "orig": "E20F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73432,10 +76052,11 @@ "r_y3": 259.074, "coord_origin": "BOTTOMLEFT" }, - "text": "285", - "orig": "285", + "text": "-,$", + "orig": "-,$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73460,10 +76081,11 @@ "r_y3": 299.496, "coord_origin": "BOTTOMLEFT" }, - "text": "(893)", - "orig": "(893)", + "text": "!,'*%", + "orig": "!,'*%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73488,10 +76110,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "803", - "orig": "803", + "text": ",&*", + "orig": ",&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73516,10 +76139,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "245", - "orig": "245", + "text": "-#$", + "orig": "-#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73544,10 +76168,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "781", - "orig": "781", + "text": "\",(", + "orig": "\",(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73572,10 +76197,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "790", - "orig": "790", + "text": "\"'&", + "orig": "\"'&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73600,10 +76226,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1,194", - "orig": "1,194", + "text": "()('#", + "orig": "()('#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73628,10 +76255,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1,023", - "orig": "1,023", + "text": "()&-*", + "orig": "()&-*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73656,10 +76284,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1,138", - "orig": "1,138", + "text": "()(*,", + "orig": "()(*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73684,10 +76313,11 @@ "r_y3": 622.428, "coord_origin": "BOTTOMLEFT" }, - "text": "973", - "orig": "973", + "text": "'\"*", + "orig": "'\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73712,10 +76342,11 @@ "r_y3": 664.64, "coord_origin": "BOTTOMLEFT" }, - "text": "969", - "orig": "969", + "text": "'+'", + "orig": "'+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73740,10 +76371,11 @@ "r_y3": 700.582, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,868)", - "orig": "(1,868)", + "text": "!(),+,%", + "orig": "!(),+,%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73768,10 +76400,11 @@ "r_y3": 737.198, "coord_origin": "BOTTOMLEFT" }, - "text": "5,440", - "orig": "5,440", + "text": "$)##&", + "orig": "$)##&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73796,10 +76429,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "Transfers", - "orig": "Transfers", + "text": ":@;01W9@1", + "orig": ":@;01W9@1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73824,10 +76458,11 @@ "r_y3": 126.973, "coord_origin": "BOTTOMLEFT" }, - "text": "to", - "orig": "to", + "text": "5/", + "orig": "5/", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73852,10 +76487,11 @@ "r_y3": 133.429, "coord_origin": "BOTTOMLEFT" }, - "text": "Other", - "orig": "Other", + "text": ">5?9@", + "orig": ">5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73880,10 +76516,11 @@ "r_y3": 148.828, "coord_origin": "BOTTOMLEFT" }, - "text": "Funds", - "orig": "Funds", + "text": "E20F1", + "orig": "E20F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73908,10 +76545,11 @@ "r_y3": 263.335, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73936,10 +76574,11 @@ "r_y3": 305.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73964,10 +76603,11 @@ "r_y3": 344.73, "coord_origin": "BOTTOMLEFT" }, - "text": "(20)", - "orig": "(20)", + "text": "!-&%", + "orig": "!-&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -73992,10 +76632,11 @@ "r_y3": 389.965, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74020,10 +76661,11 @@ "r_y3": 432.173, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74048,10 +76690,11 @@ "r_y3": 474.381, "coord_origin": "BOTTOMLEFT" }, - "text": "(5)", - "orig": "(5)", + "text": "!$%", + "orig": "!$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74076,10 +76719,11 @@ "r_y3": 516.589, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74104,10 +76748,11 @@ "r_y3": 555.776, "coord_origin": "BOTTOMLEFT" }, - "text": "(25)", - "orig": "(25)", + "text": "!-$%", + "orig": "!-$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74132,10 +76777,11 @@ "r_y3": 595.522, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74160,10 +76806,11 @@ "r_y3": 626.645, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74188,10 +76835,11 @@ "r_y3": 668.853, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74216,10 +76864,11 @@ "r_y3": 705.015, "coord_origin": "BOTTOMLEFT" }, - "text": "(472)", - "orig": "(472)", + "text": "!#\"-%", + "orig": "!#\"-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74244,10 +76893,11 @@ "r_y3": 739.835, "coord_origin": "BOTTOMLEFT" }, - "text": "(574)", - "orig": "(574)", + "text": "!$\"#%", + "orig": "!$\"#%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74272,10 +76922,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "Bond", - "orig": "Bond", + "text": "=/0F", + "orig": "=/0F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74300,10 +76951,11 @@ "r_y3": 117.188, "coord_origin": "BOTTOMLEFT" }, - "text": "and", - "orig": "and", + "text": ";0F", + "orig": ";0F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74328,10 +76980,11 @@ "r_y3": 127.608, "coord_origin": "BOTTOMLEFT" }, - "text": "Note", - "orig": "Note", + "text": "Y/59", + "orig": "Y/59", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74356,10 +77009,11 @@ "r_y3": 140.853, "coord_origin": "BOTTOMLEFT" }, - "text": "Proceeds", - "orig": "Proceeds", + "text": "K@/C99F1", + "orig": "K@/C99F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74384,10 +77038,11 @@ "r_y3": 265.157, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74412,10 +77067,11 @@ "r_y3": 307.367, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74440,10 +77096,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74468,10 +77125,11 @@ "r_y3": 391.788, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74496,10 +77154,11 @@ "r_y3": 433.998, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74524,10 +77183,11 @@ "r_y3": 476.208, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74552,10 +77212,11 @@ "r_y3": 518.419, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74580,10 +77241,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74608,10 +77270,11 @@ "r_y3": 597.351, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74636,10 +77299,11 @@ "r_y3": 628.476, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74664,10 +77328,11 @@ "r_y3": 670.687, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74692,10 +77357,11 @@ "r_y3": 706.85, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74720,10 +77386,11 @@ "r_y3": 741.677, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74748,10 +77415,11 @@ "r_y3": 98.223, "coord_origin": "BOTTOMLEFT" }, - "text": "NET", - "orig": "NET", + "text": "YI:", + "orig": "YI:", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74776,10 +77444,11 @@ "r_y3": 109.183, "coord_origin": "BOTTOMLEFT" }, - "text": "OTHER", - "orig": "OTHER", + "text": ">:MID", + "orig": ">:MID", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74804,10 +77473,11 @@ "r_y3": 127.163, "coord_origin": "BOTTOMLEFT" }, - "text": "FINANCING", - "orig": "FINANCING", + "text": "EJYGY.JYS", + "orig": "EJYGY.JYS", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74832,10 +77502,11 @@ "r_y3": 156.055, "coord_origin": "BOTTOMLEFT" }, - "text": "SOURCES/(USES)", - "orig": "SOURCES/(USES)", + "text": "L>8D.IL7!8LIL%", + "orig": "L>8D.IL7!8LIL%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74860,10 +77531,11 @@ "r_y3": 259.098, "coord_origin": "BOTTOMLEFT" }, - "text": "279", - "orig": "279", + "text": "-\"'", + "orig": "-\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74888,10 +77560,11 @@ "r_y3": 299.52, "coord_origin": "BOTTOMLEFT" }, - "text": "(899)", - "orig": "(899)", + "text": "!,''%", + "orig": "!,''%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74916,10 +77589,11 @@ "r_y3": 343.52, "coord_origin": "BOTTOMLEFT" }, - "text": "783", - "orig": "783", + "text": "\",*", + "orig": "\",*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74944,10 +77618,11 @@ "r_y3": 385.734, "coord_origin": "BOTTOMLEFT" }, - "text": "238", - "orig": "238", + "text": "-*,", + "orig": "-*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -74972,10 +77647,11 @@ "r_y3": 427.948, "coord_origin": "BOTTOMLEFT" }, - "text": "775", - "orig": "775", + "text": "\"\"$", + "orig": "\"\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75000,10 +77676,11 @@ "r_y3": 470.162, "coord_origin": "BOTTOMLEFT" }, - "text": "785", - "orig": "785", + "text": "\",$", + "orig": "\",$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75028,10 +77705,11 @@ "r_y3": 507.895, "coord_origin": "BOTTOMLEFT" }, - "text": "1,187", - "orig": "1,187", + "text": "()(,\"", + "orig": "()(,\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75056,10 +77734,11 @@ "r_y3": 554.589, "coord_origin": "BOTTOMLEFT" }, - "text": "998", - "orig": "998", + "text": "'',", + "orig": "'',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75084,10 +77763,11 @@ "r_y3": 586.837, "coord_origin": "BOTTOMLEFT" }, - "text": "1,131", - "orig": "1,131", + "text": "()(*(", + "orig": "()(*(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75112,10 +77792,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "966", - "orig": "966", + "text": "'++", + "orig": "'++", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75140,10 +77821,11 @@ "r_y3": 664.658, "coord_origin": "BOTTOMLEFT" }, - "text": "963", - "orig": "963", + "text": "'+*", + "orig": "'+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75168,10 +77850,11 @@ "r_y3": 700.6, "coord_origin": "BOTTOMLEFT" }, - "text": "(2,071)", - "orig": "(2,071)", + "text": "!-)&\"(%", + "orig": "!-)&\"(%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75196,10 +77879,11 @@ "r_y3": 737.215, "coord_origin": "BOTTOMLEFT" }, - "text": "5,135", - "orig": "5,135", + "text": "$)(*$", + "orig": "$)(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -75224,10 +77908,11 @@ "r_y3": 98.229, "coord_origin": "BOTTOMLEFT" }, - "text": "Excess/(Deficiency)", - "orig": "Excess/(Deficiency)", + "text": "I", + "orig": "*+'8>", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76962,10 +79737,11 @@ "r_y3": 252.053, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -76990,10 +79766,11 @@ "r_y3": 294.269, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77018,10 +79795,11 @@ "r_y3": 336.484, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77046,10 +79824,11 @@ "r_y3": 378.7, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77074,10 +79853,11 @@ "r_y3": 420.916, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77102,10 +79882,11 @@ "r_y3": 463.132, "coord_origin": "BOTTOMLEFT" }, - "text": "Actuals", - "orig": "Actuals", + "text": "%83.+)2", + "orig": "%83.+)2", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77130,10 +79911,11 @@ "r_y3": 499.525, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77158,10 +79940,11 @@ "r_y3": 541.727, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77186,10 +79969,11 @@ "r_y3": 578.442, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77214,10 +79998,11 @@ "r_y3": 609.56, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77242,10 +80027,11 @@ "r_y3": 651.761, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77270,10 +80056,11 @@ "r_y3": 693.963, "coord_origin": "BOTTOMLEFT" }, - "text": "Projected", - "orig": "Projected", + "text": "?'9@0830A", + "orig": "?'9@0830A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77298,10 +80085,11 @@ "r_y3": 739.971, "coord_origin": "BOTTOMLEFT" }, - "text": "Total", - "orig": "Total", + "text": "B93+)", + "orig": "B93+)", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77326,10 +80114,11 @@ "r_y3": 98.222, "coord_origin": "BOTTOMLEFT" }, - "text": "OPENING BALANCE", - "orig": "OPENING BALANCE", + "text": "7?C:D:E F%G%:HC", + "orig": "7?C:D:E F%G%:HC", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77358,6 +80147,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -77382,10 +80172,11 @@ "r_y3": 257.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(745)", - "orig": "(745)", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77410,10 +80201,11 @@ "r_y3": 299.532, "coord_origin": "BOTTOMLEFT" }, - "text": "(740)", - "orig": "(740)", + "text": "!\"#&%", + "orig": "!\"#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77438,10 +80230,11 @@ "r_y3": 341.741, "coord_origin": "BOTTOMLEFT" }, - "text": "(940)", - "orig": "(940)", + "text": "!'#&%", + "orig": "!'#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77466,10 +80259,11 @@ "r_y3": 383.951, "coord_origin": "BOTTOMLEFT" }, - "text": "(794)", - "orig": "(794)", + "text": "!\"'#%", + "orig": "!\"'#%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77494,10 +80288,11 @@ "r_y3": 421.682, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,035)", - "orig": "(1,035)", + "text": "!()&*$%", + "orig": "!()&*$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77522,10 +80317,11 @@ "r_y3": 463.895, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,340)", - "orig": "(1,340)", + "text": "!()*#&%", + "orig": "!()*#&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77550,10 +80346,11 @@ "r_y3": 506.109, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,169)", - "orig": "(1,169)", + "text": "!()(+'%", + "orig": "!()(+'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77578,10 +80375,11 @@ "r_y3": 548.322, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,516)", - "orig": "(1,516)", + "text": "!()$(+%", + "orig": "!()$(+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77606,10 +80404,11 @@ "r_y3": 585.049, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,856)", - "orig": "(1,856)", + "text": "!(),$+%", + "orig": "!(),$+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77634,10 +80433,11 @@ "r_y3": 616.179, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,580)", - "orig": "(1,580)", + "text": "!()$,&%", + "orig": "!()$,&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77662,10 +80462,11 @@ "r_y3": 658.392, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,907)", - "orig": "(1,907)", + "text": "!()'&\"%", + "orig": "!()'&\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77690,10 +80491,11 @@ "r_y3": 700.605, "coord_origin": "BOTTOMLEFT" }, - "text": "(2,075)", - "orig": "(2,075)", + "text": "!-)&\"$%", + "orig": "!-)&\"$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77718,10 +80520,11 @@ "r_y3": 739.907, "coord_origin": "BOTTOMLEFT" }, - "text": "(745)", - "orig": "(745)", + "text": "!\"#$%", + "orig": "!\"#$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77746,10 +80549,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "RECEIPTS:", - "orig": "RECEIPTS:", + "text": "ICHCD?B4J", + "orig": "ICHCD?B4J", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -77774,10 +80578,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "Consumption/Use Taxes", - "orig": "Consumption/Use Taxes", + "text": "./0123456/07819 :;<91", + "orig": "./0123456/07819 :;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77806,6 +80611,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -77830,10 +80636,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77858,10 +80665,11 @@ "r_y3": 304.343, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77886,10 +80694,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "65", - "orig": "65", + "text": "+$", + "orig": "+$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77914,10 +80723,11 @@ "r_y3": 388.759, "coord_origin": "BOTTOMLEFT" }, - "text": "47", - "orig": "47", + "text": "#\"", + "orig": "#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77942,10 +80752,11 @@ "r_y3": 430.967, "coord_origin": "BOTTOMLEFT" }, - "text": "45", - "orig": "45", + "text": "#$", + "orig": "#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77970,10 +80781,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "76", - "orig": "76", + "text": "\"+", + "orig": "\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -77998,10 +80810,11 @@ "r_y3": 515.383, "coord_origin": "BOTTOMLEFT" }, - "text": "47", - "orig": "47", + "text": "#\"", + "orig": "#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78026,10 +80839,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78054,10 +80868,11 @@ "r_y3": 594.316, "coord_origin": "BOTTOMLEFT" }, - "text": "67", - "orig": "67", + "text": "+\"", + "orig": "+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78082,10 +80897,11 @@ "r_y3": 625.443, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78110,10 +80926,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78138,10 +80955,11 @@ "r_y3": 709.861, "coord_origin": "BOTTOMLEFT" }, - "text": "54", - "orig": "54", + "text": "$#", + "orig": "$#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78166,10 +80984,11 @@ "r_y3": 741.66, "coord_origin": "BOTTOMLEFT" }, - "text": "624", - "orig": "624", + "text": "+-#", + "orig": "+-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78194,10 +81013,11 @@ "r_y3": 103.236, "coord_origin": "BOTTOMLEFT" }, - "text": "Business Taxes", - "orig": "Business Taxes", + "text": "=2160911 :;<91", + "orig": "=2160911 :;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78226,6 +81046,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -78250,10 +81071,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78278,10 +81100,11 @@ "r_y3": 304.319, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78306,10 +81129,11 @@ "r_y3": 346.533, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78334,10 +81158,11 @@ "r_y3": 388.747, "coord_origin": "BOTTOMLEFT" }, - "text": "52", - "orig": "52", + "text": "$-", + "orig": "$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78362,10 +81187,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78390,10 +81216,11 @@ "r_y3": 473.175, "coord_origin": "BOTTOMLEFT" }, - "text": "53", - "orig": "53", + "text": "$*", + "orig": "$*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78418,10 +81245,11 @@ "r_y3": 515.389, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78446,10 +81274,11 @@ "r_y3": 557.603, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78474,10 +81303,11 @@ "r_y3": 594.328, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78502,10 +81332,11 @@ "r_y3": 625.455, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78530,10 +81361,11 @@ "r_y3": 667.665, "coord_origin": "BOTTOMLEFT" }, - "text": "48", - "orig": "48", + "text": "#,", + "orig": "#,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78558,10 +81390,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78586,10 +81419,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "602", - "orig": "602", + "text": "+&-", + "orig": "+&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78614,10 +81448,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "Other Taxes", - "orig": "Other Taxes", + "text": ">5?9@ :;<91", + "orig": ">5?9@ :;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78646,6 +81481,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -78670,10 +81506,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78698,10 +81535,11 @@ "r_y3": 307.357, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78726,10 +81564,11 @@ "r_y3": 346.545, "coord_origin": "BOTTOMLEFT" }, - "text": "25", - "orig": "25", + "text": "-$", + "orig": "-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78754,10 +81593,11 @@ "r_y3": 388.753, "coord_origin": "BOTTOMLEFT" }, - "text": "27", - "orig": "27", + "text": "-\"", + "orig": "-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78782,10 +81622,11 @@ "r_y3": 430.961, "coord_origin": "BOTTOMLEFT" }, - "text": "25", - "orig": "25", + "text": "-$", + "orig": "-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78810,10 +81651,11 @@ "r_y3": 473.169, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78838,10 +81680,11 @@ "r_y3": 515.377, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78866,10 +81709,11 @@ "r_y3": 557.585, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78894,10 +81738,11 @@ "r_y3": 594.31, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78922,10 +81767,11 @@ "r_y3": 625.437, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78950,10 +81796,11 @@ "r_y3": 667.647, "coord_origin": "BOTTOMLEFT" }, - "text": "26", - "orig": "26", + "text": "-+", + "orig": "-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -78978,10 +81825,11 @@ "r_y3": 709.855, "coord_origin": "BOTTOMLEFT" }, - "text": "24", - "orig": "24", + "text": "-#", + "orig": "-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79006,10 +81854,11 @@ "r_y3": 741.654, "coord_origin": "BOTTOMLEFT" }, - "text": "257", - "orig": "257", + "text": "-$\"", + "orig": "-$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79038,6 +81887,7 @@ "orig": "\u00a0\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -79062,10 +81912,11 @@ "r_y3": 105.918, "coord_origin": "BOTTOMLEFT" }, - "text": "Total Taxes", - "orig": "Total Taxes", + "text": ":/5;A :;<91", + "orig": ":/5;A :;<91", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79094,6 +81945,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -79118,10 +81970,11 @@ "r_y3": 262.105, "coord_origin": "BOTTOMLEFT" }, - "text": "98", - "orig": "98", + "text": "',", + "orig": "',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79146,10 +81999,11 @@ "r_y3": 304.313, "coord_origin": "BOTTOMLEFT" }, - "text": "91", - "orig": "91", + "text": "'(", + "orig": "'(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79174,10 +82028,11 @@ "r_y3": 343.501, "coord_origin": "BOTTOMLEFT" }, - "text": "147", - "orig": "147", + "text": "(#\"", + "orig": "(#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79202,10 +82057,11 @@ "r_y3": 385.715, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79230,10 +82086,11 @@ "r_y3": 427.929, "coord_origin": "BOTTOMLEFT" }, - "text": "127", - "orig": "127", + "text": "(-\"", + "orig": "(-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79258,10 +82115,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79286,10 +82144,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "119", - "orig": "119", + "text": "(('", + "orig": "(('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79314,10 +82173,11 @@ "r_y3": 554.57, "coord_origin": "BOTTOMLEFT" }, - "text": "112", - "orig": "112", + "text": "((-", + "orig": "((-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79342,10 +82202,11 @@ "r_y3": 591.297, "coord_origin": "BOTTOMLEFT" }, - "text": "143", - "orig": "143", + "text": "(#*", + "orig": "(#*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79370,10 +82231,11 @@ "r_y3": 622.425, "coord_origin": "BOTTOMLEFT" }, - "text": "119", - "orig": "119", + "text": "(('", + "orig": "(('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79398,10 +82260,11 @@ "r_y3": 664.639, "coord_origin": "BOTTOMLEFT" }, - "text": "118", - "orig": "118", + "text": "((,", + "orig": "((,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79426,10 +82289,11 @@ "r_y3": 706.853, "coord_origin": "BOTTOMLEFT" }, - "text": "128", - "orig": "128", + "text": "(-,", + "orig": "(-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79454,10 +82318,11 @@ "r_y3": 737.197, "coord_origin": "BOTTOMLEFT" }, - "text": "1,483", - "orig": "1,483", + "text": "()#,*", + "orig": "()#,*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79482,10 +82347,11 @@ "r_y3": 103.242, "coord_origin": "BOTTOMLEFT" }, - "text": "Miscellaneous Receipts", - "orig": "Miscellaneous Receipts", + "text": "B61C9AA;09/21 D9C96451", + "orig": "B61C9AA;09/21 D9C96451", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79514,6 +82380,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -79538,10 +82405,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "180", - "orig": "180", + "text": "(,&", + "orig": "(,&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79566,10 +82434,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1,412", - "orig": "1,412", + "text": "()#(-", + "orig": "()#(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79594,10 +82463,11 @@ "r_y3": 346.551, "coord_origin": "BOTTOMLEFT" }, - "text": "98", - "orig": "98", + "text": "',", + "orig": "',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79622,10 +82492,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "498", - "orig": "498", + "text": "#',", + "orig": "#',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79650,10 +82521,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "101", - "orig": "101", + "text": "(&(", + "orig": "(&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79678,10 +82550,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "486", - "orig": "486", + "text": "#,+", + "orig": "#,+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79706,10 +82579,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "350", - "orig": "350", + "text": "*$&", + "orig": "*$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79734,10 +82608,11 @@ "r_y3": 557.614, "coord_origin": "BOTTOMLEFT" }, - "text": "95", - "orig": "95", + "text": "'$", + "orig": "'$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79762,10 +82637,11 @@ "r_y3": 591.317, "coord_origin": "BOTTOMLEFT" }, - "text": "681", - "orig": "681", + "text": "+,(", + "orig": "+,(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79790,10 +82666,11 @@ "r_y3": 625.468, "coord_origin": "BOTTOMLEFT" }, - "text": "90", - "orig": "90", + "text": "'&", + "orig": "'&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79818,10 +82695,11 @@ "r_y3": 667.677, "coord_origin": "BOTTOMLEFT" }, - "text": "93", - "orig": "93", + "text": "'*", + "orig": "'*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79846,10 +82724,11 @@ "r_y3": 702.387, "coord_origin": "BOTTOMLEFT" }, - "text": "2,595", - "orig": "2,595", + "text": "-)$'$", + "orig": "-)$'$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79874,10 +82753,11 @@ "r_y3": 737.213, "coord_origin": "BOTTOMLEFT" }, - "text": "6,679", - "orig": "6,679", + "text": "+)+\"'", + "orig": "+)+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79902,10 +82782,11 @@ "r_y3": 103.254, "coord_origin": "BOTTOMLEFT" }, - "text": "Federal Receipts", - "orig": "Federal Receipts", + "text": "E9F9@;A D9C96451", + "orig": "E9F9@;A D9C96451", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79934,6 +82815,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -79958,10 +82840,11 @@ "r_y3": 265.149, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -79986,10 +82869,11 @@ "r_y3": 307.36, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80014,10 +82898,11 @@ "r_y3": 349.57, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80042,10 +82927,11 @@ "r_y3": 391.78, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80070,10 +82956,11 @@ "r_y3": 433.991, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80098,10 +82985,11 @@ "r_y3": 476.201, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80126,10 +83014,11 @@ "r_y3": 518.411, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80154,10 +83043,11 @@ "r_y3": 560.622, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80182,10 +83072,11 @@ "r_y3": 597.343, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80210,10 +83101,11 @@ "r_y3": 628.469, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80238,10 +83130,11 @@ "r_y3": 670.679, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80266,10 +83159,11 @@ "r_y3": 712.89, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80294,10 +83188,11 @@ "r_y3": 747.712, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80322,10 +83217,11 @@ "r_y3": 98.216, "coord_origin": "BOTTOMLEFT" }, - "text": "TOTAL RECEIPTS", - "orig": "TOTAL RECEIPTS", + "text": ":>:GH DI.IJK:L", + "orig": ":>:GH DI.IJK:L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80354,6 +83250,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -80378,10 +83275,11 @@ "r_y3": 259.097, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80406,10 +83304,11 @@ "r_y3": 296.83, "coord_origin": "BOTTOMLEFT" }, - "text": "1,503", - "orig": "1,503", + "text": "()$&*", + "orig": "()$&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80434,10 +83333,11 @@ "r_y3": 343.524, "coord_origin": "BOTTOMLEFT" }, - "text": "245", - "orig": "245", + "text": "-#$", + "orig": "-#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80462,10 +83362,11 @@ "r_y3": 385.738, "coord_origin": "BOTTOMLEFT" }, - "text": "624", - "orig": "624", + "text": "+-#", + "orig": "+-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80490,10 +83391,11 @@ "r_y3": 427.952, "coord_origin": "BOTTOMLEFT" }, - "text": "228", - "orig": "228", + "text": "--,", + "orig": "--,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80518,10 +83420,11 @@ "r_y3": 470.166, "coord_origin": "BOTTOMLEFT" }, - "text": "641", - "orig": "641", + "text": "+#(", + "orig": "+#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80546,10 +83449,11 @@ "r_y3": 512.38, "coord_origin": "BOTTOMLEFT" }, - "text": "469", - "orig": "469", + "text": "#+'", + "orig": "#+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80574,10 +83478,11 @@ "r_y3": 554.594, "coord_origin": "BOTTOMLEFT" }, - "text": "207", - "orig": "207", + "text": "-&\"", + "orig": "-&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80602,10 +83507,11 @@ "r_y3": 591.32, "coord_origin": "BOTTOMLEFT" }, - "text": "824", - "orig": "824", + "text": ",-#", + "orig": ",-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80630,10 +83536,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "209", - "orig": "209", + "text": "-&'", + "orig": "-&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80658,10 +83565,11 @@ "r_y3": 664.662, "coord_origin": "BOTTOMLEFT" }, - "text": "214", - "orig": "214", + "text": "-(#", + "orig": "-(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80686,10 +83594,11 @@ "r_y3": 702.396, "coord_origin": "BOTTOMLEFT" }, - "text": "2,725", - "orig": "2,725", + "text": "-)\"-$", + "orig": "-)\"-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80714,10 +83623,11 @@ "r_y3": 737.223, "coord_origin": "BOTTOMLEFT" }, - "text": "8,167", - "orig": "8,167", + "text": ",)(+\"", + "orig": ",)(+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -80742,10 +83652,11 @@ "r_y3": 98.228, "coord_origin": "BOTTOMLEFT" }, - "text": "DISBURSEMENTS:", - "orig": "DISBURSEMENTS:", + "text": "5?9@ IF2C;56/0", + "orig": "GAA >5?9@ IF2C;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81222,6 +84149,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -81250,6 +84178,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -81274,10 +84203,11 @@ "r_y3": 265.161, "coord_origin": "BOTTOMLEFT" }, - "text": "2", - "orig": "2", + "text": "-", + "orig": "-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81302,10 +84232,11 @@ "r_y3": 307.371, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81330,10 +84261,11 @@ "r_y3": 349.582, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81358,10 +84290,11 @@ "r_y3": 391.792, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81386,10 +84319,11 @@ "r_y3": 434.003, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81414,10 +84348,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81442,10 +84377,11 @@ "r_y3": 518.423, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81470,10 +84406,11 @@ "r_y3": 560.634, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81498,10 +84435,11 @@ "r_y3": 597.355, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81526,10 +84464,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81554,10 +84493,11 @@ "r_y3": 667.674, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81582,10 +84522,11 @@ "r_y3": 709.882, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81610,10 +84551,11 @@ "r_y3": 744.706, "coord_origin": "BOTTOMLEFT" }, - "text": "73", - "orig": "73", + "text": "\"*", + "orig": "\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81638,10 +84580,11 @@ "r_y3": 103.266, "coord_origin": "BOTTOMLEFT" }, - "text": "Public Health", - "orig": "Public Health", + "text": "K2OA6C M9;A5?", + "orig": "K2OA6C M9;A5?", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81670,6 +84613,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -81694,10 +84638,11 @@ "r_y3": 262.135, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81722,10 +84667,11 @@ "r_y3": 304.349, "coord_origin": "BOTTOMLEFT" }, - "text": "27", - "orig": "27", + "text": "-\"", + "orig": "-\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81750,10 +84696,11 @@ "r_y3": 346.563, "coord_origin": "BOTTOMLEFT" }, - "text": "24", - "orig": "24", + "text": "-#", + "orig": "-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81778,10 +84725,11 @@ "r_y3": 388.777, "coord_origin": "BOTTOMLEFT" }, - "text": "30", - "orig": "30", + "text": "*&", + "orig": "*&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81806,10 +84754,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81834,10 +84783,11 @@ "r_y3": 473.204, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81862,10 +84812,11 @@ "r_y3": 515.418, "coord_origin": "BOTTOMLEFT" }, - "text": "37", - "orig": "37", + "text": "*\"", + "orig": "*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81890,10 +84841,11 @@ "r_y3": 557.632, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81918,10 +84870,11 @@ "r_y3": 594.357, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81946,10 +84899,11 @@ "r_y3": 625.484, "coord_origin": "BOTTOMLEFT" }, - "text": "49", - "orig": "49", + "text": "#'", + "orig": "#'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -81974,10 +84928,11 @@ "r_y3": 667.695, "coord_origin": "BOTTOMLEFT" }, - "text": "42", - "orig": "42", + "text": "#-", + "orig": "#-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82002,10 +84957,11 @@ "r_y3": 706.882, "coord_origin": "BOTTOMLEFT" }, - "text": "102", - "orig": "102", + "text": "(&-", + "orig": "(&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82030,10 +84986,11 @@ "r_y3": 741.705, "coord_origin": "BOTTOMLEFT" }, - "text": "457", - "orig": "457", + "text": "#$\"", + "orig": "#$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82058,10 +85015,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Mental Hygiene", - "orig": "Mental Hygiene", + "text": "B905;A MPN6909", + "orig": "B905;A MPN6909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82090,6 +85048,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -82114,10 +85073,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82142,10 +85102,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82170,10 +85131,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82198,10 +85160,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82226,10 +85189,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82254,10 +85218,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82282,10 +85247,11 @@ "r_y3": 518.439, "coord_origin": "BOTTOMLEFT" }, - "text": "9", - "orig": "9", + "text": "'", + "orig": "'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82310,10 +85276,11 @@ "r_y3": 557.626, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82338,10 +85305,11 @@ "r_y3": 594.351, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82366,10 +85334,11 @@ "r_y3": 625.478, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82394,10 +85363,11 @@ "r_y3": 667.692, "coord_origin": "BOTTOMLEFT" }, - "text": "13", - "orig": "13", + "text": "(*", + "orig": "(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82422,10 +85392,11 @@ "r_y3": 709.9, "coord_origin": "BOTTOMLEFT" }, - "text": "23", - "orig": "23", + "text": "-*", + "orig": "-*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82450,10 +85421,11 @@ "r_y3": 741.701, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82478,10 +85450,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "School Aid", - "orig": "School Aid", + "text": "LC?//A G6F", + "orig": "LC?//A G6F", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82510,6 +85483,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -82534,10 +85508,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82562,10 +85537,11 @@ "r_y3": 307.387, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82590,10 +85566,11 @@ "r_y3": 349.595, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82618,10 +85595,11 @@ "r_y3": 388.783, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82646,10 +85624,11 @@ "r_y3": 430.99, "coord_origin": "BOTTOMLEFT" }, - "text": "14", - "orig": "14", + "text": "(#", + "orig": "(#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82674,10 +85653,11 @@ "r_y3": 476.225, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82702,10 +85682,11 @@ "r_y3": 518.433, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82730,10 +85711,11 @@ "r_y3": 557.62, "coord_origin": "BOTTOMLEFT" }, - "text": "45", - "orig": "45", + "text": "#$", + "orig": "#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82758,10 +85740,11 @@ "r_y3": 594.345, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82786,10 +85769,11 @@ "r_y3": 625.472, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82814,10 +85798,11 @@ "r_y3": 667.683, "coord_origin": "BOTTOMLEFT" }, - "text": "55", - "orig": "55", + "text": "$$", + "orig": "$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82842,10 +85827,11 @@ "r_y3": 709.891, "coord_origin": "BOTTOMLEFT" }, - "text": "67", - "orig": "67", + "text": "+\"", + "orig": "+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82870,10 +85856,11 @@ "r_y3": 741.689, "coord_origin": "BOTTOMLEFT" }, - "text": "300", - "orig": "300", + "text": "*&&", + "orig": "*&&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82898,10 +85885,11 @@ "r_y3": 103.272, "coord_origin": "BOTTOMLEFT" }, - "text": "Temporary & Disability Assistance", - "orig": "Temporary & Disability Assistance", + "text": ":934/@;@P Q R61;O6A65P G11615;0C9", + "orig": ":934/@;@P Q R61;O6A65P G11615;0C9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -82930,6 +85918,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -82958,6 +85947,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -82986,6 +85976,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -83010,10 +86001,11 @@ "r_y3": 265.167, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83038,10 +86030,11 @@ "r_y3": 307.375, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83066,10 +86059,11 @@ "r_y3": 349.583, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83094,10 +86088,11 @@ "r_y3": 388.771, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83122,10 +86117,11 @@ "r_y3": 434.005, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83150,10 +86146,11 @@ "r_y3": 476.213, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83178,10 +86175,11 @@ "r_y3": 515.4, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83206,10 +86204,11 @@ "r_y3": 557.608, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83234,10 +86233,11 @@ "r_y3": 594.334, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83262,10 +86262,11 @@ "r_y3": 625.461, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83290,10 +86291,11 @@ "r_y3": 667.671, "coord_origin": "BOTTOMLEFT" }, - "text": "15", - "orig": "15", + "text": "($", + "orig": "($", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83318,10 +86320,11 @@ "r_y3": 709.879, "coord_origin": "BOTTOMLEFT" }, - "text": "11", - "orig": "11", + "text": "((", + "orig": "((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83346,10 +86349,11 @@ "r_y3": 741.678, "coord_origin": "BOTTOMLEFT" }, - "text": "114", - "orig": "114", + "text": "((#", + "orig": "((#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83374,10 +86378,11 @@ "r_y3": 103.26, "coord_origin": "BOTTOMLEFT" }, - "text": "Transportation", - "orig": "Transportation", + "text": ":@;014/@5;56/0", + "orig": ":@;014/@5;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83402,10 +86407,11 @@ "r_y3": 265.143, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83430,10 +86436,11 @@ "r_y3": 307.351, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83458,10 +86465,11 @@ "r_y3": 343.513, "coord_origin": "BOTTOMLEFT" }, - "text": "116", - "orig": "116", + "text": "((+", + "orig": "((+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83486,10 +86494,11 @@ "r_y3": 391.773, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83514,10 +86523,11 @@ "r_y3": 433.981, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83542,10 +86552,11 @@ "r_y3": 470.142, "coord_origin": "BOTTOMLEFT" }, - "text": "236", - "orig": "236", + "text": "-*+", + "orig": "-*+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83570,10 +86581,11 @@ "r_y3": 512.356, "coord_origin": "BOTTOMLEFT" }, - "text": "331", - "orig": "331", + "text": "**(", + "orig": "**(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83598,10 +86610,11 @@ "r_y3": 557.591, "coord_origin": "BOTTOMLEFT" }, - "text": "36", - "orig": "36", + "text": "*+", + "orig": "*+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83626,10 +86639,11 @@ "r_y3": 591.293, "coord_origin": "BOTTOMLEFT" }, - "text": "345", - "orig": "345", + "text": "*#$", + "orig": "*#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83654,10 +86668,11 @@ "r_y3": 625.444, "coord_origin": "BOTTOMLEFT" }, - "text": "30", - "orig": "30", + "text": "*&", + "orig": "*&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83682,10 +86697,11 @@ "r_y3": 667.653, "coord_origin": "BOTTOMLEFT" }, - "text": "35", - "orig": "35", + "text": "*$", + "orig": "*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83710,10 +86726,11 @@ "r_y3": 706.841, "coord_origin": "BOTTOMLEFT" }, - "text": "668", - "orig": "668", + "text": "++,", + "orig": "++,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83738,10 +86755,11 @@ "r_y3": 737.185, "coord_origin": "BOTTOMLEFT" }, - "text": "1,818", - "orig": "1,818", + "text": "(),(,", + "orig": "(),(,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83766,10 +86784,11 @@ "r_y3": 103.248, "coord_origin": "BOTTOMLEFT" }, - "text": "All Other Local", - "orig": "All Other Local", + "text": "GAA >5?9@ H/C;A", + "orig": "GAA >5?9@ H/C;A", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83798,6 +86817,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -83826,6 +86846,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -83850,10 +86871,11 @@ "r_y3": 259.091, "coord_origin": "BOTTOMLEFT" }, - "text": "124", - "orig": "124", + "text": "(-#", + "orig": "(-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83878,10 +86900,11 @@ "r_y3": 301.305, "coord_origin": "BOTTOMLEFT" }, - "text": "142", - "orig": "142", + "text": "(#-", + "orig": "(#-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83906,10 +86929,11 @@ "r_y3": 343.519, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83934,10 +86958,11 @@ "r_y3": 385.732, "coord_origin": "BOTTOMLEFT" }, - "text": "356", - "orig": "356", + "text": "*$+", + "orig": "*$+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83962,10 +86987,11 @@ "r_y3": 427.946, "coord_origin": "BOTTOMLEFT" }, - "text": "562", - "orig": "562", + "text": "$+-", + "orig": "$+-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -83990,10 +87016,11 @@ "r_y3": 470.16, "coord_origin": "BOTTOMLEFT" }, - "text": "311", - "orig": "311", + "text": "*((", + "orig": "*((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84018,10 +87045,11 @@ "r_y3": 512.374, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84046,10 +87074,11 @@ "r_y3": 554.588, "coord_origin": "BOTTOMLEFT" }, - "text": "261", - "orig": "261", + "text": "-+(", + "orig": "-+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84074,10 +87103,11 @@ "r_y3": 591.314, "coord_origin": "BOTTOMLEFT" }, - "text": "167", - "orig": "167", + "text": "(+\"", + "orig": "(+\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84102,10 +87132,11 @@ "r_y3": 622.443, "coord_origin": "BOTTOMLEFT" }, - "text": "310", - "orig": "310", + "text": "*(&", + "orig": "*(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84130,10 +87161,11 @@ "r_y3": 664.656, "coord_origin": "BOTTOMLEFT" }, - "text": "177", - "orig": "177", + "text": "(\"\"", + "orig": "(\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84158,10 +87190,11 @@ "r_y3": 705.078, "coord_origin": "BOTTOMLEFT" }, - "text": "(725)", - "orig": "(725)", + "text": "!\"-$%", + "orig": "!\"-$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84186,10 +87219,11 @@ "r_y3": 737.211, "coord_origin": "BOTTOMLEFT" }, - "text": "2,098", - "orig": "2,098", + "text": "-)&',", + "orig": "-)&',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84214,10 +87248,11 @@ "r_y3": 108.304, "coord_origin": "BOTTOMLEFT" }, - "text": "Total Assistance and Grants", - "orig": "Total Assistance and Grants", + "text": ":/5;A G11615;0C9 ;0F S@;051", + "orig": ":/5;A G11615;0C9 ;0F S@;051", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84246,6 +87281,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -84274,6 +87310,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -84302,6 +87339,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -84326,10 +87364,11 @@ "r_y3": 259.114, "coord_origin": "BOTTOMLEFT" }, - "text": "175", - "orig": "175", + "text": "(\"$", + "orig": "(\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84354,10 +87393,11 @@ "r_y3": 301.328, "coord_origin": "BOTTOMLEFT" }, - "text": "184", - "orig": "184", + "text": "(,#", + "orig": "(,#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84382,10 +87422,11 @@ "r_y3": 343.542, "coord_origin": "BOTTOMLEFT" }, - "text": "286", - "orig": "286", + "text": "-,+", + "orig": "-,+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84410,10 +87451,11 @@ "r_y3": 385.756, "coord_origin": "BOTTOMLEFT" }, - "text": "443", - "orig": "443", + "text": "##*", + "orig": "##*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84438,10 +87480,11 @@ "r_y3": 427.97, "coord_origin": "BOTTOMLEFT" }, - "text": "619", - "orig": "619", + "text": "+('", + "orig": "+('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84466,10 +87509,11 @@ "r_y3": 470.184, "coord_origin": "BOTTOMLEFT" }, - "text": "572", - "orig": "572", + "text": "$\"-", + "orig": "$\"-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84494,10 +87538,11 @@ "r_y3": 512.398, "coord_origin": "BOTTOMLEFT" }, - "text": "679", - "orig": "679", + "text": "+\"'", + "orig": "+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84522,10 +87567,11 @@ "r_y3": 554.612, "coord_origin": "BOTTOMLEFT" }, - "text": "413", - "orig": "413", + "text": "#(*", + "orig": "#(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84550,10 +87596,11 @@ "r_y3": 591.338, "coord_origin": "BOTTOMLEFT" }, - "text": "641", - "orig": "641", + "text": "+#(", + "orig": "+#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84578,10 +87625,11 @@ "r_y3": 622.466, "coord_origin": "BOTTOMLEFT" }, - "text": "476", - "orig": "476", + "text": "#\"+", + "orig": "#\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84606,10 +87654,11 @@ "r_y3": 664.68, "coord_origin": "BOTTOMLEFT" }, - "text": "347", - "orig": "347", + "text": "*#\"", + "orig": "*#\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84634,10 +87683,11 @@ "r_y3": 706.894, "coord_origin": "BOTTOMLEFT" }, - "text": "160", - "orig": "160", + "text": "(+&", + "orig": "(+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84662,10 +87712,11 @@ "r_y3": 737.238, "coord_origin": "BOTTOMLEFT" }, - "text": "4,995", - "orig": "4,995", + "text": "#)''$", + "orig": "#)''$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84690,10 +87741,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Economic Development", - "orig": "Economic Development", + "text": "IC/0/36C R9T9A/43905", + "orig": "IC/0/36C R9T9A/43905", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84722,6 +87774,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -84746,10 +87799,11 @@ "r_y3": 265.179, "coord_origin": "BOTTOMLEFT" }, - "text": "5", - "orig": "5", + "text": "$", + "orig": "$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84774,10 +87828,11 @@ "r_y3": 307.389, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84802,10 +87857,11 @@ "r_y3": 349.6, "coord_origin": "BOTTOMLEFT" }, - "text": "8", - "orig": "8", + "text": ",", + "orig": ",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84830,10 +87886,11 @@ "r_y3": 391.81, "coord_origin": "BOTTOMLEFT" }, - "text": "7", - "orig": "7", + "text": "\"", + "orig": "\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84858,10 +87915,11 @@ "r_y3": 430.994, "coord_origin": "BOTTOMLEFT" }, - "text": "12", - "orig": "12", + "text": "(-", + "orig": "(-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84886,10 +87944,11 @@ "r_y3": 473.207, "coord_origin": "BOTTOMLEFT" }, - "text": "10", - "orig": "10", + "text": "(&", + "orig": "(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84914,10 +87973,11 @@ "r_y3": 512.393, "coord_origin": "BOTTOMLEFT" }, - "text": "288", - "orig": "288", + "text": "-,,", + "orig": "-,,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84942,10 +88002,11 @@ "r_y3": 554.604, "coord_origin": "BOTTOMLEFT" }, - "text": "328", - "orig": "328", + "text": "*-,", + "orig": "*-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84970,10 +88031,11 @@ "r_y3": 591.332, "coord_origin": "BOTTOMLEFT" }, - "text": "309", - "orig": "309", + "text": "*&'", + "orig": "*&'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -84998,10 +88060,11 @@ "r_y3": 622.459, "coord_origin": "BOTTOMLEFT" }, - "text": "275", - "orig": "275", + "text": "-\"$", + "orig": "-\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85026,10 +88089,11 @@ "r_y3": 664.672, "coord_origin": "BOTTOMLEFT" }, - "text": "277", - "orig": "277", + "text": "-\"\"", + "orig": "-\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85054,10 +88118,11 @@ "r_y3": 705.072, "coord_origin": "BOTTOMLEFT" }, - "text": "(280)", - "orig": "(280)", + "text": "!-,&%", + "orig": "!-,&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85082,10 +88147,11 @@ "r_y3": 737.205, "coord_origin": "BOTTOMLEFT" }, - "text": "1,243", - "orig": "1,243", + "text": "()-#*", + "orig": "()-#*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85110,10 +88176,11 @@ "r_y3": 103.284, "coord_origin": "BOTTOMLEFT" }, - "text": "Parks & the Environment", - "orig": "Parks & the Environment", + "text": "K;@U1 Q 5?9 I0T6@/03905", + "orig": "K;@U1 Q 5?9 I0T6@/03905", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85142,6 +88209,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -85170,6 +88238,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -85198,6 +88267,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -85222,10 +88292,11 @@ "r_y3": 262.153, "coord_origin": "BOTTOMLEFT" }, - "text": "55", - "orig": "55", + "text": "$$", + "orig": "$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85250,10 +88321,11 @@ "r_y3": 304.367, "coord_origin": "BOTTOMLEFT" }, - "text": "65", - "orig": "65", + "text": "+$", + "orig": "+$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85278,10 +88350,11 @@ "r_y3": 346.58, "coord_origin": "BOTTOMLEFT" }, - "text": "62", - "orig": "62", + "text": "+-", + "orig": "+-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85306,10 +88379,11 @@ "r_y3": 385.768, "coord_origin": "BOTTOMLEFT" }, - "text": "108", - "orig": "108", + "text": "(&,", + "orig": "(&,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85334,10 +88408,11 @@ "r_y3": 431.002, "coord_origin": "BOTTOMLEFT" }, - "text": "89", - "orig": "89", + "text": ",'", + "orig": ",'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85362,10 +88437,11 @@ "r_y3": 473.216, "coord_origin": "BOTTOMLEFT" }, - "text": "78", - "orig": "78", + "text": "\",", + "orig": "\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85390,10 +88466,11 @@ "r_y3": 512.404, "coord_origin": "BOTTOMLEFT" }, - "text": "150", - "orig": "150", + "text": "($&", + "orig": "($&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85418,10 +88495,11 @@ "r_y3": 554.618, "coord_origin": "BOTTOMLEFT" }, - "text": "137", - "orig": "137", + "text": "(*\"", + "orig": "(*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85446,10 +88524,11 @@ "r_y3": 591.344, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85474,10 +88553,11 @@ "r_y3": 622.472, "coord_origin": "BOTTOMLEFT" }, - "text": "124", - "orig": "124", + "text": "(-#", + "orig": "(-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85502,10 +88582,11 @@ "r_y3": 664.686, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85530,10 +88611,11 @@ "r_y3": 706.9, "coord_origin": "BOTTOMLEFT" }, - "text": "210", - "orig": "210", + "text": "-(&", + "orig": "-(&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85558,10 +88640,11 @@ "r_y3": 737.244, "coord_origin": "BOTTOMLEFT" }, - "text": "1,359", - "orig": "1,359", + "text": "()*$'", + "orig": "()*$'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85586,10 +88669,11 @@ "r_y3": 103.296, "coord_origin": "BOTTOMLEFT" }, - "text": "Transportation", - "orig": "Transportation", + "text": ":@;014/@5;56/0", + "orig": ":@;014/@5;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85614,10 +88698,11 @@ "r_y3": 259.132, "coord_origin": "BOTTOMLEFT" }, - "text": "166", - "orig": "166", + "text": "(++", + "orig": "(++", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85642,10 +88727,11 @@ "r_y3": 301.346, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85670,10 +88756,11 @@ "r_y3": 343.56, "coord_origin": "BOTTOMLEFT" }, - "text": "282", - "orig": "282", + "text": "-,-", + "orig": "-,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85698,10 +88785,11 @@ "r_y3": 385.774, "coord_origin": "BOTTOMLEFT" }, - "text": "306", - "orig": "306", + "text": "*&+", + "orig": "*&+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85726,10 +88814,11 @@ "r_y3": 427.988, "coord_origin": "BOTTOMLEFT" }, - "text": "306", - "orig": "306", + "text": "*&+", + "orig": "*&+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85754,10 +88843,11 @@ "r_y3": 470.202, "coord_origin": "BOTTOMLEFT" }, - "text": "357", - "orig": "357", + "text": "*$\"", + "orig": "*$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85782,10 +88872,11 @@ "r_y3": 512.416, "coord_origin": "BOTTOMLEFT" }, - "text": "463", - "orig": "463", + "text": "#+*", + "orig": "#+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85810,10 +88901,11 @@ "r_y3": 554.63, "coord_origin": "BOTTOMLEFT" }, - "text": "278", - "orig": "278", + "text": "-\",", + "orig": "-\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85838,10 +88930,11 @@ "r_y3": 591.356, "coord_origin": "BOTTOMLEFT" }, - "text": "211", - "orig": "211", + "text": "-((", + "orig": "-((", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85866,10 +88959,11 @@ "r_y3": 622.484, "coord_origin": "BOTTOMLEFT" }, - "text": "238", - "orig": "238", + "text": "-*,", + "orig": "-*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85894,10 +88988,11 @@ "r_y3": 664.698, "coord_origin": "BOTTOMLEFT" }, - "text": "218", - "orig": "218", + "text": "-(,", + "orig": "-(,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85922,10 +89017,11 @@ "r_y3": 706.912, "coord_origin": "BOTTOMLEFT" }, - "text": "213", - "orig": "213", + "text": "-(*", + "orig": "-(*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85950,10 +89046,11 @@ "r_y3": 737.256, "coord_origin": "BOTTOMLEFT" }, - "text": "3,307", - "orig": "3,307", + "text": "*)*&\"", + "orig": "*)*&\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -85978,10 +89075,11 @@ "r_y3": 103.307, "coord_origin": "BOTTOMLEFT" }, - "text": "Health & Social Welfare", - "orig": "Health & Social Welfare", + "text": "M9;A5? Q L/C6;A V9AW;@9", + "orig": "M9;A5? Q L/C6;A V9AW;@9", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86010,6 +89108,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -86038,6 +89137,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -86066,6 +89166,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -86090,10 +89191,11 @@ "r_y3": 265.151, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86118,10 +89220,11 @@ "r_y3": 307.361, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86146,10 +89249,11 @@ "r_y3": 349.571, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86174,10 +89278,11 @@ "r_y3": 391.782, "coord_origin": "BOTTOMLEFT" }, - "text": "4", - "orig": "4", + "text": "#", + "orig": "#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86202,10 +89307,11 @@ "r_y3": 433.992, "coord_origin": "BOTTOMLEFT" }, - "text": "6", - "orig": "6", + "text": "+", + "orig": "+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86230,10 +89336,11 @@ "r_y3": 476.202, "coord_origin": "BOTTOMLEFT" }, - "text": "3", - "orig": "3", + "text": "*", + "orig": "*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86258,10 +89365,11 @@ "r_y3": 515.386, "coord_origin": "BOTTOMLEFT" }, - "text": "16", - "orig": "16", + "text": "(+", + "orig": "(+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86286,10 +89394,11 @@ "r_y3": 557.601, "coord_origin": "BOTTOMLEFT" }, - "text": "19", - "orig": "19", + "text": "('", + "orig": "('", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86314,10 +89423,11 @@ "r_y3": 594.323, "coord_origin": "BOTTOMLEFT" }, - "text": "21", - "orig": "21", + "text": "-(", + "orig": "-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86342,10 +89452,11 @@ "r_y3": 625.45, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86370,10 +89481,11 @@ "r_y3": 667.663, "coord_origin": "BOTTOMLEFT" }, - "text": "39", - "orig": "39", + "text": "*'", + "orig": "*'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86398,10 +89510,11 @@ "r_y3": 709.877, "coord_origin": "BOTTOMLEFT" }, - "text": "52", - "orig": "52", + "text": "$-", + "orig": "$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86426,10 +89539,11 @@ "r_y3": 741.673, "coord_origin": "BOTTOMLEFT" }, - "text": "195", - "orig": "195", + "text": "('$", + "orig": "('$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86454,10 +89568,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "Mental Hygiene", - "orig": "Mental Hygiene", + "text": "B905;A MPN6909", + "orig": "B905;A MPN6909", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86486,6 +89601,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -86510,10 +89626,11 @@ "r_y3": 262.13, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86538,10 +89655,11 @@ "r_y3": 304.338, "coord_origin": "BOTTOMLEFT" }, - "text": "51", - "orig": "51", + "text": "$(", + "orig": "$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86566,10 +89684,11 @@ "r_y3": 346.546, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86594,10 +89713,11 @@ "r_y3": 388.754, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86622,10 +89742,11 @@ "r_y3": 430.962, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86650,10 +89771,11 @@ "r_y3": 473.17, "coord_origin": "BOTTOMLEFT" }, - "text": "31", - "orig": "31", + "text": "*(", + "orig": "*(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86678,10 +89800,11 @@ "r_y3": 515.378, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86706,10 +89829,11 @@ "r_y3": 557.586, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86734,10 +89858,11 @@ "r_y3": 594.311, "coord_origin": "BOTTOMLEFT" }, - "text": "44", - "orig": "44", + "text": "##", + "orig": "##", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86762,10 +89887,11 @@ "r_y3": 625.438, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86790,10 +89916,11 @@ "r_y3": 667.648, "coord_origin": "BOTTOMLEFT" }, - "text": "33", - "orig": "33", + "text": "**", + "orig": "**", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86818,10 +89945,11 @@ "r_y3": 706.836, "coord_origin": "BOTTOMLEFT" }, - "text": "101", - "orig": "101", + "text": "(&(", + "orig": "(&(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86846,10 +89974,11 @@ "r_y3": 741.659, "coord_origin": "BOTTOMLEFT" }, - "text": "521", - "orig": "521", + "text": "$-(", + "orig": "$-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86874,10 +90003,11 @@ "r_y3": 103.232, "coord_origin": "BOTTOMLEFT" }, - "text": "Public Protection", - "orig": "Public Protection", + "text": "K2OA6C K@/59C56/0", + "orig": "K2OA6C K@/59C56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86906,6 +90036,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -86930,10 +90061,11 @@ "r_y3": 262.101, "coord_origin": "BOTTOMLEFT" }, - "text": "22", - "orig": "22", + "text": "--", + "orig": "--", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86958,10 +90090,11 @@ "r_y3": 304.308, "coord_origin": "BOTTOMLEFT" }, - "text": "50", - "orig": "50", + "text": "$&", + "orig": "$&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -86986,10 +90119,11 @@ "r_y3": 346.516, "coord_origin": "BOTTOMLEFT" }, - "text": "37", - "orig": "37", + "text": "*\"", + "orig": "*\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87014,10 +90148,11 @@ "r_y3": 388.724, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87042,10 +90177,11 @@ "r_y3": 430.932, "coord_origin": "BOTTOMLEFT" }, - "text": "46", - "orig": "46", + "text": "#+", + "orig": "#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87070,10 +90206,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "35", - "orig": "35", + "text": "*$", + "orig": "*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87098,10 +90235,11 @@ "r_y3": 515.348, "coord_origin": "BOTTOMLEFT" }, - "text": "58", - "orig": "58", + "text": "$,", + "orig": "$,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87126,10 +90264,11 @@ "r_y3": 557.556, "coord_origin": "BOTTOMLEFT" }, - "text": "57", - "orig": "57", + "text": "$\"", + "orig": "$\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87154,10 +90293,11 @@ "r_y3": 594.281, "coord_origin": "BOTTOMLEFT" }, - "text": "63", - "orig": "63", + "text": "+*", + "orig": "+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87182,10 +90322,11 @@ "r_y3": 625.408, "coord_origin": "BOTTOMLEFT" }, - "text": "51", - "orig": "51", + "text": "$(", + "orig": "$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87210,10 +90351,11 @@ "r_y3": 667.619, "coord_origin": "BOTTOMLEFT" }, - "text": "54", - "orig": "54", + "text": "$#", + "orig": "$#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87238,10 +90380,11 @@ "r_y3": 709.827, "coord_origin": "BOTTOMLEFT" }, - "text": "60", - "orig": "60", + "text": "+&", + "orig": "+&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87266,10 +90409,11 @@ "r_y3": 741.625, "coord_origin": "BOTTOMLEFT" }, - "text": "574", - "orig": "574", + "text": "$\"#", + "orig": "$\"#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87294,10 +90438,11 @@ "r_y3": 103.202, "coord_origin": "BOTTOMLEFT" }, - "text": "Education", - "orig": "Education", + "text": "IF2C;56/0", + "orig": "IF2C;56/0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87322,10 +90467,11 @@ "r_y3": 262.059, "coord_origin": "BOTTOMLEFT" }, - "text": "76", - "orig": "76", + "text": "\"+", + "orig": "\"+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87350,10 +90496,11 @@ "r_y3": 301.247, "coord_origin": "BOTTOMLEFT" }, - "text": "135", - "orig": "135", + "text": "(*$", + "orig": "(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87378,10 +90525,11 @@ "r_y3": 343.461, "coord_origin": "BOTTOMLEFT" }, - "text": "121", - "orig": "121", + "text": "(-(", + "orig": "(-(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87406,10 +90554,11 @@ "r_y3": 385.674, "coord_origin": "BOTTOMLEFT" }, - "text": "125", - "orig": "125", + "text": "(-$", + "orig": "(-$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87434,10 +90583,11 @@ "r_y3": 427.888, "coord_origin": "BOTTOMLEFT" }, - "text": "155", - "orig": "155", + "text": "($$", + "orig": "($$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87462,10 +90612,11 @@ "r_y3": 470.102, "coord_origin": "BOTTOMLEFT" }, - "text": "129", - "orig": "129", + "text": "(-'", + "orig": "(-'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87490,10 +90641,11 @@ "r_y3": 512.316, "coord_origin": "BOTTOMLEFT" }, - "text": "177", - "orig": "177", + "text": "(\"\"", + "orig": "(\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87518,10 +90670,11 @@ "r_y3": 554.53, "coord_origin": "BOTTOMLEFT" }, - "text": "182", - "orig": "182", + "text": "(,-", + "orig": "(,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87546,10 +90699,11 @@ "r_y3": 591.256, "coord_origin": "BOTTOMLEFT" }, - "text": "154", - "orig": "154", + "text": "($#", + "orig": "($#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87574,10 +90728,11 @@ "r_y3": 622.384, "coord_origin": "BOTTOMLEFT" }, - "text": "203", - "orig": "203", + "text": "-&*", + "orig": "-&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87602,10 +90757,11 @@ "r_y3": 664.598, "coord_origin": "BOTTOMLEFT" }, - "text": "173", - "orig": "173", + "text": "(\"*", + "orig": "(\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87630,10 +90786,11 @@ "r_y3": 706.812, "coord_origin": "BOTTOMLEFT" }, - "text": "161", - "orig": "161", + "text": "(+(", + "orig": "(+(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87658,10 +90815,11 @@ "r_y3": 737.157, "coord_origin": "BOTTOMLEFT" }, - "text": "1,791", - "orig": "1,791", + "text": "()\"'(", + "orig": "()\"'(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87686,10 +90844,11 @@ "r_y3": 103.214, "coord_origin": "BOTTOMLEFT" }, - "text": "All Other", - "orig": "All Other", + "text": "GAA >5?9@", + "orig": "GAA >5?9@", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87718,6 +90877,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -87746,6 +90906,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -87770,10 +90931,11 @@ "r_y3": 262.089, "coord_origin": "BOTTOMLEFT" }, - "text": "28", - "orig": "28", + "text": "-,", + "orig": "-,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87798,10 +90960,11 @@ "r_y3": 304.297, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87826,10 +90989,11 @@ "r_y3": 346.505, "coord_origin": "BOTTOMLEFT" }, - "text": "38", - "orig": "38", + "text": "*,", + "orig": "*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87854,10 +91018,11 @@ "r_y3": 388.713, "coord_origin": "BOTTOMLEFT" }, - "text": "41", - "orig": "41", + "text": "#(", + "orig": "#(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87882,10 +91047,11 @@ "r_y3": 430.927, "coord_origin": "BOTTOMLEFT" }, - "text": "34", - "orig": "34", + "text": "*#", + "orig": "*#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87910,10 +91076,11 @@ "r_y3": 473.14, "coord_origin": "BOTTOMLEFT" }, - "text": "40", - "orig": "40", + "text": "#&", + "orig": "#&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87938,10 +91105,11 @@ "r_y3": 512.328, "coord_origin": "BOTTOMLEFT" }, - "text": "126", - "orig": "126", + "text": "(-+", + "orig": "(-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87966,10 +91134,11 @@ "r_y3": 557.562, "coord_origin": "BOTTOMLEFT" }, - "text": "85", - "orig": "85", + "text": ",$", + "orig": ",$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -87994,10 +91163,11 @@ "r_y3": 594.287, "coord_origin": "BOTTOMLEFT" }, - "text": "81", - "orig": "81", + "text": ",(", + "orig": ",(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88022,10 +91192,11 @@ "r_y3": 625.414, "coord_origin": "BOTTOMLEFT" }, - "text": "79", - "orig": "79", + "text": "\"'", + "orig": "\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88050,10 +91221,11 @@ "r_y3": 667.625, "coord_origin": "BOTTOMLEFT" }, - "text": "78", - "orig": "78", + "text": "\",", + "orig": "\",", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88078,10 +91250,11 @@ "r_y3": 700.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,309)", - "orig": "(1,309)", + "text": "!()*&'%", + "orig": "!()*&'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88106,10 +91279,11 @@ "r_y3": 739.845, "coord_origin": "BOTTOMLEFT" }, - "text": "(639)", - "orig": "(639)", + "text": "!+*'%", + "orig": "!+*'%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88134,10 +91308,11 @@ "r_y3": 108.252, "coord_origin": "BOTTOMLEFT" }, - "text": "Total Capital Projects", - "orig": "Total Capital Projects", + "text": ":/5;A .;465;A K@/X9C51", + "orig": ":/5;A .;465;A K@/X9C51", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88166,6 +91341,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -88194,6 +91370,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -88218,10 +91395,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "377", - "orig": "377", + "text": "*\"\"", + "orig": "*\"\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88246,10 +91424,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "620", - "orig": "620", + "text": "+-&", + "orig": "+-&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88274,10 +91453,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "596", - "orig": "596", + "text": "$'+", + "orig": "$'+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88302,10 +91482,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "660", - "orig": "660", + "text": "++&", + "orig": "++&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88330,10 +91511,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "689", - "orig": "689", + "text": "+,'", + "orig": "+,'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88358,10 +91540,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "683", - "orig": "683", + "text": "+,*", + "orig": "+,*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88386,10 +91569,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1,324", - "orig": "1,324", + "text": "()*-#", + "orig": "()*-#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88414,10 +91598,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1,132", - "orig": "1,132", + "text": "()(*-", + "orig": "()(*-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88442,10 +91627,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1,038", - "orig": "1,038", + "text": "()&*,", + "orig": "()&*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88470,10 +91656,11 @@ "r_y3": 617.949, "coord_origin": "BOTTOMLEFT" }, - "text": "1,026", - "orig": "1,026", + "text": "()&-+", + "orig": "()&-+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88498,10 +91685,11 @@ "r_y3": 664.646, "coord_origin": "BOTTOMLEFT" }, - "text": "998", - "orig": "998", + "text": "'',", + "orig": "'',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88526,10 +91714,11 @@ "r_y3": 705.068, "coord_origin": "BOTTOMLEFT" }, - "text": "(792)", - "orig": "(792)", + "text": "!\"'-%", + "orig": "!\"'-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88554,10 +91743,11 @@ "r_y3": 737.201, "coord_origin": "BOTTOMLEFT" }, - "text": "8,351", - "orig": "8,351", + "text": ",)*$(", + "orig": ",)*$(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88582,10 +91772,11 @@ "r_y3": 98.188, "coord_origin": "BOTTOMLEFT" }, - "text": "TOTAL DISBURSEMENTS", - "orig": "TOTAL DISBURSEMENTS", + "text": ":>:GH RJL=8DLIBIY:L", + "orig": ":>:GH RJL=8DLIBIY:L", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88614,6 +91805,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -88638,10 +91830,11 @@ "r_y3": 259.068, "coord_origin": "BOTTOMLEFT" }, - "text": "552", - "orig": "552", + "text": "$$-", + "orig": "$$-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88666,10 +91859,11 @@ "r_y3": 301.282, "coord_origin": "BOTTOMLEFT" }, - "text": "804", - "orig": "804", + "text": ",&#", + "orig": ",&#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88694,10 +91888,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "882", - "orig": "882", + "text": ",,-", + "orig": ",,-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88722,10 +91917,11 @@ "r_y3": 381.23, "coord_origin": "BOTTOMLEFT" }, - "text": "1,103", - "orig": "1,103", + "text": "()(&*", + "orig": "()(&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88750,10 +91946,11 @@ "r_y3": 423.446, "coord_origin": "BOTTOMLEFT" }, - "text": "1,308", - "orig": "1,308", + "text": "()*&,", + "orig": "()*&,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88778,10 +91975,11 @@ "r_y3": 465.661, "coord_origin": "BOTTOMLEFT" }, - "text": "1,255", - "orig": "1,255", + "text": "()-$$", + "orig": "()-$$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88806,10 +92004,11 @@ "r_y3": 507.877, "coord_origin": "BOTTOMLEFT" }, - "text": "2,003", - "orig": "2,003", + "text": "-)&&*", + "orig": "-)&&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88834,10 +92033,11 @@ "r_y3": 550.093, "coord_origin": "BOTTOMLEFT" }, - "text": "1,545", - "orig": "1,545", + "text": "()$#$", + "orig": "()$#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88862,10 +92062,11 @@ "r_y3": 586.823, "coord_origin": "BOTTOMLEFT" }, - "text": "1,679", - "orig": "1,679", + "text": "()+\"'", + "orig": "()+\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88890,10 +92091,11 @@ "r_y3": 617.955, "coord_origin": "BOTTOMLEFT" }, - "text": "1,502", - "orig": "1,502", + "text": "()$&-", + "orig": "()$&-", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88918,10 +92120,11 @@ "r_y3": 660.171, "coord_origin": "BOTTOMLEFT" }, - "text": "1,345", - "orig": "1,345", + "text": "()*#$", + "orig": "()*#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88946,10 +92149,11 @@ "r_y3": 705.074, "coord_origin": "BOTTOMLEFT" }, - "text": "(632)", - "orig": "(632)", + "text": "!+*-%", + "orig": "!+*-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -88974,10 +92178,11 @@ "r_y3": 734.184, "coord_origin": "BOTTOMLEFT" }, - "text": "13,346", - "orig": "13,346", + "text": "(*)*#+", + "orig": "(*)*#+", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89002,10 +92207,11 @@ "r_y3": 98.194, "coord_origin": "BOTTOMLEFT" }, - "text": "OTHER FINANCING SOURCES (USES):", - "orig": "OTHER FINANCING SOURCES (USES):", + "text": "7BLCI =D:%:HD:E 47KIHC4 MK4C4NJ", + "orig": "7BLCI =D:%:HD:E 47KIHC4 MK4C4NJ", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT2", @@ -89034,6 +92240,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -89062,6 +92269,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -89090,6 +92298,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G1", @@ -89114,10 +92323,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "Transfers from Other Funds", - "orig": "Transfers from Other Funds", + "text": ":@;01W9@1 W@/3 >5?9@ E20F1", + "orig": ":@;01W9@1 W@/3 >5?9@ E20F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89146,6 +92356,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89174,6 +92385,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89202,6 +92414,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89226,10 +92439,11 @@ "r_y3": 259.074, "coord_origin": "BOTTOMLEFT" }, - "text": "285", - "orig": "285", + "text": "-,$", + "orig": "-,$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89254,10 +92468,11 @@ "r_y3": 299.496, "coord_origin": "BOTTOMLEFT" }, - "text": "(893)", - "orig": "(893)", + "text": "!,'*%", + "orig": "!,'*%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89282,10 +92497,11 @@ "r_y3": 343.496, "coord_origin": "BOTTOMLEFT" }, - "text": "803", - "orig": "803", + "text": ",&*", + "orig": ",&*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89310,10 +92526,11 @@ "r_y3": 385.71, "coord_origin": "BOTTOMLEFT" }, - "text": "245", - "orig": "245", + "text": "-#$", + "orig": "-#$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89338,10 +92555,11 @@ "r_y3": 427.924, "coord_origin": "BOTTOMLEFT" }, - "text": "781", - "orig": "781", + "text": "\",(", + "orig": "\",(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89366,10 +92584,11 @@ "r_y3": 470.138, "coord_origin": "BOTTOMLEFT" }, - "text": "790", - "orig": "790", + "text": "\"'&", + "orig": "\"'&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89394,10 +92613,11 @@ "r_y3": 507.872, "coord_origin": "BOTTOMLEFT" }, - "text": "1,194", - "orig": "1,194", + "text": "()('#", + "orig": "()('#", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89422,10 +92642,11 @@ "r_y3": 550.088, "coord_origin": "BOTTOMLEFT" }, - "text": "1,023", - "orig": "1,023", + "text": "()&-*", + "orig": "()&-*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89450,10 +92671,11 @@ "r_y3": 586.818, "coord_origin": "BOTTOMLEFT" }, - "text": "1,138", - "orig": "1,138", + "text": "()(*,", + "orig": "()(*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89478,10 +92700,11 @@ "r_y3": 622.428, "coord_origin": "BOTTOMLEFT" }, - "text": "973", - "orig": "973", + "text": "'\"*", + "orig": "'\"*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89506,10 +92729,11 @@ "r_y3": 664.64, "coord_origin": "BOTTOMLEFT" }, - "text": "969", - "orig": "969", + "text": "'+'", + "orig": "'+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89534,10 +92758,11 @@ "r_y3": 700.582, "coord_origin": "BOTTOMLEFT" }, - "text": "(1,868)", - "orig": "(1,868)", + "text": "!(),+,%", + "orig": "!(),+,%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89562,10 +92787,11 @@ "r_y3": 737.198, "coord_origin": "BOTTOMLEFT" }, - "text": "5,440", - "orig": "5,440", + "text": "$)##&", + "orig": "$)##&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89590,10 +92816,11 @@ "r_y3": 103.238, "coord_origin": "BOTTOMLEFT" }, - "text": "Transfers to Other Funds", - "orig": "Transfers to Other Funds", + "text": ":@;01W9@1 5/ >5?9@ E20F1", + "orig": ":@;01W9@1 5/ >5?9@ E20F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89622,6 +92849,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89650,6 +92878,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89678,6 +92907,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -89702,10 +92932,11 @@ "r_y3": 263.335, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89730,10 +92961,11 @@ "r_y3": 305.543, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89758,10 +92990,11 @@ "r_y3": 344.73, "coord_origin": "BOTTOMLEFT" }, - "text": "(20)", - "orig": "(20)", + "text": "!-&%", + "orig": "!-&%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89786,10 +93019,11 @@ "r_y3": 389.965, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89814,10 +93048,11 @@ "r_y3": 432.173, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89842,10 +93077,11 @@ "r_y3": 474.381, "coord_origin": "BOTTOMLEFT" }, - "text": "(5)", - "orig": "(5)", + "text": "!$%", + "orig": "!$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89870,10 +93106,11 @@ "r_y3": 516.589, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89898,10 +93135,11 @@ "r_y3": 555.776, "coord_origin": "BOTTOMLEFT" }, - "text": "(25)", - "orig": "(25)", + "text": "!-$%", + "orig": "!-$%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89926,10 +93164,11 @@ "r_y3": 595.522, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89954,10 +93193,11 @@ "r_y3": 626.645, "coord_origin": "BOTTOMLEFT" }, - "text": "(7)", - "orig": "(7)", + "text": "!\"%", + "orig": "!\"%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -89982,10 +93222,11 @@ "r_y3": 668.853, "coord_origin": "BOTTOMLEFT" }, - "text": "(6)", - "orig": "(6)", + "text": "!+%", + "orig": "!+%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90010,10 +93251,11 @@ "r_y3": 705.015, "coord_origin": "BOTTOMLEFT" }, - "text": "(472)", - "orig": "(472)", + "text": "!#\"-%", + "orig": "!#\"-%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90038,10 +93280,11 @@ "r_y3": 739.835, "coord_origin": "BOTTOMLEFT" }, - "text": "(574)", - "orig": "(574)", + "text": "!$\"#%", + "orig": "!$\"#%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90066,10 +93309,11 @@ "r_y3": 103.255, "coord_origin": "BOTTOMLEFT" }, - "text": "Bond and Note Proceeds", - "orig": "Bond and Note Proceeds", + "text": "=/0F ;0F Y/59 K@/C99F1", + "orig": "=/0F ;0F Y/59 K@/C99F1", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90098,6 +93342,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90126,6 +93371,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90154,6 +93400,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90178,10 +93425,11 @@ "r_y3": 265.157, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90206,10 +93454,11 @@ "r_y3": 307.367, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90234,10 +93483,11 @@ "r_y3": 349.577, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90262,10 +93512,11 @@ "r_y3": 391.788, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90290,10 +93541,11 @@ "r_y3": 433.998, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90318,10 +93570,11 @@ "r_y3": 476.208, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90346,10 +93599,11 @@ "r_y3": 518.419, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90374,10 +93628,11 @@ "r_y3": 560.629, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90402,10 +93657,11 @@ "r_y3": 597.351, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90430,10 +93686,11 @@ "r_y3": 628.476, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90458,10 +93715,11 @@ "r_y3": 670.687, "coord_origin": "BOTTOMLEFT" }, - "text": "0", - "orig": "0", + "text": "&", + "orig": "&", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90486,10 +93744,11 @@ "r_y3": 706.85, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90514,10 +93773,11 @@ "r_y3": 741.677, "coord_origin": "BOTTOMLEFT" }, - "text": "269", - "orig": "269", + "text": "-+'", + "orig": "-+'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90542,10 +93802,11 @@ "r_y3": 98.223, "coord_origin": "BOTTOMLEFT" }, - "text": "NET OTHER FINANCING SOURCES/(USES)", - "orig": "NET OTHER FINANCING SOURCES/(USES)", + "text": "YI: >:MID EJYGY.JYS L>8D.IL7!8LIL%", + "orig": "YI: >:MID EJYGY.JYS L>8D.IL7!8LIL%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90574,6 +93835,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90602,6 +93864,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90630,6 +93893,7 @@ "orig": "\u00a0", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/G2", @@ -90654,10 +93918,11 @@ "r_y3": 259.098, "coord_origin": "BOTTOMLEFT" }, - "text": "279", - "orig": "279", + "text": "-\"'", + "orig": "-\"'", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90682,10 +93947,11 @@ "r_y3": 299.52, "coord_origin": "BOTTOMLEFT" }, - "text": "(899)", - "orig": "(899)", + "text": "!,''%", + "orig": "!,''%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90710,10 +93976,11 @@ "r_y3": 343.52, "coord_origin": "BOTTOMLEFT" }, - "text": "783", - "orig": "783", + "text": "\",*", + "orig": "\",*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90738,10 +94005,11 @@ "r_y3": 385.734, "coord_origin": "BOTTOMLEFT" }, - "text": "238", - "orig": "238", + "text": "-*,", + "orig": "-*,", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90766,10 +94034,11 @@ "r_y3": 427.948, "coord_origin": "BOTTOMLEFT" }, - "text": "775", - "orig": "775", + "text": "\"\"$", + "orig": "\"\"$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90794,10 +94063,11 @@ "r_y3": 470.162, "coord_origin": "BOTTOMLEFT" }, - "text": "785", - "orig": "785", + "text": "\",$", + "orig": "\",$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90822,10 +94092,11 @@ "r_y3": 507.895, "coord_origin": "BOTTOMLEFT" }, - "text": "1,187", - "orig": "1,187", + "text": "()(,\"", + "orig": "()(,\"", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90850,10 +94121,11 @@ "r_y3": 554.589, "coord_origin": "BOTTOMLEFT" }, - "text": "998", - "orig": "998", + "text": "'',", + "orig": "'',", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90878,10 +94150,11 @@ "r_y3": 586.837, "coord_origin": "BOTTOMLEFT" }, - "text": "1,131", - "orig": "1,131", + "text": "()(*(", + "orig": "()(*(", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90906,10 +94179,11 @@ "r_y3": 622.448, "coord_origin": "BOTTOMLEFT" }, - "text": "966", - "orig": "966", + "text": "'++", + "orig": "'++", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90934,10 +94208,11 @@ "r_y3": 664.658, "coord_origin": "BOTTOMLEFT" }, - "text": "963", - "orig": "963", + "text": "'+*", + "orig": "'+*", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90962,10 +94237,11 @@ "r_y3": 700.6, "coord_origin": "BOTTOMLEFT" }, - "text": "(2,071)", - "orig": "(2,071)", + "text": "!-)&\"(%", + "orig": "!-)&\"(%", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -90990,10 +94266,11 @@ "r_y3": 737.215, "coord_origin": "BOTTOMLEFT" }, - "text": "5,135", - "orig": "5,135", + "text": "$)(*$", + "orig": "$)(*$", "text_direction": "left_to_right", "confidence": 1.0, + "from_ocr": false, "rendering_mode": -1, "widget": false, "font_key": "/TT4", @@ -91018,10 +94295,11 @@ "r_y3": 98.229, "coord_origin": "BOTTOMLEFT" }, - "text": "Excess/(Deficiency) of Receipts over Disbursements", - "orig": "Excess/(Deficiency) of Receipts over Disbursements", + "text": "I", -1, 2.967, "", @@ -1914,7 +1914,7 @@ 255.649, 161.076, 252.053, - "A", + "%", -1, 2.967, "", @@ -1937,7 +1937,7 @@ 258.129, 161.076, 255.649, - "c", + "8", -1, 2.967, "", @@ -1960,7 +1960,7 @@ 260.188, 161.076, 258.129, - "t", + "3", -1, 2.967, "", @@ -1983,7 +1983,7 @@ 263.375, 161.076, 260.188, - "u", + ".", -1, 2.967, "", @@ -2006,7 +2006,7 @@ 266.306, 161.076, 263.375, - "a", + "+", -1, 2.967, "", @@ -2029,7 +2029,7 @@ 267.766, 161.076, 266.306, - "l", + ")", -1, 2.967, "", @@ -2052,7 +2052,7 @@ 270.134, 161.076, 267.766, - "s", + "2", -1, 2.967, "", @@ -2075,7 +2075,7 @@ 297.865, 161.076, 294.269, - "A", + "%", -1, 2.967, "", @@ -2098,7 +2098,7 @@ 300.345, 161.076, 297.865, - "c", + "8", -1, 2.967, "", @@ -2121,7 +2121,7 @@ 302.404, 161.076, 300.345, - "t", + "3", -1, 2.967, "", @@ -2144,7 +2144,7 @@ 305.591, 161.076, 302.404, - "u", + ".", -1, 2.967, "", @@ -2167,7 +2167,7 @@ 308.522, 161.076, 305.591, - "a", + "+", -1, 2.967, "", @@ -2190,7 +2190,7 @@ 309.982, 161.076, 308.522, - "l", + ")", -1, 2.967, "", @@ -2213,7 +2213,7 @@ 312.349, 161.076, 309.982, - "s", + "2", -1, 2.967, "", @@ -2236,7 +2236,7 @@ 340.08, 161.076, 336.484, - "A", + "%", -1, 2.967, "", @@ -2259,7 +2259,7 @@ 342.561, 161.076, 340.08, - "c", + "8", -1, 2.967, "", @@ -2282,7 +2282,7 @@ 344.62, 161.076, 342.561, - "t", + "3", -1, 2.967, "", @@ -2305,7 +2305,7 @@ 347.806, 161.076, 344.62, - "u", + ".", -1, 2.967, "", @@ -2328,7 +2328,7 @@ 350.738, 161.076, 347.806, - "a", + "+", -1, 2.967, "", @@ -2351,7 +2351,7 @@ 352.197, 161.076, 350.738, - "l", + ")", -1, 2.967, "", @@ -2374,7 +2374,7 @@ 354.565, 161.076, 352.197, - "s", + "2", -1, 2.967, "", @@ -2397,7 +2397,7 @@ 382.296, 161.076, 378.7, - "A", + "%", -1, 2.967, "", @@ -2420,7 +2420,7 @@ 384.776, 161.076, 382.296, - "c", + "8", -1, 2.967, "", @@ -2443,7 +2443,7 @@ 386.836, 161.076, 384.776, - "t", + "3", -1, 2.967, "", @@ -2466,7 +2466,7 @@ 390.022, 161.076, 386.836, - "u", + ".", -1, 2.967, "", @@ -2489,7 +2489,7 @@ 392.953, 161.076, 390.022, - "a", + "+", -1, 2.967, "", @@ -2512,7 +2512,7 @@ 394.413, 161.076, 392.953, - "l", + ")", -1, 2.967, "", @@ -2535,7 +2535,7 @@ 396.781, 161.076, 394.413, - "s", + "2", -1, 2.967, "", @@ -2558,7 +2558,7 @@ 424.512, 161.076, 420.916, - "A", + "%", -1, 2.967, "", @@ -2581,7 +2581,7 @@ 426.992, 161.076, 424.512, - "c", + "8", -1, 2.967, "", @@ -2604,7 +2604,7 @@ 429.051, 161.076, 426.992, - "t", + "3", -1, 2.967, "", @@ -2627,7 +2627,7 @@ 432.238, 161.076, 429.051, - "u", + ".", -1, 2.967, "", @@ -2650,7 +2650,7 @@ 435.169, 161.076, 432.238, - "a", + "+", -1, 2.967, "", @@ -2673,7 +2673,7 @@ 436.629, 161.076, 435.169, - "l", + ")", -1, 2.967, "", @@ -2696,7 +2696,7 @@ 438.996, 161.076, 436.629, - "s", + "2", -1, 2.967, "", @@ -2719,7 +2719,7 @@ 466.727, 161.076, 463.132, - "A", + "%", -1, 2.967, "", @@ -2742,7 +2742,7 @@ 469.208, 161.076, 466.727, - "c", + "8", -1, 2.967, "", @@ -2765,7 +2765,7 @@ 471.267, 161.076, 469.208, - "t", + "3", -1, 2.967, "", @@ -2788,7 +2788,7 @@ 474.453, 161.076, 471.267, - "u", + ".", -1, 2.967, "", @@ -2811,7 +2811,7 @@ 477.385, 161.076, 474.453, - "a", + "+", -1, 2.967, "", @@ -2834,7 +2834,7 @@ 478.845, 161.076, 477.385, - "l", + ")", -1, 2.967, "", @@ -2857,7 +2857,7 @@ 481.212, 161.076, 478.845, - "s", + "2", -1, 2.967, "", @@ -2880,7 +2880,7 @@ 502.682, 161.076, 499.525, - "P", + "?", -1, 2.967, "", @@ -2903,7 +2903,7 @@ 504.789, 161.076, 502.682, - "r", + "'", -1, 2.967, "", @@ -2926,7 +2926,7 @@ 507.981, 161.076, 504.789, - "o", + "9", -1, 2.967, "", @@ -2949,7 +2949,7 @@ 509.494, 161.076, 507.981, - "j", + "@", -1, 2.967, "", @@ -2972,7 +2972,7 @@ 512.479, 161.076, 509.494, - "e", + "0", -1, 2.967, "", @@ -2995,7 +2995,7 @@ 514.96, 161.076, 512.479, - "c", + "8", -1, 2.967, "", @@ -3018,7 +3018,7 @@ 517.019, 161.076, 514.96, - "t", + "3", -1, 2.967, "", @@ -3041,7 +3041,7 @@ 520.003, 161.076, 517.019, - "e", + "0", -1, 2.967, "", @@ -3064,7 +3064,7 @@ 523.19, 161.076, 520.003, - "d", + "A", -1, 2.967, "", @@ -3087,7 +3087,7 @@ 544.884, 161.076, 541.727, - "P", + "?", -1, 2.967, "", @@ -3110,7 +3110,7 @@ 546.99, 161.076, 544.884, - "r", + "'", -1, 2.967, "", @@ -3133,7 +3133,7 @@ 550.183, 161.076, 546.99, - "o", + "9", -1, 2.967, "", @@ -3156,7 +3156,7 @@ 551.696, 161.076, 550.183, - "j", + "@", -1, 2.967, "", @@ -3179,7 +3179,7 @@ 554.681, 161.076, 551.696, - "e", + "0", -1, 2.967, "", @@ -3202,7 +3202,7 @@ 557.161, 161.076, 554.681, - "c", + "8", -1, 2.967, "", @@ -3225,7 +3225,7 @@ 559.22, 161.076, 557.161, - "t", + "3", -1, 2.967, "", @@ -3248,7 +3248,7 @@ 562.205, 161.076, 559.22, - "e", + "0", -1, 2.967, "", @@ -3271,7 +3271,7 @@ 565.391, 161.076, 562.205, - "d", + "A", -1, 2.967, "", @@ -3294,7 +3294,7 @@ 581.599, 161.076, 578.442, - "P", + "?", -1, 2.967, "", @@ -3317,7 +3317,7 @@ 583.706, 161.076, 581.599, - "r", + "'", -1, 2.967, "", @@ -3340,7 +3340,7 @@ 586.898, 161.076, 583.706, - "o", + "9", -1, 2.967, "", @@ -3363,7 +3363,7 @@ 588.411, 161.076, 586.898, - "j", + "@", -1, 2.967, "", @@ -3386,7 +3386,7 @@ 591.396, 161.076, 588.411, - "e", + "0", -1, 2.967, "", @@ -3409,7 +3409,7 @@ 593.877, 161.076, 591.396, - "c", + "8", -1, 2.967, "", @@ -3432,7 +3432,7 @@ 595.936, 161.076, 593.877, - "t", + "3", -1, 2.967, "", @@ -3455,7 +3455,7 @@ 598.92, 161.076, 595.936, - "e", + "0", -1, 2.967, "", @@ -3478,7 +3478,7 @@ 602.107, 161.076, 598.92, - "d", + "A", -1, 2.967, "", @@ -3501,7 +3501,7 @@ 612.717, 161.076, 609.56, - "P", + "?", -1, 2.967, "", @@ -3524,7 +3524,7 @@ 614.823, 161.076, 612.717, - "r", + "'", -1, 2.967, "", @@ -3547,7 +3547,7 @@ 618.016, 161.076, 614.823, - "o", + "9", -1, 2.967, "", @@ -3570,7 +3570,7 @@ 619.529, 161.076, 618.016, - "j", + "@", -1, 2.967, "", @@ -3593,7 +3593,7 @@ 622.514, 161.076, 619.529, - "e", + "0", -1, 2.967, "", @@ -3616,7 +3616,7 @@ 624.994, 161.076, 622.514, - "c", + "8", -1, 2.967, "", @@ -3639,7 +3639,7 @@ 627.053, 161.076, 624.994, - "t", + "3", -1, 2.967, "", @@ -3662,7 +3662,7 @@ 630.038, 161.076, 627.053, - "e", + "0", -1, 2.967, "", @@ -3685,7 +3685,7 @@ 633.224, 161.076, 630.038, - "d", + "A", -1, 2.967, "", @@ -3708,7 +3708,7 @@ 654.918, 161.076, 651.761, - "P", + "?", -1, 2.967, "", @@ -3731,7 +3731,7 @@ 657.025, 161.076, 654.918, - "r", + "'", -1, 2.967, "", @@ -3754,7 +3754,7 @@ 660.217, 161.076, 657.025, - "o", + "9", -1, 2.967, "", @@ -3777,7 +3777,7 @@ 661.73, 161.076, 660.217, - "j", + "@", -1, 2.967, "", @@ -3800,7 +3800,7 @@ 664.715, 161.076, 661.73, - "e", + "0", -1, 2.967, "", @@ -3823,7 +3823,7 @@ 667.196, 161.076, 664.715, - "c", + "8", -1, 2.967, "", @@ -3846,7 +3846,7 @@ 669.255, 161.076, 667.196, - "t", + "3", -1, 2.967, "", @@ -3869,7 +3869,7 @@ 672.239, 161.076, 669.255, - "e", + "0", -1, 2.967, "", @@ -3892,7 +3892,7 @@ 675.426, 161.076, 672.239, - "d", + "A", -1, 2.967, "", @@ -3915,7 +3915,7 @@ 697.12, 161.076, 693.963, - "P", + "?", -1, 2.967, "", @@ -3938,7 +3938,7 @@ 699.226, 161.076, 697.12, - "r", + "'", -1, 2.967, "", @@ -3961,7 +3961,7 @@ 702.419, 161.076, 699.226, - "o", + "9", -1, 2.967, "", @@ -3984,7 +3984,7 @@ 703.932, 161.076, 702.419, - "j", + "@", -1, 2.967, "", @@ -4007,7 +4007,7 @@ 706.917, 161.076, 703.932, - "e", + "0", -1, 2.967, "", @@ -4030,7 +4030,7 @@ 709.397, 161.076, 706.917, - "c", + "8", -1, 2.967, "", @@ -4053,7 +4053,7 @@ 711.456, 161.076, 709.397, - "t", + "3", -1, 2.967, "", @@ -4076,7 +4076,7 @@ 714.441, 161.076, 711.456, - "e", + "0", -1, 2.967, "", @@ -4099,7 +4099,7 @@ 717.627, 161.076, 714.441, - "d", + "A", -1, 2.967, "", @@ -4122,7 +4122,7 @@ 742.909, 161.076, 739.971, - "T", + "B", -1, 2.967, "", @@ -4145,7 +4145,7 @@ 746.101, 161.076, 742.909, - "o", + "9", -1, 2.967, "", @@ -4168,7 +4168,7 @@ 748.16, 161.076, 746.101, - "t", + "3", -1, 2.967, "", @@ -4191,7 +4191,7 @@ 751.092, 161.076, 748.16, - "a", + "+", -1, 2.967, "", @@ -4214,7 +4214,7 @@ 752.551, 161.076, 751.092, - "l", + ")", -1, 2.967, "", @@ -4237,7 +4237,7 @@ 102.233, 174.961, 98.222, - "O", + "7", -1, 2.967, "", @@ -4260,7 +4260,7 @@ 105.39, 174.961, 102.233, - "P", + "?", -1, 2.967, "", @@ -4283,7 +4283,7 @@ 108.286, 174.961, 105.39, - "E", + "C", -1, 2.967, "", @@ -4306,7 +4306,7 @@ 112.196, 174.961, 108.286, - "N", + ":", -1, 2.967, "", @@ -4329,7 +4329,7 @@ 113.781, 174.961, 112.196, - "I", + "D", -1, 2.967, "", @@ -4352,7 +4352,7 @@ 117.691, 174.961, 113.781, - "N", + ":", -1, 2.967, "", @@ -4375,7 +4375,7 @@ 121.471, 174.961, 117.691, - "G", + "E", -1, 2.967, "", @@ -4421,7 +4421,7 @@ 126.141, 174.961, 122.812, - "B", + "F", -1, 2.967, "", @@ -4444,7 +4444,7 @@ 129.737, 174.961, 126.141, - "A", + "%", -1, 2.967, "", @@ -4467,7 +4467,7 @@ 132.247, 174.961, 129.737, - "L", + "G", -1, 2.967, "", @@ -4490,7 +4490,7 @@ 135.843, 174.961, 132.247, - "A", + "%", -1, 2.967, "", @@ -4513,7 +4513,7 @@ 139.754, 174.961, 135.843, - "N", + ":", -1, 2.967, "", @@ -4536,7 +4536,7 @@ 142.893, 174.961, 139.754, - "C", + "H", -1, 2.967, "", @@ -4559,7 +4559,7 @@ 145.788, 174.961, 142.893, - "E", + "C", -1, 2.967, "", @@ -4582,7 +4582,7 @@ 259.12, 174.961, 257.322, - "(", + "!", -1, 2.967, "", @@ -4605,7 +4605,7 @@ 262.129, 174.961, 259.12, - "7", + "\"", -1, 2.967, "", @@ -4628,7 +4628,7 @@ 265.137, 174.961, 262.129, - "4", + "#", -1, 2.967, "", @@ -4651,7 +4651,7 @@ 268.146, 174.961, 265.137, - "5", + "$", -1, 2.967, "", @@ -4674,7 +4674,7 @@ 269.944, 174.961, 268.146, - ")", + "%", -1, 2.967, "", @@ -4697,7 +4697,7 @@ 301.33, 174.961, 299.532, - "(", + "!", -1, 2.967, "", @@ -4720,7 +4720,7 @@ 304.339, 174.961, 301.33, - "7", + "\"", -1, 2.967, "", @@ -4743,7 +4743,7 @@ 307.347, 174.961, 304.339, - "4", + "#", -1, 2.967, "", @@ -4766,7 +4766,7 @@ 310.356, 174.961, 307.347, - "0", + "&", -1, 2.967, "", @@ -4789,7 +4789,7 @@ 312.154, 174.961, 310.356, - ")", + "%", -1, 2.967, "", @@ -4812,7 +4812,7 @@ 343.539, 174.961, 341.741, - "(", + "!", -1, 2.967, "", @@ -4835,7 +4835,7 @@ 346.548, 174.961, 343.539, - "9", + "'", -1, 2.967, "", @@ -4858,7 +4858,7 @@ 349.556, 174.961, 346.548, - "4", + "#", -1, 2.967, "", @@ -4881,7 +4881,7 @@ 352.565, 174.961, 349.556, - "0", + "&", -1, 2.967, "", @@ -4904,7 +4904,7 @@ 354.363, 174.961, 352.565, - ")", + "%", -1, 2.967, "", @@ -4927,7 +4927,7 @@ 385.749, 174.961, 383.951, - "(", + "!", -1, 2.967, "", @@ -4950,7 +4950,7 @@ 388.758, 174.961, 385.749, - "7", + "\"", -1, 2.967, "", @@ -4973,7 +4973,7 @@ 391.766, 174.961, 388.758, - "9", + "'", -1, 2.967, "", @@ -4996,7 +4996,7 @@ 394.775, 174.961, 391.766, - "4", + "#", -1, 2.967, "", @@ -5019,7 +5019,7 @@ 396.573, 174.961, 394.775, - ")", + "%", -1, 2.967, "", @@ -5042,7 +5042,7 @@ 423.48, 174.961, 421.682, - "(", + "!", -1, 2.967, "", @@ -5065,7 +5065,7 @@ 426.488, 174.961, 423.48, - "1", + "(", -1, 2.967, "", @@ -5088,7 +5088,7 @@ 427.972, 174.961, 426.488, - ",", + ")", -1, 2.967, "", @@ -5111,7 +5111,7 @@ 430.98, 174.961, 427.972, - "0", + "&", -1, 2.967, "", @@ -5134,7 +5134,7 @@ 433.989, 174.961, 430.98, - "3", + "*", -1, 2.967, "", @@ -5157,7 +5157,7 @@ 436.997, 174.961, 433.989, - "5", + "$", -1, 2.967, "", @@ -5180,7 +5180,7 @@ 438.795, 174.961, 436.997, - ")", + "%", -1, 2.967, "", @@ -5203,7 +5203,7 @@ 465.693, 174.961, 463.895, - "(", + "!", -1, 2.967, "", @@ -5226,7 +5226,7 @@ 468.702, 174.961, 465.693, - "1", + "(", -1, 2.967, "", @@ -5249,7 +5249,7 @@ 470.185, 174.961, 468.702, - ",", + ")", -1, 2.967, "", @@ -5272,7 +5272,7 @@ 473.194, 174.961, 470.185, - "3", + "*", -1, 2.967, "", @@ -5295,7 +5295,7 @@ 476.202, 174.961, 473.194, - "4", + "#", -1, 2.967, "", @@ -5318,7 +5318,7 @@ 479.211, 174.961, 476.202, - "0", + "&", -1, 2.967, "", @@ -5341,7 +5341,7 @@ 481.009, 174.961, 479.211, - ")", + "%", -1, 2.967, "", @@ -5364,7 +5364,7 @@ 507.907, 174.961, 506.109, - "(", + "!", -1, 2.967, "", @@ -5387,7 +5387,7 @@ 510.915, 174.961, 507.907, - "1", + "(", -1, 2.967, "", @@ -5410,7 +5410,7 @@ 512.399, 174.961, 510.915, - ",", + ")", -1, 2.967, "", @@ -5433,7 +5433,7 @@ 515.407, 174.961, 512.399, - "1", + "(", -1, 2.967, "", @@ -5456,7 +5456,7 @@ 518.416, 174.961, 515.407, - "6", + "+", -1, 2.967, "", @@ -5479,7 +5479,7 @@ 521.424, 174.961, 518.416, - "9", + "'", -1, 2.967, "", @@ -5502,7 +5502,7 @@ 523.222, 174.961, 521.424, - ")", + "%", -1, 2.967, "", @@ -5525,7 +5525,7 @@ 550.12, 174.961, 548.322, - "(", + "!", -1, 2.967, "", @@ -5548,7 +5548,7 @@ 553.128, 174.961, 550.12, - "1", + "(", -1, 2.967, "", @@ -5571,7 +5571,7 @@ 554.612, 174.961, 553.128, - ",", + ")", -1, 2.967, "", @@ -5594,7 +5594,7 @@ 557.62, 174.961, 554.612, - "5", + "$", -1, 2.967, "", @@ -5617,7 +5617,7 @@ 560.629, 174.961, 557.62, - "1", + "(", -1, 2.967, "", @@ -5640,7 +5640,7 @@ 563.637, 174.961, 560.629, - "6", + "+", -1, 2.967, "", @@ -5663,7 +5663,7 @@ 565.435, 174.961, 563.637, - ")", + "%", -1, 2.967, "", @@ -5686,7 +5686,7 @@ 586.847, 174.961, 585.049, - "(", + "!", -1, 2.967, "", @@ -5709,7 +5709,7 @@ 589.856, 174.961, 586.847, - "1", + "(", -1, 2.967, "", @@ -5732,7 +5732,7 @@ 591.339, 174.961, 589.856, - ",", + ")", -1, 2.967, "", @@ -5755,7 +5755,7 @@ 594.348, 174.961, 591.339, - "8", + ",", -1, 2.967, "", @@ -5778,7 +5778,7 @@ 597.356, 174.961, 594.348, - "5", + "$", -1, 2.967, "", @@ -5801,7 +5801,7 @@ 600.365, 174.961, 597.356, - "6", + "+", -1, 2.967, "", @@ -5824,7 +5824,7 @@ 602.163, 174.961, 600.365, - ")", + "%", -1, 2.967, "", @@ -5847,7 +5847,7 @@ 617.977, 174.961, 616.179, - "(", + "!", -1, 2.967, "", @@ -5870,7 +5870,7 @@ 620.985, 174.961, 617.977, - "1", + "(", -1, 2.967, "", @@ -5893,7 +5893,7 @@ 622.469, 174.961, 620.985, - ",", + ")", -1, 2.967, "", @@ -5916,7 +5916,7 @@ 625.477, 174.961, 622.469, - "5", + "$", -1, 2.967, "", @@ -5939,7 +5939,7 @@ 628.486, 174.961, 625.477, - "8", + ",", -1, 2.967, "", @@ -5962,7 +5962,7 @@ 631.494, 174.961, 628.486, - "0", + "&", -1, 2.967, "", @@ -5985,7 +5985,7 @@ 633.292, 174.961, 631.494, - ")", + "%", -1, 2.967, "", @@ -6008,7 +6008,7 @@ 660.19, 174.961, 658.392, - "(", + "!", -1, 2.967, "", @@ -6031,7 +6031,7 @@ 663.198, 174.961, 660.19, - "1", + "(", -1, 2.967, "", @@ -6054,7 +6054,7 @@ 664.682, 174.961, 663.198, - ",", + ")", -1, 2.967, "", @@ -6077,7 +6077,7 @@ 667.69, 174.961, 664.682, - "9", + "'", -1, 2.967, "", @@ -6100,7 +6100,7 @@ 670.699, 174.961, 667.69, - "0", + "&", -1, 2.967, "", @@ -6123,7 +6123,7 @@ 673.707, 174.961, 670.699, - "7", + "\"", -1, 2.967, "", @@ -6146,7 +6146,7 @@ 675.505, 174.961, 673.707, - ")", + "%", -1, 2.967, "", @@ -6169,7 +6169,7 @@ 702.403, 174.961, 700.605, - "(", + "!", -1, 2.967, "", @@ -6192,7 +6192,7 @@ 705.412, 174.961, 702.403, - "2", + "-", -1, 2.967, "", @@ -6215,7 +6215,7 @@ 706.895, 174.961, 705.412, - ",", + ")", -1, 2.967, "", @@ -6238,7 +6238,7 @@ 709.904, 174.961, 706.895, - "0", + "&", -1, 2.967, "", @@ -6261,7 +6261,7 @@ 712.912, 174.961, 709.904, - "7", + "\"", -1, 2.967, "", @@ -6284,7 +6284,7 @@ 715.921, 174.961, 712.912, - "5", + "$", -1, 2.967, "", @@ -6307,7 +6307,7 @@ 717.719, 174.961, 715.921, - ")", + "%", -1, 2.967, "", @@ -6330,7 +6330,7 @@ 741.705, 174.961, 739.907, - "(", + "!", -1, 2.967, "", @@ -6353,7 +6353,7 @@ 744.714, 174.961, 741.705, - "7", + "\"", -1, 2.967, "", @@ -6376,7 +6376,7 @@ 747.722, 174.961, 744.714, - "4", + "#", -1, 2.967, "", @@ -6399,7 +6399,7 @@ 750.731, 174.961, 747.722, - "5", + "$", -1, 2.967, "", @@ -6422,7 +6422,7 @@ 752.529, 174.961, 750.731, - ")", + "%", -1, 2.967, "", @@ -6445,7 +6445,7 @@ 101.569, 189.517, 98.228, - "R", + "I", -1, 2.967, "", @@ -6468,7 +6468,7 @@ 104.465, 189.517, 101.569, - "E", + "C", -1, 2.967, "", @@ -6491,7 +6491,7 @@ 107.604, 189.517, 104.465, - "C", + "H", -1, 2.967, "", @@ -6514,7 +6514,7 @@ 110.499, 189.517, 107.604, - "E", + "C", -1, 2.967, "", @@ -6537,7 +6537,7 @@ 112.084, 189.517, 110.499, - "I", + "D", -1, 2.967, "", @@ -6560,7 +6560,7 @@ 115.241, 189.517, 112.084, - "P", + "?", -1, 2.967, "", @@ -6583,7 +6583,7 @@ 118.178, 189.517, 115.241, - "T", + "B", -1, 2.967, "", @@ -6606,7 +6606,7 @@ 120.985, 189.517, 118.178, - "S", + "4", -1, 2.967, "", @@ -6629,7 +6629,7 @@ 122.622, 189.517, 120.985, - ":", + "J", -1, 2.967, "", @@ -6652,7 +6652,7 @@ 106.429, 196.572, 103.266, - "C", + ".", -1, 2.967, "", @@ -6675,7 +6675,7 @@ 109.556, 196.572, 106.429, - "o", + "/", -1, 2.967, "", @@ -6698,7 +6698,7 @@ 112.671, 196.572, 109.556, - "n", + "0", -1, 2.967, "", @@ -6721,7 +6721,7 @@ 114.991, 196.572, 112.671, - "s", + "1", -1, 2.967, "", @@ -6744,7 +6744,7 @@ 118.107, 196.572, 114.991, - "u", + "2", -1, 2.967, "", @@ -6767,7 +6767,7 @@ 122.848, 196.572, 118.107, - "m", + "3", -1, 2.967, "", @@ -6790,7 +6790,7 @@ 125.963, 196.572, 122.848, - "p", + "4", -1, 2.967, "", @@ -6813,7 +6813,7 @@ 127.951, 196.572, 125.963, - "t", + "5", -1, 2.967, "", @@ -6836,7 +6836,7 @@ 129.31, 196.572, 127.951, - "i", + "6", -1, 2.967, "", @@ -6859,7 +6859,7 @@ 132.437, 196.572, 129.31, - "o", + "/", -1, 2.967, "", @@ -6882,7 +6882,7 @@ 135.552, 196.572, 132.437, - "n", + "0", -1, 2.967, "", @@ -6905,7 +6905,7 @@ 137.843, 196.572, 135.552, - "/", + "7", -1, 2.967, "", @@ -6928,7 +6928,7 @@ 141.652, 196.572, 137.843, - "U", + "8", -1, 2.967, "", @@ -6951,7 +6951,7 @@ 143.973, 196.572, 141.652, - "s", + "1", -1, 2.967, "", @@ -6974,7 +6974,7 @@ 146.928, 196.572, 143.973, - "e", + "9", -1, 2.967, "", @@ -7020,7 +7020,7 @@ 151.171, 196.572, 148.281, - "T", + ":", -1, 2.967, "", @@ -7043,7 +7043,7 @@ 154.013, 196.572, 151.171, - "a", + ";", -1, 2.967, "", @@ -7066,7 +7066,7 @@ 156.582, 196.572, 154.013, - "x", + "<", -1, 2.967, "", @@ -7089,7 +7089,7 @@ 159.537, 196.572, 156.582, - "e", + "9", -1, 2.967, "", @@ -7112,7 +7112,7 @@ 161.858, 196.572, 159.537, - "s", + "1", -1, 2.967, "", @@ -7135,7 +7135,7 @@ 265.143, 196.572, 262.135, - "4", + "#", -1, 2.967, "", @@ -7158,7 +7158,7 @@ 268.152, 196.572, 265.143, - "9", + "'", -1, 2.967, "", @@ -7181,7 +7181,7 @@ 307.351, 196.572, 304.343, - "4", + "#", -1, 2.967, "", @@ -7204,7 +7204,7 @@ 310.36, 196.572, 307.351, - "1", + "(", -1, 2.967, "", @@ -7227,7 +7227,7 @@ 349.559, 196.572, 346.551, - "6", + "+", -1, 2.967, "", @@ -7250,7 +7250,7 @@ 352.568, 196.572, 349.559, - "5", + "$", -1, 2.967, "", @@ -7273,7 +7273,7 @@ 391.767, 196.572, 388.759, - "4", + "#", -1, 2.967, "", @@ -7296,7 +7296,7 @@ 394.776, 196.572, 391.767, - "7", + "\"", -1, 2.967, "", @@ -7319,7 +7319,7 @@ 433.975, 196.572, 430.967, - "4", + "#", -1, 2.967, "", @@ -7342,7 +7342,7 @@ 436.984, 196.572, 433.975, - "5", + "$", -1, 2.967, "", @@ -7365,7 +7365,7 @@ 476.183, 196.572, 473.175, - "7", + "\"", -1, 2.967, "", @@ -7388,7 +7388,7 @@ 479.192, 196.572, 476.183, - "6", + "+", -1, 2.967, "", @@ -7411,7 +7411,7 @@ 518.391, 196.572, 515.383, - "4", + "#", -1, 2.967, "", @@ -7434,7 +7434,7 @@ 521.4, 196.572, 518.391, - "7", + "\"", -1, 2.967, "", @@ -7457,7 +7457,7 @@ 560.599, 196.572, 557.591, - "4", + "#", -1, 2.967, "", @@ -7480,7 +7480,7 @@ 563.608, 196.572, 560.599, - "0", + "&", -1, 2.967, "", @@ -7503,7 +7503,7 @@ 597.324, 196.572, 594.316, - "6", + "+", -1, 2.967, "", @@ -7526,7 +7526,7 @@ 600.333, 196.572, 597.324, - "7", + "\"", -1, 2.967, "", @@ -7549,7 +7549,7 @@ 628.451, 196.572, 625.443, - "4", + "#", -1, 2.967, "", @@ -7572,7 +7572,7 @@ 631.46, 196.572, 628.451, - "9", + "'", -1, 2.967, "", @@ -7595,7 +7595,7 @@ 670.662, 196.572, 667.653, - "4", + "#", -1, 2.967, "", @@ -7618,7 +7618,7 @@ 673.67, 196.572, 670.662, - "4", + "#", -1, 2.967, "", @@ -7641,7 +7641,7 @@ 712.87, 196.572, 709.861, - "5", + "$", -1, 2.967, "", @@ -7664,7 +7664,7 @@ 715.878, 196.572, 712.87, - "4", + "#", -1, 2.967, "", @@ -7687,7 +7687,7 @@ 744.668, 196.572, 741.66, - "6", + "+", -1, 2.967, "", @@ -7710,7 +7710,7 @@ 747.677, 196.572, 744.668, - "2", + "-", -1, 2.967, "", @@ -7733,7 +7733,7 @@ 750.685, 196.572, 747.677, - "4", + "#", -1, 2.967, "", @@ -7756,7 +7756,7 @@ 106.464, 203.628, 103.236, - "B", + "=", -1, 2.967, "", @@ -7779,7 +7779,7 @@ 109.58, 203.628, 106.464, - "u", + "2", -1, 2.967, "", @@ -7802,7 +7802,7 @@ 111.9, 203.628, 109.58, - "s", + "1", -1, 2.967, "", @@ -7825,7 +7825,7 @@ 113.259, 203.628, 111.9, - "i", + "6", -1, 2.967, "", @@ -7848,7 +7848,7 @@ 116.374, 203.628, 113.259, - "n", + "0", -1, 2.967, "", @@ -7871,7 +7871,7 @@ 119.329, 203.628, 116.374, - "e", + "9", -1, 2.967, "", @@ -7894,7 +7894,7 @@ 121.649, 203.628, 119.329, - "s", + "1", -1, 2.967, "", @@ -7917,7 +7917,7 @@ 123.969, 203.628, 121.649, - "s", + "1", -1, 2.967, "", @@ -7963,7 +7963,7 @@ 128.206, 203.628, 125.316, - "T", + ":", -1, 2.967, "", @@ -7986,7 +7986,7 @@ 131.049, 203.628, 128.206, - "a", + ";", -1, 2.967, "", @@ -8009,7 +8009,7 @@ 133.618, 203.628, 131.049, - "x", + "<", -1, 2.967, "", @@ -8032,7 +8032,7 @@ 136.573, 203.628, 133.618, - "e", + "9", -1, 2.967, "", @@ -8055,7 +8055,7 @@ 138.893, 203.628, 136.573, - "s", + "1", -1, 2.967, "", @@ -8078,7 +8078,7 @@ 265.114, 203.628, 262.105, - "4", + "#", -1, 2.967, "", @@ -8101,7 +8101,7 @@ 268.122, 203.628, 265.114, - "9", + "'", -1, 2.967, "", @@ -8124,7 +8124,7 @@ 307.328, 203.628, 304.319, - "5", + "$", -1, 2.967, "", @@ -8147,7 +8147,7 @@ 310.336, 203.628, 307.328, - "0", + "&", -1, 2.967, "", @@ -8170,7 +8170,7 @@ 349.542, 203.628, 346.533, - "5", + "$", -1, 2.967, "", @@ -8193,7 +8193,7 @@ 352.55, 203.628, 349.542, - "7", + "\"", -1, 2.967, "", @@ -8216,7 +8216,7 @@ 391.755, 203.628, 388.747, - "5", + "$", -1, 2.967, "", @@ -8239,7 +8239,7 @@ 394.764, 203.628, 391.755, - "2", + "-", -1, 2.967, "", @@ -8262,7 +8262,7 @@ 433.969, 203.628, 430.961, - "5", + "$", -1, 2.967, "", @@ -8285,7 +8285,7 @@ 436.978, 203.628, 433.969, - "7", + "\"", -1, 2.967, "", @@ -8308,7 +8308,7 @@ 476.183, 203.628, 473.175, - "5", + "$", -1, 2.967, "", @@ -8331,7 +8331,7 @@ 479.192, 203.628, 476.183, - "3", + "*", -1, 2.967, "", @@ -8354,7 +8354,7 @@ 518.397, 203.628, 515.389, - "4", + "#", -1, 2.967, "", @@ -8377,7 +8377,7 @@ 521.406, 203.628, 518.397, - "6", + "+", -1, 2.967, "", @@ -8400,7 +8400,7 @@ 560.611, 203.628, 557.603, - "4", + "#", -1, 2.967, "", @@ -8423,7 +8423,7 @@ 563.62, 203.628, 560.611, - "6", + "+", -1, 2.967, "", @@ -8446,7 +8446,7 @@ 597.336, 203.628, 594.328, - "5", + "$", -1, 2.967, "", @@ -8469,7 +8469,7 @@ 600.345, 203.628, 597.336, - "0", + "&", -1, 2.967, "", @@ -8492,7 +8492,7 @@ 628.463, 203.628, 625.455, - "4", + "#", -1, 2.967, "", @@ -8515,7 +8515,7 @@ 631.472, 203.628, 628.463, - "4", + "#", -1, 2.967, "", @@ -8538,7 +8538,7 @@ 670.673, 203.628, 667.665, - "4", + "#", -1, 2.967, "", @@ -8561,7 +8561,7 @@ 673.682, 203.628, 670.673, - "8", + ",", -1, 2.967, "", @@ -8584,7 +8584,7 @@ 712.887, 203.628, 709.879, - "5", + "$", -1, 2.967, "", @@ -8607,7 +8607,7 @@ 715.896, 203.628, 712.887, - "0", + "&", -1, 2.967, "", @@ -8630,7 +8630,7 @@ 744.686, 203.628, 741.678, - "6", + "+", -1, 2.967, "", @@ -8653,7 +8653,7 @@ 747.695, 203.628, 744.686, - "0", + "&", -1, 2.967, "", @@ -8676,7 +8676,7 @@ 750.703, 203.628, 747.695, - "2", + "-", -1, 2.967, "", @@ -8699,7 +8699,7 @@ 107.182, 210.683, 103.254, - "O", + ">", -1, 2.967, "", @@ -8722,7 +8722,7 @@ 109.17, 210.683, 107.182, - "t", + "5", -1, 2.967, "", @@ -8745,7 +8745,7 @@ 112.285, 210.683, 109.17, - "h", + "?", -1, 2.967, "", @@ -8768,7 +8768,7 @@ 115.241, 210.683, 112.285, - "e", + "9", -1, 2.967, "", @@ -8791,7 +8791,7 @@ 117.312, 210.683, 115.241, - "r", + "@", -1, 2.967, "", @@ -8837,7 +8837,7 @@ 121.542, 210.683, 118.653, - "T", + ":", -1, 2.967, "", @@ -8860,7 +8860,7 @@ 124.385, 210.683, 121.542, - "a", + ";", -1, 2.967, "", @@ -8883,7 +8883,7 @@ 126.954, 210.683, 124.385, - "x", + "<", -1, 2.967, "", @@ -8906,7 +8906,7 @@ 129.909, 210.683, 126.954, - "e", + "9", -1, 2.967, "", @@ -8929,7 +8929,7 @@ 132.229, 210.683, 129.909, - "s", + "1", -1, 2.967, "", @@ -8952,7 +8952,7 @@ 268.158, 210.683, 265.149, - "0", + "&", -1, 2.967, "", @@ -8975,7 +8975,7 @@ 310.366, 210.683, 307.357, - "0", + "&", -1, 2.967, "", @@ -8998,7 +8998,7 @@ 349.553, 210.683, 346.545, - "2", + "-", -1, 2.967, "", @@ -9021,7 +9021,7 @@ 352.562, 210.683, 349.553, - "5", + "$", -1, 2.967, "", @@ -9044,7 +9044,7 @@ 391.761, 210.683, 388.753, - "2", + "-", -1, 2.967, "", @@ -9067,7 +9067,7 @@ 394.77, 210.683, 391.761, - "7", + "\"", -1, 2.967, "", @@ -9090,7 +9090,7 @@ 433.969, 210.683, 430.961, - "2", + "-", -1, 2.967, "", @@ -9113,7 +9113,7 @@ 436.978, 210.683, 433.969, - "5", + "$", -1, 2.967, "", @@ -9136,7 +9136,7 @@ 476.177, 210.683, 473.169, - "2", + "-", -1, 2.967, "", @@ -9159,7 +9159,7 @@ 479.186, 210.683, 476.177, - "6", + "+", -1, 2.967, "", @@ -9182,7 +9182,7 @@ 518.385, 210.683, 515.377, - "2", + "-", -1, 2.967, "", @@ -9205,7 +9205,7 @@ 521.394, 210.683, 518.385, - "6", + "+", -1, 2.967, "", @@ -9228,7 +9228,7 @@ 560.593, 210.683, 557.585, - "2", + "-", -1, 2.967, "", @@ -9251,7 +9251,7 @@ 563.602, 210.683, 560.593, - "6", + "+", -1, 2.967, "", @@ -9274,7 +9274,7 @@ 597.318, 210.683, 594.31, - "2", + "-", -1, 2.967, "", @@ -9297,7 +9297,7 @@ 600.327, 210.683, 597.318, - "6", + "+", -1, 2.967, "", @@ -9320,7 +9320,7 @@ 628.445, 210.683, 625.437, - "2", + "-", -1, 2.967, "", @@ -9343,7 +9343,7 @@ 631.454, 210.683, 628.445, - "6", + "+", -1, 2.967, "", @@ -9366,7 +9366,7 @@ 670.656, 210.683, 667.647, - "2", + "-", -1, 2.967, "", @@ -9389,7 +9389,7 @@ 673.664, 210.683, 670.656, - "6", + "+", -1, 2.967, "", @@ -9412,7 +9412,7 @@ 712.864, 210.683, 709.855, - "2", + "-", -1, 2.967, "", @@ -9435,7 +9435,7 @@ 715.872, 210.683, 712.864, - "4", + "#", -1, 2.967, "", @@ -9458,7 +9458,7 @@ 744.662, 210.683, 741.654, - "2", + "-", -1, 2.967, "", @@ -9481,7 +9481,7 @@ 747.671, 210.683, 744.662, - "5", + "$", -1, 2.967, "", @@ -9504,7 +9504,7 @@ 750.679, 210.683, 747.671, - "7", + "\"", -1, 2.967, "", @@ -9573,7 +9573,7 @@ 108.808, 218.184, 105.918, - "T", + ":", -1, 2.967, "", @@ -9596,7 +9596,7 @@ 111.935, 218.184, 108.808, - "o", + "/", -1, 2.967, "", @@ -9619,7 +9619,7 @@ 113.923, 218.184, 111.935, - "t", + "5", -1, 2.967, "", @@ -9642,7 +9642,7 @@ 116.766, 218.184, 113.923, - "a", + ";", -1, 2.967, "", @@ -9665,7 +9665,7 @@ 118.124, 218.184, 116.766, - "l", + "A", -1, 2.967, "", @@ -9711,7 +9711,7 @@ 122.361, 218.184, 119.471, - "T", + ":", -1, 2.967, "", @@ -9734,7 +9734,7 @@ 125.204, 218.184, 122.361, - "a", + ";", -1, 2.967, "", @@ -9757,7 +9757,7 @@ 127.773, 218.184, 125.204, - "x", + "<", -1, 2.967, "", @@ -9780,7 +9780,7 @@ 130.728, 218.184, 127.773, - "e", + "9", -1, 2.967, "", @@ -9803,7 +9803,7 @@ 133.048, 218.184, 130.728, - "s", + "1", -1, 2.967, "", @@ -9826,7 +9826,7 @@ 265.114, 218.184, 262.105, - "9", + "'", -1, 2.967, "", @@ -9849,7 +9849,7 @@ 268.122, 218.184, 265.114, - "8", + ",", -1, 2.967, "", @@ -9872,7 +9872,7 @@ 307.322, 218.184, 304.313, - "9", + "'", -1, 2.967, "", @@ -9895,7 +9895,7 @@ 310.33, 218.184, 307.322, - "1", + "(", -1, 2.967, "", @@ -9918,7 +9918,7 @@ 346.509, 218.184, 343.501, - "1", + "(", -1, 2.967, "", @@ -9941,7 +9941,7 @@ 349.518, 218.184, 346.509, - "4", + "#", -1, 2.967, "", @@ -9964,7 +9964,7 @@ 352.526, 218.184, 349.518, - "7", + "\"", -1, 2.967, "", @@ -9987,7 +9987,7 @@ 388.723, 218.184, 385.715, - "1", + "(", -1, 2.967, "", @@ -10010,7 +10010,7 @@ 391.732, 218.184, 388.723, - "2", + "-", -1, 2.967, "", @@ -10033,7 +10033,7 @@ 394.74, 218.184, 391.732, - "6", + "+", -1, 2.967, "", @@ -10056,7 +10056,7 @@ 430.937, 218.184, 427.929, - "1", + "(", -1, 2.967, "", @@ -10079,7 +10079,7 @@ 433.946, 218.184, 430.937, - "2", + "-", -1, 2.967, "", @@ -10102,7 +10102,7 @@ 436.954, 218.184, 433.946, - "7", + "\"", -1, 2.967, "", @@ -10125,7 +10125,7 @@ 473.151, 218.184, 470.142, - "1", + "(", -1, 2.967, "", @@ -10148,7 +10148,7 @@ 476.159, 218.184, 473.151, - "5", + "$", -1, 2.967, "", @@ -10171,7 +10171,7 @@ 479.168, 218.184, 476.159, - "5", + "$", -1, 2.967, "", @@ -10194,7 +10194,7 @@ 515.365, 218.184, 512.356, - "1", + "(", -1, 2.967, "", @@ -10217,7 +10217,7 @@ 518.373, 218.184, 515.365, - "1", + "(", -1, 2.967, "", @@ -10240,7 +10240,7 @@ 521.382, 218.184, 518.373, - "9", + "'", -1, 2.967, "", @@ -10263,7 +10263,7 @@ 557.579, 218.184, 554.57, - "1", + "(", -1, 2.967, "", @@ -10286,7 +10286,7 @@ 560.587, 218.184, 557.579, - "1", + "(", -1, 2.967, "", @@ -10309,7 +10309,7 @@ 563.596, 218.184, 560.587, - "2", + "-", -1, 2.967, "", @@ -10332,7 +10332,7 @@ 594.305, 218.184, 591.297, - "1", + "(", -1, 2.967, "", @@ -10355,7 +10355,7 @@ 597.314, 218.184, 594.305, - "4", + "#", -1, 2.967, "", @@ -10378,7 +10378,7 @@ 600.322, 218.184, 597.314, - "3", + "*", -1, 2.967, "", @@ -10401,7 +10401,7 @@ 625.433, 218.184, 622.425, - "1", + "(", -1, 2.967, "", @@ -10424,7 +10424,7 @@ 628.442, 218.184, 625.433, - "1", + "(", -1, 2.967, "", @@ -10447,7 +10447,7 @@ 631.45, 218.184, 628.442, - "9", + "'", -1, 2.967, "", @@ -10470,7 +10470,7 @@ 667.647, 218.184, 664.639, - "1", + "(", -1, 2.967, "", @@ -10493,7 +10493,7 @@ 670.656, 218.184, 667.647, - "1", + "(", -1, 2.967, "", @@ -10516,7 +10516,7 @@ 673.664, 218.184, 670.656, - "8", + ",", -1, 2.967, "", @@ -10539,7 +10539,7 @@ 709.861, 218.184, 706.853, - "1", + "(", -1, 2.967, "", @@ -10562,7 +10562,7 @@ 712.87, 218.184, 709.861, - "2", + "-", -1, 2.967, "", @@ -10585,7 +10585,7 @@ 715.878, 218.184, 712.87, - "8", + ",", -1, 2.967, "", @@ -10608,7 +10608,7 @@ 740.205, 218.184, 737.197, - "1", + "(", -1, 2.967, "", @@ -10631,7 +10631,7 @@ 741.689, 218.184, 740.205, - ",", + ")", -1, 2.967, "", @@ -10654,7 +10654,7 @@ 744.697, 218.184, 741.689, - "4", + "#", -1, 2.967, "", @@ -10677,7 +10677,7 @@ 747.706, 218.184, 744.697, - "8", + ",", -1, 2.967, "", @@ -10700,7 +10700,7 @@ 750.714, 218.184, 747.706, - "3", + "*", -1, 2.967, "", @@ -10723,7 +10723,7 @@ 108.316, 228.711, 103.242, - "M", + "B", -1, 2.967, "", @@ -10746,7 +10746,7 @@ 109.675, 228.711, 108.316, - "i", + "6", -1, 2.967, "", @@ -10769,7 +10769,7 @@ 111.995, 228.711, 109.675, - "s", + "1", -1, 2.967, "", @@ -10792,7 +10792,7 @@ 114.505, 228.711, 111.995, - "c", + "C", -1, 2.967, "", @@ -10815,7 +10815,7 @@ 117.46, 228.711, 114.505, - "e", + "9", -1, 2.967, "", @@ -10838,7 +10838,7 @@ 118.819, 228.711, 117.46, - "l", + "A", -1, 2.967, "", @@ -10861,7 +10861,7 @@ 120.178, 228.711, 118.819, - "l", + "A", -1, 2.967, "", @@ -10884,7 +10884,7 @@ 123.02, 228.711, 120.178, - "a", + ";", -1, 2.967, "", @@ -10907,7 +10907,7 @@ 126.135, 228.711, 123.02, - "n", + "0", -1, 2.967, "", @@ -10930,7 +10930,7 @@ 129.09, 228.711, 126.135, - "e", + "9", -1, 2.967, "", @@ -10953,7 +10953,7 @@ 132.218, 228.711, 129.09, - "o", + "/", -1, 2.967, "", @@ -10976,7 +10976,7 @@ 135.333, 228.711, 132.218, - "u", + "2", -1, 2.967, "", @@ -10999,7 +10999,7 @@ 137.653, 228.711, 135.333, - "s", + "1", -1, 2.967, "", @@ -11045,7 +11045,7 @@ 142.228, 228.711, 139.006, - "R", + "D", -1, 2.967, "", @@ -11068,7 +11068,7 @@ 145.183, 228.711, 142.228, - "e", + "9", -1, 2.967, "", @@ -11091,7 +11091,7 @@ 147.693, 228.711, 145.183, - "c", + "C", -1, 2.967, "", @@ -11114,7 +11114,7 @@ 150.648, 228.711, 147.693, - "e", + "9", -1, 2.967, "", @@ -11137,7 +11137,7 @@ 152.007, 228.711, 150.648, - "i", + "6", -1, 2.967, "", @@ -11160,7 +11160,7 @@ 155.122, 228.711, 152.007, - "p", + "4", -1, 2.967, "", @@ -11183,7 +11183,7 @@ 157.11, 228.711, 155.122, - "t", + "5", -1, 2.967, "", @@ -11206,7 +11206,7 @@ 159.43, 228.711, 157.11, - "s", + "1", -1, 2.967, "", @@ -11229,7 +11229,7 @@ 262.105, 228.711, 259.097, - "1", + "(", -1, 2.967, "", @@ -11252,7 +11252,7 @@ 265.114, 228.711, 262.105, - "8", + ",", -1, 2.967, "", @@ -11275,7 +11275,7 @@ 268.122, 228.711, 265.114, - "0", + "&", -1, 2.967, "", @@ -11298,7 +11298,7 @@ 299.839, 228.711, 296.83, - "1", + "(", -1, 2.967, "", @@ -11321,7 +11321,7 @@ 301.322, 228.711, 299.839, - ",", + ")", -1, 2.967, "", @@ -11344,7 +11344,7 @@ 304.331, 228.711, 301.322, - "4", + "#", -1, 2.967, "", @@ -11367,7 +11367,7 @@ 307.339, 228.711, 304.331, - "1", + "(", -1, 2.967, "", @@ -11390,7 +11390,7 @@ 310.348, 228.711, 307.339, - "2", + "-", -1, 2.967, "", @@ -11413,7 +11413,7 @@ 349.559, 228.711, 346.551, - "9", + "'", -1, 2.967, "", @@ -11436,7 +11436,7 @@ 352.568, 228.711, 349.559, - "8", + ",", -1, 2.967, "", @@ -11459,7 +11459,7 @@ 388.747, 228.711, 385.738, - "4", + "#", -1, 2.967, "", @@ -11482,7 +11482,7 @@ 391.755, 228.711, 388.747, - "9", + "'", -1, 2.967, "", @@ -11505,7 +11505,7 @@ 394.764, 228.711, 391.755, - "8", + ",", -1, 2.967, "", @@ -11528,7 +11528,7 @@ 430.961, 228.711, 427.952, - "1", + "(", -1, 2.967, "", @@ -11551,7 +11551,7 @@ 433.969, 228.711, 430.961, - "0", + "&", -1, 2.967, "", @@ -11574,7 +11574,7 @@ 436.978, 228.711, 433.969, - "1", + "(", -1, 2.967, "", @@ -11597,7 +11597,7 @@ 473.175, 228.711, 470.166, - "4", + "#", -1, 2.967, "", @@ -11620,7 +11620,7 @@ 476.183, 228.711, 473.175, - "8", + ",", -1, 2.967, "", @@ -11643,7 +11643,7 @@ 479.192, 228.711, 476.183, - "6", + "+", -1, 2.967, "", @@ -11666,7 +11666,7 @@ 515.389, 228.711, 512.38, - "3", + "*", -1, 2.967, "", @@ -11689,7 +11689,7 @@ 518.397, 228.711, 515.389, - "5", + "$", -1, 2.967, "", @@ -11712,7 +11712,7 @@ 521.406, 228.711, 518.397, - "0", + "&", -1, 2.967, "", @@ -11735,7 +11735,7 @@ 560.623, 228.711, 557.614, - "9", + "'", -1, 2.967, "", @@ -11758,7 +11758,7 @@ 563.631, 228.711, 560.623, - "5", + "$", -1, 2.967, "", @@ -11781,7 +11781,7 @@ 594.325, 228.711, 591.317, - "6", + "+", -1, 2.967, "", @@ -11804,7 +11804,7 @@ 597.334, 228.711, 594.325, - "8", + ",", -1, 2.967, "", @@ -11827,7 +11827,7 @@ 600.342, 228.711, 597.334, - "1", + "(", -1, 2.967, "", @@ -11850,7 +11850,7 @@ 628.476, 228.711, 625.468, - "9", + "'", -1, 2.967, "", @@ -11873,7 +11873,7 @@ 631.485, 228.711, 628.476, - "0", + "&", -1, 2.967, "", @@ -11896,7 +11896,7 @@ 670.685, 228.711, 667.677, - "9", + "'", -1, 2.967, "", @@ -11919,7 +11919,7 @@ 673.694, 228.711, 670.685, - "3", + "*", -1, 2.967, "", @@ -11942,7 +11942,7 @@ 705.395, 228.711, 702.387, - "2", + "-", -1, 2.967, "", @@ -11965,7 +11965,7 @@ 706.879, 228.711, 705.395, - ",", + ")", -1, 2.967, "", @@ -11988,7 +11988,7 @@ 709.887, 228.711, 706.879, - "5", + "$", -1, 2.967, "", @@ -12011,7 +12011,7 @@ 712.896, 228.711, 709.887, - "9", + "'", -1, 2.967, "", @@ -12034,7 +12034,7 @@ 715.904, 228.711, 712.896, - "5", + "$", -1, 2.967, "", @@ -12057,7 +12057,7 @@ 740.222, 228.711, 737.213, - "6", + "+", -1, 2.967, "", @@ -12080,7 +12080,7 @@ 741.705, 228.711, 740.222, - ",", + ")", -1, 2.967, "", @@ -12103,7 +12103,7 @@ 744.714, 228.711, 741.705, - "6", + "+", -1, 2.967, "", @@ -12126,7 +12126,7 @@ 747.722, 228.711, 744.714, - "7", + "\"", -1, 2.967, "", @@ -12149,7 +12149,7 @@ 750.731, 228.711, 747.722, - "9", + "'", -1, 2.967, "", @@ -12172,7 +12172,7 @@ 105.978, 237.445, 103.254, - "F", + "E", -1, 2.967, "", @@ -12195,7 +12195,7 @@ 108.933, 237.445, 105.978, - "e", + "9", -1, 2.967, "", @@ -12218,7 +12218,7 @@ 112.048, 237.445, 108.933, - "d", + "F", -1, 2.967, "", @@ -12241,7 +12241,7 @@ 115.003, 237.445, 112.048, - "e", + "9", -1, 2.967, "", @@ -12264,7 +12264,7 @@ 117.074, 237.445, 115.003, - "r", + "@", -1, 2.967, "", @@ -12287,7 +12287,7 @@ 119.917, 237.445, 117.074, - "a", + ";", -1, 2.967, "", @@ -12310,7 +12310,7 @@ 121.275, 237.445, 119.917, - "l", + "A", -1, 2.967, "", @@ -12356,7 +12356,7 @@ 125.839, 237.445, 122.616, - "R", + "D", -1, 2.967, "", @@ -12379,7 +12379,7 @@ 128.794, 237.445, 125.839, - "e", + "9", -1, 2.967, "", @@ -12402,7 +12402,7 @@ 131.304, 237.445, 128.794, - "c", + "C", -1, 2.967, "", @@ -12425,7 +12425,7 @@ 134.259, 237.445, 131.304, - "e", + "9", -1, 2.967, "", @@ -12448,7 +12448,7 @@ 135.618, 237.445, 134.259, - "i", + "6", -1, 2.967, "", @@ -12471,7 +12471,7 @@ 138.733, 237.445, 135.618, - "p", + "4", -1, 2.967, "", @@ -12494,7 +12494,7 @@ 140.721, 237.445, 138.733, - "t", + "5", -1, 2.967, "", @@ -12517,7 +12517,7 @@ 143.041, 237.445, 140.721, - "s", + "1", -1, 2.967, "", @@ -12540,7 +12540,7 @@ 268.158, 237.445, 265.149, - "0", + "&", -1, 2.967, "", @@ -12563,7 +12563,7 @@ 310.368, 237.445, 307.36, - "0", + "&", -1, 2.967, "", @@ -12586,7 +12586,7 @@ 352.578, 237.445, 349.57, - "0", + "&", -1, 2.967, "", @@ -12609,7 +12609,7 @@ 394.789, 237.445, 391.78, - "0", + "&", -1, 2.967, "", @@ -12632,7 +12632,7 @@ 436.999, 237.445, 433.991, - "0", + "&", -1, 2.967, "", @@ -12655,7 +12655,7 @@ 479.21, 237.445, 476.201, - "0", + "&", -1, 2.967, "", @@ -12678,7 +12678,7 @@ 521.42, 237.445, 518.411, - "0", + "&", -1, 2.967, "", @@ -12701,7 +12701,7 @@ 563.63, 237.445, 560.622, - "0", + "&", -1, 2.967, "", @@ -12724,7 +12724,7 @@ 600.352, 237.445, 597.343, - "0", + "&", -1, 2.967, "", @@ -12747,7 +12747,7 @@ 631.478, 237.445, 628.469, - "0", + "&", -1, 2.967, "", @@ -12770,7 +12770,7 @@ 673.688, 237.445, 670.679, - "3", + "*", -1, 2.967, "", @@ -12793,7 +12793,7 @@ 715.898, 237.445, 712.89, - "2", + "-", -1, 2.967, "", @@ -12816,7 +12816,7 @@ 750.721, 237.445, 747.712, - "5", + "$", -1, 2.967, "", @@ -12839,7 +12839,7 @@ 101.106, 248.417, 98.216, - "T", + ":", -1, 2.967, "", @@ -12862,7 +12862,7 @@ 105.034, 248.417, 101.106, - "O", + ">", -1, 2.967, "", @@ -12885,7 +12885,7 @@ 107.924, 248.417, 105.034, - "T", + ":", -1, 2.967, "", @@ -12908,7 +12908,7 @@ 111.36, 248.417, 107.924, - "A", + "G", -1, 2.967, "", @@ -12931,7 +12931,7 @@ 113.852, 248.417, 111.36, - "L", + "H", -1, 2.967, "", @@ -12977,7 +12977,7 @@ 118.421, 248.417, 115.199, - "R", + "D", -1, 2.967, "", @@ -13000,7 +13000,7 @@ 121.317, 248.417, 118.421, - "E", + "I", -1, 2.967, "", @@ -13023,7 +13023,7 @@ 124.48, 248.417, 121.317, - "C", + ".", -1, 2.967, "", @@ -13046,7 +13046,7 @@ 127.375, 248.417, 124.48, - "E", + "I", -1, 2.967, "", @@ -13069,7 +13069,7 @@ 128.871, 248.417, 127.375, - "I", + "J", -1, 2.967, "", @@ -13092,7 +13092,7 @@ 131.939, 248.417, 128.871, - "P", + "K", -1, 2.967, "", @@ -13115,7 +13115,7 @@ 134.828, 248.417, 131.939, - "T", + ":", -1, 2.967, "", @@ -13138,7 +13138,7 @@ 137.552, 248.417, 134.828, - "S", + "L", -1, 2.967, "", @@ -13161,7 +13161,7 @@ 262.105, 248.417, 259.097, - "2", + "-", -1, 2.967, "", @@ -13184,7 +13184,7 @@ 265.114, 248.417, 262.105, - "7", + "\"", -1, 2.967, "", @@ -13207,7 +13207,7 @@ 268.122, 248.417, 265.114, - "8", + ",", -1, 2.967, "", @@ -13230,7 +13230,7 @@ 299.839, 248.417, 296.83, - "1", + "(", -1, 2.967, "", @@ -13253,7 +13253,7 @@ 301.322, 248.417, 299.839, - ",", + ")", -1, 2.967, "", @@ -13276,7 +13276,7 @@ 304.331, 248.417, 301.322, - "5", + "$", -1, 2.967, "", @@ -13299,7 +13299,7 @@ 307.339, 248.417, 304.331, - "0", + "&", -1, 2.967, "", @@ -13322,7 +13322,7 @@ 310.348, 248.417, 307.339, - "3", + "*", -1, 2.967, "", @@ -13345,7 +13345,7 @@ 346.533, 248.417, 343.524, - "2", + "-", -1, 2.967, "", @@ -13368,7 +13368,7 @@ 349.541, 248.417, 346.533, - "4", + "#", -1, 2.967, "", @@ -13391,7 +13391,7 @@ 352.55, 248.417, 349.541, - "5", + "$", -1, 2.967, "", @@ -13414,7 +13414,7 @@ 388.747, 248.417, 385.738, - "6", + "+", -1, 2.967, "", @@ -13437,7 +13437,7 @@ 391.755, 248.417, 388.747, - "2", + "-", -1, 2.967, "", @@ -13460,7 +13460,7 @@ 394.764, 248.417, 391.755, - "4", + "#", -1, 2.967, "", @@ -13483,7 +13483,7 @@ 430.961, 248.417, 427.952, - "2", + "-", -1, 2.967, "", @@ -13506,7 +13506,7 @@ 433.969, 248.417, 430.961, - "2", + "-", -1, 2.967, "", @@ -13529,7 +13529,7 @@ 436.978, 248.417, 433.969, - "8", + ",", -1, 2.967, "", @@ -13552,7 +13552,7 @@ 473.175, 248.417, 470.166, - "6", + "+", -1, 2.967, "", @@ -13575,7 +13575,7 @@ 476.183, 248.417, 473.175, - "4", + "#", -1, 2.967, "", @@ -13598,7 +13598,7 @@ 479.192, 248.417, 476.183, - "1", + "(", -1, 2.967, "", @@ -13621,7 +13621,7 @@ 515.389, 248.417, 512.38, - "4", + "#", -1, 2.967, "", @@ -13644,7 +13644,7 @@ 518.397, 248.417, 515.389, - "6", + "+", -1, 2.967, "", @@ -13667,7 +13667,7 @@ 521.406, 248.417, 518.397, - "9", + "'", -1, 2.967, "", @@ -13690,7 +13690,7 @@ 557.603, 248.417, 554.594, - "2", + "-", -1, 2.967, "", @@ -13713,7 +13713,7 @@ 560.611, 248.417, 557.603, - "0", + "&", -1, 2.967, "", @@ -13736,7 +13736,7 @@ 563.62, 248.417, 560.611, - "7", + "\"", -1, 2.967, "", @@ -13759,7 +13759,7 @@ 594.329, 248.417, 591.32, - "8", + ",", -1, 2.967, "", @@ -13782,7 +13782,7 @@ 597.337, 248.417, 594.329, - "2", + "-", -1, 2.967, "", @@ -13805,7 +13805,7 @@ 600.346, 248.417, 597.337, - "4", + "#", -1, 2.967, "", @@ -13828,7 +13828,7 @@ 625.457, 248.417, 622.448, - "2", + "-", -1, 2.967, "", @@ -13851,7 +13851,7 @@ 628.465, 248.417, 625.457, - "0", + "&", -1, 2.967, "", @@ -13874,7 +13874,7 @@ 631.474, 248.417, 628.465, - "9", + "'", -1, 2.967, "", @@ -13897,7 +13897,7 @@ 667.671, 248.417, 664.662, - "2", + "-", -1, 2.967, "", @@ -13920,7 +13920,7 @@ 670.679, 248.417, 667.671, - "1", + "(", -1, 2.967, "", @@ -13943,7 +13943,7 @@ 673.688, 248.417, 670.679, - "4", + "#", -1, 2.967, "", @@ -13966,7 +13966,7 @@ 705.405, 248.417, 702.396, - "2", + "-", -1, 2.967, "", @@ -13989,7 +13989,7 @@ 706.888, 248.417, 705.405, - ",", + ")", -1, 2.967, "", @@ -14012,7 +14012,7 @@ 709.897, 248.417, 706.888, - "7", + "\"", -1, 2.967, "", @@ -14035,7 +14035,7 @@ 712.905, 248.417, 709.897, - "2", + "-", -1, 2.967, "", @@ -14058,7 +14058,7 @@ 715.914, 248.417, 712.905, - "5", + "$", -1, 2.967, "", @@ -14081,7 +14081,7 @@ 740.231, 248.417, 737.223, - "8", + ",", -1, 2.967, "", @@ -14104,7 +14104,7 @@ 741.715, 248.417, 740.231, - ",", + ")", -1, 2.967, "", @@ -14127,7 +14127,7 @@ 744.723, 248.417, 741.715, - "1", + "(", -1, 2.967, "", @@ -14150,7 +14150,7 @@ 747.732, 248.417, 744.723, - "6", + "+", -1, 2.967, "", @@ -14173,7 +14173,7 @@ 750.74, 248.417, 747.732, - "7", + "\"", -1, 2.967, "", @@ -14196,7 +14196,7 @@ 101.966, 263.418, 98.228, - "D", + "<", -1, 2.967, "", @@ -14219,7 +14219,7 @@ 103.551, 263.418, 101.966, - "I", + "D", -1, 2.967, "", @@ -14242,7 +14242,7 @@ 106.357, 263.418, 103.551, - "S", + "4", -1, 2.967, "", @@ -14265,7 +14265,7 @@ 109.686, 263.418, 106.357, - "B", + "F", -1, 2.967, "", @@ -14288,7 +14288,7 @@ 113.561, 263.418, 109.686, - "U", + "K", -1, 2.967, "", @@ -14311,7 +14311,7 @@ 116.902, 263.418, 113.561, - "R", + "I", -1, 2.967, "", @@ -14334,7 +14334,7 @@ 119.709, 263.418, 116.902, - "S", + "4", -1, 2.967, "", @@ -14357,7 +14357,7 @@ 122.605, 263.418, 119.709, - "E", + "C", -1, 2.967, "", @@ -14380,7 +14380,7 @@ 127.791, 263.418, 122.605, - "M", + "*", -1, 2.967, "", @@ -14403,7 +14403,7 @@ 130.687, 263.418, 127.791, - "E", + "C", -1, 2.967, "", @@ -14426,7 +14426,7 @@ 134.597, 263.418, 130.687, - "N", + ":", -1, 2.967, "", @@ -14449,7 +14449,7 @@ 137.534, 263.418, 134.597, - "T", + "B", -1, 2.967, "", @@ -14472,7 +14472,7 @@ 140.341, 263.418, 137.534, - "S", + "4", -1, 2.967, "", @@ -14495,7 +14495,7 @@ 141.979, 263.418, 140.341, - ":", + "J", -1, 2.967, "", @@ -14518,7 +14518,7 @@ 106.963, 270.474, 103.266, - "H", + "M", -1, 2.967, "", @@ -14541,7 +14541,7 @@ 108.322, 270.474, 106.963, - "i", + "6", -1, 2.967, "", @@ -14564,7 +14564,7 @@ 111.117, 270.474, 108.322, - "g", + "N", -1, 2.967, "", @@ -14587,7 +14587,7 @@ 114.232, 270.474, 111.117, - "h", + "?", -1, 2.967, "", @@ -14610,7 +14610,7 @@ 117.187, 270.474, 114.232, - "e", + "9", -1, 2.967, "", @@ -14633,7 +14633,7 @@ 119.258, 270.474, 117.187, - "r", + "@", -1, 2.967, "", @@ -14679,7 +14679,7 @@ 123.495, 270.474, 120.599, - "E", + "I", -1, 2.967, "", @@ -14702,7 +14702,7 @@ 126.61, 270.474, 123.495, - "d", + "F", -1, 2.967, "", @@ -14725,7 +14725,7 @@ 129.725, 270.474, 126.61, - "u", + "2", -1, 2.967, "", @@ -14748,7 +14748,7 @@ 132.235, 270.474, 129.725, - "c", + "C", -1, 2.967, "", @@ -14771,7 +14771,7 @@ 135.078, 270.474, 132.235, - "a", + ";", -1, 2.967, "", @@ -14794,7 +14794,7 @@ 137.066, 270.474, 135.078, - "t", + "5", -1, 2.967, "", @@ -14817,7 +14817,7 @@ 138.424, 270.474, 137.066, - "i", + "6", -1, 2.967, "", @@ -14840,7 +14840,7 @@ 141.552, 270.474, 138.424, - "o", + "/", -1, 2.967, "", @@ -14863,7 +14863,7 @@ 144.667, 270.474, 141.552, - "n", + "0", -1, 2.967, "", @@ -14886,7 +14886,7 @@ 268.17, 270.474, 265.161, - "0", + "&", -1, 2.967, "", @@ -14909,7 +14909,7 @@ 310.38, 270.474, 307.371, - "0", + "&", -1, 2.967, "", @@ -14932,7 +14932,7 @@ 352.59, 270.474, 349.582, - "0", + "&", -1, 2.967, "", @@ -14955,7 +14955,7 @@ 394.801, 270.474, 391.792, - "0", + "&", -1, 2.967, "", @@ -14978,7 +14978,7 @@ 437.011, 270.474, 434.003, - "0", + "&", -1, 2.967, "", @@ -15001,7 +15001,7 @@ 479.221, 270.474, 476.213, - "0", + "&", -1, 2.967, "", @@ -15024,7 +15024,7 @@ 521.432, 270.474, 518.423, - "0", + "&", -1, 2.967, "", @@ -15047,7 +15047,7 @@ 563.642, 270.474, 560.634, - "0", + "&", -1, 2.967, "", @@ -15070,7 +15070,7 @@ 600.364, 270.474, 597.355, - "0", + "&", -1, 2.967, "", @@ -15093,7 +15093,7 @@ 631.489, 270.474, 628.481, - "0", + "&", -1, 2.967, "", @@ -15116,7 +15116,7 @@ 673.7, 270.474, 670.691, - "0", + "&", -1, 2.967, "", @@ -15139,7 +15139,7 @@ 715.91, 270.474, 712.902, - "0", + "&", -1, 2.967, "", @@ -15162,7 +15162,7 @@ 750.733, 270.474, 747.724, - "0", + "&", -1, 2.967, "", @@ -15185,7 +15185,7 @@ 106.702, 277.529, 103.266, - "A", + "G", -1, 2.967, "", @@ -15208,7 +15208,7 @@ 108.061, 277.529, 106.702, - "l", + "A", -1, 2.967, "", @@ -15231,7 +15231,7 @@ 109.419, 277.529, 108.061, - "l", + "A", -1, 2.967, "", @@ -15277,7 +15277,7 @@ 114.695, 277.529, 110.766, - "O", + ">", -1, 2.967, "", @@ -15300,7 +15300,7 @@ 116.683, 277.529, 114.695, - "t", + "5", -1, 2.967, "", @@ -15323,7 +15323,7 @@ 119.798, 277.529, 116.683, - "h", + "?", -1, 2.967, "", @@ -15346,7 +15346,7 @@ 122.753, 277.529, 119.798, - "e", + "9", -1, 2.967, "", @@ -15369,7 +15369,7 @@ 124.824, 277.529, 122.753, - "r", + "@", -1, 2.967, "", @@ -15415,7 +15415,7 @@ 129.061, 277.529, 126.165, - "E", + "I", -1, 2.967, "", @@ -15438,7 +15438,7 @@ 132.176, 277.529, 129.061, - "d", + "F", -1, 2.967, "", @@ -15461,7 +15461,7 @@ 135.291, 277.529, 132.176, - "u", + "2", -1, 2.967, "", @@ -15484,7 +15484,7 @@ 137.801, 277.529, 135.291, - "c", + "C", -1, 2.967, "", @@ -15507,7 +15507,7 @@ 140.644, 277.529, 137.801, - "a", + ";", -1, 2.967, "", @@ -15530,7 +15530,7 @@ 142.632, 277.529, 140.644, - "t", + "5", -1, 2.967, "", @@ -15553,7 +15553,7 @@ 143.99, 277.529, 142.632, - "i", + "6", -1, 2.967, "", @@ -15576,7 +15576,7 @@ 147.118, 277.529, 143.99, - "o", + "/", -1, 2.967, "", @@ -15599,7 +15599,7 @@ 150.233, 277.529, 147.118, - "n", + "0", -1, 2.967, "", @@ -15622,7 +15622,7 @@ 268.17, 277.529, 265.161, - "2", + "-", -1, 2.967, "", @@ -15645,7 +15645,7 @@ 310.38, 277.529, 307.371, - "3", + "*", -1, 2.967, "", @@ -15668,7 +15668,7 @@ 352.59, 277.529, 349.582, - "3", + "*", -1, 2.967, "", @@ -15691,7 +15691,7 @@ 394.801, 277.529, 391.792, - "5", + "$", -1, 2.967, "", @@ -15714,7 +15714,7 @@ 437.011, 277.529, 434.003, - "3", + "*", -1, 2.967, "", @@ -15737,7 +15737,7 @@ 479.221, 277.529, 476.213, - "3", + "*", -1, 2.967, "", @@ -15760,7 +15760,7 @@ 521.432, 277.529, 518.423, - "4", + "#", -1, 2.967, "", @@ -15783,7 +15783,7 @@ 563.642, 277.529, 560.634, - "8", + ",", -1, 2.967, "", @@ -15806,7 +15806,7 @@ 600.364, 277.529, 597.355, - "8", + ",", -1, 2.967, "", @@ -15829,7 +15829,7 @@ 628.469, 277.529, 625.461, - "1", + "(", -1, 2.967, "", @@ -15852,7 +15852,7 @@ 631.48, 277.529, 628.471, - "0", + "&", -1, 2.967, "", @@ -15875,7 +15875,7 @@ 670.682, 277.529, 667.674, - "1", + "(", -1, 2.967, "", @@ -15898,7 +15898,7 @@ 673.688, 277.529, 670.679, - "0", + "&", -1, 2.967, "", @@ -15921,7 +15921,7 @@ 712.89, 277.529, 709.882, - "1", + "(", -1, 2.967, "", @@ -15944,7 +15944,7 @@ 715.902, 277.529, 712.893, - "4", + "#", -1, 2.967, "", @@ -15967,7 +15967,7 @@ 747.715, 277.529, 744.706, - "7", + "\"", -1, 2.967, "", @@ -15990,7 +15990,7 @@ 750.722, 277.529, 747.713, - "3", + "*", -1, 2.967, "", @@ -16013,7 +16013,7 @@ 106.334, 284.584, 103.266, - "P", + "K", -1, 2.967, "", @@ -16036,7 +16036,7 @@ 109.449, 284.584, 106.334, - "u", + "2", -1, 2.967, "", @@ -16059,7 +16059,7 @@ 112.564, 284.584, 109.449, - "b", + "O", -1, 2.967, "", @@ -16082,7 +16082,7 @@ 113.923, 284.584, 112.564, - "l", + "A", -1, 2.967, "", @@ -16105,7 +16105,7 @@ 115.282, 284.584, 113.923, - "i", + "6", -1, 2.967, "", @@ -16128,7 +16128,7 @@ 117.792, 284.584, 115.282, - "c", + "C", -1, 2.967, "", @@ -16174,7 +16174,7 @@ 122.836, 284.584, 119.139, - "H", + "M", -1, 2.967, "", @@ -16197,7 +16197,7 @@ 125.791, 284.584, 122.836, - "e", + "9", -1, 2.967, "", @@ -16220,7 +16220,7 @@ 128.633, 284.584, 125.791, - "a", + ";", -1, 2.967, "", @@ -16243,7 +16243,7 @@ 129.992, 284.584, 128.633, - "l", + "A", -1, 2.967, "", @@ -16266,7 +16266,7 @@ 131.98, 284.584, 129.992, - "t", + "5", -1, 2.967, "", @@ -16289,7 +16289,7 @@ 135.095, 284.584, 131.98, - "h", + "?", -1, 2.967, "", @@ -16312,7 +16312,7 @@ 265.143, 284.584, 262.135, - "3", + "*", -1, 2.967, "", @@ -16335,7 +16335,7 @@ 268.152, 284.584, 265.143, - "4", + "#", -1, 2.967, "", @@ -16358,7 +16358,7 @@ 307.357, 284.584, 304.349, - "2", + "-", -1, 2.967, "", @@ -16381,7 +16381,7 @@ 310.366, 284.584, 307.357, - "7", + "\"", -1, 2.967, "", @@ -16404,7 +16404,7 @@ 349.571, 284.584, 346.563, - "2", + "-", -1, 2.967, "", @@ -16427,7 +16427,7 @@ 352.58, 284.584, 349.571, - "4", + "#", -1, 2.967, "", @@ -16450,7 +16450,7 @@ 391.785, 284.584, 388.777, - "3", + "*", -1, 2.967, "", @@ -16473,7 +16473,7 @@ 394.794, 284.584, 391.785, - "0", + "&", -1, 2.967, "", @@ -16496,7 +16496,7 @@ 433.999, 284.584, 430.99, - "2", + "-", -1, 2.967, "", @@ -16519,7 +16519,7 @@ 437.007, 284.584, 433.999, - "2", + "-", -1, 2.967, "", @@ -16542,7 +16542,7 @@ 476.213, 284.584, 473.204, - "1", + "(", -1, 2.967, "", @@ -16565,7 +16565,7 @@ 479.221, 284.584, 476.213, - "2", + "-", -1, 2.967, "", @@ -16588,7 +16588,7 @@ 518.427, 284.584, 515.418, - "3", + "*", -1, 2.967, "", @@ -16611,7 +16611,7 @@ 521.435, 284.584, 518.427, - "7", + "\"", -1, 2.967, "", @@ -16634,7 +16634,7 @@ 560.641, 284.584, 557.632, - "3", + "*", -1, 2.967, "", @@ -16657,7 +16657,7 @@ 563.649, 284.584, 560.641, - "4", + "#", -1, 2.967, "", @@ -16680,7 +16680,7 @@ 597.366, 284.584, 594.357, - "4", + "#", -1, 2.967, "", @@ -16703,7 +16703,7 @@ 600.374, 284.584, 597.366, - "4", + "#", -1, 2.967, "", @@ -16726,7 +16726,7 @@ 628.493, 284.584, 625.484, - "4", + "#", -1, 2.967, "", @@ -16749,7 +16749,7 @@ 631.501, 284.584, 628.493, - "9", + "'", -1, 2.967, "", @@ -16772,7 +16772,7 @@ 670.703, 284.584, 667.695, - "4", + "#", -1, 2.967, "", @@ -16795,7 +16795,7 @@ 673.712, 284.584, 670.703, - "2", + "-", -1, 2.967, "", @@ -16818,7 +16818,7 @@ 709.891, 284.584, 706.882, - "1", + "(", -1, 2.967, "", @@ -16841,7 +16841,7 @@ 712.899, 284.584, 709.891, - "0", + "&", -1, 2.967, "", @@ -16864,7 +16864,7 @@ 715.908, 284.584, 712.899, - "2", + "-", -1, 2.967, "", @@ -16887,7 +16887,7 @@ 744.713, 284.584, 741.705, - "4", + "#", -1, 2.967, "", @@ -16910,7 +16910,7 @@ 747.722, 284.584, 744.713, - "5", + "$", -1, 2.967, "", @@ -16933,7 +16933,7 @@ 750.73, 284.584, 747.722, - "7", + "\"", -1, 2.967, "", @@ -16956,7 +16956,7 @@ 108.357, 291.64, 103.284, - "M", + "B", -1, 2.967, "", @@ -16979,7 +16979,7 @@ 111.312, 291.64, 108.357, - "e", + "9", -1, 2.967, "", @@ -17002,7 +17002,7 @@ 114.428, 291.64, 111.312, - "n", + "0", -1, 2.967, "", @@ -17025,7 +17025,7 @@ 116.415, 291.64, 114.428, - "t", + "5", -1, 2.967, "", @@ -17048,7 +17048,7 @@ 119.258, 291.64, 116.415, - "a", + ";", -1, 2.967, "", @@ -17071,7 +17071,7 @@ 120.617, 291.64, 119.258, - "l", + "A", -1, 2.967, "", @@ -17117,7 +17117,7 @@ 125.655, 291.64, 121.958, - "H", + "M", -1, 2.967, "", @@ -17140,7 +17140,7 @@ 128.343, 291.64, 125.655, - "y", + "P", -1, 2.967, "", @@ -17163,7 +17163,7 @@ 131.138, 291.64, 128.343, - "g", + "N", -1, 2.967, "", @@ -17186,7 +17186,7 @@ 132.496, 291.64, 131.138, - "i", + "6", -1, 2.967, "", @@ -17209,7 +17209,7 @@ 135.452, 291.64, 132.496, - "e", + "9", -1, 2.967, "", @@ -17232,7 +17232,7 @@ 138.567, 291.64, 135.452, - "n", + "0", -1, 2.967, "", @@ -17255,7 +17255,7 @@ 141.522, 291.64, 138.567, - "e", + "9", -1, 2.967, "", @@ -17278,7 +17278,7 @@ 268.187, 291.64, 265.179, - "9", + "'", -1, 2.967, "", @@ -17301,7 +17301,7 @@ 310.398, 291.64, 307.389, - "8", + ",", -1, 2.967, "", @@ -17324,7 +17324,7 @@ 352.608, 291.64, 349.6, - "8", + ",", -1, 2.967, "", @@ -17347,7 +17347,7 @@ 394.819, 291.64, 391.81, - "5", + "$", -1, 2.967, "", @@ -17370,7 +17370,7 @@ 434.003, 291.64, 430.994, - "1", + "(", -1, 2.967, "", @@ -17393,7 +17393,7 @@ 437.013, 291.64, 434.005, - "2", + "-", -1, 2.967, "", @@ -17416,7 +17416,7 @@ 476.216, 291.64, 473.207, - "1", + "(", -1, 2.967, "", @@ -17439,7 +17439,7 @@ 479.221, 291.64, 476.213, - "0", + "&", -1, 2.967, "", @@ -17462,7 +17462,7 @@ 521.447, 291.64, 518.439, - "9", + "'", -1, 2.967, "", @@ -17485,7 +17485,7 @@ 560.635, 291.64, 557.626, - "1", + "(", -1, 2.967, "", @@ -17508,7 +17508,7 @@ 563.643, 291.64, 560.635, - "4", + "#", -1, 2.967, "", @@ -17531,7 +17531,7 @@ 597.36, 291.64, 594.351, - "1", + "(", -1, 2.967, "", @@ -17554,7 +17554,7 @@ 600.368, 291.64, 597.36, - "2", + "-", -1, 2.967, "", @@ -17577,7 +17577,7 @@ 628.487, 291.64, 625.478, - "1", + "(", -1, 2.967, "", @@ -17600,7 +17600,7 @@ 631.498, 291.64, 628.489, - "2", + "-", -1, 2.967, "", @@ -17623,7 +17623,7 @@ 670.7, 291.64, 667.692, - "1", + "(", -1, 2.967, "", @@ -17646,7 +17646,7 @@ 673.706, 291.64, 670.697, - "3", + "*", -1, 2.967, "", @@ -17669,7 +17669,7 @@ 712.908, 291.64, 709.9, - "2", + "-", -1, 2.967, "", @@ -17692,7 +17692,7 @@ 715.92, 291.64, 712.911, - "3", + "*", -1, 2.967, "", @@ -17715,7 +17715,7 @@ 744.71, 291.64, 741.701, - "1", + "(", -1, 2.967, "", @@ -17738,7 +17738,7 @@ 747.719, 291.64, 744.711, - "3", + "*", -1, 2.967, "", @@ -17761,7 +17761,7 @@ 750.728, 291.64, 747.719, - "5", + "$", -1, 2.967, "", @@ -17784,7 +17784,7 @@ 106.007, 298.695, 103.284, - "S", + "L", -1, 2.967, "", @@ -17807,7 +17807,7 @@ 108.517, 298.695, 106.007, - "c", + "C", -1, 2.967, "", @@ -17830,7 +17830,7 @@ 111.633, 298.695, 108.517, - "h", + "?", -1, 2.967, "", @@ -17853,7 +17853,7 @@ 114.76, 298.695, 111.633, - "o", + "/", -1, 2.967, "", @@ -17876,7 +17876,7 @@ 117.887, 298.695, 114.76, - "o", + "/", -1, 2.967, "", @@ -17899,7 +17899,7 @@ 119.246, 298.695, 117.887, - "l", + "A", -1, 2.967, "", @@ -17945,7 +17945,7 @@ 124.035, 298.695, 120.599, - "A", + "G", -1, 2.967, "", @@ -17968,7 +17968,7 @@ 125.394, 298.695, 124.035, - "i", + "6", -1, 2.967, "", @@ -17991,7 +17991,7 @@ 128.509, 298.695, 125.394, - "d", + "F", -1, 2.967, "", @@ -18014,7 +18014,7 @@ 268.187, 298.695, 265.179, - "0", + "&", -1, 2.967, "", @@ -18037,7 +18037,7 @@ 310.395, 298.695, 307.387, - "0", + "&", -1, 2.967, "", @@ -18060,7 +18060,7 @@ 352.603, 298.695, 349.595, - "0", + "&", -1, 2.967, "", @@ -18083,7 +18083,7 @@ 391.791, 298.695, 388.783, - "1", + "(", -1, 2.967, "", @@ -18106,7 +18106,7 @@ 394.8, 298.695, 391.791, - "4", + "#", -1, 2.967, "", @@ -18129,7 +18129,7 @@ 433.999, 298.695, 430.99, - "1", + "(", -1, 2.967, "", @@ -18152,7 +18152,7 @@ 437.007, 298.695, 433.999, - "4", + "#", -1, 2.967, "", @@ -18175,7 +18175,7 @@ 479.233, 298.695, 476.225, - "0", + "&", -1, 2.967, "", @@ -18198,7 +18198,7 @@ 521.441, 298.695, 518.433, - "5", + "$", -1, 2.967, "", @@ -18221,7 +18221,7 @@ 560.629, 298.695, 557.62, - "4", + "#", -1, 2.967, "", @@ -18244,7 +18244,7 @@ 563.637, 298.695, 560.629, - "5", + "$", -1, 2.967, "", @@ -18267,7 +18267,7 @@ 597.354, 298.695, 594.345, - "5", + "$", -1, 2.967, "", @@ -18290,7 +18290,7 @@ 600.362, 298.695, 597.354, - "0", + "&", -1, 2.967, "", @@ -18313,7 +18313,7 @@ 628.481, 298.695, 625.472, - "5", + "$", -1, 2.967, "", @@ -18336,7 +18336,7 @@ 631.489, 298.695, 628.481, - "0", + "&", -1, 2.967, "", @@ -18359,7 +18359,7 @@ 670.691, 298.695, 667.683, - "5", + "$", -1, 2.967, "", @@ -18382,7 +18382,7 @@ 673.7, 298.695, 670.691, - "5", + "$", -1, 2.967, "", @@ -18405,7 +18405,7 @@ 712.899, 298.695, 709.891, - "6", + "+", -1, 2.967, "", @@ -18428,7 +18428,7 @@ 715.908, 298.695, 712.899, - "7", + "\"", -1, 2.967, "", @@ -18451,7 +18451,7 @@ 744.698, 298.695, 741.689, - "3", + "*", -1, 2.967, "", @@ -18474,7 +18474,7 @@ 747.706, 298.695, 744.698, - "0", + "&", -1, 2.967, "", @@ -18497,7 +18497,7 @@ 750.715, 298.695, 747.706, - "0", + "&", -1, 2.967, "", @@ -18520,7 +18520,7 @@ 106.162, 305.751, 103.272, - "T", + ":", -1, 2.967, "", @@ -18543,7 +18543,7 @@ 109.117, 305.751, 106.162, - "e", + "9", -1, 2.967, "", @@ -18566,7 +18566,7 @@ 113.858, 305.751, 109.117, - "m", + "3", -1, 2.967, "", @@ -18589,7 +18589,7 @@ 116.973, 305.751, 113.858, - "p", + "4", -1, 2.967, "", @@ -18612,7 +18612,7 @@ 120.1, 305.751, 116.973, - "o", + "/", -1, 2.967, "", @@ -18635,7 +18635,7 @@ 122.171, 305.751, 120.1, - "r", + "@", -1, 2.967, "", @@ -18658,7 +18658,7 @@ 125.014, 305.751, 122.171, - "a", + ";", -1, 2.967, "", @@ -18681,7 +18681,7 @@ 127.085, 305.751, 125.014, - "r", + "@", -1, 2.967, "", @@ -18704,7 +18704,7 @@ 129.773, 305.751, 127.085, - "y", + "P", -1, 2.967, "", @@ -18750,7 +18750,7 @@ 135.155, 305.751, 131.108, - "&", + "Q", -1, 2.967, "", @@ -18796,7 +18796,7 @@ 140.145, 305.751, 136.496, - "D", + "R", -1, 2.967, "", @@ -18819,7 +18819,7 @@ 141.504, 305.751, 140.145, - "i", + "6", -1, 2.967, "", @@ -18842,7 +18842,7 @@ 143.824, 305.751, 141.504, - "s", + "1", -1, 2.967, "", @@ -18865,7 +18865,7 @@ 146.667, 305.751, 143.824, - "a", + ";", -1, 2.967, "", @@ -18888,7 +18888,7 @@ 149.782, 305.751, 146.667, - "b", + "O", -1, 2.967, "", @@ -18911,7 +18911,7 @@ 151.141, 305.751, 149.782, - "i", + "6", -1, 2.967, "", @@ -18934,7 +18934,7 @@ 152.5, 305.751, 151.141, - "l", + "A", -1, 2.967, "", @@ -18957,7 +18957,7 @@ 153.859, 305.751, 152.5, - "i", + "6", -1, 2.967, "", @@ -18980,7 +18980,7 @@ 155.846, 305.751, 153.859, - "t", + "5", -1, 2.967, "", @@ -19003,7 +19003,7 @@ 158.534, 305.751, 155.846, - "y", + "P", -1, 2.967, "", @@ -19049,7 +19049,7 @@ 163.329, 305.751, 159.893, - "A", + "G", -1, 2.967, "", @@ -19072,7 +19072,7 @@ 165.649, 305.751, 163.329, - "s", + "1", -1, 2.967, "", @@ -19095,7 +19095,7 @@ 167.969, 305.751, 165.649, - "s", + "1", -1, 2.967, "", @@ -19118,7 +19118,7 @@ 169.328, 305.751, 167.969, - "i", + "6", -1, 2.967, "", @@ -19141,7 +19141,7 @@ 171.648, 305.751, 169.328, - "s", + "1", -1, 2.967, "", @@ -19164,7 +19164,7 @@ 173.636, 305.751, 171.648, - "t", + "5", -1, 2.967, "", @@ -19187,7 +19187,7 @@ 176.479, 305.751, 173.636, - "a", + ";", -1, 2.967, "", @@ -19210,7 +19210,7 @@ 179.594, 305.751, 176.479, - "n", + "0", -1, 2.967, "", @@ -19233,7 +19233,7 @@ 182.104, 305.751, 179.594, - "c", + "C", -1, 2.967, "", @@ -19256,7 +19256,7 @@ 185.059, 305.751, 182.104, - "e", + "9", -1, 2.967, "", @@ -19279,7 +19279,7 @@ 268.175, 305.751, 265.167, - "0", + "&", -1, 2.967, "", @@ -19302,7 +19302,7 @@ 310.383, 305.751, 307.375, - "0", + "&", -1, 2.967, "", @@ -19325,7 +19325,7 @@ 352.591, 305.751, 349.583, - "0", + "&", -1, 2.967, "", @@ -19348,7 +19348,7 @@ 391.779, 305.751, 388.771, - "2", + "-", -1, 2.967, "", @@ -19371,7 +19371,7 @@ 394.788, 305.751, 391.779, - "8", + ",", -1, 2.967, "", @@ -19394,7 +19394,7 @@ 437.013, 305.751, 434.005, - "0", + "&", -1, 2.967, "", @@ -19417,7 +19417,7 @@ 479.221, 305.751, 476.213, - "0", + "&", -1, 2.967, "", @@ -19440,7 +19440,7 @@ 518.409, 305.751, 515.4, - "1", + "(", -1, 2.967, "", @@ -19463,7 +19463,7 @@ 521.417, 305.751, 518.409, - "5", + "$", -1, 2.967, "", @@ -19486,7 +19486,7 @@ 560.617, 305.751, 557.608, - "1", + "(", -1, 2.967, "", @@ -19509,7 +19509,7 @@ 563.625, 305.751, 560.617, - "5", + "$", -1, 2.967, "", @@ -19532,7 +19532,7 @@ 597.342, 305.751, 594.334, - "1", + "(", -1, 2.967, "", @@ -19555,7 +19555,7 @@ 600.351, 305.751, 597.342, - "5", + "$", -1, 2.967, "", @@ -19578,7 +19578,7 @@ 628.469, 305.751, 625.461, - "1", + "(", -1, 2.967, "", @@ -19601,7 +19601,7 @@ 631.478, 305.751, 628.469, - "5", + "$", -1, 2.967, "", @@ -19624,7 +19624,7 @@ 670.679, 305.751, 667.671, - "1", + "(", -1, 2.967, "", @@ -19647,7 +19647,7 @@ 673.688, 305.751, 670.679, - "5", + "$", -1, 2.967, "", @@ -19670,7 +19670,7 @@ 712.887, 305.751, 709.879, - "1", + "(", -1, 2.967, "", @@ -19693,7 +19693,7 @@ 715.896, 305.751, 712.887, - "1", + "(", -1, 2.967, "", @@ -19716,7 +19716,7 @@ 744.686, 305.751, 741.678, - "1", + "(", -1, 2.967, "", @@ -19739,7 +19739,7 @@ 747.695, 305.751, 744.686, - "1", + "(", -1, 2.967, "", @@ -19762,7 +19762,7 @@ 750.703, 305.751, 747.695, - "4", + "#", -1, 2.967, "", @@ -19785,7 +19785,7 @@ 106.15, 312.806, 103.26, - "T", + ":", -1, 2.967, "", @@ -19808,7 +19808,7 @@ 108.221, 312.806, 106.15, - "r", + "@", -1, 2.967, "", @@ -19831,7 +19831,7 @@ 111.063, 312.806, 108.221, - "a", + ";", -1, 2.967, "", @@ -19854,7 +19854,7 @@ 114.178, 312.806, 111.063, - "n", + "0", -1, 2.967, "", @@ -19877,7 +19877,7 @@ 116.499, 312.806, 114.178, - "s", + "1", -1, 2.967, "", @@ -19900,7 +19900,7 @@ 119.614, 312.806, 116.499, - "p", + "4", -1, 2.967, "", @@ -19923,7 +19923,7 @@ 122.741, 312.806, 119.614, - "o", + "/", -1, 2.967, "", @@ -19946,7 +19946,7 @@ 124.812, 312.806, 122.741, - "r", + "@", -1, 2.967, "", @@ -19969,7 +19969,7 @@ 126.8, 312.806, 124.812, - "t", + "5", -1, 2.967, "", @@ -19992,7 +19992,7 @@ 129.642, 312.806, 126.8, - "a", + ";", -1, 2.967, "", @@ -20015,7 +20015,7 @@ 131.63, 312.806, 129.642, - "t", + "5", -1, 2.967, "", @@ -20038,7 +20038,7 @@ 132.989, 312.806, 131.63, - "i", + "6", -1, 2.967, "", @@ -20061,7 +20061,7 @@ 136.116, 312.806, 132.989, - "o", + "/", -1, 2.967, "", @@ -20084,7 +20084,7 @@ 139.231, 312.806, 136.116, - "n", + "0", -1, 2.967, "", @@ -20107,7 +20107,7 @@ 268.152, 312.806, 265.143, - "6", + "+", -1, 2.967, "", @@ -20130,7 +20130,7 @@ 310.36, 312.806, 307.351, - "4", + "#", -1, 2.967, "", @@ -20153,7 +20153,7 @@ 346.521, 312.806, 343.513, - "1", + "(", -1, 2.967, "", @@ -20176,7 +20176,7 @@ 349.53, 312.806, 346.521, - "1", + "(", -1, 2.967, "", @@ -20199,7 +20199,7 @@ 352.538, 312.806, 349.53, - "6", + "+", -1, 2.967, "", @@ -20222,7 +20222,7 @@ 394.782, 312.806, 391.773, - "5", + "$", -1, 2.967, "", @@ -20245,7 +20245,7 @@ 436.99, 312.806, 433.981, - "6", + "+", -1, 2.967, "", @@ -20268,7 +20268,7 @@ 473.151, 312.806, 470.142, - "2", + "-", -1, 2.967, "", @@ -20291,7 +20291,7 @@ 476.159, 312.806, 473.151, - "3", + "*", -1, 2.967, "", @@ -20314,7 +20314,7 @@ 479.168, 312.806, 476.159, - "6", + "+", -1, 2.967, "", @@ -20337,7 +20337,7 @@ 515.365, 312.806, 512.356, - "3", + "*", -1, 2.967, "", @@ -20360,7 +20360,7 @@ 518.373, 312.806, 515.365, - "3", + "*", -1, 2.967, "", @@ -20383,7 +20383,7 @@ 521.382, 312.806, 518.373, - "1", + "(", -1, 2.967, "", @@ -20406,7 +20406,7 @@ 560.599, 312.806, 557.591, - "3", + "*", -1, 2.967, "", @@ -20429,7 +20429,7 @@ 563.608, 312.806, 560.599, - "6", + "+", -1, 2.967, "", @@ -20452,7 +20452,7 @@ 594.301, 312.806, 591.293, - "3", + "*", -1, 2.967, "", @@ -20475,7 +20475,7 @@ 597.31, 312.806, 594.301, - "4", + "#", -1, 2.967, "", @@ -20498,7 +20498,7 @@ 600.318, 312.806, 597.31, - "5", + "$", -1, 2.967, "", @@ -20521,7 +20521,7 @@ 628.452, 312.806, 625.444, - "3", + "*", -1, 2.967, "", @@ -20544,7 +20544,7 @@ 631.461, 312.806, 628.452, - "0", + "&", -1, 2.967, "", @@ -20567,7 +20567,7 @@ 670.662, 312.806, 667.653, - "3", + "*", -1, 2.967, "", @@ -20590,7 +20590,7 @@ 673.67, 312.806, 670.662, - "5", + "$", -1, 2.967, "", @@ -20613,7 +20613,7 @@ 709.849, 312.806, 706.841, - "6", + "+", -1, 2.967, "", @@ -20636,7 +20636,7 @@ 712.858, 312.806, 709.849, - "6", + "+", -1, 2.967, "", @@ -20659,7 +20659,7 @@ 715.866, 312.806, 712.858, - "8", + ",", -1, 2.967, "", @@ -20682,7 +20682,7 @@ 740.193, 312.806, 737.185, - "1", + "(", -1, 2.967, "", @@ -20705,7 +20705,7 @@ 741.677, 312.806, 740.193, - ",", + ")", -1, 2.967, "", @@ -20728,7 +20728,7 @@ 744.685, 312.806, 741.677, - "8", + ",", -1, 2.967, "", @@ -20751,7 +20751,7 @@ 747.694, 312.806, 744.685, - "1", + "(", -1, 2.967, "", @@ -20774,7 +20774,7 @@ 750.702, 312.806, 747.694, - "8", + ",", -1, 2.967, "", @@ -20797,7 +20797,7 @@ 106.684, 319.862, 103.248, - "A", + "G", -1, 2.967, "", @@ -20820,7 +20820,7 @@ 108.043, 319.862, 106.684, - "l", + "A", -1, 2.967, "", @@ -20843,7 +20843,7 @@ 109.402, 319.862, 108.043, - "l", + "A", -1, 2.967, "", @@ -20889,7 +20889,7 @@ 114.677, 319.862, 110.749, - "O", + ">", -1, 2.967, "", @@ -20912,7 +20912,7 @@ 116.665, 319.862, 114.677, - "t", + "5", -1, 2.967, "", @@ -20935,7 +20935,7 @@ 119.78, 319.862, 116.665, - "h", + "?", -1, 2.967, "", @@ -20958,7 +20958,7 @@ 122.735, 319.862, 119.78, - "e", + "9", -1, 2.967, "", @@ -20981,7 +20981,7 @@ 124.806, 319.862, 122.735, - "r", + "@", -1, 2.967, "", @@ -21027,7 +21027,7 @@ 128.639, 319.862, 126.147, - "L", + "H", -1, 2.967, "", @@ -21050,7 +21050,7 @@ 131.767, 319.862, 128.639, - "o", + "/", -1, 2.967, "", @@ -21073,7 +21073,7 @@ 134.277, 319.862, 131.767, - "c", + "C", -1, 2.967, "", @@ -21096,7 +21096,7 @@ 137.119, 319.862, 134.277, - "a", + ";", -1, 2.967, "", @@ -21119,7 +21119,7 @@ 138.478, 319.862, 137.119, - "l", + "A", -1, 2.967, "", @@ -21142,7 +21142,7 @@ 262.099, 319.862, 259.091, - "1", + "(", -1, 2.967, "", @@ -21165,7 +21165,7 @@ 265.108, 319.862, 262.099, - "2", + "-", -1, 2.967, "", @@ -21188,7 +21188,7 @@ 268.116, 319.862, 265.108, - "4", + "#", -1, 2.967, "", @@ -21211,7 +21211,7 @@ 304.313, 319.862, 301.305, - "1", + "(", -1, 2.967, "", @@ -21234,7 +21234,7 @@ 307.322, 319.862, 304.313, - "4", + "#", -1, 2.967, "", @@ -21257,7 +21257,7 @@ 310.33, 319.862, 307.322, - "2", + "-", -1, 2.967, "", @@ -21280,7 +21280,7 @@ 346.527, 319.862, 343.519, - "1", + "(", -1, 2.967, "", @@ -21303,7 +21303,7 @@ 349.536, 319.862, 346.527, - "3", + "*", -1, 2.967, "", @@ -21326,7 +21326,7 @@ 352.544, 319.862, 349.536, - "5", + "$", -1, 2.967, "", @@ -21349,7 +21349,7 @@ 388.741, 319.862, 385.732, - "3", + "*", -1, 2.967, "", @@ -21372,7 +21372,7 @@ 391.749, 319.862, 388.741, - "5", + "$", -1, 2.967, "", @@ -21395,7 +21395,7 @@ 394.758, 319.862, 391.749, - "6", + "+", -1, 2.967, "", @@ -21418,7 +21418,7 @@ 430.955, 319.862, 427.946, - "5", + "$", -1, 2.967, "", @@ -21441,7 +21441,7 @@ 433.963, 319.862, 430.955, - "6", + "+", -1, 2.967, "", @@ -21464,7 +21464,7 @@ 436.972, 319.862, 433.963, - "2", + "-", -1, 2.967, "", @@ -21487,7 +21487,7 @@ 473.169, 319.862, 470.16, - "3", + "*", -1, 2.967, "", @@ -21510,7 +21510,7 @@ 476.177, 319.862, 473.169, - "1", + "(", -1, 2.967, "", @@ -21533,7 +21533,7 @@ 479.186, 319.862, 476.177, - "1", + "(", -1, 2.967, "", @@ -21556,7 +21556,7 @@ 515.383, 319.862, 512.374, - "2", + "-", -1, 2.967, "", @@ -21579,7 +21579,7 @@ 518.391, 319.862, 515.383, - "7", + "\"", -1, 2.967, "", @@ -21602,7 +21602,7 @@ 521.4, 319.862, 518.391, - "8", + ",", -1, 2.967, "", @@ -21625,7 +21625,7 @@ 557.597, 319.862, 554.588, - "2", + "-", -1, 2.967, "", @@ -21648,7 +21648,7 @@ 560.605, 319.862, 557.597, - "6", + "+", -1, 2.967, "", @@ -21671,7 +21671,7 @@ 563.614, 319.862, 560.605, - "1", + "(", -1, 2.967, "", @@ -21694,7 +21694,7 @@ 594.323, 319.862, 591.314, - "1", + "(", -1, 2.967, "", @@ -21717,7 +21717,7 @@ 597.331, 319.862, 594.323, - "6", + "+", -1, 2.967, "", @@ -21740,7 +21740,7 @@ 600.34, 319.862, 597.331, - "7", + "\"", -1, 2.967, "", @@ -21763,7 +21763,7 @@ 625.451, 319.862, 622.443, - "3", + "*", -1, 2.967, "", @@ -21786,7 +21786,7 @@ 628.46, 319.862, 625.451, - "1", + "(", -1, 2.967, "", @@ -21809,7 +21809,7 @@ 631.468, 319.862, 628.46, - "0", + "&", -1, 2.967, "", @@ -21832,7 +21832,7 @@ 667.665, 319.862, 664.656, - "1", + "(", -1, 2.967, "", @@ -21855,7 +21855,7 @@ 670.673, 319.862, 667.665, - "7", + "\"", -1, 2.967, "", @@ -21878,7 +21878,7 @@ 673.682, 319.862, 670.673, - "7", + "\"", -1, 2.967, "", @@ -21901,7 +21901,7 @@ 706.876, 319.862, 705.078, - "(", + "!", -1, 2.967, "", @@ -21924,7 +21924,7 @@ 709.885, 319.862, 706.876, - "7", + "\"", -1, 2.967, "", @@ -21947,7 +21947,7 @@ 712.893, 319.862, 709.885, - "2", + "-", -1, 2.967, "", @@ -21970,7 +21970,7 @@ 715.902, 319.862, 712.893, - "5", + "$", -1, 2.967, "", @@ -21993,7 +21993,7 @@ 717.7, 319.862, 715.902, - ")", + "%", -1, 2.967, "", @@ -22016,7 +22016,7 @@ 740.22, 319.862, 737.211, - "2", + "-", -1, 2.967, "", @@ -22039,7 +22039,7 @@ 741.703, 319.862, 740.22, - ",", + ")", -1, 2.967, "", @@ -22062,7 +22062,7 @@ 744.712, 319.862, 741.703, - "0", + "&", -1, 2.967, "", @@ -22085,7 +22085,7 @@ 747.72, 319.862, 744.712, - "9", + "'", -1, 2.967, "", @@ -22108,7 +22108,7 @@ 750.729, 319.862, 747.72, - "8", + ",", -1, 2.967, "", @@ -22131,7 +22131,7 @@ 111.194, 327.362, 108.304, - "T", + ":", -1, 2.967, "", @@ -22154,7 +22154,7 @@ 114.321, 327.362, 111.194, - "o", + "/", -1, 2.967, "", @@ -22177,7 +22177,7 @@ 116.309, 327.362, 114.321, - "t", + "5", -1, 2.967, "", @@ -22200,7 +22200,7 @@ 119.151, 327.362, 116.309, - "a", + ";", -1, 2.967, "", @@ -22223,7 +22223,7 @@ 120.51, 327.362, 119.151, - "l", + "A", -1, 2.967, "", @@ -22269,7 +22269,7 @@ 125.293, 327.362, 121.857, - "A", + "G", -1, 2.967, "", @@ -22292,7 +22292,7 @@ 127.613, 327.362, 125.293, - "s", + "1", -1, 2.967, "", @@ -22315,7 +22315,7 @@ 129.933, 327.362, 127.613, - "s", + "1", -1, 2.967, "", @@ -22338,7 +22338,7 @@ 131.292, 327.362, 129.933, - "i", + "6", -1, 2.967, "", @@ -22361,7 +22361,7 @@ 133.612, 327.362, 131.292, - "s", + "1", -1, 2.967, "", @@ -22384,7 +22384,7 @@ 135.6, 327.362, 133.612, - "t", + "5", -1, 2.967, "", @@ -22407,7 +22407,7 @@ 138.442, 327.362, 135.6, - "a", + ";", -1, 2.967, "", @@ -22430,7 +22430,7 @@ 141.558, 327.362, 138.442, - "n", + "0", -1, 2.967, "", @@ -22453,7 +22453,7 @@ 144.068, 327.362, 141.558, - "c", + "C", -1, 2.967, "", @@ -22476,7 +22476,7 @@ 147.023, 327.362, 144.068, - "e", + "9", -1, 2.967, "", @@ -22522,7 +22522,7 @@ 151.206, 327.362, 148.364, - "a", + ";", -1, 2.967, "", @@ -22545,7 +22545,7 @@ 154.321, 327.362, 151.206, - "n", + "0", -1, 2.967, "", @@ -22568,7 +22568,7 @@ 157.437, 327.362, 154.321, - "d", + "F", -1, 2.967, "", @@ -22614,7 +22614,7 @@ 162.528, 327.362, 158.784, - "G", + "S", -1, 2.967, "", @@ -22637,7 +22637,7 @@ 164.599, 327.362, 162.528, - "r", + "@", -1, 2.967, "", @@ -22660,7 +22660,7 @@ 167.441, 327.362, 164.599, - "a", + ";", -1, 2.967, "", @@ -22683,7 +22683,7 @@ 170.557, 327.362, 167.441, - "n", + "0", -1, 2.967, "", @@ -22706,7 +22706,7 @@ 172.544, 327.362, 170.557, - "t", + "5", -1, 2.967, "", @@ -22729,7 +22729,7 @@ 174.865, 327.362, 172.544, - "s", + "1", -1, 2.967, "", @@ -22752,7 +22752,7 @@ 262.123, 327.362, 259.114, - "1", + "(", -1, 2.967, "", @@ -22775,7 +22775,7 @@ 265.131, 327.362, 262.123, - "7", + "\"", -1, 2.967, "", @@ -22798,7 +22798,7 @@ 268.14, 327.362, 265.131, - "5", + "$", -1, 2.967, "", @@ -22821,7 +22821,7 @@ 304.337, 327.362, 301.328, - "1", + "(", -1, 2.967, "", @@ -22844,7 +22844,7 @@ 307.345, 327.362, 304.337, - "8", + ",", -1, 2.967, "", @@ -22867,7 +22867,7 @@ 310.354, 327.362, 307.345, - "4", + "#", -1, 2.967, "", @@ -22890,7 +22890,7 @@ 346.551, 327.362, 343.542, - "2", + "-", -1, 2.967, "", @@ -22913,7 +22913,7 @@ 349.559, 327.362, 346.551, - "8", + ",", -1, 2.967, "", @@ -22936,7 +22936,7 @@ 352.568, 327.362, 349.559, - "6", + "+", -1, 2.967, "", @@ -22959,7 +22959,7 @@ 388.765, 327.362, 385.756, - "4", + "#", -1, 2.967, "", @@ -22982,7 +22982,7 @@ 391.773, 327.362, 388.765, - "4", + "#", -1, 2.967, "", @@ -23005,7 +23005,7 @@ 394.782, 327.362, 391.773, - "3", + "*", -1, 2.967, "", @@ -23028,7 +23028,7 @@ 430.979, 327.362, 427.97, - "6", + "+", -1, 2.967, "", @@ -23051,7 +23051,7 @@ 433.987, 327.362, 430.979, - "1", + "(", -1, 2.967, "", @@ -23074,7 +23074,7 @@ 436.996, 327.362, 433.987, - "9", + "'", -1, 2.967, "", @@ -23097,7 +23097,7 @@ 473.192, 327.362, 470.184, - "5", + "$", -1, 2.967, "", @@ -23120,7 +23120,7 @@ 476.201, 327.362, 473.192, - "7", + "\"", -1, 2.967, "", @@ -23143,7 +23143,7 @@ 479.209, 327.362, 476.201, - "2", + "-", -1, 2.967, "", @@ -23166,7 +23166,7 @@ 515.406, 327.362, 512.398, - "6", + "+", -1, 2.967, "", @@ -23189,7 +23189,7 @@ 518.415, 327.362, 515.406, - "7", + "\"", -1, 2.967, "", @@ -23212,7 +23212,7 @@ 521.423, 327.362, 518.415, - "9", + "'", -1, 2.967, "", @@ -23235,7 +23235,7 @@ 557.62, 327.362, 554.612, - "4", + "#", -1, 2.967, "", @@ -23258,7 +23258,7 @@ 560.629, 327.362, 557.62, - "1", + "(", -1, 2.967, "", @@ -23281,7 +23281,7 @@ 563.637, 327.362, 560.629, - "3", + "*", -1, 2.967, "", @@ -23304,7 +23304,7 @@ 594.347, 327.362, 591.338, - "6", + "+", -1, 2.967, "", @@ -23327,7 +23327,7 @@ 597.355, 327.362, 594.347, - "4", + "#", -1, 2.967, "", @@ -23350,7 +23350,7 @@ 600.364, 327.362, 597.355, - "1", + "(", -1, 2.967, "", @@ -23373,7 +23373,7 @@ 625.475, 327.362, 622.466, - "4", + "#", -1, 2.967, "", @@ -23396,7 +23396,7 @@ 628.483, 327.362, 625.475, - "7", + "\"", -1, 2.967, "", @@ -23419,7 +23419,7 @@ 631.492, 327.362, 628.483, - "6", + "+", -1, 2.967, "", @@ -23442,7 +23442,7 @@ 667.689, 327.362, 664.68, - "3", + "*", -1, 2.967, "", @@ -23465,7 +23465,7 @@ 670.697, 327.362, 667.689, - "4", + "#", -1, 2.967, "", @@ -23488,7 +23488,7 @@ 673.706, 327.362, 670.697, - "7", + "\"", -1, 2.967, "", @@ -23511,7 +23511,7 @@ 709.903, 327.362, 706.894, - "1", + "(", -1, 2.967, "", @@ -23534,7 +23534,7 @@ 712.911, 327.362, 709.903, - "6", + "+", -1, 2.967, "", @@ -23557,7 +23557,7 @@ 715.92, 327.362, 712.911, - "0", + "&", -1, 2.967, "", @@ -23580,7 +23580,7 @@ 740.247, 327.362, 737.238, - "4", + "#", -1, 2.967, "", @@ -23603,7 +23603,7 @@ 741.73, 327.362, 740.247, - ",", + ")", -1, 2.967, "", @@ -23626,7 +23626,7 @@ 744.739, 327.362, 741.73, - "9", + "'", -1, 2.967, "", @@ -23649,7 +23649,7 @@ 747.747, 327.362, 744.739, - "9", + "'", -1, 2.967, "", @@ -23672,7 +23672,7 @@ 750.756, 327.362, 747.747, - "5", + "$", -1, 2.967, "", @@ -23695,7 +23695,7 @@ 106.179, 340.909, 103.284, - "E", + "I", -1, 2.967, "", @@ -23718,7 +23718,7 @@ 108.69, 340.909, 106.179, - "c", + "C", -1, 2.967, "", @@ -23741,7 +23741,7 @@ 111.817, 340.909, 108.69, - "o", + "/", -1, 2.967, "", @@ -23764,7 +23764,7 @@ 114.932, 340.909, 111.817, - "n", + "0", -1, 2.967, "", @@ -23787,7 +23787,7 @@ 118.059, 340.909, 114.932, - "o", + "/", -1, 2.967, "", @@ -23810,7 +23810,7 @@ 122.8, 340.909, 118.059, - "m", + "3", -1, 2.967, "", @@ -23833,7 +23833,7 @@ 124.159, 340.909, 122.8, - "i", + "6", -1, 2.967, "", @@ -23856,7 +23856,7 @@ 126.669, 340.909, 124.159, - "c", + "C", -1, 2.967, "", @@ -23902,7 +23902,7 @@ 131.666, 340.909, 128.016, - "D", + "R", -1, 2.967, "", @@ -23925,7 +23925,7 @@ 134.621, 340.909, 131.666, - "e", + "9", -1, 2.967, "", @@ -23948,7 +23948,7 @@ 137.303, 340.909, 134.621, - "v", + "T", -1, 2.967, "", @@ -23971,7 +23971,7 @@ 140.258, 340.909, 137.303, - "e", + "9", -1, 2.967, "", @@ -23994,7 +23994,7 @@ 141.617, 340.909, 140.258, - "l", + "A", -1, 2.967, "", @@ -24017,7 +24017,7 @@ 144.744, 340.909, 141.617, - "o", + "/", -1, 2.967, "", @@ -24040,7 +24040,7 @@ 147.859, 340.909, 144.744, - "p", + "4", -1, 2.967, "", @@ -24063,7 +24063,7 @@ 152.601, 340.909, 147.859, - "m", + "3", -1, 2.967, "", @@ -24086,7 +24086,7 @@ 155.556, 340.909, 152.601, - "e", + "9", -1, 2.967, "", @@ -24109,7 +24109,7 @@ 158.671, 340.909, 155.556, - "n", + "0", -1, 2.967, "", @@ -24132,7 +24132,7 @@ 160.659, 340.909, 158.671, - "t", + "5", -1, 2.967, "", @@ -24155,7 +24155,7 @@ 268.187, 340.909, 265.179, - "5", + "$", -1, 2.967, "", @@ -24178,7 +24178,7 @@ 310.398, 340.909, 307.389, - "4", + "#", -1, 2.967, "", @@ -24201,7 +24201,7 @@ 352.608, 340.909, 349.6, - "8", + ",", -1, 2.967, "", @@ -24224,7 +24224,7 @@ 394.819, 340.909, 391.81, - "7", + "\"", -1, 2.967, "", @@ -24247,7 +24247,7 @@ 434.003, 340.909, 430.994, - "1", + "(", -1, 2.967, "", @@ -24270,7 +24270,7 @@ 437.013, 340.909, 434.005, - "2", + "-", -1, 2.967, "", @@ -24293,7 +24293,7 @@ 476.216, 340.909, 473.207, - "1", + "(", -1, 2.967, "", @@ -24316,7 +24316,7 @@ 479.221, 340.909, 476.213, - "0", + "&", -1, 2.967, "", @@ -24339,7 +24339,7 @@ 515.401, 340.909, 512.393, - "2", + "-", -1, 2.967, "", @@ -24362,7 +24362,7 @@ 518.409, 340.909, 515.4, - "8", + ",", -1, 2.967, "", @@ -24385,7 +24385,7 @@ 521.418, 340.909, 518.409, - "8", + ",", -1, 2.967, "", @@ -24408,7 +24408,7 @@ 557.613, 340.909, 554.604, - "3", + "*", -1, 2.967, "", @@ -24431,7 +24431,7 @@ 560.623, 340.909, 557.614, - "2", + "-", -1, 2.967, "", @@ -24454,7 +24454,7 @@ 563.631, 340.909, 560.623, - "8", + ",", -1, 2.967, "", @@ -24477,7 +24477,7 @@ 594.341, 340.909, 591.332, - "3", + "*", -1, 2.967, "", @@ -24500,7 +24500,7 @@ 597.348, 340.909, 594.339, - "0", + "&", -1, 2.967, "", @@ -24523,7 +24523,7 @@ 600.356, 340.909, 597.348, - "9", + "'", -1, 2.967, "", @@ -24546,7 +24546,7 @@ 625.468, 340.909, 622.459, - "2", + "-", -1, 2.967, "", @@ -24569,7 +24569,7 @@ 628.477, 340.909, 625.469, - "7", + "\"", -1, 2.967, "", @@ -24592,7 +24592,7 @@ 631.486, 340.909, 628.477, - "5", + "$", -1, 2.967, "", @@ -24615,7 +24615,7 @@ 667.681, 340.909, 664.672, - "2", + "-", -1, 2.967, "", @@ -24638,7 +24638,7 @@ 670.691, 340.909, 667.683, - "7", + "\"", -1, 2.967, "", @@ -24661,7 +24661,7 @@ 673.7, 340.909, 670.691, - "7", + "\"", -1, 2.967, "", @@ -24684,7 +24684,7 @@ 706.87, 340.909, 705.072, - "(", + "!", -1, 2.967, "", @@ -24707,7 +24707,7 @@ 709.879, 340.909, 706.87, - "2", + "-", -1, 2.967, "", @@ -24730,7 +24730,7 @@ 712.887, 340.909, 709.879, - "8", + ",", -1, 2.967, "", @@ -24753,7 +24753,7 @@ 715.896, 340.909, 712.887, - "0", + "&", -1, 2.967, "", @@ -24776,7 +24776,7 @@ 717.694, 340.909, 715.896, - ")", + "%", -1, 2.967, "", @@ -24799,7 +24799,7 @@ 740.214, 340.909, 737.205, - "1", + "(", -1, 2.967, "", @@ -24822,7 +24822,7 @@ 741.697, 340.909, 740.214, - ",", + ")", -1, 2.967, "", @@ -24845,7 +24845,7 @@ 744.706, 340.909, 741.697, - "2", + "-", -1, 2.967, "", @@ -24868,7 +24868,7 @@ 747.714, 340.909, 744.706, - "4", + "#", -1, 2.967, "", @@ -24891,7 +24891,7 @@ 750.723, 340.909, 747.714, - "3", + "*", -1, 2.967, "", @@ -24914,7 +24914,7 @@ 106.352, 347.965, 103.284, - "P", + "K", -1, 2.967, "", @@ -24937,7 +24937,7 @@ 109.194, 347.965, 106.352, - "a", + ";", -1, 2.967, "", @@ -24960,7 +24960,7 @@ 111.265, 347.965, 109.194, - "r", + "@", -1, 2.967, "", @@ -24983,7 +24983,7 @@ 113.965, 347.965, 111.265, - "k", + "U", -1, 2.967, "", @@ -25006,7 +25006,7 @@ 116.285, 347.965, 113.965, - "s", + "1", -1, 2.967, "", @@ -25052,7 +25052,7 @@ 121.667, 347.965, 117.62, - "&", + "Q", -1, 2.967, "", @@ -25098,7 +25098,7 @@ 124.996, 347.965, 123.008, - "t", + "5", -1, 2.967, "", @@ -25121,7 +25121,7 @@ 128.111, 347.965, 124.996, - "h", + "?", -1, 2.967, "", @@ -25144,7 +25144,7 @@ 131.066, 347.965, 128.111, - "e", + "9", -1, 2.967, "", @@ -25190,7 +25190,7 @@ 135.303, 347.965, 132.407, - "E", + "I", -1, 2.967, "", @@ -25213,7 +25213,7 @@ 138.418, 347.965, 135.303, - "n", + "0", -1, 2.967, "", @@ -25236,7 +25236,7 @@ 141.101, 347.965, 138.418, - "v", + "T", -1, 2.967, "", @@ -25259,7 +25259,7 @@ 142.459, 347.965, 141.101, - "i", + "6", -1, 2.967, "", @@ -25282,7 +25282,7 @@ 144.53, 347.965, 142.459, - "r", + "@", -1, 2.967, "", @@ -25305,7 +25305,7 @@ 147.658, 347.965, 144.53, - "o", + "/", -1, 2.967, "", @@ -25328,7 +25328,7 @@ 150.773, 347.965, 147.658, - "n", + "0", -1, 2.967, "", @@ -25351,7 +25351,7 @@ 155.514, 347.965, 150.773, - "m", + "3", -1, 2.967, "", @@ -25374,7 +25374,7 @@ 158.469, 347.965, 155.514, - "e", + "9", -1, 2.967, "", @@ -25397,7 +25397,7 @@ 161.585, 347.965, 158.469, - "n", + "0", -1, 2.967, "", @@ -25420,7 +25420,7 @@ 163.572, 347.965, 161.585, - "t", + "5", -1, 2.967, "", @@ -25443,7 +25443,7 @@ 265.161, 347.965, 262.153, - "5", + "$", -1, 2.967, "", @@ -25466,7 +25466,7 @@ 268.17, 347.965, 265.161, - "5", + "$", -1, 2.967, "", @@ -25489,7 +25489,7 @@ 307.375, 347.965, 304.367, - "6", + "+", -1, 2.967, "", @@ -25512,7 +25512,7 @@ 310.384, 347.965, 307.375, - "5", + "$", -1, 2.967, "", @@ -25535,7 +25535,7 @@ 349.589, 347.965, 346.58, - "6", + "+", -1, 2.967, "", @@ -25558,7 +25558,7 @@ 352.597, 347.965, 349.589, - "2", + "-", -1, 2.967, "", @@ -25581,7 +25581,7 @@ 388.777, 347.965, 385.768, - "1", + "(", -1, 2.967, "", @@ -25604,7 +25604,7 @@ 391.785, 347.965, 388.777, - "0", + "&", -1, 2.967, "", @@ -25627,7 +25627,7 @@ 394.794, 347.965, 391.785, - "8", + ",", -1, 2.967, "", @@ -25650,7 +25650,7 @@ 434.011, 347.965, 431.002, - "8", + ",", -1, 2.967, "", @@ -25673,7 +25673,7 @@ 437.019, 347.965, 434.011, - "9", + "'", -1, 2.967, "", @@ -25696,7 +25696,7 @@ 476.225, 347.965, 473.216, - "7", + "\"", -1, 2.967, "", @@ -25719,7 +25719,7 @@ 479.233, 347.965, 476.225, - "8", + ",", -1, 2.967, "", @@ -25742,7 +25742,7 @@ 515.412, 347.965, 512.404, - "1", + "(", -1, 2.967, "", @@ -25765,7 +25765,7 @@ 518.421, 347.965, 515.412, - "5", + "$", -1, 2.967, "", @@ -25788,7 +25788,7 @@ 521.429, 347.965, 518.421, - "0", + "&", -1, 2.967, "", @@ -25811,7 +25811,7 @@ 557.626, 347.965, 554.618, - "1", + "(", -1, 2.967, "", @@ -25834,7 +25834,7 @@ 560.635, 347.965, 557.626, - "3", + "*", -1, 2.967, "", @@ -25857,7 +25857,7 @@ 563.643, 347.965, 560.635, - "7", + "\"", -1, 2.967, "", @@ -25880,7 +25880,7 @@ 594.353, 347.965, 591.344, - "1", + "(", -1, 2.967, "", @@ -25903,7 +25903,7 @@ 597.361, 347.965, 594.353, - "5", + "$", -1, 2.967, "", @@ -25926,7 +25926,7 @@ 600.37, 347.965, 597.361, - "5", + "$", -1, 2.967, "", @@ -25949,7 +25949,7 @@ 625.481, 347.965, 622.472, - "1", + "(", -1, 2.967, "", @@ -25972,7 +25972,7 @@ 628.489, 347.965, 625.481, - "2", + "-", -1, 2.967, "", @@ -25995,7 +25995,7 @@ 631.498, 347.965, 628.489, - "4", + "#", -1, 2.967, "", @@ -26018,7 +26018,7 @@ 667.695, 347.965, 664.686, - "1", + "(", -1, 2.967, "", @@ -26041,7 +26041,7 @@ 670.703, 347.965, 667.695, - "2", + "-", -1, 2.967, "", @@ -26064,7 +26064,7 @@ 673.712, 347.965, 670.703, - "6", + "+", -1, 2.967, "", @@ -26087,7 +26087,7 @@ 709.909, 347.965, 706.9, - "2", + "-", -1, 2.967, "", @@ -26110,7 +26110,7 @@ 712.917, 347.965, 709.909, - "1", + "(", -1, 2.967, "", @@ -26133,7 +26133,7 @@ 715.926, 347.965, 712.917, - "0", + "&", -1, 2.967, "", @@ -26156,7 +26156,7 @@ 740.253, 347.965, 737.244, - "1", + "(", -1, 2.967, "", @@ -26179,7 +26179,7 @@ 741.736, 347.965, 740.253, - ",", + ")", -1, 2.967, "", @@ -26202,7 +26202,7 @@ 744.745, 347.965, 741.736, - "3", + "*", -1, 2.967, "", @@ -26225,7 +26225,7 @@ 747.753, 347.965, 744.745, - "5", + "$", -1, 2.967, "", @@ -26248,7 +26248,7 @@ 750.762, 347.965, 747.753, - "9", + "'", -1, 2.967, "", @@ -26271,7 +26271,7 @@ 106.185, 355.02, 103.296, - "T", + ":", -1, 2.967, "", @@ -26294,7 +26294,7 @@ 108.256, 355.02, 106.185, - "r", + "@", -1, 2.967, "", @@ -26317,7 +26317,7 @@ 111.099, 355.02, 108.256, - "a", + ";", -1, 2.967, "", @@ -26340,7 +26340,7 @@ 114.214, 355.02, 111.099, - "n", + "0", -1, 2.967, "", @@ -26363,7 +26363,7 @@ 116.534, 355.02, 114.214, - "s", + "1", -1, 2.967, "", @@ -26386,7 +26386,7 @@ 119.649, 355.02, 116.534, - "p", + "4", -1, 2.967, "", @@ -26409,7 +26409,7 @@ 122.777, 355.02, 119.649, - "o", + "/", -1, 2.967, "", @@ -26432,7 +26432,7 @@ 124.848, 355.02, 122.777, - "r", + "@", -1, 2.967, "", @@ -26455,7 +26455,7 @@ 126.835, 355.02, 124.848, - "t", + "5", -1, 2.967, "", @@ -26478,7 +26478,7 @@ 129.678, 355.02, 126.835, - "a", + ";", -1, 2.967, "", @@ -26501,7 +26501,7 @@ 131.666, 355.02, 129.678, - "t", + "5", -1, 2.967, "", @@ -26524,7 +26524,7 @@ 133.025, 355.02, 131.666, - "i", + "6", -1, 2.967, "", @@ -26547,7 +26547,7 @@ 136.152, 355.02, 133.025, - "o", + "/", -1, 2.967, "", @@ -26570,7 +26570,7 @@ 139.267, 355.02, 136.152, - "n", + "0", -1, 2.967, "", @@ -26593,7 +26593,7 @@ 262.141, 355.02, 259.132, - "1", + "(", -1, 2.967, "", @@ -26616,7 +26616,7 @@ 265.149, 355.02, 262.141, - "6", + "+", -1, 2.967, "", @@ -26639,7 +26639,7 @@ 268.158, 355.02, 265.149, - "6", + "+", -1, 2.967, "", @@ -26662,7 +26662,7 @@ 304.355, 355.02, 301.346, - "2", + "-", -1, 2.967, "", @@ -26685,7 +26685,7 @@ 307.363, 355.02, 304.355, - "6", + "+", -1, 2.967, "", @@ -26708,7 +26708,7 @@ 310.372, 355.02, 307.363, - "9", + "'", -1, 2.967, "", @@ -26731,7 +26731,7 @@ 346.569, 355.02, 343.56, - "2", + "-", -1, 2.967, "", @@ -26754,7 +26754,7 @@ 349.577, 355.02, 346.569, - "8", + ",", -1, 2.967, "", @@ -26777,7 +26777,7 @@ 352.586, 355.02, 349.577, - "2", + "-", -1, 2.967, "", @@ -26800,7 +26800,7 @@ 388.782, 355.02, 385.774, - "3", + "*", -1, 2.967, "", @@ -26823,7 +26823,7 @@ 391.791, 355.02, 388.782, - "0", + "&", -1, 2.967, "", @@ -26846,7 +26846,7 @@ 394.799, 355.02, 391.791, - "6", + "+", -1, 2.967, "", @@ -26869,7 +26869,7 @@ 430.996, 355.02, 427.988, - "3", + "*", -1, 2.967, "", @@ -26892,7 +26892,7 @@ 434.005, 355.02, 430.996, - "0", + "&", -1, 2.967, "", @@ -26915,7 +26915,7 @@ 437.013, 355.02, 434.005, - "6", + "+", -1, 2.967, "", @@ -26938,7 +26938,7 @@ 473.21, 355.02, 470.202, - "3", + "*", -1, 2.967, "", @@ -26961,7 +26961,7 @@ 476.219, 355.02, 473.21, - "5", + "$", -1, 2.967, "", @@ -26984,7 +26984,7 @@ 479.227, 355.02, 476.219, - "7", + "\"", -1, 2.967, "", @@ -27007,7 +27007,7 @@ 515.424, 355.02, 512.416, - "4", + "#", -1, 2.967, "", @@ -27030,7 +27030,7 @@ 518.433, 355.02, 515.424, - "6", + "+", -1, 2.967, "", @@ -27053,7 +27053,7 @@ 521.441, 355.02, 518.433, - "3", + "*", -1, 2.967, "", @@ -27076,7 +27076,7 @@ 557.638, 355.02, 554.63, - "2", + "-", -1, 2.967, "", @@ -27099,7 +27099,7 @@ 560.647, 355.02, 557.638, - "7", + "\"", -1, 2.967, "", @@ -27122,7 +27122,7 @@ 563.655, 355.02, 560.647, - "8", + ",", -1, 2.967, "", @@ -27145,7 +27145,7 @@ 594.364, 355.02, 591.356, - "2", + "-", -1, 2.967, "", @@ -27168,7 +27168,7 @@ 597.373, 355.02, 594.364, - "1", + "(", -1, 2.967, "", @@ -27191,7 +27191,7 @@ 600.381, 355.02, 597.373, - "1", + "(", -1, 2.967, "", @@ -27214,7 +27214,7 @@ 625.493, 355.02, 622.484, - "2", + "-", -1, 2.967, "", @@ -27237,7 +27237,7 @@ 628.501, 355.02, 625.493, - "3", + "*", -1, 2.967, "", @@ -27260,7 +27260,7 @@ 631.51, 355.02, 628.501, - "8", + ",", -1, 2.967, "", @@ -27283,7 +27283,7 @@ 667.706, 355.02, 664.698, - "2", + "-", -1, 2.967, "", @@ -27306,7 +27306,7 @@ 670.715, 355.02, 667.706, - "1", + "(", -1, 2.967, "", @@ -27329,7 +27329,7 @@ 673.723, 355.02, 670.715, - "8", + ",", -1, 2.967, "", @@ -27352,7 +27352,7 @@ 709.92, 355.02, 706.912, - "2", + "-", -1, 2.967, "", @@ -27375,7 +27375,7 @@ 712.929, 355.02, 709.92, - "1", + "(", -1, 2.967, "", @@ -27398,7 +27398,7 @@ 715.937, 355.02, 712.929, - "3", + "*", -1, 2.967, "", @@ -27421,7 +27421,7 @@ 740.265, 355.02, 737.256, - "3", + "*", -1, 2.967, "", @@ -27444,7 +27444,7 @@ 741.748, 355.02, 740.265, - ",", + ")", -1, 2.967, "", @@ -27467,7 +27467,7 @@ 744.757, 355.02, 741.748, - "3", + "*", -1, 2.967, "", @@ -27490,7 +27490,7 @@ 747.765, 355.02, 744.757, - "0", + "&", -1, 2.967, "", @@ -27513,7 +27513,7 @@ 750.774, 355.02, 747.765, - "7", + "\"", -1, 2.967, "", @@ -27536,7 +27536,7 @@ 107.004, 362.075, 103.307, - "H", + "M", -1, 2.967, "", @@ -27559,7 +27559,7 @@ 109.959, 362.075, 107.004, - "e", + "9", -1, 2.967, "", @@ -27582,7 +27582,7 @@ 112.802, 362.075, 109.959, - "a", + ";", -1, 2.967, "", @@ -27605,7 +27605,7 @@ 114.161, 362.075, 112.802, - "l", + "A", -1, 2.967, "", @@ -27628,7 +27628,7 @@ 116.148, 362.075, 114.161, - "t", + "5", -1, 2.967, "", @@ -27651,7 +27651,7 @@ 119.264, 362.075, 116.148, - "h", + "?", -1, 2.967, "", @@ -27697,7 +27697,7 @@ 124.652, 362.075, 120.605, - "&", + "Q", -1, 2.967, "", @@ -27743,7 +27743,7 @@ 128.717, 362.075, 125.993, - "S", + "L", -1, 2.967, "", @@ -27766,7 +27766,7 @@ 131.844, 362.075, 128.717, - "o", + "/", -1, 2.967, "", @@ -27789,7 +27789,7 @@ 134.354, 362.075, 131.844, - "c", + "C", -1, 2.967, "", @@ -27812,7 +27812,7 @@ 135.713, 362.075, 134.354, - "i", + "6", -1, 2.967, "", @@ -27835,7 +27835,7 @@ 138.555, 362.075, 135.713, - "a", + ";", -1, 2.967, "", @@ -27858,7 +27858,7 @@ 139.914, 362.075, 138.555, - "l", + "A", -1, 2.967, "", @@ -27904,7 +27904,7 @@ 146.548, 362.075, 141.267, - "W", + "V", -1, 2.967, "", @@ -27927,7 +27927,7 @@ 149.503, 362.075, 146.548, - "e", + "9", -1, 2.967, "", @@ -27950,7 +27950,7 @@ 150.862, 362.075, 149.503, - "l", + "A", -1, 2.967, "", @@ -27973,7 +27973,7 @@ 152.672, 362.075, 150.862, - "f", + "W", -1, 2.967, "", @@ -27996,7 +27996,7 @@ 155.514, 362.075, 152.672, - "a", + ";", -1, 2.967, "", @@ -28019,7 +28019,7 @@ 157.585, 362.075, 155.514, - "r", + "@", -1, 2.967, "", @@ -28042,7 +28042,7 @@ 160.488, 362.046, 157.533, - "e", + "9", -1, 2.967, "", @@ -28065,7 +28065,7 @@ 268.159, 362.046, 265.151, - "3", + "*", -1, 2.967, "", @@ -28088,7 +28088,7 @@ 310.369, 362.046, 307.361, - "6", + "+", -1, 2.967, "", @@ -28111,7 +28111,7 @@ 352.58, 362.046, 349.571, - "4", + "#", -1, 2.967, "", @@ -28134,7 +28134,7 @@ 394.79, 362.046, 391.782, - "4", + "#", -1, 2.967, "", @@ -28157,7 +28157,7 @@ 437.001, 362.046, 433.992, - "6", + "+", -1, 2.967, "", @@ -28180,7 +28180,7 @@ 479.211, 362.046, 476.202, - "3", + "*", -1, 2.967, "", @@ -28203,7 +28203,7 @@ 518.395, 362.046, 515.386, - "1", + "(", -1, 2.967, "", @@ -28226,7 +28226,7 @@ 521.407, 362.046, 518.398, - "6", + "+", -1, 2.967, "", @@ -28249,7 +28249,7 @@ 560.609, 362.046, 557.601, - "1", + "(", -1, 2.967, "", @@ -28272,7 +28272,7 @@ 563.615, 362.046, 560.606, - "9", + "'", -1, 2.967, "", @@ -28295,7 +28295,7 @@ 597.332, 362.046, 594.323, - "2", + "-", -1, 2.967, "", @@ -28318,7 +28318,7 @@ 600.34, 362.046, 597.331, - "1", + "(", -1, 2.967, "", @@ -28341,7 +28341,7 @@ 628.458, 362.046, 625.45, - "2", + "-", -1, 2.967, "", @@ -28364,7 +28364,7 @@ 631.469, 362.046, 628.461, - "2", + "-", -1, 2.967, "", @@ -28387,7 +28387,7 @@ 670.672, 362.046, 667.663, - "3", + "*", -1, 2.967, "", @@ -28410,7 +28410,7 @@ 673.683, 362.046, 670.675, - "9", + "'", -1, 2.967, "", @@ -28433,7 +28433,7 @@ 712.886, 362.046, 709.877, - "5", + "$", -1, 2.967, "", @@ -28456,7 +28456,7 @@ 715.891, 362.046, 712.883, - "2", + "-", -1, 2.967, "", @@ -28479,7 +28479,7 @@ 744.681, 362.046, 741.673, - "1", + "(", -1, 2.967, "", @@ -28502,7 +28502,7 @@ 747.691, 362.046, 744.683, - "9", + "'", -1, 2.967, "", @@ -28525,7 +28525,7 @@ 750.7, 362.046, 747.691, - "5", + "$", -1, 2.967, "", @@ -28548,7 +28548,7 @@ 108.329, 369.101, 103.255, - "M", + "B", -1, 2.967, "", @@ -28571,7 +28571,7 @@ 111.284, 369.101, 108.329, - "e", + "9", -1, 2.967, "", @@ -28594,7 +28594,7 @@ 114.399, 369.101, 111.284, - "n", + "0", -1, 2.967, "", @@ -28617,7 +28617,7 @@ 116.387, 369.101, 114.399, - "t", + "5", -1, 2.967, "", @@ -28640,7 +28640,7 @@ 119.23, 369.101, 116.387, - "a", + ";", -1, 2.967, "", @@ -28663,7 +28663,7 @@ 120.588, 369.101, 119.23, - "l", + "A", -1, 2.967, "", @@ -28709,7 +28709,7 @@ 125.626, 369.101, 121.929, - "H", + "M", -1, 2.967, "", @@ -28732,7 +28732,7 @@ 128.314, 369.101, 125.626, - "y", + "P", -1, 2.967, "", @@ -28755,7 +28755,7 @@ 131.109, 369.101, 128.314, - "g", + "N", -1, 2.967, "", @@ -28778,7 +28778,7 @@ 132.468, 369.101, 131.109, - "i", + "6", -1, 2.967, "", @@ -28801,7 +28801,7 @@ 135.423, 369.101, 132.468, - "e", + "9", -1, 2.967, "", @@ -28824,7 +28824,7 @@ 138.538, 369.101, 135.423, - "n", + "0", -1, 2.967, "", @@ -28847,7 +28847,7 @@ 141.494, 369.101, 138.538, - "e", + "9", -1, 2.967, "", @@ -28870,7 +28870,7 @@ 265.139, 369.101, 262.13, - "2", + "-", -1, 2.967, "", @@ -28893,7 +28893,7 @@ 268.147, 369.101, 265.139, - "2", + "-", -1, 2.967, "", @@ -28916,7 +28916,7 @@ 307.347, 369.101, 304.338, - "5", + "$", -1, 2.967, "", @@ -28939,7 +28939,7 @@ 310.355, 369.101, 307.347, - "1", + "(", -1, 2.967, "", @@ -28962,7 +28962,7 @@ 349.555, 369.101, 346.546, - "4", + "#", -1, 2.967, "", @@ -28985,7 +28985,7 @@ 352.563, 369.101, 349.555, - "4", + "#", -1, 2.967, "", @@ -29008,7 +29008,7 @@ 391.763, 369.101, 388.754, - "2", + "-", -1, 2.967, "", @@ -29031,7 +29031,7 @@ 394.771, 369.101, 391.763, - "8", + ",", -1, 2.967, "", @@ -29054,7 +29054,7 @@ 433.971, 369.101, 430.962, - "4", + "#", -1, 2.967, "", @@ -29077,7 +29077,7 @@ 436.979, 369.101, 433.971, - "1", + "(", -1, 2.967, "", @@ -29100,7 +29100,7 @@ 476.179, 369.101, 473.17, - "3", + "*", -1, 2.967, "", @@ -29123,7 +29123,7 @@ 479.187, 369.101, 476.179, - "1", + "(", -1, 2.967, "", @@ -29146,7 +29146,7 @@ 518.387, 369.101, 515.378, - "4", + "#", -1, 2.967, "", @@ -29169,7 +29169,7 @@ 521.395, 369.101, 518.387, - "6", + "+", -1, 2.967, "", @@ -29192,7 +29192,7 @@ 560.595, 369.101, 557.586, - "4", + "#", -1, 2.967, "", @@ -29215,7 +29215,7 @@ 563.603, 369.101, 560.595, - "6", + "+", -1, 2.967, "", @@ -29238,7 +29238,7 @@ 597.32, 369.101, 594.311, - "4", + "#", -1, 2.967, "", @@ -29261,7 +29261,7 @@ 600.328, 369.101, 597.32, - "4", + "#", -1, 2.967, "", @@ -29284,7 +29284,7 @@ 628.447, 369.101, 625.438, - "3", + "*", -1, 2.967, "", @@ -29307,7 +29307,7 @@ 631.455, 369.101, 628.447, - "4", + "#", -1, 2.967, "", @@ -29330,7 +29330,7 @@ 670.657, 369.101, 667.648, - "3", + "*", -1, 2.967, "", @@ -29353,7 +29353,7 @@ 673.665, 369.101, 670.657, - "3", + "*", -1, 2.967, "", @@ -29376,7 +29376,7 @@ 709.845, 369.101, 706.836, - "1", + "(", -1, 2.967, "", @@ -29399,7 +29399,7 @@ 712.853, 369.101, 709.845, - "0", + "&", -1, 2.967, "", @@ -29422,7 +29422,7 @@ 715.862, 369.101, 712.853, - "1", + "(", -1, 2.967, "", @@ -29445,7 +29445,7 @@ 744.667, 369.101, 741.659, - "5", + "$", -1, 2.967, "", @@ -29468,7 +29468,7 @@ 747.676, 369.101, 744.667, - "2", + "-", -1, 2.967, "", @@ -29491,7 +29491,7 @@ 750.684, 369.101, 747.676, - "1", + "(", -1, 2.967, "", @@ -29514,7 +29514,7 @@ 106.3, 376.157, 103.232, - "P", + "K", -1, 2.967, "", @@ -29537,7 +29537,7 @@ 109.415, 376.157, 106.3, - "u", + "2", -1, 2.967, "", @@ -29560,7 +29560,7 @@ 112.53, 376.157, 109.415, - "b", + "O", -1, 2.967, "", @@ -29583,7 +29583,7 @@ 113.889, 376.157, 112.53, - "l", + "A", -1, 2.967, "", @@ -29606,7 +29606,7 @@ 115.248, 376.157, 113.889, - "i", + "6", -1, 2.967, "", @@ -29629,7 +29629,7 @@ 117.758, 376.157, 115.248, - "c", + "C", -1, 2.967, "", @@ -29675,7 +29675,7 @@ 122.173, 376.157, 119.105, - "P", + "K", -1, 2.967, "", @@ -29698,7 +29698,7 @@ 124.244, 376.157, 122.173, - "r", + "@", -1, 2.967, "", @@ -29721,7 +29721,7 @@ 127.371, 376.157, 124.244, - "o", + "/", -1, 2.967, "", @@ -29744,7 +29744,7 @@ 129.359, 376.157, 127.371, - "t", + "5", -1, 2.967, "", @@ -29767,7 +29767,7 @@ 132.314, 376.157, 129.359, - "e", + "9", -1, 2.967, "", @@ -29790,7 +29790,7 @@ 134.824, 376.157, 132.314, - "c", + "C", -1, 2.967, "", @@ -29813,7 +29813,7 @@ 136.812, 376.157, 134.824, - "t", + "5", -1, 2.967, "", @@ -29836,7 +29836,7 @@ 138.171, 376.157, 136.812, - "i", + "6", -1, 2.967, "", @@ -29859,7 +29859,7 @@ 141.298, 376.157, 138.171, - "o", + "/", -1, 2.967, "", @@ -29882,7 +29882,7 @@ 144.413, 376.157, 141.298, - "n", + "0", -1, 2.967, "", @@ -29905,7 +29905,7 @@ 265.109, 376.157, 262.101, - "2", + "-", -1, 2.967, "", @@ -29928,7 +29928,7 @@ 268.118, 376.157, 265.109, - "2", + "-", -1, 2.967, "", @@ -29951,7 +29951,7 @@ 307.317, 376.157, 304.308, - "5", + "$", -1, 2.967, "", @@ -29974,7 +29974,7 @@ 310.325, 376.157, 307.317, - "0", + "&", -1, 2.967, "", @@ -29997,7 +29997,7 @@ 349.525, 376.157, 346.516, - "3", + "*", -1, 2.967, "", @@ -30020,7 +30020,7 @@ 352.533, 376.157, 349.525, - "7", + "\"", -1, 2.967, "", @@ -30043,7 +30043,7 @@ 391.733, 376.157, 388.724, - "4", + "#", -1, 2.967, "", @@ -30066,7 +30066,7 @@ 394.741, 376.157, 391.733, - "1", + "(", -1, 2.967, "", @@ -30089,7 +30089,7 @@ 433.941, 376.157, 430.932, - "4", + "#", -1, 2.967, "", @@ -30112,7 +30112,7 @@ 436.949, 376.157, 433.941, - "6", + "+", -1, 2.967, "", @@ -30135,7 +30135,7 @@ 476.149, 376.157, 473.14, - "3", + "*", -1, 2.967, "", @@ -30158,7 +30158,7 @@ 479.157, 376.157, 476.149, - "5", + "$", -1, 2.967, "", @@ -30181,7 +30181,7 @@ 518.357, 376.157, 515.348, - "5", + "$", -1, 2.967, "", @@ -30204,7 +30204,7 @@ 521.365, 376.157, 518.357, - "8", + ",", -1, 2.967, "", @@ -30227,7 +30227,7 @@ 560.565, 376.157, 557.556, - "5", + "$", -1, 2.967, "", @@ -30250,7 +30250,7 @@ 563.573, 376.157, 560.565, - "7", + "\"", -1, 2.967, "", @@ -30273,7 +30273,7 @@ 597.29, 376.157, 594.281, - "6", + "+", -1, 2.967, "", @@ -30296,7 +30296,7 @@ 600.298, 376.157, 597.29, - "3", + "*", -1, 2.967, "", @@ -30319,7 +30319,7 @@ 628.417, 376.157, 625.408, - "5", + "$", -1, 2.967, "", @@ -30342,7 +30342,7 @@ 631.425, 376.157, 628.417, - "1", + "(", -1, 2.967, "", @@ -30365,7 +30365,7 @@ 670.627, 376.157, 667.619, - "5", + "$", -1, 2.967, "", @@ -30388,7 +30388,7 @@ 673.636, 376.157, 670.627, - "4", + "#", -1, 2.967, "", @@ -30411,7 +30411,7 @@ 712.835, 376.157, 709.827, - "6", + "+", -1, 2.967, "", @@ -30434,7 +30434,7 @@ 715.844, 376.157, 712.835, - "0", + "&", -1, 2.967, "", @@ -30457,7 +30457,7 @@ 744.634, 376.157, 741.625, - "5", + "$", -1, 2.967, "", @@ -30480,7 +30480,7 @@ 747.642, 376.157, 744.634, - "7", + "\"", -1, 2.967, "", @@ -30503,7 +30503,7 @@ 750.651, 376.157, 747.642, - "4", + "#", -1, 2.967, "", @@ -30526,7 +30526,7 @@ 106.098, 383.212, 103.202, - "E", + "I", -1, 2.967, "", @@ -30549,7 +30549,7 @@ 109.213, 383.212, 106.098, - "d", + "F", -1, 2.967, "", @@ -30572,7 +30572,7 @@ 112.328, 383.212, 109.213, - "u", + "2", -1, 2.967, "", @@ -30595,7 +30595,7 @@ 114.838, 383.212, 112.328, - "c", + "C", -1, 2.967, "", @@ -30618,7 +30618,7 @@ 117.681, 383.212, 114.838, - "a", + ";", -1, 2.967, "", @@ -30641,7 +30641,7 @@ 119.669, 383.212, 117.681, - "t", + "5", -1, 2.967, "", @@ -30664,7 +30664,7 @@ 121.027, 383.212, 119.669, - "i", + "6", -1, 2.967, "", @@ -30687,7 +30687,7 @@ 124.155, 383.212, 121.027, - "o", + "/", -1, 2.967, "", @@ -30710,7 +30710,7 @@ 127.27, 383.212, 124.155, - "n", + "0", -1, 2.967, "", @@ -30733,7 +30733,7 @@ 265.067, 383.212, 262.059, - "7", + "\"", -1, 2.967, "", @@ -30756,7 +30756,7 @@ 268.076, 383.212, 265.067, - "6", + "+", -1, 2.967, "", @@ -30779,7 +30779,7 @@ 304.255, 383.212, 301.247, - "1", + "(", -1, 2.967, "", @@ -30802,7 +30802,7 @@ 307.264, 383.212, 304.255, - "3", + "*", -1, 2.967, "", @@ -30825,7 +30825,7 @@ 310.272, 383.212, 307.264, - "5", + "$", -1, 2.967, "", @@ -30848,7 +30848,7 @@ 346.469, 383.212, 343.461, - "1", + "(", -1, 2.967, "", @@ -30871,7 +30871,7 @@ 349.478, 383.212, 346.469, - "2", + "-", -1, 2.967, "", @@ -30894,7 +30894,7 @@ 352.486, 383.212, 349.478, - "1", + "(", -1, 2.967, "", @@ -30917,7 +30917,7 @@ 388.683, 383.212, 385.674, - "1", + "(", -1, 2.967, "", @@ -30940,7 +30940,7 @@ 391.691, 383.212, 388.683, - "2", + "-", -1, 2.967, "", @@ -30963,7 +30963,7 @@ 394.7, 383.212, 391.691, - "5", + "$", -1, 2.967, "", @@ -30986,7 +30986,7 @@ 430.897, 383.212, 427.888, - "1", + "(", -1, 2.967, "", @@ -31009,7 +31009,7 @@ 433.905, 383.212, 430.897, - "5", + "$", -1, 2.967, "", @@ -31032,7 +31032,7 @@ 436.914, 383.212, 433.905, - "5", + "$", -1, 2.967, "", @@ -31055,7 +31055,7 @@ 473.111, 383.212, 470.102, - "1", + "(", -1, 2.967, "", @@ -31078,7 +31078,7 @@ 476.119, 383.212, 473.111, - "2", + "-", -1, 2.967, "", @@ -31101,7 +31101,7 @@ 479.128, 383.212, 476.119, - "9", + "'", -1, 2.967, "", @@ -31124,7 +31124,7 @@ 515.325, 383.212, 512.316, - "1", + "(", -1, 2.967, "", @@ -31147,7 +31147,7 @@ 518.333, 383.212, 515.325, - "7", + "\"", -1, 2.967, "", @@ -31170,7 +31170,7 @@ 521.342, 383.212, 518.333, - "7", + "\"", -1, 2.967, "", @@ -31193,7 +31193,7 @@ 557.539, 383.212, 554.53, - "1", + "(", -1, 2.967, "", @@ -31216,7 +31216,7 @@ 560.547, 383.212, 557.539, - "8", + ",", -1, 2.967, "", @@ -31239,7 +31239,7 @@ 563.556, 383.212, 560.547, - "2", + "-", -1, 2.967, "", @@ -31262,7 +31262,7 @@ 594.265, 383.212, 591.256, - "1", + "(", -1, 2.967, "", @@ -31285,7 +31285,7 @@ 597.273, 383.212, 594.265, - "5", + "$", -1, 2.967, "", @@ -31308,7 +31308,7 @@ 600.282, 383.212, 597.273, - "4", + "#", -1, 2.967, "", @@ -31331,7 +31331,7 @@ 625.393, 383.212, 622.384, - "2", + "-", -1, 2.967, "", @@ -31354,7 +31354,7 @@ 628.401, 383.212, 625.393, - "0", + "&", -1, 2.967, "", @@ -31377,7 +31377,7 @@ 631.41, 383.212, 628.401, - "3", + "*", -1, 2.967, "", @@ -31400,7 +31400,7 @@ 667.607, 383.212, 664.598, - "1", + "(", -1, 2.967, "", @@ -31423,7 +31423,7 @@ 670.615, 383.212, 667.607, - "7", + "\"", -1, 2.967, "", @@ -31446,7 +31446,7 @@ 673.624, 383.212, 670.615, - "3", + "*", -1, 2.967, "", @@ -31469,7 +31469,7 @@ 709.821, 383.212, 706.812, - "1", + "(", -1, 2.967, "", @@ -31492,7 +31492,7 @@ 712.829, 383.212, 709.821, - "6", + "+", -1, 2.967, "", @@ -31515,7 +31515,7 @@ 715.838, 383.212, 712.829, - "1", + "(", -1, 2.967, "", @@ -31538,7 +31538,7 @@ 740.165, 383.212, 737.157, - "1", + "(", -1, 2.967, "", @@ -31561,7 +31561,7 @@ 741.649, 383.212, 740.165, - ",", + ")", -1, 2.967, "", @@ -31584,7 +31584,7 @@ 744.657, 383.212, 741.649, - "7", + "\"", -1, 2.967, "", @@ -31607,7 +31607,7 @@ 747.666, 383.212, 744.657, - "9", + "'", -1, 2.967, "", @@ -31630,7 +31630,7 @@ 750.674, 383.212, 747.666, - "1", + "(", -1, 2.967, "", @@ -31653,7 +31653,7 @@ 106.65, 390.268, 103.214, - "A", + "G", -1, 2.967, "", @@ -31676,7 +31676,7 @@ 108.008, 390.268, 106.65, - "l", + "A", -1, 2.967, "", @@ -31699,7 +31699,7 @@ 109.367, 390.268, 108.008, - "l", + "A", -1, 2.967, "", @@ -31745,7 +31745,7 @@ 114.643, 390.268, 110.714, - "O", + ">", -1, 2.967, "", @@ -31768,7 +31768,7 @@ 116.63, 390.268, 114.643, - "t", + "5", -1, 2.967, "", @@ -31791,7 +31791,7 @@ 119.746, 390.268, 116.63, - "h", + "?", -1, 2.967, "", @@ -31814,7 +31814,7 @@ 122.701, 390.268, 119.746, - "e", + "9", -1, 2.967, "", @@ -31837,7 +31837,7 @@ 124.772, 390.268, 122.701, - "r", + "@", -1, 2.967, "", @@ -31883,7 +31883,7 @@ 265.097, 390.268, 262.089, - "2", + "-", -1, 2.967, "", @@ -31906,7 +31906,7 @@ 268.106, 390.268, 265.097, - "8", + ",", -1, 2.967, "", @@ -31929,7 +31929,7 @@ 307.305, 390.268, 304.297, - "4", + "#", -1, 2.967, "", @@ -31952,7 +31952,7 @@ 310.314, 390.268, 307.305, - "0", + "&", -1, 2.967, "", @@ -31975,7 +31975,7 @@ 349.513, 390.268, 346.505, - "3", + "*", -1, 2.967, "", @@ -31998,7 +31998,7 @@ 352.522, 390.268, 349.513, - "8", + ",", -1, 2.967, "", @@ -32021,7 +32021,7 @@ 391.721, 390.268, 388.713, - "4", + "#", -1, 2.967, "", @@ -32044,7 +32044,7 @@ 394.73, 390.268, 391.721, - "1", + "(", -1, 2.967, "", @@ -32067,7 +32067,7 @@ 433.935, 390.268, 430.927, - "3", + "*", -1, 2.967, "", @@ -32090,7 +32090,7 @@ 436.944, 390.268, 433.935, - "4", + "#", -1, 2.967, "", @@ -32113,7 +32113,7 @@ 476.149, 390.268, 473.14, - "4", + "#", -1, 2.967, "", @@ -32136,7 +32136,7 @@ 479.157, 390.268, 476.149, - "0", + "&", -1, 2.967, "", @@ -32159,7 +32159,7 @@ 515.337, 390.268, 512.328, - "1", + "(", -1, 2.967, "", @@ -32182,7 +32182,7 @@ 518.345, 390.268, 515.337, - "2", + "-", -1, 2.967, "", @@ -32205,7 +32205,7 @@ 521.354, 390.268, 518.345, - "6", + "+", -1, 2.967, "", @@ -32228,7 +32228,7 @@ 560.571, 390.268, 557.562, - "8", + ",", -1, 2.967, "", @@ -32251,7 +32251,7 @@ 563.579, 390.268, 560.571, - "5", + "$", -1, 2.967, "", @@ -32274,7 +32274,7 @@ 597.296, 390.268, 594.287, - "8", + ",", -1, 2.967, "", @@ -32297,7 +32297,7 @@ 600.304, 390.268, 597.296, - "1", + "(", -1, 2.967, "", @@ -32320,7 +32320,7 @@ 628.423, 390.268, 625.414, - "7", + "\"", -1, 2.967, "", @@ -32343,7 +32343,7 @@ 631.431, 390.268, 628.423, - "9", + "'", -1, 2.967, "", @@ -32366,7 +32366,7 @@ 670.633, 390.268, 667.625, - "7", + "\"", -1, 2.967, "", @@ -32389,7 +32389,7 @@ 673.642, 390.268, 670.633, - "8", + ",", -1, 2.967, "", @@ -32412,7 +32412,7 @@ 702.341, 390.268, 700.543, - "(", + "!", -1, 2.967, "", @@ -32435,7 +32435,7 @@ 705.35, 390.268, 702.341, - "1", + "(", -1, 2.967, "", @@ -32458,7 +32458,7 @@ 706.833, 390.268, 705.35, - ",", + ")", -1, 2.967, "", @@ -32481,7 +32481,7 @@ 709.842, 390.268, 706.833, - "3", + "*", -1, 2.967, "", @@ -32504,7 +32504,7 @@ 712.85, 390.268, 709.842, - "0", + "&", -1, 2.967, "", @@ -32527,7 +32527,7 @@ 715.859, 390.268, 712.85, - "9", + "'", -1, 2.967, "", @@ -32550,7 +32550,7 @@ 717.657, 390.268, 715.859, - ")", + "%", -1, 2.967, "", @@ -32573,7 +32573,7 @@ 741.643, 390.268, 739.845, - "(", + "!", -1, 2.967, "", @@ -32596,7 +32596,7 @@ 744.652, 390.268, 741.643, - "6", + "+", -1, 2.967, "", @@ -32619,7 +32619,7 @@ 747.66, 390.268, 744.652, - "3", + "*", -1, 2.967, "", @@ -32642,7 +32642,7 @@ 750.669, 390.268, 747.66, - "9", + "'", -1, 2.967, "", @@ -32665,7 +32665,7 @@ 752.467, 390.268, 750.669, - ")", + "%", -1, 2.967, "", @@ -32688,7 +32688,7 @@ 111.142, 397.768, 108.252, - "T", + ":", -1, 2.967, "", @@ -32711,7 +32711,7 @@ 114.269, 397.768, 111.142, - "o", + "/", -1, 2.967, "", @@ -32734,7 +32734,7 @@ 116.257, 397.768, 114.269, - "t", + "5", -1, 2.967, "", @@ -32757,7 +32757,7 @@ 119.099, 397.768, 116.257, - "a", + ";", -1, 2.967, "", @@ -32780,7 +32780,7 @@ 120.458, 397.768, 119.099, - "l", + "A", -1, 2.967, "", @@ -32826,7 +32826,7 @@ 124.968, 397.768, 121.805, - "C", + ".", -1, 2.967, "", @@ -32849,7 +32849,7 @@ 127.81, 397.768, 124.968, - "a", + ";", -1, 2.967, "", @@ -32872,7 +32872,7 @@ 130.925, 397.768, 127.81, - "p", + "4", -1, 2.967, "", @@ -32895,7 +32895,7 @@ 132.284, 397.768, 130.925, - "i", + "6", -1, 2.967, "", @@ -32918,7 +32918,7 @@ 134.272, 397.768, 132.284, - "t", + "5", -1, 2.967, "", @@ -32941,7 +32941,7 @@ 137.114, 397.768, 134.272, - "a", + ";", -1, 2.967, "", @@ -32964,7 +32964,7 @@ 138.473, 397.768, 137.114, - "l", + "A", -1, 2.967, "", @@ -33010,7 +33010,7 @@ 142.894, 397.768, 139.826, - "P", + "K", -1, 2.967, "", @@ -33033,7 +33033,7 @@ 144.965, 397.768, 142.894, - "r", + "@", -1, 2.967, "", @@ -33056,7 +33056,7 @@ 148.092, 397.768, 144.965, - "o", + "/", -1, 2.967, "", @@ -33079,7 +33079,7 @@ 149.51, 397.768, 148.092, - "j", + "X", -1, 2.967, "", @@ -33102,7 +33102,7 @@ 152.465, 397.768, 149.51, - "e", + "9", -1, 2.967, "", @@ -33125,7 +33125,7 @@ 154.975, 397.768, 152.465, - "c", + "C", -1, 2.967, "", @@ -33148,7 +33148,7 @@ 156.963, 397.768, 154.975, - "t", + "5", -1, 2.967, "", @@ -33171,7 +33171,7 @@ 159.283, 397.768, 156.963, - "s", + "1", -1, 2.967, "", @@ -33194,7 +33194,7 @@ 262.077, 397.768, 259.068, - "3", + "*", -1, 2.967, "", @@ -33217,7 +33217,7 @@ 265.085, 397.768, 262.077, - "7", + "\"", -1, 2.967, "", @@ -33240,7 +33240,7 @@ 268.094, 397.768, 265.085, - "7", + "\"", -1, 2.967, "", @@ -33263,7 +33263,7 @@ 304.291, 397.768, 301.282, - "6", + "+", -1, 2.967, "", @@ -33286,7 +33286,7 @@ 307.299, 397.768, 304.291, - "2", + "-", -1, 2.967, "", @@ -33309,7 +33309,7 @@ 310.308, 397.768, 307.299, - "0", + "&", -1, 2.967, "", @@ -33332,7 +33332,7 @@ 346.505, 397.768, 343.496, - "5", + "$", -1, 2.967, "", @@ -33355,7 +33355,7 @@ 349.513, 397.768, 346.505, - "9", + "'", -1, 2.967, "", @@ -33378,7 +33378,7 @@ 352.522, 397.768, 349.513, - "6", + "+", -1, 2.967, "", @@ -33401,7 +33401,7 @@ 388.719, 397.768, 385.71, - "6", + "+", -1, 2.967, "", @@ -33424,7 +33424,7 @@ 391.727, 397.768, 388.719, - "6", + "+", -1, 2.967, "", @@ -33447,7 +33447,7 @@ 394.736, 397.768, 391.727, - "0", + "&", -1, 2.967, "", @@ -33470,7 +33470,7 @@ 430.933, 397.768, 427.924, - "6", + "+", -1, 2.967, "", @@ -33493,7 +33493,7 @@ 433.941, 397.768, 430.933, - "8", + ",", -1, 2.967, "", @@ -33516,7 +33516,7 @@ 436.95, 397.768, 433.941, - "9", + "'", -1, 2.967, "", @@ -33539,7 +33539,7 @@ 473.146, 397.768, 470.138, - "6", + "+", -1, 2.967, "", @@ -33562,7 +33562,7 @@ 476.155, 397.768, 473.146, - "8", + ",", -1, 2.967, "", @@ -33585,7 +33585,7 @@ 479.163, 397.768, 476.155, - "3", + "*", -1, 2.967, "", @@ -33608,7 +33608,7 @@ 510.88, 397.768, 507.872, - "1", + "(", -1, 2.967, "", @@ -33631,7 +33631,7 @@ 512.364, 397.768, 510.88, - ",", + ")", -1, 2.967, "", @@ -33654,7 +33654,7 @@ 515.372, 397.768, 512.364, - "3", + "*", -1, 2.967, "", @@ -33677,7 +33677,7 @@ 518.381, 397.768, 515.372, - "2", + "-", -1, 2.967, "", @@ -33700,7 +33700,7 @@ 521.389, 397.768, 518.381, - "4", + "#", -1, 2.967, "", @@ -33723,7 +33723,7 @@ 553.096, 397.768, 550.088, - "1", + "(", -1, 2.967, "", @@ -33746,7 +33746,7 @@ 554.58, 397.768, 553.096, - ",", + ")", -1, 2.967, "", @@ -33769,7 +33769,7 @@ 557.588, 397.768, 554.58, - "1", + "(", -1, 2.967, "", @@ -33792,7 +33792,7 @@ 560.597, 397.768, 557.588, - "3", + "*", -1, 2.967, "", @@ -33815,7 +33815,7 @@ 563.605, 397.768, 560.597, - "2", + "-", -1, 2.967, "", @@ -33838,7 +33838,7 @@ 589.826, 397.768, 586.818, - "1", + "(", -1, 2.967, "", @@ -33861,7 +33861,7 @@ 591.31, 397.768, 589.826, - ",", + ")", -1, 2.967, "", @@ -33884,7 +33884,7 @@ 594.318, 397.768, 591.31, - "0", + "&", -1, 2.967, "", @@ -33907,7 +33907,7 @@ 597.327, 397.768, 594.318, - "3", + "*", -1, 2.967, "", @@ -33930,7 +33930,7 @@ 600.335, 397.768, 597.327, - "8", + ",", -1, 2.967, "", @@ -33953,7 +33953,7 @@ 620.958, 397.768, 617.949, - "1", + "(", -1, 2.967, "", @@ -33976,7 +33976,7 @@ 622.441, 397.768, 620.958, - ",", + ")", -1, 2.967, "", @@ -33999,7 +33999,7 @@ 625.45, 397.768, 622.441, - "0", + "&", -1, 2.967, "", @@ -34022,7 +34022,7 @@ 628.458, 397.768, 625.45, - "2", + "-", -1, 2.967, "", @@ -34045,7 +34045,7 @@ 631.467, 397.768, 628.458, - "6", + "+", -1, 2.967, "", @@ -34068,7 +34068,7 @@ 667.654, 397.768, 664.646, - "9", + "'", -1, 2.967, "", @@ -34091,7 +34091,7 @@ 670.663, 397.768, 667.654, - "9", + "'", -1, 2.967, "", @@ -34114,7 +34114,7 @@ 673.671, 397.768, 670.663, - "8", + ",", -1, 2.967, "", @@ -34137,7 +34137,7 @@ 706.866, 397.768, 705.068, - "(", + "!", -1, 2.967, "", @@ -34160,7 +34160,7 @@ 709.874, 397.768, 706.866, - "7", + "\"", -1, 2.967, "", @@ -34183,7 +34183,7 @@ 712.883, 397.768, 709.874, - "9", + "'", -1, 2.967, "", @@ -34206,7 +34206,7 @@ 715.891, 397.768, 712.883, - "2", + "-", -1, 2.967, "", @@ -34229,7 +34229,7 @@ 717.689, 397.768, 715.891, - ")", + "%", -1, 2.967, "", @@ -34252,7 +34252,7 @@ 740.209, 397.768, 737.201, - "8", + ",", -1, 2.967, "", @@ -34275,7 +34275,7 @@ 741.693, 397.768, 740.209, - ",", + ")", -1, 2.967, "", @@ -34298,7 +34298,7 @@ 744.701, 397.768, 741.693, - "3", + "*", -1, 2.967, "", @@ -34321,7 +34321,7 @@ 747.71, 397.768, 744.701, - "5", + "$", -1, 2.967, "", @@ -34344,7 +34344,7 @@ 750.718, 397.768, 747.71, - "1", + "(", -1, 2.967, "", @@ -34367,7 +34367,7 @@ 101.078, 411.76, 98.188, - "T", + ":", -1, 2.967, "", @@ -34390,7 +34390,7 @@ 105.006, 411.76, 101.078, - "O", + ">", -1, 2.967, "", @@ -34413,7 +34413,7 @@ 107.896, 411.76, 105.006, - "T", + ":", -1, 2.967, "", @@ -34436,7 +34436,7 @@ 111.331, 411.76, 107.896, - "A", + "G", -1, 2.967, "", @@ -34459,7 +34459,7 @@ 113.824, 411.76, 111.331, - "L", + "H", -1, 2.967, "", @@ -34505,7 +34505,7 @@ 118.82, 411.76, 115.171, - "D", + "R", -1, 2.967, "", @@ -34528,7 +34528,7 @@ 120.315, 411.76, 118.82, - "I", + "J", -1, 2.967, "", @@ -34551,7 +34551,7 @@ 123.039, 411.76, 120.315, - "S", + "L", -1, 2.967, "", @@ -34574,7 +34574,7 @@ 126.267, 411.76, 123.039, - "B", + "=", -1, 2.967, "", @@ -34597,7 +34597,7 @@ 130.077, 411.76, 126.267, - "U", + "8", -1, 2.967, "", @@ -34620,7 +34620,7 @@ 133.299, 411.76, 130.077, - "R", + "D", -1, 2.967, "", @@ -34643,7 +34643,7 @@ 136.023, 411.76, 133.299, - "S", + "L", -1, 2.967, "", @@ -34666,7 +34666,7 @@ 138.918, 411.76, 136.023, - "E", + "I", -1, 2.967, "", @@ -34689,7 +34689,7 @@ 143.992, 411.76, 138.918, - "M", + "B", -1, 2.967, "", @@ -34712,7 +34712,7 @@ 146.888, 411.76, 143.992, - "E", + "I", -1, 2.967, "", @@ -34735,7 +34735,7 @@ 150.721, 411.76, 146.888, - "N", + "Y", -1, 2.967, "", @@ -34758,7 +34758,7 @@ 153.611, 411.76, 150.721, - "T", + ":", -1, 2.967, "", @@ -34781,7 +34781,7 @@ 156.334, 411.76, 153.611, - "S", + "L", -1, 2.967, "", @@ -34804,7 +34804,7 @@ 262.077, 411.76, 259.068, - "5", + "$", -1, 2.967, "", @@ -34827,7 +34827,7 @@ 265.085, 411.76, 262.077, - "5", + "$", -1, 2.967, "", @@ -34850,7 +34850,7 @@ 268.094, 411.76, 265.085, - "2", + "-", -1, 2.967, "", @@ -34873,7 +34873,7 @@ 304.291, 411.76, 301.282, - "8", + ",", -1, 2.967, "", @@ -34896,7 +34896,7 @@ 307.299, 411.76, 304.291, - "0", + "&", -1, 2.967, "", @@ -34919,7 +34919,7 @@ 310.308, 411.76, 307.299, - "4", + "#", -1, 2.967, "", @@ -34942,7 +34942,7 @@ 346.505, 411.76, 343.496, - "8", + ",", -1, 2.967, "", @@ -34965,7 +34965,7 @@ 349.513, 411.76, 346.505, - "8", + ",", -1, 2.967, "", @@ -34988,7 +34988,7 @@ 352.522, 411.76, 349.513, - "2", + "-", -1, 2.967, "", @@ -35011,7 +35011,7 @@ 384.238, 411.76, 381.23, - "1", + "(", -1, 2.967, "", @@ -35034,7 +35034,7 @@ 385.722, 411.76, 384.238, - ",", + ")", -1, 2.967, "", @@ -35057,7 +35057,7 @@ 388.73, 411.76, 385.722, - "1", + "(", -1, 2.967, "", @@ -35080,7 +35080,7 @@ 391.739, 411.76, 388.73, - "0", + "&", -1, 2.967, "", @@ -35103,7 +35103,7 @@ 394.747, 411.76, 391.739, - "3", + "*", -1, 2.967, "", @@ -35126,7 +35126,7 @@ 426.454, 411.76, 423.446, - "1", + "(", -1, 2.967, "", @@ -35149,7 +35149,7 @@ 427.938, 411.76, 426.454, - ",", + ")", -1, 2.967, "", @@ -35172,7 +35172,7 @@ 430.946, 411.76, 427.938, - "3", + "*", -1, 2.967, "", @@ -35195,7 +35195,7 @@ 433.955, 411.76, 430.946, - "0", + "&", -1, 2.967, "", @@ -35218,7 +35218,7 @@ 436.963, 411.76, 433.955, - "8", + ",", -1, 2.967, "", @@ -35241,7 +35241,7 @@ 468.67, 411.76, 465.661, - "1", + "(", -1, 2.967, "", @@ -35264,7 +35264,7 @@ 470.153, 411.76, 468.67, - ",", + ")", -1, 2.967, "", @@ -35287,7 +35287,7 @@ 473.162, 411.76, 470.153, - "2", + "-", -1, 2.967, "", @@ -35310,7 +35310,7 @@ 476.17, 411.76, 473.162, - "5", + "$", -1, 2.967, "", @@ -35333,7 +35333,7 @@ 479.179, 411.76, 476.17, - "5", + "$", -1, 2.967, "", @@ -35356,7 +35356,7 @@ 510.886, 411.76, 507.877, - "2", + "-", -1, 2.967, "", @@ -35379,7 +35379,7 @@ 512.369, 411.76, 510.886, - ",", + ")", -1, 2.967, "", @@ -35402,7 +35402,7 @@ 515.378, 411.76, 512.369, - "0", + "&", -1, 2.967, "", @@ -35425,7 +35425,7 @@ 518.386, 411.76, 515.378, - "0", + "&", -1, 2.967, "", @@ -35448,7 +35448,7 @@ 521.395, 411.76, 518.386, - "3", + "*", -1, 2.967, "", @@ -35471,7 +35471,7 @@ 553.102, 411.76, 550.093, - "1", + "(", -1, 2.967, "", @@ -35494,7 +35494,7 @@ 554.585, 411.76, 553.102, - ",", + ")", -1, 2.967, "", @@ -35517,7 +35517,7 @@ 557.594, 411.76, 554.585, - "5", + "$", -1, 2.967, "", @@ -35540,7 +35540,7 @@ 560.602, 411.76, 557.594, - "4", + "#", -1, 2.967, "", @@ -35563,7 +35563,7 @@ 563.611, 411.76, 560.602, - "5", + "$", -1, 2.967, "", @@ -35586,7 +35586,7 @@ 589.832, 411.76, 586.823, - "1", + "(", -1, 2.967, "", @@ -35609,7 +35609,7 @@ 591.315, 411.76, 589.832, - ",", + ")", -1, 2.967, "", @@ -35632,7 +35632,7 @@ 594.324, 411.76, 591.315, - "6", + "+", -1, 2.967, "", @@ -35655,7 +35655,7 @@ 597.332, 411.76, 594.324, - "7", + "\"", -1, 2.967, "", @@ -35678,7 +35678,7 @@ 600.341, 411.76, 597.332, - "9", + "'", -1, 2.967, "", @@ -35701,7 +35701,7 @@ 620.963, 411.76, 617.955, - "1", + "(", -1, 2.967, "", @@ -35724,7 +35724,7 @@ 622.447, 411.76, 620.963, - ",", + ")", -1, 2.967, "", @@ -35747,7 +35747,7 @@ 625.455, 411.76, 622.447, - "5", + "$", -1, 2.967, "", @@ -35770,7 +35770,7 @@ 628.464, 411.76, 625.455, - "0", + "&", -1, 2.967, "", @@ -35793,7 +35793,7 @@ 631.472, 411.76, 628.464, - "2", + "-", -1, 2.967, "", @@ -35816,7 +35816,7 @@ 663.179, 411.76, 660.171, - "1", + "(", -1, 2.967, "", @@ -35839,7 +35839,7 @@ 664.663, 411.76, 663.179, - ",", + ")", -1, 2.967, "", @@ -35862,7 +35862,7 @@ 667.671, 411.76, 664.663, - "3", + "*", -1, 2.967, "", @@ -35885,7 +35885,7 @@ 670.68, 411.76, 667.671, - "4", + "#", -1, 2.967, "", @@ -35908,7 +35908,7 @@ 673.688, 411.76, 670.68, - "5", + "$", -1, 2.967, "", @@ -35931,7 +35931,7 @@ 706.872, 411.76, 705.074, - "(", + "!", -1, 2.967, "", @@ -35954,7 +35954,7 @@ 709.88, 411.76, 706.872, - "6", + "+", -1, 2.967, "", @@ -35977,7 +35977,7 @@ 712.889, 411.76, 709.88, - "3", + "*", -1, 2.967, "", @@ -36000,7 +36000,7 @@ 715.897, 411.76, 712.889, - "2", + "-", -1, 2.967, "", @@ -36023,7 +36023,7 @@ 717.695, 411.76, 715.897, - ")", + "%", -1, 2.967, "", @@ -36046,7 +36046,7 @@ 737.192, 411.76, 734.184, - "1", + "(", -1, 2.967, "", @@ -36069,7 +36069,7 @@ 740.201, 411.76, 737.192, - "3", + "*", -1, 2.967, "", @@ -36092,7 +36092,7 @@ 741.684, 411.76, 740.201, - ",", + ")", -1, 2.967, "", @@ -36115,7 +36115,7 @@ 744.693, 411.76, 741.684, - "3", + "*", -1, 2.967, "", @@ -36138,7 +36138,7 @@ 747.701, 411.76, 744.693, - "4", + "#", -1, 2.967, "", @@ -36161,7 +36161,7 @@ 750.71, 411.76, 747.701, - "6", + "+", -1, 2.967, "", @@ -36184,7 +36184,7 @@ 102.205, 421.391, 98.194, - "O", + "7", -1, 2.967, "", @@ -36207,7 +36207,7 @@ 105.142, 421.391, 102.205, - "T", + "B", -1, 2.967, "", @@ -36230,7 +36230,7 @@ 108.887, 421.391, 105.142, - "H", + "L", -1, 2.967, "", @@ -36253,7 +36253,7 @@ 111.782, 421.391, 108.887, - "E", + "C", -1, 2.967, "", @@ -36276,7 +36276,7 @@ 115.123, 421.391, 111.782, - "R", + "I", -1, 2.967, "", @@ -36322,7 +36322,7 @@ 119.188, 421.391, 116.464, - "F", + "=", -1, 2.967, "", @@ -36345,7 +36345,7 @@ 120.772, 421.391, 119.188, - "I", + "D", -1, 2.967, "", @@ -36368,7 +36368,7 @@ 124.683, 421.391, 120.772, - "N", + ":", -1, 2.967, "", @@ -36391,7 +36391,7 @@ 128.279, 421.391, 124.683, - "A", + "%", -1, 2.967, "", @@ -36414,7 +36414,7 @@ 132.189, 421.391, 128.279, - "N", + ":", -1, 2.967, "", @@ -36437,7 +36437,7 @@ 135.328, 421.391, 132.189, - "C", + "H", -1, 2.967, "", @@ -36460,7 +36460,7 @@ 136.913, 421.391, 135.328, - "I", + "D", -1, 2.967, "", @@ -36483,7 +36483,7 @@ 140.823, 421.391, 136.913, - "N", + ":", -1, 2.967, "", @@ -36506,7 +36506,7 @@ 144.603, 421.391, 140.823, - "G", + "E", -1, 2.967, "", @@ -36552,7 +36552,7 @@ 148.745, 421.391, 145.938, - "S", + "4", -1, 2.967, "", @@ -36575,7 +36575,7 @@ 152.756, 421.391, 148.745, - "O", + "7", -1, 2.967, "", @@ -36598,7 +36598,7 @@ 156.631, 421.391, 152.756, - "U", + "K", -1, 2.967, "", @@ -36621,7 +36621,7 @@ 159.972, 421.391, 156.631, - "R", + "I", -1, 2.967, "", @@ -36644,7 +36644,7 @@ 163.111, 421.391, 159.972, - "C", + "H", -1, 2.967, "", @@ -36667,7 +36667,7 @@ 166.007, 421.391, 163.111, - "E", + "C", -1, 2.967, "", @@ -36690,7 +36690,7 @@ 168.813, 421.391, 166.007, - "S", + "4", -1, 2.967, "", @@ -36736,7 +36736,7 @@ 172.006, 421.391, 170.154, - "(", + "M", -1, 2.967, "", @@ -36759,7 +36759,7 @@ 175.881, 421.391, 172.006, - "U", + "K", -1, 2.967, "", @@ -36782,7 +36782,7 @@ 178.687, 421.391, 175.881, - "S", + "4", -1, 2.967, "", @@ -36805,7 +36805,7 @@ 181.583, 421.391, 178.687, - "E", + "C", -1, 2.967, "", @@ -36828,7 +36828,7 @@ 184.39, 421.391, 181.583, - "S", + "4", -1, 2.967, "", @@ -36851,7 +36851,7 @@ 186.241, 421.391, 184.39, - ")", + "N", -1, 2.967, "", @@ -36874,7 +36874,7 @@ 187.879, 421.391, 186.241, - ":", + "J", -1, 2.967, "", @@ -36897,7 +36897,7 @@ 106.127, 428.446, 103.238, - "T", + ":", -1, 2.967, "", @@ -36920,7 +36920,7 @@ 108.198, 428.446, 106.127, - "r", + "@", -1, 2.967, "", @@ -36943,7 +36943,7 @@ 111.041, 428.446, 108.198, - "a", + ";", -1, 2.967, "", @@ -36966,7 +36966,7 @@ 114.156, 428.446, 111.041, - "n", + "0", -1, 2.967, "", @@ -36989,7 +36989,7 @@ 116.476, 428.446, 114.156, - "s", + "1", -1, 2.967, "", @@ -37012,7 +37012,7 @@ 118.286, 428.446, 116.476, - "f", + "W", -1, 2.967, "", @@ -37035,7 +37035,7 @@ 121.241, 428.446, 118.286, - "e", + "9", -1, 2.967, "", @@ -37058,7 +37058,7 @@ 123.312, 428.446, 121.241, - "r", + "@", -1, 2.967, "", @@ -37081,7 +37081,7 @@ 125.632, 428.446, 123.312, - "s", + "1", -1, 2.967, "", @@ -37127,7 +37127,7 @@ 128.783, 428.446, 126.973, - "f", + "W", -1, 2.967, "", @@ -37150,7 +37150,7 @@ 130.854, 428.446, 128.783, - "r", + "@", -1, 2.967, "", @@ -37173,7 +37173,7 @@ 133.981, 428.446, 130.854, - "o", + "/", -1, 2.967, "", @@ -37196,7 +37196,7 @@ 138.722, 428.446, 133.981, - "m", + "3", -1, 2.967, "", @@ -37242,7 +37242,7 @@ 143.992, 428.446, 140.064, - "O", + ">", -1, 2.967, "", @@ -37265,7 +37265,7 @@ 145.98, 428.446, 143.992, - "t", + "5", -1, 2.967, "", @@ -37288,7 +37288,7 @@ 149.095, 428.446, 145.98, - "h", + "?", -1, 2.967, "", @@ -37311,7 +37311,7 @@ 152.05, 428.446, 149.095, - "e", + "9", -1, 2.967, "", @@ -37334,7 +37334,7 @@ 154.121, 428.446, 152.05, - "r", + "@", -1, 2.967, "", @@ -37380,7 +37380,7 @@ 158.186, 428.446, 155.462, - "F", + "E", -1, 2.967, "", @@ -37403,7 +37403,7 @@ 161.301, 428.446, 158.186, - "u", + "2", -1, 2.967, "", @@ -37426,7 +37426,7 @@ 164.416, 428.446, 161.301, - "n", + "0", -1, 2.967, "", @@ -37449,7 +37449,7 @@ 167.532, 428.446, 164.416, - "d", + "F", -1, 2.967, "", @@ -37472,7 +37472,7 @@ 169.852, 428.446, 167.532, - "s", + "1", -1, 2.967, "", @@ -37495,7 +37495,7 @@ 262.083, 428.446, 259.074, - "2", + "-", -1, 2.967, "", @@ -37518,7 +37518,7 @@ 265.091, 428.446, 262.083, - "8", + ",", -1, 2.967, "", @@ -37541,7 +37541,7 @@ 268.1, 428.446, 265.091, - "5", + "$", -1, 2.967, "", @@ -37564,7 +37564,7 @@ 301.294, 428.446, 299.496, - "(", + "!", -1, 2.967, "", @@ -37587,7 +37587,7 @@ 304.303, 428.446, 301.294, - "8", + ",", -1, 2.967, "", @@ -37610,7 +37610,7 @@ 307.311, 428.446, 304.303, - "9", + "'", -1, 2.967, "", @@ -37633,7 +37633,7 @@ 310.32, 428.446, 307.311, - "3", + "*", -1, 2.967, "", @@ -37656,7 +37656,7 @@ 312.118, 428.446, 310.32, - ")", + "%", -1, 2.967, "", @@ -37679,7 +37679,7 @@ 346.505, 428.446, 343.496, - "8", + ",", -1, 2.967, "", @@ -37702,7 +37702,7 @@ 349.513, 428.446, 346.505, - "0", + "&", -1, 2.967, "", @@ -37725,7 +37725,7 @@ 352.522, 428.446, 349.513, - "3", + "*", -1, 2.967, "", @@ -37748,7 +37748,7 @@ 388.719, 428.446, 385.71, - "2", + "-", -1, 2.967, "", @@ -37771,7 +37771,7 @@ 391.727, 428.446, 388.719, - "4", + "#", -1, 2.967, "", @@ -37794,7 +37794,7 @@ 394.736, 428.446, 391.727, - "5", + "$", -1, 2.967, "", @@ -37817,7 +37817,7 @@ 430.933, 428.446, 427.924, - "7", + "\"", -1, 2.967, "", @@ -37840,7 +37840,7 @@ 433.941, 428.446, 430.933, - "8", + ",", -1, 2.967, "", @@ -37863,7 +37863,7 @@ 436.95, 428.446, 433.941, - "1", + "(", -1, 2.967, "", @@ -37886,7 +37886,7 @@ 473.146, 428.446, 470.138, - "7", + "\"", -1, 2.967, "", @@ -37909,7 +37909,7 @@ 476.155, 428.446, 473.146, - "9", + "'", -1, 2.967, "", @@ -37932,7 +37932,7 @@ 479.163, 428.446, 476.155, - "0", + "&", -1, 2.967, "", @@ -37955,7 +37955,7 @@ 510.88, 428.446, 507.872, - "1", + "(", -1, 2.967, "", @@ -37978,7 +37978,7 @@ 512.364, 428.446, 510.88, - ",", + ")", -1, 2.967, "", @@ -38001,7 +38001,7 @@ 515.372, 428.446, 512.364, - "1", + "(", -1, 2.967, "", @@ -38024,7 +38024,7 @@ 518.381, 428.446, 515.372, - "9", + "'", -1, 2.967, "", @@ -38047,7 +38047,7 @@ 521.389, 428.446, 518.381, - "4", + "#", -1, 2.967, "", @@ -38070,7 +38070,7 @@ 553.096, 428.446, 550.088, - "1", + "(", -1, 2.967, "", @@ -38093,7 +38093,7 @@ 554.58, 428.446, 553.096, - ",", + ")", -1, 2.967, "", @@ -38116,7 +38116,7 @@ 557.588, 428.446, 554.58, - "0", + "&", -1, 2.967, "", @@ -38139,7 +38139,7 @@ 560.597, 428.446, 557.588, - "2", + "-", -1, 2.967, "", @@ -38162,7 +38162,7 @@ 563.605, 428.446, 560.597, - "3", + "*", -1, 2.967, "", @@ -38185,7 +38185,7 @@ 589.826, 428.446, 586.818, - "1", + "(", -1, 2.967, "", @@ -38208,7 +38208,7 @@ 591.31, 428.446, 589.826, - ",", + ")", -1, 2.967, "", @@ -38231,7 +38231,7 @@ 594.318, 428.446, 591.31, - "1", + "(", -1, 2.967, "", @@ -38254,7 +38254,7 @@ 597.327, 428.446, 594.318, - "3", + "*", -1, 2.967, "", @@ -38277,7 +38277,7 @@ 600.335, 428.446, 597.327, - "8", + ",", -1, 2.967, "", @@ -38300,7 +38300,7 @@ 625.437, 428.446, 622.428, - "9", + "'", -1, 2.967, "", @@ -38323,7 +38323,7 @@ 628.445, 428.446, 625.437, - "7", + "\"", -1, 2.967, "", @@ -38346,7 +38346,7 @@ 631.454, 428.446, 628.445, - "3", + "*", -1, 2.967, "", @@ -38369,7 +38369,7 @@ 667.648, 428.446, 664.64, - "9", + "'", -1, 2.967, "", @@ -38392,7 +38392,7 @@ 670.657, 428.446, 667.648, - "6", + "+", -1, 2.967, "", @@ -38415,7 +38415,7 @@ 673.665, 428.446, 670.657, - "9", + "'", -1, 2.967, "", @@ -38438,7 +38438,7 @@ 702.38, 428.446, 700.582, - "(", + "!", -1, 2.967, "", @@ -38461,7 +38461,7 @@ 705.389, 428.446, 702.38, - "1", + "(", -1, 2.967, "", @@ -38484,7 +38484,7 @@ 706.872, 428.446, 705.389, - ",", + ")", -1, 2.967, "", @@ -38507,7 +38507,7 @@ 709.881, 428.446, 706.872, - "8", + ",", -1, 2.967, "", @@ -38530,7 +38530,7 @@ 712.889, 428.446, 709.881, - "6", + "+", -1, 2.967, "", @@ -38553,7 +38553,7 @@ 715.898, 428.446, 712.889, - "8", + ",", -1, 2.967, "", @@ -38576,7 +38576,7 @@ 717.696, 428.446, 715.898, - ")", + "%", -1, 2.967, "", @@ -38599,7 +38599,7 @@ 740.206, 428.446, 737.198, - "5", + "$", -1, 2.967, "", @@ -38622,7 +38622,7 @@ 741.69, 428.446, 740.206, - ",", + ")", -1, 2.967, "", @@ -38645,7 +38645,7 @@ 744.698, 428.446, 741.69, - "4", + "#", -1, 2.967, "", @@ -38668,7 +38668,7 @@ 747.707, 428.446, 744.698, - "4", + "#", -1, 2.967, "", @@ -38691,7 +38691,7 @@ 750.715, 428.446, 747.707, - "0", + "&", -1, 2.967, "", @@ -38714,7 +38714,7 @@ 106.127, 435.502, 103.238, - "T", + ":", -1, 2.967, "", @@ -38737,7 +38737,7 @@ 108.198, 435.502, 106.127, - "r", + "@", -1, 2.967, "", @@ -38760,7 +38760,7 @@ 111.041, 435.502, 108.198, - "a", + ";", -1, 2.967, "", @@ -38783,7 +38783,7 @@ 114.156, 435.502, 111.041, - "n", + "0", -1, 2.967, "", @@ -38806,7 +38806,7 @@ 116.476, 435.502, 114.156, - "s", + "1", -1, 2.967, "", @@ -38829,7 +38829,7 @@ 118.286, 435.502, 116.476, - "f", + "W", -1, 2.967, "", @@ -38852,7 +38852,7 @@ 121.241, 435.502, 118.286, - "e", + "9", -1, 2.967, "", @@ -38875,7 +38875,7 @@ 123.312, 435.502, 121.241, - "r", + "@", -1, 2.967, "", @@ -38898,7 +38898,7 @@ 125.632, 435.502, 123.312, - "s", + "1", -1, 2.967, "", @@ -38944,7 +38944,7 @@ 128.961, 435.502, 126.973, - "t", + "5", -1, 2.967, "", @@ -38967,7 +38967,7 @@ 132.088, 435.502, 128.961, - "o", + "/", -1, 2.967, "", @@ -39013,7 +39013,7 @@ 137.358, 435.502, 133.429, - "O", + ">", -1, 2.967, "", @@ -39036,7 +39036,7 @@ 139.346, 435.502, 137.358, - "t", + "5", -1, 2.967, "", @@ -39059,7 +39059,7 @@ 142.461, 435.502, 139.346, - "h", + "?", -1, 2.967, "", @@ -39082,7 +39082,7 @@ 145.416, 435.502, 142.461, - "e", + "9", -1, 2.967, "", @@ -39105,7 +39105,7 @@ 147.487, 435.502, 145.416, - "r", + "@", -1, 2.967, "", @@ -39151,7 +39151,7 @@ 151.552, 435.502, 148.828, - "F", + "E", -1, 2.967, "", @@ -39174,7 +39174,7 @@ 154.667, 435.502, 151.552, - "u", + "2", -1, 2.967, "", @@ -39197,7 +39197,7 @@ 157.782, 435.502, 154.667, - "n", + "0", -1, 2.967, "", @@ -39220,7 +39220,7 @@ 160.897, 435.502, 157.782, - "d", + "F", -1, 2.967, "", @@ -39243,7 +39243,7 @@ 163.218, 435.502, 160.897, - "s", + "1", -1, 2.967, "", @@ -39266,7 +39266,7 @@ 265.133, 435.502, 263.335, - "(", + "!", -1, 2.967, "", @@ -39289,7 +39289,7 @@ 268.141, 435.502, 265.133, - "6", + "+", -1, 2.967, "", @@ -39312,7 +39312,7 @@ 269.939, 435.502, 268.141, - ")", + "%", -1, 2.967, "", @@ -39335,7 +39335,7 @@ 307.341, 435.502, 305.543, - "(", + "!", -1, 2.967, "", @@ -39358,7 +39358,7 @@ 310.349, 435.502, 307.341, - "6", + "+", -1, 2.967, "", @@ -39381,7 +39381,7 @@ 312.147, 435.502, 310.349, - ")", + "%", -1, 2.967, "", @@ -39404,7 +39404,7 @@ 346.528, 435.502, 344.73, - "(", + "!", -1, 2.967, "", @@ -39427,7 +39427,7 @@ 349.537, 435.502, 346.528, - "2", + "-", -1, 2.967, "", @@ -39450,7 +39450,7 @@ 352.545, 435.502, 349.537, - "0", + "&", -1, 2.967, "", @@ -39473,7 +39473,7 @@ 354.343, 435.502, 352.545, - ")", + "%", -1, 2.967, "", @@ -39496,7 +39496,7 @@ 391.763, 435.502, 389.965, - "(", + "!", -1, 2.967, "", @@ -39519,7 +39519,7 @@ 394.771, 435.502, 391.763, - "7", + "\"", -1, 2.967, "", @@ -39542,7 +39542,7 @@ 396.569, 435.502, 394.771, - ")", + "%", -1, 2.967, "", @@ -39565,7 +39565,7 @@ 433.971, 435.502, 432.173, - "(", + "!", -1, 2.967, "", @@ -39588,7 +39588,7 @@ 436.979, 435.502, 433.971, - "6", + "+", -1, 2.967, "", @@ -39611,7 +39611,7 @@ 438.777, 435.502, 436.979, - ")", + "%", -1, 2.967, "", @@ -39634,7 +39634,7 @@ 476.179, 435.502, 474.381, - "(", + "!", -1, 2.967, "", @@ -39657,7 +39657,7 @@ 479.187, 435.502, 476.179, - "5", + "$", -1, 2.967, "", @@ -39680,7 +39680,7 @@ 480.985, 435.502, 479.187, - ")", + "%", -1, 2.967, "", @@ -39703,7 +39703,7 @@ 518.387, 435.502, 516.589, - "(", + "!", -1, 2.967, "", @@ -39726,7 +39726,7 @@ 521.395, 435.502, 518.387, - "7", + "\"", -1, 2.967, "", @@ -39749,7 +39749,7 @@ 523.193, 435.502, 521.395, - ")", + "%", -1, 2.967, "", @@ -39772,7 +39772,7 @@ 557.574, 435.502, 555.776, - "(", + "!", -1, 2.967, "", @@ -39795,7 +39795,7 @@ 560.583, 435.502, 557.574, - "2", + "-", -1, 2.967, "", @@ -39818,7 +39818,7 @@ 563.591, 435.502, 560.583, - "5", + "$", -1, 2.967, "", @@ -39841,7 +39841,7 @@ 565.389, 435.502, 563.591, - ")", + "%", -1, 2.967, "", @@ -39864,7 +39864,7 @@ 597.32, 435.502, 595.522, - "(", + "!", -1, 2.967, "", @@ -39887,7 +39887,7 @@ 600.328, 435.502, 597.32, - "7", + "\"", -1, 2.967, "", @@ -39910,7 +39910,7 @@ 602.126, 435.502, 600.328, - ")", + "%", -1, 2.967, "", @@ -39933,7 +39933,7 @@ 628.443, 435.502, 626.645, - "(", + "!", -1, 2.967, "", @@ -39956,7 +39956,7 @@ 631.452, 435.502, 628.443, - "7", + "\"", -1, 2.967, "", @@ -39979,7 +39979,7 @@ 633.25, 435.502, 631.452, - ")", + "%", -1, 2.967, "", @@ -40002,7 +40002,7 @@ 670.651, 435.502, 668.853, - "(", + "!", -1, 2.967, "", @@ -40025,7 +40025,7 @@ 673.66, 435.502, 670.651, - "6", + "+", -1, 2.967, "", @@ -40048,7 +40048,7 @@ 675.458, 435.502, 673.66, - ")", + "%", -1, 2.967, "", @@ -40071,7 +40071,7 @@ 706.813, 435.502, 705.015, - "(", + "!", -1, 2.967, "", @@ -40094,7 +40094,7 @@ 709.821, 435.502, 706.813, - "4", + "#", -1, 2.967, "", @@ -40117,7 +40117,7 @@ 712.83, 435.502, 709.821, - "7", + "\"", -1, 2.967, "", @@ -40140,7 +40140,7 @@ 715.838, 435.502, 712.83, - "2", + "-", -1, 2.967, "", @@ -40163,7 +40163,7 @@ 717.636, 435.502, 715.838, - ")", + "%", -1, 2.967, "", @@ -40186,7 +40186,7 @@ 741.633, 435.502, 739.835, - "(", + "!", -1, 2.967, "", @@ -40209,7 +40209,7 @@ 744.642, 435.502, 741.633, - "5", + "$", -1, 2.967, "", @@ -40232,7 +40232,7 @@ 747.65, 435.502, 744.642, - "7", + "\"", -1, 2.967, "", @@ -40255,7 +40255,7 @@ 750.659, 435.502, 747.65, - "4", + "#", -1, 2.967, "", @@ -40278,7 +40278,7 @@ 752.457, 435.502, 750.659, - ")", + "%", -1, 2.967, "", @@ -40301,7 +40301,7 @@ 106.483, 442.557, 103.255, - "B", + "=", -1, 2.967, "", @@ -40324,7 +40324,7 @@ 109.611, 442.557, 106.483, - "o", + "/", -1, 2.967, "", @@ -40347,7 +40347,7 @@ 112.726, 442.557, 109.611, - "n", + "0", -1, 2.967, "", @@ -40370,7 +40370,7 @@ 115.841, 442.557, 112.726, - "d", + "F", -1, 2.967, "", @@ -40416,7 +40416,7 @@ 120.031, 442.557, 117.188, - "a", + ";", -1, 2.967, "", @@ -40439,7 +40439,7 @@ 123.146, 442.557, 120.031, - "n", + "0", -1, 2.967, "", @@ -40462,7 +40462,7 @@ 126.261, 442.557, 123.146, - "d", + "F", -1, 2.967, "", @@ -40508,7 +40508,7 @@ 131.442, 442.557, 127.608, - "N", + "Y", -1, 2.967, "", @@ -40531,7 +40531,7 @@ 134.569, 442.557, 131.442, - "o", + "/", -1, 2.967, "", @@ -40554,7 +40554,7 @@ 136.557, 442.557, 134.569, - "t", + "5", -1, 2.967, "", @@ -40577,7 +40577,7 @@ 139.512, 442.557, 136.557, - "e", + "9", -1, 2.967, "", @@ -40623,7 +40623,7 @@ 143.921, 442.557, 140.853, - "P", + "K", -1, 2.967, "", @@ -40646,7 +40646,7 @@ 145.992, 442.557, 143.921, - "r", + "@", -1, 2.967, "", @@ -40669,7 +40669,7 @@ 149.119, 442.557, 145.992, - "o", + "/", -1, 2.967, "", @@ -40692,7 +40692,7 @@ 151.629, 442.557, 149.119, - "c", + "C", -1, 2.967, "", @@ -40715,7 +40715,7 @@ 154.584, 442.557, 151.629, - "e", + "9", -1, 2.967, "", @@ -40738,7 +40738,7 @@ 157.539, 442.557, 154.584, - "e", + "9", -1, 2.967, "", @@ -40761,7 +40761,7 @@ 160.654, 442.557, 157.539, - "d", + "F", -1, 2.967, "", @@ -40784,7 +40784,7 @@ 162.974, 442.557, 160.654, - "s", + "1", -1, 2.967, "", @@ -40807,7 +40807,7 @@ 268.165, 442.557, 265.157, - "0", + "&", -1, 2.967, "", @@ -40830,7 +40830,7 @@ 310.375, 442.557, 307.367, - "0", + "&", -1, 2.967, "", @@ -40853,7 +40853,7 @@ 352.586, 442.557, 349.577, - "0", + "&", -1, 2.967, "", @@ -40876,7 +40876,7 @@ 394.796, 442.557, 391.788, - "0", + "&", -1, 2.967, "", @@ -40899,7 +40899,7 @@ 437.006, 442.557, 433.998, - "0", + "&", -1, 2.967, "", @@ -40922,7 +40922,7 @@ 479.217, 442.557, 476.208, - "0", + "&", -1, 2.967, "", @@ -40945,7 +40945,7 @@ 521.427, 442.557, 518.419, - "0", + "&", -1, 2.967, "", @@ -40968,7 +40968,7 @@ 563.638, 442.557, 560.629, - "0", + "&", -1, 2.967, "", @@ -40991,7 +40991,7 @@ 600.359, 442.557, 597.351, - "0", + "&", -1, 2.967, "", @@ -41014,7 +41014,7 @@ 631.485, 442.557, 628.476, - "0", + "&", -1, 2.967, "", @@ -41037,7 +41037,7 @@ 673.695, 442.557, 670.687, - "0", + "&", -1, 2.967, "", @@ -41060,7 +41060,7 @@ 709.859, 442.557, 706.85, - "2", + "-", -1, 2.967, "", @@ -41083,7 +41083,7 @@ 712.871, 442.557, 709.862, - "6", + "+", -1, 2.967, "", @@ -41106,7 +41106,7 @@ 715.879, 442.557, 712.871, - "9", + "'", -1, 2.967, "", @@ -41129,7 +41129,7 @@ 744.685, 442.557, 741.677, - "2", + "-", -1, 2.967, "", @@ -41152,7 +41152,7 @@ 747.691, 442.557, 744.683, - "6", + "+", -1, 2.967, "", @@ -41175,7 +41175,7 @@ 750.7, 442.557, 747.691, - "9", + "'", -1, 2.967, "", @@ -41198,7 +41198,7 @@ 102.057, 450.058, 98.223, - "N", + "Y", -1, 2.967, "", @@ -41221,7 +41221,7 @@ 104.953, 450.058, 102.057, - "E", + "I", -1, 2.967, "", @@ -41244,7 +41244,7 @@ 107.842, 450.058, 104.953, - "T", + ":", -1, 2.967, "", @@ -41290,7 +41290,7 @@ 113.112, 450.058, 109.183, - "O", + ">", -1, 2.967, "", @@ -41313,7 +41313,7 @@ 116.001, 450.058, 113.112, - "T", + ":", -1, 2.967, "", @@ -41336,7 +41336,7 @@ 119.698, 450.058, 116.001, - "H", + "M", -1, 2.967, "", @@ -41359,7 +41359,7 @@ 122.594, 450.058, 119.698, - "E", + "I", -1, 2.967, "", @@ -41382,7 +41382,7 @@ 125.816, 450.058, 122.594, - "R", + "D", -1, 2.967, "", @@ -41428,7 +41428,7 @@ 129.887, 450.058, 127.163, - "F", + "E", -1, 2.967, "", @@ -41451,7 +41451,7 @@ 131.382, 450.058, 129.887, - "I", + "J", -1, 2.967, "", @@ -41474,7 +41474,7 @@ 135.216, 450.058, 131.382, - "N", + "Y", -1, 2.967, "", @@ -41497,7 +41497,7 @@ 138.651, 450.058, 135.216, - "A", + "G", -1, 2.967, "", @@ -41520,7 +41520,7 @@ 142.485, 450.058, 138.651, - "N", + "Y", -1, 2.967, "", @@ -41543,7 +41543,7 @@ 145.647, 450.058, 142.485, - "C", + ".", -1, 2.967, "", @@ -41566,7 +41566,7 @@ 147.143, 450.058, 145.647, - "I", + "J", -1, 2.967, "", @@ -41589,7 +41589,7 @@ 150.976, 450.058, 147.143, - "N", + "Y", -1, 2.967, "", @@ -41612,7 +41612,7 @@ 154.72, 450.058, 150.976, - "G", + "S", -1, 2.967, "", @@ -41658,7 +41658,7 @@ 158.779, 450.058, 156.055, - "S", + "L", -1, 2.967, "", @@ -41681,7 +41681,7 @@ 162.707, 450.058, 158.779, - "O", + ">", -1, 2.967, "", @@ -41704,7 +41704,7 @@ 166.517, 450.058, 162.707, - "U", + "8", -1, 2.967, "", @@ -41727,7 +41727,7 @@ 169.739, 450.058, 166.517, - "R", + "D", -1, 2.967, "", @@ -41750,7 +41750,7 @@ 172.902, 450.058, 169.739, - "C", + ".", -1, 2.967, "", @@ -41773,7 +41773,7 @@ 175.798, 450.058, 172.902, - "E", + "I", -1, 2.967, "", @@ -41796,7 +41796,7 @@ 178.521, 450.058, 175.798, - "S", + "L", -1, 2.967, "", @@ -41819,7 +41819,7 @@ 180.812, 450.058, 178.521, - "/", + "7", -1, 2.967, "", @@ -41842,7 +41842,7 @@ 182.61, 450.058, 180.812, - "(", + "!", -1, 2.967, "", @@ -41865,7 +41865,7 @@ 186.419, 450.058, 182.61, - "U", + "8", -1, 2.967, "", @@ -41888,7 +41888,7 @@ 189.143, 450.058, 186.419, - "S", + "L", -1, 2.967, "", @@ -41911,7 +41911,7 @@ 192.039, 450.058, 189.143, - "E", + "I", -1, 2.967, "", @@ -41934,7 +41934,7 @@ 194.762, 450.058, 192.039, - "S", + "L", -1, 2.967, "", @@ -41957,7 +41957,7 @@ 196.56, 450.058, 194.762, - ")", + "%", -1, 2.967, "", @@ -41980,7 +41980,7 @@ 262.106, 450.058, 259.098, - "2", + "-", -1, 2.967, "", @@ -42003,7 +42003,7 @@ 265.115, 450.058, 262.106, - "7", + "\"", -1, 2.967, "", @@ -42026,7 +42026,7 @@ 268.123, 450.058, 265.115, - "9", + "'", -1, 2.967, "", @@ -42049,7 +42049,7 @@ 301.318, 450.058, 299.52, - "(", + "!", -1, 2.967, "", @@ -42072,7 +42072,7 @@ 304.326, 450.058, 301.318, - "8", + ",", -1, 2.967, "", @@ -42095,7 +42095,7 @@ 307.335, 450.058, 304.326, - "9", + "'", -1, 2.967, "", @@ -42118,7 +42118,7 @@ 310.343, 450.058, 307.335, - "9", + "'", -1, 2.967, "", @@ -42141,7 +42141,7 @@ 312.141, 450.058, 310.343, - ")", + "%", -1, 2.967, "", @@ -42164,7 +42164,7 @@ 346.528, 450.058, 343.52, - "7", + "\"", -1, 2.967, "", @@ -42187,7 +42187,7 @@ 349.537, 450.058, 346.528, - "8", + ",", -1, 2.967, "", @@ -42210,7 +42210,7 @@ 352.545, 450.058, 349.537, - "3", + "*", -1, 2.967, "", @@ -42233,7 +42233,7 @@ 388.742, 450.058, 385.734, - "2", + "-", -1, 2.967, "", @@ -42256,7 +42256,7 @@ 391.751, 450.058, 388.742, - "3", + "*", -1, 2.967, "", @@ -42279,7 +42279,7 @@ 394.759, 450.058, 391.751, - "8", + ",", -1, 2.967, "", @@ -42302,7 +42302,7 @@ 430.956, 450.058, 427.948, - "7", + "\"", -1, 2.967, "", @@ -42325,7 +42325,7 @@ 433.965, 450.058, 430.956, - "7", + "\"", -1, 2.967, "", @@ -42348,7 +42348,7 @@ 436.973, 450.058, 433.965, - "5", + "$", -1, 2.967, "", @@ -42371,7 +42371,7 @@ 473.17, 450.058, 470.162, - "7", + "\"", -1, 2.967, "", @@ -42394,7 +42394,7 @@ 476.179, 450.058, 473.17, - "8", + ",", -1, 2.967, "", @@ -42417,7 +42417,7 @@ 479.187, 450.058, 476.179, - "5", + "$", -1, 2.967, "", @@ -42440,7 +42440,7 @@ 510.904, 450.058, 507.895, - "1", + "(", -1, 2.967, "", @@ -42463,7 +42463,7 @@ 512.387, 450.058, 510.904, - ",", + ")", -1, 2.967, "", @@ -42486,7 +42486,7 @@ 515.396, 450.058, 512.387, - "1", + "(", -1, 2.967, "", @@ -42509,7 +42509,7 @@ 518.404, 450.058, 515.396, - "8", + ",", -1, 2.967, "", @@ -42532,7 +42532,7 @@ 521.413, 450.058, 518.404, - "7", + "\"", -1, 2.967, "", @@ -42555,7 +42555,7 @@ 557.598, 450.058, 554.589, - "9", + "'", -1, 2.967, "", @@ -42578,7 +42578,7 @@ 560.606, 450.058, 557.598, - "9", + "'", -1, 2.967, "", @@ -42601,7 +42601,7 @@ 563.615, 450.058, 560.606, - "8", + ",", -1, 2.967, "", @@ -42624,7 +42624,7 @@ 589.846, 450.058, 586.837, - "1", + "(", -1, 2.967, "", @@ -42647,7 +42647,7 @@ 591.329, 450.058, 589.846, - ",", + ")", -1, 2.967, "", @@ -42670,7 +42670,7 @@ 594.338, 450.058, 591.329, - "1", + "(", -1, 2.967, "", @@ -42693,7 +42693,7 @@ 597.346, 450.058, 594.338, - "3", + "*", -1, 2.967, "", @@ -42716,7 +42716,7 @@ 600.355, 450.058, 597.346, - "1", + "(", -1, 2.967, "", @@ -42739,7 +42739,7 @@ 625.456, 450.058, 622.448, - "9", + "'", -1, 2.967, "", @@ -42762,7 +42762,7 @@ 628.465, 450.058, 625.456, - "6", + "+", -1, 2.967, "", @@ -42785,7 +42785,7 @@ 631.473, 450.058, 628.465, - "6", + "+", -1, 2.967, "", @@ -42808,7 +42808,7 @@ 667.666, 450.058, 664.658, - "9", + "'", -1, 2.967, "", @@ -42831,7 +42831,7 @@ 670.675, 450.058, 667.666, - "6", + "+", -1, 2.967, "", @@ -42854,7 +42854,7 @@ 673.683, 450.058, 670.675, - "3", + "*", -1, 2.967, "", @@ -42877,7 +42877,7 @@ 702.398, 450.058, 700.6, - "(", + "!", -1, 2.967, "", @@ -42900,7 +42900,7 @@ 705.407, 450.058, 702.398, - "2", + "-", -1, 2.967, "", @@ -42923,7 +42923,7 @@ 706.89, 450.058, 705.407, - ",", + ")", -1, 2.967, "", @@ -42946,7 +42946,7 @@ 709.899, 450.058, 706.89, - "0", + "&", -1, 2.967, "", @@ -42969,7 +42969,7 @@ 712.907, 450.058, 709.899, - "7", + "\"", -1, 2.967, "", @@ -42992,7 +42992,7 @@ 715.916, 450.058, 712.907, - "1", + "(", -1, 2.967, "", @@ -43015,7 +43015,7 @@ 717.714, 450.058, 715.916, - ")", + "%", -1, 2.967, "", @@ -43038,7 +43038,7 @@ 740.224, 450.058, 737.215, - "5", + "$", -1, 2.967, "", @@ -43061,7 +43061,7 @@ 741.707, 450.058, 740.224, - ",", + ")", -1, 2.967, "", @@ -43084,7 +43084,7 @@ 744.716, 450.058, 741.707, - "1", + "(", -1, 2.967, "", @@ -43107,7 +43107,7 @@ 747.724, 450.058, 744.716, - "3", + "*", -1, 2.967, "", @@ -43130,7 +43130,7 @@ 750.733, 450.058, 747.724, - "5", + "$", -1, 2.967, "", @@ -43153,7 +43153,7 @@ 101.125, 463.047, 98.229, - "E", + "I", -1, 2.967, "", @@ -43176,7 +43176,7 @@ 103.695, 463.047, 101.125, - "x", + "<", -1, 2.967, "", @@ -43199,7 +43199,7 @@ 106.205, 463.047, 103.695, - "c", + "C", -1, 2.967, "", @@ -43222,7 +43222,7 @@ 109.16, 463.047, 106.205, - "e", + "9", -1, 2.967, "", @@ -43245,7 +43245,7 @@ 111.48, 463.047, 109.16, - "s", + "1", -1, 2.967, "", @@ -43268,7 +43268,7 @@ 113.8, 463.047, 111.48, - "s", + "1", -1, 2.967, "", @@ -43291,7 +43291,7 @@ 116.09, 463.047, 113.8, - "/", + "7", -1, 2.967, "", @@ -43314,7 +43314,7 @@ 117.888, 463.047, 116.09, - "(", + "!", -1, 2.967, "", @@ -43337,7 +43337,7 @@ 121.538, 463.047, 117.888, - "D", + "R", -1, 2.967, "", @@ -43360,7 +43360,7 @@ 124.493, 463.047, 121.538, - "e", + "9", -1, 2.967, "", @@ -43383,7 +43383,7 @@ 126.303, 463.047, 124.493, - "f", + "W", -1, 2.967, "", @@ -43406,7 +43406,7 @@ 127.662, 463.047, 126.303, - "i", + "6", -1, 2.967, "", @@ -43429,7 +43429,7 @@ 130.172, 463.047, 127.662, - "c", + "C", -1, 2.967, "", @@ -43452,7 +43452,7 @@ 131.531, 463.047, 130.172, - "i", + "6", -1, 2.967, "", @@ -43475,7 +43475,7 @@ 134.486, 463.047, 131.531, - "e", + "9", -1, 2.967, "", @@ -43498,7 +43498,7 @@ 137.601, 463.047, 134.486, - "n", + "0", -1, 2.967, "", @@ -43521,7 +43521,7 @@ 140.111, 463.047, 137.601, - "c", + "C", -1, 2.967, "", @@ -43544,7 +43544,7 @@ 142.799, 463.047, 140.111, - "y", + "P", -1, 2.967, "", @@ -43567,7 +43567,7 @@ 144.597, 463.047, 142.799, - ")", + "%", -1, 2.967, "", @@ -43613,7 +43613,7 @@ 149.071, 463.047, 145.944, - "o", + "/", -1, 2.967, "", @@ -43636,7 +43636,7 @@ 150.881, 463.047, 149.071, - "f", + "W", -1, 2.967, "", @@ -43682,7 +43682,7 @@ 155.444, 463.047, 152.222, - "R", + "D", -1, 2.967, "", @@ -43705,7 +43705,7 @@ 158.399, 463.047, 155.444, - "e", + "9", -1, 2.967, "", @@ -43728,7 +43728,7 @@ 160.909, 463.047, 158.399, - "c", + "C", -1, 2.967, "", @@ -43751,7 +43751,7 @@ 163.864, 463.047, 160.909, - "e", + "9", -1, 2.967, "", @@ -43774,7 +43774,7 @@ 165.223, 463.047, 163.864, - "i", + "6", -1, 2.967, "", @@ -43797,7 +43797,7 @@ 168.339, 463.047, 165.223, - "p", + "4", -1, 2.967, "", @@ -43820,7 +43820,7 @@ 170.326, 463.047, 168.339, - "t", + "5", -1, 2.967, "", @@ -43843,7 +43843,7 @@ 172.647, 463.047, 170.326, - "s", + "1", -1, 2.967, "", @@ -43889,7 +43889,7 @@ 177.115, 463.047, 173.988, - "o", + "/", -1, 2.967, "", @@ -43912,7 +43912,7 @@ 179.797, 463.047, 177.115, - "v", + "T", -1, 2.967, "", @@ -43935,7 +43935,7 @@ 182.752, 463.047, 179.797, - "e", + "9", -1, 2.967, "", @@ -43958,7 +43958,7 @@ 184.823, 463.047, 182.752, - "r", + "@", -1, 2.967, "", @@ -44004,7 +44004,7 @@ 189.813, 463.047, 186.164, - "D", + "R", -1, 2.967, "", @@ -44027,7 +44027,7 @@ 191.172, 463.047, 189.813, - "i", + "6", -1, 2.967, "", @@ -44050,7 +44050,7 @@ 193.493, 463.047, 191.172, - "s", + "1", -1, 2.967, "", @@ -44073,7 +44073,7 @@ 196.608, 463.047, 193.493, - "b", + "O", -1, 2.967, "", @@ -44096,7 +44096,7 @@ 199.723, 463.047, 196.608, - "u", + "2", -1, 2.967, "", @@ -44119,7 +44119,7 @@ 201.794, 463.047, 199.723, - "r", + "@", -1, 2.967, "", @@ -44142,7 +44142,7 @@ 204.114, 463.047, 201.794, - "s", + "1", -1, 2.967, "", @@ -44165,7 +44165,7 @@ 207.069, 463.047, 204.114, - "e", + "9", -1, 2.967, "", @@ -44188,7 +44188,7 @@ 211.811, 463.047, 207.069, - "m", + "3", -1, 2.967, "", @@ -44211,7 +44211,7 @@ 214.766, 463.047, 211.811, - "e", + "9", -1, 2.967, "", @@ -44234,7 +44234,7 @@ 217.881, 463.047, 214.766, - "n", + "0", -1, 2.967, "", @@ -44257,7 +44257,7 @@ 219.869, 463.047, 217.881, - "t", + "5", -1, 2.967, "", @@ -44280,7 +44280,7 @@ 222.18, 463.034, 219.86, - "s", + "1", -1, 2.967, "", @@ -44303,7 +44303,7 @@ 268.159, 463.034, 265.151, - "5", + "$", -1, 2.967, "", @@ -44326,7 +44326,7 @@ 301.324, 463.034, 299.526, - "(", + "!", -1, 2.967, "", @@ -44349,7 +44349,7 @@ 304.332, 463.034, 301.324, - "2", + "-", -1, 2.967, "", @@ -44372,7 +44372,7 @@ 307.341, 463.034, 304.332, - "0", + "&", -1, 2.967, "", @@ -44395,7 +44395,7 @@ 310.349, 463.034, 307.341, - "0", + "&", -1, 2.967, "", @@ -44418,7 +44418,7 @@ 312.147, 463.034, 310.349, - ")", + "%", -1, 2.967, "", @@ -44441,7 +44441,7 @@ 346.534, 463.034, 343.526, - "1", + "(", -1, 2.967, "", @@ -44464,7 +44464,7 @@ 349.543, 463.034, 346.534, - "4", + "#", -1, 2.967, "", @@ -44487,7 +44487,7 @@ 352.551, 463.034, 349.543, - "6", + "+", -1, 2.967, "", @@ -44510,7 +44510,7 @@ 385.746, 463.034, 383.948, - "(", + "!", -1, 2.967, "", @@ -44533,7 +44533,7 @@ 388.754, 463.034, 385.746, - "2", + "-", -1, 2.967, "", @@ -44556,7 +44556,7 @@ 391.763, 463.034, 388.754, - "4", + "#", -1, 2.967, "", @@ -44579,7 +44579,7 @@ 394.771, 463.034, 391.763, - "1", + "(", -1, 2.967, "", @@ -44602,7 +44602,7 @@ 396.569, 463.034, 394.771, - ")", + "%", -1, 2.967, "", @@ -44625,7 +44625,7 @@ 427.955, 463.034, 426.157, - "(", + "!", -1, 2.967, "", @@ -44648,7 +44648,7 @@ 430.964, 463.034, 427.955, - "3", + "*", -1, 2.967, "", @@ -44671,7 +44671,7 @@ 433.972, 463.034, 430.964, - "0", + "&", -1, 2.967, "", @@ -44694,7 +44694,7 @@ 436.981, 463.034, 433.972, - "5", + "$", -1, 2.967, "", @@ -44717,7 +44717,7 @@ 438.779, 463.034, 436.981, - ")", + "%", -1, 2.967, "", @@ -44740,7 +44740,7 @@ 473.164, 463.034, 470.156, - "1", + "(", -1, 2.967, "", @@ -44763,7 +44763,7 @@ 476.173, 463.034, 473.164, - "7", + "\"", -1, 2.967, "", @@ -44786,7 +44786,7 @@ 479.181, 463.034, 476.173, - "1", + "(", -1, 2.967, "", @@ -44809,7 +44809,7 @@ 512.376, 463.034, 510.578, - "(", + "!", -1, 2.967, "", @@ -44832,7 +44832,7 @@ 515.384, 463.034, 512.376, - "3", + "*", -1, 2.967, "", @@ -44855,7 +44855,7 @@ 518.393, 463.034, 515.384, - "4", + "#", -1, 2.967, "", @@ -44878,7 +44878,7 @@ 521.401, 463.034, 518.393, - "7", + "\"", -1, 2.967, "", @@ -44901,7 +44901,7 @@ 523.199, 463.034, 521.401, - ")", + "%", -1, 2.967, "", @@ -44924,7 +44924,7 @@ 554.585, 463.034, 552.787, - "(", + "!", -1, 2.967, "", @@ -44947,7 +44947,7 @@ 557.594, 463.034, 554.585, - "3", + "*", -1, 2.967, "", @@ -44970,7 +44970,7 @@ 560.602, 463.034, 557.594, - "4", + "#", -1, 2.967, "", @@ -44993,7 +44993,7 @@ 563.611, 463.034, 560.602, - "0", + "&", -1, 2.967, "", @@ -45016,7 +45016,7 @@ 565.409, 463.034, 563.611, - ")", + "%", -1, 2.967, "", @@ -45039,7 +45039,7 @@ 594.311, 463.034, 591.302, - "2", + "-", -1, 2.967, "", @@ -45062,7 +45062,7 @@ 597.319, 463.034, 594.311, - "7", + "\"", -1, 2.967, "", @@ -45085,7 +45085,7 @@ 600.328, 463.034, 597.319, - "6", + "+", -1, 2.967, "", @@ -45108,7 +45108,7 @@ 622.437, 463.034, 620.639, - "(", + "!", -1, 2.967, "", @@ -45131,7 +45131,7 @@ 625.445, 463.034, 622.437, - "3", + "*", -1, 2.967, "", @@ -45154,7 +45154,7 @@ 628.454, 463.034, 625.445, - "2", + "-", -1, 2.967, "", @@ -45177,7 +45177,7 @@ 631.462, 463.034, 628.454, - "7", + "\"", -1, 2.967, "", @@ -45200,7 +45200,7 @@ 633.26, 463.034, 631.462, - ")", + "%", -1, 2.967, "", @@ -45223,7 +45223,7 @@ 664.646, 463.034, 662.849, - "(", + "!", -1, 2.967, "", @@ -45246,7 +45246,7 @@ 667.655, 463.034, 664.646, - "1", + "(", -1, 2.967, "", @@ -45269,7 +45269,7 @@ 670.663, 463.034, 667.655, - "6", + "+", -1, 2.967, "", @@ -45292,7 +45292,7 @@ 673.672, 463.034, 670.663, - "8", + ",", -1, 2.967, "", @@ -45315,7 +45315,7 @@ 675.47, 463.034, 673.672, - ")", + "%", -1, 2.967, "", @@ -45338,7 +45338,7 @@ 705.379, 463.034, 702.371, - "1", + "(", -1, 2.967, "", @@ -45361,7 +45361,7 @@ 706.863, 463.034, 705.379, - ",", + ")", -1, 2.967, "", @@ -45384,7 +45384,7 @@ 709.871, 463.034, 706.863, - "2", + "-", -1, 2.967, "", @@ -45407,7 +45407,7 @@ 712.88, 463.034, 709.871, - "8", + ",", -1, 2.967, "", @@ -45430,7 +45430,7 @@ 715.888, 463.034, 712.88, - "6", + "+", -1, 2.967, "", @@ -45453,7 +45453,7 @@ 744.705, 463.034, 742.907, - "(", + "!", -1, 2.967, "", @@ -45476,7 +45476,7 @@ 747.714, 463.034, 744.705, - "4", + "#", -1, 2.967, "", @@ -45499,7 +45499,7 @@ 750.722, 463.034, 747.714, - "4", + "#", -1, 2.967, "", @@ -45522,7 +45522,7 @@ 752.52, 463.034, 750.722, - ")", + "%", -1, 2.967, "", @@ -45545,7 +45545,7 @@ 101.357, 476.92, 98.218, - "C", + "H", -1, 2.967, "", @@ -45568,7 +45568,7 @@ 103.867, 476.92, 101.357, - "L", + "G", -1, 2.967, "", @@ -45591,7 +45591,7 @@ 107.878, 476.92, 103.867, - "O", + "7", -1, 2.967, "", @@ -45614,7 +45614,7 @@ 110.685, 476.92, 107.878, - "S", + "4", -1, 2.967, "", @@ -45637,7 +45637,7 @@ 112.269, 476.92, 110.685, - "I", + "D", -1, 2.967, "", @@ -45660,7 +45660,7 @@ 116.179, 476.92, 112.269, - "N", + ":", -1, 2.967, "", @@ -45683,7 +45683,7 @@ 119.959, 476.92, 116.179, - "G", + "E", -1, 2.967, "", @@ -45729,7 +45729,7 @@ 124.629, 476.92, 121.3, - "B", + "F", -1, 2.967, "", @@ -45752,7 +45752,7 @@ 128.225, 476.92, 124.629, - "A", + "%", -1, 2.967, "", @@ -45775,7 +45775,7 @@ 130.735, 476.92, 128.225, - "L", + "G", -1, 2.967, "", @@ -45798,7 +45798,7 @@ 134.331, 476.92, 130.735, - "A", + "%", -1, 2.967, "", @@ -45821,7 +45821,7 @@ 138.242, 476.92, 134.331, - "N", + ":", -1, 2.967, "", @@ -45844,7 +45844,7 @@ 141.381, 476.92, 138.242, - "C", + "H", -1, 2.967, "", @@ -45867,7 +45867,7 @@ 144.277, 476.92, 141.381, - "E", + "C", -1, 2.967, "", @@ -45890,7 +45890,7 @@ 259.11, 476.92, 257.312, - "(", + "!", -1, 2.967, "", @@ -45913,7 +45913,7 @@ 262.118, 476.92, 259.11, - "7", + "\"", -1, 2.967, "", @@ -45936,7 +45936,7 @@ 265.127, 476.92, 262.118, - "4", + "#", -1, 2.967, "", @@ -45959,7 +45959,7 @@ 268.135, 476.92, 265.127, - "0", + "&", -1, 2.967, "", @@ -45982,7 +45982,7 @@ 269.933, 476.92, 268.135, - ")", + "%", -1, 2.967, "", @@ -46005,7 +46005,7 @@ 301.32, 476.92, 299.522, - "(", + "!", -1, 2.967, "", @@ -46028,7 +46028,7 @@ 304.328, 476.92, 301.32, - "9", + "'", -1, 2.967, "", @@ -46051,7 +46051,7 @@ 307.337, 476.92, 304.328, - "4", + "#", -1, 2.967, "", @@ -46074,7 +46074,7 @@ 310.345, 476.92, 307.337, - "0", + "&", -1, 2.967, "", @@ -46097,7 +46097,7 @@ 312.143, 476.92, 310.345, - ")", + "%", -1, 2.967, "", @@ -46120,7 +46120,7 @@ 343.529, 476.92, 341.731, - "(", + "!", -1, 2.967, "", @@ -46143,7 +46143,7 @@ 346.537, 476.92, 343.529, - "7", + "\"", -1, 2.967, "", @@ -46166,7 +46166,7 @@ 349.546, 476.92, 346.537, - "9", + "'", -1, 2.967, "", @@ -46189,7 +46189,7 @@ 352.554, 476.92, 349.546, - "4", + "#", -1, 2.967, "", @@ -46212,7 +46212,7 @@ 354.352, 476.92, 352.554, - ")", + "%", -1, 2.967, "", @@ -46235,7 +46235,7 @@ 381.26, 476.92, 379.462, - "(", + "!", -1, 2.967, "", @@ -46258,7 +46258,7 @@ 384.268, 476.92, 381.26, - "1", + "(", -1, 2.967, "", @@ -46281,7 +46281,7 @@ 385.752, 476.92, 384.268, - ",", + ")", -1, 2.967, "", @@ -46304,7 +46304,7 @@ 388.76, 476.92, 385.752, - "0", + "&", -1, 2.967, "", @@ -46327,7 +46327,7 @@ 391.769, 476.92, 388.76, - "3", + "*", -1, 2.967, "", @@ -46350,7 +46350,7 @@ 394.777, 476.92, 391.769, - "5", + "$", -1, 2.967, "", @@ -46373,7 +46373,7 @@ 396.575, 476.92, 394.777, - ")", + "%", -1, 2.967, "", @@ -46396,7 +46396,7 @@ 423.473, 476.92, 421.675, - "(", + "!", -1, 2.967, "", @@ -46419,7 +46419,7 @@ 426.481, 476.92, 423.473, - "1", + "(", -1, 2.967, "", @@ -46442,7 +46442,7 @@ 427.965, 476.92, 426.481, - ",", + ")", -1, 2.967, "", @@ -46465,7 +46465,7 @@ 430.973, 476.92, 427.965, - "3", + "*", -1, 2.967, "", @@ -46488,7 +46488,7 @@ 433.982, 476.92, 430.973, - "4", + "#", -1, 2.967, "", @@ -46511,7 +46511,7 @@ 436.99, 476.92, 433.982, - "0", + "&", -1, 2.967, "", @@ -46534,7 +46534,7 @@ 438.788, 476.92, 436.99, - ")", + "%", -1, 2.967, "", @@ -46557,7 +46557,7 @@ 465.686, 476.92, 463.888, - "(", + "!", -1, 2.967, "", @@ -46580,7 +46580,7 @@ 468.695, 476.92, 465.686, - "1", + "(", -1, 2.967, "", @@ -46603,7 +46603,7 @@ 470.178, 476.92, 468.695, - ",", + ")", -1, 2.967, "", @@ -46626,7 +46626,7 @@ 473.187, 476.92, 470.178, - "1", + "(", -1, 2.967, "", @@ -46649,7 +46649,7 @@ 476.195, 476.92, 473.187, - "6", + "+", -1, 2.967, "", @@ -46672,7 +46672,7 @@ 479.204, 476.92, 476.195, - "9", + "'", -1, 2.967, "", @@ -46695,7 +46695,7 @@ 481.002, 476.92, 479.204, - ")", + "%", -1, 2.967, "", @@ -46718,7 +46718,7 @@ 507.9, 476.92, 506.102, - "(", + "!", -1, 2.967, "", @@ -46741,7 +46741,7 @@ 510.908, 476.92, 507.9, - "1", + "(", -1, 2.967, "", @@ -46764,7 +46764,7 @@ 512.392, 476.92, 510.908, - ",", + ")", -1, 2.967, "", @@ -46787,7 +46787,7 @@ 515.4, 476.92, 512.392, - "5", + "$", -1, 2.967, "", @@ -46810,7 +46810,7 @@ 518.409, 476.92, 515.4, - "1", + "(", -1, 2.967, "", @@ -46833,7 +46833,7 @@ 521.417, 476.92, 518.409, - "6", + "+", -1, 2.967, "", @@ -46856,7 +46856,7 @@ 523.215, 476.92, 521.417, - ")", + "%", -1, 2.967, "", @@ -46879,7 +46879,7 @@ 550.113, 476.92, 548.315, - "(", + "!", -1, 2.967, "", @@ -46902,7 +46902,7 @@ 553.121, 476.92, 550.113, - "1", + "(", -1, 2.967, "", @@ -46925,7 +46925,7 @@ 554.605, 476.92, 553.121, - ",", + ")", -1, 2.967, "", @@ -46948,7 +46948,7 @@ 557.613, 476.92, 554.605, - "8", + ",", -1, 2.967, "", @@ -46971,7 +46971,7 @@ 560.622, 476.92, 557.613, - "5", + "$", -1, 2.967, "", @@ -46994,7 +46994,7 @@ 563.63, 476.92, 560.622, - "6", + "+", -1, 2.967, "", @@ -47017,7 +47017,7 @@ 565.428, 476.92, 563.63, - ")", + "%", -1, 2.967, "", @@ -47040,7 +47040,7 @@ 586.84, 476.92, 585.042, - "(", + "!", -1, 2.967, "", @@ -47063,7 +47063,7 @@ 589.849, 476.92, 586.84, - "1", + "(", -1, 2.967, "", @@ -47086,7 +47086,7 @@ 591.332, 476.92, 589.849, - ",", + ")", -1, 2.967, "", @@ -47109,7 +47109,7 @@ 594.341, 476.92, 591.332, - "5", + "$", -1, 2.967, "", @@ -47132,7 +47132,7 @@ 597.349, 476.92, 594.341, - "8", + ",", -1, 2.967, "", @@ -47155,7 +47155,7 @@ 600.358, 476.92, 597.349, - "0", + "&", -1, 2.967, "", @@ -47178,7 +47178,7 @@ 602.156, 476.92, 600.358, - ")", + "%", -1, 2.967, "", @@ -47201,7 +47201,7 @@ 617.97, 476.92, 616.172, - "(", + "!", -1, 2.967, "", @@ -47224,7 +47224,7 @@ 620.978, 476.92, 617.97, - "1", + "(", -1, 2.967, "", @@ -47247,7 +47247,7 @@ 622.462, 476.92, 620.978, - ",", + ")", -1, 2.967, "", @@ -47270,7 +47270,7 @@ 625.47, 476.92, 622.462, - "9", + "'", -1, 2.967, "", @@ -47293,7 +47293,7 @@ 628.479, 476.92, 625.47, - "0", + "&", -1, 2.967, "", @@ -47316,7 +47316,7 @@ 631.487, 476.92, 628.479, - "7", + "\"", -1, 2.967, "", @@ -47339,7 +47339,7 @@ 633.285, 476.92, 631.487, - ")", + "%", -1, 2.967, "", @@ -47362,7 +47362,7 @@ 660.183, 476.92, 658.385, - "(", + "!", -1, 2.967, "", @@ -47385,7 +47385,7 @@ 663.191, 476.92, 660.183, - "2", + "-", -1, 2.967, "", @@ -47408,7 +47408,7 @@ 664.675, 476.92, 663.191, - ",", + ")", -1, 2.967, "", @@ -47431,7 +47431,7 @@ 667.683, 476.92, 664.675, - "0", + "&", -1, 2.967, "", @@ -47454,7 +47454,7 @@ 670.692, 476.92, 667.683, - "7", + "\"", -1, 2.967, "", @@ -47477,7 +47477,7 @@ 673.7, 476.92, 670.692, - "5", + "$", -1, 2.967, "", @@ -47500,7 +47500,7 @@ 675.498, 476.92, 673.7, - ")", + "%", -1, 2.967, "", @@ -47523,7 +47523,7 @@ 706.875, 476.92, 705.077, - "(", + "!", -1, 2.967, "", @@ -47546,7 +47546,7 @@ 709.883, 476.92, 706.875, - "7", + "\"", -1, 2.967, "", @@ -47569,7 +47569,7 @@ 712.892, 476.92, 709.883, - "8", + ",", -1, 2.967, "", @@ -47592,7 +47592,7 @@ 715.9, 476.92, 712.892, - "9", + "'", -1, 2.967, "", @@ -47615,7 +47615,7 @@ 717.698, 476.92, 715.9, - ")", + "%", -1, 2.967, "", @@ -47638,7 +47638,7 @@ 741.695, 476.92, 739.897, - "(", + "!", -1, 2.967, "", @@ -47661,7 +47661,7 @@ 744.703, 476.92, 741.695, - "7", + "\"", -1, 2.967, "", @@ -47684,7 +47684,7 @@ 747.712, 476.92, 744.703, - "8", + ",", -1, 2.967, "", @@ -47707,7 +47707,7 @@ 750.72, 476.92, 747.712, - "9", + "'", -1, 2.967, "", @@ -47730,7 +47730,7 @@ 752.518, 476.92, 750.72, - ")", + "%", -1, 2.967, "", @@ -47753,7 +47753,7 @@ 412.587, 107.005, 408.796, - "C", + "H", -1, 3.583, "", @@ -47776,7 +47776,7 @@ 416.929, 107.005, 412.587, - "A", + "%", -1, 3.583, "", @@ -47799,7 +47799,7 @@ 420.318, 107.005, 416.929, - "S", + "4", -1, 3.583, "", @@ -47822,7 +47822,7 @@ 424.84, 107.005, 420.318, - "H", + "L", -1, 3.583, "", @@ -47845,7 +47845,7 @@ 428.129, 107.005, 424.84, - "F", + "=", -1, 3.583, "", @@ -47868,7 +47868,7 @@ 431.16, 107.005, 428.129, - "L", + "G", -1, 3.583, "", @@ -47891,7 +47891,7 @@ 436.004, 107.005, 431.16, - "O", + "7", -1, 3.583, "", @@ -47914,7 +47914,7 @@ 442.496, 107.005, 436.004, - "W", + "O", -1, 3.583, "", @@ -47937,7 +47937,7 @@ 380.564, 115.739, 376.774, - "C", + "H", -1, 3.583, "", @@ -47960,7 +47960,7 @@ 384.907, 115.739, 380.564, - "A", + "%", -1, 3.583, "", @@ -47983,7 +47983,7 @@ 388.719, 115.739, 384.907, - "P", + "?", -1, 3.583, "", @@ -48006,7 +48006,7 @@ 390.632, 115.739, 388.719, - "I", + "D", -1, 3.583, "", @@ -48029,7 +48029,7 @@ 394.179, 115.739, 390.632, - "T", + "B", -1, 3.583, "", @@ -48052,7 +48052,7 @@ 398.521, 115.739, 394.179, - "A", + "%", -1, 3.583, "", @@ -48075,7 +48075,7 @@ 401.552, 115.739, 398.521, - "L", + "G", -1, 3.583, "", @@ -48121,7 +48121,7 @@ 406.983, 115.739, 403.171, - "P", + "?", -1, 3.583, "", @@ -48144,7 +48144,7 @@ 411.018, 115.739, 406.983, - "R", + "I", -1, 3.583, "", @@ -48167,7 +48167,7 @@ 415.861, 115.739, 411.018, - "O", + "7", -1, 3.583, "", @@ -48190,7 +48190,7 @@ 418.233, 115.739, 415.861, - "J", + "-", -1, 3.583, "", @@ -48213,7 +48213,7 @@ 421.73, 115.739, 418.233, - "E", + "C", -1, 3.583, "", @@ -48236,7 +48236,7 @@ 425.521, 115.739, 421.73, - "C", + "H", -1, 3.583, "", @@ -48259,7 +48259,7 @@ 429.067, 115.739, 425.521, - "T", + "B", -1, 3.583, "", @@ -48282,7 +48282,7 @@ 432.457, 115.739, 429.067, - "S", + "4", -1, 3.583, "", @@ -48328,7 +48328,7 @@ 437.465, 115.739, 434.076, - "S", + "4", -1, 3.583, "", @@ -48351,7 +48351,7 @@ 441.012, 115.739, 437.465, - "T", + "B", -1, 3.583, "", @@ -48374,7 +48374,7 @@ 445.355, 115.739, 441.012, - "A", + "%", -1, 3.583, "", @@ -48397,7 +48397,7 @@ 448.901, 115.739, 445.355, - "T", + "B", -1, 3.583, "", @@ -48420,7 +48420,7 @@ 452.398, 115.739, 448.901, - "E", + "C", -1, 3.583, "", @@ -48466,7 +48466,7 @@ 457.307, 115.739, 454.018, - "F", + "=", -1, 3.583, "", @@ -48489,7 +48489,7 @@ 461.986, 115.739, 457.307, - "U", + "K", -1, 3.583, "", @@ -48512,7 +48512,7 @@ 466.708, 115.739, 461.986, - "N", + ":", -1, 3.583, "", @@ -48535,7 +48535,7 @@ 471.222, 115.739, 466.708, - "D", + "<", -1, 3.583, "", @@ -48558,7 +48558,7 @@ 474.611, 115.739, 471.222, - "S", + "4", -1, 3.583, "", @@ -48581,7 +48581,7 @@ 417.459, 124.474, 414.17, - "F", + "=", -1, 3.583, "", @@ -48604,7 +48604,7 @@ 421.185, 124.474, 417.459, - "Y", + "P", -1, 3.583, "", @@ -48650,7 +48650,7 @@ 426.431, 124.474, 422.798, - "2", + "!", -1, 3.583, "", @@ -48673,7 +48673,7 @@ 430.063, 124.474, 426.431, - "0", + "\"", -1, 3.583, "", @@ -48696,7 +48696,7 @@ 433.696, 124.474, 430.063, - "2", + "!", -1, 3.583, "", @@ -48719,7 +48719,7 @@ 437.329, 124.474, 433.696, - "5", + "$", -1, 3.583, "", @@ -48742,7 +48742,7 @@ 399.159, 133.209, 396.923, - "(", + "M", -1, 3.583, "", @@ -48765,7 +48765,7 @@ 404.984, 133.209, 399.159, - "m", + "5", -1, 3.583, "", @@ -48788,7 +48788,7 @@ 406.747, 133.209, 404.984, - "i", + "(", -1, 3.583, "", @@ -48811,7 +48811,7 @@ 408.51, 133.209, 406.747, - "l", + ")", -1, 3.583, "", @@ -48834,7 +48834,7 @@ 410.272, 133.209, 408.51, - "l", + ")", -1, 3.583, "", @@ -48857,7 +48857,7 @@ 412.035, 133.209, 410.272, - "i", + "(", -1, 3.583, "", @@ -48880,7 +48880,7 @@ 415.89, 133.209, 412.035, - "o", + "9", -1, 3.583, "", @@ -48903,7 +48903,7 @@ 419.738, 133.209, 415.89, - "n", + "/", -1, 3.583, "", @@ -48926,7 +48926,7 @@ 422.597, 133.209, 419.738, - "s", + "2", -1, 3.583, "", @@ -48972,7 +48972,7 @@ 428.057, 133.209, 424.202, - "o", + "9", -1, 3.583, "", @@ -48995,7 +48995,7 @@ 430.321, 133.209, 428.057, - "f", + "Q", -1, 3.583, "", @@ -49041,7 +49041,7 @@ 435.789, 133.209, 431.941, - "d", + "A", -1, 3.583, "", @@ -49064,7 +49064,7 @@ 439.644, 133.209, 435.789, - "o", + "9", -1, 3.583, "", @@ -49087,7 +49087,7 @@ 441.406, 133.209, 439.644, - "l", + ")", -1, 3.583, "", @@ -49110,7 +49110,7 @@ 443.169, 133.209, 441.406, - "l", + ")", -1, 3.583, "", @@ -49133,7 +49133,7 @@ 446.709, 133.209, 443.169, - "a", + "+", -1, 3.583, "", @@ -49156,7 +49156,7 @@ 449.253, 133.209, 446.709, - "r", + "'", -1, 3.583, "", @@ -49179,7 +49179,7 @@ 452.112, 133.209, 449.253, - "s", + "2", -1, 3.583, "", @@ -49202,7 +49202,7 @@ 454.347, 133.209, 452.112, - ")", + "N", -1, 3.583, "", @@ -49225,7 +49225,7 @@ 81.662, 79.176, 81.662, - " ", + "!", -1, 1.926, "", @@ -49248,7 +49248,7 @@ 72.705, 79.176, 72.705, - " ", + "!", -1, 1.926, "", @@ -49271,7 +49271,7 @@ 63.748, 79.176, 63.748, - "F", + "\"", -1, 1.926, "", @@ -49294,7 +49294,7 @@ 63.748, 83.282, 63.748, - "Y", + "#", -1, 1.926, "", @@ -49317,7 +49317,7 @@ 63.748, 87.954, 63.748, - " ", + "!", -1, 1.926, "", @@ -49340,7 +49340,7 @@ 63.748, 89.88, 63.748, - "2", + "$", -1, 1.926, "", @@ -49363,7 +49363,7 @@ 63.748, 94.269, 63.748, - "0", + "%", -1, 1.926, "", @@ -49386,7 +49386,7 @@ 63.748, 98.837, 63.748, - "2", + "$", -1, 1.926, "", @@ -49409,7 +49409,7 @@ 63.748, 103.226, 63.748, - "5", + "&", -1, 1.926, "", @@ -49432,7 +49432,7 @@ 63.748, 107.629, 63.748, - " ", + "!", -1, 1.926, "", @@ -49455,7 +49455,7 @@ 63.748, 109.555, 63.748, - "M", + "'", -1, 1.926, "", @@ -49478,7 +49478,7 @@ 63.748, 115.594, 63.748, - "I", + "(", -1, 1.926, "", @@ -49501,7 +49501,7 @@ 63.748, 117.377, 63.748, - "D", + ")", -1, 1.926, "", @@ -49524,7 +49524,7 @@ 63.748, 122.602, 63.748, - "-", + "*", -1, 1.926, "", @@ -49547,7 +49547,7 @@ 63.748, 124.842, 63.748, - "Y", + "#", -1, 1.926, "", @@ -49570,7 +49570,7 @@ 63.748, 129.514, 63.748, - "E", + "+", -1, 1.926, "", @@ -49593,7 +49593,7 @@ 63.748, 133.761, 63.748, - "A", + ",", -1, 1.926, "", @@ -49616,7 +49616,7 @@ 63.748, 138.672, 63.748, - "R", + "-", -1, 1.926, "", @@ -49639,7 +49639,7 @@ 63.748, 143.211, 63.748, - " ", + "!", -1, 1.926, "", @@ -49662,7 +49662,7 @@ 63.748, 145.135, 63.748, - "U", + ".", -1, 1.926, "", @@ -49685,7 +49685,7 @@ 63.748, 150.36, 63.748, - "P", + "/", -1, 1.926, "", @@ -49708,7 +49708,7 @@ 63.748, 154.742, 63.748, - "D", + ")", -1, 1.926, "", @@ -49731,7 +49731,7 @@ 63.748, 159.966, 63.748, - "A", + ",", -1, 1.926, "", @@ -49754,7 +49754,7 @@ 63.748, 164.878, 63.748, - "T", + "0", -1, 1.926, "", @@ -49777,7 +49777,7 @@ 63.748, 169.132, 63.748, - "E", + "+", -1, 1.926, "", @@ -49800,7 +49800,7 @@ 81.662, 515.824, 81.662, - " ", + "!", -1, 1.926, "", @@ -49823,7 +49823,7 @@ 72.705, 515.824, 72.705, - " ", + "!", -1, 1.926, "", @@ -49846,7 +49846,7 @@ 63.748, 500.507, 63.748, - "T", + "0", -1, 1.926, "", @@ -49869,7 +49869,7 @@ 63.748, 504.762, 63.748, - "-", + "*", -1, 1.926, "", @@ -49892,7 +49892,7 @@ 63.748, 507.001, 63.748, - "6", + "1", -1, 1.926, "", @@ -49915,7 +49915,7 @@ 63.748, 511.412, 63.748, - "9", + "2", -1, 1.926, "", @@ -54322,7 +54322,7 @@ 269.907, 147.641, 257.873, - "2024", + "!\"!#", -1, 2.967, "", @@ -54345,7 +54345,7 @@ 633.217, 147.641, 621.183, - "2025", + "!\"!$", -1, 2.967, "", @@ -54368,7 +54368,7 @@ 270.014, 154.358, 258.205, - "April", + "%&'()", -1, 2.967, "", @@ -54391,7 +54391,7 @@ 312.242, 154.358, 301.315, - "May", + "*+,", -1, 2.967, "", @@ -54414,7 +54414,7 @@ 354.397, 154.359, 343.075, - "June", + "-./0", -1, 2.967, "", @@ -54437,7 +54437,7 @@ 396.611, 154.359, 387.188, - "July", + "-.),", -1, 2.967, "", @@ -54460,7 +54460,7 @@ 438.988, 154.359, 421.79, - "August", + "%.1.23", -1, 2.967, "", @@ -54483,7 +54483,7 @@ 481.04, 154.359, 453.916, - "September", + "40&30560'", -1, 2.967, "", @@ -54506,7 +54506,7 @@ 523.196, 154.359, 503.175, - "October", + "783960'", -1, 2.967, "", @@ -54529,7 +54529,7 @@ 565.331, 154.359, 539.335, - "November", + ":9;0560'", -1, 2.967, "", @@ -54552,7 +54552,7 @@ 602.127, 154.359, 576.836, - "December", + "<080560'", -1, 2.967, "", @@ -54575,7 +54575,7 @@ 633.358, 154.359, 614.215, - "January", + "-+/.+',", -1, 2.967, "", @@ -54598,7 +54598,7 @@ 675.583, 154.359, 653.543, - "February", + "=06'.+',", -1, 2.967, "", @@ -54621,7 +54621,7 @@ 717.801, 154.359, 701.91, - "March", + "*+'8>", -1, 2.967, "", @@ -54644,7 +54644,7 @@ 270.134, 161.076, 252.053, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54667,7 +54667,7 @@ 312.349, 161.076, 294.269, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54690,7 +54690,7 @@ 354.565, 161.076, 336.484, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54713,7 +54713,7 @@ 396.781, 161.076, 378.7, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54736,7 +54736,7 @@ 438.996, 161.076, 420.916, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54759,7 +54759,7 @@ 481.212, 161.076, 463.132, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54782,7 +54782,7 @@ 523.19, 161.076, 499.525, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54805,7 +54805,7 @@ 565.391, 161.076, 541.727, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54828,7 +54828,7 @@ 602.107, 161.076, 578.442, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54851,7 +54851,7 @@ 633.224, 161.076, 609.56, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54874,7 +54874,7 @@ 675.426, 161.076, 651.761, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54897,7 +54897,7 @@ 717.627, 161.076, 693.963, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54920,7 +54920,7 @@ 752.551, 161.076, 739.971, - "Total", + "B93+)", -1, 2.967, "", @@ -54943,7 +54943,7 @@ 145.788, 174.961, 98.222, - "OPENING BALANCE", + "7?C:D:E F%G%:HC", -1, 2.967, "", @@ -54989,7 +54989,7 @@ 269.944, 174.961, 257.322, - "(745)", + "!\"#$%", -1, 2.967, "", @@ -55012,7 +55012,7 @@ 312.154, 174.961, 299.532, - "(740)", + "!\"#&%", -1, 2.967, "", @@ -55035,7 +55035,7 @@ 354.363, 174.961, 341.741, - "(940)", + "!'#&%", -1, 2.967, "", @@ -55058,7 +55058,7 @@ 396.573, 174.961, 383.951, - "(794)", + "!\"'#%", -1, 2.967, "", @@ -55081,7 +55081,7 @@ 438.795, 174.961, 421.682, - "(1,035)", + "!()&*$%", -1, 2.967, "", @@ -55104,7 +55104,7 @@ 481.009, 174.961, 463.895, - "(1,340)", + "!()*#&%", -1, 2.967, "", @@ -55127,7 +55127,7 @@ 523.222, 174.961, 506.109, - "(1,169)", + "!()(+'%", -1, 2.967, "", @@ -55150,7 +55150,7 @@ 565.435, 174.961, 548.322, - "(1,516)", + "!()$(+%", -1, 2.967, "", @@ -55173,7 +55173,7 @@ 602.163, 174.961, 585.049, - "(1,856)", + "!(),$+%", -1, 2.967, "", @@ -55196,7 +55196,7 @@ 633.292, 174.961, 616.179, - "(1,580)", + "!()$,&%", -1, 2.967, "", @@ -55219,7 +55219,7 @@ 675.505, 174.961, 658.392, - "(1,907)", + "!()'&\"%", -1, 2.967, "", @@ -55242,7 +55242,7 @@ 717.719, 174.961, 700.605, - "(2,075)", + "!-)&\"$%", -1, 2.967, "", @@ -55265,7 +55265,7 @@ 752.529, 174.961, 739.907, - "(745)", + "!\"#$%", -1, 2.967, "", @@ -55288,7 +55288,7 @@ 122.622, 189.517, 98.228, - "RECEIPTS:", + "ICHCD?B4J", -1, 2.967, "", @@ -55311,7 +55311,7 @@ 161.858, 196.572, 103.266, - "Consumption/Use Taxes", + "./0123456/07819 :;<91", -1, 2.967, "", @@ -55357,7 +55357,7 @@ 268.152, 196.572, 262.135, - "49", + "#'", -1, 2.967, "", @@ -55380,7 +55380,7 @@ 310.36, 196.572, 304.343, - "41", + "#(", -1, 2.967, "", @@ -55403,7 +55403,7 @@ 352.568, 196.572, 346.551, - "65", + "+$", -1, 2.967, "", @@ -55426,7 +55426,7 @@ 394.776, 196.572, 388.759, - "47", + "#\"", -1, 2.967, "", @@ -55449,7 +55449,7 @@ 436.984, 196.572, 430.967, - "45", + "#$", -1, 2.967, "", @@ -55472,7 +55472,7 @@ 479.192, 196.572, 473.175, - "76", + "\"+", -1, 2.967, "", @@ -55495,7 +55495,7 @@ 521.4, 196.572, 515.383, - "47", + "#\"", -1, 2.967, "", @@ -55518,7 +55518,7 @@ 563.608, 196.572, 557.591, - "40", + "#&", -1, 2.967, "", @@ -55541,7 +55541,7 @@ 600.333, 196.572, 594.316, - "67", + "+\"", -1, 2.967, "", @@ -55564,7 +55564,7 @@ 631.46, 196.572, 625.443, - "49", + "#'", -1, 2.967, "", @@ -55587,7 +55587,7 @@ 673.67, 196.572, 667.653, - "44", + "##", -1, 2.967, "", @@ -55610,7 +55610,7 @@ 715.878, 196.572, 709.861, - "54", + "$#", -1, 2.967, "", @@ -55633,7 +55633,7 @@ 750.685, 196.572, 741.66, - "624", + "+-#", -1, 2.967, "", @@ -55656,7 +55656,7 @@ 138.893, 203.628, 103.236, - "Business Taxes", + "=2160911 :;<91", -1, 2.967, "", @@ -55702,7 +55702,7 @@ 268.122, 203.628, 262.105, - "49", + "#'", -1, 2.967, "", @@ -55725,7 +55725,7 @@ 310.336, 203.628, 304.319, - "50", + "$&", -1, 2.967, "", @@ -55748,7 +55748,7 @@ 352.55, 203.628, 346.533, - "57", + "$\"", -1, 2.967, "", @@ -55771,7 +55771,7 @@ 394.764, 203.628, 388.747, - "52", + "$-", -1, 2.967, "", @@ -55794,7 +55794,7 @@ 436.978, 203.628, 430.961, - "57", + "$\"", -1, 2.967, "", @@ -55817,7 +55817,7 @@ 479.192, 203.628, 473.175, - "53", + "$*", -1, 2.967, "", @@ -55840,7 +55840,7 @@ 521.406, 203.628, 515.389, - "46", + "#+", -1, 2.967, "", @@ -55863,7 +55863,7 @@ 563.62, 203.628, 557.603, - "46", + "#+", -1, 2.967, "", @@ -55886,7 +55886,7 @@ 600.345, 203.628, 594.328, - "50", + "$&", -1, 2.967, "", @@ -55909,7 +55909,7 @@ 631.472, 203.628, 625.455, - "44", + "##", -1, 2.967, "", @@ -55932,7 +55932,7 @@ 673.682, 203.628, 667.665, - "48", + "#,", -1, 2.967, "", @@ -55955,7 +55955,7 @@ 715.896, 203.628, 709.879, - "50", + "$&", -1, 2.967, "", @@ -55978,7 +55978,7 @@ 750.703, 203.628, 741.678, - "602", + "+&-", -1, 2.967, "", @@ -56001,7 +56001,7 @@ 132.229, 210.683, 103.254, - "Other Taxes", + ">5?9@ :;<91", -1, 2.967, "", @@ -56047,7 +56047,7 @@ 268.158, 210.683, 265.149, - "0", + "&", -1, 2.967, "", @@ -56070,7 +56070,7 @@ 310.366, 210.683, 307.357, - "0", + "&", -1, 2.967, "", @@ -56093,7 +56093,7 @@ 352.562, 210.683, 346.545, - "25", + "-$", -1, 2.967, "", @@ -56116,7 +56116,7 @@ 394.77, 210.683, 388.753, - "27", + "-\"", -1, 2.967, "", @@ -56139,7 +56139,7 @@ 436.978, 210.683, 430.961, - "25", + "-$", -1, 2.967, "", @@ -56162,7 +56162,7 @@ 479.186, 210.683, 473.169, - "26", + "-+", -1, 2.967, "", @@ -56185,7 +56185,7 @@ 521.394, 210.683, 515.377, - "26", + "-+", -1, 2.967, "", @@ -56208,7 +56208,7 @@ 563.602, 210.683, 557.585, - "26", + "-+", -1, 2.967, "", @@ -56231,7 +56231,7 @@ 600.327, 210.683, 594.31, - "26", + "-+", -1, 2.967, "", @@ -56254,7 +56254,7 @@ 631.454, 210.683, 625.437, - "26", + "-+", -1, 2.967, "", @@ -56277,7 +56277,7 @@ 673.664, 210.683, 667.647, - "26", + "-+", -1, 2.967, "", @@ -56300,7 +56300,7 @@ 715.872, 210.683, 709.855, - "24", + "-#", -1, 2.967, "", @@ -56323,7 +56323,7 @@ 750.679, 210.683, 741.654, - "257", + "-$\"", -1, 2.967, "", @@ -56369,7 +56369,7 @@ 133.048, 218.184, 105.918, - "Total Taxes", + ":/5;A :;<91", -1, 2.967, "", @@ -56415,7 +56415,7 @@ 268.122, 218.184, 262.105, - "98", + "',", -1, 2.967, "", @@ -56438,7 +56438,7 @@ 310.33, 218.184, 304.313, - "91", + "'(", -1, 2.967, "", @@ -56461,7 +56461,7 @@ 352.526, 218.184, 343.501, - "147", + "(#\"", -1, 2.967, "", @@ -56484,7 +56484,7 @@ 394.74, 218.184, 385.715, - "126", + "(-+", -1, 2.967, "", @@ -56507,7 +56507,7 @@ 436.954, 218.184, 427.929, - "127", + "(-\"", -1, 2.967, "", @@ -56530,7 +56530,7 @@ 479.168, 218.184, 470.142, - "155", + "($$", -1, 2.967, "", @@ -56553,7 +56553,7 @@ 521.382, 218.184, 512.356, - "119", + "(('", -1, 2.967, "", @@ -56576,7 +56576,7 @@ 563.596, 218.184, 554.57, - "112", + "((-", -1, 2.967, "", @@ -56599,7 +56599,7 @@ 600.322, 218.184, 591.297, - "143", + "(#*", -1, 2.967, "", @@ -56622,7 +56622,7 @@ 631.45, 218.184, 622.425, - "119", + "(('", -1, 2.967, "", @@ -56645,7 +56645,7 @@ 673.664, 218.184, 664.639, - "118", + "((,", -1, 2.967, "", @@ -56668,7 +56668,7 @@ 715.878, 218.184, 706.853, - "128", + "(-,", -1, 2.967, "", @@ -56691,7 +56691,7 @@ 750.714, 218.184, 737.197, - "1,483", + "()#,*", -1, 2.967, "", @@ -56714,7 +56714,7 @@ 159.43, 228.711, 103.242, - "Miscellaneous Receipts", + "B61C9AA;09/21 D9C96451", -1, 2.967, "", @@ -56760,7 +56760,7 @@ 268.122, 228.711, 259.097, - "180", + "(,&", -1, 2.967, "", @@ -56783,7 +56783,7 @@ 310.348, 228.711, 296.83, - "1,412", + "()#(-", -1, 2.967, "", @@ -56806,7 +56806,7 @@ 352.568, 228.711, 346.551, - "98", + "',", -1, 2.967, "", @@ -56829,7 +56829,7 @@ 394.764, 228.711, 385.738, - "498", + "#',", -1, 2.967, "", @@ -56852,7 +56852,7 @@ 436.978, 228.711, 427.952, - "101", + "(&(", -1, 2.967, "", @@ -56875,7 +56875,7 @@ 479.192, 228.711, 470.166, - "486", + "#,+", -1, 2.967, "", @@ -56898,7 +56898,7 @@ 521.406, 228.711, 512.38, - "350", + "*$&", -1, 2.967, "", @@ -56921,7 +56921,7 @@ 563.631, 228.711, 557.614, - "95", + "'$", -1, 2.967, "", @@ -56944,7 +56944,7 @@ 600.342, 228.711, 591.317, - "681", + "+,(", -1, 2.967, "", @@ -56967,7 +56967,7 @@ 631.485, 228.711, 625.468, - "90", + "'&", -1, 2.967, "", @@ -56990,7 +56990,7 @@ 673.694, 228.711, 667.677, - "93", + "'*", -1, 2.967, "", @@ -57013,7 +57013,7 @@ 715.904, 228.711, 702.387, - "2,595", + "-)$'$", -1, 2.967, "", @@ -57036,7 +57036,7 @@ 750.731, 228.711, 737.213, - "6,679", + "+)+\"'", -1, 2.967, "", @@ -57059,7 +57059,7 @@ 143.041, 237.445, 103.254, - "Federal Receipts", + "E9F9@;A D9C96451", -1, 2.967, "", @@ -57105,7 +57105,7 @@ 268.158, 237.445, 265.149, - "0", + "&", -1, 2.967, "", @@ -57128,7 +57128,7 @@ 310.368, 237.445, 307.36, - "0", + "&", -1, 2.967, "", @@ -57151,7 +57151,7 @@ 352.578, 237.445, 349.57, - "0", + "&", -1, 2.967, "", @@ -57174,7 +57174,7 @@ 394.789, 237.445, 391.78, - "0", + "&", -1, 2.967, "", @@ -57197,7 +57197,7 @@ 436.999, 237.445, 433.991, - "0", + "&", -1, 2.967, "", @@ -57220,7 +57220,7 @@ 479.21, 237.445, 476.201, - "0", + "&", -1, 2.967, "", @@ -57243,7 +57243,7 @@ 521.42, 237.445, 518.411, - "0", + "&", -1, 2.967, "", @@ -57266,7 +57266,7 @@ 563.63, 237.445, 560.622, - "0", + "&", -1, 2.967, "", @@ -57289,7 +57289,7 @@ 600.352, 237.445, 597.343, - "0", + "&", -1, 2.967, "", @@ -57312,7 +57312,7 @@ 631.478, 237.445, 628.469, - "0", + "&", -1, 2.967, "", @@ -57335,7 +57335,7 @@ 673.688, 237.445, 670.679, - "3", + "*", -1, 2.967, "", @@ -57358,7 +57358,7 @@ 715.898, 237.445, 712.89, - "2", + "-", -1, 2.967, "", @@ -57381,7 +57381,7 @@ 750.721, 237.445, 747.712, - "5", + "$", -1, 2.967, "", @@ -57404,7 +57404,7 @@ 137.552, 248.417, 98.216, - "TOTAL RECEIPTS", + ":>:GH DI.IJK:L", -1, 2.967, "", @@ -57450,7 +57450,7 @@ 268.122, 248.417, 259.097, - "278", + "-\",", -1, 2.967, "", @@ -57473,7 +57473,7 @@ 310.348, 248.417, 296.83, - "1,503", + "()$&*", -1, 2.967, "", @@ -57496,7 +57496,7 @@ 352.55, 248.417, 343.524, - "245", + "-#$", -1, 2.967, "", @@ -57519,7 +57519,7 @@ 394.764, 248.417, 385.738, - "624", + "+-#", -1, 2.967, "", @@ -57542,7 +57542,7 @@ 436.978, 248.417, 427.952, - "228", + "--,", -1, 2.967, "", @@ -57565,7 +57565,7 @@ 479.192, 248.417, 470.166, - "641", + "+#(", -1, 2.967, "", @@ -57588,7 +57588,7 @@ 521.406, 248.417, 512.38, - "469", + "#+'", -1, 2.967, "", @@ -57611,7 +57611,7 @@ 563.62, 248.417, 554.594, - "207", + "-&\"", -1, 2.967, "", @@ -57634,7 +57634,7 @@ 600.346, 248.417, 591.32, - "824", + ",-#", -1, 2.967, "", @@ -57657,7 +57657,7 @@ 631.474, 248.417, 622.448, - "209", + "-&'", -1, 2.967, "", @@ -57680,7 +57680,7 @@ 673.688, 248.417, 664.662, - "214", + "-(#", -1, 2.967, "", @@ -57703,7 +57703,7 @@ 715.914, 248.417, 702.396, - "2,725", + "-)\"-$", -1, 2.967, "", @@ -57726,7 +57726,7 @@ 750.74, 248.417, 737.223, - "8,167", + ",)(+\"", -1, 2.967, "", @@ -57749,7 +57749,7 @@ 141.979, 263.418, 98.228, - "DISBURSEMENTS:", + "5?9@ IF2C;56/0", -1, 2.967, "", @@ -58186,7 +58186,7 @@ 268.17, 277.529, 265.161, - "2", + "-", -1, 2.967, "", @@ -58209,7 +58209,7 @@ 310.38, 277.529, 307.371, - "3", + "*", -1, 2.967, "", @@ -58232,7 +58232,7 @@ 352.59, 277.529, 349.582, - "3", + "*", -1, 2.967, "", @@ -58255,7 +58255,7 @@ 394.801, 277.529, 391.792, - "5", + "$", -1, 2.967, "", @@ -58278,7 +58278,7 @@ 437.011, 277.529, 434.003, - "3", + "*", -1, 2.967, "", @@ -58301,7 +58301,7 @@ 479.221, 277.529, 476.213, - "3", + "*", -1, 2.967, "", @@ -58324,7 +58324,7 @@ 521.432, 277.529, 518.423, - "4", + "#", -1, 2.967, "", @@ -58347,7 +58347,7 @@ 563.642, 277.529, 560.634, - "8", + ",", -1, 2.967, "", @@ -58370,7 +58370,7 @@ 600.364, 277.529, 597.355, - "8", + ",", -1, 2.967, "", @@ -58393,7 +58393,7 @@ 631.48, 277.529, 625.461, - "10", + "(&", -1, 2.967, "", @@ -58416,7 +58416,7 @@ 673.688, 277.529, 667.674, - "10", + "(&", -1, 2.967, "", @@ -58439,7 +58439,7 @@ 715.902, 277.529, 709.882, - "14", + "(#", -1, 2.967, "", @@ -58462,7 +58462,7 @@ 750.722, 277.529, 744.706, - "73", + "\"*", -1, 2.967, "", @@ -58485,7 +58485,7 @@ 135.095, 284.584, 103.266, - "Public Health", + "K2OA6C M9;A5?", -1, 2.967, "", @@ -58531,7 +58531,7 @@ 268.152, 284.584, 262.135, - "34", + "*#", -1, 2.967, "", @@ -58554,7 +58554,7 @@ 310.366, 284.584, 304.349, - "27", + "-\"", -1, 2.967, "", @@ -58577,7 +58577,7 @@ 352.58, 284.584, 346.563, - "24", + "-#", -1, 2.967, "", @@ -58600,7 +58600,7 @@ 394.794, 284.584, 388.777, - "30", + "*&", -1, 2.967, "", @@ -58623,7 +58623,7 @@ 437.007, 284.584, 430.99, - "22", + "--", -1, 2.967, "", @@ -58646,7 +58646,7 @@ 479.221, 284.584, 473.204, - "12", + "(-", -1, 2.967, "", @@ -58669,7 +58669,7 @@ 521.435, 284.584, 515.418, - "37", + "*\"", -1, 2.967, "", @@ -58692,7 +58692,7 @@ 563.649, 284.584, 557.632, - "34", + "*#", -1, 2.967, "", @@ -58715,7 +58715,7 @@ 600.374, 284.584, 594.357, - "44", + "##", -1, 2.967, "", @@ -58738,7 +58738,7 @@ 631.501, 284.584, 625.484, - "49", + "#'", -1, 2.967, "", @@ -58761,7 +58761,7 @@ 673.712, 284.584, 667.695, - "42", + "#-", -1, 2.967, "", @@ -58784,7 +58784,7 @@ 715.908, 284.584, 706.882, - "102", + "(&-", -1, 2.967, "", @@ -58807,7 +58807,7 @@ 750.73, 284.584, 741.705, - "457", + "#$\"", -1, 2.967, "", @@ -58830,7 +58830,7 @@ 141.522, 291.64, 103.284, - "Mental Hygiene", + "B905;A MPN6909", -1, 2.967, "", @@ -58876,7 +58876,7 @@ 268.187, 291.64, 265.179, - "9", + "'", -1, 2.967, "", @@ -58899,7 +58899,7 @@ 310.398, 291.64, 307.389, - "8", + ",", -1, 2.967, "", @@ -58922,7 +58922,7 @@ 352.608, 291.64, 349.6, - "8", + ",", -1, 2.967, "", @@ -58945,7 +58945,7 @@ 394.819, 291.64, 391.81, - "5", + "$", -1, 2.967, "", @@ -58968,7 +58968,7 @@ 437.013, 291.64, 430.994, - "12", + "(-", -1, 2.967, "", @@ -58991,7 +58991,7 @@ 479.221, 291.64, 473.207, - "10", + "(&", -1, 2.967, "", @@ -59014,7 +59014,7 @@ 521.447, 291.64, 518.439, - "9", + "'", -1, 2.967, "", @@ -59037,7 +59037,7 @@ 563.643, 291.64, 557.626, - "14", + "(#", -1, 2.967, "", @@ -59060,7 +59060,7 @@ 600.368, 291.64, 594.351, - "12", + "(-", -1, 2.967, "", @@ -59083,7 +59083,7 @@ 631.498, 291.64, 625.478, - "12", + "(-", -1, 2.967, "", @@ -59106,7 +59106,7 @@ 673.706, 291.64, 667.692, - "13", + "(*", -1, 2.967, "", @@ -59129,7 +59129,7 @@ 715.92, 291.64, 709.9, - "23", + "-*", -1, 2.967, "", @@ -59152,7 +59152,7 @@ 750.728, 291.64, 741.701, - "135", + "(*$", -1, 2.967, "", @@ -59175,7 +59175,7 @@ 128.509, 298.695, 103.284, - "School Aid", + "LC?//A G6F", -1, 2.967, "", @@ -59221,7 +59221,7 @@ 268.187, 298.695, 265.179, - "0", + "&", -1, 2.967, "", @@ -59244,7 +59244,7 @@ 310.395, 298.695, 307.387, - "0", + "&", -1, 2.967, "", @@ -59267,7 +59267,7 @@ 352.603, 298.695, 349.595, - "0", + "&", -1, 2.967, "", @@ -59290,7 +59290,7 @@ 394.8, 298.695, 388.783, - "14", + "(#", -1, 2.967, "", @@ -59313,7 +59313,7 @@ 437.007, 298.695, 430.99, - "14", + "(#", -1, 2.967, "", @@ -59336,7 +59336,7 @@ 479.233, 298.695, 476.225, - "0", + "&", -1, 2.967, "", @@ -59359,7 +59359,7 @@ 521.441, 298.695, 518.433, - "5", + "$", -1, 2.967, "", @@ -59382,7 +59382,7 @@ 563.637, 298.695, 557.62, - "45", + "#$", -1, 2.967, "", @@ -59405,7 +59405,7 @@ 600.362, 298.695, 594.345, - "50", + "$&", -1, 2.967, "", @@ -59428,7 +59428,7 @@ 631.489, 298.695, 625.472, - "50", + "$&", -1, 2.967, "", @@ -59451,7 +59451,7 @@ 673.7, 298.695, 667.683, - "55", + "$$", -1, 2.967, "", @@ -59474,7 +59474,7 @@ 715.908, 298.695, 709.891, - "67", + "+\"", -1, 2.967, "", @@ -59497,7 +59497,7 @@ 750.715, 298.695, 741.689, - "300", + "*&&", -1, 2.967, "", @@ -59520,7 +59520,7 @@ 185.059, 305.751, 103.272, - "Temporary & Disability Assistance", + ":934/@;@P Q R61;O6A65P G11615;0C9", -1, 2.967, "", @@ -59612,7 +59612,7 @@ 268.175, 305.751, 265.167, - "0", + "&", -1, 2.967, "", @@ -59635,7 +59635,7 @@ 310.383, 305.751, 307.375, - "0", + "&", -1, 2.967, "", @@ -59658,7 +59658,7 @@ 352.591, 305.751, 349.583, - "0", + "&", -1, 2.967, "", @@ -59681,7 +59681,7 @@ 394.788, 305.751, 388.771, - "28", + "-,", -1, 2.967, "", @@ -59704,7 +59704,7 @@ 437.013, 305.751, 434.005, - "0", + "&", -1, 2.967, "", @@ -59727,7 +59727,7 @@ 479.221, 305.751, 476.213, - "0", + "&", -1, 2.967, "", @@ -59750,7 +59750,7 @@ 521.417, 305.751, 515.4, - "15", + "($", -1, 2.967, "", @@ -59773,7 +59773,7 @@ 563.625, 305.751, 557.608, - "15", + "($", -1, 2.967, "", @@ -59796,7 +59796,7 @@ 600.351, 305.751, 594.334, - "15", + "($", -1, 2.967, "", @@ -59819,7 +59819,7 @@ 631.478, 305.751, 625.461, - "15", + "($", -1, 2.967, "", @@ -59842,7 +59842,7 @@ 673.688, 305.751, 667.671, - "15", + "($", -1, 2.967, "", @@ -59865,7 +59865,7 @@ 715.896, 305.751, 709.879, - "11", + "((", -1, 2.967, "", @@ -59888,7 +59888,7 @@ 750.703, 305.751, 741.678, - "114", + "((#", -1, 2.967, "", @@ -59911,7 +59911,7 @@ 139.231, 312.806, 103.26, - "Transportation", + ":@;014/@5;56/0", -1, 2.967, "", @@ -59934,7 +59934,7 @@ 268.152, 312.806, 265.143, - "6", + "+", -1, 2.967, "", @@ -59957,7 +59957,7 @@ 310.36, 312.806, 307.351, - "4", + "#", -1, 2.967, "", @@ -59980,7 +59980,7 @@ 352.538, 312.806, 343.513, - "116", + "((+", -1, 2.967, "", @@ -60003,7 +60003,7 @@ 394.782, 312.806, 391.773, - "5", + "$", -1, 2.967, "", @@ -60026,7 +60026,7 @@ 436.99, 312.806, 433.981, - "6", + "+", -1, 2.967, "", @@ -60049,7 +60049,7 @@ 479.168, 312.806, 470.142, - "236", + "-*+", -1, 2.967, "", @@ -60072,7 +60072,7 @@ 521.382, 312.806, 512.356, - "331", + "**(", -1, 2.967, "", @@ -60095,7 +60095,7 @@ 563.608, 312.806, 557.591, - "36", + "*+", -1, 2.967, "", @@ -60118,7 +60118,7 @@ 600.318, 312.806, 591.293, - "345", + "*#$", -1, 2.967, "", @@ -60141,7 +60141,7 @@ 631.461, 312.806, 625.444, - "30", + "*&", -1, 2.967, "", @@ -60164,7 +60164,7 @@ 673.67, 312.806, 667.653, - "35", + "*$", -1, 2.967, "", @@ -60187,7 +60187,7 @@ 715.866, 312.806, 706.841, - "668", + "++,", -1, 2.967, "", @@ -60210,7 +60210,7 @@ 750.702, 312.806, 737.185, - "1,818", + "(),(,", -1, 2.967, "", @@ -60233,7 +60233,7 @@ 138.478, 319.862, 103.248, - "All Other Local", + "GAA >5?9@ H/C;A", -1, 2.967, "", @@ -60302,7 +60302,7 @@ 268.116, 319.862, 259.091, - "124", + "(-#", -1, 2.967, "", @@ -60325,7 +60325,7 @@ 310.33, 319.862, 301.305, - "142", + "(#-", -1, 2.967, "", @@ -60348,7 +60348,7 @@ 352.544, 319.862, 343.519, - "135", + "(*$", -1, 2.967, "", @@ -60371,7 +60371,7 @@ 394.758, 319.862, 385.732, - "356", + "*$+", -1, 2.967, "", @@ -60394,7 +60394,7 @@ 436.972, 319.862, 427.946, - "562", + "$+-", -1, 2.967, "", @@ -60417,7 +60417,7 @@ 479.186, 319.862, 470.16, - "311", + "*((", -1, 2.967, "", @@ -60440,7 +60440,7 @@ 521.4, 319.862, 512.374, - "278", + "-\",", -1, 2.967, "", @@ -60463,7 +60463,7 @@ 563.614, 319.862, 554.588, - "261", + "-+(", -1, 2.967, "", @@ -60486,7 +60486,7 @@ 600.34, 319.862, 591.314, - "167", + "(+\"", -1, 2.967, "", @@ -60509,7 +60509,7 @@ 631.468, 319.862, 622.443, - "310", + "*(&", -1, 2.967, "", @@ -60532,7 +60532,7 @@ 673.682, 319.862, 664.656, - "177", + "(\"\"", -1, 2.967, "", @@ -60555,7 +60555,7 @@ 717.7, 319.862, 705.078, - "(725)", + "!\"-$%", -1, 2.967, "", @@ -60578,7 +60578,7 @@ 750.729, 319.862, 737.211, - "2,098", + "-)&',", -1, 2.967, "", @@ -60601,7 +60601,7 @@ 174.865, 327.362, 108.304, - "Total Assistance and Grants", + ":/5;A G11615;0C9 ;0F S@;051", -1, 2.967, "", @@ -60693,7 +60693,7 @@ 268.14, 327.362, 259.114, - "175", + "(\"$", -1, 2.967, "", @@ -60716,7 +60716,7 @@ 310.354, 327.362, 301.328, - "184", + "(,#", -1, 2.967, "", @@ -60739,7 +60739,7 @@ 352.568, 327.362, 343.542, - "286", + "-,+", -1, 2.967, "", @@ -60762,7 +60762,7 @@ 394.782, 327.362, 385.756, - "443", + "##*", -1, 2.967, "", @@ -60785,7 +60785,7 @@ 436.996, 327.362, 427.97, - "619", + "+('", -1, 2.967, "", @@ -60808,7 +60808,7 @@ 479.209, 327.362, 470.184, - "572", + "$\"-", -1, 2.967, "", @@ -60831,7 +60831,7 @@ 521.423, 327.362, 512.398, - "679", + "+\"'", -1, 2.967, "", @@ -60854,7 +60854,7 @@ 563.637, 327.362, 554.612, - "413", + "#(*", -1, 2.967, "", @@ -60877,7 +60877,7 @@ 600.364, 327.362, 591.338, - "641", + "+#(", -1, 2.967, "", @@ -60900,7 +60900,7 @@ 631.492, 327.362, 622.466, - "476", + "#\"+", -1, 2.967, "", @@ -60923,7 +60923,7 @@ 673.706, 327.362, 664.68, - "347", + "*#\"", -1, 2.967, "", @@ -60946,7 +60946,7 @@ 715.92, 327.362, 706.894, - "160", + "(+&", -1, 2.967, "", @@ -60969,7 +60969,7 @@ 750.756, 327.362, 737.238, - "4,995", + "#)''$", -1, 2.967, "", @@ -60992,7 +60992,7 @@ 160.659, 340.909, 103.284, - "Economic Development", + "IC/0/36C R9T9A/43905", -1, 2.967, "", @@ -61038,7 +61038,7 @@ 268.187, 340.909, 265.179, - "5", + "$", -1, 2.967, "", @@ -61061,7 +61061,7 @@ 310.398, 340.909, 307.389, - "4", + "#", -1, 2.967, "", @@ -61084,7 +61084,7 @@ 352.608, 340.909, 349.6, - "8", + ",", -1, 2.967, "", @@ -61107,7 +61107,7 @@ 394.819, 340.909, 391.81, - "7", + "\"", -1, 2.967, "", @@ -61130,7 +61130,7 @@ 437.013, 340.909, 430.994, - "12", + "(-", -1, 2.967, "", @@ -61153,7 +61153,7 @@ 479.221, 340.909, 473.207, - "10", + "(&", -1, 2.967, "", @@ -61176,7 +61176,7 @@ 521.418, 340.909, 512.393, - "288", + "-,,", -1, 2.967, "", @@ -61199,7 +61199,7 @@ 563.631, 340.909, 554.604, - "328", + "*-,", -1, 2.967, "", @@ -61222,7 +61222,7 @@ 600.356, 340.909, 591.332, - "309", + "*&'", -1, 2.967, "", @@ -61245,7 +61245,7 @@ 631.486, 340.909, 622.459, - "275", + "-\"$", -1, 2.967, "", @@ -61268,7 +61268,7 @@ 673.7, 340.909, 664.672, - "277", + "-\"\"", -1, 2.967, "", @@ -61291,7 +61291,7 @@ 717.694, 340.909, 705.072, - "(280)", + "!-,&%", -1, 2.967, "", @@ -61314,7 +61314,7 @@ 750.723, 340.909, 737.205, - "1,243", + "()-#*", -1, 2.967, "", @@ -61337,7 +61337,7 @@ 163.572, 347.965, 103.284, - "Parks & the Environment", + "K;@U1 Q 5?9 I0T6@/03905", -1, 2.967, "", @@ -61429,7 +61429,7 @@ 268.17, 347.965, 262.153, - "55", + "$$", -1, 2.967, "", @@ -61452,7 +61452,7 @@ 310.384, 347.965, 304.367, - "65", + "+$", -1, 2.967, "", @@ -61475,7 +61475,7 @@ 352.597, 347.965, 346.58, - "62", + "+-", -1, 2.967, "", @@ -61498,7 +61498,7 @@ 394.794, 347.965, 385.768, - "108", + "(&,", -1, 2.967, "", @@ -61521,7 +61521,7 @@ 437.019, 347.965, 431.002, - "89", + ",'", -1, 2.967, "", @@ -61544,7 +61544,7 @@ 479.233, 347.965, 473.216, - "78", + "\",", -1, 2.967, "", @@ -61567,7 +61567,7 @@ 521.429, 347.965, 512.404, - "150", + "($&", -1, 2.967, "", @@ -61590,7 +61590,7 @@ 563.643, 347.965, 554.618, - "137", + "(*\"", -1, 2.967, "", @@ -61613,7 +61613,7 @@ 600.37, 347.965, 591.344, - "155", + "($$", -1, 2.967, "", @@ -61636,7 +61636,7 @@ 631.498, 347.965, 622.472, - "124", + "(-#", -1, 2.967, "", @@ -61659,7 +61659,7 @@ 673.712, 347.965, 664.686, - "126", + "(-+", -1, 2.967, "", @@ -61682,7 +61682,7 @@ 715.926, 347.965, 706.9, - "210", + "-(&", -1, 2.967, "", @@ -61705,7 +61705,7 @@ 750.762, 347.965, 737.244, - "1,359", + "()*$'", -1, 2.967, "", @@ -61728,7 +61728,7 @@ 139.267, 355.02, 103.296, - "Transportation", + ":@;014/@5;56/0", -1, 2.967, "", @@ -61751,7 +61751,7 @@ 268.158, 355.02, 259.132, - "166", + "(++", -1, 2.967, "", @@ -61774,7 +61774,7 @@ 310.372, 355.02, 301.346, - "269", + "-+'", -1, 2.967, "", @@ -61797,7 +61797,7 @@ 352.586, 355.02, 343.56, - "282", + "-,-", -1, 2.967, "", @@ -61820,7 +61820,7 @@ 394.799, 355.02, 385.774, - "306", + "*&+", -1, 2.967, "", @@ -61843,7 +61843,7 @@ 437.013, 355.02, 427.988, - "306", + "*&+", -1, 2.967, "", @@ -61866,7 +61866,7 @@ 479.227, 355.02, 470.202, - "357", + "*$\"", -1, 2.967, "", @@ -61889,7 +61889,7 @@ 521.441, 355.02, 512.416, - "463", + "#+*", -1, 2.967, "", @@ -61912,7 +61912,7 @@ 563.655, 355.02, 554.63, - "278", + "-\",", -1, 2.967, "", @@ -61935,7 +61935,7 @@ 600.381, 355.02, 591.356, - "211", + "-((", -1, 2.967, "", @@ -61958,7 +61958,7 @@ 631.51, 355.02, 622.484, - "238", + "-*,", -1, 2.967, "", @@ -61981,7 +61981,7 @@ 673.723, 355.02, 664.698, - "218", + "-(,", -1, 2.967, "", @@ -62004,7 +62004,7 @@ 715.937, 355.02, 706.912, - "213", + "-(*", -1, 2.967, "", @@ -62027,7 +62027,7 @@ 750.774, 355.02, 737.256, - "3,307", + "*)*&\"", -1, 2.967, "", @@ -62050,7 +62050,7 @@ 160.488, 362.075, 103.307, - "Health & Social Welfare", + "M9;A5? Q L/C6;A V9AW;@9", -1, 2.967, "", @@ -62142,7 +62142,7 @@ 268.159, 362.046, 265.151, - "3", + "*", -1, 2.967, "", @@ -62165,7 +62165,7 @@ 310.369, 362.046, 307.361, - "6", + "+", -1, 2.967, "", @@ -62188,7 +62188,7 @@ 352.58, 362.046, 349.571, - "4", + "#", -1, 2.967, "", @@ -62211,7 +62211,7 @@ 394.79, 362.046, 391.782, - "4", + "#", -1, 2.967, "", @@ -62234,7 +62234,7 @@ 437.001, 362.046, 433.992, - "6", + "+", -1, 2.967, "", @@ -62257,7 +62257,7 @@ 479.211, 362.046, 476.202, - "3", + "*", -1, 2.967, "", @@ -62280,7 +62280,7 @@ 521.407, 362.046, 515.386, - "16", + "(+", -1, 2.967, "", @@ -62303,7 +62303,7 @@ 563.615, 362.046, 557.601, - "19", + "('", -1, 2.967, "", @@ -62326,7 +62326,7 @@ 600.34, 362.046, 594.323, - "21", + "-(", -1, 2.967, "", @@ -62349,7 +62349,7 @@ 631.469, 362.046, 625.45, - "22", + "--", -1, 2.967, "", @@ -62372,7 +62372,7 @@ 673.683, 362.046, 667.663, - "39", + "*'", -1, 2.967, "", @@ -62395,7 +62395,7 @@ 715.891, 362.046, 709.877, - "52", + "$-", -1, 2.967, "", @@ -62418,7 +62418,7 @@ 750.7, 362.046, 741.673, - "195", + "('$", -1, 2.967, "", @@ -62441,7 +62441,7 @@ 141.494, 369.101, 103.255, - "Mental Hygiene", + "B905;A MPN6909", -1, 2.967, "", @@ -62487,7 +62487,7 @@ 268.147, 369.101, 262.13, - "22", + "--", -1, 2.967, "", @@ -62510,7 +62510,7 @@ 310.355, 369.101, 304.338, - "51", + "$(", -1, 2.967, "", @@ -62533,7 +62533,7 @@ 352.563, 369.101, 346.546, - "44", + "##", -1, 2.967, "", @@ -62556,7 +62556,7 @@ 394.771, 369.101, 388.754, - "28", + "-,", -1, 2.967, "", @@ -62579,7 +62579,7 @@ 436.979, 369.101, 430.962, - "41", + "#(", -1, 2.967, "", @@ -62602,7 +62602,7 @@ 479.187, 369.101, 473.17, - "31", + "*(", -1, 2.967, "", @@ -62625,7 +62625,7 @@ 521.395, 369.101, 515.378, - "46", + "#+", -1, 2.967, "", @@ -62648,7 +62648,7 @@ 563.603, 369.101, 557.586, - "46", + "#+", -1, 2.967, "", @@ -62671,7 +62671,7 @@ 600.328, 369.101, 594.311, - "44", + "##", -1, 2.967, "", @@ -62694,7 +62694,7 @@ 631.455, 369.101, 625.438, - "34", + "*#", -1, 2.967, "", @@ -62717,7 +62717,7 @@ 673.665, 369.101, 667.648, - "33", + "**", -1, 2.967, "", @@ -62740,7 +62740,7 @@ 715.862, 369.101, 706.836, - "101", + "(&(", -1, 2.967, "", @@ -62763,7 +62763,7 @@ 750.684, 369.101, 741.659, - "521", + "$-(", -1, 2.967, "", @@ -62786,7 +62786,7 @@ 144.413, 376.157, 103.232, - "Public Protection", + "K2OA6C K@/59C56/0", -1, 2.967, "", @@ -62832,7 +62832,7 @@ 268.118, 376.157, 262.101, - "22", + "--", -1, 2.967, "", @@ -62855,7 +62855,7 @@ 310.325, 376.157, 304.308, - "50", + "$&", -1, 2.967, "", @@ -62878,7 +62878,7 @@ 352.533, 376.157, 346.516, - "37", + "*\"", -1, 2.967, "", @@ -62901,7 +62901,7 @@ 394.741, 376.157, 388.724, - "41", + "#(", -1, 2.967, "", @@ -62924,7 +62924,7 @@ 436.949, 376.157, 430.932, - "46", + "#+", -1, 2.967, "", @@ -62947,7 +62947,7 @@ 479.157, 376.157, 473.14, - "35", + "*$", -1, 2.967, "", @@ -62970,7 +62970,7 @@ 521.365, 376.157, 515.348, - "58", + "$,", -1, 2.967, "", @@ -62993,7 +62993,7 @@ 563.573, 376.157, 557.556, - "57", + "$\"", -1, 2.967, "", @@ -63016,7 +63016,7 @@ 600.298, 376.157, 594.281, - "63", + "+*", -1, 2.967, "", @@ -63039,7 +63039,7 @@ 631.425, 376.157, 625.408, - "51", + "$(", -1, 2.967, "", @@ -63062,7 +63062,7 @@ 673.636, 376.157, 667.619, - "54", + "$#", -1, 2.967, "", @@ -63085,7 +63085,7 @@ 715.844, 376.157, 709.827, - "60", + "+&", -1, 2.967, "", @@ -63108,7 +63108,7 @@ 750.651, 376.157, 741.625, - "574", + "$\"#", -1, 2.967, "", @@ -63131,7 +63131,7 @@ 127.27, 383.212, 103.202, - "Education", + "IF2C;56/0", -1, 2.967, "", @@ -63154,7 +63154,7 @@ 268.076, 383.212, 262.059, - "76", + "\"+", -1, 2.967, "", @@ -63177,7 +63177,7 @@ 310.272, 383.212, 301.247, - "135", + "(*$", -1, 2.967, "", @@ -63200,7 +63200,7 @@ 352.486, 383.212, 343.461, - "121", + "(-(", -1, 2.967, "", @@ -63223,7 +63223,7 @@ 394.7, 383.212, 385.674, - "125", + "(-$", -1, 2.967, "", @@ -63246,7 +63246,7 @@ 436.914, 383.212, 427.888, - "155", + "($$", -1, 2.967, "", @@ -63269,7 +63269,7 @@ 479.128, 383.212, 470.102, - "129", + "(-'", -1, 2.967, "", @@ -63292,7 +63292,7 @@ 521.342, 383.212, 512.316, - "177", + "(\"\"", -1, 2.967, "", @@ -63315,7 +63315,7 @@ 563.556, 383.212, 554.53, - "182", + "(,-", -1, 2.967, "", @@ -63338,7 +63338,7 @@ 600.282, 383.212, 591.256, - "154", + "($#", -1, 2.967, "", @@ -63361,7 +63361,7 @@ 631.41, 383.212, 622.384, - "203", + "-&*", -1, 2.967, "", @@ -63384,7 +63384,7 @@ 673.624, 383.212, 664.598, - "173", + "(\"*", -1, 2.967, "", @@ -63407,7 +63407,7 @@ 715.838, 383.212, 706.812, - "161", + "(+(", -1, 2.967, "", @@ -63430,7 +63430,7 @@ 750.674, 383.212, 737.157, - "1,791", + "()\"'(", -1, 2.967, "", @@ -63453,7 +63453,7 @@ 124.772, 390.268, 103.214, - "All Other", + "GAA >5?9@", -1, 2.967, "", @@ -63522,7 +63522,7 @@ 268.106, 390.268, 262.089, - "28", + "-,", -1, 2.967, "", @@ -63545,7 +63545,7 @@ 310.314, 390.268, 304.297, - "40", + "#&", -1, 2.967, "", @@ -63568,7 +63568,7 @@ 352.522, 390.268, 346.505, - "38", + "*,", -1, 2.967, "", @@ -63591,7 +63591,7 @@ 394.73, 390.268, 388.713, - "41", + "#(", -1, 2.967, "", @@ -63614,7 +63614,7 @@ 436.944, 390.268, 430.927, - "34", + "*#", -1, 2.967, "", @@ -63637,7 +63637,7 @@ 479.157, 390.268, 473.14, - "40", + "#&", -1, 2.967, "", @@ -63660,7 +63660,7 @@ 521.354, 390.268, 512.328, - "126", + "(-+", -1, 2.967, "", @@ -63683,7 +63683,7 @@ 563.579, 390.268, 557.562, - "85", + ",$", -1, 2.967, "", @@ -63706,7 +63706,7 @@ 600.304, 390.268, 594.287, - "81", + ",(", -1, 2.967, "", @@ -63729,7 +63729,7 @@ 631.431, 390.268, 625.414, - "79", + "\"'", -1, 2.967, "", @@ -63752,7 +63752,7 @@ 673.642, 390.268, 667.625, - "78", + "\",", -1, 2.967, "", @@ -63775,7 +63775,7 @@ 717.657, 390.268, 700.543, - "(1,309)", + "!()*&'%", -1, 2.967, "", @@ -63798,7 +63798,7 @@ 752.467, 390.268, 739.845, - "(639)", + "!+*'%", -1, 2.967, "", @@ -63821,7 +63821,7 @@ 159.283, 397.768, 108.252, - "Total Capital Projects", + ":/5;A .;465;A K@/X9C51", -1, 2.967, "", @@ -63890,7 +63890,7 @@ 268.094, 397.768, 259.068, - "377", + "*\"\"", -1, 2.967, "", @@ -63913,7 +63913,7 @@ 310.308, 397.768, 301.282, - "620", + "+-&", -1, 2.967, "", @@ -63936,7 +63936,7 @@ 352.522, 397.768, 343.496, - "596", + "$'+", -1, 2.967, "", @@ -63959,7 +63959,7 @@ 394.736, 397.768, 385.71, - "660", + "++&", -1, 2.967, "", @@ -63982,7 +63982,7 @@ 436.95, 397.768, 427.924, - "689", + "+,'", -1, 2.967, "", @@ -64005,7 +64005,7 @@ 479.163, 397.768, 470.138, - "683", + "+,*", -1, 2.967, "", @@ -64028,7 +64028,7 @@ 521.389, 397.768, 507.872, - "1,324", + "()*-#", -1, 2.967, "", @@ -64051,7 +64051,7 @@ 563.605, 397.768, 550.088, - "1,132", + "()(*-", -1, 2.967, "", @@ -64074,7 +64074,7 @@ 600.335, 397.768, 586.818, - "1,038", + "()&*,", -1, 2.967, "", @@ -64097,7 +64097,7 @@ 631.467, 397.768, 617.949, - "1,026", + "()&-+", -1, 2.967, "", @@ -64120,7 +64120,7 @@ 673.671, 397.768, 664.646, - "998", + "'',", -1, 2.967, "", @@ -64143,7 +64143,7 @@ 717.689, 397.768, 705.068, - "(792)", + "!\"'-%", -1, 2.967, "", @@ -64166,7 +64166,7 @@ 750.718, 397.768, 737.201, - "8,351", + ",)*$(", -1, 2.967, "", @@ -64189,7 +64189,7 @@ 156.334, 411.76, 98.188, - "TOTAL DISBURSEMENTS", + ":>:GH RJL=8DLIBIY:L", -1, 2.967, "", @@ -64235,7 +64235,7 @@ 268.094, 411.76, 259.068, - "552", + "$$-", -1, 2.967, "", @@ -64258,7 +64258,7 @@ 310.308, 411.76, 301.282, - "804", + ",&#", -1, 2.967, "", @@ -64281,7 +64281,7 @@ 352.522, 411.76, 343.496, - "882", + ",,-", -1, 2.967, "", @@ -64304,7 +64304,7 @@ 394.747, 411.76, 381.23, - "1,103", + "()(&*", -1, 2.967, "", @@ -64327,7 +64327,7 @@ 436.963, 411.76, 423.446, - "1,308", + "()*&,", -1, 2.967, "", @@ -64350,7 +64350,7 @@ 479.179, 411.76, 465.661, - "1,255", + "()-$$", -1, 2.967, "", @@ -64373,7 +64373,7 @@ 521.395, 411.76, 507.877, - "2,003", + "-)&&*", -1, 2.967, "", @@ -64396,7 +64396,7 @@ 563.611, 411.76, 550.093, - "1,545", + "()$#$", -1, 2.967, "", @@ -64419,7 +64419,7 @@ 600.341, 411.76, 586.823, - "1,679", + "()+\"'", -1, 2.967, "", @@ -64442,7 +64442,7 @@ 631.472, 411.76, 617.955, - "1,502", + "()$&-", -1, 2.967, "", @@ -64465,7 +64465,7 @@ 673.688, 411.76, 660.171, - "1,345", + "()*#$", -1, 2.967, "", @@ -64488,7 +64488,7 @@ 717.695, 411.76, 705.074, - "(632)", + "!+*-%", -1, 2.967, "", @@ -64511,7 +64511,7 @@ 750.71, 411.76, 734.184, - "13,346", + "(*)*#+", -1, 2.967, "", @@ -64534,7 +64534,7 @@ 187.879, 421.391, 98.194, - "OTHER FINANCING SOURCES (USES):", + "7BLCI =D:%:HD:E 47KIHC4 MK4C4NJ", -1, 2.967, "", @@ -64626,7 +64626,7 @@ 169.852, 428.446, 103.238, - "Transfers from Other Funds", + ":@;01W9@1 W@/3 >5?9@ E20F1", -1, 2.967, "", @@ -64718,7 +64718,7 @@ 268.1, 428.446, 259.074, - "285", + "-,$", -1, 2.967, "", @@ -64741,7 +64741,7 @@ 312.118, 428.446, 299.496, - "(893)", + "!,'*%", -1, 2.967, "", @@ -64764,7 +64764,7 @@ 352.522, 428.446, 343.496, - "803", + ",&*", -1, 2.967, "", @@ -64787,7 +64787,7 @@ 394.736, 428.446, 385.71, - "245", + "-#$", -1, 2.967, "", @@ -64810,7 +64810,7 @@ 436.95, 428.446, 427.924, - "781", + "\",(", -1, 2.967, "", @@ -64833,7 +64833,7 @@ 479.163, 428.446, 470.138, - "790", + "\"'&", -1, 2.967, "", @@ -64856,7 +64856,7 @@ 521.389, 428.446, 507.872, - "1,194", + "()('#", -1, 2.967, "", @@ -64879,7 +64879,7 @@ 563.605, 428.446, 550.088, - "1,023", + "()&-*", -1, 2.967, "", @@ -64902,7 +64902,7 @@ 600.335, 428.446, 586.818, - "1,138", + "()(*,", -1, 2.967, "", @@ -64925,7 +64925,7 @@ 631.454, 428.446, 622.428, - "973", + "'\"*", -1, 2.967, "", @@ -64948,7 +64948,7 @@ 673.665, 428.446, 664.64, - "969", + "'+'", -1, 2.967, "", @@ -64971,7 +64971,7 @@ 717.696, 428.446, 700.582, - "(1,868)", + "!(),+,%", -1, 2.967, "", @@ -64994,7 +64994,7 @@ 750.715, 428.446, 737.198, - "5,440", + "$)##&", -1, 2.967, "", @@ -65017,7 +65017,7 @@ 163.218, 435.502, 103.238, - "Transfers to Other Funds", + ":@;01W9@1 5/ >5?9@ E20F1", -1, 2.967, "", @@ -65109,7 +65109,7 @@ 269.939, 435.502, 263.335, - "(6)", + "!+%", -1, 2.967, "", @@ -65132,7 +65132,7 @@ 312.147, 435.502, 305.543, - "(6)", + "!+%", -1, 2.967, "", @@ -65155,7 +65155,7 @@ 354.343, 435.502, 344.73, - "(20)", + "!-&%", -1, 2.967, "", @@ -65178,7 +65178,7 @@ 396.569, 435.502, 389.965, - "(7)", + "!\"%", -1, 2.967, "", @@ -65201,7 +65201,7 @@ 438.777, 435.502, 432.173, - "(6)", + "!+%", -1, 2.967, "", @@ -65224,7 +65224,7 @@ 480.985, 435.502, 474.381, - "(5)", + "!$%", -1, 2.967, "", @@ -65247,7 +65247,7 @@ 523.193, 435.502, 516.589, - "(7)", + "!\"%", -1, 2.967, "", @@ -65270,7 +65270,7 @@ 565.389, 435.502, 555.776, - "(25)", + "!-$%", -1, 2.967, "", @@ -65293,7 +65293,7 @@ 602.126, 435.502, 595.522, - "(7)", + "!\"%", -1, 2.967, "", @@ -65316,7 +65316,7 @@ 633.25, 435.502, 626.645, - "(7)", + "!\"%", -1, 2.967, "", @@ -65339,7 +65339,7 @@ 675.458, 435.502, 668.853, - "(6)", + "!+%", -1, 2.967, "", @@ -65362,7 +65362,7 @@ 717.636, 435.502, 705.015, - "(472)", + "!#\"-%", -1, 2.967, "", @@ -65385,7 +65385,7 @@ 752.457, 435.502, 739.835, - "(574)", + "!$\"#%", -1, 2.967, "", @@ -65408,7 +65408,7 @@ 162.974, 442.557, 103.255, - "Bond and Note Proceeds", + "=/0F ;0F Y/59 K@/C99F1", -1, 2.967, "", @@ -65500,7 +65500,7 @@ 268.165, 442.557, 265.157, - "0", + "&", -1, 2.967, "", @@ -65523,7 +65523,7 @@ 310.375, 442.557, 307.367, - "0", + "&", -1, 2.967, "", @@ -65546,7 +65546,7 @@ 352.586, 442.557, 349.577, - "0", + "&", -1, 2.967, "", @@ -65569,7 +65569,7 @@ 394.796, 442.557, 391.788, - "0", + "&", -1, 2.967, "", @@ -65592,7 +65592,7 @@ 437.006, 442.557, 433.998, - "0", + "&", -1, 2.967, "", @@ -65615,7 +65615,7 @@ 479.217, 442.557, 476.208, - "0", + "&", -1, 2.967, "", @@ -65638,7 +65638,7 @@ 521.427, 442.557, 518.419, - "0", + "&", -1, 2.967, "", @@ -65661,7 +65661,7 @@ 563.638, 442.557, 560.629, - "0", + "&", -1, 2.967, "", @@ -65684,7 +65684,7 @@ 600.359, 442.557, 597.351, - "0", + "&", -1, 2.967, "", @@ -65707,7 +65707,7 @@ 631.485, 442.557, 628.476, - "0", + "&", -1, 2.967, "", @@ -65730,7 +65730,7 @@ 673.695, 442.557, 670.687, - "0", + "&", -1, 2.967, "", @@ -65753,7 +65753,7 @@ 715.879, 442.557, 706.85, - "269", + "-+'", -1, 2.967, "", @@ -65776,7 +65776,7 @@ 750.7, 442.557, 741.677, - "269", + "-+'", -1, 2.967, "", @@ -65799,7 +65799,7 @@ 196.56, 450.058, 98.223, - "NET OTHER FINANCING SOURCES/(USES)", + "YI: >:MID EJYGY.JYS L>8D.IL7!8LIL%", -1, 2.967, "", @@ -65891,7 +65891,7 @@ 268.123, 450.058, 259.098, - "279", + "-\"'", -1, 2.967, "", @@ -65914,7 +65914,7 @@ 312.141, 450.058, 299.52, - "(899)", + "!,''%", -1, 2.967, "", @@ -65937,7 +65937,7 @@ 352.545, 450.058, 343.52, - "783", + "\",*", -1, 2.967, "", @@ -65960,7 +65960,7 @@ 394.759, 450.058, 385.734, - "238", + "-*,", -1, 2.967, "", @@ -65983,7 +65983,7 @@ 436.973, 450.058, 427.948, - "775", + "\"\"$", -1, 2.967, "", @@ -66006,7 +66006,7 @@ 479.187, 450.058, 470.162, - "785", + "\",$", -1, 2.967, "", @@ -66029,7 +66029,7 @@ 521.413, 450.058, 507.895, - "1,187", + "()(,\"", -1, 2.967, "", @@ -66052,7 +66052,7 @@ 563.615, 450.058, 554.589, - "998", + "'',", -1, 2.967, "", @@ -66075,7 +66075,7 @@ 600.355, 450.058, 586.837, - "1,131", + "()(*(", -1, 2.967, "", @@ -66098,7 +66098,7 @@ 631.473, 450.058, 622.448, - "966", + "'++", -1, 2.967, "", @@ -66121,7 +66121,7 @@ 673.683, 450.058, 664.658, - "963", + "'+*", -1, 2.967, "", @@ -66144,7 +66144,7 @@ 717.714, 450.058, 700.6, - "(2,071)", + "!-)&\"(%", -1, 2.967, "", @@ -66167,7 +66167,7 @@ 750.733, 450.058, 737.215, - "5,135", + "$)(*$", -1, 2.967, "", @@ -66190,7 +66190,7 @@ 222.18, 463.047, 98.229, - "Excess/(Deficiency) of Receipts over Disbursements", + "I", -1, 2.967, "", @@ -1914,7 +1914,7 @@ 255.649, 161.076, 252.053, - "A", + "%", -1, 2.967, "", @@ -1937,7 +1937,7 @@ 258.129, 161.076, 255.649, - "c", + "8", -1, 2.967, "", @@ -1960,7 +1960,7 @@ 260.188, 161.076, 258.129, - "t", + "3", -1, 2.967, "", @@ -1983,7 +1983,7 @@ 263.375, 161.076, 260.188, - "u", + ".", -1, 2.967, "", @@ -2006,7 +2006,7 @@ 266.306, 161.076, 263.375, - "a", + "+", -1, 2.967, "", @@ -2029,7 +2029,7 @@ 267.766, 161.076, 266.306, - "l", + ")", -1, 2.967, "", @@ -2052,7 +2052,7 @@ 270.134, 161.076, 267.766, - "s", + "2", -1, 2.967, "", @@ -2075,7 +2075,7 @@ 297.865, 161.076, 294.269, - "A", + "%", -1, 2.967, "", @@ -2098,7 +2098,7 @@ 300.345, 161.076, 297.865, - "c", + "8", -1, 2.967, "", @@ -2121,7 +2121,7 @@ 302.404, 161.076, 300.345, - "t", + "3", -1, 2.967, "", @@ -2144,7 +2144,7 @@ 305.591, 161.076, 302.404, - "u", + ".", -1, 2.967, "", @@ -2167,7 +2167,7 @@ 308.522, 161.076, 305.591, - "a", + "+", -1, 2.967, "", @@ -2190,7 +2190,7 @@ 309.982, 161.076, 308.522, - "l", + ")", -1, 2.967, "", @@ -2213,7 +2213,7 @@ 312.349, 161.076, 309.982, - "s", + "2", -1, 2.967, "", @@ -2236,7 +2236,7 @@ 340.08, 161.076, 336.484, - "A", + "%", -1, 2.967, "", @@ -2259,7 +2259,7 @@ 342.561, 161.076, 340.08, - "c", + "8", -1, 2.967, "", @@ -2282,7 +2282,7 @@ 344.62, 161.076, 342.561, - "t", + "3", -1, 2.967, "", @@ -2305,7 +2305,7 @@ 347.806, 161.076, 344.62, - "u", + ".", -1, 2.967, "", @@ -2328,7 +2328,7 @@ 350.738, 161.076, 347.806, - "a", + "+", -1, 2.967, "", @@ -2351,7 +2351,7 @@ 352.197, 161.076, 350.738, - "l", + ")", -1, 2.967, "", @@ -2374,7 +2374,7 @@ 354.565, 161.076, 352.197, - "s", + "2", -1, 2.967, "", @@ -2397,7 +2397,7 @@ 382.296, 161.076, 378.7, - "A", + "%", -1, 2.967, "", @@ -2420,7 +2420,7 @@ 384.776, 161.076, 382.296, - "c", + "8", -1, 2.967, "", @@ -2443,7 +2443,7 @@ 386.836, 161.076, 384.776, - "t", + "3", -1, 2.967, "", @@ -2466,7 +2466,7 @@ 390.022, 161.076, 386.836, - "u", + ".", -1, 2.967, "", @@ -2489,7 +2489,7 @@ 392.953, 161.076, 390.022, - "a", + "+", -1, 2.967, "", @@ -2512,7 +2512,7 @@ 394.413, 161.076, 392.953, - "l", + ")", -1, 2.967, "", @@ -2535,7 +2535,7 @@ 396.781, 161.076, 394.413, - "s", + "2", -1, 2.967, "", @@ -2558,7 +2558,7 @@ 424.512, 161.076, 420.916, - "A", + "%", -1, 2.967, "", @@ -2581,7 +2581,7 @@ 426.992, 161.076, 424.512, - "c", + "8", -1, 2.967, "", @@ -2604,7 +2604,7 @@ 429.051, 161.076, 426.992, - "t", + "3", -1, 2.967, "", @@ -2627,7 +2627,7 @@ 432.238, 161.076, 429.051, - "u", + ".", -1, 2.967, "", @@ -2650,7 +2650,7 @@ 435.169, 161.076, 432.238, - "a", + "+", -1, 2.967, "", @@ -2673,7 +2673,7 @@ 436.629, 161.076, 435.169, - "l", + ")", -1, 2.967, "", @@ -2696,7 +2696,7 @@ 438.996, 161.076, 436.629, - "s", + "2", -1, 2.967, "", @@ -2719,7 +2719,7 @@ 466.727, 161.076, 463.132, - "A", + "%", -1, 2.967, "", @@ -2742,7 +2742,7 @@ 469.208, 161.076, 466.727, - "c", + "8", -1, 2.967, "", @@ -2765,7 +2765,7 @@ 471.267, 161.076, 469.208, - "t", + "3", -1, 2.967, "", @@ -2788,7 +2788,7 @@ 474.453, 161.076, 471.267, - "u", + ".", -1, 2.967, "", @@ -2811,7 +2811,7 @@ 477.385, 161.076, 474.453, - "a", + "+", -1, 2.967, "", @@ -2834,7 +2834,7 @@ 478.845, 161.076, 477.385, - "l", + ")", -1, 2.967, "", @@ -2857,7 +2857,7 @@ 481.212, 161.076, 478.845, - "s", + "2", -1, 2.967, "", @@ -2880,7 +2880,7 @@ 502.682, 161.076, 499.525, - "P", + "?", -1, 2.967, "", @@ -2903,7 +2903,7 @@ 504.789, 161.076, 502.682, - "r", + "'", -1, 2.967, "", @@ -2926,7 +2926,7 @@ 507.981, 161.076, 504.789, - "o", + "9", -1, 2.967, "", @@ -2949,7 +2949,7 @@ 509.494, 161.076, 507.981, - "j", + "@", -1, 2.967, "", @@ -2972,7 +2972,7 @@ 512.479, 161.076, 509.494, - "e", + "0", -1, 2.967, "", @@ -2995,7 +2995,7 @@ 514.96, 161.076, 512.479, - "c", + "8", -1, 2.967, "", @@ -3018,7 +3018,7 @@ 517.019, 161.076, 514.96, - "t", + "3", -1, 2.967, "", @@ -3041,7 +3041,7 @@ 520.003, 161.076, 517.019, - "e", + "0", -1, 2.967, "", @@ -3064,7 +3064,7 @@ 523.19, 161.076, 520.003, - "d", + "A", -1, 2.967, "", @@ -3087,7 +3087,7 @@ 544.884, 161.076, 541.727, - "P", + "?", -1, 2.967, "", @@ -3110,7 +3110,7 @@ 546.99, 161.076, 544.884, - "r", + "'", -1, 2.967, "", @@ -3133,7 +3133,7 @@ 550.183, 161.076, 546.99, - "o", + "9", -1, 2.967, "", @@ -3156,7 +3156,7 @@ 551.696, 161.076, 550.183, - "j", + "@", -1, 2.967, "", @@ -3179,7 +3179,7 @@ 554.681, 161.076, 551.696, - "e", + "0", -1, 2.967, "", @@ -3202,7 +3202,7 @@ 557.161, 161.076, 554.681, - "c", + "8", -1, 2.967, "", @@ -3225,7 +3225,7 @@ 559.22, 161.076, 557.161, - "t", + "3", -1, 2.967, "", @@ -3248,7 +3248,7 @@ 562.205, 161.076, 559.22, - "e", + "0", -1, 2.967, "", @@ -3271,7 +3271,7 @@ 565.391, 161.076, 562.205, - "d", + "A", -1, 2.967, "", @@ -3294,7 +3294,7 @@ 581.599, 161.076, 578.442, - "P", + "?", -1, 2.967, "", @@ -3317,7 +3317,7 @@ 583.706, 161.076, 581.599, - "r", + "'", -1, 2.967, "", @@ -3340,7 +3340,7 @@ 586.898, 161.076, 583.706, - "o", + "9", -1, 2.967, "", @@ -3363,7 +3363,7 @@ 588.411, 161.076, 586.898, - "j", + "@", -1, 2.967, "", @@ -3386,7 +3386,7 @@ 591.396, 161.076, 588.411, - "e", + "0", -1, 2.967, "", @@ -3409,7 +3409,7 @@ 593.877, 161.076, 591.396, - "c", + "8", -1, 2.967, "", @@ -3432,7 +3432,7 @@ 595.936, 161.076, 593.877, - "t", + "3", -1, 2.967, "", @@ -3455,7 +3455,7 @@ 598.92, 161.076, 595.936, - "e", + "0", -1, 2.967, "", @@ -3478,7 +3478,7 @@ 602.107, 161.076, 598.92, - "d", + "A", -1, 2.967, "", @@ -3501,7 +3501,7 @@ 612.717, 161.076, 609.56, - "P", + "?", -1, 2.967, "", @@ -3524,7 +3524,7 @@ 614.823, 161.076, 612.717, - "r", + "'", -1, 2.967, "", @@ -3547,7 +3547,7 @@ 618.016, 161.076, 614.823, - "o", + "9", -1, 2.967, "", @@ -3570,7 +3570,7 @@ 619.529, 161.076, 618.016, - "j", + "@", -1, 2.967, "", @@ -3593,7 +3593,7 @@ 622.514, 161.076, 619.529, - "e", + "0", -1, 2.967, "", @@ -3616,7 +3616,7 @@ 624.994, 161.076, 622.514, - "c", + "8", -1, 2.967, "", @@ -3639,7 +3639,7 @@ 627.053, 161.076, 624.994, - "t", + "3", -1, 2.967, "", @@ -3662,7 +3662,7 @@ 630.038, 161.076, 627.053, - "e", + "0", -1, 2.967, "", @@ -3685,7 +3685,7 @@ 633.224, 161.076, 630.038, - "d", + "A", -1, 2.967, "", @@ -3708,7 +3708,7 @@ 654.918, 161.076, 651.761, - "P", + "?", -1, 2.967, "", @@ -3731,7 +3731,7 @@ 657.025, 161.076, 654.918, - "r", + "'", -1, 2.967, "", @@ -3754,7 +3754,7 @@ 660.217, 161.076, 657.025, - "o", + "9", -1, 2.967, "", @@ -3777,7 +3777,7 @@ 661.73, 161.076, 660.217, - "j", + "@", -1, 2.967, "", @@ -3800,7 +3800,7 @@ 664.715, 161.076, 661.73, - "e", + "0", -1, 2.967, "", @@ -3823,7 +3823,7 @@ 667.196, 161.076, 664.715, - "c", + "8", -1, 2.967, "", @@ -3846,7 +3846,7 @@ 669.255, 161.076, 667.196, - "t", + "3", -1, 2.967, "", @@ -3869,7 +3869,7 @@ 672.239, 161.076, 669.255, - "e", + "0", -1, 2.967, "", @@ -3892,7 +3892,7 @@ 675.426, 161.076, 672.239, - "d", + "A", -1, 2.967, "", @@ -3915,7 +3915,7 @@ 697.12, 161.076, 693.963, - "P", + "?", -1, 2.967, "", @@ -3938,7 +3938,7 @@ 699.226, 161.076, 697.12, - "r", + "'", -1, 2.967, "", @@ -3961,7 +3961,7 @@ 702.419, 161.076, 699.226, - "o", + "9", -1, 2.967, "", @@ -3984,7 +3984,7 @@ 703.932, 161.076, 702.419, - "j", + "@", -1, 2.967, "", @@ -4007,7 +4007,7 @@ 706.917, 161.076, 703.932, - "e", + "0", -1, 2.967, "", @@ -4030,7 +4030,7 @@ 709.397, 161.076, 706.917, - "c", + "8", -1, 2.967, "", @@ -4053,7 +4053,7 @@ 711.456, 161.076, 709.397, - "t", + "3", -1, 2.967, "", @@ -4076,7 +4076,7 @@ 714.441, 161.076, 711.456, - "e", + "0", -1, 2.967, "", @@ -4099,7 +4099,7 @@ 717.627, 161.076, 714.441, - "d", + "A", -1, 2.967, "", @@ -4122,7 +4122,7 @@ 742.909, 161.076, 739.971, - "T", + "B", -1, 2.967, "", @@ -4145,7 +4145,7 @@ 746.101, 161.076, 742.909, - "o", + "9", -1, 2.967, "", @@ -4168,7 +4168,7 @@ 748.16, 161.076, 746.101, - "t", + "3", -1, 2.967, "", @@ -4191,7 +4191,7 @@ 751.092, 161.076, 748.16, - "a", + "+", -1, 2.967, "", @@ -4214,7 +4214,7 @@ 752.551, 161.076, 751.092, - "l", + ")", -1, 2.967, "", @@ -4237,7 +4237,7 @@ 102.233, 174.961, 98.222, - "O", + "7", -1, 2.967, "", @@ -4260,7 +4260,7 @@ 105.39, 174.961, 102.233, - "P", + "?", -1, 2.967, "", @@ -4283,7 +4283,7 @@ 108.286, 174.961, 105.39, - "E", + "C", -1, 2.967, "", @@ -4306,7 +4306,7 @@ 112.196, 174.961, 108.286, - "N", + ":", -1, 2.967, "", @@ -4329,7 +4329,7 @@ 113.781, 174.961, 112.196, - "I", + "D", -1, 2.967, "", @@ -4352,7 +4352,7 @@ 117.691, 174.961, 113.781, - "N", + ":", -1, 2.967, "", @@ -4375,7 +4375,7 @@ 121.471, 174.961, 117.691, - "G", + "E", -1, 2.967, "", @@ -4421,7 +4421,7 @@ 126.141, 174.961, 122.812, - "B", + "F", -1, 2.967, "", @@ -4444,7 +4444,7 @@ 129.737, 174.961, 126.141, - "A", + "%", -1, 2.967, "", @@ -4467,7 +4467,7 @@ 132.247, 174.961, 129.737, - "L", + "G", -1, 2.967, "", @@ -4490,7 +4490,7 @@ 135.843, 174.961, 132.247, - "A", + "%", -1, 2.967, "", @@ -4513,7 +4513,7 @@ 139.754, 174.961, 135.843, - "N", + ":", -1, 2.967, "", @@ -4536,7 +4536,7 @@ 142.893, 174.961, 139.754, - "C", + "H", -1, 2.967, "", @@ -4559,7 +4559,7 @@ 145.788, 174.961, 142.893, - "E", + "C", -1, 2.967, "", @@ -4582,7 +4582,7 @@ 259.12, 174.961, 257.322, - "(", + "!", -1, 2.967, "", @@ -4605,7 +4605,7 @@ 262.129, 174.961, 259.12, - "7", + "\"", -1, 2.967, "", @@ -4628,7 +4628,7 @@ 265.137, 174.961, 262.129, - "4", + "#", -1, 2.967, "", @@ -4651,7 +4651,7 @@ 268.146, 174.961, 265.137, - "5", + "$", -1, 2.967, "", @@ -4674,7 +4674,7 @@ 269.944, 174.961, 268.146, - ")", + "%", -1, 2.967, "", @@ -4697,7 +4697,7 @@ 301.33, 174.961, 299.532, - "(", + "!", -1, 2.967, "", @@ -4720,7 +4720,7 @@ 304.339, 174.961, 301.33, - "7", + "\"", -1, 2.967, "", @@ -4743,7 +4743,7 @@ 307.347, 174.961, 304.339, - "4", + "#", -1, 2.967, "", @@ -4766,7 +4766,7 @@ 310.356, 174.961, 307.347, - "0", + "&", -1, 2.967, "", @@ -4789,7 +4789,7 @@ 312.154, 174.961, 310.356, - ")", + "%", -1, 2.967, "", @@ -4812,7 +4812,7 @@ 343.539, 174.961, 341.741, - "(", + "!", -1, 2.967, "", @@ -4835,7 +4835,7 @@ 346.548, 174.961, 343.539, - "9", + "'", -1, 2.967, "", @@ -4858,7 +4858,7 @@ 349.556, 174.961, 346.548, - "4", + "#", -1, 2.967, "", @@ -4881,7 +4881,7 @@ 352.565, 174.961, 349.556, - "0", + "&", -1, 2.967, "", @@ -4904,7 +4904,7 @@ 354.363, 174.961, 352.565, - ")", + "%", -1, 2.967, "", @@ -4927,7 +4927,7 @@ 385.749, 174.961, 383.951, - "(", + "!", -1, 2.967, "", @@ -4950,7 +4950,7 @@ 388.758, 174.961, 385.749, - "7", + "\"", -1, 2.967, "", @@ -4973,7 +4973,7 @@ 391.766, 174.961, 388.758, - "9", + "'", -1, 2.967, "", @@ -4996,7 +4996,7 @@ 394.775, 174.961, 391.766, - "4", + "#", -1, 2.967, "", @@ -5019,7 +5019,7 @@ 396.573, 174.961, 394.775, - ")", + "%", -1, 2.967, "", @@ -5042,7 +5042,7 @@ 423.48, 174.961, 421.682, - "(", + "!", -1, 2.967, "", @@ -5065,7 +5065,7 @@ 426.488, 174.961, 423.48, - "1", + "(", -1, 2.967, "", @@ -5088,7 +5088,7 @@ 427.972, 174.961, 426.488, - ",", + ")", -1, 2.967, "", @@ -5111,7 +5111,7 @@ 430.98, 174.961, 427.972, - "0", + "&", -1, 2.967, "", @@ -5134,7 +5134,7 @@ 433.989, 174.961, 430.98, - "3", + "*", -1, 2.967, "", @@ -5157,7 +5157,7 @@ 436.997, 174.961, 433.989, - "5", + "$", -1, 2.967, "", @@ -5180,7 +5180,7 @@ 438.795, 174.961, 436.997, - ")", + "%", -1, 2.967, "", @@ -5203,7 +5203,7 @@ 465.693, 174.961, 463.895, - "(", + "!", -1, 2.967, "", @@ -5226,7 +5226,7 @@ 468.702, 174.961, 465.693, - "1", + "(", -1, 2.967, "", @@ -5249,7 +5249,7 @@ 470.185, 174.961, 468.702, - ",", + ")", -1, 2.967, "", @@ -5272,7 +5272,7 @@ 473.194, 174.961, 470.185, - "3", + "*", -1, 2.967, "", @@ -5295,7 +5295,7 @@ 476.202, 174.961, 473.194, - "4", + "#", -1, 2.967, "", @@ -5318,7 +5318,7 @@ 479.211, 174.961, 476.202, - "0", + "&", -1, 2.967, "", @@ -5341,7 +5341,7 @@ 481.009, 174.961, 479.211, - ")", + "%", -1, 2.967, "", @@ -5364,7 +5364,7 @@ 507.907, 174.961, 506.109, - "(", + "!", -1, 2.967, "", @@ -5387,7 +5387,7 @@ 510.915, 174.961, 507.907, - "1", + "(", -1, 2.967, "", @@ -5410,7 +5410,7 @@ 512.399, 174.961, 510.915, - ",", + ")", -1, 2.967, "", @@ -5433,7 +5433,7 @@ 515.407, 174.961, 512.399, - "1", + "(", -1, 2.967, "", @@ -5456,7 +5456,7 @@ 518.416, 174.961, 515.407, - "6", + "+", -1, 2.967, "", @@ -5479,7 +5479,7 @@ 521.424, 174.961, 518.416, - "9", + "'", -1, 2.967, "", @@ -5502,7 +5502,7 @@ 523.222, 174.961, 521.424, - ")", + "%", -1, 2.967, "", @@ -5525,7 +5525,7 @@ 550.12, 174.961, 548.322, - "(", + "!", -1, 2.967, "", @@ -5548,7 +5548,7 @@ 553.128, 174.961, 550.12, - "1", + "(", -1, 2.967, "", @@ -5571,7 +5571,7 @@ 554.612, 174.961, 553.128, - ",", + ")", -1, 2.967, "", @@ -5594,7 +5594,7 @@ 557.62, 174.961, 554.612, - "5", + "$", -1, 2.967, "", @@ -5617,7 +5617,7 @@ 560.629, 174.961, 557.62, - "1", + "(", -1, 2.967, "", @@ -5640,7 +5640,7 @@ 563.637, 174.961, 560.629, - "6", + "+", -1, 2.967, "", @@ -5663,7 +5663,7 @@ 565.435, 174.961, 563.637, - ")", + "%", -1, 2.967, "", @@ -5686,7 +5686,7 @@ 586.847, 174.961, 585.049, - "(", + "!", -1, 2.967, "", @@ -5709,7 +5709,7 @@ 589.856, 174.961, 586.847, - "1", + "(", -1, 2.967, "", @@ -5732,7 +5732,7 @@ 591.339, 174.961, 589.856, - ",", + ")", -1, 2.967, "", @@ -5755,7 +5755,7 @@ 594.348, 174.961, 591.339, - "8", + ",", -1, 2.967, "", @@ -5778,7 +5778,7 @@ 597.356, 174.961, 594.348, - "5", + "$", -1, 2.967, "", @@ -5801,7 +5801,7 @@ 600.365, 174.961, 597.356, - "6", + "+", -1, 2.967, "", @@ -5824,7 +5824,7 @@ 602.163, 174.961, 600.365, - ")", + "%", -1, 2.967, "", @@ -5847,7 +5847,7 @@ 617.977, 174.961, 616.179, - "(", + "!", -1, 2.967, "", @@ -5870,7 +5870,7 @@ 620.985, 174.961, 617.977, - "1", + "(", -1, 2.967, "", @@ -5893,7 +5893,7 @@ 622.469, 174.961, 620.985, - ",", + ")", -1, 2.967, "", @@ -5916,7 +5916,7 @@ 625.477, 174.961, 622.469, - "5", + "$", -1, 2.967, "", @@ -5939,7 +5939,7 @@ 628.486, 174.961, 625.477, - "8", + ",", -1, 2.967, "", @@ -5962,7 +5962,7 @@ 631.494, 174.961, 628.486, - "0", + "&", -1, 2.967, "", @@ -5985,7 +5985,7 @@ 633.292, 174.961, 631.494, - ")", + "%", -1, 2.967, "", @@ -6008,7 +6008,7 @@ 660.19, 174.961, 658.392, - "(", + "!", -1, 2.967, "", @@ -6031,7 +6031,7 @@ 663.198, 174.961, 660.19, - "1", + "(", -1, 2.967, "", @@ -6054,7 +6054,7 @@ 664.682, 174.961, 663.198, - ",", + ")", -1, 2.967, "", @@ -6077,7 +6077,7 @@ 667.69, 174.961, 664.682, - "9", + "'", -1, 2.967, "", @@ -6100,7 +6100,7 @@ 670.699, 174.961, 667.69, - "0", + "&", -1, 2.967, "", @@ -6123,7 +6123,7 @@ 673.707, 174.961, 670.699, - "7", + "\"", -1, 2.967, "", @@ -6146,7 +6146,7 @@ 675.505, 174.961, 673.707, - ")", + "%", -1, 2.967, "", @@ -6169,7 +6169,7 @@ 702.403, 174.961, 700.605, - "(", + "!", -1, 2.967, "", @@ -6192,7 +6192,7 @@ 705.412, 174.961, 702.403, - "2", + "-", -1, 2.967, "", @@ -6215,7 +6215,7 @@ 706.895, 174.961, 705.412, - ",", + ")", -1, 2.967, "", @@ -6238,7 +6238,7 @@ 709.904, 174.961, 706.895, - "0", + "&", -1, 2.967, "", @@ -6261,7 +6261,7 @@ 712.912, 174.961, 709.904, - "7", + "\"", -1, 2.967, "", @@ -6284,7 +6284,7 @@ 715.921, 174.961, 712.912, - "5", + "$", -1, 2.967, "", @@ -6307,7 +6307,7 @@ 717.719, 174.961, 715.921, - ")", + "%", -1, 2.967, "", @@ -6330,7 +6330,7 @@ 741.705, 174.961, 739.907, - "(", + "!", -1, 2.967, "", @@ -6353,7 +6353,7 @@ 744.714, 174.961, 741.705, - "7", + "\"", -1, 2.967, "", @@ -6376,7 +6376,7 @@ 747.722, 174.961, 744.714, - "4", + "#", -1, 2.967, "", @@ -6399,7 +6399,7 @@ 750.731, 174.961, 747.722, - "5", + "$", -1, 2.967, "", @@ -6422,7 +6422,7 @@ 752.529, 174.961, 750.731, - ")", + "%", -1, 2.967, "", @@ -6445,7 +6445,7 @@ 101.569, 189.517, 98.228, - "R", + "I", -1, 2.967, "", @@ -6468,7 +6468,7 @@ 104.465, 189.517, 101.569, - "E", + "C", -1, 2.967, "", @@ -6491,7 +6491,7 @@ 107.604, 189.517, 104.465, - "C", + "H", -1, 2.967, "", @@ -6514,7 +6514,7 @@ 110.499, 189.517, 107.604, - "E", + "C", -1, 2.967, "", @@ -6537,7 +6537,7 @@ 112.084, 189.517, 110.499, - "I", + "D", -1, 2.967, "", @@ -6560,7 +6560,7 @@ 115.241, 189.517, 112.084, - "P", + "?", -1, 2.967, "", @@ -6583,7 +6583,7 @@ 118.178, 189.517, 115.241, - "T", + "B", -1, 2.967, "", @@ -6606,7 +6606,7 @@ 120.985, 189.517, 118.178, - "S", + "4", -1, 2.967, "", @@ -6629,7 +6629,7 @@ 122.622, 189.517, 120.985, - ":", + "J", -1, 2.967, "", @@ -6652,7 +6652,7 @@ 106.429, 196.572, 103.266, - "C", + ".", -1, 2.967, "", @@ -6675,7 +6675,7 @@ 109.556, 196.572, 106.429, - "o", + "/", -1, 2.967, "", @@ -6698,7 +6698,7 @@ 112.671, 196.572, 109.556, - "n", + "0", -1, 2.967, "", @@ -6721,7 +6721,7 @@ 114.991, 196.572, 112.671, - "s", + "1", -1, 2.967, "", @@ -6744,7 +6744,7 @@ 118.107, 196.572, 114.991, - "u", + "2", -1, 2.967, "", @@ -6767,7 +6767,7 @@ 122.848, 196.572, 118.107, - "m", + "3", -1, 2.967, "", @@ -6790,7 +6790,7 @@ 125.963, 196.572, 122.848, - "p", + "4", -1, 2.967, "", @@ -6813,7 +6813,7 @@ 127.951, 196.572, 125.963, - "t", + "5", -1, 2.967, "", @@ -6836,7 +6836,7 @@ 129.31, 196.572, 127.951, - "i", + "6", -1, 2.967, "", @@ -6859,7 +6859,7 @@ 132.437, 196.572, 129.31, - "o", + "/", -1, 2.967, "", @@ -6882,7 +6882,7 @@ 135.552, 196.572, 132.437, - "n", + "0", -1, 2.967, "", @@ -6905,7 +6905,7 @@ 137.843, 196.572, 135.552, - "/", + "7", -1, 2.967, "", @@ -6928,7 +6928,7 @@ 141.652, 196.572, 137.843, - "U", + "8", -1, 2.967, "", @@ -6951,7 +6951,7 @@ 143.973, 196.572, 141.652, - "s", + "1", -1, 2.967, "", @@ -6974,7 +6974,7 @@ 146.928, 196.572, 143.973, - "e", + "9", -1, 2.967, "", @@ -7020,7 +7020,7 @@ 151.171, 196.572, 148.281, - "T", + ":", -1, 2.967, "", @@ -7043,7 +7043,7 @@ 154.013, 196.572, 151.171, - "a", + ";", -1, 2.967, "", @@ -7066,7 +7066,7 @@ 156.582, 196.572, 154.013, - "x", + "<", -1, 2.967, "", @@ -7089,7 +7089,7 @@ 159.537, 196.572, 156.582, - "e", + "9", -1, 2.967, "", @@ -7112,7 +7112,7 @@ 161.858, 196.572, 159.537, - "s", + "1", -1, 2.967, "", @@ -7135,7 +7135,7 @@ 265.143, 196.572, 262.135, - "4", + "#", -1, 2.967, "", @@ -7158,7 +7158,7 @@ 268.152, 196.572, 265.143, - "9", + "'", -1, 2.967, "", @@ -7181,7 +7181,7 @@ 307.351, 196.572, 304.343, - "4", + "#", -1, 2.967, "", @@ -7204,7 +7204,7 @@ 310.36, 196.572, 307.351, - "1", + "(", -1, 2.967, "", @@ -7227,7 +7227,7 @@ 349.559, 196.572, 346.551, - "6", + "+", -1, 2.967, "", @@ -7250,7 +7250,7 @@ 352.568, 196.572, 349.559, - "5", + "$", -1, 2.967, "", @@ -7273,7 +7273,7 @@ 391.767, 196.572, 388.759, - "4", + "#", -1, 2.967, "", @@ -7296,7 +7296,7 @@ 394.776, 196.572, 391.767, - "7", + "\"", -1, 2.967, "", @@ -7319,7 +7319,7 @@ 433.975, 196.572, 430.967, - "4", + "#", -1, 2.967, "", @@ -7342,7 +7342,7 @@ 436.984, 196.572, 433.975, - "5", + "$", -1, 2.967, "", @@ -7365,7 +7365,7 @@ 476.183, 196.572, 473.175, - "7", + "\"", -1, 2.967, "", @@ -7388,7 +7388,7 @@ 479.192, 196.572, 476.183, - "6", + "+", -1, 2.967, "", @@ -7411,7 +7411,7 @@ 518.391, 196.572, 515.383, - "4", + "#", -1, 2.967, "", @@ -7434,7 +7434,7 @@ 521.4, 196.572, 518.391, - "7", + "\"", -1, 2.967, "", @@ -7457,7 +7457,7 @@ 560.599, 196.572, 557.591, - "4", + "#", -1, 2.967, "", @@ -7480,7 +7480,7 @@ 563.608, 196.572, 560.599, - "0", + "&", -1, 2.967, "", @@ -7503,7 +7503,7 @@ 597.324, 196.572, 594.316, - "6", + "+", -1, 2.967, "", @@ -7526,7 +7526,7 @@ 600.333, 196.572, 597.324, - "7", + "\"", -1, 2.967, "", @@ -7549,7 +7549,7 @@ 628.451, 196.572, 625.443, - "4", + "#", -1, 2.967, "", @@ -7572,7 +7572,7 @@ 631.46, 196.572, 628.451, - "9", + "'", -1, 2.967, "", @@ -7595,7 +7595,7 @@ 670.662, 196.572, 667.653, - "4", + "#", -1, 2.967, "", @@ -7618,7 +7618,7 @@ 673.67, 196.572, 670.662, - "4", + "#", -1, 2.967, "", @@ -7641,7 +7641,7 @@ 712.87, 196.572, 709.861, - "5", + "$", -1, 2.967, "", @@ -7664,7 +7664,7 @@ 715.878, 196.572, 712.87, - "4", + "#", -1, 2.967, "", @@ -7687,7 +7687,7 @@ 744.668, 196.572, 741.66, - "6", + "+", -1, 2.967, "", @@ -7710,7 +7710,7 @@ 747.677, 196.572, 744.668, - "2", + "-", -1, 2.967, "", @@ -7733,7 +7733,7 @@ 750.685, 196.572, 747.677, - "4", + "#", -1, 2.967, "", @@ -7756,7 +7756,7 @@ 106.464, 203.628, 103.236, - "B", + "=", -1, 2.967, "", @@ -7779,7 +7779,7 @@ 109.58, 203.628, 106.464, - "u", + "2", -1, 2.967, "", @@ -7802,7 +7802,7 @@ 111.9, 203.628, 109.58, - "s", + "1", -1, 2.967, "", @@ -7825,7 +7825,7 @@ 113.259, 203.628, 111.9, - "i", + "6", -1, 2.967, "", @@ -7848,7 +7848,7 @@ 116.374, 203.628, 113.259, - "n", + "0", -1, 2.967, "", @@ -7871,7 +7871,7 @@ 119.329, 203.628, 116.374, - "e", + "9", -1, 2.967, "", @@ -7894,7 +7894,7 @@ 121.649, 203.628, 119.329, - "s", + "1", -1, 2.967, "", @@ -7917,7 +7917,7 @@ 123.969, 203.628, 121.649, - "s", + "1", -1, 2.967, "", @@ -7963,7 +7963,7 @@ 128.206, 203.628, 125.316, - "T", + ":", -1, 2.967, "", @@ -7986,7 +7986,7 @@ 131.049, 203.628, 128.206, - "a", + ";", -1, 2.967, "", @@ -8009,7 +8009,7 @@ 133.618, 203.628, 131.049, - "x", + "<", -1, 2.967, "", @@ -8032,7 +8032,7 @@ 136.573, 203.628, 133.618, - "e", + "9", -1, 2.967, "", @@ -8055,7 +8055,7 @@ 138.893, 203.628, 136.573, - "s", + "1", -1, 2.967, "", @@ -8078,7 +8078,7 @@ 265.114, 203.628, 262.105, - "4", + "#", -1, 2.967, "", @@ -8101,7 +8101,7 @@ 268.122, 203.628, 265.114, - "9", + "'", -1, 2.967, "", @@ -8124,7 +8124,7 @@ 307.328, 203.628, 304.319, - "5", + "$", -1, 2.967, "", @@ -8147,7 +8147,7 @@ 310.336, 203.628, 307.328, - "0", + "&", -1, 2.967, "", @@ -8170,7 +8170,7 @@ 349.542, 203.628, 346.533, - "5", + "$", -1, 2.967, "", @@ -8193,7 +8193,7 @@ 352.55, 203.628, 349.542, - "7", + "\"", -1, 2.967, "", @@ -8216,7 +8216,7 @@ 391.755, 203.628, 388.747, - "5", + "$", -1, 2.967, "", @@ -8239,7 +8239,7 @@ 394.764, 203.628, 391.755, - "2", + "-", -1, 2.967, "", @@ -8262,7 +8262,7 @@ 433.969, 203.628, 430.961, - "5", + "$", -1, 2.967, "", @@ -8285,7 +8285,7 @@ 436.978, 203.628, 433.969, - "7", + "\"", -1, 2.967, "", @@ -8308,7 +8308,7 @@ 476.183, 203.628, 473.175, - "5", + "$", -1, 2.967, "", @@ -8331,7 +8331,7 @@ 479.192, 203.628, 476.183, - "3", + "*", -1, 2.967, "", @@ -8354,7 +8354,7 @@ 518.397, 203.628, 515.389, - "4", + "#", -1, 2.967, "", @@ -8377,7 +8377,7 @@ 521.406, 203.628, 518.397, - "6", + "+", -1, 2.967, "", @@ -8400,7 +8400,7 @@ 560.611, 203.628, 557.603, - "4", + "#", -1, 2.967, "", @@ -8423,7 +8423,7 @@ 563.62, 203.628, 560.611, - "6", + "+", -1, 2.967, "", @@ -8446,7 +8446,7 @@ 597.336, 203.628, 594.328, - "5", + "$", -1, 2.967, "", @@ -8469,7 +8469,7 @@ 600.345, 203.628, 597.336, - "0", + "&", -1, 2.967, "", @@ -8492,7 +8492,7 @@ 628.463, 203.628, 625.455, - "4", + "#", -1, 2.967, "", @@ -8515,7 +8515,7 @@ 631.472, 203.628, 628.463, - "4", + "#", -1, 2.967, "", @@ -8538,7 +8538,7 @@ 670.673, 203.628, 667.665, - "4", + "#", -1, 2.967, "", @@ -8561,7 +8561,7 @@ 673.682, 203.628, 670.673, - "8", + ",", -1, 2.967, "", @@ -8584,7 +8584,7 @@ 712.887, 203.628, 709.879, - "5", + "$", -1, 2.967, "", @@ -8607,7 +8607,7 @@ 715.896, 203.628, 712.887, - "0", + "&", -1, 2.967, "", @@ -8630,7 +8630,7 @@ 744.686, 203.628, 741.678, - "6", + "+", -1, 2.967, "", @@ -8653,7 +8653,7 @@ 747.695, 203.628, 744.686, - "0", + "&", -1, 2.967, "", @@ -8676,7 +8676,7 @@ 750.703, 203.628, 747.695, - "2", + "-", -1, 2.967, "", @@ -8699,7 +8699,7 @@ 107.182, 210.683, 103.254, - "O", + ">", -1, 2.967, "", @@ -8722,7 +8722,7 @@ 109.17, 210.683, 107.182, - "t", + "5", -1, 2.967, "", @@ -8745,7 +8745,7 @@ 112.285, 210.683, 109.17, - "h", + "?", -1, 2.967, "", @@ -8768,7 +8768,7 @@ 115.241, 210.683, 112.285, - "e", + "9", -1, 2.967, "", @@ -8791,7 +8791,7 @@ 117.312, 210.683, 115.241, - "r", + "@", -1, 2.967, "", @@ -8837,7 +8837,7 @@ 121.542, 210.683, 118.653, - "T", + ":", -1, 2.967, "", @@ -8860,7 +8860,7 @@ 124.385, 210.683, 121.542, - "a", + ";", -1, 2.967, "", @@ -8883,7 +8883,7 @@ 126.954, 210.683, 124.385, - "x", + "<", -1, 2.967, "", @@ -8906,7 +8906,7 @@ 129.909, 210.683, 126.954, - "e", + "9", -1, 2.967, "", @@ -8929,7 +8929,7 @@ 132.229, 210.683, 129.909, - "s", + "1", -1, 2.967, "", @@ -8952,7 +8952,7 @@ 268.158, 210.683, 265.149, - "0", + "&", -1, 2.967, "", @@ -8975,7 +8975,7 @@ 310.366, 210.683, 307.357, - "0", + "&", -1, 2.967, "", @@ -8998,7 +8998,7 @@ 349.553, 210.683, 346.545, - "2", + "-", -1, 2.967, "", @@ -9021,7 +9021,7 @@ 352.562, 210.683, 349.553, - "5", + "$", -1, 2.967, "", @@ -9044,7 +9044,7 @@ 391.761, 210.683, 388.753, - "2", + "-", -1, 2.967, "", @@ -9067,7 +9067,7 @@ 394.77, 210.683, 391.761, - "7", + "\"", -1, 2.967, "", @@ -9090,7 +9090,7 @@ 433.969, 210.683, 430.961, - "2", + "-", -1, 2.967, "", @@ -9113,7 +9113,7 @@ 436.978, 210.683, 433.969, - "5", + "$", -1, 2.967, "", @@ -9136,7 +9136,7 @@ 476.177, 210.683, 473.169, - "2", + "-", -1, 2.967, "", @@ -9159,7 +9159,7 @@ 479.186, 210.683, 476.177, - "6", + "+", -1, 2.967, "", @@ -9182,7 +9182,7 @@ 518.385, 210.683, 515.377, - "2", + "-", -1, 2.967, "", @@ -9205,7 +9205,7 @@ 521.394, 210.683, 518.385, - "6", + "+", -1, 2.967, "", @@ -9228,7 +9228,7 @@ 560.593, 210.683, 557.585, - "2", + "-", -1, 2.967, "", @@ -9251,7 +9251,7 @@ 563.602, 210.683, 560.593, - "6", + "+", -1, 2.967, "", @@ -9274,7 +9274,7 @@ 597.318, 210.683, 594.31, - "2", + "-", -1, 2.967, "", @@ -9297,7 +9297,7 @@ 600.327, 210.683, 597.318, - "6", + "+", -1, 2.967, "", @@ -9320,7 +9320,7 @@ 628.445, 210.683, 625.437, - "2", + "-", -1, 2.967, "", @@ -9343,7 +9343,7 @@ 631.454, 210.683, 628.445, - "6", + "+", -1, 2.967, "", @@ -9366,7 +9366,7 @@ 670.656, 210.683, 667.647, - "2", + "-", -1, 2.967, "", @@ -9389,7 +9389,7 @@ 673.664, 210.683, 670.656, - "6", + "+", -1, 2.967, "", @@ -9412,7 +9412,7 @@ 712.864, 210.683, 709.855, - "2", + "-", -1, 2.967, "", @@ -9435,7 +9435,7 @@ 715.872, 210.683, 712.864, - "4", + "#", -1, 2.967, "", @@ -9458,7 +9458,7 @@ 744.662, 210.683, 741.654, - "2", + "-", -1, 2.967, "", @@ -9481,7 +9481,7 @@ 747.671, 210.683, 744.662, - "5", + "$", -1, 2.967, "", @@ -9504,7 +9504,7 @@ 750.679, 210.683, 747.671, - "7", + "\"", -1, 2.967, "", @@ -9573,7 +9573,7 @@ 108.808, 218.184, 105.918, - "T", + ":", -1, 2.967, "", @@ -9596,7 +9596,7 @@ 111.935, 218.184, 108.808, - "o", + "/", -1, 2.967, "", @@ -9619,7 +9619,7 @@ 113.923, 218.184, 111.935, - "t", + "5", -1, 2.967, "", @@ -9642,7 +9642,7 @@ 116.766, 218.184, 113.923, - "a", + ";", -1, 2.967, "", @@ -9665,7 +9665,7 @@ 118.124, 218.184, 116.766, - "l", + "A", -1, 2.967, "", @@ -9711,7 +9711,7 @@ 122.361, 218.184, 119.471, - "T", + ":", -1, 2.967, "", @@ -9734,7 +9734,7 @@ 125.204, 218.184, 122.361, - "a", + ";", -1, 2.967, "", @@ -9757,7 +9757,7 @@ 127.773, 218.184, 125.204, - "x", + "<", -1, 2.967, "", @@ -9780,7 +9780,7 @@ 130.728, 218.184, 127.773, - "e", + "9", -1, 2.967, "", @@ -9803,7 +9803,7 @@ 133.048, 218.184, 130.728, - "s", + "1", -1, 2.967, "", @@ -9826,7 +9826,7 @@ 265.114, 218.184, 262.105, - "9", + "'", -1, 2.967, "", @@ -9849,7 +9849,7 @@ 268.122, 218.184, 265.114, - "8", + ",", -1, 2.967, "", @@ -9872,7 +9872,7 @@ 307.322, 218.184, 304.313, - "9", + "'", -1, 2.967, "", @@ -9895,7 +9895,7 @@ 310.33, 218.184, 307.322, - "1", + "(", -1, 2.967, "", @@ -9918,7 +9918,7 @@ 346.509, 218.184, 343.501, - "1", + "(", -1, 2.967, "", @@ -9941,7 +9941,7 @@ 349.518, 218.184, 346.509, - "4", + "#", -1, 2.967, "", @@ -9964,7 +9964,7 @@ 352.526, 218.184, 349.518, - "7", + "\"", -1, 2.967, "", @@ -9987,7 +9987,7 @@ 388.723, 218.184, 385.715, - "1", + "(", -1, 2.967, "", @@ -10010,7 +10010,7 @@ 391.732, 218.184, 388.723, - "2", + "-", -1, 2.967, "", @@ -10033,7 +10033,7 @@ 394.74, 218.184, 391.732, - "6", + "+", -1, 2.967, "", @@ -10056,7 +10056,7 @@ 430.937, 218.184, 427.929, - "1", + "(", -1, 2.967, "", @@ -10079,7 +10079,7 @@ 433.946, 218.184, 430.937, - "2", + "-", -1, 2.967, "", @@ -10102,7 +10102,7 @@ 436.954, 218.184, 433.946, - "7", + "\"", -1, 2.967, "", @@ -10125,7 +10125,7 @@ 473.151, 218.184, 470.142, - "1", + "(", -1, 2.967, "", @@ -10148,7 +10148,7 @@ 476.159, 218.184, 473.151, - "5", + "$", -1, 2.967, "", @@ -10171,7 +10171,7 @@ 479.168, 218.184, 476.159, - "5", + "$", -1, 2.967, "", @@ -10194,7 +10194,7 @@ 515.365, 218.184, 512.356, - "1", + "(", -1, 2.967, "", @@ -10217,7 +10217,7 @@ 518.373, 218.184, 515.365, - "1", + "(", -1, 2.967, "", @@ -10240,7 +10240,7 @@ 521.382, 218.184, 518.373, - "9", + "'", -1, 2.967, "", @@ -10263,7 +10263,7 @@ 557.579, 218.184, 554.57, - "1", + "(", -1, 2.967, "", @@ -10286,7 +10286,7 @@ 560.587, 218.184, 557.579, - "1", + "(", -1, 2.967, "", @@ -10309,7 +10309,7 @@ 563.596, 218.184, 560.587, - "2", + "-", -1, 2.967, "", @@ -10332,7 +10332,7 @@ 594.305, 218.184, 591.297, - "1", + "(", -1, 2.967, "", @@ -10355,7 +10355,7 @@ 597.314, 218.184, 594.305, - "4", + "#", -1, 2.967, "", @@ -10378,7 +10378,7 @@ 600.322, 218.184, 597.314, - "3", + "*", -1, 2.967, "", @@ -10401,7 +10401,7 @@ 625.433, 218.184, 622.425, - "1", + "(", -1, 2.967, "", @@ -10424,7 +10424,7 @@ 628.442, 218.184, 625.433, - "1", + "(", -1, 2.967, "", @@ -10447,7 +10447,7 @@ 631.45, 218.184, 628.442, - "9", + "'", -1, 2.967, "", @@ -10470,7 +10470,7 @@ 667.647, 218.184, 664.639, - "1", + "(", -1, 2.967, "", @@ -10493,7 +10493,7 @@ 670.656, 218.184, 667.647, - "1", + "(", -1, 2.967, "", @@ -10516,7 +10516,7 @@ 673.664, 218.184, 670.656, - "8", + ",", -1, 2.967, "", @@ -10539,7 +10539,7 @@ 709.861, 218.184, 706.853, - "1", + "(", -1, 2.967, "", @@ -10562,7 +10562,7 @@ 712.87, 218.184, 709.861, - "2", + "-", -1, 2.967, "", @@ -10585,7 +10585,7 @@ 715.878, 218.184, 712.87, - "8", + ",", -1, 2.967, "", @@ -10608,7 +10608,7 @@ 740.205, 218.184, 737.197, - "1", + "(", -1, 2.967, "", @@ -10631,7 +10631,7 @@ 741.689, 218.184, 740.205, - ",", + ")", -1, 2.967, "", @@ -10654,7 +10654,7 @@ 744.697, 218.184, 741.689, - "4", + "#", -1, 2.967, "", @@ -10677,7 +10677,7 @@ 747.706, 218.184, 744.697, - "8", + ",", -1, 2.967, "", @@ -10700,7 +10700,7 @@ 750.714, 218.184, 747.706, - "3", + "*", -1, 2.967, "", @@ -10723,7 +10723,7 @@ 108.316, 228.711, 103.242, - "M", + "B", -1, 2.967, "", @@ -10746,7 +10746,7 @@ 109.675, 228.711, 108.316, - "i", + "6", -1, 2.967, "", @@ -10769,7 +10769,7 @@ 111.995, 228.711, 109.675, - "s", + "1", -1, 2.967, "", @@ -10792,7 +10792,7 @@ 114.505, 228.711, 111.995, - "c", + "C", -1, 2.967, "", @@ -10815,7 +10815,7 @@ 117.46, 228.711, 114.505, - "e", + "9", -1, 2.967, "", @@ -10838,7 +10838,7 @@ 118.819, 228.711, 117.46, - "l", + "A", -1, 2.967, "", @@ -10861,7 +10861,7 @@ 120.178, 228.711, 118.819, - "l", + "A", -1, 2.967, "", @@ -10884,7 +10884,7 @@ 123.02, 228.711, 120.178, - "a", + ";", -1, 2.967, "", @@ -10907,7 +10907,7 @@ 126.135, 228.711, 123.02, - "n", + "0", -1, 2.967, "", @@ -10930,7 +10930,7 @@ 129.09, 228.711, 126.135, - "e", + "9", -1, 2.967, "", @@ -10953,7 +10953,7 @@ 132.218, 228.711, 129.09, - "o", + "/", -1, 2.967, "", @@ -10976,7 +10976,7 @@ 135.333, 228.711, 132.218, - "u", + "2", -1, 2.967, "", @@ -10999,7 +10999,7 @@ 137.653, 228.711, 135.333, - "s", + "1", -1, 2.967, "", @@ -11045,7 +11045,7 @@ 142.228, 228.711, 139.006, - "R", + "D", -1, 2.967, "", @@ -11068,7 +11068,7 @@ 145.183, 228.711, 142.228, - "e", + "9", -1, 2.967, "", @@ -11091,7 +11091,7 @@ 147.693, 228.711, 145.183, - "c", + "C", -1, 2.967, "", @@ -11114,7 +11114,7 @@ 150.648, 228.711, 147.693, - "e", + "9", -1, 2.967, "", @@ -11137,7 +11137,7 @@ 152.007, 228.711, 150.648, - "i", + "6", -1, 2.967, "", @@ -11160,7 +11160,7 @@ 155.122, 228.711, 152.007, - "p", + "4", -1, 2.967, "", @@ -11183,7 +11183,7 @@ 157.11, 228.711, 155.122, - "t", + "5", -1, 2.967, "", @@ -11206,7 +11206,7 @@ 159.43, 228.711, 157.11, - "s", + "1", -1, 2.967, "", @@ -11229,7 +11229,7 @@ 262.105, 228.711, 259.097, - "1", + "(", -1, 2.967, "", @@ -11252,7 +11252,7 @@ 265.114, 228.711, 262.105, - "8", + ",", -1, 2.967, "", @@ -11275,7 +11275,7 @@ 268.122, 228.711, 265.114, - "0", + "&", -1, 2.967, "", @@ -11298,7 +11298,7 @@ 299.839, 228.711, 296.83, - "1", + "(", -1, 2.967, "", @@ -11321,7 +11321,7 @@ 301.322, 228.711, 299.839, - ",", + ")", -1, 2.967, "", @@ -11344,7 +11344,7 @@ 304.331, 228.711, 301.322, - "4", + "#", -1, 2.967, "", @@ -11367,7 +11367,7 @@ 307.339, 228.711, 304.331, - "1", + "(", -1, 2.967, "", @@ -11390,7 +11390,7 @@ 310.348, 228.711, 307.339, - "2", + "-", -1, 2.967, "", @@ -11413,7 +11413,7 @@ 349.559, 228.711, 346.551, - "9", + "'", -1, 2.967, "", @@ -11436,7 +11436,7 @@ 352.568, 228.711, 349.559, - "8", + ",", -1, 2.967, "", @@ -11459,7 +11459,7 @@ 388.747, 228.711, 385.738, - "4", + "#", -1, 2.967, "", @@ -11482,7 +11482,7 @@ 391.755, 228.711, 388.747, - "9", + "'", -1, 2.967, "", @@ -11505,7 +11505,7 @@ 394.764, 228.711, 391.755, - "8", + ",", -1, 2.967, "", @@ -11528,7 +11528,7 @@ 430.961, 228.711, 427.952, - "1", + "(", -1, 2.967, "", @@ -11551,7 +11551,7 @@ 433.969, 228.711, 430.961, - "0", + "&", -1, 2.967, "", @@ -11574,7 +11574,7 @@ 436.978, 228.711, 433.969, - "1", + "(", -1, 2.967, "", @@ -11597,7 +11597,7 @@ 473.175, 228.711, 470.166, - "4", + "#", -1, 2.967, "", @@ -11620,7 +11620,7 @@ 476.183, 228.711, 473.175, - "8", + ",", -1, 2.967, "", @@ -11643,7 +11643,7 @@ 479.192, 228.711, 476.183, - "6", + "+", -1, 2.967, "", @@ -11666,7 +11666,7 @@ 515.389, 228.711, 512.38, - "3", + "*", -1, 2.967, "", @@ -11689,7 +11689,7 @@ 518.397, 228.711, 515.389, - "5", + "$", -1, 2.967, "", @@ -11712,7 +11712,7 @@ 521.406, 228.711, 518.397, - "0", + "&", -1, 2.967, "", @@ -11735,7 +11735,7 @@ 560.623, 228.711, 557.614, - "9", + "'", -1, 2.967, "", @@ -11758,7 +11758,7 @@ 563.631, 228.711, 560.623, - "5", + "$", -1, 2.967, "", @@ -11781,7 +11781,7 @@ 594.325, 228.711, 591.317, - "6", + "+", -1, 2.967, "", @@ -11804,7 +11804,7 @@ 597.334, 228.711, 594.325, - "8", + ",", -1, 2.967, "", @@ -11827,7 +11827,7 @@ 600.342, 228.711, 597.334, - "1", + "(", -1, 2.967, "", @@ -11850,7 +11850,7 @@ 628.476, 228.711, 625.468, - "9", + "'", -1, 2.967, "", @@ -11873,7 +11873,7 @@ 631.485, 228.711, 628.476, - "0", + "&", -1, 2.967, "", @@ -11896,7 +11896,7 @@ 670.685, 228.711, 667.677, - "9", + "'", -1, 2.967, "", @@ -11919,7 +11919,7 @@ 673.694, 228.711, 670.685, - "3", + "*", -1, 2.967, "", @@ -11942,7 +11942,7 @@ 705.395, 228.711, 702.387, - "2", + "-", -1, 2.967, "", @@ -11965,7 +11965,7 @@ 706.879, 228.711, 705.395, - ",", + ")", -1, 2.967, "", @@ -11988,7 +11988,7 @@ 709.887, 228.711, 706.879, - "5", + "$", -1, 2.967, "", @@ -12011,7 +12011,7 @@ 712.896, 228.711, 709.887, - "9", + "'", -1, 2.967, "", @@ -12034,7 +12034,7 @@ 715.904, 228.711, 712.896, - "5", + "$", -1, 2.967, "", @@ -12057,7 +12057,7 @@ 740.222, 228.711, 737.213, - "6", + "+", -1, 2.967, "", @@ -12080,7 +12080,7 @@ 741.705, 228.711, 740.222, - ",", + ")", -1, 2.967, "", @@ -12103,7 +12103,7 @@ 744.714, 228.711, 741.705, - "6", + "+", -1, 2.967, "", @@ -12126,7 +12126,7 @@ 747.722, 228.711, 744.714, - "7", + "\"", -1, 2.967, "", @@ -12149,7 +12149,7 @@ 750.731, 228.711, 747.722, - "9", + "'", -1, 2.967, "", @@ -12172,7 +12172,7 @@ 105.978, 237.445, 103.254, - "F", + "E", -1, 2.967, "", @@ -12195,7 +12195,7 @@ 108.933, 237.445, 105.978, - "e", + "9", -1, 2.967, "", @@ -12218,7 +12218,7 @@ 112.048, 237.445, 108.933, - "d", + "F", -1, 2.967, "", @@ -12241,7 +12241,7 @@ 115.003, 237.445, 112.048, - "e", + "9", -1, 2.967, "", @@ -12264,7 +12264,7 @@ 117.074, 237.445, 115.003, - "r", + "@", -1, 2.967, "", @@ -12287,7 +12287,7 @@ 119.917, 237.445, 117.074, - "a", + ";", -1, 2.967, "", @@ -12310,7 +12310,7 @@ 121.275, 237.445, 119.917, - "l", + "A", -1, 2.967, "", @@ -12356,7 +12356,7 @@ 125.839, 237.445, 122.616, - "R", + "D", -1, 2.967, "", @@ -12379,7 +12379,7 @@ 128.794, 237.445, 125.839, - "e", + "9", -1, 2.967, "", @@ -12402,7 +12402,7 @@ 131.304, 237.445, 128.794, - "c", + "C", -1, 2.967, "", @@ -12425,7 +12425,7 @@ 134.259, 237.445, 131.304, - "e", + "9", -1, 2.967, "", @@ -12448,7 +12448,7 @@ 135.618, 237.445, 134.259, - "i", + "6", -1, 2.967, "", @@ -12471,7 +12471,7 @@ 138.733, 237.445, 135.618, - "p", + "4", -1, 2.967, "", @@ -12494,7 +12494,7 @@ 140.721, 237.445, 138.733, - "t", + "5", -1, 2.967, "", @@ -12517,7 +12517,7 @@ 143.041, 237.445, 140.721, - "s", + "1", -1, 2.967, "", @@ -12540,7 +12540,7 @@ 268.158, 237.445, 265.149, - "0", + "&", -1, 2.967, "", @@ -12563,7 +12563,7 @@ 310.368, 237.445, 307.36, - "0", + "&", -1, 2.967, "", @@ -12586,7 +12586,7 @@ 352.578, 237.445, 349.57, - "0", + "&", -1, 2.967, "", @@ -12609,7 +12609,7 @@ 394.789, 237.445, 391.78, - "0", + "&", -1, 2.967, "", @@ -12632,7 +12632,7 @@ 436.999, 237.445, 433.991, - "0", + "&", -1, 2.967, "", @@ -12655,7 +12655,7 @@ 479.21, 237.445, 476.201, - "0", + "&", -1, 2.967, "", @@ -12678,7 +12678,7 @@ 521.42, 237.445, 518.411, - "0", + "&", -1, 2.967, "", @@ -12701,7 +12701,7 @@ 563.63, 237.445, 560.622, - "0", + "&", -1, 2.967, "", @@ -12724,7 +12724,7 @@ 600.352, 237.445, 597.343, - "0", + "&", -1, 2.967, "", @@ -12747,7 +12747,7 @@ 631.478, 237.445, 628.469, - "0", + "&", -1, 2.967, "", @@ -12770,7 +12770,7 @@ 673.688, 237.445, 670.679, - "3", + "*", -1, 2.967, "", @@ -12793,7 +12793,7 @@ 715.898, 237.445, 712.89, - "2", + "-", -1, 2.967, "", @@ -12816,7 +12816,7 @@ 750.721, 237.445, 747.712, - "5", + "$", -1, 2.967, "", @@ -12839,7 +12839,7 @@ 101.106, 248.417, 98.216, - "T", + ":", -1, 2.967, "", @@ -12862,7 +12862,7 @@ 105.034, 248.417, 101.106, - "O", + ">", -1, 2.967, "", @@ -12885,7 +12885,7 @@ 107.924, 248.417, 105.034, - "T", + ":", -1, 2.967, "", @@ -12908,7 +12908,7 @@ 111.36, 248.417, 107.924, - "A", + "G", -1, 2.967, "", @@ -12931,7 +12931,7 @@ 113.852, 248.417, 111.36, - "L", + "H", -1, 2.967, "", @@ -12977,7 +12977,7 @@ 118.421, 248.417, 115.199, - "R", + "D", -1, 2.967, "", @@ -13000,7 +13000,7 @@ 121.317, 248.417, 118.421, - "E", + "I", -1, 2.967, "", @@ -13023,7 +13023,7 @@ 124.48, 248.417, 121.317, - "C", + ".", -1, 2.967, "", @@ -13046,7 +13046,7 @@ 127.375, 248.417, 124.48, - "E", + "I", -1, 2.967, "", @@ -13069,7 +13069,7 @@ 128.871, 248.417, 127.375, - "I", + "J", -1, 2.967, "", @@ -13092,7 +13092,7 @@ 131.939, 248.417, 128.871, - "P", + "K", -1, 2.967, "", @@ -13115,7 +13115,7 @@ 134.828, 248.417, 131.939, - "T", + ":", -1, 2.967, "", @@ -13138,7 +13138,7 @@ 137.552, 248.417, 134.828, - "S", + "L", -1, 2.967, "", @@ -13161,7 +13161,7 @@ 262.105, 248.417, 259.097, - "2", + "-", -1, 2.967, "", @@ -13184,7 +13184,7 @@ 265.114, 248.417, 262.105, - "7", + "\"", -1, 2.967, "", @@ -13207,7 +13207,7 @@ 268.122, 248.417, 265.114, - "8", + ",", -1, 2.967, "", @@ -13230,7 +13230,7 @@ 299.839, 248.417, 296.83, - "1", + "(", -1, 2.967, "", @@ -13253,7 +13253,7 @@ 301.322, 248.417, 299.839, - ",", + ")", -1, 2.967, "", @@ -13276,7 +13276,7 @@ 304.331, 248.417, 301.322, - "5", + "$", -1, 2.967, "", @@ -13299,7 +13299,7 @@ 307.339, 248.417, 304.331, - "0", + "&", -1, 2.967, "", @@ -13322,7 +13322,7 @@ 310.348, 248.417, 307.339, - "3", + "*", -1, 2.967, "", @@ -13345,7 +13345,7 @@ 346.533, 248.417, 343.524, - "2", + "-", -1, 2.967, "", @@ -13368,7 +13368,7 @@ 349.541, 248.417, 346.533, - "4", + "#", -1, 2.967, "", @@ -13391,7 +13391,7 @@ 352.55, 248.417, 349.541, - "5", + "$", -1, 2.967, "", @@ -13414,7 +13414,7 @@ 388.747, 248.417, 385.738, - "6", + "+", -1, 2.967, "", @@ -13437,7 +13437,7 @@ 391.755, 248.417, 388.747, - "2", + "-", -1, 2.967, "", @@ -13460,7 +13460,7 @@ 394.764, 248.417, 391.755, - "4", + "#", -1, 2.967, "", @@ -13483,7 +13483,7 @@ 430.961, 248.417, 427.952, - "2", + "-", -1, 2.967, "", @@ -13506,7 +13506,7 @@ 433.969, 248.417, 430.961, - "2", + "-", -1, 2.967, "", @@ -13529,7 +13529,7 @@ 436.978, 248.417, 433.969, - "8", + ",", -1, 2.967, "", @@ -13552,7 +13552,7 @@ 473.175, 248.417, 470.166, - "6", + "+", -1, 2.967, "", @@ -13575,7 +13575,7 @@ 476.183, 248.417, 473.175, - "4", + "#", -1, 2.967, "", @@ -13598,7 +13598,7 @@ 479.192, 248.417, 476.183, - "1", + "(", -1, 2.967, "", @@ -13621,7 +13621,7 @@ 515.389, 248.417, 512.38, - "4", + "#", -1, 2.967, "", @@ -13644,7 +13644,7 @@ 518.397, 248.417, 515.389, - "6", + "+", -1, 2.967, "", @@ -13667,7 +13667,7 @@ 521.406, 248.417, 518.397, - "9", + "'", -1, 2.967, "", @@ -13690,7 +13690,7 @@ 557.603, 248.417, 554.594, - "2", + "-", -1, 2.967, "", @@ -13713,7 +13713,7 @@ 560.611, 248.417, 557.603, - "0", + "&", -1, 2.967, "", @@ -13736,7 +13736,7 @@ 563.62, 248.417, 560.611, - "7", + "\"", -1, 2.967, "", @@ -13759,7 +13759,7 @@ 594.329, 248.417, 591.32, - "8", + ",", -1, 2.967, "", @@ -13782,7 +13782,7 @@ 597.337, 248.417, 594.329, - "2", + "-", -1, 2.967, "", @@ -13805,7 +13805,7 @@ 600.346, 248.417, 597.337, - "4", + "#", -1, 2.967, "", @@ -13828,7 +13828,7 @@ 625.457, 248.417, 622.448, - "2", + "-", -1, 2.967, "", @@ -13851,7 +13851,7 @@ 628.465, 248.417, 625.457, - "0", + "&", -1, 2.967, "", @@ -13874,7 +13874,7 @@ 631.474, 248.417, 628.465, - "9", + "'", -1, 2.967, "", @@ -13897,7 +13897,7 @@ 667.671, 248.417, 664.662, - "2", + "-", -1, 2.967, "", @@ -13920,7 +13920,7 @@ 670.679, 248.417, 667.671, - "1", + "(", -1, 2.967, "", @@ -13943,7 +13943,7 @@ 673.688, 248.417, 670.679, - "4", + "#", -1, 2.967, "", @@ -13966,7 +13966,7 @@ 705.405, 248.417, 702.396, - "2", + "-", -1, 2.967, "", @@ -13989,7 +13989,7 @@ 706.888, 248.417, 705.405, - ",", + ")", -1, 2.967, "", @@ -14012,7 +14012,7 @@ 709.897, 248.417, 706.888, - "7", + "\"", -1, 2.967, "", @@ -14035,7 +14035,7 @@ 712.905, 248.417, 709.897, - "2", + "-", -1, 2.967, "", @@ -14058,7 +14058,7 @@ 715.914, 248.417, 712.905, - "5", + "$", -1, 2.967, "", @@ -14081,7 +14081,7 @@ 740.231, 248.417, 737.223, - "8", + ",", -1, 2.967, "", @@ -14104,7 +14104,7 @@ 741.715, 248.417, 740.231, - ",", + ")", -1, 2.967, "", @@ -14127,7 +14127,7 @@ 744.723, 248.417, 741.715, - "1", + "(", -1, 2.967, "", @@ -14150,7 +14150,7 @@ 747.732, 248.417, 744.723, - "6", + "+", -1, 2.967, "", @@ -14173,7 +14173,7 @@ 750.74, 248.417, 747.732, - "7", + "\"", -1, 2.967, "", @@ -14196,7 +14196,7 @@ 101.966, 263.418, 98.228, - "D", + "<", -1, 2.967, "", @@ -14219,7 +14219,7 @@ 103.551, 263.418, 101.966, - "I", + "D", -1, 2.967, "", @@ -14242,7 +14242,7 @@ 106.357, 263.418, 103.551, - "S", + "4", -1, 2.967, "", @@ -14265,7 +14265,7 @@ 109.686, 263.418, 106.357, - "B", + "F", -1, 2.967, "", @@ -14288,7 +14288,7 @@ 113.561, 263.418, 109.686, - "U", + "K", -1, 2.967, "", @@ -14311,7 +14311,7 @@ 116.902, 263.418, 113.561, - "R", + "I", -1, 2.967, "", @@ -14334,7 +14334,7 @@ 119.709, 263.418, 116.902, - "S", + "4", -1, 2.967, "", @@ -14357,7 +14357,7 @@ 122.605, 263.418, 119.709, - "E", + "C", -1, 2.967, "", @@ -14380,7 +14380,7 @@ 127.791, 263.418, 122.605, - "M", + "*", -1, 2.967, "", @@ -14403,7 +14403,7 @@ 130.687, 263.418, 127.791, - "E", + "C", -1, 2.967, "", @@ -14426,7 +14426,7 @@ 134.597, 263.418, 130.687, - "N", + ":", -1, 2.967, "", @@ -14449,7 +14449,7 @@ 137.534, 263.418, 134.597, - "T", + "B", -1, 2.967, "", @@ -14472,7 +14472,7 @@ 140.341, 263.418, 137.534, - "S", + "4", -1, 2.967, "", @@ -14495,7 +14495,7 @@ 141.979, 263.418, 140.341, - ":", + "J", -1, 2.967, "", @@ -14518,7 +14518,7 @@ 106.963, 270.474, 103.266, - "H", + "M", -1, 2.967, "", @@ -14541,7 +14541,7 @@ 108.322, 270.474, 106.963, - "i", + "6", -1, 2.967, "", @@ -14564,7 +14564,7 @@ 111.117, 270.474, 108.322, - "g", + "N", -1, 2.967, "", @@ -14587,7 +14587,7 @@ 114.232, 270.474, 111.117, - "h", + "?", -1, 2.967, "", @@ -14610,7 +14610,7 @@ 117.187, 270.474, 114.232, - "e", + "9", -1, 2.967, "", @@ -14633,7 +14633,7 @@ 119.258, 270.474, 117.187, - "r", + "@", -1, 2.967, "", @@ -14679,7 +14679,7 @@ 123.495, 270.474, 120.599, - "E", + "I", -1, 2.967, "", @@ -14702,7 +14702,7 @@ 126.61, 270.474, 123.495, - "d", + "F", -1, 2.967, "", @@ -14725,7 +14725,7 @@ 129.725, 270.474, 126.61, - "u", + "2", -1, 2.967, "", @@ -14748,7 +14748,7 @@ 132.235, 270.474, 129.725, - "c", + "C", -1, 2.967, "", @@ -14771,7 +14771,7 @@ 135.078, 270.474, 132.235, - "a", + ";", -1, 2.967, "", @@ -14794,7 +14794,7 @@ 137.066, 270.474, 135.078, - "t", + "5", -1, 2.967, "", @@ -14817,7 +14817,7 @@ 138.424, 270.474, 137.066, - "i", + "6", -1, 2.967, "", @@ -14840,7 +14840,7 @@ 141.552, 270.474, 138.424, - "o", + "/", -1, 2.967, "", @@ -14863,7 +14863,7 @@ 144.667, 270.474, 141.552, - "n", + "0", -1, 2.967, "", @@ -14886,7 +14886,7 @@ 268.17, 270.474, 265.161, - "0", + "&", -1, 2.967, "", @@ -14909,7 +14909,7 @@ 310.38, 270.474, 307.371, - "0", + "&", -1, 2.967, "", @@ -14932,7 +14932,7 @@ 352.59, 270.474, 349.582, - "0", + "&", -1, 2.967, "", @@ -14955,7 +14955,7 @@ 394.801, 270.474, 391.792, - "0", + "&", -1, 2.967, "", @@ -14978,7 +14978,7 @@ 437.011, 270.474, 434.003, - "0", + "&", -1, 2.967, "", @@ -15001,7 +15001,7 @@ 479.221, 270.474, 476.213, - "0", + "&", -1, 2.967, "", @@ -15024,7 +15024,7 @@ 521.432, 270.474, 518.423, - "0", + "&", -1, 2.967, "", @@ -15047,7 +15047,7 @@ 563.642, 270.474, 560.634, - "0", + "&", -1, 2.967, "", @@ -15070,7 +15070,7 @@ 600.364, 270.474, 597.355, - "0", + "&", -1, 2.967, "", @@ -15093,7 +15093,7 @@ 631.489, 270.474, 628.481, - "0", + "&", -1, 2.967, "", @@ -15116,7 +15116,7 @@ 673.7, 270.474, 670.691, - "0", + "&", -1, 2.967, "", @@ -15139,7 +15139,7 @@ 715.91, 270.474, 712.902, - "0", + "&", -1, 2.967, "", @@ -15162,7 +15162,7 @@ 750.733, 270.474, 747.724, - "0", + "&", -1, 2.967, "", @@ -15185,7 +15185,7 @@ 106.702, 277.529, 103.266, - "A", + "G", -1, 2.967, "", @@ -15208,7 +15208,7 @@ 108.061, 277.529, 106.702, - "l", + "A", -1, 2.967, "", @@ -15231,7 +15231,7 @@ 109.419, 277.529, 108.061, - "l", + "A", -1, 2.967, "", @@ -15277,7 +15277,7 @@ 114.695, 277.529, 110.766, - "O", + ">", -1, 2.967, "", @@ -15300,7 +15300,7 @@ 116.683, 277.529, 114.695, - "t", + "5", -1, 2.967, "", @@ -15323,7 +15323,7 @@ 119.798, 277.529, 116.683, - "h", + "?", -1, 2.967, "", @@ -15346,7 +15346,7 @@ 122.753, 277.529, 119.798, - "e", + "9", -1, 2.967, "", @@ -15369,7 +15369,7 @@ 124.824, 277.529, 122.753, - "r", + "@", -1, 2.967, "", @@ -15415,7 +15415,7 @@ 129.061, 277.529, 126.165, - "E", + "I", -1, 2.967, "", @@ -15438,7 +15438,7 @@ 132.176, 277.529, 129.061, - "d", + "F", -1, 2.967, "", @@ -15461,7 +15461,7 @@ 135.291, 277.529, 132.176, - "u", + "2", -1, 2.967, "", @@ -15484,7 +15484,7 @@ 137.801, 277.529, 135.291, - "c", + "C", -1, 2.967, "", @@ -15507,7 +15507,7 @@ 140.644, 277.529, 137.801, - "a", + ";", -1, 2.967, "", @@ -15530,7 +15530,7 @@ 142.632, 277.529, 140.644, - "t", + "5", -1, 2.967, "", @@ -15553,7 +15553,7 @@ 143.99, 277.529, 142.632, - "i", + "6", -1, 2.967, "", @@ -15576,7 +15576,7 @@ 147.118, 277.529, 143.99, - "o", + "/", -1, 2.967, "", @@ -15599,7 +15599,7 @@ 150.233, 277.529, 147.118, - "n", + "0", -1, 2.967, "", @@ -15622,7 +15622,7 @@ 268.17, 277.529, 265.161, - "2", + "-", -1, 2.967, "", @@ -15645,7 +15645,7 @@ 310.38, 277.529, 307.371, - "3", + "*", -1, 2.967, "", @@ -15668,7 +15668,7 @@ 352.59, 277.529, 349.582, - "3", + "*", -1, 2.967, "", @@ -15691,7 +15691,7 @@ 394.801, 277.529, 391.792, - "5", + "$", -1, 2.967, "", @@ -15714,7 +15714,7 @@ 437.011, 277.529, 434.003, - "3", + "*", -1, 2.967, "", @@ -15737,7 +15737,7 @@ 479.221, 277.529, 476.213, - "3", + "*", -1, 2.967, "", @@ -15760,7 +15760,7 @@ 521.432, 277.529, 518.423, - "4", + "#", -1, 2.967, "", @@ -15783,7 +15783,7 @@ 563.642, 277.529, 560.634, - "8", + ",", -1, 2.967, "", @@ -15806,7 +15806,7 @@ 600.364, 277.529, 597.355, - "8", + ",", -1, 2.967, "", @@ -15829,7 +15829,7 @@ 628.469, 277.529, 625.461, - "1", + "(", -1, 2.967, "", @@ -15852,7 +15852,7 @@ 631.48, 277.529, 628.471, - "0", + "&", -1, 2.967, "", @@ -15875,7 +15875,7 @@ 670.682, 277.529, 667.674, - "1", + "(", -1, 2.967, "", @@ -15898,7 +15898,7 @@ 673.688, 277.529, 670.679, - "0", + "&", -1, 2.967, "", @@ -15921,7 +15921,7 @@ 712.89, 277.529, 709.882, - "1", + "(", -1, 2.967, "", @@ -15944,7 +15944,7 @@ 715.902, 277.529, 712.893, - "4", + "#", -1, 2.967, "", @@ -15967,7 +15967,7 @@ 747.715, 277.529, 744.706, - "7", + "\"", -1, 2.967, "", @@ -15990,7 +15990,7 @@ 750.722, 277.529, 747.713, - "3", + "*", -1, 2.967, "", @@ -16013,7 +16013,7 @@ 106.334, 284.584, 103.266, - "P", + "K", -1, 2.967, "", @@ -16036,7 +16036,7 @@ 109.449, 284.584, 106.334, - "u", + "2", -1, 2.967, "", @@ -16059,7 +16059,7 @@ 112.564, 284.584, 109.449, - "b", + "O", -1, 2.967, "", @@ -16082,7 +16082,7 @@ 113.923, 284.584, 112.564, - "l", + "A", -1, 2.967, "", @@ -16105,7 +16105,7 @@ 115.282, 284.584, 113.923, - "i", + "6", -1, 2.967, "", @@ -16128,7 +16128,7 @@ 117.792, 284.584, 115.282, - "c", + "C", -1, 2.967, "", @@ -16174,7 +16174,7 @@ 122.836, 284.584, 119.139, - "H", + "M", -1, 2.967, "", @@ -16197,7 +16197,7 @@ 125.791, 284.584, 122.836, - "e", + "9", -1, 2.967, "", @@ -16220,7 +16220,7 @@ 128.633, 284.584, 125.791, - "a", + ";", -1, 2.967, "", @@ -16243,7 +16243,7 @@ 129.992, 284.584, 128.633, - "l", + "A", -1, 2.967, "", @@ -16266,7 +16266,7 @@ 131.98, 284.584, 129.992, - "t", + "5", -1, 2.967, "", @@ -16289,7 +16289,7 @@ 135.095, 284.584, 131.98, - "h", + "?", -1, 2.967, "", @@ -16312,7 +16312,7 @@ 265.143, 284.584, 262.135, - "3", + "*", -1, 2.967, "", @@ -16335,7 +16335,7 @@ 268.152, 284.584, 265.143, - "4", + "#", -1, 2.967, "", @@ -16358,7 +16358,7 @@ 307.357, 284.584, 304.349, - "2", + "-", -1, 2.967, "", @@ -16381,7 +16381,7 @@ 310.366, 284.584, 307.357, - "7", + "\"", -1, 2.967, "", @@ -16404,7 +16404,7 @@ 349.571, 284.584, 346.563, - "2", + "-", -1, 2.967, "", @@ -16427,7 +16427,7 @@ 352.58, 284.584, 349.571, - "4", + "#", -1, 2.967, "", @@ -16450,7 +16450,7 @@ 391.785, 284.584, 388.777, - "3", + "*", -1, 2.967, "", @@ -16473,7 +16473,7 @@ 394.794, 284.584, 391.785, - "0", + "&", -1, 2.967, "", @@ -16496,7 +16496,7 @@ 433.999, 284.584, 430.99, - "2", + "-", -1, 2.967, "", @@ -16519,7 +16519,7 @@ 437.007, 284.584, 433.999, - "2", + "-", -1, 2.967, "", @@ -16542,7 +16542,7 @@ 476.213, 284.584, 473.204, - "1", + "(", -1, 2.967, "", @@ -16565,7 +16565,7 @@ 479.221, 284.584, 476.213, - "2", + "-", -1, 2.967, "", @@ -16588,7 +16588,7 @@ 518.427, 284.584, 515.418, - "3", + "*", -1, 2.967, "", @@ -16611,7 +16611,7 @@ 521.435, 284.584, 518.427, - "7", + "\"", -1, 2.967, "", @@ -16634,7 +16634,7 @@ 560.641, 284.584, 557.632, - "3", + "*", -1, 2.967, "", @@ -16657,7 +16657,7 @@ 563.649, 284.584, 560.641, - "4", + "#", -1, 2.967, "", @@ -16680,7 +16680,7 @@ 597.366, 284.584, 594.357, - "4", + "#", -1, 2.967, "", @@ -16703,7 +16703,7 @@ 600.374, 284.584, 597.366, - "4", + "#", -1, 2.967, "", @@ -16726,7 +16726,7 @@ 628.493, 284.584, 625.484, - "4", + "#", -1, 2.967, "", @@ -16749,7 +16749,7 @@ 631.501, 284.584, 628.493, - "9", + "'", -1, 2.967, "", @@ -16772,7 +16772,7 @@ 670.703, 284.584, 667.695, - "4", + "#", -1, 2.967, "", @@ -16795,7 +16795,7 @@ 673.712, 284.584, 670.703, - "2", + "-", -1, 2.967, "", @@ -16818,7 +16818,7 @@ 709.891, 284.584, 706.882, - "1", + "(", -1, 2.967, "", @@ -16841,7 +16841,7 @@ 712.899, 284.584, 709.891, - "0", + "&", -1, 2.967, "", @@ -16864,7 +16864,7 @@ 715.908, 284.584, 712.899, - "2", + "-", -1, 2.967, "", @@ -16887,7 +16887,7 @@ 744.713, 284.584, 741.705, - "4", + "#", -1, 2.967, "", @@ -16910,7 +16910,7 @@ 747.722, 284.584, 744.713, - "5", + "$", -1, 2.967, "", @@ -16933,7 +16933,7 @@ 750.73, 284.584, 747.722, - "7", + "\"", -1, 2.967, "", @@ -16956,7 +16956,7 @@ 108.357, 291.64, 103.284, - "M", + "B", -1, 2.967, "", @@ -16979,7 +16979,7 @@ 111.312, 291.64, 108.357, - "e", + "9", -1, 2.967, "", @@ -17002,7 +17002,7 @@ 114.428, 291.64, 111.312, - "n", + "0", -1, 2.967, "", @@ -17025,7 +17025,7 @@ 116.415, 291.64, 114.428, - "t", + "5", -1, 2.967, "", @@ -17048,7 +17048,7 @@ 119.258, 291.64, 116.415, - "a", + ";", -1, 2.967, "", @@ -17071,7 +17071,7 @@ 120.617, 291.64, 119.258, - "l", + "A", -1, 2.967, "", @@ -17117,7 +17117,7 @@ 125.655, 291.64, 121.958, - "H", + "M", -1, 2.967, "", @@ -17140,7 +17140,7 @@ 128.343, 291.64, 125.655, - "y", + "P", -1, 2.967, "", @@ -17163,7 +17163,7 @@ 131.138, 291.64, 128.343, - "g", + "N", -1, 2.967, "", @@ -17186,7 +17186,7 @@ 132.496, 291.64, 131.138, - "i", + "6", -1, 2.967, "", @@ -17209,7 +17209,7 @@ 135.452, 291.64, 132.496, - "e", + "9", -1, 2.967, "", @@ -17232,7 +17232,7 @@ 138.567, 291.64, 135.452, - "n", + "0", -1, 2.967, "", @@ -17255,7 +17255,7 @@ 141.522, 291.64, 138.567, - "e", + "9", -1, 2.967, "", @@ -17278,7 +17278,7 @@ 268.187, 291.64, 265.179, - "9", + "'", -1, 2.967, "", @@ -17301,7 +17301,7 @@ 310.398, 291.64, 307.389, - "8", + ",", -1, 2.967, "", @@ -17324,7 +17324,7 @@ 352.608, 291.64, 349.6, - "8", + ",", -1, 2.967, "", @@ -17347,7 +17347,7 @@ 394.819, 291.64, 391.81, - "5", + "$", -1, 2.967, "", @@ -17370,7 +17370,7 @@ 434.003, 291.64, 430.994, - "1", + "(", -1, 2.967, "", @@ -17393,7 +17393,7 @@ 437.013, 291.64, 434.005, - "2", + "-", -1, 2.967, "", @@ -17416,7 +17416,7 @@ 476.216, 291.64, 473.207, - "1", + "(", -1, 2.967, "", @@ -17439,7 +17439,7 @@ 479.221, 291.64, 476.213, - "0", + "&", -1, 2.967, "", @@ -17462,7 +17462,7 @@ 521.447, 291.64, 518.439, - "9", + "'", -1, 2.967, "", @@ -17485,7 +17485,7 @@ 560.635, 291.64, 557.626, - "1", + "(", -1, 2.967, "", @@ -17508,7 +17508,7 @@ 563.643, 291.64, 560.635, - "4", + "#", -1, 2.967, "", @@ -17531,7 +17531,7 @@ 597.36, 291.64, 594.351, - "1", + "(", -1, 2.967, "", @@ -17554,7 +17554,7 @@ 600.368, 291.64, 597.36, - "2", + "-", -1, 2.967, "", @@ -17577,7 +17577,7 @@ 628.487, 291.64, 625.478, - "1", + "(", -1, 2.967, "", @@ -17600,7 +17600,7 @@ 631.498, 291.64, 628.489, - "2", + "-", -1, 2.967, "", @@ -17623,7 +17623,7 @@ 670.7, 291.64, 667.692, - "1", + "(", -1, 2.967, "", @@ -17646,7 +17646,7 @@ 673.706, 291.64, 670.697, - "3", + "*", -1, 2.967, "", @@ -17669,7 +17669,7 @@ 712.908, 291.64, 709.9, - "2", + "-", -1, 2.967, "", @@ -17692,7 +17692,7 @@ 715.92, 291.64, 712.911, - "3", + "*", -1, 2.967, "", @@ -17715,7 +17715,7 @@ 744.71, 291.64, 741.701, - "1", + "(", -1, 2.967, "", @@ -17738,7 +17738,7 @@ 747.719, 291.64, 744.711, - "3", + "*", -1, 2.967, "", @@ -17761,7 +17761,7 @@ 750.728, 291.64, 747.719, - "5", + "$", -1, 2.967, "", @@ -17784,7 +17784,7 @@ 106.007, 298.695, 103.284, - "S", + "L", -1, 2.967, "", @@ -17807,7 +17807,7 @@ 108.517, 298.695, 106.007, - "c", + "C", -1, 2.967, "", @@ -17830,7 +17830,7 @@ 111.633, 298.695, 108.517, - "h", + "?", -1, 2.967, "", @@ -17853,7 +17853,7 @@ 114.76, 298.695, 111.633, - "o", + "/", -1, 2.967, "", @@ -17876,7 +17876,7 @@ 117.887, 298.695, 114.76, - "o", + "/", -1, 2.967, "", @@ -17899,7 +17899,7 @@ 119.246, 298.695, 117.887, - "l", + "A", -1, 2.967, "", @@ -17945,7 +17945,7 @@ 124.035, 298.695, 120.599, - "A", + "G", -1, 2.967, "", @@ -17968,7 +17968,7 @@ 125.394, 298.695, 124.035, - "i", + "6", -1, 2.967, "", @@ -17991,7 +17991,7 @@ 128.509, 298.695, 125.394, - "d", + "F", -1, 2.967, "", @@ -18014,7 +18014,7 @@ 268.187, 298.695, 265.179, - "0", + "&", -1, 2.967, "", @@ -18037,7 +18037,7 @@ 310.395, 298.695, 307.387, - "0", + "&", -1, 2.967, "", @@ -18060,7 +18060,7 @@ 352.603, 298.695, 349.595, - "0", + "&", -1, 2.967, "", @@ -18083,7 +18083,7 @@ 391.791, 298.695, 388.783, - "1", + "(", -1, 2.967, "", @@ -18106,7 +18106,7 @@ 394.8, 298.695, 391.791, - "4", + "#", -1, 2.967, "", @@ -18129,7 +18129,7 @@ 433.999, 298.695, 430.99, - "1", + "(", -1, 2.967, "", @@ -18152,7 +18152,7 @@ 437.007, 298.695, 433.999, - "4", + "#", -1, 2.967, "", @@ -18175,7 +18175,7 @@ 479.233, 298.695, 476.225, - "0", + "&", -1, 2.967, "", @@ -18198,7 +18198,7 @@ 521.441, 298.695, 518.433, - "5", + "$", -1, 2.967, "", @@ -18221,7 +18221,7 @@ 560.629, 298.695, 557.62, - "4", + "#", -1, 2.967, "", @@ -18244,7 +18244,7 @@ 563.637, 298.695, 560.629, - "5", + "$", -1, 2.967, "", @@ -18267,7 +18267,7 @@ 597.354, 298.695, 594.345, - "5", + "$", -1, 2.967, "", @@ -18290,7 +18290,7 @@ 600.362, 298.695, 597.354, - "0", + "&", -1, 2.967, "", @@ -18313,7 +18313,7 @@ 628.481, 298.695, 625.472, - "5", + "$", -1, 2.967, "", @@ -18336,7 +18336,7 @@ 631.489, 298.695, 628.481, - "0", + "&", -1, 2.967, "", @@ -18359,7 +18359,7 @@ 670.691, 298.695, 667.683, - "5", + "$", -1, 2.967, "", @@ -18382,7 +18382,7 @@ 673.7, 298.695, 670.691, - "5", + "$", -1, 2.967, "", @@ -18405,7 +18405,7 @@ 712.899, 298.695, 709.891, - "6", + "+", -1, 2.967, "", @@ -18428,7 +18428,7 @@ 715.908, 298.695, 712.899, - "7", + "\"", -1, 2.967, "", @@ -18451,7 +18451,7 @@ 744.698, 298.695, 741.689, - "3", + "*", -1, 2.967, "", @@ -18474,7 +18474,7 @@ 747.706, 298.695, 744.698, - "0", + "&", -1, 2.967, "", @@ -18497,7 +18497,7 @@ 750.715, 298.695, 747.706, - "0", + "&", -1, 2.967, "", @@ -18520,7 +18520,7 @@ 106.162, 305.751, 103.272, - "T", + ":", -1, 2.967, "", @@ -18543,7 +18543,7 @@ 109.117, 305.751, 106.162, - "e", + "9", -1, 2.967, "", @@ -18566,7 +18566,7 @@ 113.858, 305.751, 109.117, - "m", + "3", -1, 2.967, "", @@ -18589,7 +18589,7 @@ 116.973, 305.751, 113.858, - "p", + "4", -1, 2.967, "", @@ -18612,7 +18612,7 @@ 120.1, 305.751, 116.973, - "o", + "/", -1, 2.967, "", @@ -18635,7 +18635,7 @@ 122.171, 305.751, 120.1, - "r", + "@", -1, 2.967, "", @@ -18658,7 +18658,7 @@ 125.014, 305.751, 122.171, - "a", + ";", -1, 2.967, "", @@ -18681,7 +18681,7 @@ 127.085, 305.751, 125.014, - "r", + "@", -1, 2.967, "", @@ -18704,7 +18704,7 @@ 129.773, 305.751, 127.085, - "y", + "P", -1, 2.967, "", @@ -18750,7 +18750,7 @@ 135.155, 305.751, 131.108, - "&", + "Q", -1, 2.967, "", @@ -18796,7 +18796,7 @@ 140.145, 305.751, 136.496, - "D", + "R", -1, 2.967, "", @@ -18819,7 +18819,7 @@ 141.504, 305.751, 140.145, - "i", + "6", -1, 2.967, "", @@ -18842,7 +18842,7 @@ 143.824, 305.751, 141.504, - "s", + "1", -1, 2.967, "", @@ -18865,7 +18865,7 @@ 146.667, 305.751, 143.824, - "a", + ";", -1, 2.967, "", @@ -18888,7 +18888,7 @@ 149.782, 305.751, 146.667, - "b", + "O", -1, 2.967, "", @@ -18911,7 +18911,7 @@ 151.141, 305.751, 149.782, - "i", + "6", -1, 2.967, "", @@ -18934,7 +18934,7 @@ 152.5, 305.751, 151.141, - "l", + "A", -1, 2.967, "", @@ -18957,7 +18957,7 @@ 153.859, 305.751, 152.5, - "i", + "6", -1, 2.967, "", @@ -18980,7 +18980,7 @@ 155.846, 305.751, 153.859, - "t", + "5", -1, 2.967, "", @@ -19003,7 +19003,7 @@ 158.534, 305.751, 155.846, - "y", + "P", -1, 2.967, "", @@ -19049,7 +19049,7 @@ 163.329, 305.751, 159.893, - "A", + "G", -1, 2.967, "", @@ -19072,7 +19072,7 @@ 165.649, 305.751, 163.329, - "s", + "1", -1, 2.967, "", @@ -19095,7 +19095,7 @@ 167.969, 305.751, 165.649, - "s", + "1", -1, 2.967, "", @@ -19118,7 +19118,7 @@ 169.328, 305.751, 167.969, - "i", + "6", -1, 2.967, "", @@ -19141,7 +19141,7 @@ 171.648, 305.751, 169.328, - "s", + "1", -1, 2.967, "", @@ -19164,7 +19164,7 @@ 173.636, 305.751, 171.648, - "t", + "5", -1, 2.967, "", @@ -19187,7 +19187,7 @@ 176.479, 305.751, 173.636, - "a", + ";", -1, 2.967, "", @@ -19210,7 +19210,7 @@ 179.594, 305.751, 176.479, - "n", + "0", -1, 2.967, "", @@ -19233,7 +19233,7 @@ 182.104, 305.751, 179.594, - "c", + "C", -1, 2.967, "", @@ -19256,7 +19256,7 @@ 185.059, 305.751, 182.104, - "e", + "9", -1, 2.967, "", @@ -19279,7 +19279,7 @@ 268.175, 305.751, 265.167, - "0", + "&", -1, 2.967, "", @@ -19302,7 +19302,7 @@ 310.383, 305.751, 307.375, - "0", + "&", -1, 2.967, "", @@ -19325,7 +19325,7 @@ 352.591, 305.751, 349.583, - "0", + "&", -1, 2.967, "", @@ -19348,7 +19348,7 @@ 391.779, 305.751, 388.771, - "2", + "-", -1, 2.967, "", @@ -19371,7 +19371,7 @@ 394.788, 305.751, 391.779, - "8", + ",", -1, 2.967, "", @@ -19394,7 +19394,7 @@ 437.013, 305.751, 434.005, - "0", + "&", -1, 2.967, "", @@ -19417,7 +19417,7 @@ 479.221, 305.751, 476.213, - "0", + "&", -1, 2.967, "", @@ -19440,7 +19440,7 @@ 518.409, 305.751, 515.4, - "1", + "(", -1, 2.967, "", @@ -19463,7 +19463,7 @@ 521.417, 305.751, 518.409, - "5", + "$", -1, 2.967, "", @@ -19486,7 +19486,7 @@ 560.617, 305.751, 557.608, - "1", + "(", -1, 2.967, "", @@ -19509,7 +19509,7 @@ 563.625, 305.751, 560.617, - "5", + "$", -1, 2.967, "", @@ -19532,7 +19532,7 @@ 597.342, 305.751, 594.334, - "1", + "(", -1, 2.967, "", @@ -19555,7 +19555,7 @@ 600.351, 305.751, 597.342, - "5", + "$", -1, 2.967, "", @@ -19578,7 +19578,7 @@ 628.469, 305.751, 625.461, - "1", + "(", -1, 2.967, "", @@ -19601,7 +19601,7 @@ 631.478, 305.751, 628.469, - "5", + "$", -1, 2.967, "", @@ -19624,7 +19624,7 @@ 670.679, 305.751, 667.671, - "1", + "(", -1, 2.967, "", @@ -19647,7 +19647,7 @@ 673.688, 305.751, 670.679, - "5", + "$", -1, 2.967, "", @@ -19670,7 +19670,7 @@ 712.887, 305.751, 709.879, - "1", + "(", -1, 2.967, "", @@ -19693,7 +19693,7 @@ 715.896, 305.751, 712.887, - "1", + "(", -1, 2.967, "", @@ -19716,7 +19716,7 @@ 744.686, 305.751, 741.678, - "1", + "(", -1, 2.967, "", @@ -19739,7 +19739,7 @@ 747.695, 305.751, 744.686, - "1", + "(", -1, 2.967, "", @@ -19762,7 +19762,7 @@ 750.703, 305.751, 747.695, - "4", + "#", -1, 2.967, "", @@ -19785,7 +19785,7 @@ 106.15, 312.806, 103.26, - "T", + ":", -1, 2.967, "", @@ -19808,7 +19808,7 @@ 108.221, 312.806, 106.15, - "r", + "@", -1, 2.967, "", @@ -19831,7 +19831,7 @@ 111.063, 312.806, 108.221, - "a", + ";", -1, 2.967, "", @@ -19854,7 +19854,7 @@ 114.178, 312.806, 111.063, - "n", + "0", -1, 2.967, "", @@ -19877,7 +19877,7 @@ 116.499, 312.806, 114.178, - "s", + "1", -1, 2.967, "", @@ -19900,7 +19900,7 @@ 119.614, 312.806, 116.499, - "p", + "4", -1, 2.967, "", @@ -19923,7 +19923,7 @@ 122.741, 312.806, 119.614, - "o", + "/", -1, 2.967, "", @@ -19946,7 +19946,7 @@ 124.812, 312.806, 122.741, - "r", + "@", -1, 2.967, "", @@ -19969,7 +19969,7 @@ 126.8, 312.806, 124.812, - "t", + "5", -1, 2.967, "", @@ -19992,7 +19992,7 @@ 129.642, 312.806, 126.8, - "a", + ";", -1, 2.967, "", @@ -20015,7 +20015,7 @@ 131.63, 312.806, 129.642, - "t", + "5", -1, 2.967, "", @@ -20038,7 +20038,7 @@ 132.989, 312.806, 131.63, - "i", + "6", -1, 2.967, "", @@ -20061,7 +20061,7 @@ 136.116, 312.806, 132.989, - "o", + "/", -1, 2.967, "", @@ -20084,7 +20084,7 @@ 139.231, 312.806, 136.116, - "n", + "0", -1, 2.967, "", @@ -20107,7 +20107,7 @@ 268.152, 312.806, 265.143, - "6", + "+", -1, 2.967, "", @@ -20130,7 +20130,7 @@ 310.36, 312.806, 307.351, - "4", + "#", -1, 2.967, "", @@ -20153,7 +20153,7 @@ 346.521, 312.806, 343.513, - "1", + "(", -1, 2.967, "", @@ -20176,7 +20176,7 @@ 349.53, 312.806, 346.521, - "1", + "(", -1, 2.967, "", @@ -20199,7 +20199,7 @@ 352.538, 312.806, 349.53, - "6", + "+", -1, 2.967, "", @@ -20222,7 +20222,7 @@ 394.782, 312.806, 391.773, - "5", + "$", -1, 2.967, "", @@ -20245,7 +20245,7 @@ 436.99, 312.806, 433.981, - "6", + "+", -1, 2.967, "", @@ -20268,7 +20268,7 @@ 473.151, 312.806, 470.142, - "2", + "-", -1, 2.967, "", @@ -20291,7 +20291,7 @@ 476.159, 312.806, 473.151, - "3", + "*", -1, 2.967, "", @@ -20314,7 +20314,7 @@ 479.168, 312.806, 476.159, - "6", + "+", -1, 2.967, "", @@ -20337,7 +20337,7 @@ 515.365, 312.806, 512.356, - "3", + "*", -1, 2.967, "", @@ -20360,7 +20360,7 @@ 518.373, 312.806, 515.365, - "3", + "*", -1, 2.967, "", @@ -20383,7 +20383,7 @@ 521.382, 312.806, 518.373, - "1", + "(", -1, 2.967, "", @@ -20406,7 +20406,7 @@ 560.599, 312.806, 557.591, - "3", + "*", -1, 2.967, "", @@ -20429,7 +20429,7 @@ 563.608, 312.806, 560.599, - "6", + "+", -1, 2.967, "", @@ -20452,7 +20452,7 @@ 594.301, 312.806, 591.293, - "3", + "*", -1, 2.967, "", @@ -20475,7 +20475,7 @@ 597.31, 312.806, 594.301, - "4", + "#", -1, 2.967, "", @@ -20498,7 +20498,7 @@ 600.318, 312.806, 597.31, - "5", + "$", -1, 2.967, "", @@ -20521,7 +20521,7 @@ 628.452, 312.806, 625.444, - "3", + "*", -1, 2.967, "", @@ -20544,7 +20544,7 @@ 631.461, 312.806, 628.452, - "0", + "&", -1, 2.967, "", @@ -20567,7 +20567,7 @@ 670.662, 312.806, 667.653, - "3", + "*", -1, 2.967, "", @@ -20590,7 +20590,7 @@ 673.67, 312.806, 670.662, - "5", + "$", -1, 2.967, "", @@ -20613,7 +20613,7 @@ 709.849, 312.806, 706.841, - "6", + "+", -1, 2.967, "", @@ -20636,7 +20636,7 @@ 712.858, 312.806, 709.849, - "6", + "+", -1, 2.967, "", @@ -20659,7 +20659,7 @@ 715.866, 312.806, 712.858, - "8", + ",", -1, 2.967, "", @@ -20682,7 +20682,7 @@ 740.193, 312.806, 737.185, - "1", + "(", -1, 2.967, "", @@ -20705,7 +20705,7 @@ 741.677, 312.806, 740.193, - ",", + ")", -1, 2.967, "", @@ -20728,7 +20728,7 @@ 744.685, 312.806, 741.677, - "8", + ",", -1, 2.967, "", @@ -20751,7 +20751,7 @@ 747.694, 312.806, 744.685, - "1", + "(", -1, 2.967, "", @@ -20774,7 +20774,7 @@ 750.702, 312.806, 747.694, - "8", + ",", -1, 2.967, "", @@ -20797,7 +20797,7 @@ 106.684, 319.862, 103.248, - "A", + "G", -1, 2.967, "", @@ -20820,7 +20820,7 @@ 108.043, 319.862, 106.684, - "l", + "A", -1, 2.967, "", @@ -20843,7 +20843,7 @@ 109.402, 319.862, 108.043, - "l", + "A", -1, 2.967, "", @@ -20889,7 +20889,7 @@ 114.677, 319.862, 110.749, - "O", + ">", -1, 2.967, "", @@ -20912,7 +20912,7 @@ 116.665, 319.862, 114.677, - "t", + "5", -1, 2.967, "", @@ -20935,7 +20935,7 @@ 119.78, 319.862, 116.665, - "h", + "?", -1, 2.967, "", @@ -20958,7 +20958,7 @@ 122.735, 319.862, 119.78, - "e", + "9", -1, 2.967, "", @@ -20981,7 +20981,7 @@ 124.806, 319.862, 122.735, - "r", + "@", -1, 2.967, "", @@ -21027,7 +21027,7 @@ 128.639, 319.862, 126.147, - "L", + "H", -1, 2.967, "", @@ -21050,7 +21050,7 @@ 131.767, 319.862, 128.639, - "o", + "/", -1, 2.967, "", @@ -21073,7 +21073,7 @@ 134.277, 319.862, 131.767, - "c", + "C", -1, 2.967, "", @@ -21096,7 +21096,7 @@ 137.119, 319.862, 134.277, - "a", + ";", -1, 2.967, "", @@ -21119,7 +21119,7 @@ 138.478, 319.862, 137.119, - "l", + "A", -1, 2.967, "", @@ -21142,7 +21142,7 @@ 262.099, 319.862, 259.091, - "1", + "(", -1, 2.967, "", @@ -21165,7 +21165,7 @@ 265.108, 319.862, 262.099, - "2", + "-", -1, 2.967, "", @@ -21188,7 +21188,7 @@ 268.116, 319.862, 265.108, - "4", + "#", -1, 2.967, "", @@ -21211,7 +21211,7 @@ 304.313, 319.862, 301.305, - "1", + "(", -1, 2.967, "", @@ -21234,7 +21234,7 @@ 307.322, 319.862, 304.313, - "4", + "#", -1, 2.967, "", @@ -21257,7 +21257,7 @@ 310.33, 319.862, 307.322, - "2", + "-", -1, 2.967, "", @@ -21280,7 +21280,7 @@ 346.527, 319.862, 343.519, - "1", + "(", -1, 2.967, "", @@ -21303,7 +21303,7 @@ 349.536, 319.862, 346.527, - "3", + "*", -1, 2.967, "", @@ -21326,7 +21326,7 @@ 352.544, 319.862, 349.536, - "5", + "$", -1, 2.967, "", @@ -21349,7 +21349,7 @@ 388.741, 319.862, 385.732, - "3", + "*", -1, 2.967, "", @@ -21372,7 +21372,7 @@ 391.749, 319.862, 388.741, - "5", + "$", -1, 2.967, "", @@ -21395,7 +21395,7 @@ 394.758, 319.862, 391.749, - "6", + "+", -1, 2.967, "", @@ -21418,7 +21418,7 @@ 430.955, 319.862, 427.946, - "5", + "$", -1, 2.967, "", @@ -21441,7 +21441,7 @@ 433.963, 319.862, 430.955, - "6", + "+", -1, 2.967, "", @@ -21464,7 +21464,7 @@ 436.972, 319.862, 433.963, - "2", + "-", -1, 2.967, "", @@ -21487,7 +21487,7 @@ 473.169, 319.862, 470.16, - "3", + "*", -1, 2.967, "", @@ -21510,7 +21510,7 @@ 476.177, 319.862, 473.169, - "1", + "(", -1, 2.967, "", @@ -21533,7 +21533,7 @@ 479.186, 319.862, 476.177, - "1", + "(", -1, 2.967, "", @@ -21556,7 +21556,7 @@ 515.383, 319.862, 512.374, - "2", + "-", -1, 2.967, "", @@ -21579,7 +21579,7 @@ 518.391, 319.862, 515.383, - "7", + "\"", -1, 2.967, "", @@ -21602,7 +21602,7 @@ 521.4, 319.862, 518.391, - "8", + ",", -1, 2.967, "", @@ -21625,7 +21625,7 @@ 557.597, 319.862, 554.588, - "2", + "-", -1, 2.967, "", @@ -21648,7 +21648,7 @@ 560.605, 319.862, 557.597, - "6", + "+", -1, 2.967, "", @@ -21671,7 +21671,7 @@ 563.614, 319.862, 560.605, - "1", + "(", -1, 2.967, "", @@ -21694,7 +21694,7 @@ 594.323, 319.862, 591.314, - "1", + "(", -1, 2.967, "", @@ -21717,7 +21717,7 @@ 597.331, 319.862, 594.323, - "6", + "+", -1, 2.967, "", @@ -21740,7 +21740,7 @@ 600.34, 319.862, 597.331, - "7", + "\"", -1, 2.967, "", @@ -21763,7 +21763,7 @@ 625.451, 319.862, 622.443, - "3", + "*", -1, 2.967, "", @@ -21786,7 +21786,7 @@ 628.46, 319.862, 625.451, - "1", + "(", -1, 2.967, "", @@ -21809,7 +21809,7 @@ 631.468, 319.862, 628.46, - "0", + "&", -1, 2.967, "", @@ -21832,7 +21832,7 @@ 667.665, 319.862, 664.656, - "1", + "(", -1, 2.967, "", @@ -21855,7 +21855,7 @@ 670.673, 319.862, 667.665, - "7", + "\"", -1, 2.967, "", @@ -21878,7 +21878,7 @@ 673.682, 319.862, 670.673, - "7", + "\"", -1, 2.967, "", @@ -21901,7 +21901,7 @@ 706.876, 319.862, 705.078, - "(", + "!", -1, 2.967, "", @@ -21924,7 +21924,7 @@ 709.885, 319.862, 706.876, - "7", + "\"", -1, 2.967, "", @@ -21947,7 +21947,7 @@ 712.893, 319.862, 709.885, - "2", + "-", -1, 2.967, "", @@ -21970,7 +21970,7 @@ 715.902, 319.862, 712.893, - "5", + "$", -1, 2.967, "", @@ -21993,7 +21993,7 @@ 717.7, 319.862, 715.902, - ")", + "%", -1, 2.967, "", @@ -22016,7 +22016,7 @@ 740.22, 319.862, 737.211, - "2", + "-", -1, 2.967, "", @@ -22039,7 +22039,7 @@ 741.703, 319.862, 740.22, - ",", + ")", -1, 2.967, "", @@ -22062,7 +22062,7 @@ 744.712, 319.862, 741.703, - "0", + "&", -1, 2.967, "", @@ -22085,7 +22085,7 @@ 747.72, 319.862, 744.712, - "9", + "'", -1, 2.967, "", @@ -22108,7 +22108,7 @@ 750.729, 319.862, 747.72, - "8", + ",", -1, 2.967, "", @@ -22131,7 +22131,7 @@ 111.194, 327.362, 108.304, - "T", + ":", -1, 2.967, "", @@ -22154,7 +22154,7 @@ 114.321, 327.362, 111.194, - "o", + "/", -1, 2.967, "", @@ -22177,7 +22177,7 @@ 116.309, 327.362, 114.321, - "t", + "5", -1, 2.967, "", @@ -22200,7 +22200,7 @@ 119.151, 327.362, 116.309, - "a", + ";", -1, 2.967, "", @@ -22223,7 +22223,7 @@ 120.51, 327.362, 119.151, - "l", + "A", -1, 2.967, "", @@ -22269,7 +22269,7 @@ 125.293, 327.362, 121.857, - "A", + "G", -1, 2.967, "", @@ -22292,7 +22292,7 @@ 127.613, 327.362, 125.293, - "s", + "1", -1, 2.967, "", @@ -22315,7 +22315,7 @@ 129.933, 327.362, 127.613, - "s", + "1", -1, 2.967, "", @@ -22338,7 +22338,7 @@ 131.292, 327.362, 129.933, - "i", + "6", -1, 2.967, "", @@ -22361,7 +22361,7 @@ 133.612, 327.362, 131.292, - "s", + "1", -1, 2.967, "", @@ -22384,7 +22384,7 @@ 135.6, 327.362, 133.612, - "t", + "5", -1, 2.967, "", @@ -22407,7 +22407,7 @@ 138.442, 327.362, 135.6, - "a", + ";", -1, 2.967, "", @@ -22430,7 +22430,7 @@ 141.558, 327.362, 138.442, - "n", + "0", -1, 2.967, "", @@ -22453,7 +22453,7 @@ 144.068, 327.362, 141.558, - "c", + "C", -1, 2.967, "", @@ -22476,7 +22476,7 @@ 147.023, 327.362, 144.068, - "e", + "9", -1, 2.967, "", @@ -22522,7 +22522,7 @@ 151.206, 327.362, 148.364, - "a", + ";", -1, 2.967, "", @@ -22545,7 +22545,7 @@ 154.321, 327.362, 151.206, - "n", + "0", -1, 2.967, "", @@ -22568,7 +22568,7 @@ 157.437, 327.362, 154.321, - "d", + "F", -1, 2.967, "", @@ -22614,7 +22614,7 @@ 162.528, 327.362, 158.784, - "G", + "S", -1, 2.967, "", @@ -22637,7 +22637,7 @@ 164.599, 327.362, 162.528, - "r", + "@", -1, 2.967, "", @@ -22660,7 +22660,7 @@ 167.441, 327.362, 164.599, - "a", + ";", -1, 2.967, "", @@ -22683,7 +22683,7 @@ 170.557, 327.362, 167.441, - "n", + "0", -1, 2.967, "", @@ -22706,7 +22706,7 @@ 172.544, 327.362, 170.557, - "t", + "5", -1, 2.967, "", @@ -22729,7 +22729,7 @@ 174.865, 327.362, 172.544, - "s", + "1", -1, 2.967, "", @@ -22752,7 +22752,7 @@ 262.123, 327.362, 259.114, - "1", + "(", -1, 2.967, "", @@ -22775,7 +22775,7 @@ 265.131, 327.362, 262.123, - "7", + "\"", -1, 2.967, "", @@ -22798,7 +22798,7 @@ 268.14, 327.362, 265.131, - "5", + "$", -1, 2.967, "", @@ -22821,7 +22821,7 @@ 304.337, 327.362, 301.328, - "1", + "(", -1, 2.967, "", @@ -22844,7 +22844,7 @@ 307.345, 327.362, 304.337, - "8", + ",", -1, 2.967, "", @@ -22867,7 +22867,7 @@ 310.354, 327.362, 307.345, - "4", + "#", -1, 2.967, "", @@ -22890,7 +22890,7 @@ 346.551, 327.362, 343.542, - "2", + "-", -1, 2.967, "", @@ -22913,7 +22913,7 @@ 349.559, 327.362, 346.551, - "8", + ",", -1, 2.967, "", @@ -22936,7 +22936,7 @@ 352.568, 327.362, 349.559, - "6", + "+", -1, 2.967, "", @@ -22959,7 +22959,7 @@ 388.765, 327.362, 385.756, - "4", + "#", -1, 2.967, "", @@ -22982,7 +22982,7 @@ 391.773, 327.362, 388.765, - "4", + "#", -1, 2.967, "", @@ -23005,7 +23005,7 @@ 394.782, 327.362, 391.773, - "3", + "*", -1, 2.967, "", @@ -23028,7 +23028,7 @@ 430.979, 327.362, 427.97, - "6", + "+", -1, 2.967, "", @@ -23051,7 +23051,7 @@ 433.987, 327.362, 430.979, - "1", + "(", -1, 2.967, "", @@ -23074,7 +23074,7 @@ 436.996, 327.362, 433.987, - "9", + "'", -1, 2.967, "", @@ -23097,7 +23097,7 @@ 473.192, 327.362, 470.184, - "5", + "$", -1, 2.967, "", @@ -23120,7 +23120,7 @@ 476.201, 327.362, 473.192, - "7", + "\"", -1, 2.967, "", @@ -23143,7 +23143,7 @@ 479.209, 327.362, 476.201, - "2", + "-", -1, 2.967, "", @@ -23166,7 +23166,7 @@ 515.406, 327.362, 512.398, - "6", + "+", -1, 2.967, "", @@ -23189,7 +23189,7 @@ 518.415, 327.362, 515.406, - "7", + "\"", -1, 2.967, "", @@ -23212,7 +23212,7 @@ 521.423, 327.362, 518.415, - "9", + "'", -1, 2.967, "", @@ -23235,7 +23235,7 @@ 557.62, 327.362, 554.612, - "4", + "#", -1, 2.967, "", @@ -23258,7 +23258,7 @@ 560.629, 327.362, 557.62, - "1", + "(", -1, 2.967, "", @@ -23281,7 +23281,7 @@ 563.637, 327.362, 560.629, - "3", + "*", -1, 2.967, "", @@ -23304,7 +23304,7 @@ 594.347, 327.362, 591.338, - "6", + "+", -1, 2.967, "", @@ -23327,7 +23327,7 @@ 597.355, 327.362, 594.347, - "4", + "#", -1, 2.967, "", @@ -23350,7 +23350,7 @@ 600.364, 327.362, 597.355, - "1", + "(", -1, 2.967, "", @@ -23373,7 +23373,7 @@ 625.475, 327.362, 622.466, - "4", + "#", -1, 2.967, "", @@ -23396,7 +23396,7 @@ 628.483, 327.362, 625.475, - "7", + "\"", -1, 2.967, "", @@ -23419,7 +23419,7 @@ 631.492, 327.362, 628.483, - "6", + "+", -1, 2.967, "", @@ -23442,7 +23442,7 @@ 667.689, 327.362, 664.68, - "3", + "*", -1, 2.967, "", @@ -23465,7 +23465,7 @@ 670.697, 327.362, 667.689, - "4", + "#", -1, 2.967, "", @@ -23488,7 +23488,7 @@ 673.706, 327.362, 670.697, - "7", + "\"", -1, 2.967, "", @@ -23511,7 +23511,7 @@ 709.903, 327.362, 706.894, - "1", + "(", -1, 2.967, "", @@ -23534,7 +23534,7 @@ 712.911, 327.362, 709.903, - "6", + "+", -1, 2.967, "", @@ -23557,7 +23557,7 @@ 715.92, 327.362, 712.911, - "0", + "&", -1, 2.967, "", @@ -23580,7 +23580,7 @@ 740.247, 327.362, 737.238, - "4", + "#", -1, 2.967, "", @@ -23603,7 +23603,7 @@ 741.73, 327.362, 740.247, - ",", + ")", -1, 2.967, "", @@ -23626,7 +23626,7 @@ 744.739, 327.362, 741.73, - "9", + "'", -1, 2.967, "", @@ -23649,7 +23649,7 @@ 747.747, 327.362, 744.739, - "9", + "'", -1, 2.967, "", @@ -23672,7 +23672,7 @@ 750.756, 327.362, 747.747, - "5", + "$", -1, 2.967, "", @@ -23695,7 +23695,7 @@ 106.179, 340.909, 103.284, - "E", + "I", -1, 2.967, "", @@ -23718,7 +23718,7 @@ 108.69, 340.909, 106.179, - "c", + "C", -1, 2.967, "", @@ -23741,7 +23741,7 @@ 111.817, 340.909, 108.69, - "o", + "/", -1, 2.967, "", @@ -23764,7 +23764,7 @@ 114.932, 340.909, 111.817, - "n", + "0", -1, 2.967, "", @@ -23787,7 +23787,7 @@ 118.059, 340.909, 114.932, - "o", + "/", -1, 2.967, "", @@ -23810,7 +23810,7 @@ 122.8, 340.909, 118.059, - "m", + "3", -1, 2.967, "", @@ -23833,7 +23833,7 @@ 124.159, 340.909, 122.8, - "i", + "6", -1, 2.967, "", @@ -23856,7 +23856,7 @@ 126.669, 340.909, 124.159, - "c", + "C", -1, 2.967, "", @@ -23902,7 +23902,7 @@ 131.666, 340.909, 128.016, - "D", + "R", -1, 2.967, "", @@ -23925,7 +23925,7 @@ 134.621, 340.909, 131.666, - "e", + "9", -1, 2.967, "", @@ -23948,7 +23948,7 @@ 137.303, 340.909, 134.621, - "v", + "T", -1, 2.967, "", @@ -23971,7 +23971,7 @@ 140.258, 340.909, 137.303, - "e", + "9", -1, 2.967, "", @@ -23994,7 +23994,7 @@ 141.617, 340.909, 140.258, - "l", + "A", -1, 2.967, "", @@ -24017,7 +24017,7 @@ 144.744, 340.909, 141.617, - "o", + "/", -1, 2.967, "", @@ -24040,7 +24040,7 @@ 147.859, 340.909, 144.744, - "p", + "4", -1, 2.967, "", @@ -24063,7 +24063,7 @@ 152.601, 340.909, 147.859, - "m", + "3", -1, 2.967, "", @@ -24086,7 +24086,7 @@ 155.556, 340.909, 152.601, - "e", + "9", -1, 2.967, "", @@ -24109,7 +24109,7 @@ 158.671, 340.909, 155.556, - "n", + "0", -1, 2.967, "", @@ -24132,7 +24132,7 @@ 160.659, 340.909, 158.671, - "t", + "5", -1, 2.967, "", @@ -24155,7 +24155,7 @@ 268.187, 340.909, 265.179, - "5", + "$", -1, 2.967, "", @@ -24178,7 +24178,7 @@ 310.398, 340.909, 307.389, - "4", + "#", -1, 2.967, "", @@ -24201,7 +24201,7 @@ 352.608, 340.909, 349.6, - "8", + ",", -1, 2.967, "", @@ -24224,7 +24224,7 @@ 394.819, 340.909, 391.81, - "7", + "\"", -1, 2.967, "", @@ -24247,7 +24247,7 @@ 434.003, 340.909, 430.994, - "1", + "(", -1, 2.967, "", @@ -24270,7 +24270,7 @@ 437.013, 340.909, 434.005, - "2", + "-", -1, 2.967, "", @@ -24293,7 +24293,7 @@ 476.216, 340.909, 473.207, - "1", + "(", -1, 2.967, "", @@ -24316,7 +24316,7 @@ 479.221, 340.909, 476.213, - "0", + "&", -1, 2.967, "", @@ -24339,7 +24339,7 @@ 515.401, 340.909, 512.393, - "2", + "-", -1, 2.967, "", @@ -24362,7 +24362,7 @@ 518.409, 340.909, 515.4, - "8", + ",", -1, 2.967, "", @@ -24385,7 +24385,7 @@ 521.418, 340.909, 518.409, - "8", + ",", -1, 2.967, "", @@ -24408,7 +24408,7 @@ 557.613, 340.909, 554.604, - "3", + "*", -1, 2.967, "", @@ -24431,7 +24431,7 @@ 560.623, 340.909, 557.614, - "2", + "-", -1, 2.967, "", @@ -24454,7 +24454,7 @@ 563.631, 340.909, 560.623, - "8", + ",", -1, 2.967, "", @@ -24477,7 +24477,7 @@ 594.341, 340.909, 591.332, - "3", + "*", -1, 2.967, "", @@ -24500,7 +24500,7 @@ 597.348, 340.909, 594.339, - "0", + "&", -1, 2.967, "", @@ -24523,7 +24523,7 @@ 600.356, 340.909, 597.348, - "9", + "'", -1, 2.967, "", @@ -24546,7 +24546,7 @@ 625.468, 340.909, 622.459, - "2", + "-", -1, 2.967, "", @@ -24569,7 +24569,7 @@ 628.477, 340.909, 625.469, - "7", + "\"", -1, 2.967, "", @@ -24592,7 +24592,7 @@ 631.486, 340.909, 628.477, - "5", + "$", -1, 2.967, "", @@ -24615,7 +24615,7 @@ 667.681, 340.909, 664.672, - "2", + "-", -1, 2.967, "", @@ -24638,7 +24638,7 @@ 670.691, 340.909, 667.683, - "7", + "\"", -1, 2.967, "", @@ -24661,7 +24661,7 @@ 673.7, 340.909, 670.691, - "7", + "\"", -1, 2.967, "", @@ -24684,7 +24684,7 @@ 706.87, 340.909, 705.072, - "(", + "!", -1, 2.967, "", @@ -24707,7 +24707,7 @@ 709.879, 340.909, 706.87, - "2", + "-", -1, 2.967, "", @@ -24730,7 +24730,7 @@ 712.887, 340.909, 709.879, - "8", + ",", -1, 2.967, "", @@ -24753,7 +24753,7 @@ 715.896, 340.909, 712.887, - "0", + "&", -1, 2.967, "", @@ -24776,7 +24776,7 @@ 717.694, 340.909, 715.896, - ")", + "%", -1, 2.967, "", @@ -24799,7 +24799,7 @@ 740.214, 340.909, 737.205, - "1", + "(", -1, 2.967, "", @@ -24822,7 +24822,7 @@ 741.697, 340.909, 740.214, - ",", + ")", -1, 2.967, "", @@ -24845,7 +24845,7 @@ 744.706, 340.909, 741.697, - "2", + "-", -1, 2.967, "", @@ -24868,7 +24868,7 @@ 747.714, 340.909, 744.706, - "4", + "#", -1, 2.967, "", @@ -24891,7 +24891,7 @@ 750.723, 340.909, 747.714, - "3", + "*", -1, 2.967, "", @@ -24914,7 +24914,7 @@ 106.352, 347.965, 103.284, - "P", + "K", -1, 2.967, "", @@ -24937,7 +24937,7 @@ 109.194, 347.965, 106.352, - "a", + ";", -1, 2.967, "", @@ -24960,7 +24960,7 @@ 111.265, 347.965, 109.194, - "r", + "@", -1, 2.967, "", @@ -24983,7 +24983,7 @@ 113.965, 347.965, 111.265, - "k", + "U", -1, 2.967, "", @@ -25006,7 +25006,7 @@ 116.285, 347.965, 113.965, - "s", + "1", -1, 2.967, "", @@ -25052,7 +25052,7 @@ 121.667, 347.965, 117.62, - "&", + "Q", -1, 2.967, "", @@ -25098,7 +25098,7 @@ 124.996, 347.965, 123.008, - "t", + "5", -1, 2.967, "", @@ -25121,7 +25121,7 @@ 128.111, 347.965, 124.996, - "h", + "?", -1, 2.967, "", @@ -25144,7 +25144,7 @@ 131.066, 347.965, 128.111, - "e", + "9", -1, 2.967, "", @@ -25190,7 +25190,7 @@ 135.303, 347.965, 132.407, - "E", + "I", -1, 2.967, "", @@ -25213,7 +25213,7 @@ 138.418, 347.965, 135.303, - "n", + "0", -1, 2.967, "", @@ -25236,7 +25236,7 @@ 141.101, 347.965, 138.418, - "v", + "T", -1, 2.967, "", @@ -25259,7 +25259,7 @@ 142.459, 347.965, 141.101, - "i", + "6", -1, 2.967, "", @@ -25282,7 +25282,7 @@ 144.53, 347.965, 142.459, - "r", + "@", -1, 2.967, "", @@ -25305,7 +25305,7 @@ 147.658, 347.965, 144.53, - "o", + "/", -1, 2.967, "", @@ -25328,7 +25328,7 @@ 150.773, 347.965, 147.658, - "n", + "0", -1, 2.967, "", @@ -25351,7 +25351,7 @@ 155.514, 347.965, 150.773, - "m", + "3", -1, 2.967, "", @@ -25374,7 +25374,7 @@ 158.469, 347.965, 155.514, - "e", + "9", -1, 2.967, "", @@ -25397,7 +25397,7 @@ 161.585, 347.965, 158.469, - "n", + "0", -1, 2.967, "", @@ -25420,7 +25420,7 @@ 163.572, 347.965, 161.585, - "t", + "5", -1, 2.967, "", @@ -25443,7 +25443,7 @@ 265.161, 347.965, 262.153, - "5", + "$", -1, 2.967, "", @@ -25466,7 +25466,7 @@ 268.17, 347.965, 265.161, - "5", + "$", -1, 2.967, "", @@ -25489,7 +25489,7 @@ 307.375, 347.965, 304.367, - "6", + "+", -1, 2.967, "", @@ -25512,7 +25512,7 @@ 310.384, 347.965, 307.375, - "5", + "$", -1, 2.967, "", @@ -25535,7 +25535,7 @@ 349.589, 347.965, 346.58, - "6", + "+", -1, 2.967, "", @@ -25558,7 +25558,7 @@ 352.597, 347.965, 349.589, - "2", + "-", -1, 2.967, "", @@ -25581,7 +25581,7 @@ 388.777, 347.965, 385.768, - "1", + "(", -1, 2.967, "", @@ -25604,7 +25604,7 @@ 391.785, 347.965, 388.777, - "0", + "&", -1, 2.967, "", @@ -25627,7 +25627,7 @@ 394.794, 347.965, 391.785, - "8", + ",", -1, 2.967, "", @@ -25650,7 +25650,7 @@ 434.011, 347.965, 431.002, - "8", + ",", -1, 2.967, "", @@ -25673,7 +25673,7 @@ 437.019, 347.965, 434.011, - "9", + "'", -1, 2.967, "", @@ -25696,7 +25696,7 @@ 476.225, 347.965, 473.216, - "7", + "\"", -1, 2.967, "", @@ -25719,7 +25719,7 @@ 479.233, 347.965, 476.225, - "8", + ",", -1, 2.967, "", @@ -25742,7 +25742,7 @@ 515.412, 347.965, 512.404, - "1", + "(", -1, 2.967, "", @@ -25765,7 +25765,7 @@ 518.421, 347.965, 515.412, - "5", + "$", -1, 2.967, "", @@ -25788,7 +25788,7 @@ 521.429, 347.965, 518.421, - "0", + "&", -1, 2.967, "", @@ -25811,7 +25811,7 @@ 557.626, 347.965, 554.618, - "1", + "(", -1, 2.967, "", @@ -25834,7 +25834,7 @@ 560.635, 347.965, 557.626, - "3", + "*", -1, 2.967, "", @@ -25857,7 +25857,7 @@ 563.643, 347.965, 560.635, - "7", + "\"", -1, 2.967, "", @@ -25880,7 +25880,7 @@ 594.353, 347.965, 591.344, - "1", + "(", -1, 2.967, "", @@ -25903,7 +25903,7 @@ 597.361, 347.965, 594.353, - "5", + "$", -1, 2.967, "", @@ -25926,7 +25926,7 @@ 600.37, 347.965, 597.361, - "5", + "$", -1, 2.967, "", @@ -25949,7 +25949,7 @@ 625.481, 347.965, 622.472, - "1", + "(", -1, 2.967, "", @@ -25972,7 +25972,7 @@ 628.489, 347.965, 625.481, - "2", + "-", -1, 2.967, "", @@ -25995,7 +25995,7 @@ 631.498, 347.965, 628.489, - "4", + "#", -1, 2.967, "", @@ -26018,7 +26018,7 @@ 667.695, 347.965, 664.686, - "1", + "(", -1, 2.967, "", @@ -26041,7 +26041,7 @@ 670.703, 347.965, 667.695, - "2", + "-", -1, 2.967, "", @@ -26064,7 +26064,7 @@ 673.712, 347.965, 670.703, - "6", + "+", -1, 2.967, "", @@ -26087,7 +26087,7 @@ 709.909, 347.965, 706.9, - "2", + "-", -1, 2.967, "", @@ -26110,7 +26110,7 @@ 712.917, 347.965, 709.909, - "1", + "(", -1, 2.967, "", @@ -26133,7 +26133,7 @@ 715.926, 347.965, 712.917, - "0", + "&", -1, 2.967, "", @@ -26156,7 +26156,7 @@ 740.253, 347.965, 737.244, - "1", + "(", -1, 2.967, "", @@ -26179,7 +26179,7 @@ 741.736, 347.965, 740.253, - ",", + ")", -1, 2.967, "", @@ -26202,7 +26202,7 @@ 744.745, 347.965, 741.736, - "3", + "*", -1, 2.967, "", @@ -26225,7 +26225,7 @@ 747.753, 347.965, 744.745, - "5", + "$", -1, 2.967, "", @@ -26248,7 +26248,7 @@ 750.762, 347.965, 747.753, - "9", + "'", -1, 2.967, "", @@ -26271,7 +26271,7 @@ 106.185, 355.02, 103.296, - "T", + ":", -1, 2.967, "", @@ -26294,7 +26294,7 @@ 108.256, 355.02, 106.185, - "r", + "@", -1, 2.967, "", @@ -26317,7 +26317,7 @@ 111.099, 355.02, 108.256, - "a", + ";", -1, 2.967, "", @@ -26340,7 +26340,7 @@ 114.214, 355.02, 111.099, - "n", + "0", -1, 2.967, "", @@ -26363,7 +26363,7 @@ 116.534, 355.02, 114.214, - "s", + "1", -1, 2.967, "", @@ -26386,7 +26386,7 @@ 119.649, 355.02, 116.534, - "p", + "4", -1, 2.967, "", @@ -26409,7 +26409,7 @@ 122.777, 355.02, 119.649, - "o", + "/", -1, 2.967, "", @@ -26432,7 +26432,7 @@ 124.848, 355.02, 122.777, - "r", + "@", -1, 2.967, "", @@ -26455,7 +26455,7 @@ 126.835, 355.02, 124.848, - "t", + "5", -1, 2.967, "", @@ -26478,7 +26478,7 @@ 129.678, 355.02, 126.835, - "a", + ";", -1, 2.967, "", @@ -26501,7 +26501,7 @@ 131.666, 355.02, 129.678, - "t", + "5", -1, 2.967, "", @@ -26524,7 +26524,7 @@ 133.025, 355.02, 131.666, - "i", + "6", -1, 2.967, "", @@ -26547,7 +26547,7 @@ 136.152, 355.02, 133.025, - "o", + "/", -1, 2.967, "", @@ -26570,7 +26570,7 @@ 139.267, 355.02, 136.152, - "n", + "0", -1, 2.967, "", @@ -26593,7 +26593,7 @@ 262.141, 355.02, 259.132, - "1", + "(", -1, 2.967, "", @@ -26616,7 +26616,7 @@ 265.149, 355.02, 262.141, - "6", + "+", -1, 2.967, "", @@ -26639,7 +26639,7 @@ 268.158, 355.02, 265.149, - "6", + "+", -1, 2.967, "", @@ -26662,7 +26662,7 @@ 304.355, 355.02, 301.346, - "2", + "-", -1, 2.967, "", @@ -26685,7 +26685,7 @@ 307.363, 355.02, 304.355, - "6", + "+", -1, 2.967, "", @@ -26708,7 +26708,7 @@ 310.372, 355.02, 307.363, - "9", + "'", -1, 2.967, "", @@ -26731,7 +26731,7 @@ 346.569, 355.02, 343.56, - "2", + "-", -1, 2.967, "", @@ -26754,7 +26754,7 @@ 349.577, 355.02, 346.569, - "8", + ",", -1, 2.967, "", @@ -26777,7 +26777,7 @@ 352.586, 355.02, 349.577, - "2", + "-", -1, 2.967, "", @@ -26800,7 +26800,7 @@ 388.782, 355.02, 385.774, - "3", + "*", -1, 2.967, "", @@ -26823,7 +26823,7 @@ 391.791, 355.02, 388.782, - "0", + "&", -1, 2.967, "", @@ -26846,7 +26846,7 @@ 394.799, 355.02, 391.791, - "6", + "+", -1, 2.967, "", @@ -26869,7 +26869,7 @@ 430.996, 355.02, 427.988, - "3", + "*", -1, 2.967, "", @@ -26892,7 +26892,7 @@ 434.005, 355.02, 430.996, - "0", + "&", -1, 2.967, "", @@ -26915,7 +26915,7 @@ 437.013, 355.02, 434.005, - "6", + "+", -1, 2.967, "", @@ -26938,7 +26938,7 @@ 473.21, 355.02, 470.202, - "3", + "*", -1, 2.967, "", @@ -26961,7 +26961,7 @@ 476.219, 355.02, 473.21, - "5", + "$", -1, 2.967, "", @@ -26984,7 +26984,7 @@ 479.227, 355.02, 476.219, - "7", + "\"", -1, 2.967, "", @@ -27007,7 +27007,7 @@ 515.424, 355.02, 512.416, - "4", + "#", -1, 2.967, "", @@ -27030,7 +27030,7 @@ 518.433, 355.02, 515.424, - "6", + "+", -1, 2.967, "", @@ -27053,7 +27053,7 @@ 521.441, 355.02, 518.433, - "3", + "*", -1, 2.967, "", @@ -27076,7 +27076,7 @@ 557.638, 355.02, 554.63, - "2", + "-", -1, 2.967, "", @@ -27099,7 +27099,7 @@ 560.647, 355.02, 557.638, - "7", + "\"", -1, 2.967, "", @@ -27122,7 +27122,7 @@ 563.655, 355.02, 560.647, - "8", + ",", -1, 2.967, "", @@ -27145,7 +27145,7 @@ 594.364, 355.02, 591.356, - "2", + "-", -1, 2.967, "", @@ -27168,7 +27168,7 @@ 597.373, 355.02, 594.364, - "1", + "(", -1, 2.967, "", @@ -27191,7 +27191,7 @@ 600.381, 355.02, 597.373, - "1", + "(", -1, 2.967, "", @@ -27214,7 +27214,7 @@ 625.493, 355.02, 622.484, - "2", + "-", -1, 2.967, "", @@ -27237,7 +27237,7 @@ 628.501, 355.02, 625.493, - "3", + "*", -1, 2.967, "", @@ -27260,7 +27260,7 @@ 631.51, 355.02, 628.501, - "8", + ",", -1, 2.967, "", @@ -27283,7 +27283,7 @@ 667.706, 355.02, 664.698, - "2", + "-", -1, 2.967, "", @@ -27306,7 +27306,7 @@ 670.715, 355.02, 667.706, - "1", + "(", -1, 2.967, "", @@ -27329,7 +27329,7 @@ 673.723, 355.02, 670.715, - "8", + ",", -1, 2.967, "", @@ -27352,7 +27352,7 @@ 709.92, 355.02, 706.912, - "2", + "-", -1, 2.967, "", @@ -27375,7 +27375,7 @@ 712.929, 355.02, 709.92, - "1", + "(", -1, 2.967, "", @@ -27398,7 +27398,7 @@ 715.937, 355.02, 712.929, - "3", + "*", -1, 2.967, "", @@ -27421,7 +27421,7 @@ 740.265, 355.02, 737.256, - "3", + "*", -1, 2.967, "", @@ -27444,7 +27444,7 @@ 741.748, 355.02, 740.265, - ",", + ")", -1, 2.967, "", @@ -27467,7 +27467,7 @@ 744.757, 355.02, 741.748, - "3", + "*", -1, 2.967, "", @@ -27490,7 +27490,7 @@ 747.765, 355.02, 744.757, - "0", + "&", -1, 2.967, "", @@ -27513,7 +27513,7 @@ 750.774, 355.02, 747.765, - "7", + "\"", -1, 2.967, "", @@ -27536,7 +27536,7 @@ 107.004, 362.075, 103.307, - "H", + "M", -1, 2.967, "", @@ -27559,7 +27559,7 @@ 109.959, 362.075, 107.004, - "e", + "9", -1, 2.967, "", @@ -27582,7 +27582,7 @@ 112.802, 362.075, 109.959, - "a", + ";", -1, 2.967, "", @@ -27605,7 +27605,7 @@ 114.161, 362.075, 112.802, - "l", + "A", -1, 2.967, "", @@ -27628,7 +27628,7 @@ 116.148, 362.075, 114.161, - "t", + "5", -1, 2.967, "", @@ -27651,7 +27651,7 @@ 119.264, 362.075, 116.148, - "h", + "?", -1, 2.967, "", @@ -27697,7 +27697,7 @@ 124.652, 362.075, 120.605, - "&", + "Q", -1, 2.967, "", @@ -27743,7 +27743,7 @@ 128.717, 362.075, 125.993, - "S", + "L", -1, 2.967, "", @@ -27766,7 +27766,7 @@ 131.844, 362.075, 128.717, - "o", + "/", -1, 2.967, "", @@ -27789,7 +27789,7 @@ 134.354, 362.075, 131.844, - "c", + "C", -1, 2.967, "", @@ -27812,7 +27812,7 @@ 135.713, 362.075, 134.354, - "i", + "6", -1, 2.967, "", @@ -27835,7 +27835,7 @@ 138.555, 362.075, 135.713, - "a", + ";", -1, 2.967, "", @@ -27858,7 +27858,7 @@ 139.914, 362.075, 138.555, - "l", + "A", -1, 2.967, "", @@ -27904,7 +27904,7 @@ 146.548, 362.075, 141.267, - "W", + "V", -1, 2.967, "", @@ -27927,7 +27927,7 @@ 149.503, 362.075, 146.548, - "e", + "9", -1, 2.967, "", @@ -27950,7 +27950,7 @@ 150.862, 362.075, 149.503, - "l", + "A", -1, 2.967, "", @@ -27973,7 +27973,7 @@ 152.672, 362.075, 150.862, - "f", + "W", -1, 2.967, "", @@ -27996,7 +27996,7 @@ 155.514, 362.075, 152.672, - "a", + ";", -1, 2.967, "", @@ -28019,7 +28019,7 @@ 157.585, 362.075, 155.514, - "r", + "@", -1, 2.967, "", @@ -28042,7 +28042,7 @@ 160.488, 362.046, 157.533, - "e", + "9", -1, 2.967, "", @@ -28065,7 +28065,7 @@ 268.159, 362.046, 265.151, - "3", + "*", -1, 2.967, "", @@ -28088,7 +28088,7 @@ 310.369, 362.046, 307.361, - "6", + "+", -1, 2.967, "", @@ -28111,7 +28111,7 @@ 352.58, 362.046, 349.571, - "4", + "#", -1, 2.967, "", @@ -28134,7 +28134,7 @@ 394.79, 362.046, 391.782, - "4", + "#", -1, 2.967, "", @@ -28157,7 +28157,7 @@ 437.001, 362.046, 433.992, - "6", + "+", -1, 2.967, "", @@ -28180,7 +28180,7 @@ 479.211, 362.046, 476.202, - "3", + "*", -1, 2.967, "", @@ -28203,7 +28203,7 @@ 518.395, 362.046, 515.386, - "1", + "(", -1, 2.967, "", @@ -28226,7 +28226,7 @@ 521.407, 362.046, 518.398, - "6", + "+", -1, 2.967, "", @@ -28249,7 +28249,7 @@ 560.609, 362.046, 557.601, - "1", + "(", -1, 2.967, "", @@ -28272,7 +28272,7 @@ 563.615, 362.046, 560.606, - "9", + "'", -1, 2.967, "", @@ -28295,7 +28295,7 @@ 597.332, 362.046, 594.323, - "2", + "-", -1, 2.967, "", @@ -28318,7 +28318,7 @@ 600.34, 362.046, 597.331, - "1", + "(", -1, 2.967, "", @@ -28341,7 +28341,7 @@ 628.458, 362.046, 625.45, - "2", + "-", -1, 2.967, "", @@ -28364,7 +28364,7 @@ 631.469, 362.046, 628.461, - "2", + "-", -1, 2.967, "", @@ -28387,7 +28387,7 @@ 670.672, 362.046, 667.663, - "3", + "*", -1, 2.967, "", @@ -28410,7 +28410,7 @@ 673.683, 362.046, 670.675, - "9", + "'", -1, 2.967, "", @@ -28433,7 +28433,7 @@ 712.886, 362.046, 709.877, - "5", + "$", -1, 2.967, "", @@ -28456,7 +28456,7 @@ 715.891, 362.046, 712.883, - "2", + "-", -1, 2.967, "", @@ -28479,7 +28479,7 @@ 744.681, 362.046, 741.673, - "1", + "(", -1, 2.967, "", @@ -28502,7 +28502,7 @@ 747.691, 362.046, 744.683, - "9", + "'", -1, 2.967, "", @@ -28525,7 +28525,7 @@ 750.7, 362.046, 747.691, - "5", + "$", -1, 2.967, "", @@ -28548,7 +28548,7 @@ 108.329, 369.101, 103.255, - "M", + "B", -1, 2.967, "", @@ -28571,7 +28571,7 @@ 111.284, 369.101, 108.329, - "e", + "9", -1, 2.967, "", @@ -28594,7 +28594,7 @@ 114.399, 369.101, 111.284, - "n", + "0", -1, 2.967, "", @@ -28617,7 +28617,7 @@ 116.387, 369.101, 114.399, - "t", + "5", -1, 2.967, "", @@ -28640,7 +28640,7 @@ 119.23, 369.101, 116.387, - "a", + ";", -1, 2.967, "", @@ -28663,7 +28663,7 @@ 120.588, 369.101, 119.23, - "l", + "A", -1, 2.967, "", @@ -28709,7 +28709,7 @@ 125.626, 369.101, 121.929, - "H", + "M", -1, 2.967, "", @@ -28732,7 +28732,7 @@ 128.314, 369.101, 125.626, - "y", + "P", -1, 2.967, "", @@ -28755,7 +28755,7 @@ 131.109, 369.101, 128.314, - "g", + "N", -1, 2.967, "", @@ -28778,7 +28778,7 @@ 132.468, 369.101, 131.109, - "i", + "6", -1, 2.967, "", @@ -28801,7 +28801,7 @@ 135.423, 369.101, 132.468, - "e", + "9", -1, 2.967, "", @@ -28824,7 +28824,7 @@ 138.538, 369.101, 135.423, - "n", + "0", -1, 2.967, "", @@ -28847,7 +28847,7 @@ 141.494, 369.101, 138.538, - "e", + "9", -1, 2.967, "", @@ -28870,7 +28870,7 @@ 265.139, 369.101, 262.13, - "2", + "-", -1, 2.967, "", @@ -28893,7 +28893,7 @@ 268.147, 369.101, 265.139, - "2", + "-", -1, 2.967, "", @@ -28916,7 +28916,7 @@ 307.347, 369.101, 304.338, - "5", + "$", -1, 2.967, "", @@ -28939,7 +28939,7 @@ 310.355, 369.101, 307.347, - "1", + "(", -1, 2.967, "", @@ -28962,7 +28962,7 @@ 349.555, 369.101, 346.546, - "4", + "#", -1, 2.967, "", @@ -28985,7 +28985,7 @@ 352.563, 369.101, 349.555, - "4", + "#", -1, 2.967, "", @@ -29008,7 +29008,7 @@ 391.763, 369.101, 388.754, - "2", + "-", -1, 2.967, "", @@ -29031,7 +29031,7 @@ 394.771, 369.101, 391.763, - "8", + ",", -1, 2.967, "", @@ -29054,7 +29054,7 @@ 433.971, 369.101, 430.962, - "4", + "#", -1, 2.967, "", @@ -29077,7 +29077,7 @@ 436.979, 369.101, 433.971, - "1", + "(", -1, 2.967, "", @@ -29100,7 +29100,7 @@ 476.179, 369.101, 473.17, - "3", + "*", -1, 2.967, "", @@ -29123,7 +29123,7 @@ 479.187, 369.101, 476.179, - "1", + "(", -1, 2.967, "", @@ -29146,7 +29146,7 @@ 518.387, 369.101, 515.378, - "4", + "#", -1, 2.967, "", @@ -29169,7 +29169,7 @@ 521.395, 369.101, 518.387, - "6", + "+", -1, 2.967, "", @@ -29192,7 +29192,7 @@ 560.595, 369.101, 557.586, - "4", + "#", -1, 2.967, "", @@ -29215,7 +29215,7 @@ 563.603, 369.101, 560.595, - "6", + "+", -1, 2.967, "", @@ -29238,7 +29238,7 @@ 597.32, 369.101, 594.311, - "4", + "#", -1, 2.967, "", @@ -29261,7 +29261,7 @@ 600.328, 369.101, 597.32, - "4", + "#", -1, 2.967, "", @@ -29284,7 +29284,7 @@ 628.447, 369.101, 625.438, - "3", + "*", -1, 2.967, "", @@ -29307,7 +29307,7 @@ 631.455, 369.101, 628.447, - "4", + "#", -1, 2.967, "", @@ -29330,7 +29330,7 @@ 670.657, 369.101, 667.648, - "3", + "*", -1, 2.967, "", @@ -29353,7 +29353,7 @@ 673.665, 369.101, 670.657, - "3", + "*", -1, 2.967, "", @@ -29376,7 +29376,7 @@ 709.845, 369.101, 706.836, - "1", + "(", -1, 2.967, "", @@ -29399,7 +29399,7 @@ 712.853, 369.101, 709.845, - "0", + "&", -1, 2.967, "", @@ -29422,7 +29422,7 @@ 715.862, 369.101, 712.853, - "1", + "(", -1, 2.967, "", @@ -29445,7 +29445,7 @@ 744.667, 369.101, 741.659, - "5", + "$", -1, 2.967, "", @@ -29468,7 +29468,7 @@ 747.676, 369.101, 744.667, - "2", + "-", -1, 2.967, "", @@ -29491,7 +29491,7 @@ 750.684, 369.101, 747.676, - "1", + "(", -1, 2.967, "", @@ -29514,7 +29514,7 @@ 106.3, 376.157, 103.232, - "P", + "K", -1, 2.967, "", @@ -29537,7 +29537,7 @@ 109.415, 376.157, 106.3, - "u", + "2", -1, 2.967, "", @@ -29560,7 +29560,7 @@ 112.53, 376.157, 109.415, - "b", + "O", -1, 2.967, "", @@ -29583,7 +29583,7 @@ 113.889, 376.157, 112.53, - "l", + "A", -1, 2.967, "", @@ -29606,7 +29606,7 @@ 115.248, 376.157, 113.889, - "i", + "6", -1, 2.967, "", @@ -29629,7 +29629,7 @@ 117.758, 376.157, 115.248, - "c", + "C", -1, 2.967, "", @@ -29675,7 +29675,7 @@ 122.173, 376.157, 119.105, - "P", + "K", -1, 2.967, "", @@ -29698,7 +29698,7 @@ 124.244, 376.157, 122.173, - "r", + "@", -1, 2.967, "", @@ -29721,7 +29721,7 @@ 127.371, 376.157, 124.244, - "o", + "/", -1, 2.967, "", @@ -29744,7 +29744,7 @@ 129.359, 376.157, 127.371, - "t", + "5", -1, 2.967, "", @@ -29767,7 +29767,7 @@ 132.314, 376.157, 129.359, - "e", + "9", -1, 2.967, "", @@ -29790,7 +29790,7 @@ 134.824, 376.157, 132.314, - "c", + "C", -1, 2.967, "", @@ -29813,7 +29813,7 @@ 136.812, 376.157, 134.824, - "t", + "5", -1, 2.967, "", @@ -29836,7 +29836,7 @@ 138.171, 376.157, 136.812, - "i", + "6", -1, 2.967, "", @@ -29859,7 +29859,7 @@ 141.298, 376.157, 138.171, - "o", + "/", -1, 2.967, "", @@ -29882,7 +29882,7 @@ 144.413, 376.157, 141.298, - "n", + "0", -1, 2.967, "", @@ -29905,7 +29905,7 @@ 265.109, 376.157, 262.101, - "2", + "-", -1, 2.967, "", @@ -29928,7 +29928,7 @@ 268.118, 376.157, 265.109, - "2", + "-", -1, 2.967, "", @@ -29951,7 +29951,7 @@ 307.317, 376.157, 304.308, - "5", + "$", -1, 2.967, "", @@ -29974,7 +29974,7 @@ 310.325, 376.157, 307.317, - "0", + "&", -1, 2.967, "", @@ -29997,7 +29997,7 @@ 349.525, 376.157, 346.516, - "3", + "*", -1, 2.967, "", @@ -30020,7 +30020,7 @@ 352.533, 376.157, 349.525, - "7", + "\"", -1, 2.967, "", @@ -30043,7 +30043,7 @@ 391.733, 376.157, 388.724, - "4", + "#", -1, 2.967, "", @@ -30066,7 +30066,7 @@ 394.741, 376.157, 391.733, - "1", + "(", -1, 2.967, "", @@ -30089,7 +30089,7 @@ 433.941, 376.157, 430.932, - "4", + "#", -1, 2.967, "", @@ -30112,7 +30112,7 @@ 436.949, 376.157, 433.941, - "6", + "+", -1, 2.967, "", @@ -30135,7 +30135,7 @@ 476.149, 376.157, 473.14, - "3", + "*", -1, 2.967, "", @@ -30158,7 +30158,7 @@ 479.157, 376.157, 476.149, - "5", + "$", -1, 2.967, "", @@ -30181,7 +30181,7 @@ 518.357, 376.157, 515.348, - "5", + "$", -1, 2.967, "", @@ -30204,7 +30204,7 @@ 521.365, 376.157, 518.357, - "8", + ",", -1, 2.967, "", @@ -30227,7 +30227,7 @@ 560.565, 376.157, 557.556, - "5", + "$", -1, 2.967, "", @@ -30250,7 +30250,7 @@ 563.573, 376.157, 560.565, - "7", + "\"", -1, 2.967, "", @@ -30273,7 +30273,7 @@ 597.29, 376.157, 594.281, - "6", + "+", -1, 2.967, "", @@ -30296,7 +30296,7 @@ 600.298, 376.157, 597.29, - "3", + "*", -1, 2.967, "", @@ -30319,7 +30319,7 @@ 628.417, 376.157, 625.408, - "5", + "$", -1, 2.967, "", @@ -30342,7 +30342,7 @@ 631.425, 376.157, 628.417, - "1", + "(", -1, 2.967, "", @@ -30365,7 +30365,7 @@ 670.627, 376.157, 667.619, - "5", + "$", -1, 2.967, "", @@ -30388,7 +30388,7 @@ 673.636, 376.157, 670.627, - "4", + "#", -1, 2.967, "", @@ -30411,7 +30411,7 @@ 712.835, 376.157, 709.827, - "6", + "+", -1, 2.967, "", @@ -30434,7 +30434,7 @@ 715.844, 376.157, 712.835, - "0", + "&", -1, 2.967, "", @@ -30457,7 +30457,7 @@ 744.634, 376.157, 741.625, - "5", + "$", -1, 2.967, "", @@ -30480,7 +30480,7 @@ 747.642, 376.157, 744.634, - "7", + "\"", -1, 2.967, "", @@ -30503,7 +30503,7 @@ 750.651, 376.157, 747.642, - "4", + "#", -1, 2.967, "", @@ -30526,7 +30526,7 @@ 106.098, 383.212, 103.202, - "E", + "I", -1, 2.967, "", @@ -30549,7 +30549,7 @@ 109.213, 383.212, 106.098, - "d", + "F", -1, 2.967, "", @@ -30572,7 +30572,7 @@ 112.328, 383.212, 109.213, - "u", + "2", -1, 2.967, "", @@ -30595,7 +30595,7 @@ 114.838, 383.212, 112.328, - "c", + "C", -1, 2.967, "", @@ -30618,7 +30618,7 @@ 117.681, 383.212, 114.838, - "a", + ";", -1, 2.967, "", @@ -30641,7 +30641,7 @@ 119.669, 383.212, 117.681, - "t", + "5", -1, 2.967, "", @@ -30664,7 +30664,7 @@ 121.027, 383.212, 119.669, - "i", + "6", -1, 2.967, "", @@ -30687,7 +30687,7 @@ 124.155, 383.212, 121.027, - "o", + "/", -1, 2.967, "", @@ -30710,7 +30710,7 @@ 127.27, 383.212, 124.155, - "n", + "0", -1, 2.967, "", @@ -30733,7 +30733,7 @@ 265.067, 383.212, 262.059, - "7", + "\"", -1, 2.967, "", @@ -30756,7 +30756,7 @@ 268.076, 383.212, 265.067, - "6", + "+", -1, 2.967, "", @@ -30779,7 +30779,7 @@ 304.255, 383.212, 301.247, - "1", + "(", -1, 2.967, "", @@ -30802,7 +30802,7 @@ 307.264, 383.212, 304.255, - "3", + "*", -1, 2.967, "", @@ -30825,7 +30825,7 @@ 310.272, 383.212, 307.264, - "5", + "$", -1, 2.967, "", @@ -30848,7 +30848,7 @@ 346.469, 383.212, 343.461, - "1", + "(", -1, 2.967, "", @@ -30871,7 +30871,7 @@ 349.478, 383.212, 346.469, - "2", + "-", -1, 2.967, "", @@ -30894,7 +30894,7 @@ 352.486, 383.212, 349.478, - "1", + "(", -1, 2.967, "", @@ -30917,7 +30917,7 @@ 388.683, 383.212, 385.674, - "1", + "(", -1, 2.967, "", @@ -30940,7 +30940,7 @@ 391.691, 383.212, 388.683, - "2", + "-", -1, 2.967, "", @@ -30963,7 +30963,7 @@ 394.7, 383.212, 391.691, - "5", + "$", -1, 2.967, "", @@ -30986,7 +30986,7 @@ 430.897, 383.212, 427.888, - "1", + "(", -1, 2.967, "", @@ -31009,7 +31009,7 @@ 433.905, 383.212, 430.897, - "5", + "$", -1, 2.967, "", @@ -31032,7 +31032,7 @@ 436.914, 383.212, 433.905, - "5", + "$", -1, 2.967, "", @@ -31055,7 +31055,7 @@ 473.111, 383.212, 470.102, - "1", + "(", -1, 2.967, "", @@ -31078,7 +31078,7 @@ 476.119, 383.212, 473.111, - "2", + "-", -1, 2.967, "", @@ -31101,7 +31101,7 @@ 479.128, 383.212, 476.119, - "9", + "'", -1, 2.967, "", @@ -31124,7 +31124,7 @@ 515.325, 383.212, 512.316, - "1", + "(", -1, 2.967, "", @@ -31147,7 +31147,7 @@ 518.333, 383.212, 515.325, - "7", + "\"", -1, 2.967, "", @@ -31170,7 +31170,7 @@ 521.342, 383.212, 518.333, - "7", + "\"", -1, 2.967, "", @@ -31193,7 +31193,7 @@ 557.539, 383.212, 554.53, - "1", + "(", -1, 2.967, "", @@ -31216,7 +31216,7 @@ 560.547, 383.212, 557.539, - "8", + ",", -1, 2.967, "", @@ -31239,7 +31239,7 @@ 563.556, 383.212, 560.547, - "2", + "-", -1, 2.967, "", @@ -31262,7 +31262,7 @@ 594.265, 383.212, 591.256, - "1", + "(", -1, 2.967, "", @@ -31285,7 +31285,7 @@ 597.273, 383.212, 594.265, - "5", + "$", -1, 2.967, "", @@ -31308,7 +31308,7 @@ 600.282, 383.212, 597.273, - "4", + "#", -1, 2.967, "", @@ -31331,7 +31331,7 @@ 625.393, 383.212, 622.384, - "2", + "-", -1, 2.967, "", @@ -31354,7 +31354,7 @@ 628.401, 383.212, 625.393, - "0", + "&", -1, 2.967, "", @@ -31377,7 +31377,7 @@ 631.41, 383.212, 628.401, - "3", + "*", -1, 2.967, "", @@ -31400,7 +31400,7 @@ 667.607, 383.212, 664.598, - "1", + "(", -1, 2.967, "", @@ -31423,7 +31423,7 @@ 670.615, 383.212, 667.607, - "7", + "\"", -1, 2.967, "", @@ -31446,7 +31446,7 @@ 673.624, 383.212, 670.615, - "3", + "*", -1, 2.967, "", @@ -31469,7 +31469,7 @@ 709.821, 383.212, 706.812, - "1", + "(", -1, 2.967, "", @@ -31492,7 +31492,7 @@ 712.829, 383.212, 709.821, - "6", + "+", -1, 2.967, "", @@ -31515,7 +31515,7 @@ 715.838, 383.212, 712.829, - "1", + "(", -1, 2.967, "", @@ -31538,7 +31538,7 @@ 740.165, 383.212, 737.157, - "1", + "(", -1, 2.967, "", @@ -31561,7 +31561,7 @@ 741.649, 383.212, 740.165, - ",", + ")", -1, 2.967, "", @@ -31584,7 +31584,7 @@ 744.657, 383.212, 741.649, - "7", + "\"", -1, 2.967, "", @@ -31607,7 +31607,7 @@ 747.666, 383.212, 744.657, - "9", + "'", -1, 2.967, "", @@ -31630,7 +31630,7 @@ 750.674, 383.212, 747.666, - "1", + "(", -1, 2.967, "", @@ -31653,7 +31653,7 @@ 106.65, 390.268, 103.214, - "A", + "G", -1, 2.967, "", @@ -31676,7 +31676,7 @@ 108.008, 390.268, 106.65, - "l", + "A", -1, 2.967, "", @@ -31699,7 +31699,7 @@ 109.367, 390.268, 108.008, - "l", + "A", -1, 2.967, "", @@ -31745,7 +31745,7 @@ 114.643, 390.268, 110.714, - "O", + ">", -1, 2.967, "", @@ -31768,7 +31768,7 @@ 116.63, 390.268, 114.643, - "t", + "5", -1, 2.967, "", @@ -31791,7 +31791,7 @@ 119.746, 390.268, 116.63, - "h", + "?", -1, 2.967, "", @@ -31814,7 +31814,7 @@ 122.701, 390.268, 119.746, - "e", + "9", -1, 2.967, "", @@ -31837,7 +31837,7 @@ 124.772, 390.268, 122.701, - "r", + "@", -1, 2.967, "", @@ -31883,7 +31883,7 @@ 265.097, 390.268, 262.089, - "2", + "-", -1, 2.967, "", @@ -31906,7 +31906,7 @@ 268.106, 390.268, 265.097, - "8", + ",", -1, 2.967, "", @@ -31929,7 +31929,7 @@ 307.305, 390.268, 304.297, - "4", + "#", -1, 2.967, "", @@ -31952,7 +31952,7 @@ 310.314, 390.268, 307.305, - "0", + "&", -1, 2.967, "", @@ -31975,7 +31975,7 @@ 349.513, 390.268, 346.505, - "3", + "*", -1, 2.967, "", @@ -31998,7 +31998,7 @@ 352.522, 390.268, 349.513, - "8", + ",", -1, 2.967, "", @@ -32021,7 +32021,7 @@ 391.721, 390.268, 388.713, - "4", + "#", -1, 2.967, "", @@ -32044,7 +32044,7 @@ 394.73, 390.268, 391.721, - "1", + "(", -1, 2.967, "", @@ -32067,7 +32067,7 @@ 433.935, 390.268, 430.927, - "3", + "*", -1, 2.967, "", @@ -32090,7 +32090,7 @@ 436.944, 390.268, 433.935, - "4", + "#", -1, 2.967, "", @@ -32113,7 +32113,7 @@ 476.149, 390.268, 473.14, - "4", + "#", -1, 2.967, "", @@ -32136,7 +32136,7 @@ 479.157, 390.268, 476.149, - "0", + "&", -1, 2.967, "", @@ -32159,7 +32159,7 @@ 515.337, 390.268, 512.328, - "1", + "(", -1, 2.967, "", @@ -32182,7 +32182,7 @@ 518.345, 390.268, 515.337, - "2", + "-", -1, 2.967, "", @@ -32205,7 +32205,7 @@ 521.354, 390.268, 518.345, - "6", + "+", -1, 2.967, "", @@ -32228,7 +32228,7 @@ 560.571, 390.268, 557.562, - "8", + ",", -1, 2.967, "", @@ -32251,7 +32251,7 @@ 563.579, 390.268, 560.571, - "5", + "$", -1, 2.967, "", @@ -32274,7 +32274,7 @@ 597.296, 390.268, 594.287, - "8", + ",", -1, 2.967, "", @@ -32297,7 +32297,7 @@ 600.304, 390.268, 597.296, - "1", + "(", -1, 2.967, "", @@ -32320,7 +32320,7 @@ 628.423, 390.268, 625.414, - "7", + "\"", -1, 2.967, "", @@ -32343,7 +32343,7 @@ 631.431, 390.268, 628.423, - "9", + "'", -1, 2.967, "", @@ -32366,7 +32366,7 @@ 670.633, 390.268, 667.625, - "7", + "\"", -1, 2.967, "", @@ -32389,7 +32389,7 @@ 673.642, 390.268, 670.633, - "8", + ",", -1, 2.967, "", @@ -32412,7 +32412,7 @@ 702.341, 390.268, 700.543, - "(", + "!", -1, 2.967, "", @@ -32435,7 +32435,7 @@ 705.35, 390.268, 702.341, - "1", + "(", -1, 2.967, "", @@ -32458,7 +32458,7 @@ 706.833, 390.268, 705.35, - ",", + ")", -1, 2.967, "", @@ -32481,7 +32481,7 @@ 709.842, 390.268, 706.833, - "3", + "*", -1, 2.967, "", @@ -32504,7 +32504,7 @@ 712.85, 390.268, 709.842, - "0", + "&", -1, 2.967, "", @@ -32527,7 +32527,7 @@ 715.859, 390.268, 712.85, - "9", + "'", -1, 2.967, "", @@ -32550,7 +32550,7 @@ 717.657, 390.268, 715.859, - ")", + "%", -1, 2.967, "", @@ -32573,7 +32573,7 @@ 741.643, 390.268, 739.845, - "(", + "!", -1, 2.967, "", @@ -32596,7 +32596,7 @@ 744.652, 390.268, 741.643, - "6", + "+", -1, 2.967, "", @@ -32619,7 +32619,7 @@ 747.66, 390.268, 744.652, - "3", + "*", -1, 2.967, "", @@ -32642,7 +32642,7 @@ 750.669, 390.268, 747.66, - "9", + "'", -1, 2.967, "", @@ -32665,7 +32665,7 @@ 752.467, 390.268, 750.669, - ")", + "%", -1, 2.967, "", @@ -32688,7 +32688,7 @@ 111.142, 397.768, 108.252, - "T", + ":", -1, 2.967, "", @@ -32711,7 +32711,7 @@ 114.269, 397.768, 111.142, - "o", + "/", -1, 2.967, "", @@ -32734,7 +32734,7 @@ 116.257, 397.768, 114.269, - "t", + "5", -1, 2.967, "", @@ -32757,7 +32757,7 @@ 119.099, 397.768, 116.257, - "a", + ";", -1, 2.967, "", @@ -32780,7 +32780,7 @@ 120.458, 397.768, 119.099, - "l", + "A", -1, 2.967, "", @@ -32826,7 +32826,7 @@ 124.968, 397.768, 121.805, - "C", + ".", -1, 2.967, "", @@ -32849,7 +32849,7 @@ 127.81, 397.768, 124.968, - "a", + ";", -1, 2.967, "", @@ -32872,7 +32872,7 @@ 130.925, 397.768, 127.81, - "p", + "4", -1, 2.967, "", @@ -32895,7 +32895,7 @@ 132.284, 397.768, 130.925, - "i", + "6", -1, 2.967, "", @@ -32918,7 +32918,7 @@ 134.272, 397.768, 132.284, - "t", + "5", -1, 2.967, "", @@ -32941,7 +32941,7 @@ 137.114, 397.768, 134.272, - "a", + ";", -1, 2.967, "", @@ -32964,7 +32964,7 @@ 138.473, 397.768, 137.114, - "l", + "A", -1, 2.967, "", @@ -33010,7 +33010,7 @@ 142.894, 397.768, 139.826, - "P", + "K", -1, 2.967, "", @@ -33033,7 +33033,7 @@ 144.965, 397.768, 142.894, - "r", + "@", -1, 2.967, "", @@ -33056,7 +33056,7 @@ 148.092, 397.768, 144.965, - "o", + "/", -1, 2.967, "", @@ -33079,7 +33079,7 @@ 149.51, 397.768, 148.092, - "j", + "X", -1, 2.967, "", @@ -33102,7 +33102,7 @@ 152.465, 397.768, 149.51, - "e", + "9", -1, 2.967, "", @@ -33125,7 +33125,7 @@ 154.975, 397.768, 152.465, - "c", + "C", -1, 2.967, "", @@ -33148,7 +33148,7 @@ 156.963, 397.768, 154.975, - "t", + "5", -1, 2.967, "", @@ -33171,7 +33171,7 @@ 159.283, 397.768, 156.963, - "s", + "1", -1, 2.967, "", @@ -33194,7 +33194,7 @@ 262.077, 397.768, 259.068, - "3", + "*", -1, 2.967, "", @@ -33217,7 +33217,7 @@ 265.085, 397.768, 262.077, - "7", + "\"", -1, 2.967, "", @@ -33240,7 +33240,7 @@ 268.094, 397.768, 265.085, - "7", + "\"", -1, 2.967, "", @@ -33263,7 +33263,7 @@ 304.291, 397.768, 301.282, - "6", + "+", -1, 2.967, "", @@ -33286,7 +33286,7 @@ 307.299, 397.768, 304.291, - "2", + "-", -1, 2.967, "", @@ -33309,7 +33309,7 @@ 310.308, 397.768, 307.299, - "0", + "&", -1, 2.967, "", @@ -33332,7 +33332,7 @@ 346.505, 397.768, 343.496, - "5", + "$", -1, 2.967, "", @@ -33355,7 +33355,7 @@ 349.513, 397.768, 346.505, - "9", + "'", -1, 2.967, "", @@ -33378,7 +33378,7 @@ 352.522, 397.768, 349.513, - "6", + "+", -1, 2.967, "", @@ -33401,7 +33401,7 @@ 388.719, 397.768, 385.71, - "6", + "+", -1, 2.967, "", @@ -33424,7 +33424,7 @@ 391.727, 397.768, 388.719, - "6", + "+", -1, 2.967, "", @@ -33447,7 +33447,7 @@ 394.736, 397.768, 391.727, - "0", + "&", -1, 2.967, "", @@ -33470,7 +33470,7 @@ 430.933, 397.768, 427.924, - "6", + "+", -1, 2.967, "", @@ -33493,7 +33493,7 @@ 433.941, 397.768, 430.933, - "8", + ",", -1, 2.967, "", @@ -33516,7 +33516,7 @@ 436.95, 397.768, 433.941, - "9", + "'", -1, 2.967, "", @@ -33539,7 +33539,7 @@ 473.146, 397.768, 470.138, - "6", + "+", -1, 2.967, "", @@ -33562,7 +33562,7 @@ 476.155, 397.768, 473.146, - "8", + ",", -1, 2.967, "", @@ -33585,7 +33585,7 @@ 479.163, 397.768, 476.155, - "3", + "*", -1, 2.967, "", @@ -33608,7 +33608,7 @@ 510.88, 397.768, 507.872, - "1", + "(", -1, 2.967, "", @@ -33631,7 +33631,7 @@ 512.364, 397.768, 510.88, - ",", + ")", -1, 2.967, "", @@ -33654,7 +33654,7 @@ 515.372, 397.768, 512.364, - "3", + "*", -1, 2.967, "", @@ -33677,7 +33677,7 @@ 518.381, 397.768, 515.372, - "2", + "-", -1, 2.967, "", @@ -33700,7 +33700,7 @@ 521.389, 397.768, 518.381, - "4", + "#", -1, 2.967, "", @@ -33723,7 +33723,7 @@ 553.096, 397.768, 550.088, - "1", + "(", -1, 2.967, "", @@ -33746,7 +33746,7 @@ 554.58, 397.768, 553.096, - ",", + ")", -1, 2.967, "", @@ -33769,7 +33769,7 @@ 557.588, 397.768, 554.58, - "1", + "(", -1, 2.967, "", @@ -33792,7 +33792,7 @@ 560.597, 397.768, 557.588, - "3", + "*", -1, 2.967, "", @@ -33815,7 +33815,7 @@ 563.605, 397.768, 560.597, - "2", + "-", -1, 2.967, "", @@ -33838,7 +33838,7 @@ 589.826, 397.768, 586.818, - "1", + "(", -1, 2.967, "", @@ -33861,7 +33861,7 @@ 591.31, 397.768, 589.826, - ",", + ")", -1, 2.967, "", @@ -33884,7 +33884,7 @@ 594.318, 397.768, 591.31, - "0", + "&", -1, 2.967, "", @@ -33907,7 +33907,7 @@ 597.327, 397.768, 594.318, - "3", + "*", -1, 2.967, "", @@ -33930,7 +33930,7 @@ 600.335, 397.768, 597.327, - "8", + ",", -1, 2.967, "", @@ -33953,7 +33953,7 @@ 620.958, 397.768, 617.949, - "1", + "(", -1, 2.967, "", @@ -33976,7 +33976,7 @@ 622.441, 397.768, 620.958, - ",", + ")", -1, 2.967, "", @@ -33999,7 +33999,7 @@ 625.45, 397.768, 622.441, - "0", + "&", -1, 2.967, "", @@ -34022,7 +34022,7 @@ 628.458, 397.768, 625.45, - "2", + "-", -1, 2.967, "", @@ -34045,7 +34045,7 @@ 631.467, 397.768, 628.458, - "6", + "+", -1, 2.967, "", @@ -34068,7 +34068,7 @@ 667.654, 397.768, 664.646, - "9", + "'", -1, 2.967, "", @@ -34091,7 +34091,7 @@ 670.663, 397.768, 667.654, - "9", + "'", -1, 2.967, "", @@ -34114,7 +34114,7 @@ 673.671, 397.768, 670.663, - "8", + ",", -1, 2.967, "", @@ -34137,7 +34137,7 @@ 706.866, 397.768, 705.068, - "(", + "!", -1, 2.967, "", @@ -34160,7 +34160,7 @@ 709.874, 397.768, 706.866, - "7", + "\"", -1, 2.967, "", @@ -34183,7 +34183,7 @@ 712.883, 397.768, 709.874, - "9", + "'", -1, 2.967, "", @@ -34206,7 +34206,7 @@ 715.891, 397.768, 712.883, - "2", + "-", -1, 2.967, "", @@ -34229,7 +34229,7 @@ 717.689, 397.768, 715.891, - ")", + "%", -1, 2.967, "", @@ -34252,7 +34252,7 @@ 740.209, 397.768, 737.201, - "8", + ",", -1, 2.967, "", @@ -34275,7 +34275,7 @@ 741.693, 397.768, 740.209, - ",", + ")", -1, 2.967, "", @@ -34298,7 +34298,7 @@ 744.701, 397.768, 741.693, - "3", + "*", -1, 2.967, "", @@ -34321,7 +34321,7 @@ 747.71, 397.768, 744.701, - "5", + "$", -1, 2.967, "", @@ -34344,7 +34344,7 @@ 750.718, 397.768, 747.71, - "1", + "(", -1, 2.967, "", @@ -34367,7 +34367,7 @@ 101.078, 411.76, 98.188, - "T", + ":", -1, 2.967, "", @@ -34390,7 +34390,7 @@ 105.006, 411.76, 101.078, - "O", + ">", -1, 2.967, "", @@ -34413,7 +34413,7 @@ 107.896, 411.76, 105.006, - "T", + ":", -1, 2.967, "", @@ -34436,7 +34436,7 @@ 111.331, 411.76, 107.896, - "A", + "G", -1, 2.967, "", @@ -34459,7 +34459,7 @@ 113.824, 411.76, 111.331, - "L", + "H", -1, 2.967, "", @@ -34505,7 +34505,7 @@ 118.82, 411.76, 115.171, - "D", + "R", -1, 2.967, "", @@ -34528,7 +34528,7 @@ 120.315, 411.76, 118.82, - "I", + "J", -1, 2.967, "", @@ -34551,7 +34551,7 @@ 123.039, 411.76, 120.315, - "S", + "L", -1, 2.967, "", @@ -34574,7 +34574,7 @@ 126.267, 411.76, 123.039, - "B", + "=", -1, 2.967, "", @@ -34597,7 +34597,7 @@ 130.077, 411.76, 126.267, - "U", + "8", -1, 2.967, "", @@ -34620,7 +34620,7 @@ 133.299, 411.76, 130.077, - "R", + "D", -1, 2.967, "", @@ -34643,7 +34643,7 @@ 136.023, 411.76, 133.299, - "S", + "L", -1, 2.967, "", @@ -34666,7 +34666,7 @@ 138.918, 411.76, 136.023, - "E", + "I", -1, 2.967, "", @@ -34689,7 +34689,7 @@ 143.992, 411.76, 138.918, - "M", + "B", -1, 2.967, "", @@ -34712,7 +34712,7 @@ 146.888, 411.76, 143.992, - "E", + "I", -1, 2.967, "", @@ -34735,7 +34735,7 @@ 150.721, 411.76, 146.888, - "N", + "Y", -1, 2.967, "", @@ -34758,7 +34758,7 @@ 153.611, 411.76, 150.721, - "T", + ":", -1, 2.967, "", @@ -34781,7 +34781,7 @@ 156.334, 411.76, 153.611, - "S", + "L", -1, 2.967, "", @@ -34804,7 +34804,7 @@ 262.077, 411.76, 259.068, - "5", + "$", -1, 2.967, "", @@ -34827,7 +34827,7 @@ 265.085, 411.76, 262.077, - "5", + "$", -1, 2.967, "", @@ -34850,7 +34850,7 @@ 268.094, 411.76, 265.085, - "2", + "-", -1, 2.967, "", @@ -34873,7 +34873,7 @@ 304.291, 411.76, 301.282, - "8", + ",", -1, 2.967, "", @@ -34896,7 +34896,7 @@ 307.299, 411.76, 304.291, - "0", + "&", -1, 2.967, "", @@ -34919,7 +34919,7 @@ 310.308, 411.76, 307.299, - "4", + "#", -1, 2.967, "", @@ -34942,7 +34942,7 @@ 346.505, 411.76, 343.496, - "8", + ",", -1, 2.967, "", @@ -34965,7 +34965,7 @@ 349.513, 411.76, 346.505, - "8", + ",", -1, 2.967, "", @@ -34988,7 +34988,7 @@ 352.522, 411.76, 349.513, - "2", + "-", -1, 2.967, "", @@ -35011,7 +35011,7 @@ 384.238, 411.76, 381.23, - "1", + "(", -1, 2.967, "", @@ -35034,7 +35034,7 @@ 385.722, 411.76, 384.238, - ",", + ")", -1, 2.967, "", @@ -35057,7 +35057,7 @@ 388.73, 411.76, 385.722, - "1", + "(", -1, 2.967, "", @@ -35080,7 +35080,7 @@ 391.739, 411.76, 388.73, - "0", + "&", -1, 2.967, "", @@ -35103,7 +35103,7 @@ 394.747, 411.76, 391.739, - "3", + "*", -1, 2.967, "", @@ -35126,7 +35126,7 @@ 426.454, 411.76, 423.446, - "1", + "(", -1, 2.967, "", @@ -35149,7 +35149,7 @@ 427.938, 411.76, 426.454, - ",", + ")", -1, 2.967, "", @@ -35172,7 +35172,7 @@ 430.946, 411.76, 427.938, - "3", + "*", -1, 2.967, "", @@ -35195,7 +35195,7 @@ 433.955, 411.76, 430.946, - "0", + "&", -1, 2.967, "", @@ -35218,7 +35218,7 @@ 436.963, 411.76, 433.955, - "8", + ",", -1, 2.967, "", @@ -35241,7 +35241,7 @@ 468.67, 411.76, 465.661, - "1", + "(", -1, 2.967, "", @@ -35264,7 +35264,7 @@ 470.153, 411.76, 468.67, - ",", + ")", -1, 2.967, "", @@ -35287,7 +35287,7 @@ 473.162, 411.76, 470.153, - "2", + "-", -1, 2.967, "", @@ -35310,7 +35310,7 @@ 476.17, 411.76, 473.162, - "5", + "$", -1, 2.967, "", @@ -35333,7 +35333,7 @@ 479.179, 411.76, 476.17, - "5", + "$", -1, 2.967, "", @@ -35356,7 +35356,7 @@ 510.886, 411.76, 507.877, - "2", + "-", -1, 2.967, "", @@ -35379,7 +35379,7 @@ 512.369, 411.76, 510.886, - ",", + ")", -1, 2.967, "", @@ -35402,7 +35402,7 @@ 515.378, 411.76, 512.369, - "0", + "&", -1, 2.967, "", @@ -35425,7 +35425,7 @@ 518.386, 411.76, 515.378, - "0", + "&", -1, 2.967, "", @@ -35448,7 +35448,7 @@ 521.395, 411.76, 518.386, - "3", + "*", -1, 2.967, "", @@ -35471,7 +35471,7 @@ 553.102, 411.76, 550.093, - "1", + "(", -1, 2.967, "", @@ -35494,7 +35494,7 @@ 554.585, 411.76, 553.102, - ",", + ")", -1, 2.967, "", @@ -35517,7 +35517,7 @@ 557.594, 411.76, 554.585, - "5", + "$", -1, 2.967, "", @@ -35540,7 +35540,7 @@ 560.602, 411.76, 557.594, - "4", + "#", -1, 2.967, "", @@ -35563,7 +35563,7 @@ 563.611, 411.76, 560.602, - "5", + "$", -1, 2.967, "", @@ -35586,7 +35586,7 @@ 589.832, 411.76, 586.823, - "1", + "(", -1, 2.967, "", @@ -35609,7 +35609,7 @@ 591.315, 411.76, 589.832, - ",", + ")", -1, 2.967, "", @@ -35632,7 +35632,7 @@ 594.324, 411.76, 591.315, - "6", + "+", -1, 2.967, "", @@ -35655,7 +35655,7 @@ 597.332, 411.76, 594.324, - "7", + "\"", -1, 2.967, "", @@ -35678,7 +35678,7 @@ 600.341, 411.76, 597.332, - "9", + "'", -1, 2.967, "", @@ -35701,7 +35701,7 @@ 620.963, 411.76, 617.955, - "1", + "(", -1, 2.967, "", @@ -35724,7 +35724,7 @@ 622.447, 411.76, 620.963, - ",", + ")", -1, 2.967, "", @@ -35747,7 +35747,7 @@ 625.455, 411.76, 622.447, - "5", + "$", -1, 2.967, "", @@ -35770,7 +35770,7 @@ 628.464, 411.76, 625.455, - "0", + "&", -1, 2.967, "", @@ -35793,7 +35793,7 @@ 631.472, 411.76, 628.464, - "2", + "-", -1, 2.967, "", @@ -35816,7 +35816,7 @@ 663.179, 411.76, 660.171, - "1", + "(", -1, 2.967, "", @@ -35839,7 +35839,7 @@ 664.663, 411.76, 663.179, - ",", + ")", -1, 2.967, "", @@ -35862,7 +35862,7 @@ 667.671, 411.76, 664.663, - "3", + "*", -1, 2.967, "", @@ -35885,7 +35885,7 @@ 670.68, 411.76, 667.671, - "4", + "#", -1, 2.967, "", @@ -35908,7 +35908,7 @@ 673.688, 411.76, 670.68, - "5", + "$", -1, 2.967, "", @@ -35931,7 +35931,7 @@ 706.872, 411.76, 705.074, - "(", + "!", -1, 2.967, "", @@ -35954,7 +35954,7 @@ 709.88, 411.76, 706.872, - "6", + "+", -1, 2.967, "", @@ -35977,7 +35977,7 @@ 712.889, 411.76, 709.88, - "3", + "*", -1, 2.967, "", @@ -36000,7 +36000,7 @@ 715.897, 411.76, 712.889, - "2", + "-", -1, 2.967, "", @@ -36023,7 +36023,7 @@ 717.695, 411.76, 715.897, - ")", + "%", -1, 2.967, "", @@ -36046,7 +36046,7 @@ 737.192, 411.76, 734.184, - "1", + "(", -1, 2.967, "", @@ -36069,7 +36069,7 @@ 740.201, 411.76, 737.192, - "3", + "*", -1, 2.967, "", @@ -36092,7 +36092,7 @@ 741.684, 411.76, 740.201, - ",", + ")", -1, 2.967, "", @@ -36115,7 +36115,7 @@ 744.693, 411.76, 741.684, - "3", + "*", -1, 2.967, "", @@ -36138,7 +36138,7 @@ 747.701, 411.76, 744.693, - "4", + "#", -1, 2.967, "", @@ -36161,7 +36161,7 @@ 750.71, 411.76, 747.701, - "6", + "+", -1, 2.967, "", @@ -36184,7 +36184,7 @@ 102.205, 421.391, 98.194, - "O", + "7", -1, 2.967, "", @@ -36207,7 +36207,7 @@ 105.142, 421.391, 102.205, - "T", + "B", -1, 2.967, "", @@ -36230,7 +36230,7 @@ 108.887, 421.391, 105.142, - "H", + "L", -1, 2.967, "", @@ -36253,7 +36253,7 @@ 111.782, 421.391, 108.887, - "E", + "C", -1, 2.967, "", @@ -36276,7 +36276,7 @@ 115.123, 421.391, 111.782, - "R", + "I", -1, 2.967, "", @@ -36322,7 +36322,7 @@ 119.188, 421.391, 116.464, - "F", + "=", -1, 2.967, "", @@ -36345,7 +36345,7 @@ 120.772, 421.391, 119.188, - "I", + "D", -1, 2.967, "", @@ -36368,7 +36368,7 @@ 124.683, 421.391, 120.772, - "N", + ":", -1, 2.967, "", @@ -36391,7 +36391,7 @@ 128.279, 421.391, 124.683, - "A", + "%", -1, 2.967, "", @@ -36414,7 +36414,7 @@ 132.189, 421.391, 128.279, - "N", + ":", -1, 2.967, "", @@ -36437,7 +36437,7 @@ 135.328, 421.391, 132.189, - "C", + "H", -1, 2.967, "", @@ -36460,7 +36460,7 @@ 136.913, 421.391, 135.328, - "I", + "D", -1, 2.967, "", @@ -36483,7 +36483,7 @@ 140.823, 421.391, 136.913, - "N", + ":", -1, 2.967, "", @@ -36506,7 +36506,7 @@ 144.603, 421.391, 140.823, - "G", + "E", -1, 2.967, "", @@ -36552,7 +36552,7 @@ 148.745, 421.391, 145.938, - "S", + "4", -1, 2.967, "", @@ -36575,7 +36575,7 @@ 152.756, 421.391, 148.745, - "O", + "7", -1, 2.967, "", @@ -36598,7 +36598,7 @@ 156.631, 421.391, 152.756, - "U", + "K", -1, 2.967, "", @@ -36621,7 +36621,7 @@ 159.972, 421.391, 156.631, - "R", + "I", -1, 2.967, "", @@ -36644,7 +36644,7 @@ 163.111, 421.391, 159.972, - "C", + "H", -1, 2.967, "", @@ -36667,7 +36667,7 @@ 166.007, 421.391, 163.111, - "E", + "C", -1, 2.967, "", @@ -36690,7 +36690,7 @@ 168.813, 421.391, 166.007, - "S", + "4", -1, 2.967, "", @@ -36736,7 +36736,7 @@ 172.006, 421.391, 170.154, - "(", + "M", -1, 2.967, "", @@ -36759,7 +36759,7 @@ 175.881, 421.391, 172.006, - "U", + "K", -1, 2.967, "", @@ -36782,7 +36782,7 @@ 178.687, 421.391, 175.881, - "S", + "4", -1, 2.967, "", @@ -36805,7 +36805,7 @@ 181.583, 421.391, 178.687, - "E", + "C", -1, 2.967, "", @@ -36828,7 +36828,7 @@ 184.39, 421.391, 181.583, - "S", + "4", -1, 2.967, "", @@ -36851,7 +36851,7 @@ 186.241, 421.391, 184.39, - ")", + "N", -1, 2.967, "", @@ -36874,7 +36874,7 @@ 187.879, 421.391, 186.241, - ":", + "J", -1, 2.967, "", @@ -36897,7 +36897,7 @@ 106.127, 428.446, 103.238, - "T", + ":", -1, 2.967, "", @@ -36920,7 +36920,7 @@ 108.198, 428.446, 106.127, - "r", + "@", -1, 2.967, "", @@ -36943,7 +36943,7 @@ 111.041, 428.446, 108.198, - "a", + ";", -1, 2.967, "", @@ -36966,7 +36966,7 @@ 114.156, 428.446, 111.041, - "n", + "0", -1, 2.967, "", @@ -36989,7 +36989,7 @@ 116.476, 428.446, 114.156, - "s", + "1", -1, 2.967, "", @@ -37012,7 +37012,7 @@ 118.286, 428.446, 116.476, - "f", + "W", -1, 2.967, "", @@ -37035,7 +37035,7 @@ 121.241, 428.446, 118.286, - "e", + "9", -1, 2.967, "", @@ -37058,7 +37058,7 @@ 123.312, 428.446, 121.241, - "r", + "@", -1, 2.967, "", @@ -37081,7 +37081,7 @@ 125.632, 428.446, 123.312, - "s", + "1", -1, 2.967, "", @@ -37127,7 +37127,7 @@ 128.783, 428.446, 126.973, - "f", + "W", -1, 2.967, "", @@ -37150,7 +37150,7 @@ 130.854, 428.446, 128.783, - "r", + "@", -1, 2.967, "", @@ -37173,7 +37173,7 @@ 133.981, 428.446, 130.854, - "o", + "/", -1, 2.967, "", @@ -37196,7 +37196,7 @@ 138.722, 428.446, 133.981, - "m", + "3", -1, 2.967, "", @@ -37242,7 +37242,7 @@ 143.992, 428.446, 140.064, - "O", + ">", -1, 2.967, "", @@ -37265,7 +37265,7 @@ 145.98, 428.446, 143.992, - "t", + "5", -1, 2.967, "", @@ -37288,7 +37288,7 @@ 149.095, 428.446, 145.98, - "h", + "?", -1, 2.967, "", @@ -37311,7 +37311,7 @@ 152.05, 428.446, 149.095, - "e", + "9", -1, 2.967, "", @@ -37334,7 +37334,7 @@ 154.121, 428.446, 152.05, - "r", + "@", -1, 2.967, "", @@ -37380,7 +37380,7 @@ 158.186, 428.446, 155.462, - "F", + "E", -1, 2.967, "", @@ -37403,7 +37403,7 @@ 161.301, 428.446, 158.186, - "u", + "2", -1, 2.967, "", @@ -37426,7 +37426,7 @@ 164.416, 428.446, 161.301, - "n", + "0", -1, 2.967, "", @@ -37449,7 +37449,7 @@ 167.532, 428.446, 164.416, - "d", + "F", -1, 2.967, "", @@ -37472,7 +37472,7 @@ 169.852, 428.446, 167.532, - "s", + "1", -1, 2.967, "", @@ -37495,7 +37495,7 @@ 262.083, 428.446, 259.074, - "2", + "-", -1, 2.967, "", @@ -37518,7 +37518,7 @@ 265.091, 428.446, 262.083, - "8", + ",", -1, 2.967, "", @@ -37541,7 +37541,7 @@ 268.1, 428.446, 265.091, - "5", + "$", -1, 2.967, "", @@ -37564,7 +37564,7 @@ 301.294, 428.446, 299.496, - "(", + "!", -1, 2.967, "", @@ -37587,7 +37587,7 @@ 304.303, 428.446, 301.294, - "8", + ",", -1, 2.967, "", @@ -37610,7 +37610,7 @@ 307.311, 428.446, 304.303, - "9", + "'", -1, 2.967, "", @@ -37633,7 +37633,7 @@ 310.32, 428.446, 307.311, - "3", + "*", -1, 2.967, "", @@ -37656,7 +37656,7 @@ 312.118, 428.446, 310.32, - ")", + "%", -1, 2.967, "", @@ -37679,7 +37679,7 @@ 346.505, 428.446, 343.496, - "8", + ",", -1, 2.967, "", @@ -37702,7 +37702,7 @@ 349.513, 428.446, 346.505, - "0", + "&", -1, 2.967, "", @@ -37725,7 +37725,7 @@ 352.522, 428.446, 349.513, - "3", + "*", -1, 2.967, "", @@ -37748,7 +37748,7 @@ 388.719, 428.446, 385.71, - "2", + "-", -1, 2.967, "", @@ -37771,7 +37771,7 @@ 391.727, 428.446, 388.719, - "4", + "#", -1, 2.967, "", @@ -37794,7 +37794,7 @@ 394.736, 428.446, 391.727, - "5", + "$", -1, 2.967, "", @@ -37817,7 +37817,7 @@ 430.933, 428.446, 427.924, - "7", + "\"", -1, 2.967, "", @@ -37840,7 +37840,7 @@ 433.941, 428.446, 430.933, - "8", + ",", -1, 2.967, "", @@ -37863,7 +37863,7 @@ 436.95, 428.446, 433.941, - "1", + "(", -1, 2.967, "", @@ -37886,7 +37886,7 @@ 473.146, 428.446, 470.138, - "7", + "\"", -1, 2.967, "", @@ -37909,7 +37909,7 @@ 476.155, 428.446, 473.146, - "9", + "'", -1, 2.967, "", @@ -37932,7 +37932,7 @@ 479.163, 428.446, 476.155, - "0", + "&", -1, 2.967, "", @@ -37955,7 +37955,7 @@ 510.88, 428.446, 507.872, - "1", + "(", -1, 2.967, "", @@ -37978,7 +37978,7 @@ 512.364, 428.446, 510.88, - ",", + ")", -1, 2.967, "", @@ -38001,7 +38001,7 @@ 515.372, 428.446, 512.364, - "1", + "(", -1, 2.967, "", @@ -38024,7 +38024,7 @@ 518.381, 428.446, 515.372, - "9", + "'", -1, 2.967, "", @@ -38047,7 +38047,7 @@ 521.389, 428.446, 518.381, - "4", + "#", -1, 2.967, "", @@ -38070,7 +38070,7 @@ 553.096, 428.446, 550.088, - "1", + "(", -1, 2.967, "", @@ -38093,7 +38093,7 @@ 554.58, 428.446, 553.096, - ",", + ")", -1, 2.967, "", @@ -38116,7 +38116,7 @@ 557.588, 428.446, 554.58, - "0", + "&", -1, 2.967, "", @@ -38139,7 +38139,7 @@ 560.597, 428.446, 557.588, - "2", + "-", -1, 2.967, "", @@ -38162,7 +38162,7 @@ 563.605, 428.446, 560.597, - "3", + "*", -1, 2.967, "", @@ -38185,7 +38185,7 @@ 589.826, 428.446, 586.818, - "1", + "(", -1, 2.967, "", @@ -38208,7 +38208,7 @@ 591.31, 428.446, 589.826, - ",", + ")", -1, 2.967, "", @@ -38231,7 +38231,7 @@ 594.318, 428.446, 591.31, - "1", + "(", -1, 2.967, "", @@ -38254,7 +38254,7 @@ 597.327, 428.446, 594.318, - "3", + "*", -1, 2.967, "", @@ -38277,7 +38277,7 @@ 600.335, 428.446, 597.327, - "8", + ",", -1, 2.967, "", @@ -38300,7 +38300,7 @@ 625.437, 428.446, 622.428, - "9", + "'", -1, 2.967, "", @@ -38323,7 +38323,7 @@ 628.445, 428.446, 625.437, - "7", + "\"", -1, 2.967, "", @@ -38346,7 +38346,7 @@ 631.454, 428.446, 628.445, - "3", + "*", -1, 2.967, "", @@ -38369,7 +38369,7 @@ 667.648, 428.446, 664.64, - "9", + "'", -1, 2.967, "", @@ -38392,7 +38392,7 @@ 670.657, 428.446, 667.648, - "6", + "+", -1, 2.967, "", @@ -38415,7 +38415,7 @@ 673.665, 428.446, 670.657, - "9", + "'", -1, 2.967, "", @@ -38438,7 +38438,7 @@ 702.38, 428.446, 700.582, - "(", + "!", -1, 2.967, "", @@ -38461,7 +38461,7 @@ 705.389, 428.446, 702.38, - "1", + "(", -1, 2.967, "", @@ -38484,7 +38484,7 @@ 706.872, 428.446, 705.389, - ",", + ")", -1, 2.967, "", @@ -38507,7 +38507,7 @@ 709.881, 428.446, 706.872, - "8", + ",", -1, 2.967, "", @@ -38530,7 +38530,7 @@ 712.889, 428.446, 709.881, - "6", + "+", -1, 2.967, "", @@ -38553,7 +38553,7 @@ 715.898, 428.446, 712.889, - "8", + ",", -1, 2.967, "", @@ -38576,7 +38576,7 @@ 717.696, 428.446, 715.898, - ")", + "%", -1, 2.967, "", @@ -38599,7 +38599,7 @@ 740.206, 428.446, 737.198, - "5", + "$", -1, 2.967, "", @@ -38622,7 +38622,7 @@ 741.69, 428.446, 740.206, - ",", + ")", -1, 2.967, "", @@ -38645,7 +38645,7 @@ 744.698, 428.446, 741.69, - "4", + "#", -1, 2.967, "", @@ -38668,7 +38668,7 @@ 747.707, 428.446, 744.698, - "4", + "#", -1, 2.967, "", @@ -38691,7 +38691,7 @@ 750.715, 428.446, 747.707, - "0", + "&", -1, 2.967, "", @@ -38714,7 +38714,7 @@ 106.127, 435.502, 103.238, - "T", + ":", -1, 2.967, "", @@ -38737,7 +38737,7 @@ 108.198, 435.502, 106.127, - "r", + "@", -1, 2.967, "", @@ -38760,7 +38760,7 @@ 111.041, 435.502, 108.198, - "a", + ";", -1, 2.967, "", @@ -38783,7 +38783,7 @@ 114.156, 435.502, 111.041, - "n", + "0", -1, 2.967, "", @@ -38806,7 +38806,7 @@ 116.476, 435.502, 114.156, - "s", + "1", -1, 2.967, "", @@ -38829,7 +38829,7 @@ 118.286, 435.502, 116.476, - "f", + "W", -1, 2.967, "", @@ -38852,7 +38852,7 @@ 121.241, 435.502, 118.286, - "e", + "9", -1, 2.967, "", @@ -38875,7 +38875,7 @@ 123.312, 435.502, 121.241, - "r", + "@", -1, 2.967, "", @@ -38898,7 +38898,7 @@ 125.632, 435.502, 123.312, - "s", + "1", -1, 2.967, "", @@ -38944,7 +38944,7 @@ 128.961, 435.502, 126.973, - "t", + "5", -1, 2.967, "", @@ -38967,7 +38967,7 @@ 132.088, 435.502, 128.961, - "o", + "/", -1, 2.967, "", @@ -39013,7 +39013,7 @@ 137.358, 435.502, 133.429, - "O", + ">", -1, 2.967, "", @@ -39036,7 +39036,7 @@ 139.346, 435.502, 137.358, - "t", + "5", -1, 2.967, "", @@ -39059,7 +39059,7 @@ 142.461, 435.502, 139.346, - "h", + "?", -1, 2.967, "", @@ -39082,7 +39082,7 @@ 145.416, 435.502, 142.461, - "e", + "9", -1, 2.967, "", @@ -39105,7 +39105,7 @@ 147.487, 435.502, 145.416, - "r", + "@", -1, 2.967, "", @@ -39151,7 +39151,7 @@ 151.552, 435.502, 148.828, - "F", + "E", -1, 2.967, "", @@ -39174,7 +39174,7 @@ 154.667, 435.502, 151.552, - "u", + "2", -1, 2.967, "", @@ -39197,7 +39197,7 @@ 157.782, 435.502, 154.667, - "n", + "0", -1, 2.967, "", @@ -39220,7 +39220,7 @@ 160.897, 435.502, 157.782, - "d", + "F", -1, 2.967, "", @@ -39243,7 +39243,7 @@ 163.218, 435.502, 160.897, - "s", + "1", -1, 2.967, "", @@ -39266,7 +39266,7 @@ 265.133, 435.502, 263.335, - "(", + "!", -1, 2.967, "", @@ -39289,7 +39289,7 @@ 268.141, 435.502, 265.133, - "6", + "+", -1, 2.967, "", @@ -39312,7 +39312,7 @@ 269.939, 435.502, 268.141, - ")", + "%", -1, 2.967, "", @@ -39335,7 +39335,7 @@ 307.341, 435.502, 305.543, - "(", + "!", -1, 2.967, "", @@ -39358,7 +39358,7 @@ 310.349, 435.502, 307.341, - "6", + "+", -1, 2.967, "", @@ -39381,7 +39381,7 @@ 312.147, 435.502, 310.349, - ")", + "%", -1, 2.967, "", @@ -39404,7 +39404,7 @@ 346.528, 435.502, 344.73, - "(", + "!", -1, 2.967, "", @@ -39427,7 +39427,7 @@ 349.537, 435.502, 346.528, - "2", + "-", -1, 2.967, "", @@ -39450,7 +39450,7 @@ 352.545, 435.502, 349.537, - "0", + "&", -1, 2.967, "", @@ -39473,7 +39473,7 @@ 354.343, 435.502, 352.545, - ")", + "%", -1, 2.967, "", @@ -39496,7 +39496,7 @@ 391.763, 435.502, 389.965, - "(", + "!", -1, 2.967, "", @@ -39519,7 +39519,7 @@ 394.771, 435.502, 391.763, - "7", + "\"", -1, 2.967, "", @@ -39542,7 +39542,7 @@ 396.569, 435.502, 394.771, - ")", + "%", -1, 2.967, "", @@ -39565,7 +39565,7 @@ 433.971, 435.502, 432.173, - "(", + "!", -1, 2.967, "", @@ -39588,7 +39588,7 @@ 436.979, 435.502, 433.971, - "6", + "+", -1, 2.967, "", @@ -39611,7 +39611,7 @@ 438.777, 435.502, 436.979, - ")", + "%", -1, 2.967, "", @@ -39634,7 +39634,7 @@ 476.179, 435.502, 474.381, - "(", + "!", -1, 2.967, "", @@ -39657,7 +39657,7 @@ 479.187, 435.502, 476.179, - "5", + "$", -1, 2.967, "", @@ -39680,7 +39680,7 @@ 480.985, 435.502, 479.187, - ")", + "%", -1, 2.967, "", @@ -39703,7 +39703,7 @@ 518.387, 435.502, 516.589, - "(", + "!", -1, 2.967, "", @@ -39726,7 +39726,7 @@ 521.395, 435.502, 518.387, - "7", + "\"", -1, 2.967, "", @@ -39749,7 +39749,7 @@ 523.193, 435.502, 521.395, - ")", + "%", -1, 2.967, "", @@ -39772,7 +39772,7 @@ 557.574, 435.502, 555.776, - "(", + "!", -1, 2.967, "", @@ -39795,7 +39795,7 @@ 560.583, 435.502, 557.574, - "2", + "-", -1, 2.967, "", @@ -39818,7 +39818,7 @@ 563.591, 435.502, 560.583, - "5", + "$", -1, 2.967, "", @@ -39841,7 +39841,7 @@ 565.389, 435.502, 563.591, - ")", + "%", -1, 2.967, "", @@ -39864,7 +39864,7 @@ 597.32, 435.502, 595.522, - "(", + "!", -1, 2.967, "", @@ -39887,7 +39887,7 @@ 600.328, 435.502, 597.32, - "7", + "\"", -1, 2.967, "", @@ -39910,7 +39910,7 @@ 602.126, 435.502, 600.328, - ")", + "%", -1, 2.967, "", @@ -39933,7 +39933,7 @@ 628.443, 435.502, 626.645, - "(", + "!", -1, 2.967, "", @@ -39956,7 +39956,7 @@ 631.452, 435.502, 628.443, - "7", + "\"", -1, 2.967, "", @@ -39979,7 +39979,7 @@ 633.25, 435.502, 631.452, - ")", + "%", -1, 2.967, "", @@ -40002,7 +40002,7 @@ 670.651, 435.502, 668.853, - "(", + "!", -1, 2.967, "", @@ -40025,7 +40025,7 @@ 673.66, 435.502, 670.651, - "6", + "+", -1, 2.967, "", @@ -40048,7 +40048,7 @@ 675.458, 435.502, 673.66, - ")", + "%", -1, 2.967, "", @@ -40071,7 +40071,7 @@ 706.813, 435.502, 705.015, - "(", + "!", -1, 2.967, "", @@ -40094,7 +40094,7 @@ 709.821, 435.502, 706.813, - "4", + "#", -1, 2.967, "", @@ -40117,7 +40117,7 @@ 712.83, 435.502, 709.821, - "7", + "\"", -1, 2.967, "", @@ -40140,7 +40140,7 @@ 715.838, 435.502, 712.83, - "2", + "-", -1, 2.967, "", @@ -40163,7 +40163,7 @@ 717.636, 435.502, 715.838, - ")", + "%", -1, 2.967, "", @@ -40186,7 +40186,7 @@ 741.633, 435.502, 739.835, - "(", + "!", -1, 2.967, "", @@ -40209,7 +40209,7 @@ 744.642, 435.502, 741.633, - "5", + "$", -1, 2.967, "", @@ -40232,7 +40232,7 @@ 747.65, 435.502, 744.642, - "7", + "\"", -1, 2.967, "", @@ -40255,7 +40255,7 @@ 750.659, 435.502, 747.65, - "4", + "#", -1, 2.967, "", @@ -40278,7 +40278,7 @@ 752.457, 435.502, 750.659, - ")", + "%", -1, 2.967, "", @@ -40301,7 +40301,7 @@ 106.483, 442.557, 103.255, - "B", + "=", -1, 2.967, "", @@ -40324,7 +40324,7 @@ 109.611, 442.557, 106.483, - "o", + "/", -1, 2.967, "", @@ -40347,7 +40347,7 @@ 112.726, 442.557, 109.611, - "n", + "0", -1, 2.967, "", @@ -40370,7 +40370,7 @@ 115.841, 442.557, 112.726, - "d", + "F", -1, 2.967, "", @@ -40416,7 +40416,7 @@ 120.031, 442.557, 117.188, - "a", + ";", -1, 2.967, "", @@ -40439,7 +40439,7 @@ 123.146, 442.557, 120.031, - "n", + "0", -1, 2.967, "", @@ -40462,7 +40462,7 @@ 126.261, 442.557, 123.146, - "d", + "F", -1, 2.967, "", @@ -40508,7 +40508,7 @@ 131.442, 442.557, 127.608, - "N", + "Y", -1, 2.967, "", @@ -40531,7 +40531,7 @@ 134.569, 442.557, 131.442, - "o", + "/", -1, 2.967, "", @@ -40554,7 +40554,7 @@ 136.557, 442.557, 134.569, - "t", + "5", -1, 2.967, "", @@ -40577,7 +40577,7 @@ 139.512, 442.557, 136.557, - "e", + "9", -1, 2.967, "", @@ -40623,7 +40623,7 @@ 143.921, 442.557, 140.853, - "P", + "K", -1, 2.967, "", @@ -40646,7 +40646,7 @@ 145.992, 442.557, 143.921, - "r", + "@", -1, 2.967, "", @@ -40669,7 +40669,7 @@ 149.119, 442.557, 145.992, - "o", + "/", -1, 2.967, "", @@ -40692,7 +40692,7 @@ 151.629, 442.557, 149.119, - "c", + "C", -1, 2.967, "", @@ -40715,7 +40715,7 @@ 154.584, 442.557, 151.629, - "e", + "9", -1, 2.967, "", @@ -40738,7 +40738,7 @@ 157.539, 442.557, 154.584, - "e", + "9", -1, 2.967, "", @@ -40761,7 +40761,7 @@ 160.654, 442.557, 157.539, - "d", + "F", -1, 2.967, "", @@ -40784,7 +40784,7 @@ 162.974, 442.557, 160.654, - "s", + "1", -1, 2.967, "", @@ -40807,7 +40807,7 @@ 268.165, 442.557, 265.157, - "0", + "&", -1, 2.967, "", @@ -40830,7 +40830,7 @@ 310.375, 442.557, 307.367, - "0", + "&", -1, 2.967, "", @@ -40853,7 +40853,7 @@ 352.586, 442.557, 349.577, - "0", + "&", -1, 2.967, "", @@ -40876,7 +40876,7 @@ 394.796, 442.557, 391.788, - "0", + "&", -1, 2.967, "", @@ -40899,7 +40899,7 @@ 437.006, 442.557, 433.998, - "0", + "&", -1, 2.967, "", @@ -40922,7 +40922,7 @@ 479.217, 442.557, 476.208, - "0", + "&", -1, 2.967, "", @@ -40945,7 +40945,7 @@ 521.427, 442.557, 518.419, - "0", + "&", -1, 2.967, "", @@ -40968,7 +40968,7 @@ 563.638, 442.557, 560.629, - "0", + "&", -1, 2.967, "", @@ -40991,7 +40991,7 @@ 600.359, 442.557, 597.351, - "0", + "&", -1, 2.967, "", @@ -41014,7 +41014,7 @@ 631.485, 442.557, 628.476, - "0", + "&", -1, 2.967, "", @@ -41037,7 +41037,7 @@ 673.695, 442.557, 670.687, - "0", + "&", -1, 2.967, "", @@ -41060,7 +41060,7 @@ 709.859, 442.557, 706.85, - "2", + "-", -1, 2.967, "", @@ -41083,7 +41083,7 @@ 712.871, 442.557, 709.862, - "6", + "+", -1, 2.967, "", @@ -41106,7 +41106,7 @@ 715.879, 442.557, 712.871, - "9", + "'", -1, 2.967, "", @@ -41129,7 +41129,7 @@ 744.685, 442.557, 741.677, - "2", + "-", -1, 2.967, "", @@ -41152,7 +41152,7 @@ 747.691, 442.557, 744.683, - "6", + "+", -1, 2.967, "", @@ -41175,7 +41175,7 @@ 750.7, 442.557, 747.691, - "9", + "'", -1, 2.967, "", @@ -41198,7 +41198,7 @@ 102.057, 450.058, 98.223, - "N", + "Y", -1, 2.967, "", @@ -41221,7 +41221,7 @@ 104.953, 450.058, 102.057, - "E", + "I", -1, 2.967, "", @@ -41244,7 +41244,7 @@ 107.842, 450.058, 104.953, - "T", + ":", -1, 2.967, "", @@ -41290,7 +41290,7 @@ 113.112, 450.058, 109.183, - "O", + ">", -1, 2.967, "", @@ -41313,7 +41313,7 @@ 116.001, 450.058, 113.112, - "T", + ":", -1, 2.967, "", @@ -41336,7 +41336,7 @@ 119.698, 450.058, 116.001, - "H", + "M", -1, 2.967, "", @@ -41359,7 +41359,7 @@ 122.594, 450.058, 119.698, - "E", + "I", -1, 2.967, "", @@ -41382,7 +41382,7 @@ 125.816, 450.058, 122.594, - "R", + "D", -1, 2.967, "", @@ -41428,7 +41428,7 @@ 129.887, 450.058, 127.163, - "F", + "E", -1, 2.967, "", @@ -41451,7 +41451,7 @@ 131.382, 450.058, 129.887, - "I", + "J", -1, 2.967, "", @@ -41474,7 +41474,7 @@ 135.216, 450.058, 131.382, - "N", + "Y", -1, 2.967, "", @@ -41497,7 +41497,7 @@ 138.651, 450.058, 135.216, - "A", + "G", -1, 2.967, "", @@ -41520,7 +41520,7 @@ 142.485, 450.058, 138.651, - "N", + "Y", -1, 2.967, "", @@ -41543,7 +41543,7 @@ 145.647, 450.058, 142.485, - "C", + ".", -1, 2.967, "", @@ -41566,7 +41566,7 @@ 147.143, 450.058, 145.647, - "I", + "J", -1, 2.967, "", @@ -41589,7 +41589,7 @@ 150.976, 450.058, 147.143, - "N", + "Y", -1, 2.967, "", @@ -41612,7 +41612,7 @@ 154.72, 450.058, 150.976, - "G", + "S", -1, 2.967, "", @@ -41658,7 +41658,7 @@ 158.779, 450.058, 156.055, - "S", + "L", -1, 2.967, "", @@ -41681,7 +41681,7 @@ 162.707, 450.058, 158.779, - "O", + ">", -1, 2.967, "", @@ -41704,7 +41704,7 @@ 166.517, 450.058, 162.707, - "U", + "8", -1, 2.967, "", @@ -41727,7 +41727,7 @@ 169.739, 450.058, 166.517, - "R", + "D", -1, 2.967, "", @@ -41750,7 +41750,7 @@ 172.902, 450.058, 169.739, - "C", + ".", -1, 2.967, "", @@ -41773,7 +41773,7 @@ 175.798, 450.058, 172.902, - "E", + "I", -1, 2.967, "", @@ -41796,7 +41796,7 @@ 178.521, 450.058, 175.798, - "S", + "L", -1, 2.967, "", @@ -41819,7 +41819,7 @@ 180.812, 450.058, 178.521, - "/", + "7", -1, 2.967, "", @@ -41842,7 +41842,7 @@ 182.61, 450.058, 180.812, - "(", + "!", -1, 2.967, "", @@ -41865,7 +41865,7 @@ 186.419, 450.058, 182.61, - "U", + "8", -1, 2.967, "", @@ -41888,7 +41888,7 @@ 189.143, 450.058, 186.419, - "S", + "L", -1, 2.967, "", @@ -41911,7 +41911,7 @@ 192.039, 450.058, 189.143, - "E", + "I", -1, 2.967, "", @@ -41934,7 +41934,7 @@ 194.762, 450.058, 192.039, - "S", + "L", -1, 2.967, "", @@ -41957,7 +41957,7 @@ 196.56, 450.058, 194.762, - ")", + "%", -1, 2.967, "", @@ -41980,7 +41980,7 @@ 262.106, 450.058, 259.098, - "2", + "-", -1, 2.967, "", @@ -42003,7 +42003,7 @@ 265.115, 450.058, 262.106, - "7", + "\"", -1, 2.967, "", @@ -42026,7 +42026,7 @@ 268.123, 450.058, 265.115, - "9", + "'", -1, 2.967, "", @@ -42049,7 +42049,7 @@ 301.318, 450.058, 299.52, - "(", + "!", -1, 2.967, "", @@ -42072,7 +42072,7 @@ 304.326, 450.058, 301.318, - "8", + ",", -1, 2.967, "", @@ -42095,7 +42095,7 @@ 307.335, 450.058, 304.326, - "9", + "'", -1, 2.967, "", @@ -42118,7 +42118,7 @@ 310.343, 450.058, 307.335, - "9", + "'", -1, 2.967, "", @@ -42141,7 +42141,7 @@ 312.141, 450.058, 310.343, - ")", + "%", -1, 2.967, "", @@ -42164,7 +42164,7 @@ 346.528, 450.058, 343.52, - "7", + "\"", -1, 2.967, "", @@ -42187,7 +42187,7 @@ 349.537, 450.058, 346.528, - "8", + ",", -1, 2.967, "", @@ -42210,7 +42210,7 @@ 352.545, 450.058, 349.537, - "3", + "*", -1, 2.967, "", @@ -42233,7 +42233,7 @@ 388.742, 450.058, 385.734, - "2", + "-", -1, 2.967, "", @@ -42256,7 +42256,7 @@ 391.751, 450.058, 388.742, - "3", + "*", -1, 2.967, "", @@ -42279,7 +42279,7 @@ 394.759, 450.058, 391.751, - "8", + ",", -1, 2.967, "", @@ -42302,7 +42302,7 @@ 430.956, 450.058, 427.948, - "7", + "\"", -1, 2.967, "", @@ -42325,7 +42325,7 @@ 433.965, 450.058, 430.956, - "7", + "\"", -1, 2.967, "", @@ -42348,7 +42348,7 @@ 436.973, 450.058, 433.965, - "5", + "$", -1, 2.967, "", @@ -42371,7 +42371,7 @@ 473.17, 450.058, 470.162, - "7", + "\"", -1, 2.967, "", @@ -42394,7 +42394,7 @@ 476.179, 450.058, 473.17, - "8", + ",", -1, 2.967, "", @@ -42417,7 +42417,7 @@ 479.187, 450.058, 476.179, - "5", + "$", -1, 2.967, "", @@ -42440,7 +42440,7 @@ 510.904, 450.058, 507.895, - "1", + "(", -1, 2.967, "", @@ -42463,7 +42463,7 @@ 512.387, 450.058, 510.904, - ",", + ")", -1, 2.967, "", @@ -42486,7 +42486,7 @@ 515.396, 450.058, 512.387, - "1", + "(", -1, 2.967, "", @@ -42509,7 +42509,7 @@ 518.404, 450.058, 515.396, - "8", + ",", -1, 2.967, "", @@ -42532,7 +42532,7 @@ 521.413, 450.058, 518.404, - "7", + "\"", -1, 2.967, "", @@ -42555,7 +42555,7 @@ 557.598, 450.058, 554.589, - "9", + "'", -1, 2.967, "", @@ -42578,7 +42578,7 @@ 560.606, 450.058, 557.598, - "9", + "'", -1, 2.967, "", @@ -42601,7 +42601,7 @@ 563.615, 450.058, 560.606, - "8", + ",", -1, 2.967, "", @@ -42624,7 +42624,7 @@ 589.846, 450.058, 586.837, - "1", + "(", -1, 2.967, "", @@ -42647,7 +42647,7 @@ 591.329, 450.058, 589.846, - ",", + ")", -1, 2.967, "", @@ -42670,7 +42670,7 @@ 594.338, 450.058, 591.329, - "1", + "(", -1, 2.967, "", @@ -42693,7 +42693,7 @@ 597.346, 450.058, 594.338, - "3", + "*", -1, 2.967, "", @@ -42716,7 +42716,7 @@ 600.355, 450.058, 597.346, - "1", + "(", -1, 2.967, "", @@ -42739,7 +42739,7 @@ 625.456, 450.058, 622.448, - "9", + "'", -1, 2.967, "", @@ -42762,7 +42762,7 @@ 628.465, 450.058, 625.456, - "6", + "+", -1, 2.967, "", @@ -42785,7 +42785,7 @@ 631.473, 450.058, 628.465, - "6", + "+", -1, 2.967, "", @@ -42808,7 +42808,7 @@ 667.666, 450.058, 664.658, - "9", + "'", -1, 2.967, "", @@ -42831,7 +42831,7 @@ 670.675, 450.058, 667.666, - "6", + "+", -1, 2.967, "", @@ -42854,7 +42854,7 @@ 673.683, 450.058, 670.675, - "3", + "*", -1, 2.967, "", @@ -42877,7 +42877,7 @@ 702.398, 450.058, 700.6, - "(", + "!", -1, 2.967, "", @@ -42900,7 +42900,7 @@ 705.407, 450.058, 702.398, - "2", + "-", -1, 2.967, "", @@ -42923,7 +42923,7 @@ 706.89, 450.058, 705.407, - ",", + ")", -1, 2.967, "", @@ -42946,7 +42946,7 @@ 709.899, 450.058, 706.89, - "0", + "&", -1, 2.967, "", @@ -42969,7 +42969,7 @@ 712.907, 450.058, 709.899, - "7", + "\"", -1, 2.967, "", @@ -42992,7 +42992,7 @@ 715.916, 450.058, 712.907, - "1", + "(", -1, 2.967, "", @@ -43015,7 +43015,7 @@ 717.714, 450.058, 715.916, - ")", + "%", -1, 2.967, "", @@ -43038,7 +43038,7 @@ 740.224, 450.058, 737.215, - "5", + "$", -1, 2.967, "", @@ -43061,7 +43061,7 @@ 741.707, 450.058, 740.224, - ",", + ")", -1, 2.967, "", @@ -43084,7 +43084,7 @@ 744.716, 450.058, 741.707, - "1", + "(", -1, 2.967, "", @@ -43107,7 +43107,7 @@ 747.724, 450.058, 744.716, - "3", + "*", -1, 2.967, "", @@ -43130,7 +43130,7 @@ 750.733, 450.058, 747.724, - "5", + "$", -1, 2.967, "", @@ -43153,7 +43153,7 @@ 101.125, 463.047, 98.229, - "E", + "I", -1, 2.967, "", @@ -43176,7 +43176,7 @@ 103.695, 463.047, 101.125, - "x", + "<", -1, 2.967, "", @@ -43199,7 +43199,7 @@ 106.205, 463.047, 103.695, - "c", + "C", -1, 2.967, "", @@ -43222,7 +43222,7 @@ 109.16, 463.047, 106.205, - "e", + "9", -1, 2.967, "", @@ -43245,7 +43245,7 @@ 111.48, 463.047, 109.16, - "s", + "1", -1, 2.967, "", @@ -43268,7 +43268,7 @@ 113.8, 463.047, 111.48, - "s", + "1", -1, 2.967, "", @@ -43291,7 +43291,7 @@ 116.09, 463.047, 113.8, - "/", + "7", -1, 2.967, "", @@ -43314,7 +43314,7 @@ 117.888, 463.047, 116.09, - "(", + "!", -1, 2.967, "", @@ -43337,7 +43337,7 @@ 121.538, 463.047, 117.888, - "D", + "R", -1, 2.967, "", @@ -43360,7 +43360,7 @@ 124.493, 463.047, 121.538, - "e", + "9", -1, 2.967, "", @@ -43383,7 +43383,7 @@ 126.303, 463.047, 124.493, - "f", + "W", -1, 2.967, "", @@ -43406,7 +43406,7 @@ 127.662, 463.047, 126.303, - "i", + "6", -1, 2.967, "", @@ -43429,7 +43429,7 @@ 130.172, 463.047, 127.662, - "c", + "C", -1, 2.967, "", @@ -43452,7 +43452,7 @@ 131.531, 463.047, 130.172, - "i", + "6", -1, 2.967, "", @@ -43475,7 +43475,7 @@ 134.486, 463.047, 131.531, - "e", + "9", -1, 2.967, "", @@ -43498,7 +43498,7 @@ 137.601, 463.047, 134.486, - "n", + "0", -1, 2.967, "", @@ -43521,7 +43521,7 @@ 140.111, 463.047, 137.601, - "c", + "C", -1, 2.967, "", @@ -43544,7 +43544,7 @@ 142.799, 463.047, 140.111, - "y", + "P", -1, 2.967, "", @@ -43567,7 +43567,7 @@ 144.597, 463.047, 142.799, - ")", + "%", -1, 2.967, "", @@ -43613,7 +43613,7 @@ 149.071, 463.047, 145.944, - "o", + "/", -1, 2.967, "", @@ -43636,7 +43636,7 @@ 150.881, 463.047, 149.071, - "f", + "W", -1, 2.967, "", @@ -43682,7 +43682,7 @@ 155.444, 463.047, 152.222, - "R", + "D", -1, 2.967, "", @@ -43705,7 +43705,7 @@ 158.399, 463.047, 155.444, - "e", + "9", -1, 2.967, "", @@ -43728,7 +43728,7 @@ 160.909, 463.047, 158.399, - "c", + "C", -1, 2.967, "", @@ -43751,7 +43751,7 @@ 163.864, 463.047, 160.909, - "e", + "9", -1, 2.967, "", @@ -43774,7 +43774,7 @@ 165.223, 463.047, 163.864, - "i", + "6", -1, 2.967, "", @@ -43797,7 +43797,7 @@ 168.339, 463.047, 165.223, - "p", + "4", -1, 2.967, "", @@ -43820,7 +43820,7 @@ 170.326, 463.047, 168.339, - "t", + "5", -1, 2.967, "", @@ -43843,7 +43843,7 @@ 172.647, 463.047, 170.326, - "s", + "1", -1, 2.967, "", @@ -43889,7 +43889,7 @@ 177.115, 463.047, 173.988, - "o", + "/", -1, 2.967, "", @@ -43912,7 +43912,7 @@ 179.797, 463.047, 177.115, - "v", + "T", -1, 2.967, "", @@ -43935,7 +43935,7 @@ 182.752, 463.047, 179.797, - "e", + "9", -1, 2.967, "", @@ -43958,7 +43958,7 @@ 184.823, 463.047, 182.752, - "r", + "@", -1, 2.967, "", @@ -44004,7 +44004,7 @@ 189.813, 463.047, 186.164, - "D", + "R", -1, 2.967, "", @@ -44027,7 +44027,7 @@ 191.172, 463.047, 189.813, - "i", + "6", -1, 2.967, "", @@ -44050,7 +44050,7 @@ 193.493, 463.047, 191.172, - "s", + "1", -1, 2.967, "", @@ -44073,7 +44073,7 @@ 196.608, 463.047, 193.493, - "b", + "O", -1, 2.967, "", @@ -44096,7 +44096,7 @@ 199.723, 463.047, 196.608, - "u", + "2", -1, 2.967, "", @@ -44119,7 +44119,7 @@ 201.794, 463.047, 199.723, - "r", + "@", -1, 2.967, "", @@ -44142,7 +44142,7 @@ 204.114, 463.047, 201.794, - "s", + "1", -1, 2.967, "", @@ -44165,7 +44165,7 @@ 207.069, 463.047, 204.114, - "e", + "9", -1, 2.967, "", @@ -44188,7 +44188,7 @@ 211.811, 463.047, 207.069, - "m", + "3", -1, 2.967, "", @@ -44211,7 +44211,7 @@ 214.766, 463.047, 211.811, - "e", + "9", -1, 2.967, "", @@ -44234,7 +44234,7 @@ 217.881, 463.047, 214.766, - "n", + "0", -1, 2.967, "", @@ -44257,7 +44257,7 @@ 219.869, 463.047, 217.881, - "t", + "5", -1, 2.967, "", @@ -44280,7 +44280,7 @@ 222.18, 463.034, 219.86, - "s", + "1", -1, 2.967, "", @@ -44303,7 +44303,7 @@ 268.159, 463.034, 265.151, - "5", + "$", -1, 2.967, "", @@ -44326,7 +44326,7 @@ 301.324, 463.034, 299.526, - "(", + "!", -1, 2.967, "", @@ -44349,7 +44349,7 @@ 304.332, 463.034, 301.324, - "2", + "-", -1, 2.967, "", @@ -44372,7 +44372,7 @@ 307.341, 463.034, 304.332, - "0", + "&", -1, 2.967, "", @@ -44395,7 +44395,7 @@ 310.349, 463.034, 307.341, - "0", + "&", -1, 2.967, "", @@ -44418,7 +44418,7 @@ 312.147, 463.034, 310.349, - ")", + "%", -1, 2.967, "", @@ -44441,7 +44441,7 @@ 346.534, 463.034, 343.526, - "1", + "(", -1, 2.967, "", @@ -44464,7 +44464,7 @@ 349.543, 463.034, 346.534, - "4", + "#", -1, 2.967, "", @@ -44487,7 +44487,7 @@ 352.551, 463.034, 349.543, - "6", + "+", -1, 2.967, "", @@ -44510,7 +44510,7 @@ 385.746, 463.034, 383.948, - "(", + "!", -1, 2.967, "", @@ -44533,7 +44533,7 @@ 388.754, 463.034, 385.746, - "2", + "-", -1, 2.967, "", @@ -44556,7 +44556,7 @@ 391.763, 463.034, 388.754, - "4", + "#", -1, 2.967, "", @@ -44579,7 +44579,7 @@ 394.771, 463.034, 391.763, - "1", + "(", -1, 2.967, "", @@ -44602,7 +44602,7 @@ 396.569, 463.034, 394.771, - ")", + "%", -1, 2.967, "", @@ -44625,7 +44625,7 @@ 427.955, 463.034, 426.157, - "(", + "!", -1, 2.967, "", @@ -44648,7 +44648,7 @@ 430.964, 463.034, 427.955, - "3", + "*", -1, 2.967, "", @@ -44671,7 +44671,7 @@ 433.972, 463.034, 430.964, - "0", + "&", -1, 2.967, "", @@ -44694,7 +44694,7 @@ 436.981, 463.034, 433.972, - "5", + "$", -1, 2.967, "", @@ -44717,7 +44717,7 @@ 438.779, 463.034, 436.981, - ")", + "%", -1, 2.967, "", @@ -44740,7 +44740,7 @@ 473.164, 463.034, 470.156, - "1", + "(", -1, 2.967, "", @@ -44763,7 +44763,7 @@ 476.173, 463.034, 473.164, - "7", + "\"", -1, 2.967, "", @@ -44786,7 +44786,7 @@ 479.181, 463.034, 476.173, - "1", + "(", -1, 2.967, "", @@ -44809,7 +44809,7 @@ 512.376, 463.034, 510.578, - "(", + "!", -1, 2.967, "", @@ -44832,7 +44832,7 @@ 515.384, 463.034, 512.376, - "3", + "*", -1, 2.967, "", @@ -44855,7 +44855,7 @@ 518.393, 463.034, 515.384, - "4", + "#", -1, 2.967, "", @@ -44878,7 +44878,7 @@ 521.401, 463.034, 518.393, - "7", + "\"", -1, 2.967, "", @@ -44901,7 +44901,7 @@ 523.199, 463.034, 521.401, - ")", + "%", -1, 2.967, "", @@ -44924,7 +44924,7 @@ 554.585, 463.034, 552.787, - "(", + "!", -1, 2.967, "", @@ -44947,7 +44947,7 @@ 557.594, 463.034, 554.585, - "3", + "*", -1, 2.967, "", @@ -44970,7 +44970,7 @@ 560.602, 463.034, 557.594, - "4", + "#", -1, 2.967, "", @@ -44993,7 +44993,7 @@ 563.611, 463.034, 560.602, - "0", + "&", -1, 2.967, "", @@ -45016,7 +45016,7 @@ 565.409, 463.034, 563.611, - ")", + "%", -1, 2.967, "", @@ -45039,7 +45039,7 @@ 594.311, 463.034, 591.302, - "2", + "-", -1, 2.967, "", @@ -45062,7 +45062,7 @@ 597.319, 463.034, 594.311, - "7", + "\"", -1, 2.967, "", @@ -45085,7 +45085,7 @@ 600.328, 463.034, 597.319, - "6", + "+", -1, 2.967, "", @@ -45108,7 +45108,7 @@ 622.437, 463.034, 620.639, - "(", + "!", -1, 2.967, "", @@ -45131,7 +45131,7 @@ 625.445, 463.034, 622.437, - "3", + "*", -1, 2.967, "", @@ -45154,7 +45154,7 @@ 628.454, 463.034, 625.445, - "2", + "-", -1, 2.967, "", @@ -45177,7 +45177,7 @@ 631.462, 463.034, 628.454, - "7", + "\"", -1, 2.967, "", @@ -45200,7 +45200,7 @@ 633.26, 463.034, 631.462, - ")", + "%", -1, 2.967, "", @@ -45223,7 +45223,7 @@ 664.646, 463.034, 662.849, - "(", + "!", -1, 2.967, "", @@ -45246,7 +45246,7 @@ 667.655, 463.034, 664.646, - "1", + "(", -1, 2.967, "", @@ -45269,7 +45269,7 @@ 670.663, 463.034, 667.655, - "6", + "+", -1, 2.967, "", @@ -45292,7 +45292,7 @@ 673.672, 463.034, 670.663, - "8", + ",", -1, 2.967, "", @@ -45315,7 +45315,7 @@ 675.47, 463.034, 673.672, - ")", + "%", -1, 2.967, "", @@ -45338,7 +45338,7 @@ 705.379, 463.034, 702.371, - "1", + "(", -1, 2.967, "", @@ -45361,7 +45361,7 @@ 706.863, 463.034, 705.379, - ",", + ")", -1, 2.967, "", @@ -45384,7 +45384,7 @@ 709.871, 463.034, 706.863, - "2", + "-", -1, 2.967, "", @@ -45407,7 +45407,7 @@ 712.88, 463.034, 709.871, - "8", + ",", -1, 2.967, "", @@ -45430,7 +45430,7 @@ 715.888, 463.034, 712.88, - "6", + "+", -1, 2.967, "", @@ -45453,7 +45453,7 @@ 744.705, 463.034, 742.907, - "(", + "!", -1, 2.967, "", @@ -45476,7 +45476,7 @@ 747.714, 463.034, 744.705, - "4", + "#", -1, 2.967, "", @@ -45499,7 +45499,7 @@ 750.722, 463.034, 747.714, - "4", + "#", -1, 2.967, "", @@ -45522,7 +45522,7 @@ 752.52, 463.034, 750.722, - ")", + "%", -1, 2.967, "", @@ -45545,7 +45545,7 @@ 101.357, 476.92, 98.218, - "C", + "H", -1, 2.967, "", @@ -45568,7 +45568,7 @@ 103.867, 476.92, 101.357, - "L", + "G", -1, 2.967, "", @@ -45591,7 +45591,7 @@ 107.878, 476.92, 103.867, - "O", + "7", -1, 2.967, "", @@ -45614,7 +45614,7 @@ 110.685, 476.92, 107.878, - "S", + "4", -1, 2.967, "", @@ -45637,7 +45637,7 @@ 112.269, 476.92, 110.685, - "I", + "D", -1, 2.967, "", @@ -45660,7 +45660,7 @@ 116.179, 476.92, 112.269, - "N", + ":", -1, 2.967, "", @@ -45683,7 +45683,7 @@ 119.959, 476.92, 116.179, - "G", + "E", -1, 2.967, "", @@ -45729,7 +45729,7 @@ 124.629, 476.92, 121.3, - "B", + "F", -1, 2.967, "", @@ -45752,7 +45752,7 @@ 128.225, 476.92, 124.629, - "A", + "%", -1, 2.967, "", @@ -45775,7 +45775,7 @@ 130.735, 476.92, 128.225, - "L", + "G", -1, 2.967, "", @@ -45798,7 +45798,7 @@ 134.331, 476.92, 130.735, - "A", + "%", -1, 2.967, "", @@ -45821,7 +45821,7 @@ 138.242, 476.92, 134.331, - "N", + ":", -1, 2.967, "", @@ -45844,7 +45844,7 @@ 141.381, 476.92, 138.242, - "C", + "H", -1, 2.967, "", @@ -45867,7 +45867,7 @@ 144.277, 476.92, 141.381, - "E", + "C", -1, 2.967, "", @@ -45890,7 +45890,7 @@ 259.11, 476.92, 257.312, - "(", + "!", -1, 2.967, "", @@ -45913,7 +45913,7 @@ 262.118, 476.92, 259.11, - "7", + "\"", -1, 2.967, "", @@ -45936,7 +45936,7 @@ 265.127, 476.92, 262.118, - "4", + "#", -1, 2.967, "", @@ -45959,7 +45959,7 @@ 268.135, 476.92, 265.127, - "0", + "&", -1, 2.967, "", @@ -45982,7 +45982,7 @@ 269.933, 476.92, 268.135, - ")", + "%", -1, 2.967, "", @@ -46005,7 +46005,7 @@ 301.32, 476.92, 299.522, - "(", + "!", -1, 2.967, "", @@ -46028,7 +46028,7 @@ 304.328, 476.92, 301.32, - "9", + "'", -1, 2.967, "", @@ -46051,7 +46051,7 @@ 307.337, 476.92, 304.328, - "4", + "#", -1, 2.967, "", @@ -46074,7 +46074,7 @@ 310.345, 476.92, 307.337, - "0", + "&", -1, 2.967, "", @@ -46097,7 +46097,7 @@ 312.143, 476.92, 310.345, - ")", + "%", -1, 2.967, "", @@ -46120,7 +46120,7 @@ 343.529, 476.92, 341.731, - "(", + "!", -1, 2.967, "", @@ -46143,7 +46143,7 @@ 346.537, 476.92, 343.529, - "7", + "\"", -1, 2.967, "", @@ -46166,7 +46166,7 @@ 349.546, 476.92, 346.537, - "9", + "'", -1, 2.967, "", @@ -46189,7 +46189,7 @@ 352.554, 476.92, 349.546, - "4", + "#", -1, 2.967, "", @@ -46212,7 +46212,7 @@ 354.352, 476.92, 352.554, - ")", + "%", -1, 2.967, "", @@ -46235,7 +46235,7 @@ 381.26, 476.92, 379.462, - "(", + "!", -1, 2.967, "", @@ -46258,7 +46258,7 @@ 384.268, 476.92, 381.26, - "1", + "(", -1, 2.967, "", @@ -46281,7 +46281,7 @@ 385.752, 476.92, 384.268, - ",", + ")", -1, 2.967, "", @@ -46304,7 +46304,7 @@ 388.76, 476.92, 385.752, - "0", + "&", -1, 2.967, "", @@ -46327,7 +46327,7 @@ 391.769, 476.92, 388.76, - "3", + "*", -1, 2.967, "", @@ -46350,7 +46350,7 @@ 394.777, 476.92, 391.769, - "5", + "$", -1, 2.967, "", @@ -46373,7 +46373,7 @@ 396.575, 476.92, 394.777, - ")", + "%", -1, 2.967, "", @@ -46396,7 +46396,7 @@ 423.473, 476.92, 421.675, - "(", + "!", -1, 2.967, "", @@ -46419,7 +46419,7 @@ 426.481, 476.92, 423.473, - "1", + "(", -1, 2.967, "", @@ -46442,7 +46442,7 @@ 427.965, 476.92, 426.481, - ",", + ")", -1, 2.967, "", @@ -46465,7 +46465,7 @@ 430.973, 476.92, 427.965, - "3", + "*", -1, 2.967, "", @@ -46488,7 +46488,7 @@ 433.982, 476.92, 430.973, - "4", + "#", -1, 2.967, "", @@ -46511,7 +46511,7 @@ 436.99, 476.92, 433.982, - "0", + "&", -1, 2.967, "", @@ -46534,7 +46534,7 @@ 438.788, 476.92, 436.99, - ")", + "%", -1, 2.967, "", @@ -46557,7 +46557,7 @@ 465.686, 476.92, 463.888, - "(", + "!", -1, 2.967, "", @@ -46580,7 +46580,7 @@ 468.695, 476.92, 465.686, - "1", + "(", -1, 2.967, "", @@ -46603,7 +46603,7 @@ 470.178, 476.92, 468.695, - ",", + ")", -1, 2.967, "", @@ -46626,7 +46626,7 @@ 473.187, 476.92, 470.178, - "1", + "(", -1, 2.967, "", @@ -46649,7 +46649,7 @@ 476.195, 476.92, 473.187, - "6", + "+", -1, 2.967, "", @@ -46672,7 +46672,7 @@ 479.204, 476.92, 476.195, - "9", + "'", -1, 2.967, "", @@ -46695,7 +46695,7 @@ 481.002, 476.92, 479.204, - ")", + "%", -1, 2.967, "", @@ -46718,7 +46718,7 @@ 507.9, 476.92, 506.102, - "(", + "!", -1, 2.967, "", @@ -46741,7 +46741,7 @@ 510.908, 476.92, 507.9, - "1", + "(", -1, 2.967, "", @@ -46764,7 +46764,7 @@ 512.392, 476.92, 510.908, - ",", + ")", -1, 2.967, "", @@ -46787,7 +46787,7 @@ 515.4, 476.92, 512.392, - "5", + "$", -1, 2.967, "", @@ -46810,7 +46810,7 @@ 518.409, 476.92, 515.4, - "1", + "(", -1, 2.967, "", @@ -46833,7 +46833,7 @@ 521.417, 476.92, 518.409, - "6", + "+", -1, 2.967, "", @@ -46856,7 +46856,7 @@ 523.215, 476.92, 521.417, - ")", + "%", -1, 2.967, "", @@ -46879,7 +46879,7 @@ 550.113, 476.92, 548.315, - "(", + "!", -1, 2.967, "", @@ -46902,7 +46902,7 @@ 553.121, 476.92, 550.113, - "1", + "(", -1, 2.967, "", @@ -46925,7 +46925,7 @@ 554.605, 476.92, 553.121, - ",", + ")", -1, 2.967, "", @@ -46948,7 +46948,7 @@ 557.613, 476.92, 554.605, - "8", + ",", -1, 2.967, "", @@ -46971,7 +46971,7 @@ 560.622, 476.92, 557.613, - "5", + "$", -1, 2.967, "", @@ -46994,7 +46994,7 @@ 563.63, 476.92, 560.622, - "6", + "+", -1, 2.967, "", @@ -47017,7 +47017,7 @@ 565.428, 476.92, 563.63, - ")", + "%", -1, 2.967, "", @@ -47040,7 +47040,7 @@ 586.84, 476.92, 585.042, - "(", + "!", -1, 2.967, "", @@ -47063,7 +47063,7 @@ 589.849, 476.92, 586.84, - "1", + "(", -1, 2.967, "", @@ -47086,7 +47086,7 @@ 591.332, 476.92, 589.849, - ",", + ")", -1, 2.967, "", @@ -47109,7 +47109,7 @@ 594.341, 476.92, 591.332, - "5", + "$", -1, 2.967, "", @@ -47132,7 +47132,7 @@ 597.349, 476.92, 594.341, - "8", + ",", -1, 2.967, "", @@ -47155,7 +47155,7 @@ 600.358, 476.92, 597.349, - "0", + "&", -1, 2.967, "", @@ -47178,7 +47178,7 @@ 602.156, 476.92, 600.358, - ")", + "%", -1, 2.967, "", @@ -47201,7 +47201,7 @@ 617.97, 476.92, 616.172, - "(", + "!", -1, 2.967, "", @@ -47224,7 +47224,7 @@ 620.978, 476.92, 617.97, - "1", + "(", -1, 2.967, "", @@ -47247,7 +47247,7 @@ 622.462, 476.92, 620.978, - ",", + ")", -1, 2.967, "", @@ -47270,7 +47270,7 @@ 625.47, 476.92, 622.462, - "9", + "'", -1, 2.967, "", @@ -47293,7 +47293,7 @@ 628.479, 476.92, 625.47, - "0", + "&", -1, 2.967, "", @@ -47316,7 +47316,7 @@ 631.487, 476.92, 628.479, - "7", + "\"", -1, 2.967, "", @@ -47339,7 +47339,7 @@ 633.285, 476.92, 631.487, - ")", + "%", -1, 2.967, "", @@ -47362,7 +47362,7 @@ 660.183, 476.92, 658.385, - "(", + "!", -1, 2.967, "", @@ -47385,7 +47385,7 @@ 663.191, 476.92, 660.183, - "2", + "-", -1, 2.967, "", @@ -47408,7 +47408,7 @@ 664.675, 476.92, 663.191, - ",", + ")", -1, 2.967, "", @@ -47431,7 +47431,7 @@ 667.683, 476.92, 664.675, - "0", + "&", -1, 2.967, "", @@ -47454,7 +47454,7 @@ 670.692, 476.92, 667.683, - "7", + "\"", -1, 2.967, "", @@ -47477,7 +47477,7 @@ 673.7, 476.92, 670.692, - "5", + "$", -1, 2.967, "", @@ -47500,7 +47500,7 @@ 675.498, 476.92, 673.7, - ")", + "%", -1, 2.967, "", @@ -47523,7 +47523,7 @@ 706.875, 476.92, 705.077, - "(", + "!", -1, 2.967, "", @@ -47546,7 +47546,7 @@ 709.883, 476.92, 706.875, - "7", + "\"", -1, 2.967, "", @@ -47569,7 +47569,7 @@ 712.892, 476.92, 709.883, - "8", + ",", -1, 2.967, "", @@ -47592,7 +47592,7 @@ 715.9, 476.92, 712.892, - "9", + "'", -1, 2.967, "", @@ -47615,7 +47615,7 @@ 717.698, 476.92, 715.9, - ")", + "%", -1, 2.967, "", @@ -47638,7 +47638,7 @@ 741.695, 476.92, 739.897, - "(", + "!", -1, 2.967, "", @@ -47661,7 +47661,7 @@ 744.703, 476.92, 741.695, - "7", + "\"", -1, 2.967, "", @@ -47684,7 +47684,7 @@ 747.712, 476.92, 744.703, - "8", + ",", -1, 2.967, "", @@ -47707,7 +47707,7 @@ 750.72, 476.92, 747.712, - "9", + "'", -1, 2.967, "", @@ -47730,7 +47730,7 @@ 752.518, 476.92, 750.72, - ")", + "%", -1, 2.967, "", @@ -47753,7 +47753,7 @@ 412.587, 107.005, 408.796, - "C", + "H", -1, 3.583, "", @@ -47776,7 +47776,7 @@ 416.929, 107.005, 412.587, - "A", + "%", -1, 3.583, "", @@ -47799,7 +47799,7 @@ 420.318, 107.005, 416.929, - "S", + "4", -1, 3.583, "", @@ -47822,7 +47822,7 @@ 424.84, 107.005, 420.318, - "H", + "L", -1, 3.583, "", @@ -47845,7 +47845,7 @@ 428.129, 107.005, 424.84, - "F", + "=", -1, 3.583, "", @@ -47868,7 +47868,7 @@ 431.16, 107.005, 428.129, - "L", + "G", -1, 3.583, "", @@ -47891,7 +47891,7 @@ 436.004, 107.005, 431.16, - "O", + "7", -1, 3.583, "", @@ -47914,7 +47914,7 @@ 442.496, 107.005, 436.004, - "W", + "O", -1, 3.583, "", @@ -47937,7 +47937,7 @@ 380.564, 115.739, 376.774, - "C", + "H", -1, 3.583, "", @@ -47960,7 +47960,7 @@ 384.907, 115.739, 380.564, - "A", + "%", -1, 3.583, "", @@ -47983,7 +47983,7 @@ 388.719, 115.739, 384.907, - "P", + "?", -1, 3.583, "", @@ -48006,7 +48006,7 @@ 390.632, 115.739, 388.719, - "I", + "D", -1, 3.583, "", @@ -48029,7 +48029,7 @@ 394.179, 115.739, 390.632, - "T", + "B", -1, 3.583, "", @@ -48052,7 +48052,7 @@ 398.521, 115.739, 394.179, - "A", + "%", -1, 3.583, "", @@ -48075,7 +48075,7 @@ 401.552, 115.739, 398.521, - "L", + "G", -1, 3.583, "", @@ -48121,7 +48121,7 @@ 406.983, 115.739, 403.171, - "P", + "?", -1, 3.583, "", @@ -48144,7 +48144,7 @@ 411.018, 115.739, 406.983, - "R", + "I", -1, 3.583, "", @@ -48167,7 +48167,7 @@ 415.861, 115.739, 411.018, - "O", + "7", -1, 3.583, "", @@ -48190,7 +48190,7 @@ 418.233, 115.739, 415.861, - "J", + "-", -1, 3.583, "", @@ -48213,7 +48213,7 @@ 421.73, 115.739, 418.233, - "E", + "C", -1, 3.583, "", @@ -48236,7 +48236,7 @@ 425.521, 115.739, 421.73, - "C", + "H", -1, 3.583, "", @@ -48259,7 +48259,7 @@ 429.067, 115.739, 425.521, - "T", + "B", -1, 3.583, "", @@ -48282,7 +48282,7 @@ 432.457, 115.739, 429.067, - "S", + "4", -1, 3.583, "", @@ -48328,7 +48328,7 @@ 437.465, 115.739, 434.076, - "S", + "4", -1, 3.583, "", @@ -48351,7 +48351,7 @@ 441.012, 115.739, 437.465, - "T", + "B", -1, 3.583, "", @@ -48374,7 +48374,7 @@ 445.355, 115.739, 441.012, - "A", + "%", -1, 3.583, "", @@ -48397,7 +48397,7 @@ 448.901, 115.739, 445.355, - "T", + "B", -1, 3.583, "", @@ -48420,7 +48420,7 @@ 452.398, 115.739, 448.901, - "E", + "C", -1, 3.583, "", @@ -48466,7 +48466,7 @@ 457.307, 115.739, 454.018, - "F", + "=", -1, 3.583, "", @@ -48489,7 +48489,7 @@ 461.986, 115.739, 457.307, - "U", + "K", -1, 3.583, "", @@ -48512,7 +48512,7 @@ 466.708, 115.739, 461.986, - "N", + ":", -1, 3.583, "", @@ -48535,7 +48535,7 @@ 471.222, 115.739, 466.708, - "D", + "<", -1, 3.583, "", @@ -48558,7 +48558,7 @@ 474.611, 115.739, 471.222, - "S", + "4", -1, 3.583, "", @@ -48581,7 +48581,7 @@ 417.459, 124.474, 414.17, - "F", + "=", -1, 3.583, "", @@ -48604,7 +48604,7 @@ 421.185, 124.474, 417.459, - "Y", + "P", -1, 3.583, "", @@ -48650,7 +48650,7 @@ 426.431, 124.474, 422.798, - "2", + "!", -1, 3.583, "", @@ -48673,7 +48673,7 @@ 430.063, 124.474, 426.431, - "0", + "\"", -1, 3.583, "", @@ -48696,7 +48696,7 @@ 433.696, 124.474, 430.063, - "2", + "!", -1, 3.583, "", @@ -48719,7 +48719,7 @@ 437.329, 124.474, 433.696, - "5", + "$", -1, 3.583, "", @@ -48742,7 +48742,7 @@ 399.159, 133.209, 396.923, - "(", + "M", -1, 3.583, "", @@ -48765,7 +48765,7 @@ 404.984, 133.209, 399.159, - "m", + "5", -1, 3.583, "", @@ -48788,7 +48788,7 @@ 406.747, 133.209, 404.984, - "i", + "(", -1, 3.583, "", @@ -48811,7 +48811,7 @@ 408.51, 133.209, 406.747, - "l", + ")", -1, 3.583, "", @@ -48834,7 +48834,7 @@ 410.272, 133.209, 408.51, - "l", + ")", -1, 3.583, "", @@ -48857,7 +48857,7 @@ 412.035, 133.209, 410.272, - "i", + "(", -1, 3.583, "", @@ -48880,7 +48880,7 @@ 415.89, 133.209, 412.035, - "o", + "9", -1, 3.583, "", @@ -48903,7 +48903,7 @@ 419.738, 133.209, 415.89, - "n", + "/", -1, 3.583, "", @@ -48926,7 +48926,7 @@ 422.597, 133.209, 419.738, - "s", + "2", -1, 3.583, "", @@ -48972,7 +48972,7 @@ 428.057, 133.209, 424.202, - "o", + "9", -1, 3.583, "", @@ -48995,7 +48995,7 @@ 430.321, 133.209, 428.057, - "f", + "Q", -1, 3.583, "", @@ -49041,7 +49041,7 @@ 435.789, 133.209, 431.941, - "d", + "A", -1, 3.583, "", @@ -49064,7 +49064,7 @@ 439.644, 133.209, 435.789, - "o", + "9", -1, 3.583, "", @@ -49087,7 +49087,7 @@ 441.406, 133.209, 439.644, - "l", + ")", -1, 3.583, "", @@ -49110,7 +49110,7 @@ 443.169, 133.209, 441.406, - "l", + ")", -1, 3.583, "", @@ -49133,7 +49133,7 @@ 446.709, 133.209, 443.169, - "a", + "+", -1, 3.583, "", @@ -49156,7 +49156,7 @@ 449.253, 133.209, 446.709, - "r", + "'", -1, 3.583, "", @@ -49179,7 +49179,7 @@ 452.112, 133.209, 449.253, - "s", + "2", -1, 3.583, "", @@ -49202,7 +49202,7 @@ 454.347, 133.209, 452.112, - ")", + "N", -1, 3.583, "", @@ -49225,7 +49225,7 @@ 81.662, 79.176, 81.662, - " ", + "!", -1, 1.926, "", @@ -49248,7 +49248,7 @@ 72.705, 79.176, 72.705, - " ", + "!", -1, 1.926, "", @@ -49271,7 +49271,7 @@ 63.748, 79.176, 63.748, - "F", + "\"", -1, 1.926, "", @@ -49294,7 +49294,7 @@ 63.748, 83.282, 63.748, - "Y", + "#", -1, 1.926, "", @@ -49317,7 +49317,7 @@ 63.748, 87.954, 63.748, - " ", + "!", -1, 1.926, "", @@ -49340,7 +49340,7 @@ 63.748, 89.88, 63.748, - "2", + "$", -1, 1.926, "", @@ -49363,7 +49363,7 @@ 63.748, 94.269, 63.748, - "0", + "%", -1, 1.926, "", @@ -49386,7 +49386,7 @@ 63.748, 98.837, 63.748, - "2", + "$", -1, 1.926, "", @@ -49409,7 +49409,7 @@ 63.748, 103.226, 63.748, - "5", + "&", -1, 1.926, "", @@ -49432,7 +49432,7 @@ 63.748, 107.629, 63.748, - " ", + "!", -1, 1.926, "", @@ -49455,7 +49455,7 @@ 63.748, 109.555, 63.748, - "M", + "'", -1, 1.926, "", @@ -49478,7 +49478,7 @@ 63.748, 115.594, 63.748, - "I", + "(", -1, 1.926, "", @@ -49501,7 +49501,7 @@ 63.748, 117.377, 63.748, - "D", + ")", -1, 1.926, "", @@ -49524,7 +49524,7 @@ 63.748, 122.602, 63.748, - "-", + "*", -1, 1.926, "", @@ -49547,7 +49547,7 @@ 63.748, 124.842, 63.748, - "Y", + "#", -1, 1.926, "", @@ -49570,7 +49570,7 @@ 63.748, 129.514, 63.748, - "E", + "+", -1, 1.926, "", @@ -49593,7 +49593,7 @@ 63.748, 133.761, 63.748, - "A", + ",", -1, 1.926, "", @@ -49616,7 +49616,7 @@ 63.748, 138.672, 63.748, - "R", + "-", -1, 1.926, "", @@ -49639,7 +49639,7 @@ 63.748, 143.211, 63.748, - " ", + "!", -1, 1.926, "", @@ -49662,7 +49662,7 @@ 63.748, 145.135, 63.748, - "U", + ".", -1, 1.926, "", @@ -49685,7 +49685,7 @@ 63.748, 150.36, 63.748, - "P", + "/", -1, 1.926, "", @@ -49708,7 +49708,7 @@ 63.748, 154.742, 63.748, - "D", + ")", -1, 1.926, "", @@ -49731,7 +49731,7 @@ 63.748, 159.966, 63.748, - "A", + ",", -1, 1.926, "", @@ -49754,7 +49754,7 @@ 63.748, 164.878, 63.748, - "T", + "0", -1, 1.926, "", @@ -49777,7 +49777,7 @@ 63.748, 169.132, 63.748, - "E", + "+", -1, 1.926, "", @@ -49800,7 +49800,7 @@ 81.662, 515.824, 81.662, - " ", + "!", -1, 1.926, "", @@ -49823,7 +49823,7 @@ 72.705, 515.824, 72.705, - " ", + "!", -1, 1.926, "", @@ -49846,7 +49846,7 @@ 63.748, 500.507, 63.748, - "T", + "0", -1, 1.926, "", @@ -49869,7 +49869,7 @@ 63.748, 504.762, 63.748, - "-", + "*", -1, 1.926, "", @@ -49892,7 +49892,7 @@ 63.748, 507.001, 63.748, - "6", + "1", -1, 1.926, "", @@ -49915,7 +49915,7 @@ 63.748, 511.412, 63.748, - "9", + "2", -1, 1.926, "", @@ -54322,7 +54322,7 @@ 269.907, 147.641, 257.873, - "2024", + "!\"!#", -1, 2.967, "", @@ -54345,7 +54345,7 @@ 633.217, 147.641, 621.183, - "2025", + "!\"!$", -1, 2.967, "", @@ -54368,7 +54368,7 @@ 270.014, 154.358, 258.205, - "April", + "%&'()", -1, 2.967, "", @@ -54391,7 +54391,7 @@ 312.242, 154.358, 301.315, - "May", + "*+,", -1, 2.967, "", @@ -54414,7 +54414,7 @@ 354.397, 154.359, 343.075, - "June", + "-./0", -1, 2.967, "", @@ -54437,7 +54437,7 @@ 396.611, 154.359, 387.188, - "July", + "-.),", -1, 2.967, "", @@ -54460,7 +54460,7 @@ 438.988, 154.359, 421.79, - "August", + "%.1.23", -1, 2.967, "", @@ -54483,7 +54483,7 @@ 481.04, 154.359, 453.916, - "September", + "40&30560'", -1, 2.967, "", @@ -54506,7 +54506,7 @@ 523.196, 154.359, 503.175, - "October", + "783960'", -1, 2.967, "", @@ -54529,7 +54529,7 @@ 565.331, 154.359, 539.335, - "November", + ":9;0560'", -1, 2.967, "", @@ -54552,7 +54552,7 @@ 602.127, 154.359, 576.836, - "December", + "<080560'", -1, 2.967, "", @@ -54575,7 +54575,7 @@ 633.358, 154.359, 614.215, - "January", + "-+/.+',", -1, 2.967, "", @@ -54598,7 +54598,7 @@ 675.583, 154.359, 653.543, - "February", + "=06'.+',", -1, 2.967, "", @@ -54621,7 +54621,7 @@ 717.801, 154.359, 701.91, - "March", + "*+'8>", -1, 2.967, "", @@ -54644,7 +54644,7 @@ 270.134, 161.076, 252.053, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54667,7 +54667,7 @@ 312.349, 161.076, 294.269, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54690,7 +54690,7 @@ 354.565, 161.076, 336.484, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54713,7 +54713,7 @@ 396.781, 161.076, 378.7, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54736,7 +54736,7 @@ 438.996, 161.076, 420.916, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54759,7 +54759,7 @@ 481.212, 161.076, 463.132, - "Actuals", + "%83.+)2", -1, 2.967, "", @@ -54782,7 +54782,7 @@ 523.19, 161.076, 499.525, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54805,7 +54805,7 @@ 565.391, 161.076, 541.727, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54828,7 +54828,7 @@ 602.107, 161.076, 578.442, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54851,7 +54851,7 @@ 633.224, 161.076, 609.56, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54874,7 +54874,7 @@ 675.426, 161.076, 651.761, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54897,7 +54897,7 @@ 717.627, 161.076, 693.963, - "Projected", + "?'9@0830A", -1, 2.967, "", @@ -54920,7 +54920,7 @@ 752.551, 161.076, 739.971, - "Total", + "B93+)", -1, 2.967, "", @@ -54943,7 +54943,7 @@ 145.788, 174.961, 98.222, - "OPENING BALANCE", + "7?C:D:E F%G%:HC", -1, 2.967, "", @@ -54989,7 +54989,7 @@ 269.944, 174.961, 257.322, - "(745)", + "!\"#$%", -1, 2.967, "", @@ -55012,7 +55012,7 @@ 312.154, 174.961, 299.532, - "(740)", + "!\"#&%", -1, 2.967, "", @@ -55035,7 +55035,7 @@ 354.363, 174.961, 341.741, - "(940)", + "!'#&%", -1, 2.967, "", @@ -55058,7 +55058,7 @@ 396.573, 174.961, 383.951, - "(794)", + "!\"'#%", -1, 2.967, "", @@ -55081,7 +55081,7 @@ 438.795, 174.961, 421.682, - "(1,035)", + "!()&*$%", -1, 2.967, "", @@ -55104,7 +55104,7 @@ 481.009, 174.961, 463.895, - "(1,340)", + "!()*#&%", -1, 2.967, "", @@ -55127,7 +55127,7 @@ 523.222, 174.961, 506.109, - "(1,169)", + "!()(+'%", -1, 2.967, "", @@ -55150,7 +55150,7 @@ 565.435, 174.961, 548.322, - "(1,516)", + "!()$(+%", -1, 2.967, "", @@ -55173,7 +55173,7 @@ 602.163, 174.961, 585.049, - "(1,856)", + "!(),$+%", -1, 2.967, "", @@ -55196,7 +55196,7 @@ 633.292, 174.961, 616.179, - "(1,580)", + "!()$,&%", -1, 2.967, "", @@ -55219,7 +55219,7 @@ 675.505, 174.961, 658.392, - "(1,907)", + "!()'&\"%", -1, 2.967, "", @@ -55242,7 +55242,7 @@ 717.719, 174.961, 700.605, - "(2,075)", + "!-)&\"$%", -1, 2.967, "", @@ -55265,7 +55265,7 @@ 752.529, 174.961, 739.907, - "(745)", + "!\"#$%", -1, 2.967, "", @@ -55288,7 +55288,7 @@ 122.622, 189.517, 98.228, - "RECEIPTS:", + "ICHCD?B4J", -1, 2.967, "", @@ -55311,7 +55311,7 @@ 161.858, 196.572, 103.266, - "Consumption/Use Taxes", + "./0123456/07819 :;<91", -1, 2.967, "", @@ -55357,7 +55357,7 @@ 268.152, 196.572, 262.135, - "49", + "#'", -1, 2.967, "", @@ -55380,7 +55380,7 @@ 310.36, 196.572, 304.343, - "41", + "#(", -1, 2.967, "", @@ -55403,7 +55403,7 @@ 352.568, 196.572, 346.551, - "65", + "+$", -1, 2.967, "", @@ -55426,7 +55426,7 @@ 394.776, 196.572, 388.759, - "47", + "#\"", -1, 2.967, "", @@ -55449,7 +55449,7 @@ 436.984, 196.572, 430.967, - "45", + "#$", -1, 2.967, "", @@ -55472,7 +55472,7 @@ 479.192, 196.572, 473.175, - "76", + "\"+", -1, 2.967, "", @@ -55495,7 +55495,7 @@ 521.4, 196.572, 515.383, - "47", + "#\"", -1, 2.967, "", @@ -55518,7 +55518,7 @@ 563.608, 196.572, 557.591, - "40", + "#&", -1, 2.967, "", @@ -55541,7 +55541,7 @@ 600.333, 196.572, 594.316, - "67", + "+\"", -1, 2.967, "", @@ -55564,7 +55564,7 @@ 631.46, 196.572, 625.443, - "49", + "#'", -1, 2.967, "", @@ -55587,7 +55587,7 @@ 673.67, 196.572, 667.653, - "44", + "##", -1, 2.967, "", @@ -55610,7 +55610,7 @@ 715.878, 196.572, 709.861, - "54", + "$#", -1, 2.967, "", @@ -55633,7 +55633,7 @@ 750.685, 196.572, 741.66, - "624", + "+-#", -1, 2.967, "", @@ -55656,7 +55656,7 @@ 138.893, 203.628, 103.236, - "Business Taxes", + "=2160911 :;<91", -1, 2.967, "", @@ -55702,7 +55702,7 @@ 268.122, 203.628, 262.105, - "49", + "#'", -1, 2.967, "", @@ -55725,7 +55725,7 @@ 310.336, 203.628, 304.319, - "50", + "$&", -1, 2.967, "", @@ -55748,7 +55748,7 @@ 352.55, 203.628, 346.533, - "57", + "$\"", -1, 2.967, "", @@ -55771,7 +55771,7 @@ 394.764, 203.628, 388.747, - "52", + "$-", -1, 2.967, "", @@ -55794,7 +55794,7 @@ 436.978, 203.628, 430.961, - "57", + "$\"", -1, 2.967, "", @@ -55817,7 +55817,7 @@ 479.192, 203.628, 473.175, - "53", + "$*", -1, 2.967, "", @@ -55840,7 +55840,7 @@ 521.406, 203.628, 515.389, - "46", + "#+", -1, 2.967, "", @@ -55863,7 +55863,7 @@ 563.62, 203.628, 557.603, - "46", + "#+", -1, 2.967, "", @@ -55886,7 +55886,7 @@ 600.345, 203.628, 594.328, - "50", + "$&", -1, 2.967, "", @@ -55909,7 +55909,7 @@ 631.472, 203.628, 625.455, - "44", + "##", -1, 2.967, "", @@ -55932,7 +55932,7 @@ 673.682, 203.628, 667.665, - "48", + "#,", -1, 2.967, "", @@ -55955,7 +55955,7 @@ 715.896, 203.628, 709.879, - "50", + "$&", -1, 2.967, "", @@ -55978,7 +55978,7 @@ 750.703, 203.628, 741.678, - "602", + "+&-", -1, 2.967, "", @@ -56001,7 +56001,7 @@ 132.229, 210.683, 103.254, - "Other Taxes", + ">5?9@ :;<91", -1, 2.967, "", @@ -56047,7 +56047,7 @@ 268.158, 210.683, 265.149, - "0", + "&", -1, 2.967, "", @@ -56070,7 +56070,7 @@ 310.366, 210.683, 307.357, - "0", + "&", -1, 2.967, "", @@ -56093,7 +56093,7 @@ 352.562, 210.683, 346.545, - "25", + "-$", -1, 2.967, "", @@ -56116,7 +56116,7 @@ 394.77, 210.683, 388.753, - "27", + "-\"", -1, 2.967, "", @@ -56139,7 +56139,7 @@ 436.978, 210.683, 430.961, - "25", + "-$", -1, 2.967, "", @@ -56162,7 +56162,7 @@ 479.186, 210.683, 473.169, - "26", + "-+", -1, 2.967, "", @@ -56185,7 +56185,7 @@ 521.394, 210.683, 515.377, - "26", + "-+", -1, 2.967, "", @@ -56208,7 +56208,7 @@ 563.602, 210.683, 557.585, - "26", + "-+", -1, 2.967, "", @@ -56231,7 +56231,7 @@ 600.327, 210.683, 594.31, - "26", + "-+", -1, 2.967, "", @@ -56254,7 +56254,7 @@ 631.454, 210.683, 625.437, - "26", + "-+", -1, 2.967, "", @@ -56277,7 +56277,7 @@ 673.664, 210.683, 667.647, - "26", + "-+", -1, 2.967, "", @@ -56300,7 +56300,7 @@ 715.872, 210.683, 709.855, - "24", + "-#", -1, 2.967, "", @@ -56323,7 +56323,7 @@ 750.679, 210.683, 741.654, - "257", + "-$\"", -1, 2.967, "", @@ -56369,7 +56369,7 @@ 133.048, 218.184, 105.918, - "Total Taxes", + ":/5;A :;<91", -1, 2.967, "", @@ -56415,7 +56415,7 @@ 268.122, 218.184, 262.105, - "98", + "',", -1, 2.967, "", @@ -56438,7 +56438,7 @@ 310.33, 218.184, 304.313, - "91", + "'(", -1, 2.967, "", @@ -56461,7 +56461,7 @@ 352.526, 218.184, 343.501, - "147", + "(#\"", -1, 2.967, "", @@ -56484,7 +56484,7 @@ 394.74, 218.184, 385.715, - "126", + "(-+", -1, 2.967, "", @@ -56507,7 +56507,7 @@ 436.954, 218.184, 427.929, - "127", + "(-\"", -1, 2.967, "", @@ -56530,7 +56530,7 @@ 479.168, 218.184, 470.142, - "155", + "($$", -1, 2.967, "", @@ -56553,7 +56553,7 @@ 521.382, 218.184, 512.356, - "119", + "(('", -1, 2.967, "", @@ -56576,7 +56576,7 @@ 563.596, 218.184, 554.57, - "112", + "((-", -1, 2.967, "", @@ -56599,7 +56599,7 @@ 600.322, 218.184, 591.297, - "143", + "(#*", -1, 2.967, "", @@ -56622,7 +56622,7 @@ 631.45, 218.184, 622.425, - "119", + "(('", -1, 2.967, "", @@ -56645,7 +56645,7 @@ 673.664, 218.184, 664.639, - "118", + "((,", -1, 2.967, "", @@ -56668,7 +56668,7 @@ 715.878, 218.184, 706.853, - "128", + "(-,", -1, 2.967, "", @@ -56691,7 +56691,7 @@ 750.714, 218.184, 737.197, - "1,483", + "()#,*", -1, 2.967, "", @@ -56714,7 +56714,7 @@ 159.43, 228.711, 103.242, - "Miscellaneous Receipts", + "B61C9AA;09/21 D9C96451", -1, 2.967, "", @@ -56760,7 +56760,7 @@ 268.122, 228.711, 259.097, - "180", + "(,&", -1, 2.967, "", @@ -56783,7 +56783,7 @@ 310.348, 228.711, 296.83, - "1,412", + "()#(-", -1, 2.967, "", @@ -56806,7 +56806,7 @@ 352.568, 228.711, 346.551, - "98", + "',", -1, 2.967, "", @@ -56829,7 +56829,7 @@ 394.764, 228.711, 385.738, - "498", + "#',", -1, 2.967, "", @@ -56852,7 +56852,7 @@ 436.978, 228.711, 427.952, - "101", + "(&(", -1, 2.967, "", @@ -56875,7 +56875,7 @@ 479.192, 228.711, 470.166, - "486", + "#,+", -1, 2.967, "", @@ -56898,7 +56898,7 @@ 521.406, 228.711, 512.38, - "350", + "*$&", -1, 2.967, "", @@ -56921,7 +56921,7 @@ 563.631, 228.711, 557.614, - "95", + "'$", -1, 2.967, "", @@ -56944,7 +56944,7 @@ 600.342, 228.711, 591.317, - "681", + "+,(", -1, 2.967, "", @@ -56967,7 +56967,7 @@ 631.485, 228.711, 625.468, - "90", + "'&", -1, 2.967, "", @@ -56990,7 +56990,7 @@ 673.694, 228.711, 667.677, - "93", + "'*", -1, 2.967, "", @@ -57013,7 +57013,7 @@ 715.904, 228.711, 702.387, - "2,595", + "-)$'$", -1, 2.967, "", @@ -57036,7 +57036,7 @@ 750.731, 228.711, 737.213, - "6,679", + "+)+\"'", -1, 2.967, "", @@ -57059,7 +57059,7 @@ 143.041, 237.445, 103.254, - "Federal Receipts", + "E9F9@;A D9C96451", -1, 2.967, "", @@ -57105,7 +57105,7 @@ 268.158, 237.445, 265.149, - "0", + "&", -1, 2.967, "", @@ -57128,7 +57128,7 @@ 310.368, 237.445, 307.36, - "0", + "&", -1, 2.967, "", @@ -57151,7 +57151,7 @@ 352.578, 237.445, 349.57, - "0", + "&", -1, 2.967, "", @@ -57174,7 +57174,7 @@ 394.789, 237.445, 391.78, - "0", + "&", -1, 2.967, "", @@ -57197,7 +57197,7 @@ 436.999, 237.445, 433.991, - "0", + "&", -1, 2.967, "", @@ -57220,7 +57220,7 @@ 479.21, 237.445, 476.201, - "0", + "&", -1, 2.967, "", @@ -57243,7 +57243,7 @@ 521.42, 237.445, 518.411, - "0", + "&", -1, 2.967, "", @@ -57266,7 +57266,7 @@ 563.63, 237.445, 560.622, - "0", + "&", -1, 2.967, "", @@ -57289,7 +57289,7 @@ 600.352, 237.445, 597.343, - "0", + "&", -1, 2.967, "", @@ -57312,7 +57312,7 @@ 631.478, 237.445, 628.469, - "0", + "&", -1, 2.967, "", @@ -57335,7 +57335,7 @@ 673.688, 237.445, 670.679, - "3", + "*", -1, 2.967, "", @@ -57358,7 +57358,7 @@ 715.898, 237.445, 712.89, - "2", + "-", -1, 2.967, "", @@ -57381,7 +57381,7 @@ 750.721, 237.445, 747.712, - "5", + "$", -1, 2.967, "", @@ -57404,7 +57404,7 @@ 137.552, 248.417, 98.216, - "TOTAL RECEIPTS", + ":>:GH DI.IJK:L", -1, 2.967, "", @@ -57450,7 +57450,7 @@ 268.122, 248.417, 259.097, - "278", + "-\",", -1, 2.967, "", @@ -57473,7 +57473,7 @@ 310.348, 248.417, 296.83, - "1,503", + "()$&*", -1, 2.967, "", @@ -57496,7 +57496,7 @@ 352.55, 248.417, 343.524, - "245", + "-#$", -1, 2.967, "", @@ -57519,7 +57519,7 @@ 394.764, 248.417, 385.738, - "624", + "+-#", -1, 2.967, "", @@ -57542,7 +57542,7 @@ 436.978, 248.417, 427.952, - "228", + "--,", -1, 2.967, "", @@ -57565,7 +57565,7 @@ 479.192, 248.417, 470.166, - "641", + "+#(", -1, 2.967, "", @@ -57588,7 +57588,7 @@ 521.406, 248.417, 512.38, - "469", + "#+'", -1, 2.967, "", @@ -57611,7 +57611,7 @@ 563.62, 248.417, 554.594, - "207", + "-&\"", -1, 2.967, "", @@ -57634,7 +57634,7 @@ 600.346, 248.417, 591.32, - "824", + ",-#", -1, 2.967, "", @@ -57657,7 +57657,7 @@ 631.474, 248.417, 622.448, - "209", + "-&'", -1, 2.967, "", @@ -57680,7 +57680,7 @@ 673.688, 248.417, 664.662, - "214", + "-(#", -1, 2.967, "", @@ -57703,7 +57703,7 @@ 715.914, 248.417, 702.396, - "2,725", + "-)\"-$", -1, 2.967, "", @@ -57726,7 +57726,7 @@ 750.74, 248.417, 737.223, - "8,167", + ",)(+\"", -1, 2.967, "", @@ -57749,7 +57749,7 @@ 141.979, 263.418, 98.228, - "DISBURSEMENTS:", + "5?9@ IF2C;56/0", -1, 2.967, "", @@ -58186,7 +58186,7 @@ 268.17, 277.529, 265.161, - "2", + "-", -1, 2.967, "", @@ -58209,7 +58209,7 @@ 310.38, 277.529, 307.371, - "3", + "*", -1, 2.967, "", @@ -58232,7 +58232,7 @@ 352.59, 277.529, 349.582, - "3", + "*", -1, 2.967, "", @@ -58255,7 +58255,7 @@ 394.801, 277.529, 391.792, - "5", + "$", -1, 2.967, "", @@ -58278,7 +58278,7 @@ 437.011, 277.529, 434.003, - "3", + "*", -1, 2.967, "", @@ -58301,7 +58301,7 @@ 479.221, 277.529, 476.213, - "3", + "*", -1, 2.967, "", @@ -58324,7 +58324,7 @@ 521.432, 277.529, 518.423, - "4", + "#", -1, 2.967, "", @@ -58347,7 +58347,7 @@ 563.642, 277.529, 560.634, - "8", + ",", -1, 2.967, "", @@ -58370,7 +58370,7 @@ 600.364, 277.529, 597.355, - "8", + ",", -1, 2.967, "", @@ -58393,7 +58393,7 @@ 631.48, 277.529, 625.461, - "10", + "(&", -1, 2.967, "", @@ -58416,7 +58416,7 @@ 673.688, 277.529, 667.674, - "10", + "(&", -1, 2.967, "", @@ -58439,7 +58439,7 @@ 715.902, 277.529, 709.882, - "14", + "(#", -1, 2.967, "", @@ -58462,7 +58462,7 @@ 750.722, 277.529, 744.706, - "73", + "\"*", -1, 2.967, "", @@ -58485,7 +58485,7 @@ 135.095, 284.584, 103.266, - "Public Health", + "K2OA6C M9;A5?", -1, 2.967, "", @@ -58531,7 +58531,7 @@ 268.152, 284.584, 262.135, - "34", + "*#", -1, 2.967, "", @@ -58554,7 +58554,7 @@ 310.366, 284.584, 304.349, - "27", + "-\"", -1, 2.967, "", @@ -58577,7 +58577,7 @@ 352.58, 284.584, 346.563, - "24", + "-#", -1, 2.967, "", @@ -58600,7 +58600,7 @@ 394.794, 284.584, 388.777, - "30", + "*&", -1, 2.967, "", @@ -58623,7 +58623,7 @@ 437.007, 284.584, 430.99, - "22", + "--", -1, 2.967, "", @@ -58646,7 +58646,7 @@ 479.221, 284.584, 473.204, - "12", + "(-", -1, 2.967, "", @@ -58669,7 +58669,7 @@ 521.435, 284.584, 515.418, - "37", + "*\"", -1, 2.967, "", @@ -58692,7 +58692,7 @@ 563.649, 284.584, 557.632, - "34", + "*#", -1, 2.967, "", @@ -58715,7 +58715,7 @@ 600.374, 284.584, 594.357, - "44", + "##", -1, 2.967, "", @@ -58738,7 +58738,7 @@ 631.501, 284.584, 625.484, - "49", + "#'", -1, 2.967, "", @@ -58761,7 +58761,7 @@ 673.712, 284.584, 667.695, - "42", + "#-", -1, 2.967, "", @@ -58784,7 +58784,7 @@ 715.908, 284.584, 706.882, - "102", + "(&-", -1, 2.967, "", @@ -58807,7 +58807,7 @@ 750.73, 284.584, 741.705, - "457", + "#$\"", -1, 2.967, "", @@ -58830,7 +58830,7 @@ 141.522, 291.64, 103.284, - "Mental Hygiene", + "B905;A MPN6909", -1, 2.967, "", @@ -58876,7 +58876,7 @@ 268.187, 291.64, 265.179, - "9", + "'", -1, 2.967, "", @@ -58899,7 +58899,7 @@ 310.398, 291.64, 307.389, - "8", + ",", -1, 2.967, "", @@ -58922,7 +58922,7 @@ 352.608, 291.64, 349.6, - "8", + ",", -1, 2.967, "", @@ -58945,7 +58945,7 @@ 394.819, 291.64, 391.81, - "5", + "$", -1, 2.967, "", @@ -58968,7 +58968,7 @@ 437.013, 291.64, 430.994, - "12", + "(-", -1, 2.967, "", @@ -58991,7 +58991,7 @@ 479.221, 291.64, 473.207, - "10", + "(&", -1, 2.967, "", @@ -59014,7 +59014,7 @@ 521.447, 291.64, 518.439, - "9", + "'", -1, 2.967, "", @@ -59037,7 +59037,7 @@ 563.643, 291.64, 557.626, - "14", + "(#", -1, 2.967, "", @@ -59060,7 +59060,7 @@ 600.368, 291.64, 594.351, - "12", + "(-", -1, 2.967, "", @@ -59083,7 +59083,7 @@ 631.498, 291.64, 625.478, - "12", + "(-", -1, 2.967, "", @@ -59106,7 +59106,7 @@ 673.706, 291.64, 667.692, - "13", + "(*", -1, 2.967, "", @@ -59129,7 +59129,7 @@ 715.92, 291.64, 709.9, - "23", + "-*", -1, 2.967, "", @@ -59152,7 +59152,7 @@ 750.728, 291.64, 741.701, - "135", + "(*$", -1, 2.967, "", @@ -59175,7 +59175,7 @@ 128.509, 298.695, 103.284, - "School Aid", + "LC?//A G6F", -1, 2.967, "", @@ -59221,7 +59221,7 @@ 268.187, 298.695, 265.179, - "0", + "&", -1, 2.967, "", @@ -59244,7 +59244,7 @@ 310.395, 298.695, 307.387, - "0", + "&", -1, 2.967, "", @@ -59267,7 +59267,7 @@ 352.603, 298.695, 349.595, - "0", + "&", -1, 2.967, "", @@ -59290,7 +59290,7 @@ 394.8, 298.695, 388.783, - "14", + "(#", -1, 2.967, "", @@ -59313,7 +59313,7 @@ 437.007, 298.695, 430.99, - "14", + "(#", -1, 2.967, "", @@ -59336,7 +59336,7 @@ 479.233, 298.695, 476.225, - "0", + "&", -1, 2.967, "", @@ -59359,7 +59359,7 @@ 521.441, 298.695, 518.433, - "5", + "$", -1, 2.967, "", @@ -59382,7 +59382,7 @@ 563.637, 298.695, 557.62, - "45", + "#$", -1, 2.967, "", @@ -59405,7 +59405,7 @@ 600.362, 298.695, 594.345, - "50", + "$&", -1, 2.967, "", @@ -59428,7 +59428,7 @@ 631.489, 298.695, 625.472, - "50", + "$&", -1, 2.967, "", @@ -59451,7 +59451,7 @@ 673.7, 298.695, 667.683, - "55", + "$$", -1, 2.967, "", @@ -59474,7 +59474,7 @@ 715.908, 298.695, 709.891, - "67", + "+\"", -1, 2.967, "", @@ -59497,7 +59497,7 @@ 750.715, 298.695, 741.689, - "300", + "*&&", -1, 2.967, "", @@ -59520,7 +59520,7 @@ 185.059, 305.751, 103.272, - "Temporary & Disability Assistance", + ":934/@;@P Q R61;O6A65P G11615;0C9", -1, 2.967, "", @@ -59612,7 +59612,7 @@ 268.175, 305.751, 265.167, - "0", + "&", -1, 2.967, "", @@ -59635,7 +59635,7 @@ 310.383, 305.751, 307.375, - "0", + "&", -1, 2.967, "", @@ -59658,7 +59658,7 @@ 352.591, 305.751, 349.583, - "0", + "&", -1, 2.967, "", @@ -59681,7 +59681,7 @@ 394.788, 305.751, 388.771, - "28", + "-,", -1, 2.967, "", @@ -59704,7 +59704,7 @@ 437.013, 305.751, 434.005, - "0", + "&", -1, 2.967, "", @@ -59727,7 +59727,7 @@ 479.221, 305.751, 476.213, - "0", + "&", -1, 2.967, "", @@ -59750,7 +59750,7 @@ 521.417, 305.751, 515.4, - "15", + "($", -1, 2.967, "", @@ -59773,7 +59773,7 @@ 563.625, 305.751, 557.608, - "15", + "($", -1, 2.967, "", @@ -59796,7 +59796,7 @@ 600.351, 305.751, 594.334, - "15", + "($", -1, 2.967, "", @@ -59819,7 +59819,7 @@ 631.478, 305.751, 625.461, - "15", + "($", -1, 2.967, "", @@ -59842,7 +59842,7 @@ 673.688, 305.751, 667.671, - "15", + "($", -1, 2.967, "", @@ -59865,7 +59865,7 @@ 715.896, 305.751, 709.879, - "11", + "((", -1, 2.967, "", @@ -59888,7 +59888,7 @@ 750.703, 305.751, 741.678, - "114", + "((#", -1, 2.967, "", @@ -59911,7 +59911,7 @@ 139.231, 312.806, 103.26, - "Transportation", + ":@;014/@5;56/0", -1, 2.967, "", @@ -59934,7 +59934,7 @@ 268.152, 312.806, 265.143, - "6", + "+", -1, 2.967, "", @@ -59957,7 +59957,7 @@ 310.36, 312.806, 307.351, - "4", + "#", -1, 2.967, "", @@ -59980,7 +59980,7 @@ 352.538, 312.806, 343.513, - "116", + "((+", -1, 2.967, "", @@ -60003,7 +60003,7 @@ 394.782, 312.806, 391.773, - "5", + "$", -1, 2.967, "", @@ -60026,7 +60026,7 @@ 436.99, 312.806, 433.981, - "6", + "+", -1, 2.967, "", @@ -60049,7 +60049,7 @@ 479.168, 312.806, 470.142, - "236", + "-*+", -1, 2.967, "", @@ -60072,7 +60072,7 @@ 521.382, 312.806, 512.356, - "331", + "**(", -1, 2.967, "", @@ -60095,7 +60095,7 @@ 563.608, 312.806, 557.591, - "36", + "*+", -1, 2.967, "", @@ -60118,7 +60118,7 @@ 600.318, 312.806, 591.293, - "345", + "*#$", -1, 2.967, "", @@ -60141,7 +60141,7 @@ 631.461, 312.806, 625.444, - "30", + "*&", -1, 2.967, "", @@ -60164,7 +60164,7 @@ 673.67, 312.806, 667.653, - "35", + "*$", -1, 2.967, "", @@ -60187,7 +60187,7 @@ 715.866, 312.806, 706.841, - "668", + "++,", -1, 2.967, "", @@ -60210,7 +60210,7 @@ 750.702, 312.806, 737.185, - "1,818", + "(),(,", -1, 2.967, "", @@ -60233,7 +60233,7 @@ 138.478, 319.862, 103.248, - "All Other Local", + "GAA >5?9@ H/C;A", -1, 2.967, "", @@ -60302,7 +60302,7 @@ 268.116, 319.862, 259.091, - "124", + "(-#", -1, 2.967, "", @@ -60325,7 +60325,7 @@ 310.33, 319.862, 301.305, - "142", + "(#-", -1, 2.967, "", @@ -60348,7 +60348,7 @@ 352.544, 319.862, 343.519, - "135", + "(*$", -1, 2.967, "", @@ -60371,7 +60371,7 @@ 394.758, 319.862, 385.732, - "356", + "*$+", -1, 2.967, "", @@ -60394,7 +60394,7 @@ 436.972, 319.862, 427.946, - "562", + "$+-", -1, 2.967, "", @@ -60417,7 +60417,7 @@ 479.186, 319.862, 470.16, - "311", + "*((", -1, 2.967, "", @@ -60440,7 +60440,7 @@ 521.4, 319.862, 512.374, - "278", + "-\",", -1, 2.967, "", @@ -60463,7 +60463,7 @@ 563.614, 319.862, 554.588, - "261", + "-+(", -1, 2.967, "", @@ -60486,7 +60486,7 @@ 600.34, 319.862, 591.314, - "167", + "(+\"", -1, 2.967, "", @@ -60509,7 +60509,7 @@ 631.468, 319.862, 622.443, - "310", + "*(&", -1, 2.967, "", @@ -60532,7 +60532,7 @@ 673.682, 319.862, 664.656, - "177", + "(\"\"", -1, 2.967, "", @@ -60555,7 +60555,7 @@ 717.7, 319.862, 705.078, - "(725)", + "!\"-$%", -1, 2.967, "", @@ -60578,7 +60578,7 @@ 750.729, 319.862, 737.211, - "2,098", + "-)&',", -1, 2.967, "", @@ -60601,7 +60601,7 @@ 174.865, 327.362, 108.304, - "Total Assistance and Grants", + ":/5;A G11615;0C9 ;0F S@;051", -1, 2.967, "", @@ -60693,7 +60693,7 @@ 268.14, 327.362, 259.114, - "175", + "(\"$", -1, 2.967, "", @@ -60716,7 +60716,7 @@ 310.354, 327.362, 301.328, - "184", + "(,#", -1, 2.967, "", @@ -60739,7 +60739,7 @@ 352.568, 327.362, 343.542, - "286", + "-,+", -1, 2.967, "", @@ -60762,7 +60762,7 @@ 394.782, 327.362, 385.756, - "443", + "##*", -1, 2.967, "", @@ -60785,7 +60785,7 @@ 436.996, 327.362, 427.97, - "619", + "+('", -1, 2.967, "", @@ -60808,7 +60808,7 @@ 479.209, 327.362, 470.184, - "572", + "$\"-", -1, 2.967, "", @@ -60831,7 +60831,7 @@ 521.423, 327.362, 512.398, - "679", + "+\"'", -1, 2.967, "", @@ -60854,7 +60854,7 @@ 563.637, 327.362, 554.612, - "413", + "#(*", -1, 2.967, "", @@ -60877,7 +60877,7 @@ 600.364, 327.362, 591.338, - "641", + "+#(", -1, 2.967, "", @@ -60900,7 +60900,7 @@ 631.492, 327.362, 622.466, - "476", + "#\"+", -1, 2.967, "", @@ -60923,7 +60923,7 @@ 673.706, 327.362, 664.68, - "347", + "*#\"", -1, 2.967, "", @@ -60946,7 +60946,7 @@ 715.92, 327.362, 706.894, - "160", + "(+&", -1, 2.967, "", @@ -60969,7 +60969,7 @@ 750.756, 327.362, 737.238, - "4,995", + "#)''$", -1, 2.967, "", @@ -60992,7 +60992,7 @@ 160.659, 340.909, 103.284, - "Economic Development", + "IC/0/36C R9T9A/43905", -1, 2.967, "", @@ -61038,7 +61038,7 @@ 268.187, 340.909, 265.179, - "5", + "$", -1, 2.967, "", @@ -61061,7 +61061,7 @@ 310.398, 340.909, 307.389, - "4", + "#", -1, 2.967, "", @@ -61084,7 +61084,7 @@ 352.608, 340.909, 349.6, - "8", + ",", -1, 2.967, "", @@ -61107,7 +61107,7 @@ 394.819, 340.909, 391.81, - "7", + "\"", -1, 2.967, "", @@ -61130,7 +61130,7 @@ 437.013, 340.909, 430.994, - "12", + "(-", -1, 2.967, "", @@ -61153,7 +61153,7 @@ 479.221, 340.909, 473.207, - "10", + "(&", -1, 2.967, "", @@ -61176,7 +61176,7 @@ 521.418, 340.909, 512.393, - "288", + "-,,", -1, 2.967, "", @@ -61199,7 +61199,7 @@ 563.631, 340.909, 554.604, - "328", + "*-,", -1, 2.967, "", @@ -61222,7 +61222,7 @@ 600.356, 340.909, 591.332, - "309", + "*&'", -1, 2.967, "", @@ -61245,7 +61245,7 @@ 631.486, 340.909, 622.459, - "275", + "-\"$", -1, 2.967, "", @@ -61268,7 +61268,7 @@ 673.7, 340.909, 664.672, - "277", + "-\"\"", -1, 2.967, "", @@ -61291,7 +61291,7 @@ 717.694, 340.909, 705.072, - "(280)", + "!-,&%", -1, 2.967, "", @@ -61314,7 +61314,7 @@ 750.723, 340.909, 737.205, - "1,243", + "()-#*", -1, 2.967, "", @@ -61337,7 +61337,7 @@ 163.572, 347.965, 103.284, - "Parks & the Environment", + "K;@U1 Q 5?9 I0T6@/03905", -1, 2.967, "", @@ -61429,7 +61429,7 @@ 268.17, 347.965, 262.153, - "55", + "$$", -1, 2.967, "", @@ -61452,7 +61452,7 @@ 310.384, 347.965, 304.367, - "65", + "+$", -1, 2.967, "", @@ -61475,7 +61475,7 @@ 352.597, 347.965, 346.58, - "62", + "+-", -1, 2.967, "", @@ -61498,7 +61498,7 @@ 394.794, 347.965, 385.768, - "108", + "(&,", -1, 2.967, "", @@ -61521,7 +61521,7 @@ 437.019, 347.965, 431.002, - "89", + ",'", -1, 2.967, "", @@ -61544,7 +61544,7 @@ 479.233, 347.965, 473.216, - "78", + "\",", -1, 2.967, "", @@ -61567,7 +61567,7 @@ 521.429, 347.965, 512.404, - "150", + "($&", -1, 2.967, "", @@ -61590,7 +61590,7 @@ 563.643, 347.965, 554.618, - "137", + "(*\"", -1, 2.967, "", @@ -61613,7 +61613,7 @@ 600.37, 347.965, 591.344, - "155", + "($$", -1, 2.967, "", @@ -61636,7 +61636,7 @@ 631.498, 347.965, 622.472, - "124", + "(-#", -1, 2.967, "", @@ -61659,7 +61659,7 @@ 673.712, 347.965, 664.686, - "126", + "(-+", -1, 2.967, "", @@ -61682,7 +61682,7 @@ 715.926, 347.965, 706.9, - "210", + "-(&", -1, 2.967, "", @@ -61705,7 +61705,7 @@ 750.762, 347.965, 737.244, - "1,359", + "()*$'", -1, 2.967, "", @@ -61728,7 +61728,7 @@ 139.267, 355.02, 103.296, - "Transportation", + ":@;014/@5;56/0", -1, 2.967, "", @@ -61751,7 +61751,7 @@ 268.158, 355.02, 259.132, - "166", + "(++", -1, 2.967, "", @@ -61774,7 +61774,7 @@ 310.372, 355.02, 301.346, - "269", + "-+'", -1, 2.967, "", @@ -61797,7 +61797,7 @@ 352.586, 355.02, 343.56, - "282", + "-,-", -1, 2.967, "", @@ -61820,7 +61820,7 @@ 394.799, 355.02, 385.774, - "306", + "*&+", -1, 2.967, "", @@ -61843,7 +61843,7 @@ 437.013, 355.02, 427.988, - "306", + "*&+", -1, 2.967, "", @@ -61866,7 +61866,7 @@ 479.227, 355.02, 470.202, - "357", + "*$\"", -1, 2.967, "", @@ -61889,7 +61889,7 @@ 521.441, 355.02, 512.416, - "463", + "#+*", -1, 2.967, "", @@ -61912,7 +61912,7 @@ 563.655, 355.02, 554.63, - "278", + "-\",", -1, 2.967, "", @@ -61935,7 +61935,7 @@ 600.381, 355.02, 591.356, - "211", + "-((", -1, 2.967, "", @@ -61958,7 +61958,7 @@ 631.51, 355.02, 622.484, - "238", + "-*,", -1, 2.967, "", @@ -61981,7 +61981,7 @@ 673.723, 355.02, 664.698, - "218", + "-(,", -1, 2.967, "", @@ -62004,7 +62004,7 @@ 715.937, 355.02, 706.912, - "213", + "-(*", -1, 2.967, "", @@ -62027,7 +62027,7 @@ 750.774, 355.02, 737.256, - "3,307", + "*)*&\"", -1, 2.967, "", @@ -62050,7 +62050,7 @@ 160.488, 362.075, 103.307, - "Health & Social Welfare", + "M9;A5? Q L/C6;A V9AW;@9", -1, 2.967, "", @@ -62142,7 +62142,7 @@ 268.159, 362.046, 265.151, - "3", + "*", -1, 2.967, "", @@ -62165,7 +62165,7 @@ 310.369, 362.046, 307.361, - "6", + "+", -1, 2.967, "", @@ -62188,7 +62188,7 @@ 352.58, 362.046, 349.571, - "4", + "#", -1, 2.967, "", @@ -62211,7 +62211,7 @@ 394.79, 362.046, 391.782, - "4", + "#", -1, 2.967, "", @@ -62234,7 +62234,7 @@ 437.001, 362.046, 433.992, - "6", + "+", -1, 2.967, "", @@ -62257,7 +62257,7 @@ 479.211, 362.046, 476.202, - "3", + "*", -1, 2.967, "", @@ -62280,7 +62280,7 @@ 521.407, 362.046, 515.386, - "16", + "(+", -1, 2.967, "", @@ -62303,7 +62303,7 @@ 563.615, 362.046, 557.601, - "19", + "('", -1, 2.967, "", @@ -62326,7 +62326,7 @@ 600.34, 362.046, 594.323, - "21", + "-(", -1, 2.967, "", @@ -62349,7 +62349,7 @@ 631.469, 362.046, 625.45, - "22", + "--", -1, 2.967, "", @@ -62372,7 +62372,7 @@ 673.683, 362.046, 667.663, - "39", + "*'", -1, 2.967, "", @@ -62395,7 +62395,7 @@ 715.891, 362.046, 709.877, - "52", + "$-", -1, 2.967, "", @@ -62418,7 +62418,7 @@ 750.7, 362.046, 741.673, - "195", + "('$", -1, 2.967, "", @@ -62441,7 +62441,7 @@ 141.494, 369.101, 103.255, - "Mental Hygiene", + "B905;A MPN6909", -1, 2.967, "", @@ -62487,7 +62487,7 @@ 268.147, 369.101, 262.13, - "22", + "--", -1, 2.967, "", @@ -62510,7 +62510,7 @@ 310.355, 369.101, 304.338, - "51", + "$(", -1, 2.967, "", @@ -62533,7 +62533,7 @@ 352.563, 369.101, 346.546, - "44", + "##", -1, 2.967, "", @@ -62556,7 +62556,7 @@ 394.771, 369.101, 388.754, - "28", + "-,", -1, 2.967, "", @@ -62579,7 +62579,7 @@ 436.979, 369.101, 430.962, - "41", + "#(", -1, 2.967, "", @@ -62602,7 +62602,7 @@ 479.187, 369.101, 473.17, - "31", + "*(", -1, 2.967, "", @@ -62625,7 +62625,7 @@ 521.395, 369.101, 515.378, - "46", + "#+", -1, 2.967, "", @@ -62648,7 +62648,7 @@ 563.603, 369.101, 557.586, - "46", + "#+", -1, 2.967, "", @@ -62671,7 +62671,7 @@ 600.328, 369.101, 594.311, - "44", + "##", -1, 2.967, "", @@ -62694,7 +62694,7 @@ 631.455, 369.101, 625.438, - "34", + "*#", -1, 2.967, "", @@ -62717,7 +62717,7 @@ 673.665, 369.101, 667.648, - "33", + "**", -1, 2.967, "", @@ -62740,7 +62740,7 @@ 715.862, 369.101, 706.836, - "101", + "(&(", -1, 2.967, "", @@ -62763,7 +62763,7 @@ 750.684, 369.101, 741.659, - "521", + "$-(", -1, 2.967, "", @@ -62786,7 +62786,7 @@ 144.413, 376.157, 103.232, - "Public Protection", + "K2OA6C K@/59C56/0", -1, 2.967, "", @@ -62832,7 +62832,7 @@ 268.118, 376.157, 262.101, - "22", + "--", -1, 2.967, "", @@ -62855,7 +62855,7 @@ 310.325, 376.157, 304.308, - "50", + "$&", -1, 2.967, "", @@ -62878,7 +62878,7 @@ 352.533, 376.157, 346.516, - "37", + "*\"", -1, 2.967, "", @@ -62901,7 +62901,7 @@ 394.741, 376.157, 388.724, - "41", + "#(", -1, 2.967, "", @@ -62924,7 +62924,7 @@ 436.949, 376.157, 430.932, - "46", + "#+", -1, 2.967, "", @@ -62947,7 +62947,7 @@ 479.157, 376.157, 473.14, - "35", + "*$", -1, 2.967, "", @@ -62970,7 +62970,7 @@ 521.365, 376.157, 515.348, - "58", + "$,", -1, 2.967, "", @@ -62993,7 +62993,7 @@ 563.573, 376.157, 557.556, - "57", + "$\"", -1, 2.967, "", @@ -63016,7 +63016,7 @@ 600.298, 376.157, 594.281, - "63", + "+*", -1, 2.967, "", @@ -63039,7 +63039,7 @@ 631.425, 376.157, 625.408, - "51", + "$(", -1, 2.967, "", @@ -63062,7 +63062,7 @@ 673.636, 376.157, 667.619, - "54", + "$#", -1, 2.967, "", @@ -63085,7 +63085,7 @@ 715.844, 376.157, 709.827, - "60", + "+&", -1, 2.967, "", @@ -63108,7 +63108,7 @@ 750.651, 376.157, 741.625, - "574", + "$\"#", -1, 2.967, "", @@ -63131,7 +63131,7 @@ 127.27, 383.212, 103.202, - "Education", + "IF2C;56/0", -1, 2.967, "", @@ -63154,7 +63154,7 @@ 268.076, 383.212, 262.059, - "76", + "\"+", -1, 2.967, "", @@ -63177,7 +63177,7 @@ 310.272, 383.212, 301.247, - "135", + "(*$", -1, 2.967, "", @@ -63200,7 +63200,7 @@ 352.486, 383.212, 343.461, - "121", + "(-(", -1, 2.967, "", @@ -63223,7 +63223,7 @@ 394.7, 383.212, 385.674, - "125", + "(-$", -1, 2.967, "", @@ -63246,7 +63246,7 @@ 436.914, 383.212, 427.888, - "155", + "($$", -1, 2.967, "", @@ -63269,7 +63269,7 @@ 479.128, 383.212, 470.102, - "129", + "(-'", -1, 2.967, "", @@ -63292,7 +63292,7 @@ 521.342, 383.212, 512.316, - "177", + "(\"\"", -1, 2.967, "", @@ -63315,7 +63315,7 @@ 563.556, 383.212, 554.53, - "182", + "(,-", -1, 2.967, "", @@ -63338,7 +63338,7 @@ 600.282, 383.212, 591.256, - "154", + "($#", -1, 2.967, "", @@ -63361,7 +63361,7 @@ 631.41, 383.212, 622.384, - "203", + "-&*", -1, 2.967, "", @@ -63384,7 +63384,7 @@ 673.624, 383.212, 664.598, - "173", + "(\"*", -1, 2.967, "", @@ -63407,7 +63407,7 @@ 715.838, 383.212, 706.812, - "161", + "(+(", -1, 2.967, "", @@ -63430,7 +63430,7 @@ 750.674, 383.212, 737.157, - "1,791", + "()\"'(", -1, 2.967, "", @@ -63453,7 +63453,7 @@ 124.772, 390.268, 103.214, - "All Other", + "GAA >5?9@", -1, 2.967, "", @@ -63522,7 +63522,7 @@ 268.106, 390.268, 262.089, - "28", + "-,", -1, 2.967, "", @@ -63545,7 +63545,7 @@ 310.314, 390.268, 304.297, - "40", + "#&", -1, 2.967, "", @@ -63568,7 +63568,7 @@ 352.522, 390.268, 346.505, - "38", + "*,", -1, 2.967, "", @@ -63591,7 +63591,7 @@ 394.73, 390.268, 388.713, - "41", + "#(", -1, 2.967, "", @@ -63614,7 +63614,7 @@ 436.944, 390.268, 430.927, - "34", + "*#", -1, 2.967, "", @@ -63637,7 +63637,7 @@ 479.157, 390.268, 473.14, - "40", + "#&", -1, 2.967, "", @@ -63660,7 +63660,7 @@ 521.354, 390.268, 512.328, - "126", + "(-+", -1, 2.967, "", @@ -63683,7 +63683,7 @@ 563.579, 390.268, 557.562, - "85", + ",$", -1, 2.967, "", @@ -63706,7 +63706,7 @@ 600.304, 390.268, 594.287, - "81", + ",(", -1, 2.967, "", @@ -63729,7 +63729,7 @@ 631.431, 390.268, 625.414, - "79", + "\"'", -1, 2.967, "", @@ -63752,7 +63752,7 @@ 673.642, 390.268, 667.625, - "78", + "\",", -1, 2.967, "", @@ -63775,7 +63775,7 @@ 717.657, 390.268, 700.543, - "(1,309)", + "!()*&'%", -1, 2.967, "", @@ -63798,7 +63798,7 @@ 752.467, 390.268, 739.845, - "(639)", + "!+*'%", -1, 2.967, "", @@ -63821,7 +63821,7 @@ 159.283, 397.768, 108.252, - "Total Capital Projects", + ":/5;A .;465;A K@/X9C51", -1, 2.967, "", @@ -63890,7 +63890,7 @@ 268.094, 397.768, 259.068, - "377", + "*\"\"", -1, 2.967, "", @@ -63913,7 +63913,7 @@ 310.308, 397.768, 301.282, - "620", + "+-&", -1, 2.967, "", @@ -63936,7 +63936,7 @@ 352.522, 397.768, 343.496, - "596", + "$'+", -1, 2.967, "", @@ -63959,7 +63959,7 @@ 394.736, 397.768, 385.71, - "660", + "++&", -1, 2.967, "", @@ -63982,7 +63982,7 @@ 436.95, 397.768, 427.924, - "689", + "+,'", -1, 2.967, "", @@ -64005,7 +64005,7 @@ 479.163, 397.768, 470.138, - "683", + "+,*", -1, 2.967, "", @@ -64028,7 +64028,7 @@ 521.389, 397.768, 507.872, - "1,324", + "()*-#", -1, 2.967, "", @@ -64051,7 +64051,7 @@ 563.605, 397.768, 550.088, - "1,132", + "()(*-", -1, 2.967, "", @@ -64074,7 +64074,7 @@ 600.335, 397.768, 586.818, - "1,038", + "()&*,", -1, 2.967, "", @@ -64097,7 +64097,7 @@ 631.467, 397.768, 617.949, - "1,026", + "()&-+", -1, 2.967, "", @@ -64120,7 +64120,7 @@ 673.671, 397.768, 664.646, - "998", + "'',", -1, 2.967, "", @@ -64143,7 +64143,7 @@ 717.689, 397.768, 705.068, - "(792)", + "!\"'-%", -1, 2.967, "", @@ -64166,7 +64166,7 @@ 750.718, 397.768, 737.201, - "8,351", + ",)*$(", -1, 2.967, "", @@ -64189,7 +64189,7 @@ 156.334, 411.76, 98.188, - "TOTAL DISBURSEMENTS", + ":>:GH RJL=8DLIBIY:L", -1, 2.967, "", @@ -64235,7 +64235,7 @@ 268.094, 411.76, 259.068, - "552", + "$$-", -1, 2.967, "", @@ -64258,7 +64258,7 @@ 310.308, 411.76, 301.282, - "804", + ",&#", -1, 2.967, "", @@ -64281,7 +64281,7 @@ 352.522, 411.76, 343.496, - "882", + ",,-", -1, 2.967, "", @@ -64304,7 +64304,7 @@ 394.747, 411.76, 381.23, - "1,103", + "()(&*", -1, 2.967, "", @@ -64327,7 +64327,7 @@ 436.963, 411.76, 423.446, - "1,308", + "()*&,", -1, 2.967, "", @@ -64350,7 +64350,7 @@ 479.179, 411.76, 465.661, - "1,255", + "()-$$", -1, 2.967, "", @@ -64373,7 +64373,7 @@ 521.395, 411.76, 507.877, - "2,003", + "-)&&*", -1, 2.967, "", @@ -64396,7 +64396,7 @@ 563.611, 411.76, 550.093, - "1,545", + "()$#$", -1, 2.967, "", @@ -64419,7 +64419,7 @@ 600.341, 411.76, 586.823, - "1,679", + "()+\"'", -1, 2.967, "", @@ -64442,7 +64442,7 @@ 631.472, 411.76, 617.955, - "1,502", + "()$&-", -1, 2.967, "", @@ -64465,7 +64465,7 @@ 673.688, 411.76, 660.171, - "1,345", + "()*#$", -1, 2.967, "", @@ -64488,7 +64488,7 @@ 717.695, 411.76, 705.074, - "(632)", + "!+*-%", -1, 2.967, "", @@ -64511,7 +64511,7 @@ 750.71, 411.76, 734.184, - "13,346", + "(*)*#+", -1, 2.967, "", @@ -64534,7 +64534,7 @@ 187.879, 421.391, 98.194, - "OTHER FINANCING SOURCES (USES):", + "7BLCI =D:%:HD:E 47KIHC4 MK4C4NJ", -1, 2.967, "", @@ -64626,7 +64626,7 @@ 169.852, 428.446, 103.238, - "Transfers from Other Funds", + ":@;01W9@1 W@/3 >5?9@ E20F1", -1, 2.967, "", @@ -64718,7 +64718,7 @@ 268.1, 428.446, 259.074, - "285", + "-,$", -1, 2.967, "", @@ -64741,7 +64741,7 @@ 312.118, 428.446, 299.496, - "(893)", + "!,'*%", -1, 2.967, "", @@ -64764,7 +64764,7 @@ 352.522, 428.446, 343.496, - "803", + ",&*", -1, 2.967, "", @@ -64787,7 +64787,7 @@ 394.736, 428.446, 385.71, - "245", + "-#$", -1, 2.967, "", @@ -64810,7 +64810,7 @@ 436.95, 428.446, 427.924, - "781", + "\",(", -1, 2.967, "", @@ -64833,7 +64833,7 @@ 479.163, 428.446, 470.138, - "790", + "\"'&", -1, 2.967, "", @@ -64856,7 +64856,7 @@ 521.389, 428.446, 507.872, - "1,194", + "()('#", -1, 2.967, "", @@ -64879,7 +64879,7 @@ 563.605, 428.446, 550.088, - "1,023", + "()&-*", -1, 2.967, "", @@ -64902,7 +64902,7 @@ 600.335, 428.446, 586.818, - "1,138", + "()(*,", -1, 2.967, "", @@ -64925,7 +64925,7 @@ 631.454, 428.446, 622.428, - "973", + "'\"*", -1, 2.967, "", @@ -64948,7 +64948,7 @@ 673.665, 428.446, 664.64, - "969", + "'+'", -1, 2.967, "", @@ -64971,7 +64971,7 @@ 717.696, 428.446, 700.582, - "(1,868)", + "!(),+,%", -1, 2.967, "", @@ -64994,7 +64994,7 @@ 750.715, 428.446, 737.198, - "5,440", + "$)##&", -1, 2.967, "", @@ -65017,7 +65017,7 @@ 163.218, 435.502, 103.238, - "Transfers to Other Funds", + ":@;01W9@1 5/ >5?9@ E20F1", -1, 2.967, "", @@ -65109,7 +65109,7 @@ 269.939, 435.502, 263.335, - "(6)", + "!+%", -1, 2.967, "", @@ -65132,7 +65132,7 @@ 312.147, 435.502, 305.543, - "(6)", + "!+%", -1, 2.967, "", @@ -65155,7 +65155,7 @@ 354.343, 435.502, 344.73, - "(20)", + "!-&%", -1, 2.967, "", @@ -65178,7 +65178,7 @@ 396.569, 435.502, 389.965, - "(7)", + "!\"%", -1, 2.967, "", @@ -65201,7 +65201,7 @@ 438.777, 435.502, 432.173, - "(6)", + "!+%", -1, 2.967, "", @@ -65224,7 +65224,7 @@ 480.985, 435.502, 474.381, - "(5)", + "!$%", -1, 2.967, "", @@ -65247,7 +65247,7 @@ 523.193, 435.502, 516.589, - "(7)", + "!\"%", -1, 2.967, "", @@ -65270,7 +65270,7 @@ 565.389, 435.502, 555.776, - "(25)", + "!-$%", -1, 2.967, "", @@ -65293,7 +65293,7 @@ 602.126, 435.502, 595.522, - "(7)", + "!\"%", -1, 2.967, "", @@ -65316,7 +65316,7 @@ 633.25, 435.502, 626.645, - "(7)", + "!\"%", -1, 2.967, "", @@ -65339,7 +65339,7 @@ 675.458, 435.502, 668.853, - "(6)", + "!+%", -1, 2.967, "", @@ -65362,7 +65362,7 @@ 717.636, 435.502, 705.015, - "(472)", + "!#\"-%", -1, 2.967, "", @@ -65385,7 +65385,7 @@ 752.457, 435.502, 739.835, - "(574)", + "!$\"#%", -1, 2.967, "", @@ -65408,7 +65408,7 @@ 162.974, 442.557, 103.255, - "Bond and Note Proceeds", + "=/0F ;0F Y/59 K@/C99F1", -1, 2.967, "", @@ -65500,7 +65500,7 @@ 268.165, 442.557, 265.157, - "0", + "&", -1, 2.967, "", @@ -65523,7 +65523,7 @@ 310.375, 442.557, 307.367, - "0", + "&", -1, 2.967, "", @@ -65546,7 +65546,7 @@ 352.586, 442.557, 349.577, - "0", + "&", -1, 2.967, "", @@ -65569,7 +65569,7 @@ 394.796, 442.557, 391.788, - "0", + "&", -1, 2.967, "", @@ -65592,7 +65592,7 @@ 437.006, 442.557, 433.998, - "0", + "&", -1, 2.967, "", @@ -65615,7 +65615,7 @@ 479.217, 442.557, 476.208, - "0", + "&", -1, 2.967, "", @@ -65638,7 +65638,7 @@ 521.427, 442.557, 518.419, - "0", + "&", -1, 2.967, "", @@ -65661,7 +65661,7 @@ 563.638, 442.557, 560.629, - "0", + "&", -1, 2.967, "", @@ -65684,7 +65684,7 @@ 600.359, 442.557, 597.351, - "0", + "&", -1, 2.967, "", @@ -65707,7 +65707,7 @@ 631.485, 442.557, 628.476, - "0", + "&", -1, 2.967, "", @@ -65730,7 +65730,7 @@ 673.695, 442.557, 670.687, - "0", + "&", -1, 2.967, "", @@ -65753,7 +65753,7 @@ 715.879, 442.557, 706.85, - "269", + "-+'", -1, 2.967, "", @@ -65776,7 +65776,7 @@ 750.7, 442.557, 741.677, - "269", + "-+'", -1, 2.967, "", @@ -65799,7 +65799,7 @@ 196.56, 450.058, 98.223, - "NET OTHER FINANCING SOURCES/(USES)", + "YI: >:MID EJYGY.JYS L>8D.IL7!8LIL%", -1, 2.967, "", @@ -65891,7 +65891,7 @@ 268.123, 450.058, 259.098, - "279", + "-\"'", -1, 2.967, "", @@ -65914,7 +65914,7 @@ 312.141, 450.058, 299.52, - "(899)", + "!,''%", -1, 2.967, "", @@ -65937,7 +65937,7 @@ 352.545, 450.058, 343.52, - "783", + "\",*", -1, 2.967, "", @@ -65960,7 +65960,7 @@ 394.759, 450.058, 385.734, - "238", + "-*,", -1, 2.967, "", @@ -65983,7 +65983,7 @@ 436.973, 450.058, 427.948, - "775", + "\"\"$", -1, 2.967, "", @@ -66006,7 +66006,7 @@ 479.187, 450.058, 470.162, - "785", + "\",$", -1, 2.967, "", @@ -66029,7 +66029,7 @@ 521.413, 450.058, 507.895, - "1,187", + "()(,\"", -1, 2.967, "", @@ -66052,7 +66052,7 @@ 563.615, 450.058, 554.589, - "998", + "'',", -1, 2.967, "", @@ -66075,7 +66075,7 @@ 600.355, 450.058, 586.837, - "1,131", + "()(*(", -1, 2.967, "", @@ -66098,7 +66098,7 @@ 631.473, 450.058, 622.448, - "966", + "'++", -1, 2.967, "", @@ -66121,7 +66121,7 @@ 673.683, 450.058, 664.658, - "963", + "'+*", -1, 2.967, "", @@ -66144,7 +66144,7 @@ 717.714, 450.058, 700.6, - "(2,071)", + "!-)&\"(%", -1, 2.967, "", @@ -66167,7 +66167,7 @@ 750.733, 450.058, 737.215, - "5,135", + "$)(*$", -1, 2.967, "", @@ -66190,7 +66190,7 @@ 222.18, 463.047, 98.229, - "Excess/(Deficiency) of Receipts over Disbursements", + "I